aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-06-10Create static extension loader dynamicallySteve Bennett3-77/+52
2011-06-10Switch to a Tcl version of make-c-extSteve Bennett3-26/+43
2011-06-10Add --maintainer optionSteve Bennett3-62/+59
2011-06-10Implement the [binary] commandSteve Bennett6-4/+2390
2011-06-10Add support for [string byterange]Steve Bennett1-4/+40
2011-06-10Small code optimisation for [append]Steve Bennett1-15/+15
2011-06-10Update TODO to reflect the current state of JimSteve Bennett3-23/+3
2011-06-10Unload dlopen() handles on freeing interpreterSteve Bennett3-1/+43
2011-06-10Always define strtoull as strtoul if no 64 bit intsSteve Bennett1-1/+1
2011-06-10Add TclX-compatible loop commandSteve Bennett4-2/+235
2011-06-10collect now also frees objects in the free listSteve Bennett1-0/+8
2011-06-10Add a separate install-exec target to the MakefileSteve Bennett1-5/+6
2011-06-10Remove obsolete configure.acSteve Bennett1-398/+0
2011-06-09Better handling of environ on Mac OS XSteve Bennett6-24/+61
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