diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-03-01 00:05:07 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-03-01 00:05:07 -0800 |
commit | 18efe8b595bc230f6482fafad586d873c12b50d0 (patch) | |
tree | eee3cfdaed3f5fb108d7b9da79a1c71b9582f7cf /ChangeLog | |
parent | 7807ce0cf494506e4fb596ba7d5c026f813a5349 (diff) | |
download | txr-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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. |