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 ./CHANGES ./configure.in ./M ...


CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Changes by:	briand@sourceware.org	2007-07-30 22:55:50

Modified files:
	.              : ChangeLog CHANGES configure.in Makefile.am 
	                 archive.cc compress_bz.cc install.cc 
	                 package_db.cc 
	tests          : Makefile.am 

Log message:
	* CHANGES: Update.
	* configure.in (AM_INIT_AUTOMAKE): Enable more automake warnings.
	* Makefile.am (INCLUDES): Use AM_CPPFLAGS instead.
	(CLEANFILES): Add.  Minor portability tweaks.
	* tests/Makefile.am (INCLUDES): Use AM_CPPFLAGS instead.
	* archive.cc (archive::extract): Try to be more compatible when
	opening tar files.
	* compress_bz.cc: Fix whitespace throughout.
	(compress_bz::~compress_bz): Ensure that underlying io_stream's dtor is
	also run.
	* install.cc (Installer::installOne): Refactor.
	* package_db.cc (ConnectedLoopFinder::doIt): Move some log spewage into
	setup.log.full from setup.log.
	(packagedb::connectedBegin): Ditto. Consolidate log output to one line.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&r1=2.576&r2=2.577
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/CHANGES.diff?cvsroot=cygwin-apps&r1=1.17&r2=1.18
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/configure.in.diff?cvsroot=cygwin-apps&r1=2.18&r2=2.19
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/Makefile.am.diff?cvsroot=cygwin-apps&r1=2.67&r2=2.68
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/archive.cc.diff?cvsroot=cygwin-apps&r1=2.13&r2=2.14
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/compress_bz.cc.diff?cvsroot=cygwin-apps&r1=2.11&r2=2.12
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/install.cc.diff?cvsroot=cygwin-apps&r1=2.80&r2=2.81
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/package_db.cc.diff?cvsroot=cygwin-apps&r1=2.34&r2=2.35
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/tests/Makefile.am.diff?cvsroot=cygwin-apps&r1=1.1&r2=1.2


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