Age | Commit message (Expand) | Author |
---|---|---|
2019-09-28 | Reorganize private crypto header files | Dr. Matthias St. Pierre |
2018-12-06 | Following the license change, modify the boilerplates in test/ | Richard Levitte |
2018-03-20 | Update copyright year | Matt Caswell |
2018-03-03 | test/ctype_internal_test.c: portability fixup. | Andy Polyakov |
2017-08-30 | e_os.h removal from other headers and source files. | Pauli |
2017-08-25 | Check range of test values using isascii before diving into the full | Pauli |
2017-08-25 | Check for EOF in ASCII conversions. | Pauli |
2017-08-22 | Don't try to compare the ctype functions on values > 127 | Richard Levitte |
2017-08-22 | Don't try to test ctype functions for values < 0 or > 255 | Richard Levitte |
2017-08-22 | Fix the lack of isblank() with VMS C | Richard Levitte |
2017-08-22 | This has been added to avoid the situation where some host ctype.h functions | Pauli |