diff options
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"] |