aboutsummaryrefslogtreecommitdiff
path: root/jim.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-02Add the [exists] commandSteve Bennett1-0/+46
2010-12-02Fix memory leak with filenamesSteve Bennett1-7/+11
2010-11-26Bug fix: crash parsing invalid dict sugarSteve Bennett1-4/+12
2010-11-24Add support for [dict] size, merge, withSteve Bennett1-2/+75
2010-11-19Better Tcl compatibility for [lrepeat]Steve Bennett1-2/+6
2010-11-19Avoid crash when references are disabledSteve Bennett1-0/+2
2010-11-17Bug fix: [split] string with leading nullSteve Bennett1-2/+4
2010-11-17For ctype macros, cast to unsigned charSteve Bennett1-14/+14
2010-11-17Fix a bug in the UTF-8 implementation of string lastSteve Bennett1-1/+1
2010-11-17Add UTF-8 support to JimSteve Bennett1-691/+572
2010-11-17[source] now opens the script file in text modeSteve Bennett1-6/+8
2010-11-08Don't hardcode /lib/jimSteve Bennett1-1/+1
2010-10-30Allow extensions to be built/installed as modulesSteve Bennett1-1/+1
2010-10-30Determine platform_tcl() settings with configureSteve Bennett1-0/+3
2010-10-30Add 'info channels'Steve Bennett1-8/+33
2010-10-20Declare some internal functions staticSteve Bennett1-18/+18
2010-10-20Add support for 'dict keys'Steve Bennett1-2/+39
2010-10-20Add support for lsort -indexSteve Bennett1-43/+90
2010-10-20Fix a parse error on trailine newlineSteve Bennett1-6/+3
2010-10-15Licence wording updates.Steve Bennett1-2/+0
2010-10-15If three arguments are passed to 'puts' and the second isn't -nonewline, retu...Wojciech A. Koszek1-1/+1
2010-10-15Fix a concat bugSteve Bennett1-1/+7
2010-10-15Fix error message for deleting nonexistent procSteve Bennett1-4/+8
2010-10-15Fix some problems with global and upvarSteve Bennett1-13/+25
2010-10-15Fix -Wshadow warningsSteve Bennett1-84/+83
2010-10-15Some systems insist that ctype macros use unsignedSteve Bennett1-17/+17
2010-10-15Portability fixesSteve Bennett1-0/+2
2010-10-15Add stubs in case of compiled-out package, aioSteve Bennett1-8/+13
2010-10-15Remove dependence of jim core on stderrSteve Bennett1-29/+5
2010-10-15Avoid over-aggressive optimisation in Jim_EvalObj()Steve Bennett1-54/+55
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