[parrot/parrot] 2a8794: Merge branch 'master' into soh-cah-toa/hbdb
noreply at github.com
noreply at github.com
Mon Jul 4 17:49:33 UTC 2011
Branch: refs/heads/soh-cah-toa/hbdb
Home: https://github.com/parrot/parrot
Commit: 2a8794f6da8e3df7ebcb2548ad44baccf2963024
https://github.com/parrot/parrot/commit/2a8794f6da8e3df7ebcb2548ad44baccf2963024
Author: Christoph Otto <christoph_github at mksig.org>
Date: 2011-07-04 (Mon, 04 Jul 2011)
Changed paths:
M .gitignore
M CREDITS
M ChangeLog
M MANIFEST
M MANIFEST.SKIP
M MANIFEST.generated
M NEWS
M README
M VERSION
M api.yaml
M compilers/imcc/debug.h
M compilers/imcc/imcc.y
M compilers/imcc/imcparser.c
M compilers/imcc/pbc.c
M compilers/imcc/pbc.h
M compilers/pct/src/PAST/Compiler.pir
M compilers/pct/src/PAST/Node.pir
M compilers/pct/src/POST/Compiler.pir
M config/auto/opengl.pm
M config/auto/readline.pm
M config/auto/warnings.pm
M config/gen/makefiles/root.in
M config/init/defaults.pm
M config/init/hints/darwin.pm
M docs/book/pct/ch04_pge.pod
M docs/book/pir/ch03_basic_syntax.pod
M docs/book/pir/ch04_variables.pod
A docs/deprecations/deprecations.pod
A docs/deprecations/deprecations_2_6.pod
A docs/deprecations/deprecations_2_9.pod
A docs/deprecations/deprecations_3_0.pod
A docs/deprecations/deprecations_3_3.pod
A docs/deprecations/deprecations_3_6.pod
A docs/deprecations/how_to_deprecate.pod
M docs/embed.pod
M docs/index/developer.json
M docs/parrothist.pod
M docs/pct/gettingstarted.pod
M docs/pdds/draft/pdd11_extending.pod
M docs/pdds/draft/pdd16_native_call.pod
M docs/pdds/pdd17_pmc.pod
M docs/pdds/pdd19_pir.pod
M docs/pdds/pdd28_strings.pod
M docs/project/git_workflow.pod
M docs/project/release_manager_guide.pod
M examples/languages/squaak/doc/tutorial_episode_1.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
M ext/nqp-rx/src/stage0/Regex-s0.pir
A ext/winxed/Defines.mak
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/pbc_disassemble/main.c
M frontend/pbc_merge/main.c
M include/parrot/api.h
M include/parrot/call.h
M include/parrot/compiler.h
M include/parrot/context.h
M include/parrot/datatypes.h
M include/parrot/debugger.h
M include/parrot/embed.h
M include/parrot/encoding.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/key.h
M include/parrot/list.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/pmc.h
M include/parrot/pmc_freeze.h
M include/parrot/runcore_api.h
M include/parrot/scheduler.h
M include/parrot/string_funcs.h
M include/parrot/thread.h
M include/parrot/vtables.h
M include/parrot/warnings.h
M lib/Parrot/Configure/Compiler.pm
M lib/Parrot/Configure/Options.pm
M lib/Parrot/Configure/Options/Conf.pm
M lib/Parrot/Configure/Options/Conf/File.pm
M lib/Parrot/Configure/Options/Conf/Shared.pm
M lib/Parrot/Git/Describe.pm
M lib/Parrot/Headerizer.pm
M lib/Parrot/Headerizer/Functions.pm
M lib/Parrot/Pmc2c/PMC.pm
M lib/Parrot/Pmc2c/PMC/RO.pm
M lib/Parrot/Pmc2c/Parser.pm
M lib/Parrot/Revision.pm
M lib/Parrot/SHA1.pm
M lib/Parrot/Test.pm
M lib/Parrot/Vtable.pm
M runtime/parrot/library/Digest/sha256.pir
M runtime/parrot/library/NCI/Utils.pir
M runtime/parrot/library/Test/More.pir
M runtime/parrot/library/distutils.pir
M runtime/parrot/library/osutils.pir
M src/call/args.c
M src/call/context.c
M src/call/pcc.c
M src/debug.c
M src/dynpmc/os.pmc
M src/embed.c
M src/embed/api.c
M src/embed/bytecode.c
M src/embed/pmc.c
M src/exceptions.c
M src/extend.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/mark_sweep.c
M src/gc/string_gc.c
M src/global_setup.c
M src/hash.c
M src/hll.c
M src/interp/inter_create.c
M src/interp/inter_misc.c
M src/list.c
M src/longopt.c
M src/misc.c
M src/multidispatch.c
M src/namespace.c
M src/nci/libffi.c
M src/nci_test.c
M src/oo.c
M src/ops/core_ops.c
M src/ops/experimental.ops
M src/ops/string.ops
M src/ops/var.ops
M src/packfile/api.c
M src/packfile/object_serialization.c
M src/packfile/output.c
R src/pbc_disassemble.c
M src/platform/generic/file.c
M src/platform/generic/socket.c
M src/platform/generic/sysmem.c
M src/pmc.c
M src/pmc/class.pmc
M src/pmc/eval.pmc
M src/pmc/hash.pmc
M src/pmc/imccompiler.pmc
M src/pmc/lexinfo.pmc
M src/pmc/lexpad.pmc
M src/pmc/packfile.pmc
M src/pmc/packfiledirectory.pmc
M src/pmc/resizablepmcarray.pmc
M src/pmc/scalar.pmc
M src/pmc/string.pmc
M src/pmc/stringbuilder.pmc
M src/pmc/structview.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
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/string/encoding/binary.c
M src/string/encoding/latin1.c
M src/string/encoding/null.c
M src/string/encoding/shared.h
M src/string/encoding/ucs2.c
M src/string/encoding/ucs4.c
M src/string/encoding/utf16.c
M src/string/encoding/utf8.c
M src/thread.c
M src/utils.c
M src/vtable.tbl
M src/vtables.c
A t/dynpmc/foo-01.t
A t/dynpmc/foo-02.t
A t/dynpmc/foo-03.t
A t/dynpmc/foo-04.t
A t/dynpmc/foo-05.t
A t/dynpmc/foo-06.t
A t/dynpmc/foo-07.t
A t/dynpmc/foo-08.t
A t/dynpmc/foo-09.t
A t/dynpmc/foo-10.t
R t/dynpmc/foo.t
M t/harness
M t/library/nciutils.t
M t/library/pcre.t
M t/library/sha.t
M t/op/lexicals.t
M t/pmc/class.t
M t/pmc/eval.t
M t/pmc/lexinfo.t
M t/pmc/nci.t
M t/pmc/socket_ipv6.t
M t/pmc/unmanagedstruct.t
M t/src/checkdepend.t
M t/src/embed.t
M t/src/embed/api.t
M t/src/extend.t
M t/src/extend_vtable.t
M t/steps/auto/platform-01.t
M t/steps/auto/readline-01.t
M t/steps/init/hints/darwin-01.t
M t/tools/create_language.t
M t/tools/dev/headerizer/01_functions.t
M t/tools/mk_language_shell.t
M t/tools/pbc_disassemble.t
M tools/dev/create_language.pl
R tools/dev/dedeprecator
A tools/dev/dedeprecator.nqp
M tools/dev/fetch_languages.pl
M tools/dev/install_dev_files.pl
M tools/dev/install_files.pl
M tools/dev/merge_pull_request.pl
R tools/dev/ops_not_tested.pl
M tools/dev/vtablize.pl
M tools/release/release.json
Log Message:
-----------
Merge branch 'master' into soh-cah-toa/hbdb
Conflicts:
.gitignore
config/gen/makefiles/root.in
More information about the parrot-commits
mailing list