summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-06-09 08:03:35 -0700
committerKaz Kylheku <kaz@kylheku.com>2014-06-09 08:03:35 -0700
commit3e1962283c934b374829667f693244e5d23ee25b (patch)
treee7a09ae33928ce73e4d9332876b303cf4824ec2f /ChangeLog
parent7301f71181073b0567fa9aa285cff58b7653a67d (diff)
downloadtxr-3e1962283c934b374829667f693244e5d23ee25b.tar.gz
txr-3e1962283c934b374829667f693244e5d23ee25b.tar.bz2
txr-3e1962283c934b374829667f693244e5d23ee25b.zip
* Makefile: fix broken tests; numerous test cases output
bindings, and need the -B option. One test case does not need the -l option which now implies -B.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1c26ff56..d60aac61 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2014-06-09 Kaz Kylheku <kaz@kylheku.com>
+ * Makefile: fix broken tests; numerous test cases output
+ bindings, and need the -B option. One test case does not
+ need the -l option which now implies -B.
+
+2014-06-09 Kaz Kylheku <kaz@kylheku.com>
+
* txr.c (txr_main): New option --args.
Also, put in missing check for -f being erroneously clumped.