Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-07-07 | add compat getopt implementation, remove patches | Brent Cook | 8 | -37/+594 | |
This adds a getopt implementation for compatibility where it is not available, removing a couple of regress patches. Note, this is a slightly modified copy from OpenBSD libc that doesn't expose getopt_long, which has dependency conflicts with Windows system headers and isn't needed anyway. | |||||
2023-07-07 | hook bn_print to build | Theo Buehler | 5 | -0/+13 | |
2023-07-07 | Add hidden ts.h | Theo Buehler | 1 | -0/+1 | |
2023-07-07 | change the trigger for running fuzzer tests | Brent Cook | 1 | -1/+6 | |
Since fuzzers benefit more from being run regularly on the openbsd tree, and they take a long time, does it make more sense that the trigger is a cron like the Coverity job? They sometimes don't work in branches anyway, since the fuzz builds rely on external code being updated to match the master branch. |