summaryrefslogtreecommitdiffstats
path: root/generic/tclStringObj.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ | |/ /
| * | 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
* | | | 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
|\ \ \ \ | |/ / /
| * | | 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
| | |\ \ \ | | | |/ /
* | | | | 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
|\ \ \ \ \ | |/ / / /
| * | | | Eliminate the use of C++ keywords as variable names. Nothing more than rename...jan.nijtmans2019-07-231-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.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.7jan.nijtmans2019-05-101-2/+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
* | | | 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
|/ / /
* | | 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
* | | | More use of (efficient) TclHasIntRep() macro. Also eliminate many (size_t) an...jan.nijtmans2019-02-271-2/+2
* | | | Merge 8.6jan.nijtmans2019-02-191-1/+1
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Fix some comments: "upper" -> "high" (when talking about surrogates)jan.nijtmans2019-02-191-1/+1
* | | Fix 2 TIP #502 corner-cases. Those corner-cases where (probably) always wrong...jan.nijtmans2018-12-131-9/+23
* | | If compiled with -DTCL_NO_DEPRECATED, remove Tcl_NewIntObj/Tcl_NewLongObj/Tcl...jan.nijtmans2018-12-121-6/+6
* | | merge 8.6dgp2018-11-161-6/+7
|\ \ \ | |/ /
* | | merge 8.7dgp2018-10-181-30/+36
|\ \ \
| * | | Eliminate the use of macro's like LLONG_MAX|MIN, since they assume that Tcl_W...jan.nijtmans2018-09-131-1/+1
| * | | Fix [540bed4bde]: binary format can result in "integer value too large to rep...jan.nijtmans2018-09-041-22/+4
| * | | Purge end-of-line spacingjan.nijtmans2018-08-021-4/+4
| * | | merge 8.6: bug [d051b77fc1] fixedsebres2018-07-261-0/+5
| |\ \ \ | | |/ /
| | * | amend after merge: 8.6th provide additionally an error-code (so missing `errC...sebres2018-07-261-0/+1
| | * | merge 8.5 - bug [d051b77fc1] fixedsebres2018-07-261-0/+4
| | |\ \ | | | |/
| | | * closes [d051b77fc18d7340]: fixed segfault by integer overflow (if width by fo...sebres2018-07-261-0/+4
| | | * resolves some warnings by compiling with new gcc-versions (>= 7.x):sebres2018-06-081-1/+1