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

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Sun Feb 1 02:54:03 UTC 2009


Author: jkeenan
Date: Sun Feb  1 02:54:02 2009
New Revision: 36225
URL: https://trac.parrot.org/parrot/changeset/36225

Log:
Update file names in POD to reflect new paths in distribution.

Modified:
   trunk/src/string/api.c
   trunk/src/string/charset.c

Modified: trunk/src/string/api.c
==============================================================================
--- trunk/src/string/api.c	Sun Feb  1 02:44:24 2009	(r36224)
+++ trunk/src/string/api.c	Sun Feb  1 02:54:02 2009	(r36225)
@@ -3296,7 +3296,7 @@
 
 =over
 
-=item F<src/string_primitives.c>
+=item F<src/string/primitives.c>
 
 =item F<include/parrot/string.h>
 

Modified: trunk/src/string/charset.c
==============================================================================
--- trunk/src/string/charset.c	Sun Feb  1 02:44:24 2009	(r36224)
+++ trunk/src/string/charset.c	Sun Feb  1 02:54:02 2009	(r36225)
@@ -4,7 +4,7 @@
 
 =head1 NAME
 
-src/charset.c - global charset functions
+src/string/charset.c - global charset functions
 
 =head1 DESCRIPTION
 


More information about the parrot-commits mailing list