| Commit message (Expand) | Author | Age | Files | Lines |
| * | fix two minor blunders, introduced by [1fb35ca910] | jan.nijtmans | 2012-08-06 | 1 | -5/+0 |
|
|
| * | Reference to correct Bug #number. | jan.nijtmans | 2012-08-06 | 1 | -1/+1 |
| |\ |
|
| | * | Reference to correct Bug #number | jan.nijtmans | 2012-08-06 | 1 | -1/+1 |
| | |\ |
|
| | | * | Reference to correct Bug #number | jan.nijtmans | 2012-08-06 | 1 | -1/+1 |
|
|
| * | | | more result generation conversion | dkf | 2012-08-03 | 1 | -65/+74 |
|
|
| * | | | [Bug 3508771] Wrong Tcl_StatBuf used on MinGW | jan.nijtmans | 2012-03-27 | 1 | -1/+1 |
| |\ \ \
| |/ / |
|
| | * | | [Bug 3508771] Wrong Tcl_StatBuf used on MinGW | jan.nijtmans | 2012-03-27 | 1 | -1/+1 |
| | |\ \
| | |/ |
|
| | | * | [Bug 3508771] Wrong Tcl_StatBuf used on MinGW | jan.nijtmans | 2012-03-27 | 1 | -14/+17 |
|
|
| * | | | 3479689 New internal routine TclJoinPath(). | dgp | 2012-01-27 | 1 | -4/+1 |
|
|
| * | | | Bug-3474726 minGW Tcl_StatBuf not defined correctly in tcl.h | jan.nijtmans | 2012-01-21 | 1 | -0/+5 |
| |\ \ \
| |/ / |
|
| | * | | Bug-3474726 minGW Tcl_StatBuf not defined correctly in tcl.h | jan.nijtmans | 2012-01-21 | 1 | -0/+5 |
| | |\ \
| | |/ |
|
| | | * | [Bug-3474726] minGW Tcl_StatBuf not defined correctly in tcl.h | jan.nijtmans | 2012-01-19 | 1 | -0/+5 |
|
|
| | | * | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-16 | 1 | -0/+1 |
|
|
| | * | | (TclFileAttrsCmd): Added commands to reset the typePtr of the Tcl_Obj* whose ... | andreask | 2011-04-20 | 1 | -0/+2 |
|
|
| | * | | Added code to try to tame the [file attributes] guts, while trying to simplify | dkf | 2011-04-16 | 1 | -9/+12 |
|
|
| * | | | Added comments to try to tame the file attributes guts, while trying to simplify | dkf | 2011-04-16 | 1 | -14/+22 |
|
|
| * | | | More generation of error codes (most platform-specific parts not already using | dkf | 2011-04-06 | 1 | -0/+8 |
|
|
| * | | | Ensure that any reference to temporary index tables is squelched immediately | dkf | 2011-03-24 | 1 | -0/+6 |
| |\ \ \
| |/ / |
|
| | * | | Ensure that any reference to temporary index tables is squelched immediately | dkf | 2011-03-24 | 1 | -0/+6 |
| | |\ \
| | |/ |
|
| | | * | Ensure that any reference to temporary index tables is squelched immediately | dkf | 2011-03-24 | 1 | -0/+10 |
|
|
| * | | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -2/+0 |
| |\ \ \
| |/ / |
|
| | * | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
| | |\ \
| | |/ |
|
| | | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
|
|
| | | * | * generic/tclFCmd.c (TclFileMakeDirsCmd): fix to race condition in | hobbs | 2005-08-17 | 1 | -5/+31 |
|
|
| | | * | file copy empty filename bug fix | vincentdarley | 2003-06-23 | 1 | -1/+9 |
|
|
| | * | | Backported fix for bug #2015723 | patthoyts | 2008-07-21 | 1 | -5/+7 |
|
|
| * | | | * generic/tclCmdAH.c (TclInitFileCmd, TclMakeFileCommandSafe, ...): | dkf | 2010-12-09 | 1 | -43/+400 |
|
|
| * | | | Pure whitespace changes, changing to follow Engineering Manual style. | dkf | 2010-02-24 | 1 | -11/+11 |
|
|
| * | | | * generic/tclExecute.c: fix potential uninitialized variable use and | das | 2009-09-07 | 1 | -1/+2 |
|
|
| * | | | fixed constness of last commit for msvc | patthoyts | 2008-10-06 | 1 | -2/+2 |
|
|
| * | | | * doc/FileSystem.3: CONSTified Tcl_FSFileAttrStringsProc | nijtmans | 2008-10-05 | 1 | -7/+9 |
|
|
| * | | | TIP #323 IMPLEMENTATION (partial) | dgp | 2008-09-24 | 1 | -7/+1 |
|
|
| * | | | Inode numbers on Windows are not unique so avoid the inode check on this plat... | patthoyts | 2008-07-21 | 1 | -5/+7 |
|
|
| * | | | more consistent wrong # arg messages: change all messages containing ?options... | nijtmans | 2008-07-13 | 1 | -4/+4 |
|
|
| * | | | Get rid of pre-C89-isms (esp. CONST vs const). | dkf | 2008-04-27 | 1 | -16/+16 |
| |/ / |
|
| * | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
| * | | Generate literal values more efficiently using TclNewLiteralStringObj macro. | dkf | 2007-09-17 | 1 | -9/+9 |
|
|
| * | | Silence constness warnings for TclStackFree when building with msvc. | patthoyts | 2007-06-28 | 1 | -2/+2 |
|
|
| * | | * generic/tclInt.decls: Revised the interfaces of the routines | dgp | 2007-06-20 | 1 | -2/+2 |
|
|
| * | | Whitespace policing, replacing commas in varargs with constant string catenat... | Kevin B Kenny | 2007-04-20 | 1 | -2/+2 |
|
|
| * | | Handle creation of Tcl_Objs from constant strings better (easier to use, more | dkf | 2007-04-10 | 1 | -2/+4 |
|
|
| * | | * generic/tclBasic.c: Replace arrays on the C stack and ckalloc | dgp | 2007-04-02 | 1 | -4/+4 |
|
|
| * | | ANSIfy. Also converted some deeply nested code to a less nested form for easi... | dkf | 2005-11-01 | 1 | -81/+76 |
|
|
| * | | Getting more systematic about style | dkf | 2005-07-24 | 1 | -280/+335 |
|
|
| * | | correct fix to file mkdir | vincentdarley | 2005-06-13 | 1 | -4/+7 |
|
|
| * | | fix to race condition in file mkdir and fix to glob documentation | vincentdarley | 2005-06-09 | 1 | -3/+27 |
|
|
| * | | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232 | Kevin B Kenny | 2005-05-10 | 1 | -1/+1 |
|
|
| * | | With vfs permissions can exist on non-unix filesystems | vincentdarley | 2005-01-14 | 1 | -3/+1 |
|
|
| * | | Stop reliance on absolute attribute indexes with helper function [Bug 1100671] | dkf | 2005-01-14 | 1 | -5/+8 |
|
|
| * | | * generic/tclInt.h (Tcl*InterpState): New internal routines | dgp | 2004-10-19 | 1 | -7/+1 |
|
|