diff options
author | hobbs <hobbs> | 2000-04-10 18:17:38 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2000-04-10 18:17:38 (GMT) |
commit | a44349c8166358f92b65f61682ea4a484df881b4 (patch) | |
tree | 95e6ace450dfd0b7221df1e8b11f99f779615eca /ChangeLog | |
parent | dd3bd47b3e259bcbd083fee3ead4d13fe828a22b (diff) | |
download | tcl-a44349c8166358f92b65f61682ea4a484df881b4.zip tcl-a44349c8166358f92b65f61682ea4a484df881b4.tar.gz tcl-a44349c8166358f92b65f61682ea4a484df881b4.tar.bz2 |
* generic/tcl.h: removed specific typedef of Tcl_ThreadCreateProc
for Windows as the build choked. It seems to be OK using the Unix
fallback (void).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2000-04-10 Jeff Hobbs <hobbs@scriptics.com> + + * generic/tcl.h: removed specific typedef of Tcl_ThreadCreateProc + for Windows as the build choked. It seems to be OK using the Unix + fallback (void). + 2000-04-09 Brent Welch <welch@scriptics.com> * lib/httpd2.1/http.tcl: Worked on the "server closes before |