| Commit message (Expand) | Author | Age | Files | Lines |
* | m + add libsimple_random_bytes | Mattias Andrée | 2024-09-02 | 4 | -2/+47 |
* | Add TODO file | Mattias Andrée | 2024-08-18 | 1 | -0/+179 |
* | m doc fix + add to man pages when functions were introduced | Mattias Andrée | 2024-08-18 | 217 | -1/+693 |
* | Update LIB_MINOR for next release | Mattias Andrée | 2024-08-18 | 1 | -1/+1 |
* | Add @since for new definitions | Mattias Andrée | 2024-08-18 | 1 | -4/+4 |
* | Merge branch 'since' | Mattias Andrée | 2024-08-18 | 49 | -26/+1736 |
|\ |
|
| * | Add @since for definitions added in version 1.6 | Mattias Andrée | 2024-08-18 | 8 | -16/+757 |
| * | Merge tag '1.6' into since | Mattias Andrée | 2024-08-18 | 722 | -44/+17176 |
| |\ |
|
| * | | Add @since for definitions added in version 1.5 | Mattias Andrée | 2024-08-18 | 1 | -0/+2 |
| * | | Merge tag '1.5' into since | Mattias Andrée | 2024-08-18 | 5 | -6/+16 |
| |\ \ |
|
| * | | | Add @since for definitions added in version 1.4 | Mattias Andrée | 2024-08-18 | 2 | -0/+36 |
| * | | | Merge tag '1.4' into since | Mattias Andrée | 2024-08-18 | 580 | -5388/+12951 |
| |\ \ \ |
|
| * \ \ \ | Merge tag '1.3' into since | Mattias Andrée | 2024-08-18 | 2 | -2/+14 |
| |\ \ \ \ |
|
| * | | | | | Add @since for definitions added in version 1.2 | Mattias Andrée | 2024-08-18 | 11 | -7/+115 |
| * | | | | | Merge tag '1.2' into since | Mattias Andrée | 2024-08-18 | 359 | -853/+10621 |
| |\ \ \ \ \ |
|
| * | | | | | | Add @since for definitions added in version 1.0 and 1.1 | Mattias Andrée | 2024-08-18 | 31 | -3/+826 |
* | | | | | | | Add needstack, get_stack_direction, get_stack_limit, and get_stack_space | Mattias Andrée | 2024-07-02 | 7 | -0/+277 |
| |_|_|_|_|/
|/| | | | | |
|
* | | | | | | Add missing .c files1.6 | Mattias Andrée | 2024-07-01 | 4 | -0/+72 |
* | | | | | | Add missing man pages | Mattias Andrée | 2024-07-01 | 4 | -0/+4 |
* | | | | | | Add getexecpath functions | Mattias Andrée | 2024-07-01 | 5 | -0/+194 |
* | | | | | | Add readlink and readmagiclink functions | Mattias Andrée | 2024-07-01 | 14 | -0/+383 |
* | | | | | | Fix libsimple_abspath | Mattias Andrée | 2024-07-01 | 1 | -1/+1 |
* | | | | | | m | Mattias Andrée | 2024-07-01 | 1 | -1/+1 |
* | | | | | | Properly fix support for version of C before C11 | Mattias Andrée | 2024-06-29 | 2 | -1/+12 |
* | | | | | | Add (libsimple_)_[v]e[n]printf | Mattias Andrée | 2024-06-29 | 7 | -6/+230 |
* | | | | | | Fix C99 support | Mattias Andrée | 2024-06-29 | 1 | -1/+1 |
* | | | | | | Add libsimple_{cmp,qsort}_* | Mattias Andrée | 2024-05-05 | 579 | -0/+12811 |
* | | | | | | m + add ascii.h and exec.h | Mattias Andrée | 2024-05-05 | 31 | -5/+1464 |
* | | | | | | libsimple_abspath: accept NULL for cwd | Mattias Andrée | 2024-04-13 | 3 | -5/+16 |
* | | | | | | Add -lm | Mattias Andrée | 2024-04-13 | 2 | -2/+2 |
* | | | | | | Add libsimple_abspath with e- and en- versions | Mattias Andrée | 2024-04-13 | 5 | -1/+127 |
* | | | | | | Add assume_aligned to libsimple_getcwd | Mattias Andrée | 2024-04-13 | 1 | -3/+3 |
* | | | | | | Add libsimple_getcwd with e- and en- versions | Mattias Andrée | 2024-04-13 | 6 | -0/+119 |
* | | | | | | Empty signed commit | Mattias Andrée | 2024-04-06 | 0 | -0/+0 |
* | | | | | | Add libsimple_bindtemp_un | Mattias Andrée | 2024-01-29 | 5 | -2/+110 |
* | | | | | | Add to*, *diff, *abs, *uabs, and random_{bits,float,signed,unsigned} | Mattias Andrée | 2024-01-29 | 56 | -0/+1288 |
* | | | | | | Add libsimple_generate_seed and libsimple_srand | Mattias Andrée | 2024-01-28 | 5 | -0/+103 |
* | | | | | | Fix typo | Mattias Andrée | 2024-01-28 | 11 | -11/+11 |
* | | | | | | Update library version number | Mattias Andrée | 2024-01-27 | 1 | -1/+1 |
* | | | | | | Add libsimple_close_range | Mattias Andrée | 2024-01-27 | 6 | -1/+236 |
* | | | | | | Fix man pages | Mattias Andrée | 2024-01-27 | 4 | -20/+4 |
| |_|_|_|/
|/| | | | |
|
* | | | | | Fix return value for libsimple_{local,gm}time.c1.5 | Mattias Andrée | 2024-01-10 | 3 | -3/+1 |
* | | | | | Update VERSION_MINOR | Mattias Andrée | 2023-12-17 | 1 | -1/+1 |
* | | | | | Fix libsimple_arrayset and libsimple_arraypset and add libsimple_arrayfill and libsimple_arraynull | Mattias Andrée | 2023-12-17 | 1 | -2/+14 |
| |_|_|/
|/| | | |
|
* | | | | Update VERSION_MINOR1.4 | Mattias Andrée | 2023-07-04 | 1 | -1/+1 |
* | | | | Add bindex and bindex_r | Mattias Andrée | 2023-07-04 | 6 | -1/+152 |
* | | | | libsimple_localtime.3: fix formatting | Mattias Andrée | 2023-07-04 | 1 | -4/+4 |
* | | | | Add tests and man pages | Mattias Andrée | 2023-04-09 | 49 | -53/+927 |
* | | | | Improve makefile and fix a bug | Mattias Andrée | 2022-07-19 | 6 | -14/+61 |
* | | | | Move some test code to newline created .c files | Mattias Andrée | 2022-06-12 | 66 | -903/+1033 |