libtool/doc
Jim Pick 522aef6a38 Much as we have tried not to make it the callers' responsibility
to maintain an lt_dlrealloc function pointer, it is too difficult
to implement realloc as malloc/memcpy/free without knowing the
size of the original block.  rpl_realloc has been deprecated since
2002-10-30, but kaffe has real failures with that so it's time to
bite the bullet.  Caller gets to maintain lt_dlrealloc:

* NEWS (1.5.1): Updated.
* libltdl/ltdl.c (LT_DLREALLOC): Use lt_dlrealloc so the user can
update the function pointer to match lt_dlmalloc.
(lt_emalloc): Use lt_dlrealloc rather than hardcoding realloc.
* doc/libtool.texi (Libltdl interface): Describe lt_dlrealloc now
that it too has become part of the exported interface to libltdl.
2003-08-05 16:05:01 +00:00
..
.cvsignore added *.ps, as suggested by Erez Zadok 1999-03-25 23:44:24 +00:00
fdl.texi From vvv@vsu.ru: 2000-12-23 16:30:43 +00:00
libtool.texi Much as we have tried not to make it the callers' responsibility 2003-08-05 16:05:01 +00:00
Makefile.am From Nick Hudson <skrll@netbsd.org> 2001-04-08 00:29:06 +00:00
PLATFORMS * README: Remove "Important" information about patching automake. 2003-03-22 06:34:27 +00:00