diff options
author | davygrvy <davygrvy@pobox.com> | 2001-09-05 03:15:07 (GMT) |
---|---|---|
committer | davygrvy <davygrvy@pobox.com> | 2001-09-05 03:15:07 (GMT) |
commit | be0ce1b9c1e3bedcdd2557e9353d40156e7739bb (patch) | |
tree | 59923e6af8d5091f78aaf64669c43731c564825c /ChangeLog | |
parent | 507fd28603cd1ee621f47d63a5861b286d4013a9 (diff) | |
download | tcl-be0ce1b9c1e3bedcdd2557e9353d40156e7739bb.zip tcl-be0ce1b9c1e3bedcdd2557e9353d40156e7739bb.tar.gz tcl-be0ce1b9c1e3bedcdd2557e9353d40156e7739bb.tar.bz2 |
no message
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -1,8 +1,12 @@ 2001-09-04 David Gravereaux <davygrvy@pobox.com> - * tclWinThrd.c: Revisited _beginthreadex() stuff. Instead of assuming - a c-runtime implimentation of _beginethreadex normal, I reversed the logic - to not assume, and use when is. + * win/tclWinThrd.c: Revisited _beginthreadex() stuff. Instead + of assuming a c-runtime implimentation of _beginthreadex normal, + I reversed the logic to not assume, and use when is by explicitly + needing to add runtimes that support it such as Borland. + + * generic/tcl.h: Borland compatibility change so ClientData was + properly typed as a void* 2001-09-04 Don Porter <dgp@users.sourceforge.net> |