Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | [Bug 3398794]: Use Tcl errors in scripts, not panics. | dkf | 2011-08-30 | 1 | -0/+26 | |
|\ | ||||||
| * | [Bug 3398794]: Use Tcl errors in scripts, not panics. | dkf | 2011-08-30 | 1 | -0/+26 | |
| | | ||||||
* | | Leak of ReflectedTransformMap. | dgp | 2011-08-29 | 1 | -4/+3 | |
| | | ||||||
* | | Fix eval's faulty objProc, it was actually an nreProc [3399564|Bug 3399564]. ↵ | mig | 2011-08-29 | 3 | -2/+13 | |
| | | | | | | | | Thanks to Joe Mistachkin for detection and analysis. | |||||
* | | [3396731] inline string reverse: minor further improvements | jan.nijtmans | 2011-08-29 | 1 | -32/+22 | |
| | | ||||||
* | | Repaired the lost performance in the copy loop hotspots. Now meets or revert_3396731 | dgp | 2011-08-27 | 1 | -13/+12 | |
| | | | | | | beats the former trunk (and current trunk by magnitudes) in tclbench. | |||||
* | | 3396731 Another rewrite of TclStringObjReverse() to make it adopt the | dgp | 2011-08-25 | 1 | -70/+106 | |
| | | | | | | | | nijtmans approach for reversing the objPtr->bytes rep without losing performance. | |||||
* | | Revert the [string reverse] rewrite in a branch for more review. | dgp | 2011-08-23 | 1 | -80/+80 | |
|\ \ | ||||||
* | | | 3396948 Leak of ReflectedChannelMap. | dgp | 2011-08-23 | 1 | -4/+3 | |
| | | | ||||||
* | | | gcc 4.6 (64-bit) warnings | jan.nijtmans | 2011-08-23 | 1 | -4/+4 | |
|\ \ \ | | |/ | |/| | ||||||
| * | | gcc 4.6 (64-bit) warnings | jan.nijtmans | 2011-08-23 | 1 | -2/+2 | |
| | | | ||||||
| * | | [Bug 2981154] async-4.3 segfault. (backport) | ferrieux | 2011-08-19 | 1 | -9/+40 | |
| | | | ||||||
* | | | [FRQ 3396731] inline string reverse | jan.nijtmans | 2011-08-23 | 1 | -80/+80 | |
| |/ |/| | ||||||
* | | 3393279, 3393280 ReflectClose(.) is missing Tcl_EventuallyFree() calls | dgp | 2011-08-19 | 1 | -0/+2 | |
| | | | | | | at some of its exits. | |||||
* | | 3394654, 3393276 Revise FlushChannel() to account for the possibility | dgp | 2011-08-19 | 1 | -1/+3 | |
| | | | | | | that the ChanWrite() call might recycle the buffer out from under us. | |||||
* | | Preserve the chanPtr during FlushChannel so that channel drivers | dgp | 2011-08-19 | 1 | -4/+11 | |
| | | | | | | don't yank it away before we're done with it. | |||||
* | | [Bug 2981154] async-4.3 segfault. | ferrieux | 2011-08-19 | 1 | -9/+43 | |
| | | ||||||
* | | [Bug 3096275] Sync fcopy buffers input. | ferrieux | 2011-08-18 | 1 | -5/+10 | |
| | | ||||||
* | | [Bug 3393714] overflow in toupper delta | jan.nijtmans | 2011-08-18 | 1 | -28/+25 | |
|\ \ | |/ | ||||||
| * | [Bug 3393714] overflow in toupper delta | jan.nijtmans | 2011-08-18 | 1 | -28/+25 | |
| |\ | ||||||
| | * | [Bug 3393714] overflow in toupper delta | jan.nijtmans | 2011-08-18 | 1 | -28/+25 | |
| | | | ||||||
| | * | A few more compiler warnings | jan.nijtmans | 2011-08-18 | 1 | -1/+1 | |
| | | | ||||||
* | | | [Bug 2946474] Consistently resume backgrounded flushes+closes when exiting. | ferrieux | 2011-08-17 | 1 | -2/+3 | |
| | | | ||||||
* | | | 3393150 Overlooked free of intreps. (It matters for bignums!) | dgp | 2011-08-17 | 1 | -0/+2 | |
|\ \ \ | |/ / | ||||||
| * | | 3393150 Overlooked free of intreps. (It matters for bignums!) | dgp | 2011-08-17 | 1 | -0/+3 | |
| | | | ||||||
| * | | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-16 | 4 | -6/+6 | |
| |\ \ | | |/ | ||||||
| | * | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-16 | 5 | -0/+5 | |
| | | | | | | | | | | | | n mingw, sys/stat.h must be included before winsock2.h, so make sure of that | |||||
| | * | 3390272 Leak of [info script] value. | dgp | 2011-08-15 | 1 | -0/+4 | |
| | | | ||||||
* | | | 3392070 More complete prevention of Tcl_Obj reference cycles | dgp | 2011-08-17 | 1 | -1/+9 | |
|\ \ \ | | | | | | | | | when producing an intrep of ByteCode. | |||||
| * | | | 3392070 More complete prevention of Tcl_Obj reference cycles bug_3392070 | dgp | 2011-08-16 | 1 | -1/+9 | |
| | | | | | | | | | | | | when producing an intrep of ByteCode. | |||||
* | | | | Fixed the C99/C++ comments introduced by [8d3f0fb215] which break strict C89 ↵ | andreask | 2011-08-16 | 1 | -2/+2 | |
|/ / / | | | | | | | | | | compilers (AIX, cough, cough) | |||||
* | | | Small changes to quell gcc warnings and make message generation less ugly. | dkf | 2011-08-16 | 4 | -69/+97 | |
| | | | ||||||
* | | | 3390272 Leak of [info script] value. | dgp | 2011-08-15 | 1 | -0/+4 | |
|\ \ \ | |/ / | ||||||
| * | | 3390272 Leak of [info script] value. | dgp | 2011-08-15 | 1 | -0/+4 | |
| | | | ||||||
* | | | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-15 | 1 | -2/+2 | |
|\ \ \ | |/ / | ||||||
| * | | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-15 | 2 | -3/+3 | |
| |\ \ | | |/ | ||||||
| | * | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-15 | 1 | -2/+2 | |
| | | | ||||||
* | | | 3389764 Eliminate possibility that "path" value dup can create reference cycle. | dgp | 2011-08-12 | 1 | -12/+12 | |
|\ \ \ | |/ / | ||||||
| * | | 3389764 Eliminate possibility that "path" value dup can create reference cycle. | dgp | 2011-08-12 | 1 | -12/+12 | |
| | | | ||||||
* | | | [Bug 3390073]: Return the correct length of written data for a compressing | dkf | 2011-08-12 | 1 | -1/+1 | |
| | | | | | | | | | | | | transform, ensuring that buffers are written exactly once instead of multiple times or not at all (producing an invalid file). | |||||
* | | | [Bug 3386721] Allow multiple [load]ing of the Tcltest package | ferrieux | 2011-08-10 | 1 | -62/+104 | |
| | | | ||||||
* | | | 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 | |
| |\ \ \ \ \ \ \ |