2006-02-21  <>
	Generated with cvs2cl. 

2005-09-10 19:25  mes5k

	* config/stamp-h1, examples/test2.cpp, examples/test3.cpp,
	  examples/test5.cpp, examples/test8.cpp, include/tclap/Arg.h,
	  include/tclap/CmdLine.h, include/tclap/MultiArg.h,
	  include/tclap/StdOutput.h, include/tclap/UnlabeledMultiArg.h,
	  include/tclap/UnlabeledValueArg.h, include/tclap/ValueArg.h,
	  include/tclap/XorHandler.h: added gcc warning patch

2005-07-12 23:36  zeekec

	* examples/Makefile.am: Set INCLUDES to top_srcdir for out of
	  source builds.

2005-07-12 23:33  zeekec

	* include/tclap/: UnlabeledMultiArg.h, UnlabeledValueArg.h: Add
	  using toString statements (for gcc >= 3.4).

2005-07-12 23:31  zeekec

	* config/bb_enable_doxygen.m4: Properly quote BB_ENABLE_DOXYGEN.

2005-06-29 18:04  mes5k

	* include/tclap/Arg.h: merged some new changes

2005-06-08 11:28  mes5k

	* docs/index.html: fixed spelling mistake

2005-06-02 22:35  mes5k

	* include/tclap/: Makefile.am, OptionalUnlabeledTracker.h,
	  UnlabeledMultiArg.h, UnlabeledValueArg.h: fix to handle optional
	  unlabeled args

2005-06-02 22:33  mes5k

	* examples/: test2.cpp, test3.cpp, test7.cpp, test8.cpp, test9.cpp:
	  Unlabeled changes

2005-02-03 18:04  mes5k

	* include/tclap/: Arg.h, DocBookOutput.h, MultiArg.h: updated
	  docbook output

2005-02-03 11:08  mes5k

	* include/tclap/: ValuesConstraint.h, XorHandler.h: add std::
	  prefix to some finds

2005-02-01 16:35  zeekec

	* include/tclap/CmdLine.h: Made deleteOnExit's protected to
	  facilitate derivation.

2005-02-01 16:30  zeekec

	* config/config.h.in: Removed autotools generated file.

2005-01-28 16:26  zeekec

	* configure.in, docs/Doxyfile.in, tests/Makefile.am,
	  tests/test1.sh, tests/test10.sh, tests/test11.sh,
	  tests/test12.sh, tests/test13.sh, tests/test14.sh,
	  tests/test15.sh, tests/test16.sh, tests/test17.sh,
	  tests/test18.sh, tests/test19.sh, tests/test2.sh,
	  tests/test20.sh, tests/test21.sh, tests/test22.sh,
	  tests/test23.sh, tests/test24.sh, tests/test25.sh,
	  tests/test26.sh, tests/test27.sh, tests/test28.sh,
	  tests/test29.sh, tests/test3.sh, tests/test30.sh,
	  tests/test31.sh, tests/test32.sh, tests/test33.sh,
	  tests/test34.sh, tests/test35.sh, tests/test36.sh,
	  tests/test37.sh, tests/test38.sh, tests/test39.sh,
	  tests/test4.sh, tests/test40.sh, tests/test41.sh,
	  tests/test42.sh, tests/test43.sh, tests/test44.sh,
	  tests/test45.sh, tests/test46.sh, tests/test47.sh,
	  tests/test48.sh, tests/test49.sh, tests/test5.sh,
	  tests/test50.sh, tests/test51.sh, tests/test52.sh,
	  tests/test53.sh, tests/test54.sh, tests/test55.sh,
	  tests/test56.sh, tests/test57.sh, tests/test58.sh,
	  tests/test59.sh, tests/test6.sh, tests/test60.sh, tests/test7.sh,
	  tests/test8.sh, tests/test9.sh: Made changes to directory
	  references to allow out of source builds.

2005-01-26 13:25  mes5k

	* aclocal.m4: doh

2005-01-23 22:18  mes5k

	* include/tclap/CmdLine.h: removed -v from version switch

2005-01-23 22:14  mes5k

	* include/tclap/Arg.h: removed value required

2005-01-23 22:03  mes5k

	* examples/: test2.cpp, test3.cpp, test6.cpp, test8.cpp, test9.cpp:
	  UnlabeledValueArg change

2005-01-23 22:02  mes5k

	* tests/: test10.out, test11.out, test12.out, test15.out,
	  test16.out, test17.out, test22.out, test23.out, test24.out,
	  test26.out, test27.out, test28.out, test29.out, test30.out,
	  test31.out, test32.out, test35.out, test36.out, test38.out,
	  test39.out, test4.out, test40.out, test41.out, test42.out,
	  test43.out, test44.out, test45.out, test46.out, test49.out,
	  test50.out, test51.out, test52.out, test53.out, test54.out,
	  test57.out, test59.out, test60.out, test7.out: new output for
	  default version and value required

