From 7491a064401ff3493d32513d9028afecf29f2e5b Mon Sep 17 00:00:00 2001 From: dos-reis Date: Thu, 13 Sep 2007 11:06:16 +0000 Subject: * Makefile.pamphlet (scan.$(FASLEXT)): New rule. (pile.$(FASLEXT)): Likewise. (INOBJS): Don't include parini.$(FASLEXT). * pile.boot: New. Import scan. * pile.boot.pamphlet: Move content to pile.boot. Remove. * vmlisp.lisp.pamphlet (|startsId?|): Move to sys-macros.lisp. * parini.boot.pamphlet: Move content to scan.boot. Remove. * scan.boot: New. Import bits, dq, incl. Add workaround for GCL bug. ($SPACE): Rename from SPACE to avoid conflict with CL name. * scan.boot.pamphlet: Move content to scan.boot. Remove. --- src/interp/ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'src/interp/ChangeLog') diff --git a/src/interp/ChangeLog b/src/interp/ChangeLog index cdadb04c..2669f2de 100644 --- a/src/interp/ChangeLog +++ b/src/interp/ChangeLog @@ -2,6 +2,20 @@ * i-output.boot.pamphlet (exptNeedsPren): Use GETL, not GET. +2007-09-12 Gabriel Dos Reis + + * Makefile.pamphlet (scan.$(FASLEXT)): New rule. + (pile.$(FASLEXT)): Likewise. + (INOBJS): Don't include parini.$(FASLEXT). + * pile.boot: New. Import scan. + * pile.boot.pamphlet: Move content to pile.boot. Remove. + * vmlisp.lisp.pamphlet (|startsId?|): Move to sys-macros.lisp. + * parini.boot.pamphlet: Move content to scan.boot. Remove. + * scan.boot: New. Import bits, dq, incl. Add workaround for GCL + bug. + ($SPACE): Rename from SPACE to avoid conflict with CL name. + * scan.boot.pamphlet: Move content to scan.boot. Remove. + 2007-09-12 Gabriel Dos Reis * posit.boot: New. Import sys-macros, astr. -- cgit v1.2.3