Fix .spec file to be extracted Module::Build
[platform/upstream/perl.git] / perliol.h
2023-12-28 TizenOpenSourceImported Upstream version 5.38.0 upstream upstream/5.38.0
2022-01-21 DongHun KwakImported Upstream version 5.33.6 upstream/5.33.6
2022-01-21 DongHun KwakImported Upstream version 5.33.4 upstream/5.33.4
2019-09-26 DongHun KwakImported Upstream version 5.28.0 upstream/5.28.0
2017-06-28 DongHun KwakImported Upstream version 5.23.0 29/136029/1
2017-06-28 DongHun KwakImported Upstream version 5.21.11 24/136024/1
2017-06-28 DongHun KwakImported Upstream version 5.21.6 19/136019/1
2014-02-06 Zeframmerge basic zefram/purple_signatures into blead
2014-02-05 Brian FraserAdded missing prototypes.
2013-12-20 Christian Milloursuppress duplicate line in perliol.h
2013-10-07 Nicholas ClarkPurge remaining references to PerlIO_sprintf and PerlIO...
2012-06-04 Steve PetersMerge branch 'post-5.16' into blead
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 Jan DuboisMerge branch 'blead' of ssh://perl5.git.perl.org/gitroo...
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-06-30 Jarkko HietaniemiIntegrate #19892, #19895 from perlio to compile and...
2003-06-30 Nick Ing-SimmonsIntegrate mainline
2003-06-27 Nick Ing-SimmonsIntegrate mainline
2003-06-10 Nick Ing-SimmonsIntegrate mainline
2003-06-03 Nick Ing-SimmonsIntegrate mainline
2003-05-26 Nick Ing-SimmonsIntegrate mainline
2003-05-24 Nick Ing-SimmonsIntegrate mainline (but don't integrate back yet).
2003-05-21 Nick Ing-SimmonsWork-in-progress - do not integrate yet
2003-05-11 Jarkko HietaniemiIntegrate from perlio:
2003-05-10 Nick Ing-SimmonsFix for bugs 21717 and 22140.
2002-06-21 Jarkko HietaniemiIntegrate perlio:
2002-06-20 Jarkko HietaniemiRetract #17331, something broke (e.g. t/io/utf8.t becam...
2002-06-20 Jarkko HietaniemiIntegrate perlio:
2002-06-20 Nick Ing-SimmonsPerlIO Layer implementation future proofing.
2002-06-19 Jarkko HietaniemiIntegrate perlio:
2002-06-19 Nick Ing-Simmons"Clean" implementation of binmode(FH)/":raw" identity.
2002-06-16 Jarkko HietaniemiIntegrate perlio:
2002-06-16 Nick Ing-SimmonsLast minute tinkering with PerlIO abstraction API.
2002-06-14 Nick Ing-SimmonsIntegrate mainline
2002-06-13 Hugo van der SandenRe: linux + usemorebits: gcc error?
2002-05-17 Jarkko HietaniemiIntegrate perlio:
2002-05-17 Nick Ing-SimmonsFix the crlf.t buffer leak
2002-04-27 Nick Ing-Simmons Integrate mainline
2002-04-27 Jarkko HietaniemiIntegrate perlio:
2002-04-27 Nick Ing-SimmonsFix fd leak on Via(bogus).
2001-12-31 Jarkko HietaniemiIntegrate perlio:
2001-12-31 Nick Ing-SimmonsIntegrate mainline
2001-12-31 Nick Ing-Simmonsperlio.c cleanup - in particular avoid accidental PerlI...
2001-12-19 Jarkko HietaniemiIntegrate perlio:
2001-12-19 Nick Ing-SimmonsAdd pTHX to all vtable functions for future-proofing and
2001-12-14 Nick Ing-SimmonsIntegrate mainline
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 Jarkko HietaniemiIntegrate perlio:
2001-12-08 Nick Ing-SimmonsIntegrate mainline
2001-12-08 Nick Ing-SimmonsAllow multi-arg open() if opening layer declares this...
2001-11-18 Jarkko HietaniemiIntegrate PerlIO: duping fixes.
2001-11-18 Nick Ing-SimmonsAllow dup'ing of PerlIO::Scalar etc.
2001-10-31 Nick Ing-SimmonsIntegrate mainline
2001-10-30 Nicholas ClarkPerlIOBuf_dup
2001-10-21 Jarkko HietaniemiIntegrate from perlio; restructuring.
2001-10-21 Nick Ing-SimmonsConvert rest of PerlIO's memory tables to per-interp...
2001-10-16 Jarkko HietaniemiIntegrate perlio:
2001-10-16 Nick Ing-SimmonsSkeleton of "PerlIO_dup" coded.
2001-10-15 Nick Ing-SimmonsBeginings of PerlIO_dup support (unstable)
2001-09-23 Nick Ing-SimmonsIntegrate mainline
2001-09-17 Jarkko HietaniemiReindent the PerlIO files (suggested by NI-S), used
2001-06-16 Jarkko HietaniemiIntegrate perlio:
2001-06-16 Nick Ing-SimmonsWork-in-progress win32 layer semi-functional, checking
2001-06-13 Jarkko HietaniemiIntegrate perlio:
2001-06-13 Nick Ing-SimmonsAvoid AV and HV in perlio.c by inventing PerlIO_list_t...
2001-05-29 Nick Ing-SimmonsPost weekend integrate mainline (fails one test pragma...
2001-05-26 Jarkko HietaniemiIntegrate perlio:
2001-05-26 Craig A. BerryPerlIO for VMS
2001-03-26 Jarkko HietaniemiIntegrate perlio:
2001-03-26 Nick Ing-SimmonsImplement flush of linebuffered streams on read of...
2001-03-25 Jarkko HietaniemiIntegrate perlio:
2001-03-25 Nick Ing-SimmonsIntegrate now-non-binary file.
2001-03-25 Nick Ing-SimmonsIntegrate mainline.
2001-03-25 Nick Ing-SimmonsAdd destruct time hook to PerlIO (for work-in-process...
2001-03-24 Jarkko HietaniemiIntegrate perlio:
2001-03-24 Nick Ing-SimmonsImplement:
2001-03-23 Jarkko HietaniemiIntegrate perlio:
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 Jarkko HietaniemiIntegrate perlio:
2001-02-18 Nick Ing-SimmonsClean up a few core dumps when layers are used in unexp...
2001-01-24 Charles BaileySYN SYN
next