summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2020-10-0217-71/+73
|\
| * Fix -Wshadow warnings, when compiling with a C++ compilerjan.nijtmans2020-10-0217-71/+73
* | Merge 8.7jan.nijtmans2020-09-301-10/+22
|\ \ | |/
| * TIP #581 tweak: Don't report "slaves" as valid option for "interp"jan.nijtmans2020-09-301-9/+20
* | merge 8.7dgp2020-09-281-1/+1
|\ \ | |/
| * Restore change with correction.dgp2020-09-281-8/+8
| * Revert change that made test expr-20.2 fail.dgp2020-09-281-7/+7
* | Merge 8.7jan.nijtmans2020-09-2811-77/+70
|\ \ | |/
| * Merge 8.6jan.nijtmans2020-09-2812-79/+72
| |\
| | * Make Tcl compile warning-free using -Wshadowjan.nijtmans2020-09-2811-99/+94
* | | Merge 8.7jan.nijtmans2020-09-251-1/+1
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2020-09-251-1/+1
| |\ \ | | |/
| | * When sourcing script files (even when simulating that through open|read), alw...jan.nijtmans2020-09-251-1/+1
| | |\
| | | * cherry pick [df5f1e8652]: Fix [5bbd044812]: Fix index underflow.sebres2020-07-161-2/+2
* | | | Merge 8.7jan.nijtmans2020-09-202-7/+11
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2020-09-202-7/+11
| |\ \ \ | | |/ /
| | * | Improve TclInvalidateStringRep() macro such that (objPtr) is only evaluated o...jan.nijtmans2020-09-202-7/+10
* | | | merge 8.7dgp2020-09-201-16/+14
|\ \ \ \ | |/ / /
| * | | Merge 8.6dgp2020-09-201-16/+14
| |\ \ \ | | |/ /
| | * | Silence compiler warning -- fix safety of macro.dgp2020-09-201-1/+1
| | * | Make the check to avoid generating a string representation in [uplevel] a lit...pooryorick2020-09-202-16/+17
| | * | Fix for [b9ecf3ce98], [uplevel] unnecessarily generates string representation.pooryorick2020-09-191-11/+34
* | | | Fix [9ffffcbeee]: compiler warnings in regcomp.cjan.nijtmans2020-09-202-9/+9
* | | | Fix [bf58b04202]: compiler warning in tclEnv.cjan.nijtmans2020-09-201-1/+1
* | | | merge 8.7dgp2020-09-191-11/+34
|\ \ \ \ | |/ / /
| * | | Fix for [b9ecf3ce98], [uplevel] unnecessarily generates string representation.pooryorick2020-09-191-11/+34
* | | | Fix gcc warnings, compiling on 32-bit Linuxjan.nijtmans2020-09-182-5/+5
* | | | New macro TclNewIndexObj() which does the same as TclNewWideIntObjFromSize() ...jan.nijtmans2020-09-188-47/+63
* | | | Merge 8.7jan.nijtmans2020-09-1747-222/+259
|\ \ \ \ | |/ / /
| * | | Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> TclN...jan.nijtmans2020-09-1750-269/+318
* | | | Merge 8.7jan.nijtmans2020-09-172-8/+8
|\ \ \ \ | |/ / /
| * | | Change version number of http package from 2.9.5 -> 2.10.0a1, since it's diff...jan.nijtmans2020-09-172-8/+8
| |\ \ \ | | |/ /
| | * | Eliminate many "register" keywords (which do nothing with modern compilers)jan.nijtmans2020-09-1417-266/+266
| | * | Prevent the usage of the term safe/unsafe child. Suggested by Keith Nash. Tha...jan.nijtmans2020-09-141-2/+2
* | | | Merge 8.7jan.nijtmans2020-09-152-18/+37
|\ \ \ \ | |/ / /
| * | | Fix [b5777d3d32]: Crash corner-case in TIP #502 implementationjan.nijtmans2020-09-152-18/+37
| |\ \ \
| | * | | Protect INST_STR_REPLACE toojan.nijtmans2020-09-041-0/+3
| | * | | Tests string-12.2[45].* and fixes to INST_STRING_RANGE.dgp2020-09-021-2/+10
| | * | | Fix for test lindex-18.0dgp2020-09-022-16/+21
| | * | | Different fix where existing protection tools for nesting bytecode executiondgp2020-09-021-0/+3
* | | | | Merge 8.7jan.nijtmans2020-09-141-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | Prevent the usage of the term safe/unsafe child. Suggested by Keith Nash. Tha...jan.nijtmans2020-09-141-2/+2
* | | | | Merge implementation of TIP #585 (Promote the INDEX_TEMP_TABLE flag of Tcl_Ge...fvogel2020-09-135-18/+12
|\ \ \ \ \ | |/ / / /
| * | | | Merge implementation of TIP #585 (Promote the INDEX_TEMP_TABLE flag of Tcl_Ge...fvogel2020-09-135-19/+13
| |\ \ \ \
| | * | | | Implementation of TIP #585 - Promote the INDEX_TEMP_TABLE flag of Tcl_GetInde...fvogel2020-09-025-19/+13
* | | | | | More usage for TclNewWideIntObjFromSize(), TCL_IO_FAILURE -> TCL_INDEX_NONE w...jan.nijtmans2020-09-112-9/+5
* | | | | | Merge 8.7jan.nijtmans2020-09-112-4/+4
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 8.6jan.nijtmans2020-09-113-8/+8
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | Folow-up to previous commit: ExecStack is a FLEXARRAY toojan.nijtmans2020-09-112-4/+4
* | | | | | Merge 8.7jan.nijtmans2020-09-118-20/+27
|\ \ \ \ \ \ | |/ / / / /