Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * unix/tclUnixFile.c: fixed signature style on functions | hobbs | 2000-01-11 | 1 | -16/+16 |
| | | | | | | * unix/Makefile.in: made sure tcl.m4 would be installed with dist * unix/tcl.m4: added ELF support for NetBSD [Bug: 3959] | ||||
* | removed \n in panic | hobbs | 1999-12-13 | 1 | -2/+2 |
| | |||||
* | * doc/glob.n: | hobbs | 1999-12-12 | 1 | -19/+117 |
| | | | | | | | | | | | | | | | | * tests/fileName.test: * generic/tclInt.decls: * generic/tclInt.h: * generic/tclIntDecls.h: * generic/tclStubInit.c: * generic/tclEncoding.c: * generic/tclFileName.c: * mac/tclMacFile.c: * unix/tclUnixFile.c: * win/tclWinFile.c: enhanced the glob command with the new options -types -path -directory and -join. Deprecated TclpMatchFiles with TclpMatchFilesTypes, extended TclGlob and TclDoGlob and added GlobTypeData structure. | ||||
* | merged tcl 8.1 branch back into the main trunk | stanton | 1999-04-16 | 1 | -295/+308 |
| | |||||
* | Merged stubs changes into mainline for 8.0 | stanton | 1999-03-10 | 1 | -2/+50 |
| | |||||
* | Replaced SCCS strings, fixed binary filescore_8_0_3 | stanton | 1998-09-14 | 1 | -1/+1 |
| | |||||
* | fixed behavior of Tcl_FindExecutable on null path elements | stanton | 1998-06-17 | 1 | -1/+10 |
| | |||||
* | Changed call ref's of 'stat(...)' to 'TclStat(...)' and 'access(...)' to | suresh | 1998-05-20 | 1 | -4/+4 |
| | | | | 'TclAccess(...)'. | ||||
* | Initial revision | rjohnson | 1998-03-26 | 1 | -0/+528 |