gbranden pushed a commit to branch master
in repository groff.

commit 9964d8a09a948fb07d5e0bb6e6bb63c3ee005b90
Author: G. Branden Robinson <[email protected]>
AuthorDate: Fri Jul 17 18:56:55 2026 -0500

    [grog]: Recognize new `rhw` request.
    
    * src/utils/grog/grog.pl: Update `request` list to include groff 1.25's
      new `rhw` request.
---
 ChangeLog              |  5 +++++
 src/utils/grog/grog.pl | 20 ++++++++++----------
 2 files changed, 15 insertions(+), 10 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 20fc46980..6883c73e8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2026-07-17  G. Branden Robinson <[email protected]>
+
+       * src/utils/grog/grog.pl: Update `request` list to include groff
+       1.25's new `rhw` request.
+
 2026-07-18  G. Branden Robinson <[email protected]>
 
        * tmac/s.tmac (fn@init): Trivially refactor.  Drop now nilpotent
diff --git a/src/utils/grog/grog.pl b/src/utils/grog/grog.pl
index 76a42a081..d7d926689 100644
--- a/src/utils/grog/grog.pl
+++ b/src/utils/grog/grog.pl
@@ -325,7 +325,7 @@ sub interpret_line {
 
   # XXX: Handle .rm as well?
 
-  # These are all requests supported by groff 1.24.0.
+  # These are all requests supported by groff 1.25.0.
   my @request = ('ab', 'ad', 'af', 'aln', 'als', 'am', 'am1', 'ami',
                 'ami1', 'as', 'as1', 'asciify', 'backtrace', 'bd',
                 'blm', 'box', 'boxa', 'bp', 'br', 'brp', 'break', 'c2',
@@ -345,15 +345,15 @@ sub interpret_line {
                 'opena', 'os', 'output', 'pc', 'pchar', 'pcolor',
                 'pcomposite', 'pev', 'pfp', 'pftr', 'phw', 'pi', 'pl',
                 'pline', 'pm', 'pn', 'pnr', 'po', 'ps', 'psbb', 'pso',
-                'pvs', 'pwh', 'rchar', 'rd', 'return', 'rfschar', 'rj',
-                'rm', 'rn', 'rnn', 'rr', 'rs', 'rt', 'schar', 'shc',
-                'shift', 'sizes', 'so', 'soquiet', 'sp', 'special',
-                'spreadwarn', 'ss', 'stringdown', 'stringup', 'sty',
-                'substring', 'sv', 'sy', 'ta', 'tc', 'ti', 'tkf', 'tl',
-                'tm', 'tm1', 'tmc', 'tr', 'trf', 'trin', 'trnt',
-                'troff', 'uf', 'ul', 'unformat', 'vpt', 'vs', 'warn',
-                'warnscale', 'wh', 'while', 'write', 'writec',
-                'writem');
+                'pvs', 'pwh', 'rchar', 'rd', 'return', 'rfschar',
+                'rhw', 'rj', 'rm', 'rn', 'rnn', 'rr', 'rs', 'rt',
+                'schar', 'shc', 'shift', 'sizes', 'so', 'soquiet',
+                'sp', 'special', 'spreadwarn', 'ss', 'stringdown',
+                'stringup', 'sty', 'substring', 'sv', 'sy', 'ta', 'tc',
+                'ti', 'tkf', 'tl', 'tm', 'tm1', 'tmc', 'tr', 'trf',
+                'trin', 'trnt', 'troff', 'uf', 'ul', 'unformat', 'vpt',
+                'vs', 'warn', 'warnscale', 'wh', 'while', 'write',
+                'writec', 'writem');
 
   # Ignore all other requests.  Again, macro names can contain Perl
   # regex metacharacters, so be careful.

_______________________________________________
groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to