summaryrefslogtreecommitdiff
path: root/src/bsd_getopt.c
AgeCommit message (Collapse)AuthorFilesLines
2012-01-28Use regular getopt()Igor Pashev1-5/+1
2011-06-08Constify bsd_getopt(3) argumentsGuillem Jover1-1/+1
This matches the standard declaration for getopt(3).
2011-05-28Map getopt to bsd_getopt if we are using the overlayGuillem Jover1-1/+5
This will ensure the code can safely and correctly use optreset transparently.
2011-05-14Add support for transparent compilationGuillem Jover1-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-10Reformat code to KNFGuillem Jover1-7/+6
2009-05-20Use UTF-8 copyright symbols for non-imported filesGuillem Jover1-1/+1
2008-05-06Add license headerRobert Millan1-0/+26
2008-05-06Move sources to src/Guillem Jover1-0/+15