diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-02-26 20:32:59 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-02-26 20:32:59 -0800 |
commit | e501f90a9ea5682539658da371bd6231b616e561 (patch) | |
tree | 9691ef52e5d9a4caa3be8936e6432a124f9dd752 /ChangeLog | |
parent | 8b01397de3f74cb608250554119322e53099a9a8 (diff) | |
download | txr-e501f90a9ea5682539658da371bd6231b616e561.tar.gz txr-e501f90a9ea5682539658da371bd6231b616e561.tar.bz2 txr-e501f90a9ea5682539658da371bd6231b616e561.zip |
* eval.c (reg_op): New static function.
(eval_init): Register operators with reg_op instead of direct sethash
calls.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2014-02-26 Kaz Kylheku <kaz@kylheku.com> + * eval.c (reg_op): New static function. + (eval_init): Register operators with reg_op instead of direct sethash + calls. + +2014-02-26 Kaz Kylheku <kaz@kylheku.com> + * lib.c (make_like): If the first element of list isn't a character, then don't try to make it into a string; keep it as a list. This allows [mapcar list "abc" "def"] |