| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | (was Re: PerlIO regerssion tests?) | Nicholas Clark | 2001-08-25 | 1 | -1/+4 |
* | Integrate the PerlCE (WinCE Perl) port; | Jarkko Hietaniemi | 2001-08-02 | 1 | -1/+1 |
* | Retract #11530 (the dTHX is needed under threads) | Jarkko Hietaniemi | 2001-08-01 | 1 | -0/+1 |
* | (Retracted by #11531) | Jarkko Hietaniemi | 2001-08-01 | 1 | -1/+0 |
* | Fix open(...,"...:layer(xxx)",...) | Nick Ing-Simmons | 2001-07-10 | 1 | -1/+1 |
* | Code cleanup based on turning off the -woffs in IRIX. | Jarkko Hietaniemi | 2001-06-30 | 1 | -2/+1 |
* | format | Robin Barker | 2001-06-21 | 1 | -1/+1 |
* | Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread. | Nick Ing-Simmons | 2001-06-20 | 1 | -13/+20 |
* | [ID 20010619.007] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_o... | Spider Boardman | 2001-06-19 | 1 | -3/+10 |
* | NetWare port from Guruprasad S <SGURUPRASAD@novell.com>. | Jarkko Hietaniemi | 2001-06-16 | 1 | -0/+4 |
* | Disable :win32 layer as default till I get it working | Nick Ing-Simmons | 2001-06-16 | 1 | -4/+4 |
* | Work-in-progress win32 layer semi-functional, checking | Nick Ing-Simmons | 2001-06-16 | 1 | -5/+13 |
* | Work in progress UNIX-side edit of win32 PerLIO layer | Nick Ing-Simmons | 2001-06-16 | 1 | -2/+8 |
* | Fix open.pm to work via XS-implemented method calls rather | Nick Ing-Simmons | 2001-06-15 | 1 | -6/+46 |
* | Re: [PATCH} perlio and threading @ 10576 + report | H.Merijn Brand | 2001-06-15 | 1 | -0/+1 |
* | Steps along the road toward Win32 building again. | Nick Ing-Simmons | 2001-06-14 | 1 | -1/+4 |
* | Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish | Nick Ing-Simmons | 2001-06-13 | 1 | -93/+135 |
* | Paper over a crack or two with USE_SFIO | Nick Ing-Simmons | 2001-06-10 | 1 | -1/+27 |
* | panic:claustrophobia. | Jarkko Hietaniemi | 2001-05-31 | 1 | -1/+1 |
* | Hack to restore Win32 pseudo fork broken by Multiple Interpreter | Nick Ing-Simmons | 2001-05-31 | 1 | -0/+2 |
* | Conditionally put back some "unused" dTHX which are used | Nick Ing-Simmons | 2001-05-31 | 1 | -0/+37 |
* | perlio.c -Wall cleaner under MULTIPLICITY | Nick Ing-Simmons | 2001-05-31 | 1 | -31/+10 |
* | More -Wall silencing from Michael Schwern and Jarkko Hietaniemi. | Jarkko Hietaniemi | 2001-05-30 | 1 | -8/+5 |
* | Re: perlio + multiple perl_alloc..destruct | Doug MacEachern | 2001-05-28 | 1 | -0/+9 |
* | PerlIO for VMS | Craig A. Berry | 2001-05-26 | 1 | -1/+7 |
* | [LARGE!] symbolic magic | Dave Mitchell | 2001-05-20 | 1 | -2/+2 |
* | Re: [PATCH] Test offset when reading from a PerlIO::Scalar | Benjamin Sugars | 2001-05-09 | 1 | -1/+3 |
* | fix const poisioning in PerlIO_openn->fdopen->openn | Peter Prymmer | 2001-05-05 | 1 | -2/+2 |
* | Re: [ID 20010303.009] SOCKS5 work around breaks other sockets | Jens Hamisch | 2001-04-30 | 1 | -2/+2 |
* | Cut-and-pasto. | Jarkko Hietaniemi | 2001-04-23 | 1 | -1/+1 |
* | More PerlIO robustness. | Jarkko Hietaniemi | 2001-04-23 | 1 | -11/+31 |
* | Avoid coredump on 'close STDERR; die' by making | Jarkko Hietaniemi | 2001-04-23 | 1 | -29/+104 |
* | Compilation nit noticed by AIX compiler. | Jarkko Hietaniemi | 2001-04-19 | 1 | -2/+3 |
* | Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r") | Nick Ing-Simmons | 2001-04-07 | 1 | -0/+2 |
* | Allow someone to write PerlIO::Array, PerlIO::Code, ... | Nick Ing-Simmons | 2001-03-29 | 1 | -21/+42 |
* | PerlIO.pm / perlio.pm conflict. | Nick Ing-Simmons | 2001-03-28 | 1 | -23/+1 |
* | REFCNT botch in layer name cache hash. | Nick Ing-Simmons | 2001-03-26 | 1 | -1/+1 |
* | Implement flush of linebuffered streams on read of a tty. | Nick Ing-Simmons | 2001-03-26 | 1 | -1/+22 |
* | Add destruct time hook to PerlIO (for work-in-process implementing | Nick Ing-Simmons | 2001-03-25 | 1 | -18/+40 |
* | PerlIO fixups for Win32: | Nick Ing-Simmons | 2001-03-24 | 1 | -3/+4 |
* | Implement: | Nick Ing-Simmons | 2001-03-24 | 1 | -102/+170 |
* | Perlio internals re-organized. | Nick Ing-Simmons | 2001-03-23 | 1 | -118/+202 |
* | Check in a stable (working) version before next round of tweaks. | Nick Ing-Simmons | 2001-03-23 | 1 | -156/+179 |
* | Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff. | Nick Ing-Simmons | 2001-03-23 | 1 | -47/+49 |
* | Render -Duseperlio functional again. | Nick Ing-Simmons | 2001-03-23 | 1 | -1/+9 |