summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-03-19 00:19:16 -0700
committerKaz Kylheku <kaz@kylheku.com>2014-03-19 00:19:16 -0700
commit9c5fab4f4c3ef7cd39eececf6984378e4a48b56e (patch)
tree3c29ac5208941894d89808b7826fd4bf1f89a1e0 /ChangeLog
parentbb30e8bc09ffaf5b7bf0ce7ecca17c55c8bf428d (diff)
downloadtxr-9c5fab4f4c3ef7cd39eececf6984378e4a48b56e.tar.gz
txr-9c5fab4f4c3ef7cd39eececf6984378e4a48b56e.tar.bz2
txr-9c5fab4f4c3ef7cd39eececf6984378e4a48b56e.zip
* arith.c (int_flo): Fix non-handling of negative values.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f65b56df..f3eaa15a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2014-03-19 Kaz Kylheku <kaz@kylheku.com>
+ * arith.c (int_flo): Fix non-handling of negative values.
+
+2014-03-19 Kaz Kylheku <kaz@kylheku.com>
+
* arith.c (tofloat, toint): New functions.
* arith.h (tofloat, toint): Declared.