groff-commit
[Top][All Lists]
Advanced

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

[groff] 01/16: ChangeLog: Clean out cruft from old entry.


From: G. Branden Robinson
Subject: [groff] 01/16: ChangeLog: Clean out cruft from old entry.
Date: Sat, 16 Mar 2024 01:48:50 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit c69a3544822a6c4f61846a5a9153bb324717afda
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
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



reply via email to

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