This is the mail archive of the cygwin-cvs@cygwin.com mailing list for the Cygwin 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]

src/winsup/cinstall ChangeLog Makefile.in cate ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	rbcollins@sources.redhat.com	2001-11-22 15:53:15

Modified files:
	winsup/cinstall: ChangeLog Makefile.in category.cc 
	                 category_list.cc choose.cc cygpackage.cc 
	                 cygpackage.h hash.cc hash.h ini.h install.cc 
	                 package_db.cc package_meta.cc package_meta.h 
Added files:
	winsup/cinstall: package_source.cc package_source.h 
	                 package_version.cc package_version.h 
Removed files:
	winsup/cinstall: package.cc package.h 

Log message:
	2001-11-23  Robert Collins  <rbtcollins@hotmail.com>
	
	* Makefile.in (OBJS): Add package_version.
	* ategory.cc (Category::Category): Update constructors.
	* category_list.cc (CategoryList::register_category): Insert correctly.
	* choose.cc: Include package_version.h, not package.h.
	* cygpackage.cc: Ditto.
	(cygpackage::uninstall): New method.
	* cygpackage.h (cygpackage): Rename genericpackage to packageversion.
	New method uninstall.
	* hash.cc (add, has, enumerate): Change prototype to be accurate.
	* hash.h (hash): Change prototypes to be accurate.
	* ini.h (_Info): New parameterless constructor.
	(CategoryPackage): New constructor.
	(Package): Ditto.
	* install.cc: Don't include unneeded headers.
	Include package database headers.
	(hash::add_subdirs): Remove.
	(uninstall_one): Use packagemeta->uninstall to perform the uninstallation.
	Don't uninstall source packages.
	(do_install): Just can uninstall_one once as we ignore source packages now.
	Don't copy the installed.old database accross, instead iterate through the
	packagedb packages list and write the isntalled packages out.
	* package_db.cc: Include package_version.h, not package.h.
	(packagedb::packagedb): Never let db be undefined.
	Record the installation filename, so we can reconstruct installed.db.
	(packagedb::addpackage): Insert packages in alpha sorted order.
	(packagedb::categories): Initialise correctly.
	* package_meta.cc: Include win32 and mount headers as a workaround to
	current io_stream limitations. Include a TODO about that.
	(standard_dirs): New, from install.cc.
	(hash::add_subdirs): New, from install.cc.
	(packagemeta::set_installed): Rename genericpackage to packageversion.
	(packagemeta::uninstall): New method.
	* package_meta.h: Rename genericpackage to packageversion.
	(packagemeta): Update constructor.
	(add_version, set_installed): Rename genericpackage to packageversion.
	(uninstall): New method.
	(installed_from): New member.
	* package_source.cc: New file.
	* package_source.h: New file.
	* package_version.cc: New file.
	* package_version.h: New file.
	* package.cc: Removed.
	* package.h: Removed.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/package_source.cc.diff?cvsroot=src&r1=NONE&r2=2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/package_source.h.diff?cvsroot=src&r1=NONE&r2=2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/package_version.cc.diff?cvsroot=src&r1=NONE&r2=2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/package_version.h.diff?cvsroot=src&r1=NONE&r2=2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/ChangeLog.diff?cvsroot=src&r1=2.148&r2=2.149
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/Makefile.in.diff?cvsroot=src&r1=2.31&r2=2.32
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/category.cc.diff?cvsroot=src&r1=2.1&r2=2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/category_list.cc.diff?cvsroot=src&r1=2.1&r2=2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/choose.cc.diff?cvsroot=src&r1=2.71&r2=2.72
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/cygpackage.cc.diff?cvsroot=src&r1=2.2&r2=2.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/cygpackage.h.diff?cvsroot=src&r1=2.2&r2=2.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/hash.cc.diff?cvsroot=src&r1=2.3&r2=2.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/hash.h.diff?cvsroot=src&r1=2.2&r2=2.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/ini.h.diff?cvsroot=src&r1=2.22&r2=2.23
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/install.cc.diff?cvsroot=src&r1=2.25&r2=2.26
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/package_db.cc.diff?cvsroot=src&r1=2.3&r2=2.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/package_meta.cc.diff?cvsroot=src&r1=2.1&r2=2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/package_meta.h.diff?cvsroot=src&r1=2.1&r2=2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/package.cc.diff?cvsroot=src&r1=2.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/package.h.diff?cvsroot=src&r1=2.2&r2=NONE


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