Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Document BSD behavior of accepting '-' within optstring as long as | millert | 2002-12-10 | 1 | -5/+25 |
| | | | | | | | | it is not the fist character of optstring (since that would conflict with GNU semantics). Update the bit on "W;" within optstring when called as getopt (not getopt_long) to current reality. | ||||
* | make getopt_long and getopt_long_only protos match getopt.h | millert | 2002-12-05 | 1 | -3/+3 |
| | |||||
* | Add "RETURN VALUES" sections | millert | 2002-12-04 | 1 | -1/+28 |
| | |||||
* | GNU-like getopt_long() from NetBSD with changes by me to support | millert | 2002-12-03 | 1 | -0/+326 |
getopt_long_only(). At some point this should replace the BSD getopt(3) but we are not there yet. While I am here add protection from the multiple getopt() definitions due to conflicting standards. |