[parrot/parrot] 53a07f: Added ASSERT_ARGS calls

GitHub noreply at github.com
Tue Apr 3 08:57:30 UTC 2012


  Branch: refs/heads/bacek/unmerge_context
  Home:   https://github.com/parrot/parrot
  Commit: 53a07f9d3939824cb587e961b6640b694bf7c9e3
      https://github.com/parrot/parrot/commit/53a07f9d3939824cb587e961b6640b694bf7c9e3
  Author: Andy Lester <andy at petdance.com>
  Date:   2012-04-02 (Mon, 02 Apr 2012)

  Changed paths:
    M src/platform/generic/dl.c

  Log Message:
  -----------
  Added ASSERT_ARGS calls


  Commit: 5b6d3dc4f837ba21a75f5d2487622356b85d1858
      https://github.com/parrot/parrot/commit/5b6d3dc4f837ba21a75f5d2487622356b85d1858
  Author: Andy Lester <andy at petdance.com>
  Date:   2012-04-02 (Mon, 02 Apr 2012)

  Changed paths:
    M src/platform/generic/dl.c

  Log Message:
  -----------
  the arg to remove_handle_entry() can be NULL


  Commit: c32af4bebf70b264d2497a924a733b7f4e4ca2d3
      https://github.com/parrot/parrot/commit/c32af4bebf70b264d2497a924a733b7f4e4ca2d3
  Author: Vasily Chekalkin <bacek at bacek.com>
  Date:   2012-04-02 (Mon, 02 Apr 2012)

  Changed paths:
    M src/platform/generic/dl.c

  Log Message:
  -----------
  Fix push_handle_entry signature. NULL handles are kind of valid


  Commit: 8f5eff69ddce5d95bf60ee70653acde7a5b57a46
      https://github.com/parrot/parrot/commit/8f5eff69ddce5d95bf60ee70653acde7a5b57a46
  Author: Vasily Chekalkin <bacek at bacek.com>
  Date:   2012-04-02 (Mon, 02 Apr 2012)

  Changed paths:
    M include/parrot/context.h
  M include/parrot/gc_api.h
  M runtime/parrot/library/Stream/Writer.pir
  M src/call/args.c
  M src/call/context.c
  M src/call/context_accessors.c
  M src/interp/api.c
  M src/ops/core.ops
  M src/ops/core_ops.c
  M src/ops/experimental.ops
  M src/ops/object.ops
  M src/pmc/callcontext.pmc
  M src/pmc/coroutine.pmc
  M src/pmc/sub.pmc
  M t/oo/objects.t
  M t/pmc/context.t
  M t/pmc/object-meths.t

  Log Message:
  -----------
  Get rid of CallContext.current_object. It's useless


  Commit: de3545f1a89344301190b4d2a8f8d6835ec61da2
      https://github.com/parrot/parrot/commit/de3545f1a89344301190b4d2a8f8d6835ec61da2
  Author: Moritz Lenz <moritz at faui2k3.org>
  Date:   2012-04-03 (Tue, 03 Apr 2012)

  Changed paths:
    M src/pmc/sub.pmc

  Log Message:
  -----------
  remove unused variable


  Commit: 2ed595c23cb13eaa665f156cd17b6878dd27c251
      https://github.com/parrot/parrot/commit/2ed595c23cb13eaa665f156cd17b6878dd27c251
  Author: Vasily Chekalkin <bacek at bacek.com>
  Date:   2012-04-03 (Tue, 03 Apr 2012)

  Changed paths:
    M include/parrot/context.h
  M include/parrot/gc_api.h
  M runtime/parrot/library/Stream/Writer.pir
  M src/call/args.c
  M src/call/context.c
  M src/call/context_accessors.c
  M src/interp/api.c
  M src/ops/core.ops
  M src/ops/core_ops.c
  M src/ops/experimental.ops
  M src/ops/object.ops
  M src/platform/generic/dl.c
  M src/pmc/context.pmc
  M src/pmc/coroutine.pmc
  M src/pmc/sub.pmc
  M t/oo/objects.t
  M t/pmc/context.t
  M t/pmc/object-meths.t

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/kill_current_object' into bacek/unmerge_context

Conflicts:
	include/parrot/context.h
	src/call/context_accessors.c
	src/ops/core_ops.c
	src/pmc/callsignature.pmc
	src/pmc/sub.pmc


Compare: https://github.com/parrot/parrot/compare/ff07689...2ed595c


More information about the parrot-commits mailing list