summaryrefslogtreecommitdiffstats
path: root/generic/tclInterp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| | |_|/ | |/| |
* | | | Merge 8.7jan.nijtmans2019-09-021-4/+4
|\ \ \ \ | |/ / /
| * | | Tcl_UntraceVar() -> Tcl_UntraceVar2() and similar changes. jan.nijtmans2019-09-021-4/+4
| | |/ | |/|
* | | Merge 8.7jan.nijtmans2019-08-151-4/+4
|\ \ \ | |/ /
| * | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ...jan.nijtmans2019-07-171-4/+4
| |/
| * More use of (efficient) TclHasIntRep() macro. Also eliminate many (size_t) an...jan.nijtmans2019-02-271-6/+6
* | 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
| |\ \ |/ / / | | _
* | Another round of int -> size_t modifications, so strings > 2Gb are handled co...jan.nijtmans2019-01-241-2/+4
* | Merge 8.7jan.nijtmans2018-12-121-11/+11
|\ \ | |/
| * If compiled with -DTCL_NO_DEPRECATED, remove Tcl_NewIntObj/Tcl_NewLongObj/Tcl...jan.nijtmans2018-12-121-12/+12
* | Merge 8.7jan.nijtmans2018-12-111-1/+1
|\ \ | |/
* | 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
| |\ \ \ \ \
| * \ \ \ \ \ merge trunkdgp2016-10-041-8/+3
| |\ \ \ \ \ \
| * \ \ \ \ \ \ merge trunkdgp2016-07-091-5/+5
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ merge trunkdgp2016-06-291-34/+10
| |\ \ \ \ \ \ \ \
| * | | | | | | | | merge trunkdgp2016-05-101-1/+1
* | | | | | | | | | merge 8.7dgp2018-10-171-1/+1
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| * | | | | | | | | Turn [zipfs tcl_library] into more internal [tcl::zipfs::tcl_library_init]. I...dkf2018-10-121-1/+1
* | | | | | | | | | merge trunkjan.nijtmans2018-10-041-1/+1
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2018-10-031-1/+1
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / /
| | * | | | | | | | | Adjust when tcl consults zipfs until AFTER it has checked that env(TCL_LIBRARY)hypnotoad2018-10-011-1/+1
* | | | | | | | | | | Merge trunkjan.nijtmans2018-09-271-20/+89
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / /
| * | | | | | | | | | Batch of TIP implementations.dkf2018-09-271-20/+89
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / /
| | * | | | | | | | | Restricted the information made available to safe interpreters a bit.dkf2018-09-271-5/+79
| | * | | | | | | | | merge core-8-branchdkf2018-09-211-0/+1
| | |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ merge core-8-branchdkf2018-09-041-61/+88
| | |\ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|/ | | | |/| | | | | | | |
| | * | | | | | | | | | Added a mechanism for discovering the "type" of a command.dkf2013-07-071-19/+14
* | | | | | | | | | | | Merge trunkjan.nijtmans2018-09-121-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / /
| * | | | | | | | | | | Merge 8.7 (TIP #430 implementation)jan.nijtmans2018-09-121-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
| | | |_|_|_|_|_|_|_|/ | | |/| | | | | | | |
* | | | | | | | | | | Change ckalloc and friends to Tcl_Alloc and friends. Add two defines, TCL_IO_...jan.nijtmans2018-09-011-15/+15
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / /
* | | | | | | | | | | Merge trunk. jan.nijtmans2017-12-271-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / /
* | | | | | | | | | | merge trunkjan.nijtmans2017-12-011-13/+9
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / /