summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Rewrite of documentation for [chan]pooryorick2022-01-221-640/+466
* Merge 8.6jan.nijtmans2022-01-211-8/+4
|\
| * Undo part of [26539e78a7]. Although Tcl_GetRange() does it's own parameter ch...jan.nijtmans2022-01-213-16/+37
* | Fix bug in Tcl_GetIntForIndex() (TIP #544), discovered when investigating [ht...jan.nijtmans2022-01-213-1/+77
|\ \
| * | Add test-cases for Tcl_GetIntForIndex(). This reveals a minor bugjan.nijtmans2022-01-213-5/+78
| * | (partial) fix for [https://core.tcl-lang.org/tk/tktview?name=a9929f112a|a9929...jan.nijtmans2022-01-191-1/+4
|/ /
* | Update documentation for Tcl_GetRange()jan.nijtmans2022-01-181-2/+4
* | Merge 8.6jan.nijtmans2022-01-184-11/+29
|\ \ | |/
| * Fix [e9a2715d91]: Incompatible Tcl_GetRange(). From now on (unofficially) the...jan.nijtmans2022-01-184-13/+30
| |\
| | * Possible fix for [e9a2715d91]: Tcl 8.6.11: Incompatible Tcl_GetRange()jan.nijtmans2022-01-174-13/+30
| |/
* | Fix merge conflict previous commitjan.nijtmans2022-01-174-6/+1
* | Merge 8.6jan.nijtmans2022-01-177-14/+23
|\ \ | |/
| * Tcl_NewObj() -> TclNewObj()jan.nijtmans2022-01-1726-141/+172
* | Merge 8.6jan.nijtmans2022-01-173-54/+17
|\ \ | |/
| * Follow-up to [767e070d35]: Tcl_GetRange and Tcl_GetUniChar do not validate in...jan.nijtmans2022-01-173-42/+8
* | Fix [6474fbd934]: Tcl 8.7a5: why utf-8 is different?jan.nijtmans2022-01-152-13/+10
|\ \
| * | Proposed fix for [6474fbd934]: Tcl 8.7a5: why utf-8 is different?jan.nijtmans2022-01-142-13/+10
|/ /
* | Fix [b241e4ccc0]: Error while building with Tcl 8.7a5...jan.nijtmans2022-01-141-5/+5
* | Merge 8.6jan.nijtmans2022-01-148-26/+26
|\ \ | |/
| * Fix [816913a65e]: GrowStringBuffer(): signed integer overflow. And a few simi...jan.nijtmans2022-01-147-9/+9
| |\
| | * Fix [816913a65e]: GrowStringBuffer(): signed integer overflow. And a few simi...jan.nijtmans2022-01-137-9/+9
| * | Fix [bca10e3790]: Undefined behavior in ResultAdd(). Make functions like Resu...jan.nijtmans2022-01-142-19/+19
| |\ \
| | * | Suggested fix for [bca10e3790]: Undefined behavior in ResultAdd(). Make funct...jan.nijtmans2022-01-132-19/+19
* | | | Merge 8.6jan.nijtmans2022-01-133-11/+13
|\ \ \ \ | |/ / /
| * | | Fix [69218ab7b]: TEBCResume(): buffer over-read in INST_STR_MAPjan.nijtmans2022-01-131-1/+3
| |\ \ \
| | * | | Fix [69218ab7b]: TEBCResume(): buffer over-read in INST_STR_MAPjan.nijtmans2022-01-121-1/+3
| * | | | Fix for [26f1328a86]: sizeof(int) < sizeof(void*) -> Crashjan.nijtmans2022-01-131-9/+9
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Proposed fix for [26f1328a86]: sizeof(int) < sizeof(void*) -> Crashjan.nijtmans2022-01-121-9/+9
| | |/ /
| * | | Fix [6cb3db4965]: pointer arithmetic using NULL in InitArgsAndLocals()jan.nijtmans2022-01-131-1/+1
| | |/ | |/|
* | | Merge 8.6jan.nijtmans2022-01-121-1/+2
|\ \ \ | |/ /
| * | Fix [fba9c1fc12]: pointer arithmetic using NULL in PrintParse()jan.nijtmans2022-01-121-1/+2
* | | Merge 8.6jan.nijtmans2022-01-1210-106/+106
|\ \ \ | |/ /
| * | Fix [da6f155ca4]: STRING_SIZE() macro: parenthesize numChars usage. Fix more ...jan.nijtmans2022-01-1210-19/+19
| |/
* | Rename "testConstraint nodep" to "testConstraint deprecated", making it the s...jan.nijtmans2022-01-096-12/+12
* | Merge 8.6jan.nijtmans2022-01-071-7/+17
|\ \ | |/
| * tcltk-man2html-utils.tcl: Before doing a "string range", check if that makes ...jan.nijtmans2022-01-071-7/+17
* | Fix [0386e9a967]: Bitrot in tclZlib.cjan.nijtmans2022-01-072-48/+70
* | New macro TclNewIndexObj(). For Tcl 8.7 it's the same as TclNewIntObj(), but ...jan.nijtmans2021-12-217-43/+51
|\ \ | |/
| * binary encode/decode hex: document upper/lower character use.oehhar2021-12-201-0/+2
* | Unbreak windows build caused by [066a9b81b8|this] commitjan.nijtmans2021-12-201-1/+1
* | Merge 8.6jan.nijtmans2021-12-181-3/+5
|\ \ | |/
| * Make it impossible for the indexType object to cache negative index values. A...jan.nijtmans2021-12-181-3/+5
* | Merge 8.6jan.nijtmans2021-12-181-1/+1
|\ \ | |/
| * Fix [5507a9c096]: Small error on https://www.tcl.tk/man/tcl/TclCmd/try.htmljan.nijtmans2021-12-181-1/+1
* | Merge 8.6jan.nijtmans2021-12-181-3/+3
|\ \ | |/
| * Fix [b0f84119c8]: TEBCresume(): undefined behavior for INST_LSHIFTjan.nijtmans2021-12-181-3/+3
| |\
| | * Suggested fix for [b0f84119c8]: TEBCresume(): undefined behavior for INST_LSHIFTjan.nijtmans2021-12-161-3/+3
* | | Merge 8.6jan.nijtmans2021-12-161-2/+2
|\ \ \ | |/ /
| * | Fix [d1434179b5]: avoid signed integer overflow in AppendUtfToUtfRep()jan.nijtmans2021-12-161-2/+2
| |/
* | Merge 8.6jan.nijtmans2021-12-163-34/+45
|\ \ | |/