summaryrefslogtreecommitdiff
path: root/perlio.h
Commit message (Expand)AuthorAgeFilesLines
* perlio.h - break long comment lineYves Orton2022-12-301-1/+1
* Document PERLIO_FUNCS_(DECL|CAST)Karl Williamson2022-04-291-0/+11
* style: Detabify indentation of the C code maintained by the core.Michael G. Schwern2021-01-171-6/+6
* Remove PERLIO_FUNCS_CONSTKarl Williamson2020-11-181-7/+0
* autodoc.pl: Specify scn for single-purpose filesKarl Williamson2020-11-061-4/+0
* Reorganize perlapiKarl Williamson2020-09-041-0/+4
* (perl #134221) support append mode for open .. undefTony Cook2019-07-161-0/+3
* Use new paradigm for hdr file double inclusion guardKarl Williamson2017-06-021-3/+3
* Evict PERLIO_IS_STDIO from top-level core files.Craig A. Berry2015-07-231-41/+13
* remove redundant PERL_EXPORT_C and PERL_XS_EXPORT_C macrosDaniel Dragan2015-06-031-57/+57
* Replace common Emacs file-local variables with dir-localsDagfinn Ilmari Mannsåker2015-03-221-6/+0
* Remove some remnants of x2p, which was removed by commit e5a8a0fbd7Steve Hay2015-02-181-1/+1
* const the PerlIO vtablesDaniel Dragan2014-12-271-4/+2
* Purge sfio support, which has been broken for a decade.Nicholas Clark2013-12-271-12/+1
* perlio.h: Indent nested #ifKarl Williamson2013-12-211-8/+8
* Purge remaining references to PerlIO_sprintf and PerlIO_vsprintf().Nicholas Clark2013-10-071-4/+0
* Fix PerlIO_get_cnt and friendsLeon Timmermans2013-09-071-4/+4
* Remove the BeOS port.Nicholas Clark2012-12-141-5/+0
* update the editor hints for spaces, not tabsRicardo Signes2012-05-291-2/+2
* 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