summaryrefslogtreecommitdiffstats
path: root/generic/tclCmdAH.c
Commit message (Expand)AuthorAgeFilesLines
* * generic/tclBasic.c:Miguel Sofer2005-10-231-6/+3
* Fix [Bug 1284178] and tweak tests to accommodate.dkf2005-10-131-2/+6
* * generic/tclCmdAH.c New "encoding" Tcl_ObjType (not registered)dgp2005-07-051-9/+6
* Fix bug in [format %hx] handling on selected platforms. [Bug 1154163]dkf2005-06-171-16/+22
* removed erroneous comment [Bug 1029518]Miguel Sofer2004-10-301-7/+1
* * tests/socket.test (socket-13.1): Balanced [makeFile] anddgp2004-10-281-1/+2
* backport fixes for 868489 and 1026125Kevin B Kenny2004-10-271-47/+13
* fix to 'file normalize ~nobody' crashvincentdarley2003-12-121-1/+4
* Changed FILE_ to FCMD_ to prevent symbol/#def collisions. [Bug 822528]dkf2003-10-221-45/+45
* Consequent fixes from [Bug 699060]; [format] should not be too eager to demotedkf2003-05-141-2/+9
* * generic/tcl.h Made changes so that the "wideInt" Tcl_ObjTypedgp2003-04-161-18/+1
* Use correct test for the empty string in Tcl_ErrorObjCmddkf2003-04-081-2/+2
* Made format less keen on converting numeric types. [Bug #699060]dkf2003-03-141-9/+42
* Backport of fix for 698146 to remove assumption that time_t is a long...dkf2003-03-141-7/+9
* * generic/tclCmdAH.c (Tcl_FormatObjCmd): Only add the modifierdkf2003-03-141-149/+159
* 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