Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | convert // comments to /**/; remove empty #if/#endif pairs. no code changes | Denys Vlasenko | 2009-09-18 | 1 | -5/+0 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | trim Experimentally off and uncommented hidden | Bernhard Reutner-Fischer | 2009-09-18 | 1 | -2/+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> | ||||
* | fix compilation of linuxthreads for sparc | austinf | 2009-03-18 | 1 | -0/+4 |
| | | | | add myself to MAINTAINERS for sparc | ||||
* | libc_hidden_proto removal, just a few functions | Denis Vlasenko | 2008-11-18 | 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. | ||||
* | Add back XLOCALE for hidden uselocale | Peter S. Mazinger | 2006-03-09 | 1 | -1/+1 |
| | |||||
* | Not the best idea moving libc_hidden_proto to uClibc_glue.h | Peter S. Mazinger | 2006-03-09 | 1 | -0/+4 |
| | |||||
* | Move __clone/__uselocale to uClibc_glue.h | Peter S. Mazinger | 2006-03-09 | 1 | -5/+2 |
| | |||||
* | pt-allocrtsig.c is irrelevant for now, remove related too, add ↵ | Peter S. Mazinger | 2006-01-31 | 1 | -2/+9 |
| | | | | libc_hidden_proto from old version | ||||
* | initial import of latest linuxthreads | Mike Frysinger | 2006-01-31 | 1 | -0/+47 |