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 site.cc site.h ini.cc


CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Changes by:	rbcollins@sources.redhat.com	2002-07-04 22:17:22

Modified files:
	.              : ChangeLog site.cc site.h ini.cc 

Log message:
	2002-07-05  Robert Collins  <rbtcollins@hotmail.com>
	
	* ini.cc (do_remote_ini): Use STL collection for site collection.
	* site.cc: Include site.h first to ensure it's parsable standalone.
	Use STL algorithms.
	(site_list): Convert to an STL container.
	(all_site_list): Ditto.
	(site_list_type::site_list_type): Implement copy constructor.
	(site_list_type::operator=): Implement assignment operator.
	(site_list_type::operator ==): Implement.
	(site_list_type::operator <): Ditto.
	(save_dialog): Use STL collection calls for site collection.
	(save_site_url): Ditto.
	(get_site_list): Ditto.
	(get_saved_sites): Ditto.
	(do_download_site_info_thread): Ditto.
	(SitePage::OnNext): Ditto.
	(SitePage::PopulateListBox): Ditto.
	(SitePage::OnMessageCmd): Ditto.
	* site.h: Use STL vectors instead of custom code.
	(site_list_type::site_list_type): Declare.
	(site_list_type::operator=): Ditto.
	(site_list_type::operator ==): Ditto.
	(site_list_type::operator !=): Ditto.
	(site_list_type::operator <): Ditto.
	(site_list_type::operator <=): Ditto.
	(site_list_type::operator >): Ditto.
	(site_list_type::operator >=): Ditto.
	(site_list): Convert to an STL container.
	(all_site_list): Ditto.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&r1=2.262&r2=2.263
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/site.cc.diff?cvsroot=cygwin-apps&r1=2.20&r2=2.21
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/site.h.diff?cvsroot=cygwin-apps&r1=2.6&r2=2.7
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/ini.cc.diff?cvsroot=cygwin-apps&r1=2.34&r2=2.35


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