This is the mail archive of the cygwin-apps-cvs@sources.redhat.com mailing list for the cygwin-apps project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

libgetopt++ ./ChangeLog ./Makefile.am ./config ...


CVSROOT:	/cvs/cygwin-apps
Module name:	libgetopt++
Changes by:	rbcollins at sourceware dot org	2003-03-19 00:14:46

Modified files:
	.              : ChangeLog Makefile.am configure.in 
	include/getopt++: OptionSet.h 
	src            : OptionSet.cc 
	tests          : optioniterator.cc testoption.cc 
Added files:
	include/getopt++: DefaultFormatter.h 

Log message:
	2003-03-19 Robert Collins  <rbtcollins at hotmail dot com>
	
	* configure.in: Bump version number.
	* Makefile.am: Add DefaultFormatter.h to installed files.
	* src/OptionSet.cc (OptionSet::ParameterUsage): Use new
	default DefaultFormatter to format parameters.
	* include/getopt++/OptionSet.h: Update copyright.
	* include/getopt++/DefaultFormatter.h: Format the help from an Option.
	* tests/testoption.cc: Include a -h|--help option to test help
	formatting.
	Insert copyright statement.
	* tests/optioniterator.cc: Insert copyright statement.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libgetopt++/ChangeLog.diff?cvsroot=cygwin-apps&r1=1.12&r2=1.13
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libgetopt++/Makefile.am.diff?cvsroot=cygwin-apps&r1=1.9&r2=1.10
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libgetopt++/configure.in.diff?cvsroot=cygwin-apps&r1=1.3&r2=1.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libgetopt++/include/getopt++/DefaultFormatter.h.diff?cvsroot=cygwin-apps&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libgetopt++/include/getopt++/OptionSet.h.diff?cvsroot=cygwin-apps&r1=1.5&r2=1.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libgetopt++/src/OptionSet.cc.diff?cvsroot=cygwin-apps&r1=1.6&r2=1.7
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libgetopt++/tests/optioniterator.cc.diff?cvsroot=cygwin-apps&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libgetopt++/tests/testoption.cc.diff?cvsroot=cygwin-apps&r1=1.3&r2=1.4


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]