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 Exception.h LogFile.cc downloa ...


CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Changes by:	maxb@sourceware.org	2004-08-29 16:59:41

Modified files:
	.              : ChangeLog Exception.h LogFile.cc download.cc 
	                 ini.cc install.cc main.cc msg.h postinstall.cc 
	                 res.rc resource.h site.cc 

Log message:
	2004-08-29  Max Bowsher  <maxb@ukf.net>
	
	* Exception.h: Reformatting, #include more, remove incorrect and
	less-than-useful comments.
	(TOPLEVEL_CATCH): New preprocessor macro.
	
	* LogFile.cc (LogFile::operator()): Throw an exception object, not a
	char* string.
	
	Wrap the top-level of each thread (including the main thread) in a
	try...catch block, in order to display a useful error message if an
	exception is not caught.
	* download.cc (do_download_reflector): Here ...
	* ini.cc (do_ini_thread_reflector): ... and here ...
	* install.cc (do_install_reflector: ... and here ...
	* main.cc (main): ... and here ...
	* postinstall.cc (do_postinstall_thread): ... and here ...
	* site.cc (do_download_site_info_thread): ... and here!
	
	* msg.h: Include a missing header requirement.
	* res.rc (IDS_UNCAUGHT_EXCEPTION, IDS_UNCAUGHT_EXCEPTION_WITH_ERRNO):
	New strings.
	* resource.h (IDS_UNCAUGHT_EXCEPTION)
	(IDS_UNCAUGHT_EXCEPTION_WITH_ERRNO): New IDs.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&r1=2.430&r2=2.431
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/Exception.h.diff?cvsroot=cygwin-apps&r1=2.5&r2=2.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/LogFile.cc.diff?cvsroot=cygwin-apps&r1=2.9&r2=2.10
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/download.cc.diff?cvsroot=cygwin-apps&r1=2.38&r2=2.39
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/ini.cc.diff?cvsroot=cygwin-apps&r1=2.36&r2=2.37
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/install.cc.diff?cvsroot=cygwin-apps&r1=2.63&r2=2.64
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/main.cc.diff?cvsroot=cygwin-apps&r1=2.31&r2=2.32
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/msg.h.diff?cvsroot=cygwin-apps&r1=2.3&r2=2.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/postinstall.cc.diff?cvsroot=cygwin-apps&r1=2.15&r2=2.16
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/res.rc.diff?cvsroot=cygwin-apps&r1=2.55&r2=2.56
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/resource.h.diff?cvsroot=cygwin-apps&r1=2.24&r2=2.25
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/site.cc.diff?cvsroot=cygwin-apps&r1=2.32&r2=2.33


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