aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/getopt_long.c
Commit message (Expand)AuthorAgeFilesLines
* lib: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-2/+0
* lib: Remove ancient SCCS tags.Warner Losh2023-11-271-3/+0
* libc: Purge unneeded cdefs.hWarner Losh2023-11-011-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* getopt: Fix conversion from string-literal to non-const char *Alex Richardson2021-01-191-2/+2
* getopt_long(3): fix case of malformed long optKyle Evans2019-01-041-0/+2
* Merge intermediate OpenBSD v1.25 changes (almost identical to ours)Andrey A. Chernov2014-06-221-18/+12
* getopt(3): recognize option:: as GNU extension for "optional options".Pedro F. Giffuni2014-06-221-1/+1
* Switch from 4-clause to 2-clause BSD license. (OpenBSD r1.22)Xin LI2012-06-111-8/+1
* 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