| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 8.7 | jan.nijtmans | 2023-06-02 | 1 | -17/+22 |
|\ |
|
| * | New (internal) macro TclAttemptInitStringRep() | jan.nijtmans | 2023-06-02 | 1 | -3/+9 |
|
|
* | | Merge 8.7 | jan.nijtmans | 2023-05-22 | 1 | -2/+2 |
|\ \
| |/ |
|
* | | Minor refactor to combine alloc/realloc | apnadkarni | 2023-05-20 | 1 | -3/+5 |
|
|
* | | Merge trunk | apnadkarni | 2023-05-19 | 1 | -2/+1 |
|\ \ |
|
| * | | New function, TclDuplicatePureObj(), doesn't duplicate the string
| pooryorick | 2023-05-16 | 1 | -1/+0 |
|
|
| * | | Restore warning-free compilation with C++ compiler | jan.nijtmans | 2023-05-11 | 1 | -1/+1 |
|
|
* | | | More refactoring into common code | apnadkarni | 2023-05-19 | 1 | -35/+25 |
|
|
* | | | Merge trunk | apnadkarni | 2023-05-05 | 1 | -3/+6 |
|\ \ \
| |/ / |
|
| * | | Merge 8.7 | jan.nijtmans | 2023-05-04 | 1 | -3/+6 |
| |\ \
| | |/ |
|
| | * | Fix [9c397da4a9]: AppendPrintfToObjVA(): support 64-bit pointers | jan.nijtmans | 2023-05-04 | 1 | -2/+6 |
|
|
| | * | Backport "Comments only. Fix blatantly obsolete ones". And a few more improve... | jan.nijtmans | 2023-05-03 | 1 | -39/+56 |
|
|
| | * | Simplify Tcl 9 compatibility macro's. No change in functionality. | jan.nijtmans | 2023-04-27 | 1 | -2/+2 |
|
|
| | * | Reduce diff between 8.7 and 9.0. Add some testcases | jan.nijtmans | 2023-04-21 | 1 | -145/+150 |
|
|
| | * | Adapt TIP's #494/#481/#537/#544/#568/#616/#623/#627/#630 to TIP #660 changes | jan.nijtmans | 2023-04-18 | 1 | -1/+1 |
|
|
* | | | Refactor reallocation in preparation for experimentation with different growt... | apnadkarni | 2023-05-04 | 1 | -53/+32 |
|
|
* | | | Fix bug-c9663296fd (in progress) | apnadkarni | 2023-05-03 | 1 | -22/+34 |
|/ / |
|
* | | Comments only. Fix blatantly obsolete ones | apnadkarni | 2023-05-03 | 1 | -19/+17 |
|
|
* | | Limit memset() to "TCL_UTF_MAX=3' builds. | pooryorick | 2023-04-28 | 1 | -0/+2 |
|
|
* | | Add bytearray checking to TclCheckEmptyString(), and then use | pooryorick | 2023-04-27 | 1 | -19/+26 |
|\ \ |
|
| * | | Add bytearray checking to TclCheckEmptyString(), and then use
| pooryorick | 2023-04-23 | 1 | -19/+26 |
|
|
* | | | Fix for [f5eadcbf9a6b1b4c], passing pointer to uninitialized memory leads | pooryorick | 2023-04-27 | 1 | -0/+6 |
|\ \ \ |
|
| * | | | memset(0xff) instead of memset(0) to accomodate tests that fill buffer with | pooryorick | 2023-04-27 | 1 | -1/+1 |
|
|
| * | | | Fix for issue [f5eadcbf9a], passing pointer to uninitialized memory leads | pooryorick | 2023-04-25 | 1 | -0/+6 |
|
|
* | | | | Reduce number of needed type-casts. No change in functionality | jan.nijtmans | 2023-04-26 | 1 | -2/+2 |
|/ / / |
|
* | | | Fix [a814ee5bbd] - string compare/equal -length for long strings | apnadkarni | 2023-04-24 | 1 | -5/+6 |
|
|
* | | | Fix [a550f9710b] (format bigdata) | apnadkarni | 2023-04-24 | 1 | -3/+16 |
|/ / |
|
* | | Backout [e6fe76ae6b]. See build failure with -DTCL_UTF_MAX=3 [https://github.... | jan.nijtmans | 2023-04-23 | 1 | -36/+32 |
|
|
* | | Make Tcl_AppendObjToObj avoid string generation in a couple more circumstances, | pooryorick | 2023-04-22 | 1 | -32/+36 |
|
|
* | | Backout [4a7b807856], It breaks the build. See: [https://github.com/tcltk/tcl... | jan.nijtmans | 2023-04-22 | 1 | -28/+33 |
|
|
* | | Make Tcl_AppendObjToObj more efficient and avoid unnecessarily generating a | pooryorick | 2023-04-21 | 1 | -33/+28 |
|
|
* | | Fix [3c04fcdd1a] - join truncates large lists | apnadkarni | 2023-04-19 | 1 | -6/+7 |
|
|
* | | Merge trunk | apnadkarni | 2023-04-14 | 1 | -40/+41 |
|\ \ |
|
| * \ | Allow Tcl build without the Tcl 8 compat API. Derived from "disabletcl8api" b... | jan.nijtmans | 2023-04-13 | 1 | -0/+2 |
| |\ \ |
|
| * | | | Correct the documentation of Tcl_SetObjLength. | pooryorick | 2023-04-12 | 1 | -11/+10 |
|
|
| * | | | Correct spelling errors in comments and documentation, but also a non-comment... | pooryorick | 2023-04-12 | 1 | -30/+29 |
| |\ \ \
| | |/ /
| |/| /
| | |/ |
|
| | * | Correct spelling errors in comments and documentation, but also a non-comment
| pooryorick | 2023-04-12 | 1 | -35/+35 |
|
|
* | | | Merge 9.0 | apnadkarni | 2023-04-08 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Editorial fix in Tcl_Panic() message. | pointsman | 2023-04-07 | 1 | -1/+1 |
|
|
| * | | Merge 8.7 | jan.nijtmans | 2023-03-30 | 1 | -3/+3 |
| |\ \
| | |/ |
|
| | * | Merge 8.6 | jan.nijtmans | 2023-03-30 | 1 | -3/+3 |
| | |\ |
|
| | | * | Fix [0cb3554903]: macOS 13 SDK deprecates sprintf(). But better not use it on... | jan.nijtmans | 2023-03-30 | 1 | -3/+3 |
|
|
| | * | | More (internal) usage of TclGetString() and TclGetStringFromObj() macro's | jan.nijtmans | 2023-03-27 | 1 | -7/+7 |
|
|
* | | | | Export Tcl_GetSizeFromObj in stubs | apnadkarni | 2023-04-05 | 1 | -2/+2 |
|
|
* | | | | Fix gcc warnings from prior 9.0 merge | apnadkarni | 2023-04-01 | 1 | -2/+4 |
|
|
* | | | | TIP 660. No compiler warnings. Tests suite pass on Win and Ubuntu | apnadkarni | 2023-03-30 | 1 | -184/+219 |
|/ / / |
|
* | | | Merge 8.7 | jan.nijtmans | 2023-03-24 | 1 | -2/+2 |
|\ \ \
| |/ / |
|
| * | | Merge 8.6 | jan.nijtmans | 2023-03-24 | 1 | -2/+2 |
| |\ \
| | |/ |
|
| | * | Fix [15e74a2fe6]: Fix various typos | jan.nijtmans | 2023-03-24 | 1 | -2/+2 |
|
|
| * | | Candidate fix for [f3cb2a32d6] | dgp | 2023-03-20 | 1 | -0/+1 |
|
|