Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * win/tclWinTest.c: added testvolumetype command, as atime is | hobbs | 1999-10-29 | 1 | -1/+2 |
| | | | | | completely ignored for Windows FAT file systems * win/tclWinPort.h: added sys/utime.h to includes | ||||
* | * Changed version to 8.2b2. | redman | 1999-07-22 | 1 | -1/+10 |
| | | | | | | | | | | | | | | | | | | * win/tclWinPort.h: Block out include of sys/*.h in order to build extensions with MetroWerks compiler for Win32. [Bug: 2385] * generic/tclCmdMZ.c: * generic/tclIO.c: Fix ANSI-style prototypes based on patch from Ulrich Ring. [Bug: 2391] * unix/Makefile.in: Need to make install-sh executable before calling (with chmod +x). [Bug: 2413] * tests/var.test: * generic/tclVar.c: Fixed bug that caused a seg. fault when using "array set a(b) {}", which is a bad array name anyway. Now the "array set" command will return an error in this case. Added test case and fixed existing test. [Bug: 2427] | ||||
* | Improved socket driver, use WSAEventSelect on NT | redman | 1999-04-22 | 1 | -2/+2 |
| | |||||
* | merged tcl 8.1 branch back into the main trunk | stanton | 1999-04-16 | 1 | -150/+221 |
| | |||||
* | Merged stubs changes into mainline for 8.0 | stanton | 1999-03-10 | 1 | -42/+5 |
| | |||||
* | merged tcl8.0.4 changes to fix Windows memory allocation | stanton | 1998-09-30 | 1 | -6/+7 |
| | |||||
* | Replaced SCCS strings, fixed binary filescore_8_0_3 | stanton | 1998-09-14 | 1 | -1/+1 |
| | |||||
* | EXPORT is now TCL_STORAGE_CLASS | escoffon | 1998-08-04 | 1 | -4/+4 |
| | |||||
* | - added setting of EXPORT to DLLEXPORT if we are building Tcl | escoffon | 1998-07-29 | 1 | -0/+9 |
| | |||||
* | 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(..)'. | ||||
* | Initial revision | rjohnson | 1998-03-26 | 1 | -0/+399 |