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 setup_version.h


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

Added files:
	.              : setup_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/setup_version.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]