This is the mail archive of the cygwin-apps-cvs 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 include/getopt++/Defau ...


CVSROOT:	/cvs/cygwin-apps
Module name:	libgetopt++
Changes by:	corinna@sourceware.org	2013-08-12 11:44:53

Modified files:
	.              : ChangeLog 
	include/getopt++: DefaultFormatter.h 

Log message:
	* include/getopt++/DefaultFormatter.h (DefaultFormatter):
	Introduce private data members and use them, adjust comment
	accordingly.  Split the line 35/45 instead of 40/40 by default
	to get less linebreaks.  Add default initializers for data
	members to the constructor.  Add a second constructor that
	offers parameters for initialization of the private data
	members.
	(DefaultFormatter::operator ()): Remove automatic variable
	output and directly put the data on the output stream instead.
	Use private data members to construct the output rather than

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/libgetopt++/ChangeLog.diff?cvsroot=cygwin-apps&r1=1.23&r2=1.24
http://sourceware.org/cgi-bin/cvsweb.cgi/libgetopt++/include/getopt++/DefaultFormatter.h.diff?cvsroot=cygwin-apps&r1=1.2&r2=1.3


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