bug-groff
[Top][All Lists]
Advanced

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

[bug #59835] [PATCH] add support for strsignal


From: G. Branden Robinson
Subject: [bug #59835] [PATCH] add support for strsignal
Date: Thu, 14 Jan 2021 09:32:05 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0

Update of bug #59835 (project groff):

                  Status:             In Progress => Fixed                  
             Open/Closed:                    Open => Closed                 
         Planned Release:                    None => 1.23.0                 

    _______________________________________________________

Follow-up Comment #1:


commit e59589a4cb7c2b5fafad36ddecf12dda92cc5b33
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
Date:   Sun Jan 10 19:18:25 2021 +1100

    src/roff/groff/pipeline.c: Use strsignal().
    
    POSIX.1-2008 added strsignal() to the C library and recommended its use
    over sys_siglist[], but groff's pipeline management hadn't been updated
    in that respect since that time.
    
    * configure.ac: Check for strsignal().
    * src/roff/groff/pipeline.c (xstrsignal): Use return value of
      strsignal() if it is available.
    
    Thanks to an anonymous contributor for the report and the patch.
    
    Fixes <https://savannah.gnu.org/bugs/?59835>.


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?59835>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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