From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 971 invoked by alias); 22 Jun 2007 20:00:38 -0000 Received: (qmail 954 invoked by uid 9561); 22 Jun 2007 20:00:33 -0000 Date: Fri, 22 Jun 2007 20:00:00 -0000 Message-ID: <20070622200033.952.qmail@sourceware.org> From: swagiaal@sourceware.org To: frysk-cvs@sourceware.org Subject: frysk-core/frysk/rt ChangeLog Subprogram.java ... 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-q2/txt/msg00691.txt.bz2 CVSROOT: /cvs/frysk Module name: frysk-core Changes by: swagiaal@sourceware.org 2007-06-22 20:00:33 Modified files: frysk/rt : ChangeLog Subprogram.java TestFrameDebugInfo.java Log message: Index: frysk-core/frysk/rt/ChangeLog 2007-06-22 Sami Wagiaalla * TestFrameDebugInfo.java (testParameters): Changed test to expect Variable instead of Value objects. * Subprogram.java (Subprogram): Parameters are now represented using the Variable object instead of the Value object. (printParameters): Changed print method to follow the above. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/rt/ChangeLog.diff?cvsroot=frysk&r1=1.294&r2=1.295 http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/rt/Subprogram.java.diff?cvsroot=frysk&r1=1.12&r2=1.13 http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/rt/TestFrameDebugInfo.java.diff?cvsroot=frysk&r1=1.10&r2=1.11