2005-01-23 22:01  mes5k

	* tests/: test59.sh, test8.sh: new style version and required
	  UnlabeledValueArgs

2005-01-23 21:59  mes5k

	* tests/testCheck.sh: a script to compare test output

2005-01-23 20:54  mes5k

	* include/tclap/UnlabeledValueArg.h: now optionally required

2005-01-23 19:33  mes5k

	* tests/: test58.out, test59.out, test58.sh, test59.sh, test60.out,
	  test60.sh, Makefile.am: tests for MultiSwitchArg

2005-01-23 19:27  mes5k

	* include/tclap/Makefile.am, examples/Makefile.am,
	  examples/test9.cpp: MultiSwitchArg

2005-01-23 19:26  mes5k

	* include/tclap/: CmdLine.h, CmdLineInterface.h, StdOutput.h: added
	  a bool to the constructor that allows automatic -h and -v to be
	  turned off

2005-01-23 17:57  mes5k

	* docs/: manual.html, manual.xml: added MultiSwitchArg docs

2005-01-23 17:33  mes5k

	* include/tclap/MultiSwitchArg.h: fixed typo

2005-01-23 17:29  mes5k

	* include/tclap/SwitchArg.h: Fixed minor bug involving combined
	  switch error messages: now they're consistent.

2005-01-23 17:28  mes5k

	* include/tclap/MultiSwitchArg.h: initial checkin

2005-01-22 23:41  mes5k

	* include/tclap/UnlabeledMultiArg.h: added alreadySet

2005-01-20 23:13  mes5k

	* tests/Makefile.am: xor test

2005-01-20 23:04  mes5k

	* examples/test5.cpp: change for xor bug

2005-01-20 23:04  mes5k

	* tests/: test20.out, runtests.sh, test20.sh, test21.out,
	  test21.sh, test22.out, test23.out, test24.out, test25.out,
	  test25.sh, test33.out, test33.sh, test44.out, test57.out,
	  test57.sh: changes for xor bug

2005-01-20 23:03  mes5k

	* include/tclap/: Arg.h, MultiArg.h, UnlabeledMultiArg.h,
	  XorHandler.h: fixed xor bug

2005-01-17 15:48  macbishop

	* include/tclap/Arg.h: Removed check on description in
	  Arg::operator== since multiple args should be able to have the
	  same description.

2005-01-06 23:41  mes5k

	* NEWS: updated for constraints

2005-01-06 23:37  mes5k

	* docs/: manual.html, manual.xml: updated for constraints

2005-01-06 23:05  mes5k

	* examples/test7.cpp: changed for constraint

2005-01-06 23:00  mes5k

	* include/tclap/: MultiArg.h, ValueArg.h: fixed exceptions and
	  typeDesc for constraints

2005-01-06 22:59  mes5k

	* tests/: test35.out, test36.out, test38.out, test39.out: changed
	  for constraints

2005-01-06 22:07  mes5k

	* examples/test6.cpp: changed to constraint

2005-01-06 22:06  mes5k

	* include/tclap/Makefile.am: added constraints

2005-01-06 22:05  mes5k

	* include/tclap/: Constraint.h, ValuesConstraint.h: initial checkin

2005-01-06 22:05  mes5k

	* include/tclap/StdOutput.h: comment change

2005-01-06 22:01  mes5k

	* include/tclap/CmdLine.h: added Constraint includes

2005-01-06 21:55  mes5k

	* include/tclap/: MultiArg.h, UnlabeledMultiArg.h,
	  UnlabeledValueArg.h, ValueArg.h: Changed allowedList to
	  Constraint

2005-01-05 19:08  mes5k

	* configure.in: next vers

2005-01-05 15:13  mes5k

	* NEWS: update

2005-01-05 13:51  mes5k

	* docs/: manual.html, manual.xml: fixed output override bug

2005-01-05 13:45  mes5k

	* tests/: test18.out, test43.out: change for output override bug

2005-01-05 13:28  mes5k

	* examples/test4.cpp: fixed output override bug

2005-01-05 13:22  mes5k

	* include/tclap/: CmdLine.h, HelpVisitor.h, VersionVisitor.h: fixed
	  output bug

2005-01-04 17:01  mes5k

	* configure.in: 1.0.4

2005-01-04 16:16  mes5k

	* examples/test7.cpp: changed for long prog names bug

2005-01-04 16:15  mes5k

	* tests/: test38.out, test39.out, test46.out: changed test7 for
	  long prog names

2005-01-04 15:31  mes5k

	* NEWS: updates for 1.0.3a

2005-01-04 15:21  mes5k

	* docs/manual.html, docs/manual.xml, include/tclap/CmdLine.h: fixed
	  output memory leak

2004-12-09 00:10  mes5k

	* include/tclap/StdOutput.h: hacky fix to long prog name bug

2004-12-07 22:57  mes5k

	* configure.in: 1.0.3a

