summaryrefslogtreecommitdiffstats
path: root/win/tclWinPanic.c
Commit message (Expand)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
* | Merge 8.7jan.nijtmans2019-06-291-2/+2
|\ \ | |/
| * Code cleanup, like TCHAR -> WCHAR and TEXT("xxx") -> L"xxx", since we alway...jan.nijtmans2019-06-291-2/+2
* | Merge 8.7 (But without the TclWideMUInt type for VC++ 6.0, most likely too mu...jan.nijtmans2019-06-251-1/+1
|\ \ | |/
| * Change int constants into char constants. Hopefully this eliminates C4305 war...jan.nijtmans2019-06-251-1/+1
* | merge 8.7jan.nijtmans2018-06-261-1/+1
|\ \ | |/
| * Since Tcl is always compiled with -DUNICODE -D_UNICODE (on Windows) and we kn...jan.nijtmans2018-06-261-1/+1
* | de-duplicate code in win32 panic implementation. Also eliminate gcc compiler ...jan.nijtmans2018-05-131-1/+1
* | Merge 8.7jan.nijtmans2018-05-111-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