aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
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
2010-10-15Use $::env to build environment for execSteve Bennett1-0/+39
2010-10-15Add do-nothing fileevent for Tcl compatibilitySteve Bennett1-5/+5
2010-10-15Don't depend on specific regexp messagesSteve Bennett1-6/+6
2010-10-15Move test.tcl to tests/jim.testSteve Bennett3-25/+4372
2010-10-15eventloop improvements and enhancementsSteve Bennett3-47/+540
2010-10-15Fix some eventloop bugsSteve Bennett1-0/+150
2010-10-15Source info was lost when converting source to listSteve Bennett1-16/+17
2010-10-15Add 'string is' to JimSteve Bennett1-0/+163
2010-10-15Clean up the indentation messSteve Bennett3-138/+39
2010-10-15Small improvements to testsSteve Bennett5-24/+35
2010-10-15Improvements to tailcallSteve Bennett2-6/+57
2010-10-15Move some core procs into the (Tcl) stdlib extensionSteve Bennett3-1/+144