blob: 015c04d4a986a3dccbc0f0d797b63cec99b44a87 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
Sat Dec 6 22:50:03 1997 Ezra Peisach <epeisach@mit.edu>
* dyn_delete.c: Include <string.h>
Tue Dec 31 13:02:06 1996 Ezra Peisach <epeisach@mit.edu>
* configure.in, Makefile.in: Update to new library build procedure.
Mon Jul 22 21:37:52 1996 Ezra Peisach <epeisach@kangaroo.mit.edu>
* dyn.h: If __STDC__ is not defined, generate prototypes implying
functions and not variables.
Mon Jul 22 04:20:48 1996 Marc Horowitz <marc@mit.edu>
* dyn_insert.c (DynInsert): what used to be #ifdef POSIX, should
be #ifdef HAVE_MEMMOVE
Tue Jul 9 19:30:40 1996 Marc Horowitz <marc@mit.edu>
* configure.in (DEPLIBS): AC_SUBST() it, to hack around an
incorrect assumption in aclocal.m4
* Makefile.in (DONE): add rules and macros to support shared
libraries
|