gbranden pushed a commit to branch master
in repository groff.

commit c69a3544822a6c4f61846a5a9153bb324717afda
Author: G. Branden Robinson <[email protected]>
AuthorDate: Wed Mar 13 15:20:31 2024 -0500

    ChangeLog: Clean out cruft from old entry.
---
 ChangeLog | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 9bfaa9e6f..3189963df 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,13 +6,11 @@
        table of size 1 is pointless.
        (check_integer_arg): Try to be more robust in the fact of
        C/C++'s notorious lax integer sizing practices.  We might
-       consider gnulib's "xstrtol" module.  Check `errno` for `ERANGE`
-       after calling `strtoll()` and add range-oriented fatal
-       diagnostic.  Promote other `-h` argument validation errors to
-       `fatal()`.  Only perform a comparison against INT_MAX if
-       LONG_MAX is larger than INT_MAX in the first place.  Report the
-       supported range in range diagnostics.  Use C++- instead of
-       C-style type cast of result.
+       consider gnulib's "xstrtol" module.  Promote `-h` argument
+       validation errors to `fatal()`.  Only perform a comparison
+       against INT_MAX if LONG_MAX is larger than INT_MAX in the first
+       place.  Report the supported range in range diagnostics.  Use
+       C++- instead of C-style type cast of result.
 
        Mitigates, but arguably does not fix,
        https://savannah.gnu.org/bugs/?65452>.  Thanks to Alex Colomar

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

Reply via email to