cvsuser 03/10/11 00:07:33
Modified:include/parrot io.h
Log:
Beginnings of a network API. Not compiled by default so as not to break
untested platforms yet. Set PARROT_NET_DEVEL to 1 in io/io_private.h
to play with it. Currently only a UNIX version, Win32 coming soon.
Revisio
cvsuser 03/10/09 18:37:47
Modified:include/parrot io.h
Log:
Add pioctl op and PIO_pioctl API call. General purpose op for IO manipulation
in tradition of UNIX ioctl call.
Also add record separator to IO object and allow changing from default \n.
Revision ChangesPath
1
cvsuser 03/03/15 01:27:02
Modified:include/parrot io.h
Log:
fix warnings
Revision ChangesPath
1.29 +2 -1 parrot/include/parrot/io.h
Index: io.h
===
RCS file: /cvs/public/parrot/include/parr
cvsuser 02/06/09 15:07:27
Modified:include/parrot io.h parrot.h
Log:
Trimming down the number of includes that get pulled into EVERYTHING.
Removed some networking includes we weren't using anyway and relocated an
IO-related thing into the IO subsystem.
Revision Changes
cvsuser 02/06/08 14:36:30
Modified:include/parrot io.h
Log:
Correct WIN32 to _WIN32
Revision ChangesPath
1.24 +2 -2 parrot/include/parrot/io.h
Index: io.h
===
RCS file: /cvs/public/parrot/
cvsuser 02/06/07 21:22:42
Modified:include/parrot io.h
Log:
use STDIO even on win32, if building with --miniparrot.
Revision ChangesPath
1.23 +12 -7 parrot/include/parrot/io.h
Index: io.h
===
cvsuser 02/06/07 21:06:04
Modified:include/parrot io.h
Log:
Oops- this was causing some additional warnings.
Revision ChangesPath
1.22 +2 -2 parrot/include/parrot/io.h
Index: io.h
===
RCS
cvsuser 02/06/02 14:15:37
Modified:include/parrot io.h
Log:
this is C++ keyword.
Revision ChangesPath
1.19 +2 -2 parrot/include/parrot/io.h
Index: io.h
===
RCS file: /cvs/public/parrot/inc
cvsuser 02/04/29 21:22:27
Modified:include/parrot io.h
Log:
Tired of casting unsigned to shutup compiler.
Revision ChangesPath
1.18 +11 -11parrot/include/parrot/io.h
Index: io.h
===
RCS fil