summaryrefslogtreecommitdiffstats
path: root/win/tclWinPanic.c
Commit message (Collapse)AuthorAgeFilesLines
* Tcl_ConsolePanic() is TCL_NORETURN, not TCL_NORETURN1. Merge 8.6jan.nijtmans2024-04-241-1/+1
|
* Merge 8.6jan.nijtmans2023-03-071-2/+2
|
* Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ↵jan.nijtmans2020-12-081-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.nijtmans2019-06-291-2/+2
| | | | always compile in UNICODE mode.
* Change int constants into char constants. Hopefully this eliminates C4305 ↵jan.nijtmans2019-06-251-1/+1
| | | | warnings on MSVC 6.0
* Since Tcl is always compiled with -DUNICODE -D_UNICODE (on Windows) and we ↵jan.nijtmans2018-06-261-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.nijtmans2018-03-151-1/+2
| | | | output.
* merge core-8-branch. Fully functioning now, including with the new vc-reform ↵jan.nijtmans2017-12-151-12/+1
| | | | implementation.
* merge trunkjan.nijtmans2017-05-041-1/+15
|
* merge trunkjan.nijtmans2015-07-131-15/+0
|
* implement for Cygwin as welljan.nijtmans2013-07-231-9/+24
|
* rebasejan.nijtmans2013-06-181-1/+1
|
* rebasejan.nijtmans2013-04-031-1/+1
| | | increase limit to 26000 characters
* Better Windows console panic proc, still to be TIPped.jan.nijtmans2013-03-301-0/+84