| Commit message (Expand) | Author | Age | Files | Lines |
* | * generic/tclBasic.c: Small changes for clarity in tailcall | Miguel Sofer | 2009-12-06 | 2 | -17/+42 |
|
|
* | * generic/tclBasic.c: Fixed things so that you can tailcall | Miguel Sofer | 2009-12-05 | 3 | -4/+28 |
|
|
* | tcl.h Don't use EXPORT for Tcl_InitStubs | nijtmans | 2009-11-30 | 1 | -3/+3 |
|
|
* | Match the version-bump of TclOO. | dkf | 2009-11-27 | 1 | -2/+3 |
|
|
* | [Bug 2903811]: Remove unneeded restrictions on usefully calling the | dkf | 2009-11-27 | 1 | -8/+6 |
|
|
* | fix warning on LP64 | das | 2009-11-26 | 1 | -1/+5 |
|
|
* | Ensure that destroying an object in a constructor doesn't crash. [Bug 2903011] | dkf | 2009-11-24 | 1 | -4/+44 |
|
|
* | #undef STATIC_BUILD in tclWin(Dde|Reg).c, in order to make | nijtmans | 2009-11-23 | 2 | -38/+33 |
|
|
* | * generic/tclThreadTest.c (NewTestThread): [Bug 2901803] | Kevin B Kenny | 2009-11-23 | 1 | -2/+2 |
|
|
* | [Bug 2901803]: Fix silly error. | dkf | 2009-11-23 | 1 | -14/+16 |
|
|
* | Cast required when setting result using a const string. String is copied by T... | patthoyts | 2009-11-21 | 1 | -2/+2 |
|
|
* | a bit of cleanup | dgp | 2009-11-20 | 1 | -1/+4 |
|
|
* | Updated freeIntRepProc routines so | nijtmans | 2009-11-19 | 1 | -2/+3 |
|
|
* | Test-case for fixed [Bug 2849797] | nijtmans | 2009-11-19 | 2 | -5/+2 |
|
|
* | Fix [Bug 2883850]: pkgIndex.tcl doesn't | nijtmans | 2009-11-18 | 5 | -27/+97 |
|
|
* | Fix [Bug 2849797]: channel name inconsistencies as suggested by DKF | nijtmans | 2009-11-18 | 2 | -7/+13 |
|
|
* | Eliminate unneccessary spaces | nijtmans | 2009-11-18 | 1 | -4/+4 |
|
|
* | Eliminate various gcc warnings (in -Wextra mode) | nijtmans | 2009-11-18 | 16 | -154/+158 |
|
|
* | Use proper command creation routine. | dgp | 2009-11-16 | 1 | -2/+2 |
|
|
* | Revert mistaken commit | dgp | 2009-11-16 | 5 | -107/+7 |
|
|
* | (forward port) Fix [Bug 2891556] and improve test to detect similar manifesta... | ferrieux | 2009-11-16 | 7 | -14/+175 |
|
|
* | * generic/tclIO.c (CopyData): [Bug 2895565]. Dropped bogosity | andreas_kupries | 2009-11-12 | 1 | -9/+12 |
|
|
* | * generic/tclClock.c (TclClockInit): Do not create [clock] support | dgp | 2009-11-12 | 1 | -1/+10 |
|
|
* | Fix [Bug 2888099] (close discards ENOSPC error) by saving the errno | ferrieux | 2009-11-10 | 1 | -2/+17 |
|
|
* | * generic/tclBasic.c: Plug another leak in TCL_EVAL_DIRECT | andreas_kupries | 2009-11-10 | 1 | -9/+9 |
|
|
* | * generic/tclObj.c: Plus memory leak in TclContinuationsEnter(). | andreas_kupries | 2009-11-10 | 1 | -1/+12 |
|
|
* | * generic/tclBasic.c (TclEvalObjEx): Moved the #280 decrement of | andreas_kupries | 2009-11-09 | 1 | -8/+7 |
|
|
* | Some small bits of tidying up. | dkf | 2009-11-09 | 1 | -16/+14 |
|
|
* | [Bug 2889593]: Make [expr round()] give the right error. | dkf | 2009-10-31 | 1 | -2/+2 |
|
|
* | * generic/tcl.h: Changed the typedef for the mp_digit type | dgp | 2009-10-29 | 1 | -6/+2 |
|
|
* | Remove accidental C99-ism which reportedly makes the AIX native compiler choke. | dkf | 2009-10-29 | 1 | -19/+31 |
|
|
* | * generic/tclLiteral.c: Fixed 2 bugs reported in [Bug 2888044]. | dgp | 2009-10-28 | 1 | -1/+2 |
|
|
* | * generic/tclPathObj.c: Missing refcount on cached normalized path | dgp | 2009-10-27 | 1 | -1/+2 |
|
|
* | * generic/tclIO.c (FlushChannel): Skip OutputProc for low-level | andreas_kupries | 2009-10-23 | 1 | -2/+6 |
|
|
* | Let [$obj varname x(y)] work. [Bug 2883857] | dkf | 2009-10-22 | 1 | -2/+25 |
|
|
* | Fix [Bug 2882561]. | dkf | 2009-10-21 | 1 | -3/+3 |
|
|
* | Fix [Bug 2881259]. | dkf | 2009-10-21 | 1 | -2/+2 |
|
|
* | * generic/tclIO.c: Revised ReadChars and FilterInputBytes routines | dgp | 2009-10-19 | 1 | -17/+27 |
|
|
* | Fix for [Bug 2871908] | Joe Mistachkin | 2009-10-18 | 1 | -6/+6 |
|
|
* | Fix [Bug 2629338]: Stop evil unset traces from accessing freed memory. | dkf | 2009-10-17 | 2 | -22/+45 |
|
|
* | [Bug 2874678]: Don't leak bignums in [dict incr]... | dkf | 2009-10-08 | 1 | -1/+7 |
|
|
* | * generic/tclObj.c: [Bug 2871908]: Plug memory leaks of the | andreas_kupries | 2009-10-07 | 1 | -21/+19 |
|
|
* | * generic/tclIORChan.c (ErrnoReturn): Replace the hardwired | andreas_kupries | 2009-10-07 | 1 | -2/+2 |
|
|
* | * generic/tclInterp.c (SlaveEval): Agressive stomping of internal reps | dgp | 2009-10-06 | 1 | -17/+4 |
|
|
* | * generic/tclTomMathInt.h (new): Public header tclTomMath.h had | dgp | 2009-10-06 | 3 | -5/+5 |
|
|
* | * generic/tclDictObj.c: Updated freeIntRepProc routines so | dgp | 2009-09-30 | 13 | -19/+29 |
|
|
* | * generic/tclAlloc.c: Cleaned up various routines in the | dgp | 2009-09-29 | 4 | -23/+66 |
|
|
* | * generic/tclCmdMZ.c: Replaced TclProcessReturn() calls with | dgp | 2009-09-28 | 1 | -17/+9 |
|
|
* | Added dummy tclooConfig.sh files for easier cross-version building. [2026844] | dkf | 2009-09-26 | 1 | -2/+6 |
|
|
* | TIP #356 IMPLEMENTATION | dgp | 2009-09-24 | 6 | -12/+27 |
|
|