History log of /netbsd-src/tests/lib/libc/locale/t_digittoint.c (Results 1 – 3 of 3)
Revision Date Author Comments
# cdc507f0 24-May-2022 andvar <andvar@NetBSD.org>

fix various typos in comment, documentation and log messages.


# d4f6523b 01-Jun-2017 perseant <perseant@NetBSD.org>

Add tests for btowc(3)/wctob(3) and enable compilation of the test for
digittoint(3).

The digittoint(3) test is skipped since we don't provide that function yet.

One of the test cases for btowc(3)

Add tests for btowc(3)/wctob(3) and enable compilation of the test for
digittoint(3).

The digittoint(3) test is skipped since we don't provide that function yet.

One of the test cases for btowc(3) is also skipped, since it tests conversion
to Unicode---whereas our wchar_t representation is locale-dependent.

show more ...


# ce11903f 30-May-2017 perseant <perseant@NetBSD.org>

Add test cases for sprintf/sscanf/strto{d,l} and the is* and isw* ctype functions, for single-byte encodings