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. Oct 19, 2014
  8. Aug 02, 2014
  9. Jun 29, 2014
  10. Jun 12, 2014
  11. Jun 09, 2014
  12. Jun 07, 2014
  13. May 28, 2014
  14. May 21, 2014
  15. Mar 20, 2014
  16. Feb 26, 2014
  17. Feb 24, 2014
  18. Aug 10, 2013
  19. Jul 04, 2013
  20. May 09, 2013
  21. Apr 18, 2013
  22. Feb 26, 2013
  23. Jan 29, 2013
  24. Dec 10, 2012
  25. Nov 23, 2012
Loading