aboutsummaryrefslogtreecommitdiff
path: root/src/interp/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2007-09-10 03:30:13 +0000
committerdos-reis <gdr@axiomatics.org>2007-09-10 03:30:13 +0000
commitb8d7cd431a779551cf2c6eac94f6b4463db97273 (patch)
treee52ce35bd564ae64db8623410f6414f0d16f72ea /src/interp/ChangeLog
parent383b2385eb1f3fb00f5856a2ddf593ec42c03189 (diff)
downloadopen-axiom-b8d7cd431a779551cf2c6eac94f6b4463db97273.tar.gz
* Makefile.pamphlet (DEP): Adjust path to comp.lisp.
(${DEPSYS}): Likewise for def.lisp, bootlex.lisp, postprop.lisp, metalex.lisp. Use |compileLispFile| instead of COMPILE-FILE. * Makefile.in: Regenerate. * union.lisp: New. * union.lisp.pamphlet: Move content to union.lisp. Remove. * obey.lisp: New. * obey.lisp.pamphlet: Move content to obey.lisp. Remove. * nspadaux.lisp: New. * nspadaux.lisp.pamphlet: Move content to nspadaux.lisp. Remove. * fname.lisp: New. * fname.lisp.pamphlet: Move content to fname.lisp. Remove. * def.lisp: New. * def.lisp.pamphlet: Move content to def.lisp. Remove. * comp.lisp: New. * comp.lisp.pamphlet: Move content to comp.lisp. Remove. * bootlex.lisp: New. * bootlex.lisp.pamphlet: Move content to bootlex.lisp. Remove. * postprop.lisp: New. * postprop.lisp.pamphlet: Move content to postprop.lisp. Remove. * metalex.lisp: New. * metalex.lisp.pamphlet: Move content to metalex.lisp. Remove. * parsing.lisp: New. * parsing.lisp.pamphlet: Move content to parsing.lisp. Remove.
Diffstat (limited to 'src/interp/ChangeLog')
-rw-r--r--src/interp/ChangeLog27
1 files changed, 27 insertions, 0 deletions
diff --git a/src/interp/ChangeLog b/src/interp/ChangeLog
index aa14f885..3e3e8447 100644
--- a/src/interp/ChangeLog
+++ b/src/interp/ChangeLog
@@ -1,5 +1,32 @@
2007-09-09 Gabriel Dos Reis <gdr@cs.tamu.edu>
+ * Makefile.pamphlet (DEP): Adjust path to comp.lisp.
+ (${DEPSYS}): Likewise for def.lisp, bootlex.lisp, postprop.lisp,
+ metalex.lisp. Use |compileLispFile| instead of COMPILE-FILE.
+ * Makefile.in: Regenerate.
+ * union.lisp: New.
+ * union.lisp.pamphlet: Move content to union.lisp. Remove.
+ * obey.lisp: New.
+ * obey.lisp.pamphlet: Move content to obey.lisp. Remove.
+ * nspadaux.lisp: New.
+ * nspadaux.lisp.pamphlet: Move content to nspadaux.lisp. Remove.
+ * fname.lisp: New.
+ * fname.lisp.pamphlet: Move content to fname.lisp. Remove.
+ * def.lisp: New.
+ * def.lisp.pamphlet: Move content to def.lisp. Remove.
+ * comp.lisp: New.
+ * comp.lisp.pamphlet: Move content to comp.lisp. Remove.
+ * bootlex.lisp: New.
+ * bootlex.lisp.pamphlet: Move content to bootlex.lisp. Remove.
+ * postprop.lisp: New.
+ * postprop.lisp.pamphlet: Move content to postprop.lisp. Remove.
+ * metalex.lisp: New.
+ * metalex.lisp.pamphlet: Move content to metalex.lisp. Remove.
+ * parsing.lisp: New.
+ * parsing.lisp.pamphlet: Move content to parsing.lisp. Remove.
+
+2007-09-09 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
* sys-macros.lisp: Add ugly work-around about infamous GCL bug.
* vmlisp.lisp.pamphlet: Export WRAP.
* Makefile.pamphlet (<<buildom.clisp>>): Remove.