| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix #18711 and add test for it (and indeed tell on write | Nick Ing-Simmons | 2003-01-12 | 1 | -0/+18 |
* | Fix #16306 and #16880 | Nick Ing-Simmons | 2003-01-12 | 1 | -9/+33 |
* | Re: [perl #18203] Recursive call in PerlIO_find_layer | Slaven Rezic | 2002-11-27 | 1 | -9/+17 |
* | Integrate mainline | Nick Ing-Simmons | 2002-10-20 | 1 | -25/+25 |
|\ |
|
| * | enable -ansi -pedantic | Jarkko Hietaniemi | 2002-09-26 | 1 | -25/+25 |
* | | Fix for [perl #15986] tell/seek misbehave for :crlf | Nick Ing-Simmons | 2002-08-11 | 1 | -1/+4 |
|/ |
|
* | Document better the PerlIO_{export,release,import}FILE() | Jarkko Hietaniemi | 2002-07-11 | 1 | -0/+4 |
* | (Re-)instate :pop as a "back door" to perl level layer stack | Nick Ing-Simmons | 2002-07-11 | 1 | -12/+42 |
* | Various core-dump preventions for cases Craig found on VMS. | Nick Ing-Simmons | 2002-07-11 | 1 | -36/+51 |
* | Change PerlIO::Scalar and Via to scalar and via. | Jarkko Hietaniemi | 2002-07-09 | 1 | -2/+2 |
* | Fix open(FH,"Via(Foo)","NonExistant") and other cases when | Nick Ing-Simmons | 2002-07-09 | 1 | -1/+5 |
* | Special case :stdio pushed method so that "-|:stdio" does | Nick Ing-Simmons | 2002-07-09 | 1 | -18/+26 |
* | Core-dump prevention for | Nick Ing-Simmons | 2002-07-09 | 1 | -1/+11 |
* | Fix bug in optimized pseudo-layers. | Nick Ing-Simmons | 2002-06-21 | 1 | -1/+3 |
* | PerlIO Layer implementation future proofing. | Nick Ing-Simmons | 2002-06-20 | 1 | -33/+54 |
* | Fix segv on IO::File->open("/dev/null"). | Nick Ing-Simmons | 2002-06-20 | 1 | -31/+32 |
* | "Clean" implementation of binmode(FH)/":raw" identity. | Nick Ing-Simmons | 2002-06-19 | 1 | -58/+79 |
* | Last minute tinkering with PerlIO abstraction API. | Nick Ing-Simmons | 2002-06-16 | 1 | -44/+58 |
* | Spurious empty statements. | Jarkko Hietaniemi | 2002-06-15 | 1 | -1/+1 |
* | binmode(FH); to act like binmode(FH,":bytes") as well as | Nick Ing-Simmons | 2002-06-10 | 1 | -2/+12 |
* | Don't discard read data on flush if seek fails. | Nick Ing-Simmons | 2002-06-07 | 1 | -0/+3 |
* | Play safe and avoid writes to stdio's buffer (for glibc2.3) | Nick Ing-Simmons | 2002-05-30 | 1 | -2/+17 |
* | Fix VMS ungetc fix for platforms like NetBSD. | Nick Ing-Simmons | 2002-05-25 | 1 | -5/+34 |
* | [Patch] Re: ./perl harness on Cygwin today failures | Lupe Christoph | 2002-05-25 | 1 | -2/+6 |
* | #ifdef VMS code was not ported right from sv.c - s/fp/stdio/ | Nick Ing-Simmons | 2002-05-22 | 1 | -2/+2 |
* | Fix for ungetc() issues flagged by ext/Encode/t/perlio.t on VMS. | Nick Ing-Simmons | 2002-05-22 | 1 | -26/+81 |
* | Fix the crlf.t buffer leak | Nick Ing-Simmons | 2002-05-17 | 1 | -6/+20 |
* | Make open fail when layer string does not parse. | Nick Ing-Simmons | 2002-05-15 | 1 | -2/+11 |
* | Portability and doc tweaks to PerlIO/XS stuff. | Nick Ing-Simmons | 2002-05-08 | 1 | -106/+136 |
* | PerlIO/XS interface routine and doc updates from | Nick Ing-Simmons | 2002-05-08 | 1 | -3/+8 |
* | Win32 builds and mostly works for non-USE_PERLIO non-USE_IMP_SYS case. | Nick Ing-Simmons | 2002-05-02 | 1 | -0/+4 |
* | Use PerlSIO_fdupopen() if not using PerlIO | Nick Ing-Simmons | 2002-05-02 | 1 | -1/+7 |
* | Fix the "PerlIO require leak". Snag was that clean_objs | Nick Ing-Simmons | 2002-05-02 | 1 | -5/+12 |
* | Fix fd leak on Via(bogus). | Nick Ing-Simmons | 2002-04-27 | 1 | -16/+22 |
* | fixes for all the warnings reported by Visual C (most of this | Gurusamy Sarathy | 2002-04-21 | 1 | -5/+5 |
* | Re: [ID 20020416.001] 'close' does not report failure when buffer flush fails | Mark-Jason Dominus | 2002-04-16 | 1 | -2/+1 |
* | Disable test code (assertions) in CRLF layer. | Nick Ing-Simmons | 2002-04-14 | 1 | -2/+2 |
* | ASCII vs BINARY on OS/2 in perlio | Ilya Zakharevich | 2002-04-02 | 1 | -6/+11 |
* | Fix [ID 20020326.001] - cr/lf spanning buffer boundary | Nick Ing-Simmons | 2002-03-26 | 1 | -3/+3 |
* | warnings for perlio + others | Paul Marquess | 2002-03-25 | 1 | -4/+10 |
* | Add missing Tolkien quotes to *.c | Audrey Tang | 2002-02-20 | 1 | -0/+5 |
* | Workaround for DJGPP broken F_GETFL from Laszlo. | Jarkko Hietaniemi | 2002-01-28 | 1 | -0/+3 |
* | Copyright++. (Not all the toplevel *.h have one, it seems.) | Jarkko Hietaniemi | 2002-01-23 | 1 | -1/+1 |
* | Experimental binmode() re-coding (UNIX okay - but it would be...) | Nick Ing-Simmons | 2001-12-31 | 1 | -13/+67 |
* | perlio.c cleanup - in particular avoid accidental PerlIO_flush(NULL) | Nick Ing-Simmons | 2001-12-31 | 1 | -70/+76 |
* | Re: bleadperl doesn't compile | Gerrit P. Haase | 2001-12-26 | 1 | -0/+1 |
* | Add at least the "important" PerlIO_xxxx functions to embed.pl | Nick Ing-Simmons | 2001-12-22 | 1 | -113/+61 |
* | The CR at EOF fix earlier broke CR at end-of-buffer. | Nick Ing-Simmons | 2001-12-22 | 1 | -5/+15 |
* | Correct checking code which Ilya spotted was tripped by CR at EOF. | Nick Ing-Simmons | 2001-12-22 | 1 | -9/+1 |
* | Add pTHX to all vtable functions for future-proofing and | Nick Ing-Simmons | 2001-12-19 | 1 | -160/+145 |