| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Silence compiler worries found by Schwern/Digital cc. | Jarkko Hietaniemi | 2001-12-14 | 1 | -3/+3 |
* | Fixes for casting problems detected on a SuSE 7.2 Itanium, | Jarkko Hietaniemi | 2001-12-12 | 1 | -13/+14 |
* | Detypo and rename. | Jarkko Hietaniemi | 2001-12-12 | 1 | -5/+5 |
* | We need DWIM cpps. | Jarkko Hietaniemi | 2001-12-11 | 1 | -2/+2 |
* | Try to handle platforms that have O_TEXT != O_BINARY but | Jarkko Hietaniemi | 2001-12-11 | 1 | -14/+14 |
* | [patch perlio.c] test for NULL before derefencing | Stas Bekman | 2001-12-11 | 1 | -2/+2 |
* | Tweak multi-arg open error messages | Nick Ing-Simmons | 2001-12-08 | 1 | -2/+2 |
* | Allow multi-arg open() if opening layer declares this legal. | Nick Ing-Simmons | 2001-12-08 | 1 | -1/+7 |
* | Wrong way to get stdio mode used. | Nick Ing-Simmons | 2001-11-18 | 1 | -3/+1 |
* | Allow dup'ing of PerlIO::Scalar etc. | Nick Ing-Simmons | 2001-11-18 | 1 | -19/+33 |
* | Fix for "perlio bug in koi8-r encoding". The problem | Jarkko Hietaniemi | 2001-11-15 | 1 | -9/+12 |
* | [Patch Perl@12856] MULTIPLICITY on VMS | Charles Lane | 2001-11-12 | 1 | -0/+5 |
* | a few typo fixes | Jeffrey Friedl | 2001-11-12 | 1 | -1/+1 |
* | Enhance the open pragma to support :utf8, :locale, | Jarkko Hietaniemi | 2001-11-10 | 1 | -2/+2 |
* | [REPATCH] Re: PerlIOBuf_dup | Nicholas Clark | 2001-11-04 | 1 | -10/+17 |
* | Integrate perlio: | Jarkko Hietaniemi | 2001-11-03 | 1 | -33/+38 |
* | microperl sync. | Jarkko Hietaniemi | 2001-11-02 | 1 | -0/+2 |
* | BeOS tweaks: | Jarkko Hietaniemi | 2001-10-29 | 1 | -1/+1 |
* | Have :stdio layer update an honour the fd refcnt table. | Nick Ing-Simmons | 2001-10-28 | 1 | -50/+60 |
* | Use fd refcounts to solve the problem highlighted by new Embed.t, at | Nick Ing-Simmons | 2001-10-28 | 1 | -32/+46 |
* | Integrate change #12711 from perlio; | Jarkko Hietaniemi | 2001-10-27 | 1 | -57/+100 |
|\ |
|
| * | Use ref count scheme rather than PerlLIO_dup() to do fp_dup(). | Nick Ing-Simmons | 2001-10-27 | 1 | -57/+100 |
* | | C RTL awareness update for VMS | Craig A. Berry | 2001-10-27 | 1 | -2/+2 |
|/ |
|
* | Make the PerlIO_init() prototypes consistent. | Jarkko Hietaniemi | 2001-10-23 | 1 | -2/+2 |
* | Restore non-ithreads build. Interestingly binmode test passes | Nick Ing-Simmons | 2001-10-22 | 1 | -1/+3 |
* | Convert rest of PerlIO's memory tables to per-interp and add clone functions | Nick Ing-Simmons | 2001-10-21 | 1 | -75/+72 |
* | PerlIO layer table as PL_perlio (per-interpreter) | Nick Ing-Simmons | 2001-10-21 | 1 | -38/+56 |
* | Fix typos in new locking on MemShared | Nick Ing-Simmons | 2001-10-20 | 1 | -2/+4 |
* | Remove the MemShared re-#define (again) | Nick Ing-Simmons | 2001-10-20 | 1 | -5/+0 |
* | Extract doio.c's open(2) mode to string conversion as PerlIO_intmod2str() | Nick Ing-Simmons | 2001-10-20 | 1 | -1/+53 |
* | Fix for ithreads/stdio build | Nick Ing-Simmons | 2001-10-20 | 1 | -0/+18 |
* | Implement PerlIOStdio_dup (explains core dumps - dup | Nick Ing-Simmons | 2001-10-16 | 1 | -2/+22 |
* | When USE_ITHREADS avoid SV * in PerlIO_debug, at risk of buffer | Nick Ing-Simmons | 2001-10-16 | 1 | -0/+14 |
* | Builds under ithreads (but fails all threads tests) | Nick Ing-Simmons | 2001-10-16 | 1 | -4/+7 |
* | Skeleton of "PerlIO_dup" coded. | Nick Ing-Simmons | 2001-10-16 | 1 | -25/+42 |
* | Beginings of PerlIO_dup support (unstable) | Nick Ing-Simmons | 2001-10-15 | 1 | -113/+182 |
* | Re: binmode(STDOUT, ":unix") busted when STDOUT is piped. | chromatic | 2001-09-26 | 1 | -1/+2 |
* | Reindent the PerlIO files (suggested by NI-S), used | Jarkko Hietaniemi | 2001-09-17 | 1 | -2841/+2781 |
* | Revert #11973, the dTHX seems to be needed in there | Jarkko Hietaniemi | 2001-09-10 | 1 | -0/+1 |
* | Remove unused dTHX. Silenced another warning. | Artur Bergman | 2001-09-10 | 1 | -1/+0 |
* | remove deprecated PERL_OBJECT cruft, it has long since stopped | Gurusamy Sarathy | 2001-08-31 | 1 | -1/+1 |