diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2009-11-03 05:35:07 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2009-11-03 05:35:07 -0800 |
commit | 97ff23270fa304123ee11ddb773eba68ce8fd223 (patch) | |
tree | 327568a0085898b36efb76322743f12927ea8be2 /ChangeLog | |
parent | 147e139309408e4d2f0ceb9d35b9de114690ffce (diff) | |
download | txr-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-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -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. |