aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2011-07-18Don't add a local proc context in source and evalSteve Bennett1-10/+2
2011-07-13Setup auto_path directly in tests/testing.tclSteve Bennett2-1/+3
2011-07-12Fix some [file join] casesSteve Bennett1-0/+18
2011-07-08Fix missing expr error message with || and &&Steve Bennett1-0/+5
2011-07-08Make list to string conversion more Tcl compatibleSteve Bennett1-2/+2
2011-07-08Better proc optional arg handlingSteve Bennett1-0/+15
2011-07-07Make an array test more reliableSteve Bennett1-1/+1
2011-06-29Mark tests which require utf-8 supportSteve Bennett2-4/+4
2011-06-10Add some missing test dependenciesSteve Bennett2-1/+3
2011-06-10Clear out vars before testSteve Bennett1-0/+1
2011-06-10Slightly more efficient proc testSteve Bennett1-3/+3
2011-06-10Implement the [binary] commandSteve Bennett2-0/+1744
2011-06-10Add TclX-compatible loop commandSteve Bennett1-0/+152
2011-06-09Revert regexp nested repeats from b34ab2f895Steve Bennett1-1/+2
2011-06-07Simplify/fix repeating matchesSteve Bennett1-25/+91
2011-06-05Fix simple * and + case for utf-8Steve Bennett1-0/+8
2011-06-04Make test error easier to readSteve Bennett1-0/+1
2011-06-04Fix utf8 char matching in character rangesSteve Bennett1-0/+8
2011-06-03Fix parsing bug introduced by 505ce9d7Steve Bennett1-7/+12
2011-06-03lsort test should produce reliable resultsSteve Bennett1-1/+5
2011-06-03Add non-greedy regexp supportSteve Bennett1-0/+39
2011-06-01Add [upcall] commandSteve Bennett1-0/+43
2011-06-01local procs now keep and restore previous defnSteve Bennett1-0/+36
2011-05-31Fix a dict sugar parse bug with backslashed charsSteve Bennett1-0/+50
2011-05-31Support $(...) expr shorthand syntaxSteve Bennett1-0/+52
2011-05-31Fix a minor parsing bug - quoted backslash newlineSteve Bennett1-1/+26
2011-05-24Small code cleanupsSteve Bennett8-4/+162
2011-05-23Improve list parsingSteve Bennett5-7/+221
2011-05-23Fix some minor parsing bugsSteve Bennett1-0/+103
2011-05-20Minor cleanups to dict sugar parsingSteve Bennett1-0/+13
2011-05-16Fix a parsing bug with quoted strings inside [...]Steve Bennett1-0/+24
2011-05-09Automatic proc upref with & syntaxSteve Bennett1-0/+56
2011-05-09Allow proc 'args' to be renamedSteve Bennett1-0/+21
2011-04-23Clean out the tcltests directorySteve Bennett1-0/+97
2011-04-22Fix tcltest v2 for the -setup optionSteve Bennett1-1/+1
2011-04-21string trim is now 8 bit cleanSteve Bennett1-0/+15
2011-04-21Add some tcltest v2 supportSteve Bennett1-6/+44
2011-04-05Better support for eventloop on mingw32Steve Bennett1-1/+3
2011-01-26scan fails with strings containing nulls0.70Steve Bennett1-0/+12
2011-01-24Jim 'string is' doesn't work with unicodeSteve Bennett1-1/+1
2010-12-21More constraint improvementsSteve Bennett4-10/+14
2010-12-16Implement 'tree' in terms of 'oo'Steve Bennett1-6/+5
2010-12-15Fix an object sharing bug for arraysSteve Bennett1-0/+28
2010-12-15Fix for right-to-left associativity of ternary operatorSteve Bennett1-3/+3
2010-12-14Platform differences for regexp messagesSteve Bennett1-4/+4
2010-12-14Fix constraint checkingSteve Bennett3-6/+10
2010-12-14Include all double colons as part of the var nameSteve Bennett1-0/+7
2010-12-06Add more dependencies for testsSteve Bennett13-9/+32
2010-12-02Add the [exists] commandSteve Bennett1-0/+78
2010-11-28Bug fix: regexp should not treat \n as |Steve Bennett1-0/+4