aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2022-07-31tests: Fix SIGPIPE testsSteve Bennett1-9/+3
2022-07-25unset: don't return a result with -nocomplainSteve Bennett1-0/+6
2022-05-08tests: add tests for wait -1Steve Bennett2-0/+11
2022-04-14aio: TIP 603 - Implement stat of an open file handleSteve Bennett1-0/+18
2022-04-14win32: Fix process handle vs pid distinctionSteve Bennett1-1/+1
2022-04-14try: add support for trapSteve Bennett1-0/+44
2022-04-12getref, setref: No need to allow for leading, trailing spaceSteve Bennett1-2/+1
2022-04-11getref, setref: reference may be qualifiedSteve Bennett1-0/+19
2022-02-23tests: Fix load.test when jimsh not yet installedSteve Bennett1-19/+17
2021-12-13dict: Fix possible duplicate entries when settingSteve Bennett1-0/+13
2021-07-09tests: move garabage collection test to ref.testSteve Bennett2-17/+24
2021-07-08collect: correctly handle references as globally scoped namesSteve Bennett1-0/+17
2021-04-09build: Allow some paths to contain spacesSteve Bennett3-6/+4
2021-03-10tests: Fix debug.test for single arg exprSteve Bennett1-1/+1
2021-03-09expr: TIP 526, only support a single argSteve Bennett6-25/+25
2021-02-27aio: tests: bootstrap jimsh doesn't have posix open flagsSteve Bennett1-5/+5
2021-02-27tests: Fix return code from tests/runall.tclSteve Bennett1-2/+2
2021-02-27aio: open: support for POSIX open flagsSteve Bennett1-0/+30
2021-01-30lsearch, lsort: support for -stride and -indexSteve Bennett2-10/+151
2021-01-23history: Add support for history keepSteve Bennett1-1/+1
2021-01-09Add the [xtrace] commandSteve Bennett1-0/+62
2021-01-03bootstrap jimsh: pass all testsSteve Bennett7-72/+103
2021-01-03core: fix parsing of booleansSteve Bennett1-0/+5
2020-12-26loop: Allow start value to be omittedSteve Bennett1-0/+8
2020-12-26core: commands that take an index now use integer expressionsSteve Bennett9-27/+160
2020-12-26core: support integer expressions in various commandsSteve Bennett5-38/+36
2020-12-11list, string: support any number of +/-n for indexSteve Bennett1-0/+28
2020-11-16expr: TIP 582 - comments in expressionsSteve Bennett2-3/+26
2020-11-14core: parser: fix for script with missing end quoteSteve Bennett1-0/+16
2020-11-14tests: ssl: use flush, not closeSteve Bennett1-3/+3
2020-11-14tests: aio tty: skip tests if stdout is not a ttySteve Bennett1-1/+1
2020-11-09aio: socket: Fix tests connecting to 0.0.0.0Steve Bennett2-10/+25
2020-11-08build: Fix build and tests for out-of-tree buildSteve Bennett7-28/+23
2020-11-01scan.test: Be more lenient in floating point formatSteve Bennett1-4/+4
2020-10-31core: change "newVal" to "value" in [lset] usageD. Bohdan1-1/+1
2020-10-31core: put space before "..." in "wrong # args" msgD. Bohdan2-0/+14
2020-09-27core: make unary "!" work with non-int booleansD. Bohdan1-0/+8
2020-09-23dict: add support for getwithdefault/getdefSteve Bennett1-0/+107
2020-09-23core: implement string comparison operatorsD. Bohdan1-0/+22
2020-09-23core: implement 0d radix prefix for decimalD. Bohdan1-0/+7
2020-07-12string last: fix segfault with invalid indexSteve Bennett1-0/+3
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