[parrot/parrot] 5a25e2: Merge remote-tracking branch 'origin/m0-prototype'...
GitHub
noreply at github.com
Sat Jan 21 18:28:06 UTC 2012
Branch: refs/heads/m0
Home: https://github.com/parrot/parrot
Commit: 5a25e291ecfa2d1bb163631b76fa90e20e4b9696
https://github.com/parrot/parrot/commit/5a25e291ecfa2d1bb163631b76fa90e20e4b9696
Author: Jonathan "Duke" Leto <jonathan at leto.net>
Date: 2012-01-21 (Sat, 21 Jan 2012)
Changed paths:
M .gitignore
M config/gen/makefiles/root.in
M docs/project/git_workflow.pod
M lib/Parrot/Test.pm
M src/dynpmc/os.pmc
A src/m0/c/Makefile
A src/m0/c/ROADMAP
A src/m0/c/include/m0.h
A src/m0/c/include/m0_compiler_defines.h
A src/m0/c/include/m0_constants.h
A src/m0/c/include/m0_interp.h
A src/m0/c/include/m0_interp_structures.h
A src/m0/c/include/m0_mob.h
A src/m0/c/include/m0_mob_structures.h
A src/m0/c/include/m0_ops.h
A src/m0/c/m0_interp.c
A src/m0/c/m0_mob.c
A src/m0/c/m0_ops.c
A src/m0/m0.ops
A src/m0/perl5/m0_assembler.pl
A src/m0/perl5/m0_interp.pl
A t/m0/basic/hello.m0
A t/m0/basic/hello2.m0
A t/m0/basic/hello_canon.m0b
A t/m0/integration/m0_add_i.m0
A t/m0/integration/m0_add_n.m0
A t/m0/integration/m0_and.m0
A t/m0/integration/m0_args.m0
A t/m0/integration/m0_ashr.m0
A t/m0/integration/m0_chunk_name_const.m0
A t/m0/integration/m0_convert_i_n.m0
A t/m0/integration/m0_deref.m0
A t/m0/integration/m0_div_i.m0
A t/m0/integration/m0_div_n.m0
A t/m0/integration/m0_goto_chunk.m0
A t/m0/integration/m0_hash.m0
A t/m0/integration/m0_labels_with_goto.m0
A t/m0/integration/m0_labels_without_goto.m0
A t/m0/integration/m0_lshr.m0
A t/m0/integration/m0_metadata_basic.m0
A t/m0/integration/m0_mod_i.m0
A t/m0/integration/m0_mod_n.m0
A t/m0/integration/m0_mult_i.m0
A t/m0/integration/m0_mult_n.m0
A t/m0/integration/m0_noop.m0
A t/m0/integration/m0_or.m0
A t/m0/integration/m0_poke_caller.m0
A t/m0/integration/m0_set.m0
A t/m0/integration/m0_set_imm.m0
A t/m0/integration/m0_set_ref.m0
A t/m0/integration/m0_shl.m0
A t/m0/integration/m0_sub_i.m0
A t/m0/integration/m0_sub_n.m0
A t/m0/integration/m0_xor.m0
A t/m0/invalid/hello_early_bytecode_segment.m0
A t/m0/invalid/hello_multiversion.m0
A t/m0/invalid/invalid_bytecode.m0
A t/m0/invalid/invalid_chunk_name.m0
A t/m0/invalid/invalid_chunk_name2.m0
A t/m0/invalid/invalid_chunk_names_collide.m0
A t/m0/invalid/invalid_duplicate_labels.m0
A t/m0/invalid/invalid_goto.m0
A t/m0/invalid/invalid_op.m0
A t/m0/invalid/invalid_register.m0
A t/m0/invalid/invalid_register_name.m0
A t/m0/invalid/invalid_register_number.m0
A t/m0/invalid/invalid_register_number2.m0
A t/m0/invalid/invalid_register_type.m0
A t/m0/invalid/invalid_version.m0
A t/m0/m0_assembler.t
A t/m0/m0_bytecode_loading.t
A t/m0/m0_integration.t
A t/m0/m0_run_hello_m0b.t
M t/src/extend_vtable.t
A tools/dev/m0_opcheck.pl
M tools/dev/merge_pull_request.pl
Log Message:
-----------
Merge remote-tracking branch 'origin/m0-prototype' into m0-spec
Commit: e66f1750cf8d7b31a806c06fff6d10adc404dab7
https://github.com/parrot/parrot/commit/e66f1750cf8d7b31a806c06fff6d10adc404dab7
Author: Jonathan "Duke" Leto <jonathan at leto.net>
Date: 2012-01-21 (Sat, 21 Jan 2012)
Changed paths:
M .gitignore
M CREDITS
M ChangeLog
M Configure.pl
M MANIFEST
M MANIFEST.SKIP
M MANIFEST.generated
R NEWS
M PBC_COMPAT
M PLATFORMS
M README
M RESPONSIBLE_PARTIES
M VERSION
M api.yaml
M compilers/imcc/Rules.in
M compilers/imcc/api.c
M compilers/imcc/debug.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/main.c
M compilers/imcc/parser_util.c
M compilers/imcc/pbc.c
M compilers/imcc/pcc.c
M compilers/imcc/reg_alloc.c
M compilers/imcc/symreg.c
M compilers/imcc/symreg.h
M compilers/opsc/src/Ops/Compiler/Actions.pm
M compilers/opsc/src/Ops/Compiler/Grammar.pm
M compilers/opsc/src/Ops/File.pm
M compilers/opsc/src/Ops/Trans/C.pm
M compilers/opsc/src/builtins.pir
M compilers/pct/src/PAST/Compiler.pir
M compilers/pct/src/PAST/Node.pir
M compilers/pct/src/PCT/HLLCompiler.pir
M compilers/pct/src/PCT/Node.pir
M compilers/pct/src/POST/Compiler.pir
M compilers/pge/PGE/Exp.pir
M compilers/pge/README.pod
M config/auto/arch.pm
M config/auto/backtrace/test_dlinfo_c.in
M config/auto/headers.pm
M config/auto/opengl.pm
M config/auto/pmc.pm
M config/auto/readline.pm
M config/auto/warnings.pm
M config/gen/config_pm.pm
M config/gen/config_pm/config_pir.in
M config/gen/makefiles.pm
R config/gen/makefiles/ext.in
M config/gen/makefiles/root.in
M config/init/defaults.pm
M config/init/hints.pm
M config/init/hints/darwin.pm
M config/init/hints/linux.pm
M config/init/hints/msys.pm
M config/inter/types.pm
A docs/binaries/ops2c.pod
A docs/binaries/parrot-nqp.pod
A docs/binaries/parrot-prove.pod
A docs/binaries/parrot.pod
A docs/binaries/parrot_config.pod
A docs/binaries/parrot_nci_thunk_gen.pod
A docs/binaries/parrotbug.pod
A docs/binaries/pbc_to_exe.pod
A docs/binaries/plumage.pod
A docs/binaries/winxed.pod
M docs/book/pct/ch04_pge.pod
M docs/book/pir/ch05_control_structures.pod
M docs/book/pir/ch06_subroutines.pod
M docs/book/pir/ch08_io.pod
M docs/deprecations/deprecations_3_0.pod
M docs/deprecations/how_to_deprecate.pod
A docs/dev/pcc_methods.pod
R docs/dev/pccmethods.pod
M docs/dev/profiling.pod
M docs/embed.pod
M docs/glossary.pod
M docs/index/pct_tutorial.json
M docs/index/pdds.json
M docs/index/tools.json
M docs/parrothist.pod
M docs/pct/gettingstarted.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/pdd07_codingstd.pod
M docs/pdds/pdd10_embedding.pod
M docs/pdds/pdd17_pmc.pod
M docs/pdds/pdd19_pir.pod
M docs/pdds/pdd20_lexical_vars.pod
M docs/pdds/pdd22_io.pod
M docs/pdds/pdd28_strings.pod
M docs/project/git_workflow.pod
M docs/project/release_manager_guide.pod
M docs/project/support_policy.pod
M docs/running.pod
M docs/tests.pod
M docs/user/pir/pmcs.pod
R examples/benchmarks/overload.pl
M examples/c/pbc_info.c
M examples/c/test_main.c
M examples/compilers/japhc.c
M examples/embed/cotorra.c
M examples/io/post.pir
M examples/languages/abc/src/parser/actions.nqp
M examples/languages/abc/t/abc_functions
A examples/languages/squaak/doc/pct-stages.png
A examples/languages/squaak/doc/pct-stages.svg
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_4.pod
M examples/languages/squaak/doc/tutorial_episode_7.pod
M examples/languages/squaak/src/Squaak/Actions.pm
M examples/languages/squaak/src/Squaak/Grammar.pm
M examples/languages/squaak/src/Squaak/Runtime.pm
M examples/languages/squaak/t/00-sanity.t
M examples/nci/ls.pir
M examples/pasm/fact.pasm
M examples/past/blocktype_immediate.pir
A examples/pir/coop_threads.pir
M examples/pir/make_hello_pbc.pir
M examples/sdl/tetris/blockdata.pir
M examples/streams/Combiner.pir
R ext/Parrot-Embed/Build.PL
R ext/Parrot-Embed/Changes
R ext/Parrot-Embed/MANIFEST
R ext/Parrot-Embed/README
R ext/Parrot-Embed/TODO
R ext/Parrot-Embed/lib/Parrot/Embed.pm
R ext/Parrot-Embed/lib/Parrot/Embed.xs
R ext/Parrot-Embed/lib/Parrot/Interpreter.pm
R ext/Parrot-Embed/lib/Parrot/PMC.pm
R ext/Parrot-Embed/t/00-load.t
R ext/Parrot-Embed/t/greet.pir
R ext/Parrot-Embed/t/interp.t
R ext/Parrot-Embed/t/languages.t
R ext/Parrot-Embed/t/pipp.t
R ext/Parrot-Embed/tools/check_embed_coverage.pl
R ext/Parrot-Embed/tools/write_typemap.pl
R ext/Parrot-Embed/typemap
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/winxed/Defines.mak
A ext/winxed/LICENSE
A ext/winxed/README
A ext/winxed/Rules.mak
A ext/winxed/compiler.pir
A ext/winxed/driver.pir
M frontend/parrot/main.c
A frontend/parrot2/build.pir
A frontend/parrot2/main.c
A frontend/parrot2/prt0.pir
A frontend/parrot2/prt0.winxed
M frontend/parrot_debugger/main.c
A frontend/pbc_disassemble/main.c
M frontend/pbc_dump/main.c
M frontend/pbc_dump/packdump.c
M frontend/pbc_merge/main.c
A include/parrot/alarm.h
M include/parrot/api.h
R include/parrot/atomic.h
R include/parrot/atomic/fallback.h
R include/parrot/atomic/gcc_pcc.h
R include/parrot/atomic/gcc_x86.h
R include/parrot/atomic/sparc.h
M include/parrot/call.h
M include/parrot/context.h
M include/parrot/datatypes.h
A include/parrot/disassemble.h
R include/parrot/embed.h
A include/parrot/events.h
M include/parrot/exceptions.h
M include/parrot/extend.h
M include/parrot/gc_api.h
M include/parrot/hash.h
M include/parrot/interpreter.h
M include/parrot/io.h
M include/parrot/library.h
M include/parrot/memory.h
M include/parrot/misc.h
M include/parrot/namespace.h
M include/parrot/oo.h
M include/parrot/oplib/core_ops.h
M include/parrot/oplib/ops.h
M include/parrot/opsenum.h
M include/parrot/packfile.h
M include/parrot/parrot.h
M include/parrot/platform_interface.h
M include/parrot/pmc.h
M include/parrot/pobj.h
M include/parrot/pointer_array.h
M include/parrot/runcore_api.h
A include/parrot/runcore_subprof.h
M include/parrot/scheduler.h
M include/parrot/scheduler_private.h
M include/parrot/string_funcs.h
M include/parrot/sub.h
R include/parrot/thr_none.h
R include/parrot/thr_pthread.h
R include/parrot/thr_windows.h
R include/parrot/thread.h
M include/parrot/warnings.h
M lib/Parrot/Config.pm
M lib/Parrot/Configure/Compiler.pm
M lib/Parrot/Configure/Options.pm
M lib/Parrot/Configure/Options/Conf/File.pm
M lib/Parrot/Docs/File.pm
M lib/Parrot/Docs/PodToHtml.pm
M lib/Parrot/Docs/Section/Info.pm
M lib/Parrot/Docs/Section/Tools.pm
M lib/Parrot/Git/Describe.pm
M lib/Parrot/Harness/DefaultTests.pm
M lib/Parrot/Harness/Options.pm
M lib/Parrot/Harness/Smoke.pm
A lib/Parrot/Harness/TestSets.pm
M lib/Parrot/Install.pm
M lib/Parrot/Manifest.pm
M lib/Parrot/Pmc2c/PCCMETHOD.pm
M lib/Parrot/Pmc2c/PMC.pm
M lib/Parrot/Pmc2c/PMC/Object.pm
M lib/Parrot/Pmc2c/PMC/RO.pm
M lib/Parrot/Pmc2c/Parser.pm
M lib/Parrot/Pmc2c/UtilFunctions.pm
M lib/Parrot/Pmc2c/VTable.pm
M lib/Parrot/Revision.pm
M lib/Parrot/SHA1.pm
M lib/Parrot/SearchOps.pm
M lib/Parrot/Test.pm
R lib/Parrot/Test/PIR_PGE.pm
M lib/Parrot/Test/Pod.pm
M lib/Parrot/Test/Util.pm
M lib/Parrot/Vtable.pm
M lib/Pod/Simple.pm
A lib/Pod/Simple.pod
M lib/Pod/Simple/BlackBox.pm
M lib/Pod/Simple/Checker.pm
M lib/Pod/Simple/Debug.pm
M lib/Pod/Simple/DumpAsText.pm
M lib/Pod/Simple/DumpAsXML.pm
M lib/Pod/Simple/HTML.pm
M lib/Pod/Simple/HTMLBatch.pm
M lib/Pod/Simple/LinkSection.pm
M lib/Pod/Simple/Methody.pm
M lib/Pod/Simple/Progress.pm
M lib/Pod/Simple/PullParser.pm
M lib/Pod/Simple/PullParserEndToken.pm
M lib/Pod/Simple/PullParserStartToken.pm
M lib/Pod/Simple/PullParserTextToken.pm
M lib/Pod/Simple/PullParserToken.pm
M lib/Pod/Simple/RTF.pm
M lib/Pod/Simple/Search.pm
M lib/Pod/Simple/SimpleTree.pm
A lib/Pod/Simple/Subclassing.pod
M lib/Pod/Simple/Text.pm
M lib/Pod/Simple/TextContent.pm
M lib/Pod/Simple/TiedOutFH.pm
M lib/Pod/Simple/Transcode.pm
M lib/Pod/Simple/TranscodeDumb.pm
M lib/Pod/Simple/TranscodeSmart.pm
M lib/Pod/Simple/XHTML.pm
M lib/Pod/Simple/XMLOutStream.pm
M parrotbug
A ports/README.pod
M ports/debian/changelog
M ports/debian/control
M ports/debian/control.in
A ports/debian/libparrot3.3.0.symbols
A ports/debian/patches/01_fix_spelling_errors.patch
M ports/debian/patches/series
M ports/debian/rules
A runtime/parrot/include/green_threads.pir
M runtime/parrot/library/Archive/Tar.pir
M runtime/parrot/library/Archive/Zip.pir
M runtime/parrot/library/Configure/genfile.pir
M runtime/parrot/library/Crow.pir
M runtime/parrot/library/Digest/sha256.pir
M runtime/parrot/library/NCI/Utils.pir
M runtime/parrot/library/P6object.pir
M runtime/parrot/library/ProfTest/PIRProfile.nqp
M runtime/parrot/library/Test/Builder.pir
M runtime/parrot/library/Test/Builder/Output.pir
M runtime/parrot/library/Test/More.pir
M runtime/parrot/library/distutils.pir
M runtime/parrot/library/osutils.pir
M runtime/parrot/library/postgres.pir
R runtime/parrot/library/random_lib.pir
A src/alarm.c
R src/atomic/gcc_x86.c
R src/atomic/sparc_v9.s
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/debug.c
A src/disassemble.c
M src/dynext.c
M src/dynoplibs/bit.ops
M src/dynoplibs/math.ops
M src/dynpmc/Defines.in
M src/dynpmc/README.pod
M src/dynpmc/Rules.in
M src/dynpmc/dynlexpad.pmc
M src/dynpmc/os.pmc
A src/dynpmc/select.pmc
R src/embed.c
M src/embed/api.c
M src/embed/bytecode.c
M src/embed/pmc.c
A src/events.c
M src/exceptions.c
M src/exit.c
M src/extend.c
M src/gc/alloc_memory.c
M src/gc/alloc_resources.c
M src/gc/api.c
M src/gc/fixed_allocator.c
M src/gc/fixed_allocator.h
M src/gc/gc_gms.c
M src/gc/gc_inf.c
M src/gc/gc_ms.c
M src/gc/gc_ms2.c
M src/gc/gc_private.h
M src/gc/malloc.c
M src/gc/mark_sweep.c
M src/gc/string_gc.c
M src/gc/system.c
M src/global_setup.c
M src/hash.c
M src/hll.c
A src/interp/api.c
M src/interp/inter_cb.c
R src/interp/inter_create.c
R src/interp/inter_misc.c
M src/io/api.c
M src/io/buffer.c
M src/io/io_private.h
M src/key.c
M src/library.c
M src/list.c
M src/longopt.c
M src/misc.c
M src/multidispatch.c
M src/namespace.c
M src/nci/extra_thunks.c
M src/nci/libffi.c
M src/nci_test.c
M src/oo.c
M src/ops/core.ops
M src/ops/core_ops.c
M src/ops/experimental.ops
M src/ops/math.ops
M src/ops/string.ops
M src/ops/var.ops
M src/packfile/api.c
M src/packfile/output.c
M src/packfile/pf_items.c
A src/packfile/pf_private.h
A src/packfile/segments.c
R src/pbc_disassemble.c
M src/platform/aix/asm.s
M src/platform/darwin/hires_timer.c
M src/platform/generic/entropy.c
M src/platform/generic/file.c
M src/platform/generic/hires_timer.c
M src/platform/generic/io.c
M src/platform/generic/time.c
M src/platform/linux/encoding.c
M src/platform/win32/dl.c
M src/platform/win32/entropy.c
M src/platform/win32/error.c
M src/platform/win32/file.c
M src/platform/win32/hires_timer.c
M src/platform/win32/io.c
M src/pmc.c
A src/pmc/alarm.pmc
M src/pmc/arrayiterator.pmc
M src/pmc/bytebuffer.pmc
A src/pmc/callback.pmc
M src/pmc/callcontext.pmc
M src/pmc/class.pmc
M src/pmc/continuation.pmc
M src/pmc/coroutine.pmc
M src/pmc/default.pmc
M src/pmc/env.pmc
M src/pmc/eval.pmc
M src/pmc/exception.pmc
M src/pmc/exceptionhandler.pmc
M src/pmc/filehandle.pmc
M src/pmc/fixedfloatarray.pmc
M src/pmc/fixedintegerarray.pmc
M src/pmc/fixedpmcarray.pmc
M src/pmc/fixedstringarray.pmc
M src/pmc/hash.pmc
M src/pmc/hashiterator.pmc
M src/pmc/imageiofreeze.pmc
M src/pmc/imageiosize.pmc
M src/pmc/imccompiler.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/mappedbytearray.pmc
M src/pmc/multisub.pmc
M src/pmc/namespace.pmc
M src/pmc/nativepccmethod.pmc
M src/pmc/object.pmc
M src/pmc/opcode.pmc
M src/pmc/oplib.pmc
M src/pmc/orderedhashiterator.pmc
M src/pmc/packfile.pmc
M src/pmc/packfileannotation.pmc
M src/pmc/packfileannotations.pmc
M src/pmc/packfileconstanttable.pmc
M src/pmc/packfiledebug.pmc
M src/pmc/packfiledirectory.pmc
M src/pmc/packfileopmap.pmc
A src/pmc/packfileview.pmc
M src/pmc/parrotinterpreter.pmc
R src/pmc/parrotthread.pmc
A src/pmc/pmclist.pmc
M src/pmc/pointer.pmc
M src/pmc/ptr.pmc
M src/pmc/resizablepmcarray.pmc
M src/pmc/role.pmc
M src/pmc/scalar.pmc
M src/pmc/scheduler.pmc
M src/pmc/schedulermessage.pmc
M src/pmc/socket.pmc
M src/pmc/string.pmc
M src/pmc/stringbuilder.pmc
M src/pmc/stringiterator.pmc
M src/pmc/structview.pmc
M src/pmc/sub.pmc
M src/pmc/task.pmc
R src/pmc/threadinterpreter.pmc
M src/pmc/timer.pmc
M src/pmc/undef.pmc
M src/pmc/unmanagedstruct.pmc
M src/pointer_array.c
M src/runcore/cores.c
M src/runcore/main.c
M src/runcore/profiling.c
A src/runcore/subprof.c
M src/scheduler.c
M src/spf_render.c
M src/spf_vtable.c
M src/string/api.c
M src/string/encoding.c
M src/sub.c
R src/thread.c
M src/utils.c
M src/vtable.tbl
M src/vtables.c
M src/warnings.c
R t/README
A t/README.pod
A t/archive/README
M t/codingstd/copyright.t
M t/compilers/imcc/syn/file.t
M t/compilers/imcc/syn/op.t
M t/compilers/imcc/syn/pcc.t
M t/compilers/opsc/01-parse.t
M t/compilers/opsc/06-opsfile.t
M t/configure/035-step.t
M t/dynoplibs/debug.t
M t/dynpmc/foo-01.t
M t/dynpmc/foo-02.t
M t/dynpmc/foo-03.t
M t/dynpmc/foo-04.t
M t/dynpmc/foo-05.t
M t/dynpmc/foo-06.t
M t/dynpmc/foo-07.t
M t/dynpmc/foo-08.t
M t/dynpmc/foo-09.t
M t/dynpmc/foo-10.t
M t/dynpmc/gziphandle.t
M t/dynpmc/os.t
A t/dynpmc/select.t
M t/examples/library.t
M t/examples/pasm.t
A t/ext/winxed/compreg.t
A t/fullharness
M t/harness
M t/harness.pir
A t/library/.gitattributes
M t/library/nciutils.t
M t/library/osutils.t
M t/library/p6object.t
M t/library/pcre.t
R t/library/perlhist.txt
A t/library/perlhistory.txt
M t/library/pg.t
M t/library/sha.t
M t/library/streams.t
A t/library/testlib/foo.txt
M t/native_pbc/integer.pbc
M t/native_pbc/number.pbc
M t/native_pbc/number_1.pbc
M t/native_pbc/string.pbc
M t/native_pbc/string_1.pbc
M t/oo/new-old.t
M t/oo/objects.t
M t/op/calling.t
M t/op/exceptions.t
M t/op/gc.t
M t/op/inf_nan.t
M t/op/lexicals.t
M t/op/literal.t
M t/op/spawnw.t
M t/op/sprintf.t
M t/op/stringu.t
A t/pir/interop.t
A t/pmc/alarm.t
M t/pmc/callcontext.t
M t/pmc/class.t
M t/pmc/eval.t
M t/pmc/exceptionhandler.t
M t/pmc/fixedbooleanarray.t
M t/pmc/fixedfloatarray.t
M t/pmc/fixedintegerarray.t
M t/pmc/fixedpmcarray.t
M t/pmc/hash.t
M t/pmc/io.t
M t/pmc/io_iterator.t
M t/pmc/iterator.t
M t/pmc/lexinfo.t
M t/pmc/managedstruct.t
M t/pmc/mappedbytearray.t
M t/pmc/nci.t
M t/pmc/opcode.t
M t/pmc/packfile.t
M t/pmc/packfileconstanttable.t
M t/pmc/packfileopmap.t
A t/pmc/packfileview.t
M t/pmc/parrotinterpreter.t
R t/pmc/parrotthread.t
A t/pmc/pmclist.t
M t/pmc/resizablefloatarray.t
M t/pmc/resizableintegerarray.t
M t/pmc/resizablepmcarray.t
M t/pmc/resizablestringarray.t
R t/pmc/scheduler.t
M t/pmc/socket.t
M t/pmc/string.t
M t/pmc/stringhandle.t
M t/pmc/task.t
A t/pmc/task_primes.t
M t/pmc/testlib/number.pasm
R t/pmc/threads.t
M t/pmc/timer.t
M t/pmc/unmanagedstruct.t
R t/src/atomic.t
M t/src/basic.t
M t/src/checkdepend.t
M t/src/embed.t
M t/src/embed/api.t
M t/src/embed/pmc.t
M t/src/embed/strings.t
M t/src/exit.t
M t/src/extend.t
M t/src/extend_vtable.t
M t/src/misc.t
M t/src/pointer_array.t
A t/src/threads_io.t
M t/src/warnings.t
M t/steps/auto/arch-01.t
R t/steps/auto/git_describe-01.t
M t/steps/auto/headers-01.t
M t/steps/auto/platform-01.t
M t/steps/auto/readline-01.t
M t/steps/inter/types-01.t
M t/tools/dev/headerizer/02_methods.t
A t/tools/dev/search_ops.t
A t/tools/dev/search_ops/samples.pm
R t/tools/dev/searchops.t
R t/tools/dev/searchops/samples.pm
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/pbc_disassemble.t
M t/tools/pbc_dump.t
R tools/dev/README
A tools/dev/README.md
A tools/dev/all_hll_test.pl
R tools/dev/dedeprecator
A tools/dev/dedeprecator.nqp
M tools/dev/fetch_languages.pl
A tools/dev/find_hacks.pl
R tools/dev/findhacks.pl
M tools/dev/install_dev_files.pl
M tools/dev/install_files.pl
M tools/dev/mk_inno.pl
M tools/dev/mk_inno_language.pl
M tools/dev/mk_language_shell.in
M tools/dev/mk_packfile_pbc
M tools/dev/nci_thunk_gen.pir
R tools/dev/nm.pl
R tools/dev/ops_not_tested.pl
R tools/dev/parrot-fuzzer
R tools/dev/parrot_api.pl
A tools/dev/parrot_fuzzer.py
M tools/dev/pbc_to_exe.pir
M tools/dev/resolve_deprecated.nqp
A tools/dev/resubmit_smolder.pl
R tools/dev/search-ops.pl
A tools/dev/search_ops.pl
M tools/dev/vtablize.pl
M tools/docs/make_html_docs.pl
A tools/release/auto_release.pl
A tools/release/cut.pl
M tools/release/release.json
M tools/release/releasecheck.pl
A tools/release/sha256sum.pl
M tools/release/templates.json
A tools/release/update_version.pl
Log Message:
-----------
Merge remote-tracking branch 'origin/master' into m0-spec
Conflicts:
config/gen/makefiles/root.in
Compare: https://github.com/parrot/parrot/compare/5a25e29^...e66f175
More information about the parrot-commits
mailing list