History log of /src/lib/libc/stdlib/getopt_long.3 |
Revision | | Date | Author | Comments |
1.22 |
| 04-Jan-2022 |
uwe | getopt_long(3): "index" is an argument, not a field.
|
1.21 |
| 04-Jan-2022 |
uwe | getopt_long(3): use NULL, not 0, for flag in the example.
|
1.20 |
| 09-Dec-2018 |
christos | fix grammar.
|
1.19 |
| 03-Jul-2017 |
wiz | branches: 1.19.4; 1.19.6; Remove workaround for ancient HTML generation code.
|
1.18 |
| 02-Jul-2007 |
ginsbach | Document that getopt_long(3) can and will accept unique abbreviated long option names. This feature has been present since getopt_long(3) was first released in NetBSD 1.5. This is also standard GNU getopt_long(3) behavior.
|
1.17 |
| 28-Jun-2006 |
mjl | s,floride,fluoride,
|
1.16 |
| 02-Dec-2005 |
yamt | note that "argv" is not really const.
|
1.15 |
| 18-Apr-2005 |
wiz | Document index argument, and mention that long_options needs to be terminated with a structure containing zeroes. Slightly modified version of patch from PR 30002 by Kailash Sethuraman. Bump date.
|
1.14 |
| 07-Aug-2003 |
agc | branches: 1.14.4; Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22280, verified by myself.
|
1.13 |
| 29-May-2003 |
kleink | KNF example: NULL vs. 0, space after switch.
|
1.12 |
| 16-Apr-2003 |
wiz | Use .In header.h instead of .Fd #include \*[Lt]header.h\*[Gt] Much easier to read and write, and supported by groff for ages. Okayed by ross.
|
1.11 |
| 02-Oct-2002 |
wiz | Grammar fixes and markup improvements.
|
1.10 |
| 02-Oct-2002 |
wiz | completely with only one "el".
|
1.9 |
| 01-Oct-2002 |
wiz | New sentence, new line. From Robert Elz.
|
1.8 |
| 03-Jun-2002 |
wiz | Fix SYNOPSIS, noted by Martin Macok on tech-userlevel.
|
1.7 |
| 07-Feb-2002 |
ross | branches: 1.7.2; generate & symbolically
|
1.6 |
| 07-Feb-2002 |
ross | Generate <>& symbolically.
|
1.5 |
| 16-Sep-2001 |
wiz | Drop unnecessary whitespace and .Pp, sort SEE ALSO, sort sections, and some minor fixes.
|
1.4 |
| 26-Nov-2000 |
wiz | branches: 1.4.2; Reorder sections to conform more to mdoc.samples; remove non-mdoc section header; fix two typos.
|
1.3 |
| 07-Apr-2000 |
wiz | small fixes; not yet complete
|
1.2 |
| 02-Apr-2000 |
christos | Remove sections relevant to getopt, and add implementation differences.
|
1.1 |
| 23-Jul-1999 |
mcr | getopt long functionality
|
1.4.2.5 |
| 18-Oct-2002 |
nathanw | Catch up to -current.
|
1.4.2.4 |
| 21-Jun-2002 |
nathanw | Catch up to -current.
|
1.4.2.3 |
| 22-Mar-2002 |
nathanw | Catch up to -current.
|
1.4.2.2 |
| 08-Mar-2002 |
nathanw | Catch up to -current.
|
1.4.2.1 |
| 08-Oct-2001 |
nathanw | Catch up to -current.
|
1.7.2.1 |
| 04-Jun-2002 |
lukem | Pull up revision 1.8 (requested by wiz in ticket #148): Fix SYNOPSIS, noted by Martin Macok on tech-userlevel.
|
1.14.4.1 |
| 07-May-2005 |
snj | Pull up revision 1.15 (requested by wiz in ticket #1432): Document index argument, and mention that long_options needs to be terminated with a structure containing zeroes. Slightly modified version of patch from PR 30002 by Kailash Sethuraman. Bump date.
|
1.19.6.1 |
| 10-Jun-2019 |
christos | Sync with HEAD
|
1.19.4.1 |
| 26-Dec-2018 |
pgoyette | Sync with HEAD, resolve a few conflicts
|