| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 8.7, and fix build problem on Windows | jan.nijtmans | 2019-04-07 | 1 | -4/+5 |
|\ |
|
| * | More use of (efficient) TclHasIntRep() macro. Also eliminate many (size_t) an... | jan.nijtmans | 2019-02-27 | 1 | -3/+3 |
|
|
* | | Support -winsize read-only option | dkf | 2019-03-29 | 1 | -2/+29 |
|
|
* | | Oops | dkf | 2019-03-29 | 1 | -0/+1 |
|
|
* | | Partial implementation on Windows. UNTESTED | dkf | 2019-03-27 | 1 | -6/+206 |
|/ |
|
* | Since Tcl is always compiled with -DUNICODE -D_UNICODE (on Windows) and we kn... | jan.nijtmans | 2018-06-26 | 1 | -4/+0 |
|
|
* | merge trunk | jan.nijtmans | 2017-06-12 | 1 | -150/+75 |
|\ |
|
| * | merge core-8-6-branch | jan.nijtmans | 2017-05-01 | 1 | -149/+74 |
| |\ |
|
| | * | merge core-8-6-branch | jan.nijtmans | 2017-04-28 | 1 | -3/+3 |
| | |\ |
|
| | * | | code review, robustness increase, avoid infinite wait by exit, thread exit an... | sebres | 2017-04-11 | 1 | -206/+75 |
|
|
| | * | | fix typo- resp. copy-paste-bug (using wrong threadInfo pointer in ConsoleOutp... | sebres | 2017-04-11 | 1 | -1/+1 |
|
|
| | * | | the same handling to initialize thread without suspend/resume helpers (otherw... | sebres | 2017-04-05 | 1 | -7/+5 |
|
|
| | * | | small review: rewritten using already available event handles, additionally p... | sebres | 2017-04-05 | 1 | -23/+32 |
|
|
| | * | | Contributed by "stanko" as patch within 8bd13f07bde6fb0631f27927e36461fdefe8c... | sebres | 2017-04-05 | 1 | -2/+51 |
| | |/ |
|
| * | | merge core-8-6-branch | jan.nijtmans | 2017-04-28 | 1 | -1/+1 |
| |\ \ |
|
| | * | | (cherry-pick from "fix-1997007" branch): fix typo- resp. copy-paste-bug (usin... | jan.nijtmans | 2017-04-28 | 1 | -1/+1 |
| | |/ |
|
* | | | merge trunk | jan.nijtmans | 2017-04-12 | 1 | -1/+1 |
|/ / |
|
* | | Simplify use of "struct" keyword in many places. | jan.nijtmans | 2016-06-30 | 1 | -3/+3 |
|/ |
|
* | Registry extension 1.3.0 -> 1.3.1: SendMessageTimeoutA -> SendMessageTimeout,... | jan.nijtmans | 2015-06-23 | 1 | -1/+1 |
|
|
* | Ticket [e66e444440]. Modified ReadConsoleBytes to handle Ctrl-C / Ctrl-Break
| ashok | 2015-03-19 | 1 | -2/+14 |
|
|
* | Remove a number of eol-spaces. No change in functionality. | jan.nijtmans | 2014-11-14 | 1 | -1/+1 |
|
|
* | Added comments raising questions about possible updates to channel | dgp | 2014-03-21 | 1 | -0/+7 |
|
|
* | Map WSAEWOULDBLOCK to EWOULDBLOCK. Suggested by Reinhard Max. | jan.nijtmans | 2013-11-16 | 1 | -2/+2 |
|
|
* | Unbreak msvc builds, by depending on tclPort.h for inclusion of <sys/stat.h> | jan.nijtmans | 2013-02-10 | 1 | -1/+0 |
|\ |
|
| * | Unbreak msvc builds, by depending on tclPort.h for inclusion of <sys/stat.h>. | jan.nijtmans | 2013-02-10 | 1 | -1/+0 |
|
|
| * | and don't forget the % | jan.nijtmans | 2012-07-08 | 1 | -1/+1 |
|
|
| * | add TCL_I_MODIFIER and use it in the correct places | jan.nijtmans | 2012-07-08 | 1 | -1/+1 |
|
|
| * | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-16 | 1 | -1/+1 |
| |\ |
|
| | * | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-15 | 1 | -3/+1 |
|
|
* | | | win/tclWinConsole.c: Refactor common thread handling patterns. | dkf | 2011-11-11 | 1 | -209/+228 |
|
|
* | | | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-09 | 1 | -3/+1 |
|\ \ \
| |/ / |
|
| * | | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-09 | 1 | -3/+1 |
|
|
* | | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts in | dkf | 2011-03-12 | 1 | -4/+4 |
|
|
* | | | MSVC 6 does not have the %I modifier in sprintf | jan.nijtmans | 2011-03-07 | 1 | -1/+1 |
|
|
* | | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -2/+0 |
|\ \ \
| |/ / |
|
| * | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
| |\ \
| | |/ |
|
| | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
|
|
| | * | compiler warning build break fix | Joe Mistachkin | 2009-11-02 | 1 | -2/+2 |
|
|
| | * | * win/tclWinConsole.c: revert 2005-11-03 [Patch 1256872] change | hobbs | 2006-03-28 | 1 | -76/+9 |
|
|
| | * | * win/tclWin32Dll.c: Backported Anton Kovalenko's patch #1256872 | patthoyts | 2005-11-03 | 1 | -9/+76 |
|
|
| | * | TIP#218 IMPLEMENTATION | andreas_kupries | 2005-01-27 | 1 | -11/+69 |
|
|
| * | | installData.tcl: Make sure that copyDir only receives normalized paths. | nijtmans | 2010-05-21 | 1 | -2/+2 |
|
|
* | | | Fix various gcc-4.5.2 64-bit warning messages, | nijtmans | 2011-01-25 | 1 | -2/+2 |
|
|
* | | | Various clean-ups, converting from tclWinProc->xxxProc directly to Xxx | nijtmans | 2010-09-13 | 1 | -12/+10 |
|
|
* | | | Unnecessary type casts, See Tcl [Patch #2997087] | nijtmans | 2010-05-11 | 1 | -2/+2 |
|
|
* | | | Fix TCL_LL_MODIFIER for Cygwin | nijtmans | 2010-01-13 | 1 | -3/+1 |
|
|
* | | | * win/tclWinDde.c: VC++ 6.0 doesn't have | nijtmans | 2010-01-10 | 1 | -3/+3 |
|
|
* | | | Eliminate various gcc warnings (in -Wextra mode) | nijtmans | 2009-11-18 | 1 | -2/+2 |
|
|
* | | | Get rid of pre-C89-isms (esp. CONST vs const). | dkf | 2008-04-27 | 1 | -4/+4 |
|/ / |
|
* | | * doc/CrtChannel.3: Added TCL_CHANNEL_VERSION_5, made it | andreas_kupries | 2006-03-27 | 1 | -2/+3 |
|
|