aboutsummaryrefslogtreecommitdiff
path: root/src/interp/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2007-09-13 11:06:16 +0000
committerdos-reis <gdr@axiomatics.org>2007-09-13 11:06:16 +0000
commit7491a064401ff3493d32513d9028afecf29f2e5b (patch)
tree8de315b10585077cec99754ff9fb9eaa9dd472fe /src/interp/ChangeLog
parent3b5bfc6d56f8cbd020d963622ce9ab6160ee049f (diff)
downloadopen-axiom-7491a064401ff3493d32513d9028afecf29f2e5b.tar.gz
* 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.
Diffstat (limited to 'src/interp/ChangeLog')
-rw-r--r--src/interp/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/interp/ChangeLog b/src/interp/ChangeLog
index cdadb04c..2669f2de 100644
--- a/src/interp/ChangeLog
+++ b/src/interp/ChangeLog
@@ -4,6 +4,20 @@
2007-09-12 Gabriel Dos Reis <gdr@cs.tamu.edu>
+ * 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 <gdr@cs.tamu.edu>
+
* posit.boot: New. Import sys-macros, astr.
(tokConstruct): Move from ptrees.boot.pamphlet.
(tokType): Likewise.