diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2011-10-08 09:04:46 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2011-10-08 09:04:46 -0700 |
commit | d910f624a23e374004924f46541e6f99b48583c7 (patch) | |
tree | dc2fbcd3cdbc57bd9a606e5d3b9c30b55fd3b8d2 /ChangeLog | |
parent | 16a1ef71a6877069f4814ac16aa5e7a85e9a2f11 (diff) | |
download | txr-d910f624a23e374004924f46541e6f99b48583c7.tar.gz txr-d910f624a23e374004924f46541e6f99b48583c7.tar.bz2 txr-d910f624a23e374004924f46541e6f99b48583c7.zip |
* match.c (mintimes_k, maxtimes_k): New keyword variables.
(match_line): Implemented :mintimes and :maxtimes, changing
the semantics of :times.
(match_files): Likewise.
(match_init): New keyword variables initialized.
* txr.1: Updated.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,5 +1,15 @@ 2011-10-08 Kaz Kylheku <kaz@kylheku.com> + * match.c (mintimes_k, maxtimes_k): New keyword variables. + (match_line): Implemented :mintimes and :maxtimes, changing + the semantics of :times. + (match_files): Likewise. + (match_init): New keyword variables initialized. + + * txr.1: Updated. + +2011-10-08 Kaz Kylheku <kaz@kylheku.com> + * HACKING: Formatting. 2011-10-07 Kaz Kylheku <kaz@kylheku.com> |