From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27117 invoked by alias); 3 Nov 2007 02:41:01 -0000 Received: (qmail 27091 invoked by uid 440); 3 Nov 2007 02:41:00 -0000 Date: Sat, 03 Nov 2007 02:41:00 -0000 Message-ID: <20071103024059.27074.qmail@sourceware.org> From: scox@sourceware.org To: frysk-cvs@sourceware.org Subject: [SCM] frysk system monitor/debugger branch, master, updated. 8c4b048cc0b6f01798236cf67bd3faccced7fd0d X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 602efc42dc06336fa2938f15290a6dc721559db5 X-Git-Newrev: 8c4b048cc0b6f01798236cf67bd3faccced7fd0d 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/msg00294.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 8c4b048cc0b6f01798236cf67bd3faccced7fd0d (commit) from 602efc42dc06336fa2938f15290a6dc721559db5 (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 8c4b048cc0b6f01798236cf67bd3faccced7fd0d Author: Stan Cox Date: Fri Nov 2 22:40:13 2007 -0400 Make TestTypeEntry pass. * TestTypeEntry.java (testScalar): Properly match volatile. (testArray): Properly match multi dimension array bounds. (testStruct): Likewise. (testClass): Allow for type qualifier. * CompositeType.java: Fix inheritance whitespace display. ----------------------------------------------------------------------- Summary of changes: frysk-core/frysk/debuginfo/ChangeLog | 7 +++++++ frysk-core/frysk/debuginfo/TestTypeEntry.java | 16 ++++++++-------- frysk-core/frysk/value/ChangeLog | 4 ++++ frysk-core/frysk/value/CompositeType.java | 1 + 4 files changed, 20 insertions(+), 8 deletions(-) hooks/post-receive -- frysk system monitor/debugger