[svn:parrot] r43454 - in trunk: . docs/pdds/draft

plobsing at svn.parrot.org plobsing at svn.parrot.org
Thu Jan 14 18:31:11 UTC 2010


Author: plobsing
Date: Thu Jan 14 18:31:10 2010
New Revision: 43454
URL: https://trac.parrot.org/parrot/changeset/43454

Log:
Add TT reference and eligibility to 'xv' deprecation

Modified:
   trunk/DEPRECATED.pod
   trunk/docs/pdds/draft/pdd16_native_call.pod

Modified: trunk/DEPRECATED.pod
==============================================================================
--- trunk/DEPRECATED.pod	Thu Jan 14 18:15:56 2010	(r43453)
+++ trunk/DEPRECATED.pod	Thu Jan 14 18:31:10 2010	(r43454)
@@ -162,12 +162,14 @@
 
 L<https://trac.parrot.org/parrot/ticket/1406>
 
-=item dlfunc signatures
+=item dlfunc signatures [eligible in 2.1]
 
 C<xv>-style signatures will no longer work. See PDD16 for details.
 
 F<pdds/draft/pdd16_native_call.pod>
 
+L<https://trac.parrot.org/parrot/ticket/1410>
+
 =back
 
 =head1 Bytecode

Modified: trunk/docs/pdds/draft/pdd16_native_call.pod
==============================================================================
--- trunk/docs/pdds/draft/pdd16_native_call.pod	Thu Jan 14 18:15:56 2010	(r43453)
+++ trunk/docs/pdds/draft/pdd16_native_call.pod	Thu Jan 14 18:31:10 2010	(r43454)
@@ -56,7 +56,7 @@
 Void. As a return type it indicates that there I<is> no return type.
 
 As a parameter it indicates that there are no parameters (this use is now
-deprecated - use an empty parameter string to indicate that there are no
+deprecated (TT1410) - use an empty parameter string to indicate that there are no
 parameters). Can't be mixed with other parameter types.
 
 =item c


More information about the parrot-commits mailing list