summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
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"]