diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2011-10-07 21:53:20 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2011-10-07 21:53:20 -0700 |
commit | d73ddba9be79debbc96769de34d80710f08ae0c9 (patch) | |
tree | 3f8d6d45b56a2b4b625f8942d9f032d64ba5c656 /ChangeLog | |
parent | 81c5eee132546c90d878065722f52e70b27c359f (diff) | |
download | txr-d73ddba9be79debbc96769de34d80710f08ae0c9.tar.gz txr-d73ddba9be79debbc96769de34d80710f08ae0c9.tar.bz2 txr-d73ddba9be79debbc96769de34d80710f08ae0c9.zip |
* match.c (greedy_k): New keyword symbol variable.
(match_line): Greedy skip implemented.
(match_files): Likewise.
(match_init): New keyword symbol variable initialized.
* txr.1: Updated.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,14 @@ 2011-10-07 Kaz Kylheku <kaz@kylheku.com> + * match.c (greedy_k): New keyword symbol variable. + (match_line): Greedy skip implemented. + (match_files): Likewise. + (match_init): New keyword symbol variable initialized. + + * txr.1: Updated. + +2011-10-07 Kaz Kylheku <kaz@kylheku.com> + * lib.c (eol_s): New symbol variable. (obj_init): New variable initialized. |