summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib
AgeCommit message (Collapse)Author
1996-05-04document largest possible value; netbsd pr#2338; from ↵Theo de Raadt
banshee@gabriella.resort.com
1996-03-30Substantially improve random number generation by using the largest primeThorsten Lockert
that fits inside 32 bits as the denominator; take care not to overflow. Regenerate initial seed after replacing the generator
1996-03-25Add support for building lint(1) libraryThorsten Lockert
1996-03-25Cannot do operations on a void pointerThorsten Lockert
1996-03-25Add prototypes for internal functionsThorsten Lockert
Change inline to __inline
1996-03-19From NetBSD: merge of 960317Niklas Hallqvist
1996-01-29realloc(ptr, 0) does not free; from seebs@taniemarie.solon.com;Theo de Raadt
netbsd pr#1806
1995-12-21from netbsd; Rearrange to avoid sign problems with GCC.Theo de Raadt
1995-12-14make first arg of strtod/strtoq constTheo de Raadt
1995-11-01error in system(3) man page from John KohlTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt