summaryrefslogtreecommitdiff
path: root/include/apr_fnmatch.h
Commit message (Expand)AuthorAgeFilesLines
* Fix the documentation for APR_FNM_PERIOD in include/apr_fnmatch.h.brane2014-07-091-2/+2
* minor API doc improvementstrawick2014-04-151-7/+11
* Document the variant of globbing implemented by apr_fnmatch.rooneg2006-09-181-3/+44
* Add apr_match_glob and two tests to make sure that it is working. Thererbb2004-03-051-0/+12
* axe these deprecated functions:trawick2003-09-031-3/+0
* remove these interfaces:trawick2003-09-031-6/+0
* Rebalance our exposed headers such that everything is nested properlywrowe2003-03-051-12/+15
* Namespace protection, thanks to Craig Rodrigues <rodrigc@attbi.com>wrowe2003-02-241-11/+18
* Rename to apr_fnmatch_testwrowe2002-07-081-0/+3
* * include/apr_fnmatch.h (apr_fnmatch): Document return values.kfogel2002-03-191-1/+2
* Add the rest of the doxygen changes for APR.rbb2001-08-121-14/+18
* Add remaining APR_DECLARE()s to all headers. Conditionally addedwrowe2001-01-181-2/+2
* Make the fnmatch docs look like the rest of APRs docs.rbb2000-12-041-4/+4
* Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbolswrowe2000-10-161-2/+2
* prefix libapr functions and types with apr_dougm2000-08-021-4/+4
* Update the apr_fnmatch.c docs to use ScanDoc.rbb2000-07-231-24/+21
* Document apr_fnmatch.hrbb2000-07-051-3/+29
* Mass update of API_IMPORT/EXPORT symbols TO APR_ symbols.wrowe2000-05-261-2/+2
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesrbb2000-04-141-1/+1
* Fix all the License issues. Including:rbb2000-03-101-1/+1
* The next step in removing the APR HAVE_*_H leak. This removes all of thoserbb1999-12-011-7/+3
* Remove some of the includes of apr_config.h from public header files.rbb1999-11-301-1/+0
* Begin to update apr/lib files to follow the standard APR function format.rbb1999-11-221-1/+2
* Changed pools to contexts. Tested with prefork and pthread mpm's. I'llrbb1999-08-311-2/+2
* Initial revisionrbb1999-08-171-0/+68