aboutsummaryrefslogtreecommitdiff
path: root/jim.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-15Simplify dict creationSteve Bennett1-99/+32
2010-10-15More simplification of Jim_EvalObj()Steve Bennett1-122/+96
2010-10-15Fix bug when renaming the current procSteve Bennett1-24/+16
2010-10-15Fix reference counting of stack trace in 'error'Steve Bennett1-0/+1
2010-10-15Make jim more reentrantSteve Bennett1-1/+2
2010-10-15string trimright now always removes nullsSteve Bennett1-3/+2
2010-10-15Minor cleanups and fixesSteve Bennett1-14/+12
2010-10-15Improvements to script internal repSteve Bennett1-65/+52
2010-10-15eventloop improvements and enhancementsSteve Bennett1-36/+0
2010-10-15Fix some eventloop bugsSteve Bennett1-5/+13
2010-10-15Clean up some debuggingSteve Bennett1-70/+48
2010-10-15Source info was lost when converting source to listSteve Bennett1-2/+18
2010-10-15Make sure all static data is marked read-onlySteve Bennett1-15/+13
2010-10-15Better internal script representationSteve Bennett1-309/+295
2010-10-15Add support for 'info references'Steve Bennett1-5/+32
2010-10-15Fix crash on expand of empty argSteve Bennett1-6/+6
2010-10-15Fix a crash during list parsingSteve Bennett1-1/+6
2010-10-15It was possible to create a bad refSteve Bennett1-2/+2
2010-10-15Fix a bug with 'time' if the count is 0Steve Bennett1-3/+5
2010-10-15Reduce excessive stack usageSteve Bennett1-1/+5
2010-10-15Set $::errorCode from execSteve Bennett1-1/+21
2010-10-15Use setjmp to better handle lsort errorsSteve Bennett1-15/+15
2010-10-15Fix some eventloop problemsSteve Bennett1-1/+1
2010-10-15Add 'string is' to JimSteve Bennett1-12/+104
2010-10-15Clean up the indentation messSteve Bennett1-2917/+3442
2010-10-15Improvements to jim configureSteve Bennett1-15/+0
2010-10-15Minor compiler compatibility fixes and ref count fixSteve Bennett1-6/+11
2010-10-15White space changes to match jimtcl master branchSteve Bennett1-850/+850
2010-10-15Check that a sourced script is completeSteve Bennett1-37/+24
2010-10-15Implement 'info frame' and some related procsSteve Bennett1-29/+62
2010-10-15Improvements to tailcallSteve Bennett1-12/+5
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