summaryrefslogtreecommitdiffstats
path: root/win/tclWinPanic.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2023-03-071-2/+2
|\
| * Merge 8.6jan.nijtmans2023-03-071-2/+2
| |
* | Merge 8.7jan.nijtmans2020-12-081-1/+1
|\ \ | |/
| * 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
* | Merge 8.7jan.nijtmans2019-06-291-2/+2
|\ \ | |/
| * Code cleanup, like TCHAR -> WCHAR and TEXT("xxx") -> L"xxx", since we ↵jan.nijtmans2019-06-291-2/+2
| | | | | | | | always compile in UNICODE mode.
* | Merge 8.7 (But without the TclWideMUInt type for VC++ 6.0, most likely too ↵jan.nijtmans2019-06-251-1/+1
|\ \ | |/ | | | | much to be asked for Tcl 9.0)
| * Change int constants into char constants. Hopefully this eliminates C4305 ↵jan.nijtmans2019-06-251-1/+1
| | | | | | | | warnings on MSVC 6.0
* | merge 8.7jan.nijtmans2018-06-261-1/+1
|\ \ | |/
| * 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.
* | de-duplicate code in win32 panic implementation. Also eliminate gcc compiler ↵jan.nijtmans2018-05-131-1/+1
| | | | | | | | warning.
* | Merge 8.7jan.nijtmans2018-05-111-1/+1
|/
* 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