Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Code cleanup, like TCHAR -> WCHAR and TEXT("xxx") -> L"xxx", since we alway... | jan.nijtmans | 2019-06-29 | 1 | -2/+2 |
* | Change int constants into char constants. Hopefully this eliminates C4305 war... | jan.nijtmans | 2019-06-25 | 1 | -1/+1 |
* | Since Tcl is always compiled with -DUNICODE -D_UNICODE (on Windows) and we kn... | jan.nijtmans | 2018-06-26 | 1 | -1/+1 |
* | In case of redirecting stderr to a file on Windows, append CRLF after Panic o... | jan.nijtmans | 2018-03-15 | 1 | -1/+2 |
* | merge core-8-branch. Fully functioning now, including with the new vc-reform ... | jan.nijtmans | 2017-12-15 | 1 | -12/+1 |
* | 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 |
* | Better Windows console panic proc, still to be TIPped. | jan.nijtmans | 2013-03-30 | 1 | -0/+84 |