summaryrefslogtreecommitdiffstats
path: root/win/tclWinFile.c
Commit message (Expand)AuthorAgeFilesLines
* Fix "executable" flag for many files (now really!)jan.nijtmans2018-11-071-0/+0
* Implement TIP 445dkf2018-11-061-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.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
* | | | | | | Purge end-of-line spacingjan.nijtmans2018-08-021-5/+5
* | | | | | | 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
* | | | | | | Since Tcl is always compiled with -DUNICODE -D_UNICODE (on Windows) and we kn...jan.nijtmans2018-06-261-16/+2
| |_|_|_|_|/ |/| | | | |
* | | | | | 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.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
* | | | | 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
| | * | win: fixes check of file permissions (readable, writable, executable) - more ...sebres2018-03-221-19/+40
| | * | (cherry-pick): Bugfix [5d7ea04580]. Treat .cmd and .ps1 files are executable ...jan.nijtmans2016-07-081-1/+3
| | * | Fix minor msvc compiler warning in tclWinFile.cjan.nijtmans2015-10-101-2/+1
* | | | Merge core-8-6-branch. Update outdated comment (cherry-pick [d5dec2b0514639f4...jan.nijtmans2017-08-171-1/+1
|\ \ \ \ | |/ / /
| * | | Support cross-compiling Tcl for 'Win32 on ARM' using Visual Studio.Joe Mistachkin2017-08-131-1/+1
* | | | merge core-8-6-branchjan.nijtmans2017-04-121-0/+0
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Another attempt to fix the two executable flags.jan.nijtmans2017-04-121-0/+0
| * | Allow additional optional "interp" argument for testinterpresolver command. N...jan.nijtmans2016-09-051-4/+4
* | | more internal use of size_t (in stead of int)jan.nijtmans2016-11-291-13/+11
* | | Don't ever allow UTF-8 sequences of more than 4 characters to be generated or...jan.nijtmans2016-08-301-4/+4
|\ \ \ | |/ /
* | | merge 8.6dgp2016-07-101-2/+1
|\ \ \ | |/ /
| * | Fix compiler warnings (const-ness and unused label) that did not show up ashok2016-07-101-2/+1
* | | merge 8.6dgp2016-07-091-12/+98
|\ \ \ | |/ /
| * | Bugfix [9ece99d58b]. Make exec understand .CMD files on Windows.ashok2016-07-091-1/+0
| * | Bugfix [3613671]. file owned implementation for Windows.ashok2016-07-091-1/+65
| * | Bugfix [ae61a67192]. file {stat, type, size} etc. support for built-in specia...ashok2016-07-091-10/+33
* | | Micro-optimization: Use TclGetStringFromObj in stead of Tcl_GetStringFromObj ...jan.nijtmans2016-07-081-4/+4
|/ /
* | Bugfix [5d7ea04580]. Treat .cmd and .ps1 files are executable on Windows.ashok2016-07-071-1/+3
* | Decorate Tcl_Exit() and Tcl_SetExitProc()'s argument with TCL_NORETURN as app...jan.nijtmans2015-10-081-2/+1