summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/utf8/utf8test.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add missing $OpenBSD$ markers.tb2018-07-171-0/+1
|
* Make this build cleanly even with UTF8_{putc,getc} moved from theguenther2014-05-221-1/+3
| | | | | public header to the internal. Make some variables unsigned to eliminate some warnings
* Enable the 3- and 4-byte sequence tests for UTF8_getc()guenther2014-05-191-9/+18
| | | | | Add surrogate and out-of-range tests for UTF8_putc() on the assumption we'll make it return -2. Maybe.
* Add regression test for UTF8_{getc,putc}()guenther2014-05-181-0/+307