summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge 9.0jan.nijtmans2022-05-1747-298/+290
|\
| * Merge 8.7jan.nijtmans2022-05-1744-211/+211
| |\
| | * Rename macro's TclListObjGetElements -> TclListObjGetElementsM and TclListObj...jan.nijtmans2022-05-1744-215/+215
* | | Merge 9.0. Fix compilation (due to new macro's in previous commit)jan.nijtmans2022-05-178-2/+9
|\ \ \ | |/ /
| * | Merge 8.7jan.nijtmans2022-05-171-1/+1
| |\ \ | | |/
| | * Fix compiler warning in tclTest.cjan.nijtmans2022-05-171-1/+1
* | | Add missing macro's. Thanks to Ashok, noticing thisjan.nijtmans2022-05-171-0/+21
* | | Merge 9.0jan.nijtmans2022-05-1635-168/+326
|\ \ \ | |/ /
| * | Merge-mark (TIP #622 is _not_ forward-merged to 9.0!)jan.nijtmans2022-05-150-0/+0
| |\ \ | | |/
| | *-. TIP #622 implementation: Full Unicode for Tcl 8.7jan.nijtmans2022-05-1529-400/+1192
| | |\ \
| | | | * Change (unsupported) "utfmax" option in rules.vc to it's reverse "utf16". No ...jan.nijtmans2022-05-153-28/+9
| | | * | Merge 8.7jan.nijtmans2022-04-266-16/+28
| | | |\ \
| | | * \ \ Merge 8.7jan.nijtmans2022-04-2622-3468/+1168
| | | |\ \ \
| | | * \ \ \ Merge 8.7jan.nijtmans2022-04-141-2/+2
| | | |\ \ \ \
| | | * \ \ \ \ merge-markjan.nijtmans2022-04-140-0/+0
| | | |\ \ \ \ \
| | | * \ \ \ \ \ Merge 8.7jan.nijtmans2022-04-1497-7318/+12317
| | | |\ \ \ \ \ \
| | | * \ \ \ \ \ \ Merge 8.7jan.nijtmans2022-04-047-41/+40
| | | |\ \ \ \ \ \ \
| | | * | | | | | | | 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-293-7/+10
| | | |\ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ Merge 8.7. If TCL_NO_DEPRECATED always compile tclTest.o with TCL_UTF_MAX=4 (...jan.nijtmans2022-03-294-2/+7
| | | |\ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ Merge 8.7. Register "string" objType when TCL_UTF_MAX=3 (fixes regression in ...jan.nijtmans2022-03-284-26/+26
| | | |\ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | Don't run obj-1.1 test with -DTCL_NO_DEPRECATEDjan.nijtmans2022-03-261-1/+3
| | | * | | | | | | | | | | 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-249-45/+73
| | | * | | | | | | | | | | 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-2213-266/+282
| | | |\ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | ucs4 -> utf32jan.nijtmans2022-03-222-31/+32
| | | * | | | | | | | | | | | Merge 8.7jan.nijtmans2022-03-2215-93/+376
| | | |\ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | Feature-completejan.nijtmans2022-03-227-10/+96
| | | * | | | | | | | | | | | | More progressjan.nijtmans2022-03-226-14/+14
| | | * | | | | | | | | | | | | 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-163-48/+129
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | update rules.vcjan.nijtmans2022-03-151-5/+4
| | | * | | | | | | | | | | | | | Some restructuring. Now compiles/runs fine with TCL_UTF_MAX=3jan.nijtmans2022-03-149-180/+212
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | More progressjan.nijtmans2022-03-1411-69/+101
| | | * | | | | | | | | | | | | | | Merge 8.7. More progressjan.nijtmans2022-03-136-53/+104
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | | Start defining "utf32string" typejan.nijtmans2022-03-129-91/+149
| | | * | | | | | | | | | | | | | | | More progressjan.nijtmans2022-03-129-67/+68
| | | * | | | | | | | | | | | | | | | 2 more functionsjan.nijtmans2022-03-115-22/+208
| | | * | | | | | | | | | | | | | | | Handle TclUniCharNcmp()jan.nijtmans2022-03-117-45/+46