Changes between Version 5 and Version 6 of IOTasklist

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

--

Legend:

Unmodified
Added
Removed
Modified
  • IOTasklist

    v5 v6  
    1010 
    1111= General: = 
    12  
    13  * 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.) 
    14  
    1512 
    1613 * Remove src/io/io_passdown.c and src/io/io_layers.c, purely implementation artifacts of I/O layers implementation. 
     
    4643 
    4744 * Continue to support different I/O operations on different platforms, using C '#ifdef's on platform-specific sections. (allison) 
     45 
     46 * 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.) (allison)