aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-10-20Small fixes to make FreeBSD happy0.63Steve Bennett3-6/+6
2010-10-20Mark some more static data as constSteve Bennett2-4/+4
2010-10-20Switch regexp/regsub to use Jim_GetEnum()Steve Bennett2-60/+82
2010-10-20Fix some outlier issues with regexp/regsubSteve Bennett3-594/+671
2010-10-20Allow regexp/regsub -start to be an indexSteve Bennett1-4/+11
2010-10-20Fix regexp -all -line with an anchored searchSteve Bennett1-3/+5
2010-10-20Declare some internal functions staticSteve Bennett2-19/+19
2010-10-20Document dict keys and lsort -indexSteve Bennett2-3/+39
2010-10-20Add support for 'dict keys'Steve Bennett3-27/+41
2010-10-20Add support for lsort -indexSteve Bennett2-43/+283
2010-10-20Set $argc in jimshSteve Bennett3-1/+15
2010-10-20Fix a parse error on trailine newlineSteve Bennett1-6/+3
2010-10-15Ensure that 'make install' installs jim.hSteve Bennett1-1/+1
2010-10-15Only indicate 'Runtime Error' from a scriptSteve Bennett1-2/+2
2010-10-15Properly allow the id to be set in bench.tclSteve Bennett1-1/+3
2010-10-15Rename Tcl.html_shipped to Tcl_shipped.htmlSteve Bennett2-2/+2
2010-10-15Licence wording updates.Steve Bennett12-35/+9
2010-10-15If three arguments are passed to 'puts' and the second isn't -nonewline, retu...Wojciech A. Koszek1-1/+1
2010-10-15Re-add some files lost from v0.51Steve Bennett9-1/+498
2010-10-15Fix regsub to support strings with embedded nullsSteve Bennett2-16/+17
2010-10-15Fix a concat bugSteve Bennett2-1/+39
2010-10-15Fix error message for deleting nonexistent procSteve Bennett2-4/+163
2010-10-15Fix some problems with global and upvarSteve Bennett2-13/+348
2010-10-15Add support for clock clicks, micros, millisSteve Bennett1-0/+41
2010-10-15Fix -Wshadow warningsSteve Bennett6-95/+94
2010-10-15Some systems insist that ctype macros use unsignedSteve Bennett2-18/+18
2010-10-15Portability fixesSteve Bennett14-60/+454
2010-10-15Make it easier to enable and disable extensionsSteve Bennett2-34/+116
2010-10-15Add stubs in case of compiled-out package, aioSteve Bennett2-8/+22
2010-10-15Remove dependence of jim core on stderrSteve Bennett7-66/+48
2010-10-15Add install target to MakefileSteve Bennett8-225/+6840
2010-10-15Allow an optional version id in bench.tclSteve Bennett1-6/+4
2010-10-15Rename internal procs in tree.tclSteve Bennett1-32/+32
2010-10-15Reduce max nesting depth to 1000Steve Bennett1-1/+1
2010-10-15Implement 'pid handle'Steve Bennett4-11/+99
2010-10-15Avoid over-aggressive optimisation in Jim_EvalObj()Steve Bennett1-54/+55
2010-10-15Allow exit from .jimrcSteve Bennett2-11/+13
2010-10-15Simplify dict creationSteve Bennett1-99/+32
2010-10-15More simplification of Jim_EvalObj()Steve Bennett1-122/+96
2010-10-15Implement Tcl I/O wrappers in TclSteve Bennett2-111/+48
2010-10-15Fix bug when renaming the current procSteve Bennett2-24/+21
2010-10-15Fix reference counting of stack trace in 'error'Steve Bennett2-0/+9
2010-10-15Skip tests for features which are not availableSteve Bennett13-11/+32
2010-10-15Source location for failed tests was wrongSteve Bennett1-1/+15
2010-10-15Make jim more reentrantSteve Bennett5-67/+96
2010-10-15Ensure that Tcl extensions can be built-in or externalSteve Bennett19-5/+54
2010-10-15string trimright now always removes nullsSteve Bennett2-3/+3
2010-10-15Change tree API to be object-basedSteve Bennett2-109/+106
2010-10-15Minor cleanups and fixesSteve Bennett3-28/+18
2010-10-15Use $::env to build environment for execSteve Bennett3-12/+180