summaryrefslogtreecommitdiffstats
path: root/generic/tclCmdAH.c
Commit message (Collapse)AuthorAgeFilesLines
* 1999-08-18 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-08-191-3/+13
| | | | | | | | | | | | | | * doc/OpenFileChnl.3: * doc/file.n: * tests/cmdAH.test: * tclIO.c: * tclCmdAH.c: added "file channels ?pattern?" tcl command, with associated Tcl_GetChannelNames and Tcl_GetChannelNamesEx public C APIs (added to tcl.decls as well), with docs and tests. * generic/tclCompile.c: add TCL_TOKEN_VARIABLE to the part types that cause differed compilation for exprs, to correct the expr double-evaluation problem for vars. Added test cases.
* Call TclStat instead of TclpStat in order to allow theredman1999-07-011-8/+8
| | | | stat hooks to work properly.
* Merged changes from scriptics-tclpro-1-3-b2 branchstanton1999-05-221-2/+9
|
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-557/+885
|
* Made error message for cd cmd consistant with 8.1.rjohnson1998-12-231-2/+2
|
* Replaced SCCS strings, fixed binary filescore_8_0_3stanton1998-09-141-1/+1
|
* Changed call ref's of 'stat(...)' to 'TclStat(...)' & 'access(...)' tosuresh1998-05-201-6/+6
| | | | 'TclAccess(...)'.
* Initial revisionrjohnson1998-03-261-0/+1977