[svn:parrot] r38115 - in trunk: compilers/json compilers/ncigen/src compilers/nqp/bootstrap compilers/nqp/src compilers/pct compilers/pct/src compilers/pct/src/PAST compilers/pct/src/PCT compilers/pct/src/POST compilers/pge compilers/pge/PGE compilers/tge compilers/tge/TGE editor examples/benchmarks examples/languages/abc examples/namespace examples/opengl examples/sdl examples/sdl/lcd examples/sdl/minesweeper examples/sdl/tetris examples/shootout examples/streams examples/tcl examples/tge/branch examples/tge/branch/lib examples/tutorial ext/Parrot-Embed/t ext/SQLite3 runtime/parrot/include runtime/parrot/library runtime/parrot/library/Config runtime/parrot/library/Data runtime/parrot/library/Data/Dumper runtime/parrot/library/Getopt runtime/parrot/library/NCI runtime/parrot/library/PGE runtime/parrot/library/Stream runtime/parrot/library/Tcl runtime/parrot/library/Test runtime/parrot/library/Test/Builder runtime/parrot/library/YAML runtime/parrot/library/YAML/Dumper src/dynpmc tools/dev

fperrad at svn.parrot.org fperrad at svn.parrot.org
Wed Apr 15 14:41:40 UTC 2009


Author: fperrad
Date: Wed Apr 15 14:41:32 2009
New Revision: 38115
URL: https://trac.parrot.org/parrot/changeset/38115

Log:
[codingstd] add missing $Id

Modified:
   trunk/compilers/json/JSON.pir
   trunk/compilers/json/test.pir
   trunk/compilers/ncigen/src/NCIGENAST.pir
   trunk/compilers/ncigen/src/NCIPIR.pir
   trunk/compilers/nqp/bootstrap/nqp.pir
   trunk/compilers/nqp/src/builtins.pir
   trunk/compilers/pct/PCT.pir
   trunk/compilers/pct/src/PAST.pir
   trunk/compilers/pct/src/PAST/Compiler.pir
   trunk/compilers/pct/src/PAST/Node.pir
   trunk/compilers/pct/src/PCT/HLLCompiler.pir
   trunk/compilers/pct/src/PCT/Node.pir
   trunk/compilers/pct/src/POST/Compiler.pir
   trunk/compilers/pct/src/POST/Node.pir
   trunk/compilers/pge/PGE.pir
   trunk/compilers/pge/PGE/Exp.pir
   trunk/compilers/pge/PGE/Match.pir
   trunk/compilers/pge/PGE/P5Regex.pir
   trunk/compilers/pge/PGE/Perl6Regex.pir
   trunk/compilers/pge/PGE/Regex.pir
   trunk/compilers/pge/demo.pir
   trunk/compilers/tge/TGE.pir
   trunk/compilers/tge/TGE/Compiler.pir
   trunk/compilers/tge/TGE/Grammar.pir
   trunk/compilers/tge/TGE/Rule.pir
   trunk/compilers/tge/TGE/Tree.pir
   trunk/compilers/tge/tgc.pir
   trunk/editor/skeleton.pir
   trunk/examples/benchmarks/float4.pir
   trunk/examples/benchmarks/vpm.pir
   trunk/examples/languages/abc/abc.pir
   trunk/examples/namespace/namespace_dump.pir
   trunk/examples/opengl/shapes.pir
   trunk/examples/opengl/static-triangle.pir
   trunk/examples/opengl/triangle.pir
   trunk/examples/sdl/anim_image.pir
   trunk/examples/sdl/anim_image_dblbuf.pir
   trunk/examples/sdl/blue_font.pir
   trunk/examples/sdl/blue_rect.pir
   trunk/examples/sdl/bounce_parrot_logo.pir
   trunk/examples/sdl/lcd/clock.pir
   trunk/examples/sdl/minesweeper/eventhandler.pir
   trunk/examples/sdl/minesweeper/mines.pir
   trunk/examples/sdl/move_parrot_logo.pir
   trunk/examples/sdl/raw_pixels.pir
   trunk/examples/sdl/tetris/app.pir
   trunk/examples/sdl/tetris/block.pir
   trunk/examples/sdl/tetris/blockdata.pir
   trunk/examples/sdl/tetris/blocks.pir
   trunk/examples/sdl/tetris/board.pir
   trunk/examples/sdl/tetris/boarddata.pir
   trunk/examples/sdl/tetris/eventhandler.pir
   trunk/examples/sdl/tetris/tetris.pir
   trunk/examples/shootout/ack.pir
   trunk/examples/shootout/binarytrees.pir
   trunk/examples/shootout/fannkuch.pir
   trunk/examples/shootout/fasta.pir
   trunk/examples/shootout/harmonic.pir
   trunk/examples/shootout/knucleotide.pir
   trunk/examples/shootout/mandelbrot.pir
   trunk/examples/shootout/nbody.pir
   trunk/examples/shootout/nsieve-bits-2.pir
   trunk/examples/shootout/nsieve-bits.pir
   trunk/examples/shootout/nsieve.pir
   trunk/examples/shootout/partialsums-2.pir
   trunk/examples/shootout/partialsums.pir
   trunk/examples/shootout/pidigits.pir
   trunk/examples/shootout/random.pir
   trunk/examples/shootout/recursive-2.pir
   trunk/examples/shootout/recursive.pir
   trunk/examples/shootout/regexdna.pir
   trunk/examples/shootout/revcomp.pir
   trunk/examples/shootout/spectralnorm.pir
   trunk/examples/shootout/sumcol.pir
   trunk/examples/shootout/takfp.pir
   trunk/examples/streams/Bytes.pir
   trunk/examples/streams/Combiner.pir
   trunk/examples/streams/Coroutine.pir
   trunk/examples/streams/FileLines.pir
   trunk/examples/streams/Filter.pir
   trunk/examples/streams/Include.pir
   trunk/examples/streams/Lines.pir
   trunk/examples/streams/ParrotIO.pir
   trunk/examples/streams/Replay.pir
   trunk/examples/streams/SubCounter.pir
   trunk/examples/streams/SubHello.pir
   trunk/examples/streams/Writer.pir
   trunk/examples/tcl/tcltkdemo.pir
   trunk/examples/tge/branch/lib/Branch.pir
   trunk/examples/tge/branch/lib/Leaf.pir
   trunk/examples/tge/branch/transform.pir
   trunk/examples/tutorial/01_temp_var.pir
   trunk/examples/tutorial/02_local_var.pir
   trunk/examples/tutorial/03_temp_var_basic_pmcs.pir
   trunk/examples/tutorial/04_pod_comments.pir
   trunk/examples/tutorial/10_math_ops.pir
   trunk/examples/tutorial/11_math_ops_self_mod.pir
   trunk/examples/tutorial/12_math_ops_pasm.pir
   trunk/examples/tutorial/13_logical_ops.pir
   trunk/examples/tutorial/20_string_ops.pir
   trunk/examples/tutorial/21_string_ops_repeat.pir
   trunk/examples/tutorial/22_string_ops_length.pir
   trunk/examples/tutorial/23_string_ops_substr.pir
   trunk/examples/tutorial/24_string_ops_clone.pir
   trunk/examples/tutorial/30_arrays_basic.pir
   trunk/examples/tutorial/31_array_ops_split.pir
   trunk/examples/tutorial/32_array_ops_sprintf.pir
   trunk/examples/tutorial/33_hashes.pir
   trunk/examples/tutorial/34_multikey.pir
   trunk/examples/tutorial/40_file_ops.pir
   trunk/examples/tutorial/50_goto.pir
   trunk/examples/tutorial/51_if_unless.pir
   trunk/examples/tutorial/52_if_compare.pir
   trunk/examples/tutorial/53_loop.pir
   trunk/examples/tutorial/55_iterator.pir
   trunk/examples/tutorial/56_defined.pir
   trunk/examples/tutorial/57_exists.pir
   trunk/examples/tutorial/60_subroutines.pir
   trunk/examples/tutorial/61_namespaces.pir
   trunk/examples/tutorial/62_namespaces.pir
   trunk/examples/tutorial/70_class_object.pir
   trunk/examples/tutorial/81_continuation.pir
   trunk/examples/tutorial/82_coroutine.pir
   trunk/examples/tutorial/83_external_libraries.pir
   trunk/examples/tutorial/90_writing_tests.pir
   trunk/ext/Parrot-Embed/t/greet.pir
   trunk/ext/SQLite3/SQLite3.pir
   trunk/ext/SQLite3/test.pir
   trunk/runtime/parrot/include/hllmacros.pir
   trunk/runtime/parrot/library/Config/JSON.pir
   trunk/runtime/parrot/library/Crow.pir
   trunk/runtime/parrot/library/Data/Dumper.pir
   trunk/runtime/parrot/library/Data/Dumper/Base.pir
   trunk/runtime/parrot/library/Data/Dumper/Default.pir
   trunk/runtime/parrot/library/Getopt/Obj.pir
   trunk/runtime/parrot/library/JSON.pir
   trunk/runtime/parrot/library/NCI/call_toolkit_init.pir
   trunk/runtime/parrot/library/OpenGL.pir
   trunk/runtime/parrot/library/PGE/Dumper.pir
   trunk/runtime/parrot/library/PGE/Glob.pir
   trunk/runtime/parrot/library/PGE/Hs.pir
   trunk/runtime/parrot/library/PGE/Perl6Grammar.pir
   trunk/runtime/parrot/library/PGE/Text.pir
   trunk/runtime/parrot/library/PGE/Util.pir
   trunk/runtime/parrot/library/Protoobject.pir
   trunk/runtime/parrot/library/Range.pir
   trunk/runtime/parrot/library/SDL.pir
   trunk/runtime/parrot/library/Stream/Coroutine.pir
   trunk/runtime/parrot/library/Tcl/Glob.pir
   trunk/runtime/parrot/library/Test/Builder.pir
   trunk/runtime/parrot/library/Test/Builder/Output.pir
   trunk/runtime/parrot/library/Test/Builder/Test.pir
   trunk/runtime/parrot/library/Test/Builder/TestPlan.pir
   trunk/runtime/parrot/library/Test/Class.pir
   trunk/runtime/parrot/library/Test/More.pir
   trunk/runtime/parrot/library/YAML/Dumper.pir
   trunk/runtime/parrot/library/YAML/Dumper/Base.pir
   trunk/runtime/parrot/library/YAML/Dumper/Default.pir
   trunk/runtime/parrot/library/ncurses.pir
   trunk/runtime/parrot/library/pcore.pir
   trunk/runtime/parrot/library/postgres.pir
   trunk/runtime/parrot/library/random_lib.pir
   trunk/runtime/parrot/library/tcpstream.pir
   trunk/src/dynpmc/ext.pir
   trunk/tools/dev/pbc_to_exe.pir

