Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-07-23 | - trim any trailing whitespace | Bernhard Reutner-Fischer | |
2008-06-06 | shrink getopt a bit by using smallints. Run tested (busybox testsuite) | Denis Vlasenko | |
text data bss dec hex filename - 2403 12 40 2455 997 libc/unistd/getopt.o + 2388 12 28 2428 97c libc/unistd/getopt.o | |||
2008-06-05 | Revert revision 22027 which totally broke getopt. | Bernd Schmidt | |
2008-05-20 | getopt: do not needlessly use static structure. | Denis Vlasenko | |
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 | |||
2006-02-17 | Take getopt from glibc, disable -W foo support as in the earlier version, ↵ | Peter S. Mazinger | |
size shrink 5%, hope it solves option parsing w/ busybox tar |