ginsbach 15b661abe9 Fix several end cases:
o If a long option looks like an ambiguous abbreviation of two or more long
  options, but all the possible interpretations would return the same
  value, then just return that value without complaining that it's
  ambiguous.

o If a long option could be interpreted either as an exact match for one
  long option, or as an abbreviation for one or more other long options,
  then treat it as the exact match.

These changes align NetBSD's getopt_long(3) with the current behavior of
GNU getopt_long(3), the de facto standard, and FreeBSD's getopt_long(3).
2007-07-05 16:05:40 +00:00
..
2007-04-29 20:23:34 +00:00
2007-04-24 15:42:08 +00:00
2007-03-30 20:23:03 +00:00
2007-03-30 20:23:03 +00:00
2007-05-26 13:14:13 +00:00
2007-03-30 20:23:03 +00:00
2007-06-09 18:51:19 +00:00
2007-07-05 16:05:40 +00:00
2007-06-03 17:36:08 +00:00