diff options
author | stanton <stanton> | 1999-05-28 23:02:52 (GMT) |
---|---|---|
committer | stanton <stanton> | 1999-05-28 23:02:52 (GMT) |
commit | a045db4812c23138a2f998a7f827f46a30558a79 (patch) | |
tree | 0483c08b4c639b919ab85b7c888c5d55e914a3c1 | |
parent | 6c416ba05801889ad2eaad926542405cdf1f17f7 (diff) | |
download | tcl-a045db4812c23138a2f998a7f827f46a30558a79.zip tcl-a045db4812c23138a2f998a7f827f46a30558a79.tar.gz tcl-a045db4812c23138a2f998a7f827f46a30558a79.tar.bz2 |
*** empty log message ***
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +1999-05-28 <stanton@scriptics.com> + + * generic/tclObj.c: Changed to eliminate use of isupper/tolower in + favor of the Unicode versions. + + * win/Makefile.in: + * win/configure.in: Added preliminary TEA implementation. + + * win/tclWinDde.c: Fixed bug where dde calls were being passed an + invalid dde handle because Initialize had not been called. + [Bug: 2124] + 1999-05-26 <redman@scriptic.com> * generic/tclThreadTest.c: Fixed race condition in testthread |