summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵jan.nijtmans2020-09-202-7/+10
| | | | | | | | | | | | once. Addation brackets in TclHasStringRep() macro
* | | 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 ↵pooryorick2020-09-202-16/+17
| | | | | | | | | | | | little less intrusive.
| | * 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
| | | | | | | | | | | | but optimized the same way as TclNewIntObj().
* | | Merge 8.7jan.nijtmans2020-09-1747-222/+259
|\ \ \ | |/ /
| * | Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> ↵jan.nijtmans2020-09-1750-269/+318
| | | | | | | | | | | | TclNewIntObj or Tcl_NewWideIntObj)
* | | Merge 8.7jan.nijtmans2020-09-172-8/+8
|\ \ \ | |/ /
| * | Change version number of http package from 2.9.5 -> 2.10.0a1, since it's ↵jan.nijtmans2020-09-172-8/+8
| |\ \ | | |/ | | | | | | | | | different from the 2.9.5 version in Tcl 8.6.x. Use "$idx >= 0" check in stead of "$idx > -1" everywhere.
| | * Eliminate many "register" keywords (which do nothing with modern compilers)jan.nijtmans2020-09-1417-266/+266
| | | | | | | | | Eliminate many unnecessary type-casts to (unsigned)
| | * Prevent the usage of the term safe/unsafe child. Suggested by Keith Nash. ↵jan.nijtmans2020-09-141-2/+2
| | | | | | | | | | | | | | | Thanks! More usage of $index<0 in stead of $index==-1 consistantly
* | | 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
| | | | | | | | | | | | | | | | calls are used. This solution suggests there may be many more places needing protection. Any routine that gets passed "interp" is a possibility.
* | | | 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 implementation of TIP #585 (Promote the INDEX_TEMP_TABLE flag of ↵fvogel2020-09-135-18/+12
|\ \ \ \ | |/ / / | | | | | | | | Tcl_GetIndexFromObj*() to the public interface) after positive vote from the TCT. Fix conflict due to Tcl_GetIndexFromObj() having been replaced by a macro in [4d8ee0f939].
| * | | Merge implementation of TIP #585 (Promote the INDEX_TEMP_TABLE flag of ↵fvogel2020-09-135-19/+13
| |\ \ \ | | | | | | | | | | | | | | | Tcl_GetIndexFromObj*() to the public interface) after positive vote from the TCT.
| | * | | Implementation of TIP #585 - Promote the INDEX_TEMP_TABLE flag of ↵fvogel2020-09-025-19/+13
| | | | | | | | | | | | | | | | | | | | Tcl_GetIndexFromObj*() to the public interface
* | | | | More usage for TclNewWideIntObjFromSize(), TCL_IO_FAILURE -> TCL_INDEX_NONE ↵jan.nijtmans2020-09-112-9/+5
| | | | | | | | | | | | | | | | | | | | where appropriate
* | | | | 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
|\ \ \ \ \ | |/ / / /
| * | | | Merge 8.6. Remove tests/safe-stock86.test for win builds too (GIT, what are ↵jan.nijtmans2020-09-118-23/+30
| |\ \ \ \ | | |/ / / | | | | | | | | | | you doing ...!)
| | * | | Fix [https://core.tcl-lang.org/tk/tktview?name=3bc0f44ef3|3bc0f44ef3]: UBSan ↵jan.nijtmans2020-09-118-46/+52
| | | | | | | | | | | | | | | | | | | | | | | | | complains about body.chars[] usage. (Yes, I know, this one is for Tk, but Tcl was using the same construct too ....)
* | | | | Merge 8.7jan.nijtmans2020-09-103-12/+12
|\ \ \ \ \ | |/ / / /
| * | | | Merge 8.6jan.nijtmans2020-09-104-14/+14
| |\ \ \ \ | | |/ / / | | | / / | | |/ / | |/| |
| | * | Don't use sizeof() for structs containing a flexible array as last element. ↵jan.nijtmans2020-09-103-13/+13
| | | | | | | | | | | | | | | | Lesson from [https://core.tcl-lang.org/tk/info/3bc0f44ef3|3bc0f44ef3]. Use TclOffset in stead.
| | * | TIP #581: Mainly documentation and some testcasesjan.nijtmans2020-09-044-28/+27
| | | |
* | | | Merge 8.7jan.nijtmans2020-09-0710-55/+95
|\ \ \ \ | |/ / /
* | | | ckfree -> Tcl_Freejan.nijtmans2020-09-051-1/+1
| | | |
* | | | Merge core-8-branchjan.nijtmans2020-09-058-78/+48
|\ \ \ \
| * | | | Backout [c1a376375e0e6488]: imported namespace ensemble command name ↵jan.nijtmans2020-09-058-78/+48
| |/ / / | | | | | | | | | | | | | | | | distorted during deletion trace on the import. According to Travis, there's a memory leak which needs to be fixed first.
* | | | Merge 8.7jan.nijtmans2020-09-048-48/+78
|\ \ \ \ | |/ / /
| * | | Fix windows debug build, broken by previous commitjan.nijtmans2020-09-021-1/+1
| | | |
| * | | Fix for [c1a376375e0e6488], imported namespace ensemble command name distortedpooryorick2020-09-018-48/+78
| | | | | | | | | | | | during deletion trace on the import
* | | | Merge 8.7jan.nijtmans2020-09-0122-780/+783
|\ \ \ \ | |/ / /