summaryrefslogtreecommitdiffstats
path: root/generic/tclStringObj.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Merge 8.7jan.nijtmans2019-08-281-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.7jan.nijtmans2019-07-241-28/+28
|\ \ \ \ \ | |/ / / /
| * | | | Eliminate the use of C++ keywords as variable names. Nothing more than rename...jan.nijtmans2019-07-231-28/+28
* | | | | TIP 537 implementation: Enable 64-bit indexes in regexp matchingjan.nijtmans2019-05-311-4/+4
|\ \ \ \ \
| * \ \ \ \ Merge trunkjan.nijtmans2019-05-101-2/+3
| |\ \ \ \ \
| * | | | | | Enhance documentations. Move TCL_INDEX_NONE from tclInt.h to tcl.h, since it'...jan.nijtmans2019-03-311-4/+4
* | | | | | | Merge 8.7jan.nijtmans2019-05-141-5/+5
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | / / / / | | |/ / / / | |/| | | |
| * | | | | 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
* | | | | | merge 8.7dkf2019-04-191-2/+3
|\ \ \ \ \ \ | |/ / / / / | | | | / / | |_|_|/ / |/| | | |
| * | | | typo fixdgp2019-04-081-1/+1
| * | | | extend commentdgp2019-04-081-1/+2
| | |_|/ | |/| |
* | | | Merge 8.7jan.nijtmans2019-03-181-1/+1
|\ \ \ \ | |/ / /
| * | | enlarge a few small buffers, which could overflow using Unicode characters > ...jan.nijtmans2019-03-181-1/+1
* | | | Merge 8.7jan.nijtmans2019-03-111-1/+1
|\ \ \ \ | |/ / /
| * | | Fix [590e687905]: utf-1.11 test-case failsjan.nijtmans2019-03-111-1/+1
* | | | Merge 8.7jan.nijtmans2019-03-081-14/+14
|\ \ \ \ | |/ / /
* | | | Merge 8.7jan.nijtmans2019-03-011-8/+8
|\ \ \ \ | |/ / /
| * | | More use of TclHasIntRep() macro. Add vfs build director to fossil ignore-globjan.nijtmans2019-03-011-8/+8
* | | | Merge 8.7jan.nijtmans2019-02-271-2/+2
|\ \ \ \ | |/ / /
| * | | 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
| * | | | More use of (efficient) TclHasIntRep() macro. Also eliminate many (size_t) an...jan.nijtmans2019-02-271-2/+2
* | | | | Merge 8.7jan.nijtmans2019-02-191-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Merge 8.6jan.nijtmans2019-02-191-1/+1
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
| | * | Fix some comments: "upper" -> "high" (when talking about surrogates)jan.nijtmans2019-02-191-1/+1
* | | | Merge trunkjan.nijtmans2019-02-041-40/+20
|\ \ \ \
| * \ \ \ Another (big) round of int -> size_t enhancements. So Tcl can handle string >...jan.nijtmans2019-02-011-11/+11
| |\ \ \ \ | | |/ / /
* | | | | Merge trunkjan.nijtmans2019-01-241-7/+8
|\ \ \ \ \ | |/ / / /
| * | | | Another round of int -> size_t modifications, so strings > 2Gb are handled co...jan.nijtmans2019-01-241-7/+8
* | | | | Merge trunk. All callers of TclIndexDecode and related functions now adapted ...jan.nijtmans2019-01-201-2/+2
|/ / / /
* | | | Many internal int -> size_t increases, so string lengths > 2Gb can be handled...jan.nijtmans2018-12-261-10/+11
* | | | Merge 8.7, and make all test-cases pass.jan.nijtmans2018-12-131-14/+28
|\ \ \ \ | |/ / /
| * | | Fix 2 TIP #502 corner-cases. Those corner-cases where (probably) always wrong...jan.nijtmans2018-12-131-9/+23
* | | | Merge 8.7jan.nijtmans2018-12-121-6/+6
|\ \ \ \ | |/ / /
| * | | If compiled with -DTCL_NO_DEPRECATED, remove Tcl_NewIntObj/Tcl_NewLongObj/Tcl...jan.nijtmans2018-12-121-6/+6
* | | | Repair a few typosdgp2018-11-191-2/+2
* | | | Now that we have TCL_AUTO_LENGTH/TCL_IO_FAILURE macro's, use them to make cod...jan.nijtmans2018-11-181-47/+44
* | | | merge 8.7dgp2018-11-161-6/+7
|\ \ \ \ | |/ / /
| * | | merge 8.6dgp2018-11-161-6/+7
| |\ \ \ | | |/ /