summaryrefslogtreecommitdiffstats
path: root/libc/stdlib/rand.c
Commit message (Collapse)AuthorAgeFilesLines
* trim Experimentally off and uncommented hiddenAustin Foxley2009-09-181-1/+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: Austin Foxley <austinf@cetoncorp.com>
* Synch with trunk @ 24242Carmelo Amoroso2008-12-031-3/+2
| | | | | Step 18: some more synch: hidden_proto, size reduction and signal handling changes.
* Synch with trunk @ 24165Carmelo Amoroso2008-11-271-1/+1
| | | | | Step 17: libc_hidden_proto removal (almost all). and other minor changes (inline keyword, extra character)
* Merge from trunk."Steven J. Hill"2006-08-221-20/+8
|
* Merge from trunk. Going pretty good so far. Kind of. Okay, not really."Steven J. Hill"2006-02-251-2/+2
|
* Merge from trunk."Steven J. Hill"2005-12-021-0/+2
|
* As noted by Michiel Thuys <michiel.thuys@intersil.com>, the weak alias forEric Andersen2001-04-271-2/+0
| | | | | srand was in the wrong file, causing rand.o to be needlessly included in some cases.
* Add in random(), make rand use that under the hood. Fix theEric Andersen2001-03-221-56/+21
| | | | include file so folks know random is now there.
* Bug ugly formatting updateEric Andersen2000-10-091-11/+13
|
* Lots and lots of cleanups.Eric Andersen2000-07-061-1/+1
| | | | -Erik
* Initial revision0_9_1Erik Andersen2000-05-141-0/+61