summaryrefslogtreecommitdiff
path: root/gnu/lib/libmalloc
AgeCommit message (Collapse)Author
1995-04-29if NetBSD, include sys/cdefs.h and don't define __P here.cgd
1995-04-23changes to make the src/gnu code compile happily on the alpha:cgd
Mostly casts here and there to kill warnings or bugs. occasional addition of prototypes and/or changes to bring protos into scope.
1994-09-18Can't do `#ifdef BSD' unless we've pulled in <sys/param.h>deraadt
1993-11-08add shlib_version file, with version 0.0cgd
1993-10-26combine malloc, free, and realloc into one file, because that's whatcgd
libc does, and we don't want things to get screwed up at link-time.
1993-09-23add gnu malloc library. to use, -lgnumalloc (same style as -lgnuregex)cgd