summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | Merge branch 'modernize-install-sh' into minorStefano Lattarini2013-11-021-192/+145
| | |\ \ \ | | | |/ / | | |/| |
| | | * | cosmetics: untabify the install-sh scriptStefano Lattarini2013-10-301-137/+137
| | | * | install-sh: assume that "set -f" and "set +f" work...Stefano Lattarini2013-10-301-20/+4
| | | * | install-sh: assume ${var:-value} works as expectedStefano Lattarini2013-10-301-7/+2
| | | * | install-sh: assume 'dirname' is available and working correctlyStefano Lattarini2013-10-301-28/+2
| | | | |
| | | \ \
| | *-. \ \ Merge branches 'fix-pr14991' and 'fix-pr14891' into microStefano Lattarini2013-11-012-11/+14
| | |\ \ \ \ | | | |_|/ / | | |/| | |
| | | | * | automake: account for perl hash order randomizationStefano Lattarini2013-10-311-7/+7
| | | |/ / | | |/| |
| | | * | distcheck: don't allow overriding of --prefix and --srcdir by the userStefano Lattarini2013-10-301-4/+7
| | |/ /
| * | | Merge branch 'minor'Stefano Lattarini2013-10-303-12/+24
| |\ \ \ | | |/ /
| | * | python: byte-compile nobase_*_PYTHON files only onceBenoit Sigoure2013-10-281-6/+6
| | * | cosmetics: typofix in the 'missing' scriptVáclav Zeman2013-10-281-2/+2
| | * | test harness: improve catching of usage errors in script 'test-driver'Stefano Lattarini2013-07-211-4/+16
* | | | update copyright years in all filesStefano Lattarini2014-12-1973-73/+73
* | | | Merge branch 'master' into ng/masterStefano Lattarini2013-06-161-1/+1
|\ \ \ \ | |/ / /
| * | | Merge branch 'maint'Stefano Lattarini2013-06-141-1/+1
| |\ \ \ | | |/ /
| | * | Merge branch 'micro' into maintStefano Lattarini2013-06-141-1/+1
| | |\ \
| | | * | sync: update config.guessStefano Lattarini2013-06-141-1/+1
* | | | | Merge branch 'master' into ng/masterStefano Lattarini2013-06-134-69/+84
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'maint'Stefano Lattarini2013-06-133-17/+10
| |\ \ \ \ | | |/ / /
| | * | | Merge branch 'micro' into maintStefano Lattarini2013-06-121-14/+1
| | |\ \ \ | | | |/ /
| | | * | lang, suffix rules: don't require C stuff needlesslyStefano Lattarini2013-06-121-14/+1
| | * | | Merge branch 'micro' into maintStefano Lattarini2013-06-093-3/+9
| | |\ \ \ | | | |/ /
| | | * | sync: update config.guess from upstreamStefano Lattarini2013-06-091-0/+6
| | | * | comments: fix some out-of-sync refs to test scriptsStefano Lattarini2013-06-082-3/+3
| * | | | Merge branch 'maint'Stefano Lattarini2013-06-032-66/+75
| |\ \ \ \ | | |/ / /
| | * | | Merge branch 'micro' into maintStefano Lattarini2013-05-301-65/+73
| | |\ \ \ | | | |/ /
| | | * | sync: update config.guess from upstreamStefano Lattarini2013-05-301-65/+73
| | * | | Merge branch 'micro' into maintStefano Lattarini2013-05-301-1/+2
| | |\ \ \ | | | |/ /
| | | * | depcomp: avoid trailing backslash in depfile for depmode=msvc7Peter Rosin2013-05-301-1/+2
* | | | | Merge branch 'master' into ng/masterStefano Lattarini2013-05-291-1/+2
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'maint'Stefano Lattarini2013-05-291-54/+55
| |\ \ \ \ | | |/ / /
| | * | | Merge branch 'micro' into maintStefano Lattarini2013-05-291-54/+55
| | |\ \ \ | | | |/ /
| | | * | Automake::Rule: consistently prepend underscore to private variablesStefano Lattarini2013-05-281-15/+15
| | | * | Automake::Rule: rename: suffix_rule() -> next_in_suffix_chain()Stefano Lattarini2013-05-281-5/+6
| | | * | Automake::Rule: adjust comments and POD according to previous changesStefano Lattarini2013-05-281-38/+32
| | | * | Automake::Rule: make private variables lexically scopedStefano Lattarini2013-05-281-5/+4
| | | * | suffix rules: better distinction between builtin and user-derivedStefano Lattarini2013-05-281-19/+12
| | | * | Automake::Rule: expose suffix rules as a function, not a scalarStefano Lattarini2013-05-281-3/+17
| * | | | Merge branch 'maint'Stefano Lattarini2013-05-231-2/+2
| |\ \ \ \ | | |/ / /
| | * | | Merge branch 'micro' into maintStefano Lattarini2013-05-231-2/+2
| | |\ \ \ | | | |/ /
| | | * | comments: next GNU make release 4.0, not 3.83Stefano Lattarini2013-05-221-2/+2
* | | | | Merge branch 'master' into ng/masterStefano Lattarini2013-05-202-12/+4
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'subdir-objects-work'Stefano Lattarini2013-05-182-54/+20
| |\ \ \ \
| | * | | | depend: reduce code duplication, de-uglify make verbose outputStefano Lattarini2013-05-161-32/+12
| | * | | | depend: prefer $(...) over `...` in Cygwin-specific recipesStefano Lattarini2013-05-151-6/+6
| | * | | | depend: reduce code duplicationStefano Lattarini2013-05-151-9/+8
| | * | | | depend: a preparatory refactoringStefano Lattarini2013-05-151-12/+12
| | * | | | depend: refactor and remove code duplicationStefano Lattarini2013-05-151-22/+24
| | * | | | Automake::Language: drop unused fields 'compile_flag' and 'output_flag'Stefano Lattarini2013-05-151-4/+0
| | * | | | depend: assume '-c' compiler flag always means to produce object filesStefano Lattarini2013-05-151-12/+12