summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2012-03-21 09:43:52 -0700
committerKaz Kylheku <kaz@kylheku.com>2012-03-21 09:43:52 -0700
commit85370261a9c374e22ab6beadcc7c53663372f03e (patch)
tree6999fc297feab228844a979a06b231fb64041c7a /ChangeLog
parente7d17c45b37c145eff23a8fc6e602346f9b65fe3 (diff)
downloadtxr-85370261a9c374e22ab6beadcc7c53663372f03e.tar.gz
txr-85370261a9c374e22ab6beadcc7c53663372f03e.tar.bz2
txr-85370261a9c374e22ab6beadcc7c53663372f03e.zip
* Makefile: link in -lm, which is needed now on some systems.
* arith.c (plus, minus): Eliminated some unnecessary (double) casts. (abso, mul): Floating support.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 160c1eb5..f27fbf6d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2012-03-21 Kaz Kylheku <kaz@kylheku.com>
+ * Makefile: link in -lm, which is needed now on some systems.
+
+ * arith.c (plus, minus): Eliminated some unnecessary (double) casts.
+ (abso, mul): Floating support.
+
+2012-03-21 Kaz Kylheku <kaz@kylheku.com>
+
* arith.c (neg): Floating-point support.
* parser.l: FLO and FLODOT cases had to be reordered because