summaryrefslogtreecommitdiffstats
path: root/generic/tclCmdAH.c
Commit message (Expand)AuthorAgeFilesLines
* TIP#143 implementation; still needs docs and more tests...dkf2004-05-131-2/+13
* Patch 922727 committed. Implements three changes:dgp2004-04-061-2/+1
* Removed support for Mac OS Classic platform [Patch 918142]das2004-03-171-7/+4
* fixed typos in documentation and commentsvincentdarley2004-03-091-2/+3
* * generic/tclCmdAH.c (StoreStateData): Removed improper refcountdgp2004-02-041-2/+4
* filesystem optimisation -- Three main issues accomplished: (1) cleaned up var...vincentdarley2004-01-211-80/+61
* All uses of 'panic' (the macro) changeddavygrvy2003-12-241-3/+3
* fix to file normalization with relative linksvincentdarley2003-12-171-3/+15
* file normalize ~nobody fixvincentdarley2003-12-121-1/+4
* fix to misleading error messagevincentdarley2003-11-101-8/+17
* Changed FILE_ to FCMD_ to prevent symbol/#def collisions. [Bug 822528]dkf2003-10-221-77/+66
* * generic/tclCmdAH.c: Corrected bug in TIP 90 implementationdgp2003-08-291-1/+8
* Stopped [format] from demoting wides to ints too easily. [Bug 699060]dkf2003-05-141-3/+14
* * generic/tclBasic.c: Implementation of TIP 90, whichdgp2003-05-051-7/+62
* * generic/tcl.h Made changes so that the "wideInt" Tcl_ObjTypedgp2003-04-161-13/+1
* Use correct test for the empty string in Tcl_ErrorObjCmddkf2003-04-081-2/+2
* * generic/tclCmdAH.c (Tcl_FormatObjCmd): Only add the modifierdkf2003-03-141-149/+159
* * generic/tclCmdAH.c (Tcl_FileObjCmd): Fix the setting of a file's mtimedkf2003-03-071-7/+19
* clearer error msgs for file linkvincentdarley2002-07-021-2/+2
* tip99vincentdarley2002-06-211-5/+95
* vfs, winfs testsuitevincentdarley2002-06-131-2/+2
* generic/tclCmdAH.c (Tcl_FileObjCmd): added cast in FILE_SIZEhobbs2002-04-231-3/+4
* generic/tclCmdMZ.chobbs2002-02-271-1/+3
* Fixed behaviour of [format] on 64-bit platforms by defining it to work withdkf2002-02-191-13/+16
* TIP#72 implementation. See ChangeLog for details.dkf2002-02-151-87/+104
* * Sought out and eliminated instances of CONST-casting that are nodgp2002-01-261-2/+2
* * Updated interfaces of generic/tclEncoding, generic/tclFilename.c,dgp2002-01-251-4/+5
* * More TIP 27 updates in tclIOUtil.c and tclIndexObj.c that weredgp2002-01-171-3/+3
* Added fix for Bug #494348; the [foreach] implementation was doing somedkf2002-01-031-16/+15
* * generic/tclCmdAH.c (Tcl_FormatObjCmd):hobbs2001-09-201-5/+14
* minor fs, vfs fixesvincentdarley2001-09-041-40/+10
* fs updatevincentdarley2001-08-231-109/+73
* Changes from TIP#17 "Redo Tcl's filesystem"vincentdarley2001-07-311-172/+122
* * generic/tclCmdIL.c (InfoBodyCmd): made [info body] return ahobbs2000-01-211-2/+2
* * tests/var.test:hobbs1999-12-121-8/+6
* * generic/tclStringObj.c: fixed Tcl_AppendResultVA so it onlyhobbs1999-10-291-7/+63
* 1999-09-16 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-09-211-6/+17
* 1999-08-18 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-08-191-3/+13
* Call TclStat instead of TclpStat in order to allow theredman1999-07-011-8/+8
* 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
* Initial revisionrjohnson1998-03-261-0/+1977