History log of /freebsd/lib/libc/tests/stdio/snprintf_test.c (Results 1 – 4 of 4)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/14.0.0
# 88a9b6e1 11-Sep-2023 Dag-Erling Smørgrav <des@FreeBSD.org>

libc: Don't assume signed char.

MFC after: 3 days
Reviewed by: andrew
Differential Revision: https://reviews.freebsd.org/D41814


# 12b1c1e3 07-Sep-2023 Dag-Erling Smørgrav <des@FreeBSD.org>

libc: Add test cases for N2680.

This adds test cases for %wN and %wfN to the printf(3) and scanf(3) tests.

While here, fix a few nits in the N2630 test cases.

Reviewed by: imp
Differential Revisio

libc: Add test cases for N2680.

This adds test cases for %wN and %wfN to the printf(3) and scanf(3) tests.

While here, fix a few nits in the N2630 test cases.

Reviewed by: imp
Differential Revision: https://reviews.freebsd.org/D41743

show more ...


# 4ec9ee99 07-Sep-2023 Dag-Erling Smørgrav <des@FreeBSD.org>

libc: Add a wide version of snprintf_test.

Reviewed by: imp, emaste
Differential Revision: https://reviews.freebsd.org/D41726


# b9385720 28-Aug-2023 Dag-Erling Smørgrav <des@FreeBSD.org>

libc: Add unit tests for N2630 and possible collateral damage.

Reviewed by: imp, emaste
Differential Revision: https://reviews.freebsd.org/D41512