summaryrefslogtreecommitdiffstats
path: root/generic/tclStringObj.c
Commit message (Expand)AuthorAgeFilesLines
* merge trunkdgp2017-09-051-1/+1
|\
| * Merge core-8-6-branchjan.nijtmans2017-09-011-1/+1
| |\
| | * Handle Unicode surrogates correctly in Tcl_AppendFormatToObj() and BuildCharS...jan.nijtmans2017-09-011-1/+1
* | | merge trunkdgp2017-09-011-2/+2
|\ \ \ | |/ /
| * | merge core-8-6-branchjan.nijtmans2017-08-181-2/+2
| |\ \ | | |/
| | * merge core-8-6-branchjan.nijtmans2017-07-031-10/+9
| | |\
| | * | Better UTF-8 surrogate handling, only functional when TCL_UTF_MAX>3jan.nijtmans2017-06-081-2/+2
* | | | merge trunkdgp2017-06-291-10/+9
|\ \ \ \ | |/ / /
| * | | merge core-8-6-branchjan.nijtmans2017-06-281-10/+9
| |\ \ \ | | | |/ | | |/|
| | * | Eliminate use of (expensive) Tcl_UtfToUpper() from "format": Just generate t...jan.nijtmans2017-06-281-10/+9
| | |/
* | | merge trunkdgp2017-06-261-0/+4
|\ \ \ | |/ /
| * | TIP #472 implementation: Add Support for 0d Radix Prefix to Integer Literalsjan.nijtmans2017-06-231-0/+4
| |\ \
| | * \ Rebase to core-8-6-branch (who told that fossil doesn't know how to rebase ....)jan.nijtmans2017-06-141-0/+4
| | |\ \ | | | |/ | | |/|
| | | * Add support of 0d in the format %# conversion flag. Add tests for same.griffin2017-06-121-0/+4
* | | | merge trunkdgp2017-06-161-21/+88
|\ \ \ \ | |/ / /
| * | | Another reworking, now with comments.dgp2017-06-161-36/+43
| * | | Simplify the final loop when we know we're generating strings for all.dgp2017-06-161-33/+7
| * | | Split loop into two cases for further simplification.dgp2017-06-161-2/+43
| * | | Factor out and simplify loop scanning leading known empty values.dgp2017-06-161-0/+21
| * | | Use local variables.dgp2017-06-161-5/+5
| * | | Rework the logic. Equivalent function.dgp2017-06-161-19/+9
| * | | Extend cases where string rep generation can be prevented.dgp2017-06-161-0/+16
| * | | Better define the meaning of "first" and "last".dgp2017-06-161-3/+5
| * | | Don't test the impossible.dgp_stringcat_delaystringrepdgp2017-06-081-5/+3
| * | | Modernize overflow checks.dgp2017-06-081-6/+6
| * | | More streamliningdgp2017-06-081-14/+14
| * | | More streamlining.dgp2017-06-081-12/+5
| * | | pendingPtr == NULL implies (last == first) implies early outdgp2017-06-081-14/+3
| * | | When possible delay string rep generation until necessary.dgp2017-06-081-10/+46
* | | | merge trunkdgp2017-06-061-45/+68
|\ \ \ \ | |/ / /
| * | | A few more tweaks to streamline and clarify.bug_716b427f76dgp2017-06-061-13/+17
| * | | makes TclStringCatObjv safe accepting objc = 0 (or 1), then fast exits with n...sebres2017-06-061-12/+16
| * | | amend to [eac4656f1e8cf793] (moved to scope where numChars != 0 in Unicode case)sebres2017-06-061-3/+3
| * | | small code review: don't need to check length if unchanged + the same case if...sebres2017-06-061-17/+18
| * | | Optimize TclStringCatObjv() for case when only one argument is non-empty.dgp2017-06-051-8/+22
| * | | merge core-8-6-branchjan.nijtmans2017-05-291-13/+13
| |\ \ \ | | |/ / | | | / | | |/ | |/|
| | * Tcl_UtfToUniChar() -> TclUtfToUniChar() in various places: No change in funct...jan.nijtmans2017-05-291-13/+13
* | | merge trunkdgp2017-04-171-3/+3
|\ \ \ | |/ /
| * | If %llu is considered invalid, it means that "%" TCL_LL_MODIFIER "u" cannot b...jan.nijtmans2017-04-121-3/+3
* | | merge trunkdgp2017-04-121-9/+5
|\ \ \ | |/ /
| * | Revert recent commit. TIP 237 is clear that %llu is invalid.dgp2017-04-121-9/+5
| |\ \ | | |/
| | * Revert recent commit [80252e0aed]. TIP 237 is clear that %llu is invalid.dgp2017-04-121-9/+5
* | | merge trunkdgp2017-04-061-11/+36
|\ \ \ | |/ /
| * | Fix [4b12ccb3363e81b132e8dbe12aeec596102be1a8|4b12ccb336]: format/scan %llu d...jan.nijtmans2017-04-051-5/+9
| |\ \ | | |/
| | * Fix [4b12ccb3363e81b132e8dbe12aeec596102be1a8|4b12ccb336]: format/scan %llu d...jan.nijtmans2017-04-051-5/+9
| * | Merge core-8-6-branch.jan.nijtmans2017-04-031-6/+27
| |\ \ | | |/
| | * Code optimization/reduction: If TCL_WIDE_INT_IS_LONG is defined, the variable...jan.nijtmans2017-04-031-5/+12
* | | merge trunkdgp2017-03-291-6/+33
|\ \ \ | |/ /
| * | Supply more C99-compatible (and MSVC) format options: '%p' for pointers, 'z'/...jan.nijtmans2017-03-241-6/+33
* | | merge trunkdgp2017-02-031-5/+5
|\ \ \ | |/ /