index
:
uclibc-ng.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libc
/
stdlib
/
random.c
Age
Commit message (
Expand
)
Author
2009-09-18
trim Experimentally off and uncommented hidden
Bernhard Reutner-Fischer
2008-12-01
random: use smaller data fields where appropriate
Denis Vlasenko
2008-11-20
Last portion of libc_hidden_proto removal.
Denis Vlasenko
2006-12-07
Major cleanup of internal mutex locking. Be more consistant in how we do
Eric Andersen
2006-01-22
Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ...
Peter S. Mazinger
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 m...
Peter S. Mazinger
2005-12-09
hidden initstate_r and use
Peter S. Mazinger
2005-12-06
macro out the thread funcs in libc if threading is disabled
Mike Frysinger
2005-12-03
Hide setstate_r, test
Peter S. Mazinger
2005-11-30
fix warning about __random() not being a prototype
Mike Frysinger
2005-11-29
Hiding again
Peter S. Mazinger
2003-12-27
Fix a long-standing bug with pthreads. A couple of linuxthreads files
Manuel Novoa III
2002-03-19
Merge glibc random, which gets us a much better RNG and a
Eric Andersen
2001-06-12
Cleanup the toploevel makefile handing of shared libs. Add weak_alias
Eric Andersen
2001-04-27
As noted by Michiel Thuys <michiel.thuys@intersil.com>, the weak alias for
Eric Andersen
2001-03-22
Add in random(), make rand use that under the hood. Fix the
Eric Andersen