summaryrefslogtreecommitdiffstats
path: root/win/tclWinSerial.c
Commit message (Expand)AuthorAgeFilesLines
* TIP #616: Tcl lists > 2^31 elementsjan.nijtmans2022-06-081-6/+7
|\
| * More WIPjan.nijtmans2022-01-261-1/+2
| * More work in progressjan.nijtmans2022-01-241-1/+1
|/
* Merge 8.7jan.nijtmans2021-04-081-11/+11
|\
| * TclWinConvertError -> Tcl_WinConvertErrorjan.nijtmans2021-03-091-11/+11
* | Merge 8.7jan.nijtmans2020-12-081-1/+1
|\ \ | |/
| * Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-1/+1
* | Merge 8.7jan.nijtmans2020-09-281-7/+7
|\ \ | |/
| * 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
* | | merge 8.7dgp2020-03-091-13/+6
|\ \ \ | |/ /
| * | TCL_UNUSED for win sources.dgp2020-03-091-13/+6
* | | Merge 8.7jan.nijtmans2020-02-281-6/+10
|\ \ \ | |/ /
| * | 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.nijtmans2020-02-281-8/+19
|\ \ \ \ | |/ / /
| * | | Merge 8.7jan.nijtmans2019-12-131-1/+1
| |\ \ \ | | |/ /
| * | | Merge 8.7jan.nijtmans2019-09-191-7/+7
| |\ \ \
| * \ \ \ Mark more function paramaters as unused. Now Tcl compiles fully (on UNIX and ...jan.nijtmans2019-09-051-5/+12
| |\ \ \ \
| * \ \ \ \ Merge tip-548 (since using the *WChar* functions leads to less type-casts in ...jan.nijtmans2019-08-031-1/+2
| |\ \ \ \ \
| * | | | | | Merge 8.7. Continue implementation for win32jan.nijtmans2019-08-021-3/+7
* | | | | | | Merge 8.7jan.nijtmans2019-12-121-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
* | | | | Merge 8.7jan.nijtmans2019-09-141-1/+2
|\ \ \ \ \ | |/ / / /
| * | | | Use *WChar* in stead of *Char16* functions on Windows, always. It's actually ...jan.nijtmans2019-08-031-1/+1
| | |_|/ | |/| |
| * | | 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.7dkf2019-04-191-5/+80
|\ \ \ | |/ /
| * | Merge 8.7, and fix build problem on Windowsjan.nijtmans2019-04-071-8/+8
| |\ \
| * | | Implement -closemodedkf2019-03-271-5/+80
* | | | Eliminate many (mostly harmless) MSVC warning messages. Tcl 9 compiles warnin...jan.nijtmans2019-03-131-5/+5
* | | | Merge 8.7jan.nijtmans2019-03-111-8/+8
|\ \ \ \ | | |/ / | |/| |
| * | | Improve parsing of -xchar option for serial channels: Allow full 8-bit range ...jan.nijtmans2019-03-111-8/+8
| |/ /
* | | Merge 8.7jan.nijtmans2018-11-221-1/+1
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2018-11-221-2/+2
| |\ \ | | |/
* | | merge trunkjan.nijtmans2018-10-041-1/+1
|\ \ \ | |/ /
* | | Change ckalloc and friends to Tcl_Alloc and friends. Add two defines, TCL_IO_...jan.nijtmans2018-09-011-11/+11
|/ /
* | 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
| |\ \ | | |/