aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* libsimple-arg: add test for long optionsMattias Andrée2018-11-152-5/+217
* Fix man page aliasMattias Andrée2018-11-141-0/+0
* libsimple-arg: test that ARGHERE() == &LFLAG()[1] for the first flagMattias Andrée2018-11-141-0/+1
* Some fixes to libsimple-arg.h, test everything except long arguments, and fix some man pagesMattias Andrée2018-11-148-87/+608
* Document libsimple-arg.h and add support optional arguments on long options and add KEEP_DASHDASH to ARGBEGIN3 (now named ARGBEGIN4)Mattias Andrée2018-11-112-50/+278
* Document most of libsimple-arg.hMattias Andrée2018-11-0918-9/+566
* Update READMEMattias Andrée2018-11-071-421/+2
* Move section 3 man pages to man3/ and add libsimple.h.0Mattias Andrée2018-11-07530-0/+1220
* Add arrayalloc man pageMattias Andrée2018-11-0635-12/+261
* mMattias Andrée2018-11-061-1/+1
* Add man page for memallocMattias Andrée2018-11-0635-13/+346
* Add libsimple_eprintf_preprint and libsimple_eprintf_postprintMattias Andrée2018-11-069-15/+129
* Add tests for mem[p]setelem and add man pages for libsimple_default_failure_exitMattias Andrée2018-11-065-5/+72
* Add more man pagesMattias Andrée2018-11-059-0/+513
* Add man page for libsimple_closeMattias Andrée2018-11-051-0/+49
* 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