summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2009-07-16 20:50:53 (GMT)
committerdgp <dgp@users.sourceforge.net>2009-07-16 20:50:53 (GMT)
commit5c9038b30eadc53a06bd92249b583ab15f71c1c7 (patch)
treeb5b2733030e6c8eea0ea745246839c42469ecc7c /ChangeLog
parent4ddce8d6445b7a711133a230e5c070aeb22f95de (diff)
downloadtcl-5c9038b30eadc53a06bd92249b583ab15f71c1c7.zip
tcl-5c9038b30eadc53a06bd92249b583ab15f71c1c7.tar.gz
tcl-5c9038b30eadc53a06bd92249b583ab15f71c1c7.tar.bz2
* generic/tclCmdIL.c: Removed unused variables.
* generic/tclCompile.c: * generic/tclVar.c: * unix/tclUnixChan.c: * generic/tclScan.c: Typo in ACCEPT_NAN configuration. * generic/tclStrToD.c: Set floating point control register on MIPS systems so that the gradual underflow expected by Tcl is in effect. [Bug 2819200]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2382491..ac774f8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2009-07-16 Don Porter <dgp@users.sourceforge.net>
+
+ * generic/tclCmdIL.c: Removed unused variables.
+ * generic/tclCompile.c:
+ * generic/tclVar.c:
+ * unix/tclUnixChan.c:
+
+ * generic/tclScan.c: Typo in ACCEPT_NAN configuration.
+
+ * generic/tclStrToD.c: Set floating point control register on
+ MIPS systems so that the gradual underflow expected by Tcl is
+ in effect. [Bug 2819200]
+
2009-07-14 Andreas Kupries <andreask@activestate.com>
* generic/tclBasic.c (DeleteInterpProc,TclArgumentBCEnter,