summaryrefslogtreecommitdiffstats
path: root/win/tclWinSerial.c
Commit message (Expand)AuthorAgeFilesLines
* Simpler commenting of Tcl_ChannelType instances; make zip channel type constdkf2024-06-091-16/+16
* Space before tab is an extremely unlikely to be correct indentation patterndkf2024-06-041-1/+1
* Backout the "dullest commit ever" (not my words ....). It breaks the build. jan.nijtmans2024-05-141-9/+9
* Clean up a lot of small whitespace issues dkf2024-05-131-9/+9
* More whitespace cleanupdkf2024-05-101-2/+0
* Fix [6811a00819]: lsearch performance degradation on Tcl 8.6.11 release (than...jan.nijtmans2024-03-201-2/+2
|\
| * Fix [6811a00819]: lsearch performance degradation on Tcl 8.6.11 release (than...jan.nijtmans2024-03-201-2/+2
| |\
* | \ Few more spacing/formatting tweaksjan.nijtmans2024-03-201-11/+11
|\ \ \ | |/ /
| * | (backport) more spacing/formatting tweaks. For now, macosx/unix/win only.jan.nijtmans2024-03-201-29/+29
| * | (cherry-pick) Reduce the number of warnings on Windows: channel names generat...jan.nijtmans2024-02-161-2/+1
* | | Reduce the number of warnings on Windows: channel names generated in one placedkf2024-02-161-2/+1
* | | Fix incorrect Tcl_UtfNcasecmp() usage (since len is in bytes, not characters ...jan.nijtmans2023-12-301-3/+3
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2023-12-291-13/+13
| |\ \ | | |/
| | * Correct spelling errors in comments and documentation, but also non-comment pooryorick2023-04-121-5/+5
* | | Merge 8.7jan.nijtmans2023-10-191-10/+10
|\ \ \ | |/ /
| * | Handle sentinels for any C++ compilerjan.nijtmans2023-10-171-10/+10
| * | int -> Tcl_Size and other (internal) signature improvements. Most of them bac...jan.nijtmans2023-05-191-9/+10
* | | Merge trunkapnadkarni2023-04-141-5/+5
|\ \ \
| * \ \ Correct spelling errors in comments and documentation, but also a non-comment...pooryorick2023-04-121-5/+5
| |\ \ \ | | |/ /
| | * | Correct spelling errors in comments and documentation, but also a non-comment pooryorick2023-04-121-5/+5
* | | | Follow-up to previous commit: Let's not break TIP #627 either. Also adapt doc...jan.nijtmans2023-04-131-2/+2
|/ / /
* | | Merge 8.7jan.nijtmans2023-04-051-1/+1
|\ \ \ | |/ /
| * | Make sure that infoPtr->validMask only contains TCL_READABLE|TCL_WRITABLE|TCL...jan.nijtmans2023-04-051-1/+1
* | | Merge 8.7jan.nijtmans2023-03-301-8/+8
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2023-03-301-8/+8
| |\ \ | | |/
| | * Fix [0cb3554903]: macOS 13 SDK deprecates sprintf(). But better not use it on...jan.nijtmans2023-03-301-13/+14
| | * Merge 8.5 (rename internal TCL_I_MODIFIER -> TCL_Z_MODIFIER)jan.nijtmans2020-10-221-1/+1
| | |\
| | | * (cherry-pick): Fix [c975939973]: Usage of gnu_printf in latest mingw-w64. jan.nijtmans2020-10-221-2/+2
| * | | TIP #646: Change -eofchar handling (Tcl 8.7 part)jan.nijtmans2022-10-261-1/+1
* | | | More -Wconversion warning fixesjan.nijtmans2023-03-081-33/+33
* | | | Merge 9.0. Change the default -eofchar on Windowsjan.nijtmans2022-10-171-6/+0
* | | | Merge 8.7jan.nijtmans2022-07-191-5/+5
|\ \ \ \ | |/ / /
| * | | Make a start converting -1 -> TCL_INDEX_NONE where appropriatejan.nijtmans2022-07-191-5/+5
* | | | 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
| |\ \ \