Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-12-01 | random: use smaller data fields where appropriate | Denis Vlasenko | |
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 | |||
2008-11-20 | Last portion of libc_hidden_proto removal. | Denis Vlasenko | |
Appears to build fine (several .configs tried) | |||
2008-07-23 | - trim any trailing whitespace | Bernhard Reutner-Fischer | |
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 | make DODEBUG=y happy, update sysdeps/common/* copyright | Peter S. Mazinger | |
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-09 | hidden initstate_r and use | Peter S. Mazinger | |
2005-12-03 | Hide setstate_r, test | Peter S. Mazinger | |
2005-11-29 | Use __STDC__ syntax, no need for prototype if random_r is before srandom_r | Peter S. Mazinger | |
2005-11-29 | Hiding again | Peter S. Mazinger | |
2002-03-19 | Merge glibc random, which gets us a much better RNG and a | Eric Andersen | |
reentrant one as well. It is not much bigger than what we had, so... -Erik |