From: Charles Wilson Date: Thu, 6 Nov 2003 13:41:52 +0000 (+0000) Subject: * libltdl/ltdl.c (LT_USE_POSIX_DIRENT): Factored out. X-Git-Tag: release-1-9b~277 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87627885550f720d474c731e251060730275da15;p=thirdparty%2Flibtool.git * libltdl/ltdl.c (LT_USE_POSIX_DIRENT): Factored out. (LT_USE_WINDOWS_DIRENT_EMULATION): Move to after include "ltdl.h", as they are affected by __WINDOWS__ definition. (LT_READTEXT_MODE): Use textmode to read .la files. (lt_dlinit): Use LoadLibrary loader as a fallback on cygwin. --- diff --git a/ChangeLog b/ChangeLog index 29da16840..9dfe79146 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2003-11-06 Charles Wilson , + Gary V. Vaughan + + * libltdl/ltdl.c (LT_USE_POSIX_DIRENT): Factored out. + (LT_USE_WINDOWS_DIRENT_EMULATION): Move to after include "ltdl.h", + as they are affected by __WINDOWS__ definition. + (LT_READTEXT_MODE): Use textmode to read .la files. + (lt_dlinit): Use LoadLibrary loader as a fallback on cygwin. + 2003-11-06 Gary V. Vaughan * libltdl/ltdl.h (__WINDOWS__): Define this if _WIN32 or WIN32 are