summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2012-03-22 10:38:17 -0700
committerKaz Kylheku <kaz@kylheku.com>2012-03-22 10:38:17 -0700
commit946c88ae095260a816aae8e1d5eacb32e4424718 (patch)
tree8fab69b645bd690e524ee4250f45bfa69737f3d5 /ChangeLog
parent6254e4fa987437b1d785cae66122d707c886e144 (diff)
downloadtxr-946c88ae095260a816aae8e1d5eacb32e4424718.tar.gz
txr-946c88ae095260a816aae8e1d5eacb32e4424718.tar.bz2
txr-946c88ae095260a816aae8e1d5eacb32e4424718.zip
* arith.c (floorf, ceili, sine, cosi, atang, loga): New functions.
* eval.c (eval_init): New intrinsic functions registered: floor, ceil, sin, cons, atan, log. * lib.h (floorf, ceili, sine, cosi, atang, loga): Declared. * txr.1: Doc stub section for new functions. * txr.vim: Highighting added.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7da801c8..0a264e7c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,18 @@
2012-03-22 Kaz Kylheku <kaz@kylheku.com>
+ * arith.c (floorf, ceili, sine, cosi, atang, loga): New functions.
+
+ * eval.c (eval_init): New intrinsic functions registered:
+ floor, ceil, sin, cons, atan, log.
+
+ * lib.h (floorf, ceili, sine, cosi, atang, loga): Declared.
+
+ * txr.1: Doc stub section for new functions.
+
+ * txr.vim: Highighting added.
+
+2012-03-22 Kaz Kylheku <kaz@kylheku.com>
+
* arith.c (int_flo): If sprintf produces something
that doesn't begin with a digit, it's most likely NaN or Inf.
We can turn that into an exception.