summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/printf/string.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2git to create tag 'tb_20250414'.tb_20250414cvs2svn2025-04-141-435/+0
|
* getopt(3) returns an int so don't use a char to store its return value.kettenis2020-07-141-2/+2
| | | | | | Makes the test work on architectures where char is unsigned. ok deraadt@, millert@
* New regression tests for character and string conversionsschwarze2020-07-081-0/+435
and for their modifiers, written from scratch.