summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2015-05-14 06:12:30 -0700
committerKaz Kylheku <kaz@kylheku.com>2015-05-14 06:12:30 -0700
commit7d58b9a73f3adc4f665a83f72db2eeae19519a17 (patch)
tree88da00d4228ab900144f00f8dc310ec476744305 /ChangeLog
parent5a383a288d620b9ae6111d9f33b9e420d3fcd0f8 (diff)
downloadtxr-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--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5b68c559..a1b00fd4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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*).