[parrot/parrot] 7dcae6: Add a new function Parrot_pf_subs_by_flag to retur...
noreply at github.com
noreply at github.com
Fri Jul 8 01:11:37 UTC 2011
Branch: refs/heads/whiteknight/pbc_pbc
Home: https://github.com/parrot/parrot
Commit: 7dcae69af97b89660884f05a2bc7fce7cb5aa4f8
https://github.com/parrot/parrot/commit/7dcae69af97b89660884f05a2bc7fce7cb5aa4f8
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2011-07-07 (Thu, 07 Jul 2011)
Changed paths:
M include/parrot/packfile.h
M src/packfile/api.c
M src/pmc/packfileview.pmc
Log Message:
-----------
Add a new function Parrot_pf_subs_by_flag to return an array of all subs with the given flag. Replace PackfileView.trigger method with a new PackfileView.subs_by_flag method, to return a list of Subs. The user can use this method to get the subs with the flag they want, and execute them when specifically wanted.
More information about the parrot-commits
mailing list