summaryrefslogtreecommitdiffstats
path: root/libc/unistd/getopt_int.h
Commit message (Collapse)AuthorAgeFilesLines
* - trim any trailing whitespaceBernhard Reutner-Fischer2008-07-231-1/+1
|
* shrink getopt a bit by using smallints. Run tested (busybox testsuite)Denis Vlasenko2008-06-061-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 Schmidt2008-06-051-16/+16
|
* getopt: do not needlessly use static structure.Denis Vlasenko2008-05-201-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. Mazinger2006-02-171-0/+132
size shrink 5%, hope it solves option parsing w/ busybox tar