bug-groff
[Top][All Lists]
Advanced

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

[bug #63967] [eqn] add "gifont" as synonym of "gfont"


From: G. Branden Robinson
Subject: [bug #63967] [eqn] add "gifont" as synonym of "gfont"
Date: Mon, 10 Jul 2023 04:41:17 -0400 (EDT)

Update of bug #63967 (project groff):

                  Status:         Ready for Merge => Fixed                  
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #4:


commit b61bc67be4e4fbb078e0e6cc0de9352f2ab4a845
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
Date:   Fri Apr 14 14:59:55 2023 -0500

    [eqn]: Implement new "gifont" primitive.
    
    * src/preproc/eqn/eqn.ypp: Add token "GFONT" (to supplement "GIFONT",
      already renamed from "GFONT".
    
    * src/preproc/eqn/lex.cpp (struct token_table): Map "gifont" and "gfont"
      inputs to "GIFONT" and "GFONT" tokens.
    
      (do_gfont, do_gifont): Employ parallel implementations, differing only
      in diagnostic message text.
    
      (yylex): Handle token "GFONT" by calling `do_gfont()`.
    
    * src/preproc/eqn/eqn.1.man (New primitives, Fonts, Options, Bugs):
      Document it.
    
    * NEWS: Add item.
    
    Fixes <https://savannah.gnu.org/bugs/?63967>.  Thanks to Damian
    McGuckin, Doug McIlroy, and Ralph Corderoy for support and suggestions.




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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