summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tests: improve 'pkg-config' requirementStefano Lattarini2012-12-139-18/+108
* Merge branch 'improve-release-process' into maintStefano Lattarini2012-12-096-58/+674
|\
| * maintcheck: prefer '$(am__cd)' over plain 'cd'Stefano Lattarini2012-12-091-3/+3
| * fetch: improve, and reduce code duplicationStefano Lattarini2012-12-091-46/+38
| * docs: add rule to generate manuals for www.gnu.orgStefano Lattarini2012-12-093-6/+37
| * docs: copy the 'gendocs.sh' script from Texinfo CVS repositoryStefano Lattarini2012-12-084-4/+529
| * sync: update files from upstream with "make fetch"Stefano Lattarini2012-12-081-2/+6
| * release: generate a stub for the release announcementStefano Lattarini2012-12-083-5/+60
| * release: distinguish major and minor releasesStefano Lattarini2012-12-081-6/+15
* | docs: AM_CFLAGS: remove reference to non-existing "more detailed" descStefano Lattarini2012-12-091-3/+3
* | tests: avoid two spurious failures on FreeBSDStefano Lattarini2012-11-303-6/+3
|/
* news: we'll remove AM_PROG_MKDIR in 1.14, not 1.13Stefano Lattarini2012-11-261-1/+1
* tests: give few vala tests more significant namesStefano Lattarini2012-11-266-8/+8
* vala tests: don't use the 'posix' profile, it's no longer supportedStefano Lattarini2012-11-267-23/+44
* news: fixup: bug#8847 is fixed in 1.12.6, not in 1.12.5Stefano Lattarini2012-11-261-3/+3
* news: document the fix for automake bug#10227Stefano Lattarini2012-11-261-0/+15
* Merge branch 'python-fix-pr10227' into maintStefano Lattarini2012-11-261-2/+35
|\
| * python: make installed modules find by default on Debian and UbuntuStefano Lattarini2012-11-241-2/+35
* | tests: fix a spurious testsuite failure on SolarisStefano Lattarini2012-11-261-2/+2
|/
* tests: fix a spurious failure with older flex versionsStefano Lattarini2012-11-241-0/+6
* Merge branch 'python-pep-3147' into maintStefano Lattarini2012-11-2120-214/+272
|\
| * tests: fix a spurious failure when $PYTHON is in the environmentStefano Lattarini2012-11-191-0/+3
| * python tests: support PEP-3147 installation layoutStefano Lattarini2012-11-1913-196/+213
| * python: uninstall cater to PEP-3147Stefano Lattarini2012-11-191-6/+24
| * tests: improve a commentStefano Lattarini2012-11-111-1/+1
| * tests: honour $PYTHON overrideStefano Lattarini2012-11-114-6/+13
| * tests: typofix in messageStefano Lattarini2012-11-111-1/+1
| * news: document fix for bug#8847 (PEP-3147, __pycache__)Stefano Lattarini2012-11-111-0/+3
| * python: improve support for modern python (CPython 3.2 and PyPy)Yaakov Selkowitz2012-11-112-5/+15
* | build: fix rebuild rules for Makefile.in and aclocal.m4Stefano Lattarini2012-11-172-5/+18
* | hacking: release procedure: fix order of some stepsStefano Lattarini2012-11-171-6/+6
* | maint: post-release minor version bumpStefano Lattarini2012-11-172-3/+3
* | release: stable release 1.12.5v1.12.5Stefano Lattarini2012-11-172-3/+3
* | maintcheck: avoid failures, sync with 'ng/master' moreStefano Lattarini2012-11-161-17/+21
* | maintcheck: remove 'sc_perl_syntax'Stefano Lattarini2012-11-161-6/+0
* | sync: update files from upstream with "make fetch"Stefano Lattarini2012-11-162-11/+32
* | maint: get rid of $perllibdir environment variable hackStefano Lattarini2012-11-165-12/+16
* | configure: respect the '-q' option betterStefano Lattarini2012-11-161-1/+2
* | cosmetics: de-tabify configure.acStefano Lattarini2012-11-161-8/+8
|/
* tests: new variable $am_testaux_builddirStefano Lattarini2012-11-072-1/+2
* tests: rename $am_testauxdir -> $am_testaux_srcdirStefano Lattarini2012-11-0712-12/+12
* vala tests: source test-init.sh, not ./defsStefano Lattarini2012-10-3112-12/+12
* tests: fix a spurious typo-related failureStefano Lattarini2012-10-311-1/+1
* Merge branch 'vala-work' into maintStefano Lattarini2012-10-315-42/+139
|\
| * vala: improve comments to AM_PROG_VALACStefano Lattarini2012-10-261-3/+9
| * news: update w.r.t. recent vala changesStefano Lattarini2012-10-261-0/+24
| * vala: if no proper compiler found, set $(VALAC) to 'valac'Stefano Lattarini2012-10-263-14/+12
| * vala: AM_PROG_VALAC should not produce an error for tool-old valacSébastien Wilmet2012-10-264-16/+31
| * docs: document recent changes to AM_PROG_VALACStefano Lattarini2012-10-261-11/+16
| * tests: enhance tests on AM_PROG_VALACStefano Lattarini2012-10-261-25/+57