Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix [7cb7409e05]: Tcl_ParseArgsObjv bug with TCL_ARGV_GENFUNC. With testcase | jan.nijtmans | 2024-04-04 | 1 | -2/+6 |
|\ | |||||
| * | Fix [7cb7409e05] by backporting tclIndexObj.c from [c3b23bf0c7] | jan.nijtmans | 2024-04-04 | 1 | -59/+60 |
* | | Restore TclListObjLength()/TclListObjGetElements() macro's, as they were in 8.6 | jan.nijtmans | 2024-03-13 | 1 | -5/+5 |
* | | Merge 8.6. Some int -> Tcl_Size | jan.nijtmans | 2024-01-06 | 1 | -37/+40 |
|\ \ | |/ | |||||
| * | Proposed fix for [abd489a1c]: TclStringCmp() calls functions through pointer ... | jan.nijtmans | 2023-10-13 | 1 | -2/+2 |
| * | Correct spelling errors in comments and documentation, but also non-comment | pooryorick | 2023-04-12 | 1 | -1/+1 |
* | | Handle sentinels for any C++ compiler | jan.nijtmans | 2023-10-17 | 1 | -17/+17 |
* | | Consider 3 more types as special in TclDuplicatePureObj(). Updated comment fo... | jan.nijtmans | 2023-07-12 | 1 | -12/+12 |
* | | Correct spelling errors in comments and documentation, but also a non-comment | pooryorick | 2023-04-12 | 1 | -1/+1 |
* | | Use Tcl_GetIntForIndex() in testcases (tclTestObj.c) in stead of Tcl_GetWideI... | jan.nijtmans | 2023-04-05 | 1 | -30/+33 |
* | | Use Tcl_ObjCmdProc in stead of full signature | jan.nijtmans | 2022-10-10 | 1 | -9/+3 |
* | | TIP #618: New Tcl_GetBool* functions with TCL_NULL_OK flag | jan.nijtmans | 2022-10-07 | 1 | -4/+4 |
|\ \ | |||||
| * \ | Merge 8.7 | jan.nijtmans | 2022-09-07 | 1 | -5/+6 |
| |\ \ | |/ / |/| | | |||||
| * | | Merge 8.7 | jan.nijtmans | 2022-04-26 | 1 | -10/+11 |
| |\ \ | |||||
| * | | | TIP #618: New Tcl_GetBool* functions with INDEX_NULL_OK flag | jan.nijtmans | 2022-02-22 | 1 | -4/+4 |
* | | | | Merge 8.7 | jan.nijtmans | 2022-05-17 | 1 | -5/+5 |
|\ \ \ \ | |||||
| * | | | | Rename macro's TclListObjGetElements -> TclListObjGetElementsM and TclListObj... | jan.nijtmans | 2022-05-17 | 1 | -5/+5 |
| | |/ / | |/| | | |||||
* | | | | Merge 8.7. Add macro's for situation without UTF_TCL_STUBS | jan.nijtmans | 2022-05-17 | 1 | -0/+1 |
|/ / / | |||||
* | | | Change value of TCL_INDEX_TEMP_TABLE from 2 to 64, and let it lead to a sligh... | jan.nijtmans | 2022-04-26 | 1 | -10/+11 |
|/ / | |||||
* | | Implement TIP #613: New INDEX_NULL_OK flag for Tcl_GetIndexFromObj*() | jan.nijtmans | 2022-02-17 | 1 | -11/+37 |
|\ \ | |||||
| * \ | Allow indexPtr to be (int *)NULL | jan.nijtmans | 2022-01-28 | 1 | -19/+22 |
| |\ \ | |||||
| | * | | allow NULL for indexPtr to say "am not interested in index, just membership i... | bch | 2020-12-06 | 1 | -13/+18 |
| | * | | Merge 8.7 | jan.nijtmans | 2020-10-02 | 1 | -2/+2 |
| | |\ \ | |||||
| | * \ \ | Merge 8.7 | jan.nijtmans | 2020-09-17 | 1 | -1/+1 |
| | |\ \ \ | |||||
| | * \ \ \ | Merge implementation of TIP #585 (Promote the INDEX_TEMP_TABLE flag of Tcl_Ge... | fvogel | 2020-09-13 | 1 | -3/+3 |
| | |\ \ \ \ | |||||
| | * \ \ \ \ | Merge 8.7 | jan.nijtmans | 2020-05-13 | 1 | -1/+1 |
| | |\ \ \ \ \ | |||||
| | * \ \ \ \ \ | merge 8.7 | dgp | 2020-03-06 | 1 | -42/+4 |
| | |\ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ | Merge 8.7 | jan.nijtmans | 2020-02-28 | 1 | -17/+21 |
| | |\ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ | Merge 8.7 | jan.nijtmans | 2019-08-15 | 1 | -7/+7 |
| | |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | Eliminate many (mostly harmless) MSVC warning messages. Tcl 9 compiles warnin... | jan.nijtmans | 2019-03-13 | 1 | -2/+2 |
| | * | | | | | | | | | Merge 8.7 | jan.nijtmans | 2019-03-01 | 1 | -1/+1 |
| | |\ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ | Another (big) round of int -> size_t enhancements. So Tcl can handle string >... | jan.nijtmans | 2019-02-01 | 1 | -7/+9 |
| | |\ \ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ \ | Merge 8.7 | jan.nijtmans | 2019-01-28 | 1 | -7/+7 |
| | |\ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / | |||||
| | * | | | | | | | | | | | Many internal int -> size_t increases, so string lengths > 2Gb can be handled... | jan.nijtmans | 2018-12-26 | 1 | -3/+3 |
| | * | | | | | | | | | | | Merge 8.7 | jan.nijtmans | 2018-12-11 | 1 | -5/+4 |
| | |\ \ \ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ \ \ | Merge 8.7 | jan.nijtmans | 2018-11-15 | 1 | -1/+1 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / | |||||
| | * | | | | | | | | | | | | Implement TIP 445 | dgp | 2018-11-13 | 1 | -31/+34 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / | |||||
| | * | | | | | | | | | | | | Change ckalloc and friends to Tcl_Alloc and friends. Add two defines, TCL_IO_... | jan.nijtmans | 2018-09-01 | 1 | -10/+10 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ | merge trunk | jan.nijtmans | 2018-07-04 | 1 | -64/+0 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / | |||||
| | | * | | | | | | | | | | | | Merge 8.7 | jan.nijtmans | 2018-07-04 | 1 | -64/+0 |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | \ \ \ \ \ \ \ \ \ \ \ \ | merge trunk | jan.nijtmans | 2018-01-29 | 1 | -31/+2 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / | |||||
| | | * | | | | | | | | | | | | | clean-up some more remainings of the Itcl hack. Taken over from "novem". | jan.nijtmans | 2018-01-17 | 1 | -21/+2 |
| | | * | | | | | | | | | | | | | Remove obsolete documentation (belonging to now-removed functions). Remove ob... | jan.nijtmans | 2018-01-17 | 1 | -10/+0 |
| | | |/ / / / / / / / / / / / | |||||
| | * | | | | | | | | | | | | | New Tcl_GetIndexFromObjStruct signature using size_t | jan.nijtmans | 2017-12-28 | 1 | -6/+6 |
| | |/ / / / / / / / / / / / | |||||
| * | | | | | | | | | | | | | Merge 8.7. Allow Tcl_GetIndexFromObj*() to be used with enum/char/short/int/l... | jan.nijtmans | 2021-12-20 | 1 | -13/+28 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge 8.7 | jan.nijtmans | 2021-12-16 | 1 | -11/+11 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | TIP #613: New INDEX_NULL_OK flag for Tcl_GetIndexFromObj*() | jan.nijtmans | 2021-12-09 | 1 | -5/+15 |
* | | | | | | | | | | | | | | | | Merge 8.6 | jan.nijtmans | 2022-02-10 | 1 | -5/+5 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | / | | |_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | Use TclListObjLength/TclListObjGetElements in stead of Tcl_ListObjLength/Tcl_... | jan.nijtmans | 2022-02-10 | 1 | -5/+5 |
* | | | | | | | | | | | | | | | Merge 8.6 | jan.nijtmans | 2021-12-18 | 1 | -3/+5 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / | | | / / / / / / / / / / / / | |_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | |