summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2009-11-02 15:57:40 -0800
committerKaz Kylheku <kaz@kylheku.com>2009-11-02 15:57:40 -0800
commitf6c4f253681b576f39d939e602e9de7bc1b8892b (patch)
treeb0cde10be55dfb779106fc6e2fb387d0741fd3e8 /ChangeLog
parent69a1cbeccd0834937a46c95da08948d684868c17 (diff)
downloadtxr-f6c4f253681b576f39d939e602e9de7bc1b8892b.tar.gz
txr-f6c4f253681b576f39d939e602e9de7bc1b8892b.tar.bz2
txr-f6c4f253681b576f39d939e602e9de7bc1b8892b.zip
Implement custom separator and limit in freeform.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 314b26a9..dbe446c8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.