id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc,lang,patch,platform
1145,extend/embed API functions for calling subs/methods,allison,,"The following functions (part of the public API) are deprecated and will be removed after 2.0.

{{{
src/extend.c:
  Parrot_call_sub
  Parrot_call_sub_ret_int
  Parrot_call_sub_ret_float
  Parrot_call_method
  Parrot_call_method_ret_int
  Parrot_call_method_ret_float
}}}

They have been replaced by Parrot_ext_call (which has a similar interface, but uses new-style signature strings with returns at the end separated by an arrow ""->P"" instead of old-style signature strings with the return as the first character).",deprecation,closed,normal,,none,1.6.0,medium,fixed,,,,,
