aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Add bindex and bindex_rMattias Andrée2023-07-046-1/+152
| | | | | | | | | | | | | | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* | | | libsimple_localtime.3: fix formattingMattias Andrée2023-07-041-4/+4
| | | | | | | | | | | | | | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* | | | Add tests and man pagesMattias Andrée2023-04-0949-53/+927
| | | | | | | | | | | | | | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* | | | Improve makefile and fix a bugMattias Andrée2022-07-196-14/+61
| | | | | | | | | | | | | | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* | | | Move some test code to newline created .c filesMattias Andrée2022-06-1266-903/+1033
| | | | | | | | | | | | | | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* | | | Fix warningsMattias Andrée2022-06-126-13/+28
| | | | | | | | | | | | | | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* | | | Replace to last static inline's with line + extern inline, and fix warningsMattias Andrée2022-06-12408-956/+1915
| | | | | | | | | | | | | | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* | | | Remove `static` from some `static inline`Mattias Andrée2022-06-11102-95/+1824
| | | | | | | | | | | | | | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* | | | Fix warnings, replace some static inline with inline + extern inline, and fix glibc supportMattias Andrée2022-06-11296-3540/+5894
| | | |
* | | | Remove `static` from some `static inline`Mattias Andrée2022-06-1049-502/+969
| | | | | | | | | | | | | | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* | | | Add strto[u]{hh,h,z}, strto{i,u}{,8,16,32,64}Mattias Andrée2022-06-1020-1/+838
| | | | | | | | | | | | | | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* | | | fix typoMattias Andrée2021-09-111-8/+8
| |_|/ |/| | | | | | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* | | Improve libsimple-arg.h for multicall binaries1.3Mattias Andrée2021-04-041-1/+11
| | | | | | | | | | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* | | Set CC=cc in config.mkMattias Andrée2021-04-021-1/+3
| |/ |/| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* | Fix tests and libsimple_arraycpy and libsimple_arraymove1.2Mattias Andrée2021-02-264-4/+7
| | | | | | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* | mMattias Andrée2021-02-264-0/+4
| | | | | | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* | Add libsimple_[e[n]]{local,gm}time, remove dates from man pages, and add blank lines between sections in man pagesMattias Andrée2021-02-26224-778/+3535
| | | | | | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* | Add testsMattias Andrée2018-12-152-3/+63
| | | | | | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* | More tests and fix attributes on wcsndupMattias Andrée2018-12-1527-84/+1184
| | | | | | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* | A bunch of stuffMattias Andrée2018-11-29168-89/+4861
| | | | | | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* | mMattias Andrée2018-11-253-3/+3
| | | | | | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* | Some fixes and add wide-character string duplication functionsMattias Andrée2018-11-2530-85/+767
| | | | | | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* | Include wchar.h and wctype.hMattias Andrée2018-11-252-2/+6
| | | | | | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* | Add [e[n]]aligned_str[n]dup and aligned_str[n]dupaMattias Andrée2018-11-257-2/+388
|/ | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add arraydup macros1.1Mattias Andrée2018-11-251-0/+48
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add array.hMattias Andrée2018-11-253-0/+119
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add man pages for [raw]memelem{cpy,move}Mattias Andrée2018-11-259-5/+225
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add man pagesMattias Andrée2018-11-2518-7/+435
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Install man pagesMattias Andrée2018-11-251-0/+14
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add man pages for {str,stp}[n]setMattias Andrée2018-11-256-4/+188
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix consistence in memelem functionsMattias Andrée2018-11-2532-565/+565
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add man pagesMattias Andrée2018-11-2527-17/+906
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add man pagesMattias Andrée2018-11-2534-17/+1142
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add man pagesMattias Andrée2018-11-24109-21/+1726
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add tests for memelem{move,cpy}Mattias Andrée2018-11-242-2/+400
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add [raw]memelem{cpy,move}Mattias Andrée2018-11-2411-43/+839
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add testsMattias Andrée2018-11-2312-8/+345
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Split out memelem.h from mem.hMattias Andrée2018-11-234-261/+264
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Some fixes and testsMattias Andrée2018-11-2316-53/+996
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add a bunch of function and macrosMattias Andrée2018-11-1960-166/+3715
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add memelemscanMattias Andrée2018-11-1710-5/+216
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add memscan and memcasescanMattias Andrée2018-11-1716-7/+307
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* mMattias Andrée2018-11-171-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add st{r,p}[n]moveMattias Andrée2018-11-1613-5/+391
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add mempmoveMattias Andrée2018-11-166-4/+109
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* memisutf8: string can be NULL (if n is 0)Mattias Andrée2018-11-161-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add strnisutf8 and memisutf8Mattias Andrée2018-11-1611-71/+190
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add TWOS_COMPLEMENT, ONES_COMPLEMENT, and SIGN_MAGNITUDEMattias Andrée2018-11-163-2/+42
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* memalloc/arrayalloc: add L1-cache optimisationMattias Andrée2018-11-154-64/+179
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* libsimple-arg: add test for long optionsMattias Andrée2018-11-152-5/+217
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>