summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/calloc.c
AgeCommit message (Expand)Author
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-07-31permit calloc(0, N) and calloc(N, 0) -- malloc(0) does the right thing; marku...Theo de Raadt
2002-07-30return failure if integer overflow happens. sigh; too people had toTheo de Raadt
1999-11-10calloc() needs to be separate from malloc in case a user wants to haveTodd C. Miller
1999-11-09Move calloc() into malloc.c and only zero out the area if malloc()Todd C. Miller
1996-08-20Cleaner.Jason Downs
1996-08-19Fix RCS idsThorsten Lockert
1995-10-18initial import of NetBSD treeTheo de Raadt