| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix bug [891a74b941] - format %#d not consistent with other radix prefixes | griffin | 2023-09-16 | 1 | -0/+4 |
|
|
* | Merge 8.7 | jan.nijtmans | 2023-09-12 | 1 | -90/+3 |
|\ |
|
| *-. | TIP #665: Remove support for internal utf-16 for Tcl 8.7 (and 9.0) | jan.nijtmans | 2023-09-12 | 1 | -131/+37 |
| |\ \ |
|
| | * | | missed a few | jan.nijtmans | 2023-07-09 | 1 | -5/+5 |
|
|
| | * | | Rebase to 8.7 | jan.nijtmans | 2023-07-09 | 1 | -107/+9 |
| | |\ \ |
|
| | | * \ | Rebase to latest 8.7 | jan.nijtmans | 2023-05-04 | 1 | -116/+15 |
| | | |\ \ |
|
| | | | * | | More progress | jan.nijtmans | 2023-05-01 | 1 | -9/+6 |
|
|
| | | | * | | Remove internal use of TCL_UTF_MAX=3 as much as possible, without compromizin... | jan.nijtmans | 2023-05-01 | 1 | -107/+9 |
|
|
| * | | | | | TIP #666 implementation: Change ptrdiff_t → Tcl_Size in Tcl 8.7 (and 9.0) | jan.nijtmans | 2023-09-11 | 1 | -31/+5 |
| |\ \ \ \ \ |
|
| | * \ \ \ \ | Rebase to 8.7 | jan.nijtmans | 2023-07-26 | 1 | -31/+5 |
| | |\ \ \ \ \
| | | |/ / / /
| | |/| | | | |
|
| | | * | | | | Rebase to latest 8.7 | jan.nijtmans | 2023-05-10 | 1 | -31/+5 |
|
|
* | | | | | | | Merge 8.7 - Fix [b5ac3e3786] - Tcl_GetUniChar oob read | apnadkarni | 2023-09-05 | 1 | -0/+3 |
|\ \ \ \ \ \ \
| |/ / / / / / |
|
| * | | | | | | Merge 8.6 - Fix [b5ac3e3786] - Tcl_GetUniChar oob read | apnadkarni | 2023-09-05 | 1 | -0/+3 |
| |\ \ \ \ \ \
| | |/ / / / /
| |/| | | | /
| | | |_|_|/
| | |/| | | |
|
| | * | | | | Fix [b5ac3e3786] - Tcl_GetUniChar oob read | apnadkarni | 2023-09-05 | 1 | -0/+7 |
|
|
| | * | | | | Correct spelling errors in comments and documentation, but also non-comment
| pooryorick | 2023-04-12 | 1 | -38/+38 |
|
|
| * | | | | | off-by-one. Minor optimization | jan.nijtmans | 2023-07-06 | 1 | -2/+2 |
|
|
| * | | | | | Proposed fix for [c5bcbf3494]: Output of surrogates seems to repeat following... | jan.nijtmans | 2023-07-06 | 1 | -15/+23 |
|
|
* | | | | | | 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 |
|\ \ \ |
|