diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2011-10-26 00:20:57 -0400 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2011-10-26 00:20:57 -0400 |
commit | 6d7e225fa1dded120dd959074c0d269c38459713 (patch) | |
tree | d399065394b3dcf5228e0a253036029125ab5206 /ChangeLog | |
parent | 2987f69f690d8433ad3aaa9e9f41949455ada2cb (diff) | |
download | txr-6d7e225fa1dded120dd959074c0d269c38459713.tar.gz txr-6d7e225fa1dded120dd959074c0d269c38459713.tar.bz2 txr-6d7e225fa1dded120dd959074c0d269c38459713.zip |
Fixed lame @(cat) directive, without obsolescence phase.
* match.c (v_cat): Rewritten.
* txr.1: Documented.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2011-10-26 Kaz Kylheku <kaz@kylheku.com> + + Fixed lame @(cat) directive, without obsolescence phase. + + * match.c (v_cat): Rewritten. + + * txr.1: Documented. + 2011-10-25 Kaz Kylheku <kaz@kylheku.com> * configure: put in set -u to trap unbound variables, |