aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
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
2010-11-24Add support for [dict] size, merge, withSteve Bennett1-0/+158
2010-11-24Remove the bio extension and add 'copyto' to aio.Steve Bennett1-1/+2
2010-11-22Overhaul unit test frameworkSteve Bennett50-345/+391
2010-11-19Better Tcl compatibility for [lrepeat]Steve Bennett1-6/+4
2010-11-17Bug fix: [regexp] single braced count was rejectedSteve Bennett1-0/+4
2010-11-17Bug fix: [split] string with leading nullSteve Bennett1-0/+4
2010-11-17Add UTF-8 support to regexpSteve Bennett5-207/+1236
2010-11-17Add UTF-8 support to JimSteve Bennett9-28/+1121
2010-11-08Don't hardcode /lib/jimSteve Bennett1-1/+2
2010-11-03Fix 'make test' from the jimtcl directorySteve Bennett1-3/+3
2010-10-30Allow extensions to be built/installed as modulesSteve Bennett1-0/+1
2010-10-20Switch regexp/regsub to use Jim_GetEnum()Steve Bennett1-8/+6
2010-10-20Fix some outlier issues with regexp/regsubSteve Bennett2-582/+642
2010-10-20Add support for lsort -indexSteve Bennett1-0/+193