summaryrefslogtreecommitdiffstats
path: root/win/tclWinPipe.c
Commit message (Expand)AuthorAgeFilesLines
* Backport fix for [bda99f2393]: gets stdin problem when non-blocking - Windowsjan.nijtmans2024-03-191-2/+2
* Merge markoehhar2024-02-271-1/+1
|\
| * Bug [f91ab723]: MS-WIN: remove dead code as TclWinGetPlatformId() constantly ...oehhar2024-02-261-32/+15
* | (cherry-pick) Reduce the number of warnings on Windows: channel names generat...jan.nijtmans2024-02-161-1/+1
* | Merge 8.6oehhar2023-11-301-1/+10
|\ \ | |/
| * fixes percent-subst regression [fb2fa9b3f6] introduced by fixing of vulnerabi...sebres2023-10-271-1/+10
| * Correct spelling errors in comments and documentation, but also non-comment pooryorick2023-04-121-3/+3
* | Fix handling of pre-built libtommath.dll on win64-armjan.nijtmans2023-07-201-2/+2
* | More int/Tcl_Size backportjan.nijtmans2023-05-201-1/+1
* | int -> Tcl_Size and other (internal) signature improvements. Most of them bac...jan.nijtmans2023-05-191-17/+16
* | Correct spelling errors in comments and documentation, but also a non-comment pooryorick2023-04-121-3/+3
* | Merge 8.6jan.nijtmans2023-03-301-4/+4
|\ \ | |/
| * Fix [0cb3554903]: macOS 13 SDK deprecates sprintf(). But better not use it on...jan.nijtmans2023-03-301-11/+11
| * 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-5/+5
| | * Unbreak shared windows build. Remove some ARGSUSED usage.jan.nijtmans2020-04-171-1/+0
* | | Use some more TCL_INDEX_NONE and Tcl_Sizejan.nijtmans2022-11-241-43/+45
* | | TIP #646: Change -eofchar handling (Tcl 8.7 part)jan.nijtmans2022-10-261-1/+1
* | | Make a start converting -1 -> TCL_INDEX_NONE where appropriatejan.nijtmans2022-07-191-6/+6
* | | TclWinConvertError -> Tcl_WinConvertErrorjan.nijtmans2021-03-091-16/+16
* | | TIP #592 implementation: Stop support for Windows XP, Server 2003, Vista, Ser...jan.nijtmans2020-12-161-3/+1
* | | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-1/+1
* | | Merge 8.6jan.nijtmans2020-10-131-1/+1
|\ \ \ | |/ /
| * | More usage of TclNewObj() in stead of Tcl_NewObj() and TclNewIntObj() in stea...jan.nijtmans2020-10-131-1/+1
| * | Make Tcl compile warning-free using -Wshadowjan.nijtmans2020-09-281-1/+1
| * | Eliminate many unnecessary type-casts, mostly (size_t) when value is already ...jan.nijtmans2020-08-111-1/+1
| * | Code cleanup (more typecasts), making it more compatible with -Wc++-compat. L...jan.nijtmans2020-04-201-1/+0
* | | Merge 8.6jan.nijtmans2020-03-221-2/+2
|\ \ \ | |/ /
| * | Even more uppercase HEX representations in source-codejan.nijtmans2020-03-221-2/+2
| * | Let's use GetWindowLongW/SetWindowLongW on Win32 directly. Missed them becaus...jan.nijtmans2019-09-201-1/+1
* | | TIP 569 - remove lint commentsdgp2020-03-171-1/+0
* | | Fix Windows build, broken by [d5175f6050e308f4]jan.nijtmans2020-03-101-1/+1
* | | TCL_UNUSED for win sources.dgp2020-03-091-12/+6
* | | More Win32 API impovals.jan.nijtmans2019-09-201-1/+1
* | | Merge 8.7jan.nijtmans2019-09-191-23/+23
|\ \ \
| * \ \ Merge 8.6jan.nijtmans2019-09-191-3/+3
| |\ \ \ | | |/ /
| | * | Some more *A() -> *W() Win32 API changes, making Unicode calls Explicit.jan.nijtmans2019-09-191-3/+3
| * | | Merge 8.6. Missing cast in Tcl_WinTCharToUtf() macro (when compiling without ...jan.nijtmans2019-09-191-20/+20
| |\ \ \ | | |/ /
| | * | TCHAR -> WCHAR converions (and corresponding Win32 API call changes), since w...jan.nijtmans2019-09-181-38/+38
* | | | Mark more function paramaters as unused. Now Tcl compiles fully (on UNIX and ...jan.nijtmans2019-09-051-2/+8
|\ \ \ \ | |/ / /
* | | | Merge tip-548jan.nijtmans2019-08-291-0/+1
|\ \ \ \ | |/ / /
| * | | Merge 8.7jan.nijtmans2019-08-281-0/+1
| |\ \ \
| | * \ \ Merge 8.6jan.nijtmans2019-08-281-0/+1
| | |\ \ \ | | | |/ /
| | | * | Add /* FALLTHRU */ markers in various places (silencing possible GCC warnings...jan.nijtmans2019-08-281-0/+1
| * | | | Use *WChar* in stead of *Char16* functions on Windows, always. It's actually ...jan.nijtmans2019-08-031-7/+7
* | | | | Merge tip-548 (since using the *WChar* functions leads to less type-casts in ...jan.nijtmans2019-08-031-7/+14
|\ \ \ \ \ | |/ / / /
| * | | | Rename UTF-related functions to "WChar" and "Char16" variants, more intuitive...jan.nijtmans2019-07-111-7/+7
| * | | | Improvement: always export both 16-bit and 32-bit UTF functionjan.nijtmans2019-07-051-7/+7
| * | | | TIP #548: Deprecate Tcl_WinUtfToTChar() and Tcl_WinTCharToUtf() and provide m...jan.nijtmans2019-06-031-7/+14
| |/ / /
* | | | Merge 8.7. Continue implementation for win32jan.nijtmans2019-08-021-9/+9
|/ / /