aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-08-22 23:24:10 +0000
committerdos-reis <gdr@axiomatics.org>2011-08-22 23:24:10 +0000
commitd63ce4731d81c50eb205524d7b7d58681d20fa4a (patch)
tree4689910112d637852ed884f35c9b6695e6379231 /src/ChangeLog
parentd8ce72f6274af4970ca31fc215107bd30467e565 (diff)
downloadopen-axiom-d63ce4731d81c50eb205524d7b7d58681d20fa4a.tar.gz
* interp/metalex.lisp (LINE-HANDLER, NEXT-LINE, XCAPE): Remove.
(XTOKENREADER, GET-TOKEN, NEXT-META-LINE): Likewise. (META_ERROR_HANDLER, META-SYNTAX-ERROR, META-META-ERROR-HANLER): Likewise. * interp/debug.lisp: Do not set /XCAPE property. * interp/bootlex.lisp (INIT-BOOT/SPAD-READER): Do not set XTOKENRADER, LINE-HANDLER, META_ERROR_HANDLER.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 32d7a4d5..351af17c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,15 @@
2011-08-22 Gabriel Dos Reis <gdr@cs.tamu.edu>
+ * interp/metalex.lisp (LINE-HANDLER, NEXT-LINE, XCAPE): Remove.
+ (XTOKENREADER, GET-TOKEN, NEXT-META-LINE): Likewise.
+ (META_ERROR_HANDLER, META-SYNTAX-ERROR, META-META-ERROR-HANLER):
+ Likewise.
+ * interp/debug.lisp: Do not set /XCAPE property.
+ * interp/bootlex.lisp (INIT-BOOT/SPAD-READER): Do not set
+ XTOKENRADER, LINE-HANDLER, META_ERROR_HANDLER.
+
+2011-08-22 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
* interp/daase.lisp: Remove NILADIC field from DATABASE structure.
(dbNiladic?): Remove. Adjust users.
(WRITE-INTERP): Don't write NILADIC field.