groff-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[groff] 02/02: src/roff/troff/input.cpp: Update comments.


From: G. Branden Robinson
Subject: [groff] 02/02: src/roff/troff/input.cpp: Update comments.
Date: Tue, 31 Mar 2020 11:20:03 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit 7b9467a62d0bb07e07fb239157dea87cc12fbe00
Author: G. Branden Robinson <address@hidden>
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 (address@hidden)
 
 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]