This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Make the crypt() pickier: if downgrading doesn't work,
[perl5.git] / perliol.h
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.