summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2006-01-25 23:06:15 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2006-01-25 23:06:15 (GMT)
commitb298791bcca7b9d9ffc1af32bf415e7c5dcca498 (patch)
treee486dce4ce3c736d0988205820ca31c0ce75961e /ChangeLog
parent0bd132708f79e0993a249078c60184ec6d2d52b7 (diff)
downloadtcl-b298791bcca7b9d9ffc1af32bf415e7c5dcca498.zip
tcl-b298791bcca7b9d9ffc1af32bf415e7c5dcca498.tar.gz
tcl-b298791bcca7b9d9ffc1af32bf415e7c5dcca498.tar.bz2
Backport of part of FreeBSD port
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4d0695f..aaeef1d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-01-25 Donal K. Fellows <donal.k.fellows@man.ac.uk>
+
+ * unix/tclUnixInit.c (TclpInitPlatform): Improved conditions on when
+ to update the FP rounding mode on FreeBSD, taken from FreeBSD port.
+
2006-01-23 Miguel Sofer <msofer@users.sf.net>
* generic/tclStringObj.c (Tcl_GetRange):