|  | Commit message (Expand) | Author | Age | Files | Lines | 
|---|
| * | 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 | 
|  |  | 
| | | * | ensure translated path is freed | vincentdarley | 2003-10-31 | 1 | -1/+2 | 
|  |  | 
| | | * | backporting of filesystem tests, docs | vincentdarley | 2003-10-03 | 1 | -4/+9 | 
|  |  | 
| | * | | Stop calling endpwent() and endgrent(); unneeded. [Bug 1942222] | dkf | 2009-08-02 | 1 | -4/+2 | 
|  |  | 
| * | | | Eliminate various unnecessary type casts, use function typedefs whenever poss... | nijtmans | 2010-06-21 | 1 | -4/+4 | 
|  |  | 
| * | | | Move TCHAR fallback typedef from tcl.h to tclPlatDecls.h (as suggested by dgp) | nijtmans | 2010-04-22 | 1 | -5/+5 | 
|  |  | 
| * | | | Fix gcc warning: ignoring return value of ‘write’, | nijtmans | 2009-12-16 | 1 | -2/+2 | 
|  |  | 
| * | | | Stop calling endpwent() and endgrent(); unneeded. [Bug 1942222] | dkf | 2009-08-02 | 1 | -4/+2 | 
|  |  | 
| * | | | - eliminate some unnessary type casts | nijtmans | 2009-02-03 | 1 | -3/+4 | 
|  |  | 
| * | | | Get rid of pre-C89-isms (esp. CONST vs const). | dkf | 2008-04-27 | 1 | -147/+160 | 
| |/ / |  | 
| * | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 | 
|  |  | 
| * | | coverity id 100 | das | 2007-09-17 | 1 | -4/+4 | 
|  |  | 
| * | | fixed [ 1548263 ] NULL return from Tcl_FSGetNormalizedPath segv | coldstore | 2006-08-29 | 1 | -1/+4 | 
|  |  | 
| * | | added check for NULL return value of Tcl_FSGetTranslatedPath(), coverity bug 39 | das | 2006-03-25 | 1 | -1/+4 | 
|  |  | 
| * | | * generic/tclInt.decls:   implement globbing for HFS creator & type | das | 2006-03-21 | 1 | -11/+80 | 
|  |  | 
| * | | More bits of ANSIfying | dkf | 2005-11-11 | 1 | -56/+59 | 
|  |  | 
| * | | allow NULL interp in Tcl_FSMatchInDirectory | vincentdarley | 2005-08-31 | 1 | -5/+7 | 
|  |  | 
| * | | Getting more systematic about style | dkf | 2005-07-20 | 1 | -224/+274 | 
|  |  | 
| * | | * generic/tclUtil.c:            Updated Tcl_GetNameOfExecutable() to | dgp | 2004-12-01 | 1 | -25/+17 | 
|  |  | 
| * | | Patch 976520 reworks several of the details involved with | dgp | 2004-11-30 | 1 | -18/+23 | 
|  |  | 
| * | | filesystem generic/platform code splitting | vincentdarley | 2004-10-07 | 1 | -1/+128 | 
|  |  | 
| * | | * unix/tclUnixFile.c (NativeMatchType): added support for | das | 2004-07-20 | 1 | -1/+5 | 
|  |  | 
| * | | * generic/tclEncoding.c: Static TclFindEncodings -> FindEncodings. | dgp | 2004-06-18 | 1 | -2/+3 | 
|  |  | 
| * | | Patch 922727 committed.  Implements three changes: | dgp | 2004-04-06 | 1 | -2/+1 | 
|  |  | 
| * | | filesystem fixes for '-force' consistency and picky compilers | vincentdarley | 2004-01-29 | 1 | -1/+6 | 
|  |  | 
| * | | filesystem optimisation -- Three main issues accomplished: (1) cleaned up var... | vincentdarley | 2004-01-21 | 1 | -21/+53 | 
|  |  | 
| * | | fix to file normalization with relative links | vincentdarley | 2003-12-17 | 1 | -11/+47 | 
|  |  | 
| * | | allow creation of relative links | vincentdarley | 2003-12-12 | 1 | -3/+24 | 
|  |  | 
| * | | free path when no longer needed | vincentdarley | 2003-11-03 | 1 | -1/+2 | 
|  |  | 
| * | | filesystem bug fixes | vincentdarley | 2003-10-13 | 1 | -3/+10 | 
| |/ |  | 
| * | glob -l on broken symlink fix | vincentdarley | 2003-02-12 | 1 | -2/+14 | 
|  |  | 
| * | * unix/tclUnixFile.c (TclpMatchInDirectory): simplify the hidden | hobbs | 2003-02-11 | 1 | -24/+14 | 
|  |  | 
| * | filesystem speed up round 2 | vincentdarley | 2003-02-10 | 1 | -58/+36 | 
|  |  | 
| * | non-ascii chars in file mtime fix | vincentdarley | 2003-01-09 | 1 | -1/+24 | 
|  |  | 
| * | * unix/tclUnixFile.c (TclpObjLink): removed unnecessary/unfreed | hobbs | 2002-09-03 | 1 | -13/+4 | 
|  |  | 
| * | vfs fixes | vincentdarley | 2002-07-20 | 1 | -4/+8 | 
|  |  | 
| * | Global symbols are now all either prefixed with 'tcl' (or 'Tcl' or ...) or ha... | dkf | 2002-07-19 | 1 | -4/+2 | 
|  |  | 
| * | Changed all the Tcl_Platform* symbols to TclOS*; they weren't public so their | dkf | 2002-06-28 | 1 | -15/+15 | 
|  |  | 
| * | tip99 | vincentdarley | 2002-06-21 | 1 | -8/+23 | 
|  |  | 
| * | vfs, winfs testsuite | vincentdarley | 2002-06-13 | 1 | -5/+9 | 
|  |  | 
| * | Made this file compile! | dkf | 2002-06-12 | 1 | -2/+4 | 
|  |  | 
| * | fs clarification and windows fixes | vincentdarley | 2002-06-12 | 1 | -7/+19 | 
|  |  | 
| * | fix to 551306 | vincentdarley | 2002-05-02 | 1 | -1/+28 | 
|  |  | 
| * | 4 fs fixes | vincentdarley | 2002-03-24 | 1 | -196/+219 | 
|  |  | 
| * | TIP#72 implementation.  See ChangeLog for details. | dkf | 2002-02-15 | 1 | -25/+19 | 
|  |  | 
| * | * djgpp/ (new directory) | davygrvy | 2002-02-12 | 1 | -3/+12 | 
|  |  | 
| * | * Partial TIP 27 rollback.  Following routines | dgp | 2002-02-08 | 1 | -5/+3 | 
|  |  | 
| * | * Updated interfaces of generic/tclEncoding, generic/tclFilename.c, | dgp | 2002-01-25 | 1 | -7/+7 | 
|  |  |