aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-08-29Makefile: add install and uninstall rules1.0Mattias Andrée1-1/+13
Signed-off-by: Mattias Andrée <maandree@kth.se>
2018-08-29Remove sendfd, recvfd, recvfrom_timestamped, and recv_timestamped for nowMattias Andrée1-3/+0
Signed-off-by: Mattias Andrée <maandree@kth.se>
2018-08-28Make it possible to force all memory allocation functions to fail in testsMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2018-08-28Add tests for allocation functionsMattias Andrée1-2/+3
Signed-off-by: Mattias Andrée <maandree@kth.se>
2018-08-28Add test function to all .c filesMattias Andrée1-37/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2018-08-26Add testsMattias Andrée1-0/+4
Signed-off-by: Mattias Andrée <maandree@kth.se>
2018-08-26Fixes and testsMattias Andrée1-0/+2
Signed-off-by: Mattias Andrée <maandree@kth.se>
2018-08-26Add test for putenvfMattias Andrée1-0/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2018-08-26Add testsMattias Andrée1-0/+4
Signed-off-by: Mattias Andrée <maandree@kth.se>
2018-08-26Tests and fixesMattias Andrée1-0/+3
Signed-off-by: Mattias Andrée <maandree@kth.se>
2018-08-26Add testsMattias Andrée1-0/+2
Signed-off-by: Mattias Andrée <maandree@kth.se>
2018-08-26Fixes, more test, and add minimise_number_stringMattias Andrée1-0/+2
Signed-off-by: Mattias Andrée <maandree@kth.se>
2018-08-19Add str[n]caseeq[null] and some testsMattias Andrée1-2/+3
Signed-off-by: Mattias Andrée <maandree@kth.se>
2018-08-19Add str[r]n[case]str and str[n][case]cmpnulMattias Andrée1-0/+4
Signed-off-by: Mattias Andrée <maandree@kth.se>
2018-08-18Fix and run testsMattias Andrée1-4/+35
Signed-off-by: Mattias Andrée <maandree@kth.se>
2018-08-12Improve makefileMattias Andrée1-6/+6
Signed-off-by: Mattias Andrée <maandree@kth.se>
2018-08-12Add memrmem, strrstr, and strrcasestrMattias Andrée1-0/+3
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-11-12m + add readmeMattias Andrée1-0/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-11-12Split into multiple unitsMattias Andrée1-3/+59
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-11-12More functions and add makefileMattias Andrée1-0/+10
Signed-off-by: Mattias Andrée <maandree@kth.se>