aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2012-01-12 02:11:38 +0000
committerdos-reis <gdr@axiomatics.org>2012-01-12 02:11:38 +0000
commite9d8606f86600b7d581f93f346981bca1f291dc7 (patch)
treea8a385a7a005b9b9cf3f8a49eafcb864cabdbb75 /src/ChangeLog
parentacd15b16070d5272387459a4d764577be01d3577 (diff)
downloadopen-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/ChangeLog6
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.