aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-10-15Improve documentation, remove debuggingSteve Bennett3-54/+84
2010-10-15Improvements to 'file mkdir', 'file delete'Steve Bennett3-15/+134
2010-10-15Improvements to catch, return, signal, trySteve Bennett12-200/+601
2010-10-15Fix lassign to work properly with an empty listSteve Bennett2-2/+10
2010-10-15Fix unexpected change in list orderSteve Bennett1-5/+7
2010-10-15Fix 'format %%'Steve Bennett2-0/+11
2010-10-15Fix some build problems and add lost featuresSteve Bennett17-79/+4265
2010-10-15Fix lsort for large integersSteve Bennett1-6/+18
2010-10-15Add tests for 'file copy'Steve Bennett1-0/+62
2010-10-15Need to add include path for generated jim.hSteve Bennett1-1/+1
2010-10-15Use configure to create jim.hSteve Bennett4-14/+14
2010-10-15Enhance catch and 'info returncodes'Steve Bennett4-35/+87
2010-10-15Add basic Tcl implementation of 'try ... finally'Steve Bennett3-15/+122
2010-10-15Improve error message from wrong args to procSteve Bennett1-2/+25
2010-10-15Improve stack trace handlingSteve Bennett12-89/+219
2010-10-15Add support for 'file copy'Steve Bennett3-0/+49
2010-10-15Add exec support for 2>@1Steve Bennett3-8/+28
2010-10-15Code cleanups, mostly formattingSteve Bennett2-74/+64
2010-10-15Documentation, build system updatesSteve Bennett8-42/+727
2010-10-15Simplify Jim_GetVariable(), upvar arg parsingSteve Bennett1-40/+42
2010-10-15Add Jim_SetResultFormatted() for simplied messagesSteve Bennett16-505/+432
2010-10-15Simplify and improve the for command optimisationSteve Bennett1-172/+130
2010-10-15Implement TIP #288Steve Bennett6-146/+308
2010-10-15Allow catch to specify what is caughtSteve Bennett8-348/+502
2010-10-15Allow incr on unset variableSteve Bennett4-9/+35
2010-10-15Simplify and speed up exprSteve Bennett5-687/+692
2010-10-15Fix null pointer dereferenceSteve Bennett2-1/+11
2010-10-15Bug fixes and featuresSteve Bennett6-74/+110
2010-10-15Rework script/subst parser for improved performanceSteve Bennett4-196/+426
2010-10-15Many improvements, bug fixesSteve Bennett25-702/+1692
2010-10-15Various general fixes and cleanupsSteve Bennett11-299/+238
2010-10-15More expr tests and fixesSteve Bennett6-46/+736
2010-10-15New features, docsSteve Bennett6-67/+657
2010-10-15New featuresSteve Bennett3-12/+151
2010-10-15More expr cleanupSteve Bennett1-254/+80
2010-10-15Simplify expr evaluationSteve Bennett6-369/+307
2010-10-15Revert "Simplify handling of {expand}"Steve Bennett1-38/+41
2010-10-15Simplify handling of {expand}Steve Bennett1-41/+38
2010-10-15Allow regsub to return the result as a stringSteve Bennett2-21/+26
2010-10-15Fix many problem with expr evaluationSteve Bennett4-503/+1768
2010-10-15Bugs, features, testsSteve Bennett10-26/+613
2010-10-15Tests, ehancements and bug fixes for execSteve Bennett2-14/+513
2010-10-15Source cleanups, typos, add testSteve Bennett8-96/+562
2010-10-15Improvements to 'scan'Steve Bennett5-883/+168
2010-10-15Implement 'socket pipe'Steve Bennett2-39/+101
2010-10-15Implement and document lassignSteve Bennett3-16/+35
2010-10-15Implement 'file tempfile'Steve Bennett2-2/+35
2010-10-15Speed up assign to static dict sugarSteve Bennett3-97/+87
2010-10-15Bug fixes, documentation updatesSteve Bennett16-4442/+191
2010-10-15Fix time, bump versionSteve Bennett3-13/+18