Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | Merge to feature branch | jan.nijtmans | 2011-08-29 | 3 | -107/+117 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | [3396731] inline string reverse: minor further improvements | jan.nijtmans | 2011-08-29 | 1 | -32/+22 | |
| | | | | ||||||
| * | | | 3396731 Revise the [string reverse] implementation to operate on the | dgp | 2011-08-27 | 3 | -109/+129 | |
| |\ \ \ | | | | | | | | | | | representation that comes in, avoid conversion to other reps. | |||||
| | * | | | 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 | 2 | -70/+114 | |
| | | | | | | | | | | | | | | | | | | | | 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 | 2 | -84/+80 | |
| | |\ \ \ | ||||||
* | | \ \ \ | Merge to feature branch | jan.nijtmans | 2011-08-25 | 2 | -0/+28 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | [Enh 3396731] Follow-up: special case for Pure-unicode representation | jan.nijtmans | 2011-08-25 | 2 | -0/+28 | |
| |/ / / / | ||||||
* | | | | | Merge to feature branch | jan.nijtmans | 2011-08-24 | 2 | -4/+7 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | typo | dgp | 2011-08-23 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | 3396948 Leak of ReflectedChannelMap. | dgp | 2011-08-23 | 2 | -4/+7 | |
| | | | | | ||||||
* | | | | | Merge to feature branch | jan.nijtmans | 2011-08-23 | 3 | -84/+88 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | 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 | |
| | | | | | ||||||
| | * | | | merge-mark | jan.nijtmans | 2011-08-22 | 0 | -0/+0 | |
| | |\ \ \ | | | | |/ | | | |/| | ||||||
| | | * | | Fixed use of C99 features breaking the build with MSVC6. The problem was ↵ | andreask | 2011-08-22 | 2 | -1/+7 | |
| | | | | | | | | | | | | | | | | | | | | introduced with checkin [e9a08358f4]. | |||||
| * | | | | [FRQ 3396731] inline string reverse | jan.nijtmans | 2011-08-23 | 2 | -80/+84 | |
| | |_|/ | |/| | | ||||||
| * | | | merge-mark | jan.nijtmans | 2011-08-22 | 0 | -0/+0 | |
| |\ \ \ | | |/ / | ||||||
| | * | | [Bug 1774689] async-4.3 sometimes fails. (backport) | ferrieux | 2011-08-19 | 2 | -1/+2 | |
| | | | | ||||||
| | * | | [Bug 2981154] async-4.3 segfault. (backport) | ferrieux | 2011-08-19 | 2 | -9/+44 | |
| | | | | ||||||
* | | | | Merge to feature branch | jan.nijtmans | 2011-08-22 | 5 | -21/+92 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | 3393279, 3393280 ReflectClose(.) is missing Tcl_EventuallyFree() calls | dgp | 2011-08-19 | 2 | -0/+5 | |
| | | | | | | | | | | | | at some of its exits. | |||||
| * | | | 3394654, 3393276 Revise FlushChannel() to account for the possibility | dgp | 2011-08-19 | 2 | -1/+7 | |
| | | | | | | | | | | | | 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 | 2 | -4/+16 | |
| | | | | | | | | | | | | don't yank it away before we're done with it. | |||||
| * | | | [Bug 1774689] async-4.3 sometimes fails. | ferrieux | 2011-08-19 | 2 | -1/+2 | |
| | | | | ||||||
| * | | | [Bug 2981154] async-4.3 segfault. | ferrieux | 2011-08-19 | 2 | -11/+49 | |
| | | | | ||||||
| * | | | [Bug 3096275] Sync fcopy buffers input. | ferrieux | 2011-08-18 | 2 | -5/+14 | |
| | | | | ||||||
* | | | | remove some debugging stuff | jan.nijtmans | 2011-08-18 | 1 | -12/+1 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | remove some debugging stuff | jan.nijtmans | 2011-08-18 | 1 | -12/+1 | |
| |\ \ \ | | |/ / | ||||||
| | * | | remove some debugging stuff | jan.nijtmans | 2011-08-18 | 1 | -12/+1 | |
| | |\ \ | | | |/ | ||||||
| | | * | remove some debugging stuff | jan.nijtmans | 2011-08-18 | 1 | -12/+1 | |
| | | | | ||||||
* | | | | Merge to feature branch | jan.nijtmans | 2011-08-18 | 8 | -37/+102 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | [Bug 3393714] overflow in toupper delta | jan.nijtmans | 2011-08-18 | 4 | -35/+48 | |
| |\ \ \ | | |/ / | ||||||
| | * | | [Bug 3393714] overflow in toupper delta | jan.nijtmans | 2011-08-18 | 4 | -35/+48 | |
| | |\ \ | | | |/ | ||||||
| | | * | [Bug 3393714] overflow in toupper delta | jan.nijtmans | 2011-08-18 | 4 | -35/+48 | |
| | | | | ||||||
| | * | | merge-mark | jan.nijtmans | 2011-08-18 | 0 | -0/+0 | |
| | |\ \ | | | |/ | ||||||
| | | * | A few more compiler warnings | jan.nijtmans | 2011-08-18 | 2 | -4/+4 | |
| | | | | ||||||
| * | | | [Bug 2946474] Consistently resume backgrounded flushes+closes when exiting. | ferrieux | 2011-08-17 | 3 | -2/+39 | |
| | | | | ||||||
| * | | | Document TIP 378's one-way-ness. | ferrieux | 2011-08-17 | 2 | -0/+8 | |
| | | | | ||||||
| * | | | 3393150 Overlooked free of intreps. (It matters for bignums!) | dgp | 2011-08-17 | 2 | -0/+7 | |
| |\ \ \ | | |/ / | ||||||
| | * | | 3393150 Overlooked free of intreps. (It matters for bignums!) | dgp | 2011-08-17 | 2 | -0/+8 | |
| | | | | ||||||
* | | | | Merge to feature branch | jan.nijtmans | 2011-08-17 | 8 | -78/+130 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | 3392070 More complete prevention of Tcl_Obj reference cycles | dgp | 2011-08-17 | 2 | -1/+14 | |
| |\ \ \ | | | | | | | | | | | when producing an intrep of ByteCode. | |||||
| | * | | | 3392070 More complete prevention of Tcl_Obj reference cycles bug_3392070 | dgp | 2011-08-16 | 2 | -1/+14 | |
| | | | | | | | | | | | | | | | when producing an intrep of ByteCode. | |||||
| * | | | | separate test for overflowed and negative Tcl_UniChar | jan.nijtmans | 2011-08-17 | 1 | -3/+6 | |
| | | | | | ||||||
| * | | | | 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 | 5 | -72/+108 | |
| | | | | ||||||
| * | | | merge-mark | jan.nijtmans | 2011-08-16 | 0 | -0/+0 | |
| |\ \ \ | | |/ / | ||||||
| | * | | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-16 | 12 | -16/+35 | |
| | |\ \ | | | |/ | ||||||
| | | * | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-16 | 5 | -6/+9 | |
| | | | |