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