aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index f97bc732..9dccb36a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,14 @@
+2008-03-29 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
+ Fix SF/1849435.
+ * interp/buildom.boot: Rewrite builtin domains to work with old
+ runtime scheme.
+ * interp/nruncomp.boot (NRTencode): Tidy.
+ * interp/nrungo.boot (basicLookup): lookupInTable is part of the
+ old runtime scheme too.
+ (lookupInDomain): Tidy.
+ (lookupInCategories): Simplify.
+
2008-03-28 Gabriel Dos Reis <gdr@cs.tamu.edu>
* interp/comp.lisp: Fix thinko.