diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2014-01-23 Kaz Kylheku <kaz@kylheku.com> + * eval.c (do_eval): Fix incorrect, recently introduced code + rearrangement that gives precedence to operator lookup over function + lookup. + +2014-01-23 Kaz Kylheku <kaz@kylheku.com> + Bugfix: @(require ...) not expanding forms. * eval.c (expand_forms): Static function becomes external. |