diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2015-08-03 09:48:48 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2015-08-03 09:48:48 -0700 |
commit | eb657afe78925f7905bc3ca7093bb5e5f441bf4f (patch) | |
tree | b20c79a832d7e21e16251e475c64acf7369dac34 /ChangeLog | |
parent | f135cd3637d39c46d21222f48178212b58fdad76 (diff) | |
download | txr-eb657afe78925f7905bc3ca7093bb5e5f441bf4f.tar.gz txr-eb657afe78925f7905bc3ca7093bb5e5f441bf4f.tar.bz2 txr-eb657afe78925f7905bc3ca7093bb5e5f441bf4f.zip |
* txr.c (txr_main): Bugfix: register *args-full*, the variable
described in the documentation! We keep *full-args* for backward
compatibility, as an obsolescent feature.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2015-08-03 Kaz Kylheku <kaz@kylheku.com> + * txr.c (txr_main): Bugfix: register *args-full*, the variable + described in the documentation! We keep *full-args* for backward + compatibility, as an obsolescent feature. + +2015-08-03 Kaz Kylheku <kaz@kylheku.com> + Introducing global lexicals: defvarl, defparml. * eval.c (defvarl_s, defparm_s, defparml_s, sys_mark_special_s): New |