summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * win: repair test command "testchmod": correct load module (ADVAPI32 for x86/x...sebres2018-11-211-4/+11
| | * win: fixed pwd-related test-cases in winPipe.test: several test-cases expect ...sebres2018-11-201-1/+7
| | * win: fixes case sensitivity of glob test cases (winFile-2.*): current directo...sebres2018-11-201-2/+4
| | * refactoring normalize in case of second path starting with tilde (~/~foo) - f...sebres2018-11-202-34/+38
| | * fixes segfault [7a9dc52b29]: unexpected decrement of the ref-count after TclJ...sebres2018-11-201-2/+6
| |/
* | More coverity issuesdkf2018-11-203-15/+12
* | merge releasedgp2018-11-161-0/+2
|\ \
| * | [00d04c4f12] Repair broken edge cases in [binary encode base64].dgp2018-11-163-2/+51
* | | [00d04c4f12] Repair broken edge cases in [binary encode base64].dgp2018-11-162-2/+49
|\ \ \
| * | | fixes segfault [00d04c4f12], unfulfilled base64 (strict and non-strict mode, ...sebres2018-11-151-2/+9
| * | | test cases for decode base64, bug [00d04c4f12], unfulfilled base64 (strict an...sebres2018-11-151-0/+40
* | | | Clear up a bunch of small issues found by Coverity analysis.dkf2018-11-165-53/+52
|/ / /
* | | merge releasedgp2018-11-1513-33/+95
|\ \ \ | |/ /
| * | update changesdgp2018-11-091-1/+3
| * | [35a8f1c04a] Fix bad lengths when creating string rep of some lists.dgp2018-11-093-1/+53
| * | typodgp2018-11-081-1/+1
| * | [86d249bcba] Make sure that tcltest::runAllTests actually returns 1 on failuredgp2018-11-081-1/+3
| * | Fixed memory leak in TclOO.c:ObjectNamespaceDeleted, object mixins anddgp2018-11-022-2/+9
| * | make distdgp2018-11-011-6/+3
| * | update changesdgp2018-11-011-0/+3
| * | merge 8.6dgp2018-11-0115-756/+111
| |\ \
| * | | update changesdgp2018-10-291-2/+5
| * | | merge 8.6dgp2018-10-2910-610/+280
| |\ \ \
| * | | | update changesdgp2018-10-231-3/+3
| * | | | merge 8.6dgp2018-10-233-5/+5
| |\ \ \ \
| * \ \ \ \ merge 8.6dgp2018-10-2220-448/+688
| |\ \ \ \ \
| * | | | | | typodgp2018-10-151-1/+1
| * | | | | | Revert addition of "slowTest" as built-in constraint. (no TIP; no version bump).dgp2018-10-113-5/+2
| * | | | | | More updates to changes file.dgp2018-10-111-1/+37
| * | | | | | Mark test macOSXFCmf-2.8 non-portable. It appears to pass when the olderdgp2018-10-111-1/+1
| * | | | | | Update URLs. changes file WIP.dgp2018-10-113-12/+30
| * | | | | | Backport test fix.dgp2018-10-101-10/+10
| * | | | | | merge 8.6dgp2018-10-091-6/+6
| |\ \ \ \ \ \
| * \ \ \ \ \ \ merge 8.6dgp2018-10-092-93/+27
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ merge 8.6dgp2018-10-051-4/+3
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Bump version numbers for 8.6.9 release.dgp2018-10-058-13/+9
* | | | | | | | | | close forkdgp2018-11-152-2/+178
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Make Tcl_WinTCharToUtf/Tcl_WinUtfToTChar work (again) with TCL_UTF_MAX=6. No...jan.nijtmans2018-11-152-2/+178
* | | | | | | | | | | merge 8.5dgp2018-11-151-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | / | | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| * | | | | | | | | Fix brokenness in GNUmakefiledkf2018-11-121-2/+4
| * | | | | | | | | Fix builds on Travis.dkf2018-11-112-33/+26
* | | | | | | | | | Make socket tests less likely to hang on OSXdkf2018-11-141-535/+501
* | | | | | | | | | Properly switch on running tests on Travis. CI builds now debugged.dkf2018-11-125-55/+56
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Cleaner way of writing environment variablesdkf2018-11-121-7/+16
| * | | | | | | | | | Clean up Travis config now that it passesdkf2018-11-111-11/+10
| * | | | | | | | | | merge 8.6dkf2018-11-103-1/+53
| |\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | merge 8.5dgp2018-11-093-1/+53
|\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | [35a8f1c04a] Fix bad lengths when creating string rep of some lists.dgp2018-11-093-1/+53
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Additional testdgp2018-11-091-0/+3
| | * | | | | | | | | | Revise bug fix to support (length == 0) correctly.dgp2018-11-092-5/+35