From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26996 invoked by alias); 9 Mar 2003 01:28:53 -0000 Mailing-List: contact cygwin-apps-cvs-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: cygwin-apps-cvs-owner@sources.redhat.com Received: (qmail 26980 invoked by uid 9126); 9 Mar 2003 01:28:53 -0000 Date: Sun, 09 Mar 2003 01:28:00 -0000 Message-ID: <20030309012853.26978.qmail@sources.redhat.com> From: rbcollins@sources.redhat.com To: cygwin-apps-cvs@sources.redhat.com Subject: setup ChangeLog Exception.cc Exception.h downl ... X-SW-Source: 2003-q1/txt/msg00035.txt.bz2 List-Id: CVSROOT: /cvs/cygwin-apps Module name: setup Changes by: rbcollins@sourceware.org 2003-03-09 01:28:53 Modified files: . : ChangeLog Exception.cc Exception.h download.cc install.cc Log message: 2003-02-16 Pavel Tsekov * Exception.h: Declare new constructor. (Exception::_message): Change the type from 'const char *' to 'class String'. (Exception::~Exception): Implement destructor (make gcc shut up). * Exception.cc: Implement new constructor. (Exception::what): Use String::cstr_oneuse (). * download.cc (validateCachedPackage): Use the constructor, which takes String& as its second argument, when throwing objects of type Exception. (check_for_cached): Ditto. * install.cc (install_one_source): Ditto. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&r1=2.319&r2=2.320 http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/Exception.cc.diff?cvsroot=cygwin-apps&r1=2.2&r2=2.3 http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/Exception.h.diff?cvsroot=cygwin-apps&r1=2.2&r2=2.3 http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/download.cc.diff?cvsroot=cygwin-apps&r1=2.35&r2=2.36 http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/install.cc.diff?cvsroot=cygwin-apps&r1=2.54&r2=2.55