Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | * unix/tclUnixChan.c (TtyParseMode): Only allow setting mark/space | hobbs | 2000-04-15 | 1 | -3/+18 | |
| | | | | parity on platforms that support it [Bug: 5089] | |||||
* | * unix/tclUnixChan.c: Added (off_t) type casts in lseek() call | ericm | 2000-03-27 | 1 | -2/+2 | |
| | | | | | | | | [Bug: 4409]. * unix/tclLoadAout.c: * unix/tclUnixPipe.c: Added (off_t) type casts in lseek() calls [Bug: 4410]. | |||||
* | * unix/tcl.m4: modified EXTRA_CFLAGS to add -DHAVE_TZSET for | hobbs | 2000-01-26 | 1 | -4/+4 | |
| | | | | | | | | OSF1-V* and ULTRIX-4.* when not using gcc. Also added higher min stack size for OSF1-V* when building with threads. [Bug: 4063] * unix/tclUnixChan.c (CreateSocketAddress): changed comparison with -1 to 0xFFFFFFFF, to ensure 32 bit comparison even on 64 bit systems. [Bug: 3878] | |||||
* | * unix/tclUnixPort.h: moved include of <utime.h> lower since some | hobbs | 2000-01-24 | 1 | -2/+6 | |
| | | | | | | | | systems (UTS) require sys/types.h to be included first [Bug: 4031] * unix/tclUnixChan.c (CreateSocketAddress): changed comparison with -1 to 0xFFFFFFFFFFFFFFF, which is the pedantic way to say -1 for both 32 bit and 64 bit systems. [Bug: 3878] | |||||
* | * unix/tclUnixPort.h: added utime.h to includes | hobbs | 1999-10-29 | 1 | -3/+3 | |
| | | | | * unix/aclocal.m4: made it just include tcl.m4 | |||||
* | merged tcl 8.1 branch back into the main trunk | stanton | 1999-04-16 | 1 | -228/+330 | |
| | ||||||
* | * unix/tclUnixChan.c: | stanton | 1999-02-03 | 1 | -1/+18 | |
| | | | | | | | * win/tclWinSock.c: * doc/socket.n: Applied Gordon Chaffee's patch to handle failures during asynchronous socket connection operations. This adds a new "-error" fconfgure option to socket channels. [Bug: 893] | |||||
* | Updated the version to 8.0.5. | rjohnson | 1999-01-04 | 1 | -1/+4 | |
| | ||||||
* | Replaced SCCS strings, fixed binary filescore_8_0_3 | stanton | 1998-09-14 | 1 | -1/+1 | |
| | ||||||
* | Nuked EINTR wrappers | welch | 1998-08-06 | 1 | -100/+0 | |
| | ||||||
* | *** empty log message *** | welch | 1998-08-04 | 1 | -1/+1 | |
| | ||||||
* | Fixed EINTR bug | surles | 1998-08-03 | 1 | -0/+100 | |
| | ||||||
* | changed so server sockets can't be trashed by fileevent | stanton | 1998-06-09 | 1 | -6/+14 | |
| | ||||||
* | Renamed function 'Tcl_OpenFileChannel' to 'TclpOpenFileChannel'. | suresh | 1998-06-03 | 1 | -3/+3 | |
| | ||||||
* | Initial revision | rjohnson | 1998-03-26 | 1 | -0/+2565 | |