From b8d7cd431a779551cf2c6eac94f6b4463db97273 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Mon, 10 Sep 2007 03:30:13 +0000 Subject: * 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. --- src/interp/ChangeLog | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'src/interp/ChangeLog') diff --git a/src/interp/ChangeLog b/src/interp/ChangeLog index aa14f885..3e3e8447 100644 --- a/src/interp/ChangeLog +++ b/src/interp/ChangeLog @@ -1,3 +1,30 @@ +2007-09-09 Gabriel Dos Reis + + * 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 * sys-macros.lisp: Add ugly work-around about infamous GCL bug. -- cgit v1.2.3