aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-06-09Don't needlessly link against -lmSteve Bennett2-1/+2
2011-06-09Provide a fallback basic [exec] for (e.g.) mingw32Steve Bennett3-7/+81
2011-06-09Revert to using localtime() and rand()Steve Bennett3-6/+2
2011-06-09Use autosetup instead of autoconfSteve Bennett24-6274/+26874
2011-06-09Revert regexp nested repeats from b34ab2f895Steve Bennett3-7/+8
2011-06-07Ensure that linenoise history is only freed onceSteve Bennett1-0/+1
2011-06-07Simplify/fix repeating matchesSteve Bennett3-322/+320
2011-06-05Fix simple * and + case for utf-8Steve Bennett2-5/+15
2011-06-04Make test error easier to readSteve Bennett1-0/+1
2011-06-04Fix utf8 char matching in character rangesSteve Bennett2-41/+50
2011-06-03Fix parsing bug introduced by 505ce9d7Steve Bennett2-123/+232
2011-06-03Fix a compile error in jim-nvp.cSteve Bennett1-1/+1
2011-06-03Some systems don't have FD_CLOEXECSteve Bennett1-0/+4
2011-06-03lsort test should produce reliable resultsSteve Bennett1-1/+5
2011-06-03Improve the rotate right/left codeSteve Bennett1-12/+8
2011-06-03Fix some clang warningsSteve Bennett3-2/+17
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