summaryrefslogtreecommitdiffstats
path: root/generic/tclStrIdxTree.c
Commit message (Expand)AuthorAgeFilesLines
* clock option re-orderingjan.nijtmans2024-05-221-4/+3
|\
| * clock option re-orderingjan.nijtmans2024-05-221-4/+3
* | Tcl_DuplicateObj can't return NULLdkf2024-04-181-22/+30
* | Merge 8.7jan.nijtmans2024-04-141-1/+1
|\ \ | |/
| * Some int -> Tcl_Size changesjan.nijtmans2024-04-141-4/+4
* | Merge 8.7dkf2024-04-121-1/+1
|\ \ | |/
| * More cleaning up, notably no more symbols starting with _ as they're a reserv...dkf2024-04-121-1/+1
* | Merge 8.7jan.nijtmans2024-04-111-107/+129
|\ \ | |/
| * No need for TCL_OBJTYPE_V0 in Tcl 8.7. Make StrIdxTreeObjType static const. D...jan.nijtmans2024-04-111-3/+2
| * A few more small changesdkf2024-04-111-5/+13
| * Style cleanup, plus added comments on memory managementdkf2024-04-111-108/+122
* | Merge 8.7. encodingPtr -> encodingNamePtr (for consistency)jan.nijtmans2024-04-041-1/+1
|\ \ | |/
| * Merge 8.6jan.nijtmans2024-04-041-1/+1
* | Oops, ckalloc -> Tcl_Allocjan.nijtmans2024-04-011-5/+5
|/
* TIP 688: clock command revision and speedupjan.nijtmans2024-04-011-5/+5
* Review: use Tcl_Size for "length" in tclStrIdxTree.h. Macro tweaks.jan.nijtmans2024-03-201-14/+12
* Fix [1acd172c424b57c9] (by just reverting the change causing this). Not cruci...jan.nijtmans2024-03-111-4/+5
* (cherry-pick) More tweaksjan.nijtmans2024-02-261-1/+1
* Rebase to latest 9.0jan.nijtmans2024-02-261-6/+7
* Merge 8.7. Use more TCL_UNUSED()jan.nijtmans2021-02-191-4/+4
* Merge 8.6. More warning fixesjan.nijtmans2020-10-151-3/+3
* Fixes sebres/tclclockmod#18 (Fails to parse short month name for June); sebres2019-07-151-1/+1
* generic\tclStrIdxTree.c: bug fix (lost abbreviation), if tree will be built f...sebres2018-05-291-1/+2
* Initialize prevf to fix (used before set) warning. sebres2018-05-291-1/+1
* Fix LookupLastTransition() for behavior when tick < compVal, undo Tcl_EvalObj...jan.nijtmans2017-06-071-6/+6
* missing static keyword for inline declarationssebres2017-06-021-2/+2
* More code review, e.g. use Tcl_SetObjResult in stead of Tcl_SetResult, preven...jan.nijtmans2017-05-311-18/+18
* small code review: resolves several warning on some compilerssebres2017-05-301-2/+2
* [clock] tclStrIdxTree extended with possibility to hold client data; also cha...sebres2017-05-111-26/+33
* Added files missing after merge/back-port (rebase with merge point)sebres2017-05-101-0/+520