diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2012-01-11 14:16:36 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2012-01-11 14:16:36 -0800 |
commit | 7639a095e61af6c9c0f502957b7ff2c3817acab1 (patch) | |
tree | 859013930ed2c926780c0abf0b5db8e17fee7719 /ChangeLog | |
parent | 285cf6a287d4d2de7d02bb1d72f369226e19c213 (diff) | |
download | txr-7639a095e61af6c9c0f502957b7ff2c3817acab1.tar.gz txr-7639a095e61af6c9c0f502957b7ff2c3817acab1.tar.bz2 txr-7639a095e61af6c9c0f502957b7ff2c3817acab1.zip |
* eval.c (each_s, each_star_s, collect_each_s, collect_each_star_s):
New symbol variables.
(op_each): New static function.
(expand): Handle the four new operators.
(eval_init): Intern new symbols, register new operators.
* txr.1: Documented each, each*, collect-each and collect-each*.
* txr.vim: Updated.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,5 +1,17 @@ 2012-01-11 Kaz Kylheku <kaz@kylheku.com> + * eval.c (each_s, each_star_s, collect_each_s, collect_each_star_s): + New symbol variables. + (op_each): New static function. + (expand): Handle the four new operators. + (eval_init): Intern new symbols, register new operators. + + * txr.1: Documented each, each*, collect-each and collect-each*. + + * txr.vim: Updated. + +2012-01-11 Kaz Kylheku <kaz@kylheku.com> + * eval.c (eval_init): list_str registered. * lib.c (list_str): New function. |