Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | trim Experimentally off and uncommented hidden | Bernhard Reutner-Fischer | 2009-09-18 | 1 | -4/+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> | ||||
* | random: use smaller data fields where appropriate | Denis Vlasenko | 2008-12-01 | 1 | -5/+3 |
| | | | | | | | | | text data bss dec hex filename - 130 156 0 286 11e libc/stdlib/random.o + 130 148 0 278 116 libc/stdlib/random.o - 586 0 0 586 24a libc/stdlib/random_r.o + 570 0 0 570 23a libc/stdlib/random_r.o | ||||
* | Last portion of libc_hidden_proto removal. | Denis Vlasenko | 2008-11-20 | 1 | -4/+4 |
| | | | | | Appears to build fine (several .configs tried) | ||||
* | - trim any trailing whitespace | Bernhard Reutner-Fischer | 2008-07-23 | 1 | -1/+1 |
| | |||||
* | 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 | ||||
* | make DODEBUG=y happy, update sysdeps/common/* copyright | Peter S. Mazinger | 2006-01-14 | 1 | -4/+4 |
| | |||||
* | hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵ | Peter S. Mazinger | 2006-01-14 | 1 | -10/+14 |
| | | | | missing headers, other jump relocs removed | ||||
* | hidden initstate_r and use | Peter S. Mazinger | 2005-12-09 | 1 | -5/+2 |
| | |||||
* | Hide setstate_r, test | Peter S. Mazinger | 2005-12-03 | 1 | -1/+2 |
| | |||||
* | Use __STDC__ syntax, no need for prototype if random_r is before srandom_r | Peter S. Mazinger | 2005-11-29 | 1 | -62/+60 |
| | |||||
* | Hiding again | Peter S. Mazinger | 2005-11-29 | 1 | -5/+6 |
| | |||||
* | Merge glibc random, which gets us a much better RNG and a | Eric Andersen | 2002-03-19 | 1 | -0/+365 |
reentrant one as well. It is not much bigger than what we had, so... -Erik |