[svn:parrot] r42089 - trunk
allison at svn.parrot.org
allison at svn.parrot.org
Sun Oct 25 15:41:02 UTC 2009
Author: allison
Date: Sun Oct 25 15:40:59 2009
New Revision: 42089
URL: https://trac.parrot.org/parrot/changeset/42089
Log:
[cage] Add deprecation notice for C API functions for calling subs/methods.
Modified:
trunk/DEPRECATED.pod
Modified: trunk/DEPRECATED.pod
==============================================================================
--- trunk/DEPRECATED.pod Sun Oct 25 13:51:45 2009 (r42088)
+++ trunk/DEPRECATED.pod Sun Oct 25 15:40:59 2009 (r42089)
@@ -188,6 +188,13 @@
L<https://trac.parrot.org/parrot/ticket/443>
+=item Sub/method invocation functions [eligible in 2.1]
+
+The old 'Parrot_call_*' functions for invoking a sub/method object from C are
+deprecated, replaced by 'Parrot_ext_call'.
+
+L<https://trac.parrot.org/parrot/ticket/1145>
+
=item PMC Attributes Allocation Functions [experimental]
Parrot_gc_allocate_pmc_attributes
More information about the parrot-commits
mailing list