Author: bernhard
Date: Sun Jul 24 07:00:54 2005
New Revision: 8694

Modified:
   trunk/ABI_CHANGES
   trunk/CREDITS
   trunk/ChangeLog
   trunk/DEVELOPING
   trunk/MANIFEST
   trunk/NEWS
   trunk/PLATFORMS
   trunk/README
   trunk/README.win32
   trunk/RESPONSIBLE_PARTIES
   trunk/TODO
   trunk/languages/testall
Log:
Added a couple of Id-tags for SVN.


Modified: trunk/ABI_CHANGES
==============================================================================
--- trunk/ABI_CHANGES   (original)
+++ trunk/ABI_CHANGES   Sun Jul 24 07:00:54 2005
@@ -1,3 +1,5 @@
+# $Id$
+
 This document describes changes to the Parrot ABI.
 
 2004.11.27 leo

Modified: trunk/CREDITS
==============================================================================
--- trunk/CREDITS       (original)
+++ trunk/CREDITS       Sun Jul 24 07:00:54 2005
@@ -1,3 +1,5 @@
+# $Id$
+
        Following in the steps of other open source projects that
        eventually take over the world, here is the partial list
        of people who have contributed to Parrot and its supporting

Modified: trunk/ChangeLog
==============================================================================
--- trunk/ChangeLog     (original)
+++ trunk/ChangeLog     Sun Jul 24 07:00:54 2005
@@ -1,3 +1,5 @@
+# $Id$
+
 2005.07.03    leo
        * Released 0.2.2
        * See NEWS for changes

Modified: trunk/DEVELOPING
==============================================================================
--- trunk/DEVELOPING    (original)
+++ trunk/DEVELOPING    Sun Jul 24 07:00:54 2005
@@ -1,3 +1,5 @@
+# $Id$
+
 LAST RELEASE:     Parrot 0.2.2   2005.07.03
 PREVIOUS RELEASE: Parrot 0.2.1   2005.06.04
 

Modified: trunk/MANIFEST
==============================================================================
--- trunk/MANIFEST      (original)
+++ trunk/MANIFEST      Sun Jul 24 07:00:54 2005
@@ -1,3 +1,4 @@
+# $Id$
 # See tools/dev/install_files.pl for documentation on the
 # format of this file.
 ABI_CHANGES                                       []

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS  (original)
+++ trunk/NEWS  Sun Jul 24 07:00:54 2005
@@ -1,3 +1,5 @@
+# $Id$
+
 New in 0.2.2
 
 - new call scheme: docs/pdds/pdd03_calling_conventions.pod

Modified: trunk/PLATFORMS
==============================================================================
--- trunk/PLATFORMS     (original)
+++ trunk/PLATFORMS     Sun Jul 24 07:00:54 2005
@@ -1,3 +1,5 @@
+# $Id$
+
 Parrot was reported to compile and run tests successfully on these platforms:
 
 Platform                B8    Runloops      Feature Comp Test Inst YYYYMMDD

Modified: trunk/README
==============================================================================
--- trunk/README        (original)
+++ trunk/README        Sun Jul 24 07:00:54 2005
@@ -3,6 +3,8 @@ This is Parrot, version 0.2.2
 
 Parrot is Copyright (C) 2001-2005 The Perl Foundation. All Rights Reserved.
 
+$Id$
+
 LICENSE INFORMATION
 -------------------
 

Modified: trunk/README.win32
==============================================================================
--- trunk/README.win32  (original)
+++ trunk/README.win32  Sun Jul 24 07:00:54 2005
@@ -1,3 +1,5 @@
+# $Id$
+
 This file is best viewed with "perldoc README.win32".
 
 =head1 NAME

Modified: trunk/RESPONSIBLE_PARTIES
==============================================================================
--- trunk/RESPONSIBLE_PARTIES   (original)
+++ trunk/RESPONSIBLE_PARTIES   Sun Jul 24 07:00:54 2005
@@ -1,3 +1,5 @@
+# $Id$
+
 This is a partial list of the folks with CVS commit access and the
 areas they're directly responsible for. This does not list all the
 people with CVS commit access, just those who have an area they've

Modified: trunk/TODO
==============================================================================
--- trunk/TODO  (original)
+++ trunk/TODO  Sun Jul 24 07:00:54 2005
@@ -1,3 +1,5 @@
+# $Id$
+
 All TODO items should be documented in RT. (http://rt.perl.org/)
 
 A listing of all TODO items is available at:

Modified: trunk/languages/testall
==============================================================================
--- trunk/languages/testall     (original)
+++ trunk/languages/testall     Sun Jul 24 07:00:54 2005
@@ -16,11 +16,17 @@ There are 3 ways to run a language test:
 
 =item * Overall Harness
 
-C<cd languages && make test>
+C<make languages-test> 
+
+or
+
+C<cd languages && make test> or
 
 =item * Per Language Harness
 
-e.g., C<cd languages/tcl && make test>
+For well behaved languages you can do something like:
+
+C<cd languages/tcl && make test>
 
 =item * Run a single test for more detailed output.
 
@@ -86,7 +92,7 @@ foreach my $harness (@harnesses) {
     push @testfiles, <FILES>;
     close(FILES);
 }
-chomp( @testfiles );
+chomp(@testfiles);
 
 # Step 3: test.
 

Reply via email to