summaryrefslogtreecommitdiff
path: root/include/apr_getopt.h
Commit message (Expand)AuthorAgeFilesLines
* Fix the typo.jorton2006-08-031-1/+1
* Update license header.jorton2006-08-031-6/+6
* Improve some documentation comments.rooneg2006-02-131-3/+5
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-041-1/+2
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-131-49/+10
* Rebalance our exposed headers such that everything is nested properlywrowe2003-03-051-8/+9
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* Go through doxygen output and remove as many errors and warnings as I could.jerenkrantz2002-11-101-0/+3
* Update our copyright for this year.fielding2002-03-131-1/+1
* some more Doxygen goodnessianh2002-02-151-0/+3
* Small change that will allow Subversion to better document itssussman2002-01-171-0/+2
* Change getopt_t ->err flag to a real ->errfn that mirrors fprintf,wrowe2001-11-291-2/+7
* Next batch of moving the docs from ScanDoc to DoxyGen.rbb2001-08-141-6/+10
* GCC's -Wshadow option complains about "optarg" shadowing another definition.gstein2001-06-011-7/+8
* Update copyright to 2001fielding2001-02-161-1/+1
* renaming various functions for consistency sakedougm2001-02-081-6/+6
* be consistent with 'const char * const *' spacing (noticed when parsing the t...dougm2001-02-021-1/+1
* Add remaining APR_DECLARE()s to all headers. Conditionally addedwrowe2001-01-181-0/+9
* Cleanup getopt's docs.rbb2000-12-041-4/+8
* 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