Changes between Version 6 and Version 7 of IOTasklist
- Timestamp:
- 12/07/08 20:53:28 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
IOTasklist
v6 v7 1 * Make 'print' and 'say' stringify the same way. (See RT #55196)1 * Make 'print' and 'say' stringify the same way. (See http://rt.perl.org/rt3/Ticket/Display.html?id=55196) 2 2 3 * Decide if we plan to use AIO before the 1.0 release. (See RT #57920)3 * Decide if we plan to use AIO before the 1.0 release. (See http://rt.perl.org/rt3/Ticket/Display.html?id=57920) 4 4 5 5 * Change 'fprintf' to 'PIO_fprintf' where relevant. … … 7 7 * Plain %s in parrot printf-alike functions do not handle NULL C strings well. Fix. 8 8 9 * Remove deprecated opcode 'pioctl', and fix related documentation. (See RT #48589)9 * Remove deprecated opcode 'pioctl', and fix related documentation. (See http://rt.perl.org/rt3/Ticket/Display.html?id=48589) 10 10 11 11 = General: = … … 29 29 * Rip out the layers structures and macros. (After the migration is complete.) 30 30 31 = various IO related RT tickets = 32 33 * http://rt.perl.org/rt3/Ticket/Display.html?id=24381 34 * http://rt.perl.org/rt3/Ticket/Display.html?id=41353 35 * http://rt.perl.org/rt3/Ticket/Display.html?id=42376 36 * http://rt.perl.org/rt3/Ticket/Display.html?id=46087 37 * http://rt.perl.org/rt3/Ticket/Display.html?id=46089 38 * http://rt.perl.org/rt3/Ticket/Display.html?id=46409 39 * http://rt.perl.org/rt3/Ticket/Display.html?id=46413 40 * http://rt.perl.org/rt3/Ticket/Display.html?id=46841 41 * http://rt.perl.org/rt3/Ticket/Display.html?id=46843 42 * http://rt.perl.org/rt3/Ticket/Display.html?id=46849 43 * http://rt.perl.org/rt3/Ticket/Display.html?id=48312 44 * http://rt.perl.org/rt3/Ticket/Display.html?id=48589 45 * http://rt.perl.org/rt3/Ticket/Display.html?id=52096 46 * http://rt.perl.org/rt3/Ticket/Display.html?id=57920 47 * http://rt.perl.org/rt3/Ticket/Display.html?id=57776 48 * http://rt.perl.org/rt3/Ticket/Display.html?id=57320 49 50 51 52 53 31 54 32 55 ----