|
7b089321
|
2025-01-01T09:24:36
|
|
maint: run 'make update-copyright'
|
|
5b92dd0a
|
2024-01-01T10:31:48
|
|
maint: run 'make update-copyright'
|
|
295cc7fb
|
2023-06-08T14:53:51
|
|
Spelling fixes
Most of these were reported by Josh Soref <jsoref@gmail.com> in:
https://lists.gnu.org/r/bug-gnulib/2023-06/msg00057.html
except that some are omitted because the original is OK (e.g.,
"obsolescent"), and some are omitted because they are upstream
files and I've fixed them upstream or have filed bug reports,
and I made a few nearby corrections to grammar.
|
|
32a72f45
|
2023-01-01T01:14:21
|
|
maint: run 'make update-copyright'
|
|
87e6634b
|
2022-01-04T00:16:50
|
|
license: fix GPLv3 texts to use a comma instead of semicolon.
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.
|
|
eec12c00
|
2022-01-01T09:43:19
|
|
maint: run 'make update-copyright'
|
|
4b948321
|
2021-01-01T07:28:52
|
|
maint: run 'make update-copyright'
|
|
7d7d3c0a
|
2020-11-18T08:14:37
|
|
vcs-to-changelog: Expect spaces in file names
Reported by Thierry Bothorel <thierry.bothorel@zaclys.net> in
<https://lists.gnu.org/archive/html/bug-gnulib/2020-11/msg00040.html>,
* build-aux/vcstocl/vcs_git.py (exec_git_cmd): Do not transform
tabs to spaces.
(list_changes): Use tabs to identify file names.
|
|
a8dcb5ec
|
2020-08-20T08:43:47
|
|
Sync up ProjectQuirks comments and documentation
Transform the ProjectQuirks comments into a docstring so that it can
be accessed from python as ProjectQuirks.__doc__ and harmonize
descriptions with the documentation.
* build-aux/vcstocl/projectquirks.py (ProjectQuirks):
Transform comments into a docstring.
* doc/vcs-to-changelog.texi: Sync up description with
comments.
|
|
6ca8bb18
|
2020-08-20T08:43:46
|
|
Split ProjectQuirks out into its own file
ProjectQuirks is used by external quirks files and importing it from
vcs-to-changelog.py is broken since it was renamed to use hyphens. It
is cleaner to put it in its own file anyway.
* build-aux/vcstocl/projectquirks.py: A new file...
* build-aux/vcs-to-changelog.py (ProjectQuirks): ...to which
we move ProjectQuirks and import the file.
|
|
020f5190
|
2020-01-16T21:41:34
|
|
vcs-to-changelog: Fix parsing of fndecl without args.
* build-aux/vcstocl/frontend_c.py (FNDECL_RE): Fix regular
expression for empty arguments.
|
|
fb845373
|
2020-01-16T12:49:54
|
|
vcs-to-changelog: Fix formatting of ChangeLog output.
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.
|
|
62503afc
|
2020-01-16T12:49:53
|
|
vcs-to-changelog: Drop python3 shebang from frontend_c.py
frontend_c.py is not executed directly and hence does not need it.
* build-aux/vcstocl/frontend_c.py: Remove shebang.
|
|
2cdc1baf
|
2020-01-01T00:00:18
|
|
maint: Run 'make update-copyright'
|
|
d8e3c8a5
|
2019-10-31T21:28:49
|
|
vcs-to-changelog: New script to generate ChangeLog-like output.
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.
|