summaryrefslogtreecommitdiffstats
path: root/win/tclWinPipe.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ /
* | merge 8.6dgp2019-05-031-159/+300
|\ \ | |/
| * Minor code style cleanup.dkf2019-04-231-159/+300
* | Change TCHAR -> WCHAR in many places, since that's what it is since Windows NTjan.nijtmans2019-03-111-18/+18
* | re-implemente changes in win/tclWinFile.c (handling -DTCL_UTF_MAX=6) using 3 ...jan.nijtmans2019-03-101-3/+3
* | More use of (efficient) TclHasIntRep() macro. Also eliminate many (size_t) an...jan.nijtmans2019-02-271-1/+1
* | Merge 8.6jan.nijtmans2019-02-181-6/+3
|\ \ | |/
| * Don't use TclUniCharIsSpace() in command-line handling: the windows command-l...jan.nijtmans2019-02-181-6/+3
* | Merge 8.6jan.nijtmans2019-01-041-3/+3
|\ \ | |/
| * Merge 8.5jan.nijtmans2019-01-041-3/+3
| |\
| | * Fix signed<->unsigned comparsion warning (occurring in some gcc compilation f...jan.nijtmans2019-01-041-3/+3
| * | Give lambda function a name "ReceiveChunked" for easier testing. New function...jan.nijtmans2018-09-231-4/+4
* | | Minor code cleanup. jan.nijtmans2018-09-051-7/+7
* | | merge 8.6sebres2018-08-291-47/+176
|\ \ \ | |/ /
| * | code review after merge with 8.5 (restore usage of some functions, after lost...sebres2018-08-291-9/+9
| * | merge 8.5 ([21b0629c81] 0-day vulnerability - insufficient escape by exec of ...sebres2018-08-291-52/+181
| |\ \ | | |/
| | * code review, skip slow test winpipe-8.2 executed args from injectList particu...sebres2018-08-231-31/+50
| | * code review, restored backwards compatibility of the simplest escape of quote...sebres2018-08-231-12/+25
| | * fixes escape for special cases (+ more test-cases):sebres2018-08-211-32/+110
| | * because executable (1st argument) always proper escaped now, don't need to re...sebres2018-08-201-1/+1