index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
/
stdlib
/
getopt.c
Age
Commit message (
Expand
)
Author
2014-06-05
Bring getopt(3) inline with getopt_long(3): recognize option:: as an optional
christos
2009-03-20
ANSIfy. Remove conditional macros around __RCSID.
joerg
2005-11-29
WARNS=4
christos
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2003-01-20
Fix lib/17248 properly
dsl
2002-06-21
Undo last two, until I have time to take a good look at the problems.
wiz
2002-06-13
According to POSIX, "-" (the string) is an exception and should not
wiz
2002-06-13
Fix '-' handling. POSIX only recognizes "--" as end-of-options.
wiz
2001-04-24
don't claim that options are illegal, cf lib/12715
joda
2001-02-19
nuke a ref to __progname that somehow crept in
cgd
2001-02-19
convert from __progname to getprogname()
cgd
2000-12-20
fix nested extern
christos
2000-01-22
Delint.
mycroft
1999-12-02
Change the declaration of the argv argument to getopt(3) from "char * const *"
kleink
1999-09-20
back out the #ifdef _DIAGNOSTIC argument checks; too many people complained.
lukem
1999-09-16
* use _DIAGASSERT() to check pointer arguments against NULL and file
lukem
1999-01-09
1003.2-92 specifies the string "--" to be recognized as the option list
kleink
1998-02-03
include <unistd.h> instead of <stdlib.h> to fix a compile error caused
perry
1998-01-30
update to lite-2
perry
1997-07-21
If port provides __weak_alias(), provide an Standard C and POSIX pure
jtc
1997-07-13
Add local.h for local prototypes.
christos
1995-12-28
New-style RCS ids.
thorpej
1994-05-06
merge back in our changes (mostly POSIX.2 pedanticism)
jtc
1994-05-06
sync with 44lite
jtc
1993-10-12
POSIX.2 requires special behavior if the first character of the optstring
jtc
1993-09-14
POSIX.2 has changed getopt to return -1 instead of EOF (to decouple getopt()
jtc
1993-08-26
Declare rcsid strings so they are stored in text segment.
jtc
1993-08-01
Add RCS identifiers.
mycroft
1993-03-21
initial import of 386bsd-0.1 sources
cgd