This is the mail archive of the cygwin-apps-cvs 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 ChangeLog FindVisitor.cc FindVisitor.h I ...


CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Changes by:	corinna@sourceware.org	2013-07-03 19:31:11

Modified files:
	.              : ChangeLog FindVisitor.cc FindVisitor.h 
	                 IniParseFindVisitor.cc find.cc find.h 
	                 fromcwd.cc ini.cc ini.h 

Log message:
	* FindVisitor.cc (FindVisitor::visitDirectory): Check tracking level
	argument to limit the search depth.
	* FindVisitor.h (FindVisitor::visitDirectory): Add tracking level
	argument to declaration.
	* IniParseFindVisitor.cc (IniParseFindVisitor::visitFile): Check
	found file's basePath to end in SETUP_INI_DIR.
	* find.cc (Find::accept): Accept additional tracking level argument
	and submit to FindVisitor::visitDirectory.
	* find.h (Find::accept): Add tracking level argument to declaration.
	* fromcwd.cc (SetupFindVisitor::visitFile): Check found file's basePath
	to end in SETUP_INI_DIR.
	(do_fromcwd): Only search ini file two directory levels deep.
	* ini.cc (do_local_ini): Ditto.
	(do_remote_ini): Add SETUP_INI_DIR to current_ini_name.
	* ini.h (SETUP_INI_DIR): New macro.
	(SETUP_INI_FILENAME): Just define filename.
	(SETUP_BZ2_FILENAME): Ditto.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&r1=2.809&r2=2.810
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/FindVisitor.cc.diff?cvsroot=cygwin-apps&r1=2.2&r2=2.3
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/FindVisitor.h.diff?cvsroot=cygwin-apps&r1=2.3&r2=2.4
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/IniParseFindVisitor.cc.diff?cvsroot=cygwin-apps&r1=2.13&r2=2.14
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/find.cc.diff?cvsroot=cygwin-apps&r1=2.11&r2=2.12
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/find.h.diff?cvsroot=cygwin-apps&r1=2.7&r2=2.8
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/fromcwd.cc.diff?cvsroot=cygwin-apps&r1=2.33&r2=2.34
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/ini.cc.diff?cvsroot=cygwin-apps&r1=2.56&r2=2.57
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/ini.h.diff?cvsroot=cygwin-apps&r1=2.44&r2=2.45


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