Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | merge trunk to feature branchtip_388_impl | jan.nijtmans | 2011-09-16 | 13 | -80/+162 | |
|\ | ||||||
| * | 3408408 Partial improvement by sharing as literals the computed values of | dgp | 2011-09-15 | 1 | -2/+24 | |
| | | | | | | | | constant subexpressions when we can do so without incurring the cost of string rep generation. | |||||
| * | 3390638 Workaround broken solaris studio cc optimizer. | dgp | 2011-09-13 | 1 | -1/+2 | |
| |\ | | | | | | | Thanks to Wolfgang S. Kechel. | |||||
| | * | 3390638 Workaround broken solaris studio cc optimizer. | dgp | 2011-09-13 | 1 | -1/+2 | |
| | |\ | | | | | | | | | Thanks to Wolfgang S. Kechel. | |||||
| | | * | 3390638 Workaround broken solaris studio cc optimizer. | dgp | 2011-09-13 | 1 | -1/+2 | |
| | | | | | | | | | | | | Thanks to Wolfgang S. Kechel. | |||||
| * | | | 3405652 Portability workaround for broken system DTrace support. | dgp | 2011-09-13 | 1 | -8/+8 | |
| |\ \ \ | | |/ / | | | | | Thanks to Dagobert Michelson. | |||||
| | * | | 3405652 Portability workaround for broken system DTrace support. | dgp | 2011-09-13 | 1 | -8/+8 | |
| | |\ \ | | | |/ | | | | | Thanks to Dagobert Michelson. | |||||
| | | * | 3405652 Portability workaround for broken system DTrace support. | dgp | 2011-09-13 | 1 | -8/+8 | |
| | | | | | | | | | | | | Thanks to Dagobert Michelson. | |||||
| | | * | Tcl_HashStats does not return a CONST | jan.nijtmans | 2011-09-06 | 4 | -6/+5 | |
| | | | | ||||||
| * | | | [Bug 3400658]: Correction to forwarded method magic so that Tcl_WrongNumArgs | dkf | 2011-09-10 | 1 | -1/+1 | |
| | | | | | | | | | | | | produces the right sort of message. | |||||
| | | | | ||||||
| | \ \ | ||||||
| *-. \ \ | 3401704 Allow function names like influence(), nanobot(), and 99bottles() | dgp | 2011-09-07 | 1 | -45/+73 | |
| |\ \ \ \ | | | |/ / | | | | | | | | | | | | | | | | that have been parsed as missing operator syntax errors before with the form NUMBER + FUNCTION. ***POTENTIAL INCOMPATIBILITY*** | |||||
| | | * | | missing 'break' | dgp | 2011-09-07 | 1 | -0/+1 | |
| | |/ / | ||||||
| | * | | Tidiness, comments, and tests.dgp_3401704 | dgp | 2011-09-07 | 1 | -5/+28 | |
| | | | | ||||||
| | * | | Don't extend numbers with non-alphanumeric characters into barewords. | dgp | 2011-09-06 | 1 | -0/+6 | |
| | | | | ||||||
| | * | | 3401704 New patch to enable nancy(), influence(), 99bottles(). | dgp | 2011-09-06 | 1 | -43/+38 | |
| | | | | ||||||
| * | | | [RFE 1711975]: Tcl_MainEx() (like Tk_MainEx()) | jan.nijtmans | 2011-09-06 | 3 | -8/+9 | |
| |\ \ \ | ||||||
| | * | | | Tcl_MainEx() (like Tk_MainEx())rfe_1711975 | jan.nijtmans | 2011-08-30 | 3 | -5/+6 | |
| | | | | | ||||||
| * | | | | unused static array wtens | jan.nijtmans | 2011-09-06 | 1 | -9/+0 | |
| |\ \ \ \ | | | |/ / | | |/| | | ||||||
| | * | | | unused static array wtens | jan.nijtmans | 2011-09-06 | 1 | -10/+0 | |
| | | | | | ||||||
| * | | | | 3402540 Corrections to TclParseNumber() to make it reject invalid Nan(Hex). | dgp | 2011-09-01 | 1 | -0/+3 | |
| |\ \ \ \ | | |/ / / | | | / / | | |/ / | |/| | | [scan Inf %g] is portable; remove constraint. | |||||
| | * | | 3402540 Corrections to TclParseNumber() to make it reject invalid Nan(Hex) | dgp | 2011-09-01 | 1 | -0/+3 | |
| | | | | | | | | | | | | [scan Inf %g] is portable; remove constraint. | |||||
| * | | | [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. | |||||
* | | | | Merge to feature branch | jan.nijtmans | 2011-08-29 | 1 | -103/+103 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | [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 | |
| |\ \ \ | ||||||
* | \ \ \ | Merge to feature branch | jan.nijtmans | 2011-08-25 | 1 | -0/+25 | |
|\ \ \ \ \ | ||||||
| * | | | | | [Enh 3396731] Follow-up: special case for Pure-unicode representation | jan.nijtmans | 2011-08-25 | 1 | -0/+25 | |
| |/ / / / | ||||||
* | | | | | Merge to feature branch | jan.nijtmans | 2011-08-24 | 1 | -4/+3 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | 3396948 Leak of ReflectedChannelMap. | dgp | 2011-08-23 | 1 | -4/+3 | |
| | | | | | ||||||
* | | | | | Merge to feature branch | jan.nijtmans | 2011-08-23 | 2 | -84/+84 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | 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 | |
| | |/ / | |/| | | ||||||
* | | | | Merge to feature branch | jan.nijtmans | 2011-08-22 | 3 | -19/+69 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | 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 | |
| | | | | ||||||
* | | | | Merge to feature branch | jan.nijtmans | 2011-08-18 | 3 | -30/+30 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | [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 | |
| | | | |