[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Automake-commit] [SCM] GNU Automake annotated tag, ylwrap-refactor-aban
From: |
Stefano Lattarini |
Subject: |
[Automake-commit] [SCM] GNU Automake annotated tag, ylwrap-refactor-abandoned-branch, created. ylwrap-refactor-abandoned-branch |
Date: |
Mon, 23 Jul 2012 10:10:51 +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 Automake".
http://git.sv.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=0bf929fa47589add87602e4090fda107a8b80522
The annotated tag, ylwrap-refactor-abandoned-branch has been created
at 0bf929fa47589add87602e4090fda107a8b80522 (tag)
tagging 4550b979ba66294ea9afe8376dd8e0bd6fc547f6 (commit)
replaces v1.11
tagged by Stefano Lattarini
on Mon Jul 23 12:09:45 2012 +0200
- Log -----------------------------------------------------------------
Tag for the abandoned branch 'ylwrap-refactor'.
That branch has been too long inactive, failed out-of-sync with the
active Automake branches (maint and master), and the changes in it
have been superseded by the simpler and more useful ones recently
made by Akim Demaille (and merged back into 'maint' with commit
v1.12.2-27-gec5cb49).
Antonio Diaz Diaz (1):
Replace unlzma, gunzip, bunzip2 with pack tool -d invocation.
Benoit Sigoure (1):
docs: add references between the 2 sections on java support
Bert Wesarg (1):
check: don't use multi-line coloring for the report
Bruno Haible (3):
Fix 'compile' script to not call mv when target equals source.
Don't hide the table of contents.
docs: how to use '-I' option in AM_CPPFLAGS for best VPATH support
Christos Kontas (1):
Fix some typos in the manual
Daniel Richard G (1):
java: avoid compilation errors when CLASSPATH is empty
Dave Hart (1):
Fix another typo in Rule.pm comment.
Dmitry V. Levin (1):
Fix exit status of signal handlers in shell scripts.
Eric Blake (2):
Avoid triple-space after period.
ylwrap: fix unusual indentation whitespace
Ian Lance Taylor (1):
Sync config-ml.in from GCC.
Jack Kelly (1):
AM_PROG_GCJ currently fails to define OBJEXT and EXEEXT.
Jim Meyering (9):
manual: fix a trivial grammar error.
Don't let an envvar setting of "$fail" cause build failure.
avoid a warning from perl-5.11
do not put world-writable directories in distribution tarballs
tests: fix comment typo
depcomp: correct invalid sed invocation
test defs: new subroutines for test skipping/failing.
docs: replace obsolete @vindex entry with a useful one
dist-xz, dist-bzip2: don't hard-code -9, honor envvar settings
Julien Danjou (1):
Add support for newer python version
Karl Berry (6):
Rewrite `gnupload --help' examples.
mention ncftpput in gnupload --help
Improve gnupload usage text.
Improve help message of mdate-sh.
GNU hello uses fdl.texi, not gpl.texi.
docs: reference defining directories in amhello node.
Paolo Bonzini (1):
aclocal: handle ACLOCAL_PATH environment variable
Patrick Welche (1):
Fix typo in the manual.
Paul Eggert (1):
depcomp: spelling fix
Peter Johansson (1):
Fix link to "Recursive Make Considered Harmful" paper.
Peter O'Gorman (1):
python: do not install in system directories on Darwin 9.
Peter Rosin (8):
Make cond5.test more robust on MSYS.
Fix another typo in Rule.pm comment.
test defs: unindent without temporary file
* tests/amhello-binpkg.test: Add missing $EXEEXT usage.
* THANKS: Fix whitespace issue.
tests: fix 'distcheck-override-infodir.test' on Cygwin
* NEWS: Fix typo in 'make dist-bzip2' description.
tests: fix spurious failure on systems lacking unistd.h
Ralf Wildenhues (116):
Fix test failure when pkg.m4 is not found, only pkg-config.
testsuite: also try `jot' as `seq' replacement.
Revert last patch, IRIX has an editor named `jot'.
Skip specflg10.test without a C++ compiler.
Clarify how to enable `silent-rules' and other global options.
testsuite: do not fail in cleanup code.
testsuite: do not change the mode of installed Libtool files.
testsuite: unset installation directory variables.
parallel-tests: avoid GNU make 3.80 substitution bug.
AM_PROG_GCJ: use AC_CHECK_TOOLS for gcj, for cross compilation.
Avoid sleeping for one second most of the time in sanity check.
Update git attributes for texinfo files.
Fix in-tree `recheck' after failed test that runs `check'.
Fix `make clean check' for the Automake package.
Allow variable override of, rather than by, silent variables.
Improve description of the various *LINK variables.
Fix race condition in werror2.test due to sanity sleep change.
Doc and comment typos.
Sync auxiliary files from upstream.
Distribute the Automake bootstrap script.
Do not rely on Perl symlink status, for MSYS perl.
Use $DJDIR rather than $DJGPP to detect running on DJGPP.
Regenerate files with Autoconf 2.65.
Fix and complete copyright notices in Makefile.am files.
Rotate ChangeLog.
Bump copyright years.
Sync auxiliary files from upstream.
Fix silent-rules output for disabled dependency tracking.
Use --email with gendocs.sh.
Deprecate dist-lzma in favor of dist-xz.
Formatting cleanups in macro comments.
Fix ChangeLog entry.
Remove uses of @acronym and @sc.
Use -9 for maximum xz compression with dist-xz.
Fix per-Makefile.am setting of -Werror.
Fix -Werror handling for presence of configure.in and configure.ac.
testsuite: ensure verbose printing of captured output.
Fix leftover call to removed function macros_dump.
Fix typo in manual.
Wildcards are not portable to NetBSD make.
Fix unportable sed script in maintainer-check test.
Make gnupload portable to EBCDIC hosts.
Merge branch 'je-silent' into maint
Update AUTHORS.
Rewrite manual to be gender-neutral.
Enable `errexit' shell flag in some test scripts.
Improve ext.test semantics, avoid OpenBSD sh errexit issue.
Prefer AUTOMAKE_fails over `$AUTOMAKE | grep' in tests.
Remove a couple of unneeded conditionals from tests.
Fix minor testsuite issues, update docs, for Yacc/Lex changes.
Merge branch 'silent5-fix' into maint
Merge branch 'sl-yacc-work' into maint
Clean up @var handling in the manual.
Update program --help output to match current GCS.
Coverage: bogus option to AM_INIT_AUTOMAKE.
Avoid syntax error if IF-TRUE part of AM_COND_IF expands empty.
Fix AM_COND_IF for gone-invalid condition shell expression.
Document current policy for development with git.
Add more hints for debugging make rules.
Add example git work flow; discuss merge --log in HACKING.
Regenerate tree with Autoconf 2.67.
Sync auxiliary files from upstream.
Fix maintainer-check failure.
Improve robustness of mdate-sh script.
Posix 2008 requires make to set errexit.
parallel-tests: avoid command-line length limit issue.
* HACKING: Hint at old commits with `git describe' output.
Revert "parallel-tests: avoid command-line length limit issue."
Merge branch 'fix-tests-empty-regression' into maint
Regenerate tree with Autoconf 2.68.
Document and fix expansion of variables before rules.
Add FAQ entry for bug reporting instructions.
Fix and document rules to not touch the tree with `make -n'.
Fix yaccdry.test failure: require bison.
Merge branch 'fix-yaccdry.test' into maint
Fix install-strip when $(STRIP) contains several words.
Rebuild menus in the manual.
tests: work around dash quoting issue in case statements.
tests: avoid '##'-style comments inside recipe commands.
Avoid running installed automake from 'libtool --help'.
Fix testsuite failure of check12.test without DejaGNU.
Bump copyright years.
Fix maintainer-check regression.
Sync auxiliary files from upstream.
docs: split 'amhello Explained' node.
Fix typos in Rule.pm comments.
Add test coverage for deleted header files.
Avoid testsuite failures due to Autoconf Fortran change.
docs: ensure example are separated with empty lines in the input
tests: avoid new failures due to nonexistent makeinfo.
Merge branch 'tests-texinfo' into maint
Revert "tests: avoid new failures due to nonexistent makeinfo."
Fix parallel-tests.test failure with HP-UX make.
* NEWS, README: Update copyright years.
parallel-tests: work around Tru64/OSF 5.1 sh read bugs.
tests: allow double-colon spy.test to work with HP-UX make.
tests: avoid failure on w32 file systems.
Allow _AM_DEPENDENCIES to be used later in configure.
install-sh: avoid Tru64 sh `test' operator precedence issues.
tests: less strict double-colon spy.test again.
Add comment to check-TESTS rule working around make 3.80 bug.
tests: avoid fn99*.test failures due to buggy AIX 5.3 cp -R.
tests: fix VPATH auto-expansion workarounds.
Merge branch 'vpath-autoexp-fix-maint' into maint
tests: avoid instspc.test failures due to make's whitespace trimming
tests: fix unindent to use printf not echo for script.
Merge branch 'fix-unindent' into maint
Fix locale issue in check-exported-srcdir.test.
Merge branch 'fix-check-exported-srcdir.test' into maint
Create subdirs for generated sources even when not dep tracking.
Fix makedepend depmode for VPATH builds.
Clarify regex code in depcomp.
Fix hp depmode for VPATH builds with GNU make.
Merge branch 'fix-depcomp' into maint
tests/README: fix example about `make -e' usage
Sync auxiliary files from upstream.
Reuben Thomas (2):
Fix outdated reference to sh-utils in the manual.
python: remove relics for Python 1.5 support
Simon Josefsson (1):
Fix copyright statement in gnupload script.
Stefano Lattarini (547):
testsuite: fix a minor glitch.
tests/README: warn about zsh incompatibilities.
Fix recommended way to run test scripts with Zsh
Testsuite: do not use `chmod -R' when cleaning up.
Avoid leaking TEST_LOG_COMPILER in environment of test scripts.
Updated code enabling Bourne-compatibility in test scripts.
Avoid Solaris sh `set -e' bug in vala4.test.
Fixed typo in Makefile.am (extra semicolon removed)
Add forgotten test scripts to $(TESTS).
Fix test acoutbs2.test.
Slighty improve tests acoutbs.test and acoutbs2.test.
Add tests about support of wildcards in EXTRA_DIST.
Fix typo in ChangeLog entry.
Remove redundant unset of variable TESTS from some test scripts.
Avoid generation of `tests/defs-p' file
Avoid another use of `chmod -R'.
Avoid an unportable use of `$status' shell variable.
Check that symlinks are resolved by `make dist'.
Make test `aclocal3.test' stricter.
Bugfix in confh5.test w.r.t. Solaris/Heirloom Sh.
Avoid possible false negatives in canon-name.test.
Fix typos in comments in test confh5.test
Refactor tests on Automake TESTS color output.
Fix typo in POD documentation of Automake::Channels.
Fix botched ChangeLog entry.
Avoid possible false negatives in confh5.test.
Typofix in older changelog entry.
Use `set -e' in confsub.test (avoid false negatives).
Make test for configure.in vs. configure.ac stricter.
Make badopt.test stricter (by enabling `set -e').
Minor improvements in comments of silent3.test.
Typofix in ChangeLog entry (2010-04-11, Stefano Lattarini)
Fix a ChangeLog commit date, for consistent order.
Fix conflnk3.test to work with Solaris/Heirloom Sh.
Avoid possible false negatives in dejagnu7.test.
Make test for configure.in vs. configure.ac stricter.
Fix Autoconf version required by Automake's configure.
Extend test on `nostdinc' automake option.
Relax silent-rules tests to cater to verbose makes.
New test silentlex.test (Automake/Lex silent-mode).
New test silentyacc.test (Automake/Yacc silent-mode).
New test silentcxx.test (Automake/C++ silent-mode).
New tests for Automake silent-mode with Fortran.
Improved test silent5.test.
Tests on silent-mode for C/Libtool made stricter.
Tests on extensibility of silent-rules made stricter.
Enable `errexit' shell flag in various tests.
Enable `errexit' shell flag in all tests cxx*.test.
Improve tests link*.test (enable `set -e').
Fix botched changelog entry (2010-05-23, Stefano Lattarini)
Enable `errexit' shell flag in some test scripts.
Make test `ammissing.test' stricter.
Modernize, improve and/or fix various test scripts.
Testsuite now works with BSD make in parallel mode.
Minor improvements in bootstrap script.
Improve determination of PATH separator in bootstrap script.
Extend tests/README (trailing `:' in test scripts)
Enable `errexit' shell flag in various tests.
Testsuite: ensure verbose printing of captured stderr.
Modernize, improve and/or fix tests `pluseq*.test.
Modernize, improve and/or fix various test scripts.
Normalize whitespaces in 'tests/Makefile.am'.
Add useful comment in test script obsolete.test.
Add useful comment in test script ext.test.
Modernize, improve and extend tests `suffix*.test'.
New tests, for bugs in Yacc/Lex AM_FLAGS and FLAGS precedence.
Bugfix: $(AM_FLAGS)/$(FLAGS) precedence in Yacc/Lex.
New test: distributed broken symlinks cause failure.
Fix bugs in test script silent5.test.
Drop useless requirement "gzip" in lex5.test.
Tests: remove useless repetitions of `foreign' automake option.
Fix typo-related bug in test script silent5.test.
Improve and extend test cond5.test.
Modernize and improve test scripts `dist*.test'.
Modernize and improve test scripts `subdir*.test'.
Fixed typo in ChangeLog (2010-06-06, Stefano Lattarini)
Fixlets and minor improvements for HACKING.
Work around a nasty bug (segfault) of Solaris make.
Typofix in ChangeLog (2010-07-18, Stefano Lattarini)
Minor improvements to tests ar*.test.
Bootstrap: let the user choose which autoconf to use.
Bootstrap: don't search perl in $PATH.
Bootstrap: fixlet.
Bootstrap: updated HACKING entry.
Remove a couple of obsoleted tests.
Modernize, improve and extend tests `subobj*.test'.
Separate failing part of test `all.test'.
Tweak, extend and improve tests `cond[a-z]*.test'.
Modernize, improve and/or extend test scripts `conf*.test'.
PR tests: add excerpts from original bug reports, for clarity.
Improve and extend tests `asm*.test'.
Modernize, improve and extend tests for PR (`pr[0-9]*.test').
Minor improvements and fixes in tests `depcomp*.test'.
Modernize, improve and/or extend tests `colon*.test.
Tweak and extend tests `pr[!0-9]*.test'.
Tweak and/or extend some `acloca*.test' tests.
Fix typo in manual (`Makefile.in' instead of `Makefile.am').
Docs: clarify how to avoid automatic dependencies tracking.
Fix potential regressions in depcomp{3,5}.test.
Merge branch 'fix-decomp-tests-regression' into maint
HACKING: improve description of git "bugfix branches".
HACKING: Perl 4 is obsolete.
Fix bug in test missing6.test.
Remove useless whitespace padding in XFAIL_TESTS definition.
Make some `confh*.test' tests more "semantic" (plus tweakings).
regenerate Makefile.in to sync with previous commits
Do not require "gzip" explicitly in tests.
Fix regression in test `colon4.test'.
Merge branch 'fix-colon-tests-regression' into maint
tests/README: Don't put GCS mandated tools in $required.
Fixlets for HACKING.
Test automake-generated portions of configure help screen.
Fix broken link in `AM_WITH_DMALLOC' help screen.
m4/dmalloc.m4: Bump serial number and copyright years.
Remove obsolete .cvsignore files.
Perl modules: remove references to "Automake CVS repository".
Manual: index refer to target "git-dist", not "cvs-dist".
Manual: be more agnostic w.r.t. version control system used.
Testsuite: new vars `$PATH_SEPARATOR' and `$APIVERSION'.
Testsuite: Use `$PATH_SEPARATOR', not `:', when extending PATH.
Extend tests on `--help' and `--version' options.
Improve tests `help*.test' (also fixes maintcheck failures).
Fix nits and bugs in tests `help*.test'.
Add test for `AM_WITH_DMALLOC' macro.
Add support for newer python versions.
Fix bug in rules for creating vala vapi/header files.
Fix a bug in variable concatanation with `+='.
Merge branch 'pluseq-fix' into maint
Fix regression in ansi.test (failure on AIX 5.3).
Fix regression in colon{5,6}.test (failures on AIX 5.3).
Merge branch 'fix-ansi-test-regression-on-aix' into maint
Merge branch 'fix-colon-tests-regression-on-aix' into maint
Fix spurious failures of silent-rules tests with Sun Fortran.
Fix spurious failures of silent5.test with Sun Fortran.
Merge branch 'fix-silent5-sun-fortran' into maint
Merge branch 'fix-silentf77-sun-fortran' into maint
help2.test: add checks on aclocal too.
help4.test: fix botched heading comment.
Automake::Config: remove extra trailing semicolon.
Avoid useless cleaning in some `silent*.test' tests.
Tests: consistently use "|| Exit 1" after ". ./defs".
Fix many typos in ChangeLog
Fix spurious silent*.test failures for $CC != gcc
Fix typo in ChangeLog
Extend and improve tests on DejaGnu support.
Improve tests on generated portions of configure help screen.
docs: list LTLIBRARIES among Automake primaries
Extend, fix and improve tests on Lex and Yacc support.
docs: fix blunder in example about python extension modules
Fix sed-related buglet in test "subdir5.test"
distlinksbrk.test: Work around botched "make -k".
Merge branch 'fix-test-distlinksbrk-botched-make-k' into maint
docs: cygnus mode doesn't require AM_CYGWIN32 macro.
Fix two spurious testsuite failures on IRIX 6.5.
Work around a bug in file-inclusion mechanism of Solaris make.
docs: how to work around checks on invalid primary/directory couples
* NEWS: Fix typo (forgotten word).
yacc: "make clean" removes .c and .h files from non-distributed .y
Merge commit 'tests-lexyacc-extend' into yacc-works
automake: minor fixes in comments
cosmetics: remove trailing whitespaces
yacc: extend and improve tests
yacc: more tests on *YFLAGS support
yacc: support variable expansions in *YFLAGS definition.
yacc: warn about conditional content in *YFLAGS variables
Improve, extend and tweak tests on Texinfo support.
Merge branch 'tests-texinfo' into maint
Merge branch 'maint' of ssh://git.sv.gnu.org/srv/git/automake into maint
tests: work around a texi+cygnus bug causing a spurious XFAIL
tests: add checks on automatically-distributed files
Merge branch 'tests-autodist' into maint
tests: do not force yacc-requiring tests to use bison
docs: clustered '-d' not recognized in YFLAGS
Merge branch 'doc-yacc-d-improve' into yacc-work
Merge branch 'doc-yacc-d-improve' into maint
tests: fix spurious failures in two texinfo tests
Merge branch 'tests-texinfo' into maint
tests: remove useless requirements from cond36.test
docs: automake testsuite doesn't use TESTS_ENVIRONMENT anymore
tests: cover yacc target-specific flags, and `-v' flag handling
tests: fix spurious failures in yflags*.test
Merge branch 'yflags-test-fixes' into maint
Merge branch 'yflags-test-fixes' into yacc-work
tests: more coverage on yacc/lex silent-rules, plus minor cleanups
configure: look for a yacc program to be used by the testsuite
tests defs: sanitize IFS
coverage: test semantics of "dummy" per-target flags
docs: color-tests issues with parallel make
configure: look for a lex program to be used by the testsuite
tests init: better messages for 'yacc' and 'lex' requirements
tests: remove redundancy from silent lex/yacc tests
coverage: more on 'yacc -d' and recovery from deleted headers
tests: fix spurious failures in lflags*.test
Merge branch 'lflags-test-fixes' into maint
Merge branch 'lflags-test-fixes' into yacc-work
tests: don't define YACC and LEX in the Makefiles
coverage: more tests on simple and parallel test drivers
tests: tweak few tests on simple and parallel test drivers
tests defs: clear TESTS_ENVIRONMENT variable
python: report the 'PYTHON' influential environment variable
test defs: add subroutine for input unindenting
tests: tempdirs with restrictive permissions are cleaned correctly
libtool: suggest LT_INIT if LTLIBRARIES primary is used
cosmetics: convert encoding from ISO-8859 to UTF-8
tests: fix bug (comments-in-var-defn.test + autoconf 2.62)
Merge branch 'tests-texinfo' into maint
tests: fix bug in alloca*.test
maintcheck: look for problematic names of testcases
yacc: extension of headers modelled after extension of sources
tests: improve tests on "maintainer-clean" target
docs: better visibility for aclocal in the index
tests: fix timestamp-related failures
java: check_JAVA does not cause compilation by "make all" anymore
test defs: new requirement for the default java compiler
yacc: update NEWS and docs about yacc-generated headers extensions
cosmetics: fix typos and wording in some yacc tests
test defs: fix 'javac' requirement for older JDK versions
coverage: test mixed C/C++ yacc-generated parsers in the same dir
depcomp: fix bugs in tests and in the depcomp script
Merge branch 'fix-depcomp' into maint
Merge branch 'maint' into yacc-work
tests: split yacc6.test, for better separation and coverage
tests: do not uselessly require GNU make or gcc in a few tests
coverage: test for automake bug#8485 (known regression)
yacc: add some tests on bison support (still xfailing)
test defs: define default $distdir (help reducing duplication)
tests cosmetics: remove redundant definitions of variable $tab
tests: fix spurious failure in test 'yacc-d-cxx.test'
Merge branch 'yl-tests-trim-requirements' into yacc-work
Merge branch 'yl-test-yacc6-split' into yacc-work
tests: minor improvements to a couple of yacc tests
coverage: test lex-generated "#line" directives postprocessing
coverage: test for automake bug#8485 (known regression)
Merge branch 'expose-bug-8485' into maint
Merge branch 'maint' into yacc-work
lex/yacc tests: remove redundant $distdir definition
maintainer check: quote literal `$' in Makefile rule
Merge branch 'maintcheck-pathsep-fix' into maint
m4: add missing serial numbers to a few files
depcomp tests: don't reject slower dependency extractors
Merge branch 'tests-depcomp-extend' into maint
test defs: allow overriding of `$me'
tests: don't allow `$me' to be overridden from the environment
Merge branch 'me-override-fix' into maint
testsuite: more environment sanitization
tests: remove redundant test `mclean.test'
tests: fix typo (copy & paste blunder) in heading comment
test: self check subroutines for skipping/failing of tests
tests: fix spurious failure in a test on TESTS (VPATH-related)
Merge branch 'parallel-tests-testname-vpath-fix' into maint
tests defs: allow requirements for compilers (mostly dummy)
Merge branch 'maint' into yacc-work
tests defs: use `skip_' for skipping yacc/lex related tests
fix typo in ChangeLog (2011-05-04)
lex tests: require just `lex' instead of `flex'
ChangeLog: various typofixes (and related reformatting)
Merge branch 'maint' into yacc-work
tests: add a couple of inter-tests reference
ylwrap: make less general and more "expert"
ylwrap: various refactorings, few improvements
ylwrap: fixlets in option parsing
ylwrap: new subroutine `tr_cpp'
ylwrap: new subroutine `handle_renaming'
ylwrap: warn when expected output files are missing
ylwrap: cleanup refactoring (no semantic change)
ylwrap: another cleanup refactoring (no semantic change)
ylwrap: get rid of the loop on "FROM TARGET" couples
ylwrap: go into tempdir only when running wrapped program
ylwrap: pull `dos_fix_yacc_filenames' out of `handle_renaming'
ylwrap: move "update if changed" logic out of `handle_renaming'
ylwrap: some renaming of variables and subroutines
ylwrap: fix indentation
ylwrap: rename 'handle_renaming' to 'tempfile_deploy'
tests: add a workaround for automake bug#8485
Merge branch 'yacc-work' into ylwrap-refactor
tests: fix spurious failure of txinfo21.test on FreeBSD
check: document and test $(TEST_SUITE_LOG) overriding
docs: parallel-tests is not experimental anymore
ylwrap: bugfix in postprocessing of "#..." C directives
cosmetics: fix typos in most recent ChangeLog entry
ylwrap: bugfix in postprocessing of "#line" directives
yacc tests: "make clean" removes C++ files from non-distributed .y
lex tests: remove erroneous check about ylwrap distribution
lex tests: make test on Lex dependency tracking more "semantic"
lex: "make clean" removes .c files from non-distributed .l
testsuite: be more cross-compile friendly
test defs: rename requirement 'non-cross' -> 'native'
Merge branch 'maint' into yacc-work
Merge branch 'yacc-work' into ylwrap-refactor
tests/README: update obsoleted advice
testsuite: allow tests to avoid the use of 'parallel-tests' option
testsuite: avoid re-running few tests with 'parallel-tests' option
Merge branch 'maint' into yacc-work
Merge branch 'yacc-work' into ylwrap-refactor
Merge branch 'maint' into parallel-tests-maint
parallel-tests: stricter checks on DISABLE_HARD_ERRORS support
remake: behave better with non-GNU make in subdirectories
build: the user can override AUTOM4TE, AUTORECONF and AUTOUPDATE too
automake, aclocal: honour configure-time AUTOCONF and AUTOM4TE
Merge branch 'remake-rules-non-GNU-make' into maint
maintcheck: fix some failures, extend some checks
Merge branch 'maint' into parallel-tests-maint
test defs: new function 'fatal_', for hard errors
python: run the 'py-compile' script with $(SHELL)
py-compile: the '--destdir' option now accepts a blank argument
python tests: add "unit tests" on py-compile
py-compile: normalize error and help messages
py-compile: complain on unrecognized options
py-compile: '--' and non-option arguments terminate the option list
docs: better documentation for silent make rules
distcheck: add support for AM_DISTCHECK_CONFIGURE_FLAGS
maintcheck: DISTCHECK_CONFIGURE_FLAGS can be defined on make cmdline
Merge branch 'maint' into yacc-work
Merge branch 'yacc-work' into ylwrap-refactor
Merge branch 'maint' into parallel-tests-maint
Warnings about primary/prefix mismatch fixed and extended.
Merge branch 'maint' into python-work
tests: optimize tests on primary/prefix mismatch for speed
Merge branch 'silent-rules-doc' into maint
Merge branch 'am-distcheck-configure-flags' into maint
news: update w.r.t. introduction of AM_DISTCHECK_CONFIGURE_FLAGS
Merge branch 'am-distcheck-configure-flags' into maint
Merge branch 'more-prefix-primary-diagnostic' into maint
Merge branch 'maint' into parallel-tests-maint
Merge branch 'maint' into python-work
Merge branch 'maint' into yacc-work
Merge branch 'yacc-work' into ylwrap-refactor
docs: AM_DISTCHECK_CONFIGURE_FLAGS is for corner cases
docs: primary/prefix combination "pkglib_PROGRAMS" is now invalid
ansi2knr: deprecate, it will go away in the next major release
Merge branch 'am-distcheck-configure-flags' into maint
Merge branch 'maint' into parallel-tests-maint
maintcheck: avoid few spurious failures
maintcheck: extend 'sc_tests_plain_*' checks
tests: fix bug in 'autodist.test'
refactor: split 'usage' subroutine in automake
help: improve text about automatically-distributed files
docs: minor cosmetic fixes
Revert "docs: parallel-tests is not experimental anymore"
docs: avoid a footnote, some related rewordings and improvements
Merge branch 'parallel-tests-maint' into maint
Merge branch 'maint' into yacc-work
Merge branch 'yacc-work' into ylwrap-refactor
Merge branch 'maint' into python-work
lex tests: fix spurious link errors on Solaris
Merge branch 'yacc-work' into ylwrap-refactor
yacc tests: fix bug in 'yacc-cxx.test'
Merge branch 'yacc-work' into ylwrap-refactor
cosmetics: fix typos in recent ChangeLog entries
Merge branch 'maint' into yacc-work
docs, tests: synchronize examples from docs to tests
yacc: fix bug with non-suffix rules for C++ yacc
remake: fix outdated comment in configure.am
remake: add test ensuring that slower remakes don't hang
Merge branch 'remake-rules-non-GNU-make' into maint
tests: portability fixes in tests on amhello examples
Merge branch 'fix-amhello-examples-tests' into maint
tests: fix weakness in 'tests-environment-backcompat.test'
docs, tests: synchronize examples on silent-rules from config.site
fix typo in recent ChangeLog entry
Merge branch 'doc-silent-rules-reference-config-site-test' into maint
Merge branch 'fix-changelog-typo' into maint
Merge branch 'fix-tests-environment-backcompat-example' into maint
Merge branch 'maint' into python-work
Merge branch 'maint' into yacc-work
Merge branch 'yacc-work' into ylwrap-refactor
tests: relax a test on amhello examples to cater to Solaris tar
Merge branch 'fix-amhello-examples-tests' into maint
maintcheck: fix maintainer-check failures, both real and spurious
tests: fix spurious failure with Solaris make
Merge branch 'am-distcheck-configure-flags' into maint
test defs: more environment cleanup
hacking: we now require autoconf 2.68
parallel-tests: no more spurious successes for FreeBSD make
* THANKS (Daniel Richard G.): Update e-mail address.
Merge branch 'maint' into yacc-work
Merge branch 'yacc-work' into ylwrap-refactor
Merge branch 'maint' into python-work
tests: list "forgotten" test script in TESTS
Merge branch 'maint' into yacc-work
Merge branch 'yacc-work' into ylwrap-refactor
docs: report few more automake parsing limitations
coverage: vala support failing for VPATH from-scratch builds
fix: minor typo in ChangeLog
tests: simplify wrapper for aclocal
fix: list test 'vala-vpath.test' in XFAIL_TESTS
Merge branch 'fix-vala-vpath-test' into maint
aclocal: more granularity in acdir overriding
coverage: distcheck-hook to catch missing/outdated *.m4 files
aclocal: better URL reference in error message
tests: fix spurious failure on fast machines
Merge branch 'maint' into python-work
Merge branch 'maint' into yacc-work
Merge branch 'yacc-work' into ylwrap-refactor
java: allow both dist_JAVA and nodist_JAVA in the same Makefile.am
java: allow both JAVA and nobase_JAVA in the same Makefile.am
cosmetics: fix various typos and grammaros
Merge branch 'java-fixes-for-maint' into maint
java: fix various blunders in test 'java-mix.test'
coverage: test interactions of `nobase_' and `nodist_'
Merge branch 'python-work' into maint
java: complain if java_JAVA is used but $(javadir) is undefined
docs: clearer distinction between `.java' with javac and with gcj
docs: deprecate JAVA primary
Merge branch 'deprecate-java-primary' into maint
tests: fix spurious failure in 'primary-prefix-valid-couples.test'
Merge branch 'fix-java-prefix-is-unexpected' into maint
docs: document planned precedence changes in aclocal search path
Merge branch 'aclocal-path' into maint
fix: typo in NEWS
tests: fix tests on aclocal search path precedences
Merge branch 'aclocal-path' into maint
uninstall: "make uninstall" before "make install" works
Merge branch 'fix-pr9578' into maint
distuninstallcheck: fail also when only one file is left installed
docs: don't suggest installing `.m4' files in hard-coded location
maintcheck: fix usage of `cd' instead of `$(am__cd)'
Merge branch 'fix-pr9578' into maint
fix: regenerate Makefile.in files
Merge branch 'fix-pr9578' into maint
Merge branch 'fix-pr9579' into maint
Merge branch 'fix-pr7988' into maint
fix: regenerate Makefile
parallel-tests: automake error our on invalid TEST_EXTENSIONS
Merge branch 'fix-pr9400' into maint
coverage: expose automake bug#9651
fix: make a test script executable
Merge branch 'maint' into yacc-work
Merge branch 'yacc-work' into ylwrap-refactor
regenerate Makefile.in
maintcheck: fix spurious failure
Merge branch 'fix-pr9579' into maint
tests: fix spurious failure in 'insthook.test'
Merge branch 'fix-pr9579' into maint
parallel-tests: don't allow @substitutions@ in TEST_EXTENSIONS
Merge branch 'fix-pr9400' into maint
parallel-tests: warn on conditional TEST_EXTENSIONS definition
docs: avoid using colon character inside arguments of @pxref
tests: fix spurious failure with autoconf 2.62
Merge branch 'aclocal-path' into maint
tests: fix spurious failure with FreeBSD make and Yacc in VPATH
yacc-dist-nobuild.test: add reference to bug#7884
tests: avoid spurious failure in 'parallel-tests3.test'
dejagnu: ensure 'srcdir' is defined as a relative directory
tests: avoid spurious failure of 'uninstall-fail.test' on Cygwin
Merge branch 'fix-pr9578' into maint
tests: avoid spurious failure of 'uninstall-fail.test' on Solaris
tests: fix spurious failure on fast machines
Merge branch 'aclocal-path' into maint
tests: fix spurious failures with "chatty" make implementations
Merge branch 'fix-pr8788' into maint
Merge branch 'test-subpkg-fix-spurious-freebsd-fail' into maint
deps: partially revert commit `v1.11-512-geeee551'
Merge branch 'maint' into yacc-work
Merge branch 'yacc-work' into ylwrap-refactor
Merge branch 'dejagnu-srcdir-discrepancy' into maint
dejagnu: allow the package developer to extend site.exp
Merge branch 'dejagnu-siteexp-extend' into maint
info: allow user to inhibit creation/update of '${infodir}/dir'
Merge branch 'fix-pr8485-and-pr8526' into maint
Merge branch 'fix-pr9773' into maint
fix: regenerate Makefiles
Merge branch 'fix-pr9773' into maint
maint-mode: fix botched configure messages
Merge branch 'fix-pr9890' into maint
Merge branch 'maint' into yacc-work
Merge branch 'yacc-work' into ylwrap-refactor
tests: avoid another failure of 'uninstall-fail.test' on Solaris
tests: fix spurious failure in 'distcheck-override-infodir.test'
Merge branch 'fix-pr9579' into maint
tests: fix spurious failures w.r.t. parallel make and colorization
tests: testsuite is now safe to run with dmake in parallel mode
tests: avoid a spurious failure of 'ltinit.test' MinGW
tests: fix typo in 'uninstall-fail.test'
tests: fix spurious error in 'uninstall-fail.test' on Solaris
maintcheck: fix spurious failure in 'color2.test'
tests: fix spurious failure with older install-info
configure: report perl version in config.log
texinfo: work around Solaris 10 xpg4 shell bug in install rules
fix: regenerate doc/Makefile
coverage: expose automake bug#10111 in the testsuite
coverage: required but missing '.am' and '.m4' files are diagnosed
coverage: undistributed '.am' and '.m4' files are diagnosed
cosmetics: typofix in comments
tests: fix spurious failures due to missing 'yywrap()' function
maint: sync auxiliary files from upstream
news: fix typos, grammaros and suboptimal wording
hacking: miscellaneous minor fixes
hacking: we don't use sources.redhat.com anymore
hacking: tell about platform-testers mailing list
readme: the documentation is production quality now
hacking: described release procedure applies to beta releases too
hacking: update on-line documentation for stable releases only
release: don't run "make distcheck" automatically
hacking: some more fixlets
readme: don't reference the old homepage at sources.redhat.com
readme: update advice about testsuite execution
readme: reference webpages for automake mailing lists
Merge branch 'maint' into 'yacc-work'
tests: make two test scripts executable
tests: fix a minor spurious failure with FreeBSD make
test defs: hack to support autoconf-wrapper programs
missing: miscellaneous fixlets
missing: if GNU tar exists but fails when called, give up
missing: inform the user if GNU tar is called
missing: don't try to re-run tar with a munged command line
maint: remove executable bit from automake.in
Merge branch 'missing-fixes' into maint
repo: don't commit generated files in the git repository anymore
devel: help in comparing Makefile.in from different commits
configure: print proper message for test releases
maint: snapshots from `maint' are still development snapshots
configure: report TeX version in config.log
configure: remove extraneous 'eval's from AM_RUN_LOG invocations
tests: report useful system information in 'test-suite.log'
fix: typos and grammaros in comments of the new test
tests: better handling of gettext and libtool requirements
include: avoid "deleted .am file" problem
cosmetics: use proper m4 quoting in configure.ac
maint: better use of autoconf 2.68 features
Merge branch 'pr9768-fix' into maint
maint: distribute .xz tarballs, not .bz2 ones
regex: deprecate the obsolete macro AM_WITH_REGEX
hacking: distribute it, and mention it in the ChangeLog
tests: avoid spurious failure of libtool and gettext tests
Merge branch 'tests-libtool-gettext-requirements' into maint
tests: fix failure due to debugging code forgotten into a test
Merge branch 'missing-fixes' into maint
tests: fix handling of gettext macros requirement
Merge branch 'tests-gettext-macros-require' into maint
tests: one more fixlet for gettext macros requirement
Merge branch 'tests-gettext-macros-require' into maint
gitignore: use only one .gitignore file, in the top-level directory
docs: fix node names for automake and aclocal invocations
docs: "aclocal --install -I /abs/dir" actually copies files
gitlog-to-changelog: new auxiliary script, synced from gnulib
tests: drop unnecessary requirement in 'subpkg.test'
yacc/lex tests: avoid too much failures with FreeBSD make
yacc/lex tests: remove an unneeded workaround for bug#8485
Merge branch 'maint' into yacc-work
Merge branch 'yacc-work' into ylwrap-refactor
fix: last ChangeLog entry
Merge branch 'maint' into yacc-work
Merge branch 'yacc-work' into ylwrap-refactor
maint: autogenerate ChangeLog
Merge branch 'maint' into yacc-work
Merge branch 'yacc-work' into ylwrap-refactor
-----------------------------------------------------------------------
hooks/post-receive
--
GNU Automake
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Automake-commit] [SCM] GNU Automake annotated tag, ylwrap-refactor-abandoned-branch, created. ylwrap-refactor-abandoned-branch,
Stefano Lattarini <=