| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix compilation with CFLAGS=-DTCL_NO_DEPRECATED | jan.nijtmans | 2023-09-20 | 1 | -1/+1 |
|
|
* | silence compiler warning about uninitialized variable | dgp | 2023-09-18 | 1 | -1/+1 |
|
|
* | int -> Tcl_Size (where appropriate). Make TclStringCmpOpts() static | jan.nijtmans | 2023-09-18 | 1 | -137/+162 |
|
|
*-. | TIP #665: Remove support for internal utf-16 for Tcl 8.7 (and 9.0) | jan.nijtmans | 2023-09-12 | 1 | -23/+24 |
|\ \ |
|
| | * | Correct spelling errors in comments and documentation, but also non-comment
| pooryorick | 2023-04-12 | 1 | -7/+7 |
|
|
| * | | More progress | jan.nijtmans | 2023-05-01 | 1 | -3/+3 |
|
|
| * | | Remove internal use of TCL_UTF_MAX=3 as much as possible, without compromizin... | jan.nijtmans | 2023-05-01 | 1 | -8/+9 |
|/ / |
|
* | | Correct spelling errors in comments and documentation, but also a non-comment
| pooryorick | 2023-04-12 | 1 | -5/+5 |
|
|
* | | More (internal) usage of TclGetString() and TclGetStringFromObj() macro's | jan.nijtmans | 2023-03-27 | 1 | -2/+2 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2023-01-18 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Fix issue [8f7fdea2d], string-2.20.1 fails on big endian, and also fix issue... | pooryorick | 2023-01-15 | 1 | -14/+24 |
|
|
* | | Reduce shimmering: If a conclusion can be drawn about the number of list elem... | jan.nijtmans | 2022-11-28 | 1 | -1/+4 |
|
|
* | | Tcl_NewDoubleObj -> TclNewDoubleObj and Tcl_NewWideIntObj -> TclNewIntObj (an... | jan.nijtmans | 2022-11-25 | 1 | -4/+4 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2022-09-21 | 1 | -2/+6 |
|\ \
| |/ |
|
| * | Proposed fix for [c0bc269178], with testcase | jan.nijtmans | 2022-09-20 | 1 | -2/+6 |
|
|
| * | Code cleanup (use {} in if/else statemenets) | jan.nijtmans | 2022-07-12 | 1 | -1/+1 |
|
|
| * | Simplify solution for [76ad7aeba3]: No need to call TclGetNumberFromObj() twi... | jan.nijtmans | 2022-05-25 | 1 | -15/+3 |
|
|
| * | Add testcases and fix implementation | jan.nijtmans | 2022-05-25 | 1 | -10/+15 |
|
|
| * | Proposed fix for [76ad7aeba3]: boundary case bug in [string is integer]. Miss... | jan.nijtmans | 2022-05-22 | 1 | -7/+14 |
|
|
* | | Rename macro's TclListObjGetElements -> TclListObjGetElementsM and TclListObj... | jan.nijtmans | 2022-05-17 | 1 | -13/+13 |
|
|
* | | Add TclGetUniChar() to the compatibility set | jan.nijtmans | 2022-03-24 | 1 | -2/+2 |
|
|
* | | Fix internal usage of Tcl_GetRange/Tcl_UtfAtIndex | jan.nijtmans | 2022-03-24 | 1 | -3/+3 |
|
|
* | | Handle Tcl_UtfAtIndex | jan.nijtmans | 2022-03-16 | 1 | -6/+6 |
|
|
* | | Handle Tcl_GetCharLength | jan.nijtmans | 2022-03-16 | 1 | -11/+11 |
|
|
* | | Start defining "utf32string" type | jan.nijtmans | 2022-03-12 | 1 | -31/+31 |
|
|
* | | More progress | jan.nijtmans | 2022-03-12 | 1 | -5/+5 |
|
|
* | | 2 more functions | jan.nijtmans | 2022-03-11 | 1 | -2/+2 |
|
|
* | | Handle TclUniCharNcmp() | jan.nijtmans | 2022-03-11 | 1 | -2/+2 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2022-02-10 | 1 | -10/+10 |
|\ \
| |/ |
|
| * | Use TclListObjLength/TclListObjGetElements in stead of Tcl_ListObjLength/Tcl_... | jan.nijtmans | 2022-02-10 | 1 | -8/+8 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2022-01-21 | 1 | -8/+4 |
|\ \
| |/ |
|
| * | Undo part of [26539e78a7]. Although Tcl_GetRange() does it's own parameter ch... | jan.nijtmans | 2022-01-21 | 1 | -9/+11 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2022-01-18 | 1 | -4/+10 |
|\ \
| |/ |
|
| * | Possible fix for [e9a2715d91]: Tcl 8.6.11: Incompatible Tcl_GetRange() | jan.nijtmans | 2022-01-17 | 1 | -4/+10 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2022-01-17 | 1 | -9/+1 |
|\ \
| |/ |
|
| * | Follow-up to [767e070d35]: Tcl_GetRange and Tcl_GetUniChar do not validate in... | jan.nijtmans | 2022-01-17 | 1 | -9/+1 |
|
|
* | | New macro TclNewIndexObj(). For Tcl 8.7 it's the same as TclNewIntObj(), but ... | jan.nijtmans | 2021-12-21 | 1 | -10/+10 |
|\ \
| |/ |
|
* | | Change "IntRep" to "InternalRep", as discussed in the Tcl Core mailing list | jan.nijtmans | 2021-10-06 | 1 | -10/+10 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2021-07-16 | 1 | -4/+4 |
|\ \
| |/ |
|
| * | finally -> finallyIndex, preventing conflicts with Tru64 headers (reported by... | jan.nijtmans | 2021-07-13 | 1 | -4/+4 |
|
|
| * | Fix [4c591fa487]: [string compare] EIAS violation | jan.nijtmans | 2021-03-10 | 1 | -1/+1 |
|
|
* | | Merge 8.7 | jan.nijtmans | 2021-04-14 | 1 | -1/+1 |
|\ \ |
|
* \ \ | Merge 8.7 | jan.nijtmans | 2021-04-12 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Fix [7f1162a867]. Don't compile "string cat" any more, since there still is a... | jan.nijtmans | 2021-04-12 | 1 | -1/+1 |
| |/ / |
|
* | | | Deprecate/remove "string bytelength" | jan.nijtmans | 2021-04-09 | 1 | -0/+4 |
|
|
* | | | TIP #597 implementation: "string is unicode" and new wtf-8 encoding | jan.nijtmans | 2021-03-10 | 1 | -4/+7 |
|/ / |
|
* | | Simplifications when assuming VS 2015 or later | jan.nijtmans | 2020-12-17 | 1 | -7/+7 |
|
|
* | | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ... | jan.nijtmans | 2020-12-08 | 1 | -5/+5 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2020-12-04 | 1 | -25/+25 |
|\ \
| |/ |
|
| * | Merge 8.5 (syncing "tcltest" package). Use more uppercase hex representations | jan.nijtmans | 2020-12-04 | 1 | -25/+25 |
| |\ |
|