Modified: trunk/compilers/json/JSON.pir
==============================================================================
--- trunk/compilers/json/JSON.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/compilers/json/JSON.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,4 +1,5 @@
 # Copyright (C) 2005-2008, Parrot Foundation.
+# $Id$
 
 =head1 NAME
 

Modified: trunk/compilers/json/test.pir
==============================================================================
--- trunk/compilers/json/test.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/compilers/json/test.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,4 +1,6 @@
 #!../../parrot
+# $Id$
+
 .sub main :main
   .param pmc argv
 

Modified: trunk/compilers/ncigen/src/NCIGENAST.pir
==============================================================================
--- trunk/compilers/ncigen/src/NCIGENAST.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/compilers/ncigen/src/NCIGENAST.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 =head1 NAME
 
 NCIGENAST - NCIGEN abstract syntax tree

Modified: trunk/compilers/ncigen/src/NCIPIR.pir
==============================================================================
--- trunk/compilers/ncigen/src/NCIPIR.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/compilers/ncigen/src/NCIPIR.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 =head1 NAME
 
 NCIPIR::Compiler - NCI PIR Compiler for NCIGENAST trees.

Modified: trunk/compilers/nqp/bootstrap/nqp.pir
==============================================================================
--- trunk/compilers/nqp/bootstrap/nqp.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/compilers/nqp/bootstrap/nqp.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 =head1 TITLE
 
 nqp.pir - A nqp compiler.

Modified: trunk/compilers/nqp/src/builtins.pir
==============================================================================
--- trunk/compilers/nqp/src/builtins.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/compilers/nqp/src/builtins.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 .namespace []
 
 =over 4

Modified: trunk/compilers/pct/PCT.pir
==============================================================================
--- trunk/compilers/pct/PCT.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/compilers/pct/PCT.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 =head1 NAME
 
 PCT - Parrot compiler toolkit

Modified: trunk/compilers/pct/src/PAST.pir
==============================================================================
--- trunk/compilers/pct/src/PAST.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/compilers/pct/src/PAST.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 =head1 NAME
 
 PAST - Parrot abstract syntax tree

Modified: trunk/compilers/pct/src/PAST/Compiler.pir
==============================================================================
--- trunk/compilers/pct/src/PAST/Compiler.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/compilers/pct/src/PAST/Compiler.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 =head1 NAME
 
 PAST::Compiler - PAST Compiler

Modified: trunk/compilers/pct/src/PAST/Node.pir
==============================================================================
--- trunk/compilers/pct/src/PAST/Node.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/compilers/pct/src/PAST/Node.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 =head1 NAME
 
 PAST - Parrot abstract syntax tree

Modified: trunk/compilers/pct/src/PCT/HLLCompiler.pir
==============================================================================
--- trunk/compilers/pct/src/PCT/HLLCompiler.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/compilers/pct/src/PCT/HLLCompiler.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 =head1 NAME
 
 PCT::HLLCompiler - base class for compiler objects

Modified: trunk/compilers/pct/src/PCT/Node.pir
==============================================================================
--- trunk/compilers/pct/src/PCT/Node.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/compilers/pct/src/PCT/Node.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 =head1 NAME
 
 PCT::Node - base class for PAST and POST nodes

Modified: trunk/compilers/pct/src/POST/Compiler.pir
==============================================================================
--- trunk/compilers/pct/src/POST/Compiler.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/compilers/pct/src/POST/Compiler.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 =head1 NAME
 
 POST::Compiler - Compiler for POST trees

