diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2011-10-07 21:19:04 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2011-10-07 21:19:04 -0700 |
commit | 81c5eee132546c90d878065722f52e70b27c359f (patch) | |
tree | 41e8b45cc3e000898b5c532c7a0fd4282159ff46 /ChangeLog | |
parent | f5af9dd56254dd90f5985eb3e1dcbab042d72431 (diff) | |
download | txr-81c5eee132546c90d878065722f52e70b27c359f.tar.gz txr-81c5eee132546c90d878065722f52e70b27c359f.tar.bz2 txr-81c5eee132546c90d878065722f52e70b27c359f.zip |
* lib.c (eol_s): New symbol variable.
(obj_init): New variable initialized.
* lib.h (eol_s): Declared.
* match.c (match_line): Implemented horizontal skip as and
new eol directive.
(match_lines): Vertical skip defers to horizontal skip if
there is trailing material.
* txr.1: Updated.
* lib.c (eol_s): New symbol variable.
(obj_init): New variable initialized.
* lib.h (eol_s): Declared.
* match.c (match_line): Implemented horizontal skip as and
new eol directive.
(match_lines): Vertical skip defers to horizontal skip if
there is trailing material.
* txr.1: Updated.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,5 +1,19 @@ 2011-10-07 Kaz Kylheku <kaz@kylheku.com> + * lib.c (eol_s): New symbol variable. + (obj_init): New variable initialized. + + * lib.h (eol_s): Declared. + + * match.c (match_line): Implemented horizontal skip as and + new eol directive. + (match_lines): Vertical skip defers to horizontal skip if + there is trailing material. + + * txr.1: Updated. + +2011-10-07 Kaz Kylheku <kaz@kylheku.com> + * lib.c (flatten_helper): Function removed. (flatten): Recurse directly, using func_n1. |