aboutsummaryrefslogtreecommitdiffstats
path: root/enmemdup.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replace to last static inline's with line + extern inline, and fix warningsMattias Andrée2022-06-121-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Remove `static` from some `static inline`Mattias Andrée2022-06-101-17/+0
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add testsMattias Andrée2018-08-291-1/+38
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add testsMattias Andrée2018-08-291-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Simplify en* functions, and handle argv0 == NULL correctMattias Andrée2018-08-281-7/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add test function to all .c filesMattias Andrée2018-08-281-0/+13
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix aliasesMattias Andrée2018-08-261-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add testsMattias Andrée2018-08-121-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Split into multiple unitsMattias Andrée2017-11-121-0/+17
Signed-off-by: Mattias Andrée <maandree@kth.se>