diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2015-02-12 19:56:21 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2015-02-12 19:56:21 -0800 |
commit | 7ed3b0ad7626612aa4b0420dd3dcfdbf5b168fb8 (patch) | |
tree | e25352c7596f0ace73a574f2399d5a8ebebe44df /ChangeLog | |
parent | 00931fee52a70cf445a63e273851b9b973a70a58 (diff) | |
download | txr-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-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 |