summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 76f963d5..d73ad31d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.