diff options
author | dos-reis <gdr@axiomatics.org> | 2007-09-10 03:30:13 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2007-09-10 03:30:13 +0000 |
commit | b8d7cd431a779551cf2c6eac94f6b4463db97273 (patch) | |
tree | e52ce35bd564ae64db8623410f6414f0d16f72ea /src/interp/ChangeLog | |
parent | 383b2385eb1f3fb00f5856a2ddf593ec42c03189 (diff) | |
download | open-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/ChangeLog | 27 |
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. |