[svn:languages] r42 - in ecmascript/trunk: . config/makefiles lib/Parrot/Test lib/Parrot/Test/JS src/builtin src/classes src/parser t t/js_pt t/sanity_pt

fperrad at svn.parrot.org fperrad at svn.parrot.org
Wed Mar 11 10:35:14 UTC 2009


Author: fperrad
Date: Wed Mar 11 10:35:12 2009
New Revision: 42
URL: https://trac.parrot.org/languages/changeset/42

Log:
[EcmaScript] set SVN properties

Modified:
   ecmascript/trunk/MAINTAINER   (contents, props changed)
   ecmascript/trunk/MANIFEST   (props changed)
   ecmascript/trunk/config/makefiles/root.in   (contents, props changed)
   ecmascript/trunk/js.pir   (props changed)
   ecmascript/trunk/lib/Parrot/Test/JS.pm   (contents, props changed)
   ecmascript/trunk/lib/Parrot/Test/JS/PJS.pm   (contents, props changed)
   ecmascript/trunk/lib/Parrot/Test/JS/SpiderMonkey.pm   (contents, props changed)
   ecmascript/trunk/src/builtin/builtins.pir   (contents, props changed)
   ecmascript/trunk/src/classes/Array.pir   (contents, props changed)
   ecmascript/trunk/src/classes/Boolean.pir   (contents, props changed)
   ecmascript/trunk/src/classes/Completion.pir   (contents, props changed)
   ecmascript/trunk/src/classes/List.pir   (contents, props changed)
   ecmascript/trunk/src/classes/Null.pir   (contents, props changed)
   ecmascript/trunk/src/classes/Number.pir   (contents, props changed)
   ecmascript/trunk/src/classes/Object.pir   (contents, props changed)
   ecmascript/trunk/src/classes/Reference.pir   (contents, props changed)
   ecmascript/trunk/src/classes/String.pir   (contents, props changed)
   ecmascript/trunk/src/classes/Undefined.pir   (contents, props changed)
   ecmascript/trunk/src/parser/actions.pm   (contents, props changed)
   ecmascript/trunk/src/parser/grammar.pg   (contents, props changed)
   ecmascript/trunk/t/00-comments.t   (props changed)
   ecmascript/trunk/t/01-literals.t   (props changed)
   ecmascript/trunk/t/02-operators.t   (props changed)
   ecmascript/trunk/t/02-sanity-var.t   (props changed)
   ecmascript/trunk/t/harness   (contents, props changed)
   ecmascript/trunk/t/js_pt/00-template.t   (contents, props changed)
   ecmascript/trunk/t/js_pt/09-array.t   (contents, props changed)
   ecmascript/trunk/t/js_pt/09-array_literals.t   (contents, props changed)
   ecmascript/trunk/t/js_pt/10-version.t   (contents, props changed)
   ecmascript/trunk/t/js_pt/11-global_object.t   (contents, props changed)
   ecmascript/trunk/t/js_pt/12-regex.t   (contents, props changed)
   ecmascript/trunk/t/sanity_pt/00-literals.t   (contents, props changed)
   ecmascript/trunk/t/sanity_pt/01-vars.t   (contents, props changed)
   ecmascript/trunk/t/sanity_pt/03-boolean.t   (contents, props changed)
   ecmascript/trunk/t/sanity_pt/05-objects.t   (contents, props changed)

Modified: ecmascript/trunk/MAINTAINER
==============================================================================
--- ecmascript/trunk/MAINTAINER	Wed Mar 11 10:32:55 2009	(r41)
+++ ecmascript/trunk/MAINTAINER	Wed Mar 11 10:35:12 2009	(r42)
@@ -1,4 +1,4 @@
-# $Id: MAINTAINER 18122 2007-04-10 16:58:56Z bernhard $
+# $Id$
 
 N: Kevin Tew
 E: kevintew at tewk.com

Modified: ecmascript/trunk/config/makefiles/root.in
==============================================================================
--- ecmascript/trunk/config/makefiles/root.in	Wed Mar 11 10:32:55 2009	(r41)
+++ ecmascript/trunk/config/makefiles/root.in	Wed Mar 11 10:35:12 2009	(r42)
@@ -1,5 +1,5 @@
 # Copyright (C) 2006-2009, Parrot Foundation.
-# $Id: root.in 36833 2009-02-17 20:09:26Z allison $
+# $Id$
 
 ## arguments we want to run parrot with
 PARROT_ARGS =

Modified: ecmascript/trunk/lib/Parrot/Test/JS.pm
==============================================================================
--- ecmascript/trunk/lib/Parrot/Test/JS.pm	Wed Mar 11 10:32:55 2009	(r41)
+++ ecmascript/trunk/lib/Parrot/Test/JS.pm	Wed Mar 11 10:35:12 2009	(r42)
@@ -1,4 +1,4 @@
-# $Id: JS.pm 36833 2009-02-17 20:09:26Z allison $
+# $Id$
 
 # Copyright (C) 2008, Parrot Foundation.
 

