Module Name: src Committed By: rillig Date: Fri Feb 16 18:09:16 UTC 2024
Modified Files: src/common/lib/libutil: snprintb.c src/tests/lib/libutil: t_snprintb.c Log Message: snprintb: fix '=' and ':' for 8-bit values on platforms with signed char Previously, '=' and ':' worked only on platforms where plain 'char' is unsigned. On platforms where plain 'char' is signed, only 7-bit values worked. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/common/lib/libutil/snprintb.c cvs rdiff -u -r1.16 -r1.17 src/tests/lib/libutil/t_snprintb.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.