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