aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add man pages for memdup, aligned_memdup, strdup and strndup functions, and fix strndupaMattias Andrée2018-10-2729-3/+562
* m fixMattias Andrée2018-10-271-2/+2
* memdup, aligned_memdup: allocate with size 1 if n is 0Mattias Andrée2018-10-272-2/+4
* Remove strndup, it is in POSIXMattias Andrée2018-10-275-82/+9
* Add man pages for strn[case]chr[nul] and strrn[case]chrMattias Andrée2018-10-2314-13/+538
* mempcpy.3: see also stpcpy and stpncpyMattias Andrée2018-10-231-2/+4
* Add man pages for strn[case]{starts,ends}Mattias Andrée2018-10-2313-20/+342
* Add man pages for str[r]n[case]strMattias Andrée2018-10-2312-17/+368
* Add man pages for strn[case]cmpnulMattias Andrée2018-10-235-4/+188
* Add man page for strnendMattias Andrée2018-10-233-2/+81
* Add man pages for str[r]n[case]eq{,nul,len}Mattias Andrée2018-10-2323-61/+982
* Add strn[case]eqlenMattias Andrée2018-10-226-8/+170
* Add strn{case}{starts,ends}Mattias Andrée2018-10-226-10/+234
* Add strn{,case}chr{,nul}, strnend, and strrn{,case}chrMattias Andrée2018-10-2234-5/+395
* Add memcase{cmp,ends,starts,eq} and mem[r]casememMattias Andrée2018-10-2126-17/+905
* Add memcasechrMattias Andrée2018-10-216-5/+139
* Add rawmemrcasechrMattias Andrée2018-10-2115-13/+158
* Add rawmemcasechr and memrcasechrMattias Andrée2018-10-2120-7/+300
* mMattias Andrée2018-10-212-2/+2
* 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