summaryrefslogtreecommitdiff
path: root/include/apr_fnmatch.h
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces.Ivan Zhakov2022-11-191-9/+9
* Fix the documentation for APR_FNM_PERIOD in include/apr_fnmatch.h.Branko Čibej2014-07-091-2/+2
* minor API doc improvementsJeff Trawick2014-04-151-7/+11
* Document the variant of globbing implemented by apr_fnmatch.Garrett Rooney2006-09-181-3/+44
* Add apr_match_glob and two tests to make sure that it is working. ThereRyan Bloom2004-03-051-0/+12
* axe these deprecated functions:Jeff Trawick2003-09-031-3/+0
* remove these interfaces:Jeff Trawick2003-09-031-6/+0
* Rebalance our exposed headers such that everything is nested properlyWilliam A. Rowe Jr2003-03-051-12/+15
* Namespace protection, thanks to Craig Rodrigues <rodrigc@attbi.com>William A. Rowe Jr2003-02-241-11/+18
* Rename to apr_fnmatch_testWilliam A. Rowe Jr2002-07-081-0/+3
* * include/apr_fnmatch.h (apr_fnmatch): Document return values.Karl Fogel2002-03-191-1/+2
* Add the rest of the doxygen changes for APR.Ryan Bloom2001-08-121-14/+18
* Add remaining APR_DECLARE()s to all headers. Conditionally addedWilliam A. Rowe Jr2001-01-181-2/+2
* Make the fnmatch docs look like the rest of APRs docs.Ryan Bloom2000-12-041-4/+4
* Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbolsWilliam A. Rowe Jr2000-10-161-2/+2
* prefix libapr functions and types with apr_Doug MacEachern2000-08-021-4/+4
* Update the apr_fnmatch.c docs to use ScanDoc.Ryan Bloom2000-07-231-24/+21
* Document apr_fnmatch.hRyan Bloom2000-07-051-3/+29
* Mass update of API_IMPORT/EXPORT symbols TO APR_ symbols.William A. Rowe Jr2000-05-261-2/+2
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesRyan Bloom2000-04-141-1/+1
* Fix all the License issues. Including:Ryan Bloom2000-03-101-1/+1
* The next step in removing the APR HAVE_*_H leak. This removes all of thoseRyan Bloom1999-12-011-7/+3
* Remove some of the includes of apr_config.h from public header files.Ryan Bloom1999-11-301-1/+0
* Begin to update apr/lib files to follow the standard APR function format.Ryan Bloom1999-11-221-1/+2
* Changed pools to contexts. Tested with prefork and pthread mpm's. I'llRyan Bloom1999-08-311-2/+2
* Initial revisionRyan Bloom1999-08-171-0/+68