summaryrefslogtreecommitdiff
path: root/libc/stdlib/drand48-iter.c
AgeCommit message (Expand)Author
2016-06-01remove MJN only debug messagesWaldemar Brodkorb
2012-11-18Replace FSF snail mail address with URLsMike Frysinger
2011-03-10really fix missing __libc_drand48_dataPeter S. Mazinger
2011-03-10Revert "missing prototype of __libc_drand48_data fixed"Peter S. Mazinger
2011-03-10missing prototype of __libc_drand48_data fixedPeter S. Mazinger
2011-03-09move prototype for __drand48_iterate and __libc_drand48_data to stdlib.hPeter S. Mazinger
2008-05-20- note that __drand48_iterate should be voidBernhard Reutner-Fischer
2008-05-20- remove old-style definitions. No object-code changes.Bernhard Reutner-Fischer
2006-02-20sync minor touchups with glibcMike Frysinger
2006-01-26Get rid of missing prototype warningsPeter S. Mazinger
2006-01-08hide internal __libc_drand48_data symbolMike Frysinger
2005-11-26Some more hidden internalsPeter S. Mazinger
2002-08-25Kill the HAS_LONG_LONG option. It really did not make a lot ofEric Andersen
2002-08-15Patch from Jarkko to fix drand48 to not use long long whenEric Andersen
2002-08-08Cleanup some silly warningsEric Andersen
2002-03-13Merge in an ugly pile of rand* functions from glibc. :(Eric Andersen