summaryrefslogtreecommitdiffstats
path: root/generic/tclFCmd.c
Commit message (Expand)AuthorAgeFilesLines
* more result generation conversiondkf2012-08-031-65/+74
* [Bug 3508771] Wrong Tcl_StatBuf used on MinGWjan.nijtmans2012-03-271-1/+1
|\
| * [Bug 3508771] Wrong Tcl_StatBuf used on MinGWjan.nijtmans2012-03-271-1/+1
| |\
| | * [Bug 3508771] Wrong Tcl_StatBuf used on MinGWjan.nijtmans2012-03-271-14/+17
* | | 3479689 New internal routine TclJoinPath().dgp2012-01-271-4/+1
* | | Bug-3474726 minGW Tcl_StatBuf not defined correctly in tcl.hjan.nijtmans2012-01-211-0/+5
|\ \ \ | |/ /
| * | Bug-3474726 minGW Tcl_StatBuf not defined correctly in tcl.hjan.nijtmans2012-01-211-0/+5
| |\ \ | | |/
| | * [Bug-3474726] minGW Tcl_StatBuf not defined correctly in tcl.hjan.nijtmans2012-01-191-0/+5
| | * [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-161-0/+1
| * | (TclFileAttrsCmd): Added commands to reset the typePtr of the Tcl_Obj* whose ...andreask2011-04-201-0/+2
| * | Added code to try to tame the [file attributes] guts, while trying to simplifydkf2011-04-161-9/+12
* | | Added comments to try to tame the file attributes guts, while trying to simplifydkf2011-04-161-14/+22
* | | More generation of error codes (most platform-specific parts not already usingdkf2011-04-061-0/+8
* | | Ensure that any reference to temporary index tables is squelched immediatelydkf2011-03-241-0/+6
|\ \ \ | |/ /
| * | Ensure that any reference to temporary index tables is squelched immediatelydkf2011-03-241-0/+6
| |\ \ | | |/
| | * Ensure that any reference to temporary index tables is squelched immediatelydkf2011-03-241-0/+10
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\ \ \ | |/ /
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
| |\ \ | | |/
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| | * * generic/tclFCmd.c (TclFileMakeDirsCmd): fix to race condition inhobbs2005-08-171-5/+31
| | * file copy empty filename bug fixvincentdarley2003-06-231-1/+9
| * | Backported fix for bug #2015723patthoyts2008-07-211-5/+7
* | | * generic/tclCmdAH.c (TclInitFileCmd, TclMakeFileCommandSafe, ...):dkf2010-12-091-43/+400
* | | Pure whitespace changes, changing to follow Engineering Manual style.dkf2010-02-241-11/+11
* | | * generic/tclExecute.c: fix potential uninitialized variable use anddas2009-09-071-1/+2
* | | fixed constness of last commit for msvcpatthoyts2008-10-061-2/+2
* | | * doc/FileSystem.3: CONSTified Tcl_FSFileAttrStringsProcnijtmans2008-10-051-7/+9
* | | TIP #323 IMPLEMENTATION (partial)dgp2008-09-241-7/+1
* | | Inode numbers on Windows are not unique so avoid the inode check on this plat...patthoyts2008-07-211-5/+7
* | | more consistent wrong # arg messages: change all messages containing ?options...nijtmans2008-07-131-4/+4
* | | Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-16/+16
|/ /
* | 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