summaryrefslogtreecommitdiff
path: root/misc/unix/getopt.c
Commit message (Expand)AuthorAgeFilesLines
* renaming various functions for consistency sakedougm2001-02-081-1/+1
* Eliminate warning and redundant exit conditions.fielding2001-01-281-7/+9
* 2000-12-19 Bill Tutt <rassilon@lima.mudlib.org>brane2000-12-211-2/+5
* Add an extra const into the getopt functions. We never attempt to modify anygstein2000-11-291-6/+4
* (apr_initopt): null-terminate the copy of argv. Again, from Gregkfogel2000-11-251-1/+2
* More changes from Greg Hudson <ghudson@mit.edu>, w/ small doc tweakskfogel2000-11-251-5/+15
* Changes from Greg Hudson <ghudson@mit.edu> (with minor meddling fromkfogel2000-11-251-81/+153
* include/apr_getopt.h:gstein2000-11-171-11/+101
* Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbolswrowe2000-10-161-2/+2
* Fix some warnings from initopt and getopt.rbb2000-08-171-1/+1
* Tweak apr_getopt() and its use in ab to avoid compiler warnings.trawick2000-08-101-1/+1
* Commit two fixes while I'm considering Jeff's comments.wrowe2000-08-091-0/+1
* Eliminate apr_opt*** symbols from the namespace, and allow parallelwrowe2000-08-091-52/+55
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...wrowe2000-08-061-32/+32
* prefix libapr functions and types with apr_dougm2000-08-021-3/+3
* PR:wrowe2000-05-281-2/+2
* Fixup a couple of rename's missed APR_VAR_EXPORT->APR_EXPORT_VARrbb2000-05-271-2/+2
* PR:wrowe2000-05-271-2/+2
* PR:wrowe2000-05-261-1/+3
* Mass update of API_IMPORT/EXPORT symbols TO APR_ symbols.wrowe2000-05-261-2/+2
* Merging windows and Unix common misc files.rbb2000-05-171-2/+3
* Remove the separate beos directory and add support to the unix directoryrbb2000-05-161-4/+2
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesrbb2000-04-141-1/+1
* Add forgotten curly bracesmartin2000-04-141-0/+4
* more documentation movementdgaudet2000-04-141-19/+0
* Finish the APR naming cleanup. This removes the struct's fromrbb2000-04-031-1/+1
* fix the rest of the struct foo_t to struct ap_foo_t. Next is removing therbb2000-04-031-1/+1
* Fix more docs and change some parameter order on ap_getopt. This makesrbb2000-03-141-9/+8
* Fix the logic in blocking vs non-blocking pipes to children. It onlyrbb1999-12-031-3/+0
* Clean up the getopt stuff a bit. Basically, I am removing the #define's,rbb1999-11-221-30/+30
* Initial revisionrbb1999-08-171-0/+143