aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/getopt_long.c
Commit message (Expand)AuthorAgeFilesLines
* Keep compatible parts in sync with OpenBSD v1.21, add some comments.Andrey A. Chernov2006-09-231-15/+7
* Remove code #ifndef'ed in prev. commit to stay in sync with OpenBSDAndrey A. Chernov2006-09-221-12/+0
* Be more GNU compatible:Andrey A. Chernov2006-09-221-2/+5
* Keep it sync with OpenBSD:Andrey A. Chernov2004-07-061-3/+4
* Simplify one condition in prev. commit:Andrey A. Chernov2004-04-011-2/+1
* Fix parsing of ambiguous options, whole loop must be processedAndrey A. Chernov2004-04-011-17/+27
* Make GNU-compatible following case:Andrey A. Chernov2004-03-061-0/+4
* Make return code in noarg case GNU-compatibleAndrey A. Chernov2004-03-031-0/+4
* Be more GNU-compatible in diagnosticsAndrey A. Chernov2004-03-031-11/+61
* Improve GNU compatibility in several places, use internal GNU_COMPATIBLEAndrey A. Chernov2004-03-011-10/+30
* Change "-"-started options when POSIX_CORRECTLY is set handlingAndrey A. Chernov2004-03-011-1/+5
* Add getopt_long_only() from OpenBSD and other OpenBSD cleanupsAndrey A. Chernov2004-02-241-237/+295
* Unbreak the upgrade path from 4.9 after removal of GNU getopt andRuslan Ermilov2004-02-201-2/+0
* de-__P()Alfred Perlstein2002-10-161-3/+3
* Add getopt_long(3).Eric Melville2002-09-291-0/+494