aboutsummaryrefslogtreecommitdiff
path: root/gnu/lib/libmalloc
Commit message (Collapse)AuthorAgeFilesLines
* Remove libgnumalloc.Poul-Henning Kamp1996-02-1123-3185/+0
| | | | Notes: svn path=/head/; revision=14031
* recording cvs-1.6 file deathPeter Wemm1995-12-302-356/+0
| | | | Notes: svn path=/cvs2svn/branches/ATT/; revision=13122
* Remove trailing whitespace.Rodney W. Grimes1995-05-303-10/+10
| | | | Notes: svn path=/head/; revision=8858
* Last commit was slightly half-baked; try again. Use <sys/cdefs.h> to getGarrett Wollman1994-08-051-1/+1
| | | | | | | __P defined, rather than trying to do it ourselves. Notes: svn path=/head/; revision=1876
* Use __GNU_P ratherthan __P.Garrett Wollman1994-08-041-25/+25
| | | | Notes: svn path=/head/; revision=1842
* 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-192-2/+306
| | | | | | | | | | | | 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-2425-0/+3236
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