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 include/ ...


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

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

Log message:
	2002-04-20  Robert Collins  <rbtcollins@hotmail.com>
	
	* Makefile.am (libgetopt___la_SOURCES): Add OptionSet.cc and
	StringOption.cc for new functionality.
	(getoptinclude_HEADERS): Install the new headers.
	* include/getopt++/BoolOption.h (BoolOption::shortOption): Change
	to align with new Option header.
	* include/getopt++/Option.h (Option::shortOption): Change to allow
	short options with arguments.
	* include/getopt++/OptionSet.h: Implement ParameterUsage to show
	program options.
	Change Process to include a fallback OptionSet - for picking up
	non-option arguments.
	* include/getopt++/StringOption.h: New file.
	* src/BoolOption.cc (BoolOption::shortOption): Change as per the header.
	* src/OptionSet.cc (OptionSet::Process): Pass on umnparameterised
	arguments.
	(OptionSet::ParameterUsage): Implement.
	* src/StringOption.cc: New file.

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