diff options
author | dos-reis <gdr@axiomatics.org> | 2012-01-12 02:11:38 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2012-01-12 02:11:38 +0000 |
commit | e9d8606f86600b7d581f93f346981bca1f291dc7 (patch) | |
tree | a8a385a7a005b9b9cf3f8a49eafcb864cabdbb75 /src/ChangeLog | |
parent | acd15b16070d5272387459a4d764577be01d3577 (diff) | |
download | open-axiom-e9d8606f86600b7d581f93f346981bca1f291dc7.tar.gz |
* boot/tokens.boot (keywordId): New.
* boot/parser.boot (bpSexpKey): Use it.
* interp/i-map.boot (mapPredTran): Fix thinko.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 02101e4f..21d8c56a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2012-01-11 Gabriel Dos Reis <gdr@cs.tamu.edu> + + * boot/tokens.boot (keywordId): New. + * boot/parser.boot (bpSexpKey): Use it. + * interp/i-map.boot (mapPredTran): Fix thinko. + 2012-01-09 Gabriel Dos Reis <gdr@cs.tamu.edu> * boot/parser.boot (bpRequire): New. Use it throughout this module. |