summaryrefslogtreecommitdiffstats
path: root/generic/tclTrace.c
Commit message (Expand)AuthorAgeFilesLines
* Correct spelling errors in comments and documentation, but also a non-comment...pooryorick2023-04-121-5/+5
|\
| * Correct spelling errors in comments and documentation, but also a non-comment pooryorick2023-04-121-7/+7
* | More int -> Tcl_Size, so (theoretically) longer lists could be handled. Thank...jan.nijtmans2023-04-121-1/+2
* | Merge 8.7jan.nijtmans2022-11-281-4/+15
|\ \ | |/
| * Reduce shimmering: If a conclusion can be drawn about the number of list elem...jan.nijtmans2022-11-281-4/+15
* | Merge 8.7jan.nijtmans2022-11-081-15/+14
|\ \ | |/
| * int -> size_t in Tcl_CmdObjTraceProc2 (for 'level'). Add missing documentationjan.nijtmans2022-11-081-111/+119
* | More int -> size_t (argc and level) in trace handlingjan.nijtmans2022-11-081-55/+55
* | Merge 8.7jan.nijtmans2022-11-081-1/+1
|\ \ | |/
| * More TCLFLEXARRAY usagejan.nijtmans2022-11-081-2/+2
* | Use TCLFLEXARRAYjan.nijtmans2022-11-071-6/+7
* | Implement modification of the 'name2' trace callback argument.sbron2022-08-311-4/+19
* | fix(?) stray ckalloc()/ckfree(); ref TIP 494.bch2022-08-231-2/+2
* | Merge 8.7jan.nijtmans2022-08-231-28/+76
|\ \ | |/
| * Merge 8.7jan.nijtmans2022-06-091-4/+4
| |\
| * \ Merge 8.7jan.nijtmans2022-06-061-14/+18
| |\ \ | | |/
| * | TIP #627 implementationjan.nijtmans2022-06-011-0/+44
| |/
* | Merge 9.0. Add Tcl_ProcObjCmd2()jan.nijtmans2022-05-311-4/+0
|\ \
| * \ Merge 8.7jan.nijtmans2022-05-311-4/+0
| |\ \ | | |/
| | * Merge 8.6. Tcl_RegisterCommandTypeName/Tcl_GetCommandTypeName don't exist eitherjan.nijtmans2022-05-311-4/+0
| | |\
| | | * Tcl_SetCommandTokenInfo() does not existjan.nijtmans2022-05-311-4/+0
* | | | Merge 9.0jan.nijtmans2022-05-171-5/+5
|\ \ \ \ | |/ / /
| * | | Merge 8.7jan.nijtmans2022-05-171-5/+5
| |\ \ \ | | |/ /
| | * | Rename macro's TclListObjGetElements -> TclListObjGetElementsM and TclListObj...jan.nijtmans2022-05-171-5/+5
* | | | Merge 9.0jan.nijtmans2022-04-141-32/+36
|\ \ \ \ | |/ / /
| * | | Merge 9.0. Eliminate almost all remaining (enum) castsjan.nijtmans2022-04-111-30/+35
| |\ \ \
| * \ \ \ Rebase to Tcl 9.0jan.nijtmans2022-04-011-3/+2
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Use TIP #613's Tcl_GetIndexFromObj() to eliminate typecasts which are no long...jan.nijtmans2022-03-021-3/+2
| | |/ /
| * | | Some more int -> size_t in internal APIjan.nijtmans2022-02-231-2/+2
| * | | Merge 8.7jan.nijtmans2022-02-101-5/+5
| |\ \ \ | | |/ /
| | * | Merge 8.6jan.nijtmans2022-02-101-5/+5
| | |\ \ | | | |/
| | | * Use TclListObjLength/TclListObjGetElements in stead of Tcl_ListObjLength/Tcl_...jan.nijtmans2022-02-101-5/+5
* | | | More int -> size_tjan.nijtmans2022-02-231-2/+2
* | | | Same with TclListObjGetElementsjan.nijtmans2022-02-101-3/+3
* | | | Tcl_ListObjLength -> TclListObjLengthjan.nijtmans2022-02-101-2/+2
* | | | More WIPjan.nijtmans2022-01-261-9/+9
* | | | More work in progressjan.nijtmans2022-01-241-4/+4
|\ \ \ \ | |/ / /
* | | | TIP #616: Tcl lists > 2^31 elements. WIPjan.nijtmans2022-01-241-5/+5
|/ / /
* | | Merge 8.7jan.nijtmans2022-01-121-2/+2
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2022-01-121-2/+2
| |\ \ | | |/
| | * Fix [da6f155ca4]: STRING_SIZE() macro: parenthesize numChars usage. Fix more ...jan.nijtmans2022-01-121-2/+2
| | * More usage of TclNewObj() in stead of Tcl_NewObj() and TclNewIntObj() in stea...jan.nijtmans2020-10-131-4/+4
* | | Merge 8.7, resolve conflictsjan.nijtmans2021-01-111-4/+4
|\ \ \ | |/ /
* | | Merge 8.7jan.nijtmans2020-12-081-4/+4
|\ \ \ | |/ /
| * | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-4/+4
* | | Merge 8.7jan.nijtmans2020-10-021-2/+2
|\ \ \ | |/ /
| * | Fix -Wshadow warnings, when compiling with a C++ compilerjan.nijtmans2020-10-021-2/+2
* | | Merge 8.7jan.nijtmans2020-09-281-2/+1
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2020-09-281-2/+1
| |\ \ | | |/
| | * Make Tcl compile warning-free using -Wshadowjan.nijtmans2020-09-281-20/+19