summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-01-21 06:18:34 -0800
committerKaz Kylheku <kaz@kylheku.com>2014-01-21 06:18:34 -0800
commitdd108fe76bf8c124ec7d68ed0a346c54c01ad182 (patch)
treeb692818436a630208fc42222085137e4a9c69f0c /ChangeLog
parentb9b4014c02f36f5b468283ed6ef64783146306cf (diff)
downloadtxr-dd108fe76bf8c124ec7d68ed0a346c54c01ad182.tar.gz
txr-dd108fe76bf8c124ec7d68ed0a346c54c01ad182.tar.bz2
txr-dd108fe76bf8c124ec7d68ed0a346c54c01ad182.zip
* lib.c (car, cdr, ldiff): Extend to handle vectors and strings.
Thereby, numerous previously list-only operations in TXR Lisp now magically handle strings and vectors. * txr.1: Documented.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index be0057a5..c2547c5e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2014-01-21 Kaz Kylheku <kaz@kylheku.com>
+
+ * lib.c (car, cdr, ldiff): Extend to handle vectors and strings.
+ Thereby, numerous previously list-only operations in TXR Lisp
+ now magically handle strings and vectors.
+
+ * txr.1: Documented.
+
2014-01-20 Kaz Kylheku <kaz@kylheku.com>
* lib.c (broken_down_time_list): New static function.