summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2012-03-23 07:11:35 -0700
committerKaz Kylheku <kaz@kylheku.com>2012-03-23 07:11:35 -0700
commitbe6d19b9cdde9184d60bce828d002458d00c54ab (patch)
treeb384b4556189492244e42124b65dcec8a1ff9358 /ChangeLog
parent4b48c3ac0e4ce72fcc24c6baf14d55afc3157e3d (diff)
downloadtxr-be6d19b9cdde9184d60bce828d002458d00c54ab.tar.gz
txr-be6d19b9cdde9184d60bce828d002458d00c54ab.tar.bz2
txr-be6d19b9cdde9184d60bce828d002458d00c54ab.zip
* Makefile (TXR_ARGS): Pass new file to tests/009/json.txr test.
* tests/009/json.expected: Updated. * tests/009/json.txr: Updated source. Translates to a more native representation with vectors and hash tables. Numbers go to floating point instead of remaining as strings. * tests/009/pass1.json: New file: a test case from json.org.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e02f8863..034b0fb4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2012-03-23 Kaz Kylheku <kaz@kylheku.com>
+
+ * Makefile (TXR_ARGS): Pass new file to tests/009/json.txr test.
+
+ * tests/009/json.expected: Updated.
+
+ * tests/009/json.txr: Updated source. Translates to a more native
+ representation with vectors and hash tables. Numbers go to
+ floating point instead of remaining as strings.
+
+ * tests/009/pass1.json: New file: a test case from json.org.
+
2012-03-22 Kaz Kylheku <kaz@kylheku.com>
* arith.c (expo): New function.