Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | compiler error on Windows: there should be only one ↵ | jan.nijtmans | 2011-08-10 | 1 | -1/+1 |
| | | | | TclFullFinalizationRequested function | ||||
* | [Bug 2919042] Restore "valgrindability" of Tcl that was lost by the ↵ | ferrieux | 2011-08-09 | 5 | -44/+119 |
| | | | | streamlining of [exit], by conditionally forcing a full Finalize: use -DPURIFY or ::env(TCL_FINALIZE_ON_EXIT) | ||||
* | [Bug 3386417] avoid a reference loop between the bytecode and its companion ↵ | ferrieux | 2011-08-09 | 3 | -1/+25 |
| | | | | errostack when compiling a syntax error. | ||||
* | Change the signature of TclParseHex(), such that it can now parse up to 8 ↵ | jan.nijtmans | 2011-08-09 | 2 | -10/+12 |
| | | | | hex characters | ||||
* | Make the -buffersize option to '$zstream add' function correctly instead of | dkf | 2011-08-08 | 1 | -12/+37 |
| | | | having its value just be discarded unceremoniously. | ||||
* | merge release to trunk | dgp | 2011-08-08 | 1 | -2/+2 |
|\ | |||||
| *---. | merge from trunk to rc all but the AI_ADDRCONFIG experimentcore_8_6_b2core_8_6_b2_rc | dgp | 2011-08-05 | 11 | -241/+197 |
| |\ \ \ | |||||
| * \ \ \ | merge to rc | dgp | 2011-08-03 | 1 | -2/+2 |
| |\ \ \ \ | |||||
| * \ \ \ \ | merge to rc | dgp | 2011-08-02 | 2 | -25/+28 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | merge to rc | dgp | 2011-07-27 | 1 | -0/+1 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | merge to rc | dgp | 2011-07-19 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ | |||||
| * | | | | | | | | Bump version number to 8.6b2. | dgp | 2011-07-18 | 1 | -2/+2 |
| | | | | | | | | | |||||
* | | | | | | | | | [Bug 3387082]: Plug memory leak in call chain introspection. | dkf | 2011-08-07 | 2 | -4/+3 |
| | | | | | | | | | |||||
* | | | | | | | | | * generic/tclAssemnbly.c: Plug another memory leak. [Bug 3384840] | Kevin B Kenny | 2011-08-06 | 2 | -0/+32 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * generic/tclStrToD.c: Plug another memory leak. [Bug 3386975] | ||||
* | | | | | | | | | Plug another memory leak. [Bug 3384840] | Kevin B Kenny | 2011-08-06 | 1 | -6/+15 |
| | | | | | | | | | |||||
* | | | | | | | | | Plug another memory leak. [Bug 3384840] | Kevin B Kenny | 2011-08-06 | 1 | -0/+7 |
| | | | | | | | | | |||||
* | | | | | | | | | Plugged a memory leak in double->string | Kevin B Kenny | 2011-08-06 | 1 | -3/+2 |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | | | conversion. [Bug 3386975] | ||||
| * | | | | | | | | Plugged a memory leak in double->string | Kevin B Kenny | 2011-08-06 | 1 | -3/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | conversion. [Bug 3386975] | ||||
* | | | | | | | | | Use Tcl_PrintfObj to generate more (complex) error messages. | dkf | 2011-08-05 | 9 | -97/+62 |
| | | | | | | | | | |||||
* | | | | | | | | | Ensure that memory isn't leaked when an unknown instruction is encountered. | dkf | 2011-08-05 | 1 | -108/+111 |
| | | | | | | | | | |||||
* | | | | | | | | | [Bug 3386197]: Fix buffer direction botch. Damn you, confusing terminology! | dkf | 2011-08-05 | 1 | -2/+2 |
| | | | | | | | | | |||||
* | | | | | | | | | [Bug 3386197]: Plug memory leak in unstacking of zlib transforms. | dkf | 2011-08-04 | 1 | -0/+14 |
| | | | | | | | | | |||||
* | | | | | | | | | * generic/tclVar.c (TclPtrSetVar): fix valgrind-detected error when ↵ | mig | 2011-08-04 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | newValuePtr is the interp's result obj. | ||||
* | | | | | | | | | More memleak plugging. | dkf | 2011-08-04 | 1 | -15/+2 |
| |_|_|_|_|_|_|/ |/| | | | | | | | |||||
* | | | | | | | | Don't use AI_ADDRCONFIG for now. It seems to do more harm than good. | max | 2011-08-04 | 1 | -0/+9 |
| |_|_|_|_|_|/ |/| | | | | | | |||||
* | | | | | | | [Bug 3384840]: Fix memory leaks in the assembler due to Tcl_Obj reference | dkf | 2011-08-04 | 1 | -18/+4 |
| |_|_|_|_|/ |/| | | | | | | | | | | | ownership error. | ||||
* | | | | | | Fix build on systems where ECANCELED == ELIBMAX | dgp | 2011-08-03 | 1 | -2/+2 |
| |_|_|_|/ |/| | | | | |||||
* | | | | | [Bug 3384007]: Fix some panic messages. | dkf | 2011-08-02 | 1 | -25/+21 |
| | | | | | |||||
* | | | | | * generic/tclProc.c (TclProcCompileProc): fix for leak of resolveInfo when ↵ | mig | 2011-08-01 | 1 | -0/+7 |
| |_|_|/ |/| | | | | | | | | | | | recompiling procs, [Bug 3383616]. Thx go to Gustaf Neumann for detecting the bug and providing the fix. | ||||
* | | | | Ensure that TclOO is properly found by all the various package mechanisms (by | dkf | 2011-07-26 | 1 | -0/+1 |
| |_|/ |/| | | | | | adding a dummy ifneeded script) and not just some of them. | ||||
* | | | 3371644 Repair failure to properly handle (length == -1) in TclConvertElement(). | dgp | 2011-07-19 | 1 | -3/+1 |
|\ \ \ | |/ / | |||||
| * | | 3371644 Repair failure to properly handle (length == -1) in TclConvertElement(). | dgp | 2011-07-19 | 1 | -1/+1 |
| | | | |||||
* | | | Fix [bug 3371644] -- crash on Tcl_ConvertElement with leading pound. | ferrieux | 2011-07-19 | 1 | -1/+3 |
| |/ |/| | |||||
* | | Avoid segfaults when RecordByteCodeStats() is called in a deleted interp. | dgp | 2011-07-15 | 1 | -0/+5 |
|\ \ | |/ | |||||
| * | Avoid segfaults when RecordByteCodeStats() is called in a deleted interp. | dgp | 2011-07-15 | 1 | -0/+5 |
| |\ | |||||
| | * | Avoid segfaults when RecordByteCodeStats() is called in a deleted interp. | dgp | 2011-07-15 | 1 | -0/+5 |
| | | | |||||
| | * | 3366265 Buffer allocated one byte too small caused overrun. | dgp | 2011-07-13 | 1 | -1/+1 |
| | | | |||||
* | | | 3357771 Prevent circular references in values with ByteCode intreps. | dgp | 2011-07-15 | 1 | -1/+13 |
| | | | |||||
* | | | [Bug 3365156]: Remove stray refcount bump that caused a memory leak. | dkf | 2011-07-15 | 1 | -1/+0 |
|\ \ \ | |||||
| * | | | Remove stray refcount bump that caused a memory leak.bug_3365156 | dkf | 2011-07-14 | 1 | -1/+0 |
| | | | | |||||
* | | | | 3366265 Allocate proper size buffer for TclConvertElement() to write to. | dgp | 2011-07-14 | 1 | -2/+4 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | 3366265 Allocate proper size buffer for TclConvertElement() to write to. | dgp | 2011-07-14 | 1 | -2/+4 |
| | | | | |||||
* | | | | platform portable type matching in debug prints | dgp | 2011-07-12 | 5 | -14/+14 |
| | | | | |||||
* | | | | merge to trunk | dgp | 2011-07-12 | 1 | -4/+4 |
|\ \ \ \ | |/ / / | |||||
| * | | | Silence type match warnings in debug print. | dgp | 2011-07-12 | 1 | -2/+2 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | wipunproven | dgp | 2011-07-12 | 1 | -25/+25 |
| | | | | |||||
| | * | | wip | dgp | 2011-07-12 | 1 | -6/+6 |
| | | | | |||||
| | * | | Type mismatches in *printf calls. | dgp | 2011-07-11 | 2 | -9/+11 |
| | | | | |||||
* | | | | Correct cast for CURR_DEPTH to silence compiler warning. [Bug 3339502] | Joe Mistachkin | 2011-07-11 | 1 | -1/+1 |
| |_|/ |/| | | |||||
* | | | * generic/tclBasic.c: add missing INT2PTR | mig | 2011-07-07 | 1 | -1/+1 |
| | | |