summaryrefslogtreecommitdiff
path: root/perlio.h
Commit message (Expand)AuthorAgeFilesLines
* Increase PERLIOBUF_DEFAULT_BUFSIZ to larger of 8192 and BUFSIZ.Craig A. Berry2011-02-171-1/+1
* Fix typos (spelling errors) in Perl sources.Peter J. Acklam) (via RT2011-01-071-1/+1
* Rename PERLIO_BUFSIZ to PERLIOBUF_DEFAULT_BUFSIZ.Craig A. Berry2010-11-101-2/+3
* Make the buffer size for the perlio layer a macro.Craig A. Berry2010-11-091-0/+4
* Add editor blocks to some header files.Marcus Holland-Moritz2008-01-011-0/+10
* Fix up copyright years for files modified in 2007.Nicholas Clark2007-11-071-1/+1
* Update copyright years in .h files. Also, in .plRafael Garcia-Suarez2007-01-051-1/+1
* Abolish cop_io (the simple way) by storing the value in cop_hints_hash.Nicholas Clark2006-05-201-2/+0
* Re: [PATCH] s/Null(gv|hv|sv)/NULL/gSteven Schubiger2006-02-031-1/+1
* Attribute compilation fix for Windows by Andy LesterRafael Garcia-Suarez2005-05-231-1/+5
* Attribute configurationAndy Lester2005-05-201-13/+1
* printf.patch: Adding printf checking for gccAndy Lester2005-05-021-4/+4
* perlio-two.patch: More warnings squashed, more constsAndy Lester2005-04-271-1/+2
* Symbian port of PerlJarkko Hietaniemi2005-04-211-64/+78
* s/hierachy/hierarchy/Larry Shatzer Jr.2004-11-161-1/+1
* Re: [PATCH: perlio.h] maint snap @ 19613Marcus Holland-Moritz2003-05-251-0/+7
* RE: [PATCH] RE: maint snapshot @ 19525Robin Barker2003-05-231-12/+3
* Fix up Larry's copyright statements to my best knowledge.Jarkko Hietaniemi2003-04-161-1/+2
* Introduce PerlIO::get_layers() to allow people to peekJarkko Hietaniemi2003-04-141-0/+1
* Update all copyrights to 2003, from JarkkoHugo van der Sanden2003-03-021-1/+1
* (was RE: [PATCH] %_ (was Re: [PATCH] operation on `PL_na' may be undefined))Robin Barker2003-01-221-3/+12
* Last minute tinkering with PerlIO abstraction API.Nick Ing-Simmons2002-06-161-2/+2
* Several of non-default builds now seem to work reasonably wellNick Ing-Simmons2002-05-031-1/+1
* Integrate mainlineNick Ing-Simmons2002-01-251-0/+9
* Inverted sense of special-ness of specialCopIO - supposed to Nick Ing-Simmons2002-01-141-1/+1
* Win32 and makedef.pl fall-out of PerlIO/pTHX stuffNick Ing-Simmons2001-12-221-9/+0
* Allow dup'ing of PerlIO::Scalar etc.Nick Ing-Simmons2001-11-181-1/+4
* Forgot from #12756.Jarkko Hietaniemi2001-10-291-0/+5
* Convert rest of PerlIO's memory tables to per-interp and add clone functionsNick Ing-Simmons2001-10-211-5/+6
* PerlIO layer table as PL_perlio (per-interpreter)Nick Ing-Simmons2001-10-211-0/+1
* Extract doio.c's open(2) mode to string conversion as PerlIO_intmod2str()Nick Ing-Simmons2001-10-201-0/+2
* Skeleton of "PerlIO_dup" coded.Nick Ing-Simmons2001-10-161-1/+1
* Reindent the PerlIO files (suggested by NI-S), usedJarkko Hietaniemi2001-09-171-74/+77
* POSIX-BC tweaks from Thomas Dorner.Jarkko Hietaniemi2001-07-051-0/+5
* NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.Jarkko Hietaniemi2001-06-161-0/+2
* Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ishNick Ing-Simmons2001-06-131-1/+1
* PerlIO for VMSCraig A. Berry2001-05-261-0/+6
* Allow someone to write PerlIO::Array, PerlIO::Code, ...Nick Ing-Simmons2001-03-291-1/+1
* Add destruct time hook to PerlIO (for work-in-process implementingNick Ing-Simmons2001-03-251-0/+2
* Perlio internals re-organized.Nick Ing-Simmons2001-03-231-1/+1
* Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.Nick Ing-Simmons2001-03-231-4/+4
* Avoid "reopen" semantics for time being. Fix bug in dup logic.Nick Ing-Simmons2001-03-231-1/+1
* Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOU...Nick Ing-Simmons2001-03-221-0/+3
* FILE * in XS code for PerlIO world:Nick Ing-Simmons2001-01-061-0/+4
* [patch] PerlIO_cleanup() prototypeDoug MacEachern2001-01-061-1/+1
* finding PerlIO symbols for VMSCraig A. Berry2000-12-191-1/+5
* Not merge worthy...Nick Ing-Simmons2000-12-101-1/+1
* Change PerlIO_(get|set)pos to take SV *Nick Ing-Simmons2000-12-071-2/+2
* PERL_IMPLICIT_SYS (almost) works - something odd with "signal"Nick Ing-Simmons2000-12-041-3/+5
* PERL_IMPLICIT_SYS compiles but does not work.Nick Ing-Simmons2000-12-031-0/+6