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++ ./Makefile.am include/getopt++/Boo ...


CVSROOT:	/cvs/cygwin-apps
Module name:	libgetopt++
Changes by:	rbcollins@sources.redhat.com	2002-04-14 07:07:05

Modified files:
	.              : Makefile.am 
	include/getopt++: BoolOption.h GetOption.h 
	src            : BoolOption.cc GetOption.cc Option.cc 
	tests          : testoption.cc 
Added files:
	.              : ChangeLog 
	include/getopt++: OptionSet.h 
	src            : OptionSet.cc 

Log message:
	2002-04-14  Robert Collins  <rbtcollins@hotmail.com>
	
	* include/BoolOption.h: Move to
	* include/getopt++/BoolOption.h: here.
	* include/GetOption.h: Implement multiple-sets as per design.
	Move to ...
	* include/getopt++/GetOption.h: here.
	* include/Option.h: Move to
	* include/getopt++/Option.h: here.
	* include/getopt++/OptionSet.h: New file.
	* src/GetOption.cc: Move core functions to OptionSet.cc.
	Adjust for new header locations.
	* src/OptionSet.cc: New file.
	* src/BoolOption.cc: Adjust for new header locations.
	* src/Option.cc: Adjust for new header locations.
	* tests/testoption.cc: Adjust for new header locations.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libgetopt++/ChangeLog.diff?cvsroot=cygwin-apps&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libgetopt++/Makefile.am.diff?cvsroot=cygwin-apps&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libgetopt++/include/getopt++/OptionSet.h.diff?cvsroot=cygwin-apps&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libgetopt++/include/getopt++/BoolOption.h.diff?cvsroot=cygwin-apps&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libgetopt++/include/getopt++/GetOption.h.diff?cvsroot=cygwin-apps&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libgetopt++/src/OptionSet.cc.diff?cvsroot=cygwin-apps&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libgetopt++/src/BoolOption.cc.diff?cvsroot=cygwin-apps&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libgetopt++/src/GetOption.cc.diff?cvsroot=cygwin-apps&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libgetopt++/src/Option.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.1&r2=1.2


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