libtool-commit
[Top][All Lists]
Advanced

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

master updated (2fe3a3e2 -> 0483b0d8)


From: Ileana Dumitrescu
Subject: master updated (2fe3a3e2 -> 0483b0d8)
Date: Fri, 13 Sep 2024 13:24:22 -0400 (EDT)

ildumi pushed a change to branch master.

    from 2fe3a3e2 maint: post-release administrivia
     new 001ca1d0 Document situations where -export-symbols does not work.
     new ec703fac libtool: FSF office address replaced by URL
     new 9a8535f4 Rename option --with-pic to --enable-pic.
     new 6c8203d2 Rename option --with-aix-soname to --enable-aix-soname.
     new 3e6c6284 libtoolize: Fix conflicting warnings about AC_PROG_RANLIB
     new ad45988c Fix copyrights for recent test files
     new 5c8a2d1c gnulib: Update submodule to recent commit
     new 0483b0d8 Update NEWS for recent changes


Summary of changes:
 AUTHORS                       |   5 +--
 HACKING                       |  20 ++-------
 Makefile.am                   |   6 +--
 NEWS                          |  17 +++++++
 bootstrap.conf                |   5 +--
 build-aux/edit-readme-alpha   |   5 +--
 build-aux/no-bogus-m4-defines |   5 +--
 cfg.mk                        |   5 +--
 configure.ac                  |   7 +--
 doc/libtool.texi              |  37 ++++++++-------
 gnulib                        |   2 +-
 libltdl/configure.ac          |   5 +--
 libltdl/libltdl/lt__alloc.h   |   5 +--
 libltdl/libltdl/lt__argz_.h   |   5 +--
 libltdl/libltdl/lt__dirent.h  |   5 +--
 libltdl/libltdl/lt__glibc.h   |   5 +--
 libltdl/libltdl/lt__private.h |   5 +--
 libltdl/libltdl/lt__strl.h    |   5 +--
 libltdl/libltdl/lt_dlloader.h |   5 +--
 libltdl/libltdl/lt_error.h    |   5 +--
 libltdl/libltdl/lt_system.h   |   5 +--
 libltdl/libltdl/slist.h       |   5 +--
 libltdl/loaders/dld_link.c    |   5 +--
 libltdl/loaders/dlopen.c      |   5 +--
 libltdl/loaders/dyld.c        |   5 +--
 libltdl/loaders/load_add_on.c |   5 +--
 libltdl/loaders/loadlibrary.c |   5 +--
 libltdl/loaders/preopen.c     |   5 +--
 libltdl/loaders/shl_load.c    |   5 +--
 libltdl/lt__alloc.c           |   5 +--
 libltdl/lt__argz.c            |   5 +--
 libltdl/lt__dirent.c          |   5 +--
 libltdl/lt__strl.c            |   5 +--
 libltdl/lt_dlloader.c         |   5 +--
 libltdl/lt_error.c            |   5 +--
 libltdl/ltdl.c                |   5 +--
 libltdl/ltdl.h                |   5 +--
 libltdl/ltdl.mk               |   5 +--
 libltdl/slist.c               |   5 +--
 m4/libtool.m4                 |   4 +-
 m4/ltoptions.m4               | 102 +++++++++++++++++++++++++++---------------
 tests/am-subdir.at            |   5 +--
 tests/archive-in-archive.at   |   5 +--
 tests/bindir.at               |   5 +--
 tests/bug_42313.at            |  61 +++++++++++++++++++++++++
 tests/bug_62343.at            |   7 +--
 tests/bug_71489.at            |  17 +++++++
 tests/cdemo.at                |   5 +--
 tests/cmdline_wrap.at         |   5 +--
 tests/configure-funcs.at      |   5 +--
 tests/configure-iface.at      |   5 +--
 tests/convenience.at          |   5 +--
 tests/ctor.at                 |   5 +--
 tests/cwrapper.at             |   5 +--
 tests/darwin.at               |   5 +--
 tests/demo.at                 |  17 ++++---
 tests/depdemo.at              |   5 +--
 tests/deplib-in-subdir.at     |   5 +--
 tests/deplibs-ident.at        |   5 +--
 tests/deplibs-mingw.at        |   5 +--
 tests/destdir.at              |   5 +--
 tests/dlloader-api.at         |   5 +--
 tests/dumpbin-symbols.at      |   5 +--
 tests/duplicate_conv.at       |   5 +--
 tests/duplicate_deps.at       |   5 +--
 tests/duplicate_members.at    |   5 +--
 tests/early-libtool.at        |   5 +--
 tests/exceptions.at           |   5 +--
 tests/execute-mode.at         |   5 +--
 tests/exeext.at               |   5 +--
 tests/export-def.at           |   5 +--
 tests/export.at               |   5 +--
 tests/f77demo.at              |   5 +--
 tests/fail.at                 |   5 +--
 tests/fcdemo.at               |   5 +--
 tests/flags.at                |   5 +--
 tests/help.at                 |   5 +--
 tests/indirect_deps.at        |   5 +--
 tests/infer-tag.at            |   5 +--
 tests/inherited_flags.at      |   5 +--
 tests/install.at              |   5 +--
 tests/lalib-syntax.at         |   5 +--
 tests/libtool.at              |   5 +--
 tests/libtoolize.at           |   5 +--
 tests/link-order.at           |   5 +--
 tests/link-order2.at          |   5 +--
 tests/loadlibrary.at          |   5 +--
 tests/localization.at         |   5 +--
 tests/lt_dladvise.at          |   5 +--
 tests/lt_dlexit.at            |   5 +--
 tests/lt_dlopen.at            |   5 +--
 tests/lt_dlopen_a.at          |   5 +--
 tests/lt_dlopenext.at         |   5 +--
 tests/ltdl-api.at             |   5 +--
 tests/ltdl-libdir.at          |   5 +--
 tests/mdemo.at                |   5 +--
 tests/need_lib_prefix.at      |   5 +--
 tests/no-executables.at       |   5 +--
 tests/nocase.at               |   5 +--
 tests/nonrecursive.at         |   5 +--
 tests/old-m4-iface.at         |   5 +--
 tests/pic_flag.at             |   5 +--
 tests/recursive.at            |   5 +--
 tests/resident.at             |   5 +--
 tests/runpath-in-lalib.at     |   5 +--
 tests/search-path.at          |   5 +--
 tests/shlibpath.at            |   5 +--
 tests/slist.at                |   5 +--
 tests/standalone.at           |   5 +--
 tests/static.at               |   5 +--
 tests/stresstest.at           |   5 +--
 tests/subproject.at           |   5 +--
 tests/sysroot.at              |   5 +--
 tests/tagdemo.at              |   5 +--
 tests/template.at             |   5 +--
 tests/testsuite.at            |   5 +--
 tests/versioning.at           |   5 +--
 tests/with-pic.at             |  17 +++----
 118 files changed, 320 insertions(+), 519 deletions(-)
 create mode 100644 tests/bug_42313.at



reply via email to

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