diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-06-17 06:59:46 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-06-17 06:59:46 -0700 |
commit | 95f05cafb8da2dc1a20a41b165c2e03c24d04099 (patch) | |
tree | 61ff68622bd17632bbf731ff9ffb73bc136756fb /ChangeLog | |
parent | 5b140a070a99937da7c0b1fac9c23b7a281be82f (diff) | |
download | txr-95f05cafb8da2dc1a20a41b165c2e03c24d04099.tar.gz txr-95f05cafb8da2dc1a20a41b165c2e03c24d04099.tar.bz2 txr-95f05cafb8da2dc1a20a41b165c2e03c24d04099.zip |
* eval.c (not_null): New static function.
(eval_init): Use null_f in existing registration of null
and not. Add registration for not_null as "true",
and for null_f as "false".
* txr.1: Documented true and false.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,14 @@ 2014-06-17 Kaz Kylheku <kaz@kylheku.com> + * eval.c (not_null): New static function. + (eval_init): Use null_f in existing registration of null + and not. Add registration for not_null as "true", + and for null_f as "false". + + * txr.1: Documented true and false. + +2014-06-17 Kaz Kylheku <kaz@kylheku.com> + * eval.c (eval_init): register tuples as intrinsic. * lib.c (tuples_func): New static function. |