summaryrefslogtreecommitdiffstats
path: root/win/tclWinPanic.c
Commit message (Expand)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
* Code cleanup, like TCHAR -> WCHAR and TEXT("xxx") -> L"xxx", since we alway...jan.nijtmans2019-06-291-2/+2
* Change int constants into char constants. Hopefully this eliminates C4305 war...jan.nijtmans2019-06-251-1/+1
* Since Tcl is always compiled with -DUNICODE -D_UNICODE (on Windows) and we kn...jan.nijtmans2018-06-261-1/+1
* In case of redirecting stderr to a file on Windows, append CRLF after Panic o...jan.nijtmans2018-03-151-1/+2
* merge core-8-branch. Fully functioning now, including with the new vc-reform ...jan.nijtmans2017-12-151-12/+1
* 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
* Better Windows console panic proc, still to be TIPped.jan.nijtmans2013-03-301-0/+84