libtool-commit
[Top][All Lists]
Advanced

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

libtool ./ChangeLog ./NEWS doc/libtool.texi lib...


From: Gary V. Vaughan
Subject: libtool ./ChangeLog ./NEWS doc/libtool.texi lib...
Date: Fri, 23 Feb 2001 14:58:21 -0800

CVSROOT:        /cvsroot/libtool
Module name:    libtool
Changes by:     Gary V. Vaughan <address@hidden>        01/02/23 14:58:21

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

Log message:
        * NEWS: Updated.
        * doc/libtool.texi (Thread Safety in libltdl): New node describing
        the  application the new MT API.
        * libltdl/ltdl.h: Prototypes.
        * libltdl/ltdl.c: Use these functions throughout the rest of
        the file to provide thread locking.
        (lt_dlmutex_register): New function to set callbacks for
        multi-threaded calls into libltdl.
        (lt_dl_mutex_lock): Type of a locking callback function.
        (lt_dl_mutex_lock): Type of an unlocking callback function.
        (lt_dl_mutex_seterror): Type of a callback function to save the
        last libltdl error message in thread local storage.
        (lt_dl_mutex_geterror): Type of a callback function to retrieve
        the last saved error message from thread local storage.

CVSWeb URLs:
http://subversions.gnu.org/cgi-bin/cvsweb/libtool/ChangeLog.diff?r1=1.861&r2=1.862
http://subversions.gnu.org/cgi-bin/cvsweb/libtool/NEWS.diff?r1=1.85&r2=1.86
http://subversions.gnu.org/cgi-bin/cvsweb/libtool/doc/libtool.texi.diff?r1=1.114&r2=1.115
http://subversions.gnu.org/cgi-bin/cvsweb/libtool/libltdl/ltdl.c.diff?r1=1.125&r2=1.126
http://subversions.gnu.org/cgi-bin/cvsweb/libtool/libltdl/ltdl.h.diff?r1=1.52&r2=1.53




reply via email to

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