gbranden pushed a commit to branch master
in repository groff.

commit caaa2f94e4c48fadc839b10efb2aa7aa69e56a3b
Author: G. Branden Robinson <[email protected]>
AuthorDate: Sat Jul 13 15:38:41 2024 -0500

    ChangeLog: Add bug closers for Savannah #65451.
---
 ChangeLog | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index eb60278fb..3c8076194 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -185,28 +185,38 @@
        ERANGE to reject high values.  The test 'n > INT_MAX' would
        never be true.
 
+       Fixes <https://savannah.gnu.org/bugs/?65451> (10/10).
+
 2024-03-16  Alejandro Colomar <[email protected]>
 
        * src/utils/indxbib/indxbib.cpp (check_integer_arg): Collapse
        related tests.
 
+       Fixes <https://savannah.gnu.org/bugs/?65451> (09/10).
+
 2024-03-16  Alejandro Colomar <[email protected]>
 
        * src/utils/indxbib/indxbib.cpp (check_integer_arg): Remove dead
        code.  The tests (LONG_MAX > INT_MAX && n > INT_MAX) and (n >
        INT_MAX) are equivalent.
 
+       Fixes <https://savannah.gnu.org/bugs/?65451> (08/10).
+
 2024-03-16  Alejandro Colomar <[email protected]>
 
        * src/utils/indxbib/indxbib.cpp (check_integer_arg): Clear
        `errno` before calling `strtol()`.  Otherwise, `errno` may hold
        `ERANGE` from before.  See strtol(3).
 
+       Fixes <https://savannah.gnu.org/bugs/?65451> (07/10).
+
 2024-03-16  Alejandro Colomar <[email protected]>
 
        * src/utils/indxbib/indxbib.cpp (check_integer_arg): Don't
        `else` after [[noreturn]].
 
+       Fixes <https://savannah.gnu.org/bugs/?65451> (06/10).
+
 2024-03-16  Alejandro Colomar <[email protected]>
 
        [libgroff,libbib,indxbib]: Add, use `ceil_prime()`.
@@ -228,12 +238,16 @@
        * src/utils/indxbib/indxbib.cpp (main): And use it where the
        same logic was being open-coded.
 
+       Fixes <https://savannah.gnu.org/bugs/?65451> (05/10).
+
 2024-03-16  Alejandro Colomar <[email protected]>
 
        * src/devices/grolbp/lbp.cpp (main): Remove bogus (and
        redundant) check.  `str == end` can only happen if strtol(3)
        returns 0.
 
+       Fixes <https://savannah.gnu.org/bugs/?65451> (04/10).
+
 2024-03-16  Alejandro Colomar <[email protected]>
 
        * src/devices/grodvi/dvi.cpp
@@ -257,18 +271,24 @@
        after strtol(3).  `str == end` can only happen if strtol(3)
        returns 0.
 
+       Fixes <https://savannah.gnu.org/bugs/?65451> (03/10).
+
 2024-03-16  Alejandro Colomar <[email protected]>
 
        * src/libs/libgroff/curtime.cpp (current_time): Remove dead
        code.  strtol(3) can only report ERANGE, if the base is valid
        {and it is}.
 
+       Fixes <https://savannah.gnu.org/bugs/?65451> (02/10).
+
 2024-03-16  Alejandro Colomar <[email protected]>
 
        * src/libs/libgroff/curtime.cpp (current_time): Remove redundant
        checks.  ERANGE can only happen if strtol(3) returns either
        LONG_MIN or LONG_MAX.
 
+       Fixes <https://savannah.gnu.org/bugs/?65451> (01/10).
+
 2024-07-12  G. Branden Robinson <[email protected]>
 
        [nroff]: Support argument clustering.

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

Reply via email to