aboutsummaryrefslogtreecommitdiff
path: root/jim.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-16Fix a parsing bug with quoted strings inside [...]Steve Bennett1-21/+32
2011-05-09Automatic proc upref with & syntaxSteve Bennett1-2/+38
2011-05-09Allow proc 'args' to be renamedSteve Bennett1-14/+35
2011-04-22[package require] should load at the global levelSteve Bennett1-0/+12
2011-04-22Simplify the accounting of call frame levelsSteve Bennett1-98/+79
2011-04-21More efficient [string trimright] and [string last]Steve Bennett1-33/+39
2011-04-21string trim is now 8 bit cleanSteve Bennett1-34/+111
2011-04-21Add additional tcl_platform() settingsSteve Bennett1-0/+14
2011-04-12Fix [for] crash if loop var is unsetSteve Bennett1-1/+5
2011-04-08Fix a compile error when the debug command is enabledSteve Bennett1-1/+1
2011-01-26scan fails with strings containing nulls0.70Steve Bennett1-14/+21
2010-12-21Minor compiler warning fixesSteve Bennett1-2/+2
2010-12-21All Jim source should include jimautoconf.hSteve Bennett1-0/+1
2010-12-21Convert infinity to InfSteve Bennett1-0/+6
2010-12-15Fix an object sharing bug for arraysSteve Bennett1-11/+32
2010-12-15Fix for right-to-left associativity of ternary operatorSteve Bennett1-2/+171
2010-12-14Include all double colons as part of the var nameSteve Bennett1-5/+6
2010-12-02Improve performance of info procs,commandsSteve Bennett1-0/+22
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