diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2013-05-15 01:45:19 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2013-05-15 01:45:19 -0700 |
commit | 10bbad5126477bbf9e46a37d4c323f87f8273dbb (patch) | |
tree | 1487c42b25d726c48a61196ab73b3fc66f6ac5d7 /ChangeLog | |
parent | b72c239bae5b34c66fcd5beb24c8c7b706420c34 (diff) | |
download | txr-10bbad5126477bbf9e46a37d4c323f87f8273dbb.tar.gz txr-10bbad5126477bbf9e46a37d4c323f87f8273dbb.tar.bz2 txr-10bbad5126477bbf9e46a37d4c323f87f8273dbb.zip |
* match.c (match_fun): Support debug stop on the function
prior to the call. The first data line number is 1, not zero,
if there is data.
* txr.1: Added usage example for match-fun.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2013-05-15 Kaz Kylheku <kaz@kylheku.com> + + * match.c (match_fun): Support debug stop on the function + prior to the call. The first data line number is 1, not zero, + if there is data. + + * txr.1: Added usage example for match-fun. + 2013-05-14 Kaz Kylheku <kaz@kylheku.com> * txr.1: Documented time and url encoding/decoding functions. |