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