[parrot/parrot] 9073bd: Attempt to merge branch 'master' into exceptions_r...

noreply at github.com noreply at github.com
Wed Dec 1 19:42:58 UTC 2010


Branch: refs/heads/exceptions_refactor_merge
Home:   https://github.com/parrot/parrot

Commit: 9073bda22cb2750a0ff65803e1b550c24f6097c2
    https://github.com/parrot/parrot/commit/9073bda22cb2750a0ff65803e1b550c24f6097c2
Author: Jonathan "Duke" Leto <jonathan at leto.net>
Date:   2010-12-01 (Wed, 01 Dec 2010)

Changed paths:
  A .gitignore
  M CREDITS
  M ChangeLog
  M Configure.pl
  M DEPRECATED.pod
  M DEVELOPING
  M DONORS.pod
  M MANIFEST
  M MANIFEST.SKIP
  M MANIFEST.generated
  R META.yml
  R Makefile.PL
  M NEWS
  M PBC_COMPAT
  M PLATFORMS
  M README
  M README_cygwin.pod
  M README_win32.pod
  M RESPONSIBLE_PARTIES
  M TODO
  M VERSION
  M compilers/data_json/Defines.mak
  M compilers/data_json/Rules.mak
  M compilers/data_json/data_json.pir
  M compilers/data_json/data_json/pge2pir.tg
  A compilers/imcc/Rules.in
  R compilers/imcc/Rules.mak
  M compilers/imcc/cfg.c
  M compilers/imcc/cfg.h
  M compilers/imcc/debug.c
  M compilers/imcc/debug.h
  M compilers/imcc/imc.c
  M compilers/imcc/imc.h
  M compilers/imcc/imcc.l
  M compilers/imcc/imcc.y
  M compilers/imcc/imclexer.c
  M compilers/imcc/imcparser.c
  M compilers/imcc/imcparser.h
  M compilers/imcc/instructions.c
  M compilers/imcc/instructions.h
  M compilers/imcc/main.c
  M compilers/imcc/optimizer.c
  M compilers/imcc/optimizer.h
  M compilers/imcc/parser.h
  M compilers/imcc/parser_util.c
  M compilers/imcc/pbc.c
  M compilers/imcc/pbc.h
  M compilers/imcc/pcc.c
  M compilers/imcc/reg_alloc.c
  M compilers/imcc/sets.c
  M compilers/imcc/sets.h
  M compilers/imcc/symreg.c
  M compilers/imcc/symreg.h
  M compilers/imcc/unit.h
  R compilers/json/Defines.mak
  R compilers/json/JSON.pir
  R compilers/json/JSON/grammar.pg
  R compilers/json/JSON/pge2pir.tg
  R compilers/json/Rules.mak
  R compilers/ncigen/MAINTAINER
  R compilers/ncigen/NCIGEN.TODO
  R compilers/ncigen/NCIGENP6.pm
  R compilers/ncigen/README
  R compilers/ncigen/config/makefiles/ncigen.in
  R compilers/ncigen/lib/Parrot/Test/NCIGENAST.pm
  R compilers/ncigen/ncigen.pir
  R compilers/ncigen/ncigen.pl
  R compilers/ncigen/src/NCIGENAST.pir
  R compilers/ncigen/src/NCIPIR.pir
  R compilers/ncigen/src/builtins/say.pir
  R compilers/ncigen/src/parser/actions.pm
  R compilers/ncigen/src/parser/grammar.pg
  R compilers/ncigen/t/NCIGENAST/struct_00.t
  R compilers/ncigen/t/NCIGENAST/typedef_00.t
  R compilers/ncigen/t/harness
  R compilers/ncigen/t/parse_00.t
  R compilers/ncigen/t/parse_01.t
  R compilers/ncigen/t/parse_02.t
  R compilers/nqp/Defines.mak
  R compilers/nqp/README.pod
  R compilers/nqp/Rules.mak
  R compilers/nqp/TODO.pod
  R compilers/nqp/bootstrap/actions.pm
  R compilers/nqp/bootstrap/nqp.pir
  R compilers/nqp/bootstrap/t/harness
  R compilers/nqp/nqp.pir
  R compilers/nqp/src/Grammar.pg
  R compilers/nqp/src/Grammar/Actions.pir
  R compilers/nqp/src/builtins.pir
  R compilers/nqp/t/01-literals.t
  R compilers/nqp/t/02-if-else.t
  R compilers/nqp/t/02-if.t
  R compilers/nqp/t/03-unless.t
  R compilers/nqp/t/04-comments.t
  R compilers/nqp/t/05-pod.t
  R compilers/nqp/t/06-args-pos.t
  R compilers/nqp/t/07-boolean.t
  R compilers/nqp/t/08-blocks.t
  R compilers/nqp/t/09-var.t
  R compilers/nqp/t/10-sub.t
  R compilers/nqp/t/11-cmp.t
  R compilers/nqp/t/12-list.t
  R compilers/nqp/t/13-logical.t
  R compilers/nqp/t/14-op.t
  R compilers/nqp/t/15-module.t
  R compilers/nqp/t/16-while.t
  R compilers/nqp/t/17-class.t
  R compilers/nqp/t/18-inline.t
  R compilers/nqp/t/19-hash_access.t
  R compilers/nqp/t/20-list_access.t
  R compilers/nqp/t/22-optional_args.t
  R compilers/nqp/t/23-named_args.t
  R compilers/nqp/t/24-scalar_context.t
  R compilers/nqp/t/25-list_context.t
  R compilers/nqp/t/26-method_ops.t
  R compilers/nqp/t/27-ternary.t
  R compilers/nqp/t/28-return.t
  R compilers/nqp/t/29-self.t
  R compilers/nqp/t/30-subclass.t
  R compilers/nqp/t/harness
  A compilers/opsc/Defines.mak
  A compilers/opsc/README.pod
  A compilers/opsc/Rules.mak
  A compilers/opsc/TODO
  A compilers/opsc/gen/Ops/Compiler/IGNOREME
  A compilers/opsc/gen/Ops/Trans/IGNOREME
  A compilers/opsc/ops2c.nqp
  A compilers/opsc/opsc.pir
  A compilers/opsc/src/Ops/Compiler.pm
  A compilers/opsc/src/Ops/Compiler/Actions.pm
  A compilers/opsc/src/Ops/Compiler/Grammar.pm
  A compilers/opsc/src/Ops/Emitter.pm
  A compilers/opsc/src/Ops/File.pm
  A compilers/opsc/src/Ops/Op.pm
  A compilers/opsc/src/Ops/OpLib.pm
  A compilers/opsc/src/Ops/Renumberer.pm
  A compilers/opsc/src/Ops/Trans.pm
  A compilers/opsc/src/Ops/Trans/C.pm
  A compilers/opsc/src/builtins.pir
  M compilers/pct/PCT.pir
  M compilers/pct/README.pod
  M compilers/pct/Rules.mak
  M compilers/pct/src/PAST.pir
  M compilers/pct/src/PAST/Compiler.pir
  M compilers/pct/src/PAST/Node.pir
  M compilers/pct/src/PCT/Dumper.pir
  M compilers/pct/src/PCT/Grammar.pir
  M compilers/pct/src/PCT/HLLCompiler.pir
  M compilers/pct/src/PCT/Node.pir
  M compilers/pct/src/POST/Compiler.pir
  M compilers/pct/src/POST/Node.pir
  M compilers/pge/PGE.pir
  M compilers/pge/PGE/Exp.pir
  M compilers/pge/PGE/Match.pir
  M compilers/pge/PGE/OPTable.pir
  M compilers/pge/PGE/P5Regex.pir
  M compilers/pge/PGE/Perl6Regex.pir
  M compilers/pge/PGE/Regex.pir
  M compilers/pge/PGE/builtins.pg
  M compilers/pge/README.pod
  R compilers/pirc/Defines.mak
  R compilers/pirc/README.pod
  R compilers/pirc/Rules.mak
  R compilers/pirc/TODO
  R compilers/pirc/heredoc/heredocmain.c
  R compilers/pirc/macro/lexer.h
  R compilers/pirc/macro/macro.h
  R compilers/pirc/macro/macro.l
  R compilers/pirc/macro/macro.y
  R compilers/pirc/macro/macrolexer.c
  R compilers/pirc/macro/macrolexer.h
  R compilers/pirc/macro/macroparser.c
  R compilers/pirc/macro/macroparser.h
  R compilers/pirc/src/bcgen.c
  R compilers/pirc/src/bcgen.h
  R compilers/pirc/src/hdocprep.c
  R compilers/pirc/src/hdocprep.l
  R compilers/pirc/src/main.c
  R compilers/pirc/src/pir.l
  R compilers/pirc/src/pir.y
  R compilers/pirc/src/pircapi.c
  R compilers/pirc/src/pircapi.h
  R compilers/pirc/src/pircompiler.c
  R compilers/pirc/src/pircompiler.h
  R compilers/pirc/src/pircompunit.c
  R compilers/pirc/src/pircompunit.h
  R compilers/pirc/src/pirdefines.h
  R compilers/pirc/src/piremit.c
  R compilers/pirc/src/piremit.h
  R compilers/pirc/src/pirerr.c
  R compilers/pirc/src/pirerr.h
  R compilers/pirc/src/pirheredoc.h
  R compilers/pirc/src/pirlexer.c
  R compilers/pirc/src/pirlexer.h
  R compilers/pirc/src/pirmacro.c
  R compilers/pirc/src/pirmacro.h
  R compilers/pirc/src/pirop.c
  R compilers/pirc/src/pirop.h
  R compilers/pirc/src/pirparser.c
  R compilers/pirc/src/pirparser.h
  R compilers/pirc/src/pirpcc.c
  R compilers/pirc/src/pirpcc.h
  R compilers/pirc/src/pirregalloc.c
  R compilers/pirc/src/pirregalloc.h
  R compilers/pirc/src/pirsymbol.c
  R compilers/pirc/src/pirsymbol.h
  R compilers/pirc/src/piryy.h
  R compilers/pirc/t/basic.t
  R compilers/pirc/t/harness
  R compilers/pirc/t/heredoc.t
  R compilers/pirc/t/macro.t
  R compilers/pirc/t/stmts.t
  R compilers/pirc/t/subflags.t
  M compilers/tge/TGE.pir
  M compilers/tge/TGE/Compiler.pir
  M compilers/tge/TGE/Grammar.pir
  M compilers/tge/TGE/Rule.pir
  M compilers/tge/TGE/Tree.pir
  M compilers/tge/tgc.pir
  M config/auto/arch.pm
  M config/auto/attributes.pm
  M config/auto/attributes/test_c.in
  M config/auto/backtrace.pm
  M config/auto/backtrace/test_c.in
  M config/auto/backtrace/test_dlinfo_c.in
  M config/auto/byteorder.pm
  M config/auto/byteorder/test_c.in
  R config/auto/cgoto.pm
  R config/auto/cgoto/test_c.in
  M config/auto/cpu.pm
  M config/auto/cpu/i386/auto.pm
  M config/auto/cpu/i386/test_gcc_cmpxchg_c.in
  M config/auto/cpu/ppc/auto.pm
  M config/auto/cpu/ppc/test_gcc_cmpset_c.in
  M config/auto/cpu/sun4/auto.pm
  M config/auto/cpu/sun4/test_atomic_c.in
  M config/auto/cpu/x86_64/auto.pm
  R config/auto/crypto.pm
  R config/auto/crypto/crypto_c.in
  M config/auto/ctags.pm
  M config/auto/env.pm
  M config/auto/env/test_setenv_c.in
  M config/auto/env/test_unsetenv_c.in
  M config/auto/format.pm
  M config/auto/frames.pm
  M config/auto/frames/test_exec_cygwin_c.in
  M config/auto/frames/test_exec_linux_c.in
  M config/auto/frames/test_exec_openbsd_c.in
  M config/auto/gc.pm
  M config/auto/gc/test_c.in
  M config/auto/gcc.pm
  M config/auto/gcc/test_c.in
  R config/auto/gdbm.pm
  R config/auto/gdbm/gdbm_c.in
  M config/auto/gettext.pm
  M config/auto/gettext/gettext_c.in
  A config/auto/git_describe.pm
  M config/auto/glibc.pm
  M config/auto/glibc/test_c.in
  M config/auto/gmp.pm
  M config/auto/gmp/gmp_c.in
  M config/auto/headers.pm
  M config/auto/headers/test_c.in
  M config/auto/icu.pm
  M config/auto/inline.pm
  M config/auto/inline/test1_c.in
  M config/auto/inline/test2_c.in
  A config/auto/ipv6.pm
  A config/auto/ipv6/test.in
  M config/auto/isreg.pm
  M config/auto/isreg/test_c.in
  M config/auto/jit.pm
  A config/auto/libffi.pm
  A config/auto/libffi/test_c.in
  A config/auto/llvm.pm
  A config/auto/llvm/hello.c
  M config/auto/memalign.pm
  M config/auto/memalign/test2_c.in
  M config/auto/memalign/test_c.in
  M config/auto/msvc.pm
  M config/auto/msvc/test_c.in
  M config/auto/neg_0.pm
  M config/auto/neg_0/test_c.in
  M config/auto/opengl.pm
  M config/auto/opengl/opengl_c.in
  M config/auto/ops.pm
  M config/auto/pcre.pm
  M config/auto/pcre/pcre_c.in
  M config/auto/perldoc.pm
  M config/auto/pmc.pm
  M config/auto/pod2man.pm
  M config/auto/readline.pm
  M config/auto/readline/readline_c.in
  M config/auto/revision.pm
  A config/auto/sha1.pm
  M config/auto/signal.pm
  M config/auto/signal/test1_c.in
  M config/auto/signal/test2_c.in
  M config/auto/signal/test_itimer_c.in
  M config/auto/sizes.pm
  M config/auto/sizes/floatval_maxmin_c.in
  M config/auto/sizes/intval_maxmin_c.in
  M config/auto/sizes/test2_c.in
  M config/auto/sizes/test3_c.in
  M config/auto/sizes/test_c.in
  M config/auto/snprintf.pm
  M config/auto/snprintf/test_c.in
  M config/auto/socklen_t.pm
  A config/auto/stat.pm
  A config/auto/stat/test_c.in
  M config/auto/thread.pm
  A config/auto/timespec.pm
  A config/auto/timespec/test_c.in
  M config/auto/va_ptr.pm
  M config/auto/va_ptr/test_c.in
  M config/auto/warnings.pm
  M config/auto/warnings/test_c.in
  A config/auto/zlib.pm
  A config/auto/zlib/zlib_c.in
  M config/gen/config_h.pm
  M config/gen/config_h/config_h.in
  M config/gen/config_h/has_header_h.in
  M config/gen/config_pm.pm
  M config/gen/config_pm/Config_pm.in
  R config/gen/config_pm/config_lib_pasm.in
  A config/gen/config_pm/config_lib_pir.in
  M config/gen/config_pm/config_pir.in
  M config/gen/config_pm/myconfig.in
  M config/gen/core_pmcs.pm
  R config/gen/crypto.pm
  R config/gen/crypto/digest_pmc.in
  R config/gen/crypto/digest_t.in
  M config/gen/makefiles.pm
  R config/gen/makefiles/CFLAGS.in
  M config/gen/makefiles/docs.in
  R config/gen/makefiles/dynoplibs.in
  R config/gen/makefiles/dynpmc.in
  M config/gen/makefiles/editor.in
  M config/gen/makefiles/ext.in
  M config/gen/makefiles/parrot_embed_pl.in
  M config/gen/makefiles/parrot_pc.in
  M config/gen/makefiles/root.in
  M config/gen/opengl.pm
  M config/gen/platform.pm
  M config/gen/platform/ansi/dl.c
  M config/gen/platform/ansi/exec.c
  M config/gen/platform/ansi/io.h
  A config/gen/platform/ansi/pid.c
  M config/gen/platform/ansi/time.c
  M config/gen/platform/cygwin/math.c
  M config/gen/platform/darwin/begin.c
  M config/gen/platform/darwin/hires_timer.c
  R config/gen/platform/darwin/memalign.c
  A config/gen/platform/darwin/sysmem.c
  A config/gen/platform/freebsd/sysmem.c
  M config/gen/platform/generic/dl.c
  M config/gen/platform/generic/dl.h
  M config/gen/platform/generic/env.c
  M config/gen/platform/generic/exec.c
  M config/gen/platform/generic/hires_timer.c
  M config/gen/platform/generic/io.h
  M config/gen/platform/generic/itimer.c
  M config/gen/platform/generic/math.c
  M config/gen/platform/generic/math.h
  R config/gen/platform/generic/memalign.c
  M config/gen/platform/generic/memexec.c
  A config/gen/platform/generic/pid.c
  M config/gen/platform/generic/platform_limits.h
  M config/gen/platform/generic/signal.c
  M config/gen/platform/generic/signal.h
  M config/gen/platform/generic/stat.c
  M config/gen/platform/generic/stat.h
  A config/gen/platform/generic/sysmem.c
  M config/gen/platform/generic/threads.h
  M config/gen/platform/generic/time.c
  M config/gen/platform/netbsd/math.c
  M config/gen/platform/netbsd/misc.c
  M config/gen/platform/netbsd/misc.h
  A config/gen/platform/netbsd/sysmem.c
  M config/gen/platform/openbsd/math.c
  M config/gen/platform/openbsd/memexec.c
  M config/gen/platform/openbsd/misc.h
  R config/gen/platform/platform_interface.h
  M config/gen/platform/solaris/math.c
  M config/gen/platform/solaris/time.c
  M config/gen/platform/win32/begin.c
  M config/gen/platform/win32/dl.c
  M config/gen/platform/win32/env.c
  M config/gen/platform/win32/exec.c
  M config/gen/platform/win32/hires_timer.c
  M config/gen/platform/win32/io.h
  M config/gen/platform/win32/misc.c
  M config/gen/platform/win32/misc.h
  A config/gen/platform/win32/pid.c
  M config/gen/platform/win32/signal.c
  M config/gen/platform/win32/signal.h
  R config/gen/platform/win32/stat.c
  M config/gen/platform/win32/stat.h
  M config/gen/platform/win32/string.h
  A config/gen/platform/win32/sysmem.c
  M config/gen/platform/win32/threads.h
  M config/gen/platform/win32/time.c
  M config/init/defaults.pm
  M config/init/headers.pm
  M config/init/hints.pm
  M config/init/hints/aix.pm
  M config/init/hints/cygwin.pm
  M config/init/hints/darwin.pm
  M config/init/hints/dec_osf.pm
  M config/init/hints/dragonfly.pm
  M config/init/hints/freebsd.pm
  M config/init/hints/hpux.pm
  M config/init/hints/irix.pm
  M config/init/hints/linux.pm
  M config/init/hints/mswin32.pm
  M config/init/hints/msys.pm
  M config/init/hints/netbsd.pm
  M config/init/hints/nto.pm
  M config/init/hints/openbsd.pm
  M config/init/hints/os2.pm
  M config/init/hints/solaris.pm
  M config/init/hints/vms.pm
  M config/init/install.pm
  M config/init/manifest.pm
  M config/init/optimize.pm
  R config/inter/charset.pm
  R config/inter/encoding.pm
  M config/inter/lex.pm
  M config/inter/libparrot.pm
  M config/inter/make.pm
  M config/inter/progs.pm
  M config/inter/shlibs.pm
  M config/inter/types.pm
  M config/inter/yacc.pm
  M docs/book/draft/appa_glossary.pod
  M docs/book/draft/appb_patch_submission.pod
  M docs/book/draft/appc_command_line_options.pod
  M docs/book/draft/appd_build_options.pod
  M docs/book/draft/appe_source_code.pod
  M docs/book/draft/ch01_introduction.pod
  M docs/book/draft/ch07_dynpmcs.pod
  M docs/book/draft/ch08_dynops.pod
  M docs/book/draft/ch11_directive_reference.pod
  M docs/book/draft/chXX_hlls.pod
  M docs/book/pct/ch01_introduction.pod
  M docs/book/pct/ch02_getting_started.pod
  M docs/book/pct/ch03_compiler_tools.pod
  M docs/book/pct/ch04_pge.pod
  M docs/book/pct/ch05_nqp.pod
  M docs/book/pir/ch03_basic_syntax.pod
  M docs/book/pir/ch04_variables.pod
  M docs/book/pir/ch06_subroutines.pod
  M docs/book/pir/ch07_objects.pod
  M docs/book/pir/ch08_io.pod
  M docs/compiler_faq.pod
  M docs/configuration.pod
  M docs/debug.pod
  M docs/debugger.pod
  M docs/dev/byteorder.pod
  M docs/dev/c_functions.pod
  M docs/dev/debugging_with_msvc.pod
  M docs/dev/events.pod
  M docs/dev/headerizer.pod
  M docs/dev/infant.pod
  M docs/dev/longopt.pod
  M docs/dev/optimizer.pod
  M docs/dev/parrot_api.pod
  M docs/dev/pccmethods.pod
  M docs/dev/pmc_freeze.pod
  M docs/dev/pmc_obj_design_meeting_notes.pod
  M docs/dev/profiling.pod
  M docs/embed.pod
  M docs/extend.pod
  M docs/faq.pod
  M docs/gettingstarted.pod
  M docs/glossary.pod
  M docs/imcc/imcfaq.pod
  M docs/imcc/operation.pod
  M docs/intro.pod
  M docs/memory_internals.pod
  M docs/multidispatch.pod
  M docs/optable.pod
  M docs/overview.pod
  M docs/parrot.pod
  M docs/parrotbyte.pod
  M docs/parrothist.pod
  M docs/pct/gettingstarted.pod
  M docs/pct/past_building_blocks.pod
  M docs/pct/pct_optable_guide.pod
  M docs/pdds/draft/pdd01_overview.pod
  M docs/pdds/draft/pdd05_opfunc.pod
  M docs/pdds/draft/pdd06_pasm.pod
  M docs/pdds/draft/pdd08_keys.pod
  M docs/pdds/draft/pdd10_embedding.pod
  M docs/pdds/draft/pdd11_extending.pod
  M docs/pdds/draft/pdd14_numbers.pod
  M docs/pdds/draft/pdd16_native_call.pod
  M docs/pdds/draft/pdd29_compiler_tools.pod
  M docs/pdds/draft/pdd31_hll.pod
  R docs/pdds/draft/pdd31_hll_interop.pod
  M docs/pdds/pdd00_pdd.pod
  M docs/pdds/pdd03_calling_conventions.pod
  M docs/pdds/pdd07_codingstd.pod
  M docs/pdds/pdd09_gc.pod
  M docs/pdds/pdd13_bytecode.pod
  M docs/pdds/pdd15_objects.pod
  M docs/pdds/pdd17_pmc.pod
  M docs/pdds/pdd18_security.pod
  M docs/pdds/pdd19_pir.pod
  M docs/pdds/pdd20_lexical_vars.pod
  M docs/pdds/pdd21_namespaces.pod
  M docs/pdds/pdd22_io.pod
  M docs/pdds/pdd23_exceptions.pod
  M docs/pdds/pdd24_events.pod
  M docs/pdds/pdd25_concurrency.pod
  M docs/pdds/pdd26_ast.pod
  M docs/pdds/pdd27_multiple_dispatch.pod
  M docs/pdds/pdd28_strings.pod
  M docs/pdds/pdd30_install.pod
  M docs/pdds/pdd_template.pod
  M docs/pmc.pod
  M docs/pmc/documentation.pod
  M docs/pmc/struct.pod
  M docs/pmc/subs.pod
  M docs/pmc2c.pod
  M docs/porting_intro.pod
  R docs/project/branching_guide.pod
  M docs/project/cage_cleaners_guide.pod
  M docs/project/committer_guide.pod
  A docs/project/core_inclusion.pod
  M docs/project/debian_packaging_guide.pod
  A docs/project/git_terminology.pod
  A docs/project/git_workflow.pod
  M docs/project/metacommitter_guide.pod
  M docs/project/release_manager_guide.pod
  M docs/project/roles_responsibilities.pod
  M docs/project/support_policy.pod
  M docs/project/ticket_triaging.pod
  M docs/project/ubuntu_packaging_guide.pod
  M docs/req/model_users.pod
  M docs/resources/parrot.css
  M docs/running.pod
  M docs/stability.pod
  M docs/submissions.pod
  M docs/tests.pod
  M docs/user/pir/intro.pod
  M docs/user/pir/objects.pod
  M docs/user/pir/pmcs.pod
  M docs/vtables.pod
  M editor/README.pod
  M editor/filetype_parrot.vim
  M editor/kate_syntax.pl
  A editor/mk_skeleton.pir
  M editor/ops2vim.pl
  M editor/parrot.el
  M editor/pasm.el
  M editor/pir-mode.el
  R editor/skeleton.pir
  R editor/subversion_config
  M examples/README
  M examples/benchmarks/addit.pasm
  M examples/benchmarks/addit.pir
  M examples/benchmarks/addit.pl
  M examples/benchmarks/addit2.pir
  M examples/benchmarks/array_access.pir
  M examples/benchmarks/arriter.pir
  M examples/benchmarks/arriter.pl
  M examples/benchmarks/arriter_o1.pir
  M examples/benchmarks/bench_newp.pasm
  A examples/benchmarks/boolean.pir
  M examples/benchmarks/fib.cs
  M examples/benchmarks/fib.pir
  M examples/benchmarks/fib.pl
  M examples/benchmarks/float4.pir
  M examples/benchmarks/freeze.pasm
  M examples/benchmarks/freeze.pl
  M examples/benchmarks/gc_alloc_new.pasm
  M examples/benchmarks/gc_alloc_reuse.pasm
  M examples/benchmarks/gc_generations.pasm
  M examples/benchmarks/gc_header_new.pasm
  M examples/benchmarks/gc_header_reuse.pasm
  M examples/benchmarks/gc_waves_headers.pasm
  M examples/benchmarks/gc_waves_sizeable_data.pasm
  M examples/benchmarks/gc_waves_sizeable_headers.pasm
  M examples/benchmarks/hamming.pir
  M examples/benchmarks/hello.pir
  M examples/benchmarks/mops.pasm
  M examples/benchmarks/mops.pl
  M examples/benchmarks/mops_intval.pasm
  M examples/benchmarks/oo1.pir
  M examples/benchmarks/oo1.pl
  M examples/benchmarks/oo2.pir
  M examples/benchmarks/oo2.pl
  M examples/benchmarks/oo3.pir
  M examples/benchmarks/oo3.pl
  M examples/benchmarks/oo4.pasm
  M examples/benchmarks/oo4.pl
  M examples/benchmarks/oo5.pir
  M examples/benchmarks/oo5.pl
  M examples/benchmarks/oo6.pir
  M examples/benchmarks/oo6.pl
  M examples/benchmarks/oofib.pir
  M examples/benchmarks/oofib.pl
  M examples/benchmarks/overload.pir
  M examples/benchmarks/overload.pl
  M examples/benchmarks/primes.c
  M examples/benchmarks/primes.pasm
  M examples/benchmarks/primes.pl
  M examples/benchmarks/primes2.c
  M examples/benchmarks/primes2.pir
  M examples/benchmarks/primes2.pl
  M examples/benchmarks/primes2.py
  M examples/benchmarks/primes2_i.pir
  M examples/benchmarks/primes_i.pasm
  M examples/benchmarks/rand.pir
  M examples/benchmarks/stress.pasm
  M examples/benchmarks/stress.pl
  M examples/benchmarks/stress1.pasm
  M examples/benchmarks/stress1.pl
  M examples/benchmarks/stress2.pasm
  M examples/benchmarks/stress2.pl
  M examples/benchmarks/stress3.pasm
  A examples/benchmarks/stress_integers.pir
  A examples/benchmarks/stress_strings.pir
  M examples/benchmarks/vpm.pir
  M examples/benchmarks/vpm.pl
  M examples/c/nanoparrot.c
  M examples/c/pbc_info.c
  M examples/c/test_main.c
  M examples/compilers/Makefile
  M examples/compilers/japhc.c
  M examples/config/file/configcompiler
  M examples/config/file/configwithfatalstep
  M examples/embed/Makefile
  M examples/embed/Makefile.msvc
  M examples/embed/cotorra.c
  A examples/io/get.pir
  M examples/io/http.pir
  M examples/io/httpd.pir
  A examples/io/post.pir
  R examples/japh/README
  R examples/japh/japh1.pasm
  R examples/japh/japh3.pasm
  R examples/japh/japh4.pasm
  R examples/japh/japh5.pasm
  M examples/json/postalcodes.pir
  M examples/json/test.pir
  M examples/languages/abc/MAINTAINER
  M examples/languages/abc/README
  M examples/languages/abc/abc.pir
  M examples/languages/abc/setup.pir
  M examples/languages/abc/src/builtins/all.pir
  M examples/languages/abc/src/parser/actions.nqp
  M examples/languages/abc/t/01-tests.t
  M examples/languages/squaak/MAINTAINER
  M examples/languages/squaak/README
  M examples/languages/squaak/doc/tutorial_episode_1.pod
  M examples/languages/squaak/doc/tutorial_episode_2.pod
  M examples/languages/squaak/doc/tutorial_episode_3.pod
  M examples/languages/squaak/doc/tutorial_episode_4.pod
  M examples/languages/squaak/doc/tutorial_episode_5.pod
  M examples/languages/squaak/doc/tutorial_episode_6.pod
  M examples/languages/squaak/doc/tutorial_episode_7.pod
  M examples/languages/squaak/doc/tutorial_episode_8.pod
  M examples/languages/squaak/doc/tutorial_episode_9.pod
  M examples/languages/squaak/examples/factorial.sq
  M examples/languages/squaak/examples/life.sq
  M examples/languages/squaak/setup.pir
  M examples/languages/squaak/squaak.pir
  A examples/languages/squaak/src/Squaak/Actions.pm
  A examples/languages/squaak/src/Squaak/Compiler.pm
  A examples/languages/squaak/src/Squaak/Grammar.pm
  A examples/languages/squaak/src/Squaak/Runtime.pm
  R examples/languages/squaak/src/builtins/say.pir
  R examples/languages/squaak/src/parser/actions.pm
  R examples/languages/squaak/src/parser/grammar.pg
  A examples/languages/squaak/src/squaak.pir
  M examples/languages/squaak/t/00-sanity.t
  M examples/library/getopt_demo.pir
  M examples/library/md5sum.pir
  M examples/library/ncurses_life.pir
  M examples/library/pcre.pir
  M examples/mops/mops.c
  M examples/mops/mops.cs
  M examples/mops/mops.p6
  M examples/mops/mops.pl
  M examples/mops/mops.py
  M examples/mops/mops.rb
  M examples/namespace/namespace_dump.pir
  M examples/nci/PQt.cpp
  M examples/nci/QtHelloWorld.pasm
  M examples/nci/QtHelloWorld.pir
  M examples/nci/Xlib.pir
  M examples/nci/Xlibconstants.pir
  M examples/nci/ls.pir
  M examples/nci/sdl_blue_rectangle.pir
  M examples/nci/win32api.pir
  M examples/nci/xlibtest.nqp
  M examples/nci/xlibtest.p6
  M examples/nci/xlibtest.pir
  M examples/opengl/math.pir
  M examples/opengl/shapes.pir
  M examples/opengl/static-triangle-hll.pir
  M examples/opengl/static-triangle.pir
  M examples/opengl/triangle.pir
  M examples/pasm/cat.pasm
  M examples/pasm/fact.pasm
  M examples/pasm/hello.pasm
  M examples/pasm/trace.pasm
  M examples/past/01-sub.pir
  M examples/past/blocktype_immediate.pir
  M examples/past/four_plus_one.pir
  M examples/pge/demo.pir
  M examples/pir/befunge/Changes
  M examples/pir/befunge/MAINTAINER
  M examples/pir/befunge/README
  M examples/pir/befunge/befunge.pir
  M examples/pir/befunge/debug.pir
  M examples/pir/befunge/flow.pir
  M examples/pir/befunge/io.pir
  M examples/pir/befunge/load.pir
  M examples/pir/befunge/maths.pir
  M examples/pir/befunge/setup.pir
  M examples/pir/befunge/stack.pir
  M examples/pir/befunge/t/basic.t
  M examples/pir/circle.pir
  M examples/pir/euclid.pir
  M examples/pir/genprog.bas
  M examples/pir/hanoi.pir
  M examples/pir/interlangs.bas
  M examples/pir/interlangs.pir
  M examples/pir/io.pir
  M examples/pir/levenshtein.pir
  M examples/pir/life.pir
  M examples/pir/local_label.pir
  M examples/pir/make_hello_pbc.pir
  M examples/pir/mandel.pir
  M examples/pir/mysqltest.bas
  M examples/pir/perl6.bas
  M examples/pir/pirric.pir
  M examples/pir/queens_r.pir
  M examples/pir/quine_ord.pir
  M examples/pir/readline.pir
  M examples/pir/substr.pir
  M examples/pir/sudoku.pir
  M examples/pir/uniq.pir
  M examples/sdl/anim_image.pir
  M examples/sdl/anim_image_dblbuf.pir
  M examples/sdl/blue_font.pir
  M examples/sdl/blue_rect.pir
  M examples/sdl/blue_rect.pl
  M examples/sdl/bounce_parrot_logo.pir
  M examples/sdl/lcd/clock.pir
  M examples/sdl/mandel.pir
  M examples/sdl/minesweeper/eventhandler.pir
  M examples/sdl/minesweeper/field.pir
  M examples/sdl/minesweeper/mines.pir
  M examples/sdl/move_parrot_logo.pir
  M examples/sdl/raw_pixels.pir
  M examples/sdl/tetris/app.pir
  M examples/sdl/tetris/block.pir
  M examples/sdl/tetris/blockdata.pir
  M examples/sdl/tetris/blocks.pir
  M examples/sdl/tetris/board.pir
  M examples/sdl/tetris/boarddata.pir
  M examples/sdl/tetris/eventhandler.pir
  M examples/sdl/tetris/tetris.pir
  M examples/shootout/ack.pir
  M examples/shootout/binarytrees.pir
  M examples/shootout/fannkuch.pir
  M examples/shootout/fasta.pir
  M examples/shootout/harmonic.pir
  M examples/shootout/knucleotide.pir
  M examples/shootout/mandelbrot.pir
  M examples/shootout/nbody.pir
  M examples/shootout/nsieve-bits-2.pir
  M examples/shootout/nsieve-bits.pir
  M examples/shootout/nsieve.pir
  M examples/shootout/partialsums-2.pir
  M examples/shootout/partialsums.pir
  M examples/shootout/pidigits.pir
  M examples/shootout/random.pasm
  M examples/shootout/random.pir
  M examples/shootout/recursive-2.pir
  M examples/shootout/recursive.pir
  M examples/shootout/regexdna.pir
  M examples/shootout/revcomp.pir
  M examples/shootout/spectralnorm.pir
  M examples/shootout/sumcol.pir
  M examples/shootout/takfp.pir
  M examples/streams/Bytes.pir
  M examples/streams/Combiner.pir
  M examples/streams/Coroutine.pir
  M examples/streams/Filter.pir
  M examples/streams/Include.pir
  M examples/streams/Lines.pir
  M examples/streams/Replay.pir
  M examples/streams/SubCounter.pir
  M examples/streams/SubHello.pir
  M examples/streams/Writer.pir
  M examples/subs/bsr_ret.pasm
  M examples/subs/coroutine.pasm
  M examples/subs/multi_retvals.pir
  M examples/subs/no_retval.pir
  M examples/subs/pasm_sub1.pasm
  M examples/subs/single_retval.pir
  M examples/tcl/tcltkdemo.pir
  M examples/tge/branch/lib/Branch.pir
  M examples/tge/branch/lib/Leaf.pir
  M examples/tge/branch/transform.pir
  M examples/tools/Makefile
  M examples/tools/pbc_checker.cpp
  A examples/tools/pgegrep
  M examples/tutorial/01_temp_var.pir
  M examples/tutorial/02_local_var.pir
  M examples/tutorial/03_temp_var_basic_pmcs.pir
  M examples/tutorial/04_pod_comments.pir
  M examples/tutorial/10_math_ops.pir
  M examples/tutorial/11_math_ops_self_mod.pir
  M examples/tutorial/12_math_ops_pasm.pir
  M examples/tutorial/13_logical_ops.pir
  M examples/tutorial/20_string_ops.pir
  M examples/tutorial/21_string_ops_repeat.pir
  M examples/tutorial/22_string_ops_length.pir
  M examples/tutorial/23_string_ops_substr.pir
  M examples/tutorial/24_string_ops_clone.pir
  M examples/tutorial/30_arrays_basic.pir
  M examples/tutorial/31_array_ops_split.pir
  M examples/tutorial/32_array_ops_sprintf.pir
  M examples/tutorial/33_hashes.pir
  M examples/tutorial/34_multikey.pir
  M examples/tutorial/40_file_ops.pir
  M examples/tutorial/50_goto.pir
  M examples/tutorial/51_if_unless.pir
  M examples/tutorial/52_if_compare.pir
  M examples/tutorial/53_loop.pir
  M examples/tutorial/55_iterator.pir
  M examples/tutorial/56_defined.pir
  M examples/tutorial/57_exists.pir
  M examples/tutorial/60_subroutines.pir
  M examples/tutorial/61_namespaces.pir
  M examples/tutorial/62_namespaces.pir
  M examples/tutorial/70_class_object.pir
  M examples/tutorial/81_continuation.pir
  M examples/tutorial/82_coroutine.pir
  M examples/tutorial/83_external_libraries.pir
  M examples/tutorial/90_writing_tests.pir
  M ext/Parrot-Embed/Build.PL
  M ext/Parrot-Embed/MANIFEST
  M ext/Parrot-Embed/lib/Parrot/Embed.pm
  M ext/Parrot-Embed/lib/Parrot/Embed.xs
  M ext/Parrot-Embed/lib/Parrot/Interpreter.pm
  M ext/Parrot-Embed/lib/Parrot/PMC.pm
  M ext/Parrot-Embed/t/00-load.t
  M ext/Parrot-Embed/t/greet.pir
  M ext/Parrot-Embed/t/interp.t
  M ext/Parrot-Embed/t/languages.t
  M ext/Parrot-Embed/t/pipp.t
  M ext/Parrot-Embed/tools/check_embed_coverage.pl
  M ext/Parrot-Embed/tools/write_typemap.pl
  R ext/SQLite3/DBDI.pm
  R ext/SQLite3/DBDI/Driver/SQLite3.pm
  R ext/SQLite3/Makefile.PL
  R ext/SQLite3/Makefile.in
  R ext/SQLite3/SQLite3.pir
  R ext/SQLite3/gen_sqlite3.pl
  R ext/SQLite3/t/test.p6
  R ext/SQLite3/test.pir
  R ext/nqp-rx/.gitignore
  M ext/nqp-rx/Defines.mak
  M ext/nqp-rx/Rules.mak
  M ext/nqp-rx/src/stage0/HLL-s0.pir
  M ext/nqp-rx/src/stage0/NQP-s0.pir
  M ext/nqp-rx/src/stage0/P6Regex-s0.pir
  M ext/nqp-rx/src/stage0/Regex-s0.pir
  A ext/nqp-rx/src/stage0/nqp-setting.nqp
  M ext/nqp-rx/t/p6regex/01-regex.t
  M ext/nqp-rx/t/p6regex/rx_modifiers
  M include/parrot/atomic.h
  M include/parrot/atomic/fallback.h
  M include/parrot/atomic/gcc_pcc.h
  M include/parrot/atomic/gcc_x86.h
  M include/parrot/atomic/sparc.h
  M include/parrot/caches.h
  M include/parrot/call.h
  M include/parrot/cclass.h
  R include/parrot/charset.h
  M include/parrot/compiler.h
  M include/parrot/context.h
  M include/parrot/core_types.h
  M include/parrot/datatypes.h
  M include/parrot/debugger.h
  M include/parrot/dynext.h
  M include/parrot/embed.h
  M include/parrot/encoding.h
  M include/parrot/enums.h
  R include/parrot/events.h
  M include/parrot/exceptions.h
  M include/parrot/exit.h
  M include/parrot/extend.h
  M include/parrot/gc_api.h
  R include/parrot/global.h
  M include/parrot/global_setup.h
  M include/parrot/hash.h
  M include/parrot/hll.h
  A include/parrot/imageio.h
  M include/parrot/imcc.h
  M include/parrot/interpreter.h
  M include/parrot/io.h
  M include/parrot/io_portable.h
  M include/parrot/io_unix.h
  M include/parrot/io_win32.h
  M include/parrot/key.h
  M include/parrot/library.h
  A include/parrot/list.h
  M include/parrot/longopt.h
  M include/parrot/memory.h
  M include/parrot/misc.h
  M include/parrot/multidispatch.h
  A include/parrot/namespace.h
  M include/parrot/nci.h
  M include/parrot/oo.h
  M include/parrot/oo_private.h
  M include/parrot/op.h
  M include/parrot/oplib.h
  A include/parrot/oplib/core_ops.h
  A include/parrot/oplib/ops.h
  A include/parrot/opsenum.h
  M include/parrot/packfile.h
  M include/parrot/parrot.h
  A include/parrot/platform_interface.h
  M include/parrot/pmc.h
  M include/parrot/pmc_freeze.h
  M include/parrot/pobj.h
  A include/parrot/pointer_array.h
  M include/parrot/runcore_api.h
  M include/parrot/runcore_profiling.h
  M include/parrot/runcore_trace.h
  M include/parrot/scheduler.h
  M include/parrot/scheduler_private.h
  M include/parrot/settings.h
  M include/parrot/stat.h
  M include/parrot/string.h
  M include/parrot/string_funcs.h
  M include/parrot/string_primitives.h
  M include/parrot/sub.h
  A include/parrot/sysmem.h
  M include/parrot/thr_pthread.h
  M include/parrot/thr_windows.h
  M include/parrot/thread.h
  R include/parrot/tsq.h
  M include/parrot/vtables.h
  M include/parrot/warnings.h
  M lib/IO/CaptureOutput.pm
  M lib/Parrot/BuildUtil.pm
  M lib/Parrot/Config.pm
  M lib/Parrot/Configure.pm
  M lib/Parrot/Configure/Compiler.pm
  M lib/Parrot/Configure/Data.pm
  M lib/Parrot/Configure/Messages.pm
  M lib/Parrot/Configure/Options.pm
  M lib/Parrot/Configure/Options/Conf.pm
  M lib/Parrot/Configure/Options/Conf/CLI.pm
  M lib/Parrot/Configure/Options/Conf/File.pm
  M lib/Parrot/Configure/Options/Conf/Shared.pm
  M lib/Parrot/Configure/Options/Reconf.pm
  M lib/Parrot/Configure/Options/Test.pm
  M lib/Parrot/Configure/Options/Test/Prepare.pm
  M lib/Parrot/Configure/Step.pm
  M lib/Parrot/Configure/Step/List.pm
  M lib/Parrot/Configure/Step/Methods.pm
  M lib/Parrot/Configure/Step/Test.pm
  M lib/Parrot/Configure/Test.pm
  M lib/Parrot/Configure/Trace.pm
  M lib/Parrot/Configure/Utils.pm
  M lib/Parrot/Distribution.pm
  M lib/Parrot/Docs/Directory.pm
  M lib/Parrot/Docs/File.pm
  M lib/Parrot/Docs/Group.pm
  M lib/Parrot/Docs/HTMLPage.pm
  M lib/Parrot/Docs/Item.pm
  M lib/Parrot/Docs/POD2HTML.pm
  M lib/Parrot/Docs/Section.pm
  M lib/Parrot/Docs/Section/C.pm
  M lib/Parrot/Docs/Section/Compilers.pm
  M lib/Parrot/Docs/Section/Config.pm
  M lib/Parrot/Docs/Section/Developer.pm
  M lib/Parrot/Docs/Section/Examples.pm
  M lib/Parrot/Docs/Section/IMCC.pm
  M lib/Parrot/Docs/Section/Info.pm
  M lib/Parrot/Docs/Section/Libs.pm
  M lib/Parrot/Docs/Section/Ops.pm
  A lib/Parrot/Docs/Section/PCT_Tutorial.pm
  M lib/Parrot/Docs/Section/PDDs.pm
  M lib/Parrot/Docs/Section/PMCs.pm
  M lib/Parrot/Docs/Section/Parrot.pm
  M lib/Parrot/Docs/Section/Perl.pm
  M lib/Parrot/Docs/Section/Tests.pm
  M lib/Parrot/Docs/Section/Tools.pm
  M lib/Parrot/Docs/Text2HTML.pm
  A lib/Parrot/Git/Describe.pm
  M lib/Parrot/H2inc.pm
  M lib/Parrot/Harness/DefaultTests.pm
  M lib/Parrot/Harness/Options.pm
  M lib/Parrot/Harness/Smoke.pm
  M lib/Parrot/Headerizer.pm
  M lib/Parrot/IO/Directory.pm
  M lib/Parrot/IO/File.pm
  M lib/Parrot/IO/Path.pm
  M lib/Parrot/Install.pm
  M lib/Parrot/Manifest.pm
  R lib/Parrot/Op.pm
  R lib/Parrot/OpTrans.pm
  R lib/Parrot/OpTrans/C.pm
  R lib/Parrot/OpTrans/CGP.pm
  R lib/Parrot/OpTrans/CGoto.pm
  R lib/Parrot/OpTrans/CPrederef.pm
  R lib/Parrot/OpTrans/CSwitch.pm
  R lib/Parrot/Ops2c/Auxiliary.pm
  R lib/Parrot/Ops2c/Utils.pm
  R lib/Parrot/Ops2pm.pm
  R lib/Parrot/Ops2pm/Auxiliary.pm
  R lib/Parrot/Ops2pm/Base.pm
  R lib/Parrot/OpsFile.pm
  R lib/Parrot/OpsRenumber.pm
  M lib/Parrot/Pmc2c/Attribute.pm
  M lib/Parrot/Pmc2c/ComposedMethod.pm
  M lib/Parrot/Pmc2c/Dumper.pm
  M lib/Parrot/Pmc2c/Emitter.pm
  M lib/Parrot/Pmc2c/Library.pm
  M lib/Parrot/Pmc2c/MULTI.pm
  M lib/Parrot/Pmc2c/Method.pm
  M lib/Parrot/Pmc2c/MethodEmitter.pm
  M lib/Parrot/Pmc2c/Object.pm
  M lib/Parrot/Pmc2c/PCCMETHOD.pm
  M lib/Parrot/Pmc2c/PMC.pm
  M lib/Parrot/Pmc2c/PMC/Null.pm
  M lib/Parrot/Pmc2c/PMC/Object.pm
  M lib/Parrot/Pmc2c/PMC/ParrotClass.pm
  M lib/Parrot/Pmc2c/PMC/PrintTree.pm
  M lib/Parrot/Pmc2c/PMC/RO.pm
  M lib/Parrot/Pmc2c/PMC/default.pm
  M lib/Parrot/Pmc2c/PMCEmitter.pm
  M lib/Parrot/Pmc2c/Parser.pm
  M lib/Parrot/Pmc2c/Pmc2cMain.pm
  M lib/Parrot/Pmc2c/UtilFunctions.pm
  M lib/Parrot/Pmc2c/VTable.pm
  M lib/Parrot/Revision.pm
  A lib/Parrot/SHA1.pm
  M lib/Parrot/SearchOps.pm
  M lib/Parrot/Test.pm
  M lib/Parrot/Test/Harness.pm
  M lib/Parrot/Test/PGE.pm
  M lib/Parrot/Test/PIR_PGE.pm
  M lib/Parrot/Test/Pod.pm
  M lib/Parrot/Test/Pod/Utils.pm
  M lib/Parrot/Test/Util.pm
  M lib/Parrot/Test/Util/Runloop.pm
  M lib/Parrot/Vtable.pm
  M lib/Perl/Critic/Policy/CodeLayout/ProhibitDuplicateCoda.pm
  M lib/Perl/Critic/Policy/CodeLayout/ProhibitTrailingWhitespace.pm
  M lib/Perl/Critic/Policy/CodeLayout/UseParrotCoda.pm
  M lib/Perl/Critic/Policy/TestingAndDebugging/MisplacedShebang.pm
  M lib/Perl/Critic/Policy/TestingAndDebugging/ProhibitShebangWarningsArg.pm
  M lib/Perl/Critic/Policy/TestingAndDebugging/RequirePortableShebang.pm
  M lib/Pod/Simple/Search.pm
  M parrotbug
  R ports/cpan/cpan_release.pod
  R ports/cpan/pause_guide.pod
  M ports/cygwin/README
  M ports/debian/changelog
  M ports/debian/control
  M ports/debian/control.in
  M ports/debian/parrot-devel.install.in
  R ports/debian/patches/01_fix_doc_install.patch
  R ports/debian/patches/02_fix_man_whatis.patch
  A ports/debian/patches/04_fix_opsc_man.patch
  A ports/debian/patches/05_fix_gc_ftbfs_ia64.patch
  M ports/debian/patches/series
  M ports/debian/rules
  A ports/fedora/2.6.0/parrot.desk.in.tar.gz
  A ports/fedora/2.6.0/parrot.spec
  R ports/fedora/parrot.patch
  R ports/fedora/parrot.spec.fedora
  M ports/macports/Portfile
  A ports/mandriva/2.3.0/parrot-2.3.0-remove_md2_upstream_r45824.patch
  A ports/mandriva/2.3.0/parrot.spec
  R ports/mandriva/parrot.spec.mandriva
  A ports/suse/2.5.0/parrot.diff
  A ports/suse/2.5.0/parrot.spec
  R ports/suse/parrot.spec.suse
  M ports/ubuntu/control.in
  A runtime/parrot/bin/prove.pir
  M runtime/parrot/dynext/README
  M runtime/parrot/include/README
  M runtime/parrot/include/fp_equality.pasm
  M runtime/parrot/include/hllmacros.pir
  M runtime/parrot/include/test_more.pir
  M runtime/parrot/languages/parrot/parrot.pir
  A runtime/parrot/library/Archive/Tar.pir
  A runtime/parrot/library/Archive/Zip.pir
  M runtime/parrot/library/CGI/QueryHash.pir
  M runtime/parrot/library/Config/JSON.pir
  M runtime/parrot/library/Configure/genfile.pir
  M runtime/parrot/library/Crow.pir
  M runtime/parrot/library/Curses.pir
  M runtime/parrot/library/Data/Dumper.pir
  M runtime/parrot/library/Data/Dumper/Base.pir
  M runtime/parrot/library/Data/Dumper/Default.pir
  M runtime/parrot/library/Digest/MD5.pir
  A runtime/parrot/library/Digest/sha256.pir
  M runtime/parrot/library/Getopt/Obj.pir
  M runtime/parrot/library/HTTP/Daemon.pir
  A runtime/parrot/library/HTTP/Message.pir
  M runtime/parrot/library/Iter.pir
  M runtime/parrot/library/JSON.pir
  A runtime/parrot/library/LWP/Protocol.pir
  A runtime/parrot/library/LWP/UserAgent.pir
  M runtime/parrot/library/MIME/Base64.pir
  M runtime/parrot/library/Math/Rand.pir
  M runtime/parrot/library/NCI/Utils.pir
  M runtime/parrot/library/OpenGL.pir
  M runtime/parrot/library/OpenGL/Math.pir
  M runtime/parrot/library/P6object.pir
  M runtime/parrot/library/PGE/Dumper.pir
  M runtime/parrot/library/PGE/Glob.pir
  M runtime/parrot/library/PGE/Hs.pir
  M runtime/parrot/library/PGE/Perl6Grammar.pir
  M runtime/parrot/library/PGE/Text.pir
  M runtime/parrot/library/PGE/Util.pir
  M runtime/parrot/library/Parrot/Coroutine.pir
  M runtime/parrot/library/Parrot/Exception.pir
  M runtime/parrot/library/Pg.pir
  A runtime/parrot/library/ProfTest/Matcher.nqp
  A runtime/parrot/library/ProfTest/NQPProfile.nqp
  A runtime/parrot/library/ProfTest/PIRProfile.nqp
  A runtime/parrot/library/ProfTest/Want.nqp
  M runtime/parrot/library/Protoobject.pir
  M runtime/parrot/library/Range.pir
  M runtime/parrot/library/SDL.pir
  M runtime/parrot/library/SDL/App.pir
  M runtime/parrot/library/SDL/Button.pir
  M runtime/parrot/library/SDL/Color.pir
  M runtime/parrot/library/SDL/Constants.pir
  M runtime/parrot/library/SDL/Event.pir
  M runtime/parrot/library/SDL/EventHandler.pir
  M runtime/parrot/library/SDL/Font.pir
  M runtime/parrot/library/SDL/Image.pir
  M runtime/parrot/library/SDL/LCD.pir
  M runtime/parrot/library/SDL/Rect.pir
  M runtime/parrot/library/SDL/Sprite.pir
  M runtime/parrot/library/SDL/StopWatch.pir
  M runtime/parrot/library/SDL/Surface.pir
  R runtime/parrot/library/SQLite3.pir
  M runtime/parrot/library/Stream/Base.pir
  M runtime/parrot/library/Stream/Combiner.pir
  M runtime/parrot/library/Stream/Coroutine.pir
  M runtime/parrot/library/Stream/Filter.pir
  M runtime/parrot/library/Stream/Lines.pir
  M runtime/parrot/library/Stream/ParrotIO.pir
  M runtime/parrot/library/Stream/Replay.pir
  M runtime/parrot/library/Stream/Sub.pir
  M runtime/parrot/library/Stream/Writer.pir
  M runtime/parrot/library/String/Utils.pir
  A runtime/parrot/library/TAP/Formatter.pir
  A runtime/parrot/library/TAP/Harness.pir
  A runtime/parrot/library/TAP/Parser.pir
  M runtime/parrot/library/Tcl/Glob.pir
  M runtime/parrot/library/TclLibrary.pir
  M runtime/parrot/library/Test/Builder.pir
  M runtime/parrot/library/Test/Builder/Output.pir
  M runtime/parrot/library/Test/Builder/Test.pir
  M runtime/parrot/library/Test/Builder/TestPlan.pir
  M runtime/parrot/library/Test/Builder/Tester.pir
  M runtime/parrot/library/Test/Class.pir
  M runtime/parrot/library/Test/More.pir
  A runtime/parrot/library/URI.pir
  A runtime/parrot/library/URI/Escape.pir
  M runtime/parrot/library/YAML/Dumper.pir
  M runtime/parrot/library/YAML/Dumper/Base.pir
  M runtime/parrot/library/YAML/Dumper/Default.pir
  M runtime/parrot/library/distutils.pir
  M runtime/parrot/library/dumper.pir
  M runtime/parrot/library/libpcre.pir
  M runtime/parrot/library/ncurses.pasm
  M runtime/parrot/library/ncurses.pir
  A runtime/parrot/library/osutils.pir
  M runtime/parrot/library/parrotlib.pir
  M runtime/parrot/library/pcore.pir
  M runtime/parrot/library/pcre.pir
  M runtime/parrot/library/postgres.pasm
  M runtime/parrot/library/postgres.pir
  M runtime/parrot/library/random_lib.pir
  M runtime/parrot/library/uuid.pir
  M runtime/parrot/library/yaml_dumper.pir
  M src/atomic/gcc_x86.c
  R src/byteorder.c
  M src/call/args.c
  M src/call/context.c
  M src/call/context_accessors.c
  M src/call/ops.c
  M src/call/pcc.c
  M src/datatypes.c
  M src/debug.c
  M src/dynext.c
  A src/dynoplibs/Defines.in
  M src/dynoplibs/README
  A src/dynoplibs/Rules.in
  A src/dynoplibs/bit.ops
  A src/dynoplibs/debug.ops
  A src/dynoplibs/io.ops
  M src/dynoplibs/math.ops
  M src/dynoplibs/obscure.ops
  A src/dynoplibs/sys.ops
  A src/dynoplibs/trans.ops
  A src/dynpmc/Defines.in
  A src/dynpmc/Rules.in
  M src/dynpmc/dynlexpad.pmc
  M src/dynpmc/ext.pir
  A src/dynpmc/file.pmc
  M src/dynpmc/foo.pmc
  M src/dynpmc/foo2.pmc
  R src/dynpmc/gdbmhash.pmc
  A src/dynpmc/gziphandle.pmc
  M src/dynpmc/main.pasm
  A src/dynpmc/os.pmc
  M src/dynpmc/pccmethod_test.pmc
  M src/dynpmc/rational.pmc
  M src/dynpmc/rotest.pmc
  M src/dynpmc/subproxy.pmc
  M src/embed.c
  R src/events.c
  M src/exceptions.c
  M src/exit.c
  M src/extend.c
  R src/frame_builder.c
  R src/frame_builder.h
  M src/gc/alloc_memory.c
  M src/gc/alloc_resources.c
  M src/gc/api.c
  A src/gc/fixed_allocator.c
  A src/gc/fixed_allocator.h
  M src/gc/gc_inf.c
  M src/gc/gc_ms.c
  A src/gc/gc_ms2.c
  M src/gc/gc_private.h
  M src/gc/malloc.c
  M src/gc/malloc_trace.c
  M src/gc/mark_sweep.c
  A src/gc/string_gc.c
  M src/gc/system.c
  A src/gc/variable_size_pool.c
  A src/gc/variable_size_pool.h
  R src/global.c
  M src/global_setup.c
  M src/hash.c
  M src/hll.c
  M src/interp/inter_cb.c
  M src/interp/inter_create.c
  M src/interp/inter_misc.c
  M src/io/api.c
  M src/io/buffer.c
  M src/io/core.c
  M src/io/filehandle.c
  M src/io/io_private.h
  M src/io/portable.c
  M src/io/socket_api.c
  M src/io/socket_unix.c
  M src/io/socket_win32.c
  M src/io/unix.c
  M src/io/utf8.c
  M src/io/win32.c
  M src/key.c
  M src/library.c
  A src/list.c
  M src/longopt.c
  M src/main.c
  M src/misc.c
  M src/multidispatch.c
  A src/namespace.c
  M src/nci/api.c
  M src/nci/core_thunks.c
  M src/nci/extra_thunks.c
  A src/nci/libffi.c
  A src/nci/signatures.c
  M src/nci_test.c
  M src/oo.c
  M src/ops/bit.ops
  M src/ops/cmp.ops
  M src/ops/core.ops
  A src/ops/core_ops.c
  R src/ops/debug.ops
  M src/ops/experimental.ops
  M src/ops/io.ops
  M src/ops/math.ops
  M src/ops/object.ops
  R src/ops/ops.num
  M src/ops/pmc.ops
  M src/ops/set.ops
  M src/ops/string.ops
  M src/ops/sys.ops
  M src/ops/var.ops
  M src/packdump.c
  M src/packfile.c
  A src/packfile/byteorder.h
  M src/packfile/pf_items.c
  M src/packout.c
  M src/parrot_debugger.c
  M src/pbc_disassemble.c
  M src/pbc_dump.c
  M src/pbc_merge.c
  M src/pmc.c
  M src/pmc/addrregistry.pmc
  M src/pmc/arrayiterator.pmc
  M src/pmc/bigint.pmc
  M src/pmc/bignum.pmc
  M src/pmc/boolean.pmc
  A src/pmc/bytebuffer.pmc
  M src/pmc/callcontext.pmc
  M src/pmc/capture.pmc
  M src/pmc/class.pmc
  R src/pmc/codestring.pmc
  M src/pmc/complex.pmc
  M src/pmc/continuation.pmc
  M src/pmc/coroutine.pmc
  R src/pmc/cpointer.pmc
  M src/pmc/default.pmc
  M src/pmc/env.pmc
  M src/pmc/eval.pmc
  M src/pmc/eventhandler.pmc
  M src/pmc/exception.pmc
  M src/pmc/exceptionhandler.pmc
  M src/pmc/exporter.pmc
  R src/pmc/file.pmc
  M src/pmc/filehandle.pmc
  M src/pmc/fixedbooleanarray.pmc
  M src/pmc/fixedfloatarray.pmc
  M src/pmc/fixedintegerarray.pmc
  M src/pmc/fixedpmcarray.pmc
  M src/pmc/fixedstringarray.pmc
  M src/pmc/float.pmc
  M src/pmc/handle.pmc
  M src/pmc/hash.pmc
  M src/pmc/hashiterator.pmc
  M src/pmc/hashiteratorkey.pmc
  R src/pmc/imageio.pmc
  A src/pmc/imageiofreeze.pmc
  M src/pmc/imageiosize.pmc
  A src/pmc/imageiostrings.pmc
  A src/pmc/imageiothaw.pmc
  M src/pmc/integer.pmc
  M src/pmc/iterator.pmc
  M src/pmc/key.pmc
  M src/pmc/lexinfo.pmc
  M src/pmc/lexpad.pmc
  M src/pmc/managedstruct.pmc
  A src/pmc/mappedbytearray.pmc
  M src/pmc/multisub.pmc
  M src/pmc/namespace.pmc
  A src/pmc/nativepccmethod.pmc
  M src/pmc/nci.pmc
  M src/pmc/null.pmc
  M src/pmc/object.pmc
  M src/pmc/opcode.pmc
  M src/pmc/oplib.pmc
  M src/pmc/orderedhash.pmc
  M src/pmc/orderedhashiterator.pmc
  R src/pmc/os.pmc
  M src/pmc/packfile.pmc
  M src/pmc/packfileannotation.pmc
  M src/pmc/packfileannotations.pmc
  M src/pmc/packfileconstanttable.pmc
  A src/pmc/packfiledebug.pmc
  M src/pmc/packfiledirectory.pmc
  R src/pmc/packfilefixupentry.pmc
  R src/pmc/packfilefixuptable.pmc
  M src/pmc/packfilerawsegment.pmc
  M src/pmc/packfilesegment.pmc
  M src/pmc/parrotinterpreter.pmc
  M src/pmc/parrotlibrary.pmc
  R src/pmc/parrotrunningthread.pmc
  M src/pmc/parrotthread.pmc
  M src/pmc/pmc.num
  M src/pmc/pmcproxy.pmc
  M src/pmc/pointer.pmc
  M src/pmc/resizablebooleanarray.pmc
  M src/pmc/resizablefloatarray.pmc
  M src/pmc/resizableintegerarray.pmc
  M src/pmc/resizablepmcarray.pmc
  M src/pmc/resizablestringarray.pmc
  R src/pmc/retcontinuation.pmc
  M src/pmc/role.pmc
  M src/pmc/scalar.pmc
  M src/pmc/scheduler.pmc
  M src/pmc/schedulermessage.pmc
  M src/pmc/sockaddr.pmc
  M src/pmc/socket.pmc
  M src/pmc/string.pmc
  A src/pmc/stringbuilder.pmc
  M src/pmc/stringhandle.pmc
  M src/pmc/stringiterator.pmc
  M src/pmc/sub.pmc
  M src/pmc/task.pmc
  A src/pmc/threadinterpreter.pmc
  M src/pmc/timer.pmc
  M src/pmc/undef.pmc
  M src/pmc/unmanagedstruct.pmc
  M src/pmc_freeze.c
  A src/pointer_array.c
  M src/runcore/cores.c
  M src/runcore/main.c
  M src/runcore/profiling.c
  M src/runcore/trace.c
  M src/scheduler.c
  M src/spf_render.c
  M src/spf_vtable.c
  M src/string/api.c
  R src/string/charset.c
  R src/string/charset/ascii.c
  R src/string/charset/ascii.h
  R src/string/charset/binary.c
  R src/string/charset/binary.h
  R src/string/charset/iso-8859-1.c
  R src/string/charset/iso-8859-1.h
  R src/string/charset/tables.c
  R src/string/charset/tables.h
  R src/string/charset/unicode.c
  R src/string/charset/unicode.h
  M src/string/encoding.c
  A src/string/encoding/ascii.c
  A src/string/encoding/binary.c
  R src/string/encoding/fixed_8.c
  R src/string/encoding/fixed_8.h
  A src/string/encoding/latin1.c
  A src/string/encoding/null.c
  A src/string/encoding/shared.c
  A src/string/encoding/shared.h
  A src/string/encoding/tables.c
  A src/string/encoding/tables.h
  M src/string/encoding/ucs2.c
  R src/string/encoding/ucs2.h
  A src/string/encoding/ucs4.c
  M src/string/encoding/utf16.c
  R src/string/encoding/utf16.h
  M src/string/encoding/utf8.c
  R src/string/encoding/utf8.h
  M src/string/primitives.c
  M src/string/unicode.h
  M src/sub.c
  M src/thread.c
  R src/tsq.c
  M src/utils.c
  M src/vtable.tbl
  M src/vtables.c
  M src/warnings.c
  M t/README
  M t/TESTS_STATUS.pod
  M t/benchmark/benchmarks.t
  M t/codingstd/c_arg_assert.t
  M t/codingstd/c_code_coda.t
  M t/codingstd/c_cppcomments.t
  A t/codingstd/c_enum.t
  M t/codingstd/c_function_docs.t
  M t/codingstd/c_header_guards.t
  M t/codingstd/c_indent.t
  M t/codingstd/c_macro_args.t
  M t/codingstd/c_operator.t
  M t/codingstd/c_parens.t
  M t/codingstd/c_returns.t
  M t/codingstd/c_struct.t
  M t/codingstd/c_todo.t
  M t/codingstd/check_isxxx.t
  M t/codingstd/check_toxxx.t
  M t/codingstd/copyright.t
  M t/codingstd/cuddled_else.t
  M t/codingstd/filenames.t
  M t/codingstd/gmt_utc.t
  M t/codingstd/linelength.t
  M t/codingstd/make_code_coda.t
  M t/codingstd/opcode_doc.t
  M t/codingstd/pbc_compat.t
  M t/codingstd/pccmethod_deps.t
  M t/codingstd/pdd_format.t
  M t/codingstd/perlcritic.t
  M t/codingstd/pir_code_coda.t
  A t/codingstd/pmc_docs.t
  M t/codingstd/pod_description.t
  M t/codingstd/pod_syntax.t
  M t/codingstd/pod_todo.t
  R t/codingstd/svn_id.t
  M t/codingstd/tabs.t
  M t/codingstd/trailing_space.t
  A t/compilers/data_json/from_parrot.t
  A t/compilers/data_json/to_parrot.t
  M t/compilers/imcc/imcpasm/cfg.t
  M t/compilers/imcc/imcpasm/opt0.t
  M t/compilers/imcc/imcpasm/opt1.t
  M t/compilers/imcc/imcpasm/opt2.t
  M t/compilers/imcc/imcpasm/optc.t
  M t/compilers/imcc/imcpasm/pcc.t
  M t/compilers/imcc/reg/alloc.t
  M t/compilers/imcc/reg/spill.t
  A t/compilers/imcc/reg/spill_old.t
  M t/compilers/imcc/syn/clash.t
  M t/compilers/imcc/syn/const.t
  M t/compilers/imcc/syn/errors.t
  M t/compilers/imcc/syn/eval.t
  M t/compilers/imcc/syn/file.t
  M t/compilers/imcc/syn/hll.t
  M t/compilers/imcc/syn/keyed.t
  M t/compilers/imcc/syn/labels.t
  M t/compilers/imcc/syn/macro.t
  M t/compilers/imcc/syn/objects.t
  M t/compilers/imcc/syn/op.t
  M t/compilers/imcc/syn/pasm.t
  M t/compilers/imcc/syn/pcc.t
  M t/compilers/imcc/syn/pod.t
  M t/compilers/imcc/syn/regressions.t
  M t/compilers/imcc/syn/scope.t
  M t/compilers/imcc/syn/subflags.t
  M t/compilers/imcc/syn/symbols.t
  M t/compilers/imcc/syn/tail.t
  M t/compilers/imcc/syn/veracity.t
  R t/compilers/json/from_parrot.t
  R t/compilers/json/to_parrot.t
  A t/compilers/opsc/01-parse.t
  A t/compilers/opsc/02-parse-all-ops.t
  A t/compilers/opsc/03-past.t
  A t/compilers/opsc/04-op.t
  A t/compilers/opsc/05-oplib.t
  A t/compilers/opsc/06-opsfile.t
  A t/compilers/opsc/07-emitter.t
  A t/compilers/opsc/common.pir
  M t/compilers/pct/complete_workflow.t
  M t/compilers/pct/past.t
  M t/compilers/pct/pct_hllcompiler.t
  M t/compilers/pct/post.t
  M t/compilers/pge/00-basic.t
  M t/compilers/pge/02-match.t
  M t/compilers/pge/03-optable.t
  M t/compilers/pge/04-compile.t
  M t/compilers/pge/06-grammar.t
  M t/compilers/pge/p5regex/p5rx.t
  M t/compilers/pge/perl6regex/01-regex.t
  M t/compilers/pge/perl6regex/context.t
  M t/compilers/pge/perl6regex/rx_modifiers
  M t/compilers/pge/pge-hs.t
  M t/compilers/pge/pge.t
  M t/compilers/pge/pge_examples.t
  M t/compilers/pge/pge_globs.t
  M t/compilers/pge/pge_text.t
  M t/compilers/pge/pge_util.t
  M t/compilers/pge/regression.t
  M t/compilers/tge/basic.t
  M t/compilers/tge/grammar.t
  M t/compilers/tge/harness
  M t/compilers/tge/parser.t
  M t/configure/001-options.t
  M t/configure/002-messages.t
  M t/configure/003-steplist.t
  M t/configure/004-configure.t
  M t/configure/005-run_one_step.t
  M t/configure/006-bad_step.t
  M t/configure/007-verbose_two.t
  M t/configure/008-file_based_configuration.t
  M t/configure/011-no_description.t
  M t/configure/012-verbose.t
  M t/configure/013-die.t
  M t/configure/015-no_return.t
  M t/configure/016-no_return_but_result.t
  M t/configure/017-revision_from_cache.t
  M t/configure/018-revision_to_cache.t
  M t/configure/019-version.t
  M t/configure/020-version.t
  M t/configure/021-version.t
  M t/configure/022-version.t
  M t/configure/023-version.t
  M t/configure/024-version.t
  M t/configure/025-options_test.t
  M t/configure/026-options_test.t
  M t/configure/027-option_or_data.t
  M t/configure/028-option_or_data.t
  M t/configure/029-option_or_data.t
  M t/configure/030-option_or_data.t
  M t/configure/031-base.t
  M t/configure/032-data.t
  M t/configure/033-step.t
  M t/configure/034-step.t
  M t/configure/035-step.t
  M t/configure/037-run_single_step.t
  M t/configure/038-run_single_step.t
  M t/configure/039-run_single_step.t
  M t/configure/041-return_undef.t
  M t/configure/042-list_of_steps.t
  M t/configure/043-verbose_step.t
  M t/configure/044-slurp_file.t
  M t/configure/045-generated_file_header.t
  M t/configure/046-inter.t
  M t/configure/047-inter.t
  M t/configure/048-return_result_undef.t
  M t/configure/049-options_test_prepare.t
  M t/configure/050-fatal.t
  M t/configure/051-fatal_step.t
  M t/configure/059-silent.t
  M t/configure/061-revision_from_cache.t
  A t/configure/062-sha1_to_cache.t
  A t/configure/063-git_describe_to_cache.t
  A t/configure/064-sha1_from_cache.t
  M t/configure/testlib/Make_VERSION_File.pm
  M t/configure/testlib/Tie/Filehandle/Preempt/Stdin.pm
  M t/configure/testlib/adefectivefoobar
  M t/configure/testlib/bdefectivefoobar
  M t/configure/testlib/cdefectivefoobar
  M t/configure/testlib/ddefectivefoobar
  M t/configure/testlib/init/alpha.pm
  M t/configure/testlib/init/beta.pm
  M t/configure/testlib/init/delta.pm
  M t/configure/testlib/init/epsilon.pm
  M t/configure/testlib/init/foobar.pm
  M t/configure/testlib/init/gamma.pm
  M t/configure/testlib/init/iota.pm
  M t/configure/testlib/init/kappa.pm
  M t/configure/testlib/init/lambda.pm
  M t/configure/testlib/init/mu.pm
  M t/configure/testlib/init/zeta.pm
  M t/configure/testlib/inter/theta.pm
  M t/configure/testlib/verbosefoobar
  R t/distro/file_metadata.t
  M t/distro/manifest.t
  A t/distro/manifest_generated.t
  R t/distro/meta_yml.t
  A t/dynoplibs/bit.t
  A t/dynoplibs/debug.t
  A t/dynoplibs/io-old.t
  A t/dynoplibs/io.t
  M t/dynoplibs/math.t
  M t/dynoplibs/obscure.t
  A t/dynoplibs/pmc_pow.t
  A t/dynoplibs/string_pmc_bitwise.t
  A t/dynoplibs/sysinfo.t
  A t/dynoplibs/time.t
  A t/dynoplibs/time_old.t
  A t/dynoplibs/trans-infnan.t
  A t/dynoplibs/trans-old.t
  A t/dynoplibs/trans.t
  M t/dynpmc/dynlexpad.t
  A t/dynpmc/file.t
  M t/dynpmc/foo.t
  M t/dynpmc/foo2.t
  R t/dynpmc/gdbmhash.t
  A t/dynpmc/gziphandle.t
  A t/dynpmc/os.t
  M t/dynpmc/pccmethod_test.t
  M t/dynpmc/rational.t
  M t/dynpmc/rotest.t
  M t/dynpmc/subclass_with_pir_method.t
  M t/dynpmc/subproxy.t
  M t/examples/catchall.t
  R t/examples/japh.t
  M t/examples/library.t
  M t/examples/namespace.t
  M t/examples/pasm.t
  M t/examples/past.t
  A t/examples/pgegrep.t
  M t/examples/pir.t
  M t/examples/pod.t
  M t/examples/shootout.t
  M t/examples/streams.t
  M t/examples/subs.t
  M t/examples/tutorial.t
  M t/harness
  A t/harness.pir
  M t/include/fp_equality.t
  A t/library/archive_tar.t
  A t/library/archive_zip.t
  M t/library/cgi_query_hash.t
  M t/library/configure.t
  M t/library/coroutine.t
  A t/library/distutils.t
  M t/library/dumper.t
  M t/library/getopt_obj.t
  M t/library/hllmacros.t
  M t/library/iter.t
  A t/library/lwp.t
  M t/library/md5.t
  M t/library/mime_base64.t
  A t/library/osutils.t
  M t/library/p6object.t
  M t/library/parrotlib.t
  M t/library/pcre.t
  M t/library/pg.t
  M t/library/protoobject.t
  M t/library/rand.t
  M t/library/range.t
  M t/library/streams.t
  M t/library/string_utils.t
  A t/library/tap_parser.t
  M t/library/tcl_glob.t
  M t/library/tcl_lib.t
  A t/library/test_builder_done_testing.t
  M t/library/test_builder_tester.t
  M t/library/test_class.t
  M t/library/test_more.t
  A t/library/uri.t
  A t/library/uri_escape.t
  M t/library/uuid.t
  M t/library/yaml_dumper.t
  M t/manifest/01-basic.t
  M t/manifest/02-regenerate_file.t
  M t/manifest/03-regenerate_skip.t
  M t/manifest/04-alt_file.t
  M t/manifest/05-alt_skip.t
  R t/native_pbc/annotations.pbc
  M t/native_pbc/header.t
  A t/native_pbc/integer.pbc
  M t/native_pbc/integer.t
  M t/native_pbc/integer_1.pbc
  M t/native_pbc/integer_2.pbc
  M t/native_pbc/integer_4.pbc
  A t/native_pbc/number.pbc
  M t/native_pbc/number.t
  M t/native_pbc/number_1.pbc
  M t/native_pbc/number_2.pbc
  M t/native_pbc/number_4.pbc
  A t/native_pbc/string.pbc
  M t/native_pbc/string.t
  M t/native_pbc/string_1.pbc
  M t/native_pbc/string_2.pbc
  M t/native_pbc/string_4.pbc
  R t/native_pbc/testdata/annotations.pir
  M t/native_pbc/testdata/number.pasm
  M t/native_pbc/testdata/string.pasm
  M t/oo/attributes.t
  M t/oo/composition.t
  M t/oo/inheritance.t
  M t/oo/isa.t
  M t/oo/metamodel.t
  M t/oo/methods.t
  M t/oo/mro-c3.t
  M t/oo/names.t
  M t/oo/new-old.t
  M t/oo/new.t
  A t/oo/objects.t
  M t/oo/ops.t
  M t/oo/proxy.t
  M t/oo/root_new.t
  M t/oo/subclass.t
  M t/oo/vtableoverride.t
  M t/op/00ff-dos.t
  M t/op/00ff-unix.t
  R t/op/01-parse_ops.t
  M t/op/64bit.t
  M t/op/annotate-old.t
  M t/op/annotate.t
  M t/op/arithmetics.t
  M t/op/arithmetics_pmc.t
  M t/op/basic.t
  M t/op/box.t
  M t/op/calling.t
  M t/op/cc_params.t
  M t/op/cc_params_old.t
  M t/op/cc_state.t
  M t/op/cmp-nonbranch.t
  M t/op/comp.t
  M t/op/copy.t
  R t/op/debuginfo.t
  M t/op/errorson.t
  M t/op/exceptions.t
  M t/op/exit.t
  M t/op/fetch.t
  A t/op/gc-active-buffers.t
  A t/op/gc-leaky-box.t
  A t/op/gc-leaky-call.t
  R t/op/gc-leaky.t
  A t/op/gc-non-recursive.t
  M t/op/gc.t
  M t/op/globals.t
  M t/op/ifunless.t
  M t/op/inf_nan.t
  M t/op/integer.t
  M t/op/interp.t
  R t/op/io.t
  M t/op/jit.t
  M t/op/jitn.t
  M t/op/lexicals.t
  M t/op/literal-old.t
  M t/op/literal.t
  M t/op/load_bytecode.t
  M t/op/number.t
  R t/op/pushaction.t
  M t/op/say.t
  M t/op/spawnw.t
  M t/op/sprintf.t
  M t/op/sprintf2.t
  M t/op/string.t
  M t/op/string_cclass.t
  M t/op/string_cmp.t
  M t/op/string_cs.t
  M t/op/string_mem.t
  M t/op/stringu.t
  R t/op/sysinfo.t
  A t/op/testlib/test_strings.pir
  M t/op/time.t
  R t/op/time_old.t
  R t/op/trans.t
  R t/op/trans_old.t
  M t/op/vivify.t
  M t/perl/Parrot_Distribution.t
  M t/perl/Parrot_Docs.t
  M t/perl/Parrot_IO.t
  M t/perl/Parrot_Test.t
  M t/perl/README
  M t/perl/testlib/answer.pir
  M t/perl/testlib/hello
  M t/perl/testlib/hello.pasm
  M t/pharness/01-default_tests.t
  M t/pharness/02-get_test_prog_args.t
  M t/pharness/03-handle_long_options.t
  M t/pharness/04-Usage.t
  M t/pir/macro.t
  M t/pir/registernames.t
  A t/pir/timer_exit.t
  M t/pmc/addrregistry.t
  M t/pmc/arrayiterator.t
  M t/pmc/bigint.t
  M t/pmc/bignum.t
  M t/pmc/boolean.t
  A t/pmc/bytebuffer.t
  M t/pmc/callcontext.t
  M t/pmc/capture.t
  M t/pmc/class.t
  R t/pmc/codestring.t
  M t/pmc/complex.t
  M t/pmc/config.t
  M t/pmc/context.t
  M t/pmc/continuation.t
  M t/pmc/coroutine.t
  R t/pmc/cpointer.t
  M t/pmc/default.t
  M t/pmc/env.t
  M t/pmc/eval.t
  M t/pmc/eventhandler.t
  M t/pmc/exception-old.t
  M t/pmc/exception.t
  M t/pmc/exceptionhandler.t
  M t/pmc/exporter.t
  R t/pmc/file.t
  M t/pmc/filehandle.t
  M t/pmc/fixedbooleanarray.t
  M t/pmc/fixedfloatarray.t
  M t/pmc/fixedintegerarray.t
  M t/pmc/fixedpmcarray.t
  M t/pmc/fixedstringarray.t
  M t/pmc/float.t
  M t/pmc/freeze.t
  M t/pmc/globals.t
  M t/pmc/handle.t
  M t/pmc/hash.t
  M t/pmc/hashiterator.t
  M t/pmc/hashiteratorkey.t
  M t/pmc/imageio.t
  M t/pmc/imageiosize.t
  A t/pmc/imageiostrings.t
  M t/pmc/integer.t
  M t/pmc/io.t
  M t/pmc/io_iterator.t
  M t/pmc/io_status.t
  A t/pmc/io_stdin.t
  M t/pmc/iterator.t
  M t/pmc/key.t
  M t/pmc/lexinfo.t
  M t/pmc/lexpad.t
  M t/pmc/managedstruct.t
  A t/pmc/mappedbytearray.t
  M t/pmc/multidispatch.t
  M t/pmc/multisub.t
  M t/pmc/namespace-old.t
  A t/pmc/namespace-subs.t
  M t/pmc/namespace.t
  M t/pmc/nci.t
  M t/pmc/null.t
  M t/pmc/object-meths.t
  M t/pmc/object-mro.t
  M t/pmc/object.t
  R t/pmc/objects.t
  M t/pmc/opcode.t
  M t/pmc/oplib.t
  M t/pmc/orderedhash.t
  M t/pmc/orderedhashiterator.t
  R t/pmc/os.t
  M t/pmc/packfile.t
  M t/pmc/packfileannotation.t
  M t/pmc/packfileannotations.t
  M t/pmc/packfileconstanttable.t
  M t/pmc/packfiledirectory.t
  R t/pmc/packfilefixupentry.t
  R t/pmc/packfilefixuptable.t
  M t/pmc/packfilerawsegment.t
  M t/pmc/packfilesegment.t
  M t/pmc/parrotclass.t
  M t/pmc/parrotinterpreter.t
  M t/pmc/parrotio.t
  M t/pmc/parrotlibrary.t
  M t/pmc/parrotobject.t
  R t/pmc/parrotrunningthread.t
  M t/pmc/parrotthread.t
  M t/pmc/pmc.t
  M t/pmc/pmcproxy.t
  M t/pmc/pointer.t
  M t/pmc/prop.t
  M t/pmc/resizablebooleanarray.t
  M t/pmc/resizablefloatarray.t
  M t/pmc/resizableintegerarray.t
  M t/pmc/resizablepmcarray.t
  M t/pmc/resizablestringarray.t
  R t/pmc/retcontinuation.t
  M t/pmc/ro.t
  M t/pmc/role.t
  M t/pmc/scalar.t
  M t/pmc/scheduler.t
  M t/pmc/schedulermessage.t
  M t/pmc/signal.t
  M t/pmc/sockaddr.t
  M t/pmc/socket.t
  M t/pmc/string.t
  A t/pmc/stringbuilder.t
  M t/pmc/stringhandle.t
  M t/pmc/stringiterator.t
  M t/pmc/sub.t
  M t/pmc/sys.t
  M t/pmc/task.t
  A t/pmc/testlib/annotations.pir
  A t/pmc/testlib/number.pasm
  M t/pmc/testlib/packfile_common.pir
  M t/pmc/threads.t
  M t/pmc/timer.t
  M t/pmc/undef.t
  M t/pmc/unmanagedstruct.t
  M t/postconfigure/01-options.t
  M t/postconfigure/02-data_get_PConfig.t
  M t/postconfigure/05-trace.t
  M t/postconfigure/06-data_get_PConfig_Temp.t
  A t/profiling/profiling.t
  M t/run/README
  M t/run/exit.t
  M t/run/options.t
  M t/src/README
  M t/src/atomic.t
  M t/src/basic.t
  M t/src/embed.t
  M t/src/exit.t
  M t/src/extend.t
  A t/src/pointer_array.t
  M t/src/warnings.t
  M t/steps/auto/arch-01.t
  M t/steps/auto/attributes-01.t
  M t/steps/auto/backtrace-01.t
  M t/steps/auto/byteorder-01.t
  R t/steps/auto/cgoto-01.t
  M t/steps/auto/cpu-01.t
  R t/steps/auto/crypto-01.t
  M t/steps/auto/ctags-01.t
  M t/steps/auto/env-01.t
  M t/steps/auto/format-01.t
  M t/steps/auto/frames-01.t
  M t/steps/auto/gc-01.t
  M t/steps/auto/gcc-01.t
  R t/steps/auto/gdbm-01.t
  M t/steps/auto/gettext-01.t
  A t/steps/auto/git_describe-01.t
  M t/steps/auto/glibc-01.t
  M t/steps/auto/gmp-01.t
  M t/steps/auto/headers-01.t
  M t/steps/auto/icu-01.t
  M t/steps/auto/inline-01.t
  A t/steps/auto/ipv6-01.t
  M t/steps/auto/isreg-01.t
  M t/steps/auto/jit-01.t
  A t/steps/auto/libffi-01.t
  A t/steps/auto/llvm-01.t
  M t/steps/auto/memalign-01.t
  M t/steps/auto/msvc-01.t
  M t/steps/auto/neg_0-01.t
  M t/steps/auto/opengl-01.t
  M t/steps/auto/ops-01.t
  M t/steps/auto/pcre-01.t
  M t/steps/auto/perldoc-01.t
  M t/steps/auto/pmc-01.t
  M t/steps/auto/pod2man-01.t
  M t/steps/auto/readline-01.t
  M t/steps/auto/readline-02.t
  M t/steps/auto/revision-01.t
  A t/steps/auto/sha1-01.t
  M t/steps/auto/signal-01.t
  M t/steps/auto/sizes-01.t
  M t/steps/auto/snprintf-01.t
  M t/steps/auto/socklen_t-01.t
  A t/steps/auto/stat-01.t
  M t/steps/auto/thread-01.t
  A t/steps/auto/timespec-01.t
  M t/steps/auto/va_ptr-01.t
  M t/steps/auto/warnings-01.t
  A t/steps/auto/zlib-01.t
  M t/steps/gen/config_h-01.t
  M t/steps/gen/config_pm-01.t
  M t/steps/gen/core_pmcs-01.t
  R t/steps/gen/crypto-01.t
  M t/steps/gen/makefiles-01.t
  M t/steps/gen/opengl-01.t
  M t/steps/gen/platform-01.t
  M t/steps/init/defaults-01.t
  M t/steps/init/headers-01.t
  M t/steps/init/hints-01.t
  M t/steps/init/hints/darwin-01.t
  M t/steps/init/hints/linux-01.t
  M t/steps/init/install-01.t
  M t/steps/init/manifest-01.t
  M t/steps/init/optimize-01.t
  R t/steps/inter/charset-01.t
  R t/steps/inter/encoding-01.t
  M t/steps/inter/lex-01.t
  M t/steps/inter/lex-02.t
  M t/steps/inter/lex-03.t
  M t/steps/inter/libparrot-01.t
  M t/steps/inter/make-01.t
  M t/steps/inter/progs-01.t
  M t/steps/inter/progs-02.t
  M t/steps/inter/progs-03.t
  M t/steps/inter/progs-04.t
  M t/steps/inter/shlibs-01.t
  M t/steps/inter/types-01.t
  M t/steps/inter/yacc-01.t
  M t/steps/inter/yacc-02.t
  M t/stress/gc.t
  A t/tools/create_language.t
  M t/tools/dev/pmctree.t
  M t/tools/dev/searchops.t
  M t/tools/dev/searchops/samples.pm
  M t/tools/dump_pbc.t
  M t/tools/install/01-create_directories.t
  M t/tools/install/02-install_files.t
  M t/tools/install/03-lines_to_files.t
  M t/tools/install/dev_overall.t
  M t/tools/install/overall.t
  M t/tools/install/testlib/LICENSE
  M t/tools/install/testlib/MANIFEST.1defective
  M t/tools/install/testlib/README
  M t/tools/install/testlib/compilers/nqp/bootstrap/actions.pm
  M t/tools/install/testlib/compilers/pge/PGE.pir
  M t/tools/install/testlib/dev_generated_pseudo
  M t/tools/install/testlib/dev_manifest_pseudo
  M t/tools/install/testlib/docs/compiler_faq.pod
  M t/tools/install/testlib/docs/gettingstarted.pod
  M t/tools/install/testlib/docs/pct/past_building_blocks.pod
  M t/tools/install/testlib/docs/resources/phony_resource
  M t/tools/install/testlib/generated_pseudo
  M t/tools/install/testlib/generated_pseudo_with_dupe
  M t/tools/install/testlib/include/parrot/charset.h
  M t/tools/install/testlib/install_config.fpmc
  M t/tools/install/testlib/lib/Parrot/Configure.pm
  M t/tools/install/testlib/manifest_pseudo
  M t/tools/install/testlib/parrot.pc
  M t/tools/install/testlib/runtime/parrot/include/sockets.pasm
  M t/tools/install/testlib/runtime/parrot/library/TGE.pbc
  M t/tools/install/testlib/src/ops/ops.num
  M t/tools/install/testlib/src/pmc/pmc_object.h
  M t/tools/install/testlib/tools/build/ops2c.pl
  M t/tools/install/testlib/vtable.dump
  A t/tools/mk_language_shell.t
  R t/tools/ops2cutils/01-new.t
  R t/tools/ops2cutils/02-usage.t
  R t/tools/ops2cutils/03-print_c_header_file.t
  R t/tools/ops2cutils/04-print_c_source_top.t
  R t/tools/ops2cutils/05-print_c_source_bottom.t
  R t/tools/ops2cutils/06-dynamic.t
  R t/tools/ops2cutils/07-make_incdir.t
  R t/tools/ops2cutils/08-nolines.t
  R t/tools/ops2cutils/09-dynamic_nolines.t
  R t/tools/ops2cutils/10-print_c_source_file.t
  R t/tools/ops2cutils/testlib/GenerateCore.pm
  R t/tools/ops2pm/00-qualify.t
  R t/tools/ops2pm/01-ops2pm.t
  R t/tools/ops2pm/02-usage.t
  R t/tools/ops2pm/03-new.t
  R t/tools/ops2pm/04-prepare_ops.t
  R t/tools/ops2pm/05-renum_op_map_file.t
  R t/tools/ops2pm/06-load_op_map_files.t
  R t/tools/ops2pm/07-no_ops_skip.t
  R t/tools/ops2pm/08-sort_ops.t
  R t/tools/ops2pm/09-prepare_real_ops.t
  R t/tools/ops2pm/10-print_module.t
  R t/tools/ops2pm/11-print_h.t
  R t/tools/ops2pm/samples/bit_ops.original
  R t/tools/ops2pm/samples/bit_ops.second
  R t/tools/ops2pm/samples/core_ops.original
  R t/tools/ops2pm/samples/ops_num.original
  R t/tools/ops2pm/samples/pic_ops.original
  A t/tools/parrot_config.t
  M t/tools/parrot_debugger.t
  M t/tools/pbc_disassemble.t
  M t/tools/pbc_dump.t
  M t/tools/pbc_merge.t
  R t/tools/pgegrep.t
  M t/tools/pmc2cutils/01-pmc2cutils.t
  M t/tools/pmc2cutils/02-find_file.t
  M t/tools/pmc2cutils/03-dump_vtable.t
  M t/tools/pmc2cutils/04-dump_pmc.t
  M t/tools/pmc2cutils/05-gen_c.t
  M t/tools/pmc2cutils/08-pmc-pm.t
  M t/tools/pmc2cutils/README
  A tools/build/README
  R tools/build/addopstags.pl
  M tools/build/c2str.pl
  R tools/build/cc_flags.pl
  M tools/build/fixup_gen_file.pl
  M tools/build/h2inc.pl
  R tools/build/headerizer.pl
  M tools/build/ops2c.pl
  R tools/build/ops2pm.pl
  M tools/build/parrot_config_c.pl
  M tools/build/pbcversion_h.pl
  M tools/build/pmc2c.pl
  M tools/build/vtable_extend.pl
  M tools/build/vtable_h.pl
  A tools/dev/README
  A tools/dev/addopstags.pl
  M tools/dev/as2c.pl
  M tools/dev/bench_op.pir
  R tools/dev/branch_status.pl
  M tools/dev/checkdepend.pl
  M tools/dev/create_language.pl
  M tools/dev/debian_docs.sh
  A tools/dev/dump_pbc.pl
  A tools/dev/faces.pl
  M tools/dev/fetch_languages.pl
  M tools/dev/gen_charset_tables.pl
  M tools/dev/gen_class.pl
  M tools/dev/gen_makefile.pl
  M tools/dev/gen_valgrind_suppressions.pl
  A tools/dev/headerizer.pl
  M tools/dev/install_dev_files.pl
  M tools/dev/install_doc_files.pl
  M tools/dev/install_files.pl
  M tools/dev/lib_deps.pl
  M tools/dev/list_unjitted.pl
  M tools/dev/manicheck.pl
  A tools/dev/mk_author_map.pl
  R tools/dev/mk_gitignore.pl
  M tools/dev/mk_inno.pl
  M tools/dev/mk_inno_language.pl
  A tools/dev/mk_language_shell.in
  R tools/dev/mk_language_shell.pl
  M tools/dev/mk_manifest_and_skip.pl
  M tools/dev/mk_native_pbc
  M tools/dev/mk_nci_thunks.pl
  A tools/dev/mk_packfile_pbc
  M tools/dev/mk_rpm_manifests.pl
  M tools/dev/nci_test_gen.pl
  M tools/dev/nci_thunk_gen.pir
  A tools/dev/ncidef2pasm.pl
  M tools/dev/nm.pl
  M tools/dev/nopaste.pl
  M tools/dev/ops_not_tested.pl
  R tools/dev/opsrenumber.pl
  A tools/dev/parrot-config.pir
  M tools/dev/parrot-fuzzer
  M tools/dev/parrot_api.pl
  M tools/dev/parrot_coverage.pl
  M tools/dev/parrot_shell.pl
  M tools/dev/parrotbench.pl
  M tools/dev/pbc_header.pl
  M tools/dev/pbc_to_exe.pir
  A tools/dev/perlcritic-cage.conf
  A tools/dev/perlcritic.conf
  A tools/dev/perltidy.conf
  M tools/dev/pmcrenumber.pl
  M tools/dev/pmctree.pl
  R tools/dev/pprof2cg.nqp
  M tools/dev/pprof2cg.pl
  M tools/dev/reconfigure.pl
  M tools/dev/search-ops.pl
  R tools/dev/svnclobber.pl
  M tools/dev/symlink.pl
  A tools/dev/update_copyright.pl
  M tools/dev/vgp
  M tools/dev/vms-patch
  M tools/dev/vtablize.pl
  A tools/docs/filename_and_chapter.pl
  M tools/docs/mk_chm.pl
  M tools/docs/ops_summary.pl
  M tools/docs/write_docs.pl
  M tools/install/smoke.pl
  M tools/install/smoke_languages.pl
  A tools/release/README
  A tools/release/crow.pir
  A tools/release/gen_release_info.pl
  A tools/release/inc_ver.pir
  A tools/release/release.json
  A tools/release/templates.json
  R tools/util/crow.pir
  R tools/util/dump_pbc.pl
  R tools/util/gen_release_info.pl
  R tools/util/ncidef2pasm.pl
  R tools/util/parrot-config.pir
  R tools/util/perlcritic-cage.conf
  R tools/util/perlcritic.conf
  R tools/util/perltidy.conf
  R tools/util/pgegrep
  R tools/util/release.json
  R tools/util/templates.json
  R tools/util/update_copyright.pl

Log Message:
-----------
Attempt to merge branch 'master' into exceptions_refactor

This doesn't compile yet.

Conflicts:
	src/ops/core.ops
	src/pmc/exceptionhandler.pmc
	src/scheduler.c




More information about the parrot-commits mailing list