summaryrefslogtreecommitdiff
path: root/build-aux
Commit message (Collapse)AuthorAgeFilesLines
...
* autoupdateKarl Berry2020-11-072-113/+113
|
* autoupdateKarl Berry2020-10-251-6/+18
|
* autoupdateKarl Berry2020-10-221-1/+2
|
* autoupdateKarl Berry2020-10-161-7/+34
|
* autoupdateKarl Berry2020-10-151-1/+1
|
* autoupdateKarl Berry2020-10-141-2/+8
|
* autoupdateKarl Berry2020-09-271-0/+2
|
* autoupdateKarl Berry2020-09-201-8/+6
|
* relocatable-prog: Fix for multiple relocatable library directories.Ben Pfaff2020-09-201-7/+8
| | | | | | * build-aux/reloc-ldflags: Fix handling of multiple relocatable library directories. Each one needs its own -Wl,-rpath,$dir option, instead of being attached to a single one.
* autoupdateKarl Berry2020-09-081-9/+3
|
* Sync up ProjectQuirks comments and documentationSiddhesh Poyarekar2020-08-201-14/+25
| | | | | | | | | | | Transform the ProjectQuirks comments into a docstring so that it can be accessed from python as ProjectQuirks.__doc__ and harmonize descriptions with the documentation. * build-aux/vcstocl/projectquirks.py (ProjectQuirks): Transform comments into a docstring. * doc/vcs-to-changelog.texi: Sync up description with comments.
* Split ProjectQuirks out into its own fileSiddhesh Poyarekar2020-08-202-20/+37
| | | | | | | | | | ProjectQuirks is used by external quirks files and importing it from vcs-to-changelog.py is broken since it was renamed to use hyphens. It is cleaner to put it in its own file anyway. * build-aux/vcstocl/projectquirks.py: A new file... * build-aux/vcs-to-changelog.py (ProjectQuirks): ...to which we move ProjectQuirks and import the file.
* * build-aux/gcc-warning.spec: Update comments.Paul Eggert2020-08-171-2/+2
|
* autoupdateKarl Berry2020-08-172-16/+16
|
* autoupdatePaul Eggert2020-07-262-76/+61
|
* autoupdateKarl Berry2020-07-131-1/+4
|
* autoupdateKarl Berry2020-07-121-5/+31
|
* autoupdateKarl Berry2020-07-101-2/+5
|
* manywarnings: improve port to GCC 10.1Paul Eggert2020-07-011-6/+138
| | | | | | | | | | | | | * build-aux/gcc-warning.spec: Also list warnings that are default or are enabled by already-given flags. This lets us speed up checking for attributes, and makes the generated compilation commands shorter. Add -Wanalyzer-too-complex (too much noise). * m4/manywarnings.m4 (gl_MANYWARN_COMPLEMENT) (gl_MANYWARN_ALL_GCC): Use gl_AS_VAR_APPEND to append to shell variables that may have long values. (gl_MANYWARN_ALL_GCC): Omit flags that are default or are consequences of other flags, to speed up checking and shorten commands.
* autoupdateKarl Berry2020-06-281-261/+307
|
* autoupdateKarl Berry2020-06-271-38/+44
|
* autoupdateKarl Berry2020-06-211-9/+2
|
* autoupdateKarl Berry2020-06-181-1/+11
|
* autoupdateKarl Berry2020-06-151-1/+11
|
* git-version-gen: update scriptversionDmitry V. Levin2020-06-031-1/+1
| | | | | | | | | | scriptversion in git-version-gen should be kept up-to-date because this script is used by projects that update it from gnulib when its scriptversion changes. * build-aux/git-version-gen (scriptversion): Update. Fixes: 8f41f1918 ("git-version-gen: Allow 'snapshot' as .tarball-version contents.")
* autoupdateKarl Berry2020-05-231-98/+172
|
* vcs-to-changelog: Rename vcs_to_changelog.py to use hyphens.Siddhesh Poyarekar2020-05-181-0/+0
| | | | | | | | | | | This was needed earlier because modules had to import the main script, but that is no longer true. Rename the script so that it is consistent with all other scripts in gnulib and uses hyphens. * build-aux/vcs_to_changelog.py: Rename to... * build-aux/vcs-to-changelog.py: ... this. * doc/vcs-to-changelog.texi (VCS To ChangeLog): Update reference. * modules/vcs-to-changelog: Likewise.
* announce-gen: improve a commentJim Meyering2020-05-131-2/+2
| | | | * build-aux/announce-gen: Improve comment.
* announce-gen: add support for dist-lzipAkim Demaille2020-05-101-2/+2
| | | | * build-aux/announce-gen (@archive_suffixes): Add tar.lz.
* manywarnings: port to GCC 10.1Paul Eggert2020-05-091-2/+12
| | | | | | * build-aux/gcc-warning.spec: * m4/manywarnings.m4 (gl_MANYWARN_ALL_GCC(C)): Add GCC 10.1.0 warnings.
* autoupdateKarl Berry2020-05-081-27/+27
|
* autoupdateKarl Berry2020-05-061-4/+20
|
* autoupdateKarl Berry2020-05-051-2/+2
|
* autoupdateKarl Berry2020-05-021-21/+24
|
* autoupdateKarl Berry2020-04-261-1/+8
|
* autoupdateKarl Berry2020-04-251-2/+2
|
* bootstrap: recommend git submodule update --initAkim Demaille2020-04-131-2/+2
| | | | | | | | Reported by Bruno Haible. <https://lists.gnu.org/r/bug-gnulib/2020-03/msg00101.html> * build-aux/bootstrap: recommand "git submodule update --init" rather than "git submodule init".
* maint: remove a stray inter-word space in a 6x-repeated commentJim Meyering2020-04-045-10/+10
| | | | | | | | | | | Induce the changes by running this: re='by perl'; g grep -l "$re"|xargs perl -pi -e "s/$re/by perl/" * build-aux/announce-gen: Change "by perl" to "by perl". * build-aux/gitlog-to-changelog: Likewise. * build-aux/prefix-gnulib-mk: Likewise. * build-aux/update-copyright: Likewise. * build-aux/useless-if-before-free: Likewise. * tests/test-update-copyright.sh: Likewise.
* autoupdateKarl Berry2020-02-121-19/+13
|
* vcs-to-changelog: Fix parsing of fndecl without args.Siddhesh Poyarekar2020-01-161-1/+1
| | | | | * build-aux/vcstocl/frontend_c.py (FNDECL_RE): Fix regular expression for empty arguments.
* vcs-to-changelog: Allow loading of custom quirks fileSiddhesh Poyarekar2020-01-161-9/+18
| | | | | | | | | gnulib does not have a quirks file and if the scripts are not copied over to the project tree, it may never find the quirks file in the right place. Add a flag to vcs_to_changelog.py to allow one to specify the location of the quirks file instead. * build-aux/vcs_to_changelog.py: New commandline option -q.
* vcs-to-changelog: Fix formatting of ChangeLog output.Siddhesh Poyarekar2020-01-161-1/+1
| | | | | | | | | Add another newline when the number of files differing is too large. This is typical for across-the-board changes such as copyright year updates. * build-aux/vcstocl/vcs_git.py (list_changes): Add newline in print output.
* vcs-to-changelog: Drop python3 shebang from frontend_c.pySiddhesh Poyarekar2020-01-161-1/+0
| | | | | | frontend_c.py is not executed directly and hence does not need it. * build-aux/vcstocl/frontend_c.py: Remove shebang.
* autoupdateKarl Berry2020-01-044-4/+4
|
* autoupdateKarl Berry2020-01-042-6/+6
|
* maint: update copyright noticesPaul Eggert2019-12-313-3/+3
| | | | | | | | | | | | | Before doing the following changes done by hand, I also ran ‘make update-copyright’ and ‘config/srclist-update <config/srclist.txt’ to do most of the copyright years automatically. A few upstream sources are still in 2019 but these should eventually be changed automatically too. * build-aux/declared.sh (func_version): * build-aux/libtool-next-version (func_version): * build-aux/run-test (func_version): Update these notices by hand. Put just the last year in output of programs, as per GNU coding standards.
* maint: Run 'make update-copyright'Paul Eggert2019-12-3140-42/+42
|
* autoupdateKarl Berry2019-12-211-2/+4
|
* vcs-to-changelog: New script to generate ChangeLog-like output.Siddhesh Poyarekar2019-11-184-0/+1182
| | | | | | | | | | Discussion: <https://lists.gnu.org/archive/html/bug-gnulib/2019-10/msg00062.html> * build-aux/vcs_to_changelog.py: New file. * build-aux/vcstocl/frontend_c.py: New file. * build-aux/vcstocl/misc_util.py: New file. * build-aux/vcstocl/vcs_git.py: New file.
* havelib: Revert last change.Bruno Haible2019-11-141-5/+5
| | | | | * build-aux/config.rpath: Revert last change. We can add msys2 support when it has been added to libtool.m4 upstream.