aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add strcasechr and strcasechrnulMattias Andrée2018-10-211-2/+4
* Add mempsetelem and memsetelem and add fix and tests for memelem and memrelemMattias Andrée2018-10-201-0/+1
* Add memelem and memrelemMattias Andrée2018-10-201-0/+2
* miscMattias Andrée2018-09-021-5/+47
* Makefile: add install and uninstall rules1.0Mattias Andrée2018-08-291-1/+13
* Remove sendfd, recvfd, recvfrom_timestamped, and recv_timestamped for nowMattias Andrée2018-08-291-3/+0
* Make it possible to force all memory allocation functions to fail in testsMattias Andrée2018-08-281-1/+1
* Add tests for allocation functionsMattias Andrée2018-08-281-2/+3
* Add test function to all .c filesMattias Andrée2018-08-281-37/+1
* Add testsMattias Andrée2018-08-261-0/+4
* Fixes and testsMattias Andrée2018-08-261-0/+2
* Add test for putenvfMattias Andrée2018-08-261-0/+1