| Commit message (Expand) | Author | Age | Files | Lines |
* | Make fundamental mutation work. MAGICAL MAGIC MAGICS MAGIC. Abracadabra. | dkf | 2018-10-18 | 5 | -48/+101 |
|
|
* | Tests for advanced object mutation issues. | dkf | 2018-10-18 | 2 | -1/+98 |
|
|
* | Fix test-cases running on Windows 10: [string index $tcl_platform(osVersion)... | jan.nijtmans | 2018-10-17 | 5 | -20/+41 |
|\ |
|
| * | Fix test-cases running on Windows 10: [string index $tcl_platform(osVersion... | jan.nijtmans | 2018-10-17 | 4 | -14/+13 |
|
|
* | | Revert addition of "slowTest" as built-in constraint. (no TIP; no version bump). | dgp | 2018-10-17 | 3 | -5/+2 |
|
|
* | | Mark test macOSXFCmf-2.8 non-portable. It appears to pass when the older | dgp | 2018-10-17 | 1 | -1/+1 |
|
|
* | | Backport test fix. | dgp | 2018-10-17 | 1 | -10/+10 |
|
|
* | | Use the 4 argument form of [makeFile]. | dgp | 2018-10-09 | 1 | -2/+3 |
|
|
* | | Balance the [makeFile/makeDirectory] and [removeFile/removeDirectory] calls (... | dkf | 2018-10-09 | 1 | -5/+4 |
|\ \ |
|
| * | | Balance the [makeFile/makeDirectory] and [removeFile/removeDirectory] calls (... | sebres | 2018-10-09 | 1 | -5/+4 |
|
|
* | | | Streamline: Tcl_WinTCharToUtf/Tcl_WinUtfToTChar(): Always initialize DString,... | jan.nijtmans | 2018-10-07 | 2 | -8/+20 |
|
|
* | | | Better implementations of Tcl_WinTCharToUtf() and Tcl_WinUtfToTChar(). They d... | jan.nijtmans | 2018-10-05 | 2 | -90/+12 |
|
|
* | | | Fix wrong usage of Tcl_WinTCharToUtf() contract: nativePath should never be N... | jan.nijtmans | 2018-10-05 | 1 | -4/+3 |
|
|
* | | | Post-TIP 505 editing of [lreplace] documentation. | dgp | 2018-10-05 | 1 | -22/+12 |
|
|
* | | | In registry, protect "keyName" from being NULL: This actually can lead to cra... | jan.nijtmans | 2018-10-04 | 2 | -21/+17 |
|/ / |
|
* | | Tcl_UniCharToUtfDString: Don't allocate too much memory for this function. | jan.nijtmans | 2018-10-03 | 1 | -5/+15 |
|
|
* | | Another patch contributed by Gustaf Neumann: shifting negative numbers is und... | jan.nijtmans | 2018-09-28 | 1 | -1/+1 |
|
|
* | | Implementation of TIP 505: Make [lreplace] Accept All Out-of-Range Index Values | dkf | 2018-09-27 | 4 | -75/+43 |
|\ \ |
|
| * | | Updated documentation | dkf | 2018-09-27 | 1 | -2/+32 |
|
|
| * | | Rebase TIP 505 implementation a patch for 8.6. | dgp | 2018-09-10 | 88 | -2806/+3493 |
| |\ \ |
|
| * | | | Rest of TIP 505 implementation -- mostly undoing dumb things. | dgp | 2018-03-26 | 1 | -56/+4 |
|
|
| * | | | Work in progress implementing TIP 505. | dgp | 2018-03-26 | 3 | -18/+8 |
|
|
* | | | | Contributed patch from Gustaf Neumann, preventing problems where "localCacheP... | jan.nijtmans | 2018-09-25 | 2 | -40/+49 |
|
|
* | | | | Silence debugging message in test suite. | dgp | 2018-09-24 | 1 | -1/+1 |
|
|
* | | | | Give lambda function a name "ReceiveChunked" for easier testing. New function... | jan.nijtmans | 2018-09-23 | 7 | -117/+67 |
|
|
* | | | | Update http version number, and fix some related test-cases | jan.nijtmans | 2018-09-22 | 5 | -9/+9 |
|
|
* | | | | merge bug-46b6edad51-concurrent-http | kjnash | 2018-09-20 | 6 | -314/+4251 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | merge 8.6 | kjnash | 2018-09-15 | 81 | -2258/+3123 |
| |\ \ \
| |/ / /
|/| | | |
|
* | | | | small code review (duplicate code removed) | sebres | 2018-09-07 | 1 | -1/+1 |
|
|
* | | | | Added test for [631b4c45df]. | dgp | 2018-09-07 | 1 | -0/+8 |
|
|
* | | | | amend to [e8ab4d85fa], proc.test: extended with new test-case to cover situat... | sebres | 2018-09-07 | 1 | -0/+8 |
|
|
* | | | | closes [631b4c45df]: segfault by usage of wrong length (no string representat... | sebres | 2018-09-07 | 1 | -4/+4 |
|
|
* | | | | merge 8.5 | sebres | 2018-08-30 | 2 | -0/+47 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | test-cases to cover quoting of the newline character, and the documentation e... | sebres | 2018-08-30 | 2 | -0/+47 |
|
|
* | | | | merge 8.5 | sebres | 2018-08-29 | 1 | -1/+1 |
|\ \ \ \
| |/ / / |
|
| * | | | tcltest: forgotten built-in constraint "slowTest" | sebres | 2018-08-29 | 1 | -1/+1 |
|
|
* | | | | small amend to [cae24931ed] (no _CRT_glob in both cases __GNUC__ || TCL_BROKE... | sebres | 2018-08-29 | 1 | -5/+3 |
|
|
* | | | | partially cherry-picking of [5099a81b50], never reached 8.6, so for example b... | sebres | 2018-08-29 | 1 | -0/+4 |
|
|
* | | | | 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 | 3 | -112/+375 |
|\ \ \ \
| |/ / / |
|
| * | | | closes [21b0629c81] 0-day vulnerability - insufficient escape by exec of batc... | sebres | 2018-08-29 | 3 | -105/+367 |
| |\ \ \ |
|
| | * | | | code review, skip slow test winpipe-8.2 executed args from injectList particu... | sebres | 2018-08-23 | 3 | -33/+87 |
|
|
| | * | | | code review, restored backwards compatibility of the simplest escape of quote... | sebres | 2018-08-23 | 2 | -16/+29 |
|
|
| | * | | | fixes escape for special cases (+ more test-cases): | sebres | 2018-08-21 | 2 | -33/+139 |
|
|
| | * | | | because executable (1st argument) always proper escaped now, don't need to re... | sebres | 2018-08-20 | 2 | -12/+34 |
|
|
| | * | | | small amend: avoid reset of unpaired quote flag between arguments (previous a... | sebres | 2018-08-20 | 2 | -68/+126 |
|
|
| | * | | | win: fixes [21b0629c81] - exec/open process pipe under windows (0-day vulnera... | sebres | 2018-08-20 | 2 | -38/+47 |
| |/ / / |
|
* | | | | merge-mark | jan.nijtmans | 2018-08-19 | 0 | -0/+0 |
|\ \ \ \
| |/ / / |
|
| * | | | win: TclpCreateProcess or [exec process ...] - search for application extende... | sebres | 2018-08-17 | 1 | -4/+5 |
|
|
* | | | | Minor fix to entier(): Allow it to convert to "wideInt" as well when range is... | jan.nijtmans | 2018-08-17 | 1 | -6/+13 |
|
|