summaryrefslogtreecommitdiff
path: root/gnu/lib/libmalloc/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* $Id$ -> $FreeBSD$Peter Wemm1999-09-051-1/+1
| | | | Notes: svn path=/stable/2.1/; revision=50952
* Remove explicit specification of SHLIB major and minor nos.Geoff Rehmet1994-05-271-3/+1
| | | | Notes: svn path=/head/; revision=1583
* Update version to 1.0Scott Mace1993-12-281-2/+2
| | | | Notes: svn path=/head/; revision=916
* AddedPaul Richards1993-11-091-1/+4
| | | | | | | | SHLIB_MAJOR=0 SHLIB_MINOR=0 Notes: svn path=/head/; revision=743
* merge free.c realloc.c into malloc.c so that all three are linked inRich Murphey1993-10-191-2/+2
| | | | | | | | | | | | if any are referenced. libc's malloc.o contains malloc(), free() and realloc(). And libc refers to realloc which will cause the linker to pull in redundant malloc() and free() definitions from malloc.o if it isn't already linked in from GNU malloc. Rich Notes: svn path=/head/; revision=636
* This is gnu lib malloc from NetBSD verbatium, here is the version infoRodney W. Grimes1993-09-241-0/+11
that Chris created: this version of GNU malloc was obtained from prep.ai.mit.edu on 9/22/1993. There was no version noted. Notes: svn path=/head/; revision=501