Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | trim Experimentally off and uncommented hidden | Bernhard Reutner-Fischer | 2009-09-18 | 1 | -5/+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 | -2/+2 |
| | | | | | Appears to build fine (several .configs tried) | ||||
* | Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block | Denis Vlasenko | 2008-05-19 | 1 | -3/+3 |
| | | | | | | | | | 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. | ||||
* | hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵ | Peter S. Mazinger | 2006-01-14 | 1 | -8/+13 |
| | | | | missing headers, other jump relocs removed | ||||
* | Complete split of all the string functions. Hope haven't broken too much. ↵ | Peter S. Mazinger | 2006-01-03 | 1 | -9/+45 |
| | | | | wcscoll/strcoll needs some love ... | ||||
* | Hide some of mem* and str* | Peter S. Mazinger | 2005-11-27 | 1 | -2/+2 |
| | |||||
* | Correct Warning: function declaration isn't a prototype | Peter S. Mazinger | 2005-11-15 | 1 | -2/+2 |
| | |||||
* | Split up wstring.c and use attribute_hidden | Peter S. Mazinger | 2005-11-14 | 1 | -0/+19 |
| | |||||
* | Cleanup the mess, remove now obsolete files | Eric Andersen | 2002-06-12 | 1 | -53/+0 |
| | | | | -Erik | ||||
* | Use public interface, not a glibc style private one | Eric Andersen | 2002-01-06 | 1 | -3/+1 |
| | | | | -Erik | ||||
* | Cleanup the toploevel makefile handing of shared libs. Add weak_alias | Eric Andersen | 2001-06-12 | 1 | -1/+1 |
| | | | | | | define, and set things up so nasty old coff toolchains can now compile things and should actually work again. -Erik | ||||
* | Added __strtok_r function. Change strtok to a wrapper around __strtok_r and | Manuel Novoa III | 2001-03-01 | 1 | -0/+55 |
add a weak alias of __strtok_r for strtok_r since optional. Also reduced code size. |