summaryrefslogtreecommitdiff
path: root/strings/apr_fnmatch.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a bug in apr_match_glob. We need to strdup the filename, otherwiserbb2004-03-061-1/+1
* Add apr_match_glob and two tests to make sure that it is working. Thererbb2004-03-051-0/+50
* axe these deprecated functions:trawick2003-09-031-6/+0
* Namespace protection, thanks to Craig Rodrigues <rodrigc@attbi.com>wrowe2003-02-241-32/+32
* Rename to apr_fnmatch_testwrowe2002-07-081-1/+7
* Fix the hosed #ifdef APR_HAVE_FOO_H tests, the #if HAVE_ tests, andwrowe2001-02-251-1/+1
* Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbolswrowe2000-10-161-2/+2
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...wrowe2000-08-061-4/+4
* prefix libapr functions and types with apr_dougm2000-08-021-3/+3
* Move apr_fnmatch.c from lib/apr/lib to lib/apr/strings. Just the next moverbb2000-07-211-0/+243