gbranden pushed a commit to branch master
in repository groff.
commit 7b9467a62d0bb07e07fb239157dea87cc12fbe00
Author: G. Branden Robinson <[email protected]>
AuthorDate: Wed Apr 1 01:57:27 2020 +1100
src/roff/troff/input.cpp: Update comments.
Fix groff version reference in comment. We did actually release 1.22.4.
Also bump copyright year; significant* non-cosmetic changes to this file
were made in 2019 and this year. (I know that a script can be directed
to come around and bump the copyright year on this file even if, say,
only whitespace changes were made, or no changes at all, but I dislike
that practice. In my view, "copyrightable work" is a legal concept
inaccessible to machines.)
* as in "measurable", not "important"
---
src/roff/troff/input.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/roff/troff/input.cpp b/src/roff/troff/input.cpp
index 7bbdab4..ba3842b 100644
--- a/src/roff/troff/input.cpp
+++ b/src/roff/troff/input.cpp
@@ -1,5 +1,5 @@
// -*- C++ -*-
-/* Copyright (C) 1989-2018 Free Software Foundation, Inc.
+/* Copyright (C) 1989-2020 Free Software Foundation, Inc.
Written by James Clark ([email protected])
This file is part of groff.
@@ -5027,7 +5027,7 @@ static int get_line_arg(units *n, unsigned char si,
charinfo **cp)
return 0;
}
-// In groff prior to 1.22.4, read_size() (below) had an idiom of doing:
+// In groff prior to 1.22.5, read_size() (below) had an idiom of doing:
// tok.next();
// c = tok.ch();
// ...without checking the token for EOF or newline. Let's do better.
_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit