aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-06-24Version now comes from jim.h0.71Steve Bennett1-1/+1
2011-06-22Remove an unnecessary initialisationSteve Bennett1-1/+0
2011-06-22Fix script line numbering for multi-line commandsSteve Bennett1-4/+13
2011-06-22aio: Ignore error indication on eofSteve Bennett1-5/+8
2011-06-21Fix crash on dup of object with script repSteve Bennett2-4/+13
2011-06-20Add an uninstall targetSteve Bennett1-0/+7
2011-06-17Fix the distdir target when building out of treeSteve Bennett1-2/+3
2011-06-16Re-add a dummy configure.ac for automakeSteve Bennett1-0/+1
2011-06-10Update manual for recent changesSteve Bennett2-32/+89
2011-06-10Allow [info complete] to determine the missing charSteve Bennett1-3/+7
2011-06-10Move 1.25KB off the stack for PRNG initSteve Bennett1-11/+19
2011-06-10Add some missing test dependenciesSteve Bennett2-1/+3
2011-06-10Add aio support for bufferingSteve Bennett5-3/+63
2011-06-10Clear out vars before testSteve Bennett1-0/+1
2011-06-10Slightly more efficient proc testSteve Bennett1-3/+3
2011-06-10Add a dns/binary exampleSteve Bennett2-0/+1228
2011-06-10Small optimisation for utf8 case mappingSteve Bennett1-23/+13
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