summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Implement bidirection shift to distribute free space in list stores.apnadkarni2022-05-291-45/+68
* TIP 625 - Re-implementation of listsapnadkarni2022-05-246-1003/+2237
* Rename macro's TclListObjGetElements -> TclListObjGetElementsM and TclListObj...jan.nijtmans2022-05-1744-215/+215
* 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
* | | | | | | | | | | | | | | Since tclDecls.h uses 'size_t', make sure to include <stddef.h>. Since ISO-C ...jan.nijtmans2022-04-294-55/+38
| |_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | Change value of TCL_INDEX_TEMP_TABLE from 2 to 64, and let it lead to a sligh...jan.nijtmans2022-04-263-15/+16
* | | | | | | | | | | | | | merge 8.6 (fixes [27520c9b17])sebres2022-04-261-0/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | / | | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | |
| * | | | | | | | | | | | closes bug [27520c9b17]sebres2022-04-261-0/+3
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | fixes compilation of try-command [27520c9b17]: compile only if finaly token i...sebres2022-04-261-0/+3
* | | | | | | | | | | | | | one more boolPtr -> intPtrjan.nijtmans2022-04-201-4/+4
* | | | | | | | | | | | | | Fix for [a12ad5c4bd7efcf2], buffer allocation on every call to Write().pooryorick2022-04-201-13/+28
* | | | | | | | | | | | | | Merge 8.6jan.nijtmans2022-04-204-41/+41
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / /