Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
Make several tool features mandatory and simplify the code.
|
|
CVS use for glibc is long gone.
|
|
|
|
|
|
|
|
|
|
|
|
Some passed in values might cause overflows in expressions.
|
|
|
|
|
|
When incomplete characters are found at the end of a string the
code ran amok and allocated lots of memory. Stricter limits
are now in place.
|
|
|
|
|
|
|
|
|
|
If provide with an ambiguous long option we now show all the possibilities.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This patch fixes some cases which fail to parse with C++.
|
|
|
|
|
|
|
|
|
|
|
|
According to the getopt documentation, if "W;" is part of optstring, then '-W
foo' should behave like '--foo'. But if "foo" uses an optional_argument, this
is not the case, since optarg is not NULL when using -W.
|
|
|
|
|
|
|
|
|
|
|
|
|