[svn:parrot] r38118 - in trunk: config/gen/config_pm examples/japh examples/shootout runtime/parrot/include runtime/parrot/library

fperrad at svn.parrot.org fperrad at svn.parrot.org
Wed Apr 15 16:11:01 UTC 2009


Author: fperrad
Date: Wed Apr 15 16:11:00 2009
New Revision: 38118
URL: https://trac.parrot.org/parrot/changeset/38118

Log:
[codingstd] add missing $Id

Modified:
   trunk/config/gen/config_pm/config_lib_pasm.in
   trunk/examples/japh/japh1.pasm
   trunk/examples/japh/japh3.pasm
   trunk/examples/japh/japh4.pasm
   trunk/examples/japh/japh5.pasm
   trunk/examples/shootout/random.pasm
   trunk/runtime/parrot/include/sockets.pasm
   trunk/runtime/parrot/library/ncurses.pasm
   trunk/runtime/parrot/library/postgres.pasm

Modified: trunk/config/gen/config_pm/config_lib_pasm.in
==============================================================================
--- trunk/config/gen/config_pm/config_lib_pasm.in	Wed Apr 15 15:59:52 2009	(r38117)
+++ trunk/config/gen/config_pm/config_lib_pasm.in	Wed Apr 15 16:11:00 2009	(r38118)
@@ -1,3 +1,5 @@
+# $Id$
+
 .pcc_sub main:
     get_params "(0)", P5
     set I10, P5     # argv

Modified: trunk/examples/japh/japh1.pasm
==============================================================================
--- trunk/examples/japh/japh1.pasm	Wed Apr 15 15:59:52 2009	(r38117)
+++ trunk/examples/japh/japh1.pasm	Wed Apr 15 16:11:00 2009	(r38118)
@@ -1,3 +1,5 @@
+# $Id$
+
 	newclass P0, "Japh"
 	new P0, "Japh"
 	set I0, 0

Modified: trunk/examples/japh/japh3.pasm
==============================================================================
--- trunk/examples/japh/japh3.pasm	Wed Apr 15 15:59:52 2009	(r38117)
+++ trunk/examples/japh/japh3.pasm	Wed Apr 15 16:11:00 2009	(r38118)
@@ -1,3 +1,5 @@
+# $Id$
+
 # the substr JaPH
     set S0, "Hacker\n"
     set S1, "Parrot "

Modified: trunk/examples/japh/japh4.pasm
==============================================================================
--- trunk/examples/japh/japh4.pasm	Wed Apr 15 15:59:52 2009	(r38117)
+++ trunk/examples/japh/japh4.pasm	Wed Apr 15 16:11:00 2009	(r38118)
@@ -1,3 +1,5 @@
+# $Id$
+
 newclass P1, "Japh"
 new P2, "Japh"
 print P2

Modified: trunk/examples/japh/japh5.pasm
==============================================================================
--- trunk/examples/japh/japh5.pasm	Wed Apr 15 15:59:52 2009	(r38117)
+++ trunk/examples/japh/japh5.pasm	Wed Apr 15 16:11:00 2009	(r38118)
@@ -1,3 +1,5 @@
+# $Id$
+
 # JaPH utilizing an object
     newclass P0, "Japh"
     new P0, "Japh"

Modified: trunk/examples/shootout/random.pasm
==============================================================================
--- trunk/examples/shootout/random.pasm	Wed Apr 15 15:59:52 2009	(r38117)
+++ trunk/examples/shootout/random.pasm	Wed Apr 15 16:11:00 2009	(r38118)
@@ -1,4 +1,5 @@
 #!./parrot -R jit
+# $Id$
 #
 # random.pasm N         (N = 900000 for shootout)
 # by Joshua Isom

Modified: trunk/runtime/parrot/include/sockets.pasm
==============================================================================
--- trunk/runtime/parrot/include/sockets.pasm	Wed Apr 15 15:59:52 2009	(r38117)
+++ trunk/runtime/parrot/include/sockets.pasm	Wed Apr 15 16:11:00 2009	(r38118)
@@ -1,3 +1,4 @@
+# $Id$
 
 # families
 .macro_const AF_UNSPEC  0 # unspecified

Modified: trunk/runtime/parrot/library/ncurses.pasm
==============================================================================
--- trunk/runtime/parrot/library/ncurses.pasm	Wed Apr 15 15:59:52 2009	(r38117)
+++ trunk/runtime/parrot/library/ncurses.pasm	Wed Apr 15 16:11:00 2009	(r38118)
@@ -1,3 +1,5 @@
+# $Id$
+
 .pcc_sub :load __ncurses_init:
 loadlib P1, 'libform'
 dlfunc P2, P1, 'new_field', 'piiiiii'

Modified: trunk/runtime/parrot/library/postgres.pasm
==============================================================================
--- trunk/runtime/parrot/library/postgres.pasm	Wed Apr 15 15:59:52 2009	(r38117)
+++ trunk/runtime/parrot/library/postgres.pasm	Wed Apr 15 16:11:00 2009	(r38118)
@@ -1,3 +1,5 @@
+# $Id$
+
 .pcc_sub __postgres_init :load
 
 loadlib $P1, 'libpq'


More information about the parrot-commits mailing list