Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix ungrammatical doubling of words in commentsminor | dkf | 2024-09-21 | 1 | -1/+1 |
* | Backout the "dullest commit ever" (not my words ....). It breaks the build. | jan.nijtmans | 2024-05-14 | 1 | -20/+20 |
* | Clean up a lot of small whitespace issues | dkf | 2024-05-13 | 1 | -20/+20 |
* | Fix [7cb7409e05]: Tcl_ParseArgsObjv bug with TCL_ARGV_GENFUNC. With testcase | jan.nijtmans | 2024-04-04 | 1 | -2/+6 |
|\ | |||||
| * | 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 |
* | | | Merge 8.7. Tcl_GetStringFromObj() -> TclGetStringFromObj() (optimization) | jan.nijtmans | 2024-03-21 | 1 | -7/+7 |
|\ \ \ | |/ / | |||||
| * | | Restore TclListObjLength()/TclListObjGetElements() macro's, as they were in 8.6 | jan.nijtmans | 2024-03-13 | 1 | -5/+5 |
* | | | Fix indentation/brace usage style issues | dkf | 2024-03-19 | 1 | -13/+13 |
* | | | Restore TclListObjGetElements()/TclListObjLength() as they were in 8.6 too. | jan.nijtmans | 2024-03-12 | 1 | -5/+5 |
* | | | Merge 8.7 | jan.nijtmans | 2024-01-06 | 1 | -44/+47 |
|\ \ \ | |/ / | |||||
| * | | 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 |
* | | | silence compiler warning | dgp | 2024-01-05 | 1 | -2/+2 |
* | | | Resolve the INT_MAX limination in GetIndexFromObjList() | jan.nijtmans | 2024-01-05 | 1 | -6/+3 |
* | | | Merge 8.7 | jan.nijtmans | 2023-10-19 | 1 | -17/+17 |
|\ \ \ | |/ / | |||||
| * | | Handle sentinels for any C++ compiler | jan.nijtmans | 2023-10-17 | 1 | -17/+17 |
* | | | Merge 8.7 | jan.nijtmans | 2023-07-12 | 1 | -11/+11 |
|\ \ \ | |/ / | |||||
| * | | Consider 3 more types as special in TclDuplicatePureObj(). Updated comment fo... | jan.nijtmans | 2023-07-12 | 1 | -12/+12 |
* | | | Merge trunk | apnadkarni | 2023-04-14 | 1 | -1/+1 |
|\ \ \ | |||||
| * \ \ | Correct spelling errors in comments and documentation, but also a non-comment... | pooryorick | 2023-04-12 | 1 | -1/+1 |
| |\ \ \ | | |/ / | |||||
| | * | | Correct spelling errors in comments and documentation, but also a non-comment | pooryorick | 2023-04-12 | 1 | -1/+1 |
* | | | | Merge 9.0 | apnadkarni | 2023-04-08 | 1 | -4/+3 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge 8.7 | jan.nijtmans | 2023-04-05 | 1 | -19/+19 |
| |\ \ \ | | |/ / | |||||
| | * | | Use Tcl_GetIntForIndex() in testcases (tclTestObj.c) in stead of Tcl_GetWideI... | jan.nijtmans | 2023-04-05 | 1 | -30/+33 |
* | | | | TIP 660. No compiler warnings. Tests suite pass on Win and Ubuntu | apnadkarni | 2023-03-30 | 1 | -32/+35 |
|/ / / | |||||
* | | | Another round of -1 -> TCL_INDEX_NONE | jan.nijtmans | 2023-03-05 | 1 | -6/+6 |
* | | | TIP 644 - Make Tcl_ObjType extensible | apnadkarni | 2022-10-11 | 1 | -1/+2 |
* | | | Merge 8.7 | jan.nijtmans | 2022-10-10 | 1 | -9/+3 |
|\ \ \ | |/ / | |||||
| * | | Use Tcl_ObjCmdProc in stead of full signature | jan.nijtmans | 2022-10-10 | 1 | -9/+3 |
* | | | Merge 8.7 | jan.nijtmans | 2022-10-07 | 1 | -4/+4 |
|\ \ \ | |/ / | |||||
| * | | 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 |
| |\ \ \ \ | |||||
| * | | | | | Merge 8.7. Add macro's for situation without UTF_TCL_STUBS | jan.nijtmans | 2022-05-17 | 1 | -0/+1 |
| | |_|/ / | |/| | | | |||||
* | | | | | Finish remaining part of TIP-627 for Tcl 9.0: Handle objProc2/objClientData2 ... | jan.nijtmans | 2022-09-02 | 1 | -1/+1 |
* | | | | | Internal bug in Tcl_GetIndexFromObjStruct re-definition (works, as long as si... | jan.nijtmans | 2022-06-09 | 1 | -1/+1 |
* | | | | | Merge 9.0 | jan.nijtmans | 2022-05-17 | 1 | -5/+5 |
|\ \ \ \ \ | |||||
| * \ \ \ \ | 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 9.0. Fix compilation (due to new macro's in previous commit) | jan.nijtmans | 2022-05-17 | 1 | -0/+1 |
|\ \ \ \ \ | |/ / / / | |||||
* | | | | | Merge 9.0 | jan.nijtmans | 2022-04-26 | 1 | -10/+11 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge 8.7 | jan.nijtmans | 2022-04-26 | 1 | -10/+11 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | 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 |
| | |/ / | |||||
* | | | | Merge 9.0 | jan.nijtmans | 2022-04-14 | 1 | -9/+12 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge 9.0. Eliminate almost all remaining (enum) casts | jan.nijtmans | 2022-04-11 | 1 | -5/+8 |
| |\ \ \ | |||||
| * | | | | Merge 9.0 | jan.nijtmans | 2022-04-08 | 1 | -4/+4 |
| |/ / / |