Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1992-04-07 | Get rid of the other half of the ugly kludge as well... | Fred Fish | 1 | -5/+0 | |
1992-04-07 | Get rid of include of <stdlib.h>, which is not guaranteed to be present | Fred Fish | 2 | -17/+5 | |
even when __STDC__ is defined. This also causes the ugly malloc/realloc/etc kludge to go away. | |||||
1992-04-06 | * detach.c (mmalloc_detach): Arg should be PTR, not void *. | Stu Grossman | 1 | -0/+5 | |
Fixes complaints from non __STDC__ systems. | |||||
1992-04-01 | Add kludge to work around broken <stdlib.h> in gcc installation on Suns. | Fred Fish | 3 | -0/+736 | |
Fixup some comments in mcalloc, mfree, mmalloc, and mrealloc. | |||||
1992-03-27 | Document requirements for calling mmcheck to install corruption checking | Fred Fish | 3 | -0/+412 | |
hooks and set up to enforce the requirements. However, we still allow unconditional installation until some complications are resolved. | |||||
1992-03-25 | added standard targets, fixed install directories | K. Richard Pixley | 1 | -0/+4 | |
1992-03-15 | New memory malloc malloc library, based on GNU malloc. | Fred Fish | 15 | -0/+3018 | |