Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Keep compatible parts in sync with OpenBSD v1.21, add some comments. | ache | 2006-09-23 | 1 | -15/+7 |
| | | | | No functional changes. | ||||
* | Remove code #ifndef'ed in prev. commit to stay in sync with OpenBSD | ache | 2006-09-22 | 1 | -12/+0 |
| | | | | v1.21 which just do that. | ||||
* | Be more GNU compatible: | ache | 2006-09-22 | 1 | -2/+5 |
| | | | | | | don't be greedy on the GNU "::" extension when arg separated by whitespace and POSIX_CORRECTLY is set. From POSIX point of view this is unclear situation, so minimal assumption looks right. | ||||
* | Keep it sync with OpenBSD: | ache | 2004-07-06 | 1 | -3/+4 |
| | | | | | | | An optional argument cannot start with '-', even if permutation is disabled. Obtained from: OpenBSD getopt_long.c v1.17 | ||||
* | Simplify one condition in prev. commit: | ache | 2004-04-01 | 1 | -2/+1 |
| | | | | short_too already assumes FLAG_LONGONLY | ||||
* | Fix parsing of ambiguous options, whole loop must be processed | ache | 2004-04-01 | 1 | -17/+27 |
| | |||||
* | Make GNU-compatible following case: | ache | 2004-03-06 | 1 | -0/+4 |
| | | | | single '-' in command line and '-' (non-first) in options | ||||
* | Make return code in noarg case GNU-compatible | ache | 2004-03-03 | 1 | -0/+4 |
| | |||||
* | Be more GNU-compatible in diagnostics | ache | 2004-03-03 | 1 | -11/+61 |
| | |||||
* | Improve GNU compatibility in several places, use internal GNU_COMPATIBLE | ache | 2004-03-01 | 1 | -10/+30 |
| | | | | | | | define for it. Don't catch POSIXLY_CORRECT env. into static variable, it can be changed on the fly by program. Use P1003.2 standartized illoptchar[] | ||||
* | Change "-"-started options when POSIX_CORRECTLY is set handling | ache | 2004-03-01 | 1 | -1/+5 |
| | | | | | in favour of GNU instead of NetBSD, because configure's use us and expect GNU. | ||||
* | Add getopt_long_only() from OpenBSD and other OpenBSD cleanups | ache | 2004-02-24 | 1 | -237/+295 |
| | | | | | PR: 63173 Submitted by: Marius Strobl <marius@alchemy.franken.de> | ||||
* | Unbreak the upgrade path from 4.9 after removal of GNU getopt and | ru | 2004-02-20 | 1 | -2/+0 |
| | | | | <gnuregex.h>. | ||||
* | de-__P() | alfred | 2002-10-16 | 1 | -3/+3 |
| | |||||
* | Add getopt_long(3). | eric | 2002-09-29 | 1 | -0/+494 |
Obtained from: NetBSD Sponsored by: Apple |