summaryrefslogtreecommitdiffstats
path: root/generic/tclStringObj.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | | | Merge 8.7jan.nijtmans2019-05-171-5/+5
| |\ \ \ \ \ \
| * \ \ \ \ \ \ merge 8.7jan.nijtmans2019-05-101-2/+3
| |\ \ \ \ \ \ \
| * | | | | | | | More WIP. Seems to be *almost* working.jan.nijtmans2019-03-171-1/+1
| * | | | | | | | Merge 8.7jan.nijtmans2019-03-161-4/+4
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Even better support for -DTCL_UTF_MAX=6. Ongoing improvements (TIP being pla...jan.nijtmans2019-03-121-3/+3
| |/ / / / / / / /
* | | | | | | | | Merge 8.7jan.nijtmans2019-12-131-1/+1
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | |
| * | | | | | | | Re-base to core-8-branchjan.nijtmans2019-11-011-1/+1
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | |
| | * | | | | | | Merge 8.7. Complete implementation for MSVC and for UNIX.jan.nijtmans2019-04-091-1/+1
* | | | | | | | | Mark more unused parametersjan.nijtmans2019-09-031-1/+6
* | | | | | | | | Merge tip-548jan.nijtmans2019-08-291-0/+2
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Merge 8.6jan.nijtmans2019-08-281-0/+2
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | / / | | | |_|_|_|/ / | | |/| | | | |
| | * | | | | | Add /* FALLTHRU */ markers in various places (silencing possible GCC warnings...jan.nijtmans2019-08-281-0/+2
| | * | | | | | Merge 8.5jan.nijtmans2019-05-291-2/+2
| | |\ \ \ \ \ \ | | | | |_|_|_|/ | | | |/| | | |
| | | * | | | | Update some libtommath functions to the latest trunk versions. Small step for...jan.nijtmans2019-05-291-2/+2
| | * | | | | | end-of-line spacingjan.nijtmans2019-05-241-1/+1
| | |\ \ \ \ \ \ | | | |/ / / / /
* | | | | | | | Merge 8.7. Continue implementation for win32jan.nijtmans2019-08-021-28/+28
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Eliminate the use of C++ keywords as variable names. Nothing more than rename...jan.nijtmans2019-07-231-28/+28
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge 8.7, and continue implementation. Almost donejan.nijtmans2019-07-101-34/+34
|/ / / / / /
* | | | | | Merge 8.6jan.nijtmans2019-05-141-5/+5
|\ \ \ \ \ \ | |/ / / / / | | | | | / | |_|_|_|/ |/| | | |
| * | | | Merge 8.5jan.nijtmans2019-05-141-5/+5
| |\ \ \ \ | | |/ / /
| | * | | DIGIT_BIT -> MP_DIGIT_BIT, since DIGIT_BIT is deprecated in future libtommath...jan.nijtmans2019-05-141-5/+5
| * | | | Backport [bd94500678e837d7] from 8.7, preventing endless loops in UTF-8 conve...jan.nijtmans2019-03-021-3/+3
* | | | | typo fixdgp2019-04-081-1/+1
* | | | | extend commentdgp2019-04-081-1/+2
| |_|/ / |/| | |
* | | | enlarge a few small buffers, which could overflow using Unicode characters > ...jan.nijtmans2019-03-181-1/+1
| |_|/ |/| |
* | | Fix [590e687905]: utf-1.11 test-case failsjan.nijtmans2019-03-111-1/+1
* | | More use of TclHasIntRep() macro. Add vfs build director to fossil ignore-globjan.nijtmans2019-03-011-8/+8
* | | Fix [bd94500678e837d7]: SEGFAULT by conversion of unicode (out of BMP) to byt...jan.nijtmans2019-02-271-3/+3
|\ \ \
| * | | Minor optimizationsjan.nijtmans2019-02-191-4/+4