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 install.cc io_st ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	rbcollins@sources.redhat.com	2001-11-22 21:26:29

Modified files:
	winsup/cinstall: ChangeLog install.cc io_stream.cc io_stream.h 
	                 io_stream_cygfile.cc io_stream_cygfile.h 
	                 io_stream_file.cc io_stream_file.h 
	                 package_db.cc package_db.h 

Log message:
	2001-11-23  Robert Collins  <rbtcollins@hotmail.com>
	
	* install.cc (badrename): Remove.
	(do_install): Use packagedb flush method to write /etc/setup/installed.db.
	* io_stream.cc (io_stream::move_copy): New method.
	(io_stream::move): New method.
	* io_stream.h (io_stream): New methods move and move_copy.
	* io_stream_cygfile.cc (io_stream_cygfile::move): New method.
	* io_stream_cygfile.h (io_stream_cygfile): New method move.
	* io_stream_file.cc (io_stream_file::move): New method.
	* io_stream_file.h (io_stream_file): New method move.
	* package_db.cc (packagedb::flush): New method.
	* package_db.h (packagedb): New method flush.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/ChangeLog.diff?cvsroot=src&r1=2.149&r2=2.150
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/install.cc.diff?cvsroot=src&r1=2.26&r2=2.27
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/io_stream.cc.diff?cvsroot=src&r1=2.1&r2=2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/io_stream.h.diff?cvsroot=src&r1=2.2&r2=2.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/io_stream_cygfile.cc.diff?cvsroot=src&r1=2.2&r2=2.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/io_stream_cygfile.h.diff?cvsroot=src&r1=2.3&r2=2.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/io_stream_file.cc.diff?cvsroot=src&r1=2.2&r2=2.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/io_stream_file.h.diff?cvsroot=src&r1=2.2&r2=2.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/package_db.cc.diff?cvsroot=src&r1=2.4&r2=2.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/package_db.h.diff?cvsroot=src&r1=2.2&r2=2.3


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