aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-07-13Generate static Tcl extensions slightly differentlySteve Bennett1-12/+8
2011-07-12Fix a string length error in [file join] from 3b317b1Steve Bennett1-0/+1
2011-07-12Return an absolute path for [info nameofexec]Steve Bennett1-4/+4
2011-07-12Fix some [file join] casesSteve Bennett2-2/+29
2011-07-08Fix missing expr error message with || and &&Steve Bennett2-3/+12
2011-07-08Make list to string conversion more Tcl compatibleSteve Bennett2-5/+16
2011-07-08Better proc optional arg handlingSteve Bennett4-218/+208
2011-07-08Minor cleanup in JimParseVar()Steve Bennett1-24/+39
2011-07-08Add configure --full optionSteve Bennett1-4/+9
2011-07-08autosetup fix when running under tclshSteve Bennett1-7/+7
2011-07-08Update to the latest autosetupSteve Bennett7-510/+790
2011-07-08Update make-bootstrap-jim for consistent tcl_platformSteve Bennett1-2/+2
2011-07-07Improve diagnostics when a script is incompleteSteve Bennett1-28/+77
2011-07-07Tab and newline are common in text filesSteve Bennett1-4/+4
2011-07-07Optimise [lrange] when returning the whole listSteve Bennett1-0/+3
2011-07-07Minor improvements to oo.tclSteve Bennett1-1/+2
2011-07-07Make an array test more reliableSteve Bennett1-1/+1
2011-07-07Minor code cleanupsSteve Bennett2-17/+12
2011-07-07Use clock instead of open for loadable module bugSteve Bennett1-3/+4
2011-07-07Use memset() when creating a new interpSteve Bennett1-20/+2
2011-07-07Support and ignore fconfigure -translation ...Steve Bennett1-0/+3
2011-07-07Add support for file delete -forceSteve Bennett2-5/+23
2011-07-07Simplify glob and make it work with mingwSteve Bennett1-52/+55
2011-07-07Do just enough to make Jim useable with msys/mingwSteve Bennett4-7/+50
2011-07-04Add rand() and srand() functionsSteve Bennett1-10/+31
2011-06-29Change the builtin regexp to avoid compiling twiceSteve Bennett2-284/+241
2011-06-29Mark tests which require utf-8 supportSteve Bennett2-4/+4
2011-06-29Remove autosetup/jimsh0.exe on distcleanSteve Bennett1-1/+1
2011-06-28Fix support for 64-bit mingwSteve Bennett7-60/+67
2011-06-28Don't try to store an int into a (void *)Steve Bennett3-41/+37
2011-06-28Fix builtin regexp for memory overwriteSteve Bennett2-6/+10
2011-06-25Update autosetup. Fixes a problem in make-c-ext.tclSteve Bennett3-493/+695
2011-06-25Add some missing generated files to .gitignoreSteve Bennett1-0/+2
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