This is the mail archive of the cygwin-cvs@cygwin.com mailing list for the Cygwin 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]

src/winsup/cinstall ChangeLog Makefile.in arch ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	rbcollins@sources.redhat.com	2001-11-14 01:21:59

Modified files:
	winsup/cinstall: ChangeLog Makefile.in archive_tar.cc 
	                 archive_tar.h archive_tar_file.cc 
	                 compress_bz.cc compress_bz.h compress_gz.cc 
	                 compress_gz.h geturl.cc io_stream.h 
	                 io_stream_cygfile.cc io_stream_cygfile.h 
	                 io_stream_file.cc io_stream_file.h 
Added files:
	winsup/cinstall: io_stream_memory.cc io_stream_memory.h 

Log message:
	2001-11-14  Robert Collins  <rbtcollins@hotmail.com>
	
	* Makefile.in (OBJS): Include io_stream_memory in setup.exe.
	* archive_tar.cc (archive_tar::write): New prototype.
	(archive_tar::seek): New method.
	* archive.h (archive_tar_file): Update write() and add seek().
	(archive_tar): Ditto.
	* archive_tar_file.cc (archive_tar_file::write): New prototype.
	(archive_tar_file::seek): New method.
	* compress_bz.cc (compress_bz::write): New prototype.
	(compress_bz::seek): New function.
	* compress_bz.h (compress_bz): Update write() and add seek().
	* compress_gz.cc (compress_gz::write): New prototype.
	(compress_gz::seek): New function.
	* compress_gz.h (compress_gz): Update write() and add seek().
	* geturl.cc: Include io_stream headers.
	(GUBuf): Remove.
	(get_url_to_string): Use a io_stream_memory buffer instead of GUBuf.
	* io_stream.h (io_stream_seek_t): New enum.
	(io_stream): Update write() and add seek().
	* io_stream_cygfile.cc (io_stream_cygfile::write): New prototype.
	(io_stream_cygfile::seek): New function.
	* io_stream_cygfile.h (io_stream_cygfile): Update write() and add seek().
	* io_stream_file.cc (io_stream_file::write): New prototype.
	(io_stream_file::seek): New function.
	* io_stream_file.h (io_stream_file): Update write() and add seek().

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/io_stream_memory.cc.diff?cvsroot=src&r1=NONE&r2=2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/io_stream_memory.h.diff?cvsroot=src&r1=NONE&r2=2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/ChangeLog.diff?cvsroot=src&r1=2.141&r2=2.142
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/Makefile.in.diff?cvsroot=src&r1=2.27&r2=2.28
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/archive_tar.cc.diff?cvsroot=src&r1=2.1&r2=2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/archive_tar.h.diff?cvsroot=src&r1=2.1&r2=2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/archive_tar_file.cc.diff?cvsroot=src&r1=2.1&r2=2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/compress_bz.cc.diff?cvsroot=src&r1=2.1&r2=2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/compress_bz.h.diff?cvsroot=src&r1=2.1&r2=2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/compress_gz.cc.diff?cvsroot=src&r1=2.1&r2=2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/compress_gz.h.diff?cvsroot=src&r1=2.1&r2=2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/geturl.cc.diff?cvsroot=src&r1=2.12&r2=2.13
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/io_stream.h.diff?cvsroot=src&r1=2.1&r2=2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/io_stream_cygfile.cc.diff?cvsroot=src&r1=2.1&r2=2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/io_stream_cygfile.h.diff?cvsroot=src&r1=2.1&r2=2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/io_stream_file.cc.diff?cvsroot=src&r1=2.1&r2=2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/io_stream_file.h.diff?cvsroot=src&r1=2.1&r2=2.2


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