summaryrefslogtreecommitdiffstats
path: root/generic/tclTrace.c
Commit message (Collapse)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
| | | | | | | | C sources can now use UTF-8, as far as gcc/clang/msvc support it. Not used yet
* | 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 (-> ↵jan.nijtmans2020-09-171-3/+3
| | | | | | | | | | | | TclNewIntObj or Tcl_NewWideIntObj)
* | | 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
| | | | | | | | | | | | size_t or int
* | | 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
| |\ \ \ \ | | | |/ / | | |/| | | | | | | Windows) without -Wunused-parameters warnings
| * | | | 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
| | | |/ / / | | |/| | | | | | | | | | | | | | | in C++ (removed in C++17, even), and essentially does nothing with most modern compilers.
| * | | | | Merge 8.7jan.nijtmans2019-08-141-1/+1
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Remove "register" keyword in various places. Also add some type-casts to ↵jan.nijtmans2019-08-141-1/+1
| | |/ / / | | | | | | | | | | | | | | | help C++ compatibility.
| * | | | 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) ↵jan.nijtmans2019-02-271-3/+3
| | | | | | | | | | | | and (unsigned) type-casts, which don't make sense any more.
* | | Minor code cleanup: More use of size_t where possible, and elimination of ↵jan.nijtmans2019-03-291-6/+6
| | | | | | | | | | | | unneeded type-casts.
* | | More size_t-related consolidations. Now regexp can handle strings >2GB and ↵jan.nijtmans2019-02-051-4/+4
| | | | | | | | | | | | more. Remove many type-casts which are not necessary any more.
* | | Another (big) round of int -> size_t enhancements. So Tcl can handle string ↵jan.nijtmans2019-02-011-14/+14
|\ \ \ | |/ / | | | | | | >2GiB in more places.
* | | Merge 8.7jan.nijtmans2018-12-111-5/+5
|\ \ \ | |/ / | | | | | | In test-cases, don't load Tcltest package if it isn't actually used. Another round of size_t related improvements. Nothing functional. Also improve some comments.
* | | Merge 8.7jan.nijtmans2018-11-221-12/+4
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2018-11-221-12/+4
| |\ \ | | |/ | | | In addition, tclWinSerial.c: Change back two internal variables from size_t -> int, shouldn't have been done here.
| | * More coverity issuesdkf2018-11-201-12/+4
| | |
* | | Change ckalloc and friends to Tcl_Alloc and friends. Add two defines, ↵jan.nijtmans2018-09-011-26/+26
|\ \ \ | | | | | | | | | | | | TCL_IO_FAILURE and TCL_NO_LENGTH (experimental, still open to be renamed following discussion)
* | | | Merge trunkjan.nijtmans2018-07-051-9/+10
|/ / / | | | | | | Handle TclCopyAndCollapse, *Trace* et al
* | | Merge 8.7jan.nijtmans2018-07-041-119/+0
|/ /
* | merge 8.6dgp2018-04-191-0/+41
|\ \ | |/