Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| c2d9d840 | 2018-06-14 11:38:32 | Guard non-portable forwarded includes These headers are not available on Windows. <bsd/sys/cdefs.h> ensures that __has_include() and __has_include_next() are defined. Signed-off-by: Guillem Jover <guillem@hadrons.org> | ||
| e7f39760 | 2012-03-23 10:31:42 | Add email address to my name | ||
| f71d8e05 | 2012-03-21 04:10:37 | Remove bogus deprecation warning from <getopt.h> | ||
| 866f73af | 2012-01-03 05:39:22 | Move overlay inclusions outside of header protection Glibc tends to include standard headers with special definitions that make few declarations or macros visible, this stomps over the overlay #include_next <> logic. Based-on-patch-by: Robert Millan <rmh@debian.org> | ||
| b0eb1997 | 2011-05-28 11:40:36 | Move bsd_getopt() from <bsd/getopt.h> to <bsd/unistd.h> Deprecate <bsd/getopt.h>. | ||
| 9d042171 | 2011-05-25 07:38:36 | Map getopt to bsd_getopt if we are using the overlay This will ensure the code can safely and correctly use optreset transparently. | ||
| 17a9a847 | 2011-05-25 07:36:19 | Rename transparent support to overlay This affects the pkg-config file now named libbsd-overlay.pc, and the macro to use the overlay LIBBSD_OVERLAY. | ||
| 520682e5 | 2011-02-23 14:04:57 | Add support for transparent compilation This means that software being ported should not need to be modified in the usual case, as the libbsd headers will take over the standard namespace and fill the missing gaps, and include the system headers. To use this the new libbsd-transparent.pc file can be used through pkg-config, which should end up doing the right thing. | ||
| cb1346e5 | 2009-05-25 09:25:13 | Export public functions as extern C | ||
| 1f0b016e | 2009-05-20 04:20:21 | Use UTF-8 copyright symbols for non-imported files |