LOGONLY mark 4984aa as DOCed
[p5sagit/p5-mst-13.2.git] / perliol.h
2008-02-25 Steve Hay Silence Borland compiler warnings (except for warnings...
2008-01-01 Marcus Holland-Moritz Add editor blocks to some header files.
2007-11-03 Jarkko Hietaniemi Re: building mod_perl-2.0.3 with Perl 5.10.0 (DEVEL32096)
2007-01-30 Jarkko Hietaniemi one more iteration on PerlIO_teardown prototype
2006-10-20 Rafael Garcia-Suarez More leak fixes, by Jarkko
2005-05-02 Andy Lester printf.patch: Adding printf checking for gcc
2005-04-27 Andy Lester perlio-two.patch: More warnings squashed, more consts
2005-04-21 Jarkko Hietaniemi Symbian port of Perl
2005-03-24 Andy Lester Third consting batch
2003-07-28 Jarkko Hietaniemi Retract #20260.
2003-07-28 Jarkko Hietaniemi (Retracted by #20267)
2003-05-21 Nick Ing-Simmons Work-in-progress - do not integrate yet
2003-05-10 Nick Ing-Simmons Fix for bugs 21717 and 22140.
2002-06-20 Jarkko Hietaniemi Retract #17331, something broke (e.g. t/io/utf8.t becam...
2002-06-20 Nick Ing-Simmons PerlIO Layer implementation future proofing.
2002-06-19 Nick Ing-Simmons "Clean" implementation of binmode(FH)/":raw" identity.
2002-06-16 Nick Ing-Simmons Last minute tinkering with PerlIO abstraction API.
2002-06-13 Hugo van der Sanden Re: linux + usemorebits: gcc error?
2002-05-17 Nick Ing-Simmons Fix the crlf.t buffer leak
2002-04-27 Nick Ing-Simmons Fix fd leak on Via(bogus).
2001-12-31 Nick Ing-Simmons perlio.c cleanup - in particular avoid accidental PerlI...
2001-12-19 Nick Ing-Simmons Add pTHX to all vtable functions for future-proofing and
2001-12-12 Jarkko Hietaniemi Detypo and rename.
2001-12-11 Jarkko Hietaniemi Try to handle platforms that have O_TEXT != O_BINARY but
2001-12-08 Nick Ing-Simmons Allow multi-arg open() if opening layer declares this...
2001-11-18 Nick Ing-Simmons Allow dup'ing of PerlIO::Scalar etc.
2001-10-30 Nicholas Clark PerlIOBuf_dup
2001-10-21 Nick Ing-Simmons Convert rest of PerlIO's memory tables to per-interp...
2001-10-16 Nick Ing-Simmons Skeleton of "PerlIO_dup" coded.
2001-10-15 Nick Ing-Simmons Beginings of PerlIO_dup support (unstable)
2001-09-17 Jarkko Hietaniemi Reindent the PerlIO files (suggested by NI-S), used
2001-06-16 Nick Ing-Simmons Work-in-progress win32 layer semi-functional, checking
2001-06-13 Nick Ing-Simmons Avoid AV and HV in perlio.c by inventing PerlIO_list_t...
2001-05-26 Craig A. Berry PerlIO for VMS
2001-03-26 Nick Ing-Simmons Implement flush of linebuffered streams on read of...
2001-03-25 Nick Ing-Simmons Add destruct time hook to PerlIO (for work-in-process...
2001-03-24 Nick Ing-Simmons Implement:
2001-03-23 Nick Ing-Simmons Perlio internals re-organized.
2001-03-22 Nick Ing-Simmons Snapshot of new PerlIO open scheme. Still buggy - mainl...
2001-02-18 Nick Ing-Simmons Clean up a few core dumps when layers are used in unexp...
2001-01-24 Charles Bailey SYN SYN
2001-01-21 Nick Ing-Simmons Make "real" layers of ":utf8" and ":raw".
2001-01-08 Charles Bailey Once again syncing after too long an absence
2000-12-19 Nick Ing-Simmons Integrate mainline.
2000-12-19 Eric Fifer cygwin port
2000-12-11 Nick Ing-Simmons Finish 1st pass of "encoding" layer e.g. :
2000-12-10 Nick Ing-Simmons Not merge worthy...
2000-12-04 Nick Ing-Simmons PERL_IMPLICIT_SYS (almost) works - something odd with...
2000-12-01 Nick Ing-Simmons Fix 'mmap' lib/filehand.t (ungetc) test fail.
2000-11-24 Nick Ing-Simmons Re-arrange crlf vs binary for platforms that care.
2000-11-19 Nick Ing-Simmons Add dummy crlf layer (just as buffer)
2000-11-14 Nick Ing-Simmons PerlIO #include and #ifdef re-work.