diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-02-27 07:52:02 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-02-27 07:52:02 -0800 |
commit | 73bcd69a66e50e08bace63cc2392803fd991f6f0 (patch) | |
tree | 29382e5ac47bddfe93d2b49e84d90c5d0fc27965 /ChangeLog | |
parent | 66858a6c861796b58b51cdc1f0a125621ec1b376 (diff) | |
download | txr-73bcd69a66e50e08bace63cc2392803fd991f6f0.tar.gz txr-73bcd69a66e50e08bace63cc2392803fd991f6f0.tar.bz2 txr-73bcd69a66e50e08bace63cc2392803fd991f6f0.zip |
* lib.c (copy): New function.
* lib.h (copy): Declared.
* eval.c (eval_init): Registered copy function as intrinsic.
* txr.1: Added missing documentation for length. Documented copy.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,5 +1,15 @@ 2014-02-27 Kaz Kylheku <kaz@kylheku.com> + * lib.c (copy): New function. + + * lib.h (copy): Declared. + + * eval.c (eval_init): Registered copy function as intrinsic. + + * txr.1: Added missing documentation for length. Documented copy. + +2014-02-27 Kaz Kylheku <kaz@kylheku.com> + * genvim.txr: Updated with regard to how operators are registered in in eval_init. Also, scans reg_mac registrations now. |