Changes between Version 8 and Version 9 of IOTasklist

Show
Ignore:
Timestamp:
12/16/08 22:27:15 (13 years ago)
Author:
allison
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IOTasklist

    v8 v9  
    11 * Make 'print' and 'say' stringify the same way. (See http://rt.perl.org/rt3/Ticket/Display.html?id=55196) 
    2  
    3  * Decide if we plan to use AIO before the 1.0 release. (See http://rt.perl.org/rt3/Ticket/Display.html?id=57920) 
    42 
    53 * Change 'fprintf' to 'PIO_fprintf' where relevant. 
     
    75 * Plain %s in parrot printf-alike functions do not handle NULL C strings well. Fix. 
    86 
    9  * Remove deprecated opcode 'pioctl', and fix related documentation. (See http://rt.perl.org/rt3/Ticket/Display.html?id=48589) 
    10  
    117= General: = 
    128 
    13  * Remove src/io/io_passdown.c and src/io/io_layers.c, purely implementation artifacts of I/O layers implementation. 
    149 
    1510 * Remove src/io/io_mmap.c, unused and not useful. 
     
    6459 
    6560 * 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) 
     61 
     62 * Remove deprecated opcode 'pioctl', and fix related documentation. (See http://rt.perl.org/rt3/Ticket/Display.html?id=48589) 
     63 
     64 * Decide if we plan to use AIO before the 1.0 release. (See http://rt.perl.org/rt3/Ticket/Display.html?id=57920) 
     65 
     66 * Remove src/io/io_passdown.c and src/io/io_layers.c, purely implementation artifacts of I/O layers implementation. 
     67