getopt_long.c


Log

Author Commit Date CI Message
Dan Kegel 9131496d 2017-06-05T10:23:30 getopt_long.c: placate visual c by adding a few explicit typecasts
Dan Kegel 4d7b4d7c 2017-06-04T19:19:55 Minimal tweaks to compile with Visual C 2015
William Pitcock e36a92dc 2017-01-23T13:01:59 getopt: add some padding to EMSG to avoid overrun
William Pitcock febf476a 2016-11-04T22:35:55 configure: kill --enable-strict-mode, entirely pointless
William Pitcock 869de687 2015-09-06T09:41:34 getopt_long: fixups, remove dependency on libpkgconf etc.
William Pitcock 595e0965 2013-07-22T01:08:38 getopt: document what is different about our getopt verses normal netbsd getopt_long.
Fabian Groffen 80ad9577 2012-08-08T10:34:48 getopt: remove dependency on err.h/warnx()
Baptiste Daroussin 1464b576 2012-07-29T13:39:34 Convert all the int want_* to a single bitmap
William Pitcock d45b87bc 2012-07-20T16:35:53 getopt_long: use stdinc.h
William Pitcock 3035b0ba 2012-07-20T16:29:57 main: add support for HAVE_STRICT_MODE compiler define (and define it in the build system) (issue #25)
William Pitcock 9d7672fc 2012-07-20T13:46:14 main: use our own getopt_long() implementation always, as pkg_getopt_long(). (closes #24)
William Pitcock b3057ada 2012-04-30T18:27:17 Add portable getopt_long implementation based on OpenBSD's.