summaryrefslogtreecommitdiffstats
path: root/win/tclWinSerial.c
Commit message (Collapse)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
| | | JN: Many of those changes are actually good, but there are too many changes to be able to search for a bug somewhere. Feel free to re-apply, after assuring it's really only whitespace changes. (my advise: do that after 9.0b2)
* Clean up a lot of small whitespace issues dkf2024-05-131-9/+9
| | | This is the dullest commit ever. Sorry.
* More whitespace cleanupdkf2024-05-101-2/+0
|
* Fix [6811a00819]: lsearch performance degradation on Tcl 8.6.11 release ↵jan.nijtmans2024-03-201-2/+2
|\ | | | | | | (thanks, Sergey!)
| * Fix [6811a00819]: lsearch performance degradation on Tcl 8.6.11 release ↵jan.nijtmans2024-03-201-2/+2
| |\ | | | | | | | | | (thanks, Sergey!)
* | \ 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 ↵jan.nijtmans2024-02-161-2/+1
| | | | | | | | | | | | generated in one place
* | | 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
|\ \ \ | |/ / | | | | | | here)
| * | Merge 8.6jan.nijtmans2023-12-291-13/+13
| |\ \ | | |/
| | * Correct spelling errors in comments and documentation, but also non-comment pooryorick2023-04-121-5/+5
| | | | | | | | | corrections in history.tcl and tcltest.test.
* | | 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 ↵jan.nijtmans2023-05-191-9/+10
| | | | | | | | | | | | backported from 9.0
* | | Merge trunkapnadkarni2023-04-141-5/+5
|\ \ \
| * \ \ Correct spelling errors in comments and documentation, but also a ↵pooryorick2023-04-121-5/+5
| |\ \ \ | | |/ / | | | | | | | | non-comment corrections in history.tcl and tcltest.test.
| | * | Correct spelling errors in comments and documentation, but also a non-comment pooryorick2023-04-121-5/+5
| | | | | | | | | | | | corrections in history.tcl and tcltest.test.
* | | | Follow-up to previous commit: Let's not break TIP #627 either. Also adapt ↵jan.nijtmans2023-04-131-2/+2
|/ / / | | | | | | | | | documentation (will be needed to be done anyway)
* | | Merge 8.7jan.nijtmans2023-04-051-1/+1
|\ \ \ | |/ /
| * | Make sure that infoPtr->validMask only contains ↵jan.nijtmans2023-04-051-1/+1
| | | | | | | | | | | | TCL_READABLE|TCL_WRITABLE|TCL_EXCEPTION, no other flags
* | | 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 ↵jan.nijtmans2023-03-301-13/+14
| | | | | | | | | | | | on other platforms either.
| | * 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
| | | | | | | | | | | | Change (internal, windows-only) TCL_I_MODIFIER to TCL_Z_MODIFIER, since that's how it's called in Tcl 8.7 and up
| * | | 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
| | | | | | | | | | | | | | | | C sources can now use UTF-8, as far as gcc/clang/msvc support it. Not used yet
* | | | 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
| | | | | | | | | | | | | | | | size_t or int
| | * | 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
| | | | | | | | | | | | | | | | | | | | Close2Proc() for all channels, as minimal wrapper around CloseProc(). Backported (with comments) and adapted from core-8-branch.
* | | | 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
| |\ \ \