Subject: CVS commit: wip/argtable2
From: Kamel Derouiche
Date: 2012-09-02 23:51:46
Message id: E1T8I5M-0007co-Bt@sfs-ml-4.v29.ch3.sourceforge.com

Log Message:
Import argtable2-2.13 as wip/argtable2.

Parsing a program's command line arguments has always been a distraction from
the main programming task at hand. The argtable library simplifies the job by
enabling the programmer to define the command line options directly in the
source code as a static array of structs and then pass that array to argtable
library functions which parse the command line accordingly. The values
extracted from the command line are deposited directly into user-defined program
variables where they can be accessed by the main program. Argtable can also
generate descriptions of the command line syntax from that same array for
display as on-line help.


Files:
RevisionActionfile
1.3modifywip/argtable2/DESCR
1.4modifywip/argtable2/Makefile
1.3modifywip/argtable2/PLIST
1.3modifywip/argtable2/distinfo