| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | | | | 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 |
|\ \ \ \
| |/ / / |
|
| * | | | fix for [Bug 3288345]: use _stat32i64 for CYGWIN too | jan.nijtmans | 2011-04-27 | 1 | -1/+5 |
|
|
* | | | | struct _stat64 -> struct __stat64 on AMD64 | jan | 2011-04-26 | 1 | -1/+1 |
|\ \ \ \
| |/ / / |
|
| * | | | struct _stat64 -> struct __stat64 for AMD64 | jan | 2011-04-26 | 1 | -1/+1 |
|
|
* | | | | Revise last fix. | dgp | 2011-04-25 | 1 | -4/+4 |
|
|
* | | | | Fix compilation warning in TclListObj - printf format mismatch | venkat | 2011-04-24 | 1 | -4/+4 |
|
|
* | | | | [Bug 3288345]: Bring cygwin Tcl_StatBuf a little closer to reality | jan | 2011-04-21 | 3 | -6/+13 |
|\ \ \ \
| |/ / / |
|
| * | | | [Bug 3288345]: Bring cygwin Tcl_StatBuf a little closer to reality | jan | 2011-04-21 | 1 | -3/+9 |
|
|
* | | | | Use macro to set List intreps | dgp | 2011-04-21 | 3 | -21/+14 |
|
|
* | | | | Limits on list length were too strict. Revised panics to errors where possible. | dgp | 2011-04-21 | 4 | -56/+93 |
|
|
* | | | | Make sure SetFooFromAny routines react reasonably when passed a NULL interp. | dgp | 2011-04-21 | 9 | -11/+50 |
|\ \ \ \
| |/ / / |
|
| * | | | Make sure SetFooFromAny routines react reasonably when passed a NULL interp. | dgp | 2011-04-21 | 5 | -2/+22 |
|
|
* | | | | merge-mark | jan.nijtmans | 2011-04-21 | 0 | -0/+0 |
|\ \ \ \
| |/ / / |
|