Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merged tcl 8.1 branch back into the main trunk | stanton | 1999-04-16 | 1 | -49/+87 |
| | |||||
* | * win/tclWinPipe.c: | stanton | 1999-03-11 | 1 | -2/+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. | ||||
* | Merged stubs changes into mainline for 8.0 | stanton | 1999-03-10 | 1 | -34/+3 |
| | |||||
* | Removed function declarations that were never used and not referenced | rjohnson | 1998-09-29 | 1 | -2/+1 |
| | | | | by any implementation. | ||||
* | Replaced SCCS strings, fixed binary filescore_8_0_3 | stanton | 1998-09-14 | 1 | -1/+1 |
| | |||||
* | Nuked EINTR wrappers | welch | 1998-08-06 | 1 | -16/+0 |
| | |||||
* | Fixed EINTR bug | surles | 1998-08-03 | 1 | -0/+16 |
| | |||||
* | Added macro ti simply map 'TclpStat(...)' to 'stat(...)'. | suresh | 1998-05-28 | 1 | -0/+9 |
| | | | | Added macro to simply map 'TclpAccess(...)' to 'access(...)'. | ||||
* | *** empty log message *** | stanton | 1998-04-29 | 1 | -0/+6 |
| | |||||
* | Initial revision | rjohnson | 1998-03-26 | 1 | -0/+480 |