[svn:parrot] r46320 - trunk/src/string

NotFound at svn.parrot.org NotFound at svn.parrot.org
Wed May 5 22:07:13 UTC 2010


Author: NotFound
Date: Wed May  5 22:07:12 2010
New Revision: 46320
URL: https://trac.parrot.org/parrot/changeset/46320

Log:
synch the pod with the function change in Parrot_str_concat

Modified:
   trunk/src/string/api.c

Modified: trunk/src/string/api.c
==============================================================================
--- trunk/src/string/api.c	Wed May  5 21:47:21 2010	(r46319)
+++ trunk/src/string/api.c	Wed May  5 22:07:12 2010	(r46320)
@@ -380,8 +380,7 @@
 Concatenates two Parrot strings. If necessary, converts the second
 string's encoding and/or type to match those of the first string. If
 either string is C<NULL>, then a copy of the non-C<NULL> string is
-returned. If both strings are C<NULL>, then a new zero-length string is
-created and returned.
+returned. If both strings are C<NULL>, return C<STRINGNULL>.
 
 =cut
 


More information about the parrot-commits mailing list