[parrot/parrot] 749afc: Merge branch 'master' into tewk/select

noreply at github.com noreply at github.com
Wed Aug 24 19:09:00 UTC 2011


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

  Commit: 749afc6a58467b66dcda7e9b7d5e2f707d9b5e0a
      https://github.com/parrot/parrot/commit/749afc6a58467b66dcda7e9b7d5e2f707d9b5e0a
  Author: Tadeusz Sośnierz <tadzikes at gmail.com>
  Date:   2011-08-24 (Wed, 24 Aug 2011)

  Changed paths:
    M .gitignore
  M CREDITS
  M ChangeLog
  M Configure.pl
  M MANIFEST
  M MANIFEST.SKIP
  M MANIFEST.generated
  M NEWS
  M PBC_COMPAT
  M PLATFORMS
  M README
  M RESPONSIBLE_PARTIES
  M VERSION
  M api.yaml
  M compilers/imcc/debug.c
  M compilers/imcc/debug.h
  M compilers/imcc/imc.h
  M compilers/imcc/imcc.l
  M compilers/imcc/imcc.y
  M compilers/imcc/imclexer.c
  M compilers/imcc/imcparser.c
  M compilers/imcc/imcparser.h
  M compilers/imcc/main.c
  M compilers/imcc/pbc.c
  M compilers/imcc/pbc.h
  M compilers/imcc/reg_alloc.c
  M compilers/imcc/symreg.c
  M compilers/imcc/symreg.h
  M compilers/pct/src/PAST/Compiler.pir
  M compilers/pct/src/PAST/Node.pir
  M compilers/pct/src/POST/Compiler.pir
  M compilers/pge/README.pod
  M config/auto/arch.pm
  M config/auto/headers.pm
  M config/auto/opengl.pm
  M config/auto/readline.pm
  M config/auto/warnings.pm
  M config/gen/config_pm.pm
  M config/gen/config_pm/config_pir.in
  M config/gen/makefiles/ext.in
  M config/gen/makefiles/root.in
  M config/init/defaults.pm
  M config/init/hints/darwin.pm
  M config/init/hints/msys.pm
  M config/inter/types.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/dev/profiling.pod
  M docs/embed.pod
  M docs/glossary.pod
  M docs/index/developer.json
  M docs/index/pct_tutorial.json
  M docs/index/pdds.json
  M docs/index/tools.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 docs/project/support_policy.pod
  M docs/running.pod
  M docs/tests.pod
  R examples/benchmarks/overload.pl
  A examples/languages/squaak/doc/pct-stages.png
  A examples/languages/squaak/doc/pct-stages.svg
  M examples/languages/squaak/doc/tutorial_episode_1.pod
  M examples/languages/squaak/doc/tutorial_episode_2.pod
  M examples/languages/squaak/doc/tutorial_episode_4.pod
  M examples/languages/squaak/doc/tutorial_episode_7.pod
  M examples/nci/ls.pir
  M examples/pasm/fact.pasm
  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/LICENSE
  A ext/winxed/README
  A ext/winxed/Rules.mak
  A ext/winxed/compiler.pir
  A ext/winxed/driver.pir
  M frontend/parrot/main.c
  M frontend/parrot_debugger/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/library.h
  M include/parrot/list.h
  M include/parrot/memory.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/Config.pm
  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/Docs/PodToHtml.pm
  M lib/Parrot/Docs/Section/Tools.pm
  M lib/Parrot/Git/Describe.pm
  M lib/Parrot/Harness/DefaultTests.pm
  M lib/Parrot/Harness/Smoke.pm
  M lib/Parrot/Headerizer.pm
  M lib/Parrot/Headerizer/Functions.pm
  M lib/Parrot/Pmc2c/PCCMETHOD.pm
  M lib/Parrot/Pmc2c/PMC.pm
  M lib/Parrot/Pmc2c/PMC/RO.pm
  M lib/Parrot/Pmc2c/Parser.pm
  M lib/Parrot/Pmc2c/VTable.pm
  M lib/Parrot/Revision.pm
  M lib/Parrot/SHA1.pm
  M lib/Parrot/Test.pm
  M lib/Parrot/Test/Util.pm
  M lib/Parrot/Vtable.pm
  M parrotbug
  A ports/README.pod
  M ports/debian/changelog
  M ports/debian/control
  M ports/debian/control.in
  A ports/debian/libparrot3.3.0.symbols
  A ports/debian/patches/01_fix_spelling_errors.patch
  M ports/debian/patches/series
  M runtime/parrot/library/Archive/Tar.pir
  M runtime/parrot/library/Archive/Zip.pir
  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/dynext.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_memory.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/gc/system.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/library.c
  M src/list.c
  M src/longopt.c
  M src/misc.c
  M src/multidispatch.c
  M src/namespace.c
  M src/nci/extra_thunks.c
  M src/nci/libffi.c
  M src/nci_test.c
  M src/oo.c
  M src/ops/core.ops
  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
  M src/packfile/pf_items.c
  A src/packfile/pf_private.h
  A src/packfile/segments.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/platform/linux/encoding.c
  M src/platform/win32/dl.c
  M src/platform/win32/error.c
  M src/pmc.c
  M src/pmc/bytebuffer.pmc
  M src/pmc/class.pmc
  M src/pmc/eval.pmc
  M src/pmc/exception.pmc
  M src/pmc/hash.pmc
  M src/pmc/imccompiler.pmc
  M src/pmc/lexinfo.pmc
  M src/pmc/lexpad.pmc
  M src/pmc/mappedbytearray.pmc
  M src/pmc/multisub.pmc
  M src/pmc/namespace.pmc
  M src/pmc/packfile.pmc
  M src/pmc/packfileconstanttable.pmc
  M src/pmc/packfiledirectory.pmc
  A src/pmc/packfileview.pmc
  M src/pmc/parrotinterpreter.pmc
  M src/pmc/ptr.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
  M src/warnings.c
  R t/README
  A t/README.pod
  M t/compilers/imcc/syn/file.t
  M t/compilers/opsc/06-opsfile.t
  M t/configure/035-step.t
  M t/dynoplibs/debug.t
  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/dynpmc/os.t
  M t/examples/library.t
  M t/examples/pasm.t
  A t/ext/winxed/compreg.t
  M t/harness
  M t/harness.pir
  A t/library/.gitattributes
  M t/library/nciutils.t
  M t/library/osutils.t
  M t/library/pcre.t
  R t/library/perlhist.txt
  A t/library/perlhistory.txt
  M t/library/pg.t
  M t/library/sha.t
  M t/library/streams.t
  A t/library/testlib/foo.txt
  M t/native_pbc/integer.pbc
  M t/native_pbc/number.pbc
  M t/native_pbc/number_1.pbc
  M t/native_pbc/string.pbc
  M t/native_pbc/string_1.pbc
  M t/oo/new-old.t
  M t/op/exceptions.t
  M t/op/lexicals.t
  M t/op/spawnw.t
  M t/pmc/class.t
  M t/pmc/eval.t
  M t/pmc/io_iterator.t
  M t/pmc/iterator.t
  M t/pmc/lexinfo.t
  M t/pmc/mappedbytearray.t
  M t/pmc/nci.t
  A t/pmc/packfileview.t
  M t/pmc/parrotinterpreter.t
  M t/pmc/socket.t
  M t/pmc/socket_ipv6.t
  M t/pmc/string.t
  M t/pmc/threads.t
  M t/pmc/unmanagedstruct.t
  M t/src/atomic.t
  M t/src/basic.t
  M t/src/checkdepend.t
  M t/src/embed.t
  M t/src/embed/api.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/steps/auto/arch-01.t
  R t/steps/auto/git_describe-01.t
  M t/steps/auto/headers-01.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/steps/inter/types-01.t
  M t/tools/create_language.t
  M t/tools/dev/headerizer/01_functions.t
  M t/tools/dev/headerizer/02_methods.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
  M tools/dev/mk_inno.pl
  M tools/dev/mk_packfile_pbc
  M tools/dev/nci_thunk_gen.pir
  R tools/dev/nm.pl
  R tools/dev/ops_not_tested.pl
  R tools/dev/parrot_api.pl
  M tools/dev/vtablize.pl
  M tools/docs/make_html_docs.pl
  M tools/release/release.json
  A tools/release/sha256sum.pl
  A tools/release/update_version.pl

  Log Message:
  -----------
  Merge branch 'master' into tewk/select


  Commit: b6fb910e01534bffcc350d37dbdde57b1ef67c41
      https://github.com/parrot/parrot/commit/b6fb910e01534bffcc350d37dbdde57b1ef67c41
  Author: Tadeusz Sośnierz <tadzikes at gmail.com>
  Date:   2011-08-24 (Wed, 24 Aug 2011)

  Changed paths:
    M MANIFEST
  M MANIFEST.SKIP
  R src/pmc/select.pmc
  R t/pmc/select.t

  Log Message:
  -----------
  Regenerate MANIFESTs


  Commit: d156fc0bbf7a4f5b0b75f35b7f22c23222c3d076
      https://github.com/parrot/parrot/commit/d156fc0bbf7a4f5b0b75f35b7f22c23222c3d076
  Author: Tadeusz Sośnierz <tadzikes at gmail.com>
  Date:   2011-08-24 (Wed, 24 Aug 2011)

  Changed paths:
    M src/dynpmc/select.pmc

  Log Message:
  -----------
  Fix a typo in select.pmc Pod


Compare: https://github.com/parrot/parrot/compare/b84af47...d156fc0


More information about the parrot-commits mailing list