| Commit message (Expand) | Author | Age | Files | Lines |
* | Use new paradigm for hdr file double inclusion guard | Karl Williamson | 2017-06-02 | 1 | -3/+3 |
* | Evict PERLIO_IS_STDIO from top-level core files. | Craig A. Berry | 2015-07-23 | 1 | -41/+13 |
* | remove redundant PERL_EXPORT_C and PERL_XS_EXPORT_C macros | Daniel Dragan | 2015-06-03 | 1 | -57/+57 |
* | Replace common Emacs file-local variables with dir-locals | Dagfinn Ilmari Mannsåker | 2015-03-22 | 1 | -6/+0 |
* | Remove some remnants of x2p, which was removed by commit e5a8a0fbd7 | Steve Hay | 2015-02-18 | 1 | -1/+1 |
* | const the PerlIO vtables | Daniel Dragan | 2014-12-27 | 1 | -4/+2 |
* | Purge sfio support, which has been broken for a decade. | Nicholas Clark | 2013-12-27 | 1 | -12/+1 |
* | perlio.h: Indent nested #if | Karl Williamson | 2013-12-21 | 1 | -8/+8 |
* | Purge remaining references to PerlIO_sprintf and PerlIO_vsprintf(). | Nicholas Clark | 2013-10-07 | 1 | -4/+0 |
* | Fix PerlIO_get_cnt and friends | Leon Timmermans | 2013-09-07 | 1 | -4/+4 |
* | Remove the BeOS port. | Nicholas Clark | 2012-12-14 | 1 | -5/+0 |
* | update the editor hints for spaces, not tabs | Ricardo Signes | 2012-05-29 | 1 | -2/+2 |
* | Increase PERLIOBUF_DEFAULT_BUFSIZ to larger of 8192 and BUFSIZ. | Craig A. Berry | 2011-02-17 | 1 | -1/+1 |
* | Fix typos (spelling errors) in Perl sources. | Peter J. Acklam) (via RT | 2011-01-07 | 1 | -1/+1 |
* | Rename PERLIO_BUFSIZ to PERLIOBUF_DEFAULT_BUFSIZ. | Craig A. Berry | 2010-11-10 | 1 | -2/+3 |
* | Make the buffer size for the perlio layer a macro. | Craig A. Berry | 2010-11-09 | 1 | -0/+4 |
* | Add editor blocks to some header files. | Marcus Holland-Moritz | 2008-01-01 | 1 | -0/+10 |
* | Fix up copyright years for files modified in 2007. | Nicholas Clark | 2007-11-07 | 1 | -1/+1 |
* | Update copyright years in .h files. Also, in .pl | Rafael Garcia-Suarez | 2007-01-05 | 1 | -1/+1 |
* | Abolish cop_io (the simple way) by storing the value in cop_hints_hash. | Nicholas Clark | 2006-05-20 | 1 | -2/+0 |
* | Re: [PATCH] s/Null(gv|hv|sv)/NULL/g | Steven Schubiger | 2006-02-03 | 1 | -1/+1 |
* | Attribute compilation fix for Windows by Andy Lester | Rafael Garcia-Suarez | 2005-05-23 | 1 | -1/+5 |
* | Attribute configuration | Andy Lester | 2005-05-20 | 1 | -13/+1 |
* | printf.patch: Adding printf checking for gcc | Andy Lester | 2005-05-02 | 1 | -4/+4 |
* | perlio-two.patch: More warnings squashed, more consts | Andy Lester | 2005-04-27 | 1 | -1/+2 |
* | Symbian port of Perl | Jarkko Hietaniemi | 2005-04-21 | 1 | -64/+78 |
* | s/hierachy/hierarchy/ | Larry Shatzer Jr. | 2004-11-16 | 1 | -1/+1 |
* | Re: [PATCH: perlio.h] maint snap @ 19613 | Marcus Holland-Moritz | 2003-05-25 | 1 | -0/+7 |
* | RE: [PATCH] RE: maint snapshot @ 19525 | Robin Barker | 2003-05-23 | 1 | -12/+3 |
* | Fix up Larry's copyright statements to my best knowledge. | Jarkko Hietaniemi | 2003-04-16 | 1 | -1/+2 |
* | Introduce PerlIO::get_layers() to allow people to peek | Jarkko Hietaniemi | 2003-04-14 | 1 | -0/+1 |
* | Update all copyrights to 2003, from Jarkko | Hugo van der Sanden | 2003-03-02 | 1 | -1/+1 |
* | (was RE: [PATCH] %_ (was Re: [PATCH] operation on `PL_na' may be undefined)) | Robin Barker | 2003-01-22 | 1 | -3/+12 |
* | Last minute tinkering with PerlIO abstraction API. | Nick Ing-Simmons | 2002-06-16 | 1 | -2/+2 |
* | Several of non-default builds now seem to work reasonably well | Nick Ing-Simmons | 2002-05-03 | 1 | -1/+1 |
* | Integrate mainline | Nick Ing-Simmons | 2002-01-25 | 1 | -0/+9 |
* | Inverted sense of special-ness of specialCopIO - supposed to | Nick Ing-Simmons | 2002-01-14 | 1 | -1/+1 |
* | Win32 and makedef.pl fall-out of PerlIO/pTHX stuff | Nick Ing-Simmons | 2001-12-22 | 1 | -9/+0 |
* | Allow dup'ing of PerlIO::Scalar etc. | Nick Ing-Simmons | 2001-11-18 | 1 | -1/+4 |
* | Forgot from #12756. | Jarkko Hietaniemi | 2001-10-29 | 1 | -0/+5 |
* | Convert rest of PerlIO's memory tables to per-interp and add clone functions | Nick Ing-Simmons | 2001-10-21 | 1 | -5/+6 |
* | PerlIO layer table as PL_perlio (per-interpreter) | Nick Ing-Simmons | 2001-10-21 | 1 | -0/+1 |
* | Extract doio.c's open(2) mode to string conversion as PerlIO_intmod2str() | Nick Ing-Simmons | 2001-10-20 | 1 | -0/+2 |
* | Skeleton of "PerlIO_dup" coded. | Nick Ing-Simmons | 2001-10-16 | 1 | -1/+1 |
* | Reindent the PerlIO files (suggested by NI-S), used | Jarkko Hietaniemi | 2001-09-17 | 1 | -74/+77 |
* | POSIX-BC tweaks from Thomas Dorner. | Jarkko Hietaniemi | 2001-07-05 | 1 | -0/+5 |
* | NetWare port from Guruprasad S <SGURUPRASAD@novell.com>. | Jarkko Hietaniemi | 2001-06-16 | 1 | -0/+2 |
* | Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish | Nick Ing-Simmons | 2001-06-13 | 1 | -1/+1 |
* | PerlIO for VMS | Craig A. Berry | 2001-05-26 | 1 | -0/+6 |
* | Allow someone to write PerlIO::Array, PerlIO::Code, ... | Nick Ing-Simmons | 2001-03-29 | 1 | -1/+1 |