summaryrefslogtreecommitdiff
path: root/strings/apr_cstr.c
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces in *.c.ivan2022-11-201-1/+1
* apr_cstr: Follow up to r1897102: Yet better apr_cstr_casecmp[n]().ylavic2022-01-161-14/+16
* apr_cstr: Improve apr_cstr_casecmp() and apr_cstr_casecmpn() performances.ylavic2022-01-151-26/+16
* More revert of r1887500.ylavic2021-03-111-15/+26
* Follow up to r1887060: fix compilation on BEOS.ylavic2021-03-111-26/+15
* 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