Follow-up Comment #17, bug #67735 (group groff):
commit 7fbd43686da3c386e1eada467f8d90d6862c77c6 Author: G. Branden Robinson <[email protected]> Date: Wed Apr 8 18:41:40 2026 -0500 src/roff/troff/number.cpp: Refactor. * src/roff/troff/number.cpp: Migrate `valid_scaling_units` global constant from type array-of-`char` to a groff `string`. (is_valid_term): Employ `contains()` function of `valid_scaling_units`'s new type instead of the standard C library's strchr(3). Continues the long process of fixing Savannah #67735. commit 5c9346a2850f50c44f0eb2150e65f0be9e708bc7 Author: G. Branden Robinson <[email protected]> Date: Wed Apr 8 23:50:38 2026 -0500 src/roff/troff/number.cpp: Slightly refactor. * src/roff/troff/number.cpp (is_valid_term): Compare local `scaling_unit` and return value of `token::char()` to literals of type `unsigned char` instead of signed literals for conceptual clarity. "groff characters" are, for now, unsigned bytes. Continues the long process of fixing Savannah #67735. _______________________________________________________ Reply to this item at: <https://savannah.gnu.org/bugs/?67735> _______________________________________________ Message sent via Savannah https://savannah.gnu.org/
signature.asc
Description: PGP signature
