[parrot/parrot] 19648f: eliminate static numbering of ops

noreply at github.com noreply at github.com
Thu Dec 9 04:35:04 UTC 2010


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

Commit: 19648f1861447aa8ad8a4bca5bdec322e14b44ac
    https://github.com/parrot/parrot/commit/19648f1861447aa8ad8a4bca5bdec322e14b44ac
Author: Peter Lobsinger <plobsing at gmail.com>
Date:   2010-12-08 (Wed, 08 Dec 2010)

Changed paths:
  M include/parrot/oplib.h
  M src/runcore/main.c

Log Message:
-----------
eliminate static numbering of ops

static numbers for ops has no meaning. also, opsc generates number automatically
now, rendering these completely unecessary.

also eliminate a nasty cast (op_func_t* => void** => (void*)() => op_func_t*)


Commit: 1660edd4ac8d36d13a7e1e109091f42bfc865781
    https://github.com/parrot/parrot/commit/1660edd4ac8d36d13a7e1e109091f42bfc865781
Author: Peter Lobsinger <plobsing at gmail.com>
Date:   2010-12-08 (Wed, 08 Dec 2010)

Changed paths:
  M src/ops/core.ops
  M t/tools/dev/searchops/samples.pm

Log Message:
-----------
eliminate op documentation mentioning defunct CORE_OPS_*




More information about the parrot-commits mailing list