diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2009-11-02 15:57:40 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2009-11-02 15:57:40 -0800 |
commit | f6c4f253681b576f39d939e602e9de7bc1b8892b (patch) | |
tree | b0cde10be55dfb779106fc6e2fb387d0741fd3e8 /ChangeLog | |
parent | 69a1cbeccd0834937a46c95da08948d684868c17 (diff) | |
download | txr-f6c4f253681b576f39d939e602e9de7bc1b8892b.tar.gz txr-f6c4f253681b576f39d939e602e9de7bc1b8892b.tar.bz2 txr-f6c4f253681b576f39d939e602e9de7bc1b8892b.zip |
Implement custom separator and limit in freeform.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,5 +1,20 @@ 2009-10-20 Kaz Kylheku <kkylheku@gmail.com> + Implement custom separator and limit in freeform. + + * lib.h (lazy_string): New struct member, opts. + (lazy_str): Declaration updated. + + * lib.c (lazy_str): New constructor parameters to set the + seprator string and numeric line limit. + (lazy_str_force, lazy_str_upto): Honor the line limit, + and use the separator string if provided. + + * match.c (match_files): Process the arguments for freeform + directive. + +2009-10-20 Kaz Kylheku <kkylheku@gmail.com> + * lib.c (sub_str): Avoid invoking c_str which forces the lazy string. |