[svn:parrot] r37400 - trunk

allison at svn.parrot.org allison at svn.parrot.org
Fri Mar 13 23:05:30 UTC 2009


Author: allison
Date: Fri Mar 13 23:05:30 2009
New Revision: 37400
URL: https://trac.parrot.org/parrot/changeset/37400

Log:
[cage] Blanket deprecation notice for C API functions.

Modified:
   trunk/DEPRECATED.pod

Modified: trunk/DEPRECATED.pod
==============================================================================
--- trunk/DEPRECATED.pod	Fri Mar 13 21:56:46 2009	(r37399)
+++ trunk/DEPRECATED.pod	Fri Mar 13 23:05:30 2009	(r37400)
@@ -156,6 +156,15 @@
 
 L<https://trac.parrot.org/parrot/ticket/266>
 
+=item C API coding standards cleanup [eligible in 1.1]
+
+All C API functions that aren't currently named according to the
+'Parrot_<system>_*' scheme will be renamed. If you depend on these
+functions in an extending/embedding interface or C-level custom PMCs,
+check in 1.4 or 2.0 for the new names.
+
+L<https://trac.parrot.org/parrot/ticket/443>
+
 =back
 
 =head1 Compiler tools


More information about the parrot-commits mailing list