aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-05-15 17:37:50 +0000
committerdos-reis <gdr@axiomatics.org>2008-05-15 17:37:50 +0000
commit5d9bba2fab5a65886fc22464aa23f270532d44ba (patch)
tree9f369605930179b1d28e242b3d5fe7877fdc2ec1 /src/ChangeLog
parenta0ca9827e820145f17a053081c4f3ece06de87d1 (diff)
downloadopen-axiom-5d9bba2fab5a65886fc22464aa23f270532d44ba.tar.gz
* 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.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog14
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