Author: coke
Date: Wed Jan 31 08:51:37 2007
New Revision: 16853

Modified:
   trunk/docs/roles_responsibilities.pod   (props changed)
   trunk/docs/stability.pod   (props changed)
   trunk/languages/PIR/README   (props changed)
   trunk/languages/PIR/TODO   (props changed)
   trunk/languages/PIR/config/makefiles/root.in   (props changed)
   trunk/languages/PIR/examples/call.pir   (props changed)
   trunk/languages/PIR/examples/call2.pir   (props changed)
   trunk/languages/PIR/examples/calltest.pir   (props changed)
   trunk/languages/PIR/examples/dot.pir   (props changed)
   trunk/languages/PIR/examples/flags.pir   (props changed)
   trunk/languages/PIR/examples/keys.pir   (props changed)
   trunk/languages/PIR/examples/label.pir   (props changed)
   trunk/languages/PIR/examples/labels.pir   (props changed)
   trunk/languages/PIR/examples/line.pir   (props changed)
   trunk/languages/PIR/examples/macro.pir   (props changed)
   trunk/languages/PIR/examples/macrotry.pir   (props changed)
   trunk/languages/PIR/examples/multi.pir   (props changed)
   trunk/languages/PIR/examples/namespace.pir   (props changed)
   trunk/languages/PIR/examples/namespaces.pir   (props changed)
   trunk/languages/PIR/examples/nci.pir   (props changed)
   trunk/languages/PIR/examples/obj.pir   (props changed)
   trunk/languages/PIR/examples/pasmtest.pir   (props changed)
   trunk/languages/PIR/examples/pod.pir   (props changed)
   trunk/languages/PIR/examples/reserved.pir   (props changed)
   trunk/languages/PIR/examples/string.pir   (props changed)
   trunk/languages/PIR/examples/subs.pir   (props changed)
   trunk/languages/PIR/examples/test.pir   (props changed)
   trunk/languages/PIR/examples/test1.pir   (props changed)
   trunk/languages/PIR/lib/ASTGrammar.tg   (props changed)
   trunk/languages/PIR/lib/pasm.pg   (props changed)
   trunk/languages/PIR/lib/pasm_args.pg   (props changed)
   trunk/languages/PIR/lib/pasm_core.pg   (props changed)
   trunk/languages/PIR/lib/pasm_instr.pg   (props changed)
   trunk/languages/PIR/lib/pasm_io.pg   (props changed)
   trunk/languages/PIR/lib/pasm_pmc.pg   (props changed)
   trunk/languages/PIR/lib/pir.pg   (props changed)
   trunk/languages/PIR/pirc.pir   (props changed)
   trunk/languages/PIR/t/harness   (props changed)
   trunk/languages/PIR/t/sub.t   (props changed)
   trunk/languages/abc/README   (contents, props changed)
   trunk/languages/lua/pmc/luatable.pmc   (contents, props changed)
   trunk/languages/lua/pmc/luathread.pmc   (contents, props changed)
   trunk/languages/lua/pmc/luauserdata.pmc   (contents, props changed)
   trunk/languages/lua/t/shootout.t   (contents, props changed)
   trunk/languages/lua/t/shootout/binarytrees-output.txt   (props changed)
   trunk/languages/lua/t/shootout/binarytrees.lua-3.lua   (props changed)
   trunk/languages/lua/t/shootout/chameneos-output.txt   (props changed)
   trunk/languages/lua/t/shootout/chameneos.lua   (props changed)
   trunk/languages/lua/t/shootout/fannkuch-output.txt   (props changed)
   trunk/languages/lua/t/shootout/fannkuch.lua-3.lua   (props changed)
   trunk/languages/lua/t/shootout/fasta-output.txt   (props changed)
   trunk/languages/lua/t/shootout/fasta.lua-2.lua   (props changed)
   trunk/languages/lua/t/shootout/hello-output.txt   (props changed)
   trunk/languages/lua/t/shootout/hello.lua   (props changed)
   trunk/languages/lua/t/shootout/knucleotide-input.txt   (props changed)
   trunk/languages/lua/t/shootout/knucleotide-output.txt   (props changed)
   trunk/languages/lua/t/shootout/knucleotide.lua-2.lua   (props changed)
   trunk/languages/lua/t/shootout/mandelbrot.lua-2.lua   (props changed)
   trunk/languages/lua/t/shootout/message-output.txt   (props changed)
   trunk/languages/lua/t/shootout/message.lua-2.lua   (props changed)
   trunk/languages/lua/t/shootout/nbody-output.txt   (props changed)
   trunk/languages/lua/t/shootout/nbody.lua-2.lua   (props changed)
   trunk/languages/lua/t/shootout/nsieve-output.txt   (props changed)
   trunk/languages/lua/t/shootout/nsieve.lua-3.lua   (props changed)
   trunk/languages/lua/t/shootout/nsievebits-output.txt   (props changed)
   trunk/languages/lua/t/shootout/nsievebits.lua   (props changed)
   trunk/languages/lua/t/shootout/partialsums-output.txt   (props changed)
   trunk/languages/lua/t/shootout/partialsums.lua-3.lua   (props changed)
   trunk/languages/lua/t/shootout/pidigits-output.txt   (props changed)
   trunk/languages/lua/t/shootout/pidigits.lua-2.lua   (props changed)
   trunk/languages/lua/t/shootout/recursive-output.txt   (props changed)
   trunk/languages/lua/t/shootout/recursive.lua   (props changed)
   trunk/languages/lua/t/shootout/regexdna-input.txt   (props changed)
   trunk/languages/lua/t/shootout/regexdna-output.txt   (props changed)
   trunk/languages/lua/t/shootout/regexdna.lua-3.lua   (props changed)
   trunk/languages/lua/t/shootout/revcomp-input.txt   (props changed)
   trunk/languages/lua/t/shootout/revcomp-output.txt   (props changed)
   trunk/languages/lua/t/shootout/revcomp.lua-3.lua   (props changed)
   trunk/languages/lua/t/shootout/spectralnorm-output.txt   (props changed)
   trunk/languages/lua/t/shootout/spectralnorm.lua-3.lua   (props changed)
   trunk/languages/lua/t/shootout/sumcol-input.txt   (props changed)
   trunk/languages/lua/t/shootout/sumcol-output.txt   (props changed)
   trunk/languages/lua/t/shootout/sumcol.lua   (props changed)
   trunk/languages/perl5/README   (props changed)
   trunk/languages/perl5/config/makefiles/root.in   (props changed)
   trunk/languages/perl6/src/builtins/range.pir   (props changed)
   trunk/languages/perl6/src/classes/List.pir   (contents, props changed)
   trunk/languages/perl6/src/parser/regex.pir   (props changed)
   trunk/languages/plumhead/src/antlr3/GenPastPirTreeParser.java   (props 
changed)
   trunk/languages/plumhead/src/antlr3/PlumheadLexer.java   (props changed)
   trunk/languages/plumhead/src/antlr3/PlumheadParser.java   (props changed)
   trunk/languages/tcl/examples/ircbot.tcl   (props changed)
   trunk/languages/tcl/lib/Tcl/Test.pm   (props changed)
   trunk/languages/tcl/library/init.tcl   (contents, props changed)
   trunk/languages/tcl/runtime/builtin/encoding.pir   (props changed)
   trunk/languages/tcl/runtime/builtin/fileevent.pir   (props changed)
   trunk/languages/tcl/runtime/builtin/scan.pir   (props changed)
   trunk/languages/tcl/runtime/builtin/vwait.pir   (props changed)
   trunk/languages/tcl/src/binary.c   (props changed)
   trunk/languages/tcl/src/binary.h   (props changed)
   trunk/languages/tcl/src/builtin/continue.tmt   (props changed)
   trunk/languages/tcl/src/builtin/flush.tmt   (props changed)
   trunk/languages/tcl/t/cmd_binary.t   (props changed)
   trunk/languages/tcl/t/cmd_fileevent.t   (props changed)
   trunk/languages/tcl/t/cmd_subst.t   (props changed)
   trunk/lib/Parrot/Pmc2c/Utils.pm   (contents, props changed)
   trunk/lib/Parrot/Test/PIR_PGE.pm   (contents, props changed)
   trunk/lib/Perl/Critic/Policy/CodeLayout/ProhibitDuplicateCoda.pm   (props 
changed)
   trunk/lib/Perl/Critic/Policy/CodeLayout/ProhibitTrailingWhitespace.pm   
