[svn:parrot] r48368 - branches/unshared_buffers/docs/pdds

darbelo at svn.parrot.org darbelo at svn.parrot.org
Mon Aug 9 21:08:05 UTC 2010


Author: darbelo
Date: Mon Aug  9 21:08:04 2010
New Revision: 48368
URL: https://trac.parrot.org/parrot/changeset/48368

Log:
Update the strings PDD a bit.

Modified:
   branches/unshared_buffers/docs/pdds/pdd28_strings.pod

Modified: branches/unshared_buffers/docs/pdds/pdd28_strings.pod
==============================================================================
--- branches/unshared_buffers/docs/pdds/pdd28_strings.pod	Mon Aug  9 21:07:48 2010	(r48367)
+++ branches/unshared_buffers/docs/pdds/pdd28_strings.pod	Mon Aug  9 21:08:04 2010	(r48368)
@@ -261,7 +261,6 @@
 	Parrot_UInt flags;
 	void *     _bufstart;
 	size_t     _buflen;
-	char       *strstart;
 	UINTVAL     bufused;
 	UINTVAL     strlen;
 	UINTVAL     hashval;
@@ -321,13 +320,6 @@
 
 =back
 
-{{DEPRECATION NOTE: the enum C<parrot_string_representation_t> will be removed
-from the parrot string structure. It's been commented out for years.}}
-
-{{DEPRECATION NOTE: the C<char *> pointer C<strstart> will be removed. It
-complicates the entire string subsystem for a tiny optimization on substring
-operations, and offset math is messy with encodings that aren't byte-based.}}
-
 =head4 Conversions between normalization form, encoding, and charset
 
 Conversion will be done with a function called C<Parrot_str_grapheme_copy>:


More information about the parrot-commits mailing list