diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-02-26 07:33:19 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-02-26 07:33:19 -0800 |
commit | 1521adde660652f214be2b8f2811db0c2a0339d2 (patch) | |
tree | 6dee44f116227de5ee76e66b4125f256d3e9391b /ChangeLog | |
parent | 92ce6b7cf1cd8bd573ed1c796fff21a17e2ccd64 (diff) | |
download | txr-1521adde660652f214be2b8f2811db0c2a0339d2.tar.gz txr-1521adde660652f214be2b8f2811db0c2a0339d2.tar.bz2 txr-1521adde660652f214be2b8f2811db0c2a0339d2.zip |
* lib.c (lit_s): New symbol.
(code2type): Return lit_s for LIT type.
(typeof): Return lit_s for TAG_LIT.
(replace_str): Error message wording.
(obj_init): lit_s interned.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ 2014-02-26 Kaz Kylheku <kaz@kylheku.com> + * lib.c (lit_s): New symbol. + (code2type): Return lit_s for LIT type. + (typeof): Return lit_s for TAG_LIT. + (replace_str): Error message wording. + (obj_init): lit_s interned. + +2014-02-26 Kaz Kylheku <kaz@kylheku.com> + * eval.c (do_eval): Set last_form_evaled just before dispatching function, so it is not clobbered by argument evaluations. |