Author: bernhard
Date: Sun Mar 19 06:01:04 2006
New Revision: 11936
Modified:
trunk/languages/pugs/include/pugs_common.h (contents, props changed)
trunk/languages/pugs/pmc/pugsbit.pmc (contents, props changed)
trunk/languages/pugs/pmc/pugsbool.pmc (contents, props changed)
trunk/languages/pugs/pmc/pugscode.pmc (contents, props changed)
trunk/languages/pugs/pmc/pugsmapping.pmc (contents, props changed)
trunk/languages/pugs/pmc/pugsmodule.pmc (contents, props changed)
trunk/languages/pugs/pmc/pugstuple.pmc (contents, props changed)
trunk/languages/pugs/pmc/pugsundef.pmc (contents, props changed)
trunk/languages/pugs/t/harness (contents, props changed)
trunk/languages/pugs/t/pmc.pm (contents, props changed)
trunk/languages/pugs/t/pmc/any.t (contents, props changed)
trunk/languages/pugs/t/pmc/bit.t (contents, props changed)
trunk/languages/pugs/t/pmc/bool.t (contents, props changed)
trunk/languages/pugs/t/pmc/code.t (contents, props changed)
trunk/languages/pugs/t/pmc/int.t (contents, props changed)
trunk/languages/pugs/t/pmc/mapping.t (contents, props changed)
trunk/languages/pugs/t/pmc/module.t (contents, props changed)
trunk/languages/pugs/t/pmc/num.t (contents, props changed)
trunk/languages/pugs/t/pmc/str.t (contents, props changed)
trunk/languages/pugs/t/pmc/tuple.t (contents, props changed)
trunk/languages/pugs/t/pmc/undef.t (contents, props changed)
trunk/runtime/parrot/include/hllmacros.pir (props changed)
trunk/t/dynpmc/sub.t (props changed)
Log:
Set svn:keywords of some new files,
making t/distro/file_metadata.t happy.
Modified: trunk/languages/pugs/include/pugs_common.h
==============================================================================
--- trunk/languages/pugs/include/pugs_common.h (original)
+++ trunk/languages/pugs/include/pugs_common.h Sun Mar 19 06:01:04 2006
@@ -1,3 +1,5 @@
+# $Id$
+
#if !defined(PARROT_PUGS_COMMONL_H_GUARD)
#define PARROT_PUGS_COMMONL_H_GUARD
Modified: trunk/languages/pugs/pmc/pugsbit.pmc
==============================================================================
--- trunk/languages/pugs/pmc/pugsbit.pmc (original)
+++ trunk/languages/pugs/pmc/pugsbit.pmc Sun Mar 19 06:01:04 2006
@@ -1,6 +1,6 @@
/*
Copyright: 2001-2003 The Perl Foundation. All Rights Reserved.
-$Id: /mirror/trunk/languages/pugs/pmc/pugsbit.pmc 11860
2006-03-11T15:14:44.630439Z autrijus $
+$Id$
=head1 NAME
Modified: trunk/languages/pugs/pmc/pugsbool.pmc
==============================================================================
--- trunk/languages/pugs/pmc/pugsbool.pmc (original)
+++ trunk/languages/pugs/pmc/pugsbool.pmc Sun Mar 19 06:01:04 2006
@@ -1,6 +1,6 @@
/*
Copyright: 2001-2003 The Perl Foundation. All Rights Reserved.
-$Id: /mirror/trunk/languages/pugs/pmc/pugsbit.pmc 11860
2006-03-11T15:14:44.630439Z autrijus $
+$Id$
=head1 NAME
Modified: trunk/languages/pugs/pmc/pugscode.pmc
==============================================================================
--- trunk/languages/pugs/pmc/pugscode.pmc (original)
+++ trunk/languages/pugs/pmc/pugscode.pmc Sun Mar 19 06:01:04 2006
@@ -1,6 +1,6 @@
/*
Copyright: 2001-2003 The Perl Foundation. All Rights Reserved.
-$Id: /mirror/trunk/languages/pugs/pmc/pugssub.pmc 11867
2006-03-11T19:12:31.078449Z autrijus $
+$Id$
=head1 NAME
Modified: trunk/languages/pugs/pmc/pugsmapping.pmc
==============================================================================
--- trunk/languages/pugs/pmc/pugsmapping.pmc (original)
+++ trunk/languages/pugs/pmc/pugsmapping.pmc Sun Mar 19 06:01:04 2006
@@ -1,6 +1,6 @@
/*
Copyright: 2001-2003 The Perl Foundation. All Rights Reserved.
-$Id: /mirror/trunk/languages/pugs/pmc/pugsstr.pmc 11867
2006-03-11T19:12:31.078449Z autrijus $
+$Id$
=head1 NAME
Modified: trunk/languages/pugs/pmc/pugsmodule.pmc
==============================================================================
--- trunk/languages/pugs/pmc/pugsmodule.pmc (original)
+++ trunk/languages/pugs/pmc/pugsmodule.pmc Sun Mar 19 06:01:04 2006
@@ -1,6 +1,6 @@
/*
Copyright: 2001-2003 The Perl Foundation. All Rights Reserved.
-$Id: /mirror/trunk/languages/pugs/pmc/pugsstr.pmc 11867
2006-03-11T19:12:31.078449Z autrijus $
+$Id$
=head1 NAME
Modified: trunk/languages/pugs/pmc/pugstuple.pmc
==============================================================================
--- trunk/languages/pugs/pmc/pugstuple.pmc (original)
+++ trunk/languages/pugs/pmc/pugstuple.pmc Sun Mar 19 06:01:04 2006
@@ -1,6 +1,6 @@
/*
Copyright: 2001-2003 The Perl Foundation. All Rights Reserved.
-$Id: /mirror/trunk/languages/pugs/pmc/pugsstr.pmc 11867
2006-03-11T19:12:31.078449Z autrijus $
+$Id$
=head1 NAME
Modified: trunk/languages/pugs/pmc/pugsundef.pmc
==============================================================================
--- trunk/languages/pugs/pmc/pugsundef.pmc (original)
+++ trunk/languages/pugs/pmc/pugsundef.pmc Sun Mar 19 06:01:04 2006
@@ -1,6 +1,6 @@
/*
Copyright: 2001-2003 The Perl Foundation. All Rights Reserved.
-$Id: /mirror/trunk/languages/pugs/pmc/pugsstr.pmc 11867
2006-03-11T19:12:31.078449Z autrijus $
+$Id$
=head1 NAME
Modified: trunk/languages/pugs/t/harness
==============================================================================
--- trunk/languages/pugs/t/harness (original)
+++ trunk/languages/pugs/t/harness Sun Mar 19 06:01:04 2006
@@ -1,4 +1,4 @@
-# $Id: /mirror/trunk/languages/pugs/t/harness 11501
2006-02-10T18:27:13.457666Z particle $
+# $Id$
=head1 NAME
Modified: trunk/languages/pugs/t/pmc.pm
==============================================================================
--- trunk/languages/pugs/t/pmc.pm (original)
+++ trunk/languages/pugs/t/pmc.pm Sun Mar 19 06:01:04 2006
@@ -1,6 +1,6 @@
# Pugs-specific PMC testing
# Copyright: 2005-2006 The Perl Foundation. All Rights Reserved.
-# $Id: /mirror/trunk/languages/lua/t/pmc/boolean.t 11586
2006-02-16T17:44:54.559622Z fperrad $
+# $Id$
package t::pmc;
use Parrot::Test 'no_plan';
Modified: trunk/languages/pugs/t/pmc/any.t
==============================================================================
--- trunk/languages/pugs/t/pmc/any.t (original)
+++ trunk/languages/pugs/t/pmc/any.t Sun Mar 19 06:01:04 2006
@@ -1,5 +1,5 @@
#! perl -w
# Copyright: 2005-2006 The Perl Foundation. All Rights Reserved.
-# $Id: /mirror/trunk/languages/lua/t/pmc/boolean.t 11586
2006-02-16T17:44:54.559622Z fperrad $
+# $Id$
use t::pmc;
Modified: trunk/languages/pugs/t/pmc/bit.t
==============================================================================
--- trunk/languages/pugs/t/pmc/bit.t (original)
+++ trunk/languages/pugs/t/pmc/bit.t Sun Mar 19 06:01:04 2006
@@ -1,5 +1,5 @@
#! perl -w
# Copyright: 2005-2006 The Perl Foundation. All Rights Reserved.
-# $Id: /mirror/trunk/languages/lua/t/pmc/boolean.t 11586
2006-02-16T17:44:54.559622Z fperrad $
+# $Id$
use t::pmc;
Modified: trunk/languages/pugs/t/pmc/bool.t
==============================================================================
--- trunk/languages/pugs/t/pmc/bool.t (original)
+++ trunk/languages/pugs/t/pmc/bool.t Sun Mar 19 06:01:04 2006
@@ -1,5 +1,5 @@
#! perl -w
# Copyright: 2005-2006 The Perl Foundation. All Rights Reserved.
-# $Id: /mirror/trunk/languages/lua/t/pmc/boolean.t 11586
2006-02-16T17:44:54.559622Z fperrad $
+# $Id$
use t::pmc;
Modified: trunk/languages/pugs/t/pmc/code.t
==============================================================================
--- trunk/languages/pugs/t/pmc/code.t (original)
+++ trunk/languages/pugs/t/pmc/code.t Sun Mar 19 06:01:04 2006
@@ -1,6 +1,6 @@
#! perl -w
# Copyright: 2005-2006 The Perl Foundation. All Rights Reserved.
-# $Id: /mirror/trunk/languages/lua/t/pmc/boolean.t 11586
2006-02-16T17:44:54.559622Z fperrad $
+# $Id$
use t::pmc;
Modified: trunk/languages/pugs/t/pmc/int.t
==============================================================================
--- trunk/languages/pugs/t/pmc/int.t (original)
+++ trunk/languages/pugs/t/pmc/int.t Sun Mar 19 06:01:04 2006
@@ -1,5 +1,5 @@
#! perl -w
# Copyright: 2005-2006 The Perl Foundation. All Rights Reserved.
-# $Id: /mirror/trunk/languages/lua/t/pmc/boolean.t 11586
2006-02-16T17:44:54.559622Z fperrad $
+# $Id$
use t::pmc;
Modified: trunk/languages/pugs/t/pmc/mapping.t
==============================================================================
--- trunk/languages/pugs/t/pmc/mapping.t (original)
+++ trunk/languages/pugs/t/pmc/mapping.t Sun Mar 19 06:01:04 2006
@@ -1,5 +1,5 @@
#! perl -w
# Copyright: 2005-2006 The Perl Foundation. All Rights Reserved.
-# $Id: /mirror/trunk/languages/lua/t/pmc/boolean.t 11586
2006-02-16T17:44:54.559622Z fperrad $
+# $Id$
use t::pmc;
Modified: trunk/languages/pugs/t/pmc/module.t
==============================================================================
--- trunk/languages/pugs/t/pmc/module.t (original)
+++ trunk/languages/pugs/t/pmc/module.t Sun Mar 19 06:01:04 2006
@@ -1,6 +1,6 @@
#! perl -w
# Copyright: 2005-2006 The Perl Foundation. All Rights Reserved.
-# $Id: /mirror/trunk/languages/lua/t/pmc/boolean.t 11586
2006-02-16T17:44:54.559622Z fperrad $
+# $Id$
BEGIN { print "1..0 # Skip module creation currently segfaults\n"; exit; }
Modified: trunk/languages/pugs/t/pmc/num.t
==============================================================================
--- trunk/languages/pugs/t/pmc/num.t (original)
+++ trunk/languages/pugs/t/pmc/num.t Sun Mar 19 06:01:04 2006
@@ -1,5 +1,5 @@
#! perl -w
# Copyright: 2005-2006 The Perl Foundation. All Rights Reserved.
-# $Id: /mirror/trunk/languages/lua/t/pmc/boolean.t 11586
2006-02-16T17:44:54.559622Z fperrad $
+# $Id$
use t::pmc;
Modified: trunk/languages/pugs/t/pmc/str.t
==============================================================================
--- trunk/languages/pugs/t/pmc/str.t (original)
+++ trunk/languages/pugs/t/pmc/str.t Sun Mar 19 06:01:04 2006
@@ -1,5 +1,5 @@
#! perl -w
# Copyright: 2005-2006 The Perl Foundation. All Rights Reserved.
-# $Id: /mirror/trunk/languages/lua/t/pmc/boolean.t 11586
2006-02-16T17:44:54.559622Z fperrad $
+# $Id$
use t::pmc;
Modified: trunk/languages/pugs/t/pmc/tuple.t
==============================================================================
--- trunk/languages/pugs/t/pmc/tuple.t (original)
+++ trunk/languages/pugs/t/pmc/tuple.t Sun Mar 19 06:01:04 2006
@@ -1,5 +1,5 @@
#! perl -w
# Copyright: 2005-2006 The Perl Foundation. All Rights Reserved.
-# $Id: /mirror/trunk/languages/lua/t/pmc/boolean.t 11586
2006-02-16T17:44:54.559622Z fperrad $
+# $Id$
use t::pmc;
Modified: trunk/languages/pugs/t/pmc/undef.t
==============================================================================
--- trunk/languages/pugs/t/pmc/undef.t (original)
+++ trunk/languages/pugs/t/pmc/undef.t Sun Mar 19 06:01:04 2006
@@ -1,5 +1,5 @@
#! perl -w
# Copyright: 2005-2006 The Perl Foundation. All Rights Reserved.
-# $Id: /mirror/trunk/languages/lua/t/pmc/boolean.t 11586
2006-02-16T17:44:54.559622Z fperrad $
+# $Id$
use t::pmc;