summaryrefslogtreecommitdiff
path: root/libc/stdlib/random_r.c
AgeCommit message (Expand)Author
2009-09-18trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer
2008-12-01random: use smaller data fields where appropriateDenis Vlasenko
2008-11-20Last portion of libc_hidden_proto removal.Denis Vlasenko
2008-07-23- trim any trailing whitespaceBernhard Reutner-Fischer
2006-01-22Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ...Peter S. Mazinger
2006-01-14make DODEBUG=y happy, update sysdeps/common/* copyrightPeter S. Mazinger
2006-01-14hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger
2005-12-09hidden initstate_r and usePeter S. Mazinger
2005-12-03Hide setstate_r, testPeter S. Mazinger
2005-11-29Use __STDC__ syntax, no need for prototype if random_r is before srandom_rPeter S. Mazinger
2005-11-29Hiding againPeter S. Mazinger
2002-03-19Merge glibc random, which gets us a much better RNG and aEric Andersen