summaryrefslogtreecommitdiffstats
path: root/gnu/lib/libmalloc
Commit message (Collapse)AuthorAgeFilesLines
* Remove libgnumalloc.phk1996-02-1123-3185/+0
|
* recording cvs-1.6 file deathpeter1995-12-302-356/+0
|
* Remove trailing whitespace.rgrimes1995-05-303-10/+10
|
* Last commit was slightly half-baked; try again. Use <sys/cdefs.h> to getwollman1994-08-051-1/+1
| | | | __P defined, rather than trying to do it ourselves.
* Use __GNU_P ratherthan __P.wollman1994-08-041-25/+25
|
* Remove explicit specification of SHLIB major and minor nos.csgr1994-05-271-3/+1
|
* Update version to 1.0smace1993-12-281-2/+2
|
* Addedpaul1993-11-091-1/+4
| | | | | SHLIB_MAJOR=0 SHLIB_MINOR=0
* merge free.c realloc.c into malloc.c so that all three are linked inrich1993-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
* This is gnu lib malloc from NetBSD verbatium, here is the version inforgrimes1993-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.
OpenPOWER on IntegriCloud