aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
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
2010-10-15Fix regsub to support strings with embedded nullsSteve Bennett1-1/+1
2010-10-15Fix a concat bugSteve Bennett1-0/+32
2010-10-15Fix error message for deleting nonexistent procSteve Bennett1-0/+155
2010-10-15Fix some problems with global and upvarSteve Bennett1-0/+323
2010-10-15Portability fixesSteve Bennett1-2/+4
2010-10-15Implement 'pid handle'Steve Bennett1-0/+48
2010-10-15Skip tests for features which are not availableSteve Bennett13-11/+32
2010-10-15Source location for failed tests was wrongSteve Bennett1-1/+15
2010-10-15Change tree API to be object-basedSteve Bennett1-43/+43