summaryrefslogtreecommitdiffstats
path: root/generic/tclStringObj.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * If %llu is considered invalid, it means that "%" TCL_LL_MODIFIER "u" cannot b...jan.nijtmans2017-04-121-3/+3
| * Revert recent commit. TIP 237 is clear that %llu is invalid.dgp2017-04-121-9/+5
| |\
| * \ Fix [4b12ccb3363e81b132e8dbe12aeec596102be1a8|4b12ccb336]: format/scan %llu d...jan.nijtmans2017-04-051-5/+9
| |\ \
| * \ \ Merge core-8-6-branch.jan.nijtmans2017-04-031-6/+27
| |\ \ \
| * | | | Supply more C99-compatible (and MSVC) format options: '%p' for pointers, 'z'/...jan.nijtmans2017-03-241-6/+33
| * | | | In TclGetNumberFromObj() macro (tclExecute.c): Don't fill in type if TCL_ERRO...jan.nijtmans2017-02-031-6/+6
| * | | | Implement all possible TCL_LL_MODIFIER formats in Tcl_ObjPrintf(), can be "ll...jan.nijtmans2016-12-141-0/+19
| |\ \ \ \
| | * | | | Implement all possible TCL_LL_MODIFIER formats in Tcl_ObjPrintf(), can be "ll...jn_wide_printfjan.nijtmans2016-12-141-1/+10
| | * | | | implement "I64" format in Tcl_ObjPrintf as well. Still to be tested.jan.nijtmans2016-12-021-3/+13
| * | | | | Avoid "warning: format '%llu' expects argument of type 'long long unsigned in...andy2016-12-021-3/+6
| |/ / / /
| * | | | Implement %ll (WideInt) handling for Tcl_ObjPrintf(). Use it in some places. jan.nijtmans2016-12-021-8/+12
| * | | | compatability -> compatibilityjan.nijtmans2016-12-011-1/+1
| |\ \ \ \
| * | | | | Route all [string repeat] operations through a common implementation.dgp2016-11-301-0/+140
| * | | | | Where feasible, convert concatenation panics into errors.dgp2016-11-291-9/+46
| * | | | | Route all [string last] operations through a common implementation.dgp2016-11-081-1/+105
| * | | | | Optimize case of all single-byte chars.dgp_string_finddgp2016-11-071-2/+20
| * | | | | Consolidate the "find empty string" cases.dgp2016-11-071-16/+11
| * | | | | First draft refactoring the [string first] functionality.dgp2016-11-041-0/+84
| * | | | | Make packages msgcat and tcltest work unmodified in "novem". Make more test-c...jan.nijtmans2016-11-041-2/+2
| |\ \ \ \ \ | | |/ / / /
| * | | | | Replace indexing with pointer increments.dgp_string_catdgp2016-11-011-13/+18
| * | | | | Expand all the cases of the [string cat] engine.dgp2016-11-011-27/+129
| * | | | | Reduce copies in the pure binary implementation of [string cat].dgp2016-10-311-7/+19
| * | | | | Complete the "pure binary" implementation of the [string cat] engine.dgp2016-10-311-6/+20
| * | | | | WIPdgp2016-10-281-1/+57
| * | | | | merge trunkdgp2016-10-281-0/+2
| |\ \ \ \ \
| | * \ \ \ \ Add warning commentary making important assumptions explicit.dgp2016-10-281-0/+2
| | |\ \ \ \ \ | | | |/ / / /
| * | | | | | merge trunkdgp2016-10-281-0/+9
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Add obvious optimization to Tcl_GetCharLength().dgp2016-10-281-0/+9
| * | | | | | Start bringing all `string cat` operations into one place so it can be codeddgp2016-10-271-0/+40
| |/ / / / /
| * | | | | Merge INST_STR_REPLACE fixes and improvements.dgp2016-10-131-0/+10
| |\ \ \ \ \
| * | | | | | Micro-optimization: Use TclGetStringFromObj in stead of Tcl_GetStringFromObj ...jan.nijtmans2016-07-081-1/+1
| * | | | | | Rename UtfCount() to TclUtfCount() and use it in more places. Suggested by ps...jan.nijtmans2016-04-051-2/+2
| * | | | | | No longer a need to keep around 'revert to 8.5' code.dgp2016-03-241-80/+3
* | | | | | | Tcl_UtfToUniChar() -> TclUtfToUniChar() in various places: No change in funct...jan.nijtmans2017-05-291-13/+13
| |_|_|_|_|/ |/| | | | |
* | | | | | Revert recent commit [80252e0aed]. TIP 237 is clear that %llu is invalid.dgp2017-04-121-9/+5
| |_|_|_|/ |/| | | |
* | | | | Fix [4b12ccb3363e81b132e8dbe12aeec596102be1a8|4b12ccb336]: format/scan %llu d...jan.nijtmans2017-04-051-5/+9
| |_|_|/ |/| | |
* | | | Code optimization/reduction: If TCL_WIDE_INT_IS_LONG is defined, the variable...jan.nijtmans2017-04-031-5/+12
| |_|/ |/| |
* | | Add warning commentary making important assumptions explicit.dgp2016-10-281-0/+2
|\ \ \ | |_|/ |/| |
| * | Add warning commentary making important assumptions explicit.dgp2016-10-281-0/+2
* | | Stop invading the String internals to work around a bug. Fix it instead.dgp2016-10-131-0/+10
| |/ |/|
* | Factor out string internal rep definition so fix for [1af8de570511] is less a...dkf2016-03-221-54/+1
* | Eliminate unnessessary end-of-line spacing. No functional change.jan.nijtmans2015-10-041-8/+8
|\ \ | |/
| * Eliminate unnessessary end-of-line spacing. No functional change.jan.nijtmans2015-10-041-2/+2
* | Merge the checkins of the dgp-read-bytes branch onto the trunk, up todgp2014-03-231-7/+48
|\ \ | |/
| * Revised ReadChars to restore an attempt to make sure we do not short readdgp_may_be_pointlessdgp2014-02-061-0/+32
| * Revise the Tcl_Append* machinery to tolerate NULL bytes to append.dgp2014-01-271-10/+19
| * Tcl_InvalidateStringRep -> TclInvalidateStringRepjan.nijtmans2013-02-071-6/+6
* | [2992970] Restore safety of Tcl_AppendObjToObj(x, x) for bytearrays.dgp2014-01-211-11/+31
|\ \