index
:
libsimple
master
[Stable] A bunch of C functions that are useful when writing simple code
Mattias Andrée <m@maandree.se>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix warnings
Mattias Andrée
2022-06-12
1
-0
/
+3
*
Replace to last static inline's with line + extern inline, and fix warnings
Mattias Andrée
2022-06-12
1
-3
/
+4
*
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_arraymove
1.2
Mattias Andrée
2021-02-26
1
-1
/
+1
*
More tests and fix attributes on wcsndup
Mattias Andrée
2018-12-15
1
-0
/
+4
*
Some fixes and add wide-character string duplication functions
Mattias Andrée
2018-11-25
1
-0
/
+28
*
Add libsimple_eprintf_preprint and libsimple_eprintf_postprint
Mattias Andrée
2018-11-06
1
-0
/
+7
*
Remove strndup, it is in POSIX
Mattias Andrée
2018-10-27
1
-2
/
+9
*
misc
Mattias Andrée
2018-09-02
1
-55
/
+76
*
Circumvent optimisation bug in clang, and fix bug in have_custom_malloc
Mattias Andrée
2018-08-29
1
-0
/
+2
*
Circumvent GCC bugs in test code when optimised
Mattias Andrée
2018-08-29
1
-15
/
+19
*
Add tests
Mattias Andrée
2018-08-29
1
-1
/
+5
*
Replace exit and fprintf
Mattias Andrée
2018-08-28
1
-0
/
+63
*
Make it possible to force all memory allocation functions to fail in tests
Mattias Andrée
2018-08-28
1
-0
/
+25
*
Add tests for allocation functions
Mattias Andrée
2018-08-28
1
-0
/
+199