| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoid generating string representation when comparing the empty string. | pooryorick | 2018-05-05 | 1 | -0/+45 |
|
|
* | Fix behavior of Tcl_GetRange() and "string range" regarding surrogates, when ... | jan.nijtmans | 2018-01-11 | 1 | -1/+12 |
|
|
* | [5808081213] Permit all bytearrays (including impure ones) to report length w... | dgp | 2017-11-30 | 1 | -4/+8 |
|
|
* | Make "scan %c" and the internal function ExtendUnicodeRepWithString() work as... | jan.nijtmans | 2017-11-09 | 1 | -3/+3 |
|
|
* | Handle Unicode surrogates correctly in Tcl_AppendFormatToObj() and BuildCharS... | jan.nijtmans | 2017-09-01 | 1 | -1/+1 |
|
|
* | merge core-8-6-branch | jan.nijtmans | 2017-07-03 | 1 | -10/+9 |
|\ |
|
| * | Eliminate use of (expensive) Tcl_UtfToUpper() from "format": Just generate t... | jan.nijtmans | 2017-06-28 | 1 | -10/+9 |
|
|
* | | Better UTF-8 surrogate handling, only functional when TCL_UTF_MAX>3 | jan.nijtmans | 2017-06-08 | 1 | -2/+2 |
|/ |
|
* | Tcl_UtfToUniChar() -> TclUtfToUniChar() in various places: No change in funct... | jan.nijtmans | 2017-05-29 | 1 | -13/+13 |
|
|
* | Revert recent commit [80252e0aed]. TIP 237 is clear that %llu is invalid. | dgp | 2017-04-12 | 1 | -9/+5 |
|
|
* | Fix [4b12ccb3363e81b132e8dbe12aeec596102be1a8|4b12ccb336]: format/scan %llu d... | jan.nijtmans | 2017-04-05 | 1 | -5/+9 |
|
|
* | Code optimization/reduction: If TCL_WIDE_INT_IS_LONG is defined, the variable... | jan.nijtmans | 2017-04-03 | 1 | -5/+12 |
|
|
* | Add warning commentary making important assumptions explicit. | dgp | 2016-10-28 | 1 | -0/+2 |
|\ |
|
| * | Add warning commentary making important assumptions explicit. | dgp | 2016-10-28 | 1 | -0/+2 |
|
|
* | | Stop invading the String internals to work around a bug. Fix it instead. | dgp | 2016-10-13 | 1 | -0/+10 |
|
|
* | | Factor out string internal rep definition so fix for [1af8de570511] is less a... | dkf | 2016-03-22 | 1 | -54/+1 |
|
|
* | | Eliminate unnessessary end-of-line spacing. No functional change. | jan.nijtmans | 2015-10-04 | 1 | -8/+8 |
|\ \
| |/ |
|
| * | Eliminate unnessessary end-of-line spacing. No functional change. | jan.nijtmans | 2015-10-04 | 1 | -2/+2 |
|
|
* | | Merge the checkins of the dgp-read-bytes branch onto the trunk, up to | dgp | 2014-03-23 | 1 | -7/+48 |
|\ \
| |/ |
|
| * | Revised ReadChars to restore an attempt to make sure we do not short read | dgp | 2014-02-06 | 1 | -0/+32 |
|
|
| * | Revise the Tcl_Append* machinery to tolerate NULL bytes to append. | dgp | 2014-01-27 | 1 | -10/+19 |
|
|
| * | Tcl_InvalidateStringRep -> TclInvalidateStringRep | jan.nijtmans | 2013-02-07 | 1 | -6/+6 |
|
|
* | | [2992970] Restore safety of Tcl_AppendObjToObj(x, x) for bytearrays. | dgp | 2014-01-21 | 1 | -11/+31 |
|\ \ |
|
| * | | [2992970] Restore the safety of Tcl_AppendObjToObj(x, x) for bytearrays. | dgp | 2014-01-15 | 1 | -11/+31 |
|/ / |
|
* | | merge core-8-5-branch | jan.nijtmans | 2013-01-31 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Use twoPtrValue.ptr1 in stead of otherValuePtr everywhere. This is exactly th... | jan.nijtmans | 2013-01-31 | 1 | -2/+2 |
|
|
* | | Converted the memcpy() calls in append operations to memmove() calls. | dgp | 2012-02-09 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | 3484402 Correct Off-By-One error appending unicode. Thanks to Poor Yorick. | dgp | 2012-02-09 | 1 | -2/+2 |
| |\ |
|
| | * | 3484402 Correct Off-By-One error appending unicode. Thanks to Poor Yorick. | dgp | 2012-02-09 | 1 | -2/+2 |
| | |\ |
|
| | | * | 3484402 Correct Off-By-One error appending unicode. Thanks to Poor Yorick. | dgp | 2012-02-07 | 1 | -4/+4 |
| | |/ |
|
| | * | Fix gcc warnings (discovered with latest mingw, based on gcc 4.6.1) | jan.nijtmans | 2011-10-07 | 1 | -1/+1 |
|
|
| * | | Backport fix for [Bug 2857044]. | dgp | 2011-04-27 | 1 | -0/+1 |
|
|
| * | | Repair corruption in [string reverse] when string rep invalidation failed | dgp | 2011-04-12 | 1 | -0/+1 |
|
|
* | | | [3396731] inline string reverse: minor further improvements | jan.nijtmans | 2011-08-29 | 1 | -32/+22 |
|
|
* | | | Repaired the lost performance in the copy loop hotspots. Now meets or
| dgp | 2011-08-27 | 1 | -13/+12 |
|
|
* | | | 3396731 Another rewrite of TclStringObjReverse() to make it adopt the | dgp | 2011-08-25 | 1 | -70/+106 |
|
|
* | | | Set the defaults of all growth algorithm parameters based on one master value. | dgp | 2011-05-12 | 1 | -10/+9 |
|
|
* | | | Improved reaction to out of memory. | dgp | 2011-04-28 | 1 | -1/+7 |
|
|
* | | | TclFreeIntRep() cleanup. | dgp | 2011-04-27 | 1 | -1/+0 |
|
|
* | | | More generation of error codes ([format], [after], [trace], RE optimizer). | dkf | 2011-04-04 | 1 | -2/+20 |
|
|
* | | | Reduce the number of casts used to manage Tcl_Obj internal representations. | dkf | 2011-03-26 | 1 | -3/+2 |
|
|
* | | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts in | dkf | 2011-03-12 | 1 | -8/+8 |
|
|
* | | | MINOR: Formatting fixes, mainly to comments, so code better fits the style in | dkf | 2011-03-10 | 1 | -61/+148 |
|
|
* | | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -2/+1 |
|\ \ \
| |/ / |
|
| * | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+1 |
| |\ \
| | |/ |
|
| | * | Typo in last commit broke tclStringObj.c build. Fixed. | dgp | 2011-03-01 | 1 | -0/+1 |
|
|
| | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
|
|
| | * | * generic/tclStringObj.c: (SetStringFromAny): avoid trampling | vasiljevic | 2010-04-02 | 1 | -2/+4 |
|
|
| | * | * generic/tclStringObj.c (UpdateStringOfString): Added cast to fix | andreas_kupries | 2009-04-22 | 1 | -2/+2 |
|
|
| | * | UpdateStringOfString: matchup with core-8-5-branch changes | das | 2009-04-15 | 1 | -6/+6 |
|
|