diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-08-13 06:55:07 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-08-13 06:55:07 -0700 |
commit | e05a39e67e5259263ecc4955f3efa8724d887e90 (patch) | |
tree | e804ef38705005afca9f1314cd2cadb13de56e93 /ChangeLog | |
parent | 9aee8dd619826e3fa73f665e72522a342742af0b (diff) | |
download | txr-e05a39e67e5259263ecc4955f3efa8724d887e90.tar.gz txr-e05a39e67e5259263ecc4955f3efa8724d887e90.tar.bz2 txr-e05a39e67e5259263ecc4955f3efa8724d887e90.zip |
Fix regression in previous change: we must match a compound text
element whole, and not break it up.
* match.c (search_match): Take a spec argument.
(h_var): Turn a text element into a one-element spec and process
with search_match.
* txr.1: Updated text about matching of variables
followed by a directive or function, and about consecutive
variables via directive.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2014-08-13 Kaz Kylheku <kaz@kylheku.com> + + Fix regression in previous change: we must match a compound text + element whole, and not break it up. + + * match.c (search_match): Take a spec argument. + (h_var): Turn a text element into a one-element spec and process + with search_match. + + * txr.1: Updated text about matching of variables + followed by a directive or function, and about consecutive + variables via directive. + 2014-08-12 Kaz Kylheku <kaz@kylheku.com> When a variable is delimited by some form other than |