summaryrefslogtreecommitdiffstats
path: root/win/tclWinFile.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| | | * | | | optimized winapi-stubs loading (8.5th only); if user name specified without d...sebres2018-05-251-78/+109
| | | * | | | [9e6b569963] win: if user specified without domain (and local user was not fo...sebres2018-05-241-8/+19
| * | | | | | One TCL_NORETURN -> TCL_NORETURN1 minor mistake. Make it build when Tcl_SetPa...jan.nijtmans2018-05-291-0/+1
* | | | | | | merge 8.6jan.nijtmans2018-05-251-10/+12
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | merge 8.6jan.nijtmans2018-05-251-10/+12
| |\ \ \ \ \ \ | | |/ / / / / | | | | | | / | | |_|_|_|/ | |/| | | |
| | * | | | merge 8.5, conflicts resolved (rewritten without winapi-stubs)sebres2018-05-241-10/+12
| | |\ \ \ \ | | | |/ / /
| | | * | | win: TclpGetUserHome should return normalized path (also in case we find doma...sebres2018-05-241-10/+11
* | | | | | de-duplicate code in win32 panic implementation. Also eliminate gcc compiler ...jan.nijtmans2018-05-131-12/+2
* | | | | | Merge 8.7jan.nijtmans2018-05-111-10/+1
|/ / / / /
* | | | | merge 8.6jan.nijtmans2018-05-011-19/+39
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | |
| * | | amend after merge 8.5sebres2018-04-301-1/+1
| * | | merge core-8-5-branch (fix-1613456fff)sebres2018-04-301-19/+39
| |\ \ \ | | |/ /
| | * | minor fix on comment (restored getFileSecurityProc back, because getNamedSecu...sebres2018-03-221-1/+1