Changes between Version 1 and Version 2 of IOTasklist

Show
Ignore:
Timestamp:
11/24/08 22:03:11 (13 years ago)
Author:
allison
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IOTasklist

    v1 v2  
    1111* Remove deprecated opcode 'pioctl', and fix related documentation. (See RT #48589) 
    1212 
    13 <h3>General</h3> 
     13'''General:''' 
    1414 
    1515* All 'PIO_*' functions change to 'Parrot_io_*'. (Since the implementation is completely changing, better to create new functions with the new names than to change the names of existing functions.) 
     
    2727* src/io/io_utf8.c is really the wrong way to go about it. Filehandles should be marked with character set and encoding similar to strings. 
    2828 
    29 <h3>PMCs</h3> 
     29'''PMCs:''' 
    3030 
    3131<strike>* Create a PMC named "IO", the base object for I/O operations.</strike> 
     
    3737* Create a PMC named "Socket", as a core socket object, which can be subclassed by various HLLs. 
    3838 
    39 <h3>src/io/io.c</h3> 
     39'''src/io/io.c:''' 
    4040 
    4141* Split into two files src/io/file.c and src/io/network.c. (Since the implementation is completely changing, better to create new files with the new function names, rather than changing the names of existing files.) 
    42  
    43 <h3>include/parrot/io.h</h3> 
     42''' 
     43include/parrot/io.h:''' 
    4444 
    4545* Rip out the layers structures and macros. (After the migration is complete.)