summaryrefslogtreecommitdiffstats
path: root/win/tclWinFCmd.c
Commit message (Expand)AuthorAgeFilesLines
* Fix crashing bug in tempdir name creationfvogel2019-05-131-1/+1
* Let branch compile with MSVC 2008fvogel2019-05-131-3/+2
* Implementation of [file tempdir]; hand-tested on OSX...dkf2019-04-301-6/+21
* Windows implementation of TclpCreateTemporaryDirectorydkf2019-04-301-0/+101
* Modify testbytestring such that is only produces pure byte-arrays, if not it ...jan.nijtmans2019-04-011-1/+1
* Change TCHAR -> WCHAR in many places, since that's what it is since Windows NTjan.nijtmans2019-03-111-47/+47
* re-implemente changes in win/tclWinFile.c (handling -DTCL_UTF_MAX=6) using 3 ...jan.nijtmans2019-03-101-6/+7
* Merge 8.6 jan.nijtmans2018-10-081-2/+1
|\
* \ merge 8.6dgp2018-10-051-4/+3
|\ \ | |/
| * Fix wrong usage of Tcl_WinTCharToUtf() contract: nativePath should never be N...jan.nijtmans2018-10-051-4/+3
* | Eliminate variable which is only used once. And a minor end-of-line space red...jan.nijtmans2017-10-121-3/+1
* | more internal use of size_t (in stead of int)jan.nijtmans2016-11-291-7/+7
* | Micro-optimization: Use TclGetStringFromObj in stead of Tcl_GetStringFromObj ...jan.nijtmans2016-07-081-3/+3
|/
* [792641f95b]: Normalized win32 paths should never contain backslash.jan.nijtmans2014-04-101-0/+5
|\
| * [792641f95b]: Normalized win32 paths should never contain backslash.jan.nijtmans2014-04-101-0/+5
* | Only write back file attributes if any of them really changed.jan.nijtmans2014-03-261-3/+4
* | Fix compilation with latest MinGW-w64 version 3.0: Conflict on EXCEPTION_REGI...jan.nijtmans2013-10-021-31/+12
|\ \ | |/
| * Fix compilation with latest MinGW-w64 version 3.0: Conflict on EXCEPTION_REGI...jan.nijtmans2013-10-021-31/+12
* | Eliminate a lot of dead code (for Windows 95/98/ME only). jan.nijtmans2013-06-191-43/+0
* | eliminate unnecessary TEXT() macrosjan.nijtmans2012-09-231-2/+2
* | Final part of result generation conversion (modulo any minor blunders)dkf2012-08-051-8/+8
* | Factor out a number of common patterns of use of Tcl_DStringAppend.dkf2012-07-031-2/+2
* | * generic/tclUtil.c (TclDStringToObj): Added internal function to makedkf2012-04-251-7/+5
* | make some more internal tables constjan.nijtmans2012-04-231-1/+1
|\ \ | |/
| * make some more internal tables constjan.nijtmans2012-04-231-1/+1
| |\
| | * make some more internal tables constjan.nijtmans2012-04-231-1/+1
| | * [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-161-2/+2
| | * [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-151-1/+1
| | * ifdef protections to permit builds with mingw on amd64 systems.jan.nijtmans2011-03-111-14/+22
* | | More generation of error codes (most platform-specific parts not already usingdkf2011-04-061-1/+4
* | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts indkf2011-03-121-2/+2
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\ \ \ | |/ /
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
| |\ \ | | |/
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| | * * win/tclWinFCmd.c: [Bug 1548263] Added test for NULL returnhobbs2006-08-301-1/+10
| | * bug #1225957Kevin B Kenny2005-06-231-201/+189
| | * * win/tclWinFCmd.c (TraverseWinTree): use wcslen on wchar, nothobbs2005-02-171-3/+3
| | * * win/tclWin32Dll.c (DllMain, _except_dllmain_detach_handler,mdejong2004-06-211-12/+68
| | * backporting of filesystem tests, docsvincentdarley2003-10-031-9/+22
| * | fix gcc warnings: unused variable 'registration'nijtmans2010-11-191-3/+3
| * | * win/tclWin32Dll.c: #ifdef protections to permit builds withdgp2010-09-081-17/+23
* | | fix gcc warnings: unused variable 'registration'nijtmans2010-11-191-3/+3
* | | [FRQ 2965056]: Windows build with -DUNICODEnijtmans2010-11-031-8/+8
* | | Eliminate many tclWinProcs-> indirect calls, which are no longer needed.nijtmans2010-10-121-78/+75
* | | [Bug 3069278]: Breakage on head Windows triggered by install-tzdata, final fixnijtmans2010-09-211-14/+6
* | | Eliminate tclWinProcs->useWide everywhere, since the value is always "1" on p...dogeen_assembler_splitnijtmans2010-09-201-63/+22
* | | [Bug 3069278]: breakage on head Windows triggerednijtmans2010-09-181-4/+12
* | | * win/tclWinChan.c: #ifdef protections to permit builds withdgp2010-09-081-17/+23
* | | [Freq 2965056]: Windows build with -DUNICODEnijtmans2010-08-301-6/+5
* | | [Patch #2994165] Change signature of Tcl_FSGetNativePath and TclpDeleteFilenijtmans2010-08-141-10/+11