summaryrefslogtreecommitdiff
path: root/strings/apr_cstr.c
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces in *.c.Ivan Zhakov2022-11-201-1/+1
* apr_cstr: Follow up to r1897102: Yet better apr_cstr_casecmp[n]().Yann Ylavic2022-01-161-14/+16
* apr_cstr: Improve apr_cstr_casecmp() and apr_cstr_casecmpn() performances.Yann Ylavic2022-01-151-26/+16
* More revert of r1887500.Yann Ylavic2021-03-111-15/+26
* Follow up to r1887060: fix compilation on BEOS.Yann Ylavic2021-03-111-26/+15
* Follow-up to r1726928: Add APR_DECLARE() to apr_cstr_*() functionsIvan Zhakov2016-10-281-30/+36
* Upon closer scrutiny, the optimization of using short variablesWilliam A. Rowe Jr2016-06-081-8/+12
* Third optimization, use short type, which is the smallestWilliam A. Rowe Jr2016-06-081-8/+8
* Additional 17% speedup by deferring unused pointer incrementsWilliam A. Rowe Jr2016-06-081-4/+8
* 17% speedup by eliminating redundant eos testWilliam A. Rowe Jr2016-06-081-2/+4
* Introduce the subset of svn_cstring_ functions into APR as the apr_cstr_William A. Rowe Jr2016-01-271-0/+392