summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorpatthoyts <patthoyts@users.sourceforge.net>2007-09-19 10:54:19 (GMT)
committerpatthoyts <patthoyts@users.sourceforge.net>2007-09-19 10:54:19 (GMT)
commitfe764adad787ef9a5363f10f7eda7fc634e2fc47 (patch)
treeacac58e6ad8b71e32db3676982410796be555cb0 /ChangeLog
parentba0783fdaa33959a87c4ca3d29b588745c87794a (diff)
downloadtk-fe764adad787ef9a5363f10f7eda7fc634e2fc47.zip
tk-fe764adad787ef9a5363f10f7eda7fc634e2fc47.tar.gz
tk-fe764adad787ef9a5363f10f7eda7fc634e2fc47.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 8c8acd5..80b2db2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-09-19 Pat Thoyts <patthoyts@users.sourceforge.net>
+
+ * generic/tkStubLib.: Replaced isdigit with internal implementation.
+
2007-09-18 Don Porter <dgp@users.sourceforge.net>
* generic/tkStubLib.c: Remove C library calls from Tk_InitStubs()