This is the mail archive of the cygwin-apps-cvs@sources.redhat.com 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 Makefile.am Makefile.in archiv ...


CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Changes by:	rbcollins@sources.redhat.com	2002-05-04 21:02:02

Modified files:
	.              : ChangeLog Makefile.am Makefile.in archive.cc 
	                 archive_tar.cc archive_tar.h 
	                 archive_tar_file.cc choose.cc configure 
	                 configure.in io_stream.cc io_stream.h 
	                 io_stream_cygfile.cc io_stream_file.cc 
Added files:
	.              : IOStreamProvider.h 

Log message:
	2002-05-05 Robert Collins  <rbtcollins@hotmail.com>
	
	* Makefile.am (noinst_PROGRAMS): Make inilint configurable.
	* configure.in: Ditto.
	Fix incorrect header checking syntax.
	* aclocal.m4: Regenerate.
	* configure: Regenerate.
	* Makefile.in: Regenerate.
	* io_stream.cc: Remove platform specific and provider specific code.
	(io_stream::registerProvider): New method, registers a Url provider with
	the io_stream code.
	Make all methods consistently throw invalid_argument exceptions when
	a provider that is requested is not present.
	(findProvider): New private function, finds a provider.
	* io_stream.h: Declare io_stream::registerProvider.
	* io_stream_cygfile.cc: Create a Provider class to register with
	io_stream.cc.
	* io_stream_file.cc: Ditto.
	* archive.cc: Remove unneeded includes.
	* archive_tar.cc: Remove unneeded includes.
	* archive_tar.h: Add required include.
	* archive_tar_file.cc: Remove unneded includes.
	* choose.cc: Remove unneeded includes:

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/IOStreamProvider.h.diff?cvsroot=cygwin-apps&r1=NONE&r2=2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&r1=2.227&r2=2.228
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/Makefile.am.diff?cvsroot=cygwin-apps&r1=2.8&r2=2.9
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/Makefile.in.diff?cvsroot=cygwin-apps&r1=2.65&r2=2.66
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/archive.cc.diff?cvsroot=cygwin-apps&r1=2.6&r2=2.7
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/archive_tar.cc.diff?cvsroot=cygwin-apps&r1=2.7&r2=2.8
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/archive_tar.h.diff?cvsroot=cygwin-apps&r1=2.6&r2=2.7
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/archive_tar_file.cc.diff?cvsroot=cygwin-apps&r1=2.4&r2=2.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/choose.cc.diff?cvsroot=cygwin-apps&r1=2.94&r2=2.95
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/configure.diff?cvsroot=cygwin-apps&r1=2.13&r2=2.14
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/configure.in.diff?cvsroot=cygwin-apps&r1=2.8&r2=2.9
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/io_stream.cc.diff?cvsroot=cygwin-apps&r1=2.12&r2=2.13
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/io_stream.h.diff?cvsroot=cygwin-apps&r1=2.8&r2=2.9
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/io_stream_cygfile.cc.diff?cvsroot=cygwin-apps&r1=2.12&r2=2.13
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/io_stream_file.cc.diff?cvsroot=cygwin-apps&r1=2.10&r2=2.11


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