| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge from 8.5 branch tipbug_3185407 | dkf | 2011-06-01 | 21 | -568/+1026 |
|\ |
|
| * | Revised fix for bug 3309871 | dgp | 2011-06-01 | 1 | -2/+2 |
|
|
| * | fix for [Bug 3309871]: Valgrind finds: invalid read in TclMaxListLength() | jan.nijtmans | 2011-06-01 | 2 | -2/+7 |
|
|
| * | committed missing tzdata/Africa/Cairo from venkat's last commit | Kevin B Kenny | 2011-05-25 | 1 | -178/+0 |
|
|
| * | Bump to msgcat 1.4.4. | dgp | 2011-05-25 | 5 | -30/+23 |
|
|
| * | silence compiler warning | dgp | 2011-05-25 | 1 | -1/+1 |
|
|
| * | Update to Olson tzdata2011g | venkat | 2011-05-24 | 1 | -0/+4 |
|
|
| * | * generic/tclCompile.c (TclFixupForwardJump): Tracked down and fixed | andreask | 2011-05-17 | 3 | -0/+78 |
|
|
| * | [Bug 2715421] fix backported from 8.6 to remove extra newline from POSTs. | patthoyts | 2011-05-12 | 4 | -7/+6 |
|
|
| * | If your compiler already defines _WIN64, assume --enable-64bit | jan.nijtmans | 2011-05-12 | 2 | -0/+73 |
| |\ |
|
| | * | If your compiler already defines _WIN64, assume --enable-64bit | jan.nijtmans | 2011-05-11 | 3 | -21/+71 |
|
|
| * | | New internal routines TclScanElement() and TclConvertElement(). | dgp | 2011-05-10 | 10 | -291/+820 |
| |\ \ |
|
| | * | | Completed patch with mucho comments. Merge 8.5.bug_3173086 | dgp | 2011-05-10 | 95 | -1607/+3076 |
|
|
| | * | | merge trunk + partial improvements to comments | dgp | 2011-03-07 | 7 | -50/+96 |
|
|
| | * | | merge | dgp | 2011-03-06 | 3 | -2/+45 |
| | |\ \ |
|
| | * | | | Correct flaw in the rewrite handling [list \\\\\}]. | dgp | 2011-03-03 | 2 | -1/+5 |
|
|
| | * | | | Significant rewrite of the Tcl*(Scan|Convert)*Element() system, and revisions | dgp | 2011-03-03 | 5 | -242/+394 |
|
|
| | * | | | Simplified the logic of the Scan/Convert pair of routines for generating
| dgp | 2011-03-03 | 1 | -21/+5 |
|
|
| * | | | | Revise empty string tests so that we avoid potentially expensive string rep | dgp | 2011-05-09 | 2 | -61/+16 |
| |\ \ \ \ |
|
| | * | | | | Remove the old implementation.dgp_list_simplify | dgp | 2011-05-09 | 1 | -75/+0 |
|
|
| | * | | | | A different technique to more precisely identify the optimization case. | dgp | 2011-05-09 | 1 | -14/+35 |
|
|
| | * | | | | Disable all the special case code in place to prevent allocation of a List | dgp | 2011-05-05 | 1 | -10/+14 |
|
|
* | | | | | | is this a proper fix? Or is it invalidating too much? | mig | 2011-05-08 | 1 | -0/+3 |
|/ / / / / |
|
* | | | | | fix USE_TCLALLOC so that it can be enabled without editing the Makefile | mig | 2011-05-07 | 3 | -4/+13 |
|\ \ \ \ \
| | |_|_|/
| |/| | | |
|
| * | | | | fix USE_TCLALLOC so that it can be enabled without editing the Makefile | mig | 2011-05-07 | 3 | -4/+13 |
|
|
* | | | | | comment fix | jan.nijtmans | 2011-05-06 | 1 | -3/+3 |
|\ \ \ \ \
| |/ / / /
| | / / /
| |/ / /
|/| | | |
|
| * | | | comment fix | jan.nijtmans | 2011-05-06 | 1 | -3/+3 |
|
|
* | | | | Tolerate NULL interps more completely. | dgp | 2011-05-05 | 2 | -5/+9 |
|
|
* | | | | Stop generating string rep of dict when converting to list. | dgp | 2011-05-05 | 2 | -5/+39 |
|
|
* | | | | Tighten Tcl_SplitList(). | dgp | 2011-05-03 | 2 | -2/+2 |
|
|
* | | | | Tighten SetListFromAny(). | dgp | 2011-05-03 | 2 | -73/+41 |
|
|
* | | | | Tighten SetDictFromAny(). | dgp | 2011-05-03 | 3 | -122/+69 |
|
|
* | | | | Rewrite of parts of the switch compiler to better use the powers of | dgp | 2011-05-02 | 2 | -105/+44 |
|\ \ \ \ |
|
| * | | | | Drop old code.dgp_switch_compile | dgp | 2011-05-02 | 1 | -155/+2 |
|
|
| * | | | | Tests for expanded literals quoting detection. | dgp | 2011-05-02 | 3 | -3/+19 |
| |\ \ \ \
| |/ / / /
|/| | | | |
|
* | | | | | Tests for expanded literals quoting detection. | dgp | 2011-05-02 | 3 | -3/+19 |
|
|
| * | | | | Revised TclFindElement() interface. | dgp | 2011-05-02 | 7 | -55/+83 |
| |\ \ \ \
| |/ / / /
|/| | | | |
|
* | | | | | Revised TclFindElement() interface. | dgp | 2011-05-02 | 6 | -41/+75 |
|
|
| * | | | | Replace TclCountSpaceRuns() with TclMaxListLength() which is the function we | dgp | 2011-05-02 | 5 | -37/+48 |
| |\ \ \ \
| |/ / / /
|/| | | | |
|
* | | | | | Replace TclCountSpaceRuns() with TclMaxListLength() which is the function we | dgp | 2011-05-02 | 4 | -24/+45 |
|
|
| * | | | | Tighten up the patch. | dgp | 2011-05-02 | 1 | -13/+16 |
|
|
| * | | | | Rewrite of parts of the [switch] compiler to better use the powers of | dgp | 2011-04-28 | 1 | -3/+104 |
|/ / / / |
|
* | | | | More isspace() callers. | dgp | 2011-04-28 | 4 | -26/+9 |
|
|
* | | | | New utility routines: TclIsSpaceProc() and TclCountSpaceRuns() | dgp | 2011-04-28 | 7 | -46/+123 |
|
|
* | | | | minor comment fix | jan.nijtmans | 2011-04-28 | 1 | -1/+1 |
|\ \ \ \
| |/ / / |
|
| * | | | minor comment fix | jan.nijtmans | 2011-04-28 | 1 | -1/+1 |
|
|
* | | | | FreeIndex backport | dgp | 2011-04-27 | 2 | -0/+2 |
|
|
* | | | | FreeListInternalRep() cleanup. | dgp | 2011-04-27 | 2 | -7/+7 |
|
|
* | | | | Backport fix for [Bug 2857044]. | dgp | 2011-04-27 | 12 | -4/+27 |
|
|
* | | | | fix for [Bug 3288345]: use _stat32i64 for CYGWIN too | jan.nijtmans | 2011-04-27 | 1 | -1/+5 |
|\ \ \ \
| |/ / / |
|