Author: allison Date: Thu Oct 4 16:42:32 2007 New Revision: 21857 Modified: branches/pdd15oo/include/parrot/oo.h (contents, props changed) branches/pdd15oo/include/parrot/oo_private.h (contents, props changed) branches/pdd15oo/src/oo.c (contents, props changed) branches/pdd15oo/t/oo/isa.t (contents, props changed) branches/pdd15oo/t/oo/proxy.t (contents, props changed) branches/pdd15oo/t/oo/subclass.t (contents, props changed)
Log: [pdd15oo] Setting svn file properties. Modified: branches/pdd15oo/include/parrot/oo.h ============================================================================== --- branches/pdd15oo/include/parrot/oo.h (original) +++ branches/pdd15oo/include/parrot/oo.h Thu Oct 4 16:42:32 2007 @@ -1,7 +1,7 @@ /* objects.h * Copyright (C) 2007, The Perl Foundation. * SVN Info - * $Id: oo.h 20040 2007-07-20 18:56:25Z petdance $ + * $Id$ * Overview: * Parrot class and object header stuff * Data Structure and Algorithms: Modified: branches/pdd15oo/include/parrot/oo_private.h ============================================================================== --- branches/pdd15oo/include/parrot/oo_private.h (original) +++ branches/pdd15oo/include/parrot/oo_private.h Thu Oct 4 16:42:32 2007 @@ -1,7 +1,7 @@ /* oo_private.h * Copyright (C) 2007, The Perl Foundation. * SVN Info - * $Id: oo.h 20040 2007-07-20 18:56:25Z petdance $ + * $Id$ * Overview: * Structs, typedefs and macros for the Class, Object, and PMCProxy PMCs. * This header file is only included by files within the OO subsystem. Modified: branches/pdd15oo/src/oo.c ============================================================================== --- branches/pdd15oo/src/oo.c (original) +++ branches/pdd15oo/src/oo.c Thu Oct 4 16:42:32 2007 @@ -1,6 +1,6 @@ /* Copyright (C) 2007, The Perl Foundation. -$Id: objects.c 21497 2007-09-23 21:40:15Z paultcochrane $ +$Id$ =head1 NAME Modified: branches/pdd15oo/t/oo/isa.t ============================================================================== --- branches/pdd15oo/t/oo/isa.t (original) +++ branches/pdd15oo/t/oo/isa.t Thu Oct 4 16:42:32 2007 @@ -1,6 +1,6 @@ #!perl # Copyright (C) 2007, The Perl Foundation. -# $Id: new.t 21243 2007-09-13 04:34:03Z allison $ +# $Id$ use strict; use warnings; Modified: branches/pdd15oo/t/oo/proxy.t ============================================================================== --- branches/pdd15oo/t/oo/proxy.t (original) +++ branches/pdd15oo/t/oo/proxy.t Thu Oct 4 16:42:32 2007 @@ -1,6 +1,6 @@ #!perl # Copyright (C) 2007, The Perl Foundation. -# $Id: new.t 21204 2007-09-12 04:15:39Z allison $ +# $Id$ use strict; use warnings; Modified: branches/pdd15oo/t/oo/subclass.t ============================================================================== --- branches/pdd15oo/t/oo/subclass.t (original) +++ branches/pdd15oo/t/oo/subclass.t Thu Oct 4 16:42:32 2007 @@ -1,6 +1,6 @@ #!perl # Copyright (C) 2007, The Perl Foundation. -# $Id: new.t 21204 2007-09-12 04:15:39Z allison $ +# $Id$ use strict; use warnings;
