automake-commit
[Top][All Lists]
Advanced

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

[automake-commit] branch master updated (01e90dacd -> 1d35638b2)


From: Paul Eggert
Subject: [automake-commit] branch master updated (01e90dacd -> 1d35638b2)
Date: Fri, 07 Jun 2024 11:43:43 -0400

eggert pushed a change to branch master
in repository automake.

    from 01e90dacd maint: post-release: bump version to 1.16.91
     new 85efe5051 maint: fix version mismatch
     new 1d35638b2 maint: spelling and whitespace fixes

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 HACKING                              |  24 ++++-----
 NEWS                                 |  22 ++++----
 NEWS-2.0                             |  10 ++--
 PLANS/subdir-objects.txt             |  10 ++--
 THANKS                               |   2 +-
 bin/automake.in                      |  14 ++---
 configure.ac                         |   2 +-
 contrib/checklinkx                   |   2 +-
 doc/automake-history.texi            |   4 +-
 doc/automake.texi                    |  48 ++++++++---------
 doc/local.mk                         |   4 +-
 lib/Automake/ChannelDefs.pm          |   6 +--
 lib/Automake/Channels.pm             |   2 +-
 lib/Automake/Condition.pm            |   8 +--
 lib/Automake/Configure_ac.pm         |   2 +-
 lib/Automake/FileUtils.pm            |   2 +-
 lib/Automake/Getopt.pm               |   2 +-
 lib/Automake/Variable.pm             |   2 +-
 lib/Automake/XFile.pm                |   2 +-
 lib/am/check.am                      |   2 +-
 lib/am/header-vars.am                |   2 +-
 lib/am/ltlib.am                      |   4 +-
 lib/am/progs.am                      |   4 +-
 lib/depcomp                          |   4 +-
 lib/gendocs.sh                       |   4 +-
 lib/install-sh                       |   6 +--
 lib/missing                          |   4 +-
 lib/tap-driver.sh                    |   6 +--
 m4/amversion.m4                      |   4 +-
 m4/depend.m4                         |   2 +-
 m4/dmalloc.m4                        |   2 +-
 m4/sanity.m4                         |   4 +-
 maintainer/maint.mk                  |   2 +-
 old/ChangeLog.00                     |   6 +--
 old/ChangeLog.03                     |   4 +-
 old/ChangeLog.09                     |  16 +++---
 old/ChangeLog.11                     | 102 +++++++++++++++++------------------
 old/ChangeLog.96                     |   4 +-
 old/TODO                             |   4 +-
 t/README                             |   2 +-
 t/ac-output-old.tap                  |   2 +-
 t/ar-lib5b.sh                        |   2 +-
 t/autodist-aclocal-m4.sh             |   4 +-
 t/autodist-config-headers.sh         |   2 +-
 t/ax/am-test-lib.sh                  |   6 +--
 t/ax/depcomp.sh                      |   2 +-
 t/ax/tap-functions.sh                |   2 +-
 t/ax/test-defs.in                    |   2 +-
 t/ax/test-lib.sh                     |  10 ++--
 t/ax/testsuite-summary-checks.sh     |   2 +-
 t/backcompat6.sh                     |   2 +-
 t/backslash-issues.sh                |   2 +-
 t/canon8.sh                          |   2 +-
 t/cond36.sh                          |   2 +-
 t/confh8.sh                          |   2 +-
 t/dist-no-built-sources.sh           |   2 +-
 t/distcheck-configure-flags-am.sh    |   2 +-
 t/disthook.sh                        |   2 +-
 t/extra-dist-wildcards-vpath.sh      |   2 +-
 t/extra-dist-wildcards.sh            |   2 +-
 t/help.sh                            |   2 +-
 t/help2.sh                           |   2 +-
 t/help3.sh                           |   4 +-
 t/help4.sh                           |   2 +-
 t/instdir-ltlib.sh                   |   4 +-
 t/instspc.tap                        |   4 +-
 t/java-compile-run-flat.sh           |   2 +-
 t/lexvpath.sh                        |   2 +-
 t/lisp-flags.sh                      |   2 +-
 t/local.mk                           |   2 +-
 t/longlin2.sh                        |   2 +-
 t/parallel-tests-fork-bomb.sh        |   2 +-
 t/parallel-tests-interrupt.tap       |   2 +-
 t/perf/testsuite-summary.sh          |   2 +-
 t/primary-prefix-invalid-couples.tap |   2 +-
 t/py-compile-basedir.sh              |   2 +-
 t/py-compile-env.sh                  |   2 +-
 t/relativize.tap                     |   2 +-
 t/remake-deeply-nested.sh            |   2 +-
 t/remake-macrodir.sh                 |   2 +-
 t/remake-timing-bug-pr8365.sh        |   2 +-
 t/self-check-exit.tap                |   2 +-
 t/serial-tests.sh                    |   6 +--
 t/spy-rm.tap                         |   2 +-
 t/subobjname.sh                      |   2 +-
 t/suffix3.tap                        |   2 +-
 t/tap-deps.sh                        |   2 +-
 t/tap-diagnostic-custom.sh           |   2 +-
 t/tap-log.sh                         |   2 +-
 t/tap-no-spurious-numbers.sh         |   2 +-
 t/tap-plan-leading-zero.sh           |   2 +-
 t/tap-plan-malformed.sh              |   2 +-
 t/tap-test-number-0.sh               |   2 +-
 t/tar-ustar-id-too-high.sh           |   2 +-
 t/test-driver-custom-multitest.sh    |   2 +-
 t/test-driver-custom-xfail-tests.sh  |   2 +-
 t/test-log.sh                        |   2 +-
 t/test-logs-repeated.sh              |   2 +-
 t/test-metadata-global-result.sh     |   2 +-
 t/tests-environment-backcompat.sh    |   2 +-
 t/tests-environment-fd-redirect.sh   |   6 +--
 t/txinfo-no-texi-but-texi-in.sh      |   4 +-
 t/uninstall-fail.sh                  |   2 +-
 t/vala-configure.sh                  |   2 +-
 t/vala-mix.sh                        |   2 +-
 t/vala-mix2.sh                       |   2 +-
 t/yacc-grepping2.sh                  |   2 +-
 107 files changed, 260 insertions(+), 260 deletions(-)



reply via email to

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