(contents, props changed)
   trunk/runtime/parrot/include/sockets.pasm   (props changed)
   trunk/runtime/parrot/library/Iter.pir   (props changed)
   trunk/runtime/parrot/library/tcpstream.pir   (props changed)
   trunk/src/pmc/pmethod_test.pmc   (contents, props changed)
   trunk/t/compilers/past-pm/NoneGrammar.tg   (props changed)
   trunk/t/compilers/past-pm/NoneParser.pg   (props changed)
   trunk/t/compilers/past-pm/hllcompiler.t   (contents, props changed)
   trunk/t/compilers/past-pm/past.t   (props changed)
   trunk/t/compilers/past-pm/post.t   (props changed)
   trunk/t/compilers/past-pm/script.source   (props changed)
   trunk/t/library/iter.t   (props changed)
   trunk/t/op/cmp-nonbranch.t   (props changed)
   trunk/t/pmc/pmethod_test.t   (contents, props changed)
   trunk/t/tools/pmc2cutils/00-qualify.t   (props changed)
   trunk/t/tools/pmc2cutils/01-pmc2cutils.t   (props changed)
   trunk/t/tools/pmc2cutils/02-find_file.t   (props changed)
   trunk/t/tools/pmc2cutils/03-dump_vtable.t   (props changed)
   trunk/t/tools/pmc2cutils/04-dump_pmc.t   (props changed)
   trunk/t/tools/pmc2cutils/05-gen_c.t   (props changed)
   trunk/t/tools/pmc2cutils/06-print_tree.t   (props changed)
   trunk/t/tools/pmc2cutils/07-open_file.t   (props changed)
   trunk/t/tools/pmc2cutils/README   (props changed)

