diff options
author | vasiljevic <zv@archiware.com> | 2004-07-13 19:09:18 (GMT) |
---|---|---|
committer | vasiljevic <zv@archiware.com> | 2004-07-13 19:09:18 (GMT) |
commit | b3f05c8caad592ef0d688f56ef97ae30aecbfaf4 (patch) | |
tree | 5101ed89505db5d96880f0a0c782566a4b92dc96 | |
parent | afa29a58a2d6d901a83898aa44f705ee28caf655 (diff) | |
download | tcl-b3f05c8caad592ef0d688f56ef97ae30aecbfaf4.zip tcl-b3f05c8caad592ef0d688f56ef97ae30aecbfaf4.tar.gz tcl-b3f05c8caad592ef0d688f56ef97ae30aecbfaf4.tar.bz2 |
See file...
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2004-07-13 Zoran Vasiljevic <vasiljevic@users.sf.net> + + * generic/tclEvent.c (NewThreadProc): Fixed broken build on + Windows caused by missing TCL_THREAD_CREATE_RETURN. This is + backported from head. Thnx to Kevin Kenny for spotting this. + 2004-07-03 Miguel Sofer <msofer@users.sf.net> * generic/tclExecute.c (ExprRoundFunc): |