Author: coke Date: Fri Mar 2 19:45:27 2007 New Revision: 17304 Modified: trunk/ (props changed) trunk/languages/lua/lib/alarm.pir (contents, props changed) trunk/languages/lua/t/alarm.t (contents, props changed) trunk/languages/lua/t/package.t (contents, props changed) trunk/languages/lua/t/regex.t (contents, props changed) trunk/languages/lua/t/rx_captures (props changed) trunk/languages/lua/t/rx_charclass (props changed) trunk/languages/lua/t/rx_metachars (props changed) trunk/languages/pynie/README (props changed) trunk/languages/pynie/config/makefiles/root.in (contents, props changed) trunk/languages/pynie/examples/ex-3-1-4-a.py (props changed) trunk/languages/pynie/examples/ex-3-2-a.py (props changed) trunk/languages/pynie/examples/ex-3-2-b.py (props changed) trunk/languages/pynie/examples/ex-3-2-c.py (props changed) trunk/languages/pynie/examples/ex-3.py (props changed) trunk/languages/pynie/pynie.pir (props changed) trunk/languages/pynie/src/PAST/Grammar.tg (props changed) trunk/languages/pynie/src/builtins/io.pir (props changed) trunk/languages/pynie/src/builtins/lists.pir (props changed) trunk/languages/pynie/src/builtins/oper.pir (props changed) trunk/languages/pynie/src/parser/Grammar.pg (contents, props changed) trunk/languages/pynie/src/parser/indent.pir (props changed) trunk/languages/pynie/t/00-parrot/01-literals.t (props changed) trunk/languages/pynie/t/00-parrot/02-op-math.t (props changed) trunk/languages/pynie/t/00-parrot/03-op-logic.t (props changed) trunk/languages/pynie/t/00-parrot/05-vars.t (props changed) trunk/languages/pynie/t/00-parrot/06-stmts.t (props changed) trunk/languages/pynie/t/00-parrot/07-op-cmp.t (props changed) trunk/languages/pynie/t/harness (contents, props changed) trunk/languages/tcl/src/class/tclproc.pir (props changed) trunk/runtime/parrot/library/Crow.pir (props changed) trunk/src/pmc/smop_attribute.pmc (contents, props changed) trunk/src/pmc/smop_class.pmc (contents, props changed) trunk/t/pmc/smop_attribute.t (contents, props changed) trunk/t/pmc/smop_class.t (contents, props changed) trunk/tools/util/crow.pir (props changed)
Log: Some file metadata fixes. Modified: trunk/languages/lua/lib/alarm.pir ============================================================================== --- trunk/languages/lua/lib/alarm.pir (original) +++ trunk/languages/lua/lib/alarm.pir Fri Mar 2 19:45:27 2007 @@ -1,5 +1,5 @@ # Copyright (C) 2007, The Perl Foundation. -# $Id: alarm.pir $ +# $Id$ =head1 NAME Modified: trunk/languages/lua/t/alarm.t ============================================================================== --- trunk/languages/lua/t/alarm.t (original) +++ trunk/languages/lua/t/alarm.t Fri Mar 2 19:45:27 2007 @@ -1,6 +1,6 @@ #! perl # Copyright (C) 2007, The Perl Foundation. -# $Id: alarm.t $ +# $Id$ =head1 NAME Modified: trunk/languages/lua/t/package.t ============================================================================== --- trunk/languages/lua/t/package.t (original) +++ trunk/languages/lua/t/package.t Fri Mar 2 19:45:27 2007 @@ -1,6 +1,6 @@ #! perl # Copyright (C) 2007, The Perl Foundation. -# $Id: package.t $ +# $Id$ =head1 NAME Modified: trunk/languages/lua/t/regex.t ============================================================================== --- trunk/languages/lua/t/regex.t (original) +++ trunk/languages/lua/t/regex.t Fri Mar 2 19:45:27 2007 @@ -1,6 +1,6 @@ #! perl # Copyright (C) 2007, The Perl Foundation. -# $Id: regex.t $ +# $Id$ =head1 NAME Modified: trunk/languages/pynie/config/makefiles/root.in ============================================================================== --- trunk/languages/pynie/config/makefiles/root.in (original) +++ trunk/languages/pynie/config/makefiles/root.in Fri Mar 2 19:45:27 2007 @@ -1,4 +1,4 @@ -# $Id: root.in 17096 2007-02-20 20:20:48Z paultcochrane $ +# $Id$ # Setup some commands LN_S = @lns@ Modified: trunk/languages/pynie/src/parser/Grammar.pg ============================================================================== --- trunk/languages/pynie/src/parser/Grammar.pg (original) +++ trunk/languages/pynie/src/parser/Grammar.pg Fri Mar 2 19:45:27 2007 @@ -1,4 +1,4 @@ -## $Id: grammar_rules.pg 17096 2007-02-20 20:20:48Z paultcochrane $ +## $Id$ ## TITLE ## Pynie::Grammar -- a grammar for parsing Python Modified: trunk/languages/pynie/t/harness ============================================================================== --- trunk/languages/pynie/t/harness (original) +++ trunk/languages/pynie/t/harness Fri Mar 2 19:45:27 2007 @@ -1,6 +1,6 @@ #! perl -# $Id: harness 15656 2006-11-18 15:43:01Z pmichaud $ +# $Id$ use FindBin; use lib qw( . lib ../lib ../../lib ../../lib ); Modified: trunk/src/pmc/smop_attribute.pmc ============================================================================== --- trunk/src/pmc/smop_attribute.pmc (original) +++ trunk/src/pmc/smop_attribute.pmc Fri Mar 2 19:45:27 2007 @@ -1,6 +1,6 @@ /* Copyright (C) 2001-2005, The Perl Foundation. -$Id: /parrot/cc/src/pmc/resizablepmcarray.pmc 2034 2007-01-14T22:25:58.386168Z tewk $ +$Id$ =head1 NAME Modified: trunk/src/pmc/smop_class.pmc ============================================================================== --- trunk/src/pmc/smop_class.pmc (original) +++ trunk/src/pmc/smop_class.pmc Fri Mar 2 19:45:27 2007 @@ -1,6 +1,6 @@ /* Copyright (C) 2001-2005, The Perl Foundation. -$Id: /parrot/cc/src/pmc/resizablepmcarray.pmc 2034 2007-01-14T22:25:58.386168Z tewk $ +$Id$ =head1 NAME Modified: trunk/t/pmc/smop_attribute.t ============================================================================== --- trunk/t/pmc/smop_attribute.t (original) +++ trunk/t/pmc/smop_attribute.t Fri Mar 2 19:45:27 2007 @@ -1,6 +1,6 @@ #!perl # Copyright (C) 2006, The Perl Foundation. -# $Id: /parrot/cc/t/pmc/pmethod_test.t 2562 2007-02-24T15:21:50.392350Z tewk $ +# $Id$ use strict; use warnings; Modified: trunk/t/pmc/smop_class.t ============================================================================== --- trunk/t/pmc/smop_class.t (original) +++ trunk/t/pmc/smop_class.t Fri Mar 2 19:45:27 2007 @@ -1,6 +1,6 @@ #!perl # Copyright (C) 2006, The Perl Foundation. -# $Id: /parrot/cc/t/pmc/pmethod_test.t 2562 2007-02-24T15:21:50.392350Z tewk $ +# $Id$ use strict; use warnings;
