summaryrefslogtreecommitdiffstats
path: root/libc/stdlib/random_r.c
Commit message (Collapse)AuthorAgeFilesLines
* trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer2009-09-181-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 appropriateDenis Vlasenko2008-12-011-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 Vlasenko2008-11-201-4/+4
| | | | | Appears to build fine (several .configs tried)
* - trim any trailing whitespaceBernhard Reutner-Fischer2008-07-231-1/+1
|
* Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ↵Peter S. Mazinger2006-01-221-1/+0
| | | | is a useless attempt
* make DODEBUG=y happy, update sysdeps/common/* copyrightPeter S. Mazinger2006-01-141-4/+4
|
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵Peter S. Mazinger2006-01-141-10/+14
| | | | missing headers, other jump relocs removed
* hidden initstate_r and usePeter S. Mazinger2005-12-091-5/+2
|
* Hide setstate_r, testPeter S. Mazinger2005-12-031-1/+2
|
* Use __STDC__ syntax, no need for prototype if random_r is before srandom_rPeter S. Mazinger2005-11-291-62/+60
|
* Hiding againPeter S. Mazinger2005-11-291-5/+6
|
* Merge glibc random, which gets us a much better RNG and aEric Andersen2002-03-191-0/+365
reentrant one as well. It is not much bigger than what we had, so... -Erik