diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2011-09-29 22:31:27 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2011-09-30 09:53:47 -0700 |
commit | 1057218015c2388a90bfbe9baa8cfb90820a6d8c (patch) | |
tree | 3eb04daa4e0ea7b1869bfd846ef5df212ccc656a /ChangeLog | |
parent | 8c0902a00ad68bb3f830274342de608cd36f304d (diff) | |
download | txr-1057218015c2388a90bfbe9baa8cfb90820a6d8c.tar.gz txr-1057218015c2388a90bfbe9baa8cfb90820a6d8c.tar.bz2 txr-1057218015c2388a90bfbe9baa8cfb90820a6d8c.zip |
* parser.l: Implemented backslash continuations in SPECIAL
state, regexes and string literals.
* txr.1: Documented.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2011-09-29 Kaz Kylheku <kaz@kylheku.com> + * parser.l: Implemented backslash continuations in SPECIAL + state, regexes and string literals. + + * txr.1: Documented. + +2011-09-29 Kaz Kylheku <kaz@kylheku.com> + * match.c (match_line): Implemented horizontal all, some, none, maybe and cases directives. (match_files): Recognize horizontal version of these directives |