aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-07-29Add Jim_EvalSource() to replace Jim_Eval_Named()Steve Bennett4-10/+11
2011-07-29Switch to using Jim_Obj for filename trackingSteve Bennett2-155/+94
2011-07-29Track source locations in expressionsSteve Bennett1-4/+17
2011-07-27Return codes > 7 should be caught by defaultSteve Bennett1-11/+11
2011-07-27JimPanic() doesn't require interpSteve Bennett1-28/+23
2011-07-27More info in debug show (maintainer mode)Steve Bennett1-2/+3
2011-07-27Fix object leak in regexp/regsubSteve Bennett2-4/+12
2011-07-25Simplify hash table conditionsmarrero1-6/+6
2011-07-23Update autosetup to the latest versionSteve Bennett6-327/+348
2011-07-22Ensure that catch works properly with 32 bit intsSteve Bennett1-2/+2
2011-07-22Help Jim Tcl build on HaikuSteve Bennett9-14/+23
2011-07-22Small changes to keep older compilers happySteve Bennett3-1/+7
2011-07-22Fix an instance of declaration after codeSteve Bennett1-3/+3
2011-07-18Update documentation for recent featuresSteve Bennett2-90/+175
2011-07-18Don't load and save history if not on a ttySteve Bennett2-3/+7
2011-07-18Don't add a local proc context in source and evalSteve Bennett2-28/+2
2011-07-18Allow install to be a no-op with --disable-install-jimSteve Bennett2-0/+12
2011-07-13Setup auto_path directly in tests/testing.tclSteve Bennett2-1/+3
2011-07-13Simplify approach for generated codeSteve Bennett4-30/+36
2011-07-13Add tcl_platform(pathSeparator)Steve Bennett7-34/+47
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