OSDN Git Service

buildsys: switch libc to kbuild-style
[uclinux-h8/uClibc.git] / libc / stdlib / arc4random.c
2012-06-15 Peter S. Mazingerupdate arc4random from bug #885
2012-06-15 Peter S. Mazingerarc4random.c: replace a comment
2012-06-15 Peter S. Mazingerstdlib.h, arc4random.c: fix arc4random return type...
2012-06-15 Peter S. Mazingerarc4random.c: use smallint for rs_initialized
2012-06-15 Peter S. Mazingerarc4random.c: move arc4_getbyte up
2011-04-06 Carmelo AmorosoMerge remote-tracking branch 'origin/master' into prelink
2011-03-09 Peter S. Mazingerarc4random.c, stdlib.h: get rid of hidden arc4random_stir
2011-03-03 Peter S. Mazingerstyle update
2009-09-18 Denys Vlasenkoconvert // comments to /**/; remove empty #if/#endif...
2009-09-18 Bernhard Reutner... trim Experimentally off and uncommented hidden
2008-11-20 Denis VlasenkoLast portion of libc_hidden_proto removal.
2008-11-20 Denis Vlasenkonext portion of libc_hidden_proto removal
2008-11-18 Denis Vlasenkolibc_hidden_proto removal, just a few functions
2008-07-23 Bernhard Reutner... - fix inline keyword
2006-02-13 Peter S. MazingerDon't compile arc4random if option not set
2006-02-08 Mike Frysingerjanlana writes in Bug 700: use standard uint* types...
2006-01-17 Peter S. Mazingercorrect prototypes and 1 reloc less
2006-01-14 Peter S. Mazingeradapt to new hidden
2006-01-08 Mike Frysingerimport the arc4random() function by ashes in Bug 90