[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
libtool ./ChangeLog libltdl/ltdl.c libltdl/ltdl.h
From: |
Gary V. Vaughan |
Subject: |
libtool ./ChangeLog libltdl/ltdl.c libltdl/ltdl.h |
Date: |
Sun, 01 Jul 2001 18:21:31 -0700 |
CVSROOT: /cvsroot/libtool
Module name: libtool
Changes by: Gary V. Vaughan <address@hidden> 01/07/01 18:21:30
Modified files:
. : ChangeLog
libltdl : ltdl.c ltdl.h
Log message:
Cleanup of libltdl:
* ltdl.c (lt_dladderror): Don't use `index' as a variable name,
since it is a function on BSD based boxes.
(lt_dlseterror): Ditto.
(lt_dlexit): Remove unused errormsg declaration.
(foreach_dirinpath): Make sure filename is initialised.
(find_handle): Return NULL for a failed search.
(foreachfile_callback): Don't reuse data2 symbol from prototype
in func declaration to prevent symbol shadowing.
* ltdl.h (lt_dlmutex_seterror): Don't use `error' as a parameter
name, since it is a function on glibc boxes.
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/libtool/libtool/ChangeLog.diff?tr1=1.964&tr2=1.965&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/libtool/libtool/libltdl/ltdl.c.diff?tr1=1.139&tr2=1.140&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/libtool/libtool/libltdl/ltdl.h.diff?tr1=1.54&tr2=1.55&r1=text&r2=text
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- libtool ./ChangeLog libltdl/ltdl.c libltdl/ltdl.h,
Gary V. Vaughan <=