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 ./IniDBBuilderPackage.cc ./M ...


CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Changes by:	maxb@sourceware.org	2004-12-26 22:10:47

Modified files:
	.              : ChangeLog IniDBBuilderPackage.cc Makefile.am 
	                 String++.h desktop.cc fromcwd.cc ini.cc main.cc 
	                 splash.cc 
Added files:
	csu_util       : version_compare.cc version_compare.h 
Removed files:
	.              : version.cc version.h 

Log message:
	2004-12-26  Max Bowsher  <maxb@ukf.net>
	
	The Big Cleanup: Phase "version"
	
	* String++.h (operator std::string): Add.
	* desktop.cc, fromcwd.cc: Remove irrelevant include.
	
	* version.cc, version.h: Delete, replacing all functionality in new
	files.
	
	* setup_version.h: Add, taking over declaration of generated version
	symbol functionality.
	
	* Makefile.am (setup_SOURCES): Sync with new/deleted files.
	(setup_version.c): Rename the symbol 'version' to 'setup_version'.
	* main.cc: Modify includes.
	(main): Adapt to setup_version rename.
	* splash.cc: Modify includes.
	(SplashPage::OnInit): Adapt to setup_version rename.
	
	* csu_util/version_compare.cc, csu_util/version_compare.h: Add,
	containing a completely rewritten replacement for canonical_version().
	
	* IniDBBuilderPackage.cc: Modify includes.
	(IniDBBuilderPackage::buildVersion): Use new version_compare API.
	* ini.cc: Modify includes.
	(setup_version): Rename...
	(ini_setup_version): ...to this.
	(do_local_ini, do_remote_ini): Adapt to above change.
	(do_ini_thread): Adapt to above change. Use new version_compare API.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&r1=2.463&r2=2.464
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/IniDBBuilderPackage.cc.diff?cvsroot=cygwin-apps&r1=2.16&r2=2.17
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/Makefile.am.diff?cvsroot=cygwin-apps&r1=2.47&r2=2.48
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/String++.h.diff?cvsroot=cygwin-apps&r1=2.16&r2=2.17
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/desktop.cc.diff?cvsroot=cygwin-apps&r1=2.39&r2=2.40
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/fromcwd.cc.diff?cvsroot=cygwin-apps&r1=2.29&r2=2.30
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/ini.cc.diff?cvsroot=cygwin-apps&r1=2.37&r2=2.38
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/main.cc.diff?cvsroot=cygwin-apps&r1=2.38&r2=2.39
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/splash.cc.diff?cvsroot=cygwin-apps&r1=2.13&r2=2.14
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/version.cc.diff?cvsroot=cygwin-apps&r1=2.5&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/version.h.diff?cvsroot=cygwin-apps&r1=2.4&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/csu_util/version_compare.cc.diff?cvsroot=cygwin-apps&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/csu_util/version_compare.h.diff?cvsroot=cygwin-apps&r1=NONE&r2=1.1


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