History log of /netbsd-src/tests/lib/libc/stdio/t_scanf.c (Results 1 – 4 of 4)
Revision Date Author Comments
# bdb5d51c 11-Sep-2021 rillig <rillig@NetBSD.org>

tests/stdio: normalize whitespace


# 8b18a8bf 18-Mar-2012 jruoho <jruoho@NetBSD.org>

Move the references to PRs from code comments to the test description. Once
ATF has the ability to output the metadata in the HTML reports, it should be
easy to traverse between releng and gnats -rep

Move the references to PRs from code comments to the test description. Once
ATF has the ability to output the metadata in the HTML reports, it should be
easy to traverse between releng and gnats -reports via links.

show more ...


# a42982fe 15-Mar-2012 joerg <joerg@NetBSD.org>

Fix format strings to properly quote %.


# aa3f9890 08-Jul-2011 jruoho <jruoho@NetBSD.org>

Split out 't_printf' and 't_scanf' from 't_format' to gain the common
"functional scope" for the test files.