Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Renamed function 'Tcl_OpenFileChannel' to 'TclpOpenFileChannel'. | suresh | 1998-06-03 | 1 | -3/+3 |
| | |||||
* | Renamed 'TclWinStat(...)' to 'TclpStat(...)' & 'TclWinAccess(...)' to | suresh | 1998-05-28 | 1 | -5/+3 |
| | | | | | | | | '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(..)'. | ||||
* | fixed bug in socket code: use of FIONREAD is not supported on Windows | stanton | 1998-05-27 | 1 | -93/+100 |
| | | | | changed to completely drain the socket window before checking any state | ||||
* | Renamed 'TclWinAccess()' to 'TclpAccess()' & 'TclWinStat()' to 'TclpStat()'. | suresh | 1998-05-16 | 1 | -4/+4 |
| | |||||
* | *** empty log message *** | stanton | 1998-04-29 | 2 | -4/+6 |
| | |||||
* | added TclWinInit and TclpFinalize | stanton | 1998-04-29 | 1 | -47/+80 |
| | |||||
* | Initial revision | rjohnson | 1998-03-26 | 28 | -0/+13960 |