summaryrefslogtreecommitdiffstats
path: root/generic/tclFCmd.c
Commit message (Expand)AuthorAgeFilesLines
* Backported fix for bug #2015723patthoyts2008-07-211-5/+7
* merge stable branch onto HEADdgp2007-12-131-1/+1
* Generate literal values more efficiently using TclNewLiteralStringObj macro.dkf2007-09-171-9/+9
* Silence constness warnings for TclStackFree when building with msvc.patthoyts2007-06-281-2/+2
* * generic/tclInt.decls: Revised the interfaces of the routinesdgp2007-06-201-2/+2
* Whitespace policing, replacing commas in varargs with constant string catenat...Kevin B Kenny2007-04-201-2/+2
* Handle creation of Tcl_Objs from constant strings better (easier to use, moredkf2007-04-101-2/+4
* * generic/tclBasic.c: Replace arrays on the C stack and ckallocdgp2007-04-021-4/+4
* ANSIfy. Also converted some deeply nested code to a less nested form for easi...dkf2005-11-011-81/+76
* Getting more systematic about styledkf2005-07-241-280/+335
* correct fix to file mkdirvincentdarley2005-06-131-4/+7
* fix to race condition in file mkdir and fix to glob documentationvincentdarley2005-06-091-3/+27
* Merged kennykb-numerics-branch back to the head; TIPs 132 and 232Kevin B Kenny2005-05-101-1/+1
* With vfs permissions can exist on non-unix filesystemsvincentdarley2005-01-141-3/+1
* Stop reliance on absolute attribute indexes with helper function [Bug 1100671]dkf2005-01-141-5/+8
* * generic/tclInt.h (Tcl*InterpState): New internal routinesdgp2004-10-191-7/+1
* * generic/tclBasic.c:dgp2004-10-061-4/+3
* Add braces round if body...dkf2004-10-061-2/+4
* Patch 922727 committed. Implements three changes:dgp2004-04-061-2/+1
* Removed support for Mac OS Classic platform [Patch 918142]das2004-03-171-2/+2
* filesystem fixes for '-force' consistency and picky compilersvincentdarley2004-01-291-1/+17
* filesystem optimisation -- Three main issues accomplished: (1) cleaned up var...vincentdarley2004-01-211-6/+26
* filesystem fixes -- see ChangeLogvincentdarley2003-06-231-1/+9
* Implementation of TIP 118:das2003-05-141-11/+19
* [Patch #591647] (darley)hobbs2002-08-081-2/+4
* * tests/fCmd.test:hobbs2002-08-081-3/+53
* fix to knownBug testvincentdarley2002-07-181-1/+13
* 4 fs fixesvincentdarley2002-03-241-5/+4
* TIP#72 implementation. See ChangeLog for details.dkf2002-02-151-8/+8
* * More TIP 27 updates in tclIOUtil.c and tclIndexObj.c that weredgp2002-01-171-3/+4
* small fs fixesvincentdarley2001-10-151-4/+4
* channel-copy-fixvincentdarley2001-09-081-1/+4
* minor fs, vfs fixesvincentdarley2001-09-041-48/+8
* filesystemvincentdarley2001-08-301-3/+3
* fs updatevincentdarley2001-08-231-3/+2
* vfs-related fixesvincentdarley2001-08-111-3/+16
* * generic/tclFileName.c (Tcl_FSSplitPath): update to Tcl stylehobbs2001-08-071-23/+19
* Changes from TIP#17 "Redo Tcl's filesystem"vincentdarley2001-07-311-210/+342
* Call TclStat instead of TclpStat in order to allow theredman1999-07-011-5/+5
* Resynced with mainline.rjohnson1999-04-211-3/+3
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-49/+74
* Replaced SCCS strings, fixed binary filescore_8_0_3stanton1998-09-141-1/+1
* Changed call ref's from 'stat(...)' to 'TclStat(...)'.suresh1998-05-201-7/+8
* Initial revisionrjohnson1998-03-261-0/+815