Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Various small fixes that were required to get Tcl to build cleanly on the Mac. | jingham | 1999-05-11 | 1 | -6/+15 |
| | |||||
* | merged tcl 8.1 branch back into the main trunk | stanton | 1999-04-16 | 1 | -98/+138 |
| | |||||
* | * win/tclWinPipe.c: | stanton | 1999-03-11 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | * 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 | -27/+1 |
| | |||||
* | Replaced SCCS strings, fixed binary filescore_8_0_3 | stanton | 1998-09-14 | 1 | -1/+1 |
| | |||||
* | Updated for 8.0.3-2 | welch | 1998-07-06 | 1 | -0/+2 |
| | |||||
* | Renamed 'TclmacStat(...)' to 'TclpStat(...)' & 'TclmacAccess(...)' to | suresh | 1998-06-03 | 1 | -9/+6 |
| | | | | | | | | 'TclpAccess(...)'. Removed macro defines for 'stat' and 'access' because there are no longer any explicit calls to these function; only calls to 'TclStat' and 'TclAccess' which are implemented in '../generic/tclIOUtil.c'. Changed macro 'lstat' to simply call 'TclStat(...)' instead of 'stat(..)'. | ||||
* | *** empty log message *** | stanton | 1998-04-29 | 1 | -0/+6 |
| | |||||
* | Initial revision | rjohnson | 1998-03-26 | 1 | -0/+263 |