summaryrefslogtreecommitdiff
path: root/include/apr_getopt.h
Commit message (Expand)AuthorAgeFilesLines
* Add an extra const into the getopt functions. We never attempt to modify anygstein2000-11-291-1/+1
* Make the APR headers sane.gstein2000-11-261-0/+2
* (apr_getopt_t): doc clarification.kfogel2000-11-251-1/+1
* More changes from Greg Hudson <ghudson@mit.edu>, w/ small doc tweakskfogel2000-11-251-11/+11
* Changes from Greg Hudson <ghudson@mit.edu> (with minor meddling fromkfogel2000-11-251-38/+32
* include/apr_getopt.h:gstein2000-11-171-4/+53
* Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbolswrowe2000-10-161-2/+2
* Add some docs to APR.rbb2000-10-091-10/+26
* Fix some warnings from initopt and getopt.rbb2000-08-171-3/+3
* Tweak apr_getopt() and its use in ab to avoid compiler warnings.trawick2000-08-101-3/+3
* Doc it correctly, even if the const'ness is wrong.wrowe2000-08-091-2/+2
* Commit two fixes while I'm considering Jeff's comments.wrowe2000-08-091-2/+2
* Eliminate apr_opt*** symbols from the namespace, and allow parallelwrowe2000-08-091-25/+37
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...wrowe2000-08-061-5/+5
* prefix libapr functions and types with apr_dougm2000-08-021-5/+5
* Update apr_getopt.h's documentation to use ScanDocrbb2000-07-231-23/+18
* PR:wrowe2000-05-281-2/+2
* PR:wrowe2000-05-261-2/+3
* Mass update of API_IMPORT/EXPORT symbols TO APR_ symbols.wrowe2000-05-261-2/+2
* Change the format for APR function documentation. This uses the perldocrbb2000-04-161-18/+23
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesrbb2000-04-141-1/+1
* more documentation movementdgaudet2000-04-141-0/+19
* Update to Apache Software License version 1.1fielding2000-03-311-32/+31
* Fix more docs and change some parameter order on ap_getopt. This makesrbb2000-03-141-2/+2
* Fix all the License issues. Including:rbb2000-03-101-9/+9
* Clean up the getopt stuff a bit. Basically, I am removing the #define's,rbb1999-11-221-17/+9
* Under Linux, I always got amartin1999-11-201-0/+80