GNU Gengetopt Changelog

What's new in GNU Gengetopt 2.22.6

Nov 8, 2012
  • Fixed a compilation problem in Mac OS X
  • Added versiontext directive
  • Added --strict-hidden command line option
  • Fixed many bugs

New in GNU Gengetopt 2.22.3 (Oct 1, 2009)

  • Enum option values can now contain + and -.
  • Compilation problems due to the FIX_UNUSED macro not being in the right place were fixed.
  • --header-output-dir and --src_output-dir command line options were added to store cmdline.h separately from cmdline.c.
  • Generated functions use prototypes with char ** instead of char *const *.