aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-10-15Fix dynamic loading of extensionsSteve Bennett1-4/+31
2010-10-15Small improvements to testsSteve Bennett6-24/+51
2010-10-15Fix exec with vfork()Steve Bennett3-61/+68
2010-10-15Improvements to jim configureSteve Bennett15-357/+774
2010-10-15Make udp sockets usefulSteve Bennett7-21/+216
2010-10-15More reliable approach to handling signal namesSteve Bennett1-107/+45
2010-10-15Minor compiler compatibility fixes and ref count fixSteve Bennett2-7/+13
2010-10-15White space changes to match jimtcl master branchSteve Bennett1-850/+850
2010-10-15Remove various obsolete filesSteve Bennett6-235/+0
2010-10-15Update test.tcl for new regsub/regexp error messageSteve Bennett1-8/+8
2010-10-15Check that a sourced script is completeSteve Bennett1-37/+24
2010-10-15Implement 'info frame' and some related procsSteve Bennett5-50/+107
2010-10-15Improvements to tailcallSteve Bennett7-42/+104
2010-10-15Move some core procs into the (Tcl) stdlib extensionSteve Bennett10-104/+350
2010-10-15Reference count commandsSteve Bennett3-35/+46
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