summaryrefslogtreecommitdiffstats
path: root/generic/tclAsync.c
Commit message (Collapse)AuthorAgeFilesLines
* Thread-safe rewrite for the Tcl_Async* commands.davidg2000-07-261-54/+82
|
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-2/+15
|
* * win/tclWinPipe.c:stanton1999-03-111-1/+3
| | | | | | | | | | | | | | | * generic/tclInt.decls: Added TclWinAddProcess to make it possible for expect to use Tcl_WaitForPid(). This patch is from Gordon Chaffee. * mac/tclMacPort.h: * win/tclWinInit.c: * unix/tclUnixPort.h: * generic/tclAsync.c: Added TclpAsyncMark to fix bug in async handling on Windows where async events don't wake up the event loop. This patch comes from Gordon Chaffee. * generic/tcl.decls: Fixed declarations of reserved slots.
* Replaced SCCS strings, fixed binary filescore_8_0_3stanton1998-09-141-1/+1
|
* Initial revisionrjohnson1998-03-261-0/+265