summaryrefslogtreecommitdiffstats
path: root/generic/tclTrace.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Merge 8.7jan.nijtmans2020-09-171-3/+3
|\ \ \ | |/ /
| * | Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> TclN...jan.nijtmans2020-09-171-3/+3
* | | Merge 8.7jan.nijtmans2020-09-011-1/+1
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2020-09-011-1/+1
| |\ \ | | |/
| | * Eliminate many unnecessary type-casts, mostly (size_t) when value is already ...jan.nijtmans2020-08-111-2/+2
* | | Merge 8.7jan.nijtmans2020-08-131-2/+2
|\ \ \ | |/ /
| * | More usage of TclNewIntObj() macrojan.nijtmans2020-08-131-2/+2
* | | merge 8.7dgp2020-03-171-3/+0
|\ \ \ | |/ /
| * | TIP 569 - remove lint commentsdgp2020-03-171-3/+0
* | | merge 8.7dgp2020-03-091-10/+4
|\ \ \ | |/ /
| * | Moredgp2020-03-091-10/+4
* | | Merge 8.7jan.nijtmans2020-02-281-29/+33
|\ \ \ | |/ /
| * | Merge 8.7jan.nijtmans2020-02-131-2/+4
| |\ \
| | * \ merge 8.7dgp2019-12-301-21/+21
| | |\ \
| * | \ \ Mark more function paramaters as unused. Now Tcl compiles fully (on UNIX and ...jan.nijtmans2019-09-051-0/+2
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Mark more unused parametersjan.nijtmans2019-09-031-0/+2
| * | | | Merge tip-548jan.nijtmans2019-08-151-13/+13
| |\ \ \ \ | | |/ / /
| * | | | Merge 8.7, and continue implementation. Almost donejan.nijtmans2019-07-101-31/+31
| |\ \ \ \
| * | | | | Experiment: compile Tcl with C++ compiler. WIPjan.nijtmans2019-07-041-1/+1
| |/ / / /
* | | | | merge trunkdgp2019-12-301-21/+21
|\ \ \ \ \
| * \ \ \ \ Merge 8.7jan.nijtmans2019-08-151-17/+17
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Merge 8.7jan.nijtmans2019-08-141-1/+1
| | |\ \ \ \
| | * | | | | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ...jan.nijtmans2019-07-171-18/+18
| | | |/ / / | | |/| | |
| * | | | | Merge 8.7jan.nijtmans2019-08-141-1/+1
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Remove "register" keyword in various places. Also add some type-casts to help...jan.nijtmans2019-08-141-1/+1
| | |/ / /
| * | | | Merge 8.7jan.nijtmans2019-06-121-3/+3
| |\ \ \ \ | | |/ / /
| | * | | Eliminate (internal) TclOffset() usage, just use offsetof() in stead.jan.nijtmans2019-06-121-3/+3
* | | | | Convert deprecation to elimination for Tcl 9.dgp2019-05-111-16/+0
* | | | | Start TIP 543 for Tcl 9.dgp2019-05-111-2/+4
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | Start of TIP 543 implementation.dgp2019-05-101-2/+4
| |/ /
| * | More use of (efficient) TclHasIntRep() macro. Also eliminate many (size_t) an...jan.nijtmans2019-02-271-3/+3
* | | Minor code cleanup: More use of size_t where possible, and elimination of unn...jan.nijtmans2019-03-291-6/+6
* | | More size_t-related consolidations. Now regexp can handle strings >2GB and mo...jan.nijtmans2019-02-051-4/+4
* | | Another (big) round of int -> size_t enhancements. So Tcl can handle string >...jan.nijtmans2019-02-011-14/+14
|\ \ \ | |/ /
* | | Merge 8.7jan.nijtmans2018-12-111-5/+5
|\ \ \ | |/ /
* | | Merge 8.7jan.nijtmans2018-11-221-12/+4
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2018-11-221-12/+4
| |\ \ | | |/
| | * More coverity issuesdkf2018-11-201-12/+4
* | | Change ckalloc and friends to Tcl_Alloc and friends. Add two defines, TCL_IO_...jan.nijtmans2018-09-011-26/+26
|\ \ \
* | | | Merge trunkjan.nijtmans2018-07-051-9/+10
|/ / /
* | | Merge 8.7jan.nijtmans2018-07-041-119/+0
|/ /
* | merge 8.6dgp2018-04-191-0/+41
|\ \ | |/