|
|
Author: bernhard
Date: Sun Dec 9 08:53:29 2007
New Revision: 23651
Modified:
trunk/include/parrot/scheduler_private.h (contents, props changed)
trunk/languages/eclectus/t/integers.pl (props changed)
trunk/languages/plumhead/src/pct/Plumhead/Grammar.pir (props changed)
trunk/languages/pynie/src/parser/Actions.pm (props changed)
trunk/src/scheduler.c (contents, props changed)
trunk/t/src/vtables.t (contents, props changed)
Log:
Set SVN properties for currently added files.
Modified: trunk/include/parrot/scheduler_private.h
==============================================================================
--- trunk/include/parrot/scheduler_private.h (original)
+++ trunk/include/parrot/scheduler_private.h Sun Dec 9 08:53:29 2007
@@ -1,7 +1,7 @@
/* scheduler.h
* Copyright (C) 2007, The Perl Foundation.
* SVN Info
- * $Id: scheduler_private.h 23490 2007-12-05 12:06:10Z allison $
+ * $Id$
* Overview:
* Parrot concurrency scheduler private core structs and flags
* Data Structure and Algorithms:
Modified: trunk/src/scheduler.c
==============================================================================
--- trunk/src/scheduler.c (original)
+++ trunk/src/scheduler.c Sun Dec 9 08:53:29 2007
@@ -1,6 +1,6 @@
/*
Copyright (C) 2007, The Perl Foundation.
-$Id: $
+$Id$
=head1 NAME
Modified: trunk/t/src/vtables.t
==============================================================================
--- trunk/t/src/vtables.t (original)
+++ trunk/t/src/vtables.t Sun Dec 9 08:53:29 2007
@@ -1,6 +1,6 @@
#! perl
-# Copyright (C) 2001-2006, The Perl Foundation.
-# $Id: warnings.t 23381 2007-12-02 21:33:30Z paultcochrane $
+# Copyright (C) 2007, The Perl Foundation.
+# $Id$
use strict;
use warnings;
|
|