summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-03-01 00:05:07 -0800
committerKaz Kylheku <kaz@kylheku.com>2014-03-01 00:05:07 -0800
commit18efe8b595bc230f6482fafad586d873c12b50d0 (patch)
treeeee3cfdaed3f5fb108d7b9da79a1c71b9582f7cf /ChangeLog
parent7807ce0cf494506e4fb596ba7d5c026f813a5349 (diff)
downloadtxr-18efe8b595bc230f6482fafad586d873c12b50d0.tar.gz
txr-18efe8b595bc230f6482fafad586d873c12b50d0.tar.bz2
txr-18efe8b595bc230f6482fafad586d873c12b50d0.zip
* eval.c (lookup_sym_lisp1): Bugfix: wasn't following the dynamic
environment at all, and still had vestiges of support for the the old cptr based global variables.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 01ed91f3..073e9a24 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2014-02-28 Kaz Kylheku <kaz@kylheku.com>
+ * eval.c (lookup_sym_lisp1): Bugfix: wasn't following the dynamic
+ environment at all, and still had vestiges of support for the the old
+ cptr based global variables.
+
+2014-02-28 Kaz Kylheku <kaz@kylheku.com>
+
* Makefile: Use target-specific assignment
to suppress TXR_DBG_OPTS for tests under tests/011.
The --gen-gc makes mandel.txr run too slow.