diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2012-03-21 15:52:09 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2012-03-21 15:52:09 -0700 |
commit | 56600f5e7ceb6339a20966b0f827634c8a7bf8ff (patch) | |
tree | 464d3f3974e9a064db61f4c5844e0507cd54775d /ChangeLog | |
parent | a084df5e0f237ae0e331f2fe43f850853eec5fb6 (diff) | |
download | txr-56600f5e7ceb6339a20966b0f827634c8a7bf8ff.tar.gz txr-56600f5e7ceb6339a20966b0f827634c8a7bf8ff.tar.bz2 txr-56600f5e7ceb6339a20966b0f827634c8a7bf8ff.zip |
* arith.c (trunc): Floating support.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2012-03-21 Kaz Kylheku <kaz@kylheku.com> + * arith.c (trunc): Floating support. + +2012-03-21 Kaz Kylheku <kaz@kylheku.com> + * arith.c (plus, minus, mul): Removing unnecessary type checks, which are already implied by the switch case. |