libtool-commit
[Top][All Lists]
Advanced

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

libtool ./ChangeLog ./ltdl.m4 libltdl/configure...


From: Gary V. Vaughan
Subject: libtool ./ChangeLog ./ltdl.m4 libltdl/configure...
Date: Tue, 31 Jul 2001 23:50:17 -0700

CVSROOT:        /cvsroot/libtool
Module name:    libtool
Changes by:     Gary V. Vaughan <address@hidden>        01/07/31 23:50:16

Modified files:
        .              : ChangeLog ltdl.m4 
        libltdl        : configure.ac ltdl.c ltdl.h 

Log message:
        * ltdl.m4: Bump serial number.
        General reformat and tify up in line with Autoconf-2.50 support.
        (AC_LTDL_FUNC_ARGZ): Test for system implementations of a
        handful of argz API calls, the error_t type, and the argz.h
        header.
        * libltdl/configure.ac (AM_INIT_AUTOMAKE): Bump version number.
        * libltdl/ltdl.c (rpl_argz_append, rpl_argz_create_sep.
        rpl_argz_insert, rpl_rgz_next):  Fallback implementations of
        the similarly named functions for machines that don;t use glibc.
        (lt_dlrealloc):  New memory function pointer that can be set by
        the client.  Defaults to rpl_realloc, which in turn uses only
        lt_dlmalloc and lt_dlfree.
        (LT_EMALLOC, LT_EREALLOC): Set internal out-of-memory error
        inside the functions called by these new macros.  Simplified all
        callers by removing explicit client error reporting.
        (memmove):  Fallback implementation of overlap safe memory copy
        function.
        (tryall_dlopen):  Factorized common code into...
        (tryall_dlopen_module): ...this new helper function.
        (canonicalize_path):  Changed function signature to return success
        or failure.  Updated all callers.
        (foreachfile_callback):  Make use of argz API.
        (LT_DLSTRLEN): Moved from here...
        * libltdl/ltdl.h (LT_STRLEN): ...to here.  Updated all callers.
        (lt_dlrealloc):  Declare new memory management handle.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/libtool/libtool/ChangeLog.diff?tr1=1.999&tr2=1.1000&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/libtool/libtool/ltdl.m4.diff?tr1=1.28&tr2=1.29&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/libtool/libtool/libltdl/configure.ac.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/libtool/libtool/libltdl/ltdl.c.diff?tr1=1.141&tr2=1.142&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/libtool/libtool/libltdl/ltdl.h.diff?tr1=1.55&tr2=1.56&r1=text&r2=text




reply via email to

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