summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2006-05-04 12:34:37 (GMT)
committerdgp <dgp@users.sourceforge.net>2006-05-04 12:34:37 (GMT)
commitb7704f4643daab2ba9d0a5a4aa3b904720ded05a (patch)
tree924a385f237f2295aa51d8335ca9f18e50e50e33 /ChangeLog
parent1b572d3904ba2a6e52219627f7e2f6c1c1486552 (diff)
downloadtcl-b7704f4643daab2ba9d0a5a4aa3b904720ded05a.zip
tcl-b7704f4643daab2ba9d0a5a4aa3b904720ded05a.tar.gz
tcl-b7704f4643daab2ba9d0a5a4aa3b904720ded05a.tar.bz2
* generic/tclExecute.c (ExprSrandFunc): Restore acceptance of wide
* tests/expr-old.test: integer values by srand() [Bug 1480509].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 9824064..67d49bd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-05-04 Don Porter <dgp@users.sourceforge.net>
+
+ * generic/tclExecute.c (ExprSrandFunc): Restore acceptance of wide
+ * tests/expr-old.test: integer values by srand() [Bug 1480509].
+
2006-04-12 Don Porter <dgp@users.sourceforge.net>
*** 8.4.13 TAGGED FOR RELEASE ***
@@ -1365,7 +1370,7 @@
* generic/tclUtil.c (TclGetIntForIndex): intreps of numeric types
with simpler calls of Tcl_GetIntFromObj and Tcl_GetLongFromObj,
now that those routines are better behaved wrt shimmering.
- [Patch 1177219]
+ [Patch 1177129]
2005-03-29 Jeff Hobbs <jeffh@ActiveState.com>