This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Various small nits found by DJGPP build.
[perl5.git] / perlio.c
2001-11-18 Nick Ing-SimmonsWrong way to get stdio mode used.
2001-11-18 Nick Ing-SimmonsAllow dup'ing of PerlIO::Scalar etc.
2001-11-15 Jarkko HietaniemiFix for "perlio bug in koi8-r encoding". The problem
2001-11-12 Charles Lane[Patch Perl@12856] MULTIPLICITY on VMS
2001-11-12 Jeffrey Friedla few typo fixes
2001-11-10 Jarkko HietaniemiEnhance the open pragma to support :utf8, :locale,
2001-11-04 Nicholas Clark[REPATCH] Re: PerlIOBuf_dup
2001-11-03 Jarkko HietaniemiIntegrate perlio:
2001-11-03 Nick Ing-SimmonsIntegrate mainline
2001-11-03 Nick Ing-SimmonsFix clone_leak problem.
2001-11-03 Nick Ing-SimmonsTweaks attempting to locate Doug's clone_leak leak.
2001-11-02 Jarkko Hietaniemimicroperl sync.
2001-10-29 Jarkko HietaniemiBeOS tweaks:
2001-10-28 Nick Ing-SimmonsHave :stdio layer update an honour the fd refcnt table.
2001-10-28 Nick Ing-SimmonsUse fd refcounts to solve the problem highlighted by...
2001-10-27 Jarkko HietaniemiIntegrate change #12711 from perlio;
2001-10-27 Craig A. BerryC RTL awareness update for VMS
2001-10-27 Nick Ing-SimmonsUse ref count scheme rather than PerlLIO_dup() to do...
2001-10-23 Jarkko HietaniemiMake the PerlIO_init() prototypes consistent.
2001-10-22 Nick Ing-SimmonsRestore non-ithreads build. Interestingly binmode test...
2001-10-21 Nick Ing-SimmonsConvert rest of PerlIO's memory tables to per-interp...
2001-10-21 Nick Ing-SimmonsPerlIO layer table as PL_perlio (per-interpreter)
2001-10-20 Nick Ing-SimmonsFix typos in new locking on MemShared
2001-10-20 Nick Ing-SimmonsRemove the MemShared re-#define (again)
2001-10-20 Nick Ing-SimmonsExtract doio.c's open(2) mode to string conversion...
2001-10-20 Nick Ing-SimmonsFix for ithreads/stdio build
2001-10-17 Jarkko HietaniemiOh, bother. In Tru64 cc -std1 was looking rather nice
2001-10-17 Jarkko Hietaniemi(retracted by #12485)
2001-10-16 Nick Ing-SimmonsImplement PerlIOStdio_dup (explains core dumps - dup
2001-10-16 Nick Ing-SimmonsWhen USE_ITHREADS avoid SV * in PerlIO_debug, at risk...
2001-10-16 Nick Ing-SimmonsBuilds under ithreads (but fails all threads tests)
2001-10-16 Nick Ing-SimmonsSkeleton of "PerlIO_dup" coded.
2001-10-15 Nick Ing-SimmonsBeginings of PerlIO_dup support (unstable)
2001-09-26 chromaticRe: binmode(STDOUT, ":unix") busted when STDOUT is...
2001-09-17 Jarkko HietaniemiReindent the PerlIO files (suggested by NI-S), used
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:
next