diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2005-04-08 21:38:53 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2005-04-08 21:38:53 (GMT) |
commit | c0547bdfb090c06106c8bb8b294c9a176dcc9811 (patch) | |
tree | a8fce4cf5b58d3d73522839c58a9a93b518afe05 | |
parent | 41e18fd7dc1745c26225b36db8e215cca756fa3d (diff) | |
download | tcl-c0547bdfb090c06106c8bb8b294c9a176dcc9811.zip tcl-c0547bdfb090c06106c8bb8b294c9a176dcc9811.tar.gz tcl-c0547bdfb090c06106c8bb8b294c9a176dcc9811.tar.bz2 |
Fix whitespace
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -38,11 +38,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] + * 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> @@ -812,7 +812,7 @@ * tests/unixInit.test: Corrected tests to operate properly even when a value of TCL_LIBRARY is required to find encodings. - + * generic/tclInt.decls: New internal stubs: TclGetEncodingSearchPath, TclSetEncodingSearchPath, TclpGetEncodingNameFromEnvironment. These are candidates for public exposure by future TIPs. |