- 13 12月, 2014 1 次提交
-
-
由 Rich Felker 提交于
if argv permutation is used, the option terminator "--" should be moved before any skipped non-option arguments rather than being left in the argv tail where the caller will see and interpret it.
-
- 11 12月, 2014 3 次提交
-
-
由 Rich Felker 提交于
this is an undocumented feature of GNU getopt_long that the BSD version also mimics, and is reportedly needed by some programs.
-
由 Rich Felker 提交于
-
由 Rich Felker 提交于
-
- 03 12月, 2014 1 次提交
-
-
由 Gianluca Anzolin 提交于
this is a GNU extension, activated by including '-' as the first character of the options string, whereby non-option arguments are processed as if they were arguments to an option character '\1' rather than ending option processing.
-
- 01 10月, 2012 1 次提交
-
-
由 Rich Felker 提交于
based on proposed patches by Daniel Cegiełka, with minor changes: - use a weak symbol for optreset so it doesn't clash with namespace - also reset optpos (position in multi-option arg like -lR) - also make getopt_long support reset
-
- 07 9月, 2012 1 次提交
-
-
由 Rich Felker 提交于
previously, it was pretty much random which one of these trees a given function appeared in. they have now been organized into: src/linux: non-POSIX linux syscalls (possibly shard with other nixen) src/legacy: various obsolete/legacy functions, mostly wrappers src/misc: still mostly uncategorized; some misc POSIX, some nonstd src/crypt: crypt hash functions further cleanup will be done later.
-
- 14 4月, 2011 1 次提交
-
-
由 Rich Felker 提交于
-
- 12 2月, 2011 1 次提交
-
-
由 Rich Felker 提交于
-