| Commit message (Expand) | Author | Age | Files | Lines |
* | TclWinConvertError -> Tcl_WinConvertError | jan.nijtmans | 2021-03-09 | 1 | -11/+11 |
|
|
* | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ... | jan.nijtmans | 2020-12-08 | 1 | -1/+1 |
|
|
* | Merge 8.6 | jan.nijtmans | 2020-09-28 | 1 | -7/+7 |
|\ |
|
| * | Make Tcl compile warning-free using -Wshadow | jan.nijtmans | 2020-09-28 | 1 | -7/+7 |
|
|
| * | Eliminate many unnecessary type-casts, mostly (size_t) when value is already ... | jan.nijtmans | 2020-08-11 | 1 | -1/+1 |
|
|
| * | Fix [ed29806baf]: Tcl_UtfToUniChar reads more than TCL_UTF_MAX bytes | jan.nijtmans | 2020-05-13 | 1 | -5/+5 |
|
|
| * | 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 | -13/+6 |
|
|
* | | Implement TIP #562: Deprecate channel types 1-4 | jan.nijtmans | 2020-02-28 | 1 | -6/+10 |
|\ \ |
|
| * | | Make Tcl_ChannelCloseProc() deprecated too. Implement close2Proc and wideSeek... | jan.nijtmans | 2020-01-31 | 1 | -6/+10 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2019-12-13 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Little code tweaks, regarding the use of TCL_UTF_MAX or wchar_t. | jan.nijtmans | 2019-12-12 | 1 | -1/+1 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2019-09-19 | 1 | -7/+7 |
|\ \ \
| |/ / |
|
| * | | Merge 8.6 | jan.nijtmans | 2019-09-19 | 1 | -4/+4 |
| |\ \
| | |/ |
|
| | * | Some more *A() -> *W() Win32 API changes, making Unicode calls Explicit. | jan.nijtmans | 2019-09-19 | 1 | -4/+4 |
|
|
| * | | Merge 8.6. Missing cast in Tcl_WinTCharToUtf() macro (when compiling without ... | jan.nijtmans | 2019-09-19 | 1 | -3/+3 |
| |\ \
| | |/ |
|
| | * | TCHAR -> WCHAR converions (and corresponding Win32 API call changes), since w... | jan.nijtmans | 2019-09-18 | 1 | -5/+5 |
|
|
* | | | Mark more function paramaters as unused. Now Tcl compiles fully (on UNIX and ... | jan.nijtmans | 2019-09-05 | 1 | -5/+12 |
|\ \ \
| |/ / |
|
| * | | Use *WChar* in stead of *Char16* functions on Windows, always. It's actually ... | jan.nijtmans | 2019-08-03 | 1 | -1/+1 |
|
|
* | | | Merge tip-548 (since using the *WChar* functions leads to less type-casts in ... | jan.nijtmans | 2019-08-03 | 1 | -1/+2 |
|\ \ \
| |/ / |
|
| * | | Rename UTF-related functions to "WChar" and "Char16" variants, more intuitive... | jan.nijtmans | 2019-07-11 | 1 | -1/+1 |
|
|
| * | | Improvement: always export both 16-bit and 32-bit UTF function | jan.nijtmans | 2019-07-05 | 1 | -1/+1 |
|
|
| * | | TIP #548: Deprecate Tcl_WinUtfToTChar() and Tcl_WinTCharToUtf() and provide m... | jan.nijtmans | 2019-06-03 | 1 | -1/+2 |
|
|
* | | | Merge 8.7. Continue implementation for win32 | jan.nijtmans | 2019-08-02 | 1 | -3/+7 |
|/ / |
|
* | | Merge 8.7, and fix build problem on Windows | jan.nijtmans | 2019-04-07 | 1 | -8/+8 |
|\ \ |
|
| * | | Improve parsing of -xchar option for serial channels: Allow full 8-bit range ... | jan.nijtmans | 2019-03-11 | 1 | -8/+8 |
|
|
* | | | Implement -closemode | dkf | 2019-03-27 | 1 | -5/+80 |
|/ / |
|
* | | Merge 8.6 | jan.nijtmans | 2018-11-22 | 1 | -2/+2 |
|\ \
| |/ |
|
* | | merge 8.7 | jan.nijtmans | 2017-12-06 | 1 | -1/+1 |
|\ \ |
|
| * | | Fix [8e1e31eac0fd6b6c4452bc108a98ab08c6b64588|8e1e31eac0]: lsort treats NUL c... | jan.nijtmans | 2017-11-30 | 1 | -1/+1 |
|
|
* | | | merge trunk | jan.nijtmans | 2017-06-12 | 1 | -77/+16 |
|\ \ \
| |/ / |
|
| * | | merge core-8-6-branch | jan.nijtmans | 2017-05-01 | 1 | -77/+16 |
| |\ \
| | |/ |
|
| | * | merge core-8-6-branch | jan.nijtmans | 2017-04-28 | 1 | -1/+1 |
| | |\ |
|
| | * | | code review, robustness increase, avoid infinite wait by exit, thread exit an... | sebres | 2017-04-11 | 1 | -109/+15 |
|
|
| | * | | the same handling to initialize thread without suspend/resume helpers (otherw... | sebres | 2017-04-05 | 1 | -3/+3 |
|
|
| | * | | small review: rewritten using already available event handles, additionally p... | sebres | 2017-04-05 | 1 | -18/+16 |
|
|
| | * | | Contributed by "stanko" as patch within 8bd13f07bde6fb0631f27927e36461fdefe8c... | sebres | 2017-04-05 | 1 | -3/+38 |
| | |/ |
|
* | | | merge trunk | jan.nijtmans | 2017-04-12 | 1 | -1/+1 |
|/ / |
|
* | | Simplify use of "struct" keyword in many places. | jan.nijtmans | 2016-06-30 | 1 | -2/+2 |
|/ |
|
* | Remove a number of eol-spaces. No change in functionality. | jan.nijtmans | 2014-11-14 | 1 | -1/+1 |
|
|
* | Do not reopen a win serial channel for serial detection. There are issues wit... | oehhar | 2014-02-25 | 1 | -10/+15 |
|\ |
|
| * | Do not reopen a win serial channel for serial detection. There are issues wit... | oehhar | 2014-02-24 | 1 | -10/+15 |
| |\ |
|
| | * | win/tclWinChan.c Tcl_InitNotifier: Bug [2413550] Avoid reopening of serial ch... | oehhar | 2014-01-30 | 1 | -10/+15 |
| |/ |
|
* | | 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 | -2/+0 |
|\ \
| |/ |
|
| * | Unbreak msvc builds, by depending on tclPort.h for inclusion of <sys/stat.h>. | jan.nijtmans | 2013-02-10 | 1 | -2/+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 |
|
|
* | | Don't use deprecated function | jan.nijtmans | 2012-11-16 | 1 | -1/+1 |
|
|
* | | fix two minor blunders, introduced by [1fb35ca910] | jan.nijtmans | 2012-08-06 | 1 | -2/+2 |
|
|