info-gengetopt
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

GNU Gengetopt 2.3


From: Lorenzo Bettini
Subject: GNU Gengetopt 2.3
Date: Wed, 02 May 2001 16:12:31 +0200

GNU Gengetopt 2.3 has been released.  It is available from
ftp://ftp.gnu.org/gnu/gengetopt/ and mirrors of that site (see list of
mirror sites at http://www.gnu.org/order/ftp.html).

GNU Gengetopt generates a C function that uses getopt_long function 
to parse the command line options, validate them and fill a
struct. 

Changes in this version:

   * --no-handle-help and --no-handle-version option added, so that 
     --help|-h and --version|-V can be explicitly handled (for
      instance for printing a copyright notice, as suggested by 
      Vladimir Tamara <address@hidden>). 
   * PURPOSE added to specify in the .ggo file the purpose of the
program 
     (thanks to Berthold Höllmann <address@hidden>).
   * generated print_version and print_help are not static so they can 
     be called also in the program and they are prefixed with the
     name of the generated function, so that more than one parser can be 
     handled. 
   * test the presence of alloca function in standard library 
     (reported by Aldo D. Longhi <address@hidden>). 
   * test suite added (type make check, to run the tests).

Visit the Gengetopt home page at 
http://www.gnu.org/software/gengetopt/gengetopt.html.

Bug reports should go to address@hidden

cheers
        Lorenzo

-- 
+-----------------------------------------------------+
|  Lorenzo Bettini          ICQ# lbetto, 16080134     |
|  PhD student in Computer Science                    |
|  Florence - Italy         (Linux User # 158233)     |
|  Home Page        : http://w3.newnet.it/bettini     |
|           http://infostud.dsi.unifi.it/~bettini     |
|  Mail             : address@hidden            |
|  http://www.mokabyte.it       Java on line journal  |
|  http://music.dsi.unifi.it         XKlaim language  |
|  http://w3.newnet.it/bettini/purple     Cover Band  |
|  http://www.gnu.org/software/java2html & cpp2html   |
+-----------------------------------------------------+



reply via email to

[Prev in Thread] Current Thread [Next in Thread]