summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2015-02-12 19:56:21 -0800
committerKaz Kylheku <kaz@kylheku.com>2015-02-12 19:56:21 -0800
commit7ed3b0ad7626612aa4b0420dd3dcfdbf5b168fb8 (patch)
treee25352c7596f0ace73a574f2399d5a8ebebe44df /ChangeLog
parent00931fee52a70cf445a63e273851b9b973a70a58 (diff)
downloadtxr-7ed3b0ad7626612aa4b0420dd3dcfdbf5b168fb8.tar.gz
txr-7ed3b0ad7626612aa4b0420dd3dcfdbf5b168fb8.tar.bz2
txr-7ed3b0ad7626612aa4b0420dd3dcfdbf5b168fb8.zip
New functions pad and weave.
* eval.c (pad_func, pad, weave_while, weave_gen, weavev): New static functions. (eval_init): Registered pad and weave intrisics. * txr.1: Documented pad and weave.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0897bd32..5fd0b7f0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2015-02-12 Kaz Kylheku <kaz@kylheku.com>
+ New functions pad and weave.
+
+ * eval.c (pad_func, pad, weave_while, weave_gen, weavev):
+ New static functions.
+ (eval_init): Registered pad and weave intrisics.
+
+ * txr.1: Documented pad and weave.
+
+2015-02-12 Kaz Kylheku <kaz@kylheku.com>
+
* lib.c (lazy_appendv_func, lazy_appendv): Bugfix: append*
was silently ignoring lists after the first atom, instead of
throwing an error. Also, it was not detecting the case that