Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - whitespace cleanup; no obj-code changes | Bernhard Reutner-Fischer | 2008-12-29 | 1 | -1/+1 |
| | |||||
* | Last portion of libc_hidden_proto removal. | Denis Vlasenko | 2008-11-20 | 1 | -0/+2 |
| | | | | | Appears to build fine (several .configs tried) | ||||
* | Add Rich Felker's getopt_long to be used in conjunction w/ the SuSv3 getopt | Peter S. Mazinger | 2006-02-27 | 1 | -1/+1 |
| | |||||
* | getopt_long[_only] visible only if GNU getopt used | Peter S. Mazinger | 2006-02-03 | 1 | -0/+2 |
| | |||||
* | as psm points out, we need to use bits/getopt.h in unistd.h since getopt.h ↵ | Mike Frysinger | 2005-11-15 | 1 | -0/+2 |
| | | | | wont exist if user disables the option | ||||
* | sync getopt headers with glibc | Mike Frysinger | 2005-11-15 | 1 | -11/+26 |
| | |||||
* | Add back in table-less ctype funcs for those interested in minimizing | Manuel Novoa III | 2003-09-08 | 1 | -0/+162 |
static build sizes and not needing wchar support. Add in a SUSv3 getopt as an option for those not needing gnu getopt. Again, mainly for the static linking crowd. |