diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2015-01-11 10:08:32 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2015-01-11 10:08:32 -0800 |
commit | 384262e2f0effb4b7bbd2effa9311899fa253799 (patch) | |
tree | 5979c5ad1bc11d3b35942805630eaf7f60a29cc9 /ChangeLog | |
parent | b8b1c891f17d26cf3b13e77c1657cd855ae6543b (diff) | |
download | txr-384262e2f0effb4b7bbd2effa9311899fa253799.tar.gz txr-384262e2f0effb4b7bbd2effa9311899fa253799.tar.bz2 txr-384262e2f0effb4b7bbd2effa9311899fa253799.zip |
* lib.c (make_like): Bugfix. (make-like nil "abc")
must return the empty string, not nil. Only
lists of non-characters fail to convert to a string.
Since programs may depend on the hitherto wrong,
undocumented behavior, this is made subject to
compatibility.
* txr.1: Added compatibility note.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,5 +1,16 @@ 2015-01-11 Kaz Kylheku <kaz@kylheku.com> + * lib.c (make_like): Bugfix. (make-like nil "abc") + must return the empty string, not nil. Only + lists of non-characters fail to convert to a string. + Since programs may depend on the hitherto wrong, + undocumented behavior, this is made subject to + compatibility. + + * txr.1: Added compatibility note. + +2015-01-11 Kaz Kylheku <kaz@kylheku.com> + * eval.c (merge_wrap): Make generic over sequences. * txr.1: Update documentation for merge function. |