From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17088 invoked by alias); 5 Nov 2007 16:39:10 -0000 Received: (qmail 17063 invoked by uid 440); 5 Nov 2007 16:39:09 -0000 Date: Mon, 05 Nov 2007 16:39:00 -0000 Message-ID: <20071105163908.17045.qmail@sourceware.org> From: scox@sourceware.org To: frysk-cvs@sourceware.org Subject: [SCM] frysk system monitor/debugger branch, master, updated. 7c8b3606f7bbdba53db6b9002a14c788871c2ef0 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 8c4b048cc0b6f01798236cf67bd3faccced7fd0d X-Git-Newrev: 7c8b3606f7bbdba53db6b9002a14c788871c2ef0 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/msg00295.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 7c8b3606f7bbdba53db6b9002a14c788871c2ef0 (commit) from 8c4b048cc0b6f01798236cf67bd3faccced7fd0d (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 7c8b3606f7bbdba53db6b9002a14c788871c2ef0 Author: Stan Cox Date: Mon Nov 5 11:37:24 2007 -0500 Allow asLong for a value with a decorated type. * Value.java (asLong): Get type via gettUltimateType. (asBigInteger): Likewise. (doubleValue): Likewise. ----------------------------------------------------------------------- Summary of changes: frysk-core/frysk/value/ChangeLog | 6 ++++++ frysk-core/frysk/value/Value.java | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) hooks/post-receive -- frysk system monitor/debugger