Author: bernhard
Date: Tue Mar 14 12:49:11 2006
New Revision: 11903
Modified:
trunk/Configure.pl
trunk/config/gen/makefiles/dynoplibs.in
trunk/config/gen/makefiles/dynpmc.in
trunk/config/gen/makefiles/root.in
trunk/examples/benchmarks/oo1.pasm
trunk/examples/benchmarks/oo2.pasm
trunk/include/parrot/autoprefix.h
trunk/include/parrot/builtin.h
trunk/include/parrot/caches.h
trunk/include/parrot/charset.h
trunk/include/parrot/datatypes.h
trunk/include/parrot/debug.h
trunk/include/parrot/dod.h
trunk/include/parrot/embed.h
trunk/include/parrot/encoding.h
trunk/include/parrot/events.h
trunk/include/parrot/exceptions.h
trunk/include/parrot/exec.h
trunk/include/parrot/exec_save.h
trunk/include/parrot/exit.h
trunk/include/parrot/extend.h
trunk/include/parrot/global.h
trunk/include/parrot/global_setup.h
trunk/include/parrot/hash.h
trunk/include/parrot/headers.h
trunk/include/parrot/hll.h
trunk/include/parrot/inter_call.h
trunk/include/parrot/interpreter.h
trunk/include/parrot/intlist.h
trunk/include/parrot/io.h
trunk/include/parrot/key.h
trunk/include/parrot/library.h
trunk/include/parrot/list.h
trunk/include/parrot/longopt.h
trunk/include/parrot/memory.h
trunk/include/parrot/misc.h
trunk/include/parrot/mmd.h
trunk/include/parrot/nci.h
trunk/include/parrot/objects.h
trunk/include/parrot/op.h
trunk/include/parrot/oplib.h
trunk/include/parrot/parrot.h
trunk/include/parrot/perltypes.h
trunk/include/parrot/pic.h
trunk/include/parrot/pmc.h
trunk/include/parrot/pmc_freeze.h
trunk/include/parrot/pobj.h
trunk/include/parrot/register.h
trunk/include/parrot/resources.h
trunk/include/parrot/runops_cores.h
trunk/include/parrot/settings.h
trunk/include/parrot/slice.h
trunk/include/parrot/stacks.h
trunk/include/parrot/stat.h
trunk/include/parrot/string.h
trunk/include/parrot/string_funcs.h
trunk/include/parrot/string_primitives.h
trunk/include/parrot/sub.h
trunk/include/parrot/thr_pthread.h
trunk/include/parrot/thr_windows.h
trunk/include/parrot/thread.h
trunk/include/parrot/trace.h
trunk/include/parrot/tsq.h
trunk/include/parrot/unicode.h
trunk/include/parrot/vtables.h
trunk/languages/BASIC/interpreter/README.BASIC
trunk/languages/HQ9plus/lib/Parrot/Test/HQ9plus.pm
trunk/languages/m4/lib/Parrot/Test/M4.pm
trunk/languages/m4/src/freeze.pir
trunk/languages/m4/src/input.pir
trunk/languages/m4/src/m4.pir
trunk/languages/m4/src/macro.pir
trunk/languages/m4/src/output.pir
trunk/languages/tcl/src/pmc/tclarray.pmc
trunk/languages/tcl/src/pmc/tclfloat.pmc
trunk/languages/tcl/src/pmc/tclint.pmc
trunk/languages/tcl/src/pmc/tclobject.pmc
trunk/languages/tcl/src/pmc/tclstring.pmc
trunk/lib/Parrot/Docs/File.pm
trunk/lib/Parrot/IO/Directory.pm
trunk/lib/Parrot/IO/File.pm
trunk/src/charset/ascii.h
trunk/src/charset/binary.h
trunk/src/charset/iso-8859-1.h
trunk/src/charset/unicode.h
trunk/src/dynpmc/gdbmhash.pmc
trunk/src/dynpmc/quantumreg.pmc
trunk/src/encodings/fixed_8.h
trunk/src/encodings/ucs2.h
trunk/src/encodings/utf16.h
trunk/src/encodings/utf8.h
trunk/src/jit/arm/exec_dep.h
trunk/src/jit/i386/exec_dep.h
trunk/src/jit/mips/jit_emit.h
trunk/src/jit/ppc/exec_dep.h
trunk/t/native_pbc/number.t
trunk/t/perl/Parrot_IO.t
trunk/tools/docs/pod_errors.pl
Log:
#37956: [TODO] remove 'CVS' references from parrot code
No longer mention the Parrot CVS.
Modified: trunk/Configure.pl
==============================================================================
--- trunk/Configure.pl (original)
+++ trunk/Configure.pl Tue Mar 14 12:49:11 2006
@@ -261,10 +261,10 @@
for ($key) {
m/version/ && do {
- my $cvsid = '$Id$';
+ my $svnid = '$Id$';
print <<"END";
Parrot Version $parrot_version Configure 2.0
-$cvsid
+$svnid
END
exit;
};
Modified: trunk/config/gen/makefiles/dynoplibs.in
==============================================================================
--- trunk/config/gen/makefiles/dynoplibs.in (original)
+++ trunk/config/gen/makefiles/dynoplibs.in Tue Mar 14 12:49:11 2006
@@ -1,3 +1,5 @@
+# $Id$
+
PERL = @perl@
RM_F = @rm_f@
LOAD_EXT = @load_ext@
@@ -43,4 +45,4 @@
distclean: realclean
-cvsclean: realclean
+svnclean: realclean
Modified: trunk/config/gen/makefiles/dynpmc.in
==============================================================================
--- trunk/config/gen/makefiles/dynpmc.in (original)
+++ trunk/config/gen/makefiles/dynpmc.in Tue Mar 14 12:49:11 2006
@@ -1,3 +1,5 @@
+# $Id$
+
PERL = @perl@
RM_F = @rm_f@
LOAD_EXT = @load_ext@
@@ -79,4 +81,4 @@
distclean: realclean
-cvsclean: realclean
+svnclean: realclean
Modified: trunk/config/gen/makefiles/root.in
==============================================================================
--- trunk/config/gen/makefiles/root.in (original)
+++ trunk/config/gen/makefiles/root.in Tue Mar 14 12:49:11 2006
@@ -1125,7 +1125,7 @@
# imcc file dependencies
#
-# The .flag files are needed because we are keeping some derived files in CVS,
+# The .flag files are needed because we are keeping some derived files in SVN,
# which does not keep accurate timestamps on the files, relative to each other.
# Note that YACC or LEX may be null commands, so we must `touch` all the
# target files, instead of just the .flag files.
@@ -1574,6 +1574,7 @@
update :
svn -q update
+# Is this still working ?
rsync :
rsync -av cvs.perl.org::parrot-HEAD $(CUR_DIR)
Modified: trunk/examples/benchmarks/oo1.pasm
==============================================================================
--- trunk/examples/benchmarks/oo1.pasm (original)
+++ trunk/examples/benchmarks/oo1.pasm Tue Mar 14 12:49:11 2006
@@ -1,6 +1,6 @@
# all timings Athlon 800, gcc 2.95.2
-# parrot CVS
+# parrot SVN-HEAD
# perl 5.8.0
# python 2.3.3
Modified: trunk/examples/benchmarks/oo2.pasm
==============================================================================
--- trunk/examples/benchmarks/oo2.pasm (original)
+++ trunk/examples/benchmarks/oo2.pasm Tue Mar 14 12:49:11 2006
@@ -1,6 +1,6 @@
# all timings Athlon 800, gcc 2.95.2
-# parrot CVS
+# parrot SVN-HEAD
# perl 5.8.0
# python 2.3.3
Modified: trunk/include/parrot/autoprefix.h
==============================================================================
--- trunk/include/parrot/autoprefix.h (original)
+++ trunk/include/parrot/autoprefix.h Tue Mar 14 12:49:11 2006
@@ -1,6 +1,6 @@
/* autoprefix.h
* Copyright: 2004 The Perl Foundation. All Rights Reserved.
- * CVS Info
+ * SVN Info
* $Id$
* Overview:
* provide Parrot_ prefixes for functions that don't have them
Modified: trunk/include/parrot/builtin.h
==============================================================================
--- trunk/include/parrot/builtin.h (original)
+++ trunk/include/parrot/builtin.h Tue Mar 14 12:49:11 2006
@@ -1,6 +1,6 @@
/* builtin.h
* Copyright: 2005 The Perl Foundation. All Rights Reserved.
- * CVS Info
+ * SVN Info
* $Id$
* Overview:
* This is the api header for builtins.
Modified: trunk/include/parrot/caches.h
==============================================================================
--- trunk/include/parrot/caches.h (original)
+++ trunk/include/parrot/caches.h Tue Mar 14 12:49:11 2006
@@ -1,6 +1,6 @@
/* caches.h
* Copyright: 2001-2004 The Perl Foundation. All Rights Reserved.
- * CVS Info
+ * SVN Info
* $Id$
* Overview:
* Cache and direct freelist handling for various items.
Modified: trunk/include/parrot/charset.h
==============================================================================
--- trunk/include/parrot/charset.h (original)
+++ trunk/include/parrot/charset.h Tue Mar 14 12:49:11 2006
@@ -1,6 +1,6 @@
/* charset.h
* Copyright: 2004 The Perl Foundation. All Rights Reserved.
- * CVS Info
+ * SVN Info
* $Id$
* Overview:
* This is the header for the 8-bit fixed-width encoding
Modified: trunk/include/parrot/datatypes.h
==============================================================================
--- trunk/include/parrot/datatypes.h (original)
+++ trunk/include/parrot/datatypes.h Tue Mar 14 12:49:11 2006
@@ -2,7 +2,7 @@
* datatypes.h
* Copyright: (c) 2002 Leopold Toetsch <[EMAIL PROTECTED]>
* License: Artistic/GPL, see README and LICENSES for details
- * CVS Info
+ * SVN Info
* $Id$
* Overview:
* Parrot and native data types enums and type names.
Modified: trunk/include/parrot/debug.h
==============================================================================
--- trunk/include/parrot/debug.h (original)
+++ trunk/include/parrot/debug.h Tue Mar 14 12:49:11 2006
@@ -1,7 +1,7 @@
/*
* debug.h
*
- * CVS Info
+ * SVN Info
* $Id$
* Overview:
* Parrot debugger header files
Modified: trunk/include/parrot/dod.h
==============================================================================
--- trunk/include/parrot/dod.h (original)
+++ trunk/include/parrot/dod.h Tue Mar 14 12:49:11 2006
@@ -1,6 +1,6 @@
/* dod.h
* Copyright: 2001-2003 The Perl Foundation. All Rights Reserved.
- * CVS Info
+ * SVN Info
* $Id$
* Overview:
* Handles dead object destruction of the various headers
Modified: trunk/include/parrot/embed.h
==============================================================================
--- trunk/include/parrot/embed.h (original)
+++ trunk/include/parrot/embed.h Tue Mar 14 12:49:11 2006
@@ -1,6 +1,6 @@
/* embed.h
* Copyright: 2001-2003 The Perl Foundation. All Rights Reserved.
- * CVS Info
+ * SVN Info
* $Id$
* Overview:
* This is the Parrot embedding system--the only part of Parrot that
Modified: trunk/include/parrot/encoding.h
==============================================================================
--- trunk/include/parrot/encoding.h (original)
+++ trunk/include/parrot/encoding.h Tue Mar 14 12:49:11 2006
@@ -1,6 +1,6 @@
/* encoding.h
* Copyright: 2004 The Perl Foundation. All Rights Reserved.
- * CVS Info
+ * SVN Info
* $Id$
* Overview:
* This is the header for the generic encoding functions
Modified: trunk/include/parrot/events.h
==============================================================================
--- trunk/include/parrot/events.h (original)
+++ trunk/include/parrot/events.h Tue Mar 14 12:49:11 2006
@@ -1,6 +1,6 @@
/* events.h
* Copyright: 2001-2003 The Perl Foundation. All Rights Reserved.
- * CVS Info
+ * SVN Info
* $Id$
* Overview:
* This api will handle parrot events
Modified: trunk/include/parrot/exceptions.h
==============================================================================
--- trunk/include/parrot/exceptions.h (original)
+++ trunk/include/parrot/exceptions.h Tue Mar 14 12:49:11 2006
@@ -1,6 +1,6 @@
/* exceptions.h
* Copyright: 2001-2003 The Perl Foundation. All Rights Reserved.
- * CVS Info
+ * SVN Info
* $Id$
* Overview:
* define the internal interpreter exceptions
Modified: trunk/include/parrot/exec.h
==============================================================================
--- trunk/include/parrot/exec.h (original)
+++ trunk/include/parrot/exec.h Tue Mar 14 12:49:11 2006
@@ -1,7 +1,7 @@
/*
* exec.h
*
- * CVS Info
+ * SVN Info
* $Id$
* Overview:
* Exec header file.
Modified: trunk/include/parrot/exec_save.h
==============================================================================
--- trunk/include/parrot/exec_save.h (original)
+++ trunk/include/parrot/exec_save.h Tue Mar 14 12:49:11 2006
@@ -1,7 +1,7 @@
/*
* exec.h
*
- * CVS Info
+ * SVN Info
* $Id$
* Overview:
* Exec header file.
Modified: trunk/include/parrot/exit.h
==============================================================================
--- trunk/include/parrot/exit.h (original)
+++ trunk/include/parrot/exit.h Tue Mar 14 12:49:11 2006
@@ -1,6 +1,6 @@
/* exit.h
* Copyright: 2001-2003 The Perl Foundation. All Rights Reserved.
- * CVS Info
+ * SVN Info
* $Id$
* Overview:
*
Modified: trunk/include/parrot/extend.h
==============================================================================
--- trunk/include/parrot/extend.h (original)
+++ trunk/include/parrot/extend.h Tue Mar 14 12:49:11 2006
@@ -1,6 +1,6 @@
/* extend.h
* Copyright: 2001-2003 The Perl Foundation. All Rights Reserved.
- * CVS Info
+ * SVN Info
* $Id$
* Overview:
* This is the Parrot extension mechanism, the face we present to
Modified: trunk/include/parrot/global.h
==============================================================================
--- trunk/include/parrot/global.h (original)
+++ trunk/include/parrot/global.h Tue Mar 14 12:49:11 2006
@@ -1,6 +1,6 @@
/* global.h
* Copyright: 2004 The Perl Foundation. All Rights Reserved.
- * CVS Info
+ * SVN Info
* $Id$
* Overview:
* Contains accessor functions for globals
Modified: trunk/include/parrot/global_setup.h
==============================================================================
--- trunk/include/parrot/global_setup.h (original)
+++ trunk/include/parrot/global_setup.h Tue Mar 14 12:49:11 2006
@@ -1,6 +1,6 @@
/* global_setup.h
* Copyright: 2001-2003 The Perl Foundation. All Rights Reserved.
- * CVS Info
+ * SVN Info
* $Id$
* Overview:
* Contains declarations of global data and the functions
Modified: trunk/include/parrot/hash.h
==============================================================================
--- trunk/include/parrot/hash.h (original)
+++ trunk/include/parrot/hash.h Tue Mar 14 12:49:11 2006
@@ -1,6 +1,6 @@
/* hash.h
* Copyright: 2001-2003 The Perl Foundation. All Rights Reserved.
- * CVS Info
+ * SVN Info
* $Id$
* Overview:
* Hashtable implementation
Modified: trunk/include/parrot/headers.h
==============================================================================
--- trunk/include/parrot/headers.h (original)
+++ trunk/include/parrot/headers.h Tue Mar 14 12:49:11 2006
@@ -1,6 +1,6 @@
/* headers.h
* Copyright: 2001-2003 The Perl Foundation. All Rights Reserved.
- * CVS Info
+ * SVN Info
* $Id$
* Overview:
* Header management functions. Handles getting of various headers,
Modified: trunk/include/parrot/hll.h
==============================================================================
--- trunk/include/parrot/hll.h (original)
+++ trunk/include/parrot/hll.h Tue Mar 14 12:49:11 2006
@@ -1,6 +1,6 @@
/* hll.h
* Copyright: 2005 The Perl Foundation. All Rights Reserved.
- * CVS Info
+ * SVN Info
* $Id$
* Overview:
* This is the api header for the hll subsystem
Modified: trunk/include/parrot/inter_call.h
==============================================================================
--- trunk/include/parrot/inter_call.h (original)
+++ trunk/include/parrot/inter_call.h Tue Mar 14 12:49:11 2006
@@ -1,6 +1,6 @@
/* inter_call.h
* Copyright: 2001-2003 The Perl Foundation. All Rights Reserved.
- * CVS Info
+ * SVN Info
* $Id$
* Overview:
* Data Structure and Algorithms:
Modified: trunk/include/parrot/interpreter.h
==============================================================================
--- trunk/include/parrot/interpreter.h (original)
+++ trunk/include/parrot/interpreter.h Tue Mar 14 12:49:11 2006
@@ -1,6 +1,6 @@
/* interpreter.h
* Copyright: 2001-2003 The Perl Foundation. All Rights Reserved.
- * CVS Info
+ * SVN Info
* $Id$
* Overview:
* The interpreter api handles running the operations
Modified: trunk/include/parrot/intlist.h
==============================================================================
--- trunk/include/parrot/intlist.h (original)
+++ trunk/include/parrot/intlist.h Tue Mar 14 12:49:11 2006
@@ -1,6 +1,6 @@
/* stacks.h
* Copyright: 2001-2003 The Perl Foundation. All Rights Reserved.
- * CVS Info
+ * SVN Info
* $Id$
* Overview:
* Integer list routines. Constant-time push, pop, length operations.
Modified: trunk/include/parrot/io.h
==============================================================================
--- trunk/include/parrot/io.h (original)
+++ trunk/include/parrot/io.h Tue Mar 14 12:49:11 2006
@@ -1,6 +1,6 @@
/* io.h
* Copyright: 2001-2003 The Perl Foundation. All Rights Reserved.
- * CVS Info
+ * SVN Info
* $Id$
* Overview:
* Parrot IO subsystem
Modified: trunk/include/parrot/key.h
==============================================================================
--- trunk/include/parrot/key.h (original)
+++ trunk/include/parrot/key.h Tue Mar 14 12:49:11 2006
@@ -1,6 +1,6 @@
/* key.h
* Copyright: 2001-2004 The Perl Foundation. All Rights Reserved.
- * CVS Info
+ * SVN Info
* $Id$
* Overview:
* This is the api header for the pmc subsystem
Modified: trunk/include/parrot/library.h
==============================================================================
--- trunk/include/parrot/library.h (original)
+++ trunk/include/parrot/library.h Tue Mar 14 12:49:11 2006
@@ -1,6 +1,6 @@
/* library.h
* Copyright: 2004 The Perl Foundation. All Rights Reserved.
- * CVS Info
+ * SVN Info
* $Id$
* Overview:
* Contains accessor functions for the _parrotlib bytecode interface
Modified: trunk/include/parrot/list.h
==============================================================================
--- trunk/include/parrot/list.h (original)
+++ trunk/include/parrot/list.h Tue Mar 14 12:49:11 2006
@@ -2,7 +2,7 @@
* list.h
* Copyright: (c) 2002 Leopold Toetsch <[EMAIL PROTECTED]>
* License: Artistic/GPL, see README and LICENSES for details
- * CVS Info
+ * SVN Info
* $Id$
* Overview:
* list aka array routines for Parrot
Modified: trunk/include/parrot/longopt.h
==============================================================================
--- trunk/include/parrot/longopt.h (original)
+++ trunk/include/parrot/longopt.h Tue Mar 14 12:49:11 2006
@@ -1,6 +1,6 @@
/* longopt.h
* Copyright: 2001-2003 The Perl Foundation. All Rights Reserved.
- * CVS Info
+ * SVN Info
* $Id$
* Overview:
* Command line option parsing (for pre-initialized code)
Modified: trunk/include/parrot/memory.h
==============================================================================
--- trunk/include/parrot/memory.h (original)
+++ trunk/include/parrot/memory.h Tue Mar 14 12:49:11 2006
@@ -1,6 +1,6 @@
/* memory.h
* Copyright: 2001-2003 The Perl Foundation. All Rights Reserved.
- * CVS Info
+ * SVN Info
* $Id$
* Overview:
* This is the api header for the memory subsystem
Modified: trunk/include/parrot/misc.h
==============================================================================
--- trunk/include/parrot/misc.h (original)
+++ trunk/include/parrot/misc.h Tue Mar 14 12:49:11 2006
@@ -1,6 +1,6 @@
/* misc.h
* Copyright: 2001-2003 The Perl Foundation. All Rights Reserved.
- * CVS Info
+ * SVN Info
* $Id$
* Overview:
* Miscellaneous functions, mainly the Parrot_sprintf family
Modified: trunk/include/parrot/mmd.h
==============================================================================
--- trunk/include/parrot/mmd.h (original)
+++ trunk/include/parrot/mmd.h Tue Mar 14 12:49:11 2006
@@ -1,6 +1,6 @@
/* mmd.h
* Copyright: 2003 The Perl Foundation. All Rights Reserved.
- * CVS Info
+ * SVN Info
* $Id$
* Overview:
* This is the api header for the mmd subsystem
Modified: trunk/include/parrot/nci.h
==============================================================================
--- trunk/include/parrot/nci.h (original)
+++ trunk/include/parrot/nci.h Tue Mar 14 12:49:11 2006
@@ -1,6 +1,6 @@
/* nci.h
* Copyright: 2001-2003 The Perl Foundation. All Rights Reserved.
- * CVS Info
+ * SVN Info
* $Id$
* Overview:
* The nci api handles building native call frames
Modified: trunk/include/parrot/objects.h
==============================================================================
--- trunk/include/parrot/objects.h (original)
+++ trunk/include/parrot/objects.h Tue Mar 14 12:49:11 2006
@@ -1,6 +1,6 @@
/* objects.h
* Copyright: 2001-2003 The Perl Foundation. All Rights Reserved.
- * CVS Info
+ * SVN Info
* $Id$
* Overview:
* Parrot class and object header stuff
Modified: trunk/include/parrot/op.h
==============================================================================
--- trunk/include/parrot/op.h (original)
+++ trunk/include/parrot/op.h Tue Mar 14 12:49:11 2006
@@ -1,6 +1,6 @@
/* op.h
* Copyright: 2001-2003 The Perl Foundation. All Rights Reserved.
- * CVS Info
+ * SVN Info
* $Id$
* Overview:
* Header file for op functions.
Modified: trunk/include/parrot/oplib.h
==============================================================================
--- trunk/include/parrot/oplib.h (original)
+++ trunk/include/parrot/oplib.h Tue Mar 14 12:49:11 2006
@@ -1,6 +1,6 @@
/* oplib.h
* Copyright: 2001-2003 The Perl Foundation. All Rights Reserved.
- * CVS Info
+ * SVN Info
* $Id$
* Overview:
* Header file for op libraries.
Modified: trunk/include/parrot/parrot.h
==============================================================================
--- trunk/include/parrot/parrot.h (original)
+++ trunk/include/parrot/parrot.h Tue Mar 14 12:49:11 2006
@@ -1,6 +1,6 @@
/* parrot.h
* Copyright: 2001-2003 The Perl Foundation. All Rights Reserved.
- * CVS Info
+ * SVN Info
* $Id$
* Overview:
* General header file includes for the parrot interpreter
Modified: trunk/include/parrot/perltypes.h
==============================================================================
--- trunk/include/parrot/perltypes.h (original)
+++ trunk/include/parrot/perltypes.h Tue Mar 14 12:49:11 2006
@@ -1,6 +1,6 @@
/* perltypes.h
* Copyright: 2001-2003 The Perl Foundation. All Rights Reserved.
- * CVS Info
+ * SVN Info
* $Id$
* Overview:
* Header to be shared among Perl PMC classes
Modified: trunk/include/parrot/pic.h
==============================================================================
--- trunk/include/parrot/pic.h (original)
+++ trunk/include/parrot/pic.h Tue Mar 14 12:49:11 2006
@@ -1,6 +1,6 @@
/* pic.h
* Copyright: 2005 The Perl Foundation. All Rights Reserved.
- * CVS Info
+ * SVN Info
* $Id$
* Overview:
* This is the api header for the pic subsystem
Modified: trunk/include/parrot/pmc.h
==============================================================================
--- trunk/include/parrot/pmc.h (original)
+++ trunk/include/parrot/pmc.h Tue Mar 14 12:49:11 2006
@@ -1,6 +1,6 @@
/* pmc.h
* Copyright: 2001-2003 The Perl Foundation. All Rights Reserved.
- * CVS Info
+ * SVN Info
* $Id$
* Overview:
* This is the api header for the pmc subsystem
Modified: trunk/include/parrot/pmc_freeze.h
==============================================================================
--- trunk/include/parrot/pmc_freeze.h (original)
+++ trunk/include/parrot/pmc_freeze.h Tue Mar 14 12:49:11 2006
@@ -1,6 +1,6 @@
/* pmc_freeze.h
* Copyright: 2001-2003 The Perl Foundation. All Rights Reserved.
- * CVS Info
+ * SVN Info
* $Id$
* Overview:
* PMC freeze and thaw interface
Modified: trunk/include/parrot/pobj.h
==============================================================================
--- trunk/include/parrot/pobj.h (original)
+++ trunk/include/parrot/pobj.h Tue Mar 14 12:49:11 2006
@@ -1,6 +1,6 @@
/* pobj.h
* Copyright: 2001-2005 The Perl Foundation. All Rights Reserved.
- * CVS Info
+ * SVN Info
* $Id$
* Overview:
* Parrot Object data members and flags enum
Modified: trunk/include/parrot/register.h
==============================================================================
--- trunk/include/parrot/register.h (original)
+++ trunk/include/parrot/register.h Tue Mar 14 12:49:11 2006
@@ -1,6 +1,6 @@
/* register.h
* Copyright: 2001-2003 The Perl Foundation. All Rights Reserved.
- * CVS Info
+ * SVN Info
* $Id$
* Overview:
* Defines the register api
Modified: trunk/include/parrot/resources.h
==============================================================================
--- trunk/include/parrot/resources.h (original)
+++ trunk/include/parrot/resources.h Tue Mar 14 12:49:11 2006
@@ -1,6 +1,6 @@
/* resources.h
* Copyright: 2001-2003 The Perl Foundation. All Rights Reserved.
- * CVS Info
+ * SVN Info
* $Id$
* Overview:
* Defines the resource allocation API
Modified: trunk/include/parrot/runops_cores.h
==============================================================================
--- trunk/include/parrot/runops_cores.h (original)
+++ trunk/include/parrot/runops_cores.h Tue Mar 14 12:49:11 2006
@@ -1,6 +1,6 @@
/* runops_cores.h
* Copyright: 2001-2003 The Perl Foundation. All Rights Reserved.
- * CVS Info
+ * SVN Info
* $Id$
* Overview:
* Header for runops cores.
Modified: trunk/include/parrot/settings.h
==============================================================================
--- trunk/include/parrot/settings.h (original)
+++ trunk/include/parrot/settings.h Tue Mar 14 12:49:11 2006
@@ -1,6 +1,6 @@
/* settings.h
* Copyright: 2001-2004 The Perl Foundation. All Rights Reserved.
- * CVS Info
+ * SVN Info
* $Id$
* Overview:
* Overall settings for Parrot
Modified: trunk/include/parrot/slice.h
==============================================================================
--- trunk/include/parrot/slice.h (original)
+++ trunk/include/parrot/slice.h Tue Mar 14 12:49:11 2006
@@ -1,6 +1,6 @@
/* slice.h
* Copyright: 2001-2004 The Perl Foundation. All Rights Reserved.
- * CVS Info
+ * SVN Info
* $Id$
* Overview:
* This is the api header for slices.
Modified: trunk/include/parrot/stacks.h
==============================================================================
--- trunk/include/parrot/stacks.h (original)
+++ trunk/include/parrot/stacks.h Tue Mar 14 12:49:11 2006
@@ -1,6 +1,6 @@
/* stacks.h
* Copyright: 2001-2003 The Perl Foundation. All Rights Reserved.
- * CVS Info
+ * SVN Info
* $Id$
* Overview:
* Stack handling routines for Parrot
Modified: trunk/include/parrot/stat.h
==============================================================================
--- trunk/include/parrot/stat.h (original)
+++ trunk/include/parrot/stat.h Tue Mar 14 12:49:11 2006
@@ -1,6 +1,6 @@
/* string.h
* Copyright: 2001-2003 The Perl Foundation. All Rights Reserved.
- * CVS Info
+ * SVN Info
* $Id$
* Overview:
* This is the api header for the string subsystem
Modified: trunk/include/parrot/string.h
==============================================================================
--- trunk/include/parrot/string.h (original)
+++ trunk/include/parrot/string.h Tue Mar 14 12:49:11 2006
@@ -1,6 +1,6 @@
/* string.h
* Copyright: 2001-2003 The Perl Foundation. All Rights Reserved.
- * CVS Info
+ * SVN Info
* $Id$
* Overview:
* This is the api header for the string subsystem
Modified: trunk/include/parrot/string_funcs.h
==============================================================================
--- trunk/include/parrot/string_funcs.h (original)
+++ trunk/include/parrot/string_funcs.h Tue Mar 14 12:49:11 2006
@@ -1,6 +1,6 @@
/* string_funcs.h
* Copyright: 2001-2003 The Perl Foundation. All Rights Reserved.
- * CVS Info
+ * SVN Info
* $Id$
* Overview:
* This is the api header for the string subsystem
Modified: trunk/include/parrot/string_primitives.h
==============================================================================
--- trunk/include/parrot/string_primitives.h (original)
+++ trunk/include/parrot/string_primitives.h Tue Mar 14 12:49:11 2006
@@ -1,6 +1,6 @@
/* string_funcs.h
* Copyright: 2001-2003 The Perl Foundation. All Rights Reserved.
- * CVS Info
+ * SVN Info
* $Id$
* Overview:
* This is the api header for the string subsystem
Modified: trunk/include/parrot/sub.h
==============================================================================
--- trunk/include/parrot/sub.h (original)
+++ trunk/include/parrot/sub.h Tue Mar 14 12:49:11 2006
@@ -1,6 +1,6 @@
/* sub.h
* Copyright: 2001-2003 The Perl Foundation. All Rights Reserved.
- * CVS Info
+ * SVN Info
* $Id$
* Overview:
* Data Structure and Algorithms:
Modified: trunk/include/parrot/thr_pthread.h
==============================================================================
--- trunk/include/parrot/thr_pthread.h (original)
+++ trunk/include/parrot/thr_pthread.h Tue Mar 14 12:49:11 2006
@@ -1,6 +1,6 @@
/* thr_pthread.h
* Copyright: 2001-2003 The Perl Foundation. All Rights Reserved.
- * CVS Info
+ * SVN Info
* $Id$
* Overview:
* POSIS pthread interface
Modified: trunk/include/parrot/thr_windows.h
==============================================================================
--- trunk/include/parrot/thr_windows.h (original)
+++ trunk/include/parrot/thr_windows.h Tue Mar 14 12:49:11 2006
@@ -1,6 +1,6 @@
/* thread.h
* Copyright: 2001-2003 The Perl Foundation. All Rights Reserved.
- * CVS Info
+ * SVN Info
* $Id$
* Overview:
* This is the api header for the windows thread primitives
Modified: trunk/include/parrot/thread.h
==============================================================================
--- trunk/include/parrot/thread.h (original)
+++ trunk/include/parrot/thread.h Tue Mar 14 12:49:11 2006
@@ -1,6 +1,6 @@
/* thread.h
* Copyright: 2001-2003 The Perl Foundation. All Rights Reserved.
- * CVS Info
+ * SVN Info
* $Id$
* Overview:
* This is the api header for the thread primitives
Modified: trunk/include/parrot/trace.h
==============================================================================
--- trunk/include/parrot/trace.h (original)
+++ trunk/include/parrot/trace.h Tue Mar 14 12:49:11 2006
@@ -1,6 +1,6 @@
/* trace.h
* Copyright: 2001-2003 The Perl Foundation. All Rights Reserved.
- * CVS Info
+ * SVN Info
* $Id$
* Overview:
* Tracing support for runops_cores.c.
Modified: trunk/include/parrot/tsq.h
==============================================================================
--- trunk/include/parrot/tsq.h (original)
+++ trunk/include/parrot/tsq.h Tue Mar 14 12:49:11 2006
@@ -1,6 +1,6 @@
/* tsq.h
* Copyright: 2001-2003 The Perl Foundation. All Rights Reserved.
- * CVS Info
+ * SVN Info
* $Id$
* Overview:
* Defines the thread-safe queue system
Modified: trunk/include/parrot/unicode.h
==============================================================================
--- trunk/include/parrot/unicode.h (original)
+++ trunk/include/parrot/unicode.h Tue Mar 14 12:49:11 2006
@@ -1,6 +1,6 @@
/* unicode.h
* Copyright: 2001-2003 The Perl Foundation. All Rights Reserved.
- * CVS Info
+ * SVN Info
* $Id$
* Overview:
* Unicode support header
Modified: trunk/include/parrot/vtables.h
==============================================================================
--- trunk/include/parrot/vtables.h (original)
+++ trunk/include/parrot/vtables.h Tue Mar 14 12:49:11 2006
@@ -1,6 +1,6 @@
/* vtables.h
* Copyright: 2001-2003 The Perl Foundation. All Rights Reserved.
- * CVS Info
+ * SVN Info
* $Id$
* Overview:
* Vtable manipulation code. Not to be confused with vtable.h
Modified: trunk/languages/BASIC/interpreter/README.BASIC
==============================================================================
--- trunk/languages/BASIC/interpreter/README.BASIC (original)
+++ trunk/languages/BASIC/interpreter/README.BASIC Tue Mar 14 12:49:11 2006
@@ -9,7 +9,7 @@
developers.
This README will always reflect the *current* state of things. You can
-find the most recent version of BASIC in the Parrot CVS repository.
+find the most recent version of BASIC in the Parrot SVN repository.
This BASIC is of the fairly old school. Line numbers are required, and
the following keywords are recognized:
Modified: trunk/languages/HQ9plus/lib/Parrot/Test/HQ9plus.pm
==============================================================================
--- trunk/languages/HQ9plus/lib/Parrot/Test/HQ9plus.pm (original)
+++ trunk/languages/HQ9plus/lib/Parrot/Test/HQ9plus.pm Tue Mar 14 12:49:11 2006
@@ -75,7 +75,7 @@
}
# The generated files are left in the t/* directories.
- # Let 'make clean' and '.cvsignore' take care of them.
+ # Let 'make clean' and 'svn:ignore' take care of them.
return $pass;
}
Modified: trunk/languages/m4/lib/Parrot/Test/M4.pm
==============================================================================
--- trunk/languages/m4/lib/Parrot/Test/M4.pm (original)
+++ trunk/languages/m4/lib/Parrot/Test/M4.pm Tue Mar 14 12:49:11 2006
@@ -92,7 +92,7 @@
}
# The generated files are left in the t/* directories.
- # Let 'make clean' and '.cvsignore' take care of them.
+ # Let 'make clean' and 'svn:ignore' take care of them.
return $pass;
}
Modified: trunk/languages/m4/src/freeze.pir
==============================================================================
--- trunk/languages/m4/src/freeze.pir (original)
+++ trunk/languages/m4/src/freeze.pir Tue Mar 14 12:49:11 2006
@@ -7,7 +7,7 @@
=head1 DESCRIPTION
Copyright: 2004 Bernhard Schmalhofer. All Rights Reserved.
-CVS Info: $Id$
+SVN Info: $Id$
History: Ported from GNU m4 1.4
References: http://www.gnu.org/software/m4/m4.html
Modified: trunk/languages/m4/src/input.pir
==============================================================================
--- trunk/languages/m4/src/input.pir (original)
+++ trunk/languages/m4/src/input.pir Tue Mar 14 12:49:11 2006
@@ -7,7 +7,7 @@
=head1 DESCRIPTION
Copyright: 2004-2005 Bernhard Schmalhofer. All Rights Reserved.
-CVS Info: $Id$
+SVN Info: $Id$
History: Ported from GNU m4 1.4
References: http://www.gnu.org/software/m4/m4.html
Modified: trunk/languages/m4/src/m4.pir
==============================================================================
--- trunk/languages/m4/src/m4.pir (original)
+++ trunk/languages/m4/src/m4.pir Tue Mar 14 12:49:11 2006
@@ -7,7 +7,7 @@
=head1 DESCRIPTION
Copyright: 2004-2005 Bernhard Schmalhofer. All Rights Reserved.
-CVS Info: $Id$
+SVN Info: $Id$
Overview: Main of Parrot m4.
History: Ported from GNU m4 1.4
References: http://www.gnu.org/software/m4/m4.html
Modified: trunk/languages/m4/src/macro.pir
==============================================================================
--- trunk/languages/m4/src/macro.pir (original)
+++ trunk/languages/m4/src/macro.pir Tue Mar 14 12:49:11 2006
@@ -7,7 +7,7 @@
=head1 DESCRIPTION
Copyright: 2004-2005 Bernhard Schmalhofer. All Rights Reserved.
-CVS Info: $Id$
+SVN Info: $Id$
History: Ported from GNU m4 1.4
References: http://www.gnu.org/software/m4/m4.html
Modified: trunk/languages/m4/src/output.pir
==============================================================================
--- trunk/languages/m4/src/output.pir (original)
+++ trunk/languages/m4/src/output.pir Tue Mar 14 12:49:11 2006
@@ -7,7 +7,7 @@
=head1 DESCRIPTION
Copyright: 2004 Bernhard Schmalhofer. All Rights Reserved.
-CVS Info: $Id$
+SVN Info: $Id$
Overview: output
History: Ported from GNU m4 1.4
References: http://www.gnu.org/software/m4/m4.html
Modified: trunk/languages/tcl/src/pmc/tclarray.pmc
==============================================================================
--- trunk/languages/tcl/src/pmc/tclarray.pmc (original)
+++ trunk/languages/tcl/src/pmc/tclarray.pmc Tue Mar 14 12:49:11 2006
@@ -1,6 +1,6 @@
/* TclArray.pmc
* Copyright: 2001-2003 The Perl Foundation. All Rights Reserved.
- * CVS Info
+ * SVN Info
* $Id$
* Overview:
* These are the vtable functions for the TclArray base class
Modified: trunk/languages/tcl/src/pmc/tclfloat.pmc
==============================================================================
--- trunk/languages/tcl/src/pmc/tclfloat.pmc (original)
+++ trunk/languages/tcl/src/pmc/tclfloat.pmc Tue Mar 14 12:49:11 2006
@@ -1,6 +1,6 @@
/* TclFloat.pmc
* Copyright: 2001-2003 The Perl Foundation. All Rights Reserved.
- * CVS Info
+ * SVN Info
* $Id$
* Overview:
* These are the vtable functions for the TclFloat base class
Modified: trunk/languages/tcl/src/pmc/tclint.pmc
==============================================================================
--- trunk/languages/tcl/src/pmc/tclint.pmc (original)
+++ trunk/languages/tcl/src/pmc/tclint.pmc Tue Mar 14 12:49:11 2006
@@ -1,6 +1,6 @@
/* TclInt.pmc
* Copyright: 2001-2003 The Perl Foundation. All Rights Reserved.
- * CVS Info
+ * SVN Info
* $Id$
* Overview:
* These are the vtable functions for the TclInt base class
Modified: trunk/languages/tcl/src/pmc/tclobject.pmc
==============================================================================
--- trunk/languages/tcl/src/pmc/tclobject.pmc (original)
+++ trunk/languages/tcl/src/pmc/tclobject.pmc Tue Mar 14 12:49:11 2006
@@ -1,6 +1,6 @@
/* tclobject.pmc
* Copyright: 2001-2003 The Perl Foundation. All Rights Reserved.
- * CVS Info
+ * SVN Info
* $Id$
* Overview:
* These are the vtable functions for the tclobject base class
Modified: trunk/languages/tcl/src/pmc/tclstring.pmc
==============================================================================
--- trunk/languages/tcl/src/pmc/tclstring.pmc (original)
+++ trunk/languages/tcl/src/pmc/tclstring.pmc Tue Mar 14 12:49:11 2006
@@ -1,6 +1,6 @@
/* TclString.pmc
* Copyright: 2001-2003 The Perl Foundation. All Rights Reserved.
- * CVS Info
+ * SVN Info
* $Id$
* Overview:
* These are the vtable functions for the TclString base class
Modified: trunk/lib/Parrot/Docs/File.pm
==============================================================================
--- trunk/lib/Parrot/Docs/File.pm (original)
+++ trunk/lib/Parrot/Docs/File.pm Tue Mar 14 12:49:11 2006
@@ -40,7 +40,7 @@
my %type_for_suffix = (
'BASIC' => 'README file',
'C' => 'C code',
- 'Log' => 'CVS Entries file',
+ 'Log' => 'SVN Entries file', # propably obsolete
'PL' => 'Perl script',
'SKIP' => 'MANIFEST skip file',
'STATUS' => 'Languages status file',
Modified: trunk/lib/Parrot/IO/Directory.pm
==============================================================================
--- trunk/lib/Parrot/IO/Directory.pm (original)
+++ trunk/lib/Parrot/IO/Directory.pm Tue Mar 14 12:49:11 2006
@@ -325,9 +325,9 @@
For example:
- $parrot->file_suffixes(1, '^(CVS|icu)$');
+ $parrot->file_suffixes(1, '^(SVN|icu)$');
-will give you all the suffixes used in Parrot ignoring all CVS and ICU
+will give you all the suffixes used in Parrot ignoring all SVN and ICU
files.
Note that if there are files with no suffix then the empty string will
Modified: trunk/lib/Parrot/IO/File.pm
==============================================================================
--- trunk/lib/Parrot/IO/File.pm (original)
+++ trunk/lib/Parrot/IO/File.pm Tue Mar 14 12:49:11 2006
@@ -190,48 +190,48 @@
return $self->stat->mtime > $time;
}
-=item C<cvs_id()>
+=item C<svn_id()>
-Returns the CVS C<$Id> string.
+Returns the svn C<$Id> string.
=cut
-sub cvs_id
+sub svn_id
{
my $self = shift;
my $content = $self->read;
- # Break up the $Id to prevent CVS messing with it.
+ # Break up the $Id to prevent svn messing with it.
my ($id) = $content =~ /((?:\$)Id:[^\$]+\$)/so;
return $id;
}
-=item C<has_cvs_id()>
+=item C<has_svn_id()>
-Returns whether the file has a CVS C<$Id> string.
+Returns whether the file has a svn C<$Id> string.
=cut
-sub has_cvs_id
+sub has_svn_id
{
my $self = shift;
my $content = $self->read;
- # Break up the $Id to prevent CVS messing with it.
+ # Break up the $Id to prevent svn messing with it.
my $has_id = $content =~ /(?:\$)Id:[^\$]+\$/so;
return $has_id;
}
-=item C<cvs_version()>
+=item C<svn_version()>
-Returns the CVS version number of the file.
+Returns the svn version number of the file.
=cut
-sub cvs_version
+sub svn_version
{
my $self = shift;
- my $id = $self->cvs_id;
+ my $id = $self->svn_id;
my ($version) = $id =~ /,v\s+(\S+)/s;
return $version;
@@ -247,7 +247,7 @@
{
my $self = shift;
- return $self->parent eq 'CVS' or $self->name =~ /^\./o;
+ return $self->parent eq '.SVN' or $self->name =~ /^\./o;
}
=item C<is_generated()>
Modified: trunk/src/charset/ascii.h
==============================================================================
--- trunk/src/charset/ascii.h (original)
+++ trunk/src/charset/ascii.h Tue Mar 14 12:49:11 2006
@@ -1,6 +1,6 @@
/* ascii.h
* Copyright: 2004 The Perl Foundation. All Rights Reserved.
- * CVS Info
+ * SVN Info
* $Id$
* Overview:
* This is the header for the ascii charset functions
Modified: trunk/src/charset/binary.h
==============================================================================
--- trunk/src/charset/binary.h (original)
+++ trunk/src/charset/binary.h Tue Mar 14 12:49:11 2006
@@ -1,6 +1,6 @@
/* binary.h
* Copyright: 2004 The Perl Foundation. All Rights Reserved.
- * CVS Info
+ * SVN Info
* $Id$
* Overview:
* This is the header for the binary charset functions
Modified: trunk/src/charset/iso-8859-1.h
==============================================================================
--- trunk/src/charset/iso-8859-1.h (original)
+++ trunk/src/charset/iso-8859-1.h Tue Mar 14 12:49:11 2006
@@ -1,6 +1,6 @@
/* iso_8859_1.h
* Copyright: 2004 The Perl Foundation. All Rights Reserved.
- * CVS Info
+ * SVN Info
* $Id$
* Overview:
* This is the header for the iso_8859-1 charset functions
Modified: trunk/src/charset/unicode.h
==============================================================================
--- trunk/src/charset/unicode.h (original)
+++ trunk/src/charset/unicode.h Tue Mar 14 12:49:11 2006
@@ -1,6 +1,6 @@
/* unicode.h
* Copyright: 2005 The Perl Foundation. All Rights Reserved.
- * CVS Info
+ * SVN Info
* $Id$
* Overview:
* This is the header for the unicode charset functions
Modified: trunk/src/dynpmc/gdbmhash.pmc
==============================================================================
--- trunk/src/dynpmc/gdbmhash.pmc (original)
+++ trunk/src/dynpmc/gdbmhash.pmc Tue Mar 14 12:49:11 2006
@@ -1,6 +1,6 @@
/* gdbmhash.pmc
* Copyright: 2005 The Perl Foundation. All Rights Reserved.
- * CVS Info
+ * SVN Info
* $Id$
* Overview:
* These are the vtable functions for the GDBMHash PMC
Modified: trunk/src/dynpmc/quantumreg.pmc
==============================================================================
--- trunk/src/dynpmc/quantumreg.pmc (original)
+++ trunk/src/dynpmc/quantumreg.pmc Tue Mar 14 12:49:11 2006
@@ -1,5 +1,5 @@
/* quantumreg.pmc
- * CVS Info
+ * SVN Info
* $Id$
* Overview:
* These are the vtable functions for the QuantumReg PMC
Modified: trunk/src/encodings/fixed_8.h
==============================================================================
--- trunk/src/encodings/fixed_8.h (original)
+++ trunk/src/encodings/fixed_8.h Tue Mar 14 12:49:11 2006
@@ -1,6 +1,6 @@
/* fixed_8.h
* Copyright: 2004 The Perl Foundation. All Rights Reserved.
- * CVS Info
+ * SVN Info
* $Id$
* Overview:
* This is the header for the 8-bit fixed-width encoding
Modified: trunk/src/encodings/ucs2.h
==============================================================================
--- trunk/src/encodings/ucs2.h (original)
+++ trunk/src/encodings/ucs2.h Tue Mar 14 12:49:11 2006
@@ -1,6 +1,6 @@
/* ucs2.h
* Copyright: 2004 The Perl Foundation. All Rights Reserved.
- * CVS Info
+ * SVN Info
* $Id$
* Overview:
* This is the header for the ucs2 fixed-width encoding.
Modified: trunk/src/encodings/utf16.h
==============================================================================
--- trunk/src/encodings/utf16.h (original)
+++ trunk/src/encodings/utf16.h Tue Mar 14 12:49:11 2006
@@ -1,6 +1,6 @@
/* utf16.h
* Copyright: 2004 The Perl Foundation. All Rights Reserved.
- * CVS Info
+ * SVN Info
* $Id$
* Overview:
* This is the header for the utf16 variable-width encoding.
Modified: trunk/src/encodings/utf8.h
==============================================================================
--- trunk/src/encodings/utf8.h (original)
+++ trunk/src/encodings/utf8.h Tue Mar 14 12:49:11 2006
@@ -1,6 +1,6 @@
/* utf8.h
* Copyright: 2004 The Perl Foundation. All Rights Reserved.
- * CVS Info
+ * SVN Info
* $Id$
* Overview:
* This is the header for the utf8 variable-width encoding.
Modified: trunk/src/jit/arm/exec_dep.h
==============================================================================
--- trunk/src/jit/arm/exec_dep.h (original)
+++ trunk/src/jit/arm/exec_dep.h Tue Mar 14 12:49:11 2006
@@ -1,7 +1,7 @@
/*
* exec_dep.h
*
- * CVS Info
+ * SVN Info
* $Id$
* Overview:
* ARM dependent functions to emit an executable.
Modified: trunk/src/jit/i386/exec_dep.h
==============================================================================
--- trunk/src/jit/i386/exec_dep.h (original)
+++ trunk/src/jit/i386/exec_dep.h Tue Mar 14 12:49:11 2006
@@ -1,7 +1,7 @@
/*
* exec_dep.h
*
- * CVS Info
+ * SVN Info
* $Id$
* Overview:
* i386 dependent functions to emit an executable.
Modified: trunk/src/jit/mips/jit_emit.h
==============================================================================
--- trunk/src/jit/mips/jit_emit.h (original)
+++ trunk/src/jit/mips/jit_emit.h Tue Mar 14 12:49:11 2006
@@ -1,7 +1,7 @@
/*
* jit_emit.h
*
- * CVS Info
+ * SVN Info
* $Id$
* Overview:
* MIPS JIT
Modified: trunk/src/jit/ppc/exec_dep.h
==============================================================================
--- trunk/src/jit/ppc/exec_dep.h (original)
+++ trunk/src/jit/ppc/exec_dep.h Tue Mar 14 12:49:11 2006
@@ -1,7 +1,7 @@
/*
* exec_dep.h
*
- * CVS Info
+ * SVN Info
* $Id$
* Overview:
* PPC dependent functions to emit an executable.
Modified: trunk/t/native_pbc/number.t
==============================================================================
--- trunk/t/native_pbc/number.t (original)
+++ trunk/t/native_pbc/number.t Tue Mar 14 12:49:11 2006
@@ -42,7 +42,7 @@
# - increase number of tests
# - include the pdump header info for reference
# - put the file into MANIFEST
-# - add the file as binary (cvs add -kb) and commit it
+# - add the file as binary (svn add) and commit it
# thanks -leo
=cut
Modified: trunk/t/perl/Parrot_IO.t
==============================================================================
--- trunk/t/perl/Parrot_IO.t (original)
+++ trunk/t/perl/Parrot_IO.t Tue Mar 14 12:49:11 2006
@@ -168,18 +168,18 @@
$f = Parrot::IO::File->new(
catfile('lib', 'Parrot', 'IO', 'File.pm'));
-ok($f->has_cvs_id, 'has_cvs_id');
+ok($f->has_svn_id(), 'has_svn_id');
-# XXX doesn't work aftern switch to svn
-#ok($f->cvs_id =~ /File.pm,v/, 'cvs_id');
+# XXX doesn not work aftern switch to svn
+#ok($f->svn_id() =~ /File.pm,v/, 'svn_id');
-$f3->delete;
[EMAIL PROTECTED] = $d2->files;
+$f3->delete();
[EMAIL PROTECTED] = $d2->files();
is(@a, 1, 'file delete');
ok(! defined $f3, 'delete undefined file');
-$d2->delete;
[EMAIL PROTECTED] = $d1->directories;
+$d2->delete();
[EMAIL PROTECTED] = $d1->directories();
is(@a, 0, 'directory delete');
ok(! defined $d2, 'delete undefined directory');
Modified: trunk/tools/docs/pod_errors.pl
==============================================================================
--- trunk/tools/docs/pod_errors.pl (original)
+++ trunk/tools/docs/pod_errors.pl Tue Mar 14 12:49:11 2006
@@ -20,7 +20,7 @@
use Parrot::Docs::Directory;
my $dir = Parrot::Docs::Directory->new(shift || '.');
-my $ignore = shift || '^(CVS|icu)$';
+my $ignore = shift || '^(icu)$';
foreach my $file ($dir->files(1, $ignore))
{