Log:
pass t/distro/file_metadata.t

Modified: trunk/languages/abc/README
==============================================================================
--- trunk/languages/abc/README  (original)
+++ trunk/languages/abc/README  Wed Jan 31 08:51:37 2007
@@ -1,5 +1,5 @@
 # Copyright (C) 2005-2006, The Perl Foundation.
-# $Id: README 13645 2006-07-30 10:51:38Z bernhard $
+# $Id$
 
 This is an implementation of the basic calculator
 using the Parrot compiler tools.

Modified: trunk/languages/lua/pmc/luatable.pmc
==============================================================================
--- trunk/languages/lua/pmc/luatable.pmc        (original)
+++ trunk/languages/lua/pmc/luatable.pmc        Wed Jan 31 08:51:37 2007
@@ -1,6 +1,6 @@
 /*
 Copyright (C) 2005-2006, The Perl Foundation.
-$Id: luatable.pmc 15169 2006-11-07 17:08:36Z fperrad $
+$Id$
 
 =head1 NAME
 

Modified: trunk/languages/lua/pmc/luathread.pmc
==============================================================================
--- trunk/languages/lua/pmc/luathread.pmc       (original)
+++ trunk/languages/lua/pmc/luathread.pmc       Wed Jan 31 08:51:37 2007
@@ -1,6 +1,6 @@
 /*
 Copyright (C) 2005-2006, The Perl Foundation.
-$Id: luathread.pmc 14874 2006-10-09 22:03:46Z bernhard $
+$Id$
 
 =head1 NAME
 

Modified: trunk/languages/lua/pmc/luauserdata.pmc
==============================================================================
--- trunk/languages/lua/pmc/luauserdata.pmc     (original)
+++ trunk/languages/lua/pmc/luauserdata.pmc     Wed Jan 31 08:51:37 2007
@@ -1,6 +1,6 @@
 /*
 Copyright (C) 2005-2006, The Perl Foundation.
-$Id: luauserdata.pmc 14874 2006-10-09 22:03:46Z bernhard $
+$Id$
 
 =head1 NAME
 

Modified: trunk/languages/lua/t/shootout.t
==============================================================================
--- trunk/languages/lua/t/shootout.t    (original)
+++ trunk/languages/lua/t/shootout.t    Wed Jan 31 08:51:37 2007
@@ -1,6 +1,6 @@
 #! perl

 # Copyright (C) 2007, The Perl Foundation.

-# $Id: shootout.t $

+# $Id$

 

 =head1 NAME

 


Modified: trunk/languages/perl6/src/classes/List.pir
==============================================================================
--- trunk/languages/perl6/src/classes/List.pir  (original)
+++ trunk/languages/perl6/src/classes/List.pir  Wed Jan 31 08:51:37 2007
@@ -1,4 +1,4 @@
-## $Id: list.pir 15768 2006-11-22 19:38:04Z pmichaud $
+## $Id$
 
 =head1 NAME
 

Modified: trunk/languages/tcl/library/init.tcl
==============================================================================
--- trunk/languages/tcl/library/init.tcl        (original)
+++ trunk/languages/tcl/library/init.tcl        Wed Jan 31 08:51:37 2007
@@ -3,7 +3,7 @@
 # Default system startup file for Tcl-based applications.  Defines
 # "unknown" procedure and auto-load facilities.
 #
-# RCS: @(#) $Id: init.tcl,v 1.90 2006/12/01 15:55:45 dgp Exp $
+# RCS: @(#) $Id$
 #
 # Copyright (c) 1991-1993 The Regents of the University of California.
 # Copyright (c) 1994-1996 Sun Microsystems, Inc.

Modified: trunk/lib/Parrot/Pmc2c/Utils.pm
==============================================================================
--- trunk/lib/Parrot/Pmc2c/Utils.pm     (original)
+++ trunk/lib/Parrot/Pmc2c/Utils.pm     Wed Jan 31 08:51:37 2007
@@ -1,5 +1,5 @@
 # Copyright (C) 2004-2006, The Perl Foundation.
-# $Id: Parrot::Pmc2c::Utils.pm 15044 2006-10-29 00:00:11Z jonathan $
+# $Id$
 package Parrot::Pmc2c::Utils;
 use strict;
 use warnings;

Modified: trunk/lib/Parrot/Test/PIR_PGE.pm
==============================================================================
--- trunk/lib/Parrot/Test/PIR_PGE.pm    (original)
+++ trunk/lib/Parrot/Test/PIR_PGE.pm    Wed Jan 31 08:51:37 2007
@@ -1,4 +1,4 @@
-# $Id: Punie.pm 16245 2006-12-25 22:15:39Z paultcochrane $
+# $Id$
 
 package Parrot::Test::PIR_PGE;
 

Modified: trunk/lib/Perl/Critic/Policy/CodeLayout/ProhibitTrailingWhitespace.pm
==============================================================================
--- trunk/lib/Perl/Critic/Policy/CodeLayout/ProhibitTrailingWhitespace.pm       
(original)
+++ trunk/lib/Perl/Critic/Policy/CodeLayout/ProhibitTrailingWhitespace.pm       
Wed Jan 31 08:51:37 2007
@@ -1,4 +1,4 @@
-# $Id: /parrot/local/lib/Perl/Critic/Policy/CodeLayout/UseParrotCoda.pm 24928 
2007-01-08T15:18:49.395523Z cochrane  $
+# $Id$
 package Perl::Critic::Policy::CodeLayout::ProhibitTrailingWhitespace;
 
 use strict;

Modified: trunk/src/pmc/pmethod_test.pmc
==============================================================================
--- trunk/src/pmc/pmethod_test.pmc      (original)
+++ trunk/src/pmc/pmethod_test.pmc      Wed Jan 31 08:51:37 2007
@@ -1,6 +1,6 @@
 /*
 Copyright (C) 2001-2006, The Perl Foundation.
-$Id: hash.pmc 15414 2006-11-12 02:47:59Z chip $
+$Id$
 
 =head1 NAME
 

Modified: trunk/t/compilers/past-pm/hllcompiler.t
==============================================================================
--- trunk/t/compilers/past-pm/hllcompiler.t     (original)
+++ trunk/t/compilers/past-pm/hllcompiler.t     Wed Jan 31 08:51:37 2007
@@ -1,6 +1,6 @@
 #!perl
 # Copyright (C) 2005-2006, The Perl Foundation.
-# $Id: basic.t 16003 2006-12-05 07:39:03Z paultcochrane $
+# $Id$
 
 use strict;
 use warnings;

Modified: trunk/t/pmc/pmethod_test.t
==============================================================================
--- trunk/t/pmc/pmethod_test.t  (original)
+++ trunk/t/pmc/pmethod_test.t  Wed Jan 31 08:51:37 2007
@@ -1,6 +1,6 @@
 #!perl
 # Copyright (C) 2006, The Perl Foundation.
-# $Id: pmethod_test.t 16171 2006-12-17 19:06:36Z paultcochrane $
+# $Id$
 
 use strict;
 use warnings;

Reply via email to