[svn:parrot] r45730 - trunk

bacek at svn.parrot.org bacek at svn.parrot.org
Sat Apr 17 03:39:06 UTC 2010


Author: bacek
Date: Sat Apr 17 03:39:05 2010
New Revision: 45730
URL: https://trac.parrot.org/parrot/changeset/45730

Log:
Add substr_s_i_i_s into deprecated.

Modified:
   trunk/DEPRECATED.pod

Modified: trunk/DEPRECATED.pod
==============================================================================
--- trunk/DEPRECATED.pod	Sat Apr 17 03:27:03 2010	(r45729)
+++ trunk/DEPRECATED.pod	Sat Apr 17 03:39:05 2010	(r45730)
@@ -194,6 +194,13 @@
 
 L<https://trac.parrot.org/parrot/ticket/1207>
 
+=item substr_s_i_i_s [eligible in 2.4]
+
+This op will be replaced with replace_s_s_i_i_s op to clearly indicate
+semantic. Part of COW removal.
+
+L<https://trac.parrot.org/parrot/ticket/1540>
+
 =back
 
 =head1 Bytecode


More information about the parrot-commits mailing list