| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 8.7 | jan.nijtmans | 2023-03-07 | 1 | -2/+2 |
|\ |
|
| * | Merge 8.6 | jan.nijtmans | 2023-03-07 | 1 | -2/+2 |
| |\ |
|
| | * | Fix a few -Wconversion warnings | jan.nijtmans | 2023-03-07 | 1 | -4/+4 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2022-02-18 | 1 | -0/+2 |
|\ \ \
| |/ / |
|
| * | | Merge 8.6 | jan.nijtmans | 2022-02-18 | 1 | -0/+2 |
| |\ \
| | |/ |
|
| | * | Eliminate aarch64-w64-mingw32-clang warning | jan.nijtmans | 2022-02-18 | 1 | -1/+3 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2022-02-07 | 1 | -3/+3 |
|\ \ \
| |/ / |
|
| * | | Merge 8.6 | jan.nijtmans | 2022-02-07 | 1 | -3/+3 |
| |\ \
| | |/ |
|
| | * | See [https://github.com/tcltk/tcl/pull/10] | jan.nijtmans | 2022-02-04 | 1 | -3/+3 |
|
|
| | * | Make sure that "Windows NT" is the only supported Windows platform. On Window... | jan.nijtmans | 2020-04-03 | 1 | -20/+9 |
|
|
* | | | Merge 8.7 (resolve conflicts) | dgp | 2021-01-08 | 1 | -11/+3 |
|\ \ \
| |/ / |
|
| * | | Simplifications when assuming VS 2015 or later | jan.nijtmans | 2020-12-17 | 1 | -8/+0 |
|
|
| * | | TIP #592 implementation: Stop support for Windows XP, Server 2003, Vista, Ser... | jan.nijtmans | 2020-12-16 | 1 | -3/+3 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2020-12-08 | 1 | -2/+2 |
|\ \ \
| |/ / |
|
| * | | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ... | jan.nijtmans | 2020-12-08 | 1 | -2/+2 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2020-03-31 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Merge 8.6 | jan.nijtmans | 2020-03-31 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| | * | Remove MODULE_SCOPE function TclpSetInterfaces(), which is just empty. | jan.nijtmans | 2020-03-31 | 1 | -25/+4 |
|
|
* | | | Internal API simplifications: Don't use types like HINSTANCE/HMODULE any more... | jan.nijtmans | 2020-03-31 | 1 | -1/+1 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2020-03-22 | 1 | -4/+4 |
|\ \ \
| |/ / |
|
| * | | Merge 8.6 | jan.nijtmans | 2020-03-22 | 1 | -4/+4 |
| |\ \
| | |/ |
|
| | * | Even more uppercase HEX representations in source-code | jan.nijtmans | 2020-03-22 | 1 | -4/+4 |
|
|
* | | | merge 8.7 | dgp | 2020-03-09 | 1 | -4/+2 |
|\ \ \
| |/ / |
|
| * | | TCL_UNUSED for win sources. | dgp | 2020-03-09 | 1 | -4/+2 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2020-02-28 | 1 | -4/+6 |
|\ \ \
| |/ / |
|
| * | | Merge 8.7 | jan.nijtmans | 2019-09-19 | 1 | -6/+6 |
| |\ \ |
|
| * \ \ | Mark more function paramaters as unused. Now Tcl compiles fully (on UNIX and ... | jan.nijtmans | 2019-09-05 | 1 | -0/+2 |
| |\ \ \ |
|
| * \ \ \ | Merge tip-548 (since using the *WChar* functions leads to less type-casts in ... | jan.nijtmans | 2019-08-03 | 1 | -14/+6 |
| |\ \ \ \ |
|
| * | | | | | Merge 8.7. Continue implementation for win32 | jan.nijtmans | 2019-08-02 | 1 | -5/+5 |
|
|
* | | | | | | Merge 8.7 | jan.nijtmans | 2019-09-19 | 1 | -2/+2 |
|\ \ \ \ \ \
| | |_|_|/ /
| |/| | | | |
|
| * | | | | | Merge 8.6. Missing cast in Tcl_WinTCharToUtf() macro (when compiling without ... | jan.nijtmans | 2019-09-19 | 1 | -6/+6 |
| |\ \ \ \ \
| | |_|_|/ /
| |/| | | /
| | | |_|/
| | |/| | |
|
| | * | | | TCHAR -> WCHAR converions (and corresponding Win32 API call changes), since w... | jan.nijtmans | 2019-09-18 | 1 | -22/+24 |
|
|
| | * | | | Backport [bd94500678e837d7] from 8.7, preventing endless loops in UTF-8 conve... | jan.nijtmans | 2019-03-02 | 1 | -0/+4 |
|
|
* | | | | | Merge 8.7 | jan.nijtmans | 2019-09-14 | 1 | -78/+0 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | Use *WChar* in stead of *Char16* functions on Windows, always. It's actually ... | jan.nijtmans | 2019-08-03 | 1 | -2/+2 |
| | |_|/
| |/| | |
|
| * | | | Merge 8.7. Documentation improvements and code cleanup. Approaching finish. | jan.nijtmans | 2019-08-01 | 1 | -6/+0 |
| |\ \ \
| | | |/
| | |/| |
|
| * | | | Rename UTF-related functions to "WChar" and "Char16" variants, more intuitive... | jan.nijtmans | 2019-07-11 | 1 | -2/+2 |
|
|
| * | | | Merge 8.7, and a few tweaks: Only provide Tcl_WinUtfToTChar on Tcl 8.x, not o... | jan.nijtmans | 2019-07-07 | 1 | -1/+1 |
| |\ \ \
| | |/ / |
|
| * | | | Improvement: always export both 16-bit and 32-bit UTF function | jan.nijtmans | 2019-07-05 | 1 | -2/+2 |
|
|
| * | | | Merge 8.7 | jan.nijtmans | 2019-06-29 | 1 | -2/+2 |
| |\ \ \
| | |/ / |
|
| * | | | Code cleanup for Tcl_WinUtfToTChar/Tcl_WinTCharToUtf. Tested with Tk now. | jan.nijtmans | 2019-06-27 | 1 | -4/+1 |
|
|
| * | | | Add compatibility macro's for Tcl_WinUtfToTChar/Tcl_WinTCharToUtf | jan.nijtmans | 2019-06-26 | 1 | -1/+2 |
|
|
| * | | | TIP #548: Deprecate Tcl_WinUtfToTChar() and Tcl_WinTCharToUtf() and provide m... | jan.nijtmans | 2019-06-03 | 1 | -5/+5 |
|
|
* | | | | Merge 8.7 | jan.nijtmans | 2019-06-29 | 1 | -2/+2 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | Code cleanup, like TCHAR -> WCHAR and TEXT("xxx") -> L"xxx", since we alway... | jan.nijtmans | 2019-06-29 | 1 | -2/+2 |
| |/ / |
|
* | | | Merge 8.7 | jan.nijtmans | 2019-03-11 | 1 | -12/+12 |
|\ \ \
| |/ / |
|
| * | | Change TCHAR -> WCHAR in many places, since that's what it is since Windows NT | jan.nijtmans | 2019-03-11 | 1 | -12/+12 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2019-03-10 | 1 | -96/+4 |
|\ \ \
| |/ / |
|
| * | | re-implemente changes in win/tclWinFile.c (handling -DTCL_UTF_MAX=6) using 3 ... | jan.nijtmans | 2019-03-10 | 1 | -96/+4 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2019-02-27 | 1 | -0/+4 |
|\ \ \
| |/ / |
|