diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-02-22 19:56:38 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-02-22 19:56:38 -0800 |
commit | 01148ef9f86426f0b520752ae2f930c6c1c06903 (patch) | |
tree | c67e5a6d69c50759e80fb66e32d4fdbf7434905e /ChangeLog | |
parent | 8f71f5ec7497440e0ab55a95c03d8a38bb875d26 (diff) | |
download | txr-01148ef9f86426f0b520752ae2f930c6c1c06903.tar.gz txr-01148ef9f86426f0b520752ae2f930c6c1c06903.tar.bz2 txr-01148ef9f86426f0b520752ae2f930c6c1c06903.zip |
* eval.c (prinl, pprinl): New functions.
(eval_init): Registered as intrinsics.
* txr.1: Documented.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2014-02-22 Kaz Kylheku <kaz@kylheku.com> + * eval.c (prinl, pprinl): New functions. + (eval_init): Registered as intrinsics. + + * txr.1: Documented. + +2014-02-22 Kaz Kylheku <kaz@kylheku.com> + * lib.c (obj_init): changing the quote, qquote, unquote and splice symbols to be in the regular user package, rather than the system package. |