[svn:parrot] r43415 - trunk

allison at svn.parrot.org allison at svn.parrot.org
Sun Jan 10 04:29:36 UTC 2010


Author: allison
Date: Sun Jan 10 04:29:33 2010
New Revision: 43415
URL: https://trac.parrot.org/parrot/changeset/43415

Log:
Add a some deprecation items from the calling conventions.

Modified:
   trunk/DEPRECATED.pod

Modified: trunk/DEPRECATED.pod
==============================================================================
--- trunk/DEPRECATED.pod	Sat Jan  9 22:24:08 2010	(r43414)
+++ trunk/DEPRECATED.pod	Sun Jan 10 04:29:33 2010	(r43415)
@@ -115,6 +115,12 @@
 
 L<https://trac.parrot.org/parrot/ticket/1403>
 
+=item CPointer PMC [eligible in 2.1]
+
+And all uses in the Parrot calling conventions.
+
+L<https://trac.parrot.org/parrot/ticket/1407>
+
 =back
 
 =head1 Opcodes
@@ -146,6 +152,16 @@
 
 L<https://trac.parrot.org/parrot/ticket/1260>
 
+=item get_results opcode order and features [eligible in 2.1]
+
+Move get_results to follow invoke.
+
+L<https://trac.parrot.org/parrot/ticket/1405>
+
+get_results no longer used to fetch exception object.
+
+L<https://trac.parrot.org/parrot/ticket/1406>
+
 =back
 
 =head1 Bytecode


More information about the parrot-commits mailing list