diff options
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index b9ff33a9..c7fba115 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,17 @@ +2008-05-15 Gabriel Dos Reis <gdr@cs.tamu.edu> + + * interp/lisplib.boot (leaveIfErrors): New. + (compDefineLisplib): Use it. + (finalizeLisplib): Likewise. + * algebra/Makefile.pamphlet (%.NRLIB/code.$(FASLEXT)): Invoke the + compiler directly. + (SPADPRSR.NRLIB/code.$(FASLEXT)): Likewise. + (PARSER.NRLIB/code.$(FASLEXT)): Likewise. + * interp/compiler.boot (compSetq1): Fix thinko. + * interp/define.boot (hasSigInTargetCategory): Give a clue to the + pretty printer. + * interp/sys-utility.boot ($ERASE): Remove declaration. + 2008-05-14 Gabriel Dos Reis <gdr@cs.tamu.edu> * algebra/nregset.spad.pamphlet (recip$NormalizationPackage): Fix |