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 compress.cc compress.h compress_bz.cc co ...


CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Changes by:	maxb@sourceware.org	2004-12-27 14:44:35

Modified files:
	.              : compress.cc compress.h compress_bz.cc 
	                 compress_bz.h compress_gz.cc compress_gz.h 
	                 ChangeLog 

Log message:
	2004-12-27  Max Bowsher  <maxb@ukf.net>
	
	* compress.cc: Refine includes. Remove placeholder function
	definitions. Make destructor an empty function.
	* compress.h: Refine includes. Make placeholder functions pure
	virtual. Add missing const on buffer argument to write function,
	to match derived classes.
	* compress_bz.cc, compress_gz.cc: Refine includes. Throw exception,
	rather than logging and returning an error, when an unimplemented
	function is called.
	* compress_bz.h, compress_gz.h: Refine includes.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/compress.cc.diff?cvsroot=cygwin-apps&r1=2.3&r2=2.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/compress.h.diff?cvsroot=cygwin-apps&r1=2.2&r2=2.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/compress_bz.cc.diff?cvsroot=cygwin-apps&r1=2.10&r2=2.11
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/compress_bz.h.diff?cvsroot=cygwin-apps&r1=2.7&r2=2.8
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/compress_gz.cc.diff?cvsroot=cygwin-apps&r1=2.10&r2=2.11
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/compress_gz.h.diff?cvsroot=cygwin-apps&r1=2.4&r2=2.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&r1=2.464&r2=2.465


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