diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2015-05-14 06:12:30 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2015-05-14 06:12:30 -0700 |
commit | 7d58b9a73f3adc4f665a83f72db2eeae19519a17 (patch) | |
tree | 88da00d4228ab900144f00f8dc310ec476744305 /ChangeLog | |
parent | 5a383a288d620b9ae6111d9f33b9e420d3fcd0f8 (diff) | |
download | txr-7d58b9a73f3adc4f665a83f72db2eeae19519a17.tar.gz txr-7d58b9a73f3adc4f665a83f72db2eeae19519a17.tar.bz2 txr-7d58b9a73f3adc4f665a83f72db2eeae19519a17.zip |
* lib.c (replace_list, replace_str, replace_vec): Handle
the case when from is a vector, for consistency with the sel
function and the dwim operator.
* txr.1: Document that the third argument of select and replace may be
a vector.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2015-05-14 Kaz Kylheku <kaz@kylheku.com> + + * lib.c (replace_list, replace_str, replace_vec): Handle + the case when from is a vector, for consistency with the sel + function and the dwim operator. + + * txr.1: Document that the third argument of select and replace may be + a vector. + 2015-05-13 Kaz Kylheku <kaz@kylheku.com> Recursive lcons force bug (keep-if*, remove-if*). |