Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [7f02ff1efa] Fix scope for var unset traces when procs return. | dgp | 2016-09-08 | 3 | -30/+62 |
|\ | | | | | *** POTENTIAL INCOMPATIBILITY *** | ||||
| * | New test trace-18.5 for the bug. Updated trace-18.1 which was tuned to it.bug_7f02ff1efa | dgp | 2016-09-08 | 1 | -1/+22 |
| | | |||||
| * | Attempt to fix [7f02ff1efa]. Make trace-18.1 fail. Suspect test is an | dgp | 2016-09-07 | 2 | -29/+40 |
|/ | | | experiment that preserves the bug. | ||||
* | [4dbdd9af14] Plug mem leak when var unset trace re-creates namespace var. ↵ | dgp | 2016-09-07 | 2 | -5/+35 |
|\ | | | | | | | Thanks mr_calvin for report and fix. | ||||
| * | [4dbdd9af14] Plug mem leak when var unset trace re-creates namespace var. ↵ | dgp | 2016-09-07 | 2 | -5/+49 |
| |\ | | | | | | | | | | Thanks mr_calvin for report and fix. | ||||
| | * | [4dbdd9af14] Plug mem leak when var unset trace re-creates namespace var. | dgp | 2016-09-07 | 2 | -3/+48 |
| | |\ | | | | | | | | | Thanks mr_calvin for report and fix. | ||||
| | | * | Improve the comments and add a test.bug_4dbdd9af14 | dgp | 2016-09-07 | 2 | -2/+42 |
| | | | | |||||
| | | * | [4dbdd9af14] Proposed fix for mem leak. | dgp | 2016-09-06 | 1 | -1/+6 |
| | |/ | |||||
* | | | Fix [d4e7780ca1681cd095dbd81fe264feff75c988f7|d4e7780ca1]: "global" cmd ↵ | jan.nijtmans | 2016-09-07 | 18 | -96/+269 |
|\ \ \ | |/ / | | | | | | | literal sharing vs. per-interp resolvers | ||||
| * | | Fix [d4e7780ca1681cd095dbd81fe264feff75c988f7|d4e7780ca1]: "global" cmd ↵ | jan.nijtmans | 2016-09-07 | 9 | -34/+231 |
| |\ \ | | | | | | | | | | | | | literal sharing vs. per-interp resolvers | ||||
| | * | | Additiona patch/suggestion from Gustaf. This indeed fixes the crash in ↵bug_d4e7780ca1 | jan.nijtmans | 2016-09-06 | 2 | -8/+1 |
| | | | | | | | | | | | | | | | | oo.test. Looks good to me, so only waiting for final feedback from Gustaf and eventually feedback from other people. | ||||
| | * | | some more clean-up | jan.nijtmans | 2016-09-05 | 4 | -20/+16 |
| | | | | |||||
| | * | | merge core-8-6-branch | jan.nijtmans | 2016-09-05 | 7 | -29/+29 |
| | |\ \ | |||||
| | * | | | Some patch clean-up, no change in functionality | jan.nijtmans | 2016-09-05 | 7 | -43/+33 |
| | | | | | |||||
| | * | | | Proposed patch for [d4e7780ca1681cd095dbd81fe264feff75c988f7|d4e7780ca1], by ↵ | jan.nijtmans | 2016-09-02 | 10 | -53/+279 |
| | | | | | | | | | | | | | | | | | | | | Gustaf Neumann | ||||
* | | | | | Fixed bug in pushed transforms with full internal buffers not writing out. | dkf | 2016-09-06 | 2 | -15/+56 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Fixed bug in pushed transforms with full internal buffers not writing out. | dkf | 2016-09-06 | 2 | -15/+56 |
| | |/ / | |/| | | |||||
* | | | | merge core-8-6-branch | jan.nijtmans | 2016-09-05 | 4 | -6/+14 |
|\ \ \ \ | |/ / / | |||||
| * | | | Allow additional optional "interp" argument for testinterpresolver command. ↵ | jan.nijtmans | 2016-09-05 | 8 | -13/+21 |
| |/ / | | | | | | | | | | | | | | | | Not used yet in any test-case. Protect panic in tclLiteral.c for possible null-pointer access. (cherry-picked from Gustaf Neuman's interpresolver patch). Eliminate some unecessary spacing. | ||||
* | | | Don't ever allow UTF-8 sequences of more than 4 characters to be generated ↵ | jan.nijtmans | 2016-08-30 | 6 | -53/+33 |
|\ \ \ | |/ / | | | | | | | | | | or parsed, even when TCL_UTF_MAX>4: According to current Unicode standard, a byte string of >4 characters can never form a single UTF-8 character. And a few minor micro-optimizations related to UTF-8 handling. | ||||
| * | | Don't ever allow UTF-8 sequences of more than 4 characters to be generated ↵ | jan.nijtmans | 2016-08-30 | 1 | -44/+24 |
| | | | | | | | | | | | | | | | or parsed, even when TCL_UTF_MAX>4: According to current Unicode standard, a byte string of >4 characters can never form a single UTF-8 character. And a few minor micro-optimizations related to UTF-8 handling. | ||||
* | | | Merge dup-removal into search loop so we avoid pre-processing efforts on ↵ | dgp | 2016-08-26 | 1 | -8/+3 |
|\ \ \ | |/ / | | | | | | | data that are never used. Contributed patch from Brian Griffin. | ||||
| * | | Merge dup-removal into search loop so we avoid pre-processing efforts on | dgp | 2016-08-26 | 1 | -8/+3 |
| | | | | | | | | | data that are never used. Contributed patch from Brian Griffin. | ||||
* | | | merge mark | dgp | 2016-07-27 | 0 | -0/+0 |
|\ \ \ | |/ / | |||||
| * | | merge release | dgp | 2016-07-27 | 12 | -14/+86 |
| |\ \ | |||||
| | * \ | a few test & docs fixescore_8_6_6core_8_6_6_rc | dgp | 2016-07-26 | 3 | -13/+37 |
| | |\ \ | | |/ / | |/| | | |||||
| | * | | test repairs | dgp | 2016-07-22 | 2 | -3/+1 |
| | | | | |||||
| | * | | Set release date | dgp | 2016-07-22 | 1 | -1/+1 |
| | | | | |||||
| | * | | Update changes file. | dgp | 2016-07-21 | 1 | -0/+74 |
| | | | | |||||
| | * | | merge 8.6 | dgp | 2016-07-20 | 1 | -4/+0 |
| | |\ \ | |||||
| | * \ \ | merge 8.6 | dgp | 2016-07-18 | 6 | -144/+223 |
| | |\ \ \ | |||||
| | * \ \ \ | merge 8.6 | dgp | 2016-07-16 | 16 | -131/+267 |
| | |\ \ \ \ | |||||
| | * | | | | | tzdata2016f | dgp | 2016-07-12 | 22 | -159/+159 |
| | | | | | | | |||||
| | * | | | | | Dup test name. Bump to TclOO 1.0.5. | dgp | 2016-07-12 | 2 | -2/+2 |
| | | | | | | | |||||
| | * | | | | | merge 8.6 | dgp | 2016-07-12 | 1 | -1/+6 |
| | |\ \ \ \ \ | |||||
| | * | | | | | | Start RC branch for Tcl 8.6.6 | dgp | 2016-07-12 | 8 | -9/+9 |
| | | | | | | | | |||||
* | | | | | | | | [db0a5f6417] Make a few tests resilient to differences in semantics of pipes ↵ | dkf | 2016-07-26 | 2 | -4/+20 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | | | | | | | | | | | between OSs. | ||||
| * | | | | | | | [db0a5f6417] Make a few tests resilient to differences in semantics of pipes ↵ | dkf | 2016-07-26 | 2 | -4/+20 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | between OSs. | ||||
| | * | | | | | | | Make a few tests more resilient to differences in the semantics of pipes ↵bug_db0a5f6417 | dkf | 2016-07-24 | 2 | -4/+20 |
| | | |_|_|_|/ / | | |/| | | | | | | | | | | | | | | | | | | | | | between operating systems. | ||||
* | | | | | | | | [6a19dedc2e] "Clarified" what the units are that [chan copy] uses for -size ↵ | dkf | 2016-07-24 | 2 | -9/+17 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | | | | | | | | | | | and that synchronous copying returns. | ||||
| * | | | | | | | [6a19dedc2e] "Clarified" what the units are that [chan copy] uses for -size ↵ | dkf | 2016-07-24 | 2 | -9/+17 |
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | and that synchronous copying returns. | ||||
* | | | | | | | Stop internals intrusion into lists. | dgp | 2016-07-20 | 1 | -17/+4 |
| | | | | | | | |||||
* | | | | | | | Streamline TclObjLookupVarEx | dgp | 2016-07-20 | 1 | -14/+18 |
| | | | | | | | |||||
* | | | | | | | Use strchr() to parse array variable syntax. | dgp | 2016-07-20 | 1 | -43/+15 |
| | | | | | | | |||||
* | | | | | | | Use the new private flag INDEX_TEMP_TABLE in testing command too. | dgp | 2016-07-20 | 1 | -16/+2 |
| | | | | | | | |||||
* | | | | | | | Merge tzdata 2016f from ietf.org | venkat | 2016-07-20 | 22 | -159/+159 |
|\ \ \ \ \ \ \ | |/ / / / / / | |||||
| * | | | | | | Merge tzdata 2016f from ietf.org | venkat | 2016-07-20 | 22 | -159/+159 |
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | | | |||||
| | * | | | | | Update tzdata to 2016f from ietf.org | venkat | 2016-07-20 | 22 | -159/+159 |
| | | | | | | | |||||
* | | | | | | | Factor out common prologue. | dgp | 2016-07-19 | 1 | -128/+48 |
| | | | | | | | |||||
* | | | | | | | merge 8.6 | dgp | 2016-07-19 | 1 | -4/+0 |
|\ \ \ \ \ \ \ | |/ / / / / / |