frag-opt 0.5.5 review
Downloadfrag-opt is a re-entrant, portable command-line parsing library
|
|
frag-opt is a re-entrant, portable command-line parsing library. To see how you can use this in your program, take a look at doc/example.c or take a look at the man-page ("man frag-opt") once you've installed.
The man-page talks about an info-page, but as it's still incomplete, I decided not to include it with the distribution yet.
Installation:
./configure (the standard options work here, nothing frag-opt specific)
make
make check (optional)
make install (become root if necessary)
Should compile on any ANSI C compiler. Should compile on C++ compilers too (at least does with g++).
What's New in This Release:
FRAG_POSIX works (I think)
large amounts of different options for one option are now printed better
removed some obsolete stuff from the header-file
some additions and fixes to the man-page
the term 'cluster' is now deprecated. 'group' is used instead.
added a healthy dose of consts (thanks to chisel)
changed the help-message format a little
tuned the wrapping-algorithm
added -D_REENTRANT to build-flags to make the library magically better (unless I'm mistaken, there's something in (g)libc that requires this to make it re-entrant)
frag-opt 0.5.5 search tags