summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2005-09-15 15:25:17 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2005-09-15 15:25:17 (GMT)
commit7d09565720b2955832749fffa7a2570775b4f57e (patch)
tree3ec890bbb7b2e74680a631017f3acc294399d46d /ChangeLog
parent2d710b7bfb946720a165117b51982657462c87c2 (diff)
downloadtcl-7d09565720b2955832749fffa7a2570775b4f57e.zip
tcl-7d09565720b2955832749fffa7a2570775b4f57e.tar.gz
tcl-7d09565720b2955832749fffa7a2570775b4f57e.tar.bz2
Added yet another corner-case hack, this time for RHEL3. [Bug 1287638]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog21
1 files changed, 13 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index 76230dd..0c6a296 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,15 +1,20 @@
-2005-09-07 Don Porter <dgp@users.sourceforge.net>
+2005-09-15 Donal K. Fellows <donal.k.fellows@man.ac.uk>
- * generic/tclUtf.c (Tcl_UniCharToUtf): Corrected handling of negative
- * tests/utf.test (utf-1.5): Tcl_UniChar input value. Incorrect
- handling was producing byte sequences outside of Tcl's legal internal
- encoding. [Bug 1283976].
+ * unix/tcl.m4 (SC_TCL_EARLY_FLAGS): Added extra hack to allow Tcl
+ to transparently open large files on RHEL 3. [Bug 1287638]
-2005-08-29 Kevin Kenny <kennykb@acm.org>
+2005-09-07 Don Porter <dgp@users.sourceforge.net>
+
+ * generic/tclUtf.c (Tcl_UniCharToUtf): Corrected handling of negative
+ * tests/utf.test (utf-1.5): Tcl_UniChar input value. Incorrect
+ handling was producing byte sequences outside of Tcl's legal internal
+ encoding. [Bug 1283976].
+
+2005-08-29 Kevin Kenny <kennykb@acm.org>
* generic/tclBasic.c (ExprMathFunc): Restored "round away from
- * tests/expr.test (expr-46.*): zero" behaviour to the
- "round" function. Added
+ * tests/expr.test (expr-46.*): zero" behaviour to the
+ "round" function. Added
test cases for the behavior, including the awkward case of a
number whose fractional part is 1/2-1/2ulp. [Bug 1275043]