This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Use gv_fetchpvs() instead of gv_fetchpv(), and GV_ADD, not TRUE.
[perl5.git] / perliol.h
2012-05-30 Ricardo Signesupdate the editor hints for spaces, not tabs
2012-01-30 Leon TimmermansMoving :mmap out of core binary into a module
2011-02-16 Father Chrysostomos[perl #78494] Pipes cause threads to hang on join()
2011-01-21 Craig A. BerryDon't export PerlIORaw_open if it doesn't exist anymore.
2011-01-21 Leon TimmermansDefine PerlIOBase_open
2010-11-26 David MitchellMake PerlIO marginally reentrant
2010-11-26 David Mitchelladd 'head' field to PerlIOl struct
2010-11-26 David Mitchellmake PL_perlio an array of PerlIOl, not PerlIO *
2008-02-25 Steve HaySilence Borland compiler warnings (except for warnings...
2008-01-01 Marcus Holland-MoritzAdd editor blocks to some header files.
2007-11-03 Jarkko HietaniemiRe: building mod_perl-2.0.3 with Perl 5.10.0 (DEVEL32096)
2007-01-30 Jarkko Hietaniemione more iteration on PerlIO_teardown prototype
2006-10-20 Rafael Garcia-SuarezMore leak fixes, by Jarkko
2005-05-02 Andy Lesterprintf.patch: Adding printf checking for gcc
2005-04-27 Andy Lesterperlio-two.patch: More warnings squashed, more consts
2005-04-21 Jarkko HietaniemiSymbian port of Perl
2005-03-24 Andy LesterThird consting batch
2003-07-28 Jarkko HietaniemiRetract #20260.
2003-07-28 Jarkko Hietaniemi(Retracted by #20267)
2003-05-21 Nick Ing-SimmonsWork-in-progress - do not integrate yet
2003-05-10 Nick Ing-SimmonsFix for bugs 21717 and 22140.
2002-06-20 Jarkko HietaniemiRetract #17331, something broke (e.g. t/io/utf8.t becam...
2002-06-20 Nick Ing-SimmonsPerlIO Layer implementation future proofing.
2002-06-19 Nick Ing-Simmons"Clean" implementation of binmode(FH)/":raw" identity.
2002-06-16 Nick Ing-SimmonsLast minute tinkering with PerlIO abstraction API.
2002-06-13 Hugo van der SandenRe: linux + usemorebits: gcc error?
2002-05-17 Nick Ing-SimmonsFix the crlf.t buffer leak
2002-04-27 Nick Ing-SimmonsFix fd leak on Via(bogus).
2001-12-31 Nick Ing-Simmonsperlio.c cleanup - in particular avoid accidental PerlI...
2001-12-19 Nick Ing-SimmonsAdd pTHX to all vtable functions for future-proofing and
2001-12-12 Jarkko HietaniemiDetypo and rename.
2001-12-11 Jarkko HietaniemiTry to handle platforms that have O_TEXT != O_BINARY but
2001-12-08 Nick Ing-SimmonsAllow multi-arg open() if opening layer declares this...
2001-11-18 Nick Ing-SimmonsAllow dup'ing of PerlIO::Scalar etc.
2001-10-30 Nicholas ClarkPerlIOBuf_dup
2001-10-21 Nick Ing-SimmonsConvert rest of PerlIO's memory tables to per-interp...
2001-10-16 Nick Ing-SimmonsSkeleton of "PerlIO_dup" coded.
2001-10-15 Nick Ing-SimmonsBeginings of PerlIO_dup support (unstable)
2001-09-17 Jarkko HietaniemiReindent the PerlIO files (suggested by NI-S), used
2001-06-16 Nick Ing-SimmonsWork-in-progress win32 layer semi-functional, checking
2001-06-13 Nick Ing-SimmonsAvoid AV and HV in perlio.c by inventing PerlIO_list_t...
2001-05-26 Craig A. BerryPerlIO for VMS
2001-03-26 Nick Ing-SimmonsImplement flush of linebuffered streams on read of...
2001-03-25 Nick Ing-SimmonsAdd destruct time hook to PerlIO (for work-in-process...
2001-03-24 Nick Ing-SimmonsImplement:
2001-03-23 Nick Ing-SimmonsPerlio internals re-organized.
2001-03-22 Nick Ing-SimmonsSnapshot of new PerlIO open scheme. Still buggy - mainl...
2001-02-18 Nick Ing-SimmonsClean up a few core dumps when layers are used in unexp...
2001-01-24 Charles BaileySYN SYN
2001-01-21 Nick Ing-SimmonsMake "real" layers of ":utf8" and ":raw".
2001-01-08 Charles BaileyOnce again syncing after too long an absence
2000-12-19 Nick Ing-SimmonsIntegrate mainline.
2000-12-19 Eric Fifercygwin port
2000-12-11 Nick Ing-SimmonsFinish 1st pass of "encoding" layer e.g. :
2000-12-10 Nick Ing-SimmonsNot merge worthy...
2000-12-04 Nick Ing-SimmonsPERL_IMPLICIT_SYS (almost) works - something odd with...
2000-12-01 Nick Ing-SimmonsFix 'mmap' lib/filehand.t (ungetc) test fail.
2000-11-24 Nick Ing-SimmonsRe-arrange crlf vs binary for platforms that care.
2000-11-19 Nick Ing-SimmonsAdd dummy crlf layer (just as buffer)
2000-11-14 Nick Ing-SimmonsPerlIO #include and #ifdef re-work.