aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2016-02-02regexp: Enable additional regexp/regsub testsSteve Bennett2-88/+97
2016-02-02regexp: add support for \D, \W and \SSteve Bennett1-0/+3
2016-01-18Add the tcl_platform(engine) array element.mistachkin1-0/+3
2015-12-13regsub: fix substitution with a trailing backslashSteve Bennett1-0/+5
2015-06-30build: Fix exit code on test failureSteve Bennett1-1/+1
2015-04-06Avoid error in tcltest.tcl if $::argv0 is unsetSteve Bennett2-2/+2
2015-04-06ensure that tests can find tcltest.tclSteve Bennett1-0/+4
2014-12-31Throw an error when parsing a bad scriptSteve Bennett2-45/+53
2014-12-04glob: fix some glob2.test tests on windowsSteve Bennett1-68/+4
2014-11-28glob: add additional testsSteve Bennett1-0/+344
2014-11-28glob: bug fixes and Tcl compatibilitySteve Bennett1-3/+3
2014-11-17Implement string cat (TIP #429)Steve Bennett1-2/+19
2014-10-15Add more tcl compatiblitySteve Bennett1-1/+1
2014-10-15Install tcltest compatibility packageSteve Bennett1-254/+6
2014-10-11jim.c: string to double conversion error messageSteve Bennett3-11/+11
2014-10-10namespace: disallow creation of import loopsSteve Bennett1-1/+22
2014-10-10namespace: restore namespace import supportSteve Bennett1-0/+15
2014-09-01aio: optional argument addrvar for accept.Danyil Bohdan1-1/+34
2014-07-26jim.c: make lindex work as identity function.Danyil Bohdan1-3/+7
2014-04-28event.test: Fix test on HaikuSteve Bennett1-2/+2
2014-03-18jim.c: check for missing quotes, etc. in eval, exprSteve Bennett1-2/+2
2014-01-18jim.c: fix some dict/list shimmering issuesSteve Bennett1-0/+11
2014-01-15jim.c: simplify JimDictExpandArrayVariable()Steve Bennett1-9/+9
2014-01-15array: array set to non-dict should failSteve Bennett1-0/+4
2014-01-15namespace: disallow array element syntax for variablesSteve Bennett1-0/+6
2014-01-15tests: Don't stop on the first errorSteve Bennett1-1/+1
2014-01-15tclcompat: it is finally time to remove [case]Steve Bennett1-86/+0
2014-01-15tests: fix tests if tclcompat is not enabledSteve Bennett4-5/+27
2014-01-15pid: error message is now tcl 8.6 compatibleSteve Bennett1-2/+2
2014-01-03tailcall: properly merge tailcall framesSteve Bennett1-1/+43
2013-12-21Implement more dict sub commandsSteve Bennett1-0/+1249
2013-12-21Fix the lsort -unique testSteve Bennett1-2/+4
2013-12-21Fix hash table order dependency in various testsSteve Bennett5-11/+24
2013-12-21tailcall should resolve command in current namespaceSteve Bennett1-0/+12
2013-12-11Add support for lsort -uniqueSteve Bennett1-1/+8
2013-12-11Add support for lsort -realSteve Bennett1-1/+10
2013-12-09Fix aio close from non-global namespaceSteve Bennett1-0/+11
2013-11-28Add basic support for [format %b]Steve Bennett1-0/+16
2013-11-28Fix dict/list shimmering with embedded nullsSteve Bennett1-0/+8
2013-11-11Properly respect backslashes in commentsSteve Bennett1-0/+15
2013-11-07file copy -force handles identical source/targetSteve Bennett1-0/+5
2013-09-19Build on platforms without isasciiSteve Bennett1-0/+6
2013-08-28Re-add missing tests from 45e938f7Steve Bennett1-0/+15
2013-08-19Add floating point support for [binary]Steve Bennett3-1759/+2467
2013-08-19Support nulls in [exec] immediate redirectionSteve Bennett1-0/+3
2013-08-02Correct file handler should be deletedSteve Bennett1-1/+1
2013-07-22Ensure that signals can break vwaitSteve Bennett2-0/+12
2013-02-15Fix [string replace] replacing single charSteve Bennett1-0/+50
2012-09-24Fix binary scan for too-few bytes.Vadim Zborovskii1-0/+15
2012-09-22Add tests for the glob commandSteve Bennett1-0/+131