summaryrefslogtreecommitdiffstats
path: root/libc/stdlib/drand48-iter.c
Commit message (Collapse)AuthorAgeFilesLines
* BIG BIG commit: all left files merged from trunk [rev 22714]. Currenntly ↵Carmelo Amoroso2008-07-091-5/+4
| | | | NPTL sh4 port build and work fine. All committed to allow Khem Ray working on a working branch to integrate the ARM nptl port. MIPS nptl port not tested but should still building and working fine. There are some other part non yet merged with trunk (misc/internals and some headers file that need some more work). Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* Merge from trunk. Going pretty good so far. Kind of. Okay, not really."Steven J. Hill"2006-02-251-5/+7
|
* Merge from trunk."Steven J. Hill"2005-12-021-1/+1
|
* Kill the HAS_LONG_LONG option. It really did not make a lot ofEric Andersen2002-08-251-39/+0
| | | | | | sense to exclude it, gcc always supports long long, and we never fully excluded long long anyways (off64_t for example). -Erik
* Patch from Jarkko to fix drand48 to not use long long whenEric Andersen2002-08-151-0/+40
| | | | long long support is disabled in the uClibc Config.
* Cleanup some silly warningsEric Andersen2002-08-081-3/+1
|
* Merge in an ugly pile of rand* functions from glibc. :(Eric Andersen2002-03-131-0/+59