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_long.c
Age
Commit message (
Expand
)
Author
2015-09-01
ANSIfy getopt(3) - this is the REPLACE_GETOPT version from getopt_long(3)
kamil
2015-09-01
Constness correction for the getopt(3) function under REPLACE_GETOPT
kamil
2009-03-20
ANSIfy. Remove conditionals around __RCSID.
joerg
2007-11-09
always compile getopt_long. some ifdef reduction. more to come.
christos
2007-11-06
Revert previous. This mess of ifdefs needs to be killed.
christos
2007-11-06
move the test to replace getopt higher up, before we need to include anything.
christos
2007-07-05
Fix several end cases:
ginsbach
2006-10-04
Switch from 4-clause to 2-clause BSD license.
wiz
2005-12-02
don't make internal functions pretend to take a const argument.
yamt
2005-11-29
WARNS=4
christos
2004-06-20
Completely rework how tools/compat is done. Purge all uses/references to
jmc
2003-10-27
Overhaul how `build.sh tools' are used:
lukem
2002-01-31
Roll in fixes to permit cross-compiling from non-NetBSD hosts. This
tv
2002-01-29
Make almost all tools compile and run properly on non-NetBSD hosts. (In
tv
2001-11-04
fix WARNS=2 (-Wshadow) warnings
lukem
2001-04-24
don't claim that options are illegal, cf lib/12715
joda
2001-02-12
don't extern char *__progname; it's never used!
cgd
2001-01-04
sprinkle _DIAGASSERT() around
lukem
2000-11-26
Be SUS-conformant regarding return value when option argument is missing.
wiz
2000-08-25
Some (popular) programs expect to be able to re-initialize `optind'
thorpej
2000-07-08
Correct format mismatch for field widths
sommerfeld
2000-06-09
Don't segfault when complaining about an invalid single-character option.
nathanw
2000-04-02
Add "namespace.h" and include <getopt.h> since we moved the stuff out
christos
2000-04-02
New getopt_long from Thomas Klausner and Dieter Baron
christos
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-07-23
getopt long functionality
mcr