summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordavygrvy <davygrvy@pobox.com>2001-09-05 03:15:07 (GMT)
committerdavygrvy <davygrvy@pobox.com>2001-09-05 03:15:07 (GMT)
commitbe0ce1b9c1e3bedcdd2557e9353d40156e7739bb (patch)
tree59923e6af8d5091f78aaf64669c43731c564825c /ChangeLog
parent507fd28603cd1ee621f47d63a5861b286d4013a9 (diff)
downloadtcl-be0ce1b9c1e3bedcdd2557e9353d40156e7739bb.zip
tcl-be0ce1b9c1e3bedcdd2557e9353d40156e7739bb.tar.gz
tcl-be0ce1b9c1e3bedcdd2557e9353d40156e7739bb.tar.bz2
no message
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 7 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 876c06f..35f4719 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>