aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-07-03 11:14:51 +0000
committerdos-reis <gdr@axiomatics.org>2008-07-03 11:14:51 +0000
commit7d7446e578326a98fe8c47a86fadad4e5f5f2de2 (patch)
tree8e0a6ca905142cea263f4ae06dbac3bd18306e04 /src/ChangeLog
parent2a1884f21c2de5c43dab64c5c438230e4a29c612 (diff)
downloadopen-axiom-7d7446e578326a98fe8c47a86fadad4e5f5f2de2.tar.gz
* interp/postpar.boot (postBootNotEqual): Register post-parsers by
name, not by pointers.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 0677c26b..7c707915 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -8,6 +8,8 @@
* interp/macros.lisp (PRINT-AND-EVAL-DEFUN): Move to sys-utility.boot.
(EVAL-DEFUN): Likewise.
(COMPILE-DEFUN): Likewise.
+ * interp/postpar.boot (postBootNotEqual): Register post-parsers by
+ name, not by pointers.
2008-06-14 Gabriel Dos Reis <gdr@cs.tamu.edu>