summaryrefslogtreecommitdiff
path: root/include/apr_getopt.h
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces.Ivan Zhakov2022-11-191-6/+6
* Fix the typo.Joe Orton2006-08-031-1/+1
* Update license header.Joe Orton2006-08-031-6/+6
* Improve some documentation comments.Garrett Rooney2006-02-131-3/+5
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-131-49/+10
* Rebalance our exposed headers such that everything is nested properlyWilliam A. Rowe Jr2003-03-051-8/+9
* Update copyright notices to 2003.Thom May2003-01-011-1/+1
* Go through doxygen output and remove as many errors and warnings as I could.Justin Erenkrantz2002-11-101-0/+3
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* some more Doxygen goodnessIan Holsman2002-02-151-0/+3
* Small change that will allow Subversion to better document itsBen Collins-Sussman2002-01-171-0/+2
* Change getopt_t ->err flag to a real ->errfn that mirrors fprintf,William A. Rowe Jr2001-11-291-2/+7
* Next batch of moving the docs from ScanDoc to DoxyGen.Ryan Bloom2001-08-141-6/+10
* GCC's -Wshadow option complains about "optarg" shadowing another definition.Greg Stein2001-06-011-7/+8
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* renaming various functions for consistency sakeDoug MacEachern2001-02-081-6/+6
* be consistent with 'const char * const *' spacing (noticed when parsing the t...Doug MacEachern2001-02-021-1/+1
* Add remaining APR_DECLARE()s to all headers. Conditionally addedWilliam A. Rowe Jr2001-01-181-0/+9
* Cleanup getopt's docs.Ryan Bloom2000-12-041-4/+8
* Add an extra const into the getopt functions. We never attempt to modify anyGreg Stein2000-11-291-1/+1
* Make the APR headers sane.Greg Stein2000-11-261-0/+2
* (apr_getopt_t): doc clarification.Karl Fogel2000-11-251-1/+1
* More changes from Greg Hudson <ghudson@mit.edu>, w/ small doc tweaksKarl Fogel2000-11-251-11/+11
* Changes from Greg Hudson <ghudson@mit.edu> (with minor meddling fromKarl Fogel2000-11-251-38/+32
* include/apr_getopt.h:Greg Stein2000-11-171-4/+53
* Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbolsWilliam A. Rowe Jr2000-10-161-2/+2
* Add some docs to APR.Ryan Bloom2000-10-091-10/+26
* Fix some warnings from initopt and getopt.Ryan Bloom2000-08-171-3/+3
* Tweak apr_getopt() and its use in ab to avoid compiler warnings.Jeff Trawick2000-08-101-3/+3
* Doc it correctly, even if the const'ness is wrong.William A. Rowe Jr2000-08-091-2/+2
* Commit two fixes while I'm considering Jeff's comments.William A. Rowe Jr2000-08-091-2/+2
* Eliminate apr_opt*** symbols from the namespace, and allow parallelWilliam A. Rowe Jr2000-08-091-25/+37
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...William A. Rowe Jr2000-08-061-5/+5
* prefix libapr functions and types with apr_Doug MacEachern2000-08-021-5/+5
* Update apr_getopt.h's documentation to use ScanDocRyan Bloom2000-07-231-23/+18
* PR:William A. Rowe Jr2000-05-281-2/+2
* PR:William A. Rowe Jr2000-05-261-2/+3
* Mass update of API_IMPORT/EXPORT symbols TO APR_ symbols.William A. Rowe Jr2000-05-261-2/+2
* Change the format for APR function documentation. This uses the perldocRyan Bloom2000-04-161-18/+23
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesRyan Bloom2000-04-141-1/+1
* more documentation movementdgaudet2000-04-141-0/+19
* Update to Apache Software License version 1.1Roy T. Fielding2000-03-311-32/+31
* Fix more docs and change some parameter order on ap_getopt. This makesRyan Bloom2000-03-141-2/+2
* Fix all the License issues. Including:Ryan Bloom2000-03-101-9/+9
* Clean up the getopt stuff a bit. Basically, I am removing the #define's,Ryan Bloom1999-11-221-17/+9
* Under Linux, I always got aMartin Kraemer1999-11-201-0/+80