| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-10-08 | Run various C versions in the CI | jvoisin | |
| 2024-07-10 | prefix special defines with FORTIFY_ | psykose | |
| just in case, and because 'PEDANTIC_CHECKS' is a really generic name | |||
| 2024-07-02 | Update a bit the readme2.3.1 | jvoisin | |
| 2024-05-26 | Add vasprintf/asprintf2.3 | jvoisin | |
| The only hardening being done here is to set the char** parameter to thos functions to NULL in case of an error, to prevent it from being used should people forget to check return values. This is already done on some BSD, as well as in Rocky Linux. | |||
| 2024-04-24 | Disable pedantic checks by default | jvoisin | |
| They can be re-enabled via `PEDANTIC_CHECKS` | |||
| 2023-12-08 | Add a check in the CI to keep the readme up to date | jvoisin | |
| 2023-12-08 | Update the readme to point to upstream git repo | jvoisin | |
| 2023-12-05 | Update the README | jvoisin | |
| 2023-09-30 | Add `strlen` | jvoisin | |
| 2023-09-27 | Add an option to make use of compiler-provided _chk builtins | jvoisin | |
| 2023-08-20 | Refresh a bit the README | jvoisin | |
