From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29170 invoked by alias); 28 Oct 2007 18:00:56 -0000 Received: (qmail 29140 invoked by uid 367); 28 Oct 2007 18:00:55 -0000 Date: Sun, 28 Oct 2007 18:00:00 -0000 Message-ID: <20071028180054.29116.qmail@sourceware.org> From: cagney@sourceware.org To: frysk-cvs@sourceware.org Subject: [SCM] frysk system monitor/debugger branch, master, updated. a5d0e051ff7a95e27b653a507843718f58a38509 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 68491788962c077b6d44265064faf8287b239392 X-Git-Newrev: a5d0e051ff7a95e27b653a507843718f58a38509 Mailing-List: contact frysk-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: frysk-cvs-owner@sourceware.org Reply-To: frysk@sourceware.org X-SW-Source: 2007-q4/txt/msg00242.txt.bz2 This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "frysk system monitor/debugger". The branch, master has been updated via a5d0e051ff7a95e27b653a507843718f58a38509 (commit) from 68491788962c077b6d44265064faf8287b239392 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit a5d0e051ff7a95e27b653a507843718f58a38509 Author: Andrew Cagney Date: Sun Oct 28 14:05:49 2007 -0400 Replace cat ParseException with catch RuntimeException frysk-gui/frysk/gui/srcwin/ChangeLog 2007-10-28 Andrew Cagney * SourceView.java: Catch RuntimeException instead of ParseException. * SourceBuffer.java: Ditto. * InlineSourceView.java: Ditto. * InlineBuffer.java: Ditto. ----------------------------------------------------------------------- Summary of changes: frysk-gui/frysk/gui/srcwin/ChangeLog | 8 +++++++ frysk-gui/frysk/gui/srcwin/InlineBuffer.java | 19 +++++----------- frysk-gui/frysk/gui/srcwin/InlineSourceView.java | 23 ++++++-------------- frysk-gui/frysk/gui/srcwin/SourceBuffer.java | 8 +----- frysk-gui/frysk/gui/srcwin/SourceView.java | 24 ++++++--------------- 5 files changed, 30 insertions(+), 52 deletions(-) hooks/post-receive -- frysk system monitor/debugger