diff options
author | patthoyts <patthoyts@users.sourceforge.net> | 2007-09-19 10:53:24 (GMT) |
---|---|---|
committer | patthoyts <patthoyts@users.sourceforge.net> | 2007-09-19 10:53:24 (GMT) |
commit | 6fe73a223a72b62d422cf9587c4aff0454e7a7f5 (patch) | |
tree | 71d22dfd8dccecc2fa9b11b25afb0c5dfa05fc52 /ChangeLog | |
parent | a32a5222a0aa366aa60be97e2a41602400b6f00e (diff) | |
download | tcl-6fe73a223a72b62d422cf9587c4aff0454e7a7f5.zip tcl-6fe73a223a72b62d422cf9587c4aff0454e7a7f5.tar.gz tcl-6fe73a223a72b62d422cf9587c4aff0454e7a7f5.tar.bz2 |
Replace isdigit call with an internal implementation to avoid libc linkage on windows
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2007-09-19 Pat Thoyts <patthoyts@users.sourceforge.net> + + * generic/tclStubLib.: Replaced isdigit with internal implementation. + 2007-09-18 Don Porter <dgp@users.sourceforge.net> * generic/tclStubLib.c: Remove C library calls from Tcl_InitStubs() |