diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-01-21 06:18:34 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-01-21 06:18:34 -0800 |
commit | dd108fe76bf8c124ec7d68ed0a346c54c01ad182 (patch) | |
tree | b692818436a630208fc42222085137e4a9c69f0c /ChangeLog | |
parent | b9b4014c02f36f5b468283ed6ef64783146306cf (diff) | |
download | txr-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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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. |