| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | Implement TIP #562: Deprecate channel types 1-4 | jan.nijtmans | 2020-02-28 | 1 | -4/+9 |
| |\ \ \ |
|
| | * | | | Make Tcl_ChannelCloseProc() deprecated too. Implement close2Proc and wideSeek... | jan.nijtmans | 2020-01-31 | 1 | -4/+10 |
|
|
* | | | | | Merge 8.7 | jan.nijtmans | 2020-02-28 | 1 | -20/+28 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | Merge 8.7 | jan.nijtmans | 2020-01-07 | 1 | -1/+1 |
| |\ \ \ \
| | |/ / / |
|
| * | | | | More Win32 API impovals. | jan.nijtmans | 2019-09-20 | 1 | -2/+2 |
|
|
| * | | | | Merge 8.7 | jan.nijtmans | 2019-09-19 | 1 | -3/+3 |
| |\ \ \ \ |
|
| * \ \ \ \ | Mark more function paramaters as unused. Now Tcl compiles fully (on UNIX and ... | jan.nijtmans | 2019-09-05 | 1 | -5/+13 |
| |\ \ \ \ \ |
|
| * | | | | | | Merge 8.7. Continue implementation for win32 | jan.nijtmans | 2019-08-02 | 1 | -15/+15 |
| |/ / / / / |
|
* | | | | | | Merge 8.7 | jan.nijtmans | 2020-01-07 | 1 | -1/+1 |
|\ \ \ \ \ \
| | |_|/ / /
| |/| | | | |
|
| * | | | | | One more place where the (deprecated) "unicode" encoding was still used. | jan.nijtmans | 2020-01-07 | 1 | -1/+1 |
|
|
* | | | | | | Merge 8.7 | jan.nijtmans | 2019-09-20 | 1 | -2/+2 |
|\ \ \ \ \ \
| |/ / / / / |
|
| * | | | | | Merge 8.6 | jan.nijtmans | 2019-09-20 | 1 | -2/+2 |
| |\ \ \ \ \
| | |_|/ / /
| |/| | / /
| | | |/ /
| | |/| | |
|
| | * | | | Let's use GetWindowLongW/SetWindowLongW on Win32 directly. Missed them becaus... | jan.nijtmans | 2019-09-20 | 1 | -6/+4 |
|
|
* | | | | | Merge 8.7 | jan.nijtmans | 2019-09-19 | 1 | -3/+3 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | Merge 8.6 | jan.nijtmans | 2019-09-19 | 1 | -3/+3 |
| |\ \ \ \
| | |/ / /
| | | / /
| | |/ /
| |/| | |
|
| | * | | Some more *A() -> *W() Win32 API changes, making Unicode calls Explicit. | jan.nijtmans | 2019-09-19 | 1 | -7/+3 |
|
|
| | * | | TCHAR -> WCHAR converions (and corresponding Win32 API call changes), since w... | jan.nijtmans | 2019-09-18 | 1 | -6/+6 |
|
|
* | | | | Merge 8.7 | jan.nijtmans | 2019-06-29 | 1 | -8/+6 |
|\ \ \ \
| |/ / / |
|
| * | | | Code cleanup, like TCHAR -> WCHAR and TEXT("xxx") -> L"xxx", since we alway... | jan.nijtmans | 2019-06-29 | 1 | -8/+6 |
|
|
* | | | | merge 8.7 | dkf | 2019-04-19 | 1 | -6/+235 |
|\ \ \ \
| |/ / / |
|
| * | | | 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 |
| |/ / / |
|
* | | | | merge trunk | jan.nijtmans | 2018-10-04 | 1 | -3/+3 |
|\ \ \ \
| |/ / / |
|
* | | | | Change ckalloc and friends to Tcl_Alloc and friends. Add two defines, TCL_IO_... | jan.nijtmans | 2018-09-01 | 1 | -6/+6 |
|/ / / |
|
* | | | 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 |
| |\ |
|