summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2009-11-03 05:35:07 -0800
committerKaz Kylheku <kaz@kylheku.com>2009-11-03 05:35:07 -0800
commit97ff23270fa304123ee11ddb773eba68ce8fd223 (patch)
tree327568a0085898b36efb76322743f12927ea8be2 /ChangeLog
parent147e139309408e4d2f0ceb9d35b9de114690ffce (diff)
downloadtxr-97ff23270fa304123ee11ddb773eba68ce8fd223.tar.gz
txr-97ff23270fa304123ee11ddb773eba68ce8fd223.tar.bz2
txr-97ff23270fa304123ee11ddb773eba68ce8fd223.zip
Change the freeform line catenation semantics to termination
rather than separation.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8ec8bce6..c18105dc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,20 @@
2009-10-21 Kaz Kylheku <kkylheku@gmail.com>
+ Change the freeform line catenation semantics to termination
+ rather than separation.
+
+ * lib.h (lazy_str): Declaration updated.
+
+ * lib.c (lazy_str): Tack terminator onto initial prefix
+ string. Parameter renamed. Also, terminator string cached
+ in the object.
+ (lazy_str_force, lazy_str_force_upto): Terminate, rather
+ than separate.
+
+ * match.c (match_files): sep variable renamed to term.
+
+2009-10-21 Kaz Kylheku <kkylheku@gmail.com>
+
* gc.c (mark_obj): Bugfix: recurse over recently added
member, opts, in the lazy_string structure.