Skip to content
Snippets Groups Projects
  1. 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
  2. Oct 21, 2014
  3. Oct 19, 2014
  4. Aug 02, 2014
  5. Jun 29, 2014
  6. Jun 12, 2014
  7. Jun 09, 2014
  8. Jun 07, 2014
  9. May 28, 2014
  10. May 21, 2014
  11. Mar 20, 2014
  12. Feb 26, 2014
  13. Feb 24, 2014
  14. Aug 10, 2013
  15. Jul 04, 2013
  16. May 09, 2013
  17. Apr 18, 2013
  18. Feb 26, 2013
  19. Jan 29, 2013
  20. Dec 10, 2012
  21. Nov 23, 2012
Loading