[parrot/parrot] 027abf: add two new API functions for dealing with opaque ...

noreply at github.com noreply at github.com
Thu Mar 3 00:53:03 UTC 2011


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

Commit: 027abfaa7735eb71ced68f0c61071b16ebe5b03a
    https://github.com/parrot/parrot/commit/027abfaa7735eb71ced68f0c61071b16ebe5b03a
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2011-03-02 (Wed, 02 Mar 2011)

Changed paths:
  M include/parrot/api.h
  M src/embed/api.c

Log Message:
-----------
add two new API functions for dealing with opaque user data pointers


Commit: 7338a80a2b6604a0b74645dcac41d983d46ebc85
    https://github.com/parrot/parrot/commit/7338a80a2b6604a0b74645dcac41d983d46ebc85
Author: Whiteknight <wknight8111 at gmail.com>
Date:   2011-03-02 (Wed, 02 Mar 2011)

Changed paths:
  M MANIFEST
  M NEWS
  M api.yaml
  M compilers/opsc/ops2c.nqp
  M compilers/opsc/src/Ops/Compiler/Actions.pm
  M compilers/opsc/src/Ops/Compiler/Grammar.pm
  M compilers/opsc/src/Ops/Op.pm
  M compilers/opsc/src/Ops/Trans/C.pm
  M config/auto/coverage.pm
  M config/auto/sizes.pm
  R config/auto/sizes/floatval_maxmin_c.in
  R config/auto/sizes/intval_maxmin_c.in
  R config/auto/sizes/test2_c.in
  R config/auto/sizes/test3_c.in
  M config/auto/sizes/test_c.in
  M config/gen/config_h/config_h.in
  M config/gen/config_pm/myconfig.in
  M config/gen/makefiles/root.in
  M docs/project/release_manager_guide.pod
  M include/parrot/datatypes.h
  M include/parrot/pmc.h
  A include/parrot/thr_none.h
  M include/parrot/thread.h
  M lib/Parrot/Harness/Smoke.pm
  M lib/Parrot/Pmc2c/PMC.pm
  M src/call/args.c
  M src/call/context.c
  M src/call/pcc.c
  M src/gc/gc_gms.c
  M src/gc/gc_ms.c
  M src/gc/gc_ms2.c
  M src/gc/mark_sweep.c
  M src/hash.c
  M src/ops/core_ops.c
  M src/pmc.c
  M src/pmc/bytebuffer.pmc
  M src/pmc/callcontext.pmc
  M src/pmc/capture.pmc
  M src/pmc/class.pmc
  M src/pmc/complex.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/hash.pmc
  M src/pmc/hashiterator.pmc
  M src/pmc/hashiteratorkey.pmc
  M src/pmc/lexpad.pmc
  M src/pmc/managedstruct.pmc
  M src/pmc/mappedbytearray.pmc
  M src/pmc/namespace.pmc
  M src/pmc/nativepccmethod.pmc
  M src/pmc/nci.pmc
  M src/pmc/object.pmc
  M src/pmc/opcode.pmc
  M src/pmc/oplib.pmc
  M src/pmc/orderedhash.pmc
  M src/pmc/packfile.pmc
  M src/pmc/packfileannotation.pmc
  M src/pmc/packfileannotations.pmc
  M src/pmc/packfilebytecodesegment.pmc
  M src/pmc/packfileconstanttable.pmc
  M src/pmc/packfiledebug.pmc
  M src/pmc/packfileopmap.pmc
  M src/pmc/packfilerawsegment.pmc
  M src/pmc/packfilesegment.pmc
  M src/pmc/parrotinterpreter.pmc
  M src/pmc/parrotthread.pmc
  M src/pmc/pmcproxy.pmc
  M src/pmc/role.pmc
  M src/pmc/scalar.pmc
  M src/pmc/scheduler.pmc
  M src/pmc/sockaddr.pmc
  M src/pmc/socket.pmc
  M src/pmc/string.pmc
  M src/pmc/stringbuilder.pmc
  M src/pmc/stringhandle.pmc
  M src/pmc/stringiterator.pmc
  M src/pmc/structview.pmc
  M src/pmc/sub.pmc
  M src/pmc/task.pmc
  M src/pmc/threadinterpreter.pmc
  M src/pmc/timer.pmc
  M src/pmc/undef.pmc
  M src/pmc/unmanagedstruct.pmc
  M t/codingstd/pmc_docs.t
  A t/compilers/opsc/01-parse-body.t
  A t/compilers/opsc/03-past-declarator.t
  A t/compilers/opsc/03-past-macros.t
  M t/compilers/opsc/03-past.t
  R t/compilers/opsc/07-emitter.t
  A t/compilers/opsc/07-op-to-c.t
  A t/compilers/opsc/08-emitter.t
  M t/compilers/opsc/common.pir
  M t/op/exit.t
  M t/src/extend_vtable.t
  M t/steps/auto/sizes-01.t
  M t/tools/dev/headerizer/01_functions.t
  M t/tools/dev/headerizer/testlib/nci_pmc.in
  A tools/dev/dedeprecator
  A tools/release/releasecheck.pl

Log Message:
-----------
Merge branch 'master' of github.com:parrot/parrot


Compare: https://github.com/parrot/parrot/compare/025e447...7338a80


More information about the parrot-commits mailing list