aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add {str,mem}[r][case]eqlenMattias Andrée2018-10-2161-59/+1108
* Add strrcasechrMattias Andrée2018-10-216-1/+142
* Add strcasechr and strcasechrnulMattias Andrée2018-10-2110-9/+289
* Add man pages for more str-functionsMattias Andrée2018-10-2115-22/+530
* Add man pages some str-functionsMattias Andrée2018-10-2127-3/+773
* Add mempsetelem and memsetelem and add fix and tests for memelem and memrelemMattias Andrée2018-10-209-9/+285
* Add man pages for memeq, mempcpy and mempsetMattias Andrée2018-10-204-2/+238
* Add man pages for memstarts and memends, and fix highlighting in man pagesMattias Andrée2018-10-209-8/+180
* Add memelem and memrelemMattias Andrée2018-10-208-0/+361
* Add man pages for memmem and memrmemMattias Andrée2018-10-203-4/+183
* Add man pages for memrchr, rawmemchr, and rawmemrchrMattias Andrée2018-10-2020-12/+299
* Add man pages for putenvf and getenv functionsMattias Andrée2018-10-2017-0/+466
* Fix a typo.pranomostro2018-09-151-1/+1
* Add TODOMattias Andrée2018-09-021-0/+10
* miscMattias Andrée2018-09-0250-1479/+3929
* Add malloc function attribute were appropriateMattias Andrée2018-08-301-41/+41
* Fixes to reamdeMattias Andrée2018-08-301-8/+8
* Makefile: add install and uninstall rules1.0Mattias Andrée2018-08-292-1/+16
* Circumvent optimisation bug in clang, and fix bug in have_custom_mallocMattias Andrée2018-08-292-0/+5
* Fix clang supportMattias Andrée2018-08-291-1/+1
* Circumvent GCC bugs in test code when optimisedMattias Andrée2018-08-294-27/+31
* Add readmeMattias Andrée2018-08-291-2/+2
* Remove sendfd, recvfd, recvfrom_timestamped, and recv_timestamped for nowMattias Andrée2018-08-296-218/+0
* Add tests for strtotimespec and strtotimevalMattias Andrée2018-08-292-12/+547
* Add tests for [v]{we,e,en}printfMattias Andrée2018-08-291-1/+82
* Add testsMattias Andrée2018-08-298-16/+350
* Add testsMattias Andrée2018-08-2915-238/+693
* Warn about unran tests under valgrindMattias Andrée2018-08-281-0/+6
* Replace exit and fprintfMattias Andrée2018-08-283-41/+101
* Make it possible to force all memory allocation functions to fail in testsMattias Andrée2018-08-285-16/+44
* Simplify en* functions, and handle argv0 == NULL correctMattias Andrée2018-08-289-63/+18
* Add tests for allocation functionsMattias Andrée2018-08-285-12/+310
* Add test function to all .c filesMattias Andrée2018-08-2817-37/+209
* Fix vputenvfMattias Andrée2018-08-261-2/+9
* m + add testsMattias Andrée2018-08-262-4/+235
* mMattias Andrée2018-08-261-1/+0
* Add testsMattias Andrée2018-08-266-4/+264
* Fixes and testsMattias Andrée2018-08-266-6/+318
* Add test for putenvfMattias Andrée2018-08-263-6/+36
* Remove checks impossible situationsMattias Andrée2018-08-261-11/+3
* Add testsMattias Andrée2018-08-265-3/+269
* Update READMEMattias Andrée2018-08-261-41/+51
* Tests and fixesMattias Andrée2018-08-266-20/+275
* Fix aliasesMattias Andrée2018-08-267-40/+132
* Add testsMattias Andrée2018-08-263-0/+54
* Fixes, more test, and add minimise_number_stringMattias Andrée2018-08-268-13/+276
* Tests and minor improvementsMattias Andrée2018-08-255-18/+96
* mMattias Andrée2018-08-251-6/+8
* Some fixes and more testsMattias Andrée2018-08-253-19/+93
* Add more testsMattias Andrée2018-08-252-11/+324