Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - trim any trailing whitespace | Bernhard Reutner-Fischer | 2008-07-23 | 1 | -1/+1 |
| | |||||
* | shrink getopt a bit by using smallints. Run tested (busybox testsuite) | Denis Vlasenko | 2008-06-06 | 1 | -16/+18 |
| | | | | | | | text data bss dec hex filename - 2403 12 40 2455 997 libc/unistd/getopt.o + 2388 12 28 2428 97c libc/unistd/getopt.o | ||||
* | Revert revision 22027 which totally broke getopt. | Bernd Schmidt | 2008-06-05 | 1 | -16/+16 |
| | |||||
* | getopt: do not needlessly use static structure. | Denis Vlasenko | 2008-05-20 | 1 | -16/+16 |
| | | | | | | | | | Reorder structure members and change some of them into smallints to reduce bss and text: text data bss dec hex filename - 2403 12 40 2455 997 libc/unistd/getopt.o + 2252 12 0 2264 8d8 libc/unistd/getopt.o | ||||
* | Take getopt from glibc, disable -W foo support as in the earlier version, ↵ | Peter S. Mazinger | 2006-02-17 | 1 | -0/+132 |
size shrink 5%, hope it solves option parsing w/ busybox tar |