Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-11-20 | Last portion of libc_hidden_proto removal. | Denis Vlasenko | |
Appears to build fine (several .configs tried) | |||
2008-11-18 | libc_hidden_proto removal, a few more functions | Denis Vlasenko | |
2008-07-23 | - trim any trailing whitespace | Bernhard Reutner-Fischer | |
2008-05-19 | Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block | Denis Vlasenko | |
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. | |||
2006-07-05 | update license | Mike Frysinger | |
2006-03-21 | stderr does not have hidden version anymore, disable it's use | Peter S. Mazinger | |
2006-02-27 | Add hidden version for susv3 getopt | Peter S. Mazinger | |
2006-02-17 | Remove hidden_data_def for opt* | Peter S. Mazinger | |
2006-02-03 | attribute_hidden is enough in the prototype, sync getopt-susv3 w/ gnu | Peter S. Mazinger | |
2006-02-03 | disable hidden_proto/def for __BCC__ generally | Peter S. Mazinger | |
2006-02-03 | Use internal versions of strchr and stderr for non-BCC | Peter S. Mazinger | |
2006-01-22 | Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ↵ | Peter S. Mazinger | |
is a useless attempt | |||
2006-01-14 | hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵ | Peter S. Mazinger | |
missing headers, other jump relocs removed | |||
2005-12-01 | Hide mostly used functions | Peter S. Mazinger | |
2003-09-08 | Add back in table-less ctype funcs for those interested in minimizing | Manuel Novoa III | |
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. |