summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
Commit message (Expand)AuthorAgeFilesLines
* One more attempt to fix the MSVC++ warning for Debug buildsjan.nijtmans2020-10-201-2/+3
* Fix warning on MSVC: warning C4307: '+': integral constant overflowjan.nijtmans2020-10-191-1/+1
* Merge 8.7jan.nijtmans2020-09-201-6/+10
|\
| * Merge 8.6jan.nijtmans2020-09-201-6/+10
| |\
| | * Improve TclInvalidateStringRep() macro such that (objPtr) is only evaluated o...jan.nijtmans2020-09-201-6/+9
| | * 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-201-0/+3
| | * Eliminate many "register" keywords (which do nothing with modern compilers)jan.nijtmans2020-09-141-2/+2
* | | New macro TclNewIndexObj() which does the same as TclNewWideIntObjFromSize() ...jan.nijtmans2020-09-181-15/+14
* | | Merge implementation of TIP #585 (Promote the INDEX_TEMP_TABLE flag of Tcl_Ge...fvogel2020-09-131-9/+0
|\ \ \ | |/ /
| * | Merge implementation of TIP #585 (Promote the INDEX_TEMP_TABLE flag of Tcl_Ge...fvogel2020-09-131-9/+0
| |\ \
| | * | Implementation of TIP #585 - Promote the INDEX_TEMP_TABLE flag of Tcl_GetInde...fvogel2020-09-021-9/+0
* | | | Merge 8.7jan.nijtmans2020-09-111-1/+1
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2020-09-111-2/+2
| |\ \ \ | | | |/ | | |/|
| | * | Folow-up to previous commit: ExecStack is a FLEXARRAY toojan.nijtmans2020-09-111-1/+1
* | | | Merge 8.7jan.nijtmans2020-09-111-2/+8
|\ \ \ \ | |/ / /
| * | | Merge 8.6. Remove tests/safe-stock86.test for win builds too (GIT, what are y...jan.nijtmans2020-09-111-2/+8
| |\ \ \ | | |/ /
| | * | Fix [https://core.tcl-lang.org/tk/tktview?name=3bc0f44ef3|3bc0f44ef3]: UBSan ...jan.nijtmans2020-09-111-2/+8
| * | | Merge 8.6jan.nijtmans2020-09-101-1/+1
| |\ \ \ | | |/ / | | | / | | |/ | |/|
* | | Merge 8.7jan.nijtmans2020-09-071-9/+29
|\ \ \ | |/ /
* | | ckfree -> Tcl_Freejan.nijtmans2020-09-051-1/+1
* | | Merge core-8-branchjan.nijtmans2020-09-051-29/+9
|\ \ \
| * | | Backout [c1a376375e0e6488]: imported namespace ensemble command name distorte...jan.nijtmans2020-09-051-29/+9
| |/ /
* | | Merge 8.7jan.nijtmans2020-09-041-9/+29
|\ \ \ | |/ /
| * | Fix windows debug build, broken by previous commitjan.nijtmans2020-09-021-1/+1
| * | Fix for [c1a376375e0e6488], imported namespace ensemble command name distortedpooryorick2020-09-011-9/+29
* | | Merge 8.7jan.nijtmans2020-09-011-1/+1
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2020-09-011-1/+1
| |\ \ | | |/
* | | Merge 8.7jan.nijtmans2020-08-121-1/+1
|\ \ \ | |/ /
| * | Merge 8.6. Better solution for [e87000d842]jan.nijtmans2020-08-121-1/+1
| |\ \ | | |/
| | * Fix value of CMD_DEAD flagjan.nijtmans2020-08-121-1/+1
* | | Merge 8.7jan.nijtmans2020-08-111-0/+1
|\ \ \ | |/ /
| * | merge 8.6pooryorick2020-08-101-0/+1
| |\ \ | | |/
| | * Fix for [29e8848eb976], imported alias in a deletion trace.pooryorick2020-08-101-0/+1
* | | Merge 8.7jan.nijtmans2020-07-211-14/+14
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2020-07-201-14/+14
| |\ \ | | |/
| | * Use "Global" in stead of "Master" internally, where "Master" is not used in t...jan.nijtmans2020-07-201-14/+14
* | | Merge 8.7. This makes disabling Microsoft warning C4307 no longer necessary: ...jan.nijtmans2020-06-071-1/+1
|\ \ \ | |/ /
* | | Merge 8.7. Change TclListObjRange() signature, using size_t for index argumen...jan.nijtmans2020-06-051-6/+5
|\ \ \ | |/ /
| * | Merge 8.7jan.nijtmans2020-05-311-0/+2
| |\ \
| * \ \ Merge 8.7jan.nijtmans2020-05-271-0/+2
| |\ \ \
| * \ \ \ Merge 8.7jan.nijtmans2020-05-241-4/+24
| |\ \ \ \
| * \ \ \ \ Merge 8.7jan.nijtmans2020-04-081-2/+5
| |\ \ \ \ \
| * \ \ \ \ \ Merge 8.7jan.nijtmans2020-03-311-1/+1
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge 8.7jan.nijtmans2020-03-301-4/+4
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2020-03-291-2/+2
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2020-03-201-2/+2
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / /
| * | | | | | | | | Simplify TclIndexEncode(). Range checks not 100% correct yet. More WIP.jan.nijtmans2020-03-151-4/+3
* | | | | | | | | | Merge 8.7. Use more TCL_INDEX_NONE in documentation/headers/code.jan.nijtmans2020-06-041-3/+3
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | |
* | | | | | | | | | tip-551 implementation.griffin2020-05-311-0/+2
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /