Changes between Version 11 and Version 12 of IOTasklist

Show
Ignore:
Timestamp:
05/26/09 23:59:18 (13 years ago)
Author:
whiteknight
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IOTasklist

    v11 v12  
    55 * Plain %s in parrot printf-alike functions do not handle NULL C strings well. Fix. 
    66 
    7 = General: = 
     7= IO PMCs = 
    88 
     9 * Create an abstract "IOHandle" class 
    910 
    10  * Remove src/io/io_mmap.c, unused and not useful. 
     11 * Abstract relevant API code from FileHandle and Socket into IOHandle 
    1112 
     13 * Separate pipe-related logic out of FileHandle 
    1214 
    13 = include/parrot/io.h: = 
     15 * Fix StringHandle to be a proper subclass of IOHandle 
    1416 
    15  * Rip out the layers structures and macros. (After the migration is complete.) 
     17 * Create a "Select" PMC 
     18 
     19= IO API = 
     20 
     21 * Change IO API to not use PCCINVOKE calls 
     22 
     23= Asynchronous IO = 
    1624 
    1725= various  IO related RT tickets = 
     
    2533 
    2634= Completed: = 
     35 
     36 * Rip out the layers structures and macros. (After the migration is complete.) 
     37 
     38 * Remove src/io/io_mmap.c, unused and not useful. 
    2739 
    2840 * Convert I/O layers to I/O objects. (allison)