| Commit message (Expand) | Author | Age | Files | Lines |
* | Sprinkle some copyrights (use the oldest timestamp to | Jarkko Hietaniemi | 2002-01-24 | 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 |
* | Minor tweaks: | Nick Ing-Simmons | 2000-11-16 | 1 | -0/+2 |
* | PerlIO #include and #ifdef re-work. | Nick Ing-Simmons | 2000-11-14 | 1 | -1/+308 |
* | add a perlio.h stub for compat (some extensions seem to #include it) | Gurusamy Sarathy | 1998-06-28 | 1 | -0/+1 |
* | applied patch, along with many changes: | Douglas Lankshear | 1998-06-21 | 1 | -251/+0 |
* | [asperl] add AS patch#20 (exposes more global constants) | Gurusamy Sarathy | 1998-05-01 | 1 | -0/+1 |
* | [asperl] added AS patch#7 | Douglas Lankshear | 1998-02-25 | 1 | -34/+34 |
* | [asperl] added AS patch#3 | Douglas Lankshear | 1998-02-01 | 1 | -0/+3 |
* | [asperl] added AS patch#2 | Gurusamy Sarathy | 1998-01-30 | 1 | -0/+48 |
* | Use SSize_t for values of PerlIO_{read,write} | Chip Salzenberg | 1997-04-04 | 1 | -2/+2 |
* | Prevent warnings when STDCHAR is unsigned | Chip Salzenberg | 1996-12-23 | 1 | -3/+3 |
* | perl 5.003_03: perlio.h | Perl 5 Porters | 1996-08-21 | 1 | -26/+32 |
* | perl 5.003_02: [no incremental changelog available] | Larry Wall | 1996-08-10 | 1 | -0/+193 |