summaryrefslogtreecommitdiffstats
path: root/win/tclWinFile.c
Commit message (Expand)AuthorAgeFilesLines
* Fix [4718b41c56d8c135] for win32. Now timestamps on Win32 can be > 19 january...jan.nijtmans2019-07-051-7/+7
* Merge 8.7jan.nijtmans2019-06-291-14/+14
|\
| * Code cleanup, like TCHAR -> WCHAR and TEXT("xxx") -> L"xxx", since we alway...jan.nijtmans2019-06-291-14/+14
| * Merge 8.6jan.nijtmans2019-06-261-0/+0
| |\
| | * UNEXEC win/tclWinFile.cjan.nijtmans2019-06-261-0/+0
| | * restore userenv, used in 8.6sebres2019-06-251-0/+1
| | * merge 8.5sebres2019-06-251-1/+0
| | |\
| | | * fixed build with MSVC 6.0sebres2019-06-251-1/+0
* | | | UNEXEC win/tclWinFile.cjan.nijtmans2019-06-261-0/+0
* | | | merge 8.7dgp2019-05-031-107/+200
|\ \ \ \ | |/ / /
| * | | merge 8.6dgp2019-05-031-108/+201
| |\ \ \ | | |/ /
| | * | Minor code style cleanup.dkf2019-04-231-108/+201
| | * | Fix some gcc/MSVC (harmless) compiler warnings. Remove some unnecessary end-o...jan.nijtmans2019-03-071-5/+5
* | | | Merge 8.7jan.nijtmans2019-03-111-64/+64
|\ \ \ \ | |/ / /
| * | | Change TCHAR -> WCHAR in many places, since that's what it is since Windows NTjan.nijtmans2019-03-111-64/+64
* | | | Merge 8.7jan.nijtmans2019-03-101-5/+7
|\ \ \ \ | |/ / /
| * | | re-implemente changes in win/tclWinFile.c (handling -DTCL_UTF_MAX=6) using 3 ...jan.nijtmans2019-03-101-10/+10
* | | | Merge 8.7jan.nijtmans2019-03-081-8/+6
|\ \ \ \ | |/ / /
| * | | Fixes for TCL_UTF_MAX=6, (gcc compiler warnings). Also make everything work o...jan.nijtmans2019-03-071-16/+16
* | | | More size_t-related consolidations. Now regexp can handle strings >2GB and mo...jan.nijtmans2019-02-051-4/+6
* | | | Another (big) round of int -> size_t enhancements. So Tcl can handle string >...jan.nijtmans2019-02-011-12/+10
|\ \ \ \ | |/ / /
| * | | Fix "executable" flag for many files (now really!)jan.nijtmans2018-11-071-0/+0
| * | | Implement TIP 445dkf2018-11-061-0/+0
| |\ \ \
* | | | | Remove "nostub" entries, which are no longer used. See also TIP #512. jan.nijtmans2018-11-151-0/+0
* | | | | Implement TIP 445dgp2018-11-131-0/+0
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | merge 8.7dgp2018-10-181-21/+8
| |\ \ \ \
| * \ \ \ \ merge 8.7dgp2018-06-041-18/+49
| |\ \ \ \ \
| * \ \ \ \ \ merge 8.7dgp2018-05-111-19/+39
| |\ \ \ \ \ \
| * \ \ \ \ \ \ merge trunkdgp2017-08-181-1/+1
| |\ \ \ \ \ \ \
* | \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2018-10-301-0/+9
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | |
| * | | | | | | | Merge 8.6jan.nijtmans2018-10-301-0/+9
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | / / | | | |_|_|_|/ / | | |/| | | | |
| | * | | | | | Merge 8.5jan.nijtmans2018-10-301-0/+9
| | |\ \ \ \ \ \ | | | | |_|_|_|/ | | | |/| | | |
| | | * | | | | Add support for TIP #494 to registry and dde. Only effective when compiled ag...jan.nijtmans2018-10-301-0/+9
* | | | | | | | Change ckalloc and friends to Tcl_Alloc and friends. Add two defines, TCL_IO_...jan.nijtmans2018-09-011-4/+4
* | | | | | | | Merge 8.7jan.nijtmans2018-08-021-5/+5
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Purge end-of-line spacingjan.nijtmans2018-08-021-5/+5
* | | | | | | | merge 8.7sebres2018-07-121-1/+2
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | merge 8.6sebres2018-07-121-1/+2
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | merge 8.5sebres2018-07-121-1/+2
| | |\ \ \ \ \ \ | | | |/ / / / /
| | | * | | | | win: closes [3f7af0e21e13f1f5] - avoid "permissions denied" by `file delete`,...sebres2018-07-121-1/+2
| | | * | | | | resolves some warnings by compiling with new gcc-versions (>= 7.x):sebres2018-06-081-2/+8
* | | | | | | | merge 8.7jan.nijtmans2018-06-261-16/+2
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Since Tcl is always compiled with -DUNICODE -D_UNICODE (on Windows) and we kn...jan.nijtmans2018-06-261-16/+2
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | merge 8.7jan.nijtmans2018-05-291-10/+38
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | merge 8.6jan.nijtmans2018-05-291-10/+38
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | merge 8.5sebres2018-05-281-2/+2
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | win: searching for FQDN in user-name should be utf-8 safe (user-name could co...sebres2018-05-281-2/+2
| | * | | | | merge 8.5 (conflicts resolved, rewritten without winapi-stubs)sebres2018-05-281-8/+36
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | minor indentation fix (no functional changes)sebres2018-05-251-4/+4
| | | * | | | avoid dual init of stubs (possible race condition, 8.5th only)sebres2018-05-251-19/+20