Author: paultcochrane
Date: Tue Dec  4 13:39:40 2007
New Revision: 23468

Modified:
   trunk/languages/perl5/src/pmc/perlarray.pmc
   trunk/languages/perl5/src/pmc/perlint.pmc
   trunk/languages/perl5/src/pmc/perlnum.pmc

Log:
[perl5] Converted todo items into RT tickets


Modified: trunk/languages/perl5/src/pmc/perlarray.pmc
==============================================================================
--- trunk/languages/perl5/src/pmc/perlarray.pmc (original)
+++ trunk/languages/perl5/src/pmc/perlarray.pmc Tue Dec  4 13:39:40 2007
@@ -337,7 +337,7 @@
 
 =back
 
-=head1 TODO
+=head1 RT#48124
 
 Fix the arithmetic ops (right now they just corrupt the array length and
 possibly seg fault).

Modified: trunk/languages/perl5/src/pmc/perlint.pmc
==============================================================================
--- trunk/languages/perl5/src/pmc/perlint.pmc   (original)
+++ trunk/languages/perl5/src/pmc/perlint.pmc   Tue Dec  4 13:39:40 2007
@@ -22,7 +22,7 @@
 
 void Parrot_perlscalar_morph(Interp* , PMC* pmc, INTVAL type);
 
-/* TODO extends PerlAny or perlscalar or whatever */
+/* RT#48122 extends PerlAny or perlscalar or whatever */
 pmclass PerlInt
     extends Integer
     does integer

Modified: trunk/languages/perl5/src/pmc/perlnum.pmc
==============================================================================
--- trunk/languages/perl5/src/pmc/perlnum.pmc   (original)
+++ trunk/languages/perl5/src/pmc/perlnum.pmc   Tue Dec  4 13:39:40 2007
@@ -50,7 +50,7 @@
         d = fabs(d);
         return Parrot_sprintf_c(INTERP, "%s" FLOATVAL_FMT, sign, d);
 #else
-        /* XXX signbit isn't portable and as we are calling Parrot_sprintf_c
+        /* RT#48120 signbit isn't portable and as we are calling 
Parrot_sprintf_c
         * anyway, we can use the builtin number formatting too
         * this might still be a problem with -0.0
         */

Reply via email to