public inbox for cygwin-announce@cygwin.com
 help / color / mirror / Atom feed
* New: gengetopt 2.23
@ 2021-08-04 16:14 Cygwin gengetopt co-Maintainer
  0 siblings, 0 replies; only message in thread
From: Cygwin gengetopt co-Maintainer @ 2021-08-04 16:14 UTC (permalink / raw)
  To: Cygwin Announcements

Generates a function to parse and validate command line options.

The missing x86 package has now been added to the Cygwin distribution. 

The following package has been added to the Cygwin distribution:

* gengetopt	2.23

Reads an interface description file, and writes a file containing a
command-line parser function.
Generates a C function that calls the getopt_long function to parse
command line options, to validate them, fill a struct, or output a
usage message.
Can also generate functions to save command line options into an rc
file, and to read command line options from an rc file.
Handles long options starting with '--' and short options starting with
'-' followed by one character, without parameters and with 11 types of
parameters (including flag, int, double, string, and function call)."

For more information see the project home page:

	https://www.gnu.org/software/gengetopt/

or the repo README:

	https://git.savannah.gnu.org/cgit/gengetopt.git/tree/README

Please see below or read /usr/share/doc/gengetopt/NEWS after installation
for details of the latest features:

	https://git.savannah.gnu.org/cgit/gengetopt.git/tree/NEWS

Version 2.23

* Gengen and gengetopt are required when building from git.
  When building from tarball, everything works like it did before.
* To mimic behaviour of coreutils, version string is no longer part of
  --help, and usage is printed before purpose in --help
* Use singular (`[OPTION]...`, `[FILE]...`) instead of plural
  (`[OPTIONS]...`, `[FILES]...`)
* Fix spelling of `--unnamed`. `--unamed` still provided for backwards
  compatibility.
* Drop IRIX compatibility


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-08-04 16:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-04 16:14 New: gengetopt 2.23 Cygwin gengetopt co-Maintainer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).