summaryrefslogtreecommitdiff
path: root/build-aux
Commit message (Collapse)AuthorAgeFilesLines
* autoupdateKarl Berry2018-03-131-2/+2
|
* autoupdatePaul Eggert2018-03-111-8/+17
|
* autoupdateKarl Berry2018-03-111-2/+2
|
* autoupdatePaul Eggert2018-03-072-4/+4
|
* maint: write-file-hooks -> before-save-hookPaul Eggert2018-03-0713-25/+25
| | | | | | | | | | | | | | | write-file-hooks is obsolete since Emacs 22.1 (released June 2007) and it's time to use the recommended replacement. Problem reported by Glenn Morris in: https://lists.gnu.org/r/bug-gnulib/2018-03/msg00008.html * build-aux/announce-gen, build-aux/bootstrap: * build-aux/do-release-commit-and-tag, build-aux/gendocs.sh: * build-aux/git-version-gen, build-aux/gitlog-to-changelog: * build-aux/gnu-web-doc-update, build-aux/gnupload: * build-aux/move-if-change, build-aux/prefix-gnulib-mk: * build-aux/update-copyright, build-aux/useless-if-before-free: * build-aux/vc-list-files: Update hook usage for files where Gnulib is the canonical source.
* autoupdatePaul Eggert2018-03-067-13/+13
|
* autoupdateKarl Berry2018-03-011-6/+2
|
* autoupdateKarl Berry2018-02-281-2/+2
|
* autoupdateKarl Berry2018-02-261-1/+1
|
* autoupdateKarl Berry2018-02-241-2/+6
|
* autoupdateKarl Berry2018-02-221-2/+3
|
* autoupdateKarl Berry2018-01-261-1/+8
|
* autoupdateKarl Berry2018-01-161-234/+234
|
* autoupdateKarl Berry2018-01-151-56/+56
|
* autoupdateKarl Berry2018-01-141-64/+16
|
* autoupdateKarl Berry2018-01-131-4/+1
|
* autoupdateKarl Berry2018-01-112-2/+8
|
* autoupdateKarl Berry2018-01-101-4/+42
|
* maint: Add encoding marker for Emacs to non-ASCII sources.Bruno Haible2018-01-051-0/+2
| | | | | | | | | | | | | | | | | | | Similar to commit f406941a8a2ec5fbf3eacc386b9be09d6593d53b from Paul Eggert <eggert@cs.ucla.edu> 2015-09-24. To determine the file list that need the marker, I used the command: for f in `find . -type f | grep -v '^\./\.git/' | grep -v '^\./tests/'`; do if iconv -f ASCII -t ASCII < $f > /dev/null 2>&1 ; then : ; else if iconv -f UTF-8 -t UTF-8 < $f > /dev/null 2>&1 ; then if grep 'The GNU C Library is' $f > /dev/null; then :; else if grep 'coding: utf-8' $f > /dev/null; then :; else echo $f fi fi fi fi done | LC_ALL=C sort
* update-copyright: Handle use of ©Mathieu Lirzin2018-01-051-2/+3
| | | | | * build-aux/update-copyright ($circle_c_re): Update regex to handle use of © in headers.
* autoupdateKarl Berry2018-01-053-3/+3
|
* test-framework-sh: ‘ps -ef’, not ‘ps ef’Paul Eggert2018-01-031-1/+1
| | | | | | * tests/init.sh (rand_bytes_): Put ‘-’ before new-style ps options. Suggested by Bob Proulx (Bug#29968). * build-aux/mktempd (rand_bytes): Make it like tests/init.sh.
* autoupdateKarl Berry2018-01-012-6/+6
|
* version-etc: new yearPaul Eggert2018-01-011-2/+2
| | | | | | | | | * build-aux/gendocs.sh (version): * doc/gendocs_template: * doc/gendocs_template_min: * doc/gnulib.texi: * lib/version-etc.c (COPYRIGHT_YEAR): Update copyright dates by hand in templates and the like.
* 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.