This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix Pod Typo, Add Test for ExtUtils::Command
[perl5.git] / perlio.c
2001-09-10 Jarkko HietaniemiRevert #11973, the dTHX seems to be needed in there
2001-09-10 Artur BergmanRemove unused dTHX. Silenced another warning.
2001-08-31 Gurusamy Sarathyremove deprecated PERL_OBJECT cruft, it has long since...
2001-08-25 Nicholas Clark(was Re: PerlIO regerssion tests?)
2001-08-02 Jarkko HietaniemiIntegrate the PerlCE (WinCE Perl) port;
2001-08-01 Jarkko HietaniemiRetract #11530 (the dTHX is needed under threads)
2001-08-01 Jarkko Hietaniemi(Retracted by #11531)
2001-07-10 Nick Ing-SimmonsFix open(...,"...:layer(xxx)",...)
2001-07-10 Jarkko HietaniemiPerlIO ":encoding(foobar)" temporary fix.
2001-06-30 Jarkko HietaniemiCode cleanup based on turning off the -woffs in IRIX.
2001-06-21 Robin Barkerformat
2001-06-20 Nick Ing-SimmonsFix PERLIO=unix bug, while restoring maximal buffer...
2001-06-19 Spider Boardman[ID 20010619.007] Not OK: perl v5.7.1 +DEVEL10721 ...
2001-06-16 Jarkko HietaniemiNetWare port from Guruprasad S <SGURUPRASAD@novell...
2001-06-16 Nick Ing-SimmonsDisable :win32 layer as default till I get it working
2001-06-16 Nick Ing-SimmonsWork-in-progress win32 layer semi-functional, checking
2001-06-16 Nick Ing-SimmonsWork in progress UNIX-side edit of win32 PerLIO layer
2001-06-15 Nick Ing-SimmonsFix open.pm to work via XS-implemented method calls...
2001-06-15 H.Merijn BrandRe: [PATCH} perlio and threading @ 10576 + report
2001-06-14 Nick Ing-SimmonsSteps along the road toward Win32 building again.
2001-06-13 Nick Ing-SimmonsAvoid AV and HV in perlio.c by inventing PerlIO_list_t...
2001-06-10 Nick Ing-SimmonsPaper over a crack or two with USE_SFIO
2001-05-31 Jarkko Hietaniemipanic:claustrophobia.
2001-05-31 Nick Ing-SimmonsHack to restore Win32 pseudo fork broken by Multiple...
2001-05-31 Nick Ing-SimmonsConditionally put back some "unused" dTHX which are...
2001-05-31 Nick Ing-Simmonsperlio.c -Wall cleaner under MULTIPLICITY
2001-05-30 Jarkko HietaniemiMore -Wall silencing from Michael Schwern and Jarkko...
2001-05-28 Doug MacEachernRe: perlio + multiple perl_alloc..destruct
2001-05-26 Craig A. BerryPerlIO for VMS
2001-05-20 Dave Mitchell[LARGE!] symbolic magic
2001-05-09 Benjamin SugarsRe: [PATCH] Test offset when reading from a PerlIO...
2001-05-05 Peter Prymmerfix const poisioning in PerlIO_openn->fdopen->openn
2001-04-30 Jens HamischRe: [ID 20010303.009] SOCKS5 work around breaks other...
2001-04-23 Jarkko HietaniemiCut-and-pasto.
2001-04-23 Jarkko HietaniemiMore PerlIO robustness.
2001-04-23 Jarkko HietaniemiAvoid coredump on 'close STDERR; die' by making
2001-04-19 Jarkko HietaniemiCompilation nit noticed by AIX compiler.
2001-04-07 Nick Ing-SimmonsAllow PerlIOBase_pushed to ignore prefix on mode (e...
2001-03-29 Nick Ing-SimmonsAllow someone to write PerlIO::Array, PerlIO::Code...
2001-03-28 Nick Ing-SimmonsPerlIO.pm / perlio.pm conflict.
2001-03-26 Nick Ing-SimmonsREFCNT botch in layer name cache hash.
2001-03-26 Nick Ing-SimmonsImplement flush of linebuffered streams on read of...
2001-03-25 Nick Ing-SimmonsAdd destruct time hook to PerlIO (for work-in-process...
2001-03-24 Nick Ing-SimmonsPerlIO fixups for Win32:
2001-03-24 Nick Ing-SimmonsImplement:
2001-03-23 Nick Ing-SimmonsPerlio internals re-organized.
2001-03-23 Nick Ing-SimmonsCheck in a stable (working) version before next round...
2001-03-23 Nick Ing-SimmonsAdd pTHX_ to -Duseperlio API where it does not conflict...
2001-03-23 Nick Ing-SimmonsRender -Duseperlio functional again.
2001-03-22 Nick Ing-SimmonsSnapshot of new PerlIO open scheme. Still buggy - mainl...
2001-03-22 Nick Ing-Simmonsperlio tweaks (reported by Nicholas Clark)
2001-03-21 Benjamin SugarsFix for
2001-03-04 Nicholas Clark[ID 20010303.009] SOCKS5 work around breaks other sockets
2001-02-26 Nicholas Clarkperlio - unknown layer
2001-02-26 Jarkko HietaniemiA missing dTHX from Vadim Konovalov.
2001-02-18 Nicholas ClarkApply the spirit of patch from Nicholas Clark:
2001-02-18 Nick Ing-SimmonsFix [ID 20010217.002]
2001-02-18 Nick Ing-SimmonsClean up a few core dumps when layers are used in unexp...
2001-02-08 Charles BaileySYN SYN
2001-02-04 Nicholas Clark[ID 20010203.006] perlio.c is mis-reporting argument
2001-01-24 Charles BaileySYN SYN
2001-01-21 Nick Ing-SimmonsMake "real" layers of ":utf8" and ":raw".
2001-01-17 Nick Ing-Simmons"Safe" signals - trial implementation.
2001-01-08 Charles BaileyOnce again syncing after too long an absence
2001-01-06 Nick Ing-SimmonsFILE * in XS code for PerlIO world:
2000-12-31 Nick Ing-SimmonsTweak perlio.c so that makedef.pl-exported perlsio_binm...
2000-12-11 Jarkko HietaniemiIntegrate perlio:
2000-12-11 Nick Ing-SimmonsFinish 1st pass of "encoding" layer e.g. :
2000-12-11 Nick Ing-SimmonsRestore mmap function (broken by tweaks to shared buffer
2000-12-10 Nick Ing-SimmonsNot merge worthy...
2000-12-09 Jarkko HietaniemiIntegrate perlio:
2000-12-09 Nick Ing-SimmonsMake print, syswrite, send, readline, getc honour utf8...
2000-12-08 Jarkko HietaniemiIntegrate perlio:
2000-12-07 Nick Ing-SimmonsChange PerlIO_(get|set)pos to take SV *
2000-12-07 Jarkko HietaniemiIntegrate perlio:
2000-12-07 Nick Ing-SimmonsVarious attempts at MSVC debug - not sure what has
2000-12-05 Jarkko HietaniemiIntegrate perlio:
2000-12-05 Nick Ing-SimmonsWin32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
2000-12-05 Jarkko HietaniemiIntegrate perlio:
2000-12-04 Nick Ing-SimmonsPERL_IMPLICIT_SYS (almost) works - something odd with...
2000-12-04 Yitzchak Scott-Tho... [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on...
2000-12-03 Nick Ing-SimmonsPERL_IMPLICIT_SYS compiles but does not work.
2000-12-03 Nick Ing-SimmonsMake iperlsys.h vector stdio not PerlIO.
2000-12-01 Nick Ing-SimmonsIntegrate mainline
2000-12-01 Nick Ing-SimmonsFix 'mmap' lib/filehand.t (ungetc) test fail.
2000-11-30 Robin Barkertoke.c perlio.c -Wformat nits
2000-11-28 Nick Ing-SimmonsInitial tidy of setmode() muddle (UNIX does not have...
2000-11-28 Jarkko Hietaniemisetmode() is a DOSish-only thing.
2000-11-27 Jarkko Hietaniemi__FUNCTION__ isn't portable and trying to emulate it...
2000-11-25 Nick Ing-SimmonsIntegrate mainline.
2000-11-25 Nick Ing-SimmonsAll tests pass on Win32/gcc/USE_PERLIO.
2000-11-25 Jens HamischUndo the SOCKS workarounds, instead start using PerlIO
2000-11-24 Nick Ing-SimmonsRe-arrange crlf vs binary for platforms that care.
2000-11-23 Nick Ing-SimmonsWin32/perlio Now just fails one io/argv.t test - lack
2000-11-23 Nick Ing-SimmonsWin32 passes all but t/lib/peek.t with perlio and home...
2000-11-23 Nick Ing-SimmonsImplement PerlIO_binmode()
2000-11-23 Nick Ing-SimmonsImplement crlf layer - not ready for merge.
2000-11-22 Nick Ing-SimmonsWin32 PerlIO intermediate state now working as expected.
2000-11-21 Jarkko HietaniemiIntegrate perlio:
2000-11-21 Nick Ing-SimmonsWin32 builds and runs (mostly) with USE_PERLIO.
next