aboutsummaryrefslogtreecommitdiff
path: root/src/interp/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2007-11-05 01:51:35 +0000
committerdos-reis <gdr@axiomatics.org>2007-11-05 01:51:35 +0000
commit259d1b019dabdf6a0c2b40cabaf013afcbc582ac (patch)
treec368f6f5fbb7709667a28af3b352bad5ce603c97 /src/interp/ChangeLog
parentd3ec46dd9a15a12b6456c70b9e92ab0a780adacf (diff)
downloadopen-axiom-259d1b019dabdf6a0c2b40cabaf013afcbc582ac.tar.gz
* 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.
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.