From: Peter Rosin Date: Fri, 23 Jan 2009 12:48:48 +0000 (+0100) Subject: Merge branch 'pr-changelog-embed-manifest-exeext' into pr-msvc-support X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=37c25b49f6856325c57b708c38f9f0b4525ed33c;p=thirdparty%2Flibtool.git Merge branch 'pr-changelog-embed-manifest-exeext' into pr-msvc-support --- 37c25b49f6856325c57b708c38f9f0b4525ed33c diff --cc ChangeLog index c85bc5c5a,92a56c3c7..511095a0c --- a/ChangeLog +++ b/ChangeLog @@@ -1,27 -1,14 +1,38 @@@ +2009-01-22 Peter Rosin + + Unify line endings in localization test. + * tests/testsuite.at: Update copyright year. + (LT_AT_UNIFY_NL): Add macro that unifies line endings on + platforms that suffer from such confusion. + * tests/localization.at: Use it. Update copyright year. Fixes + the test on MSYS/MSVC. + + 2009-01-13 Peter Rosin + + * libltdl/m4/libtool.m4 (_LT_LINKER_SHLIBS) + [ cygwin, mingw, cegcc ] : @OUTPUT@ may or may not + include a trailing $EXEEXT. If mt fails, make sure libtool + exits with an error. + (_LT_LANG_CXX_CONFIG): Likewise. + * tests/exeext.at: New. Make sure linking with both -o prog + and -o prog$EXEEXT works. + * Makefile.am: Add previous test to testsuite. + +2009-01-13 Peter Rosin + + * doc/libtool.texi (libtool script contents): Document + new variables introduced by the MSVC port. + +2009-01-13 Peter Rosin + + * libltdl/m4/libtool.m4 (_LT_LINKER_SHLIBS) + [cygwin, mingw, pw32, cegcc] : Indicate that reloadable + objects does not work. + * tests/duplicate_conv.at: Skip last test if reloadable + objects does not work. + * doc/libtool.texi (libtool script contents): Document how to + indicate that reloadable objects do not work. + 2008-08-18 Peter Rosin * .gitignore: Ignore *.obj files for MSVC (and w32).