diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2009-11-03 07:56:53 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2009-11-03 07:56:53 -0800 |
commit | e39f2236ea3f1b2b50bbed65ec33ad4f56f409cb (patch) | |
tree | 3dffdfa3f6fda78c37f48170f1f04a1c1cf989a4 /ChangeLog | |
parent | ca9d02bcb0db425218734d5434f124be7a66b3b3 (diff) | |
download | txr-e39f2236ea3f1b2b50bbed65ec33ad4f56f409cb.tar.gz txr-e39f2236ea3f1b2b50bbed65ec33ad4f56f409cb.tar.bz2 txr-e39f2236ea3f1b2b50bbed65ec33ad4f56f409cb.zip |
Version 019txr-019
Regexps can be bound to variables.
New freeform directive.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 15 insertions, 1 deletions
@@ -1,5 +1,19 @@ 2009-10-22 Kaz Kylheku <kkylheku@gmail.com> + Version 019 + + Regexps can be bound to variables. + + New freeform directive. + + * txr.c (version): Bump. + * txr.1: Bump version and date. + + * lib.c, match.c, regex.c, regex.h, stream.c: Trailing whitespace + removed from lines. + +2009-10-22 Kaz Kylheku <kkylheku@gmail.com> + * txr.1: Documented freeform. 2009-10-21 Kaz Kylheku <kkylheku@gmail.com> @@ -80,7 +94,7 @@ * lib.h (type_t): New enum member LSTR, for lazy strings. (lstr_t, freestyle, type_check3, string_own): Declared. (string): Parameter changed to const char *. - (lazy_stringp, split_str, lazy_str, lazy_str_force_upto, + (lazy_stringp, split_str, lazy_str, lazy_str_force_upto, lazy_str_force, lazy_str_get_trailing_list, length_str_gt, length_str_ge, length_str_lt, length_str_le): Declared. |