diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-03-04 23:54:02 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-03-04 23:54:02 -0800 |
commit | 22ed7f473a5c1e1db722286f98b2457a74cc1ca7 (patch) | |
tree | 203257c74c2b30f1aaa11afc51f28d1d55f80755 /ChangeLog | |
parent | 039e2ebdfa5670de7a35084fd480fe204afbdc8b (diff) | |
download | txr-22ed7f473a5c1e1db722286f98b2457a74cc1ca7.tar.gz txr-22ed7f473a5c1e1db722286f98b2457a74cc1ca7.tar.bz2 txr-22ed7f473a5c1e1db722286f98b2457a74cc1ca7.zip |
* arith.c (logten): New function.
* eval.c (eval_init): logten registered as intrinsic.
* lib.h (logten): Declared.
* txr.1: Documented.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2014-03-04 Kaz Kylheku <kaz@kylheku.com> + + * arith.c (logten): New function. + + * eval.c (eval_init): logten registered as intrinsic. + + * lib.h (logten): Declared. + + * txr.1: Documented. + 2014-03-03 Kaz Kylheku <kaz@kylheku.com> * parser.l: Allowing ^ to be a quote character, and adjusting definition |