summaryrefslogtreecommitdiff
path: root/build-aux
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* autoupdatePaul Eggert2019-11-112-4/+4
|
* autoupdateKarl Berry2019-11-111-2/+2
|
* autoupdateKarl Berry2019-11-101-2/+2
|
* config: add msys supportPaul Eggert2019-11-093-9/+9
| | | | | | | | | | | | Requested by Arnold Robbins in: https://lists.gnu.org/r/bug-gnulib/2019-11/msg00008.html He also requested a change to config.guess, which I’ll forward upstream. * build-aux/ar-lib (func_file_conv): * build-aux/compile (func_file_conv): * build-aux/config.rpath (wl, with_gnu_ld) (hardcode_libdir_flag_spec, libext, shrext, library_names_spec): Treat msys like cygwin.
* autoupdateKarl Berry2019-10-153-3/+3
|
* update-copyright: use en dashes in .texi ranges * ↵Paul Eggert2019-10-141-6/+8
| | | | build-aux/update-copyright: Update ranges in .tex, .texi, and .texinfo files to use en dashes instead of hyphens.
* update-copyright: allow en dashes in year rangesPaul Eggert2019-10-141-1/+1
| | | | | * build-aux/update-copyright: Match year ranges like "1998--2019", which are used in the Autoconf manual.
* git-version-gen: Allow 'snapshot' as .tarball-version contents.Bruno Haible2019-10-131-3/+1
| | | | | * build-aux/git-version-gen: Don't map non-numeric .tarball-version contents to the empty string.
* bootstrap: simplify debugging of wget failuresPaul Eggert2019-10-051-1/+1
| | | | | | | Problem reported by Tim Rühsen in: https://lists.gnu.org/r/bug-gnulib/2019-10/msg00000.html * build-aux/bootstrap (po_download_command_format): Invoke wget with -nv instead of -q, to make debugging easier.
* autoupdateKarl Berry2019-09-251-4/+9
|
* Update URLs and associated textPaul Eggert2019-09-231-1/+1
| | | | (Thanks to Bruno Haible for proofreading the earlier patch.)
* Update some URLsPaul Eggert2019-09-222-2/+2
| | | | | | This is a clerical change that mostly changes http: to https: in URLs where either will work. It also updates some URLs that have moved, removes some URLs that no longer work, and fixes related text.
* autoupdateKarl Berry2019-09-221-4/+4
|
* autoupdateKarl Berry2019-09-181-3/+9
|