aboutsummaryrefslogtreecommitdiff
path: root/tests/jim.test
AgeCommit message (Expand)AuthorFilesLines
2023-07-10info script: return real current source fileSteve Bennett1-0/+10
2023-07-04tcltest: rework constraint systemSteve Bennett1-2/+3
2023-05-25core: support multi-level while, break from loopsSteve Bennett1-7/+15
2021-03-09expr: TIP 526, only support a single argSteve Bennett1-1/+1
2020-12-26core: commands that take an index now use integer expressionsSteve Bennett1-12/+12
2020-12-26core: support integer expressions in various commandsSteve Bennett1-17/+15
2020-12-11list, string: support any number of +/-n for indexSteve Bennett1-0/+28
2020-05-07lsearch, switch: fix -regexp case with option-like patternSteve Bennett1-0/+9
2020-05-04tests: Add many new additional tests for code coverageSteve Bennett1-7/+58
2020-04-17env: Fix error in case of too many argumentsSteve Bennett1-0/+15
2016-01-18Add the tcl_platform(engine) array element.mistachkin1-0/+3
2014-10-15Add more tcl compatiblitySteve Bennett1-1/+1
2014-07-26jim.c: make lindex work as identity function.Danyil Bohdan1-3/+7
2013-12-09Fix aio close from non-global namespaceSteve Bennett1-0/+11
2012-08-07Remove octal literals with a leading 0 (TIP #114)Steve Bennett1-5/+5
2011-11-25Minor message changes to match Tcl 8.6Steve Bennett1-280/+1
2010-12-21More constraint improvementsSteve Bennett1-8/+9
2010-12-14Fix constraint checkingSteve Bennett1-3/+3
2010-11-22Overhaul unit test frameworkSteve Bennett1-14/+12
2010-11-17Add UTF-8 support to JimSteve Bennett1-7/+7
2010-10-20Fix some outlier issues with regexp/regsubSteve Bennett1-575/+0
2010-10-15Fix regsub to support strings with embedded nullsSteve Bennett1-1/+1
2010-10-15Skip tests for features which are not availableSteve Bennett1-10/+10
2010-10-15Don't depend on specific regexp messagesSteve Bennett1-6/+6
2010-10-15Move test.tcl to tests/jim.testSteve Bennett1-0/+4345