Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 8.7 | jan.nijtmans | 2023-10-10 | 1 | -1/+1 |
|\ | |||||
| * | The experiment deployment of TclDuplicatePureObj() has been reverted from | dgp | 2023-08-21 | 1 | -53/+70 |
* | | merge trunk | griffin | 2023-08-14 | 1 | -0/+5 |
|\ \ | |||||
| * | | Merge in fix for end+1 indices. | apnadkarni | 2023-08-13 | 1 | -0/+8 |
| * | | Revert [0b05b5c750df] that broke bigdata tests and lseq-1.13 | apnadkarni | 2023-08-13 | 1 | -3/+0 |
* | | | Replace more DuplicateObj with ListObjCopy. | griffin | 2023-08-12 | 1 | -5/+2 |
* | | | Replace DuplicateObj with ListObjCopy where appropriate. | griffin | 2023-08-11 | 1 | -4/+49 |
* | | | Revert more bits. | griffin | 2023-08-10 | 1 | -40/+22 |
* | | | Revert DupolicatePureObj back to DuplicateObj. | griffin | 2023-08-10 | 1 | -9/+5 |
|/ / | |||||
* | | Merge 8.7 | jan.nijtmans | 2023-07-19 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Improve error-reporting possibilities for Tcl_ExternalToUtfDStringEx/Tcl_UtfT... | jan.nijtmans | 2023-07-19 | 1 | -2/+2 |
* | | Merge 8.7 - Bug [a366c6efee] | apnadkarni | 2023-07-16 | 1 | -5/+10 |
|\ \ | |/ | |||||
| * | Bug [a366c6efee] | apnadkarni | 2023-07-16 | 1 | -5/+10 |
* | | Merge 8.7 | jan.nijtmans | 2023-07-14 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Correct wording in Comment | oehhar | 2023-07-13 | 1 | -1/+1 |
* | | Merge 8.7 | jan.nijtmans | 2023-07-13 | 1 | -19/+21 |
|\ \ | |/ | |||||
| * | Backport changes in tclListObj.c from Tcl 9.0 | jan.nijtmans | 2023-07-13 | 1 | -161/+207 |
| * | Code cleanup for arithSeries, all backported from 9.0 | jan.nijtmans | 2023-07-10 | 1 | -1/+0 |
| * | Fix [26960060d7]: lseq-3.14 triggers use-after-free | jan.nijtmans | 2023-06-28 | 1 | -0/+1 |
| * | Fix 3 "lset" testcases | jan.nijtmans | 2023-06-21 | 1 | -0/+3 |
| * | Use TclDuplicatePureObj() in stead of TclListObjCopy() where appropriate. Bac... | jan.nijtmans | 2023-05-31 | 1 | -57/+15 |
* | | Fix foreach bug [a34733451b]. | griffin | 2023-07-12 | 1 | -11/+3 |
* | | Cleanup abstract list ObjType function definitions. | griffin | 2023-07-07 | 1 | -24/+18 |
* | | TIP #636 cleanup: Eliminate the use of Tcl_ObjTypeLength() et al, which look ... | jan.nijtmans | 2023-07-07 | 1 | -76/+81 |
* | | merge trunk | griffin | 2023-06-30 | 1 | -0/+3 |
|\ \ | |||||
| * | | WIP for fixing [https://core.tcl-lang.org/tk/tktview/a9929f112a|a9929f112a] | jan.nijtmans | 2023-06-22 | 1 | -0/+3 |
* | | | Fix build issue with no_deprecated. | griffin | 2023-06-23 | 1 | -8/+2 |
* | | | Remove getdbl abstraction. | griffin | 2023-06-13 | 1 | -1/+0 |
* | | | Clean up logic to detect failures. | griffin | 2023-06-06 | 1 | -32/+35 |
* | | | Function name cleanup. | griffin | 2023-05-26 | 1 | -11/+11 |
* | | | Merge trunk | griffin | 2023-05-23 | 1 | -86/+76 |
|\ \ \ | |/ / | |||||
| * | | Merge trunk | apnadkarni | 2023-05-19 | 1 | -78/+87 |
| |\ \ | |||||
| | * | | Improve TclDuplicatePureObj(), remove unnecessary increment/decrement pairs, ... | pooryorick | 2023-05-17 | 1 | -26/+55 |
| | * | | Fix for [5ee01098824881b5], lseq list conversion results in attempt to access | pooryorick | 2023-05-17 | 1 | -0/+1 |
| * | | | More refactoring into common code | apnadkarni | 2023-05-19 | 1 | -40/+21 |
| * | | | Merge trunk | apnadkarni | 2023-05-10 | 1 | -24/+37 |
| |\ \ \ | |||||
| * \ \ \ | Merge trunk | apnadkarni | 2023-05-05 | 1 | -1/+1 |
| |\ \ \ \ | |||||
| * | | | | | Refactor reallocation in preparation for experimentation with different growt... | apnadkarni | 2023-05-04 | 1 | -52/+32 |
* | | | | | | Merge trunk | griffin | 2023-05-17 | 1 | -66/+38 |
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | |||||
| * | | | | | New function, TclDuplicatePureObj(), doesn't duplicate the string | pooryorick | 2023-05-16 | 1 | -54/+10 |
| * | | | | | Add TclRelaxRefCount, and also try to take the fast path more often in byte-c... | pooryorick | 2023-05-13 | 1 | -0/+23 |
| | |_|/ / | |/| | | | |||||
* | | | | | Add Tcl_BumpObj() used to prevent leaks from Abstract List elements. | griffin | 2023-05-17 | 1 | -0/+4 |
* | | | | | merge trunk | griffin | 2023-05-09 | 1 | -65/+77 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Make TclLindexFlat() a litle more straightforward. | pooryorick | 2023-05-08 | 1 | -21/+34 |
| * | | | | Merge 8.7 | jan.nijtmans | 2023-05-05 | 1 | -3/+3 |
| |\ \ \ \ | | |_|/ / | |/| | / | | | |/ | | |/| | |||||
| * | | | Remove TclArithSeriesObjCopy() and use Tcl_DuplicateObj() instead. | pooryorick | 2023-05-05 | 1 | -1/+1 |
| | |/ | |/| | |||||
| * | | Fix LISTREP_ASSERT | apnadkarni | 2023-05-02 | 1 | -1/+2 |
| * | | Change realloc strategy on fail, optimize for empty string | apnadkarni | 2023-05-02 | 1 | -45/+43 |
* | | | merge trunk | griffin | 2023-05-03 | 1 | -6/+6 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.7 | jan.nijtmans | 2023-04-30 | 1 | -5/+5 |
| |\ \ | | |/ |