libtool-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVSROOT: /cvsroot/libtool


From: Gary V. Vaughan
Subject: CVSROOT: /cvsroot/libtool
Date: Tue, 05 Aug 2003 12:29:48 -0400

Module name:    libtool
Branch:         branch-1-5
Changes by:     Gary V. Vaughan <address@hidden>        03/08/05 12:29:48
Reply-to: address@hidden

CVSROOT:        /cvsroot/libtool
Module name:    libtool
Branch:         branch-1-5
Changes by:     Gary V. Vaughan <address@hidden>        03/08/05 12:29:48

Modified files:
        .              : ChangeLog NEWS 
        doc            : libtool.texi 
        libltdl        : ltdl.c 

Log message:
        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.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/libtool/libtool/.diff?only_with_tag=branch-1-5&tr1=ChangeLog&tr2=1.1220.2.25&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/libtool/libtool/.diff?only_with_tag=branch-1-5&tr1=NEWS&tr2=1.109.2.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/libtool/libtool/doc/.diff?only_with_tag=branch-1-5&tr1=libtool.texi&tr2=1.134.2.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/libtool/libtool/libltdl/.diff?only_with_tag=branch-1-5&tr1=ltdl.c&tr2=1.174.2.4&r1=text&r2=text





reply via email to

[Prev in Thread] Current Thread [Next in Thread]