summaryrefslogtreecommitdiff
path: root/gnu/lib/libmalloc
AgeCommit message (Collapse)Author
1999-02-13convert from NOxxx= to MKxxx=no.lukem
include <bsd.own.mk> if testing a MKxxx variable.
1998-08-28Add NetBSD rcsids.tv
1997-10-25use CPPFLAGS instead of CFLAGSlukem
1996-01-05Fix really rediculous typo I introduced.thorpej
1996-01-01Use getrlimit() instead of vlimit(), like BSD/OS and OSF/1 do.thorpej
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