aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add tests and small fixesMattias Andrée2018-11-057-18/+853
* mMattias Andrée2018-11-052-1/+1
* Rename isutf8 to strisutf8 and add man pageMattias Andrée2018-11-055-56/+130
* Add man pages for unlistMattias Andrée2018-11-051-0/+98
* Add ischrcaseset and man pages for ischrset, ischrcaseset, and [v]{we,en,e}printfMattias Andrée2018-11-0512-39/+335
* Add man page for the [v]asprintf[a] functionsMattias Andrée2018-11-041-0/+195
* Add man pages for posix_memalign wrappersMattias Andrée2018-11-034-0/+805
* Fix man pagesMattias Andrée2018-11-036-3/+8
* Add man pages for realloc wrappersMattias Andrée2018-11-032-0/+400
* Add and fix man pagesMattias Andrée2018-11-0315-40/+1665
* Fix man pagesMattias Andrée2018-11-0316-28/+30
* Fix man pagesMattias Andrée2018-11-0314-28/+44
* More man pagesMattias Andrée2018-11-0314-0/+2762
* Remove FREE and CLOSE, and add symlinks for upcoming man pagesMattias Andrée2018-11-02238-42/+237
* DocumentationMattias Andrée2018-11-0118-45/+2068
* More header file documentationMattias Andrée2018-10-3118-66/+475
* More documentationMattias Andrée2018-10-319-11/+517
* Add man page for timespectostr and timevaltostrMattias Andrée2018-10-304-0/+148
* Add man page for timeval2timespec and timespec2timevalMattias Andrée2018-10-304-0/+115
* Add man pages for doubletotime{spec,val} and time{spec,val}todouble, and fix other man pagesMattias Andrée2018-10-3036-42/+219
* Add man pages for {sum,diff,mul,cmp}time{spec,val}Mattias Andrée2018-10-2917-10/+455
* Add documentation to time.hMattias Andrée2018-10-281-0/+214
* mMattias Andrée2018-10-284-8/+19
* Add doc to aligned_memdup.h, memdup.h, strdup.h, and strndup.hMattias Andrée2018-10-274-0/+117
* man pages: alloca functions require gcc or clangMattias Andrée2018-10-274-0/+4
* 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