Jim Meyering
bbc1bdb771
maint: update copyright dates
2026-01-02 16:52:26 -08:00
Bruno Haible
088ba9f064
doc: reference continuous integration URLs
...
* README-hacking (Continuous integration): New section:
list the gitlab and github CI links.
2025-01-05 08:29:10 -08:00
Jim Meyering
d65b41664a
maint: update all copyright dates via "make update-copyright"
2025-01-03 09:47:07 -08:00
Jim Meyering
6c88db1f7b
maint: make update-copyright
2024-01-05 09:01:59 -08:00
Paul Eggert
75a38113a7
doc: update README-hacking
...
* README-hacking: Update for current bootstrap.
2023-02-05 14:01:54 -08:00
Jim Meyering
86543b9630
maint: prefer https: to git:
...
The idea is to defend against some adversary-in-the-middle attacks.
Also prefer git.savannah.gnu.org over its shorter alias, git.sv.gnu.org
to avoid a warning e.g., from git clone.
Also, drop any final ".git" suffix on the resulting URIs.
Inspired by Paul Eggert's nearly identical changes to coreutils.
2023-02-04 21:47:04 -08:00
Jim Meyering
47a1f46f08
maint: update copyright dates
2023-01-01 17:19:37 -08:00
Jim Meyering
aec523d3a4
maint: make update-copyright
2022-01-03 11:49:11 -08:00
Paul Eggert
5a4339a609
maint: modernize README-{hacking,prereq}
2021-10-30 16:30:19 -07:00
Jim Meyering
22fb055cca
maint: update all copyright year number ranges
...
Run "make update-copyright" and then...
* gnulib: Update to latest with copyright year adjusted.
* tests/init.sh: Sync with gnulib to pick up copyright year.
* bootstrap: Likewise.
2021-01-01 17:37:49 -08:00
Jim Meyering
351f87d0c4
maint: update all copyright year number ranges
...
Run "make update-copyright" and then...
* gnulib: Update to latest with copyright year adjusted.
* tests/init.sh: Sync with gnulib to pick up copyright year.
* bootstrap: Likewise.
2020-01-01 09:33:03 -08:00
Jim Meyering
197d7d492f
maint: update all copyright dates via "make update-copyright"
...
* gnulib: Also update submodule for its copyright updates.
2019-01-01 19:02:28 -08:00
Jim Meyering
4a38f715f1
maint: update gnulib and copyright dates for 2018
...
* gnulib: Update to latest.
* all files: Run "make update-copyright".
* bootstrap: Update from gnulib.
2018-01-06 16:51:19 -08:00
Jim Meyering
90106d33ab
maint: update gnulib and copyright dates for 2017
...
* gnulib: Update to latest.
* all files: Run "make update-copyright".
2017-01-01 03:22:44 -08:00
Jim Meyering
7346a03010
maint: update copyright year, bootstrap, init.sh
...
Run "make update-copyright" and then...
* gnulib: Update to latest.
* tests/init.sh: Update from gnulib.
* bootstrap: Likewise.
2016-01-01 18:00:08 -08:00
Jim Meyering
29e8de4885
maint: update copyright year ranges to include 2015; update gnulib
2015-01-01 22:31:27 -08:00
Jim Meyering
a0483cb2fc
maint: update all copyright year number ranges
...
Run "make update-copyright".
2013-01-04 11:13:02 +01:00
Paul Eggert
62ca21c8c1
maint: quote 'like this' or "like this", not `like this'
...
This is in response to a recent change in the GNU coding standards,
which now suggest quoting 'like this' or "like this", instead of
`like this' or ``like this''.
* HACKING, NEWS, README, README-hacking, TODO, doc/diagmeet.note:
* doc/diffutils.texi, ms/config.bat, ms/config.site:
* src/analyze.c, src/cmp.c, src/context.c, src/diff.c:
* src/diff.h, src/diff3.c, src/dir.c, src/ifdef.c, src/io.c:
* src/sdiff.c, src/side.c, src/system.h, src/util.c:
* tests/help-version:
Quote 'like this' or "like this" in commentary.
* cfg.mk (old_NEWS_hash): Adjust to reflect new NEWS quoting.
* man/help2man: Update to 1.40.4 version, with quoting fixed as above.
* po/en.po: Remove translation involving `, as it's no longer needed.
* src/cmp.c (try_help, specify_ignore_initial, usage, main):
* src/diff.c (main, try_help, option_help_msgid, specify_value)
(compare_files):
* src/diff3.c (main, try_help, option_help_msgid, usage)
(read_diff):
* src/dir.c (compare_names):
* src/sdiff.c (try_help, usage, check_child_status, main):
* src/util.c (finish_output):
* tests/help-version:
Quote 'like this' in output.
2012-01-25 23:54:38 -08:00
Jim Meyering
45110a7927
maint: update all copyright year number ranges
...
Run "make update-copyright".
2012-01-01 09:32:41 +01:00
Karl Berry
0b7299f98e
maint: update README-hacking
...
* README-hacking: Update a la coreutils for git, etc.
2011-05-23 19:23:48 +02:00
Jim Meyering
ce5367b6b3
maint: update copyright year ranges to include 2011
...
Run "make update-copyright", so "make syntax-check" works in 2011.
2011-01-03 22:13:35 +01:00
Jim Meyering
6a44886e24
maint: update all FSF copyright year lists to include 2010
...
Use this command:
git ls-files |grep -vE '^(\..*|COPYING|gnulib)$' |xargs \
env UPDATE_COPYRIGHT_USE_INTERVALS=1 build-aux/update-copyright
2010-01-01 16:18:27 +01:00
Jim Meyering
9bfafb33a6
admin: update all copyright notices to include the year 2009
2009-11-11 22:18:37 +01:00
Paul Eggert
43e4846f11
* COPYING: New file.
...
* AUTHORS: Update from GPLv2 to GPLv3.
* Makefile.am: Likewise.
* NEWS: Likewise.
* README: Likewise.
* README-hacking: Likewise.
* bootstrap: Likewise.
* bootstrap.conf: Likewise.
* configure.ac: Likewise.
* exgettext: Likewise.
* doc/Makefile.am: Likewise.
* lib/Makefile.am: Likewise.
* lib/cmpbuf.c: Likewise.
* lib/cmpbuf.h: Likewise.
* lib/prepargs.c: Likewise.
* m4/vararrays.m4: Likewise.
* man/Makefile.am: Likewise.
* ms/Makefile.am: Likewise.
* ms/README: Likewise.
* ms/config.bat: Likewise.
* ms/config.sed: Likewise.
* ms/config.site: Likewise.
* po/POTFILES.in: Likewise.
* src/Makefile.am: Likewise.
* src/analyze.c: Likewise.
* src/cmp.c: Likewise.
* src/context.c: Likewise.
* src/diff.c: Likewise.
* src/diff.h: Likewise.
* src/diff3.c: Likewise.
* src/dir.c: Likewise.
* src/ed.c: Likewise.
* src/io.c: Likewise.
* src/normal.c: Likewise.
* src/sdiff.c: Likewise.
* src/system.h: Likewise.
* src/util.c: Likewise.
2007-07-19 17:45:29 +00:00
Paul Eggert
c7f95e3605
* bootstrap: Sync from gnulib.
...
* src/cmp.c: Don't include exit.h; no longer needed.
* src/diff.c: Likewise.
* src/sdiff.c: Likewise.
* src/dir.c: Don't include strcase.h; no longer needed.
* README-alpha: Remove, replacing with:
* README-hacking: New file, taken from coreutils with some changes.
The rename is required by the change to 'bootstrap'.
2007-04-04 22:08:14 +00:00