Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-01 | remove MJN only debug messages | Waldemar Brodkorb | |
2012-11-18 | Replace FSF snail mail address with URLs | Mike Frysinger | |
This matches a similar change made to glibc. No functional changes here. Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2011-03-10 | really fix missing __libc_drand48_data | Peter S. Mazinger | |
Signed-off-by: Peter S. Mazinger <ps.m@gmx.net> | |||
2011-03-10 | Revert "missing prototype of __libc_drand48_data fixed" | Peter S. Mazinger | |
This reverts commit e2cea9b9edabe885b9bf2586f9541ffb8fe93f3f. Signed-off-by: Peter S. Mazinger <ps.m@gmx.net> | |||
2011-03-10 | missing prototype of __libc_drand48_data fixed | Peter S. Mazinger | |
Signed-off-by: Peter S. Mazinger <ps.m@gmx.net> | |||
2011-03-09 | move prototype for __drand48_iterate and __libc_drand48_data to stdlib.h | Peter S. Mazinger | |
Move them to a common header guarded by _LIBC Signed-off-by: Peter S. Mazinger <ps.m@gmx.net> | |||
2008-05-20 | - note that __drand48_iterate should be void | Bernhard Reutner-Fischer | |
2008-05-20 | - remove old-style definitions. No object-code changes. | Bernhard Reutner-Fischer | |
2006-02-20 | sync minor touchups with glibc | Mike Frysinger | |
2006-01-26 | Get rid of missing prototype warnings | Peter S. Mazinger | |
2006-01-08 | hide internal __libc_drand48_data symbol | Mike Frysinger | |
2005-11-26 | Some more hidden internals | Peter S. Mazinger | |
2002-08-25 | Kill the HAS_LONG_LONG option. It really did not make a lot of | Eric Andersen | |
sense to exclude it, gcc always supports long long, and we never fully excluded long long anyways (off64_t for example). -Erik | |||
2002-08-15 | Patch from Jarkko to fix drand48 to not use long long when | Eric Andersen | |
long long support is disabled in the uClibc Config. | |||
2002-08-08 | Cleanup some silly warnings | Eric Andersen | |
2002-03-13 | Merge in an ugly pile of rand* functions from glibc. :( | Eric Andersen | |