[svn:parrot] r46779 - branches/ops_pct
cotto at svn.parrot.org
cotto at svn.parrot.org
Wed May 19 04:47:51 UTC 2010
Author: cotto
Date: Wed May 19 04:47:51 2010
New Revision: 46779
URL: https://trac.parrot.org/parrot/changeset/46779
Log:
manifix
Modified:
branches/ops_pct/MANIFEST
branches/ops_pct/MANIFEST.SKIP
Modified: branches/ops_pct/MANIFEST
==============================================================================
--- branches/ops_pct/MANIFEST Wed May 19 04:46:42 2010 (r46778)
+++ branches/ops_pct/MANIFEST Wed May 19 04:47:51 2010 (r46779)
@@ -1,7 +1,7 @@
# ex: set ro:
# $Id$
#
-# generated by tools/dev/mk_manifest_and_skip.pl Mon May 17 18:24:33 2010 UT
+# generated by tools/dev/mk_manifest_and_skip.pl Wed May 19 04:47:20 2010 UT
#
# See below for documentation on the format of this file.
#
@@ -62,6 +62,23 @@
compilers/imcc/symreg.c [imcc]
compilers/imcc/symreg.h [imcc]
compilers/imcc/unit.h [imcc]
+compilers/opsc/Defines.mak [opsc]
+compilers/opsc/Rules.mak [opsc]
+compilers/opsc/TODO [opsc]
+compilers/opsc/gen/Ops/Compiler/IGNOREME [opsc]
+compilers/opsc/gen/Ops/Trans/IGNOREME [opsc]
+compilers/opsc/ops2c.nqp [opsc]
+compilers/opsc/opsc.pir [opsc]
+compilers/opsc/src/Ops/Compiler.pm [opsc]
+compilers/opsc/src/Ops/Compiler/Actions.pm [opsc]
+compilers/opsc/src/Ops/Compiler/Grammar.pm [opsc]
+compilers/opsc/src/Ops/Emitter.pm [opsc]
+compilers/opsc/src/Ops/File.pm [opsc]
+compilers/opsc/src/Ops/Op.pm [opsc]
+compilers/opsc/src/Ops/OpLib.pm [opsc]
+compilers/opsc/src/Ops/Trans.pm [opsc]
+compilers/opsc/src/Ops/Trans/C.pm [opsc]
+compilers/opsc/src/builtins.pir [opsc]
compilers/pct/Defines.mak [pct]
compilers/pct/PCT.pir [pct]
compilers/pct/README.pod []doc
@@ -471,7 +488,6 @@
editor/filetype_parrot.vim []
editor/indent_pir.vim []
editor/kate_syntax.pl []
-editor/mk_skeleton.pir []
editor/ops2vim.pl []
editor/parrot.el []
editor/pasm.el []
@@ -579,10 +595,8 @@
examples/embed/Makefile [examples]
examples/embed/Makefile.msvc [examples]
examples/embed/cotorra.c [examples]
-examples/io/get.pir [examples]
examples/io/http.pir [examples]
examples/io/httpd.pir [examples]
-examples/io/post.pir [examples]
examples/japh/README [examples]
examples/japh/japh1.pasm [examples]
examples/japh/japh3.pasm [examples]
@@ -865,7 +879,7 @@
ext/nqp-rx/src/stage0/NQP-s0.pir []
ext/nqp-rx/src/stage0/P6Regex-s0.pir []
ext/nqp-rx/src/stage0/Regex-s0.pir []
-ext/nqp-rx/src/stage0/nqp-setting.nqp []
+ext/nqp-rx/src/stage0/nqp-setting.pm []
ext/nqp-rx/t/nqp/01-literals.t [test]
ext/nqp-rx/t/nqp/02-if.t [test]
ext/nqp-rx/t/nqp/03-if-else.t [test]
@@ -963,6 +977,8 @@
include/parrot/oo_private.h [main]include
include/parrot/op.h [main]include
include/parrot/oplib.h [main]include
+include/parrot/oplib/core_ops.h [main]include
+include/parrot/oplib/ops.h [main]include
include/parrot/packfile.h [main]include
include/parrot/parrot.h [main]include
include/parrot/platform_interface.h [main]include
@@ -1123,7 +1139,6 @@
lib/Pod/Simple/XHTML.pm []
lib/Pod/Simple/XMLOutStream.pm []
parrotbug []
-runtime/parrot/bin/prove.pir [library]
runtime/parrot/dynext/README []doc
runtime/parrot/include/README []doc
runtime/parrot/include/fp_equality.pasm [library]
@@ -1310,6 +1325,7 @@
src/ops/bit.ops []
src/ops/cmp.ops []
src/ops/core.ops []
+src/ops/core_ops.c []
src/ops/debug.ops []
src/ops/experimental.ops []
src/ops/io.ops []
@@ -1519,6 +1535,14 @@
t/compilers/imcc/syn/symbols.t [test]
t/compilers/imcc/syn/tail.t [test]
t/compilers/imcc/syn/veracity.t [test]
+t/compilers/opsc/01-parse.t [test]
+t/compilers/opsc/02-parse-all-ops.t [test]
+t/compilers/opsc/03-past.t [test]
+t/compilers/opsc/04-op.t [test]
+t/compilers/opsc/05-oplib.t [test]
+t/compilers/opsc/06-opsfile.t [test]
+t/compilers/opsc/07-emitter.t [test]
+t/compilers/opsc/common.pir [test]
t/compilers/pct/complete_workflow.t [test]
t/compilers/pct/past.t [test]
t/compilers/pct/pct_hllcompiler.t [test]
@@ -1679,7 +1703,6 @@
t/library/tap_parser.t [test]
t/library/tcl_glob.t [test]
t/library/tcl_lib.t [test]
-t/library/test_builder_done_testing.t [test]
t/library/test_builder_tester.t [test]
t/library/test_class.t [test]
t/library/test_more.t [test]
@@ -1738,7 +1761,6 @@
t/oo/vtableoverride.t [test]
t/op/00ff-dos.t [test]
t/op/00ff-unix.t [test]
-t/op/01-parse_ops.t [test]
t/op/64bit.t [test]
t/op/annotate-old.t [test]
t/op/annotate.t [test]
@@ -2031,34 +2053,6 @@
t/tools/install/testlib/src/pmc/pmc_object.h [test]
t/tools/install/testlib/tools/build/ops2c.pl [test]
t/tools/install/testlib/vtable.dump [test]
-t/tools/ops2cutils/01-new.t [test]
-t/tools/ops2cutils/02-usage.t [test]
-t/tools/ops2cutils/03-print_c_header_file.t [test]
-t/tools/ops2cutils/04-print_c_source_top.t [test]
-t/tools/ops2cutils/05-print_c_source_bottom.t [test]
-t/tools/ops2cutils/06-dynamic.t [test]
-t/tools/ops2cutils/07-make_incdir.t [test]
-t/tools/ops2cutils/08-nolines.t [test]
-t/tools/ops2cutils/09-dynamic_nolines.t [test]
-t/tools/ops2cutils/10-print_c_source_file.t [test]
-t/tools/ops2cutils/testlib/GenerateCore.pm [test]
-t/tools/ops2pm/00-qualify.t [test]
-t/tools/ops2pm/01-ops2pm.t [test]
-t/tools/ops2pm/02-usage.t [test]
-t/tools/ops2pm/03-new.t [test]
-t/tools/ops2pm/04-prepare_ops.t [test]
-t/tools/ops2pm/05-renum_op_map_file.t [test]
-t/tools/ops2pm/06-load_op_map_files.t [test]
-t/tools/ops2pm/07-no_ops_skip.t [test]
-t/tools/ops2pm/08-sort_ops.t [test]
-t/tools/ops2pm/09-prepare_real_ops.t [test]
-t/tools/ops2pm/10-print_module.t [test]
-t/tools/ops2pm/11-print_h.t [test]
-t/tools/ops2pm/samples/bit_ops.original [test]
-t/tools/ops2pm/samples/bit_ops.second [test]
-t/tools/ops2pm/samples/core_ops.original [test]
-t/tools/ops2pm/samples/ops_num.original [test]
-t/tools/ops2pm/samples/pic_ops.original [test]
t/tools/parrot_debugger.t [test]
t/tools/pbc_disassemble.t [test]
t/tools/pbc_dump.t [test]
@@ -2146,7 +2140,6 @@
tools/util/crow.pir []
tools/util/dump_pbc.pl []
tools/util/gen_release_info.pl []
-tools/util/inc_ver.pir []
tools/util/ncidef2pasm.pl []
tools/util/parrot-config.pir []
tools/util/perlcritic-cage.conf []
Modified: branches/ops_pct/MANIFEST.SKIP
==============================================================================
--- branches/ops_pct/MANIFEST.SKIP Wed May 19 04:46:42 2010 (r46778)
+++ branches/ops_pct/MANIFEST.SKIP Wed May 19 04:47:51 2010 (r46779)
@@ -1,6 +1,6 @@
# ex: set ro:
# $Id$
-# generated by tools/dev/mk_manifest_and_skip.pl Mon May 17 15:32:39 2010 UT
+# generated by tools/dev/mk_manifest_and_skip.pl Wed May 19 04:47:20 2010 UT
#
# This file should contain a transcript of the svn:ignore properties
# of the directories in the Parrot subversion repository. (Needed for
@@ -188,6 +188,22 @@
^compilers/imcc/imcparser\.h/
^compilers/imcc/imcparser\.output$
^compilers/imcc/imcparser\.output/
+# generated from svn:ignore of 'compilers/opsc/'
+^compilers/opsc/opsc\.pbc$
+^compilers/opsc/opsc\.pbc/
+# generated from svn:ignore of 'compilers/opsc/gen/Ops/'
+^compilers/opsc/gen/Ops/ $
+^compilers/opsc/gen/Ops/ /
+^compilers/opsc/gen/Ops/.*\.pir$
+^compilers/opsc/gen/Ops/.*\.pir/
+# generated from svn:ignore of 'compilers/opsc/gen/Ops/Compiler/'
+^compilers/opsc/gen/Ops/Compiler/Actions\.pir$
+^compilers/opsc/gen/Ops/Compiler/Actions\.pir/
+^compilers/opsc/gen/Ops/Compiler/Grammar\.pir$
+^compilers/opsc/gen/Ops/Compiler/Grammar\.pir/
+# generated from svn:ignore of 'compilers/opsc/gen/Ops/Trans/'
+^compilers/opsc/gen/Ops/Trans/C\.pir$
+^compilers/opsc/gen/Ops/Trans/C\.pir/
# generated from svn:ignore of 'compilers/pct/src/PAST/'
^compilers/pct/src/PAST/.*\.pbc$
^compilers/pct/src/PAST/.*\.pbc/
@@ -428,6 +444,9 @@
# generated from svn:ignore of 'ext/Parrot-Embed/t/'
^ext/Parrot-Embed/t/.*\.pbc$
^ext/Parrot-Embed/t/.*\.pbc/
+# generated from svn:ignore of 'ext/nqp-rx/src/gen/'
+^ext/nqp-rx/src/gen/settings\.pir$
+^ext/nqp-rx/src/gen/settings\.pir/
# generated from svn:ignore of 'include/parrot/'
^include/parrot/.*\.tmp$
^include/parrot/.*\.tmp/
More information about the parrot-commits
mailing list