[svn:parrot] r42618 - trunk/src/string/charset

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Sat Nov 21 02:24:42 UTC 2009


Author: jkeenan
Date: Sat Nov 21 02:24:36 2009
New Revision: 42618
URL: https://trac.parrot.org/parrot/changeset/42618

Log:
Change RT reference to wiki reference in 5 locations.

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

Modified: trunk/src/string/charset/unicode.c
==============================================================================
--- trunk/src/string/charset/unicode.c	Sat Nov 21 02:22:20 2009	(r42617)
+++ trunk/src/string/charset/unicode.c	Sat Nov 21 02:24:36 2009	(r42618)
@@ -394,7 +394,7 @@
 decompose(PARROT_INTERP, SHIM(STRING *src))
 {
     ASSERT_ARGS(decompose)
-    /* TODO: RT #59696 Implement this. */
+    /* TODO: https://trac.parrot.org/parrot/wiki/StringsTasklist Implement this. */
     UNIMPL;
 }
 
@@ -642,7 +642,7 @@
 upcase_first(PARROT_INTERP, SHIM(STRING *source_string))
 {
     ASSERT_ARGS(upcase_first)
-    /* TODO: RT #59696 Implement this. */
+    /* TODO: https://trac.parrot.org/parrot/wiki/StringsTasklist Implement this. */
     UNIMPL;
 }
 
@@ -662,7 +662,7 @@
 downcase_first(PARROT_INTERP, SHIM(STRING *source_string))
 {
     ASSERT_ARGS(downcase_first)
-    /* TODO: RT #59696 Implement this. */
+    /* TODO: https://trac.parrot.org/parrot/wiki/StringsTasklist Implement this. */
     UNIMPL;
 }
 
@@ -682,7 +682,7 @@
 titlecase_first(PARROT_INTERP, SHIM(STRING *source_string))
 {
     ASSERT_ARGS(titlecase_first)
-    /* TODO: RT #59696 Implement this. */
+    /* TODO: https://trac.parrot.org/parrot/wiki/StringsTasklist Implement this. */
     UNIMPL;
 }
 
@@ -750,7 +750,7 @@
         SHIM(STRING *search_string), SHIM(UINTVAL offset))
 {
     ASSERT_ARGS(cs_rindex)
-    /* TODO: RT #59696 Implement this. */
+    /* TODO: https://trac.parrot.org/parrot/wiki/StringsTasklist Implement this. */
     UNIMPL;
 }
 


More information about the parrot-commits mailing list