Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-01-28 | Use regular getopt() | Igor Pashev | 1 | -5/+1 | |
2011-06-08 | Constify bsd_getopt(3) arguments | Guillem Jover | 1 | -1/+1 | |
This matches the standard declaration for getopt(3). | |||||
2011-05-28 | Map getopt to bsd_getopt if we are using the overlay | Guillem Jover | 1 | -1/+5 | |
This will ensure the code can safely and correctly use optreset transparently. | |||||
2011-05-14 | Add support for transparent compilation | Guillem Jover | 1 | -1/+1 | |
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. | |||||
2010-01-10 | Reformat code to KNF | Guillem Jover | 1 | -7/+6 | |
2009-05-20 | Use UTF-8 copyright symbols for non-imported files | Guillem Jover | 1 | -1/+1 | |
2008-05-06 | Add license header | Robert Millan | 1 | -0/+26 | |
2008-05-06 | Move sources to src/ | Guillem Jover | 1 | -0/+15 | |