diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2011-10-27 00:50:22 -0400 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2011-10-27 00:50:22 -0400 |
commit | bfaecb261a22fd0db341627c056f677bb8412e20 (patch) | |
tree | 1ac5993a4ab73e225264d9423506cac18c3140b1 /ChangeLog | |
parent | 12c1371bbbb2d8e6f693b3d2e1e5a91c32c63520 (diff) | |
download | txr-bfaecb261a22fd0db341627c056f677bb8412e20.tar.gz txr-bfaecb261a22fd0db341627c056f677bb8412e20.tar.bz2 txr-bfaecb261a22fd0db341627c056f677bb8412e20.zip |
Bug #34657
* txr.1: Added explanations about the differences between
empty streams and empty lines, and to watch out when passing
empty strings to @(next :string ...).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2011-10-27 Kaz Kylheku <kaz@kylheku.com> + + Bug #34657 + + * txr.1: Added explanations about the differences between + empty streams and empty lines, and to watch out when passing + empty strings to @(next :string ...). + 2011-10-26 Kaz Kylheku <kaz@kylheku.com> Bugfix: prepared_error_message variable needs to be gc-protected. |