summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorpatthoyts <patthoyts@users.sourceforge.net>2007-09-19 10:53:24 (GMT)
committerpatthoyts <patthoyts@users.sourceforge.net>2007-09-19 10:53:24 (GMT)
commit6fe73a223a72b62d422cf9587c4aff0454e7a7f5 (patch)
tree71d22dfd8dccecc2fa9b11b25afb0c5dfa05fc52 /ChangeLog
parenta32a5222a0aa366aa60be97e2a41602400b6f00e (diff)
downloadtcl-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--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index acce553..c1180d0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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()