diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-06-09 08:03:35 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-06-09 08:03:35 -0700 |
commit | 3e1962283c934b374829667f693244e5d23ee25b (patch) | |
tree | e7a09ae33928ce73e4d9332876b303cf4824ec2f /ChangeLog | |
parent | 7301f71181073b0567fa9aa285cff58b7653a67d (diff) | |
download | txr-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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. |