summaryrefslogtreecommitdiff
path: root/test/ctype_internal_test.c
Commit message (Expand)AuthorAgeFilesLines
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Following the license change, modify the boilerplates in test/Richard Levitte2018-12-061-1/+1
* Update copyright yearMatt Caswell2018-03-201-1/+1
* test/ctype_internal_test.c: portability fixup.Andy Polyakov2018-03-031-3/+5
* e_os.h removal from other headers and source files.Pauli2017-08-301-1/+1
* Check range of test values using isascii before diving into the fullPauli2017-08-251-4/+9
* Check for EOF in ASCII conversions.Pauli2017-08-251-0/+6
* Don't try to compare the ctype functions on values > 127Richard Levitte2017-08-221-1/+1
* Don't try to test ctype functions for values < 0 or > 255Richard Levitte2017-08-221-10/+1
* Fix the lack of isblank() with VMS CRichard Levitte2017-08-221-0/+12
* This has been added to avoid the situation where some host ctype.h functionsPauli2017-08-221-0/+74