Modified: ecmascript/trunk/lib/Parrot/Test/JS/PJS.pm
==============================================================================
--- ecmascript/trunk/lib/Parrot/Test/JS/PJS.pm	Wed Mar 11 10:32:55 2009	(r41)
+++ ecmascript/trunk/lib/Parrot/Test/JS/PJS.pm	Wed Mar 11 10:35:12 2009	(r42)
@@ -1,4 +1,4 @@
-# $Id: PJS.pm 36833 2009-02-17 20:09:26Z allison $
+# $Id$
 
 # Copyright (C) 2008, Parrot Foundation.
 

Modified: ecmascript/trunk/lib/Parrot/Test/JS/SpiderMonkey.pm
==============================================================================
--- ecmascript/trunk/lib/Parrot/Test/JS/SpiderMonkey.pm	Wed Mar 11 10:32:55 2009	(r41)
+++ ecmascript/trunk/lib/Parrot/Test/JS/SpiderMonkey.pm	Wed Mar 11 10:35:12 2009	(r42)
@@ -1,4 +1,4 @@
-# $Id: SpiderMonkey.pm 36833 2009-02-17 20:09:26Z allison $
+# $Id$
 
 # Copyright (C) 2008, Parrot Foundation.
 

Modified: ecmascript/trunk/src/builtin/builtins.pir
==============================================================================
--- ecmascript/trunk/src/builtin/builtins.pir	Wed Mar 11 10:32:55 2009	(r41)
+++ ecmascript/trunk/src/builtin/builtins.pir	Wed Mar 11 10:35:12 2009	(r42)
@@ -1,5 +1,5 @@
 # Copyright (C) 2005-2008, Parrot Foundation.
-# $Id: builtins.pir 36833 2009-02-17 20:09:26Z allison $
+# $Id$
 
 .include 'except_severity.pasm'
 

Modified: ecmascript/trunk/src/classes/Array.pir
==============================================================================
--- ecmascript/trunk/src/classes/Array.pir	Wed Mar 11 10:32:55 2009	(r41)
+++ ecmascript/trunk/src/classes/Array.pir	Wed Mar 11 10:35:12 2009	(r42)
@@ -1,4 +1,4 @@
-## $Id: Array.pir 35477 2009-01-13 05:36:01Z tewk $
+## $Id$
 
 =head1 TITLE
 

Modified: ecmascript/trunk/src/classes/Boolean.pir
==============================================================================
--- ecmascript/trunk/src/classes/Boolean.pir	Wed Mar 11 10:32:55 2009	(r41)
+++ ecmascript/trunk/src/classes/Boolean.pir	Wed Mar 11 10:35:12 2009	(r42)
@@ -1,4 +1,4 @@
-## $Id: Boolean.pir 36388 2009-02-05 23:01:54Z NotFound $
+## $Id$
 
 =head1 TITLE
 

Modified: ecmascript/trunk/src/classes/Completion.pir
==============================================================================
--- ecmascript/trunk/src/classes/Completion.pir	Wed Mar 11 10:32:55 2009	(r41)
+++ ecmascript/trunk/src/classes/Completion.pir	Wed Mar 11 10:35:12 2009	(r42)
@@ -1,4 +1,4 @@
-## $Id: Completion.pir 34337 2008-12-24 14:07:26Z bernhard $
+## $Id$
 
 =head1 NAME
 

Modified: ecmascript/trunk/src/classes/List.pir
==============================================================================
--- ecmascript/trunk/src/classes/List.pir	Wed Mar 11 10:32:55 2009	(r41)
+++ ecmascript/trunk/src/classes/List.pir	Wed Mar 11 10:35:12 2009	(r42)
@@ -1,4 +1,4 @@
-## $Id: List.pir 34337 2008-12-24 14:07:26Z bernhard $
+## $Id$
 
 =head1 NAME
 

Modified: ecmascript/trunk/src/classes/Null.pir
==============================================================================
--- ecmascript/trunk/src/classes/Null.pir	Wed Mar 11 10:32:55 2009	(r41)
+++ ecmascript/trunk/src/classes/Null.pir	Wed Mar 11 10:35:12 2009	(r42)
@@ -1,4 +1,4 @@
-## $Id: Null.pir 35477 2009-01-13 05:36:01Z tewk $
+## $Id$
 
 =head1 NAME
 

