aboutsummaryrefslogtreecommitdiff
path: root/src/interp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/ChangeLog')
-rw-r--r--src/interp/ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/interp/ChangeLog b/src/interp/ChangeLog
index a3bf75ef..0b069080 100644
--- a/src/interp/ChangeLog
+++ b/src/interp/ChangeLog
@@ -1,5 +1,26 @@
2007-11-04 Gabriel Dos Reis <gdr@cs.tamu.edu>
+ * Makefile.pamphlet (iterator.$(FASLEXT)): New rule.
+ (modemap.$(FASLEXT)): Likewise.
+ (info.$(FASLEXT)): Likewise.
+ (msgdb.$(FASLEXT)): Likewise.
+ (<<info.clisp>>): Remove.
+ (<<iterator.clisp>>): Likewise.
+ (<<modemap.clisp>>): Likewise.
+ (<<msgdb.clisp>>): Likewise.
+ * c-util.boot (intersectionContour): Change setIntersection to
+ intersection. Change SetUnion to union.
+ * database.boot (insertModemap): Move to modemap.boot.pamphlet.
+ * i-util.boot.pamphlet (addModemap): Likewise.
+ * info.boot.pamphlet: Push into package "BOOT". Fix syntax.
+ * iterator.boot.pamphlet: Push into package "BOOT".
+ * modemap.boot.pamphlet: Likewise.
+ * msgdb.boot.pamphlet: Push into package "BOOT". Fix syntax.
+ * sys-globals.boot (*BUILD-VERSION*): Define.
+ (*YEARWEEK*): Likewise.
+
+2007-11-04 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
* Makefile.pamphlet (record.$(FASLEXT)): New rule.
(newfort.$(FASLEXT)): Likewise.
(<<record.clisp>>): Remove.