summaryrefslogtreecommitdiffstats
path: root/win/tclWinFile.c
Commit message (Collapse)AuthorAgeFilesLines
* xjan.nijtmans2012-03-151-62/+0
|
* [Bug 3388350] mingw64 compiler warningsjan.nijtmans2012-03-121-2/+2
|\
| * [Bug 3388350] mingw64 compiler warningsjan.nijtmans2012-03-121-2/+2
| |
| * 2974459,2879351,1951574,1852572,1661378,1613456 Revisions to the NativeAccess()dgp2012-02-021-24/+46
| |\ | |/ |/| | | | | | | routine that queries file permissions on Windows native filesystems. Meant to fix numerous bugs where [file writable|readable|executable] "lies" about what operations are possible, especially when the file resides on a Samba share. Patch cherrypicked off the fix-win-native-access branch.
* | merge to bugfix branchdgp2012-01-241-4/+0
|\ \
* | | Contributed patch aiming to fix [file writable] problems on Windows & Samba.dgp2012-01-111-20/+45
|/ /
* | [Bug 2935503] Windows: file mtime sets wrong time (VS2005+ only)jan.nijtmans2011-11-221-3/+0
|\ \ | |/
| * [Bug 2935503]: Windows: file mtime sets wrong timejan.nijtmans2011-11-221-0/+1
| |
* | [Bug 2935503] Incorrect mode field returned by file stat commandjan.nijtmans2011-10-111-3/+3
|\ \ | |/
| * [Bug 2935503] Incorrect mode field returned by file stat commandjan.nijtmans2011-10-111-3/+3
| |
| * [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-161-1/+1
| | | | | | | | n mingw, sys/stat.h must be included before winsock2.h, so make sure of that
* | Oops, tclWinFile.c was not supposed to be checked injan.nijtmans2011-08-151-3/+3
| |
* | [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-151-3/+3
|\ \ | |/
* | [Bug 3288345]: Bring cygwin Tcl_StatBuf a little closer to realityjan2011-04-211-2/+3
|\ \ | |/
| * fix for [Bug 3288345]: Wrong Tcl_StatBuf used on MinGW. Follow-up: get it ↵jan2011-04-201-2/+3
| | | | | | | | right for cygwin and WIN64 as well.
* | Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
|\ \ | |/ | | more harm than good. Purged them.
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| | | | | | more harm than good. Purged them.
| * * win/tclWinFile.c (TclpObjNormalizePath): Corrected Tcl_Obj leak.dgp2009-03-181-2/+12
| | | | | | | | Thanks to Joe Mistachkin for detection and patch. [Bug 2688184].
| * * generic/tclIOUtil.c: Cleaned up some code flagged by adgp2006-10-171-3/+1
| | | | | | | | | | | | * generic/tclInt.h: `make checkexports` test. * win/tclWin32Dll.c: * win/tclWinFile.c:
| * Handle possible missing definepatthoyts2006-10-011-4/+7
| |
| * Backported fix for bug #1420432 (cannot set mtime for directories on windows).patthoyts2006-10-011-4/+14
| |
| * backport of file writable fixesvincentdarley2006-03-191-4/+3
| |
| * backport of some file readable/writable fixes from HEADvincentdarley2006-03-101-12/+172
| |
| * Bugs 926106 and 1353840Kevin B Kenny2005-11-151-60/+85
| |
| * * win/tclWinFile.c: Potential buffer overflow. [Bug 1225571]dgp2005-06-221-3/+3
| | | | | | | | Thanks to Pat Thoyts for discovery and fix.
| * fix to file norm, file pathtype on windows reserved filenamesvincentdarley2005-03-151-3/+80
| |
| * * win/tclWinFile.c (NativeIsExec): correct result of 'filehobbs2004-10-081-10/+13
| | | | | | | | executable' to not be case sensitive. [Bug 954263]
| * backport of recent fs fixes from cvs headvincentdarley2004-07-021-17/+46
| |
| * Backport of bizarre error-loss bug found by KBK and myself.dkf2004-05-191-3/+4
| |
| * * generic/tclInt.h:hobbs2004-03-291-13/+15
| | | | | | | | | | | | | | | | | | * generic/tclEncoding.c (TclFindEncodings, Tcl_FindExecutable): * mac/tclMacInit.c (TclpInitLibraryPath): Correct handling of UTF * unix/tclUnixInit.c (TclpInitLibraryPath): data that is actually * win/tclWinFile.c (TclpFindExecutable): "clean", allowing the * win/tclWinInit.c (TclpInitLibraryPath): loading of Tcl from paths that contain multi-byte chars on Windows [Bug 920667]
| * backporting of filesystem tests, docsvincentdarley2003-10-031-2/+7
| |
| * 2003-07-16 Mumit Khan <khan@nanotech.wisc.edu>hobbs2003-07-171-1/+16
| | | | | | | | | | | | | | | | * generic/tclIOUtil.c (SetFsPathFromAny): Add Cygwin specific code to convert POSIX filename to native format. * generic/tclFileName.c (Tcl_TranslateFileName): And remove from here. (TclDoGlob): Adjust for cygwin and append / for dirs instead of \ * win/tclWinFile.c (TclpObjChdir): Use chdir on Cygwin.
| * * win/tclWinFile.c (TclpMatchInDirectory): revert glob code tohobbs2003-05-161-71/+46
| | | | | | | | r1.44 as 2003-04-14 optimizations broke Windows98 glob'ing.
| * Added conditionals to make tclWinFile.c compile on VC++6, which Kevin B Kenny2003-04-141-1/+7
| | | | | | | | was broken by recent changes.
| * 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
| | | | | | | | | | | | | | | | | | backported from HEAD. Still configure script not modified, so CYGWIN build is still disabled. Reason: although the build succeeds with those changes, many tests still fail.
* | * win/tclWinFile.c (TclpObjNormalizePath): Corrected Tcl_Obj leak.dgp2009-03-181-2/+11
| | | | | | | | Thanks to Joe Mistachkin for detection and patch. [Bug 2688184].
* | * win/tclWinFile.c: (WinSymLinkDirectory): Fixed a problem thatKevin B Kenny2008-04-051-17/+17
| | | | | | | | | | | | | | | | | | | | | | Tcl was creating an NTFS junction point (IO_REPARSE_TAG_MOUNT_POINT) but filling in the union member for a Vista symbolic link. We had gotten away with this error because the union member (SymbolicLinkReparseBuffer) was misdefined in this file and in the 'winnt.h' in early versions of MinGW. MinGW 3.4.2 has the correct definition of SymbolicLinkReparseBuffer, exposing the mismatch, and making tests cmdAH-19.4.1, fCmd-28.*, and filename-11.* fail.
* | merge stable branch onto HEADdgp2007-12-131-1/+1
| |
* | * generic/tclBasic.c: Removed dead code, including thedgp2007-06-281-79/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | * generic/tclExecute.c: entire file tclMathOp.c. * generic/tclInt.h: * generic/tclMathOp.c (removed): * generic/tclTestObj.c: * win/tclWinFile.c: * unix/Makefile.in: Updated to reflect deletion of tclMathOp.c. * win/Makefile.in: * win/makefile.bc: * win/makefile.vc:
* | 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
| | | | | | | | from Tcl_FSGetNormalizedPath per Bug 1548263 causing Bug 1575837.
* | 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
| |