summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/getopt_long.c
AgeCommit message (Expand)Author
2003-10-27Overhaul how `build.sh tools' are used:lukem
2002-01-31Roll in fixes to permit cross-compiling from non-NetBSD hosts. Thistv
2002-01-29Make almost all tools compile and run properly on non-NetBSD hosts. (Intv
2001-11-04fix WARNS=2 (-Wshadow) warningslukem
2001-04-24don't claim that options are illegal, cf lib/12715joda
2001-02-12don't extern char *__progname; it's never used!cgd
2001-01-04sprinkle _DIAGASSERT() aroundlukem
2000-11-26Be SUS-conformant regarding return value when option argument is missing.wiz
2000-08-25Some (popular) programs expect to be able to re-initialize `optind'thorpej
2000-07-08Correct format mismatch for field widthssommerfeld
2000-06-09Don't segfault when complaining about an invalid single-character option.nathanw
2000-04-02Add "namespace.h" and include <getopt.h> since we moved the stuff outchristos
2000-04-02New getopt_long from Thomas Klausner and Dieter Baronchristos
1999-09-20back out the #ifdef _DIAGNOSTIC argument checks; too many people complained.lukem
1999-09-16* use _DIAGASSERT() to check pointer arguments against NULL and filelukem
1999-07-23 getopt long functionalitymcr