aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* m whitespaceMattias Andrée2024-09-222-4/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix libsimple_random_bytesMattias Andrée2024-09-171-1/+3
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* m + add libsimple_random_bytesMattias Andrée2024-09-024-2/+47
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add TODO fileMattias Andrée2024-08-181-0/+179
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* m doc fix + add to man pages when functions were introducedMattias Andrée2024-08-18217-1/+693
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Update LIB_MINOR for next releaseMattias Andrée2024-08-181-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add @since for new definitionsMattias Andrée2024-08-181-4/+4
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Merge branch 'since'Mattias Andrée2024-08-1849-26/+1736
|\
| * Add @since for definitions added in version 1.6Mattias Andrée2024-08-188-16/+757
| | | | | | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
| * Merge tag '1.6' into sinceMattias Andrée2024-08-18722-44/+17176
| |\ | | | | | | | | | Version 1.6
| * | Add @since for definitions added in version 1.5Mattias Andrée2024-08-181-0/+2
| | | | | | | | | | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
| * | Merge tag '1.5' into sinceMattias Andrée2024-08-185-6/+16
| |\ \ | | | | | | | | | | | | Version 1.5
| * | | Add @since for definitions added in version 1.4Mattias Andrée2024-08-182-0/+36
| | | | | | | | | | | | | | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
| * | | Merge tag '1.4' into sinceMattias Andrée2024-08-18580-5388/+12951
| |\ \ \ | | | | | | | | | | | | | | | Version 1.4
| * \ \ \ Merge tag '1.3' into sinceMattias Andrée2024-08-182-2/+14
| |\ \ \ \ | | | | | | | | | | | | | | | | | | Version 1.3
| * | | | | Add @since for definitions added in version 1.2Mattias Andrée2024-08-1811-7/+115
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
| * | | | | Merge tag '1.2' into sinceMattias Andrée2024-08-18359-853/+10621
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Version 1.2
| * | | | | | Add @since for definitions added in version 1.0 and 1.1Mattias Andrée2024-08-1831-3/+826
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* | | | | | | Add needstack, get_stack_direction, get_stack_limit, and get_stack_spaceMattias Andrée2024-07-027-0/+277
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* | | | | | Add missing .c files1.6Mattias Andrée2024-07-014-0/+72
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* | | | | | Add missing man pagesMattias Andrée2024-07-014-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* | | | | | Add getexecpath functionsMattias Andrée2024-07-015-0/+194
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* | | | | | Add readlink and readmagiclink functionsMattias Andrée2024-07-0114-0/+383
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* | | | | | Fix libsimple_abspathMattias Andrée2024-07-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* | | | | | mMattias Andrée2024-07-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* | | | | | Properly fix support for version of C before C11Mattias Andrée2024-06-292-1/+12
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* | | | | | Add (libsimple_)_[v]e[n]printfMattias Andrée2024-06-297-6/+230
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* | | | | | Fix C99 supportMattias Andrée2024-06-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* | | | | | Add libsimple_{cmp,qsort}_*Mattias Andrée2024-05-05579-0/+12811
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* | | | | | m + add ascii.h and exec.hMattias Andrée2024-05-0531-5/+1464
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* | | | | | libsimple_abspath: accept NULL for cwdMattias Andrée2024-04-133-5/+16
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* | | | | | Add -lmMattias Andrée2024-04-132-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* | | | | | Add libsimple_abspath with e- and en- versionsMattias Andrée2024-04-135-1/+127
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* | | | | | Add assume_aligned to libsimple_getcwdMattias Andrée2024-04-131-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* | | | | | Add libsimple_getcwd with e- and en- versionsMattias Andrée2024-04-136-0/+119
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* | | | | | Empty signed commitMattias Andrée2024-04-060-0/+0
| | | | | |
* | | | | | Add libsimple_bindtemp_unMattias Andrée2024-01-295-2/+110
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* | | | | | Add to*, *diff, *abs, *uabs, and random_{bits,float,signed,unsigned}Mattias Andrée2024-01-2956-0/+1288
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* | | | | | Add libsimple_generate_seed and libsimple_srandMattias Andrée2024-01-285-0/+103
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* | | | | | Fix typoMattias Andrée2024-01-2811-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* | | | | | Update library version numberMattias Andrée2024-01-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* | | | | | Add libsimple_close_rangeMattias Andrée2024-01-276-1/+236
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* | | | | | Fix man pagesMattias Andrée2024-01-274-20/+4
| |_|_|_|/ |/| | | | | | | | | | | | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* | | | | Fix return value for libsimple_{local,gm}time.c1.5Mattias Andrée2024-01-103-3/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* | | | | Update VERSION_MINORMattias Andrée2023-12-171-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* | | | | Fix libsimple_arrayset and libsimple_arraypset and add libsimple_arrayfill and libsimple_arraynullMattias Andrée2023-12-171-2/+14
| |_|_|/ |/| | | | | | | | | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* | | | Update VERSION_MINOR1.4Mattias Andrée2023-07-041-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* | | | Add bindex and bindex_rMattias Andrée2023-07-046-1/+152
| | | | | | | | | | | | | | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* | | | libsimple_localtime.3: fix formattingMattias Andrée2023-07-041-4/+4
| | | | | | | | | | | | | | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* | | | Add tests and man pagesMattias Andrée2023-04-0949-53/+927
| | | | | | | | | | | | | | | | Signed-off-by: Mattias Andrée <maandree@kth.se>