[parrot/parrot] eee63b: Eval PMC is deprecated
noreply at github.com
noreply at github.com
Fri Jul 8 12:00:15 UTC 2011
Branch: refs/heads/whiteknight/pbc_pbc
Home: https://github.com/parrot/parrot
Commit: eee63b031723f4adf4f38450f683cfee3c44ad23
https://github.com/parrot/parrot/commit/eee63b031723f4adf4f38450f683cfee3c44ad23
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2011-07-07 (Thu, 07 Jul 2011)
Changed paths:
M api.yaml
Log Message:
-----------
Eval PMC is deprecated
Commit: 507aa961b7eabd2fd000a80723da7e347ab1ce1f
https://github.com/parrot/parrot/commit/507aa961b7eabd2fd000a80723da7e347ab1ce1f
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2011-07-07 (Thu, 07 Jul 2011)
Changed paths:
M api.yaml
Log Message:
-----------
PackFile_* API functions are deprecated
Commit: 50d7baf59a5d553c29fffe9a4a1266cf6f6801bd
https://github.com/parrot/parrot/commit/50d7baf59a5d553c29fffe9a4a1266cf6f6801bd
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2011-07-07 (Thu, 07 Jul 2011)
Changed paths:
M MANIFEST
M MANIFEST.generated
M api.yaml
M config/gen/makefiles/root.in
M frontend/pbc_merge/main.c
M include/parrot/packfile.h
M src/embed.c
M src/embed/bytecode.c
M src/packfile/api.c
M src/packfile/output.c
A src/packfile/pf_private.h
A src/packfile/segments.c
M src/pmc/eval.pmc
M src/pmc/imccompiler.pmc
M src/pmc/packfile.pmc
A src/pmc/packfileview.pmc
M src/pmc/parrotinterpreter.pmc
A t/pmc/packfileview.t
M t/pmc/parrotinterpreter.t
Log Message:
-----------
fix conflicts in api.yaml. There's plenty of room to deprecate everything
Commit: 19e2d89179fabe6ae55eea1e9573d96e46095f5a
https://github.com/parrot/parrot/commit/19e2d89179fabe6ae55eea1e9573d96e46095f5a
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2011-07-07 (Thu, 07 Jul 2011)
Changed paths:
M NEWS
Log Message:
-----------
+note about PackfileView to NEWS
Commit: ff7a66781ded49327f7f777e9d2d8b2ba1b13ffa
https://github.com/parrot/parrot/commit/ff7a66781ded49327f7f777e9d2d8b2ba1b13ffa
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2011-07-07 (Thu, 07 Jul 2011)
Changed paths:
M src/pmc/eval.pmc
Log Message:
-----------
Comment out some stuff in Eval for now
Commit: 04f584c232401538a17cb07023b3c3e968f10d48
https://github.com/parrot/parrot/commit/04f584c232401538a17cb07023b3c3e968f10d48
Author: jkeenan <jkeenan at cpan.org>
Date: 2011-07-07 (Thu, 07 Jul 2011)
Changed paths:
M MANIFEST
Log Message:
-----------
Update MANIFEST for ext/winxed/LICENSE.
Commit: 187805967a2bc982b97b9134114627f9204c2fba
https://github.com/parrot/parrot/commit/187805967a2bc982b97b9134114627f9204c2fba
Author: jkeenan <jkeenan at cpan.org>
Date: 2011-07-07 (Thu, 07 Jul 2011)
Changed paths:
M src/pmc/eval.pmc
Log Message:
-----------
Merge branch 'master' of git at github.com:parrot/parrot
Commit: cac768deb068ac1d9a2b5bd89726eacec8a37c7d
https://github.com/parrot/parrot/commit/cac768deb068ac1d9a2b5bd89726eacec8a37c7d
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2011-07-08 (Fri, 08 Jul 2011)
Changed paths:
M include/parrot/packfile.h
M src/packfile/pf_private.h
M src/packfile/segments.c
Log Message:
-----------
Some functions from segments.c are used outside the packfile subsystem. They shouldn't be, but they are. Expose them all for now, to try and fix C++ build and ttbot failures
Commit: 84a34f2d1d32961f1ffe7f6ccf8660b0fddb61e6
https://github.com/parrot/parrot/commit/84a34f2d1d32961f1ffe7f6ccf8660b0fddb61e6
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2011-07-08 (Fri, 08 Jul 2011)
Changed paths:
M MANIFEST
M MANIFEST.generated
M NEWS
M api.yaml
M compilers/pct/src/PAST/Compiler.pir
M compilers/pct/src/PAST/Node.pir
M config/auto/warnings.pm
M config/gen/makefiles/root.in
M docs/embed.pod
M docs/pdds/pdd17_pmc.pod
M docs/pdds/pdd28_strings.pod
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
A ext/winxed/LICENSE
M ext/winxed/compiler.pir
M frontend/parrot/main.c
M include/parrot/hash.h
M include/parrot/packfile.h
M lib/Parrot/Config.pm
M lib/Parrot/Harness/DefaultTests.pm
M lib/Parrot/Pmc2c/PMC.pm
M runtime/parrot/library/Digest/sha256.pir
M runtime/parrot/library/Test/More.pir
M runtime/parrot/library/distutils.pir
M src/call/args.c
M src/gc/fixed_allocator.c
M src/gc/gc_gms.c
M src/gc/gc_ms2.c
M src/hash.c
M src/oo.c
M src/ops/core_ops.c
M src/ops/string.ops
M src/packfile/pf_items.c
M src/packfile/pf_private.h
M src/packfile/segments.c
M src/pmc.c
M src/pmc/eval.pmc
M src/pmc/hash.pmc
M src/pmc/lexinfo.pmc
M src/pmc/namespace.pmc
M src/pmc/packfileview.pmc
M src/pmc/scalar.pmc
M src/pmc/string.pmc
M src/pmc/stringbuilder.pmc
M src/runcore/cores.c
M src/string/api.c
M src/vtable.tbl
M src/warnings.c
A t/ext/winxed/compreg.t
M t/library/pg.t
M t/pmc/io_iterator.t
M t/pmc/packfileview.t
M t/src/embed.t
M t/src/extend_vtable.t
R tools/dev/dedeprecator
A tools/dev/dedeprecator.nqp
M tools/dev/fetch_languages.pl
M tools/dev/vtablize.pl
Log Message:
-----------
Merge branch 'master' into whiteknight/pbc_pbc
Compare: https://github.com/parrot/parrot/compare/7dcae69...84a34f2
More information about the parrot-commits
mailing list