2004-12-07 22:53  mes5k

	* tests/: Makefile.am, test15.out, test16.out, test17.out,
	  test31.out, test32.out, test13.sh, test14.sh, test15.sh,
	  test16.sh, test17.sh, test42.out, test55.out, test55.sh,
	  test56.out, test56.sh: updated for - arg bug

2004-12-07 22:51  mes5k

	* examples/test3.cpp: tweaked to support tests for '-' arg bug

2004-12-07 21:16  mes5k

	* include/tclap/Arg.h: fixed a bug involving blank _flags and - as
	  an UnlabeledValueArg

2004-12-03 15:19  mes5k

	* docs/style.css: minor tweak for h1

2004-12-03 15:10  mes5k

	* NEWS: update

2004-12-03 14:39  mes5k

	* include/tclap/CmdLine.h: removed ostream include

2004-11-30 22:11  mes5k

	* include/tclap/: Arg.h, CmdLine.h, CmdLineOutput.h, StdOutput.h:
	  cleaned up iterator names

2004-11-30 22:10  mes5k

	* include/tclap/DocBookOutput.h: removed ostream

2004-11-30 21:35  mes5k

	* configure.in, docs/Doxyfile.in: added dot check

2004-11-24 22:58  mes5k

	* configure.in: 1.0.3

2004-11-24 22:57  mes5k

	* include/tclap/: UnlabeledMultiArg.h, UnlabeledValueArg.h: removed
	  two stage lookup ifdefs

2004-11-24 22:56  mes5k

	* docs/index.html: updated

2004-11-24 22:45  mes5k

	* docs/: manual.html, manual.xml: updates for using stuff and new
	  output

2004-11-06 00:05  mes5k

	* include/tclap/: DocBookOutput.h, Makefile.am: adding docbook
	  stuff

2004-11-05 00:07  mes5k

	* examples/test4.cpp: reflects new output handling

2004-11-05 00:07  mes5k

	* include/tclap/: Arg.h, CmdLine.h, CmdLineInterface.h,
	  CmdLineOutput.h, HelpVisitor.h, Makefile.am, StdOutput.h,
	  VersionVisitor.h, XorHandler.h: changed output around

2004-11-05 00:06  mes5k

	* include/tclap/PrintSensibly.h: subsumed by StdOutput

2004-10-31 17:13  mes5k

	* docs/manual.html: tweak

2004-10-30 18:58  mes5k

	* NEWS, README: updates

2004-10-30 18:51  mes5k

	* docs/Makefile.am: added manual.xml

2004-10-30 18:47  mes5k

	* docs/: manual.html, manual.xml, style.css: minor tweaks

2004-10-30 18:34  mes5k

	* configure.in: 1.0.2

2004-10-30 18:30  mes5k

	* docs/README: init

2004-10-30 18:30  mes5k

	* docs/style.css: new style

2004-10-30 18:30  mes5k

	* docs/: manual.html, manual.xml: manual.html is now generated from
	  manual.xml

2004-10-30 18:26  mes5k

	* include/tclap/: MultiArg.h, ValueArg.h: yet another fix for
	  HAVE_SSTREAM stuff

2004-10-30 11:42  mes5k

	* NEWS: 1.0.1

2004-10-30 11:03  mes5k

	* configure.in: new release

2004-10-28 12:41  mes5k

	* include/tclap/: ValueArg.h, MultiArg.h: fixed config.h problems

2004-10-27 22:44  mes5k

	* docs/manual.xml: manual as docbook

2004-10-22 11:56  mes5k

	* docs/style.css: added visited color to links

2004-10-22 10:38  mes5k

	* docs/index.html: fixed mailto

2004-10-21 21:58  mes5k

	* docs/: manual.html: minor tweaks

2004-10-21 21:13  mes5k

	* docs/manual.html: updated for new test1

2004-10-21 21:02  mes5k

	* include/tclap/CmdLine.h: catch by ref

2004-10-21 21:01  mes5k

	* examples/: test1.cpp, test2.cpp, test3.cpp, test4.cpp, test5.cpp,
	  test6.cpp, test7.cpp, test8.cpp: changed test1 and now catching
	  exceptions by ref

2004-10-21 20:38  mes5k

	* tests/: test1.out, test1.sh, test2.out, test3.out, test3.sh,
	  test4.out, test40.out: changes for new test1

2004-10-21 18:50  mes5k

	* examples/test1.cpp: fixed includes

2004-10-21 13:03  mes5k

	* docs/index.html: changed link

2004-10-21 12:02  mes5k

	* include/tclap/: ValueArg.h, MultiArg.h: changed enum names
	  because of alpha conflicts

2004-10-20 23:04  mes5k

	* include/tclap/: CmdLine.h, CmdLineInterface.h, MultiArg.h,
	  PrintSensibly.h, SwitchArg.h, UnlabeledMultiArg.h,
	  UnlabeledValueArg.h, ValueArg.h, XorHandler.h: cleaned up some
	  includes and added ifdefs for sstream

