summaryrefslogtreecommitdiff
path: root/libc/unistd/getopt_int.h
AgeCommit message (Collapse)Author
2012-11-18Replace FSF snail mail address with URLsMike Frysinger
This matches a similar change made to glibc. No functional changes here. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2008-07-23- trim any trailing whitespaceBernhard Reutner-Fischer
2008-06-06shrink 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-05Revert revision 22027 which totally broke getopt.Bernd Schmidt
2008-05-20getopt: 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-17Take 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