From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32116 invoked by alias); 6 Feb 2008 18:11:27 -0000 Received: (qmail 32088 invoked by uid 440); 6 Feb 2008 18:11:26 -0000 Date: Wed, 06 Feb 2008 18:11:00 -0000 Message-ID: <20080206181126.32072.qmail@sourceware.org> From: scox@sourceware.org To: frysk-cvs@sourceware.org Subject: [SCM] master: Rename funit-class.cxx to funit-type-class.cxx X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: c713c637228f43dfd959d39257b7f910e81a354b X-Git-Newrev: 8f244478a0a028b9c88e66823411302dab3bd4fb 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: 2008-q1/txt/msg00162.txt.bz2 The branch, master has been updated via 8f244478a0a028b9c88e66823411302dab3bd4fb (commit) via aa45776c19e468de23f8963f0711d6a0ae4630d3 (commit) from c713c637228f43dfd959d39257b7f910e81a354b (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email. - Log ----------------------------------------------------------------- commit 8f244478a0a028b9c88e66823411302dab3bd4fb Author: Stan Cox Date: Wed Feb 6 13:08:08 2008 -0500 Rename funit-class.cxx to funit-type-class.cxx commit aa45776c19e468de23f8963f0711d6a0ae4630d3 Author: Stan Cox Date: Wed Feb 6 13:03:47 2008 -0500 Rename funit-class.cxx to funit-type-class.cxx ----------------------------------------------------------------------- Summary of changes: frysk-core/frysk/debuginfo/TestTypeEntry.java-sh | 2 +- frysk-core/frysk/pkglibdir/ChangeLog | 5 +++++ .../{funit-class.cxx => funit-type-class.cxx} | 0 3 files changed, 6 insertions(+), 1 deletions(-) rename frysk-core/frysk/pkglibdir/{funit-class.cxx => funit-type-class.cxx} (100%) First 500 lines of diff: diff --git a/frysk-core/frysk/debuginfo/TestTypeEntry.java-sh b/frysk-core/frysk/debuginfo/TestTypeEntry.java-sh index 5a38c37..9549b7b 100644 --- a/frysk-core/frysk/debuginfo/TestTypeEntry.java-sh +++ b/frysk-core/frysk/debuginfo/TestTypeEntry.java-sh @@ -1,5 +1,5 @@ #!/bin/sh -python $(dirname $0)/gen-type-expect-tests.py frysk/pkglibdir/funit-type-entry.c $(dirname $0)/../pkglibdir/funit-class.cxx +python $(dirname $0)/gen-type-expect-tests.py frysk/pkglibdir/funit-type-entry.c $(dirname $0)/../pkglibdir/funit-type-class.cxx diff --git a/frysk-core/frysk/pkglibdir/ChangeLog b/frysk-core/frysk/pkglibdir/ChangeLog index be4b4c4..be3ee37 100644 --- a/frysk-core/frysk/pkglibdir/ChangeLog +++ b/frysk-core/frysk/pkglibdir/ChangeLog @@ -1,3 +1,8 @@ +2007-08-27 Stan Cox + + * funit-type-class.cxx: Renamed from funit-class.cxx. + Change all references. + 2008-01-28 Stan Cox * gen-type-funit-tests.py (main): Add ptr_void_type_var. diff --git a/frysk-core/frysk/pkglibdir/funit-class.cxx b/frysk-core/frysk/pkglibdir/funit-type-class.cxx similarity index 100% rename from frysk-core/frysk/pkglibdir/funit-class.cxx rename to frysk-core/frysk/pkglibdir/funit-type-class.cxx hooks/post-receive -- frysk system monitor/debugger