Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | escape punctuation; | jmc | 2003-09-02 | 1 | -2/+2 |
| | | | | ok deraadt@ | ||||
* | Remove the advertising clause in the UCB license which Berkeley | millert | 2003-06-02 | 1 | -6/+2 |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | Remove some lies | millert | 2003-06-02 | 1 | -4/+1 |
| | |||||
* | typos; | jmc | 2003-05-10 | 1 | -8/+8 |
| | |||||
* | of of | deraadt | 2003-02-24 | 1 | -2/+2 |
| | |||||
* | 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. |