summaryrefslogtreecommitdiffstats
path: root/win/tclWinSerial.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2020-09-281-7/+7
|\
| * Make Tcl compile warning-free using -Wshadowjan.nijtmans2020-09-281-7/+7
| * Eliminate many unnecessary type-casts, mostly (size_t) when value is already ...jan.nijtmans2020-08-111-1/+1
| * Fix [ed29806baf]: Tcl_UtfToUniChar reads more than TCL_UTF_MAX bytesjan.nijtmans2020-05-131-5/+5
| * Implement WideSeekProc() for all channels which have a SeekProc(). Implement ...jan.nijtmans2020-03-041-2/+16
* | TCL_UNUSED for win sources.dgp2020-03-091-13/+6
* | Implement TIP #562: Deprecate channel types 1-4jan.nijtmans2020-02-281-6/+10
|\ \
| * | Make Tcl_ChannelCloseProc() deprecated too. Implement close2Proc and wideSeek...jan.nijtmans2020-01-311-6/+10
* | | Merge 8.7jan.nijtmans2019-12-131-1/+1
|\ \ \ | |/ /
| * | Little code tweaks, regarding the use of TCL_UTF_MAX or wchar_t.jan.nijtmans2019-12-121-1/+1
* | | Merge 8.7jan.nijtmans2019-09-191-7/+7
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2019-09-191-4/+4
| |\ \ | | |/
| | * Some more *A() -> *W() Win32 API changes, making Unicode calls Explicit.jan.nijtmans2019-09-191-4/+4
| * | Merge 8.6. Missing cast in Tcl_WinTCharToUtf() macro (when compiling without ...jan.nijtmans2019-09-191-3/+3
| |\ \ | | |/
| | * TCHAR -> WCHAR converions (and corresponding Win32 API call changes), since w...jan.nijtmans2019-09-181-5/+5
* | | Mark more function paramaters as unused. Now Tcl compiles fully (on UNIX and ...jan.nijtmans2019-09-051-5/+12
|\ \ \ | |/ /
| * | Use *WChar* in stead of *Char16* functions on Windows, always. It's actually ...jan.nijtmans2019-08-031-1/+1
* | | Merge tip-548 (since using the *WChar* functions leads to less type-casts in ...jan.nijtmans2019-08-031-1/+2
|\ \ \ | |/ /
| * | Rename UTF-related functions to "WChar" and "Char16" variants, more intuitive...jan.nijtmans2019-07-111-1/+1
| * | Improvement: always export both 16-bit and 32-bit UTF functionjan.nijtmans2019-07-051-1/+1
| * | TIP #548: Deprecate Tcl_WinUtfToTChar() and Tcl_WinTCharToUtf() and provide m...jan.nijtmans2019-06-031-1/+2
* | | Merge 8.7. Continue implementation for win32jan.nijtmans2019-08-021-3/+7
|/ /
* | Merge 8.7, and fix build problem on Windowsjan.nijtmans2019-04-071-8/+8
|\ \
| * | Improve parsing of -xchar option for serial channels: Allow full 8-bit range ...jan.nijtmans2019-03-111-8/+8
* | | Implement -closemodedkf2019-03-271-5/+80
|/ /
* | Merge 8.6jan.nijtmans2018-11-221-2/+2
|\ \ | |/
* | merge 8.7jan.nijtmans2017-12-061-1/+1
|\ \
| * | Fix [8e1e31eac0fd6b6c4452bc108a98ab08c6b64588|8e1e31eac0]: lsort treats NUL c...jan.nijtmans2017-11-301-1/+1
* | | merge trunkjan.nijtmans2017-06-121-77/+16
|\ \ \ | |/ /
| * | merge core-8-6-branchjan.nijtmans2017-05-011-77/+16
| |\ \ | | |/
| | * merge core-8-6-branchjan.nijtmans2017-04-281-1/+1
| | |\
| | * | code review, robustness increase, avoid infinite wait by exit, thread exit an...sebres2017-04-111-109/+15
| | * | the same handling to initialize thread without suspend/resume helpers (otherw...sebres2017-04-051-3/+3
| | * | small review: rewritten using already available event handles, additionally p...sebres2017-04-051-18/+16
| | * | Contributed by "stanko" as patch within 8bd13f07bde6fb0631f27927e36461fdefe8c...sebres2017-04-051-3/+38
| | |/
* | | merge trunkjan.nijtmans2017-04-121-1/+1
|/ /
* | Simplify use of "struct" keyword in many places.jan.nijtmans2016-06-301-2/+2
|/
* Remove a number of eol-spaces. No change in functionality.jan.nijtmans2014-11-141-1/+1
* Do not reopen a win serial channel for serial detection. There are issues wit...oehhar2014-02-251-10/+15
|\
| * Do not reopen a win serial channel for serial detection. There are issues wit...oehhar2014-02-241-10/+15
| |\
| | * win/tclWinChan.c Tcl_InitNotifier: Bug [2413550] Avoid reopening of serial ch...oehhar2014-01-301-10/+15
| |/
* | 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-2/+0
|\ \ | |/
| * Unbreak msvc builds, by depending on tclPort.h for inclusion of <sys/stat.h>.jan.nijtmans2013-02-101-2/+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
* | Don't use deprecated functionjan.nijtmans2012-11-161-1/+1
* | fix two minor blunders, introduced by [1fb35ca910]jan.nijtmans2012-08-061-2/+2
* | Final part of result generation conversion (modulo any minor blunders)dkf2012-08-051-81/+62
* | Revert some cygwin-related signature changes from [835f8e1e9d] (2010-01-22).jan.nijtmans2012-03-231-1/+1
|\ \ | |/