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