summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2012-09-16 11:11:43 -0700
committerKaz Kylheku <kaz@kylheku.com>2012-09-16 11:11:43 -0700
commit04a89cc3d83a71b5c9b5df7088d2408e8f7b8a40 (patch)
treefbae8b38e6e6900ccb90c0e3769eef7af12eca57 /ChangeLog
parent80368daa62166345e31418d5fff72a5069801f2a (diff)
downloadtxr-04a89cc3d83a71b5c9b5df7088d2408e8f7b8a40.tar.gz
txr-04a89cc3d83a71b5c9b5df7088d2408e8f7b8a40.tar.bz2
txr-04a89cc3d83a71b5c9b5df7088d2408e8f7b8a40.zip
* parser.l: Implemented hexadecimal integer constants.
These will be very useful since bit operations are about to be implemented. * txr.1: Documented.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 94dd5903..3281ad6a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2012-09-16 Kaz Kylheku <kaz@kylheku.com>
+
+ * parser.l: Implemented hexadecimal integer constants.
+ These will be very useful since bit operations are about
+ to be implemented.
+
+ * txr.1: Documented.
+
2012-09-12 Kaz Kylheku <kaz@kylheku.com>
* eval.c (eval_init): New intrinsics: make-similar-hash, copy-hash,