Skip to content
Snippets Groups Projects
  1. May 25, 2015
  2. Mar 28, 2015
  3. Jan 15, 2015
  4. Jan 11, 2015
  5. Nov 19, 2014
    • John Crispin's avatar
      musl: add getopt support for non-option arguments · d49f9039
      John Crispin authored
      
      musl libc doesn't support the GNU getopt extension to parse non-option
      arguments when the optstring starts with '-'.
      
      This extension is used by some utilities, notably iptables, that
      currently return with errors even with perfectly valid invocations.
      
      The patch adds the code needed by getopt.c and getopt_long.c to
      implement that extension.
      
      Signed-off-by: default avatarGianluca Anzolin <gianluca@sottospazio.it>
      
      SVN-Revision: 43309
      d49f9039
  6. Oct 21, 2014
  7. May 28, 2014
  8. May 21, 2014
Loading