[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[groff] 01/10: ChangeLog: Clarify old entry.
From: |
G. Branden Robinson |
Subject: |
[groff] 01/10: ChangeLog: Clarify old entry. |
Date: |
Thu, 17 Oct 2024 20:39:40 -0400 (EDT) |
gbranden pushed a commit to branch master
in repository groff.
commit 4465cf3c9d100c8f0158103c0d3e5ed09d23a3d7
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Thu Oct 17 10:13:31 2024 -0500
ChangeLog: Clarify old entry.
---
ChangeLog | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 10e97ee97..840e06e28 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -185,13 +185,14 @@
2024-10-11 G. Branden Robinson <g.branden.robinson@gmail.com>
- * src/devices/grops/psrm.cpp (read_uint_arg): Thirty years ago
- {see "ChangeLog.old"}, James Clark converted some code in
- grolj4(1) from strtoul(3) to strtol(3), possibly because the
- function was not widespread or standardized. Presumably that
- lesson was applied here as well. It's standard now, in ISO C99,
- for which we require compiler support. Migrate text-to-integer
- conversion and discard diagnosis of negative value.
+ * src/devices/grops/psrm.cpp (read_uint_arg): Migrate from
+ `strtol()` to `strtoul()`. Thirty years ago {see
+ "ChangeLog.old"}, James Clark converted some code in grolj4(1)
+ from strtoul(3) to strtol(3), possibly because the function was
+ not widespread or standardized. Presumably that lesson was
+ applied here as well. It's standard now, in ISO C99, for which
+ we require compiler support. Migrate text-to-integer conversion
+ and discard diagnosis of negative value.
2024-10-11 Deri James <deri@chuzzlewit.myzen.co.uk>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [groff] 01/10: ChangeLog: Clarify old entry.,
G. Branden Robinson <=