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 05:16:01

Modified files:
	.              : ChangeLog Makefile.am Makefile.in archive.cc 
	                 archive_tar.cc dialog.cc ini.cc install.cc 
	                 localdir.cc log.cc log.h main.cc msg.cc 
	                 netio.cc 
Added files:
	.              : LogFile.cc LogFile.h LogSingleton.cc 
	                 LogSingleton.h 

Log message:
	2002-05-04 Robert Collins  <rbtcollins@hotmail.com>
	
	* log.cc (log): Reimplement via LogSingleton.
	(log_save): Remove.
	(exit_setup): Remove.
	* log.h (log_save): Remove.
	(exit_setup): Remove.
	* LogSingleton.cc: New file.
	* LogSingleton.h: New file.
	* LogFile.cc: New file.
	* LogFile.h: New file.
	* Makefile.am (inilint_SOURCES): Add the new log interface.
	(setup_SOURCES): Add the new log interface and the concrete File
	implementation.
	* Makefile.in: Regenerate.
	* archive.cc: Use the new log interface thruout.
	* archive_tar.cc: Ditto.
	* main.cc: Ditto.
	* dialog.cc (fatal): Use the new log interface.
	* ini.cc (do_ini_thread): Use the log interface to exit.
	* isntall.cc (do_install_thread): Ditto.
	* netio.cc (auth_cmd): Ditto.
	* msg.cc (fatal): Ditto.
	* localdir.cc (save_local_dir): Save to different files depending on
	the mode, and if a root dir exists.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/LogFile.cc.diff?cvsroot=cygwin-apps&r1=NONE&r2=2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/LogFile.h.diff?cvsroot=cygwin-apps&r1=NONE&r2=2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/LogSingleton.cc.diff?cvsroot=cygwin-apps&r1=NONE&r2=2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/LogSingleton.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.225&r2=2.226
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/Makefile.am.diff?cvsroot=cygwin-apps&r1=2.7&r2=2.8
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/Makefile.in.diff?cvsroot=cygwin-apps&r1=2.64&r2=2.65
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/archive.cc.diff?cvsroot=cygwin-apps&r1=2.5&r2=2.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/archive_tar.cc.diff?cvsroot=cygwin-apps&r1=2.6&r2=2.7
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/dialog.cc.diff?cvsroot=cygwin-apps&r1=2.6&r2=2.7
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/ini.cc.diff?cvsroot=cygwin-apps&r1=2.25&r2=2.26
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/install.cc.diff?cvsroot=cygwin-apps&r1=2.47&r2=2.48
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/localdir.cc.diff?cvsroot=cygwin-apps&r1=2.10&r2=2.11
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/log.cc.diff?cvsroot=cygwin-apps&r1=2.11&r2=2.12
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/log.h.diff?cvsroot=cygwin-apps&r1=2.4&r2=2.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/main.cc.diff?cvsroot=cygwin-apps&r1=2.17&r2=2.18
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/msg.cc.diff?cvsroot=cygwin-apps&r1=2.5&r2=2.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/netio.cc.diff?cvsroot=cygwin-apps&r1=2.7&r2=2.8


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