Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | musl: add getopt support for non-option arguments | John Crispin | 2014-11-19 | 1 | -0/+43 |
| | | | | | | | | | | | | | | | 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: Gianluca Anzolin <gianluca@sottospazio.it> SVN-Revision: 43309 | ||||
* | musl: fix getopt optional argument processing | Felix Fietkau | 2014-10-21 | 1 | -0/+20 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43009 | ||||
* | musl: add a hack to rip out excessive iconv bloat | Felix Fietkau | 2014-05-28 | 1 | -0/+68 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40875 | ||||
* | musl: update to version 1.1.1 | Felix Fietkau | 2014-05-21 | 1 | -0/+11 |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40820 |