[svn:parrot] r49032 - in branches/gc_massacre: . config/auto config/auto/llvm config/gen/platform/ansi config/gen/platform/generic config/gen/platform/win32 examples/benchmarks src/pmc src/string/encoding t/codingstd t/op t/pmc/testlib t/steps/auto tools/build tools/dev tools/release
mikehh at svn.parrot.org
mikehh at svn.parrot.org
Thu Sep 16 07:25:18 UTC 2010
Author: mikehh
Date: Thu Sep 16 07:25:17 2010
New Revision: 49032
URL: https://trac.parrot.org/parrot/changeset/49032
Log:
[gc_massacre] add svn properties and re-generate MANIFEST.SKIP
Modified:
branches/gc_massacre/MANIFEST.SKIP
branches/gc_massacre/config/auto/llvm.pm (props changed)
branches/gc_massacre/config/auto/llvm/hello.c (props changed)
branches/gc_massacre/config/gen/platform/ansi/pid.c (props changed)
branches/gc_massacre/config/gen/platform/generic/pid.c (props changed)
branches/gc_massacre/config/gen/platform/win32/pid.c (props changed)
branches/gc_massacre/examples/benchmarks/boolean.pir (props changed)
branches/gc_massacre/src/pmc/nativepccmethod.pmc (props changed)
branches/gc_massacre/src/string/encoding/ascii.c (props changed)
branches/gc_massacre/src/string/encoding/ascii.h (props changed)
branches/gc_massacre/src/string/encoding/binary.c (props changed)
branches/gc_massacre/src/string/encoding/latin1.c (props changed)
branches/gc_massacre/src/string/encoding/latin1.h (props changed)
branches/gc_massacre/src/string/encoding/shared.h (props changed)
branches/gc_massacre/t/codingstd/pmc_docs.t (props changed)
branches/gc_massacre/t/op/gc-active-buffers.t (props changed)
branches/gc_massacre/t/op/gc-leaky-call.t (props changed)
branches/gc_massacre/t/pmc/testlib/number.pasm (props changed)
branches/gc_massacre/t/steps/auto/llvm-01.t (props changed)
branches/gc_massacre/tools/build/README (props changed)
branches/gc_massacre/tools/dev/README (props changed)
branches/gc_massacre/tools/release/README (props changed)
Modified: branches/gc_massacre/MANIFEST.SKIP
==============================================================================
--- branches/gc_massacre/MANIFEST.SKIP Thu Sep 16 05:41:43 2010 (r49031)
+++ branches/gc_massacre/MANIFEST.SKIP Thu Sep 16 07:25:17 2010 (r49032)
@@ -1,6 +1,6 @@
# ex: set ro:
# $Id$
-# generated by tools/dev/mk_manifest_and_skip.pl Thu Aug 26 10:22:02 2010 UT
+# generated by tools/dev/mk_manifest_and_skip.pl Thu Sep 16 07:23:07 2010 UT
#
# This file should contain a transcript of the svn:ignore properties
# of the directories in the Parrot subversion repository. (Needed for
@@ -1041,9 +1041,6 @@
^t/pmc/.*\.pir/
^t/pmc/.*_pbcexe.*$
^t/pmc/.*_pbcexe.*/
-# generated from svn:ignore of 't/pmc/testlib/'
-^t/pmc/testlib/.*\.pbc$
-^t/pmc/testlib/.*\.pbc/
# generated from svn:ignore of 't/src/'
^t/src/.*_.*$
^t/src/.*_.*/
@@ -1075,9 +1072,6 @@
^t/tools/pmc2c\..*\.h/
^t/tools/pmc2c\..*\.pmc$
^t/tools/pmc2c\..*\.pmc/
-# generated from svn:ignore of 'tools/dev/'
-^tools/dev/mk_language_shell\.pl$
-^tools/dev/mk_language_shell\.pl/
# Local variables:
# mode: text
# buffer-read-only: t
More information about the parrot-commits
mailing list