History log of /netbsd-src/tests/lib/libc/locale/t_strfmon.c (Results 1 – 6 of 6)
Revision Date Author Comments
# ecbffb52 27-Nov-2023 christos <christos@NetBSD.org>

Don't use fmtcheck for strfmon format strings. It does not work. Fix a broken
test.


# 9a3e6516 14-Oct-2023 christos <christos@NetBSD.org>

PR/57633: Jose Luis Duran: Add strfmon tests from FreeBSD


# 0630eb1f 28-Sep-2023 christos <christos@NetBSD.org>

Add testing for pad resetting (Jose Luis Duran)


# 02698c5b 02-Aug-2021 andvar <andvar@NetBSD.org>

s/diferent/different/


# 20fdaa6a 07-Dec-2017 kre <kre@NetBSD.org>

Update this test to expect the output that is supposed to be produced
by strfmon() rather than the output the old buggy implementation used
to produce.


# 29f5b623 16-Aug-2017 joerg <joerg@NetBSD.org>

Add missing strfmon_l. Noticed by Bruno Haible. Add test case.