diff options
author | dos-reis <gdr@axiomatics.org> | 2008-09-14 03:40:49 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2008-09-14 03:40:49 +0000 |
commit | a09fa1e3605d190ccc02f2254abacb1eb4df150e (patch) | |
tree | 17b9b0f7af098c4a9fb88e077f0e9b884b9f67c8 /src/ChangeLog | |
parent | 6feba77e44809a9eb39f9cc54bfa7c01f42eb098 (diff) | |
download | open-axiom-a09fa1e3605d190ccc02f2254abacb1eb4df150e.tar.gz |
* lisp/core.lisp.in (TRANSLATE-OPTION-VALUE): New.
(parseOption): Use it.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index e3adaa73..4468c566 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,10 @@ 2008-09-13 Gabriel Dos Reis <gdr@cs.tamu.edu> + * lisp/core.lisp.in (TRANSLATE-OPTION-VALUE): New. + (parseOption): Use it. + +2008-09-13 Gabriel Dos Reis <gdr@cs.tamu.edu> + * lisp/core.lisp.in (|$NativeTypeTable|): Don' include `pointer' and `buffer'. * lisp/Makefile.in (pointer_type): Remove. |