summaryrefslogtreecommitdiffstats
path: root/generic/tclInterp.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2020-09-171-4/+6
|\
| * Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> ↵jan.nijtmans2020-09-171-4/+6
| | | | | | | | TclNewIntObj or Tcl_NewWideIntObj)
* | Merge 8.7jan.nijtmans2020-09-141-2/+2
|\ \ | |/
| * Prevent the usage of the term safe/unsafe child. Suggested by Keith Nash. ↵jan.nijtmans2020-09-141-2/+2
| | | | | | | | Thanks!
* | Merge 8.7jan.nijtmans2020-09-071-4/+12
|\ \ | |/
* | Merge 8.7jan.nijtmans2020-09-011-544/+545
|\ \ | |/
| * Merge 8.6jan.nijtmans2020-09-011-538/+538
| |\
| | * Many more internal master/slave -> parent/child renamingsjan.nijtmans2020-09-011-538/+538
| | |
| * | Merge 8.6. More documentation updatesjan.nijtmans2020-08-311-8/+9
| |\ \ | | |/
| | * Implement TIP #581: Master/Slavejan.nijtmans2020-08-311-12/+13
| | |\
| | | * Merge 8.6jan.nijtmans2020-08-191-4/+4
| | | |\ | | | |/ | | |/|
| | | * Merge 8.6jan.nijtmans2020-07-201-5/+5
| | | |\
| | | * | New TIP #581 implementationjan.nijtmans2020-07-171-2/+3
| | | | |
| | * | | Eliminate many unnecessary type-casts, mostly (size_t) when value is already ↵jan.nijtmans2020-08-111-4/+4
| | | |/ | | |/| | | | | | | | | size_t or int
* | | | Merge 8.7jan.nijtmans2020-07-211-9/+9
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2020-07-171-5/+5
| |\ \ \ | | |/ /
| | * | Doc/internal variable tweaksjan.nijtmans2020-07-171-5/+5
| | |/
| | * A few more "break" statements, so any compiler knows these are no ↵jan.nijtmans2020-01-151-0/+2
| | | | | | | | | | | | FALLTHROUGH situations.
| | * (cherry-pick): Fix [2bf561854c55a], interp alias to command whose name is ↵jan.nijtmans2016-10-031-8/+3
| | | | | | | | | | | | the empty string.
| * | Rename (internal) TclSetSlaveCancelFlags() to TclSetChildCancelFlags(). ↵jan.nijtmans2020-07-171-4/+4
| | | | | | | | | | | | Follow-up for [e5ea53f27a391285].
* | | merge 8.7dgp2020-03-171-3/+1
|\ \ \ | |/ /
| * | TIP 569 - remove lint commentsdgp2020-03-171-3/+1
| | |
* | | merge 8.7dgp2020-03-061-14/+8
|\ \ \ | |/ /
| * | more unused argumentsdgp2020-03-061-14/+8
| | |
* | | Merge 8.7jan.nijtmans2020-02-281-37/+37
|\ \ \ | |/ /
| * | Merge 8.7jan.nijtmans2020-01-071-0/+2
| |\ \
| * \ \ Merge tip-548. A few more fixes, trying to make the Travis build work (finally)jan.nijtmans2019-09-021-4/+4
| |\ \ \
| * \ \ \ Let's try a real C++ build with Travis on Linuxjan.nijtmans2019-08-301-3/+6
| |\ \ \ \
| * \ \ \ \ Merge tip-548jan.nijtmans2019-08-151-4/+4
| |\ \ \ \ \ | | |/ / / /
| * | | | | Merge 8.7, and continue implementation. Almost donejan.nijtmans2019-07-101-36/+36
| |\ \ \ \ \
| * | | | | | Experiment: compile Tcl with C++ compiler. WIPjan.nijtmans2019-07-041-1/+1
| |/ / / / /
* | | | | | Merge 8.7jan.nijtmans2020-01-071-3/+8
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Don't use "operator" as variable name, as it is a keyword in C++.jan.nijtmans2020-01-071-3/+8
| | |_|/ / | |/| | | | | | | | | | | | | Add some break statements, so Tcl can be compiled warning-free with gcc-7's -Wimplicit-fallthrough A few better indications of unused (dummy) functions parameters.
* | | | | Merge 8.7jan.nijtmans2019-09-021-4/+4
|\ \ \ \ \ | |/ / / /
| * | | | Tcl_UntraceVar() -> Tcl_UntraceVar2() and similar changes. jan.nijtmans2019-09-021-4/+4
| | |/ / | |/| | | | | | Add @runstatedir@ to Makefile.in's (not used yet)
* | | | Merge 8.7jan.nijtmans2019-08-151-4/+4
|\ \ \ \ | |/ / /
| * | | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ↵jan.nijtmans2019-07-171-4/+4
| |/ / | | | | | | | | | in C++ (removed in C++17, even), and essentially does nothing with most modern compilers.
| * | More use of (efficient) TclHasIntRep() macro. Also eliminate many (size_t) ↵jan.nijtmans2019-02-271-6/+6
| | | | | | | | | | | | and (unsigned) type-casts, which don't make sense any more.
* | | Merge trunkjan.nijtmans2019-02-041-10/+10
|\ \ \
| * \ \ Another (big) round of int -> size_t enhancements. So Tcl can handle string ↵jan.nijtmans2019-02-011-4/+4
| |\ \ \ |/ / / / | | _ / | | / >2GiB in more places.
* | | Another round of int -> size_t modifications, so strings > 2Gb are handled ↵jan.nijtmans2019-01-241-2/+4
| | | | | | | | | | | | correctly on 64-bit platforms.
* | | Merge 8.7jan.nijtmans2018-12-121-11/+11
|\ \ \ | |/ /
| * | If compiled with -DTCL_NO_DEPRECATED, remove ↵jan.nijtmans2018-12-121-12/+12
| | | | | | | | | | | | | | | Tcl_NewIntObj/Tcl_NewLongObj/Tcl_DbNewLongObj from stub table, as they will be gone in 9.0 (converted to a macro) Use Tcl_WideInt's directly in more places, diminishing the possibility of inadvent overflow.
* | | Merge 8.7jan.nijtmans2018-12-111-1/+1
|\ \ \ | |/ / | | | | | | 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.
* | | Implement TIP 445dgp2018-11-131-1/+1
|\ \ \ | |/ /
| * | merge 8.7dgp2018-10-181-20/+90
| |\ \
| * \ \ merge 8.7dgp2017-11-291-4/+0
| |\ \ \
| * \ \ \ merge trunkdgp2017-03-201-3/+0
| |\ \ \ \
| * \ \ \ \ merge trunkdgp2017-01-121-2/+17
| |\ \ \ \ \
| * \ \ \ \ \ merge trunkdgp2016-12-191-0/+1
| |\ \ \ \ \ \