diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2011-10-23 21:56:57 -0400 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2011-10-23 21:56:57 -0400 |
commit | bb8705bd33c1cfa89cf07573dc5c477bdae1d6d0 (patch) | |
tree | b62c87c230a2aace61851fe09040471a3157b1d2 /ChangeLog | |
parent | 047116716e98766487f4a808ad53e097565dede2 (diff) | |
download | txr-bb8705bd33c1cfa89cf07573dc5c477bdae1d6d0.tar.gz txr-bb8705bd33c1cfa89cf07573dc5c477bdae1d6d0.tar.bz2 txr-bb8705bd33c1cfa89cf07573dc5c477bdae1d6d0.zip |
* match.c (list_k, string_k): New keyword symbol variables.
(v_next): Implement :list and :string keywords.
(syms_init): New keyword variables initialized.
NOTE: the :var keyword is deprecated.
* txr.1: Documented :list and :string.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,14 @@ 2011-10-23 Kaz Kylheku <kaz@kylheku.com> + * match.c (list_k, string_k): New keyword symbol variables. + (v_next): Implement :list and :string keywords. + (syms_init): New keyword variables initialized. + NOTE: the :var keyword is deprecated. + + * txr.1: Documented :list and :string. + +2011-10-23 Kaz Kylheku <kaz@kylheku.com> + * match.c (h_skip): Bugfix: bad agument list in debugf call. 2011-10-22 Kaz Kylheku <kaz@kylheku.com> |