summaryrefslogtreecommitdiffstats
path: root/win/tclWinChan.c
Commit message (Expand)AuthorAgeFilesLines
* New (internal) macro TclAttemptInitStringRep()jan.nijtmans2023-06-021-1/+1
* Let's see if this helpsjan.nijtmans2023-05-301-4/+4
* int -> Tcl_Size, for full Tcl 9 supportjan.nijtmans2023-05-291-1/+1
* merge core-8-branchdkf2023-05-241-16/+18
|\
| * Correct spelling errors in comments and documentation, but also a non-comment pooryorick2023-04-121-2/+2
| * Make sure that infoPtr->validMask only contains TCL_READABLE|TCL_WRITABLE|TCL...jan.nijtmans2023-04-051-3/+3
| * Merge 8.6jan.nijtmans2023-03-311-5/+7
| |\
| | * Rename TclWinOpenFileChannel to OpenFileChannel, because it's static now.jan.nijtmans2023-03-311-6/+6
| | * Fix [0cb3554903]: macOS 13 SDK deprecates sprintf(). But better not use it on...jan.nijtmans2023-03-301-1/+4
| * | One more snprintfjan.nijtmans2023-03-301-1/+1
| * | Merge 8.6jan.nijtmans2023-03-071-3/+3
| |\ \ | | |/
| | * Fix a few -Wconversion warningsjan.nijtmans2023-03-071-21/+26
| | * 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-8/+8
| * | | TIP #646: Change -eofchar handling (Tcl 8.7 part)jan.nijtmans2022-10-261-2/+2
* | | | Make tclWinChan.c compile again, fixing obvious implementation problems. Not ...jan.nijtmans2021-06-291-6/+4
* | | | First attempt at Windows implementation.dkf2021-06-191-1/+204
|/ / /
* | | TclWinConvertError -> Tcl_WinConvertErrorjan.nijtmans2021-03-091-12/+12
* | | Omit -Wdeclaration-after-statement from CFLAGS: No longer needed since we sto...jan.nijtmans2021-01-081-8/+8
* | | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-1/+1
* | | Merge 8.6jan.nijtmans2020-03-221-3/+3
|\ \ \ | |/ /
| * | Even more uppercase HEX representations in source-codejan.nijtmans2020-03-221-3/+3
| * | Implement WideSeekProc() for all channels which have a SeekProc(). Implement ...jan.nijtmans2020-03-041-2/+16
* | | TCL_UNUSED for win sources.dgp2020-03-091-9/+4
* | | Implement TIP #562: Deprecate channel types 1-4jan.nijtmans2020-02-281-5/+17
|\ \ \
| * | | Make Tcl_ChannelCloseProc() deprecated too. Implement close2Proc and wideSeek...jan.nijtmans2020-01-311-4/+10
| * | | Merge 8.7jan.nijtmans2020-01-301-1/+8
* | | | Merge 8.7jan.nijtmans2020-01-071-3/+3
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2019-12-231-3/+3
| |\ \ \ | | |/ /
| | * | Workaround for [ce3b9f2b04]: compilation errors with clang (windows msys2)jan.nijtmans2019-12-231-3/+3
* | | | Merge 8.7jan.nijtmans2019-09-191-2/+2
|\ \ \ \ | |/ / /
| * | | Merge 8.6. Missing cast in Tcl_WinTCharToUtf() macro (when compiling without ...jan.nijtmans2019-09-191-2/+2
| |\ \ \ | | |/ /
| | * | 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-4/+9
|\ \ \ \ | |/ / /
* | | | Merge 8.7. Continue implementation for win32jan.nijtmans2019-08-021-13/+13
|/ / /
* | | Code cleanup, like TCHAR -> WCHAR and TEXT("xxx") -> L"xxx", since we alway...jan.nijtmans2019-06-291-1/+1
* | | Change TCHAR -> WCHAR in many places, since that's what it is since Windows NTjan.nijtmans2019-03-111-3/+3
* | | Eliminate the use of macro's like LLONG_MAX|MIN, since they assume that Tcl_W...jan.nijtmans2018-09-131-5/+5
* | | merge trunkjan.nijtmans2017-06-121-64/+81
|\ \ \
| * | | Make trunk compile on MSVC (problem was: warning C4554: '&' : check operator ...fvogel2017-04-291-1/+1
| * | | [50750c735a] Fix broken test and stop reading uninit-but-allocated memory in ...dkf2017-04-271-64/+81
| |\ \ \ | | |/ /
* | | | merge trunkjan.nijtmans2017-04-121-1/+1
|/ / /
* | | Simplify use of "struct" keyword in many places.jan.nijtmans2016-06-301-2/+2
|/ /
* | Code-cleanup: CONST -> const, don't use macro's like __REG_CONST and types li...jan.nijtmans2015-12-211-1/+1
* | Simplify NativeIsComPort() implementation: native paths never end in ':', and...jan.nijtmans2014-11-131-20/+12
* | Better errormessage when file path contains invalid characters.jan.nijtmans2014-11-031-0/+5
|\ \ | |/
| * Better errormessage when file path contains invalid characters. See: [03414f5...jan.nijtmans2014-11-031-0/+5
* | Added comments raising questions about possible updates to channeldgp2014-03-211-0/+4
* | Do not reopen a win serial channel for serial detection. There are issues wit...oehhar2014-02-251-2/+101
|\ \ | |/
| * Changed position of flag evaluation as proposed by Phil Hoffmanoehhar2014-02-111-18/+18