summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixFile.c
Commit message (Expand)AuthorAgeFilesLines
...
* | | Stop calling endpwent() and endgrent(); unneeded. [Bug 1942222]dkf2009-08-021-4/+2
* | | - eliminate some unnessary type castsnijtmans2009-02-031-3/+4
* | | Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-147/+160
|/ /
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | coverity id 100das2007-09-171-4/+4
* | fixed [ 1548263 ] NULL return from Tcl_FSGetNormalizedPath segvcoldstore2006-08-291-1/+4
* | added check for NULL return value of Tcl_FSGetTranslatedPath(), coverity bug 39das2006-03-251-1/+4
* | * generic/tclInt.decls: implement globbing for HFS creator & typedas2006-03-211-11/+80
* | More bits of ANSIfyingdkf2005-11-111-56/+59
* | allow NULL interp in Tcl_FSMatchInDirectoryvincentdarley2005-08-311-5/+7
* | Getting more systematic about styledkf2005-07-201-224/+274
* | * generic/tclUtil.c: Updated Tcl_GetNameOfExecutable() todgp2004-12-011-25/+17
* | Patch 976520 reworks several of the details involved withdgp2004-11-301-18/+23
* | filesystem generic/platform code splittingvincentdarley2004-10-071-1/+128
* | * unix/tclUnixFile.c (NativeMatchType): added support fordas2004-07-201-1/+5
* | * generic/tclEncoding.c: Static TclFindEncodings -> FindEncodings.dgp2004-06-181-2/+3
* | Patch 922727 committed. Implements three changes:dgp2004-04-061-2/+1
* | filesystem fixes for '-force' consistency and picky compilersvincentdarley2004-01-291-1/+6
* | filesystem optimisation -- Three main issues accomplished: (1) cleaned up var...vincentdarley2004-01-211-21/+53
* | fix to file normalization with relative linksvincentdarley2003-12-171-11/+47
* | allow creation of relative linksvincentdarley2003-12-121-3/+24
* | free path when no longer neededvincentdarley2003-11-031-1/+2
* | filesystem bug fixesvincentdarley2003-10-131-3/+10
|/
* glob -l on broken symlink fixvincentdarley2003-02-121-2/+14
* * unix/tclUnixFile.c (TclpMatchInDirectory): simplify the hiddenhobbs2003-02-111-24/+14
* filesystem speed up round 2vincentdarley2003-02-101-58/+36
* non-ascii chars in file mtime fixvincentdarley2003-01-091-1/+24
* * unix/tclUnixFile.c (TclpObjLink): removed unnecessary/unfreedhobbs2002-09-031-13/+4
* vfs fixesvincentdarley2002-07-201-4/+8
* Global symbols are now all either prefixed with 'tcl' (or 'Tcl' or ...) or ha...dkf2002-07-191-4/+2
* Changed all the Tcl_Platform* symbols to TclOS*; they weren't public so theirdkf2002-06-281-15/+15
* tip99vincentdarley2002-06-211-8/+23
* vfs, winfs testsuitevincentdarley2002-06-131-5/+9
* Made this file compile!dkf2002-06-121-2/+4
* fs clarification and windows fixesvincentdarley2002-06-121-7/+19
* fix to 551306vincentdarley2002-05-021-1/+28
* 4 fs fixesvincentdarley2002-03-241-196/+219
* TIP#72 implementation. See ChangeLog for details.dkf2002-02-151-25/+19
* * djgpp/ (new directory)davygrvy2002-02-121-3/+12
* * Partial TIP 27 rollback. Following routinesdgp2002-02-081-5/+3
* * Updated interfaces of generic/tclEncoding, generic/tclFilename.c,dgp2002-01-251-7/+7
* * More TIP 27 updates in tclIOUtil.c and tclIndexObj.c that weredgp2002-01-171-5/+5
* Fix for bug 475941; access() was being called with path-free file names ondkf2001-10-291-5/+4
* filesystemvincentdarley2001-08-301-136/+88
* fs updatevincentdarley2001-08-231-49/+72
* Changes from TIP#17 "Redo Tcl's filesystem"vincentdarley2001-07-311-136/+204
* * unix/tclUnixFile.c: fixed signature style on functionshobbs2000-01-111-16/+16
* removed \n in panichobbs1999-12-131-2/+2
* * doc/glob.n:hobbs1999-12-121-19/+117
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-295/+308