| Commit message (Expand) | Author | Age | Files | Lines |
* | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ... | jan.nijtmans | 2020-12-08 | 1 | -1/+1 |
|
|
* | Merge 8.6. Better solution for [e87000d842] | jan.nijtmans | 2020-08-12 | 1 | -4/+7 |
|\ |
|
* \ | Fix [e87000d842]: crash for "fconfigure stdout" in Win32 | jan.nijtmans | 2020-08-11 | 1 | -7/+4 |
|\ \
| |/ |
|
| * | Eliminate many unnecessary type-casts, mostly (size_t) when value is already ... | jan.nijtmans | 2020-08-11 | 1 | -3/+3 |
|
|
| * | Implement WideSeekProc() for all channels which have a SeekProc(). Implement ... | jan.nijtmans | 2020-03-04 | 1 | -2/+16 |
|
|
* | | TCL_UNUSED for win sources. | dgp | 2020-03-09 | 1 | -14/+6 |
|
|
* | | 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-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.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 |
|
|
* | | | More Win32 API impovals. | jan.nijtmans | 2019-09-20 | 1 | -2/+2 |
|
|
* | | | 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 |
|
|
* | | | 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 |
|/ / |
|
* | | Code cleanup, like TCHAR -> WCHAR and TEXT("xxx") -> L"xxx", since we alway... | jan.nijtmans | 2019-06-29 | 1 | -8/+6 |
|
|
* | | 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 |
|
|