summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-02-26 20:32:59 -0800
committerKaz Kylheku <kaz@kylheku.com>2014-02-26 20:32:59 -0800
commite501f90a9ea5682539658da371bd6231b616e561 (patch)
tree9691ef52e5d9a4caa3be8936e6432a124f9dd752 /ChangeLog
parent8b01397de3f74cb608250554119322e53099a9a8 (diff)
downloadtxr-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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b5fd075b..2bfdb1e5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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"]