summaryrefslogtreecommitdiffstats
path: root/win/tclWinFile.c
Commit message (Expand)AuthorAgeFilesLines
...
| * * win/tclWinFile.c (TclpMatchInDirectory): revert glob code tohobbs2003-05-161-71/+46
| * Added conditionals to make tclWinFile.c compile on VC++6, which Kevin B Kenny2003-04-141-1/+7
| * filesystem fixes backportedvincentdarley2003-04-141-80/+161
| * Fixes for three filesystem problemsvincentdarley2003-03-181-1/+11
* | Fix [Patch 2986105]: conditionally defining strcasecmp/strncasecmpnijtmans2010-04-191-4/+4
* | Various CYGWIN-related fixesnijtmans2010-01-311-16/+16
* | * win/tclWinFile.c (TclpObjNormalizePath): Corrected Tcl_Obj leak.dgp2009-03-181-2/+11
* | * win/tclWinFile.c: (WinSymLinkDirectory): Fixed a problem thatKevin B Kenny2008-04-051-17/+17
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | * generic/tclBasic.c: Removed dead code, including thedgp2007-06-281-79/+1
* | More type-pun warning squelchesdkf2007-05-051-224/+231
* | Eliminate use of (VOID*) casts when calling memset or memcpy.dkf2007-04-171-3/+3
* | Bug #1479814. Handle extended paths on Windows NT and above.patthoyts2007-02-201-1/+8
* | win/tclWinFile.c: alfredd supplied patch to fix Bug 1575837coldstore2006-10-131-4/+4
* | win/tclWinFile.c: corrected erroneous attempt to protect against NULL return ...coldstore2006-10-131-5/+9
* | Handle possible missing definepatthoyts2006-10-011-4/+7
* | bug #1420432 - file mtime fails for directories on windowspatthoyts2006-10-011-4/+14
* | fixed [ 1548263 ] NULL return from Tcl_FSGetNormalizedPath segvcoldstore2006-08-291-6/+10
* | 90% fix of file writable issues on Windowsvincentdarley2006-03-141-3/+3
* | remove previous patch for 'file writable'vincentdarley2006-03-101-163/+31
* | fix to file writable in certain XP directoriesvincentdarley2006-03-091-2/+153
* | fix to sharing violationvincentdarley2006-01-121-2/+3
* | Export stubs for libtommath; fix mingw compiler warningsKevin B Kenny2005-12-131-6/+7
* | ANSIfydkf2005-11-041-3/+3
* | Convert to using ANSI decls/definitions and using the (ANSI) assumption that ...dkf2005-10-311-150/+171
* | fix to glob memory leak and file stat ino/nlink on windowsvincentdarley2005-10-231-136/+145
* | allow NULL interp in Tcl_FSMatchInDirectoryvincentdarley2005-08-311-5/+7
* | Getting more systematic about styledkf2005-07-241-1017/+1327
* | * win/tclWinFile.c: Potential buffer overflow. [Bug 1225571]dgp2005-06-221-3/+3
* | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232Kevin B Kenny2005-05-101-1/+1
* | fix to file norm, file pathtype on windows reserved filenamesvincentdarley2005-03-151-3/+80
* | * generic/tclUtil.c: Updated Tcl_GetNameOfExecutable() todgp2004-12-011-24/+5
* | Patch 976520 reworks several of the details involved withdgp2004-11-301-9/+11
* | TclpUTime simplificationvincentdarley2004-11-021-25/+29
* | Second part of fix for Bug 926106Kevin B Kenny2004-11-011-23/+55
* | Fixed conversion between FILETIME and Tcl time -Bug 926106Kevin B Kenny2004-10-301-47/+29
* | filesystem generic/platform code splittingvincentdarley2004-10-071-1/+264
* | fix to trailing slash documentation and to a filesystem 'file join' bug on wi...vincentdarley2004-06-301-35/+91
* | * win/tclWinFile.c (TclpFindExecutable): when usinghobbs2004-06-021-4/+6
* | * win/tclWinFile.c (TclpMatchInDirectory): fix for an issue Kevin B Kenny2004-05-191-2/+3
* | fix to case sensitive 'file executable' on Windowsvincentdarley2004-05-171-4/+7
* | * win/tclWinInit.c (TclpSetInitialEncodings): note that WIN32_CEhobbs2004-04-071-13/+15
* | filesystem fixes for '-force' consistency and picky compilersvincentdarley2004-01-291-1/+6
* | file normalize bug fixes for .. and .vincentdarley2004-01-231-4/+13
* | filesystem optimisation -- Three main issues accomplished: (1) cleaned up var...vincentdarley2004-01-211-20/+97
* | * win/tclWinFile.c (TclpUtime) : utimbuf struct not a problemdavygrvy2003-12-161-2/+10
* | allow creation of relative linksvincentdarley2003-12-121-2/+2
* | NT file permissions fix and testsvincentdarley2003-12-091-7/+9
* | filesystem bug fixesvincentdarley2003-10-131-14/+144
* | Symbols which are visible outside a single compilation unit must havedkf2003-09-291-3/+1