This commit is contained in:
mes5k 2004-10-30 22:58:32 +00:00
parent 082537e6f4
commit 5f05dc9436
2 changed files with 11 additions and 1 deletions

8
NEWS
View File

@ -62,3 +62,11 @@ And so we have release 1.0!
This will help Windows users who don't have it. Also changed test1 so that
it doesn't use toupper, which apparently causes problem for non-ASCII
character sets.
10/31/04 - A few more tweaks, none of which should be noticeable to people
who are already using the lib without trouble. Maybe I shouldn't release
things early in the morning! Also note that manual.html is now generated
from manual.xml. If you have your own docbook xsl style that you prefer,
then have at it.

4
README
View File

@ -1,5 +1,5 @@
TCLAP - Templatized Command Line Arguement Parser
TCLAP - Templatized Command Line Argument Parser
This is a simple C++ library that facilitates parsing command line
arguments in a type independent manner. It doesn't conform exactly
@ -7,6 +7,8 @@ to either the GNU or POSIX standards, although it is close. See
docs/manual.html for descriptions of how things work or look at the
simple examples in the examples dir.
To find out what the latest changes are read the NEWS file in this directory.
Any and all feedback is welcome to: Mike Smoot <mes@aescon.com>