| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 8.7 | jan.nijtmans | 2019-09-20 | 1 | -1/+1 |
|\ |
|
| * | Merge 8.6 | jan.nijtmans | 2019-09-20 | 1 | -1/+1 |
| |\ |
|
| | * | Let's use GetWindowLongW/SetWindowLongW on Win32 directly. Missed them becaus... | jan.nijtmans | 2019-09-20 | 1 | -1/+1 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2019-09-19 | 1 | -23/+23 |
|\ \ \
| |/ / |
|
| * | | Merge 8.6 | jan.nijtmans | 2019-09-19 | 1 | -3/+3 |
| |\ \
| | |/ |
|
| | * | Some more *A() -> *W() Win32 API changes, making Unicode calls Explicit. | jan.nijtmans | 2019-09-19 | 1 | -3/+3 |
|
|
| * | | Merge 8.6. Missing cast in Tcl_WinTCharToUtf() macro (when compiling without ... | jan.nijtmans | 2019-09-19 | 1 | -20/+20 |
| |\ \
| | |/ |
|
| | * | TCHAR -> WCHAR converions (and corresponding Win32 API call changes), since w... | jan.nijtmans | 2019-09-18 | 1 | -38/+38 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2019-09-14 | 1 | -7/+14 |
|\ \ \
| |/ / |
|
| * | | Merge 8.7 | jan.nijtmans | 2019-08-28 | 1 | -0/+1 |
| |\ \ |
|
| * | | | Use *WChar* in stead of *Char16* functions on Windows, always. It's actually ... | jan.nijtmans | 2019-08-03 | 1 | -7/+7 |
|
|
| * | | | Rename UTF-related functions to "WChar" and "Char16" variants, more intuitive... | jan.nijtmans | 2019-07-11 | 1 | -7/+7 |
|
|
| * | | | Improvement: always export both 16-bit and 32-bit UTF function | jan.nijtmans | 2019-07-05 | 1 | -7/+7 |
|
|
| * | | | TIP #548: Deprecate Tcl_WinUtfToTChar() and Tcl_WinTCharToUtf() and provide m... | jan.nijtmans | 2019-06-03 | 1 | -7/+14 |
|
|
* | | | | Merge 8.7 | jan.nijtmans | 2019-08-28 | 1 | -0/+1 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | Merge 8.6 | jan.nijtmans | 2019-08-28 | 1 | -0/+1 |
| |\ \ \
| | |/ /
| |/| /
| | |/ |
|
| | * | Add /* FALLTHRU */ markers in various places (silencing possible GCC warnings... | jan.nijtmans | 2019-08-28 | 1 | -0/+1 |
|
|
* | | | merge 8.7 | dgp | 2019-05-03 | 1 | -159/+300 |
|\ \ \
| |/ / |
|
| * | | merge 8.6 | dgp | 2019-05-03 | 1 | -159/+300 |
| |\ \
| | |/ |
|
| | * | Minor code style cleanup. | dkf | 2019-04-23 | 1 | -159/+300 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2019-03-11 | 1 | -18/+18 |
|\ \ \
| |/ / |
|
| * | | Change TCHAR -> WCHAR in many places, since that's what it is since Windows NT | jan.nijtmans | 2019-03-11 | 1 | -18/+18 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2019-03-10 | 1 | -1/+0 |
|\ \ \
| |/ / |
|
| * | | re-implemente changes in win/tclWinFile.c (handling -DTCL_UTF_MAX=6) using 3 ... | jan.nijtmans | 2019-03-10 | 1 | -3/+3 |
|
|
| * | | More use of (efficient) TclHasIntRep() macro. Also eliminate many (size_t) an... | jan.nijtmans | 2019-02-27 | 1 | -1/+1 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2019-02-18 | 1 | -6/+3 |
|\ \ \
| |/ / |
|
| * | | Merge 8.6 | jan.nijtmans | 2019-02-18 | 1 | -6/+3 |
| |\ \
| | |/ |
|
| | * | Don't use TclUniCharIsSpace() in command-line handling: the windows command-l... | jan.nijtmans | 2019-02-18 | 1 | -6/+3 |
|
|
* | | | More size_t-related consolidations. Now regexp can handle strings >2GB and mo... | jan.nijtmans | 2019-02-05 | 1 | -1/+1 |
|
|
* | | | Another (big) round of int -> size_t enhancements. So Tcl can handle string >... | jan.nijtmans | 2019-02-01 | 1 | -4/+5 |
|\ \ \
| |/ / |
|
* | | | Merge 8.7 | jan.nijtmans | 2019-01-04 | 1 | -3/+3 |
|\ \ \
| |/ / |
|
| * | | Merge 8.6 | jan.nijtmans | 2019-01-04 | 1 | -3/+3 |
| |\ \
| | |/ |
|
| | * | Merge 8.5 | jan.nijtmans | 2019-01-04 | 1 | -3/+3 |
| | |\ |
|
| | | * | Fix signed<->unsigned comparsion warning (occurring in some gcc compilation f... | jan.nijtmans | 2019-01-04 | 1 | -3/+3 |
|
|
| | * | | Give lambda function a name "ReceiveChunked" for easier testing. New function... | jan.nijtmans | 2018-09-23 | 1 | -4/+4 |
|
|
* | | | | Many internal int -> size_t increases, so string lengths > 2Gb can be handled... | jan.nijtmans | 2018-12-26 | 1 | -2/+3 |
|
|
* | | | | Now that we have TCL_AUTO_LENGTH/TCL_IO_FAILURE macro's, use them to make cod... | jan.nijtmans | 2018-11-18 | 1 | -2/+2 |
|
|
* | | | | Use more TCL_AUTO_LENGTH, when appropriate | jan.nijtmans | 2018-10-06 | 1 | -1/+1 |
|
|
* | | | | Merge trunk. Also rename TCL_NO_LENGTH -> TCL_AUTO_LENGTH | jan.nijtmans | 2018-09-05 | 1 | -11/+11 |
|\ \ \ \ |
|
| * \ \ \ | Merge 8.7. | jan.nijtmans | 2018-09-05 | 1 | -11/+11 |
| |\ \ \ \
| | |/ / / |
|
| | * | | | Minor code cleanup. | jan.nijtmans | 2018-09-05 | 1 | -7/+7 |
| |/ / / |
|
* | | | | Change ckalloc and friends to Tcl_Alloc and friends. Add two defines, TCL_IO_... | jan.nijtmans | 2018-09-01 | 1 | -17/+17 |
|/ / / |
|
* | | | merge 8.6 | sebres | 2018-08-29 | 1 | -47/+176 |
|\ \ \
| |/ / |
|
| * | | code review after merge with 8.5 (restore usage of some functions, after lost... | sebres | 2018-08-29 | 1 | -9/+9 |
|
|
| * | | merge 8.5 ([21b0629c81] 0-day vulnerability - insufficient escape by exec of ... | sebres | 2018-08-29 | 1 | -52/+181 |
| |\ \
| | |/ |
|
| | * | code review, skip slow test winpipe-8.2 executed args from injectList particu... | sebres | 2018-08-23 | 1 | -31/+50 |
|
|
| | * | code review, restored backwards compatibility of the simplest escape of quote... | sebres | 2018-08-23 | 1 | -12/+25 |
|
|
| | * | fixes escape for special cases (+ more test-cases): | sebres | 2018-08-21 | 1 | -32/+110 |
|
|
| | * | because executable (1st argument) always proper escaped now, don't need to re... | sebres | 2018-08-20 | 1 | -1/+1 |
|
|
| | * | small amend: avoid reset of unpaired quote flag between arguments (previous a... | sebres | 2018-08-20 | 1 | -7/+18 |
|
|