Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1992-04-08 | Only redefine size_t and CHAR_BIT if they are not already defined. | Fred Fish | 1 | -3/+6 | |
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 | 1 | -17/+0 | |
even when __STDC__ is defined. This also causes the ugly malloc/realloc/etc kludge to go away. | |||||
1992-04-01 | Add kludge to work around broken <stdlib.h> in gcc installation on Suns. | Fred Fish | 1 | -0/+398 | |
Fixup some comments in mcalloc, mfree, mmalloc, and mrealloc. |