libtool-commit
[Top][All Lists]
Advanced

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

[SCM] GNU Libtool branch, pr-msvc-support, updated. v2.2.6-93-g7b44e17


From: Peter Rosin
Subject: [SCM] GNU Libtool branch, pr-msvc-support, updated. v2.2.6-93-g7b44e17
Date: Fri, 23 Jan 2009 13:18:30 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Libtool".

The branch, pr-msvc-support has been updated
       via  7b44e17f79a848c92bd9f43aa41560e16bd41a99 (commit)
       via  8888375bd8ac90b10ffb56f4662067e559ccefd6 (commit)
       via  37c25b49f6856325c57b708c38f9f0b4525ed33c (commit)
       via  c1f44528fca1fb808f65f42a86d30e018fd98363 (commit)
       via  a29fc785b1617fab5d0afdb7bee28319f91b45e4 (commit)
       via  9f8c23fc8edf20c94ce898afc264a93ae36e71f7 (commit)
       via  ee253561be96cfeb8cd6df4712cf8af96b6f5628 (commit)
       via  e321c188b876affb726b64b951b969e1cd1cc553 (commit)
      from  efe3d2b272e9cdeb8be0cabe90bb3b11937eb5e8 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 7b44e17f79a848c92bd9f43aa41560e16bd41a99
Merge: 37c25b49f6856325c57b708c38f9f0b4525ed33c 
8888375bd8ac90b10ffb56f4662067e559ccefd6
Author: Peter Rosin <address@hidden>
Date:   Fri Jan 23 14:10:57 2009 +0100

    Merge branch 'pr-changelog-libtool-ar' into pr-msvc-support

commit 8888375bd8ac90b10ffb56f4662067e559ccefd6
Author: Peter Rosin <address@hidden>
Date:   Fri Jan 23 14:09:02 2009 +0100

    Add ChangeLog for the libtool-ar patch.

commit 37c25b49f6856325c57b708c38f9f0b4525ed33c
Merge: a29fc785b1617fab5d0afdb7bee28319f91b45e4 
c1f44528fca1fb808f65f42a86d30e018fd98363
Author: Peter Rosin <address@hidden>
Date:   Fri Jan 23 13:48:48 2009 +0100

    Merge branch 'pr-changelog-embed-manifest-exeext' into pr-msvc-support

commit c1f44528fca1fb808f65f42a86d30e018fd98363
Author: Peter Rosin <address@hidden>
Date:   Fri Jan 23 13:45:49 2009 +0100

    Add ChangeLog for the embed-manifest-exeext patch.

commit a29fc785b1617fab5d0afdb7bee28319f91b45e4
Merge: ee253561be96cfeb8cd6df4712cf8af96b6f5628 
9f8c23fc8edf20c94ce898afc264a93ae36e71f7
Author: Peter Rosin <address@hidden>
Date:   Fri Jan 23 13:42:43 2009 +0100

    Merge branch 'pr-changelog-msvc-documentation' into pr-msvc-support

commit 9f8c23fc8edf20c94ce898afc264a93ae36e71f7
Author: Peter Rosin <address@hidden>
Date:   Fri Jan 23 13:40:35 2009 +0100

    Add ChangeLog for the msvc-documentation patch.

commit ee253561be96cfeb8cd6df4712cf8af96b6f5628
Merge: efe3d2b272e9cdeb8be0cabe90bb3b11937eb5e8 
e321c188b876affb726b64b951b969e1cd1cc553
Author: Peter Rosin <address@hidden>
Date:   Fri Jan 23 13:33:38 2009 +0100

    Merge branch 'pr-changelog-skip-on-no-reload' into pr-msvc-support

commit e321c188b876affb726b64b951b969e1cd1cc553
Author: Peter Rosin <address@hidden>
Date:   Fri Jan 23 13:32:13 2009 +0100

    Add ChangeLog for the skip-on-no-reload patch.

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog |   42 ++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 42 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 896a250..2f0d084 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,48 @@
        * tests/localization.at: Use it. Update copyright year. Fixes
        the test on MSYS/MSVC.
 
+2009-01-13  Peter Rosin  <address@hidden>
+
+       * libltdl/config/ltmain.m4sh (func_mode_ar): New function
+       implementing new libtool --mode=ar.
+       (func_mode_help): Describe new ar mode.
+       * libltdl/m4/libtool.m4 (_LT_PROG_AR): Don't AC_SUBST AR_SEP
+       and AR_TFLAGS since they are no longer needed outside the
+       libtool script. Instead AC_SUBST LT_AR and LT_ARFLAGS and set
+       them so that libtool --mode=ar is invoked if the archiver is
+       "strange".
+       * Makefile.am: Don't export AR_SEP to the testsuite, instead
+       export LT_AR and LT_ARFLAGS.
+       * tests/archive-in-archive.at: Use "$LT_AR t " instead of
+       "$AR $AR_TFLAGS$AR_SEP".
+       * doc/libtool.texi: Document new mode.
+
+2009-01-13  Peter Rosin  <address@hidden>
+
+       * libltdl/m4/libtool.m4 (_LT_LINKER_SHLIBS)
+       [ cygwin, mingw, cegcc ] <cl*>: @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  <address@hidden>
+
+       * doc/libtool.texi (libtool script contents): Document
+       new variables introduced by the MSVC port.
+
+2009-01-13  Peter Rosin  <address@hidden>
+
+       * libltdl/m4/libtool.m4 (_LT_LINKER_SHLIBS)
+       [cygwin, mingw, pw32, cegcc] <cl*>: 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  <address@hidden>
 
        * .gitignore: Ignore *.obj files for MSVC (and w32).


hooks/post-receive
--
GNU Libtool




reply via email to

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