Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 8.6. Primarily ticket [55a02f20ec] | apnadkarni | 2022-09-05 | 1 | -1/+8 |
|\ | |||||
| * | Ticket [55a02f20ec] - fallback to USERPROFILE when setting HOME env on Windows | apnadkarni | 2022-09-05 | 1 | -1/+8 |
| | | |||||
* | | Make a start converting -1 -> TCL_INDEX_NONE where appropriate | jan.nijtmans | 2022-07-19 | 1 | -5/+5 |
| | | |||||
* | | Merge 8.6 | jan.nijtmans | 2022-02-07 | 1 | -42/+0 |
|\ \ | |/ | |||||
| * | Add support for windows-arm platform | jan.nijtmans | 2022-02-07 | 1 | -42/+0 |
| | | |||||
* | | Merge 8.7. Change more functions signatures to return the Tcl full version ↵ | jan.nijtmans | 2021-02-24 | 1 | -4/+4 |
|\ \ | | | | | | | | | | number. | ||||
| * \ | Merge 8.6. Fix Cygwin compile | jan.nijtmans | 2021-02-23 | 1 | -4/+4 |
| |\ \ | | |/ | |||||
| | * | Merge 8.5 | jan.nijtmans | 2021-02-23 | 1 | -5/+5 |
| | |\ | |||||
| | | * | Revise buffer-sizes used in GetModuleFileNameW() calls. Available ↵ | jan.nijtmans | 2021-02-23 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | | buffer-size reported to GetModuleFileNameW() was not always accurate | ||||
* | | | | Merge 8.7 | jan.nijtmans | 2021-01-28 | 1 | -16/+2 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge 8.7 | jan.nijtmans | 2021-01-07 | 1 | -2/+2 |
| |\ \ \ | |||||
| | * \ \ | Merge 8.6: Add 4 processor-types to Win32/Cygwin. "platform" -> 1.0.16 | jan.nijtmans | 2021-01-05 | 1 | -2/+2 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | Merge 8.5: Add 4 processor-types to Win32/Cygwin. "platform" -> 1.0.16 | jan.nijtmans | 2021-01-05 | 1 | -2/+2 |
| | | |\ \ | | | | |/ | |||||
| | | | * | Add 4 processor-types to Win32/Cygwin. On Cygwin, don't bother ↵ | jan.nijtmans | 2021-01-05 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | tcl_platform[os], since "Windows NT" is the only one supported. "platform" -> 1.0.16 | ||||
| * | | | | TIP #592 implementation: Stop support for Windows XP, Server 2003, Vista, ↵ | jan.nijtmans | 2020-12-16 | 1 | -17/+0 |
| |/ / / | | | | | | | | | | | | | Server 2008 | ||||
| * | | | Merge 8.6 | jan.nijtmans | 2020-12-16 | 1 | -0/+3 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge 8.6 | jan.nijtmans | 2020-12-13 | 1 | -2/+2 |
| | |\ \ | |||||
| | * | | | Merge 8.6. Get CreateSymbolicLinkW symbol from kernel32.dll, since Windows ↵ | jan.nijtmans | 2020-12-11 | 1 | -0/+3 |
| | |/ / | | | | | | | | | | | | | XP doesn't have it | ||||
* | | | | Merge 8.7 | jan.nijtmans | 2020-12-13 | 1 | -2/+2 |
|\ \ \ \ | |/ / / | |||||
| * | | | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ↵ | jan.nijtmans | 2020-12-08 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | C sources can now use UTF-8, as far as gcc/clang/msvc support it. Not used yet | ||||
* | | | | Merge 8.7 | jan.nijtmans | 2020-10-14 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge 8.6 | jan.nijtmans | 2020-10-13 | 1 | -1/+1 |
| |\ \ \ | | |/ / | |||||
| | * | | More usage of TclNewObj() in stead of Tcl_NewObj() and TclNewIntObj() in ↵ | jan.nijtmans | 2020-10-13 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | stead of Tcl_NewIntObj() | ||||
| | * | | Eliminate many unnecessary type-casts, mostly (size_t) when value is already ↵ | jan.nijtmans | 2020-08-11 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | size_t or int | ||||
* | | | | Merge 8.7 | jan.nijtmans | 2020-09-27 | 1 | -1/+2 |
|/ / / | |||||
* | | | Merge 8.6 | jan.nijtmans | 2020-05-11 | 1 | -13/+8 |
|\ \ \ | |/ / | |||||
| * | | Fix [d402ffe76]: Win32 potential crash when using main(). Thanks to ↵ | jan.nijtmans | 2020-05-11 | 1 | -20/+11 |
| | | | | | | | | | | | | Christian Werner for the Bug report and the Fix. | ||||
* | | | Merge 8.6 | jan.nijtmans | 2020-04-03 | 1 | -3/+3 |
|\ \ \ | |/ / | |||||
| * | | Make sure that "Windows NT" is the only supported Windows platform. On ↵ | jan.nijtmans | 2020-04-03 | 1 | -12/+4 |
| | | | | | | | | | | | | Windows CE, no chance that Tcl 8.6 will ever run .... Windows XP is the minimum now. | ||||
| * | | Remove MODULE_SCOPE function TclpSetInterfaces(), which is just empty. | jan.nijtmans | 2020-03-31 | 1 | -7/+6 |
| | | | | | | | | | Increase size of MSG structure in Cygwin Notifier: Should conform with Win32 size. Some related code cleanup. | ||||
| * | | Even more uppercase HEX representations in source-code | jan.nijtmans | 2020-03-22 | 1 | -1/+1 |
| | | | |||||
* | | | Merge 8.6 | jan.nijtmans | 2020-03-17 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
* | | | Merge 8.6. Also fix build with -DTCL_NO_DEPRECATED (which was also the cause ↵ | jan.nijtmans | 2020-03-15 | 1 | -2/+2 |
|\ \ \ | |/ / | | | | | | | of the "master" build failure) | ||||
* | | | Merge 8.6 | jan.nijtmans | 2020-03-14 | 1 | -2/+14 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.6. | jan.nijtmans | 2020-03-13 | 1 | -1/+1 |
| |\ \ | | | | | | | | | Code review: Tcl 8.6 doesn't (need to) build with -DUNICODE -D_UNICODE any more, so things can be simplified. Good work, thanks! | ||||
| * | | | fix back-ported from tclSE (with several modifications due to conflicts and ↵ | sebres | 2020-03-13 | 1 | -2/+14 |
| |/ / | | | | | | | | | | compat reasons) | ||||
| * | | Fix some gcc(-9) warnings caused by -Wcast-function-type | jan.nijtmans | 2020-03-04 | 1 | -2/+2 |
| | | | |||||
* | | | Implement TIP #557: C++ support for Tcl | jan.nijtmans | 2020-02-28 | 1 | -6/+6 |
|\ \ \ | |||||
| * \ \ | Merge 8.7 | jan.nijtmans | 2020-02-13 | 1 | -3/+9 |
| |\ \ \ | |/ / / |/| | | | |||||
| * | | | Merge 8.7 | jan.nijtmans | 2019-09-19 | 1 | -6/+6 |
| |\ \ \ | |||||
| * \ \ \ | Merge tip-548 | jan.nijtmans | 2019-09-03 | 1 | -1/+1 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge tip-548 | jan.nijtmans | 2019-08-29 | 1 | -1/+1 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge tip-548 (since using the *WChar* functions leads to less type-casts in ↵ | jan.nijtmans | 2019-08-03 | 1 | -2/+2 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | c++) Als finish implementaton for MacOSX | ||||
| * \ \ \ \ \ \ | Merge 8.7. Continue implementation for win32 | jan.nijtmans | 2019-08-02 | 1 | -5/+5 |
| |\ \ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ \ | Merge 8.6 | jan.nijtmans | 2020-01-13 | 1 | -3/+9 |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | / / | | |_|_|_|_|/ / | |/| | | | | | | |||||
| * | | | | | | | Fix [0b9332722a]: Support utf-8 on Windows console | jan.nijtmans | 2020-01-13 | 1 | -3/+9 |
| | | | | | | | | |||||
* | | | | | | | | Merge 8.6 | jan.nijtmans | 2019-09-19 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | |||||
| * | | | | | | | Some more *A() -> *W() Win32 API changes, making Unicode calls Explicit. | jan.nijtmans | 2019-09-19 | 1 | -1/+1 |
| | | | | | | | | |||||
* | | | | | | | | Merge 8.6. Missing cast in Tcl_WinTCharToUtf() macro (when compiling without ↵ | jan.nijtmans | 2019-09-19 | 1 | -5/+5 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | / / | |_|_|_|_|/ / |/| | | | | | | -DUNICODE) | ||||
| * | | | | | | TCHAR -> WCHAR converions (and corresponding Win32 API call changes), since ↵ | jan.nijtmans | 2019-09-18 | 1 | -7/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | we are impicitly compiling with -DUNICODE |