diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2015-07-22 07:37:22 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2015-07-22 07:37:22 -0700 |
commit | 420a230dbae897ee32c03297f7e4bb18f683a8b1 (patch) | |
tree | ca542bbde5776b9a5f8ed5ecbd1769dc19956038 /ChangeLog | |
parent | fb8a30d4540d04b02f98e7895cdb02d5c7f6c2e6 (diff) | |
download | txr-420a230dbae897ee32c03297f7e4bb18f683a8b1.tar.gz txr-420a230dbae897ee32c03297f7e4bb18f683a8b1.tar.bz2 txr-420a230dbae897ee32c03297f7e4bb18f683a8b1.zip |
Implementing second through tenth as places.
* eval.c (eval_init): Register second through tenth as intrinsic.
* gencadr.txr: New cadr.c changes encoded.
* lib.c (second, third, fourth, fifth, sixth): Functions
reimplemented using ref, so they are much more efficient
for vectors and strings.
(seventh, eighth, ninth, tenth): New functions.
* lib.h (seventh, eighth, ninth, tenth): Declared.
* share/txr/stdlib/place.tl: place macros defined for
second through tenth.
* txr.1: Documented.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -1,5 +1,25 @@ 2015-07-22 Kaz Kylheku <kaz@kylheku.com> + Implementing second through tenth as places. + + * eval.c (eval_init): Register second through tenth as intrinsic. + + * gencadr.txr: New cadr.c changes encoded. + + * lib.c (second, third, fourth, fifth, sixth): Functions + reimplemented using ref, so they are much more efficient + for vectors and strings. + (seventh, eighth, ninth, tenth): New functions. + + * lib.h (seventh, eighth, ninth, tenth): Declared. + + * share/txr/stdlib/place.tl: place macros defined for + second through tenth. + + * txr.1: Documented. + +2015-07-22 Kaz Kylheku <kaz@kylheku.com> + * lisplib.c (place_set_entries): Add *place-macro* and define-place-macro to list of names. |