diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2011-09-27 13:29:49 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2011-09-27 13:29:49 -0700 |
commit | 0a4e0f2ff76761efe933d4ccae4c17efa286f4e3 (patch) | |
tree | bb5230f4d00084d5216438f56df0779efc1391b7 /ChangeLog | |
parent | 2722c5140685064be3df771eb9c0e0feff4fded0 (diff) | |
download | txr-0a4e0f2ff76761efe933d4ccae4c17efa286f4e3.tar.gz txr-0a4e0f2ff76761efe933d4ccae4c17efa286f4e3.tar.bz2 txr-0a4e0f2ff76761efe933d4ccae4c17efa286f4e3.zip |
* lib.c (eof_s): New symbol variable.
(obj_init): New variable initialized.
* lib.h (eof_s): Declared.
* match.c (match_files): New @(eof) directive explicitly
matches end of data.
* txr.1: Updated.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2011-09-27 Kaz Kylheku <kaz@kylheku.com> + + * lib.c (eof_s): New symbol variable. + (obj_init): New variable initialized. + + * lib.h (eof_s): Declared. + + * match.c (match_files): New @(eof) directive explicitly + matches end of data. + + * txr.1: Updated. + 2011-09-26 Kaz Kylheku <kaz@kylheku.com> Version 037 |