Author: bernhard
Date: Sat Oct 29 04:16:54 2005
New Revision: 9625

Removed:
   trunk/examples/assembly/mops_p.pasm
Modified:
   trunk/CREDITS
   trunk/MANIFEST
   trunk/examples/benchmarks/mops.pasm
Log:
The example 'assembly/mops_p.pasm' was the same as
'benchmarks/mops.pasm'


Modified: trunk/CREDITS
==============================================================================
--- trunk/CREDITS       (original)
+++ trunk/CREDITS       Sat Oct 29 04:16:54 2005
@@ -61,7 +61,11 @@ N: Benjamin Goldberg
 D: Numerous improvements and proposals.
 
 N: Bernhard Schmalhofer
-D: Bugfixes, m4, Getopt_Long.pir, Parrot bc, Configure bugfixes
+D: Bugfixes
+D: Parrot m4
+D: Getopt/Long.pir
+D: Parrot bc
+D: Cleanup of examples/assembly 
 
 N: Bob Diertens
 D: patch regarding macro argument expansion

Modified: trunk/MANIFEST
==============================================================================
--- trunk/MANIFEST      (original)
+++ trunk/MANIFEST      Sat Oct 29 04:16:54 2005
@@ -450,7 +450,6 @@ examples/README                         
 examples/assembly/acorn.l                         [main]doc
 examples/assembly/hello-dwim.imc                  [main]doc
 examples/assembly/mops.pasm                       [main]doc
-examples/assembly/mops_p.pasm                     [main]doc
 examples/assembly/nanoforth.pasm                  [main]doc
 examples/assembly/nanoforth2.pasm                 [main]doc
 examples/assembly/ncurses_life.imc                [main]doc

Modified: trunk/examples/benchmarks/mops.pasm
==============================================================================
--- trunk/examples/benchmarks/mops.pasm (original)
+++ trunk/examples/benchmarks/mops.pasm Sat Oct 29 04:16:54 2005
@@ -1,13 +1,13 @@
-# Copyright (C) 2001-2003 The Perl Foundation.  All rights reserved.
+# Copyright (C) 2001-2005 The Perl Foundation.  All rights reserved.
 # $Id$
 
 =head1 NAME
 
-examples/assembly/mops_p.pasm - Calculate a benchmark
+examples/benchmarks/mops.pasm - Calculate a benchmark
 
 =head1 SYNOPSIS
 
-    % ./parrot examples/assembly/mops_p.pasm
+    % ./parrot examples/benchmarks/mops.pasm
 
 =head1 DESCRIPTION
 
@@ -65,7 +65,16 @@ DONE:   time   N5
 
 =head1 SEE ALSO
 
-F<examples/assembly/mops.pasm>, F<examples/assembly/pmcmops.pasm>.
+F<examples/assembly/pmcmops.pasm>,
+F<examples/mops/mops.c>,
+F<examples/mops/mops.cs>,
+F<examples/mops/mops.il>,
+F<examples/mops/mops.p6>,
+F<examples/mops/mops.pl>,
+F<examples/mops/mops.ps>,
+F<examples/mops/mops.py>,
+F<examples/mops/mops.rb>,
+F<examples/mops/mops.scheme>.
 
 =cut
 

Reply via email to