| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix [43b0656605]: MS Windows: files with emojis are found by glob but not rec... | jan.nijtmans | 2023-09-13 | 1 | -4/+10 |
|
|
* | Correct spelling errors in comments and documentation, but also non-comment
| pooryorick | 2023-04-12 | 1 | -4/+4 |
|
|
* | Fix [0cb3554903]: macOS 13 SDK deprecates sprintf(). But better not use it on... | jan.nijtmans | 2023-03-30 | 1 | -1/+1 |
|
|
* | Fix a few -Wconversion warnings | jan.nijtmans | 2023-03-07 | 1 | -37/+37 |
|
|
* | Bug [9c5a00c69d]. Tilde expansion on Windows | apnadkarni | 2023-03-04 | 1 | -38/+35 |
|
|
* | Change a lot of url's (as far as possible) from http:// to https:// | jan.nijtmans | 2021-06-21 | 1 | -1/+1 |
|
|
* | Fix [85d1fa7d07]: Duplicate file extension check in [file executable] on Windows | jan.nijtmans | 2021-04-15 | 1 | -1/+0 |
|\ |
|
| * | Fix [85d1fa7d07]: Duplicate file extension check in [file executable] on Wind... | jan.nijtmans | 2021-04-15 | 1 | -1/+0 |
|
|
* | | Merge 8.5 | jan.nijtmans | 2021-02-23 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Revise buffer-sizes used in GetModuleFileNameW() calls. Available buffer-size... | jan.nijtmans | 2021-02-23 | 1 | -1/+1 |
|
|
| * | Remove EXECUTE flag for tclWinFile.c. More eol-spacing cleanup (keeping tes... | jan.nijtmans | 2019-06-26 | 1 | -0/+0 |
|
|
* | | Fix testcase for [548cd945d6]: Consistant error-code if creating link fails o... | jan.nijtmans | 2020-12-23 | 1 | -3/+3 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2020-12-13 | 1 | -1/+1 |
|\ \ |
|
* \ \ | Merge 8.6. Get CreateSymbolicLinkW symbol from kernel32.dll, since Windows XP... | jan.nijtmans | 2020-12-11 | 1 | -4/+10 |
|\ \ \
| |/ / |
|
| * | | Tweak: account for terminating '\0' | jan.nijtmans | 2020-12-10 | 1 | -1/+1 |
|
|
| * | | Potential fix for [ed5be77734]: win: "comx:" not recognized as serial port. | jan.nijtmans | 2020-12-10 | 1 | -2/+3 |
|
|
* | | | RFE 548cd945d6: symlinks for Windows 10 | jan.nijtmans | 2020-12-10 | 1 | -4/+9 |
|/ / |
|
* | | Make Tcl compile warning-free using -Wshadow | jan.nijtmans | 2020-09-28 | 1 | -3/+1 |
|
|
* | | Use the right encoding when converting (Unicode) messages regarding socket er... | jan.nijtmans | 2019-12-04 | 1 | -37/+32 |
|
|
* | | Make tclWinFile compile warningless using -DTCL_UTF_MAX=6 (not officially sup... | jan.nijtmans | 2019-11-13 | 1 | -4/+4 |
|
|
* | | Some more *A() -> *W() Win32 API changes, making Unicode calls Explicit. | jan.nijtmans | 2019-09-19 | 1 | -16/+6 |
|
|
* | | TCHAR -> WCHAR converions (and corresponding Win32 API call changes), since w... | jan.nijtmans | 2019-09-18 | 1 | -106/+106 |
|
|
* | | UNEXEC win/tclWinFile.c | jan.nijtmans | 2019-06-26 | 1 | -0/+0 |
|
|
* | | restore userenv, used in 8.6 | sebres | 2019-06-25 | 1 | -0/+1 |
|
|
* | | merge 8.5 | sebres | 2019-06-25 | 1 | -1/+0 |
|\ \
| |/ |
|
| * | fixed build with MSVC 6.0 | sebres | 2019-06-25 | 1 | -1/+0 |
|
|
* | | Minor code style cleanup. | dkf | 2019-04-23 | 1 | -108/+201 |
|
|
* | | Fix some gcc/MSVC (harmless) compiler warnings. Remove some unnecessary end-o... | jan.nijtmans | 2019-03-07 | 1 | -5/+5 |
|
|
* | | Merge 8.5 | jan.nijtmans | 2018-10-30 | 1 | -0/+9 |
|\ \
| |/ |
|
| * | Add support for TIP #494 to registry and dde. Only effective when compiled ag... | jan.nijtmans | 2018-10-30 | 1 | -0/+9 |
|
|
* | | merge 8.5 | sebres | 2018-07-12 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | win: closes [3f7af0e21e13f1f5] - avoid "permissions denied" by `file delete`,... | sebres | 2018-07-12 | 1 | -1/+2 |
|
|
| * | resolves some warnings by compiling with new gcc-versions (>= 7.x): | sebres | 2018-06-08 | 1 | -2/+8 |
|
|
* | | merge 8.5 | sebres | 2018-05-28 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | win: searching for FQDN in user-name should be utf-8 safe (user-name could co... | sebres | 2018-05-28 | 1 | -2/+2 |
|
|
* | | merge 8.5 (conflicts resolved, rewritten without winapi-stubs) | sebres | 2018-05-28 | 1 | -8/+36 |
|\ \
| |/ |
|
| * | minor indentation fix (no functional changes) | sebres | 2018-05-25 | 1 | -4/+4 |
|
|
| * | avoid dual init of stubs (possible race condition, 8.5th only) | sebres | 2018-05-25 | 1 | -19/+20 |
|
|
| * | optimized winapi-stubs loading (8.5th only); if user name specified without d... | sebres | 2018-05-25 | 1 | -78/+109 |
|
|
| * | [9e6b569963] win: if user specified without domain (and local user was not fo... | sebres | 2018-05-24 | 1 | -8/+19 |
|
|
* | | merge 8.5, conflicts resolved (rewritten without winapi-stubs) | sebres | 2018-05-24 | 1 | -10/+12 |
|\ \
| |/ |
|
| * | win: TclpGetUserHome should return normalized path (also in case we find doma... | sebres | 2018-05-24 | 1 | -10/+11 |
|
|
* | | amend after merge 8.5 | sebres | 2018-04-30 | 1 | -1/+1 |
|
|
* | | merge core-8-5-branch (fix-1613456fff) | sebres | 2018-04-30 | 1 | -19/+39 |
|\ \
| |/ |
|
| * | minor fix on comment (restored getFileSecurityProc back, because getNamedSecu... | sebres | 2018-03-22 | 1 | -1/+1 |
|
|
| * | win: fixes check of file permissions (readable, writable, executable) - more ... | sebres | 2018-03-22 | 1 | -19/+40 |
|
|
| * | (cherry-pick): Bugfix [5d7ea04580]. Treat .cmd and .ps1 files are executable ... | jan.nijtmans | 2016-07-08 | 1 | -1/+3 |
|
|
| * | Fix minor msvc compiler warning in tclWinFile.c | jan.nijtmans | 2015-10-10 | 1 | -2/+1 |
|
|
* | | Support cross-compiling Tcl for 'Win32 on ARM' using Visual Studio. | Joe Mistachkin | 2017-08-13 | 1 | -1/+1 |
|
|
* | | Another attempt to fix the two executable flags. | jan.nijtmans | 2017-04-12 | 1 | -0/+0 |
|
|