From ab8cc85adde879fb963c94d15675783f2cf4b183 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Tue, 14 Aug 2007 05:14:52 +0000 Subject: Initial population. --- src/lisp/ChangeLog | 157 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 157 insertions(+) create mode 100644 src/lisp/ChangeLog (limited to 'src/lisp/ChangeLog') diff --git a/src/lisp/ChangeLog b/src/lisp/ChangeLog new file mode 100644 index 00000000..7d5aa312 --- /dev/null +++ b/src/lisp/ChangeLog @@ -0,0 +1,157 @@ +2007-08-07 Gabriel Dos Reis + + * core.lisp.pamphlet (|topLevel|): Push into system's preferred + scope before handling command lines. + +2007-08-05 Gabriel Dos Reis + + * core.lisp.pamphlet: Tidy. + + * Makefile.pamphlet ($(OUT)/lisp$(EXEEXT)): Require base-lisp. Tidy. + (base-lisp$(EXEEXT)): New rule. + (core.lisp): Likewise. + (core.$(FASLEXT)): Likewise. + (all-ax all-lisp): Depend on stamp. + (stamp): New rule. + (mostlyclean-local): Tidy. + * Makefile.in: Regenerate. + +2007-07-29 Gabriel Dos Reis + + * core.lisp.pamphlet: New. + +2007-07-29 Gabriel Dos Reis + + * Makefile.pamphlet: Propagate libtoolization changes. + * Makefile.in: Regenerate. + +2007-06-25 Gabriel Dos Reis + + * Makefile.pamphlet ($(OUT)/lisp$(EXEXT)): Set the resumption + entry-point. + * Makefile.in: Regenerate. + +2007-03-26 Gabriel Dos Reis + + * Makefile.pamphlet ($(OUT)/lisp$(EXEEXT)): Dont' depend on + $(AXIOM_LISP). Load ../boot/initial-env.lisp before saving to + disk. Remove obsolete GCL build description. + (mostlyclean-local): Remove saved Lisp image. + * Makefile.in: Regenerate. + +2007-03-04 Gabriel Dos Reis + + * Makefile.pamphlet ($(OUT)/lisp$(EXEEXT)): Conditionally depend + on GCL. + * Makefile.in: Regenerate. + +2006-12-10 Gabriel Dos Reis + + * Makefile.pamphlet ($(OUT)/lisp$(EXEEXT)): Run GCL/rsym hack + work-around commands if necessary. + * Makefile.in: Regenerate. + +2006-12-09 Gabriel Dos Reis + + * Makefile.pamphlet ($(OUT)/lisp$(EXEEXT)): Add extra libraries if + necessary. + * Makefile.in: Regenerate. + +2006-12-06 Gabriel Dos Reis + + * Makefile.pamphlet ($(OUT)/lisp$(EXEEXT)): Build "lisp" image in + the build directory, then copy over to the destination dir. + * Makefile.in: Regenerate. + +2006-12-02 Gabriel Dos Reis + + * Makefile.pamphlet (lisp_c_objects): New variable. + ($(OUT)/lisp$(EXEEXT)): Use it. Don't include libspad.a. + * Makefile.in: Regenerate. + +2006-11-26 Gabriel Dos Reis + + * Makefile.pamphlet: Add support OSs that require file extension + for executable binaries. + * Makefile.in: Regenerate. + +2006-11-24 Gabriel Dos Reis + + * Makefile.pamphlet (<>): Remove, as no + longer used. + (<>): Likewise. + (<>): Likewise. + +2006-10-28 Gabriel Dos Reis + + * Makefile.pamphlet (mostlyclean-local): Don't remove GCL build + directory. + (clean-local): Do it. + +2006-10-26 Gabriel Dos Reis + + * Makefile.pamphlet ($(axiom_build_bindir)/gcl): Don't apply + toploop.patch anymore. + (<>): Remove. + * Makefile.in: Regenerate. + +2006-10-02 Waldek Hebisch + + * Makefile.pamphlet: Keep backlash newlines outside + of quotes. + * Makefile.in: Regenerate. + +2006-09-25 Gabriel Dos Reis + + * Makefile.pamphlet ($(GCLVERSION)): New rule. + ($(axiom_build_bindir)/gcl): Use it as prerequisite. + * Makefile.in: Regenerate. + +2006-09-18 Gabriel Dos Reis + + * Makefile.pamphlet: Use $(axiom_builddir) to store GCL image. + Leave obejcts files there. + ($(OUT)/lisp): Record dependencies. + (subdir): New. + (pamphlets): Likewise. + (lisp_DEPENDENCIES): Likewise. + (document): Remove. + (clean-local): Rename from clean. + (mostlyclean-local, distclean-local): New. + * Makefile.in: Regenerate. + +2006-09-17 Gabriel Dos Reis + + * Makefile.pamphlet: Build GCL from Axiom source as if we were + building for a system-wide installation. Don't apply custom + patches. Remove stamp-gcldir as target. Set GCLVERSION here. + * Makefile.in: Regenerate. + +2006-09-03 Gabriel Dos Reis + + * Makefile.pamphlet (${LSP}/ccl/Makefile): Remove. + (ccldir): Dependent on Makefile from builddir, not LSP. + * Makefile.in: Regenerate. + +2006-08-30 Gabriel Dos Reis + + * Makefile.pamphlet (<>=): Configure GCL with + --disable-xgcl. + * Makefile.in: Regenerate. + +2006-08-26 Gabriel Dos Reis + + * Makefile.pamphlet: Rework. Factorize stanzas. + (gcl-2.6.8predir): Rename from gcl-2.6.8pre. + (gcl-systemdir): Rename from gcl-system. + (stamp-gcldir): Rename from all. + * Makefile.in: Generate. + +2006-08-26 Gabriel Dos Reis + + * Makefile.pamphlet: Remove support for 2.6.7. + +2006-08-12 Gabriel Dos Reis + + * Makefile.pamphlet: Remove stanzas prior to gcl-2.6.7. + -- cgit v1.2.3