summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-03-06 20:42:02 -0800
committerKaz Kylheku <kaz@kylheku.com>2014-03-06 20:42:02 -0800
commita8449a74871f420759b26b60e368548b7938e35c (patch)
treed8d2918281ddffe5ce1f770100bc495c28ad44cf /ChangeLog
parent24b4b36628fd2ab3d3ff946907ad3a88e325a772 (diff)
downloadtxr-a8449a74871f420759b26b60e368548b7938e35c.tar.gz
txr-a8449a74871f420759b26b60e368548b7938e35c.tar.bz2
txr-a8449a74871f420759b26b60e368548b7938e35c.zip
* 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.
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.