aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-06-03Add non-greedy regexp supportSteve Bennett2-28/+186
2011-06-03Add make-bootstrap-jim scriptSteve Bennett3-11/+91
2011-06-03Don't set FD_CLOEXEC on standard channelsSteve Bennett1-1/+3
2011-06-01Document changes to [local proc] and [upcall]Steve Bennett2-29/+60
2011-06-01Add [upcall] commandSteve Bennett4-8/+90
2011-06-01Use a union for Jim_Cmd fieldsSteve Bennett3-89/+98
2011-06-01local procs now keep and restore previous defnSteve Bennett3-9/+97
2011-06-01Add Jim_String() macroSteve Bennett22-123/+124
2011-05-31Fix a dict sugar parse bug with backslashed charsSteve Bennett2-8/+64
2011-05-31Document recent featuresSteve Bennett2-34/+250
2011-05-31Support $(...) expr shorthand syntaxSteve Bennett2-4/+85
2011-05-31Remove unused variableSteve Bennett1-2/+1
2011-05-31Remove leftover empty fileSteve Bennett1-0/+0
2011-05-31Fix a minor parsing bug - quoted backslash newlineSteve Bennett2-2/+30
2011-05-28Fix spelling and grammar in the manualSteve Bennett2-54/+67
2011-05-27closing an 'open |...' filehandle should waitSteve Bennett1-0/+6
2011-05-27Ensure detached child processes are reapedSteve Bennett3-135/+60
2011-05-27Opened filehandles should be marked FD_CLOEXECSteve Bennett1-0/+4
2011-05-26Fix an infinite loop in substSteve Bennett2-1/+6
2011-05-26Fix crash with: global ::nameSteve Bennett2-1/+12
2011-05-25Fix a crash when evaluating an invalid expressionSteve Bennett2-17/+45
2011-05-24Minor changes to the debian packagingSteve Bennett3-6/+5
2011-05-24deb: committed files generated by dh_make and editedEdgar Grimberg23-0/+1043
2011-05-24Fix usage of DESTDIR to ensure proper install destSteve Bennett1-11/+10
2011-05-24Remove checks for some impossible conditionsSteve Bennett1-14/+7
2011-05-24Small code cleanupsSteve Bennett9-25/+170
2011-05-23Improve list parsingSteve Bennett6-49/+282
2011-05-23Ensure that variable names can't contain nullsSteve Bennett1-22/+29
2011-05-23Various Code cleanupsSteve Bennett1-36/+30
2011-05-23Fix some minor parsing bugsSteve Bennett2-1/+105
2011-05-23Remove some unused codeSteve Bennett2-12/+0
2011-05-22Code shrinkage - list manipulationSteve Bennett1-42/+13
2011-05-21Share token interpolation implementationSteve Bennett1-164/+143
2011-05-20Minor cleanups to dict sugar parsingSteve Bennett2-20/+23
2011-05-20Improve subst performanceSteve Bennett1-70/+39
2011-05-19Fix some missing closing bracketsSteve Bennett1-2/+2
2011-05-18Fix memory leak on exec argument errorSteve Bennett1-8/+7
2011-05-18Rename more internal functionsSteve Bennett2-25/+26
2011-05-18Minor code cleanupSteve Bennett1-28/+22
2011-05-16Fix a parsing bug with quoted strings inside [...]Steve Bennett2-21/+56
2011-05-09Remove extraneous trailing backslashSteve Bennett1-1/+1
2011-05-09If [file normalize] isn't implemented, give a messageSteve Bennett1-3/+4
2011-05-09Automatic proc upref with & syntaxSteve Bennett2-2/+94
2011-05-09Allow proc 'args' to be renamedSteve Bennett2-14/+56
2011-04-25Remove out-of-date copyrightSteve Bennett1-2/+2
2011-04-23Clean out the tcltests directorySteve Bennett18-419/+124
2011-04-22[package require] should load at the global levelSteve Bennett3-1/+14
2011-04-22Simplify the accounting of call frame levelsSteve Bennett2-102/+82
2011-04-22Fix tcltest v2 for the -setup optionSteve Bennett1-1/+1
2011-04-21More efficient [string trimright] and [string last]Steve Bennett3-33/+71