summaryrefslogtreecommitdiff
path: root/perliol.h
Commit message (Expand)AuthorAgeFilesLines
* Moving :mmap out of core binary into a moduleLeon Timmermans2012-01-301-14/+0
* [perl #78494] Pipes cause threads to hang on join()Father Chrysostomos2011-02-151-0/+1
* Don't export PerlIORaw_open if it doesn't exist anymore.Craig A. Berry2011-01-211-1/+0
* Define PerlIOBase_openLeon Timmermans2011-01-201-0/+1
* Make PerlIO marginally reentrantDavid Mitchell2010-11-261-0/+1
* add 'head' field to PerlIOl structDavid Mitchell2010-11-261-0/+1
* make PL_perlio an array of PerlIOl, not PerlIO *David Mitchell2010-11-261-1/+1
* Silence Borland compiler warnings (except for warnings from zlib) here:Steve Hay2008-02-251-1/+1
* Add editor blocks to some header files.Marcus Holland-Moritz2008-01-011-0/+10
* Re: building mod_perl-2.0.3 with Perl 5.10.0 (DEVEL32096)Jarkko Hietaniemi2007-11-031-1/+1
* one more iteration on PerlIO_teardown prototypeJarkko Hietaniemi2007-01-301-1/+4
* More leak fixes, by JarkkoRafael Garcia-Suarez2006-10-201-0/+1
* printf.patch: Adding printf checking for gccAndy Lester2005-05-021-3/+2
* perlio-two.patch: More warnings squashed, more constsAndy Lester2005-04-271-45/+128
* Symbian port of PerlJarkko Hietaniemi2005-04-211-54/+61
* Third consting batchAndy Lester2005-03-241-1/+1
* Retract #20260.Jarkko Hietaniemi2003-07-281-2/+2
* (Retracted by #20267)Jarkko Hietaniemi2003-07-281-2/+2
* Fix for bugs 21717 and 22140.Nick Ing-Simmons2003-05-101-0/+1
* PerlIO Layer implementation future proofing.Nick Ing-Simmons2002-06-201-3/+4
* "Clean" implementation of binmode(FH)/":raw" identity.Nick Ing-Simmons2002-06-191-0/+2
* Last minute tinkering with PerlIO abstraction API.Nick Ing-Simmons2002-06-161-1/+1
* Re: linux + usemorebits: gcc error?Hugo van der Sanden2002-06-131-1/+1
* Fix the crlf.t buffer leakNick Ing-Simmons2002-05-171-0/+1
* Fix fd leak on Via(bogus).Nick Ing-Simmons2002-04-271-0/+7
* 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