[parrot/parrot] e6b865: Merge branch 'master' into whiteknight/vtable_over...

noreply at github.com noreply at github.com
Sun Mar 27 12:53:44 UTC 2011


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

Commit: e6b86584111cbb521ceed8b85f9b4cc640b012f5
    https://github.com/parrot/parrot/commit/e6b86584111cbb521ceed8b85f9b4cc640b012f5
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2011-03-27 (Sun, 27 Mar 2011)

Changed paths:
  M CREDITS
  M ChangeLog
  M MANIFEST
  M MANIFEST.generated
  M NEWS
  M README
  M VERSION
  M compilers/data_json/JSON.nqp
  M compilers/imcc/main.c
  M compilers/opsc/src/Ops/Compiler/Actions.pm
  M compilers/opsc/src/Ops/Trans/C.pm
  M config/auto/gc.pm
  M config/auto/infnan.pm
  M config/auto/llvm.pm
  M config/auto/warnings.pm
  M config/gen/config_h/config_h.in
  M config/gen/makefiles/root.in
  M docs/index/developer.json
  M docs/parrotbyte.pod
  M docs/parrothist.pod
  A docs/project/hacking_tips.pod
  M docs/project/release_manager_guide.pod
  M docs/translations/README.BGR
  M docs/translations/README.deutsch
  M frontend/parrot/main.c
  M include/parrot/api.h
  M include/parrot/atomic.h
  M include/parrot/datatypes.h
  M include/parrot/debugger.h
  M include/parrot/embed.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/memory.h
  M include/parrot/misc.h
  M include/parrot/namespace.h
  M include/parrot/nci.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/pointer_array.h
  M include/parrot/scheduler.h
  M include/parrot/string.h
  M include/parrot/string_funcs.h
  M include/parrot/thread.h
  M lib/Parrot/Configure/Utils.pm
  M lib/Parrot/Git/Describe.pm
  M lib/Parrot/Pmc2c/MULTI.pm
  M lib/Parrot/Pmc2c/Method.pm
  M lib/Parrot/Pmc2c/PCCMETHOD.pm
  M lib/Parrot/Pmc2c/PMC.pm
  M lib/Parrot/Pmc2c/Parser.pm
  M lib/Parrot/Revision.pm
  M lib/Parrot/SHA1.pm
  M runtime/parrot/library/Archive/Tar.pir
  M runtime/parrot/library/TAP/Harness.pir
  M src/debug.c
  M src/dynpmc/file.pmc
  M src/embed.c
  M src/embed/pmc.c
  M src/embed/strings.c
  M src/exceptions.c
  M src/extend.c
  M src/gc/alloc_memory.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/mark_sweep.c
  M src/gc/string_gc.c
  M src/global_setup.c
  M src/hash.c
  M src/interp/inter_create.c
  M src/interp/inter_misc.c
  M src/io/api.c
  M src/io/io_private.h
  M src/longopt.c
  M src/misc.c
  M src/multidispatch.c
  M src/namespace.c
  M src/nci/api.c
  M src/nci/core_thunks.c
  M src/nci/extra_thunks.c
  M src/nci/libffi.c
  M src/nci/signatures.c
  M src/oo.c
  M src/ops/core.ops
  M src/ops/core_ops.c
  M src/ops/object.ops
  M src/ops/var.ops
  M src/packfile/api.c
  M src/packfile/output.c
  M src/pmc/capture.pmc
  M src/pmc/class.pmc
  M src/pmc/fixedintegerarray.pmc
  M src/pmc/key.pmc
  M src/pmc/mappedbytearray.pmc
  M src/pmc/namespace.pmc
  M src/pmc/nativepccmethod.pmc
  M src/pmc/nci.pmc
  M src/pmc/opcode.pmc
  M src/pmc/packfileannotations.pmc
  M src/pmc/packfilebytecodesegment.pmc
  M src/pmc/packfiledirectory.pmc
  M src/pmc/packfileopmap.pmc
  M src/pmc/packfilerawsegment.pmc
  M src/pmc/socket.pmc
  M src/pmc/structview.pmc
  M src/pmc/sub.pmc
  M src/pointer_array.c
  M src/scheduler.c
  M src/string/api.c
  M src/string/encoding/binary.c
  M src/string/encoding/latin1.c
  M src/string/encoding/null.c
  M src/string/encoding/shared.c
  M src/string/encoding/shared.h
  M src/string/encoding/utf16.c
  M src/string/encoding/utf8.c
  M src/sub.c
  M src/thread.c
  M src/utils.c
  M t/compilers/opsc/06-opsfile.t
  M t/configure/017-revision_from_cache.t
  M t/configure/018-revision_to_cache.t
  M t/configure/033-step.t
  M t/configure/061-revision_from_cache.t
  M t/configure/063-git_describe_to_cache.t
  M t/configure/064-sha1_from_cache.t
  M t/configure/065-git_describe_from_cache.t
  M t/oo/objects.t
  M t/pmc/capture.t
  M t/pmc/packfileopmap.t
  M t/pmc/string.t
  M t/src/extend_vtable.t
  A t/steps/auto/infnan-01.t
  M t/steps/auto/llvm-01.t
  M tools/dev/nci_thunk_gen.pir
  M tools/release/release.json

Log Message:
-----------
Merge branch 'master' into whiteknight/vtable_overrides


Commit: 7282d9874d749bf265540da10a15f9e07aa3eb19
    https://github.com/parrot/parrot/commit/7282d9874d749bf265540da10a15f9e07aa3eb19
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2011-03-27 (Sun, 27 Mar 2011)

Changed paths:
  M src/pmc/object.pmc
  M t/pmc/object-meths.t

Log Message:
-----------
remove override ability for vtable can.


Compare: https://github.com/parrot/parrot/compare/7e9553d...7282d98


More information about the parrot-commits mailing list