summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2020-05-311-0/+2
|\
| * tip-551 implementation.griffin2020-05-301-0/+2
| |\
| | * Update for TIP-551: griffin2020-05-231-0/+2
* | | Merge 8.7jan.nijtmans2020-05-271-0/+2
|\ \ \ | |/ /
| * | Fix compiled "string is <class>" for characters > U+FFFF. Add testcase exposi...jan.nijtmans2020-05-251-0/+2
| |\ \
| | * | Fix compiled "string is <class>" for TCL_UTF_MAX=4 build, for characters > U+...jan.nijtmans2020-05-251-1/+3
* | | | Merge 8.7jan.nijtmans2020-05-241-4/+24
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2020-05-141-3/+0
| |\ \ \ | | |/ /
| | * | In some places, Tcl_UtfPrev()/Tcl_UtfNext() is used traversing the individual...jan.nijtmans2020-05-141-3/+0
| * | | Merge 8.6jan.nijtmans2020-05-071-0/+3
| |\ \ \ | | |/ /
| | * | More usage of TclUtfToUCS4(), so we can use the whole Unicode range better in...jan.nijtmans2020-05-051-0/+1
| | * | New internal function TclGetUCS4() only available when TCL_UTF_MAX=4. This fi...jan.nijtmans2020-05-041-1/+6
| | * | Re-join utf-6.93.0 and utf-6.93.1 (please disregard comment in previous commi...jan.nijtmans2020-05-031-1/+8
| * | | Fix first part of [ed29806baf]: Tcl_UtfToUniChar reads more than TCL_UTF_MAX ...jan.nijtmans2020-05-011-3/+6
| |\ \ \ | | |/ /
| | * | Fix first part of [ed29806baf]: Tcl_UtfToUniChar reads more than TCL_UTF_MAX ...jan.nijtmans2020-05-011-4/+6
| | |\ \
| | | * | Fix [ed29806baf] by introducing TclUCS4Complete(). All other calls of Tcl_Utf...jan.nijtmans2020-05-011-1/+4
| | |/ / | |/| |
| | * | Merge from 8.5. Failing tests encoding-12.6, reg-13.3[34] appear to be realdgp2020-04-241-2/+0
| | |\ \
| | | * | Add protections against overflow in Unicode values. Backported from 8.6. Also...jan.nijtmans2020-04-241-2/+0
| * | | | Merge 8.6. This mainly introduces the overlong check into Tcl_UtfPrev(). 10 t...jan.nijtmans2020-04-241-0/+8
| |\ \ \ \ | | |/ / /
| | * | | Fix TclUtfNext() macro. Use it in tclTest.c, so such a mistake can be detecte...jan.nijtmans2020-04-231-1/+1
| | * | | Merge 8.5. Failing tests for now. To be remedied shortly.dgp2020-04-161-0/+8
| | |\ \ \ | | | |/ /
| | | * | merge 8.5dgp2020-04-161-0/+5
| | | |\ \
| | | | * | Create and use macro TclUtfPrev for Tcl_UtfPrev.dgp2020-04-161-0/+5
| | | * | | Create and use an optimized macro TclUtfNext() for Tcl_UtfNext().dgp2020-04-141-0/+3
| | | |/ /
| * | | | Merge 8.6jan.nijtmans2020-04-141-1/+10
| |\ \ \ \ | | |/ / /
| | * | | Merge 8.5. Failing tests highlight ticket [1b1f5f0b53].dgp2020-04-131-1/+10
| | |\ \ \ | | | |/ /
| | | * | Guarantee TclNeedSpace and TclFindElement have common definition of whitespacedgp2020-04-091-1/+10
| | | * | Correct ANSI prototype of TclNokia770Doubles()jan.nijtmans2020-02-241-1/+1
* | | | | Merge 8.7jan.nijtmans2020-04-081-2/+5
|\ \ \ \ \ | |/ / / /
| * | | | Simplify implementation of TclUtfToUCS4: The #undefined Tcl_UtfToUniChar() al...jan.nijtmans2020-04-031-1/+5
| * | | | merge 8.6dgp2020-04-021-0/+1
| |\ \ \ \ | | |/ / /
| | * | | New utility routine TclUtfToUCS4() to contain some complexity. Two callers ad...dgp2020-04-021-0/+1
| | * | | Remove MODULE_SCOPE function TclpSetInterfaces(), which is just empty. jan.nijtmans2020-03-311-1/+0
| | * | | Fix [767e070d35]: Tcl_GetRange and Tcl_GetUniChar do not validate index inputsjan.nijtmans2020-03-271-1/+1
| * | | | Adapt [testbytestring] to use TclGetBytesFromObj, which must be in internaldgp2020-04-011-2/+0
* | | | | Merge 8.7jan.nijtmans2020-03-311-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Fix [828dda049b]: Memory faults post-TIP 557jan.nijtmans2020-03-311-1/+1
* | | | | Merge 8.7jan.nijtmans2020-03-301-4/+4
|\ \ \ \ \ | |/ / / /
| * | | | Optimize TclStringFirst/TclStringLast: Let it return a Tcl_Obj * in stead of ...jan.nijtmans2020-03-301-4/+4
* | | | | Merge 8.7jan.nijtmans2020-03-291-2/+2
|\ \ \ \ \ | |/ / / /
* | | | | Merge 8.7jan.nijtmans2020-03-201-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | Merge 8.6jan.nijtmans2020-03-181-2/+2
| |\ \ \ \ | | |/ / /
| | * | | Fix TIP #389 implementation, bug [d433c0e0ad]: TCL_UTF_MAX == 4 problems. Tha...jan.nijtmans2019-11-131-1/+1
* | | | | Simplify TclIndexEncode(). Range checks not 100% correct yet. More WIP.jan.nijtmans2020-03-151-4/+3
|/ / / /
* | | | Need declaration too.dgp2020-03-131-0/+2
* | | | Move TCL_UNUSED to tclInt.h, so we can still deprecate JOIN()jan.nijtmans2020-03-071-0/+11
* | | | Merge 8.7jan.nijtmans2020-02-131-7/+5
|\ \ \ \
| * | | | TclInitBignumFromWide(U)Int is not used any more.jan.nijtmans2020-02-021-2/+0
| * | | | Fix conflict between (unpatched) tommath.h and tcl.h. See also [https://githu...jan.nijtmans2020-02-021-6/+6
| |\ \ \ \
| | * | | | Attempt to resolve a conflict between (unmodified) tommath.h and tcl.h in the...jan.nijtmans2020-01-131-6/+6