More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.
[p5sagit/p5-mst-13.2.git] / perlio.c
2001-05-30 Jarkko Hietaniemi More -Wall silencing from Michael Schwern and Jarkko...
2001-05-28 Doug MacEachern Re: perlio + multiple perl_alloc..destruct
2001-05-26 Craig A. Berry PerlIO for VMS
2001-05-20 Dave Mitchell [LARGE!] symbolic magic
2001-05-09 Benjamin Sugars Re: [PATCH] Test offset when reading from a PerlIO...
2001-05-05 Peter Prymmer fix const poisioning in PerlIO_openn->fdopen->openn
2001-04-30 Jens Hamisch Re: [ID 20010303.009] SOCKS5 work around breaks other...
2001-04-23 Jarkko Hietaniemi Cut-and-pasto.
2001-04-23 Jarkko Hietaniemi More PerlIO robustness.
2001-04-23 Jarkko Hietaniemi Avoid coredump on 'close STDERR; die' by making
2001-04-19 Jarkko Hietaniemi Compilation nit noticed by AIX compiler.
2001-04-07 Nick Ing-Simmons Allow PerlIOBase_pushed to ignore prefix on mode (e...
2001-03-29 Nick Ing-Simmons Allow someone to write PerlIO::Array, PerlIO::Code...
2001-03-28 Nick Ing-Simmons PerlIO.pm / perlio.pm conflict.
2001-03-26 Nick Ing-Simmons REFCNT botch in layer name cache hash.
2001-03-26 Nick Ing-Simmons Implement flush of linebuffered streams on read of...
2001-03-25 Nick Ing-Simmons Add destruct time hook to PerlIO (for work-in-process...
2001-03-24 Nick Ing-Simmons PerlIO fixups for Win32:
2001-03-24 Nick Ing-Simmons Implement:
2001-03-23 Nick Ing-Simmons Perlio internals re-organized.
2001-03-23 Nick Ing-Simmons Check in a stable (working) version before next round...
2001-03-23 Nick Ing-Simmons Add pTHX_ to -Duseperlio API where it does not conflict...
2001-03-23 Nick Ing-Simmons Render -Duseperlio functional again.
2001-03-22 Nick Ing-Simmons Snapshot of new PerlIO open scheme. Still buggy - mainl...
2001-03-22 Nick Ing-Simmons perlio tweaks (reported by Nicholas Clark)
2001-03-21 Benjamin Sugars Fix for
2001-03-04 Nicholas Clark [ID 20010303.009] SOCKS5 work around breaks other sockets
2001-02-26 Nicholas Clark perlio - unknown layer
2001-02-26 Jarkko Hietaniemi A missing dTHX from Vadim Konovalov.
2001-02-18 Nicholas Clark Apply the spirit of patch from Nicholas Clark:
2001-02-18 Nick Ing-Simmons Fix [ID 20010217.002]
2001-02-18 Nick Ing-Simmons Clean up a few core dumps when layers are used in unexp...
2001-02-08 Charles Bailey SYN SYN
2001-02-04 Nicholas Clark [ID 20010203.006] perlio.c is mis-reporting argument
2001-01-24 Charles Bailey SYN SYN
2001-01-21 Nick Ing-Simmons Make "real" layers of ":utf8" and ":raw".
2001-01-17 Nick Ing-Simmons "Safe" signals - trial implementation.
2001-01-08 Charles Bailey Once again syncing after too long an absence
2001-01-06 Nick Ing-Simmons FILE * in XS code for PerlIO world:
2000-12-31 Nick Ing-Simmons Tweak perlio.c so that makedef.pl-exported perlsio_binm...
2000-12-11 Jarkko Hietaniemi Integrate perlio:
2000-12-11 Nick Ing-Simmons Finish 1st pass of "encoding" layer e.g. :
2000-12-11 Nick Ing-Simmons Restore mmap function (broken by tweaks to shared buffer
2000-12-10 Nick Ing-Simmons Not merge worthy...
2000-12-09 Jarkko Hietaniemi Integrate perlio:
2000-12-09 Nick Ing-Simmons Make print, syswrite, send, readline, getc honour utf8...
2000-12-08 Jarkko Hietaniemi Integrate perlio:
2000-12-07 Nick Ing-Simmons Change PerlIO_(get|set)pos to take SV *
2000-12-07 Jarkko Hietaniemi Integrate perlio:
2000-12-07 Nick Ing-Simmons Various attempts at MSVC debug - not sure what has
2000-12-05 Jarkko Hietaniemi Integrate perlio:
2000-12-05 Nick Ing-Simmons Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
2000-12-05 Jarkko Hietaniemi Integrate perlio:
2000-12-04 Nick Ing-Simmons PERL_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-Simmons PERL_IMPLICIT_SYS compiles but does not work.
2000-12-03 Nick Ing-Simmons Make iperlsys.h vector stdio not PerlIO.
2000-12-01 Nick Ing-Simmons Integrate mainline
2000-12-01 Nick Ing-Simmons Fix 'mmap' lib/filehand.t (ungetc) test fail.
2000-11-30 Robin Barker toke.c perlio.c -Wformat nits
2000-11-28 Nick Ing-Simmons Initial tidy of setmode() muddle (UNIX does not have...
2000-11-28 Jarkko Hietaniemi setmode() is a DOSish-only thing.
2000-11-27 Jarkko Hietaniemi __FUNCTION__ isn't portable and trying to emulate it...
2000-11-25 Nick Ing-Simmons Integrate mainline.
2000-11-25 Nick Ing-Simmons All tests pass on Win32/gcc/USE_PERLIO.
2000-11-25 Jens Hamisch Undo the SOCKS workarounds, instead start using PerlIO
2000-11-24 Nick Ing-Simmons Re-arrange crlf vs binary for platforms that care.
2000-11-23 Nick Ing-Simmons Win32/perlio Now just fails one io/argv.t test - lack
2000-11-23 Nick Ing-Simmons Win32 passes all but t/lib/peek.t with perlio and home...
2000-11-23 Nick Ing-Simmons Implement PerlIO_binmode()
2000-11-23 Nick Ing-Simmons Implement crlf layer - not ready for merge.
2000-11-22 Nick Ing-Simmons Win32 PerlIO intermediate state now working as expected.
2000-11-21 Jarkko Hietaniemi Integrate perlio:
2000-11-21 Nick Ing-Simmons Win32 builds and runs (mostly) with USE_PERLIO.
2000-11-21 Dominic Dunlop Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4...
2000-11-20 Nick Ing-Simmons Make extra buffer layer work (dummy crlf layer)
2000-11-19 Nick Ing-Simmons Add dummy crlf layer (just as buffer)
2000-11-19 Nick Ing-Simmons Special case :crlf and :raw in dummy PerlIO_apply_layers
2000-11-18 Jarkko Hietaniemi Compiler denit.
2000-11-18 Nick Ing-Simmons Lexical use open ... support:
2000-11-18 Nick Ing-Simmons Basic tweaks to do_open() type parsing to allow layer...
2000-11-17 Nick Ing-Simmons Experiment on use of attributes.pm interface.
2000-11-16 Nick Ing-Simmons Minor tweaks:
2000-11-14 Jarkko Hietaniemi Integrate perlio:
2000-11-14 Nick Ing-Simmons PerlIO #include and #ifdef re-work.
2000-11-14 Jarkko Hietaniemi Redo #7679 with LFs instead of CRLFs.
2000-11-14 Benjamin Stuhl Get PerlIO building on Win32
2000-11-13 Jarkko Hietaniemi Make PerlIO_getpos() to behave like fgetpos() on return.
2000-11-13 Jarkko Hietaniemi fputs() does return EOF on error but here we don't...
2000-11-13 Nicholas Clark [ID 20001112.008] perlio.c's PerlIO_getpos ingores...
2000-11-12 Nick Ing-Simmons Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
2000-11-11 Dominic Dunlop More descriptive error for unknown perlio layers.
2000-11-11 Jarkko Hietaniemi Use sysconf() or getpagesize() to find out the pagesize.
2000-11-11 Nick Ing-Simmons Fixup mmap layer by doing mmap() calls on pagesize...
2000-11-10 Nick Ing-Simmons Re-instate stdio large file support via perlio.
2000-11-08 Robin Barker int/ptr casts in perlio.c
2000-11-06 Jarkko Hietaniemi Re-introduce 7552 lost in integration.
2000-11-06 Nick Ing-Simmons Remove debug. Try (Mmap_t) on madvise() call.
2000-11-05 Jarkko Hietaniemi Fake __FUNCTION__ for non-gcc builds, cast madvise()
2000-11-05 Jarkko Hietaniemi Integrate perlio:
next