Modified: ecmascript/trunk/src/classes/Number.pir
==============================================================================
--- ecmascript/trunk/src/classes/Number.pir	Wed Mar 11 10:32:55 2009	(r41)
+++ ecmascript/trunk/src/classes/Number.pir	Wed Mar 11 10:35:12 2009	(r42)
@@ -1,4 +1,4 @@
-## $Id: Number.pir 34337 2008-12-24 14:07:26Z bernhard $
+## $Id$
 
 =head1 TITLE
 

Modified: ecmascript/trunk/src/classes/Object.pir
==============================================================================
--- ecmascript/trunk/src/classes/Object.pir	Wed Mar 11 10:32:55 2009	(r41)
+++ ecmascript/trunk/src/classes/Object.pir	Wed Mar 11 10:35:12 2009	(r42)
@@ -1,4 +1,4 @@
-## $Id: Object.pir 35787 2009-01-20 04:17:21Z chromatic $
+## $Id$
 
 =head1 TITLE
 

Modified: ecmascript/trunk/src/classes/Reference.pir
==============================================================================
--- ecmascript/trunk/src/classes/Reference.pir	Wed Mar 11 10:32:55 2009	(r41)
+++ ecmascript/trunk/src/classes/Reference.pir	Wed Mar 11 10:35:12 2009	(r42)
@@ -1,4 +1,4 @@
-## $Id: Reference.pir 34337 2008-12-24 14:07:26Z bernhard $
+## $Id$
 
 =head1 NAME
 

Modified: ecmascript/trunk/src/classes/String.pir
==============================================================================
--- ecmascript/trunk/src/classes/String.pir	Wed Mar 11 10:32:55 2009	(r41)
+++ ecmascript/trunk/src/classes/String.pir	Wed Mar 11 10:35:12 2009	(r42)
@@ -1,4 +1,4 @@
-## $Id: String.pir 34337 2008-12-24 14:07:26Z bernhard $
+## $Id$
 
 =head1 TITLE
 

Modified: ecmascript/trunk/src/classes/Undefined.pir
==============================================================================
--- ecmascript/trunk/src/classes/Undefined.pir	Wed Mar 11 10:32:55 2009	(r41)
+++ ecmascript/trunk/src/classes/Undefined.pir	Wed Mar 11 10:35:12 2009	(r42)
@@ -1,4 +1,4 @@
-## $Id: Undefined.pir 34337 2008-12-24 14:07:26Z bernhard $
+## $Id$
 
 =head1 NAME
 

Modified: ecmascript/trunk/src/parser/actions.pm
==============================================================================
--- ecmascript/trunk/src/parser/actions.pm	Wed Mar 11 10:32:55 2009	(r41)
+++ ecmascript/trunk/src/parser/actions.pm	Wed Mar 11 10:35:12 2009	(r42)
@@ -1,5 +1,5 @@
 # Copyright (C) 2008-2009, Parrot Foundation.
-# $Id: actions.pm 36833 2009-02-17 20:09:26Z allison $
+# $Id$
 
 class JS::Grammar::Actions;
 

Modified: ecmascript/trunk/src/parser/grammar.pg
==============================================================================
--- ecmascript/trunk/src/parser/grammar.pg	Wed Mar 11 10:32:55 2009	(r41)
+++ ecmascript/trunk/src/parser/grammar.pg	Wed Mar 11 10:35:12 2009	(r42)
@@ -1,5 +1,5 @@
 # Copyright (C) 2008, Parrot Foundation.
-# $Id: grammar.pg 36833 2009-02-17 20:09:26Z allison $
+# $Id$
 
 ## ECMAscript grammar, based on the grammar as defined in the
 ## reference manual.

Modified: ecmascript/trunk/t/harness
==============================================================================
--- ecmascript/trunk/t/harness	Wed Mar 11 10:32:55 2009	(r41)
+++ ecmascript/trunk/t/harness	Wed Mar 11 10:35:12 2009	(r42)
@@ -1,5 +1,5 @@
 #! perl
-# $Id: harness 34360 2008-12-25 22:16:50Z tewk $
+# $Id$
 
 =head1 NAME
 

Modified: ecmascript/trunk/t/js_pt/00-template.t
==============================================================================
--- ecmascript/trunk/t/js_pt/00-template.t	Wed Mar 11 10:32:55 2009	(r41)
+++ ecmascript/trunk/t/js_pt/00-template.t	Wed Mar 11 10:35:12 2009	(r42)
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 # Copyright (C) 2008, Parrot Foundation.
-# $Id: 00-template.t 36833 2009-02-17 20:09:26Z allison $
+# $Id$
 
 use strict;
 use warnings;

