gbranden pushed a commit to branch master
in repository groff.

commit 1b01538fdad56fa8d863b4160b694eeaee84266d
Author: G. Branden Robinson <g.branden.robin...@gmail.com>
AuthorDate: Fri Jul 26 13:48:30 2024 -0500

    ChangeLog: Correct bug closers in old entries.
---
 ChangeLog | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 751d40c90..011fe7e77 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -420,14 +420,14 @@
        ERANGE to reject high values.  The test 'n > INT_MAX' would
        never be true.
 
-       Fixes <https://savannah.gnu.org/bugs/?65451> (10/10).
+       Fixes <https://savannah.gnu.org/bugs/?65451> (6/6).
 
 2024-03-16  Alejandro Colomar <a...@kernel.org>
 
        * src/utils/indxbib/indxbib.cpp (check_integer_arg): Collapse
        related tests.
 
-       Fixes <https://savannah.gnu.org/bugs/?65451> (09/10).
+       Fixes <https://savannah.gnu.org/bugs/?65452> (4/4).
 
 2024-03-16  Alejandro Colomar <a...@kernel.org>
 
@@ -435,7 +435,7 @@
        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).
+       Fixes <https://savannah.gnu.org/bugs/?65452> (3/4).
 
 2024-03-16  Alejandro Colomar <a...@kernel.org>
 
@@ -443,14 +443,14 @@
        `errno` before calling `strtol()`.  Otherwise, `errno` may hold
        `ERANGE` from before.  See strtol(3).
 
-       Fixes <https://savannah.gnu.org/bugs/?65451> (07/10).
+       Fixes <https://savannah.gnu.org/bugs/?65452> (2/4).
 
 2024-03-16  Alejandro Colomar <a...@kernel.org>
 
        * src/utils/indxbib/indxbib.cpp (check_integer_arg): Don't
        `else` after [[noreturn]].
 
-       Fixes <https://savannah.gnu.org/bugs/?65451> (06/10).
+       Fixes <https://savannah.gnu.org/bugs/?65452> (1/4).
 
 2024-03-16  Alejandro Colomar <a...@kernel.org>
 
@@ -473,7 +473,7 @@
        * 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).
+       Fixes <https://savannah.gnu.org/bugs/?65451> (5/6).
 
 2024-03-16  Alejandro Colomar <a...@kernel.org>
 
@@ -481,7 +481,7 @@
        redundant) check.  `str == end` can only happen if strtol(3)
        returns 0.
 
-       Fixes <https://savannah.gnu.org/bugs/?65451> (04/10).
+       Fixes <https://savannah.gnu.org/bugs/?65451> (4/6).
 
 2024-03-16  Alejandro Colomar <a...@kernel.org>
 
@@ -506,7 +506,7 @@
        after strtol(3).  `str == end` can only happen if strtol(3)
        returns 0.
 
-       Fixes <https://savannah.gnu.org/bugs/?65451> (03/10).
+       Fixes <https://savannah.gnu.org/bugs/?65451> (3/6).
 
 2024-03-16  Alejandro Colomar <a...@kernel.org>
 
@@ -514,7 +514,7 @@
        code.  strtol(3) can only report ERANGE, if the base is valid
        {and it is}.
 
-       Fixes <https://savannah.gnu.org/bugs/?65451> (02/10).
+       Fixes <https://savannah.gnu.org/bugs/?65451> (2/6).
 
 2024-03-16  Alejandro Colomar <a...@kernel.org>
 
@@ -522,7 +522,7 @@
        checks.  ERANGE can only happen if strtol(3) returns either
        LONG_MIN or LONG_MAX.
 
-       Fixes <https://savannah.gnu.org/bugs/?65451> (01/10).
+       Fixes <https://savannah.gnu.org/bugs/?65451> (1/6).
 
 2024-07-12  G. Branden Robinson <g.branden.robin...@gmail.com>
 

_______________________________________________
Groff-commit mailing list
Groff-commit@gnu.org
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to