HTTP/1.1 -1 Read error in cache disk data: SuccessContent-Type: text/plain; charset="utf-8" Last-Modified: Sat, 22 Jan 2022 04:31:54 GMT Content-length: 2116 Connection: Close Proxy-Connection: Close X-Cache: HIT from web1.osuosl.org Server: ProxyTrack 0.5 (HTTrack 3.49.2) * Make 'print' and 'say' stringify the same way. (See http://rt.perl.org/rt3/Ticket/Display.html?id=55196) * Change 'fprintf' to 'PIO_fprintf' where relevant. * Plain %s in parrot printf-alike functions do not handle NULL C strings well. Fix. = General: = * Remove src/io/io_mmap.c, unused and not useful. = include/parrot/io.h: = * Rip out the layers structures and macros. (After the migration is complete.) = various IO related RT tickets = * http://rt.perl.org/rt3/Ticket/Display.html?id=41353 * http://rt.perl.org/rt3/Ticket/Display.html?id=46413 * http://rt.perl.org/rt3/Ticket/Display.html?id=46841 * http://rt.perl.org/rt3/Ticket/Display.html?id=46843 ---- = Completed: = * Convert I/O layers to I/O objects. (allison) * src/io/io_unix.c is the guts of most I/O on most platforms. src/io/io_win32.c is Windows. src/io/io_stdio.c is STDIN, STDOUT, and STDERR. These three need to be ported to the new system. (allison) * 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. (allison) * Create a PMC named "FileHandle", as a core file handle object, which can be subclassed by various HLLs. (allison) * Continue to support different I/O operations on different platforms, using C '#ifdef's on platform-specific sections. (allison) * 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) * Remove deprecated opcode 'pioctl', and fix related documentation. (See http://rt.perl.org/rt3/Ticket/Display.html?id=48589) * Decide if we plan to use AIO before the 1.0 release. (See http://rt.perl.org/rt3/Ticket/Display.html?id=57920) * Remove src/io/io_passdown.c and src/io/io_layers.c, purely implementation artifacts of I/O layers implementation. * Change src/io/io_string.c to a subclass of FileHandle PMC, that provides the same interface, but to a string instead of a file handle. /query.js">