paul
b77e0b81ad
Added
...
SHLIB_MAJOR=0
SHLIB_MINOR=0
1993-11-09 20:25:14 +00:00
rich
5e95a8816c
merge free.c realloc.c into malloc.c so that all three are linked in
...
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
1993-10-19 18:22:37 +00:00
rgrimes
509c338632
This is gnu lib malloc from NetBSD verbatium, here is the version info
...
that Chris created:
this version of GNU malloc was obtained from prep.ai.mit.edu on
9/22/1993. There was no version noted.
1993-09-24 13:03:39 +00:00
rgrimes
85912886f5
Changed install -o root -g bin to -o ${BINOWN} -g ${BINGRP} on the header
...
install commands to be consistent with other header files.
1993-08-23 05:26:19 +00:00
rgrimes
75bdcbe3df
Changed afterintall: target to beforeinstall: so that it is easy to get
...
the regex.h header file installed.
1993-08-08 04:38:56 +00:00
conklin
5e0c8d9ee2
GNU Regex 0.12
1993-07-30 20:16:53 +00:00