summaryrefslogtreecommitdiffstats
path: root/win/tclWinFile.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix for Bug 3603434.bug_3603434dgp2013-02-051-0/+12
|
* Backported [Bug 2882342]: correct struct _REPARSE_DATA_BUFFER in tcl 8.4jan.nijtmans2013-01-091-15/+16
|
* [Bug 3092089]: [file normalize] can remove path components.jan.nijtmans2013-01-081-5/+6
|\ | | | | [Bug 3587096] win vista/7: "can't find init.tcl" when called via junction.
| * new attempt for better fixbug_3092089jan.nijtmans2013-01-081-11/+6
| |
| * suggested fix for Bug 3092089: [file normalize] can remove path component, jan.nijtmans2013-01-031-0/+6
| | | | | | and for Bug 3587096: startup error message when exe in folder with junction with limited rights
| * xjan.nijtmans2012-03-151-62/+0
| |
| * [Bug 3388350] mingw64 compiler warningsjan.nijtmans2012-03-121-2/+2
| |\
* | | tclStubInit.c: move up #undef, so it is clear that thisjan.nijtmans2012-04-041-3/+3
| | | | | | | | | | | | macro is conflicting with another definition in this file. Fix some other gcc warnings
* | | [Bug 3288345] Wrong Tcl_StatBuf used on Cygwinjan.nijtmans2012-03-201-60/+0
| |/ |/| | | (backported from Tcl 8.5)
* | [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] Incorrect mode field returned by file stat commandjan.nijtmans2011-10-111-3/+3
| |\
| * | 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
| |\ \ \ | | |/ /
| * | | 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.
| * | | | 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
| | | | |
| * | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NULL can be cast to any pointer type transparently.
| * | | | 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
| | | | | | | | | | | | | | | | | | | | Thanks to Pat Thoyts for discovery and fix.
| * | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * generic/tclEncoding.c: make use of a ProcessGlobalValue for * generic/tclEvent.c: storing the executable name. Added internal routines Tcl(Get|Set)ObjNameOfExecutable() to access that storage in Tcl_Obj, rather than string format. * unix/tclUnixFile.c: Rewrote TclpFindExecutable() to use * win/tclWinFile.c: TclSetObjNameOfExecutable to store the executable name it computes. * generic/tclInt.h: Added internal stub entries for * generic/tclInt.decls: TclpFindExecutable and Tcl(Get|Set)ObjNameOfExecutable. * generic/tclIntDecls.h: make genstubs * generic/tclStubInit.c: * generic/tclCmdIL.c: Retrieve executable name in Tcl_Obj form * win/tclWinPipe.c: instead of string form. * unix/tclUnixTest.c: Update [testfindexecutable] command to use new internal interfaces.
| * | | | Patch 976520 reworks several of the details involved withdgp2004-11-301-9/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | startup/initialization of the Tcl library, focused on the activities of Tcl_FindExecutable(). * generic/tclIO.c: Removed bogus claim in comment that encoding "iso8859-1" is "built-in" to Tcl. * generic/tclInt.h: Created a new struct ProcessGlobalValue, * generic/tclUtil.c: routines Tcl(Get|Set)ProcessGlobalValue, and function type TclInitProcessGlobalValueProc. Together, these take care of the housekeeping for "values" (things that can be held in a Tcl_Obj) that are global across a whole process. That is, they are shared among multiple threads, and epoch and mutex protection must govern the validity of cached copies maintained in each thread. * generic/tclNotify.c: Modified TclInitNotifier() to tolerate being called multiple times in the same thread. * generic/tclEvent.c: Dropped the unused argv0 argument to TclInitSubsystems(). Removed machinery to unsure only one TclInitNotifier() call per thread, now that that is safe. Converted Tcl(Get|Set)LibraryPath to use a ProcessGlobalValue, and moved them to tclEncoding.c. * generic/tclBasic.c: Updated caller. * generic/tclInt.h: TclpFindExecutable now returns void. * unix/tclUnixFile.c: * win/tclWinFile.c: * win/tclWinPipe.c: * generic/tclEncoding.c: Built new encoding search initialization on a foundation of ProcessGlobalValues, exposing new routines Tcl(Get|Set)EncodingSearchPath. A cache of a map from encoding name to directory pathname keeps track of where encodings are available for loading. Tcl_FindExecutable greatly simplified into just three function calls. The "library path" is now misnamed, as its only remaining purpose is as a foundation for the default encoding search path. * generic/tclInterp.c: Inlined the initScript that is evaluated by Tcl_Init(). Added verification after initScript evaluation that Tcl can find its installed *.enc files, and that it has initialized [encoding system] in agreement with what the environment expects. [tclInit] no longer driven by the value of $::tcl_libPath; it largely constructs its own search path now, rather than attempt to share one with the encoding system. * unix/tclUnixInit.c: TclpSetInitialEncodings factored so that a new * win/tclWinInit.c: routine TclpGetEncodingNameFromEnvironment can reveal that Tcl thinks the [encoding system] should be, even when an incomplete encoding search path, or a missing *.enc file won't allow that initialization to succeed. TclpInitLibraryPath reworked as an initializer of a ProcessGlobalValue. * unix/tclUnixTest.c: Update implementations of [testfindexecutable], [testgetdefenc], and [testsetdefenc]. * tests/unixInit.test: Corrected tests to operate properly even when a value of TCL_LIBRARY is required to find encodings. * generic/tclInt.decls: New internal stubs: TclGetEncodingSearchPath, TclSetEncodingSearchPath, TclpGetEncodingNameFromEnvironment. These are candidates for public exposure by future TIPs. * generic/tclIntDecls.h: make genstubs * generic/tclStubInit.c: * generic/tclTest.c: Updated [testencoding] to use * tests/encoding.test: Tcl(Get|Set)EncodingSearchPath. Updated tests.
| * | | | TclpUTime simplificationvincentdarley2004-11-021-25/+29
| | | | |
| * | | | Second part of fix for Bug 926106Kevin B Kenny2004-11-011-23/+55
| | | | |