summaryrefslogtreecommitdiff
path: root/build-aux
Commit message (Collapse)AuthorAgeFilesLines
* maint: Run 'make update-copyright'Paul Eggert2018-01-0129-29/+29
|
* autoupdateKarl Berry2017-12-311-1/+1
|
* autoupdateKarl Berry2017-12-271-27/+20
|
* autoupdateKarl Berry2017-12-191-15/+3
|
* autoupdateKarl Berry2017-12-171-1/+4
|
* autoupdateKarl Berry2017-12-031-3/+15
|
* autoupdateKarl Berry2017-11-241-1/+14
|
* autoupdateKarl Berry2017-11-171-21/+28
|
* maint: shorten https://lists.gnu.org/archive/html/... linksJim Meyering2017-11-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Each /archive/html/ part can be replace with /r/. Run this to induce the change: git grep -l archive/html|xargs perl -pi -e 's,/archive/html/,/r/,g' * ChangeLog: Perform that substitution. * Makefile: Likewise. * STATUS-libposix: Likewise. * build-aux/bootstrap: Likewise. * doc/maintain.texi: Likewise. * gnulib-tool: Likewise. * lib/allocator.h: Likewise. * lib/argp-ba.c: Likewise. * lib/argp-pv.c: Likewise. * lib/canon-host.c: Likewise. * lib/canonicalize-lgpl.c: Likewise. * lib/float.in.h: Likewise. * lib/fstat.c: Likewise. * lib/getdelim.c: Likewise. * lib/getprogname.c: Likewise. * lib/glthread/thread.h: Likewise. * lib/intprops.h: Likewise. * lib/mbsrtowcs-state.c: Likewise. * lib/safe-read.c: Likewise. * lib/signal.in.h: Likewise. * lib/stat.c: Likewise. * lib/stdbool.in.h: Likewise. * lib/stdio-impl.h: Likewise. * lib/stdio.in.h: Likewise. * lib/sysexits.in.h: Likewise. * lib/timespec.h: Likewise. * lib/wcsrtombs-state.c: Likewise. * m4/alloca.m4: Likewise. * m4/extern-inline.m4: Likewise. * m4/fstatat.m4: Likewise. * m4/gnulib-common.m4: Likewise. * m4/lib-ignore.m4: Likewise. * m4/printf.m4: Likewise. * m4/regex.m4: Likewise. * m4/stat-size.m4: Likewise. * m4/std-gnu11.m4: Likewise. * m4/stdbool.m4: Likewise. * m4/sys_types_h.m4: Likewise. * m4/threadlib.m4: Likewise. * m4/vararrays.m4: Likewise. * pygnulib/GLImport.py: Likewise. * tests/test-exp.h: Likewise. * tests/test-exp2.h: Likewise. * tests/test-expm1.h: Likewise. * tests/test-fflush2.c: Likewise. * tests/test-getopt_long.h: Likewise. * tests/test-intprops.c: Likewise. * tests/test-log.h: Likewise. * tests/test-log10.h: Likewise. * tests/test-log1p.h: Likewise. * tests/test-log2.h: Likewise. * tests/test-printf-posix.h: Likewise. * tests/test-regex.c: Likewise. * tests/test-snprintf-posix.h: Likewise. * tests/test-sprintf-posix.h: Likewise. * tests/test-stdalign.c: Likewise. * tests/test-stdbool.c: Likewise. * tests/test-vasnprintf-posix.c: Likewise. * tests/test-vasprintf-posix.c: Likewise. * top/maint.mk: Likewise.
* autoupdateKarl Berry2017-11-101-1/+3
|
* autoupdateKarl Berry2017-11-071-2/+5
|
* autoupdateKarl Berry2017-11-051-22/+22
|
* autoupdateKarl Berry2017-11-042-27/+26
|
* autoupdateKarl Berry2017-11-012-15/+15
|
* autoupdatePaul Eggert2017-10-012-5/+17
|
* autoupdateKarl Berry2017-09-241-6/+14
|
* autoupdateKarl Berry2017-09-221-2/+2
|
* autoupdateKarl Berry2017-09-202-1/+40
|
* * build-aux/bootstrap: fix HTTPS typo in commentPaul Eggert2017-09-191-2/+2
|
* autoupdatePaul Eggert2017-09-167-22/+22
|
* autoupdateKarl Berry2017-09-141-0/+3
|
* all: Replace many more http URLs by https URLs. Update stale URLs.Bruno Haible2017-09-144-5/+5
| | | | | * users.txt: Remove mention of 'newts'. * lib/localename.c: Update comment about LANG_SOTHO.
* autoupdateKarl Berry2017-09-132-37/+6
|
* all: prefer https: URLsPaul Eggert2017-09-1328-58/+58
|
* autoupdateKarl Berry2017-08-241-5/+9
|
* vc-list-files: port to Solaris 10Paul Eggert2017-08-211-2/+2
| | | | * build-aux/vc-list-files: Don't assume test -e works.
* autoupdateKarl Berry2017-08-211-2/+10
|
* git-version-gen: port to Solaris 10Paul Eggert2017-08-201-2/+3
| | | | | | | Problem reported by Dagobert Michelsen in: http://lists.gnu.org/archive/html/grep-devel/2017-08/msg00002.html * build-aux/git-version-gen (v_from_git): Use expr instead of shell substitution.
* autoupdateKarl Berry2017-08-091-1/+4
|
* manywarnings: Add support for C++.Reuben Thomas2017-08-071-0/+100
| | | | | | * build-aux/g++-warning.spec: New file. * m4/manywarnings-c++.m4: New file. * modules/manywarnings (Files): Add it.
* git-version-gen: another fix for tags with "-"Paul Eggert2017-08-061-4/+4
| | | | | | * build-aux/git-version-gen: Improve fix for tags containing "-". Suggested by Markus Armbruster in: http://lists.gnu.org/archive/html/bug-gnulib/2017-08/msg00034.html
* git-version-gen: port better to older GitPaul Eggert2017-08-061-4/+4
| | | | Work even if the hash contains more than 4 digits.
* git-version-gen: Fix for tags containing '-'Markus Armbruster2017-08-061-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | Really old versions of git-describe (before v1.5.0, Feb 2007) don't have the number of commits in their long format output, i.e. where modern 'git describe --abbrev=4 --match="v*"' prints "v0.1-1494-g124b9", they print "v0.1-1494-g124b9". git-version-gen recognizes both patterns, and normalizes the old format to the new one. Unfortunately, this normalization code gets confused when the tag contains '-'. Reproducer: $ git-tag -m test v0.2-rc1 $ build-aux/git-version-gen .tarball-version; echo build-aux/git-version-gen: WARNING: git rev-list failed UNKNOWN We take exact tag "v0.2-rc1" for the old format, extract the presumed tag "v0.2" from it, then run "git rev-list v0.2..HEAD" to count commits since tha tag. Fails, because tag "v0.2" does not exist. * git-version-gen: We could perhaps drop support for versions from more than a decade ago. But tightening the pattern match is easy enough, so do that. Still breaks when you use version tags ending in something matching -g????, but you arguably get what you deserve then.
* vc-list-files: Adjust the script to support git worktreesErik Skultety2017-07-271-1/+1
| | | | | | | | | | | | Git's worktree feature creates a ".git" which refers to references from the original (main) repository. This makes vc-list-files to fail for worktrees since it checks for both file's existence and the file being a directory. Checking for existence should be okay in this case, since the script doesn't touch anything within ".git" directly. Instead, it invokes git commands, which work from within a worktree nicely. Signed-off-by: Erik Skultety <eskultet@redhat.com> Message-Id: <0ad867fe1a1e0999e6666ef75398630f28e78e35.1501156018.git.eskultet@redhat.com>
* autoupdateKarl Berry2017-07-191-3/+3
|
* autoupdateKarl Berry2017-07-051-12/+2
|
* autoupdateKarl Berry2017-06-051-24/+28
|
* autoupdateKarl Berry2017-05-281-3/+10
|
* manywarnings: update for GCC 7Paul Eggert2017-05-161-2/+28
| | | | | | | | | | | * build-aux/gcc-warning.spec: * m4/manywarnings.m4 (gl_MANYWARN_ALL_GCC): Add GCC 7 warnings, notably -Wimplicit-fallthrough=5, which requires a non-comment fallthrough attribute. This is a bit cleaner than the comment versions. * lib/strftime.c, lib/dfa.c, lib/fnmatch.c, lib/mbrtowc.c: * lib/vasnprintf.c, tests/macros.h (FALLTHROUGH): New macro. Use it whenever one switch case falls through into the next.
* autoupdateKarl Berry2017-05-151-2/+8
|
* autoupdateKarl Berry2017-05-121-2/+2
|
* autoupdateKarl Berry2017-05-111-2/+2
|
* autoupdateKarl Berry2017-04-151-1/+5
|
* autoupdateKarl Berry2017-04-021-3/+3
|
* autoupdateKarl Berry2017-03-271-6/+5
|
* autoupdateKarl Berry2017-03-211-1/+6
|
* snippets: move unadjusted snippet sources to libPaul Eggert2017-03-145-497/+0
| | | | | | | | | | | | | | | | | Problem reported by Michal Privoznik in: http://lists.gnu.org/archive/html/bug-gnulib/2017-03/msg00039.html * lib/_Noreturn.h: Rename from build-aux/snippet/_Noreturn.h. * lib/arg-nonnull.h: Rename from build-aux/snippet/arg-nonnull.h. * lib/c++defs.h: Rename from build-aux/snippet/c++defs.h. * lib/unused-parameter.h: Rename from build-aux/snippet/unused-parameter.h. * lib/warn-on-use.h: Rename from build-aux/snippet/warn-on-use.h. * modules/snippet/_Noreturn (Files:, _NORETURN_H): * modules/snippet/arg-nonnull (Files:, ARG_NONNULL_H): * modules/snippet/c++defs (Files:, CXXDEFS_H): * modules/snippet/unused-parameter (Files:, UNUSED_PARAMETER_H): * modules/snippet/warn-on-use (Files: WARN_ON_USE_H): Adjust to file renamings.
* autoupdateKarl Berry2017-03-081-7/+7
|
* autoupdateKarl Berry2017-03-071-4/+4
|
* autoupdateKarl Berry2017-03-061-1/+2
|