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]

setup ChangeLog PickCategoryLine.h PickPackage ...


CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Changes by:	rbcollins@sources.redhat.com	2002-07-06 06:29:35

Modified files:
	.              : ChangeLog PickCategoryLine.h PickPackageLine.cc 
	                 PickView.cc String++.h category.h choose.cc 
	                 package_meta.cc package_meta.h 

Log message:
	2002-07-06  Robert Collins  <rbtcollins@hotmail.com>
	
	* PickCategoryLine.h: Include required header list.h.
	* PickPackageLine.cc (PickPackageLine::paint): Adjust to use STL
	containers for listing of packages per category and vice verca.
	* PickView.cc (PickView::insert_pkg): Ditto.
	(PickView::insert_category): Ditto.
	* String++.h (String::caseless): STL helper to allow trivial containers
	of Strings with case insensitive comparisons.
	* category.h: Adjust to use STL containers for listing of packages per
	category and vice verca.
	* choose.cc (fill_missing_category): Ditto.
	(default_trust): Ditto.
	(ChooserPage::OnNext): Ditto.
	* package_meta.cc (CategoryPackage::~CategoryPackage): Remove.
	(packagemeta::packagemeta): Adjust for new category list name.
	(packagemeta::~packagemeta): Adjust to use STL containers for listing
	of packages per category and vice verca.
	(packagemeta::set_action): Ditto.
	* package_meta.h (CategoryPackage): Remove.
	(packagemeta): Adjust to use STL containers for listing of packages per
	category and vice verca.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&r1=2.266&r2=2.267
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/PickCategoryLine.h.diff?cvsroot=cygwin-apps&r1=2.3&r2=2.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/PickPackageLine.cc.diff?cvsroot=cygwin-apps&r1=2.7&r2=2.8
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/PickView.cc.diff?cvsroot=cygwin-apps&r1=2.6&r2=2.7
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/String++.h.diff?cvsroot=cygwin-apps&r1=2.6&r2=2.7
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/category.h.diff?cvsroot=cygwin-apps&r1=2.4&r2=2.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/choose.cc.diff?cvsroot=cygwin-apps&r1=2.103&r2=2.104
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/package_meta.cc.diff?cvsroot=cygwin-apps&r1=2.28&r2=2.29
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/package_meta.h.diff?cvsroot=cygwin-apps&r1=2.17&r2=2.18


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