]> cygwin.com Git - cygwin-apps/setup.git/commit - Makefile.am
2004-12-26 Max Bowsher <maxb@ukf.net>
authorMax Bowsher <maxb1@ukf.net>
Sun, 26 Dec 2004 22:11:34 +0000 (22:11 +0000)
committerMax Bowsher <maxb1@ukf.net>
Sun, 26 Dec 2004 22:11:34 +0000 (22:11 +0000)
commit2b734ec797210990c8a112a5653dc88734d885a5
tree9c8c73986a73bf40e570e2c40e8f20791ca44527
parent0f45aabefec32e51ac0c792a9fafccd024914338
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.
13 files changed:
ChangeLog
IniDBBuilderPackage.cc
Makefile.am
String++.h
csu_util/version_compare.cc [new file with mode: 0644]
csu_util/version_compare.h [new file with mode: 0644]
desktop.cc
fromcwd.cc
ini.cc
main.cc
setup_version.h [moved from version.h with 56% similarity]
splash.cc
version.cc [deleted file]
This page took 0.036406 seconds and 5 git commands to generate.