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 choo ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	rbcollins@sources.redhat.com	2001-11-21 03:14:10

Modified files:
	winsup/cinstall: ChangeLog Makefile.in choose.cc cygpackage.cc 
	                 cygpackage.h ini.h iniparse.y package.h 
	                 package_db.cc package_db.h 
Added files:
	winsup/cinstall: category.cc category.h category_list.cc 
	                 category_list.h 

Log message:
	2001-11-21  Robert Collins  <rbtcollins@hotmail.com>
	
	* Makefile.in (OBJS): Add category.o and category_list.o.
	* category.h: New file.
	* category.cc: New file.
	* category_list.h: New file.
	* category_list.cc: New file.
	* choose.cc: Include category headers.
	(fill_missing_category): Use package_db to access global categories.
	(_view::insert_pkg): Ditto.
	(_view::insert_category): Ditto.
	(set_view_mode): Ditto.
	(getcategorybyname): Remove.
	* cygpackage.h: Include category_list.h to parse this correctly.
	(cygpackage): New virtual &Categories.
	* ini.h (_CategoryPackage): More C to C++ conversion.
	(Category): Remove.
	(getcategorybyname): Remove.
	(register_category): Remove.
	* iniparse.y: Include package db and category headers.
	(categories): Use package_db to access global categories.
	(category): Remove.
	(ncategories): Remove.
	(register_category): Remove.
	* package.h: New virtual &Categories.
	* package_db.cc (packagedb::packagedb): Don't read the installed db twice.
	(packagedb::categories): Declare.
	* package_db.h (packagedb): New member categories for global categories list.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/category.cc.diff?cvsroot=src&r1=NONE&r2=2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/category.h.diff?cvsroot=src&r1=NONE&r2=2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/category_list.cc.diff?cvsroot=src&r1=NONE&r2=2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/category_list.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.147&r2=2.148
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/Makefile.in.diff?cvsroot=src&r1=2.30&r2=2.31
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/choose.cc.diff?cvsroot=src&r1=2.70&r2=2.71
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/cygpackage.cc.diff?cvsroot=src&r1=2.1&r2=2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/cygpackage.h.diff?cvsroot=src&r1=2.1&r2=2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/ini.h.diff?cvsroot=src&r1=2.21&r2=2.22
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/iniparse.y.diff?cvsroot=src&r1=2.14&r2=2.15
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/package.h.diff?cvsroot=src&r1=2.1&r2=2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/package_db.cc.diff?cvsroot=src&r1=2.2&r2=2.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/package_db.h.diff?cvsroot=src&r1=2.1&r2=2.2


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