Modified: trunk/compilers/pct/src/POST/Node.pir
==============================================================================
--- trunk/compilers/pct/src/POST/Node.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/compilers/pct/src/POST/Node.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 =head1 NAME
 
 POST - Parrot opcode syntax tree

Modified: trunk/compilers/pge/PGE.pir
==============================================================================
--- trunk/compilers/pge/PGE.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/compilers/pge/PGE.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 =head1 TITLE
 
 PGE - the Parrot/Perl Grammar Engine

Modified: trunk/compilers/pge/PGE/Exp.pir
==============================================================================
--- trunk/compilers/pge/PGE/Exp.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/compilers/pge/PGE/Exp.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 =head1 TITLE
 
 PGE::Exp - base class for expressions

Modified: trunk/compilers/pge/PGE/Match.pir
==============================================================================
--- trunk/compilers/pge/PGE/Match.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/compilers/pge/PGE/Match.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 =head1 NAME
 
 PGE::Match - implementation of PGE match objects

Modified: trunk/compilers/pge/PGE/P5Regex.pir
==============================================================================
--- trunk/compilers/pge/PGE/P5Regex.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/compilers/pge/PGE/P5Regex.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,4 +1,4 @@
-
+# $Id$
 
 .namespace [ "PGE";"P5Regex" ]
 

Modified: trunk/compilers/pge/PGE/Perl6Regex.pir
==============================================================================
--- trunk/compilers/pge/PGE/Perl6Regex.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/compilers/pge/PGE/Perl6Regex.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 =head1 TITLE
 
 Perl6Regex - compiler and parser for Perl 6 regex

Modified: trunk/compilers/pge/PGE/Regex.pir
==============================================================================
--- trunk/compilers/pge/PGE/Regex.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/compilers/pge/PGE/Regex.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 =head1 TITLE
 
 Regex - base class for grammars and built-in rules

Modified: trunk/compilers/pge/demo.pir
==============================================================================
--- trunk/compilers/pge/demo.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/compilers/pge/demo.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 .include "errors.pasm"
 .sub _main
     .local string x

Modified: trunk/compilers/tge/TGE.pir
==============================================================================
--- trunk/compilers/tge/TGE.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/compilers/tge/TGE.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,4 +1,5 @@
 # Copyright (C) 2005-2009, Parrot Foundation.
+# $Id$
 
 =head1 NAME
 

Modified: trunk/compilers/tge/TGE/Compiler.pir
==============================================================================
--- trunk/compilers/tge/TGE/Compiler.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/compilers/tge/TGE/Compiler.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,4 +1,5 @@
 # Copyright (C) 2005-2009, Parrot Foundation.
+# $Id$
 
 =head1 NAME
 

Modified: trunk/compilers/tge/TGE/Grammar.pir
==============================================================================
--- trunk/compilers/tge/TGE/Grammar.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/compilers/tge/TGE/Grammar.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,4 +1,5 @@
 # Copyright (C) 2005-2008, Parrot Foundation.
+# $Id$
 
 =head1 NAME
 

Modified: trunk/compilers/tge/TGE/Rule.pir
==============================================================================
--- trunk/compilers/tge/TGE/Rule.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/compilers/tge/TGE/Rule.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,4 +1,5 @@
 # Copyright (C) 2005-2008, Parrot Foundation.
+# $Id$
 
 =head1 NAME
 

Modified: trunk/compilers/tge/TGE/Tree.pir
==============================================================================
--- trunk/compilers/tge/TGE/Tree.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/compilers/tge/TGE/Tree.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,4 +1,5 @@
 # Copyright (C) 2005-2008, Parrot Foundation.
+# $Id$
 
 =head1 NAME
 

Modified: trunk/compilers/tge/tgc.pir
==============================================================================
--- trunk/compilers/tge/tgc.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/compilers/tge/tgc.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 =head1 TITLE
 
 tgc.pir - The TGE rules compiler

Modified: trunk/editor/skeleton.pir
==============================================================================
--- trunk/editor/skeleton.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/editor/skeleton.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 .sub main :main
 .end
 

Modified: trunk/examples/benchmarks/float4.pir
==============================================================================
--- trunk/examples/benchmarks/float4.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/examples/benchmarks/float4.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 =head1 TITLE
 
 float4.pir - Benchmark different ways of filling a float4 struct

Modified: trunk/examples/benchmarks/vpm.pir
==============================================================================
--- trunk/examples/benchmarks/vpm.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/examples/benchmarks/vpm.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 # beginn
 #use strict;
 #

Modified: trunk/examples/languages/abc/abc.pir
==============================================================================
--- trunk/examples/languages/abc/abc.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/examples/languages/abc/abc.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 =head1 TITLE
 
 abc.pir - A basic calculator.

Modified: trunk/examples/namespace/namespace_dump.pir
==============================================================================
--- trunk/examples/namespace/namespace_dump.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/examples/namespace/namespace_dump.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 #
 # dump all namespaces and the contents recursively
 #

Modified: trunk/examples/opengl/shapes.pir
==============================================================================
--- trunk/examples/opengl/shapes.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/examples/opengl/shapes.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 =head1 TITLE
 
 shapes.pir - Exercise basic OpenGL 1.1/GLUT 3 APIs by drawing animated shapes

Modified: trunk/examples/opengl/static-triangle.pir
==============================================================================
--- trunk/examples/opengl/static-triangle.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/examples/opengl/static-triangle.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 =head1 TITLE
 
 static-triangle.pir - Minimal OpenGL/GLUT setup and render for NCI tests

Modified: trunk/examples/opengl/triangle.pir
==============================================================================
--- trunk/examples/opengl/triangle.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/examples/opengl/triangle.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 =head1 TITLE
 
 triangle.pir - Initialize GLUT and render a simple OpenGL animation

Modified: trunk/examples/sdl/anim_image.pir
==============================================================================
--- trunk/examples/sdl/anim_image.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/examples/sdl/anim_image.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 =head1 TITLE
 
 anim_image.pir - animate an image in a Parrot SDL window

Modified: trunk/examples/sdl/anim_image_dblbuf.pir
==============================================================================
--- trunk/examples/sdl/anim_image_dblbuf.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/examples/sdl/anim_image_dblbuf.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 =head1 TITLE
 
 anim_image_dblbuf.pir - animate an image in a doublebuffered Parrot SDL window

Modified: trunk/examples/sdl/blue_font.pir
==============================================================================
--- trunk/examples/sdl/blue_font.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/examples/sdl/blue_font.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 =head1 TITLE
 
 blue_font.pir - draw a friendly message to the screen

Modified: trunk/examples/sdl/blue_rect.pir
==============================================================================
--- trunk/examples/sdl/blue_rect.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/examples/sdl/blue_rect.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 =head1 TITLE
 
 blue_rect.pir - draw a blue rectangle with the SDL Parrot bindings

Modified: trunk/examples/sdl/bounce_parrot_logo.pir
==============================================================================
--- trunk/examples/sdl/bounce_parrot_logo.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/examples/sdl/bounce_parrot_logo.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 =head1 TITLE
 
 bounce_parrot_logo.pir - bounce a Parrot logo with the SDL Parrot bindings

