aboutsummaryrefslogtreecommitdiff
path: root/jim.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-15Move some core procs into the (Tcl) stdlib extensionSteve Bennett1-18/+79
2010-10-15Reference count commandsSteve Bennett1-35/+39
2010-10-15Improve documentation, remove debuggingSteve Bennett1-15/+1
2010-10-15Improvements to catch, return, signal, trySteve Bennett1-46/+122
2010-10-15Fix unexpected change in list orderSteve Bennett1-5/+7
2010-10-15Fix 'format %%'Steve Bennett1-0/+6
2010-10-15Fix some build problems and add lost featuresSteve Bennett1-51/+52
2010-10-15Fix lsort for large integersSteve Bennett1-6/+18
2010-10-15Enhance catch and 'info returncodes'Steve Bennett1-20/+54
2010-10-15Improve error message from wrong args to procSteve Bennett1-2/+25
2010-10-15Improve stack trace handlingSteve Bennett1-42/+52
2010-10-15Code cleanups, mostly formattingSteve Bennett1-73/+63
2010-10-15Documentation, build system updatesSteve Bennett1-3/+3
2010-10-15Simplify Jim_GetVariable(), upvar arg parsingSteve Bennett1-40/+42
2010-10-15Add Jim_SetResultFormatted() for simplied messagesSteve Bennett1-417/+381
2010-10-15Simplify and improve the for command optimisationSteve Bennett1-172/+130
2010-10-15Implement TIP #288Steve Bennett1-76/+109
2010-10-15Allow catch to specify what is caughtSteve Bennett1-55/+149
2010-10-15Allow incr on unset variableSteve Bennett1-6/+11
2010-10-15Simplify and speed up exprSteve Bennett1-685/+676
2010-10-15Fix null pointer dereferenceSteve Bennett1-1/+1
2010-10-15Bug fixes and featuresSteve Bennett1-42/+52
2010-10-15Rework script/subst parser for improved performanceSteve Bennett1-168/+405
2010-10-15Many improvements, bug fixesSteve Bennett1-370/+528
2010-10-15Various general fixes and cleanupsSteve Bennett1-43/+23
2010-10-15More expr tests and fixesSteve Bennett1-26/+127
2010-10-15New features, docsSteve Bennett1-12/+189
2010-10-15New featuresSteve Bennett1-11/+57
2010-10-15More expr cleanupSteve Bennett1-254/+80
2010-10-15Simplify expr evaluationSteve Bennett1-322/+277
2010-10-15Revert "Simplify handling of {expand}"Steve Bennett1-38/+41
2010-10-15Simplify handling of {expand}Steve Bennett1-41/+38
2010-10-15Fix many problem with expr evaluationSteve Bennett1-501/+875
2010-10-15Bugs, features, testsSteve Bennett1-11/+23
2010-10-15Source cleanups, typos, add testSteve Bennett1-88/+131
2010-10-15Improvements to 'scan'Steve Bennett1-224/+116
2010-10-15Speed up assign to static dict sugarSteve Bennett1-74/+65
2010-10-15Bug fixes, documentation updatesSteve Bennett1-8/+15
2010-10-15Fix time, bump versionSteve Bennett1-3/+8
2010-10-15Enhance env, fix error messagesSteve Bennett1-8/+11
2010-10-15Build improvements, bug fixes and compiler warningsSteve Bennett1-33/+26
2010-10-15jimsh improvements plus documentationSteve Bennett1-3/+1
2010-10-15Fix a couple of bugsSteve Bennett1-6/+12
2010-10-15Implement 'array' in CSteve Bennett1-6/+42
2010-10-15Improve expression supportSteve Bennett1-43/+104
2010-10-15Bugs, features and testsSteve Bennett1-14/+26
2010-10-15Bugs, features, testsSteve Bennett1-0/+1
2010-10-15Bugs and testsSteve Bennett1-1/+1
2010-10-15Improve error handlingSteve Bennett1-39/+127
2010-10-15Fix a couple of bugsSteve Bennett1-0/+1