Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 32d18dcf | 2024-02-09 04:32:12 | Add explicit time32 and time64 support Handle the three potential system scenarios: - system time_t is time64 - system time_t is time32 and supports time64 - system time_t is time32 and does not support time64 Add the explicit time32 and time64 functions when necessary and map them accordingly for each of these cases. | ||
| c9ff8368 | 2022-01-29 14:48:22 | test: Import explicit_bzero and strtonum test cases from OpenBSD - Remove trailing spaces. - Declare file-scope functions and variables static. - Declare functions with a proper prototype. - Do not mix declarations and code for C90 conformance. - Do not compare size_t and ssize_t variables. | ||
| 62e67bb4 | 2022-01-29 14:52:08 | build: Sort test programs in .gitignore | ||
| 37a9b56c | 2021-02-06 23:43:12 | Import pwcache module from OpenBSD | ||
| e4e15ed2 | 2018-05-22 13:50:44 | Fix strnvis() and strnunvis() NetBSD ABI break The NetBSD implementations have different prototypes to the ones coming from OpenBSD, which will break builds, and have caused segfaults at run-time. We provide now both interfaces with different prototypes as different version nodes allow selecting them at compile-time, defaulting for now to the OpenBSD one to avoid build-time breakage, while emitting a compile-time warning. Later on, in 0.10.0, we will be switching the compile-time default to the NetBSD version. Ref: http://gnats.netbsd.org/44977 Fixes: https://bugs.debian.org/899282 | ||
| cdbb9d05 | 2017-06-18 20:30:40 | test: Add new strnstr() unit test | ||
| 0365d0ef | 2017-06-18 20:30:19 | test: Add new setprogname() and getprogname() unit test | ||
| 10b13285 | 2017-06-18 20:29:52 | test: Add new setmode() and getmode() unit test | ||
| 922eff5c | 2017-06-14 01:52:12 | test: Add new nlist() unit test | ||
| 79386192 | 2017-06-14 02:45:13 | Update .gitignore for headers generator |