| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Add destruct time hook to PerlIO (for work-in-process implementing | Nick Ing-Simmons | 2001-03-25 | 1 | -0/+2 |
* | Perlio internals re-organized. | Nick Ing-Simmons | 2001-03-23 | 1 | -1/+1 |
* | Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff. | Nick Ing-Simmons | 2001-03-23 | 1 | -4/+4 |
* | Avoid "reopen" semantics for time being. Fix bug in dup logic. | Nick Ing-Simmons | 2001-03-23 | 1 | -1/+1 |
* | Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOU... | Nick Ing-Simmons | 2001-03-22 | 1 | -0/+3 |
* | FILE * in XS code for PerlIO world: | Nick Ing-Simmons | 2001-01-06 | 1 | -0/+4 |
* | [patch] PerlIO_cleanup() prototype | Doug MacEachern | 2001-01-06 | 1 | -1/+1 |
* | finding PerlIO symbols for VMS | Craig A. Berry | 2000-12-19 | 1 | -1/+5 |
* | Not merge worthy... | Nick Ing-Simmons | 2000-12-10 | 1 | -1/+1 |
* | Change PerlIO_(get|set)pos to take SV * | Nick Ing-Simmons | 2000-12-07 | 1 | -2/+2 |
* | PERL_IMPLICIT_SYS (almost) works - something odd with "signal" | Nick Ing-Simmons | 2000-12-04 | 1 | -3/+5 |
* | PERL_IMPLICIT_SYS compiles but does not work. | Nick Ing-Simmons | 2000-12-03 | 1 | -0/+6 |
* | Undo the SOCKS workarounds, instead start using PerlIO | Jens Hamisch | 2000-11-25 | 1 | -1/+2 |
* | Implement PerlIO_binmode() | Nick Ing-Simmons | 2000-11-23 | 1 | -1/+4 |
* | Integrate perlio: | Jarkko Hietaniemi | 2000-11-21 | 1 | -0/+2 |
|\ |
|
| * | Make extra buffer layer work (dummy crlf layer) | Nick Ing-Simmons | 2000-11-20 | 1 | -0/+2 |
* | | PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale t... | Craig A. Berry | 2000-11-21 | 1 | -1/+1 |
|/ |
|
* | Lexical use open ... support: | Nick Ing-Simmons | 2000-11-18 | 1 | -1/+6 |