aboutsummaryrefslogtreecommitdiffstats
path: root/libsimple.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Split out memelem.h from mem.hMattias Andrée2018-11-231-0/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add a bunch of function and macrosMattias Andrée2018-11-191-0/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add libsimple_eprintf_preprint and libsimple_eprintf_postprintMattias Andrée2018-11-061-8/+0
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add tests and small fixesMattias Andrée2018-11-051-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add ischrcaseset and man pages for ischrset, ischrcaseset, and [v]{we,en,e}printfMattias Andrée2018-11-051-31/+0
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Remove FREE and CLOSE, and add symlinks for upcoming man pagesMattias Andrée2018-11-021-5/+0
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* DocumentationMattias Andrée2018-11-011-1/+49
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* miscMattias Andrée2018-09-021-1407/+26
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add malloc function attribute were appropriateMattias Andrée2018-08-301-41/+41
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix clang supportMattias Andrée2018-08-291-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Remove sendfd, recvfd, recvfrom_timestamped, and recv_timestamped for nowMattias Andrée2018-08-291-30/+0
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add testsMattias Andrée2018-08-291-7/+9
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add testsMattias Andrée2018-08-291-159/+141
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Make it possible to force all memory allocation functions to fail in testsMattias Andrée2018-08-281-9/+9
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add tests for allocation functionsMattias Andrée2018-08-281-7/+7
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* m + add testsMattias Andrée2018-08-261-3/+3
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* mMattias Andrée2018-08-261-1/+0
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add testsMattias Andrée2018-08-261-4/+4
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fixes and testsMattias Andrée2018-08-261-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add test for putenvfMattias Andrée2018-08-261-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Remove checks impossible situationsMattias Andrée2018-08-261-11/+3
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Tests and fixesMattias Andrée2018-08-261-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix aliasesMattias Andrée2018-08-261-34/+126
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fixes, more test, and add minimise_number_stringMattias Andrée2018-08-261-3/+10
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Tests and minor improvementsMattias Andrée2018-08-251-15/+69
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* mMattias Andrée2018-08-251-6/+8
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Some fixes and more testsMattias Andrée2018-08-251-10/+13
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add more testsMattias Andrée2018-08-251-11/+22
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add str[n]caseeq[null] and some testsMattias Andrée2018-08-191-14/+43
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add str[r]n[case]str and str[n][case]cmpnulMattias Andrée2018-08-191-2/+83
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix and run testsMattias Andrée2018-08-181-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add memrmem, strrstr, and strrcasestrMattias Andrée2018-08-121-0/+21
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add testsMattias Andrée2018-08-121-78/+78
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add DONT_DEFINE_CLOCK_MONOTONIC_RAWMattias Andrée2018-08-121-2/+4
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* mMattias Andrée2018-08-121-25/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* m + add readmeMattias Andrée2017-11-121-0/+14
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Split into multiple unitsMattias Andrée2017-11-121-5/+0
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* More functions and add makefileMattias Andrée2017-11-121-67/+774
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add libsimple.c and libsimple.hMattias Andrée2017-11-051-0/+576
Signed-off-by: Mattias Andrée <maandree@kth.se>