aboutsummaryrefslogtreecommitdiff
path: root/test/errtest.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-04Update copyright yearMatt Caswell1-1/+1
2020-05-28Fix errtest for older compilersShane Lontis1-2/+6
2020-05-26Fix ERR_print_errors so that it matches the documented format in doc/man3/ERR...Shane Lontis1-0/+44
2019-09-12Modernise the ERR functionality further (new functions and deprecations)Richard Levitte1-2/+2
2019-09-03test/errtest.c: more conditions for checking __FILE__ and __LINE__Richard Levitte1-5/+9
2019-08-08Fix no-filenamesMatt Caswell1-3/+8
2019-08-02Replace FUNCerr with ERR_raise_dataRich Salz1-2/+3
2019-07-31ERR: Remove ERR_put_func_error() and reimplement ERR_put_error() as a macroRichard Levitte1-3/+5
2019-07-22Add ERR_put_func_error, and use it.Rich Salz1-0/+19
2019-06-18Change ERR_add_error_[v]data to appendRich Salz1-0/+13
2018-12-06Following the license change, modify the boilerplates in test/Richard Levitte1-1/+1
2018-05-23Save and restore the Windows error around TlsGetValue.David Benjamin1-0/+39