History log of /openbsd-src/regress/lib/libc/printf/string.c (Results 1 – 2 of 2)
Revision Date Author Comments
# c39afc64 14-Jul-2020 kettenis <kettenis@openbsd.org>

getopt(3) returns an int so don't use a char to store its return value.
Makes the test work on architectures where char is unsigned.

ok deraadt@, millert@


# 638aa2bc 08-Jul-2020 schwarze <schwarze@openbsd.org>

New regression tests for character and string conversions
and for their modifiers, written from scratch.