summaryrefslogtreecommitdiffstats
path: root/libc/unistd/getopt-susv3.c
Commit message (Collapse)AuthorAgeFilesLines
* trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer2009-09-181-3/+0
| | | | | | | | sed -i -e '/Experimentally off - /d' $(grep -rl "Experimentally off - " *) sed -i -e '/^\/\*[[:space:]]*libc_hidden_proto(/d' $(grep -rl "libc_hidden_proto" *) should be a nop Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* Last portion of libc_hidden_proto removal.Denis Vlasenko2008-11-201-1/+1
| | | | | Appears to build fine (several .configs tried)
* libc_hidden_proto removal, a few more functionsDenis Vlasenko2008-11-181-1/+1
|
* - trim any trailing whitespaceBernhard Reutner-Fischer2008-07-231-1/+1
|
* Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL blockDenis Vlasenko2008-05-191-1/+1
| | | | | | | | | in string.h and strings.h. This caught unguarded string ops in libc/inet/ethers.c __ether_line_w() function. I will wait for fallout reports for a week or so, then continue converting more libc_hidden_proto's.
* update licenseMike Frysinger2006-07-051-13/+1
|
* stderr does not have hidden version anymore, disable it's usePeter S. Mazinger2006-03-211-1/+0
|
* Add hidden version for susv3 getoptPeter S. Mazinger2006-02-271-0/+2
|
* Remove hidden_data_def for opt*Peter S. Mazinger2006-02-171-8/+0
|
* attribute_hidden is enough in the prototype, sync getopt-susv3 w/ gnuPeter S. Mazinger2006-02-031-0/+9
|
* disable hidden_proto/def for __BCC__ generallyPeter S. Mazinger2006-02-031-2/+0
|
* Use internal versions of strchr and stderr for non-BCCPeter S. Mazinger2006-02-031-1/+5
|
* Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ↵Peter S. Mazinger2006-01-221-1/+0
| | | | is a useless attempt
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵Peter S. Mazinger2006-01-141-0/+2
| | | | missing headers, other jump relocs removed
* Hide mostly used functionsPeter S. Mazinger2005-12-011-1/+1
|
* Add back in table-less ctype funcs for those interested in minimizingManuel Novoa III2003-09-081-0/+133
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.