Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'since' | Mattias Andrée | 2024-08-18 | 1 | -7/+13 |
|\ | |||||
| * | Merge tag '1.6' into since | Mattias Andrée | 2024-08-18 | 1 | -0/+21 |
| |\ | | | | | | | | | | Version 1.6 | ||||
| * \ | Merge tag '1.4' into since | Mattias Andrée | 2024-08-18 | 1 | -50/+95 |
| |\ \ | | | | | | | | | | | | | Version 1.4 | ||||
| * | | | Add @since for definitions added in version 1.2 | Mattias Andrée | 2024-08-18 | 1 | -7/+7 |
| | | | | | | | | | | | | | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
| * | | | Merge tag '1.2' into since | Mattias Andrée | 2024-08-18 | 1 | -3/+108 |
| |\ \ \ | | | | | | | | | | | | | | | | Version 1.2 | ||||
| * | | | | Add @since for definitions added in version 1.0 and 1.1 | Mattias Andrée | 2024-08-18 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | | | | | Add needstack, get_stack_direction, get_stack_limit, and get_stack_space | Mattias Andrée | 2024-07-02 | 1 | -0/+1 |
| |_|_|/ |/| | | | | | | | | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | | | | Properly fix support for version of C before C11 | Mattias Andrée | 2024-06-29 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | | | | Fix C99 support | Mattias Andrée | 2024-06-29 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | | | | Add libsimple_{cmp,qsort}_* | Mattias Andrée | 2024-05-05 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | | | | m + add ascii.h and exec.h | Mattias Andrée | 2024-05-05 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | | | | Add libsimple_getcwd with e- and en- versions | Mattias Andrée | 2024-04-13 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | | | | Add libsimple_bindtemp_un | Mattias Andrée | 2024-01-29 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | | | | Add to*, *diff, *abs, *uabs, and random_{bits,float,signed,unsigned} | Mattias Andrée | 2024-01-29 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | | | | Add libsimple_generate_seed and libsimple_srand | Mattias Andrée | 2024-01-28 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | | | | Add libsimple_close_range | Mattias Andrée | 2024-01-27 | 1 | -0/+14 |
| |_|/ |/| | | | | | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | | | Add bindex and bindex_r | Mattias Andrée | 2023-07-04 | 1 | -0/+1 |
| | | | | | | | | | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | | | Fix warnings | Mattias Andrée | 2022-06-12 | 1 | -0/+10 |
| | | | | | | | | | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | | | Replace to last static inline's with line + extern inline, and fix warnings | Mattias Andrée | 2022-06-12 | 1 | -7/+35 |
| | | | | | | | | | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | | | Fix warnings, replace some static inline with inline + extern inline, and fix glibc support | Mattias Andrée | 2022-06-11 | 1 | -44/+49 |
| | | | |||||
* | | | Remove `static` from some `static inline` | Mattias Andrée | 2022-06-10 | 1 | -2/+2 |
| | | | | | | | | | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | | | Add strto[u]{hh,h,z}, strto{i,u}{,8,16,32,64} | Mattias Andrée | 2022-06-10 | 1 | -0/+1 |
| |/ |/| | | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | | A bunch of stuff | Mattias Andrée | 2018-11-29 | 1 | -1/+96 |
| | | | | | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | | Some fixes and add wide-character string duplication functions | Mattias Andrée | 2018-11-25 | 1 | -0/+6 |
| | | | | | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | | Include wchar.h and wctype.h | Mattias Andrée | 2018-11-25 | 1 | -0/+2 |
| | | | | | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | | Add [e[n]]aligned_str[n]dup and aligned_str[n]dupa | Mattias Andrée | 2018-11-25 | 1 | -2/+4 |
|/ | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Add array.h | Mattias Andrée | 2018-11-25 | 1 | -0/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Split out memelem.h from mem.h | Mattias Andrée | 2018-11-23 | 1 | -0/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Add a bunch of function and macros | Mattias Andrée | 2018-11-19 | 1 | -0/+2 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Add libsimple_eprintf_preprint and libsimple_eprintf_postprint | Mattias Andrée | 2018-11-06 | 1 | -8/+0 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Add tests and small fixes | Mattias Andrée | 2018-11-05 | 1 | -1/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Add ischrcaseset and man pages for ischrset, ischrcaseset, and [v]{we,en,e}printf | Mattias Andrée | 2018-11-05 | 1 | -31/+0 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Remove FREE and CLOSE, and add symlinks for upcoming man pages | Mattias Andrée | 2018-11-02 | 1 | -5/+0 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Documentation | Mattias Andrée | 2018-11-01 | 1 | -1/+49 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | misc | Mattias Andrée | 2018-09-02 | 1 | -1407/+26 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Add malloc function attribute were appropriate | Mattias Andrée | 2018-08-30 | 1 | -41/+41 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Fix clang support | Mattias Andrée | 2018-08-29 | 1 | -1/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Remove sendfd, recvfd, recvfrom_timestamped, and recv_timestamped for now | Mattias Andrée | 2018-08-29 | 1 | -30/+0 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Add tests | Mattias Andrée | 2018-08-29 | 1 | -7/+9 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Add tests | Mattias Andrée | 2018-08-29 | 1 | -159/+141 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Make it possible to force all memory allocation functions to fail in tests | Mattias Andrée | 2018-08-28 | 1 | -9/+9 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Add tests for allocation functions | Mattias Andrée | 2018-08-28 | 1 | -7/+7 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | m + add tests | Mattias Andrée | 2018-08-26 | 1 | -3/+3 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | m | Mattias Andrée | 2018-08-26 | 1 | -1/+0 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Add tests | Mattias Andrée | 2018-08-26 | 1 | -4/+4 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Fixes and tests | Mattias Andrée | 2018-08-26 | 1 | -1/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Add test for putenvf | Mattias Andrée | 2018-08-26 | 1 | -1/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Remove checks impossible situations | Mattias Andrée | 2018-08-26 | 1 | -11/+3 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Tests and fixes | Mattias Andrée | 2018-08-26 | 1 | -1/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Fix aliases | Mattias Andrée | 2018-08-26 | 1 | -34/+126 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> |