Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | [Bug 2919042] Restore "valgrindability" of Tcl that was lost by the ↵ | ferrieux | 2011-08-09 | 6 | -44/+126 | |
| | | | | 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 | 4 | -1/+31 | |
| | | | | errostack when compiling a syntax error. | |||||
* | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-09 | 7 | -37/+19 | |
|\ | ||||||
| * | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-09 | 5 | -19/+10 | |
| | | ||||||
* | | Change the signature of TclParseHex(), such that it can now parse up to 8 ↵ | jan.nijtmans | 2011-08-09 | 3 | -10/+17 | |
| | | | | | | | | hex characters | |||||
* | | Make the -buffersize option to '$zstream add' function correctly instead of | dkf | 2011-08-08 | 2 | -12/+44 | |
| | | | | | | having its value just be discarded unceremoniously. | |||||
* | | merge release to trunk | dgp | 2011-08-08 | 11 | -12/+31 | |
|\ \ | ||||||
| | \ | ||||||
| | \ | ||||||
| | \ | ||||||
| | \ | ||||||
| *---. \ | merge from trunk to rc all but the AI_ADDRCONFIG experimentcore_8_6_b2core_8_6_b2_rc | dgp | 2011-08-05 | 15 | -246/+321 | |
| |\ \ \ \ | ||||||
| * \ \ \ \ | merge to rc | dgp | 2011-08-03 | 1 | -2/+29 | |
| |\ \ \ \ \ | ||||||
| * \ \ \ \ \ | merge to rc | dgp | 2011-08-03 | 1 | -2/+2 | |
| |\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | merge to rc | dgp | 2011-08-02 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | merge to rc | dgp | 2011-08-02 | 2 | -1/+2 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ | merge to rc | dgp | 2011-08-02 | 8 | -171/+224 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ | merge to rc | dgp | 2011-07-28 | 3 | -2/+10 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ | merge to rc | dgp | 2011-07-28 | 20 | -2851/+60 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ | merge to rc | dgp | 2011-07-27 | 4 | -15/+21 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ | merge to rc | dgp | 2011-07-19 | 3 | -2/+14 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ | merge to rc | dgp | 2011-07-19 | 14 | -26/+66 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | Bump version number to 8.6b2. | dgp | 2011-07-18 | 10 | -10/+23 | |
| | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | [Bug 3387082]: Plug memory leak in call chain introspection. | dkf | 2011-08-07 | 4 | -8/+37 | |
| | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | * generic/tclAssemnbly.c: Plug another memory leak. [Bug 3384840] | Kevin B Kenny | 2011-08-06 | 3 | -0/+33 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | 2 | -0/+11 | |
| | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | Plugged a memory leak in double->string | Kevin B Kenny | 2011-08-06 | 2 | -3/+7 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | / | | |_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | conversion. [Bug 3386975] | |||||
| * | | | | | | | | | | | | | | Plugged a memory leak in double->string | Kevin B Kenny | 2011-08-06 | 2 | -3/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | conversion. [Bug 3386975] | |||||
* | | | | | | | | | | | | | | | Use Tcl_PrintfObj to generate more (complex) error messages. | dkf | 2011-08-05 | 10 | -98/+63 | |
| | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | Ensure that memory isn't leaked when an unknown instruction is encountered. | dkf | 2011-08-05 | 2 | -108/+115 | |
| | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | [Bug 3386197]: Fix buffer direction botch. Damn you, confusing terminology! | dkf | 2011-08-05 | 2 | -3/+4 | |
| | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | [Bug 3386197]: Plug memory leak in unstacking of zlib transforms. | dkf | 2011-08-04 | 2 | -4/+23 | |
| | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | * generic/tclVar.c (TclPtrSetVar): fix valgrind-detected error when ↵ | mig | 2011-08-04 | 2 | -1/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | newValuePtr is the interp's result obj. | |||||
* | | | | | | | | | | | | | | | More changes tidying. | dgp | 2011-08-04 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | missing TIP id in changes | dgp | 2011-08-04 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | More memleak plugging. | dkf | 2011-08-04 | 2 | -22/+9 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | Don't use AI_ADDRCONFIG for now. It seems to do more harm than good. | max | 2011-08-04 | 2 | -0/+21 | |
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | [Bug 3384840]: Fix memory leaks in the assembler due to Tcl_Obj reference | dkf | 2011-08-04 | 3 | -18/+96 | |
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | ownership error. | |||||
* | | | | | | | | | | | | Update file generated by `make dist` | dgp | 2011-08-03 | 1 | -2/+29 | |
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | Fix build on systems where ECANCELED == ELIBMAX | dgp | 2011-08-03 | 1 | -2/+2 | |
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | ||||||
* | | | | | | | | | | Use the actual case used by Thread to name the directory its distributions | dgp | 2011-08-02 | 1 | -1/+1 | |
| |_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | unpack into. | |||||
* | | | | | | | | | Variable substitution botch. | dgp | 2011-08-02 | 2 | -1/+2 | |
| |_|_|_|_|_|_|/ |/| | | | | | | | ||||||
* | | | | | | | | Updates for 8.6b2 release. | dgp | 2011-08-02 | 2 | -1/+7 | |
| | | | | | | | | ||||||
* | | | | | | | | [Bug 3384007]: Fix some panic messages. | dkf | 2011-08-02 | 2 | -28/+30 | |
| | | | | | | | | ||||||
* | | | | | | | | * generic/tclProc.c (TclProcCompileProc): fix for leak of resolveInfo when ↵ | mig | 2011-08-01 | 2 | -0/+13 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | recompiling procs, [Bug 3383616]. Thx go to Gustaf Neumann for detecting the bug and providing the fix. | |||||
* | | | | | | | | General cleanup of tests to promote intelligibility and to try to ensure that | dkf | 2011-08-01 | 1 | -94/+93 | |
| | | | | | | | | | | | | | | | | | | | | | | | | what is tested is just that which was the subject of the test. | |||||
* | | | | | | | | Added some examples of how some of the standard global variables can be used, | dkf | 2011-08-01 | 2 | -0/+41 | |
| | | | | | | | | | | | | | | | | | | | | | | | | following prompting by a request by Robert Hicks. | |||||
* | | | | | | | | [Bug 3382474]: Added code to determine the version number of contributed | dkf | 2011-08-01 | 2 | -4/+18 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | packages from their directory names so that HTML documentation builds are less confusing. | |||||
* | | | | | | | | Small errors plague us all... | dkf | 2011-07-29 | 1 | -2/+2 | |
| | | | | | | | | ||||||
* | | | | | | | | Small enhancements to improve cross-linking with contributed packages. | dkf | 2011-07-29 | 3 | -47/+25 | |
| |_|_|_|_|_|/ |/| | | | | | | ||||||
* | | | | | | | autoconf | dgp | 2011-07-28 | 2 | -1/+3 | |
| | | | | | | | ||||||
* | | | | | | | Fix AC_DEFINE invocation for NEED_FAKE_RFC2553. | max | 2011-07-28 | 2 | -1/+7 | |
| |_|_|_|_|/ |/| | | | | | ||||||
* | | | | | | Update tzdata. Update changes. | dgp | 2011-07-28 | 20 | -2851/+60 | |
|\ \ \ \ \ \ | |/ / / / / | | | | | / | |_|_|_|/ |/| | | | |