Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement bidirection shift to distribute free space in list stores. | apnadkarni | 2022-05-29 | 1 | -45/+68 |
* | TIP 625 - Re-implementation of lists | apnadkarni | 2022-05-24 | 6 | -1003/+2237 |
* | Rename macro's TclListObjGetElements -> TclListObjGetElementsM and TclListObj... | jan.nijtmans | 2022-05-17 | 44 | -215/+215 |
* | Fix compiler warning in tclTest.c | jan.nijtmans | 2022-05-17 | 1 | -1/+1 |
*-. | TIP #622 implementation: Full Unicode for Tcl 8.7 | jan.nijtmans | 2022-05-15 | 20 | -359/+1149 |
|\ \ | |||||
| | * | Update libtommath to latest support/1.x branch | jan.nijtmans | 2022-04-28 | 1 | -3/+12 |
| * | | Merge 8.7 | jan.nijtmans | 2022-04-26 | 4 | -15/+19 |
| |\ \ | |||||
| * \ \ | Merge 8.7 | jan.nijtmans | 2022-04-26 | 7 | -63/+75 |
| |\ \ \ | |||||
| * \ \ \ | Merge 8.7 | jan.nijtmans | 2022-04-14 | 4 | -8/+10 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge 8.7 | jan.nijtmans | 2022-04-04 | 2 | -32/+32 |
| |\ \ \ \ \ | |||||
| * | | | | | | Change UTF-16 version of Tcl_GetRange() not to use the tclStringObj type any ... | jan.nijtmans | 2022-03-30 | 2 | -35/+23 |
| * | | | | | | Undo deprecation for Tcl_AppendUnicodeToObj (as described in the TIP) | jan.nijtmans | 2022-03-29 | 2 | -4/+3 |
| * | | | | | | Merge 8.7 | jan.nijtmans | 2022-03-29 | 2 | -6/+9 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge 8.7. If TCL_NO_DEPRECATED always compile tclTest.o with TCL_UTF_MAX=4 (... | jan.nijtmans | 2022-03-29 | 1 | -1/+3 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge 8.7. Register "string" objType when TCL_UTF_MAX=3 (fixes regression in ... | jan.nijtmans | 2022-03-28 | 4 | -26/+26 |
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |||||
| * | | | | | | | | Unbreak build with-DTCL_UTF_MAX=3 | jan.nijtmans | 2022-03-25 | 1 | -4/+1 |
| * | | | | | | | | bugfix: Handle NULL characters in Tcl_GetCharLength() | jan.nijtmans | 2022-03-24 | 1 | -1/+2 |
| * | | | | | | | | Add TclGetUniChar() to the compatibility set | jan.nijtmans | 2022-03-24 | 7 | -3/+80 |
| * | | | | | | | | Fix internal usage of Tcl_GetRange/Tcl_UtfAtIndex | jan.nijtmans | 2022-03-24 | 4 | -6/+8 |
| * | | | | | | | | Add TclGetRange() to the compatibility set | jan.nijtmans | 2022-03-24 | 5 | -3/+77 |
| * | | | | | | | | Implement PANIC when the UTF16 compatibility layer is used in combination wit... | jan.nijtmans | 2022-03-24 | 2 | -13/+21 |
| * | | | | | | | | When compiled with TCL_NO_DEPRECATED, remove the UTF16 compatibility layer. S... | jan.nijtmans | 2022-03-24 | 8 | -32/+60 |
| * | | | | | | | | Fix for UpdateStringOfUTF16String() | jan.nijtmans | 2022-03-23 | 1 | -1/+1 |
| * | | | | | | | | Put back TclNumUtfChars() macro as TclNumUtfCharsM() | jan.nijtmans | 2022-03-23 | 2 | -15/+15 |
| * | | | | | | | | Fix Tcl_UniCharAtIndex() for UTF-16 compabitility layer | jan.nijtmans | 2022-03-23 | 1 | -4/+2 |
| * | | | | | | | | Fix crash in (compabitility) "string" objType | jan.nijtmans | 2022-03-23 | 1 | -6/+7 |
| * | | | | | | | | Merge 8.7 | jan.nijtmans | 2022-03-22 | 3 | -11/+26 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Merge 8.7 | jan.nijtmans | 2022-03-22 | 6 | -42/+247 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | Feature-complete | jan.nijtmans | 2022-03-22 | 6 | -9/+95 |
| * | | | | | | | | | | More progress | jan.nijtmans | 2022-03-22 | 4 | -12/+12 |
| * | | | | | | | | | | Handle Tcl_UtfAtIndex | jan.nijtmans | 2022-03-16 | 7 | -19/+49 |
| * | | | | | | | | | | Handle Tcl_GetCharLength | jan.nijtmans | 2022-03-16 | 7 | -28/+76 |
| * | | | | | | | | | | Merge 8.7. First working version, feature complete | jan.nijtmans | 2022-03-16 | 1 | -32/+113 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ | Some restructuring. Now compiles/runs fine with TCL_UTF_MAX=3 | jan.nijtmans | 2022-03-14 | 9 | -180/+212 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | More progress | jan.nijtmans | 2022-03-14 | 6 | -39/+71 |
| * | | | | | | | | | | | | Merge 8.7. More progress | jan.nijtmans | 2022-03-13 | 5 | -31/+82 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | Start defining "utf32string" type | jan.nijtmans | 2022-03-12 | 8 | -90/+148 |
| * | | | | | | | | | | | | | More progress | jan.nijtmans | 2022-03-12 | 7 | -65/+65 |
| * | | | | | | | | | | | | | 2 more functions | jan.nijtmans | 2022-03-11 | 5 | -22/+208 |
| * | | | | | | | | | | | | | Handle TclUniCharNcmp() | jan.nijtmans | 2022-03-11 | 7 | -45/+46 |
| * | | | | | | | | | | | | | Merge 8.7 | jan.nijtmans | 2022-03-11 | 2 | -3/+0 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | Experiment: full UTF for 8.7. (WIP) | jan.nijtmans | 2022-03-11 | 1 | -1/+5 |
* | | | | | | | | | | | | | | | Since tclDecls.h uses 'size_t', make sure to include <stddef.h>. Since ISO-C ... | jan.nijtmans | 2022-04-29 | 4 | -55/+38 |
| |_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | Change value of TCL_INDEX_TEMP_TABLE from 2 to 64, and let it lead to a sligh... | jan.nijtmans | 2022-04-26 | 3 | -15/+16 |
* | | | | | | | | | | | | | | merge 8.6 (fixes [27520c9b17]) | sebres | 2022-04-26 | 1 | -0/+3 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | / | | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | |||||
| * | | | | | | | | | | | | closes bug [27520c9b17] | sebres | 2022-04-26 | 1 | -0/+3 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | fixes compilation of try-command [27520c9b17]: compile only if finaly token i... | sebres | 2022-04-26 | 1 | -0/+3 |
* | | | | | | | | | | | | | | one more boolPtr -> intPtr | jan.nijtmans | 2022-04-20 | 1 | -4/+4 |
* | | | | | | | | | | | | | | Fix for [a12ad5c4bd7efcf2], buffer allocation on every call to Write(). | pooryorick | 2022-04-20 | 1 | -13/+28 |
* | | | | | | | | | | | | | | Merge 8.6 | jan.nijtmans | 2022-04-20 | 4 | -41/+41 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |