summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixFile.c
Commit message (Expand)AuthorAgeFilesLines
* Unbreak msvc builds, by depending on tclPort.h for inclusion of <sys/stat.h>.nijtmans@users.sourceforge.net2013-02-101-1/+0
* ... and fix cygwin buildnijtmans@users.sourceforge.net2013-01-181-2/+4
* revert [8abba84224], and make sure that every source file that uses Tcl_StatB...nijtmans@users.sourceforge.net2013-01-171-0/+1
* mergenijtmans@users.sourceforge.net2012-06-271-3/+3
|\
| * fix bug in cygwin's [info nameofexecutable]nijtmans@users.sourceforge.net2012-06-271-1/+1
* | use cygwin_conv_path() in stead of deprecated cygwin_conv_to_full_posix_pathnijtmans@users.sourceforge.net2012-06-261-4/+3
|\ \ | |/
| * use cygwin_conv_path() in stead of deprecated cygwin_conv_to_full_posix_pathnijtmans@users.sourceforge.net2012-06-261-4/+3
* | Move cpuid testcase from win-specific to generic testsnijtmans@users.sourceforge.net2012-05-031-8/+0
|\ \ | |/
| * Move cpuid testcase from win-specific to generic testsnijtmans@users.sourceforge.net2012-05-031-8/+0
* | Move CYGWIN-specific stuff from tclPort.h to tclUnixPort.h, where it belongsnijtmans@users.sourceforge.net2012-04-271-14/+12
* | gcc warningsnijtmans@users.sourceforge.net2012-04-241-2/+1
* | [Bug 3508771] load tclreg.dll in cygwin tclshnijtmans@users.sourceforge.net2012-04-241-2/+31
|\ \ | |/
| * [Bug 3508771] load tclreg.dll in cygwin tclshnijtmans@users.sourceforge.net2012-04-241-5/+33
| |\
| | * tclpGetPid signature change (stub entry only, not for macro),nijtmans@users.sourceforge.net2012-04-061-0/+0
| | * implement TclpGetPid for Cygwinnijtmans@users.sourceforge.net2012-04-041-5/+33
| |/
| * [Bug 3288345] Wrong Tcl_StatBuf used on Cygwinnijtmans@users.sourceforge.net2012-03-201-1/+43
* | xnijtmans@users.sourceforge.net2012-03-151-0/+34
* | More isspace() callers.dgp@users.sourceforge.net2011-04-281-1/+1
* | Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp@users.sourceforge.net2011-03-021-2/+0
|\ \ | |/
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp@users.sourceforge.net2011-03-011-2/+0
| * ensure translated path is freedvincentdarley2003-10-311-1/+2
| * backporting of filesystem tests, docsvincentdarley2003-10-031-4/+9
* | Stop calling endpwent() and endgrent(); unneeded. [Bug 1942222]donal.k.fellows@manchester.ac.uk2009-08-021-4/+2
* | merge stable branch onto HEADdgp@users.sourceforge.net2007-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 ANSIfyingdonal.k.fellows@manchester.ac.uk2005-11-111-56/+59
* | allow NULL interp in Tcl_FSMatchInDirectoryvincentdarley2005-08-311-5/+7
* | Getting more systematic about styledonal.k.fellows@manchester.ac.uk2005-07-201-224/+274
* | * generic/tclUtil.c: Updated Tcl_GetNameOfExecutable() todgp@users.sourceforge.net2004-12-011-25/+17
* | Patch 976520 reworks several of the details involved withdgp@users.sourceforge.net2004-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.dgp@users.sourceforge.net2004-06-181-2/+3
* | Patch 922727 committed. Implements three changes:dgp@users.sourceforge.net2004-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...donal.k.fellows@manchester.ac.uk2002-07-191-4/+2