Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add missing $OpenBSD$ markers. | tb | 2018-07-17 | 1 | -0/+1 |
| | |||||
* | Make this build cleanly even with UTF8_{putc,getc} moved from the | guenther | 2014-05-22 | 1 | -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() | guenther | 2014-05-19 | 1 | -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}() | guenther | 2014-05-18 | 1 | -0/+307 |