Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-10-17 | make colour escape sequence code simplerHEADmain | axtloss | 1 | -6/+3 | |
2024-10-17 | Add strfmt | axtloss | 2 | -0/+146 | |
2024-09-27 | Fix join_str on musl and add manpage | axtlos | 2 | -8/+11 | |
2024-09-26 | Add author section to manpages | axtloss | 3 | -4/+3 | |
2024-09-23 | Add cap,min,max functions | axtlos | 2 | -0/+27 | |
2024-07-16 | fix formatting | axtloss | 5 | -164/+175 | |
2024-07-15 | add function join_str | axtloss | 3 | -12/+30 | |
2024-07-14 | dont put multiple staements in single line | axtloss | 1 | -2/+4 | |
2024-07-14 | move to autotools | axtloss | 4 | -6/+11 | |
2024-07-14 | Add manpages for each extlib function | axtloss | 5 | -74/+19 | |
2024-07-11 | Implement memset_s and improve free_secure | axtloss | 4 | -3/+138 | |
2024-07-11 | depcreate malloc_secure for calloc | axtloss | 2 | -3/+2 | |
2024-07-08 | add new function rremove | axtloss | 3 | -6/+43 | |
2024-06-24 | Add new function memvcmp and unit tests | axtloss | 2 | -4/+20 | |