aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile (unfollow)
Commit message (Expand)AuthorFilesLines
2024-09-22Update LIB_MINOR for next versionMattias Andrée1-1/+1
2024-09-02m + add libsimple_random_bytesMattias Andrée1-0/+1
2024-08-18Update LIB_MINOR for next releaseMattias Andrée1-1/+1
2024-07-02Add needstack, get_stack_direction, get_stack_limit, and get_stack_spaceMattias Andrée1-0/+5
2024-07-01Add getexecpath functionsMattias Andrée1-0/+3
2024-07-01Add readlink and readmagiclink functionsMattias Andrée1-0/+12
2024-06-29Add (libsimple_)_[v]e[n]printfMattias Andrée1-0/+4
2024-05-05Add libsimple_{cmp,qsort}_*Mattias Andrée1-0/+577
2024-05-05m + add ascii.h and exec.hMattias Andrée1-0/+24
2024-04-13Add libsimple_abspath with e- and en- versionsMattias Andrée1-0/+3
2024-04-13Add libsimple_getcwd with e- and en- versionsMattias Andrée1-0/+4
2024-01-29Add libsimple_bindtemp_unMattias Andrée1-0/+2
2024-01-29Add to*, *diff, *abs, *uabs, and random_{bits,float,signed,unsigned}Mattias Andrée1-0/+53
2024-01-28Add libsimple_generate_seed and libsimple_srandMattias Andrée1-0/+3
2024-01-27Update library version numberMattias Andrée1-1/+1
2024-01-27Add libsimple_close_rangeMattias Andrée1-0/+1
2023-12-17Update VERSION_MINORMattias Andrée1-1/+1
2023-07-04Update VERSION_MINOR1.4Mattias Andrée1-1/+1
2023-07-04Add bindex and bindex_rMattias Andrée1-0/+3
2022-07-19Improve makefile and fix a bugMattias Andrée1-10/+39
2022-06-12Replace to last static inline's with line + extern inline, and fix warningsMattias Andrée1-1/+23
2022-06-11Remove `static` from some `static inline`Mattias Andrée1-0/+91
2022-06-11Fix warnings, replace some static inline with inline + extern inline, and fix glibc supportMattias Andrée1-10/+94
2022-06-10Remove `static` from some `static inline`Mattias Andrée1-0/+19
2022-06-10Add strto[u]{hh,h,z}, strto{i,u}{,8,16,32,64}Mattias Andrée1-0/+17
2021-02-26Fix tests and libsimple_arraycpy and libsimple_arraymove1.2Mattias Andrée1-0/+2
2021-02-26Add libsimple_[e[n]]{local,gm}time, remove dates from man pages, and add blank lines between sections in man pagesMattias Andrée1-0/+4
2018-12-15More tests and fix attributes on wcsndupMattias Andrée1-0/+6
2018-11-29A bunch of stuffMattias Andrée1-0/+9
2018-11-25Some fixes and add wide-character string duplication functionsMattias Andrée1-1/+7
2018-11-25Add [e[n]]aligned_str[n]dup and aligned_str[n]dupaMattias Andrée1-0/+5
2018-11-25Add array.hMattias Andrée1-0/+1
2018-11-25Install man pagesMattias Andrée1-0/+14
2018-11-24Add [raw]memelem{cpy,move}Mattias Andrée1-0/+4
2018-11-23Split out memelem.h from mem.hMattias Andrée1-0/+1
2018-11-19Add a bunch of function and macrosMattias Andrée1-19/+59
2018-11-17Add memelemscanMattias Andrée1-0/+1
2018-11-17Add memscan and memcasescanMattias Andrée1-0/+2
2018-11-16Add strnisutf8 and memisutf8Mattias Andrée1-1/+1
2018-11-14Some fixes to libsimple-arg.h, test everything except long arguments, and fix some man pagesMattias Andrée1-1/+1
2018-11-05Rename isutf8 to strisutf8 and add man pageMattias Andrée1-1/+1
2018-10-27Remove strndup, it is in POSIXMattias Andrée1-1/+0
2018-10-22Add strn[case]eqlenMattias Andrée1-0/+2
2018-10-22Add strn{case}{starts,ends}Mattias Andrée1-0/+4
2018-10-22Add strn{,case}chr{,nul}, strnend, and strrn{,case}chrMattias Andrée1-0/+7
2018-10-21Add memcase{cmp,ends,starts,eq} and mem[r]casememMattias Andrée1-0/+5
2018-10-21Add memcasechrMattias Andrée1-0/+1
2018-10-21Add rawmemrcasechrMattias Andrée1-1/+1
2018-10-21Add rawmemcasechr and memrcasechrMattias Andrée1-0/+2
2018-10-21Add {str,mem}[r][case]eqlenMattias Andrée1-2/+8