summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* document largest possible value; netbsd pr#2338; from ↵deraadt1996-05-041-1/+7
| | | | banshee@gabriella.resort.com
* Substantially improve random number generation by using the largest primetholo1996-03-301-9/+21
| | | | | that fits inside 32 bits as the denominator; take care not to overflow. Regenerate initial seed after replacing the generator
* Add support for building lint(1) librarytholo1996-03-251-1/+5
|
* Cannot do operations on a void pointertholo1996-03-251-3/+4
|
* Add prototypes for internal functionstholo1996-03-254-28/+29
| | | | Change inline to __inline
* From NetBSD: merge of 960317niklas1996-03-192-5/+19
|
* realloc(ptr, 0) does not free; from seebs@taniemarie.solon.com;deraadt1996-01-291-2/+11
| | | | netbsd pr#1806
* from netbsd; Rearrange to avoid sign problems with GCC.deraadt1995-12-214-73/+115
|
* make first arg of strtod/strtoq constderaadt1995-12-141-3/+3
|
* error in system(3) man page from John Kohlderaadt1995-11-011-2/+2
|
* initial import of NetBSD treederaadt1995-10-1879-0/+10218