2004-10-20 22:00  mes5k

	* examples/test5.cpp: fixed a bizarre bug

2004-10-20 21:59  mes5k

	* tests/: test20.out, test21.out, test25.out, test33.out: fixed a
	  test5 bug

2004-10-20 19:17  mes5k

	* Makefile.am: added msc

2004-10-20 19:06  mes5k

	* configure.in: added msc stuff

2004-10-20 19:05  mes5k

	* msc/: examples/Makefile.am, Makefile.am: init

2004-10-20 19:00  mes5k

	* NEWS: update

2004-10-20 18:58  mes5k

	* msc/README: init

2004-10-20 18:47  mes5k

	* msc/: tclap-beta.ncb, tclap-beta.sln, tclap-beta.suo,
	  tclap-beta.vcproj, examples/test1.vcproj, examples/test2.vcproj,
	  examples/test3.vcproj, examples/test4.vcproj,
	  examples/test5.vcproj, examples/test6.vcproj,
	  examples/test7.vcproj, examples/test8.vcproj: init

2004-10-19 14:18  mes5k

	* docs/Makefile.am: added stylesheet

2004-10-19 13:51  mes5k

	* AUTHORS: more

2004-10-19 13:39  mes5k

	* NEWS, AUTHORS: added 1.0 notes

2004-10-14 16:04  mes5k

	* examples/test4.cpp: shows how to alter output

2004-10-14 16:03  mes5k

	* tests/test18.out: updated output

2004-10-14 15:03  mes5k

	* include/tclap/CmdLineInterface.h: added failure to the interface

2004-10-14 14:07  mes5k

	* include/tclap/ArgException.h: doh. now what() is proper

2004-10-14 13:44  mes5k

	* include/tclap/CmdLine.h: made destructor virtual

2004-10-14 13:20  mes5k

	* include/tclap/CmdLine.h: moved all output handling into separate
	  methods

2004-10-14 13:19  mes5k

	* include/tclap/Arg.h: made processArg pure virtual

2004-10-14 13:19  mes5k

	* include/tclap/ArgException.h: fixed documentation omission

2004-10-12 17:09  mes5k

	* docs/style.css: tweak

2004-10-07 14:22  mes5k

	* docs/style.css: color change

2004-10-01 13:54  mes5k

	* include/tclap/ArgException.h: added type description

2004-09-30 21:16  mes5k

	* docs/: index.html, manual.html, style.css: added CSS style

2004-09-30 12:17  mes5k

	* docs/manual.html: more updates

2004-09-29 11:24  mes5k

	* docs/: index.html, manual.html: proofing updates

2004-09-27 17:37  mes5k

	* docs/: index.html, manual.html: xhtml and tidied

2004-09-27 17:36  mes5k

	* docs/Doxyfile.in: added dot  handling

2004-09-27 17:30  mes5k

	* include/tclap/: Arg.h, ArgException.h, CmdLine.h, MultiArg.h,
	  SwitchArg.h, ValueArg.h: added new Exception classes

2004-09-27 15:53  mes5k

	* include/tclap/ArgException.h: minor tweaks

2004-09-26 22:32  mes5k

	* docs/manual.html: updates yet again

2004-09-26 22:00  mes5k

	* docs/manual.html: updates

2004-09-26 21:50  mes5k

	* docs/manual.html: substantial updates

2004-09-26 19:54  mes5k

	* include/tclap/: Arg.h, CmdLine.h, CmdLineInterface.h, MultiArg.h,
	  PrintSensibly.h, ValueArg.h: minor formatting

2004-09-26 18:50  mes5k

	* docs/manual.html: updates

2004-09-26 18:17  mes5k

	* tests/runtests.sh: minor fix so that we run all tests

2004-09-26 14:51  macbishop

	* docs/Doxyfile.in: Removed src subdir

2004-09-26 14:49  macbishop

	* examples/Makefile.am: Removed libtclap.a deps

2004-09-26 14:46  macbishop

	* configure.in: Removed creation of src/Makefile

2004-09-26 14:34  macbishop

	* Makefile.am: Removed src subdir

