Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Start bringing all `string cat` operations into one place so it can be coded | dgp | 2016-10-27 | 3 | -9/+50 |
| | | | correctly one time instead of badly multiple times. | ||||
* | merge 8.6 | dgp | 2016-10-21 | 2 | -13/+6 |
|\ | |||||
| * | Repair recently opened memleak. | dgp | 2016-10-20 | 1 | -2/+6 |
| | | |||||
| * | EVIL HACKs are bad. Unnecessary ones are intolerable. Bad tests cause trouble. | dgp | 2016-10-20 | 1 | -11/+0 |
| | | |||||
* | | Use memcmp where possible. | dgp | 2016-10-18 | 1 | -2/+2 |
| | | |||||
* | | [eb6b68c1a9] Simple fix for [string replace] error demonstrated by new test. | dgp | 2016-10-14 | 1 | -11/+0 |
|\ \ | |/ | |||||
| * | [eb6b68c1a9] Simple fix for [string replace] error demonstrated by new test. | dgp | 2016-10-14 | 1 | -11/+0 |
| | | |||||
* | | Merge INST_STR_REPLACE fixes and improvements. | dgp | 2016-10-13 | 2 | -85/+52 |
|\ \ | |/ | |||||
| * | Another streamline. | dgp | 2016-10-13 | 1 | -29/+19 |
| | | |||||
| * | Stop invading the String internals to work around a bug. Fix it instead. | dgp | 2016-10-13 | 2 | -13/+10 |
| | | |||||
| * | Streamline the substring copying case of [string replace] bytecode execution. | dgp | 2016-10-13 | 1 | -43/+23 |
| | | |||||
* | | merge TclParseNumber fixes | dgp | 2016-10-12 | 1 | -0/+9 |
|\ \ | |/ | |||||
| * | [be003d570f] TclParseNumber() failed to fully implement TCL_PARSE_BINARY_ONLY. | dgp | 2016-10-12 | 1 | -1/+1 |
| | | |||||
| * | [be003d570f] TclParseNumber() failed to fully implement TCL_PARSE_OCTAL_ONLY. | dgp | 2016-10-12 | 1 | -0/+9 |
| |\ | |||||
| | * | [be003d570f] TclParseNumber() failed to fully implement TCL_PARSE_OCTAL_ONLY. | dgp | 2016-10-12 | 1 | -0/+6 |
| | | | |||||
* | | | Fix [3cc1d91345]: duplicate calls to TclpFreeAllocCache() on thread exists | jan.nijtmans | 2016-10-11 | 1 | -3/+3 |
|\ \ \ | |/ / | |||||
| * | | Fix [3cc1d91345]: duplicate calls to TclpFreeAllocCache() on thread exists | jan.nijtmans | 2016-10-11 | 1 | -3/+3 |
| |\ \ | | |/ | |||||
| * | | (cherry-pick): Fix [2bf561854c55a], interp alias to command whose name is ↵ | jan.nijtmans | 2016-10-03 | 1 | -8/+3 |
| | | | | | | | | | | | | the empty string. | ||||
* | | | Update [string map] tests to get illustration of need for pure dict | dgp | 2016-10-07 | 1 | -1/+1 |
| | | | | | | | | | restriction up to date with ordered dicts. | ||||
* | | | Fix [2bf561854c55a], interp alias to command whose name is the empty string. | pooryorick | 2016-10-03 | 1 | -8/+3 |
| | | | |||||
* | | | Merge core-8-6-branch. Add more comments to tclLiteral.c, contributed by ↵ | jan.nijtmans | 2016-09-21 | 1 | -2/+7 |
|\ \ \ | |/ / | | | | | | | mr_calvin | ||||
* | | | merge core-8-6-branch | jan.nijtmans | 2016-09-16 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Proposed fix for [c7d0bc9a549714e0]. Thanks to mr_calvinbug_c7d0bc9a549714e0 | jan.nijtmans | 2016-09-15 | 1 | -1/+1 |
| | | | |||||
* | | | Revert b98ee56376. The "bug" fixed was documented behavior. | dgp | 2016-09-09 | 2 | -40/+29 |
| | | | |||||
* | | | 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 | 1 | -5/+19 |
|\ \ \ | |/ / | | | | | | | Thanks mr_calvin for report and fix. | ||||
| * | | [4dbdd9af14] Plug mem leak when var unset trace re-creates namespace var. ↵ | dgp | 2016-09-07 | 1 | -5/+19 |
| |\ \ | | |/ | | | | | | | Thanks mr_calvin for report and fix. | ||||
| | * | Improve the comments and add a test.bug_4dbdd9af14 | dgp | 2016-09-07 | 1 | -2/+11 |
| | | | |||||
| | * | [4dbdd9af14] Proposed fix for mem leak. | dgp | 2016-09-06 | 1 | -1/+6 |
| | | | |||||
* | | | Fix [d4e7780ca1681cd095dbd81fe264feff75c988f7|d4e7780ca1]: "global" cmd ↵ | jan.nijtmans | 2016-09-07 | 15 | -91/+152 |
|\ \ \ | |/ / | | | | | | | literal sharing vs. per-interp resolvers | ||||
| * | | Fix [d4e7780ca1681cd095dbd81fe264feff75c988f7|d4e7780ca1]: "global" cmd ↵ | jan.nijtmans | 2016-09-07 | 8 | -34/+116 |
| |\ \ | | | | | | | | | | | | | 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 | 3 | -15/+15 |
| | |\ \ | |||||
| | * | | | Some patch clean-up, no change in functionality | jan.nijtmans | 2016-09-05 | 6 | -27/+23 |
| | | | | | |||||
| | * | | | Proposed patch for [d4e7780ca1681cd095dbd81fe264feff75c988f7|d4e7780ca1], by ↵ | jan.nijtmans | 2016-09-02 | 9 | -43/+148 |
| | | | | | | | | | | | | | | | | | | | | Gustaf Neumann | ||||
* | | | | | Fixed bug in pushed transforms with full internal buffers not writing out. | dkf | 2016-09-06 | 1 | -15/+33 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Fixed bug in pushed transforms with full internal buffers not writing out. | dkf | 2016-09-06 | 1 | -15/+33 |
| | |/ / | |/| | | |||||
* | | | | merge core-8-6-branch | jan.nijtmans | 2016-09-05 | 3 | -5/+13 |
|\ \ \ \ | |/ / / | |||||
| * | | | Allow additional optional "interp" argument for testinterpresolver command. ↵ | jan.nijtmans | 2016-09-05 | 4 | -6/+14 |
| |/ / | | | | | | | | | | | | | | | | 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 | 3 | -47/+27 |
|\ \ \ | |/ / | | | | | | | | | | 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 8.6 | dgp | 2016-07-20 | 1 | -4/+0 |
| |\ \ | |||||
| * \ \ | merge 8.6 | dgp | 2016-07-18 | 2 | -90/+75 |
| |\ \ \ | |||||
| * | | | | Dup test name. Bump to TclOO 1.0.5. | dgp | 2016-07-12 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | merge 8.6 | dgp | 2016-07-12 | 1 | -1/+6 |
| |\ \ \ \ | |||||
| * | | | | | Start RC branch for Tcl 8.6.6 | dgp | 2016-07-12 | 1 | -2/+2 |
| | | | | | | |||||
* | | | | | | 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 |
| | | | | | |