diff options
author | patthoyts <patthoyts@users.sourceforge.net> | 2007-09-19 10:54:19 (GMT) |
---|---|---|
committer | patthoyts <patthoyts@users.sourceforge.net> | 2007-09-19 10:54:19 (GMT) |
commit | fe764adad787ef9a5363f10f7eda7fc634e2fc47 (patch) | |
tree | acac58e6ad8b71e32db3676982410796be555cb0 /ChangeLog | |
parent | ba0783fdaa33959a87c4ca3d29b588745c87794a (diff) | |
download | tk-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-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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() |