summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-06-09 19:37:51 -0700
committerKaz Kylheku <kaz@kylheku.com>2014-06-09 19:37:51 -0700
commit2ea6ca3ef8151d94d2a3f306a9035ae7ae001fcd (patch)
tree8e6f8f294f2ec6e32171a71e5f04b4e0a847c1c0 /ChangeLog
parent3e1962283c934b374829667f693244e5d23ee25b (diff)
downloadtxr-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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d60aac61..2fab8a4d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.