cvs commit: parrot/include/parrot io.h

2003-10-11 Thread Melvin Smith
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

cvs commit: parrot/include/parrot io.h

2003-10-09 Thread Melvin Smith
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

cvs commit: parrot/include/parrot io.h

2003-03-15 Thread Leopold Toetsch
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

cvs commit: parrot/include/parrot io.h parrot.h

2002-06-09 Thread josh
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

cvs commit: parrot/include/parrot io.h

2002-06-08 Thread mrjoltcola
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/

cvs commit: parrot/include/parrot io.h

2002-06-07 Thread josh
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 ===

cvs commit: parrot/include/parrot io.h

2002-06-07 Thread josh
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

cvs commit: parrot/include/parrot io.h

2002-06-02 Thread mrjoltcola
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

cvs commit: parrot/include/parrot io.h

2002-04-29 Thread mrjoltcola
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