Changes between Version 2 and Version 3 of ResolveExperimentals

Show
Ignore:
Timestamp:
07/13/10 20:53:01 (12 years ago)
Author:
coke
Comment:

convert some from pod to wiki

Legend:

Unmodified
Added
Removed
Modified
  • ResolveExperimentals

    v2 v3  
    33Can we mark any of them supported? 
    44 
    5 {{{ 
    6 =item GzipHandle [experimental] 
    7  
    8 L<https://trac.parrot.org/parrot/ticket/1580> 
    9  
    10 =item PackfileDebug [experimental] 
    11  
    12 L<https://trac.parrot.org/parrot/ticket/1599> 
    13  
    14 =item Method stdhandle in ParrotInterpreter [experimental] 
    15  
    16 L<https://trac.parrot.org/parrot/ticket/264> 
    17  
    18 =item Overriding vtable invoke in PIR objects [experimental] 
     5 * GzipHandle PMC #1580 
     6 * PackfileDebug PMC #1599 
     7 * Method stdhandle in ParrotInterpreter PMC #264 
     8 * Overriding vtable invoke in PIR objects (no ticket?) 
    199 
    2010The VTABLE invoke in object.pmc puts SELF at the start of the 
    2111signature call arguments when there is no current object and is 
    2212not already here. This allows the usage of $P0() instead of $P0($P0). 
    23 =item Method unescape on String [experimental] 
     13 
     14 * Method unescape on String #1628 
    2415 
    2516This is a helper method for testing of Parrot_str_unescape_string. 
    2617 
    27 L<https://trac.parrot.org/parrot/ticket/1628> 
    2818 
    29 =item GC_SYS_NAME option to interpinfo_s_i [experimental] 
     19 * GC_SYS_NAME option to interpinfo_s_i #1581 
    3020 
    3121Ability to get the string name of the current GC core from the interpinfo_s_i. 
    3222See r43900 and r43904 for details. 
    3323 
    34 L<https://trac.parrot.org/parrot/ticket/1581> 
    35  
    36 =item NCI_FB_CB and NCI_FB_UD in iglobals [experimental] 
     24 * NCI_FB_CB and NCI_FB_UD in iglobals (no ticket?) 
    3725 
    3826Hooks allowing a runtime-loadable dynamic frame builder. 
    3927 
     28{{{ 
    4029=item loadlib_p_s_p [experimental] 
    4130