aboutsummaryrefslogtreecommitdiffstats
path: root/test.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix warningsMattias Andrée2022-06-121-0/+3
* Replace to last static inline's with line + extern inline, and fix warningsMattias Andrée2022-06-121-3/+4
* Fix warnings, replace some static inline with inline + extern inline, and fix glibc supportMattias Andrée2022-06-111-2/+2
* Fix tests and libsimple_arraycpy and libsimple_arraymove1.2Mattias Andrée2021-02-261-1/+1
* More tests and fix attributes on wcsndupMattias Andrée2018-12-151-0/+4
* Some fixes and add wide-character string duplication functionsMattias Andrée2018-11-251-0/+28
* Add libsimple_eprintf_preprint and libsimple_eprintf_postprintMattias Andrée2018-11-061-0/+7
* Remove strndup, it is in POSIXMattias Andrée2018-10-271-2/+9
* miscMattias Andrée2018-09-021-55/+76
* Circumvent optimisation bug in clang, and fix bug in have_custom_mallocMattias Andrée2018-08-291-0/+2
* Circumvent GCC bugs in test code when optimisedMattias Andrée2018-08-291-15/+19
* Add testsMattias Andrée2018-08-291-1/+5
* Replace exit and fprintfMattias Andrée2018-08-281-0/+63
* Make it possible to force all memory allocation functions to fail in testsMattias Andrée2018-08-281-0/+25
* Add tests for allocation functionsMattias Andrée2018-08-281-0/+199