summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d7521c86..301ef5d9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2014-03-06 Kaz Kylheku <kaz@kylheku.com>
+ * match.c: (v_next): Set the "curfile" in the context to "env" when
+ scanning environment.
+ (open_data_source): Regression: was not setting c->curfile when opening
+ anything.
+
+2014-03-06 Kaz Kylheku <kaz@kylheku.com>
+
* eval.c (apply_intrinsic, lazy_mapcar): Changed linkage to external.
* eval.h (apply_intrinsic, lazy_mapcar): Declarations added.