Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix warnings, replace some static inline with inline + extern inline, and fix glibc support | Mattias Andrée | 2022-06-11 | 1 | -2/+2 |
| | |||||
* | Fix tests and libsimple_arraycpy and libsimple_arraymove1.2 | Mattias Andrée | 2021-02-26 | 1 | -1/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | More tests and fix attributes on wcsndup | Mattias Andrée | 2018-12-15 | 1 | -0/+4 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Some fixes and add wide-character string duplication functions | Mattias Andrée | 2018-11-25 | 1 | -0/+28 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Add libsimple_eprintf_preprint and libsimple_eprintf_postprint | Mattias Andrée | 2018-11-06 | 1 | -0/+7 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Remove strndup, it is in POSIX | Mattias Andrée | 2018-10-27 | 1 | -2/+9 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | misc | Mattias Andrée | 2018-09-02 | 1 | -55/+76 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Circumvent optimisation bug in clang, and fix bug in have_custom_malloc | Mattias Andrée | 2018-08-29 | 1 | -0/+2 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Circumvent GCC bugs in test code when optimised | Mattias Andrée | 2018-08-29 | 1 | -15/+19 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Add tests | Mattias Andrée | 2018-08-29 | 1 | -1/+5 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Replace exit and fprintf | Mattias Andrée | 2018-08-28 | 1 | -0/+63 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Make it possible to force all memory allocation functions to fail in tests | Mattias Andrée | 2018-08-28 | 1 | -0/+25 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Add tests for allocation functions | Mattias Andrée | 2018-08-28 | 1 | -0/+199 |
Signed-off-by: Mattias Andrée <maandree@kth.se> |