diff options
author | dos-reis <gdr@axiomatics.org> | 2008-03-30 14:33:53 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2008-03-30 14:33:53 +0000 |
commit | af51c280292fc412e56c22ec2b416184beecee3d (patch) | |
tree | ebea856bd8442cab656010abd9f04aff4f41bf3b /src/ChangeLog | |
parent | 5b6d45a2ce9252daf2392b1fe189f9cdfce19bb1 (diff) | |
download | open-axiom-af51c280292fc412e56c22ec2b416184beecee3d.tar.gz |
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.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 11 |
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. |