public inbox for cygwin-apps-cvs@sourceware.org
help / color / mirror / Atom feed
* setup ChangeLog FindVisitor.cc FindVisitor.h I ...
@ 2013-07-03 19:31 corinna
  0 siblings, 0 replies; 2+ messages in thread
From: corinna @ 2013-07-03 19:31 UTC (permalink / raw)
  To: cygwin-apps-cvs

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* setup ChangeLog FindVisitor.cc FindVisitor.h I ...
@ 2006-04-16 22:26 maxb
  0 siblings, 0 replies; 2+ messages in thread
From: maxb @ 2006-04-16 22:26 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Changes by:	maxb@sourceware.org	2006-04-16 22:26:44

Modified files:
	.              : ChangeLog FindVisitor.cc FindVisitor.h 
	                 IniParseFindVisitor.cc IniParseFindVisitor.h 
	                 ScanFindVisitor.cc ScanFindVisitor.h find.cc 
	                 find.h fromcwd.cc ini.cc ini.h iniparse.y 
	                 postinstall.cc 

Log message:
	2006-04-16  Max Bowsher  <maxb1@ukf.net>
	
	* FindVisitor.cc, FindVisitor.h, IniParseFindVisitor.cc,
	IniParseFindVisitor.h, ScanFindVisitor.cc, ScanFindVisitor.h, find.cc,
	find.h, fromcwd.cc, ini.cc, ini.h, iniparse.y, postinstall.cc:
	Do some String to std::string migration.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&r1=2.540&r2=2.541
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/FindVisitor.cc.diff?cvsroot=cygwin-apps&r1=2.1&r2=2.2
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/FindVisitor.h.diff?cvsroot=cygwin-apps&r1=2.2&r2=2.3
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/IniParseFindVisitor.cc.diff?cvsroot=cygwin-apps&r1=2.9&r2=2.10
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/IniParseFindVisitor.h.diff?cvsroot=cygwin-apps&r1=2.4&r2=2.5
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/ScanFindVisitor.cc.diff?cvsroot=cygwin-apps&r1=2.3&r2=2.4
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/ScanFindVisitor.h.diff?cvsroot=cygwin-apps&r1=2.2&r2=2.3
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/find.cc.diff?cvsroot=cygwin-apps&r1=2.9&r2=2.10
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/find.h.diff?cvsroot=cygwin-apps&r1=2.5&r2=2.6
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/fromcwd.cc.diff?cvsroot=cygwin-apps&r1=2.31&r2=2.32
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/ini.cc.diff?cvsroot=cygwin-apps&r1=2.42&r2=2.43
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/ini.h.diff?cvsroot=cygwin-apps&r1=2.34&r2=2.35
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/iniparse.y.diff?cvsroot=cygwin-apps&r1=2.40&r2=2.41
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/postinstall.cc.diff?cvsroot=cygwin-apps&r1=2.20&r2=2.21


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-07-03 19:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-03 19:31 setup ChangeLog FindVisitor.cc FindVisitor.h I corinna
  -- strict thread matches above, loose matches on Subject: below --
2006-04-16 22:26 maxb

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).