libtool-commit
[Top][All Lists]
Advanced

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

libtool--gary--1.0--patch-3


From: Gary V. Vaughan
Subject: libtool--gary--1.0--patch-3
Date: Thu, 8 Apr 2004 14:18:19 +0100 (BST)
User-agent: mailnotify/0.3

Tree version:   address@hidden/libtool--devo--1.0
CVSROOT:        /cvsroot/libtool
TIMESTAMP:      1.1471 2004/04/08 13:06:16
Module name:    /cvsroot/libtool/libtool
Changes by:     Gary V. Vaughan <address@hidden>                        

Log Message:
        Factor out the bottom portability layer from ltdl.  Code in this
        layer has global symbols renamed by lt__pre89.h, and may not
        refer to any symbols except those provided by the system libraries
        or other code in the portability layer:

        * libltdl/lt__pre89.h: New file.  Rename all the symbols from
        LTLIBOBJS into the lt__ namespace so that they don't clash with
        other libraries.
        * libltdl/ltdl.c (rpl_memcpy, rpl_memmove, rpl_strchr, rpl_strcmp)
        (rpl_strrchr): Moved from here...
        * libltdl/memcpy.c (memcpy): ...to here, and fixed void *
        dereference bug...
        * libltdl/memmove.c (memmove): ...to here, and fixed void *
        dereference bug...
        * libltdl/strchr.c (strchr): ...to here...
        * libltdl/strcmp.c (strcmp): ...here...
        * libltdl/strrchr.c (strrchr): ...and here.
        * libltdl/Makefile.am (libltdl_la_SOURCES): Add lt__pre89.h.
        (libltdl_la_LIBADD, libltdlc_la_LIBADD): Add $(LTLIBOBJS).
        (ltdldata_DATA): Add replacement sources files.
        * m4/ltdl.m4 (AC_LIB_LTDL): Do careful config.h and LTLIBOBJ
        setting for missing pre89 functions.
-- 
Gary V. Vaughan      ())_.  address@hidden,gnu.org}
Research Scientist   ( '/   http://tkd.kicks-ass.net
GNU Hacker           / )=   http://www.gnu.org/software/libtool
Technical Author   `(_~)_   http://sources.redhat.com/autobook
__________________________________________________________
This commit notification generated by tlaapply version 0.5
http://tkd.kicks-ass.net/arch/address@hidden/cvs-utils--tla--1.0




reply via email to

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