aboutsummaryrefslogtreecommitdiff
path: root/test/ctype_internal_test.c
AgeCommit message (Expand)AuthorFilesLines
2018-12-06Following the license change, modify the boilerplates in test/Richard Levitte1-1/+1
2018-03-20Update copyright yearMatt Caswell1-1/+1
2018-03-03test/ctype_internal_test.c: portability fixup.Andy Polyakov1-3/+5
2017-08-30e_os.h removal from other headers and source files.Pauli1-1/+1
2017-08-25Check range of test values using isascii before diving into the fullPauli1-4/+9
2017-08-25Check for EOF in ASCII conversions.Pauli1-0/+6
2017-08-22Don't try to compare the ctype functions on values > 127Richard Levitte1-1/+1
2017-08-22Don't try to test ctype functions for values < 0 or > 255Richard Levitte1-10/+1
2017-08-22Fix the lack of isblank() with VMS CRichard Levitte1-0/+12
2017-08-22This has been added to avoid the situation where some host ctype.h functionsPauli1-0/+74