summaryrefslogtreecommitdiff
path: root/doc/maintain.texi
Commit message (Collapse)AuthorAgeFilesLines
* autoupdateKarl Berry2022-02-271-51/+336
|
* license: fix GPLv3 texts to use a comma instead of semicolon.Bernhard Voelker2022-01-051-2/+2
| | | | | | | | | See: https://www.gnu.org/licenses/gpl-3.0.html#howto Run: $ git grep -l 'Foundation; either version 3' \ | xargs sed -i '/Foundation; either version 3/ s/n; e/n, e/' * All files using GPLv3: Adjust via the above command.
* autoupdateKarl Berry2021-06-261-18/+16
|
* autoupdateKarl Berry2020-08-241-8/+16
|
* autoupdateKarl Berry2020-06-021-10/+10
|
* autoupdateKarl Berry2020-04-251-2/+2
|
* autoupdateKarl Berry2020-01-301-9/+7
|
* autoupdateKarl Berry2019-12-091-4/+4
|
* autoupdatePaul Eggert2019-08-211-6/+34
|
* autoupdateKarl Berry2019-06-231-3/+2
|
* autoudpateKarl Berry2019-06-201-2/+3
|
* autoupdate (removing trailing white space from config.guess)Paul Eggert2019-04-301-3/+2
|
* autoupdateKarl Berry2018-12-061-3/+2
|
* autoupdateKarl Berry2018-12-041-8/+10
|
* autoupdateKarl Berry2018-11-231-1/+3
|
* autoupdateKarl Berry2018-10-241-1/+51
|
* ; autoupdatePaul Eggert2018-08-221-3/+3
|
* autoupdateKarl Berry2018-03-131-2/+2
|
* autoupdateKarl Berry2018-03-121-2/+2
|
* autoupdatePaul Eggert2018-03-111-2/+2
|
* autoupdateKarl Berry2018-03-111-2/+2
|
* autoupdatePaul Eggert2018-03-071-2/+2
|
* autoupdateKarl Berry2018-01-011-1/+1
|
* autoupdatePaul Eggert2018-01-011-1/+1
|
* autoupdateKarl Berry2017-11-271-11/+43
|
* autoupdateKarl Berry2017-11-131-1/+1
|
* 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-10-171-9/+13
|
* autoupdatePaul Eggert2017-10-011-55/+55
|
* autoupdateKarl Berry2017-09-221-1/+5
|
* autoupdateKarl Berry2017-09-211-52/+78
|
* Revert copyright-year change to synced filesPaul Eggert2017-01-021-1/+3
| | | | | Problem reported by Karl Berry in: http://lists.gnu.org/archive/html/bug-gnulib/2017-01/msg00019.html
* version-etc: new yearPaul Eggert2017-01-011-3/+1
| | | | | | | | | | * 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. * all files: Run 'make update-copyright'.
* autoupdateKarl Berry2016-07-221-11/+11
|
* autoupdateKarl Berry2016-07-191-10/+11
|
* autoupdateKarl Berry2015-12-241-5/+11
|
* autoupdateKarl Berry2015-05-081-6/+8
|
* autoupdateKarl Berry2015-04-241-4/+11
|
* doc: update FDL template to match FDL examples.Simon Josefsson2015-04-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | * doc/alloca-opt.texi: * doc/alloca.texi: * doc/c-ctype.texi: * doc/c-strcase.texi: * doc/c-strcaseeq.texi: * doc/c-strcasestr.texi: * doc/c-strstr.texi: * doc/c-strtod.texi: * doc/c-strtold.texi: * doc/ctime.texi: * doc/error.texi: * doc/gcd.texi: * doc/gnulib-tool.texi: * doc/inet_ntoa.texi: * doc/intprops.texi: * doc/lib-symbol-visibility.texi: * doc/maintain.texi: * doc/parse-datetime.texi: * doc/quote.texi: * doc/regexprops-generic.texi: * doc/standards.texi: Remove spurious 'with' in FDL license template.
* autoupdateKarl Berry2014-12-261-2/+2
|
* autoupdateKarl Berry2014-12-191-6/+6
|
* autoupdateKarl Berry2014-11-291-3/+4
|
* autoupdateKarl Berry2014-05-151-3/+4
|
* autoupdateKarl Berry2014-03-191-9/+40
|
* autoupdateKarl Berry2013-10-101-9/+20
|
* autoupdateKarl Berry2013-09-131-3/+3
|
* autoupdateKarl Berry2013-08-221-9/+12
|
* autoupdateKarl Berry2013-07-191-7/+16
|
* autoupdateKarl Berry2013-05-101-6/+3
|
* autoupdateKarl Berry2013-04-281-3/+7
|