groff-commit
[Top][All Lists]
Advanced

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

[groff] 20/33: ChangeLog: Fix thinko, style nit in old entries.


From: G. Branden Robinson
Subject: [groff] 20/33: ChangeLog: Fix thinko, style nit in old entries.
Date: Sun, 16 Oct 2022 15:52:19 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit 189a10c36a8aaff5edf644d36912a6ceeb6b0a9e
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Wed Oct 12 12:33:22 2022 -0500

    ChangeLog: Fix thinko, style nit in old entries.
    
    * Name correct m4 macro.
    * Drop spurious newline.
    * Fix typo.
    * Clarify grievance against ASAN to inflate my self-righteousness.
---
 ChangeLog | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 3811778a9..00cb3adf4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -75,7 +75,7 @@
        configure option, if present.  This populates the "Foundry" file
        generated by the build, causing gropdf to search there first.
        (GROFF_URW_FONTS_PATH): Stop `AC_SUBST`ing `urwfontsdir` here.
-       (GROFF_URW_FONTS_CHECK): `AC_REQUIRE` `GROFF_URW_FONTS_CHECK` to
+       (GROFF_URW_FONTS_CHECK): `AC_REQUIRE` `GROFF_URW_FONTS_PATH` to
        be run first.  If `urwfontsdir` is not null, search only there
        for URW fonts.  Assign `urwfontsdir` the value of the directory
        in which the fonts are found.  Assign it an empty value if none
@@ -213,8 +213,7 @@
        - parenthesised     -> is_parenthesized
        - rigid             -> is_mandatory
        (is_valid_expression_start, is_valid_expression, is_valid_term):
-       Return Boolean
-       rather than integer literals.
+       Return Boolean rather than integer literals.
        (get_vunits, get_hunits, get_number_rigidly, get_number)
        (get_integer): Update call sites of renamed functions.  Replace
        Boolean-valued integer literals used as Booleans with Boolean
@@ -439,7 +438,7 @@
        {column count} of the previous pending footnote, to zero,
        meaning there is no previous pending footnote.
        (@o): Emit diagnostic when flushing footnotes into a different
-       column layout then the pending footnote last added.  Set `_f` to
+       column layout than the pending footnote last added.  Set `_f` to
        zero.
        ((f): Emit diagnostic when enqueueing footnote using a different
        column layout than the previous pending footnote used.  Set `_f`
@@ -705,8 +704,8 @@
        thereafter as `const`.  This attempts to work around an apparent
        false positive from AddressSanitizer.  If it doesn't pacify
        ASAN, please explain to me how constant structure members
-       initialized to string literals and function pointers within the
-       translation unit can ever be null.  If that is infeasible,
+       initialized to string literals and pointers to functions within
+       the translation unit can ever be null.  If that is infeasible,
        please report a bug to your compiler vendor.
 
        Fixes (addresses, at any rate) https://savannah.gnu.org/bugs/\



reply via email to

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