summaryrefslogtreecommitdiffstats
path: root/generic/tclInterp.c
Commit message (Expand)AuthorAgeFilesLines
* Prevent the usage of the term safe/unsafe child. Suggested by Keith Nash. Tha...jan.nijtmans2020-09-141-2/+2
* 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
| | |/ | |/|
* | | 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 FALLTHROUGH...jan.nijtmans2020-01-151-0/+2
| * (cherry-pick): Fix [2bf561854c55a], interp alias to command whose name is the...jan.nijtmans2016-10-031-8/+3
* | Rename (internal) TclSetSlaveCancelFlags() to TclSetChildCancelFlags(). Follo...jan.nijtmans2020-07-171-4/+4
* | TIP 569 - remove lint commentsdgp2020-03-171-3/+1
* | more unused argumentsdgp2020-03-061-14/+8
* | Merge 8.7jan.nijtmans2020-01-071-0/+2
|\ \
| * | Don't use "operator" as variable name, as it is a keyword in C++.jan.nijtmans2020-01-071-3/+8
* | | Merge tip-548. A few more fixes, trying to make the Travis build work (finally)jan.nijtmans2019-09-021-4/+4
|\ \ \ | |/ /
| * | Tcl_UntraceVar() -> Tcl_UntraceVar2() and similar changes. 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
|\ \ \ | |/ /
| * | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ...jan.nijtmans2019-07-171-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
|/ /
* | More use of (efficient) TclHasIntRep() macro. Also eliminate many (size_t) an...jan.nijtmans2019-02-271-6/+6
* | If compiled with -DTCL_NO_DEPRECATED, remove Tcl_NewIntObj/Tcl_NewLongObj/Tcl...jan.nijtmans2018-12-121-12/+12
* | merge 8.7dgp2018-10-181-20/+90
|\ \
| * | Turn [zipfs tcl_library] into more internal [tcl::zipfs::tcl_library_init]. I...dkf2018-10-121-1/+1
| * | Adjust when tcl consults zipfs until AFTER it has checked that env(TCL_LIBRARY)hypnotoad2018-10-011-1/+1
| * | Restricted the information made available to safe interpreters a bit.dkf2018-09-271-5/+79
| * | merge core-8-branchdkf2018-09-211-0/+1
| |\ \
| | * \ Pulling changes from core-8-branchhypnotoad2017-11-291-4/+0
| | |\ \
| | * | | Added a new function to the Zipfs: TclZipfs_TclLibrary, which returns a previ...hypnotoad2017-11-211-0/+1
| | * | | Moved Zipfs initialization and path hinting out of tclInterp.c and intohypnotoad2017-11-171-2/+0
| | * | | Improvements to tip430 to embed the /library file system within a shared libraryhypnotoad2017-11-111-0/+2
| * | | | merge core-8-branchdkf2018-09-041-61/+88
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Added a mechanism for discovering the "type" of a command.dkf2013-07-071-19/+14
* | | | | merge 8.7dgp2017-11-291-4/+0
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Fix test-cases in safe.test, failing due to changes in min/max math functions.jan.nijtmans2017-11-271-4/+0
| | |/ / | |/| |
* | | | merge trunkdgp2017-03-201-3/+0
|\ \ \ \ | |/ / /
| * | | If compiled with TCL_NO_DEPRECATED, remove some more stub entries which are n...jan.nijtmans2017-03-201-3/+0
* | | | merge trunkdgp2017-01-121-2/+17
|\ \ \ \ | |/ / /
| * | | TIP [http://www.tcl.tk/cgi-bin/tct/tip/459|459] implementation, but (for now)...jan.nijtmans2017-01-041-2/+17
| |\ \ \
| | * | | Complete implementation, tests and documentationjan.nijtmans2016-11-281-2/+17
* | | | | merge trunkdgp2016-12-191-0/+1
|\ \ \ \ \ | |/ / / /
| * | | | Add "file join $grandParentDir tcl8.? library" as possible path for a valid i...jan.nijtmans2016-12-151-0/+1
| |/ / /
* | | | merge trunkdgp2016-10-041-8/+3
|\ \ \ \ | |/ / /
| * | | Fix [2bf561854c55a], interp alias to command whose name is the empty string.pooryorick2016-10-031-8/+3
* | | | merge trunkdgp2016-07-091-5/+5
|\ \ \ \ | |/ / /