diff options
author | dgp <dgp@users.sourceforge.net> | 2005-04-05 16:39:58 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2005-04-05 16:39:58 (GMT) |
commit | f67da7eac043413a7e37d04e4ff19fcb39bafc58 (patch) | |
tree | e9e94c52165c0e0c330127a5b3fc57a234100eba /ChangeLog | |
parent | ee6a3a70463ffbf998a1c7769fcfdfcae003fa56 (diff) | |
download | tcl-f67da7eac043413a7e37d04e4ff19fcb39bafc58.zip tcl-f67da7eac043413a7e37d04e4ff19fcb39bafc58.tar.gz tcl-f67da7eac043413a7e37d04e4ff19fcb39bafc58.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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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-03-29 Jeff Hobbs <jeffh@ActiveState.com> * win/tcl.m4, win/configure: do not require cygpath in macros to |