2004-09-26 14:27  macbishop

	* include/tclap/: Arg.h, ArgException.h, CmdLine.h, HelpVisitor.h,
	  Makefile.am, MultiArg.h, PrintSensibly.h, SwitchArg.h,
	  UnlabeledMultiArg.h, UnlabeledValueArg.h, ValueArg.h,
	  VersionVisitor.h, XorHandler.h, CmdLineInterface.h,
	  CommandLine.h: Moving the implementation of tclap to the header
	  files presented me with two major problems. 1) There where static
	  functions and variables that could cause link errors if tclap
	  where used in different files (e.g. file1.cc and file2.cc
	  included tclap then compiling both files would give hard symbols
	  for some variables which would produce multiple definition when
	  linking) 2) The dependencies of tclap was a bit strange (CmdLine
	  depends on Args and Args depends on CmdLine for instance)

	  The first problem I solved by removing all static variables
	  putting them in static member functions (which are weak-symbols).
	  So for instance every where there previously was something like x
	  = _delimiter there now is x = delimiter() or in case of write
	  acces delimiterRef() = x instead of _delimiter = x (I had to
	  append the Ref because there where already functions with the
	  same name as the variables). To solve the problem with static
	  functions I simply inlined them. This causes the compiler to
	  produce a weak symbol or inline if appropriate. We can put the
	  functions inside the class declaration later to make the code
	  look better. This worked fine in all but two cases. In the
	  ValueArg and MultiArg classes I had to do a "hack" to work around
	  the specialization template for extractValue<std::string>. The
	  code for this is very simple but it might look strange an stupid
	  at first but it is only to resolve the specialisation to a weak
	  symbol. What I did was I put the implementations of extractValue
	  in a helper class and I could then create a specialized class
	  instead of function and everything worked out. I think now in
	  retrospect there might be better solutions to this but I'll think
	  a bit more on it (maybe some type of inlining on the specialized
	  version would suffice but I'm not sure).

	  To handle the dependencies I had to do some rewriting. The first
	  step was to introduce a new class CmdLineInterface that is a
	  purely abstract base of CmdLine that specifies the functions
	  needed by Arg and friends. Thus Arg classes now takes an
	  CmdLineInterface object as input instead (however only CmdLine
	  can ever be instantiated of-course). With this extra class
	  cleaning up the dependencies was quite simple, I've attached a
	  dependency graph to the mail (depgraph.png). I also cleaned up
	  the #includes so now only what actually needs inclusion is
	  included. A nice side effect of this is that the impl. of CmdLine
	  is now put back into CmdLine.h (where I guess you wanted it)
	  which (recursivly) includes everything else needed.

	  Just to make things clear for myself regarding the class
	  dependencies I made a class TCLAP::Exception that inherits from
	  std::exception and is a base of ArgException (Exception does
	  nothing currently). If we don't want the Exception class it can
	  be removed, however I think it could be a nice logic to have a
	  base Exception class that every exception inherits from, but we
	  can discuss that when we decide how to handle exceptions.

2004-09-26 11:07  macbishop

	* tests/runtests.sh: Now return 0 if all tests fail and 1 if any
	  test fail

2004-09-26 10:58  macbishop

	* tests/runtests.sh: Runs all tests and sumarizes the result

2004-09-20 20:09  mes5k

	* include/tclap/CommandLine.h: added some comments

2004-09-20 13:05  macbishop

	* include/tclap/CommandLine.h: Recommit because something is
	  strange. The changes are that memory allocated in _construct is
	  deallocated when the CmdLine obj is destroyed

2004-09-18 12:54  mes5k

	* include/tclap/: Arg.h, ArgException.h, CmdLine.h, CommandLine.h,
	  HelpVisitor.h, IgnoreRestVisitor.h, MultiArg.h, PrintSensibly.h,
	  SwitchArg.h, UnlabeledMultiArg.h, UnlabeledValueArg.h,
	  ValueArg.h, VersionVisitor.h, Visitor.h, XorHandler.h: changed
	  ifndef labels

2004-09-18 10:53  macbishop

	* include/tclap/Arg.h: Had to make ~Arg() public because it won't
	  be possible to delete Arg*s if it is not, and we want that (I
	  think).

2004-09-16 00:24  mes5k

	* configure.in: version 1.0.0

2004-09-15 23:54  mes5k

	* include/tclap/: Arg.h, ArgException.h, HelpVisitor.h,
	  IgnoreRestVisitor.h, MultiArg.h, SwitchArg.h,
	  UnlabeledMultiArg.h, ValueArg.h, VersionVisitor.h, Visitor.h:
	  cleaned up a bunch of things

2004-09-11 22:35  mes5k

	* tests/: Makefile.am, test47.out, test47.sh, test48.out,
	  test48.sh, test49.out, test49.sh, test50.out, test50.sh,
	  test51.out, test51.sh, test52.out, test52.sh, test53.out,
	  test53.sh, test54.out, test54.sh: added tests for CmdLine arg

2004-09-11 22:33  mes5k

	* examples/: Makefile.am, test8.cpp: added new test for CmdLine arg

2004-09-11 22:32  mes5k

	* include/tclap/: Arg.h, MultiArg.h, SwitchArg.h,
	  UnlabeledMultiArg.h, UnlabeledValueArg.h, ValueArg.h: got CmdLine
	  arg working

2004-09-09 22:08  mes5k

	* configure: shouldn't be in cvs

2004-09-09 15:55  macbishop

	* include/tclap/: Arg.h, MultiArg.h, SwitchArg.h,
	  UnlabeledMultiArg.h, UnlabeledValueArg.h, ValueArg.h: Support for
	  automatic addition to a CmdLine parser

2004-09-07 19:11  mes5k

	* include/tclap/Makefile.in, docs/Makefile.in,
	  examples/Makefile.in, tests/Makefile.in: not needed

2004-09-07 19:08  mes5k

	* Makefile.in, include/Makefile.in: not needed

2004-09-07 18:12  mes5k

	* examples/test4.cpp, examples/test7.cpp, tests/test38.out,
	  tests/test39.out, tests/test43.out, tests/test46.out: fixed to
	  handle new exception on matching names/flags/desc

2004-09-07 16:25  mes5k

	* docs/Doxyfile.in: updated Doxyfile for newer doxygen

2004-09-07 14:25  mes5k

	* examples/test7.cpp: added more args to better test output
	  printing

2004-09-07 14:25  mes5k

	* include/tclap/Arg.h, include/tclap/ArgException.h,
	  include/tclap/CommandLine.h, include/tclap/MultiArg.h,
	  include/tclap/PrintSensibly.h, include/tclap/SwitchArg.h,
	  include/tclap/UnlabeledMultiArg.h,
	  include/tclap/UnlabeledValueArg.h, include/tclap/ValueArg.h,
	  include/tclap/XorHandler.h, examples/test1.cpp,
	  examples/test2.cpp, examples/test3.cpp, examples/test4.cpp,
	  examples/test5.cpp, examples/test6.cpp: changed namespace std
	  handling

2004-09-07 14:24  mes5k

	* tests/: test15.out, test16.out, test17.out, test22.out,
	  test23.out, test24.out, test31.out, test32.out, test38.out,
	  test39.out, test42.out, test44.out, test46.out: fixed test output
	  for new formatting

2004-09-04 17:09  macbishop

	* include/tclap/: UnlabeledMultiArg.h, UnlabeledValueArg.h:
	  Compilation was broken due to undef. symbols in compilers with 2
	  stage name-lookup (such as gcc >= 3.4). The fix for this is to
	  tell the compiler what symbols to use withlines like: using
	  MultiArg<T>::_name;

	  This is now done and everything compiles fine. Since I'm not sure
	  about the support for things like using MultiArg<T>::_name; on
	  all compilers it is ifdef:ed away by default. To get 2 stage
	  name-lookup to work you have to add -DTWO_STAGE_NAME_LOOKUP to
	  your CXXFLAGS before running configure.

2004-08-10 23:32  mes5k

	* autotools.sh: made path explicit

2004-08-10 23:05  mes5k

	* include/tclap/: MultiArg.h, ValueArg.h: changed allowed separator

2004-08-10 22:53  mes5k

	* tests/: Makefile.am, test10.out, test11.out, test12.out,
	  test15.out, test16.out, test17.out, test18.out, test22.out,
	  test23.out, test24.out, test26.out, test27.out, test28.out,
	  test29.out, test30.out, test31.out, test32.out, test35.out,
	  test36.out, test38.out, test39.out, test4.out, test40.out,
	  test40.sh, test41.out, test41.sh, test42.out, test42.sh,
	  test43.out, test43.sh, test44.out, test44.sh, test45.out,
	  test45.sh, test46.out, test46.sh, test7.out, test7.sh: changed
	  error output and added usage stuff

2004-08-10 22:52  mes5k

	* NEWS, README: updated

2004-08-10 22:47  mes5k

	* configure.in: changed to 0.9.9

2004-08-10 22:46  mes5k

	* examples/test7.cpp: tweaked for usage

2004-08-10 22:45  mes5k

	* include/tclap/: CmdLine.h, CommandLine.h, Makefile.am,
	  PrintSensibly.h, XorHandler.h: added usage stuff

2004-07-05 22:02  mes5k

	* docs/manual.html: updated for allowed

2004-07-03 23:01  mes5k

	* tests/: test34.out, test34.sh, test35.out, test35.sh, test36.out,
	  test36.sh, test37.out, test37.sh, test38.out, test38.sh,
	  test39.out, test39.sh, Makefile.am: allow tests

2004-07-03 22:56  mes5k

	* include/tclap/ValueArg.h: doh

2004-07-03 22:34  mes5k

	* NEWS: allow

2004-07-03 22:31  mes5k

	* include/tclap/Arg.h: made isReq virtual

2004-07-03 22:30  mes5k

	* include/tclap/: MultiArg.h, UnlabeledMultiArg.h,
	  UnlabeledValueArg.h, ValueArg.h: added allow

2004-07-03 22:29  mes5k

	* examples/: Makefile.am, test6.cpp, test7.cpp: added tests for
	  allowed

2004-07-03 22:28  mes5k

	* docs/: index.html, manual.html: minor typos

2004-04-26 11:18  mes5k

	* Makefile.am, autotools.sh, examples/Makefile.am: fixed for
	  autotools for mandrake

2004-02-13 23:09  mes5k

	* configure.in: 0.9.8a

2004-02-13 18:23  mes5k

	* tests/: test22.out, test23.out, test24.out: output updates

2004-02-13 18:21  mes5k

	* include/tclap/: Arg.h, UnlabeledMultiArg.h, UnlabeledValueArg.h:
	  now the Arg adds itself to the CmdLine arglist

2004-02-10 11:52  mes5k

	* NEWS: update

2004-02-10 00:04  mes5k

	* examples/test5.cpp: change

2004-02-09 23:54  mes5k

	* configure.in: 0.9.8

2004-02-09 23:52  mes5k

	* tests/: Makefile.am, test20.out, test21.out, test22.out,
	  test23.out, test24.out, test25.out, test33.out, test33.sh:
	  updates

2004-02-09 23:39  mes5k

	* docs/manual.html: blank args

2004-02-09 23:16  mes5k

	* tests/: test15.out, test16.out, test17.out, test20.out,
	  test20.sh, test21.out, test21.sh, test22.out, test23.out,
	  test24.out, test25.out, test25.sh, test31.out, test32.out:
	  updates

2004-02-09 23:05  mes5k

	* examples/: test5.cpp, test3.cpp: minor fixes and new args

2004-02-09 22:56  mes5k

	* include/tclap/Arg.h: added new var

2004-02-06 20:41  mes5k

	* NEWS: added info

2004-02-06 20:24  mes5k

	* tests/: test12.out, test15.out, test16.out, test17.out: fixed
	  test3 stuff

2004-02-06 20:20  mes5k

	* tests/: test26.out, test26.sh, test27.out, test27.sh, test28.out,
	  test28.sh, test29.out, test29.sh, test30.out, test30.sh,
	  test31.out, test31.sh, test32.out, test32.sh, Makefile.am: added
	  tests for reading extra incorrect values from arg

2004-02-06 20:18  mes5k

	* examples/test3.cpp: add multi float

2004-02-06 20:18  mes5k

	* include/tclap/: MultiArg.h, ValueArg.h: fixed error reading
	  incorrect extra values in an arg

2004-02-04 21:56  mes5k

	* include/tclap/XorHandler.h: added include

2004-02-03 23:21  mes5k

	* include/tclap/XorHandler.h: added doxyen

2004-02-03 23:00  mes5k

	* docs/manual.html: xor stuff

2004-02-03 22:56  mes5k

	* examples/test5.cpp: prettified

2004-02-03 22:27  mes5k

	* examples/: Makefile.am, test5.cpp: xor stuff

2004-02-03 22:24  mes5k

	* configure.in: 0.9.7

2004-02-03 22:20  mes5k

	* include/tclap/: Arg.h, CmdLine.h, CommandLine.h,
	  UnlabeledValueArg.h, XorHandler.h, Makefile.am: xor stuff

2004-02-03 22:14  mes5k

	* tests/: test1.sh, test10.sh, test11.sh, test12.sh, test13.sh,
	  test14.sh, test15.sh, test16.sh, test17.sh, test18.sh, test19.sh,
	  test2.sh, test20.sh, test21.sh, test22.sh, test23.sh, test24.sh,
	  test25.sh, test3.sh, test4.sh, test5.sh, test6.sh, test7.sh,
	  test8.sh, test9.sh, Makefile.am, test20.out, test21.out,
	  test22.out, test23.out, test24.out, test25.out: added new tests
	  and comments

2004-01-29 23:36  mes5k

	* include/tclap/: CmdLine.h, CommandLine.h, MultiArg.h, ValueArg.h:
	  fix for strings with spaces

2004-01-10 12:39  mes5k

	* docs/index.html: spelling

2004-01-08 01:18  mes5k

	* docs/: index.html, manual.html: updates

2004-01-08 00:51  mes5k

	* NEWS: update

2004-01-08 00:30  mes5k

	* include/tclap/CmdLine.h: added backward compatibility

2004-01-08 00:04  mes5k

	* examples/: Makefile.am, test4.cpp: added new test

2004-01-08 00:00  mes5k

	* tests/Makefile.am: added two new tests

2004-01-07 23:59  mes5k

	* include/tclap/: Arg.h, ArgException.h, CmdLine.h, HelpVisitor.h,
	  IgnoreRestVisitor.h, MultiArg.h, SwitchArg.h,
	  UnlabeledMultiArg.h, UnlabeledValueArg.h, ValueArg.h,
	  VersionVisitor.h, Visitor.h: fixed combined switch stuff and
	  added doxygen comments

2004-01-07 23:50  mes5k

	* tests/: test18.out, test18.sh, test19.out, test19.sh: new tests

2003-12-21 21:32  mes5k

	* autotools.sh: init

2003-12-21 21:31  mes5k

	* include/tclap/UnlabeledMultiArg.h: delim stuff

2003-12-21 21:14  mes5k

	* examples/test1.cpp: new fangled

2003-12-21 21:11  mes5k

	* configure.in: 0.9.6

2003-12-21 21:10  mes5k

	* tests/: test13.sh, test14.sh: updated

2003-12-21 21:09  mes5k

	* tests/: test10.out, test11.out, test12.out, test13.out,
	  test14.out, test15.out, test16.out, test4.out: updates

2003-12-21 21:07  mes5k

	* tests/Makefile.am: added test

2003-12-21 21:06  mes5k

	* tests/: test17.out, test17.sh: first checkin

2003-12-21 20:59  mes5k

	* examples/Makefile.am: added warnings

2003-12-21 20:58  mes5k

	* examples/: test2.cpp, test3.cpp: fixed warnings

2003-12-21 20:53  mes5k

	* Makefile.am: added warnings

2003-12-21 20:52  mes5k

	* examples/test3.cpp: added delimiter

2003-12-21 20:48  mes5k

	* include/tclap/: Arg.h, ArgException.h, CmdLine.h, MultiArg.h,
	  UnlabeledValueArg.h, ValueArg.h: delimiter changes

2003-04-03 13:26  mes5k

	* include/tclap/Makefile.am: added new visitor

2003-04-03 13:20  mes5k

	* include/tclap/Makefile.am: updates

2003-04-03 13:13  mes5k

	* config/: mkinstalldirs, install-sh, missing, depcomp: init
	  checkin

2003-04-03 13:11  mes5k

	* NEWS: update

2003-04-03 13:06  mes5k

	* examples/Makefile.am, examples/test1.cpp, examples/test2.cpp,
	  examples/test3.cpp, INSTALL, Makefile.in: updates

2003-04-03 13:01  mes5k

	* Makefile.am, configure.in: added tests

2003-04-03 13:00  mes5k

	* docs/: index.html, manual.html: updated docs

2003-04-03 12:59  mes5k

	* include/tclap/: Arg.h, CmdLine.h, IgnoreRestVisitor.h,
	  MultiArg.h, SwitchArg.h, UnlabeledMultiArg.h,
	  UnlabeledValueArg.h, ValueArg.h: big update

2003-04-03 12:56  mes5k

	* tests/: test10.sh, test11.sh, test12.sh, test1.sh, test13.sh,
	  test14.sh, test15.sh, test16.sh, test2.sh, test3.sh, test4.sh,
	  test5.sh, test6.sh, test7.sh, test8.sh, test9.sh, test10.out,
	  test11.out, test12.out, test13.out, test14.out, test15.out,
	  test16.out, test1.out, test2.out, test3.out, test4.out,
	  test5.out, test6.out, test7.out, Makefile.am, test8.out,
	  test9.out, Makefile.in, genOut.pl: initial checkin

2003-03-18 21:39  mes5k

	* NEWS, configure.in, AUTHORS, COPYING, ChangeLog, Makefile.am,
	  Makefile.in, README, aclocal.m4, configure,
	  config/ac_cxx_have_sstream.m4, config/ac_cxx_have_strstream.m4,
	  config/ac_cxx_namespaces.m4, config/bb_enable_doxygen.m4,
	  config/config.h.in, config/stamp-h.in, config/stamp-h1,
	  examples/Makefile.am, examples/Makefile.in, examples/test1.cpp,
	  examples/test2.cpp, include/Makefile.am, include/Makefile.in,
	  include/tclap/Arg.h, include/tclap/ArgException.h,
	  include/tclap/CmdLine.h, include/tclap/HelpVisitor.h,
	  include/tclap/MultiArg.h, docs/Doxyfile.in, docs/Makefile.am,
	  docs/Makefile.in, docs/index.html, docs/manual.html,
	  include/tclap/Makefile.am, include/tclap/Makefile.in,
	  include/tclap/SwitchArg.h, include/tclap/ValueArg.h,
	  include/tclap/VersionVisitor.h, include/tclap/Visitor.h: Initial
	  revision

2003-03-18 21:39  mes5k

	* NEWS, configure.in, AUTHORS, COPYING, ChangeLog, Makefile.am,
	  Makefile.in, README, aclocal.m4, configure,
	  config/ac_cxx_have_sstream.m4, config/ac_cxx_have_strstream.m4,
	  config/ac_cxx_namespaces.m4, config/bb_enable_doxygen.m4,
	  config/config.h.in, config/stamp-h.in, config/stamp-h1,
	  examples/Makefile.am, examples/Makefile.in, examples/test1.cpp,
	  examples/test2.cpp, include/Makefile.am, include/Makefile.in,
	  include/tclap/Arg.h, include/tclap/ArgException.h,
	  include/tclap/CmdLine.h, include/tclap/HelpVisitor.h,
	  include/tclap/MultiArg.h, docs/Doxyfile.in, docs/Makefile.am,
	  docs/Makefile.in, docs/index.html, docs/manual.html,
	  include/tclap/Makefile.am, include/tclap/Makefile.in,
	  include/tclap/SwitchArg.h, include/tclap/ValueArg.h,
	  include/tclap/VersionVisitor.h, include/tclap/Visitor.h: initial
	  release

