index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libc
/
stdlib
/
getopt_long.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-27
This patch fixes one bug and one instance of undesirable behaviour.
schwarze
1
-9
/
+1
2020-03-30
"eventually" came and went back in 2004.
martijn
1
-3
/
+1
2019-01-25
I am retiring my old email address; replace it with my OpenBSD one.
millert
1
-2
/
+2
2015-10-01
Eliminate the last of the LINTEDn and PRINTFLIKEn comments. In one
guenther
1
-4
/
+2
2015-09-19
Don't wrap initialized variables: binutils appears to be mishandling them
guenther
1
-1
/
+3
2015-09-12
Wrap <getopt.h> to make the functions weak and make access to the initialized
guenther
1
-1
/
+6
2013-06-08
Fix parsing of ambiguous options, the whole loop must be processed.
millert
1
-15
/
+22
2011-03-05
Fix PR 6267: recheck POSIXLY_CORRECT each time getopt_long() starts a new
guenther
1
-12
/
+12
2010-07-22
getopt_long.c replaced getopt.c 6+ years ago; we can retire
blambert
1
-7
/
+1
2007-10-31
Add parentheses to avoid warning:
chl
1
-2
/
+2
2006-10-04
from wiz@netbsd:
jmc
1
-8
/
+1
2006-09-22
Back out change in rev 1.15 of to allow whitespace to separate a
millert
1
-10
/
+1
2005-10-25
dont' -> don't in comments;
jmc
1
-2
/
+2
2005-08-08
zap remaining rcsid.
espie
1
-5
/
+1
2005-03-30
ansi + de-register
pat
1
-14
/
+6
2004-06-03
An optional argument cannot start with '-', even if permutation is
millert
1
-4
/
+5
2004-02-04
Traditionally, getopt(3) has treated "--foo" the same as "--". However,
millert
1
-10
/
+9
2003-09-22
If permutation is disabled (as it is via getopt(3) or when POSIXLY_CORRECT
millert
1
-2
/
+9
2003-06-17
Sync with share/misc/license.template and add missing DARPA credit
millert
1
-9
/
+13
2003-06-03
Use an ISC-tyle license for all my code; it is simpler and more permissive.
millert
1
-23
/
+12
2003-06-02
Use the getopt() in getopt_long.c which supports some GNU extensions.
millert
1
-2
/
+4
2002-12-10
When doing permutation, only treat "-" as an option if it was specified
millert
1
-4
/
+5
2002-12-08
SUS (and apparently 1003.1-2001) say to check optstring for NULL
millert
1
-3
/
+5
2002-12-08
If we are passed "-" in argv and the user didn't specify '-' in optstring,
millert
1
-6
/
+10
2002-12-08
BSD getopt() supports '-' in the optstring so we should too.
millert
1
-8
/
+15
2002-12-07
Fix pasto in last commit.
millert
1
-3
/
+3
2002-12-07
For getopt_long_only() we *do* want to match single-character options
millert
1
-41
/
+36
2002-12-06
Fix two compatibility issues with our getopt_long_only() vs. the GNU version:
millert
1
-28
/
+61
2002-12-05
Correctly handle -Wlong_arg (no space between -W and long_arg) when "W;"
millert
1
-6
/
+8
2002-12-05
Reorganize this so that getopt_only_only() works correctly.
millert
1
-221
/
+208
2002-12-03
Whoops, add missing #ifdef REPLACE_GETOPT
millert
1
-2
/
+4
2002-12-03
GNU-like getopt_long() from NetBSD with changes by me to support
millert
1
-0
/
+510