diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-06-09 07:51:47 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-06-09 07:51:47 -0700 |
commit | 7301f71181073b0567fa9aa285cff58b7653a67d (patch) | |
tree | 5cfdb2fbd3efe1dbbda22d51b5bff3cbceb3fd9d /ChangeLog | |
parent | 7660e90e5815154df9ddf5d8f2b52031e7956557 (diff) | |
download | txr-7301f71181073b0567fa9aa285cff58b7653a67d.tar.gz txr-7301f71181073b0567fa9aa285cff58b7653a67d.tar.bz2 txr-7301f71181073b0567fa9aa285cff58b7653a67d.zip |
* txr.c (txr_main): New option --args.
Also, put in missing check for -f being erroneously clumped.
* txr.1: Documented.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 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. + + * txr.1: Documented. + +2014-06-09 Kaz Kylheku <kaz@kylheku.com> + The dumping of bindings and printing of false must now be explicitly requested by the -B option. |