summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2005-04-05 16:56:08 (GMT)
committerdgp <dgp@users.sourceforge.net>2005-04-05 16:56:08 (GMT)
commita413cb1b70f4d1bfdd0e22082d9b817c94e560fa (patch)
treef1db1f152fc987d1d0b25c57a3acc942167a6412 /ChangeLog
parent17ec5a7e8039b2fe845126a294c0073b3d55bf95 (diff)
downloadtcl-a413cb1b70f4d1bfdd0e22082d9b817c94e560fa.zip
tcl-a413cb1b70f4d1bfdd0e22082d9b817c94e560fa.tar.gz
tcl-a413cb1b70f4d1bfdd0e22082d9b817c94e560fa.tar.bz2
* generic/tclExecute.c (ExprSrandFunc): Replaced incursions into the
* 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]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 00ac77b..679e259 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2005-04-05 Don Porter <dgp@users.sourceforge.net>
+
+ * generic/tclExecute.c (ExprSrandFunc): Replaced incursions into the
+ * 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]
+
2005-04-05 Miguel Sofer <msofer@users.sf.net>
* generic/tclInt.h: