Update of bug #66815 (group groff):

                  Status:                    None => Fixed
             Open/Closed:                    Open => Closed

    _______________________________________________________

Follow-up Comment #8:

Re-fixed.


commit f017b8e4b2b2b709ec45cb8edb1660ba0c89371e
Author: G. Branden Robinson <g.branden.robin...@gmail.com>
Date:   Sun Mar 2 09:56:17 2025 -0600

    Revert "[troff]: Improve `node` types' const-correctness."
    
    This inadvertently broke the fix for Savannah #66815--in record time!
    
    The problem is that I marked as `const` some objects that had `FILE *`
    member variables, and writing to the output stream does, in fact, mutate
    its state.  (Recall our friend the stream pointer, exposed via fseek(3)
    and ftell(3).)
    
    This reverts commit d667af72e162c3ef269f7da269ab75f186ad9e4c.




    _______________________________________________________

Reply to this item at:

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

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

Attachment: signature.asc
Description: PGP signature

Reply via email to