summaryrefslogtreecommitdiff
path: root/perliol.h
Commit message (Expand)AuthorAgeFilesLines
* Remove :win32 PerlIO layerLeon Timmermans2021-06-281-3/+0
* style: Detabify indentation of the C code maintained by the core.Michael G. Schwern2021-01-171-5/+5
* Remove PERLIO_FUNCS_CONSTKarl Williamson2020-11-181-16/+9
* Use new paradigm for hdr file double inclusion guardKarl Williamson2017-06-021-3/+3
* remove redundant PERL_EXPORT_C and PERL_XS_EXPORT_C macrosDaniel Dragan2015-06-031-105/+105
* Replace common Emacs file-local variables with dir-localsDagfinn Ilmari Mannsåker2015-03-221-6/+0
* Revert "Fix PerlIO vtables on VMS."Craig A. Berry2015-01-021-5/+1
* Fix PerlIO vtables on VMS.Craig A. Berry2015-01-011-1/+5
* Record errno value in IO handlesFather Chrysostomos2014-11-021-0/+8
* Added missing prototypes.Brian Fraser2014-02-051-0/+8
* suppress duplicate line in perliol.hChristian Millour2013-12-201-1/+0
* Purge remaining references to PerlIO_sprintf and PerlIO_vsprintf().Nicholas Clark2013-10-071-2/+0
* update the editor hints for spaces, not tabsRicardo Signes2012-05-291-2/+2
* 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