diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-06-09 19:37:51 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-06-09 19:37:51 -0700 |
commit | 2ea6ca3ef8151d94d2a3f306a9035ae7ae001fcd (patch) | |
tree | 8e6f8f294f2ec6e32171a71e5f04b4e0a847c1c0 /ChangeLog | |
parent | 3e1962283c934b374829667f693244e5d23ee25b (diff) | |
download | txr-2ea6ca3ef8151d94d2a3f306a9035ae7ae001fcd.tar.gz txr-2ea6ca3ef8151d94d2a3f306a9035ae7ae001fcd.tar.bz2 txr-2ea6ca3ef8151d94d2a3f306a9035ae7ae001fcd.zip |
* lib.c (match_str): Extended to suffix testing, with a negative
start argument.
* 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> + * lib.c (match_str): Extended to suffix testing, with a negative + start argument. + + * txr.1: Documented. + +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. |