Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove libgnumalloc. | phk | 1996-02-11 | 23 | -3185/+0 |
| | |||||
* | recording cvs-1.6 file death | peter | 1995-12-30 | 2 | -356/+0 |
| | |||||
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 3 | -10/+10 |
| | |||||
* | Last commit was slightly half-baked; try again. Use <sys/cdefs.h> to get | wollman | 1994-08-05 | 1 | -1/+1 |
| | | | | __P defined, rather than trying to do it ourselves. | ||||
* | Use __GNU_P ratherthan __P. | wollman | 1994-08-04 | 1 | -25/+25 |
| | |||||
* | Remove explicit specification of SHLIB major and minor nos. | csgr | 1994-05-27 | 1 | -3/+1 |
| | |||||
* | Update version to 1.0 | smace | 1993-12-28 | 1 | -2/+2 |
| | |||||
* | Added | paul | 1993-11-09 | 1 | -1/+4 |
| | | | | | SHLIB_MAJOR=0 SHLIB_MINOR=0 | ||||
* | merge free.c realloc.c into malloc.c so that all three are linked in | rich | 1993-10-19 | 2 | -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 info | rgrimes | 1993-09-24 | 25 | -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. |