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]

winsup/cinstall ChangeLog choose.cc ini.h inip ...


CVSROOT:	/cvs/uberbaum
Module name:	winsup
Branch: 	pre_category
Changes by:	cgf@sources.redhat.com	2001-06-30 20:08:17

Modified files:
	cinstall       : ChangeLog choose.cc ini.h iniparse.y 

Log message:
	* choose.cc (scan2): Restore source scanning eliminated by previous checkin.
	Merge some category changes from main branch to allow consistent parsing of
	categories prior to release of new setup.exe
	* choose.cc (getcategorybyname): New function.
	* ini.h (_CategoryPackage): New struct.
	(_Category): New struct.
	(_Package): Change category to Category * from char *.
	(extern Category category): New global variable.
	(extern in ncategories): Ditto.
	(getcategorybyname): New prototype.
	(catpackagecategorybyname): New prototype.
	(register_category): New prototype.
	(add_category): New prototype.
	* iniparse.y: Parse multiple categories per package.
	(category): New global variable.
	(ncategories): New global variable.
	(new_package): Compare package against NULL, not 0.
	(new_requirement): Source formatting fix.
	(register_category): New function.
	(add_category): New function.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cinstall/ChangeLog.diff?cvsroot=uberbaum&only_with_tag=pre_category&r1=2.78.2.1&r2=2.78.2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cinstall/choose.cc.diff?cvsroot=uberbaum&only_with_tag=pre_category&r1=2.35.2.1&r2=2.35.2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cinstall/ini.h.diff?cvsroot=uberbaum&only_with_tag=pre_category&r1=2.13.2.1&r2=2.13.2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cinstall/iniparse.y.diff?cvsroot=uberbaum&only_with_tag=pre_category&r1=2.9&r2=2.9.2.1


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