mirror of
git://git.savannah.gnu.org/libtool.git
synced 2024-11-27 06:09:57 +08:00
* NEWS: Updated.
* libltdl/ltdl,c (LT_DLMUTEX_LOCK): Renamed from MUTEX_LOCK to avoid potential namespace clash. (LT_DLMUTEX_UNLOCK, LT_DLMUTEX_SETERROR, LT_DLMUTEX_GETERROR): Ditto. (lt_dlmutex_lock_func): Renamed from mutex_lock to avoid a namespace clash of NCR MP-RAS. (lt_dlmutex_unlock_func, lt_dlmutex_seterror_func, lt_dlmutex_geterror_func): Ditto. Reported by Edouard G. Parmelan <Edouard.Parmelan@France.NCR.COM>
This commit is contained in:
parent
f2b86e159b
commit
2d0b02d866
11
ChangeLog
11
ChangeLog
@ -1,5 +1,16 @@
|
||||
2001-06-26 Gary V. Vaughan <gary@gnu.org>
|
||||
|
||||
* NEWS: Updated.
|
||||
* libltdl/ltdl,c (LT_DLMUTEX_LOCK): Renamed from MUTEX_LOCK to
|
||||
avoid potential namespace clash.
|
||||
(LT_DLMUTEX_UNLOCK, LT_DLMUTEX_SETERROR, LT_DLMUTEX_GETERROR):
|
||||
Ditto.
|
||||
(lt_dlmutex_lock_func): Renamed from mutex_lock to avoid a
|
||||
namespace clash of NCR MP-RAS.
|
||||
(lt_dlmutex_unlock_func, lt_dlmutex_seterror_func,
|
||||
lt_dlmutex_geterror_func): Ditto.
|
||||
Reported by Edouard G. Parmelan <Edouard.Parmelan@France.NCR.COM>
|
||||
|
||||
* libltdl/ltdl.c (LT_DLSTRLEN): Call strlen only if the argument
|
||||
is non-NULL and non-zero in length. Changed all calls to strlen
|
||||
appropriately.
|
||||
|
1
NEWS
1
NEWS
@ -3,6 +3,7 @@ NEWS - list of user-visible changes between releases of GNU Libtool
|
||||
New in 1.4b: 2001-??-??; CVS version 1.4a, Libtool team:
|
||||
* Full support for C++ compiler.
|
||||
* Support for GNU gcj compiler.
|
||||
* internal mutex handling no longer has namespace clashes on NCR MP-RAS.
|
||||
|
||||
New in 1.4.1: 2001-??-??; CVS version 1.4.0a, Libtool team:
|
||||
* Don't leave here-doc files behind.
|
||||
|
328
libltdl/ltdl.c
328
libltdl/ltdl.c
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user