| Commit message (Expand) | Author | Age | Files | Lines |
* | Re: building mod_perl-2.0.3 with Perl 5.10.0 (DEVEL32096) | Jarkko Hietaniemi | 2007-11-03 | 1 | -1/+1 |
* | one more iteration on PerlIO_teardown prototype | Jarkko Hietaniemi | 2007-01-30 | 1 | -1/+4 |
* | More leak fixes, by Jarkko | Rafael Garcia-Suarez | 2006-10-20 | 1 | -0/+1 |
* | printf.patch: Adding printf checking for gcc | Andy Lester | 2005-05-02 | 1 | -3/+2 |
* | perlio-two.patch: More warnings squashed, more consts | Andy Lester | 2005-04-27 | 1 | -45/+128 |
* | Symbian port of Perl | Jarkko Hietaniemi | 2005-04-21 | 1 | -54/+61 |
* | Third consting batch | Andy Lester | 2005-03-24 | 1 | -1/+1 |
* | Retract #20260. | Jarkko Hietaniemi | 2003-07-28 | 1 | -2/+2 |
* | (Retracted by #20267) | Jarkko Hietaniemi | 2003-07-28 | 1 | -2/+2 |
* | Fix for bugs 21717 and 22140. | Nick Ing-Simmons | 2003-05-10 | 1 | -0/+1 |
* | PerlIO Layer implementation future proofing. | Nick Ing-Simmons | 2002-06-20 | 1 | -3/+4 |
* | "Clean" implementation of binmode(FH)/":raw" identity. | Nick Ing-Simmons | 2002-06-19 | 1 | -0/+2 |
* | Last minute tinkering with PerlIO abstraction API. | Nick Ing-Simmons | 2002-06-16 | 1 | -1/+1 |
* | Re: linux + usemorebits: gcc error? | Hugo van der Sanden | 2002-06-13 | 1 | -1/+1 |
* | Fix the crlf.t buffer leak | Nick Ing-Simmons | 2002-05-17 | 1 | -0/+1 |
* | Fix fd leak on Via(bogus). | Nick Ing-Simmons | 2002-04-27 | 1 | -0/+7 |
* | perlio.c cleanup - in particular avoid accidental PerlIO_flush(NULL) | Nick Ing-Simmons | 2001-12-31 | 1 | -0/+1 |
* | Add pTHX to all vtable functions for future-proofing and | Nick Ing-Simmons | 2001-12-19 | 1 | -47/+47 |
* | Detypo and rename. | Jarkko Hietaniemi | 2001-12-12 | 1 | -1/+1 |
* | Try to handle platforms that have O_TEXT != O_BINARY but | Jarkko Hietaniemi | 2001-12-11 | 1 | -1/+1 |
* | Allow multi-arg open() if opening layer declares this legal. | Nick Ing-Simmons | 2001-12-08 | 1 | -0/+1 |
* | Allow dup'ing of PerlIO::Scalar etc. | Nick Ing-Simmons | 2001-11-18 | 1 | -4/+4 |
* | PerlIOBuf_dup | Nicholas Clark | 2001-10-30 | 1 | -0/+1 |
* | Convert rest of PerlIO's memory tables to per-interp and add clone functions | Nick Ing-Simmons | 2001-10-21 | 1 | -2/+2 |
* | Skeleton of "PerlIO_dup" coded. | Nick Ing-Simmons | 2001-10-16 | 1 | -2/+3 |
* | Beginings of PerlIO_dup support (unstable) | Nick Ing-Simmons | 2001-10-15 | 1 | -0/+2 |
* | Reindent the PerlIO files (suggested by NI-S), used | Jarkko Hietaniemi | 2001-09-17 | 1 | -92/+90 |
* | Work-in-progress win32 layer semi-functional, checking | Nick Ing-Simmons | 2001-06-16 | 1 | -1/+5 |
* | Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish | Nick Ing-Simmons | 2001-06-13 | 1 | -4/+18 |
* | PerlIO for VMS | Craig A. Berry | 2001-05-26 | 1 | -2/+0 |
* | Implement flush of linebuffered streams on read of a tty. | Nick Ing-Simmons | 2001-03-26 | 1 | -0/+2 |
* | Add destruct time hook to PerlIO (for work-in-process implementing | Nick Ing-Simmons | 2001-03-25 | 1 | -0/+1 |
* | Implement: | Nick Ing-Simmons | 2001-03-24 | 1 | -1/+3 |
* | Perlio internals re-organized. | Nick Ing-Simmons | 2001-03-23 | 1 | -5/+12 |
* | Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOU... | Nick Ing-Simmons | 2001-03-22 | 1 | -6/+2 |
* | Clean up a few core dumps when layers are used in unexpected ways. | Nick Ing-Simmons | 2001-02-18 | 1 | -9/+10 |
* | Make "real" layers of ":utf8" and ":raw". | Nick Ing-Simmons | 2001-01-21 | 1 | -0/+3 |
* | Integrate mainline. | Nick Ing-Simmons | 2000-12-19 | 1 | -1/+2 |
* | Finish 1st pass of "encoding" layer e.g. : | Nick Ing-Simmons | 2000-12-11 | 1 | -0/+1 |
* | Not merge worthy... | Nick Ing-Simmons | 2000-12-10 | 1 | -2/+2 |
* | PERL_IMPLICIT_SYS (almost) works - something odd with "signal" | Nick Ing-Simmons | 2000-12-04 | 1 | -1/+1 |
* | Fix 'mmap' lib/filehand.t (ungetc) test fail. | Nick Ing-Simmons | 2000-12-01 | 1 | -16/+18 |
* | Re-arrange crlf vs binary for platforms that care. | Nick Ing-Simmons | 2000-11-24 | 1 | -4/+18 |
* | Add dummy crlf layer (just as buffer) | Nick Ing-Simmons | 2000-11-19 | 1 | -0/+1 |
* | PerlIO #include and #ifdef re-work. | Nick Ing-Simmons | 2000-11-14 | 1 | -0/+131 |