]> git.ipfire.org Git - thirdparty/automake.git/shortlog
thirdparty/automake.git
2012-12-14  Stefano LattariniMerge branch 'maint' into ng/master
2012-12-14  Stefano Lattarinimaint: prefer $(MKDIR_P) over $(mkinstalldirs) in maint...
2012-12-14  Stefano Lattarinimaintcheck: guard against 'mkinstalldir' uses also...
2012-12-14  Stefano Lattarinifixup: avoid a spurious failure in self tests
2012-12-14  Stefano LattariniMerge branch 'master' into ng/master
2012-12-14  Stefano LattariniMerge branch 'maint'
2012-12-14  Stefano Lattarinisync: update files from upstream with "make fetch"
2012-12-14  Stefano Lattarinigitignore: align with recent changes
2012-12-14  Stefano Lattarinifixup: add dummy rule for ChangeLog generation in Makef...
2012-12-14  Stefano Lattarinimaint: no longer use AM_MAKEFLAGS in maintainer rules
2012-12-14  Stefano Lattarinimaint: use more GNU make features in maintainer rules
2012-12-14  Stefano LattariniMerge branch 'master' into ng/master
2012-12-14  Stefano Lattarinimaint: move maintainer make rules in maint.mk
2012-12-14  Stefano Lattarinifixup: source 'test-init.sh', not './defs', in a test
2012-12-14  Stefano LattariniMerge branch 'maint'
2012-12-14  Stefano LattariniMerge branch 'improve-release-process' into maint
2012-12-14  Stefano LattariniMerge branch 'pkgconfing-tests-requirement' into maint
2012-12-14  Patrick Welchedocs: fixlet about xz compression levels and command...
2012-12-13  Stefano Lattarinimaint: more files excluded in 'update-copyright'
2012-12-13  Stefano Lattarinimaint: adapt 'update-copyright' recipe to the new ...
2012-12-13  Stefano LattariniHACKING: update instructions to update the manuals...
2012-12-13  Stefano Lattarinimaint: add an explicative comment in Makefile
2012-12-13  Stefano Lattarinimaint: factor out the name of the dir where web manuals...
2012-12-13  Stefano Lattarinimaint: rename rules to build/upload web manuals
2012-12-13  Stefano Lattarinicosmetic: minor variable and rules reordering in Makefi...
2012-12-13  Stefano Lattarinidocs: build the web manuals for CVS in the builddir...
2012-12-13  Stefano Lattarinirelease: automate uploading of web manuals in CVS
2012-12-13  Stefano Lattarinidocs: AM_CFLAGS: remove reference to non-existing ...
2012-12-13  Stefano Lattarinitests: avoid two spurious failures on FreeBSD
2012-12-13  Stefano Lattarinitests: improve 'pkg-config' requirement
2012-12-10  Stefano LattariniMerge branch 'master' into ng/master
2012-12-09  Stefano LattariniMerge branch 'maint'
2012-12-09  Stefano LattariniMerge branch 'improve-release-process' into maint
2012-12-09  Stefano Lattarinidocs: AM_CFLAGS: remove reference to non-existing ...
2012-12-09  Stefano Lattarinimaintcheck: prefer '$(am__cd)' over plain 'cd'
2012-12-09  Stefano Lattarinifetch: improve, and reduce code duplication
2012-12-09  Stefano Lattarinidocs: add rule to generate manuals for www.gnu.org
2012-12-08  Stefano Lattarinidocs: copy the 'gendocs.sh' script from Texinfo CVS...
2012-12-08  Stefano Lattarinisync: update files from upstream with "make fetch"
2012-12-08  Stefano Lattarinirelease: generate a stub for the release announcement
2012-12-08  Stefano Lattarinirelease: distinguish major and minor releases
2012-11-30  Stefano Lattarinitests: avoid two spurious failures on FreeBSD
2012-11-30  Stefano Lattarinitests: we can assume GNU make: related small fixes
2012-11-30  Stefano LattariniMerge branch 'master' into ng/master
2012-11-27  Stefano LattariniMerge branch 'depcomp-work'
2012-11-27  Stefano LattariniMerge branch 'maint'
2012-11-26  Stefano Lattarininews: we'll remove AM_PROG_MKDIR in 1.14, not 1.13
2012-11-26  Stefano Lattarinitests: give few vala tests more significant names
2012-11-26  Stefano Lattarinivala tests: don't use the 'posix' profile, it's no...
2012-11-26  Stefano Lattarininews: fixup: bug#8847 is fixed in 1.12.6, not in 1...
2012-11-26  Stefano Lattarininews: document the fix for automake bug#10227
2012-11-26  Stefano LattariniMerge branch 'python-fix-pr10227' into maint
2012-11-26  Stefano Lattarinitests: fix a spurious testsuite failure on Solaris
2012-11-25  Stefano Lattarinitests: give few aclocal tests more significant names
2012-11-24  Stefano Lattarinitests: remove a redundant workaround for a testsuite...
2012-11-24  Stefano Lattarinidepcomp: remove 'icc' depmode, add 'tcc' one
2012-11-24  Stefano Lattarininews: update w.r.t. recent depcomp changes
2012-11-24  Stefano Lattarinitests: fix spurious failures with tcc
2012-11-24  Stefano Lattarinidepcomp: improve comments about tcc support
2012-11-24  Stefano Lattarinidepcomp: remove last relics of libtool 1.4 support
2012-11-24  Stefano Lattarinidepcomp: remove an unused variable
2012-11-24  Stefano Lattarinidepcomp: rewrite a sed invocation for less quoting
2012-11-24  Stefano Lattarinidepcomp: whitespace fixes
2012-11-24  Stefano Lattarinidepcomp: shell code style changes
2012-11-24  Stefano Lattarinidepcomp: make some code more self-documenting
2012-11-24  Stefano Lattarinidepcomp: less duplication between AIX and Tru64 modes
2012-11-24  Stefano Lattarinidepcomp: avoid an extra fork when possible
2012-11-24  Stefano Lattarinidepcomp: reduce code duplication
2012-11-24  Stefano Lattarinidepcomp: don't rely on character ranges working as...
2012-11-24  Stefano Lattarinidepcomp: cosmetic fixlets to a comment
2012-11-24  Stefano Lattarinidepcomp: safer quoting in variable expansion
2012-11-24  Stefano Lattarinidepcomp: correctly propagate exit status in exit trap
2012-11-24  Stefano Lattarinidepcomp: use "rmdir", not "rm -rf", to remove the empty...
2012-11-24  Stefano Lattarinidepcomp: remove useless quoting in variable definitions
2012-11-24  Stefano Lattarinidepcomp: be more idiomatic in checking for zero exit...
2012-11-24  Stefano Lattarinitests: give some tests more significant names
2012-11-24  Stefano LattariniMerge branch 'origin/ng/master' into 'ng/master'.
2012-11-24  Stefano LattariniMerge branch 'master' into ng/master
2012-11-24  Stefano LattariniMerge branch 'maint'
2012-11-24  Stefano Lattarinipython: make installed modules find by default on Debia...
2012-11-24  Stefano Lattarinitests: fix a spurious failure with older flex versions
2012-11-23  Stefano Lattarinitests: avoid a failure due to m4 builtin 'sinclude...
2012-11-21  Stefano LattariniMerge branch 'maint'
2012-11-21  Stefano LattariniMerge branch 'python-pep-3147' into maint
2012-11-19  Stefano Lattarinitests: fix a spurious failure when $PYTHON is in the...
2012-11-19  Stefano Lattarinipython tests: support PEP-3147 installation layout
2012-11-19  Stefano Lattarinipython: uninstall cater to PEP-3147
2012-11-19  Stefano Lattarinitests: more explicative names for few aclocal tests
2012-11-17  Stefano Lattarinitests: improve coverage on Texinfo + silent rules
2012-11-17  Stefano LattariniMerge branch 'maint'
2012-11-17  Stefano Lattarinibuild: fix rebuild rules for Makefile.in and aclocal.m4
2012-11-17  Stefano Lattarinihacking: release procedure: fix order of some steps
2012-11-17  Stefano Lattarinimaint: post-release minor version bump
2012-11-17  Stefano Lattarinirelease: stable release 1.12.5 v1.12.5
2012-11-16  Stefano LattariniMerge branch 'maint'
2012-11-16  Stefano Lattarinimaintcheck: avoid failures, sync with 'ng/master' more
2012-11-16  Stefano Lattarinimaintcheck: remove 'sc_perl_syntax'
2012-11-16  Stefano Lattarinisync: update files from upstream with "make fetch"
2012-11-16  Stefano Lattarinimaint: get rid of $perllibdir environment variable...
2012-11-16  Stefano Lattariniconfigure: respect the '-q' option better
next