summaryrefslogtreecommitdiff
path: root/strings/apr_cstr.c
Commit message (Expand)AuthorAgeFilesLines
* Follow-up to r1726928: Add APR_DECLARE() to apr_cstr_*() functionsivan2016-10-281-30/+36
* Upon closer scrutiny, the optimization of using short variableswrowe2016-06-081-8/+12
* Third optimization, use short type, which is the smallestwrowe2016-06-081-8/+8
* Additional 17% speedup by deferring unused pointer incrementswrowe2016-06-081-4/+8
* 17% speedup by eliminating redundant eos testwrowe2016-06-081-2/+4
* Introduce the subset of svn_cstring_ functions into APR as the apr_cstr_wrowe2016-01-271-0/+392