aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2020-06-25core: dicts (and arrays) now preserve insertion orderSteve Bennett4-3/+41
2020-06-13core: info commands failed to match under some conditionsSteve Bennett1-0/+7
2020-06-05tests: allow more time for some testsSteve Bennett3-18/+18
2020-06-05tests: Fix some tests when certain features are disabledSteve Bennett3-7/+13
2020-06-05core: command (proc) names may now contained embedded nullsSteve Bennett2-0/+6
2020-06-05core: string match and other glob matching support embedded nullsSteve Bennett2-2/+21
2020-06-05core: variable names may now contain embedded nullsSteve Bennett5-17/+17
2020-05-28test(aio,socket,tty): match musl error messagesD. Bohdan3-5/+5
2020-05-07tests: interactive.tests requires socket pty supportSteve Bennett1-0/+1
2020-05-07tests: Add interactive mode testsSteve Bennett2-0/+368
2020-05-07lsearch, switch: fix -regexp case with option-like patternSteve Bennett2-0/+17
2020-05-06tests: socket.test check for ipv6 supportSteve Bennett1-4/+18
2020-05-06tests: jimsh.tests additional testsSteve Bennett1-0/+16
2020-05-06tests: ssl.test: Enable SNI and test verifySteve Bennett1-4/+8
2020-05-06aio: Fix eventloop and eof for ssl connectionsSteve Bennett2-9/+9
2020-05-06tests: add ssl.testSteve Bennett3-0/+168
2020-05-06tests: add socket.testsSteve Bennett1-0/+367
2020-05-06tests/runall.tcl: support tests that forkSteve Bennett1-0/+7
2020-05-06exit: Set the exit code as the interp resultSteve Bennett2-3/+3
2020-05-04tests: Fixes to recent tests for windowsSteve Bennett5-18/+27
2020-05-04jim.c: Fix UpdateStringOfIndex()Steve Bennett1-0/+8
2020-05-04scan: Fix a utf-8 bug for string lengthSteve Bennett1-0/+7
2020-05-04regsub: Fix regsub -all with \ASteve Bennett1-5/+5
2020-05-04regexp: Improved error messageSteve Bennett1-5/+4
2020-05-04signal check: fix error returnSteve Bennett1-4/+2
2020-05-04unpack: consistent error messagesSteve Bennett1-7/+5
2020-05-04file readlink: change error message to match TclSteve Bennett1-1/+1
2020-05-04file: rootname, dirname fixes to match TclSteve Bennett1-2/+9
2020-05-04tests: Add many new additional tests for code coverageSteve Bennett24-52/+1589
2020-04-28tests: namespace.testSteve Bennett1-0/+25
2020-04-28tests: debug.testEvan Hunter1-0/+109
2020-04-17tests: file tempfile: don't do path/template tests on windowsSteve Bennett1-3/+8
2020-04-17tests: improve code coverageSteve Bennett6-0/+175
2020-04-17local, rename: don't allow renaming a local proc with upcallSteve Bennett1-1/+20
2020-04-17parsing: Fix error with missing quoteSteve Bennett1-0/+21
2020-04-17env: Fix error in case of too many argumentsSteve Bennett1-0/+15
2020-04-17apply: ignore the current namespaceSteve Bennett1-0/+16
2020-04-17expr: avoid memory leak due to shimmeringSteve Bennett1-0/+13
2020-04-02tailcall: Fix to avoid tailcalls consuming C stack framesSteve Bennett2-1/+19
2020-03-05build: Check for 32-bit time_t at configure timeSteve Bennett1-5/+0
2020-03-04clock: test and doc non-Y2038 complianceSteve Bennett1-0/+5
2019-12-30regexp: Reset scanner position on failed optional groupSteve Bennett1-0/+4
2019-12-13tests: Fix misc.test for new return -level 0 behaviourSteve Bennett1-1/+1
2019-12-13return: fix -level 0 -code xxxSteve Bennett1-2/+9
2019-11-30string map and string compare now support embedded nullsSteve Bennett1-0/+21
2019-11-11json: implement -index decode optiondbohdan1-0/+24
2019-11-09json: Fix decode schema for list objSteve Bennett1-0/+3
2019-11-09json: Add json encoder/decoderSteve Bennett1-0/+146
2019-11-06expr-sugar: $() should return non-error codesSteve Bennett1-0/+5
2019-10-27regexp -indices should return character indicesSteve Bennett1-0/+4