summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-06-17 06:59:46 -0700
committerKaz Kylheku <kaz@kylheku.com>2014-06-17 06:59:46 -0700
commit95f05cafb8da2dc1a20a41b165c2e03c24d04099 (patch)
tree61ff68622bd17632bbf731ff9ffb73bc136756fb /ChangeLog
parent5b140a070a99937da7c0b1fac9c23b7a281be82f (diff)
downloadtxr-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--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0385c09b..20254472 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.