diff options
author | dos-reis <gdr@axiomatics.org> | 2010-05-26 18:40:13 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2010-05-26 18:40:13 +0000 |
commit | a7e98a2ab2fcc87c3505ab11708d5bf24607ae85 (patch) | |
tree | a4bbe3b50760d18318402714211e02b545562f76 /src/ChangeLog | |
parent | 8e0498b66e19be7e22039866d695c1cb81707bd6 (diff) | |
download | open-axiom-a7e98a2ab2fcc87c3505ab11708d5bf24607ae85.tar.gz |
* interp/slam.boot (compileRecurrenceRelation): Generate code to
access and set the global value of the variable holding the cache
state.
* interp/g-util.boot: Add more middle end form expanders.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 639cb4bd..c24c65b3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,12 @@ 2010-05-26 Gabriel Dos Reis <gdr@cs.tamu.edu> + * interp/slam.boot (compileRecurrenceRelation): Generate code to + access and set the global value of the variable holding the cache + state. + * interp/g-util.boot: Add more middle end form expanders. + +2010-05-26 Gabriel Dos Reis <gdr@cs.tamu.edu> + * boot/tokens.boot: Automatically translate alphabetic?, digit?, lowerCase?, upperCase?, readByte, readInteger, readLine, writeByte, writeLine. |