aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2010-10-15Add do-nothing fileevent for Tcl compatibilitySteve Bennett2-5/+10
2010-10-15Fix QNX buildSteve Bennett1-1/+1
2010-10-15Improvements to script internal repSteve Bennett2-65/+56
2010-10-15Don't depend on specific regexp messagesSteve Bennett1-6/+6
2010-10-15Move test.tcl to tests/jim.testSteve Bennett4-4398/+4372
2010-10-15eventloop improvements and enhancementsSteve Bennett9-212/+887
2010-10-15Fix some eventloop bugsSteve Bennett4-14/+185
2010-10-15Clean up some debuggingSteve Bennett6-75/+53
2010-10-15Source info was lost when converting source to listSteve Bennett2-18/+35
2010-10-15Make sure all static data is marked read-onlySteve Bennett4-18/+16
2010-10-15Better internal script representationSteve Bennett2-319/+295
2010-10-15Implement 'after ms'Steve Bennett2-4/+14
2010-10-15Add support for 'info references'Steve Bennett2-5/+37
2010-10-15Fix crash on expand of empty argSteve Bennett2-6/+12
2010-10-15Fix a crash during list parsingSteve Bennett2-1/+12
2010-10-15It was possible to create a bad refSteve Bennett2-2/+8
2010-10-15Fix a bug with 'time' if the count is 0Steve Bennett1-3/+5
2010-10-15Add an optional 'putter' function to parraySteve Bennett2-3/+22
2010-10-15Implement open "|..."Steve Bennett4-19/+72
2010-10-15autoconf improvementsSteve Bennett5-24/+88
2010-10-15Rename GetFileType() -> JimGetFileType()Steve Bennett1-4/+4
2010-10-15Reduce excessive stack usageSteve Bennett11-38/+66
2010-10-15Set $::errorCode from execSteve Bennett6-15/+124
2010-10-15Use setjmp to better handle lsort errorsSteve Bennett1-15/+15
2010-10-15Fix some eventloop problemsSteve Bennett4-57/+41
2010-10-15Fix help/usage from subcmds under some circumstancesSteve Bennett1-24/+17
2010-10-15fh error not cleared after signalSteve Bennett1-5/+6
2010-10-15aio recvfrom was not null terminating the resultSteve Bennett1-0/+1
2010-10-15Add 'string is' to JimSteve Bennett3-12/+290