Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tcl_ConsolePanic() is TCL_NORETURN, not TCL_NORETURN1. Merge 8.6 | jan.nijtmans | 2024-04-24 | 1 | -1/+1 |
| | |||||
* | Merge 8.6 | jan.nijtmans | 2023-03-07 | 1 | -2/+2 |
| | |||||
* | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ↵ | jan.nijtmans | 2020-12-08 | 1 | -1/+1 |
| | | | | C sources can now use UTF-8, as far as gcc/clang/msvc support it. Not used yet | ||||
* | Code cleanup, like TCHAR -> WCHAR and TEXT("xxx") -> L"xxx", since we ↵ | jan.nijtmans | 2019-06-29 | 1 | -2/+2 |
| | | | | always compile in UNICODE mode. | ||||
* | Change int constants into char constants. Hopefully this eliminates C4305 ↵ | jan.nijtmans | 2019-06-25 | 1 | -1/+1 |
| | | | | warnings on MSVC 6.0 | ||||
* | Since Tcl is always compiled with -DUNICODE -D_UNICODE (on Windows) and we ↵ | jan.nijtmans | 2018-06-26 | 1 | -1/+1 |
| | | | | know TCL_UTF_MAX>=4, we can simplify things. No change in functionality. | ||||
* | In case of redirecting stderr to a file on Windows, append CRLF after Panic ↵ | jan.nijtmans | 2018-03-15 | 1 | -1/+2 |
| | | | | output. | ||||
* | merge core-8-branch. Fully functioning now, including with the new vc-reform ↵ | jan.nijtmans | 2017-12-15 | 1 | -12/+1 |
| | | | | implementation. | ||||
* | merge trunk | jan.nijtmans | 2017-05-04 | 1 | -1/+15 |
| | |||||
* | merge trunk | jan.nijtmans | 2015-07-13 | 1 | -15/+0 |
| | |||||
* | implement for Cygwin as well | jan.nijtmans | 2013-07-23 | 1 | -9/+24 |
| | |||||
* | rebase | jan.nijtmans | 2013-06-18 | 1 | -1/+1 |
| | |||||
* | rebase | jan.nijtmans | 2013-04-03 | 1 | -1/+1 |
| | | | increase limit to 26000 characters | ||||
* | Better Windows console panic proc, still to be TIPped. | jan.nijtmans | 2013-03-30 | 1 | -0/+84 |