Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Kill the HAS_LONG_LONG option. It really did not make a lot of | Eric Andersen | 2002-08-25 | 1 | -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 when | Eric Andersen | 2002-08-15 | 1 | -0/+40 |
| | | | | long long support is disabled in the uClibc Config. | ||||
* | Cleanup some silly warnings | Eric Andersen | 2002-08-08 | 1 | -3/+1 |
| | |||||
* | Merge in an ugly pile of rand* functions from glibc. :( | Eric Andersen | 2002-03-13 | 1 | -0/+59 |