| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Optimize case of all single-byte chars.dgp_string_find | dgp | 2016-11-07 | 1 | -2/+20 |
|
|
* | | Consolidate the "find empty string" cases. | dgp | 2016-11-07 | 1 | -16/+11 |
|
|
* | | First draft refactoring the [string first] functionality. | dgp | 2016-11-04 | 1 | -0/+84 |
|
|
* | | Make packages msgcat and tcltest work unmodified in "novem". Make more test-c... | jan.nijtmans | 2016-11-04 | 1 | -2/+2 |
|\ \
| |/ |
|
* | | Replace indexing with pointer increments.dgp_string_cat | dgp | 2016-11-01 | 1 | -13/+18 |
|
|
* | | Expand all the cases of the [string cat] engine. | dgp | 2016-11-01 | 1 | -27/+129 |
|
|
* | | Reduce copies in the pure binary implementation of [string cat]. | dgp | 2016-10-31 | 1 | -7/+19 |
|
|
* | | Complete the "pure binary" implementation of the [string cat] engine. | dgp | 2016-10-31 | 1 | -6/+20 |
|
|
* | | WIP | dgp | 2016-10-28 | 1 | -1/+57 |
|
|
* | | merge trunk | dgp | 2016-10-28 | 1 | -0/+2 |
|\ \ |
|
| * \ | 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 |
| | |\ |
|
| | | * | Add warning commentary making important assumptions explicit. | dgp | 2016-10-28 | 1 | -0/+2 |
|
|
* | | | | merge trunk | dgp | 2016-10-28 | 1 | -0/+9 |
|\ \ \ \
| |/ / / |
|
| * | | | Add obvious optimization to Tcl_GetCharLength(). | dgp | 2016-10-28 | 1 | -0/+9 |
|
|
* | | | | Start bringing all `string cat` operations into one place so it can be coded | dgp | 2016-10-27 | 1 | -0/+40 |
|/ / / |
|
* | | | Merge INST_STR_REPLACE fixes and improvements. | dgp | 2016-10-13 | 1 | -0/+10 |
|\ \ \
| |/ / |
|
| * | | Stop invading the String internals to work around a bug. Fix it instead. | dgp | 2016-10-13 | 1 | -0/+10 |
|
|
* | | | Micro-optimization: Use TclGetStringFromObj in stead of Tcl_GetStringFromObj ... | jan.nijtmans | 2016-07-08 | 1 | -1/+1 |
|
|
* | | | Rename UtfCount() to TclUtfCount() and use it in more places. Suggested by ps... | jan.nijtmans | 2016-04-05 | 1 | -2/+2 |
|
|
* | | | No longer a need to keep around 'revert to 8.5' code. | dgp | 2016-03-24 | 1 | -80/+3 |
|/ / |
|
* | | 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 readdgp_may_be_pointless | 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.bug_2992970 | 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.bug_3484402 | 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
revert_3396731 | 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 |
|\ \ \
| |/ / |
|