summaryrefslogtreecommitdiffstats
path: root/win/tclWinConsole.c
Commit message (Expand)AuthorAgeFilesLines
* 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.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
* | Code cleanup, like TCHAR -> WCHAR and TEXT("xxx") -> L"xxx", since we alway...jan.nijtmans2019-06-291-8/+6
* | 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
|/ /
* | 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
|/ /
* | Simplify use of "struct" keyword in many places.jan.nijtmans2016-06-301-3/+3
|/
* Registry extension 1.3.0 -> 1.3.1: SendMessageTimeoutA -> SendMessageTimeout,...jan.nijtmans2015-06-231-1/+1
* Ticket [e66e444440]. Modified ReadConsoleBytes to handle Ctrl-C / Ctrl-Break ashok2015-03-191-2/+14
* Remove a number of eol-spaces. No change in functionality.jan.nijtmans2014-11-141-1/+1
* Added comments raising questions about possible updates to channeldgp2014-03-211-0/+7
* Map WSAEWOULDBLOCK to EWOULDBLOCK. Suggested by Reinhard Max.jan.nijtmans2013-11-161-2/+2
* Unbreak msvc builds, by depending on tclPort.h for inclusion of <sys/stat.h>jan.nijtmans2013-02-101-1/+0
|\
| * Unbreak msvc builds, by depending on tclPort.h for inclusion of <sys/stat.h>.jan.nijtmans2013-02-101-1/+0
| * and don't forget the %jan.nijtmans2012-07-081-1/+1
| * add TCL_I_MODIFIER and use it in the correct placesjan.nijtmans2012-07-081-1/+1
| * [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-161-1/+1
| |\
| | * [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-151-3/+1
* | | win/tclWinConsole.c: Refactor common thread handling patterns.dkf2011-11-111-209/+228
* | | [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-091-3/+1
|\ \ \ | |/ /
| * | [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-091-3/+1
* | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts indkf2011-03-121-4/+4
* | | MSVC 6 does not have the %I modifier in sprintfjan.nijtmans2011-03-071-1/+1
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\ \ \ | |/ /
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
| |\ \ | | |/
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| | * compiler warning build break fixJoe Mistachkin2009-11-021-2/+2
| | * * win/tclWinConsole.c: revert 2005-11-03 [Patch 1256872] changehobbs2006-03-281-76/+9
| | * * win/tclWin32Dll.c: Backported Anton Kovalenko's patch #1256872patthoyts2005-11-031-9/+76
| | * TIP#218 IMPLEMENTATIONandreas_kupries2005-01-271-11/+69
| * | installData.tcl: Make sure that copyDir only receives normalized paths.nijtmans2010-05-211-2/+2
* | | Fix various gcc-4.5.2 64-bit warning messages,nijtmans2011-01-251-2/+2
* | | Various clean-ups, converting from tclWinProc->xxxProc directly to Xxxnijtmans2010-09-131-12/+10