summaryrefslogtreecommitdiffstats
path: root/generic/tclStringObj.c
Commit message (Expand)AuthorAgeFilesLines
* Fixes for Valgrind issues similar to [ec06d0db3225afca].pooryorick2021-04-201-0/+3
* Fix for issue [ec06d0db3225afca].pooryorick2021-04-201-0/+1
* Revert [e59df7e9a3]: after a better look, the original code respected the exp...jan.nijtmans2021-04-151-7/+1
* Restore expectation for Tcl_AppendObjToObj()jan.nijtmans2021-04-141-1/+7
* Fix testcase utf-1.18jan.nijtmans2021-04-131-5/+5
* Fix TclStringCat() functions. This makes allmost all testcases pass, one left...jan.nijtmans2021-04-091-6/+21
* Rename macro to ISCONTINUATION()jan.nijtmans2021-04-091-4/+4
* new macro ISCONTBYTEORLOWERSURROGATE()jan.nijtmans2021-04-091-3/+11
* Fix append-3.4, append-3.7 and utf-1.18 testcasesjan.nijtmans2021-04-091-0/+8
* Implement TIP #575: Switchable Tcl_UtfCharComplete()/Tcl_UtfNext()/Tcl_UtfPrev()jan.nijtmans2021-03-151-3/+3
|\
| * Merge 8.7jan.nijtmans2021-02-161-6/+41
| |\
| * \ Merge 8.7jan.nijtmans2021-02-151-5/+33
| |\ \
| * \ \ Merge 8.7jan.nijtmans2020-12-131-2/+2
| |\ \ \
| * \ \ \ Merge 8.7jan.nijtmans2020-10-141-33/+36
| |\ \ \ \
| * | | | | First, experimental implementation of TIP #575. Barely tested, will fail. WIPjan.nijtmans2020-05-121-3/+3
* | | | | | Merge 8.6jan.nijtmans2021-03-101-1/+1
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Fix bug in previous commit: Don't update stringPtr->numChars when doing a "st...jan.nijtmans2021-02-161-3/+0
* | | | | | Merge 8.6jan.nijtmans2021-02-161-6/+41
|\ \ \ \ \ \ | |/ / / / / | | | | | / | |_|_|_|/ |/| | | |
| * | | | Fix [22324bcbd]: string reverse is broken for Emoji. Thanks to Chrisian Werne...jan.nijtmans2021-02-161-3/+41
* | | | | Merge 8.7jan.nijtmans2020-12-111-9/+9
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-2/+2
| | |_|/ | |/| |
* | | | Merge 8.7jan.nijtmans2020-11-251-140/+175
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2020-10-131-6/+9
| |\ \ \ | | |/ /
| | * | More usage of TclNewObj() in stead of Tcl_NewObj() and TclNewIntObj() in stea...jan.nijtmans2020-10-131-8/+11
| * | | Merge 8.6 Eliminate some (correct but actually harmless) warnings only happen...jan.nijtmans2020-10-131-4/+4
| |\ \ \ | | |/ /
| * | | Merge 8.6jan.nijtmans2020-09-281-17/+17
| |\ \ \ | | |/ /
| * | | Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> TclN...jan.nijtmans2020-09-171-7/+7
| * | | Merge 8.6jan.nijtmans2020-08-111-1/+1
| |\ \ \ | | |/ / | | | / | | |/ | |/|
| | * New internal function TclGetUCS4() only available when TCL_UTF_MAX=4. This fi...jan.nijtmans2020-05-041-2/+76
| * | Merge 8.6. This mainly introduces the overlong check into Tcl_UtfPrev(). 10 t...jan.nijtmans2020-04-241-3/+3
| |\ \ | | |/
| | * Merge 8.5. Failing tests for now. To be remedied shortly.dgp2020-04-161-3/+3
| | |\
| | | * Create and use macro TclUtfPrev for Tcl_UtfPrev.dgp2020-04-161-3/+3
| * | | Merge 8.6jan.nijtmans2020-04-141-8/+16
| |\ \ \ | | |/ /
| | * | Merge 8.5. Failing tests highlight ticket [1b1f5f0b53].dgp2020-04-131-8/+16
| | |\ \ | | | |/
| | | * Bulletproof the calls to Tcl_UtfPrev in Tcl_AppendLimitedToObj.dgp2020-04-091-10/+17
| | * | Fix [767e070d35]: Tcl_GetRange and Tcl_GetUniChar do not validate index inputsjan.nijtmans2020-03-271-62/+115
| * | | Optimize TclStringFirst/TclStringLast: Let it return a Tcl_Obj * in stead of ...jan.nijtmans2020-03-301-45/+53
| * | | More TCL_UNUSEDdgp2020-03-091-10/+3
| * | | Merge 8.7jan.nijtmans2020-02-131-5/+5
| |\ \ \
| | * \ \ merge 8.7dgp2020-01-081-2/+2
| | |\ \ \
| | | * \ \ Merge 8.6jan.nijtmans2020-01-081-2/+2
| | | |\ \ \ | | | | |/ /
| | | | * | Fix Valgrind problem reported as follow-up in [fc4393e9b0]. Since it happens ...jan.nijtmans2019-12-081-2/+2
| | * | | | Merge 8.7jan.nijtmans2019-12-131-1/+1
| | |\ \ \ \ | | | |/ / /
| | * | | | Some code cleanup. Build with zlib dll on Win32 when using makefile.vc (share...jan.nijtmans2019-11-181-1/+1
| | * | | | Merge 8.7jan.nijtmans2019-09-251-0/+2
| | |\ \ \ \
| | * \ \ \ \ Eliminate dependency in test-suite on Unicode functions. Merge tip-548. Fix b...jan.nijtmans2019-08-131-19/+19
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge branch tip-548. No longer define addtional stub-entries for functions t...jan.nijtmans2019-08-121-14/+14
| | |\ \ \ \ \ \ | | | |/ / / / /
| | * | | | | | Merge tip-548jan.nijtmans2019-08-011-28/+28
| | |\ \ \ \ \ \ | | | |/ / / / /
| | * | | | | | More simplifications, taking deprecations into accountjan.nijtmans2019-05-221-2/+2
| | * | | | | | More WIP: eliminate all usage of (platform-specific) Tcl_WinTCharToUtf()/Tcl_...jan.nijtmans2019-05-221-27/+27