aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add arraydup macros1.1Mattias Andrée2018-11-251-0/+48
* Add array.hMattias Andrée2018-11-253-0/+119
* Add man pages for [raw]memelem{cpy,move}Mattias Andrée2018-11-259-5/+225
* Add man pagesMattias Andrée2018-11-2518-7/+435
* Install man pagesMattias Andrée2018-11-251-0/+14
* Add man pages for {str,stp}[n]setMattias Andrée2018-11-256-4/+188
* Fix consistence in memelem functionsMattias Andrée2018-11-2532-565/+565
* Add man pagesMattias Andrée2018-11-2527-17/+906
* Add man pagesMattias Andrée2018-11-2534-17/+1142
* Add man pagesMattias Andrée2018-11-24109-21/+1726
* Add tests for memelem{move,cpy}Mattias Andrée2018-11-242-2/+400
* Add [raw]memelem{cpy,move}Mattias Andrée2018-11-2411-43/+839
* Add testsMattias Andrée2018-11-2312-8/+345
* Split out memelem.h from mem.hMattias Andrée2018-11-234-261/+264
* Some fixes and testsMattias Andrée2018-11-2316-53/+996
* Add a bunch of function and macrosMattias Andrée2018-11-1960-166/+3715
* Add memelemscanMattias Andrée2018-11-1710-5/+216
* Add memscan and memcasescanMattias Andrée2018-11-1716-7/+307
* mMattias Andrée2018-11-171-1/+1
* Add st{r,p}[n]moveMattias Andrée2018-11-1613-5/+391
* Add mempmoveMattias Andrée2018-11-166-4/+109
* memisutf8: string can be NULL (if n is 0)Mattias Andrée2018-11-161-1/+1
* Add strnisutf8 and memisutf8Mattias Andrée2018-11-1611-71/+190
* Add TWOS_COMPLEMENT, ONES_COMPLEMENT, and SIGN_MAGNITUDEMattias Andrée2018-11-163-2/+42
* memalloc/arrayalloc: add L1-cache optimisationMattias Andrée2018-11-154-64/+179
* 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