[parrot/parrot] 98dcec: fix build failure

noreply at github.com noreply at github.com
Sun Nov 27 12:15:25 UTC 2011


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

  Commit: 98dcec0ae19e0c26c2dd41f1a71eeab11649de23
      https://github.com/parrot/parrot/commit/98dcec0ae19e0c26c2dd41f1a71eeab11649de23
  Author: Whiteknight <wknight8111 at gmail.com>
  Date:   2011-10-29 (Sat, 29 Oct 2011)

  Changed paths:
    M src/pmc/integer.pmc

  Log Message:
  -----------
  fix build failure


  Commit: 17a69801199de6171f1163a53650ef4c6ef0693b
      https://github.com/parrot/parrot/commit/17a69801199de6171f1163a53650ef4c6ef0693b
  Author: Whiteknight <wknight8111 at gmail.com>
  Date:   2011-10-29 (Sat, 29 Oct 2011)

  Changed paths:
    M CREDITS
  A DEPRECATED-branch.pod
  M MANIFEST
  M MANIFEST.generated
  M config/gen/makefiles/root.in
  A examples/pir/coop_threads.pir
  M ext/nqp-rx/src/stage0/Regex-s0.pir
  A include/parrot/alarm.h
  M include/parrot/call.h
  A include/parrot/events.h
  M include/parrot/gc_api.h
  M include/parrot/interpreter.h
  M include/parrot/oplib/core_ops.h
  M include/parrot/oplib/ops.h
  M include/parrot/opsenum.h
  M include/parrot/platform_interface.h
  M include/parrot/runcore_api.h
  M include/parrot/scheduler.h
  M include/parrot/scheduler_private.h
  A runtime/parrot/include/green_threads.pir
  A src/alarm.c
  M src/call/ops.c
  M src/call/pcc.c
  A src/events.c
  M src/exceptions.c
  M src/exit.c
  M src/extend.c
  M src/gc/gc_ms.c
  M src/gc/mark_sweep.c
  M src/interp/inter_cb.c
  M src/interp/inter_create.c
  M src/interp/inter_misc.c
  M src/ops/core.ops
  M src/ops/core_ops.c
  M src/ops/experimental.ops
  M src/packfile/api.c
  M src/platform/generic/time.c
  A src/pmc/alarm.pmc
  A src/pmc/callback.pmc
  M src/pmc/parrotinterpreter.pmc
  A src/pmc/pmclist.pmc
  M src/pmc/scheduler.pmc
  M src/pmc/task.pmc
  M src/pmc/timer.pmc
  M src/runcore/cores.c
  M src/runcore/main.c
  M src/scheduler.c
  M src/string/api.c
  A t/pmc/alarm.t
  M t/pmc/nci.t
  A t/pmc/pmclist.t
  R t/pmc/scheduler.t
  M t/pmc/task.t
  A t/pmc/task_primes.t
  M t/pmc/timer.t
  A t/src/threads_io.t

  Log Message:
  -----------
  Merge branch 'green_threads'


  Commit: aed1bcaf0174afd19370a8fb9769b06c94cc52cc
      https://github.com/parrot/parrot/commit/aed1bcaf0174afd19370a8fb9769b06c94cc52cc
  Author: Whiteknight <wknight8111 at gmail.com>
  Date:   2011-10-29 (Sat, 29 Oct 2011)

  Changed paths:
    M ChangeLog

  Log Message:
  -----------
  Add note about green_threads to ChangeLog


  Commit: 6078766acd1721c1f9680c516ecee82dcf585e4e
      https://github.com/parrot/parrot/commit/6078766acd1721c1f9680c516ecee82dcf585e4e
  Author: Jonathan "Duke" Leto <jonathan at leto.net>
  Date:   2011-10-29 (Sat, 29 Oct 2011)

  Changed paths:
    R DEPRECATED-branch.pod

  Log Message:
  -----------
  Remove DEPRECATED-branch.pod which came in on the green_threads merge


  Commit: 874cd8f0019f77975effab6c57a84dcbdc67669d
      https://github.com/parrot/parrot/commit/874cd8f0019f77975effab6c57a84dcbdc67669d
  Author: Moritz Lenz <moritz at faui2k3.org>
  Date:   2011-10-30 (Sun, 30 Oct 2011)

  Changed paths:
    M MANIFEST

  Log Message:
  -----------
  update MANIFEST, DEPRECATED-branch.pod is gone


  Commit: e05858ca4f37f72094979017e9faa4f33d756f13
      https://github.com/parrot/parrot/commit/e05858ca4f37f72094979017e9faa4f33d756f13
  Author: Stefan Seifert <nine at detonation.org>
  Date:   2011-10-30 (Sun, 30 Oct 2011)

  Changed paths:
    M include/parrot/runcore_api.h
  M src/alarm.c
  M src/ops/core.ops
  M src/ops/core_ops.c
  M src/pmc/parrotinterpreter.pmc
  M src/pmc/scheduler.pmc
  M src/pmc/task.pmc
  M src/runcore/main.c
  M src/scheduler.c

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


  Commit: b6d2e1ad77dfd9f92484884880a1d724f862f6df
      https://github.com/parrot/parrot/commit/b6d2e1ad77dfd9f92484884880a1d724f862f6df
  Author: Stefan Seifert <nine at detonation.org>
  Date:   2011-10-30 (Sun, 30 Oct 2011)

  Changed paths:
    M include/parrot/scheduler_private.h
  M src/pmc/scheduler.pmc
  M src/pmc/task.pmc
  M src/scheduler.c

  Log Message:
  -----------
  Move preemption_enabled and scheduling_enabled to scheduler.pmc private flags

Conflicts:

	src/scheduler.c


  Commit: 0ee9c328c7b77ea02faf965779dc4f732ef32741
      https://github.com/parrot/parrot/commit/0ee9c328c7b77ea02faf965779dc4f732ef32741
  Author: Stefan Seifert <nine at detonation.org>
  Date:   2011-10-30 (Sun, 30 Oct 2011)

  Changed paths:
    M ChangeLog
  R DEPRECATED-branch.pod
  M MANIFEST
  M compilers/imcc/pbc.c
  M frontend/pbc_dump/packdump.c
  M src/pmc/integer.pmc

  Log Message:
  -----------
  Merge branch 'master' into green_threads


Compare: https://github.com/parrot/parrot/compare/e6fa7fc...0ee9c32


More information about the parrot-commits mailing list