Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | merge to rc | dgp | 2011-07-28 | 1 | -0/+23 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ | merge to rc | dgp | 2011-07-27 | 1 | -1/+11 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ | merge to rc | dgp | 2011-07-19 | 1 | -0/+6 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ | merge to rc | dgp | 2011-07-19 | 1 | -2/+17 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Bump version number to 8.6b2. | dgp | 2011-07-18 | 1 | -0/+13 | |
* | | | | | | | | | | | | | | [Bug 3387082]: Plug memory leak in call chain introspection. | dkf | 2011-08-07 | 1 | -4/+9 | |
* | | | | | | | | | | | | | | * generic/tclAssemnbly.c: Plug another memory leak. [Bug 3384840] | Kevin B Kenny | 2011-08-06 | 1 | -0/+1 | |
* | | | | | | | | | | | | | | Plug another memory leak. [Bug 3384840] | Kevin B Kenny | 2011-08-06 | 1 | -0/+4 | |
* | | | | | | | | | | | | | | Plugged a memory leak in double->string | Kevin B Kenny | 2011-08-06 | 1 | -0/+5 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | / / | | |_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Plugged a memory leak in double->string | Kevin B Kenny | 2011-08-06 | 1 | -0/+5 | |
* | | | | | | | | | | | | | Ensure that memory isn't leaked when an unknown instruction is encountered. | dkf | 2011-08-05 | 1 | -0/+4 | |
* | | | | | | | | | | | | | [Bug 3386197]: Fix buffer direction botch. Damn you, confusing terminology! | dkf | 2011-08-05 | 1 | -1/+2 | |
* | | | | | | | | | | | | | [Bug 3386197]: Plug memory leak in unstacking of zlib transforms. | dkf | 2011-08-04 | 1 | -4/+9 | |
* | | | | | | | | | | | | | * generic/tclVar.c (TclPtrSetVar): fix valgrind-detected error when newValueP... | mig | 2011-08-04 | 1 | -0/+5 | |
* | | | | | | | | | | | | | More memleak plugging. | dkf | 2011-08-04 | 1 | -7/+7 | |
| |_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | Don't use AI_ADDRCONFIG for now. It seems to do more harm than good. | max | 2011-08-04 | 1 | -0/+12 | |
| |_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | [Bug 3384840]: Fix memory leaks in the assembler due to Tcl_Obj reference | dkf | 2011-08-04 | 1 | -0/+10 | |
| |_|_|_|_|_|_|_|/ / |/| | | | | | | | | | ||||||
* | | | | | | | | | | Variable substitution botch. | dgp | 2011-08-02 | 1 | -0/+1 | |
| |_|_|_|_|_|_|/ / |/| | | | | | | | | ||||||
* | | | | | | | | | Updates for 8.6b2 release. | dgp | 2011-08-02 | 1 | -0/+4 | |
* | | | | | | | | | [Bug 3384007]: Fix some panic messages. | dkf | 2011-08-02 | 1 | -3/+9 | |
* | | | | | | | | | * generic/tclProc.c (TclProcCompileProc): fix for leak of resolveInfo when re... | mig | 2011-08-01 | 1 | -0/+6 | |
* | | | | | | | | | Added some examples of how some of the standard global variables can be used, | dkf | 2011-08-01 | 1 | -0/+4 | |
* | | | | | | | | | [Bug 3382474]: Added code to determine the version number of contributed | dkf | 2011-08-01 | 1 | -0/+6 | |
* | | | | | | | | | Small enhancements to improve cross-linking with contributed packages. | dkf | 2011-07-29 | 1 | -0/+7 | |
| |_|_|_|_|_|/ / |/| | | | | | | | ||||||
* | | | | | | | | autoconf | dgp | 2011-07-28 | 1 | -0/+1 | |
* | | | | | | | | Fix AC_DEFINE invocation for NEED_FAKE_RFC2553. | max | 2011-07-28 | 1 | -0/+5 | |
| |_|_|_|_|/ / |/| | | | | | | ||||||
* | | | | | | | Update tzdata. Update changes. | dgp | 2011-07-28 | 1 | -0/+23 | |
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | / / | |_|_|_|/ / |/| | | | | | ||||||
| * | | | | | Update to Olson's tzdata2011h | dgp | 2011-07-28 | 1 | -0/+21 | |
* | | | | | | Ensure that TclOO is properly found by all the various package mechanisms (by | dkf | 2011-07-26 | 1 | -2/+8 | |
* | | | | | | [Bug 3372130] Fix hypot math function with MSVC10 | jan.nijtmans | 2011-07-21 | 1 | -0/+4 | |
|\ \ \ \ \ \ | |/ / / / / | | | | / / | |_|_|/ / |/| | | | | ||||||
| * | | | | [Bug 3372130] Fix hypot math function with MSVC10 | jan.nijtmans | 2011-07-21 | 1 | -0/+4 | |
| |\ \ \ \ | | | |_|/ | | |/| | | ||||||
| | * | | | [Bug 3372130] Fix hypot math function with MSVC10 | jan.nijtmans | 2011-07-21 | 1 | -0/+4 | |
* | | | | | 3371644 Repair failure to properly handle (length == -1) in TclConvertElement(). | dgp | 2011-07-19 | 1 | -2/+4 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | 3371644 Repair failure to properly handle (length == -1) in TclConvertElement(). | dgp | 2011-07-19 | 1 | -0/+5 | |
* | | | | | Fix [bug 3371644] -- crash on Tcl_ConvertElement with leading pound. | ferrieux | 2011-07-19 | 1 | -0/+4 | |
| |_|_|/ |/| | | | ||||||
* | | | | The final parts of my doc improvement project | dkf | 2011-07-18 | 1 | -2/+13 | |
* | | | | Undocument long gone limitation of [upvar]. | ferrieux | 2011-07-18 | 1 | -0/+4 | |
| |_|/ |/| | | ||||||
* | | | Avoid segfaults when RecordByteCodeStats() is called in a deleted interp. | dgp | 2011-07-15 | 1 | -0/+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 | |
| | * | 3366265 Buffer allocated one byte too small caused overrun. | dgp | 2011-07-13 | 1 | -0/+7 | |
* | | | 3357771 Prevent circular references in values with ByteCode intreps. | dgp | 2011-07-15 | 1 | -0/+6 | |
* | | | [Bug 3365156]: Remove stray refcount bump that caused a memory leak. | dkf | 2011-07-15 | 1 | -2/+7 | |
|\ \ \ | ||||||
| * | | | Remove stray refcount bump that caused a memory leak.bug_3365156 | dkf | 2011-07-14 | 1 | -0/+5 | |
* | | | | 3364777 Stop segfault caused by reading from struct after it had been freed. | dgp | 2011-07-12 | 1 | -0/+5 | |
* | | | | Correct cast for CURR_DEPTH to silence compiler warning. [Bug 3339502] | Joe Mistachkin | 2011-07-11 | 1 | -0/+5 | |
|/ / / | ||||||
* | | | [FRQ 3358415]: Minor doc improvement | dkf | 2011-07-08 | 1 | -1/+5 | |
|\ \ \ | |/ / | ||||||
| * | | [FRQ 3358415]: Minor doc improvement | dkf | 2011-07-08 | 1 | -0/+4 | |
* | | | * generic/tclBasic.c: add missing INT2PTR | mig | 2011-07-07 | 1 | -0/+4 | |
* | | | Corrected statements about ctime field of 'struct stat'; that was always the | dkf | 2011-07-03 | 1 | -0/+6 | |
|\ \ \ | |/ / |