summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-10-21Neuter an issue in strncat2.3.3jvoisin
2024-10-10Fix a crash in strncpy/stpncpystrnjvoisin
2024-10-10Disable snprintf/sprintf hardening for now2.3.2jvoisin
2024-10-08Run various C versions in the CIjvoisin
2024-10-04Fix usage of strnlenQuentin Rameau
2024-10-03Use const fd_set for FD_ISSETNatanael Copa
2024-10-03Only install header filesNatanael Copa
2024-09-06Work around a gcc warningjvoisin
2024-09-02Revert d2594298b89d0fb8989cae3ebc8900e77b6aa478jvoisin
2024-07-10Fix access annotation for stpncpy/strncpyjvoisin
2024-07-10Fix access annotations to snprintf/sprintfjvoisin
2024-07-10Fix `access` annotations for vsnprintf/vsprintfjvoisin
2024-07-10prefix special defines with FORTIFY_psykose
2024-07-02Update a bit the readme2.3.1jvoisin
2024-06-21Add a test for C++ compilationjvoisin
2024-06-15Fix some pointer-arithmetic warningsjvoisin
2024-06-14Remove `restrict` keywordsjvoisin
2024-05-26Add vasprintf/asprintf2.3jvoisin
2024-05-20Improve the testsuite reliability wrt. gccjvoisin
2024-04-24Add a testjvoisin
2024-04-24Fix some overlap mismatchjvoisin
2024-04-24Disable pedantic checks by defaultjvoisin
2024-03-19Relax our checks for memchr on C11 and above2.2jvoisin
2024-03-08Add some NULL-pointers checksjvoisin
2024-03-04Add a .gitattributes file to simplify releasesjvoisin
2024-01-13Properly check for builtinsjvoisin
2023-12-28Re-enable previously disabled overlap checksjvoisin
2023-12-28Make the CI fail when the testsuite failsjvoisin
2023-12-28Build with USE_NATIVE_CHK for clang and gccjvoisin
2023-12-27Improve __fh_overlap implementationjvoisin
2023-12-27Don't check for overlapping in strncpy/stpncpy for nowjvoisin
2023-12-18fix typo for __builtin_memcpypsykose
2023-12-16Ditto for strrchrq66
2023-12-16Disable strchr tests since strchr hardening is disabledq66
2023-12-16Also handle SIGTRAP in testsq66
2023-12-16Bump to 2.12.1q66
2023-12-16Disable str(r)chr hardeningq66
2023-12-15Rename some macros to be more namespace-friendlyq66
2023-12-15Fix missing } for extern "C" when using clangq66
2023-12-15Move wctomb to stdlib.h and disable it for nowq66
2023-12-15Guard some conditional stdio APIs with the right macrosq66
2023-12-15Do not use static inline for C++ to avoid ODR violationsq66
2023-12-15Add missing include in select.hq66
2023-12-15Remove superfluous includesJulien Voisin
2023-12-15Remove superfluous includesjvoisin
2023-12-12Bump to 2.02.0jvoisin
2023-12-10Add gcc 13 to the CIjvoisin
2023-12-08Add a check in the CI to keep the readme up to datejvoisin
2023-12-08Update the readme to point to upstream git repojvoisin
2023-12-07Add qsortjvoisin