diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-06-17 07:03:28 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-06-17 07:03:28 -0700 |
commit | f15dcf205cb43804140db1f59314191e14d7ec65 (patch) | |
tree | cc84be04115041975ba9f02392d9af897d63a475 /ChangeLog | |
parent | 95f05cafb8da2dc1a20a41b165c2e03c24d04099 (diff) | |
download | txr-f15dcf205cb43804140db1f59314191e14d7ec65.tar.gz txr-f15dcf205cb43804140db1f59314191e14d7ec65.tar.bz2 txr-f15dcf205cb43804140db1f59314191e14d7ec65.zip |
* txr.1: Fix broken examples for some and none functions.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2014-06-17 Kaz Kylheku <kaz@kylheku.com> + * txr.1: Fix broken examples for some and none functions. + +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", |