summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Compiler warning when USE_DTRACE=1jan.nijtmans2022-05-241-4/+4
* TIP #481: Also prefer size_t functions when lengthPtr == NULLjan.nijtmans2022-05-191-10/+28
* Elaborate TIP #481 implementation: Make clear that Tcl_GetUnicodeFromObj and ...jan.nijtmans2022-05-193-9/+17
* Merge 8.7jan.nijtmans2022-05-1744-211/+211
|\
| * Rename macro's TclListObjGetElements -> TclListObjGetElementsM and TclListObj...jan.nijtmans2022-05-1744-215/+215
* | Merge 8.7jan.nijtmans2022-05-171-1/+1
|\ \ | |/
| * Fix compiler warning in tclTest.cjan.nijtmans2022-05-171-1/+1
| *-. TIP #622 implementation: Full Unicode for Tcl 8.7jan.nijtmans2022-05-1520-359/+1149
| |\ \
| | | * Update libtommath to latest support/1.x branchjan.nijtmans2022-04-281-3/+12
| | * | Merge 8.7jan.nijtmans2022-04-264-15/+19
| | |\ \
| | * \ \ Merge 8.7jan.nijtmans2022-04-267-63/+75
| | |\ \ \
| | * \ \ \ Merge 8.7jan.nijtmans2022-04-144-8/+10
| | |\ \ \ \
| | * \ \ \ \ Merge 8.7jan.nijtmans2022-04-042-32/+32
| | |\ \ \ \ \
| | * | | | | | Change UTF-16 version of Tcl_GetRange() not to use the tclStringObj type any ...jan.nijtmans2022-03-302-35/+23
| | * | | | | | Undo deprecation for Tcl_AppendUnicodeToObj (as described in the TIP)jan.nijtmans2022-03-292-4/+3
| | * | | | | | Merge 8.7jan.nijtmans2022-03-292-6/+9
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge 8.7. If TCL_NO_DEPRECATED always compile tclTest.o with TCL_UTF_MAX=4 (...jan.nijtmans2022-03-291-1/+3
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge 8.7. Register "string" objType when TCL_UTF_MAX=3 (fixes regression in ...jan.nijtmans2022-03-284-26/+26
| | |\ \ \ \ \ \ \ \ | | | |/ / / / / / /
| | * | | | | | | | Unbreak build with-DTCL_UTF_MAX=3jan.nijtmans2022-03-251-4/+1
| | * | | | | | | | bugfix: Handle NULL characters in Tcl_GetCharLength()jan.nijtmans2022-03-241-1/+2
| | * | | | | | | | Add TclGetUniChar() to the compatibility setjan.nijtmans2022-03-247-3/+80
| | * | | | | | | | Fix internal usage of Tcl_GetRange/Tcl_UtfAtIndexjan.nijtmans2022-03-244-6/+8
| | * | | | | | | | Add TclGetRange() to the compatibility setjan.nijtmans2022-03-245-3/+77
| | * | | | | | | | Implement PANIC when the UTF16 compatibility layer is used in combination wit...jan.nijtmans2022-03-242-13/+21
| | * | | | | | | | When compiled with TCL_NO_DEPRECATED, remove the UTF16 compatibility layer. S...jan.nijtmans2022-03-248-32/+60
| | * | | | | | | | Fix for UpdateStringOfUTF16String()jan.nijtmans2022-03-231-1/+1
| | * | | | | | | | Put back TclNumUtfChars() macro as TclNumUtfCharsM()jan.nijtmans2022-03-232-15/+15
| | * | | | | | | | Fix Tcl_UniCharAtIndex() for UTF-16 compabitility layerjan.nijtmans2022-03-231-4/+2
| | * | | | | | | | Fix crash in (compabitility) "string" objTypejan.nijtmans2022-03-231-6/+7
| | * | | | | | | | Merge 8.7jan.nijtmans2022-03-223-11/+26
| | |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2022-03-226-42/+247
| | |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Feature-completejan.nijtmans2022-03-226-9/+95
| | * | | | | | | | | | More progressjan.nijtmans2022-03-224-12/+12
| | * | | | | | | | | | Handle Tcl_UtfAtIndexjan.nijtmans2022-03-167-19/+49
| | * | | | | | | | | | Handle Tcl_GetCharLengthjan.nijtmans2022-03-167-28/+76
| | * | | | | | | | | | Merge 8.7. First working version, feature completejan.nijtmans2022-03-161-32/+113
| | |\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ Some restructuring. Now compiles/runs fine with TCL_UTF_MAX=3jan.nijtmans2022-03-149-180/+212
| | |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | More progressjan.nijtmans2022-03-146-39/+71
| | * | | | | | | | | | | | Merge 8.7. More progressjan.nijtmans2022-03-135-31/+82
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | Start defining "utf32string" typejan.nijtmans2022-03-128-90/+148
| | * | | | | | | | | | | | | More progressjan.nijtmans2022-03-127-65/+65
| | * | | | | | | | | | | | | 2 more functionsjan.nijtmans2022-03-115-22/+208
| | * | | | | | | | | | | | | Handle TclUniCharNcmp()jan.nijtmans2022-03-117-45/+46
| | * | | | | | | | | | | | | Merge 8.7jan.nijtmans2022-03-112-3/+0
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | Experiment: full UTF for 8.7. (WIP)jan.nijtmans2022-03-111-1/+5
* | | | | | | | | | | | | | | | Undo deprecation of Tcl_AppendUnicodeToObj(). See also [https://core.tcl-lan...jan.nijtmans2022-05-139-48/+42
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge 9.0jan.nijtmans2022-04-2610-38/+46
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge 9.0jan.nijtmans2022-04-2638-311/+326
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge 9.0jan.nijtmans2022-04-012-4/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge 9.0jan.nijtmans2022-03-301-12/+5
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \