summaryrefslogtreecommitdiff
path: root/strmatch/apr_strmatch.c
Commit message (Expand)AuthorAgeFilesLines
* Correctly use size_t aligned numerics (which with allwrowe2007-10-231-4/+4
* Update license headers.jerenkrantz2007-01-151-6/+6
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-041-1/+2
* Relicense APR under Apache License, Version 2.0.jerenkrantz2004-02-131-49/+10
* Update copyright notifications to 2003.thommay2003-01-011-1/+1
* Fix bug in apr_strmatch when used with case-insensitive patterns.jerenkrantz2002-12-291-1/+1
* These functions should be static.jwoolley2002-05-251-45/+48
* Updated the unsigned character handling in apr_strmatch()brianp2002-05-241-14/+14
* Switched to unsigned chars in the searching functions to avoidbrianp2002-05-241-12/+12
* collapse some redundant logic. no functional change.jwoolley2002-05-241-6/+2
* Added apr_strmatch APIbrianp2002-05-091-0/+157