[parrot/parrot] 9ab186: Check the correct define for threading.

GitHub noreply at github.com
Wed May 16 17:51:27 UTC 2012


  Branch: refs/heads/threads
  Home:   https://github.com/parrot/parrot
  Commit: 9ab186998c123a8ce20eafe4fcb69e5ac17c1830
      https://github.com/parrot/parrot/commit/9ab186998c123a8ce20eafe4fcb69e5ac17c1830
  Author: Stefan Seifert <nine at detonation.org>
  Date:   2012-05-11 (Fri, 11 May 2012)

  Changed paths:
    M src/alarm.c
    M src/pmc/parrotinterpreter.pmc
    M src/scheduler.c
    M src/thread.c

  Log Message:
  -----------
  Check the correct define for threading.

s/HAS_THREADS/PARROT_HAS_THREADS/


  Commit: 627974b16d08bf073e8360531ea419cb0eb7392b
      https://github.com/parrot/parrot/commit/627974b16d08bf073e8360531ea419cb0eb7392b
  Author: Stefan Seifert <nine at detonation.org>
  Date:   2012-05-11 (Fri, 11 May 2012)

  Changed paths:
    M t/src/threads_io.t

  Log Message:
  -----------
  Activate t/src/threads_io.t on a threaded Parrot


  Commit: 8f480e33928925cfd214da906db534933fef1e0a
      https://github.com/parrot/parrot/commit/8f480e33928925cfd214da906db534933fef1e0a
  Author: Stefan Seifert <nine at detonation.org>
  Date:   2012-05-16 (Wed, 16 May 2012)

  Changed paths:
    M ChangeLog
    M MANIFEST
    M MANIFEST.generated
    R README
    A README.pod
    M RESPONSIBLE_PARTIES
    M VERSION
    M api.yaml
    A compilers/README.pod
    M compilers/imcc/imc.h
    M compilers/imcc/imcc.l
    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/symreg.c
    M compilers/pct/src/PCT/HLLCompiler.pir
    R compilers/tge/README
    A compilers/tge/README.pod
    A config/README.pod
    M config/auto/icu.pm
    M config/gen/makefiles/root.in
    A docs/README.pod
    A docs/binaries/README.pod
    M docs/binaries/parrot.pod
    R docs/book/draft/README
    A docs/book/draft/README.pod
    M docs/book/draft/appb_patch_submission.pod
    M docs/compiler_faq.pod
    M docs/embed.pod
    M docs/gettingstarted.pod
    M docs/glossary.pod
    R docs/imcc/README
    A docs/imcc/README.pod
    A docs/index/book.json
    M docs/index/developer.json
    M docs/index/index.json
    M docs/parrot.pod
    M docs/parrothist.pod
    M docs/pdds/draft/pdd11_extending.pod
    R docs/pdds/draft/pdd31_hll.pod
    M docs/pdds/pdd07_codingstd.pod
    A docs/pdds/pdd31_hll.pod
    M docs/project/debian_packaging_guide.pod
    M docs/project/release_manager_guide.pod
    M docs/project/release_parrot_github_guide.pod
    R examples/README
    A examples/README.pod
    M examples/benchmarks/oo1.pir
    M examples/benchmarks/oo2.pir
    M examples/benchmarks/oo3.pir
    R examples/benchmarks/oo4.pasm
    R examples/benchmarks/oo4.pl
    R examples/benchmarks/oo4.py
    R examples/benchmarks/oo4.rb
    M examples/embed/cotorra.c
    R examples/mops/README
    A examples/mops/README.pod
    R examples/sdl/minesweeper/README
    A examples/sdl/minesweeper/README.pod
    R examples/sdl/tetris/README
    A examples/sdl/tetris/README.pod
    R examples/shootout/README
    A examples/shootout/README.pod
    R examples/tge/README
    A examples/tge/README.pod
    A ext/README.pod
    R ext/winxed/README
    A ext/winxed/README.pod
    M ext/winxed/Rules.mak
    M ext/winxed/compiler.pir
    M ext/winxed/driver.pir
    A frontend/README.pod
    M frontend/parrot2/prt0.pir
    M frontend/parrot_debugger/main.c
    M frontend/pbc_disassemble/main.c
    M frontend/pbc_merge/main.c
    A include/README.pod
    M include/parrot/compiler.h
    M include/parrot/context.h
    M include/parrot/datatypes.h
    M include/parrot/exceptions.h
    M include/parrot/exit.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/key.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/pmc_freeze.h
    M include/parrot/string_funcs.h
    M lib/Parrot/Distribution.pm
    M lib/Parrot/Docs/Section/Info.pm
    M lib/Parrot/Headerizer.pm
    M lib/Parrot/Manifest.pm
    A lib/README.pod
    R ports/ubuntu/README
    A ports/ubuntu/README.pod
    A runtime/README.pod
    R runtime/parrot/dynext/README
    A runtime/parrot/dynext/README.pod
    R runtime/parrot/include/README
    A runtime/parrot/include/README.pod
    R runtime/parrot/library/PCT/README
    A runtime/parrot/library/PCT/README.pod
    M runtime/parrot/library/Stream/Writer.pir
    M runtime/parrot/library/distutils.pir
    A src/README.pod
    M src/call/args.c
    M src/call/context.c
    M src/call/context_accessors.c
    M src/call/ops.c
    M src/datatypes.c
    R src/dynoplibs/README
    A src/dynoplibs/README.pod
    M src/dynoplibs/bit.ops
    M src/dynoplibs/math.ops
    M src/dynoplibs/trans.ops
    M src/dynpmc/README.pod
    M src/embed/api.c
    M src/embed/strings.c
    M src/exceptions.c
    M src/exit.c
    M src/extend.c
    M src/gc/alloc_memory.c
    M src/gc/api.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/mark_sweep.c
    M src/gc/string_gc.c
    M src/gc/system.c
    M src/hash.c
    M src/interp/api.c
    M src/interp/inter_cb.c
    M src/io/api.c
    M src/key.c
    M src/namespace.c
    M src/ops/bit.ops
    M src/ops/cmp.ops
    M src/ops/core.ops
    M src/ops/core_ops.c
    M src/ops/experimental.ops
    M src/ops/math.ops
    M src/ops/object.ops
    M src/ops/pmc.ops
    M src/ops/set.ops
    M src/ops/string.ops
    M src/ops/var.ops
    M src/packfile/api.c
    M src/packfile/output.c
    M src/packfile/pf_items.c
    M src/platform/generic/exec.c
    M src/platform/win32/env.c
    M src/pmc/bigint.pmc
    M src/pmc/callcontext.pmc
    M src/pmc/class.pmc
    M src/pmc/complex.pmc
    M src/pmc/continuation.pmc
    M src/pmc/coroutine.pmc
    M src/pmc/eval.pmc
    M src/pmc/exceptionhandler.pmc
    M src/pmc/key.pmc
    M src/pmc/lexpad.pmc
    M src/pmc/namespace.pmc
    M src/pmc/object.pmc
    M src/pmc/orderedhashiterator.pmc
    M src/pmc/pmclist.pmc
    M src/pmc/scheduler.pmc
    M src/pmc/string.pmc
    M src/pmc/structview.pmc
    M src/pmc/sub.pmc
    M src/runcore/profiling.c
    M src/scheduler.c
    M src/string/api.c
    M src/string/encoding.c
    M src/string/encoding/shared.c
    R t/archive/README
    A t/archive/README.pod
    M t/benchmark/benchmarks.t
    A t/codingstd/case_sensitive_files.t
    M t/codingstd/pmc_docs.t
    M t/compilers/opsc/01-parse-body.t
    M t/dynoplibs/io.t
    M t/dynpmc/gziphandle.t
    M t/dynpmc/select.t
    M t/library/osutils.t
    R t/manifest/README
    A t/manifest/README.pod
    R t/native_pbc/testdata/README
    A t/native_pbc/testdata/README.pod
    M t/oo/objects.t
    M t/op/stringu.t
    R t/perl/README
    A t/perl/README.pod
    M t/pmc/context.t
    M t/pmc/filehandle.t
    M t/pmc/lexpad.t
    M t/pmc/object-meths.t
    M t/pmc/parrotio.t
    M t/pmc/string.t
    M t/pmc/stringhandle.t
    M t/pmc/timer.t
    R t/run/README
    A t/run/README.pod
    R t/src/README
    A t/src/README.pod
    M t/src/basic.t
    M t/src/extend.t
    M t/steps/auto/icu-01.t
    M t/tools/dev/search_ops/samples.pm
    M t/tools/install/02-install_files.t
    R t/tools/install/testlib/README
    A t/tools/install/testlib/README.pod
    R t/tools/pmc2cutils/README
    A t/tools/pmc2cutils/README.pod
    A tools/README.pod
    R tools/build/README
    A tools/build/README.pod
    R tools/dev/README.md
    A tools/dev/README.pod
    M tools/dev/mk_language_shell.in
    M tools/dev/pbc_to_exe.pir
    R tools/release/README
    A tools/release/README.pod
    M tools/release/parrot_github_release.pl
    M tools/release/release.json
    M tools/release/update_version.pl

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


  Commit: b4e9ae43554f555b50ed09fd7f397a34684b69e5
      https://github.com/parrot/parrot/commit/b4e9ae43554f555b50ed09fd7f397a34684b69e5
  Author: Stefan Seifert <nine at detonation.org>
  Date:   2012-05-16 (Wed, 16 May 2012)

  Changed paths:
    M t/src/threads_io.t

  Log Message:
  -----------
  Fix threads_io.t not finding Parrot::Config


Compare: https://github.com/parrot/parrot/compare/1283a07...b4e9ae4


More information about the parrot-commits mailing list