aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2012-01-14 15:41:32 +0000
committerdos-reis <gdr@axiomatics.org>2012-01-14 15:41:32 +0000
commita0180212c34e46a34ea47151efdc9d4429b04092 (patch)
treea9ede4a04d9e1d445434308f97a9aa3c1e9bcba3 /src/ChangeLog
parent9906d4079093b27d185f4116485fffe80ff19380 (diff)
downloadopen-axiom-a0180212c34e46a34ea47151efdc9d4429b04092.tar.gz
* interp/word.boot: Add import and scope statements. Include in
final executables. (infix?): Remove as duplicate in match.boot. (prefix?): Likewise. (suffix?): Likewise. * interp/g-error.boot (returnToTopLevel): Tidy. * interp/debug.lisp (/D-2): Use spadThrow in lieu of UNWIND. * interp/patches.lisp (CATCHALL): Remove. (DBRINIT): Likewise. (TOPLEVEL): Likewise. (TOP-LEVEL): Likewise. (UNWIND): Likewise. (RESUME): Likewise. (booFind): Likewise.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 8649fc30..664cd4dc 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,22 @@
2012-01-14 Gabriel Dos Reis <gdr@cs.tamu.edu>
+ * interp/word.boot: Add import and scope statements. Include in
+ final executables.
+ (infix?): Remove as duplicate in match.boot.
+ (prefix?): Likewise.
+ (suffix?): Likewise.
+ * interp/g-error.boot (returnToTopLevel): Tidy.
+ * interp/debug.lisp (/D-2): Use spadThrow in lieu of UNWIND.
+ * interp/patches.lisp (CATCHALL): Remove.
+ (DBRINIT): Likewise.
+ (TOPLEVEL): Likewise.
+ (TOP-LEVEL): Likewise.
+ (UNWIND): Likewise.
+ (RESUME): Likewise.
+ (booFind): Likewise.
+
+2012-01-14 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
* lisp/core.lisp.in (mkIntArray): New. Export.
* interp/patches.lisp (/RF): Move to cparse.boot.
(/RQ): Likewise.