summaryrefslogtreecommitdiff
path: root/perlio.c
Commit message (Expand)AuthorAgeFilesLines
* Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")Nick Ing-Simmons2001-04-071-0/+2
* Allow someone to write PerlIO::Array, PerlIO::Code, ...Nick Ing-Simmons2001-03-291-21/+42
* PerlIO.pm / perlio.pm conflict.Nick Ing-Simmons2001-03-281-23/+1
* REFCNT botch in layer name cache hash.Nick Ing-Simmons2001-03-261-1/+1
* Implement flush of linebuffered streams on read of a tty.Nick Ing-Simmons2001-03-261-1/+22
* Add destruct time hook to PerlIO (for work-in-process implementingNick Ing-Simmons2001-03-251-18/+40
* PerlIO fixups for Win32:Nick Ing-Simmons2001-03-241-3/+4
* Implement:Nick Ing-Simmons2001-03-241-102/+170
* Perlio internals re-organized.Nick Ing-Simmons2001-03-231-118/+202
* Check in a stable (working) version before next round of tweaks.Nick Ing-Simmons2001-03-231-156/+179
* Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.Nick Ing-Simmons2001-03-231-47/+49
* Render -Duseperlio functional again.Nick Ing-Simmons2001-03-231-1/+9
* Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOU...Nick Ing-Simmons2001-03-221-196/+194
* perlio tweaks (reported by Nicholas Clark)Nick Ing-Simmons2001-03-221-3/+17
* Fix forBenjamin Sugars2001-03-211-1/+4
* [ID 20010303.009] SOCKS5 work around breaks other socketsNicholas Clark2001-03-041-2/+2
* perlio - unknown layerNicholas Clark2001-02-261-1/+3
* A missing dTHX from Vadim Konovalov.Jarkko Hietaniemi2001-02-261-0/+1
* Apply the spirit of patch from Nicholas Clark:Nicholas Clark2001-02-181-39/+55
* Fix [ID 20010217.002]Nick Ing-Simmons2001-02-181-25/+69
* Clean up a few core dumps when layers are used in unexpected ways.Nick Ing-Simmons2001-02-181-31/+86
* [ID 20010203.006] perlio.c is mis-reporting argumentNicholas Clark2001-02-041-0/+4
* Make "real" layers of ":utf8" and ":raw".Nick Ing-Simmons2001-01-211-15/+162
* "Safe" signals - trial implementation.Nick Ing-Simmons2001-01-171-0/+3
* FILE * in XS code for PerlIO world:Nick Ing-Simmons2001-01-061-2/+18
* Tweak perlio.c so that makedef.pl-exported perlsio_binmode()Nick Ing-Simmons2000-12-311-14/+14
* Finish 1st pass of "encoding" layer e.g. :Nick Ing-Simmons2000-12-111-18/+7
* Restore mmap function (broken by tweaks to shared bufferNick Ing-Simmons2000-12-111-6/+11
* Not merge worthy...Nick Ing-Simmons2000-12-101-31/+51
* Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.Nick Ing-Simmons2000-12-091-1/+9
* Change PerlIO_(get|set)pos to take SV *Nick Ing-Simmons2000-12-071-27/+50
* Various attempts at MSVC debug - not sure what hasNick Ing-Simmons2000-12-071-0/+2
* Integrate perlio:Jarkko Hietaniemi2000-12-051-28/+78
|\
| * PERL_IMPLICIT_SYS (almost) works - something odd with "signal"Nick Ing-Simmons2000-12-041-28/+78
* | [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINST...Yitzchak Scott-Thoennes2000-12-041-1/+9
|/
* PERL_IMPLICIT_SYS compiles but does not work.Nick Ing-Simmons2000-12-031-2/+31
* Make iperlsys.h vector stdio not PerlIO.Nick Ing-Simmons2000-12-031-36/+36
* Integrate mainlineNick Ing-Simmons2000-12-011-9/+9
|\
| * toke.c perlio.c -Wformat nitsRobin Barker2000-11-301-9/+9
* | Fix 'mmap' lib/filehand.t (ungetc) test fail.Nick Ing-Simmons2000-12-011-28/+176
|/
* Initial tidy of setmode() muddle (UNIX does not have, nor need it).Nick Ing-Simmons2000-11-281-25/+22
* setmode() is a DOSish-only thing.Jarkko Hietaniemi2000-11-281-1/+3
* __FUNCTION__ isn't portable and trying to emulate it leadsJarkko Hietaniemi2000-11-271-7/+7
* Integrate mainline.Nick Ing-Simmons2000-11-251-1/+5
|\
| * Undo the SOCKS workarounds, instead start using PerlIOJens Hamisch2000-11-251-1/+5
* | All tests pass on Win32/gcc/USE_PERLIO.Nick Ing-Simmons2000-11-251-5/+5
* | Re-arrange crlf vs binary for platforms that care.Nick Ing-Simmons2000-11-241-115/+232
|/
* Win32/perlio Now just fails one io/argv.t test - lack Nick Ing-Simmons2000-11-231-1/+0
* Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.Nick Ing-Simmons2000-11-231-3/+27
* Implement PerlIO_binmode()Nick Ing-Simmons2000-11-231-70/+172