aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
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
2010-10-15Improvements to 'file mkdir', 'file delete'Steve Bennett1-0/+65
2010-10-15Improvements to catch, return, signal, trySteve Bennett5-60/+148
2010-10-15Fix lassign to work properly with an empty listSteve Bennett1-0/+6
2010-10-15Fix 'format %%'Steve Bennett1-0/+5
2010-10-15Add tests for 'file copy'Steve Bennett1-0/+62
2010-10-15Enhance catch and 'info returncodes'Steve Bennett1-6/+9
2010-10-15Add basic Tcl implementation of 'try ... finally'Steve Bennett1-0/+65
2010-10-15Improve stack trace handlingSteve Bennett4-23/+146
2010-10-15Add exec support for 2>@1Steve Bennett1-0/+4
2010-10-15Add Jim_SetResultFormatted() for simplied messagesSteve Bennett2-9/+9
2010-10-15Implement TIP #288Steve Bennett3-7/+96
2010-10-15Allow catch to specify what is caughtSteve Bennett2-1/+49
2010-10-15Allow incr on unset variableSteve Bennett2-1/+22
2010-10-15Simplify and speed up exprSteve Bennett2-1/+8
2010-10-15Fix null pointer dereferenceSteve Bennett1-0/+10
2010-10-15Bug fixes and featuresSteve Bennett1-14/+18
2010-10-15Rework script/subst parser for improved performanceSteve Bennett2-22/+21
2010-10-15Many improvements, bug fixesSteve Bennett9-3/+775
2010-10-15More expr tests and fixesSteve Bennett3-8/+598
2010-10-15New features, docsSteve Bennett3-8/+245
2010-10-15New featuresSteve Bennett1-0/+94
2010-10-15Simplify expr evaluationSteve Bennett2-6/+8
2010-10-15Fix many problem with expr evaluationSteve Bennett2-1/+892