Modified: trunk/examples/sdl/lcd/clock.pir
==============================================================================
--- trunk/examples/sdl/lcd/clock.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/examples/sdl/lcd/clock.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 =head1 NAME
 
 clock.pir - LCD clock

Modified: trunk/examples/sdl/minesweeper/eventhandler.pir
==============================================================================
--- trunk/examples/sdl/minesweeper/eventhandler.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/examples/sdl/minesweeper/eventhandler.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 =head1 TITLE
 
 eventhandler.pir - a minesweeper event handler

Modified: trunk/examples/sdl/minesweeper/mines.pir
==============================================================================
--- trunk/examples/sdl/minesweeper/mines.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/examples/sdl/minesweeper/mines.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 =head1 TITLE
 
 mines.pir - a minesweeper clone for parrot (with parrot's SDL bindings)

Modified: trunk/examples/sdl/move_parrot_logo.pir
==============================================================================
--- trunk/examples/sdl/move_parrot_logo.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/examples/sdl/move_parrot_logo.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 =head1 TITLE
 
 move_parrot_logo.pir - move a Parrot logo with the SDL Parrot bindings

Modified: trunk/examples/sdl/raw_pixels.pir
==============================================================================
--- trunk/examples/sdl/raw_pixels.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/examples/sdl/raw_pixels.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 =head1 TITLE
 
 raw_pixels.pir - paint the screen blue, pixel by pixel

Modified: trunk/examples/sdl/tetris/app.pir
==============================================================================
--- trunk/examples/sdl/tetris/app.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/examples/sdl/tetris/app.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 =head1 TITLE
 
 app.pir - a tetris application object

Modified: trunk/examples/sdl/tetris/block.pir
==============================================================================
--- trunk/examples/sdl/tetris/block.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/examples/sdl/tetris/block.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 =head1 TITLE
 
 block.pir - a tetris block class

Modified: trunk/examples/sdl/tetris/blockdata.pir
==============================================================================
--- trunk/examples/sdl/tetris/blockdata.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/examples/sdl/tetris/blockdata.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 =head1 TITLE
 
 blockdata.pir - a tetris block data class

Modified: trunk/examples/sdl/tetris/blocks.pir
==============================================================================
--- trunk/examples/sdl/tetris/blocks.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/examples/sdl/tetris/blocks.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 =head1 TITLE
 
 blocks.pir - tetris block classes

Modified: trunk/examples/sdl/tetris/board.pir
==============================================================================
--- trunk/examples/sdl/tetris/board.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/examples/sdl/tetris/board.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 =head1 TITLE
 
 board.pir - a tetris board class.

Modified: trunk/examples/sdl/tetris/boarddata.pir
==============================================================================
--- trunk/examples/sdl/tetris/boarddata.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/examples/sdl/tetris/boarddata.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 =head1 TITLE
 
 boarddata.pir - a tetris board data class

Modified: trunk/examples/sdl/tetris/eventhandler.pir
==============================================================================
--- trunk/examples/sdl/tetris/eventhandler.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/examples/sdl/tetris/eventhandler.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 =head1 TITLE
 
 eventhandler.pir - a tetris event handler class

Modified: trunk/examples/sdl/tetris/tetris.pir
==============================================================================
--- trunk/examples/sdl/tetris/tetris.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/examples/sdl/tetris/tetris.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 =head1 TITLE
 
 tetris.pir - a second tetris for parrot (with parrot's SDL bindings)

Modified: trunk/examples/shootout/ack.pir
==============================================================================
--- trunk/examples/shootout/ack.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/examples/shootout/ack.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,4 +1,5 @@
 #!./parrot
+# $Id$
 # OUTPUT="Ack(3, 9) = 4093\n"
 #
 # ./parrot -Oc -R cgp-jit

Modified: trunk/examples/shootout/binarytrees.pir
==============================================================================
--- trunk/examples/shootout/binarytrees.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/examples/shootout/binarytrees.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,4 +1,5 @@
 #!./parrot -R cgp
+# $Id$
 #
 # binarytrees.pir N         (N = 16 for shootout)
 # by Joshua Isom, modified by Leopold Toetsch

Modified: trunk/examples/shootout/fannkuch.pir
==============================================================================
--- trunk/examples/shootout/fannkuch.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/examples/shootout/fannkuch.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,4 +1,5 @@
 #!./parrot
+# $Id$
 #
 # ./parrot -R jit fannkuch.pir N         (N = 9 for shootout)
 # by Joshua Isom

Modified: trunk/examples/shootout/fasta.pir
==============================================================================
--- trunk/examples/shootout/fasta.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/examples/shootout/fasta.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,4 +1,5 @@
 #!./parrot -R cgp
+# $Id$
 #
 # fasta.pir N         (N = 2500000 for shootout)
 # by Joshua Isom

Modified: trunk/examples/shootout/harmonic.pir
==============================================================================
--- trunk/examples/shootout/harmonic.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/examples/shootout/harmonic.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 =head1 NAME
 
 examples/shootout/harmonic.pir - Partial sum of Harmonic series

Modified: trunk/examples/shootout/knucleotide.pir
==============================================================================
--- trunk/examples/shootout/knucleotide.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/examples/shootout/knucleotide.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,4 @@
+# $Id$
 
 .sub main :main
 	.local pmc stdin

Modified: trunk/examples/shootout/mandelbrot.pir
==============================================================================
--- trunk/examples/shootout/mandelbrot.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/examples/shootout/mandelbrot.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,4 +1,6 @@
 #!./parrot
+# $Id$
+
 =head1 NAME
 
 examples/shootout/mandelbrot.pir - Print the Mandelbrot set

Modified: trunk/examples/shootout/nbody.pir
==============================================================================
--- trunk/examples/shootout/nbody.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/examples/shootout/nbody.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,4 +1,5 @@
 #!./parrot
+# $Id$
 # The Computer Language Shootout
 # http://shootout.alioth.debian.org/
 #

Modified: trunk/examples/shootout/nsieve-bits-2.pir
==============================================================================
--- trunk/examples/shootout/nsieve-bits-2.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/examples/shootout/nsieve-bits-2.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,4 +1,5 @@
 #!./parrot
+# $Id$
 #
 # ./parrot -R jit nsieve-bits-2.pir N  (N = 9 for shootout)
 # by Leopold Toetsch

Modified: trunk/examples/shootout/nsieve-bits.pir
==============================================================================
--- trunk/examples/shootout/nsieve-bits.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/examples/shootout/nsieve-bits.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,4 +1,5 @@
 #!./parrot
+# $Id$
 #
 # ./parrot -R jit nsieve-bits.pir N  (N = 9 for shootout)
 # by Leopold Toetsch

Modified: trunk/examples/shootout/nsieve.pir
==============================================================================
--- trunk/examples/shootout/nsieve.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/examples/shootout/nsieve.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,4 +1,5 @@
 #!./parrot
+# $Id$
 #
 # ./parrot -R jit nsieve.pir N  (N = 9 for shootout)
 # by Leopold Toetsch

Modified: trunk/examples/shootout/partialsums-2.pir
==============================================================================
--- trunk/examples/shootout/partialsums-2.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/examples/shootout/partialsums-2.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,4 +1,5 @@
 #!./parrot
+# $Id$
 #
 # ./parrot -R jit partialsums-2.pir N  (N = 2500000 for shootout)
 #

Modified: trunk/examples/shootout/partialsums.pir
==============================================================================
--- trunk/examples/shootout/partialsums.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/examples/shootout/partialsums.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,4 +1,5 @@
 #!./parrot -R cgp
+# $Id$
 #
 # partialsums N  (N = 2500000 for shootout)
 #

Modified: trunk/examples/shootout/pidigits.pir
==============================================================================
--- trunk/examples/shootout/pidigits.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/examples/shootout/pidigits.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,4 +1,5 @@
 #!./parrot -R cgp
+# $Id$
 #
 # pidigits N  (N = 1000 for shootout)
 #

Modified: trunk/examples/shootout/random.pir
==============================================================================
--- trunk/examples/shootout/random.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/examples/shootout/random.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,4 +1,5 @@
 #!./parrot -R cgp
+# $Id$
 #
 # random.pir N         (N = 900000 for shootout)
 # by Joshua Isom

Modified: trunk/examples/shootout/recursive-2.pir
==============================================================================
--- trunk/examples/shootout/recursive-2.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/examples/shootout/recursive-2.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,4 +1,5 @@
 #!./parrot
+# $Id$
 #
 # Ack by Leopold Toetsch
 # Fib and Tak by Joshua Isom

Modified: trunk/examples/shootout/recursive.pir
==============================================================================
--- trunk/examples/shootout/recursive.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/examples/shootout/recursive.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,4 +1,5 @@
 #!./parrot
+# $Id$
 #
 # Ack by Leopold Toetsch
 # Fib and Tak by Joshua Isom

Modified: trunk/examples/shootout/regexdna.pir
==============================================================================
--- trunk/examples/shootout/regexdna.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/examples/shootout/regexdna.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 .sub main :main
 	load_bytecode "PGE.pbc"
 	.local pmc p6rule_compile, rulesub, match, variants, variants_p5, iub, iter, matches, capt

Modified: trunk/examples/shootout/revcomp.pir
==============================================================================
--- trunk/examples/shootout/revcomp.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/examples/shootout/revcomp.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,4 +1,5 @@
 #!parrot
+# $Id$
 # Reads from stdin a file in the format made by fasta.pir
 # ./parrot -R jit
 # N = 2500000 for fasta

Modified: trunk/examples/shootout/spectralnorm.pir
==============================================================================
--- trunk/examples/shootout/spectralnorm.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/examples/shootout/spectralnorm.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,4 +1,5 @@
 #!./parrot
+# $Id$
 #
 # ./parrot -R jit spectralnorm.pir N         (N = 100 for shootout)
 # by Michal Jurosz

Modified: trunk/examples/shootout/sumcol.pir
==============================================================================
--- trunk/examples/shootout/sumcol.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/examples/shootout/sumcol.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,4 +1,5 @@
 #!./parrot
+# $Id$
 #
 # ./parrot -R jit sumcol.pir < sum8M
 # by Joshua Isom

Modified: trunk/examples/shootout/takfp.pir
==============================================================================
--- trunk/examples/shootout/takfp.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/examples/shootout/takfp.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,4 +1,5 @@
 #!./parrot -R cgp
+# $Id$
 #
 # ./parrot -R cgp takfp.pir N         (N = 10 for shootout)
 # by Joshua Isom

Modified: trunk/examples/streams/Bytes.pir
==============================================================================
--- trunk/examples/streams/Bytes.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/examples/streams/Bytes.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 =head1 Bytes Example
 
 This example shows the usage of C<Stream::read_bytes>.

Modified: trunk/examples/streams/Combiner.pir
==============================================================================
--- trunk/examples/streams/Combiner.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/examples/streams/Combiner.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 =head1 Combiner Example
 
 This example shows the usage of C<Stream::Combiner>.

Modified: trunk/examples/streams/Coroutine.pir
==============================================================================
--- trunk/examples/streams/Coroutine.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/examples/streams/Coroutine.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 =head1 Coroutine Example
 
 This example shows the usage of C<Stream::Coroutine>.

Modified: trunk/examples/streams/FileLines.pir
==============================================================================
--- trunk/examples/streams/FileLines.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/examples/streams/FileLines.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 =head1 Advanced Lines Example
 
 This is an advanced example.

Modified: trunk/examples/streams/Filter.pir
==============================================================================
--- trunk/examples/streams/Filter.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/examples/streams/Filter.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 =head1 Filter Example
 
 This example shows the usage of C<Stream::Filter>.

Modified: trunk/examples/streams/Include.pir
==============================================================================
--- trunk/examples/streams/Include.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/examples/streams/Include.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 =head1 Include Example
 
 This example demonstrates how to include another stream inside a stream.

Modified: trunk/examples/streams/Lines.pir
==============================================================================
--- trunk/examples/streams/Lines.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/examples/streams/Lines.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 =head1 Lines Example
 
 This example demonstrates what C<Stream::Lines> does.

Modified: trunk/examples/streams/ParrotIO.pir
==============================================================================
--- trunk/examples/streams/ParrotIO.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/examples/streams/ParrotIO.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 =head1 Filehandle Object Example
 
 This small example shows the usage of C<Stream::ParrotIO>.

Modified: trunk/examples/streams/Replay.pir
==============================================================================
--- trunk/examples/streams/Replay.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/examples/streams/Replay.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 .sub _main :main
     .local pmc stream
 

Modified: trunk/examples/streams/SubCounter.pir
==============================================================================
--- trunk/examples/streams/SubCounter.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/examples/streams/SubCounter.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 =head1 Counter Example
 
 This example shows the usage of C<Stream::Sub>.

Modified: trunk/examples/streams/SubHello.pir
==============================================================================
--- trunk/examples/streams/SubHello.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/examples/streams/SubHello.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 =head1 Hello Example
 
 This example shows the usage of C<Stream::Sub>.

Modified: trunk/examples/streams/Writer.pir
==============================================================================
--- trunk/examples/streams/Writer.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/examples/streams/Writer.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 =head1 Write Example
 
 This example shows the usage of C<Stream::Write>.

Modified: trunk/examples/tcl/tcltkdemo.pir
==============================================================================
--- trunk/examples/tcl/tcltkdemo.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/examples/tcl/tcltkdemo.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,4 @@
+# $Id$
 # demonstrate Tcl/Tk GUI using NCI
 
 .include 'runtime/parrot/library/TclLibrary.pir'

Modified: trunk/examples/tge/branch/lib/Branch.pir
==============================================================================
--- trunk/examples/tge/branch/lib/Branch.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/examples/tge/branch/lib/Branch.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 =head1 NAME
 
 Branch - a sample branch node for Language::AttributeGrammar

Modified: trunk/examples/tge/branch/lib/Leaf.pir
==============================================================================
--- trunk/examples/tge/branch/lib/Leaf.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/examples/tge/branch/lib/Leaf.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 =head1 NAME
 
 Leaf - a sample leaf node for Language::AttributeGrammar

Modified: trunk/examples/tge/branch/transform.pir
==============================================================================
--- trunk/examples/tge/branch/transform.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/examples/tge/branch/transform.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 =head1 NAME
 
 transform - transform a sample tree of Branch and Leaf nodes

Modified: trunk/examples/tutorial/01_temp_var.pir
==============================================================================
--- trunk/examples/tutorial/01_temp_var.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/examples/tutorial/01_temp_var.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 =head1 Simple Variables
 
 PIR has two kinds of variables. The most simple kind are Parrot

Modified: trunk/examples/tutorial/02_local_var.pir
==============================================================================
--- trunk/examples/tutorial/02_local_var.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/examples/tutorial/02_local_var.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 =head1 Named Variables
 
 The other kind of variables in PIR are named variables.

Modified: trunk/examples/tutorial/03_temp_var_basic_pmcs.pir
==============================================================================
--- trunk/examples/tutorial/03_temp_var_basic_pmcs.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/examples/tutorial/03_temp_var_basic_pmcs.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 =head1 Basic PMC Types
 
 PMCs are objects, so to use a PMC, you first have to instantiate an object for

Modified: trunk/examples/tutorial/04_pod_comments.pir
==============================================================================
--- trunk/examples/tutorial/04_pod_comments.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/examples/tutorial/04_pod_comments.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 =head1 Pod Documentation
 
 As you may have noticed, PIR files can contain POD documentation.

Modified: trunk/examples/tutorial/10_math_ops.pir
==============================================================================
--- trunk/examples/tutorial/10_math_ops.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/examples/tutorial/10_math_ops.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 =head1 Math Operations
 
 Many common math operations have simple operator syntax in PIR. Operators

Modified: trunk/examples/tutorial/11_math_ops_self_mod.pir
==============================================================================
--- trunk/examples/tutorial/11_math_ops_self_mod.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/examples/tutorial/11_math_ops_self_mod.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 =head1 Math Operations (continued)
 
 There is a second common form of math operations. This form takes

Modified: trunk/examples/tutorial/12_math_ops_pasm.pir
==============================================================================
--- trunk/examples/tutorial/12_math_ops_pasm.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/examples/tutorial/12_math_ops_pasm.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 =head1 Math Operations (continued)
 
 Some math operations have an opcode name, but no simple operator syntax in

Modified: trunk/examples/tutorial/13_logical_ops.pir
==============================================================================
--- trunk/examples/tutorial/13_logical_ops.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/examples/tutorial/13_logical_ops.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 =head1 Logical Operations
 
 The logical operations are short-circuiting, so if the first argument to an

Modified: trunk/examples/tutorial/20_string_ops.pir
==============================================================================
--- trunk/examples/tutorial/20_string_ops.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/examples/tutorial/20_string_ops.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 =head1 String Operations
 
 Some operations aren't mathematical at all. Concatenation is an example

Modified: trunk/examples/tutorial/21_string_ops_repeat.pir
==============================================================================
--- trunk/examples/tutorial/21_string_ops_repeat.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/examples/tutorial/21_string_ops_repeat.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 =head1 String Operations (continued)
 
 PIR has a string repeat opcode, that concatenates a string with

Modified: trunk/examples/tutorial/22_string_ops_length.pir
==============================================================================
--- trunk/examples/tutorial/22_string_ops_length.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/examples/tutorial/22_string_ops_length.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 =head1 String Operations (continued)
 
 To find the length of a string in PIR, use the length opcode. It works on

Modified: trunk/examples/tutorial/23_string_ops_substr.pir
==============================================================================
--- trunk/examples/tutorial/23_string_ops_substr.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/examples/tutorial/23_string_ops_substr.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 =head1 String Operations (continued)
 
 We can pick apart a string and pull substrings out of it using the

Modified: trunk/examples/tutorial/24_string_ops_clone.pir
==============================================================================
--- trunk/examples/tutorial/24_string_ops_clone.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/examples/tutorial/24_string_ops_clone.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 =head1
 
 This code example illustrates cloning with PMC strings. Simple copying

Modified: trunk/examples/tutorial/30_arrays_basic.pir
==============================================================================
--- trunk/examples/tutorial/30_arrays_basic.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/examples/tutorial/30_arrays_basic.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 =head1
 
 PMC registers can contain instances of array or hash data types, or

Modified: trunk/examples/tutorial/31_array_ops_split.pir
==============================================================================
--- trunk/examples/tutorial/31_array_ops_split.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/examples/tutorial/31_array_ops_split.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 =head1
 
 C<split> is an operation that breaks up a string at certain marker

Modified: trunk/examples/tutorial/32_array_ops_sprintf.pir
==============================================================================
--- trunk/examples/tutorial/32_array_ops_sprintf.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/examples/tutorial/32_array_ops_sprintf.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 =head1
 
 C<sprintf> is a function common to most programmers as part of the C

Modified: trunk/examples/tutorial/33_hashes.pir
==============================================================================
--- trunk/examples/tutorial/33_hashes.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/examples/tutorial/33_hashes.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 =head1 Hashes
 
 Hashes, also known in some places as "dictionaries" or "associative arrays"

Modified: trunk/examples/tutorial/34_multikey.pir
==============================================================================
--- trunk/examples/tutorial/34_multikey.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/examples/tutorial/34_multikey.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 =head1 Multi-Level Keys
 
 Hashes and arrays can be combined in a number of ways to make interesting

Modified: trunk/examples/tutorial/40_file_ops.pir
==============================================================================
--- trunk/examples/tutorial/40_file_ops.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/examples/tutorial/40_file_ops.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 =head1 File Operations
 
 This example demonstrates basic file operations. Note the readmode.

Modified: trunk/examples/tutorial/50_goto.pir
==============================================================================
--- trunk/examples/tutorial/50_goto.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/examples/tutorial/50_goto.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 =head1
 
 The unconditional jump is the simplest of all flow control devices in any

Modified: trunk/examples/tutorial/51_if_unless.pir
==============================================================================
--- trunk/examples/tutorial/51_if_unless.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/examples/tutorial/51_if_unless.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 =head1 if and unless
 
 Both the if and unless conditionals are supported in PIR.  When the

Modified: trunk/examples/tutorial/52_if_compare.pir
==============================================================================
--- trunk/examples/tutorial/52_if_compare.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/examples/tutorial/52_if_compare.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 =head1 Comparison Branching
 
 A simple C<goto> is the most simple version of flow control, but its

Modified: trunk/examples/tutorial/53_loop.pir
==============================================================================
--- trunk/examples/tutorial/53_loop.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/examples/tutorial/53_loop.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 =head1 Loops
 
 PIR has no built-in looping structures such as C<for>, C<while>,

Modified: trunk/examples/tutorial/55_iterator.pir
==============================================================================
--- trunk/examples/tutorial/55_iterator.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/examples/tutorial/55_iterator.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 =head1 iterators
 
 An iterator is a type of PMC that helps with looping operations

Modified: trunk/examples/tutorial/56_defined.pir
==============================================================================
--- trunk/examples/tutorial/56_defined.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/examples/tutorial/56_defined.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 =head1 defined
 
 The C<defined> opcode tells you if the contents of a PMC is defined or not.

Modified: trunk/examples/tutorial/57_exists.pir
==============================================================================
--- trunk/examples/tutorial/57_exists.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/examples/tutorial/57_exists.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 =head1 exists
 
 The C<exists> opcode tells you whether an element of a container PMC

Modified: trunk/examples/tutorial/60_subroutines.pir
==============================================================================
--- trunk/examples/tutorial/60_subroutines.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/examples/tutorial/60_subroutines.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 =head1 Subroutines
 
 PIR is a subroutine-based or "procedural" programming language.

Modified: trunk/examples/tutorial/61_namespaces.pir
==============================================================================
--- trunk/examples/tutorial/61_namespaces.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/examples/tutorial/61_namespaces.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 =head1 Namespaces
 
 Subroutines all have a unique name, which is how the software recognizes

Modified: trunk/examples/tutorial/62_namespaces.pir
==============================================================================
--- trunk/examples/tutorial/62_namespaces.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/examples/tutorial/62_namespaces.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 =head1 Subroutines in a Namespace
 
 Subroutines created in one namespace can be accessed from another

Modified: trunk/examples/tutorial/70_class_object.pir
==============================================================================
--- trunk/examples/tutorial/70_class_object.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/examples/tutorial/70_class_object.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 =head1 Classes
 
 If we combine the ideas of namespaces, subroutines, and global variables,

Modified: trunk/examples/tutorial/81_continuation.pir
==============================================================================
--- trunk/examples/tutorial/81_continuation.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/examples/tutorial/81_continuation.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 =head1 Continuations
 
 Continuations are tricky and amazing things. Parrot uses continuations for

Modified: trunk/examples/tutorial/82_coroutine.pir
==============================================================================
--- trunk/examples/tutorial/82_coroutine.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/examples/tutorial/82_coroutine.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 =head1 Coroutines
 
 Coroutines are like special subroutines that use C<.yield> instead of

Modified: trunk/examples/tutorial/83_external_libraries.pir
==============================================================================
--- trunk/examples/tutorial/83_external_libraries.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/examples/tutorial/83_external_libraries.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 =head1 External C Function Call
 
 There is a vast wealth of libraries written for a variety of tasks, and

Modified: trunk/examples/tutorial/90_writing_tests.pir
==============================================================================
--- trunk/examples/tutorial/90_writing_tests.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/examples/tutorial/90_writing_tests.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 =head1 Writing Tests
 
 This example demonstrates writing tests using the PIR version of Test::More.

Modified: trunk/ext/Parrot-Embed/t/greet.pir
==============================================================================
--- trunk/ext/Parrot-Embed/t/greet.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/ext/Parrot-Embed/t/greet.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 .sub greet
 	.param pmc    name
 

Modified: trunk/ext/SQLite3/SQLite3.pir
==============================================================================
--- trunk/ext/SQLite3/SQLite3.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/ext/SQLite3/SQLite3.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,4 @@
+# $Id$
 
 .namespace ['SQLite']
 

Modified: trunk/ext/SQLite3/test.pir
==============================================================================
--- trunk/ext/SQLite3/test.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/ext/SQLite3/test.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,4 +1,6 @@
 #../../parrot -t5 test.pir
+# $Id$
+
 .sub 'main'
 load_bytecode 'SQLite3'
 

Modified: trunk/runtime/parrot/include/hllmacros.pir
==============================================================================
--- trunk/runtime/parrot/include/hllmacros.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/runtime/parrot/include/hllmacros.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 =head1 High Level Language Macros
 
 These macros are to make it easier to write readable and maintainable PIR by

Modified: trunk/runtime/parrot/library/Config/JSON.pir
==============================================================================
--- trunk/runtime/parrot/library/Config/JSON.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/runtime/parrot/library/Config/JSON.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 =head1 Config::JSON
 
 Provides a simple wrapper to read and write JSON config files.

Modified: trunk/runtime/parrot/library/Crow.pir
==============================================================================
--- trunk/runtime/parrot/library/Crow.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/runtime/parrot/library/Crow.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 .namespace ['Crow']
 
 .sub 'get_args'

Modified: trunk/runtime/parrot/library/Data/Dumper.pir
==============================================================================
--- trunk/runtime/parrot/library/Data/Dumper.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/runtime/parrot/library/Data/Dumper.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 .sub __library_data_dumper_onload :load
     .local pmc dd_class
     dd_class = get_class "Data::Dumper"

Modified: trunk/runtime/parrot/library/Data/Dumper/Base.pir
==============================================================================
--- trunk/runtime/parrot/library/Data/Dumper/Base.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/runtime/parrot/library/Data/Dumper/Base.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 =head1 TITLE
 
 Data::Dumper::Base - style baseclass

Modified: trunk/runtime/parrot/library/Data/Dumper/Default.pir
==============================================================================
--- trunk/runtime/parrot/library/Data/Dumper/Default.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/runtime/parrot/library/Data/Dumper/Default.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 =head1 TITLE
 
 Data::Dumper::Default - The default output module of Data::Dumper.

Modified: trunk/runtime/parrot/library/Getopt/Obj.pir
==============================================================================
--- trunk/runtime/parrot/library/Getopt/Obj.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/runtime/parrot/library/Getopt/Obj.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 =head1 NAME
 
 library/Getopt/Obj.pir - parse long and short command line options

Modified: trunk/runtime/parrot/library/JSON.pir
==============================================================================
--- trunk/runtime/parrot/library/JSON.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/runtime/parrot/library/JSON.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 =head1 TITLE
 
 JSON.pir - PIR implementation of JSON data interchange format.

Modified: trunk/runtime/parrot/library/NCI/call_toolkit_init.pir
==============================================================================
--- trunk/runtime/parrot/library/NCI/call_toolkit_init.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/runtime/parrot/library/NCI/call_toolkit_init.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 =head1 TITLE
 
 call_toolkit_init.pir - PIR code to call toolkits that alter argv

Modified: trunk/runtime/parrot/library/OpenGL.pir
==============================================================================
--- trunk/runtime/parrot/library/OpenGL.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/runtime/parrot/library/OpenGL.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 =head1 NAME
 
 OpenGL - Parrot extension for OpenGL bindings

Modified: trunk/runtime/parrot/library/PGE/Dumper.pir
==============================================================================
--- trunk/runtime/parrot/library/PGE/Dumper.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/runtime/parrot/library/PGE/Dumper.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 =head1 TITLE
 
 PGE::Dumper - various methods for displaying PGE structures

Modified: trunk/runtime/parrot/library/PGE/Glob.pir
==============================================================================
--- trunk/runtime/parrot/library/PGE/Glob.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/runtime/parrot/library/PGE/Glob.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 =head1 TITLE
 
 Glob - Parse and compile glob notation expressions.

Modified: trunk/runtime/parrot/library/PGE/Hs.pir
==============================================================================
--- trunk/runtime/parrot/library/PGE/Hs.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/runtime/parrot/library/PGE/Hs.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 =head1 Title
 
 PGE::Hs - Match and display PGE rules as Haskell expressions

Modified: trunk/runtime/parrot/library/PGE/Perl6Grammar.pir
==============================================================================
--- trunk/runtime/parrot/library/PGE/Perl6Grammar.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/runtime/parrot/library/PGE/Perl6Grammar.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 =head1 TITLE
 
 Perl6Grammar - compiler for Perl 6 grammars

Modified: trunk/runtime/parrot/library/PGE/Text.pir
==============================================================================
--- trunk/runtime/parrot/library/PGE/Text.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/runtime/parrot/library/PGE/Text.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 =head1 TITLE
 
 PGE::Text - rules for extracting delimited text sequences from strings

Modified: trunk/runtime/parrot/library/PGE/Util.pir
==============================================================================
--- trunk/runtime/parrot/library/PGE/Util.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/runtime/parrot/library/PGE/Util.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 =head1 TITLE
 
 PGE/Util.pir - useful rules for working with PGE grammars

Modified: trunk/runtime/parrot/library/Protoobject.pir
==============================================================================
--- trunk/runtime/parrot/library/Protoobject.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/runtime/parrot/library/Protoobject.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 =head1 TITLE
 
 Protoobject.pir - PIR implementation for creating protoobjects

Modified: trunk/runtime/parrot/library/Range.pir
==============================================================================
--- trunk/runtime/parrot/library/Range.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/runtime/parrot/library/Range.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 =head1 Range
 
 Based on the Range object described in S03:

Modified: trunk/runtime/parrot/library/SDL.pir
==============================================================================
--- trunk/runtime/parrot/library/SDL.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/runtime/parrot/library/SDL.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 =head1 NAME
 
 SDL - Parrot extension for SDL bindings

Modified: trunk/runtime/parrot/library/Stream/Coroutine.pir
==============================================================================
--- trunk/runtime/parrot/library/Stream/Coroutine.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/runtime/parrot/library/Stream/Coroutine.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 =head1 TITLE
 
 Stream::Base - Stream library base class

Modified: trunk/runtime/parrot/library/Tcl/Glob.pir
==============================================================================
--- trunk/runtime/parrot/library/Tcl/Glob.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/runtime/parrot/library/Tcl/Glob.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 =head1 TITLE
 
 Tcl::Glob - Parse and compile glob notation expressions.

Modified: trunk/runtime/parrot/library/Test/Builder.pir
==============================================================================
--- trunk/runtime/parrot/library/Test/Builder.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/runtime/parrot/library/Test/Builder.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 =head1 NAME
 
 Test::Builder - Parrot extension for building test modules

Modified: trunk/runtime/parrot/library/Test/Builder/Output.pir
==============================================================================
--- trunk/runtime/parrot/library/Test/Builder/Output.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/runtime/parrot/library/Test/Builder/Output.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 =head1 NAME
 
 Test::Builder::Output - manages output for Test::Builder

Modified: trunk/runtime/parrot/library/Test/Builder/Test.pir
==============================================================================
--- trunk/runtime/parrot/library/Test/Builder/Test.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/runtime/parrot/library/Test/Builder/Test.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 =head1 NAME
 
 Test::Builder::Test - base class for all Test::Builder test objects

Modified: trunk/runtime/parrot/library/Test/Builder/TestPlan.pir
==============================================================================
--- trunk/runtime/parrot/library/Test/Builder/TestPlan.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/runtime/parrot/library/Test/Builder/TestPlan.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 =head1 NAME
 
 Test::Builder::TestPlan - class representing the current Test::Builder test plan

Modified: trunk/runtime/parrot/library/Test/Class.pir
==============================================================================
--- trunk/runtime/parrot/library/Test/Class.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/runtime/parrot/library/Test/Class.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 =head1 NAME
 
 Test::Class - Parrot extension for objecty testing of modules

Modified: trunk/runtime/parrot/library/Test/More.pir
==============================================================================
--- trunk/runtime/parrot/library/Test/More.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/runtime/parrot/library/Test/More.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 =head1 NAME
 
 Test::More - Parrot extension for testing modules

Modified: trunk/runtime/parrot/library/YAML/Dumper.pir
==============================================================================
--- trunk/runtime/parrot/library/YAML/Dumper.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/runtime/parrot/library/YAML/Dumper.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 .sub __library_data_dumper_onload :load
     .local pmc yd_class
     yd_class = get_class "YAML::Dumper"

Modified: trunk/runtime/parrot/library/YAML/Dumper/Base.pir
==============================================================================
--- trunk/runtime/parrot/library/YAML/Dumper/Base.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/runtime/parrot/library/YAML/Dumper/Base.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 =head1 TITLE
 
 YAML::Dumper::Base - style baseclass

Modified: trunk/runtime/parrot/library/YAML/Dumper/Default.pir
==============================================================================
--- trunk/runtime/parrot/library/YAML/Dumper/Default.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/runtime/parrot/library/YAML/Dumper/Default.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 =head1 TITLE
 
 YAML::Dumper::Default - The default output module of YAML::Dumper.

Modified: trunk/runtime/parrot/library/ncurses.pir
==============================================================================
--- trunk/runtime/parrot/library/ncurses.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/runtime/parrot/library/ncurses.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 .sub __ncurses_init :load
 
 loadlib $P1, 'libform'

Modified: trunk/runtime/parrot/library/pcore.pir
==============================================================================
--- trunk/runtime/parrot/library/pcore.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/runtime/parrot/library/pcore.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,4 @@
+# $Id$
 # create/export some useful but rarely used methods
 
 # TODO podify & beautify & doc

Modified: trunk/runtime/parrot/library/postgres.pir
==============================================================================
--- trunk/runtime/parrot/library/postgres.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/runtime/parrot/library/postgres.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 .namespace ['Pg']
 .sub __postgres_init :load
 

Modified: trunk/runtime/parrot/library/random_lib.pir
==============================================================================
--- trunk/runtime/parrot/library/random_lib.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/runtime/parrot/library/random_lib.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,4 @@
+# $Id$
 # used by examples/shootout/random.pir and others
 # by Joshua Isom
 

Modified: trunk/runtime/parrot/library/tcpstream.pir
==============================================================================
--- trunk/runtime/parrot/library/tcpstream.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/runtime/parrot/library/tcpstream.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,4 @@
+# $Id$
 
 =head1 NAME
 

Modified: trunk/src/dynpmc/ext.pir
==============================================================================
--- trunk/src/dynpmc/ext.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/src/dynpmc/ext.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,3 +1,5 @@
+# $Id$
+
 .sub _ext_main
     print "in ext.pir\n"
     new P2, 'Undef'

Modified: trunk/tools/dev/pbc_to_exe.pir
==============================================================================
--- trunk/tools/dev/pbc_to_exe.pir	Wed Apr 15 14:28:36 2009	(r38114)
+++ trunk/tools/dev/pbc_to_exe.pir	Wed Apr 15 14:41:32 2009	(r38115)
@@ -1,4 +1,5 @@
 #! parrot
+# $Id$
 
 =head1 NAME
 


More information about the parrot-commits mailing list