libtool-patches
[Top][All Lists]
Advanced

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

FYI: libtool--devo--1.0--patch-142


From: Gary V. Vaughan
Subject: FYI: libtool--devo--1.0--patch-142
Date: Tue, 31 Aug 2004 11:41:21 +0100 (BST)
User-agent: mailnotify/0.3

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Applied to HEAD.
- -- 
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 patch notification generated by tlaapply version 0.5
http://tkd.kicks-ass.net/arch/address@hidden/cvs-utils--tla--1.0
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (Darwin)

iD8DBQFBNFXQFRMICSmD1gYRAlnyAKCWabsS+cZvk3Ht53ZI7qxQnNpb5QCdGVu+
8mLGaZ0WekbZ0d5OQiztxfA=
=sxPK
-----END PGP SIGNATURE-----
* looking for address@hidden/libtool--devo--1.0--patch-141 to compare with
* comparing to address@hidden/libtool--devo--1.0--patch-141
M  ChangeLog
M  libltdl/ltdl.c

* modified files

Index: Changelog
from  Ralf Wildenhues  <address@hidden>

        * libltdl/ltdl.c: Replace strdup with lt__strdup.

--- orig/libltdl/ltdl.c
+++ mod/libltdl/ltdl.c
@@ -817,7 +817,7 @@
                    sprintf (name, "lib%s", p+2);
                }
              else
-               name = strdup(p);
+               name = lt__strdup(p);
 
              if (!name)
                goto cleanup_names;
@@ -1172,7 +1172,7 @@
                  && dlname
                  && (last_libname = strrchr (dlname, ' ')) != 0)
                {
-                 last_libname = strdup (last_libname + 1);
+                 last_libname = lt__strdup (last_libname + 1);
                  if (!last_libname)
                    {
                      ++errors;
@@ -1834,7 +1834,7 @@
       assert (!before);                /* BEFORE cannot be set without PPATH.  
*/
       assert (dir);            /* Without DIR, don't call this function!  */
 
-      *ppath = strdup (dir);
+      *ppath = lt__strdup (dir);
       if (*ppath == 0)
        ++errors;
 




reply via email to

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