Modified: ecmascript/trunk/t/js_pt/09-array.t
==============================================================================
--- ecmascript/trunk/t/js_pt/09-array.t	Wed Mar 11 10:32:55 2009	(r41)
+++ ecmascript/trunk/t/js_pt/09-array.t	Wed Mar 11 10:35:12 2009	(r42)
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 # Copyright (C) 2008, Parrot Foundation.
-# $Id: 09-array.t 36833 2009-02-17 20:09:26Z allison $
+# $Id$
 
 use strict;
 use warnings;

Modified: ecmascript/trunk/t/js_pt/09-array_literals.t
==============================================================================
--- ecmascript/trunk/t/js_pt/09-array_literals.t	Wed Mar 11 10:32:55 2009	(r41)
+++ ecmascript/trunk/t/js_pt/09-array_literals.t	Wed Mar 11 10:35:12 2009	(r42)
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 # Copyright (C) 2008, Parrot Foundation.
-# $Id: 09-array_literals.t 36833 2009-02-17 20:09:26Z allison $
+# $Id$
 
 use strict;
 use warnings;

Modified: ecmascript/trunk/t/js_pt/10-version.t
==============================================================================
--- ecmascript/trunk/t/js_pt/10-version.t	Wed Mar 11 10:32:55 2009	(r41)
+++ ecmascript/trunk/t/js_pt/10-version.t	Wed Mar 11 10:35:12 2009	(r42)
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 # Copyright (C) 2008, Parrot Foundation.
-# $Id: 10-version.t 36833 2009-02-17 20:09:26Z allison $
+# $Id$
 
 use strict;
 use warnings;

Modified: ecmascript/trunk/t/js_pt/11-global_object.t
==============================================================================
--- ecmascript/trunk/t/js_pt/11-global_object.t	Wed Mar 11 10:32:55 2009	(r41)
+++ ecmascript/trunk/t/js_pt/11-global_object.t	Wed Mar 11 10:35:12 2009	(r42)
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 # Copyright (C) 2008, Parrot Foundation.
-# $Id: 11-global_object.t 36833 2009-02-17 20:09:26Z allison $
+# $Id$
 
 use strict;
 use warnings;

Modified: ecmascript/trunk/t/js_pt/12-regex.t
==============================================================================
--- ecmascript/trunk/t/js_pt/12-regex.t	Wed Mar 11 10:32:55 2009	(r41)
+++ ecmascript/trunk/t/js_pt/12-regex.t	Wed Mar 11 10:35:12 2009	(r42)
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 # Copyright (C) 2008, Parrot Foundation.
-# $Id: 12-regex.t 36833 2009-02-17 20:09:26Z allison $
+# $Id$
 
 use strict;
 use warnings;

Modified: ecmascript/trunk/t/sanity_pt/00-literals.t
==============================================================================
--- ecmascript/trunk/t/sanity_pt/00-literals.t	Wed Mar 11 10:32:55 2009	(r41)
+++ ecmascript/trunk/t/sanity_pt/00-literals.t	Wed Mar 11 10:35:12 2009	(r42)
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 # Copyright (C) 2008, Parrot Foundation.
-# $Id: 00-literals.t 36833 2009-02-17 20:09:26Z allison $
+# $Id$
 
 use strict;
 use warnings;

Modified: ecmascript/trunk/t/sanity_pt/01-vars.t
==============================================================================
--- ecmascript/trunk/t/sanity_pt/01-vars.t	Wed Mar 11 10:32:55 2009	(r41)
+++ ecmascript/trunk/t/sanity_pt/01-vars.t	Wed Mar 11 10:35:12 2009	(r42)
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 # Copyright (C) 2008, Parrot Foundation.
-# $Id: 01-vars.t 36833 2009-02-17 20:09:26Z allison $
+# $Id$
 
 use strict;
 use warnings;

Modified: ecmascript/trunk/t/sanity_pt/03-boolean.t
==============================================================================
--- ecmascript/trunk/t/sanity_pt/03-boolean.t	Wed Mar 11 10:32:55 2009	(r41)
+++ ecmascript/trunk/t/sanity_pt/03-boolean.t	Wed Mar 11 10:35:12 2009	(r42)
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 # Copyright (C) 2008, Parrot Foundation.
-# $Id: 03-boolean.t 36833 2009-02-17 20:09:26Z allison $
+# $Id$
 
 use strict;
 use warnings;

Modified: ecmascript/trunk/t/sanity_pt/05-objects.t
==============================================================================
--- ecmascript/trunk/t/sanity_pt/05-objects.t	Wed Mar 11 10:32:55 2009	(r41)
+++ ecmascript/trunk/t/sanity_pt/05-objects.t	Wed Mar 11 10:35:12 2009	(r42)
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 # Copyright (C) 2008, Parrot Foundation.
-# $Id: 05-objects.t 36833 2009-02-17 20:09:26Z allison $
+# $Id$
 
 use strict;
 use warnings;


More information about the parrot-commits mailing list