OSDN Git Service

libc: fix strtoq
[uclinux-h8/uClibc.git] / libc / stdlib / random.c
2009-09-18 Bernhard Reutner... trim Experimentally off and uncommented hidden
2008-12-01 Denis Vlasenkorandom: use smaller data fields where appropriate
2008-11-20 Denis VlasenkoLast portion of libc_hidden_proto removal.
2006-12-07 Eric AndersenMajor cleanup of internal mutex locking. Be more consi...
2006-01-22 Peter S. MazingerEnable _GNU_SOURCE build wide, trying to get consistent...
2006-01-14 Peter S. Mazingermake DODEBUG=y happy, update sysdeps/common/* copyright
2006-01-14 Peter S. Mazingerhidden_def/hidden_proto: convert all users (I hope...
2005-12-09 Peter S. Mazingerhidden initstate_r and use
2005-12-06 Mike Frysingermacro out the thread funcs in libc if threading is...
2005-12-03 Peter S. MazingerHide setstate_r, test
2005-11-30 Mike Frysingerfix warning about __random() not being a prototype
2005-11-29 Peter S. MazingerHiding again
2003-12-27 Manuel Novoa III Fix a long-standing bug with pthreads. A couple of...
2002-03-19 Eric AndersenMerge glibc random, which gets us a much better RNG...
2001-06-12 Eric AndersenCleanup the toploevel makefile handing of shared libs...
2001-04-27 Eric AndersenAs noted by Michiel Thuys <michiel.thuys@intersil.com...
2001-03-22 Eric AndersenAdd in random(), make rand use that under the hood...