summaryrefslogtreecommitdiffstats
path: root/win/tclWinConsole.c
Commit message (Expand)AuthorAgeFilesLines
* 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.nijtmans2020-08-121-4/+7
|\ \ | |/
| * Merge 8.6. Better solution for [e87000d842]jan.nijtmans2020-08-121-4/+7
| |\
* | \ Merge 8.7jan.nijtmans2020-08-111-7/+4
|\ \ \ | |/ /
| * | Fix [e87000d842]: crash for "fconfigure stdout" in Win32jan.nijtmans2020-08-111-7/+4
| |\ \ | | |/
| | * Eliminate many unnecessary type-casts, mostly (size_t) when value is already ...jan.nijtmans2020-08-111-3/+3
| | * Implement WideSeekProc() for all channels which have a SeekProc(). Implement ...jan.nijtmans2020-03-041-2/+16
* | | merge 8.7dgp2020-03-091-14/+6
|\ \ \ | |/ /
| * | TCL_UNUSED for win sources.dgp2020-03-091-14/+6
* | | Merge 8.7jan.nijtmans2020-02-281-4/+9
|\ \ \ | |/ /
| * | Implement TIP #562: Deprecate channel types 1-4jan.nijtmans2020-02-281-4/+9
| |\ \
| | * | Make Tcl_ChannelCloseProc() deprecated too. Implement close2Proc and wideSeek...jan.nijtmans2020-01-311-4/+10
* | | | Merge 8.7jan.nijtmans2020-02-281-20/+28
|\ \ \ \ | |/ / /
| * | | Merge 8.7jan.nijtmans2020-01-071-1/+1
| |\ \ \ | | |/ /
| * | | More Win32 API impovals.jan.nijtmans2019-09-201-2/+2
| * | | Merge 8.7jan.nijtmans2019-09-191-3/+3
| |\ \ \
| * \ \ \ Mark more function paramaters as unused. Now Tcl compiles fully (on UNIX and ...jan.nijtmans2019-09-051-5/+13
| |\ \ \ \
| * | | | | Merge 8.7. Continue implementation for win32jan.nijtmans2019-08-021-15/+15
| |/ / / /
* | | | | Merge 8.7jan.nijtmans2020-01-071-1/+1
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | One more place where the (deprecated) "unicode" encoding was still used.jan.nijtmans2020-01-071-1/+1
* | | | | Merge 8.7jan.nijtmans2019-09-201-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | Merge 8.6jan.nijtmans2019-09-201-2/+2
| |\ \ \ \ | | |_|/ / | |/| | / | | | |/ | | |/|
| | * | Let's use GetWindowLongW/SetWindowLongW on Win32 directly. Missed them becaus...jan.nijtmans2019-09-201-6/+4
* | | | Merge 8.7jan.nijtmans2019-09-191-3/+3
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2019-09-191-3/+3
| |\ \ \ | | |/ / | | | / | | |/ | |/|
| | * Some more *A() -> *W() Win32 API changes, making Unicode calls Explicit.jan.nijtmans2019-09-191-7/+3
| | * TCHAR -> WCHAR converions (and corresponding Win32 API call changes), since w...jan.nijtmans2019-09-181-6/+6
* | | Merge 8.7jan.nijtmans2019-06-291-8/+6
|\ \ \ | |/ /
| * | Code cleanup, like TCHAR -> WCHAR and TEXT("xxx") -> L"xxx", since we alway...jan.nijtmans2019-06-291-8/+6
* | | merge 8.7dkf2019-04-191-6/+235
|\ \ \ | |/ /
| * | Merge 8.7, and fix build problem on Windowsjan.nijtmans2019-04-071-4/+5
| |\ \
| | * | More use of (efficient) TclHasIntRep() macro. Also eliminate many (size_t) an...jan.nijtmans2019-02-271-3/+3
| * | | Support -winsize read-only optiondkf2019-03-291-2/+29
| * | | Oopsdkf2019-03-291-0/+1
| * | | Partial implementation on Windows. UNTESTEDdkf2019-03-271-6/+206
| |/ /
* | | merge trunkjan.nijtmans2018-10-041-3/+3
|\ \ \ | |/ /
* | | Change ckalloc and friends to Tcl_Alloc and friends. Add two defines, TCL_IO_...jan.nijtmans2018-09-011-6/+6
|/ /
* | Since Tcl is always compiled with -DUNICODE -D_UNICODE (on Windows) and we kn...jan.nijtmans2018-06-261-4/+0
* | merge trunkjan.nijtmans2017-06-121-150/+75
|\ \
| * \ merge core-8-6-branchjan.nijtmans2017-05-011-149/+74
| |\ \ | | |/
| | * merge core-8-6-branchjan.nijtmans2017-04-281-3/+3
| | |\
| | * | code review, robustness increase, avoid infinite wait by exit, thread exit an...sebres2017-04-111-206/+75
| | * | fix typo- resp. copy-paste-bug (using wrong threadInfo pointer in ConsoleOutp...sebres2017-04-111-1/+1
| | * | the same handling to initialize thread without suspend/resume helpers (otherw...sebres2017-04-051-7/+5
| | * | small review: rewritten using already available event handles, additionally p...sebres2017-04-051-23/+32
| | * | Contributed by "stanko" as patch within 8bd13f07bde6fb0631f27927e36461fdefe8c...sebres2017-04-051-2/+51
| | |/
| * | merge core-8-6-branchjan.nijtmans2017-04-281-1/+1
| |\ \
| | * | (cherry-pick from "fix-1997007" branch): fix typo- resp. copy-paste-bug (usin...jan.nijtmans2017-04-281-1/+1
| | |/
* | | merge trunkjan.nijtmans2017-04-121-1/+1
|/ /