[parrot/parrot] 796e99: Move remaining functions out of embed.c. move pack...
noreply at github.com
noreply at github.com
Sat Aug 6 19:19:59 UTC 2011
Branch: refs/heads/whiteknight/tt_1910
Home: https://github.com/parrot/parrot
Commit: 796e991ab3672631412006ee418aa056222bb5c9
https://github.com/parrot/parrot/commit/796e991ab3672631412006ee418aa056222bb5c9
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2011-08-06 (Sat, 06 Aug 2011)
Changed paths:
M MANIFEST
M config/gen/makefiles/root.in
A include/parrot/disassemble.h
M include/parrot/packfile.h
A src/disassemble.c
M src/embed.c
M src/packfile/api.c
Log Message:
-----------
Move remaining functions out of embed.c. move packfile-related functions to src/packfile/api.c. Move disassembly-related functions into a new disassemble.c
Commit: 1cb52653cc472cbf97656fc8cfe40f382e4faacc
https://github.com/parrot/parrot/commit/1cb52653cc472cbf97656fc8cfe40f382e4faacc
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2011-08-06 (Sat, 06 Aug 2011)
Changed paths:
R include/parrot/embed.h
R src/embed.c
Log Message:
-----------
Remove unused, empty embed.* files
Commit: c989e15304e701a0257117712ebebaee5a1de749
https://github.com/parrot/parrot/commit/c989e15304e701a0257117712ebebaee5a1de749
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2011-08-06 (Sat, 06 Aug 2011)
Changed paths:
M compilers/imcc/Rules.in
M compilers/imcc/main.c
M compilers/imcc/parser_util.c
M config/gen/makefiles/root.in
M docs/embed.pod
M docs/pdds/pdd10_embedding.pod
M docs/tests.pod
M examples/c/pbc_info.c
M examples/c/test_main.c
M examples/compilers/japhc.c
M examples/embed/cotorra.c
M ext/Parrot-Embed/lib/Parrot/Embed.xs
M frontend/parrot_debugger/main.c
M frontend/pbc_disassemble/main.c
M frontend/pbc_dump/main.c
M frontend/pbc_merge/main.c
M include/parrot/disassemble.h
M include/parrot/packfile.h
M include/parrot/parrot.h
M src/debug.c
M src/embed/api.c
M src/embed/bytecode.c
M src/ops/core.ops
M src/ops/core_ops.c
M src/packfile/api.c
M src/packfile/pf_private.h
M src/pmc/parrotinterpreter.pmc
M src/pmc/parrotthread.pmc
M src/pmc/threadinterpreter.pmc
M src/runcore/cores.c
M src/runcore/profiling.c
M t/compilers/opsc/01-parse.t
M t/src/embed.t
M t/src/embed/api.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
M t/src/warnings.t
M t/tools/dev/searchops/samples.pm
Log Message:
-----------
Remove embed.h (and all traces of it) and embed.c. Get things building again
Compare: https://github.com/parrot/parrot/compare/64a1204...c989e15
More information about the parrot-commits
mailing list