[svn:parrot] r45368 - trunk

bacek at svn.parrot.org bacek at svn.parrot.org
Thu Apr 1 11:29:56 UTC 2010


Author: bacek
Date: Thu Apr  1 11:29:55 2010
New Revision: 45368
URL: https://trac.parrot.org/parrot/changeset/45368

Log:
Deprecate COW strings.

Modified:
   trunk/DEPRECATED.pod

Modified: trunk/DEPRECATED.pod
==============================================================================
--- trunk/DEPRECATED.pod	Thu Apr  1 10:39:49 2010	(r45367)
+++ trunk/DEPRECATED.pod	Thu Apr  1 11:29:55 2010	(r45368)
@@ -230,6 +230,12 @@
 
 rename Parrot_string_cstring to Parrot_str_cstring
 
+=item STRING COW [eligible in 2.4]
+
+COW strings to be removed as well all "inplace" string modification functions.
+
+L<https://trac.parrot.org/parrot/ticket/1540>
+
 =item Parrot_PMC_* in src/extend.c [eligible in 2.4]
 
 These are duplicates of functions in src/extend_vtable.c. Exceptions:


More information about the parrot-commits mailing list