summaryrefslogtreecommitdiff
path: root/perliol.h
Commit message (Expand)AuthorAgeFilesLines
* perlio.c cleanup - in particular avoid accidental PerlIO_flush(NULL)Nick Ing-Simmons2001-12-311-0/+1
* Add pTHX to all vtable functions for future-proofing andNick Ing-Simmons2001-12-191-47/+47
* Detypo and rename.Jarkko Hietaniemi2001-12-121-1/+1
* Try to handle platforms that have O_TEXT != O_BINARY butJarkko Hietaniemi2001-12-111-1/+1
* Allow multi-arg open() if opening layer declares this legal.Nick Ing-Simmons2001-12-081-0/+1
* Allow dup'ing of PerlIO::Scalar etc.Nick Ing-Simmons2001-11-181-4/+4
* PerlIOBuf_dupNicholas Clark2001-10-301-0/+1
* Convert rest of PerlIO's memory tables to per-interp and add clone functionsNick Ing-Simmons2001-10-211-2/+2
* Skeleton of "PerlIO_dup" coded.Nick Ing-Simmons2001-10-161-2/+3
* Beginings of PerlIO_dup support (unstable)Nick Ing-Simmons2001-10-151-0/+2
* Reindent the PerlIO files (suggested by NI-S), usedJarkko Hietaniemi2001-09-171-92/+90
* Work-in-progress win32 layer semi-functional, checking Nick Ing-Simmons2001-06-161-1/+5
* Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ishNick Ing-Simmons2001-06-131-4/+18
* PerlIO for VMSCraig A. Berry2001-05-261-2/+0
* Implement flush of linebuffered streams on read of a tty.Nick Ing-Simmons2001-03-261-0/+2
* Add destruct time hook to PerlIO (for work-in-process implementingNick Ing-Simmons2001-03-251-0/+1
* Implement:Nick Ing-Simmons2001-03-241-1/+3
* Perlio internals re-organized.Nick Ing-Simmons2001-03-231-5/+12
* Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOU...Nick Ing-Simmons2001-03-221-6/+2
* Clean up a few core dumps when layers are used in unexpected ways.Nick Ing-Simmons2001-02-181-9/+10
* Make "real" layers of ":utf8" and ":raw".Nick Ing-Simmons2001-01-211-0/+3
* Integrate mainline.Nick Ing-Simmons2000-12-191-1/+2
* Finish 1st pass of "encoding" layer e.g. :Nick Ing-Simmons2000-12-111-0/+1
* Not merge worthy...Nick Ing-Simmons2000-12-101-2/+2
* PERL_IMPLICIT_SYS (almost) works - something odd with "signal"Nick Ing-Simmons2000-12-041-1/+1
* Fix 'mmap' lib/filehand.t (ungetc) test fail.Nick Ing-Simmons2000-12-011-16/+18
* Re-arrange crlf vs binary for platforms that care.Nick Ing-Simmons2000-11-241-4/+18
* Add dummy crlf layer (just as buffer)Nick Ing-Simmons2000-11-191-0/+1
* PerlIO #include and #ifdef re-work.Nick Ing-Simmons2000-11-141-0/+131