summaryrefslogtreecommitdiff
path: root/perlio.c
Commit message (Expand)AuthorAgeFilesLines
* Integrate perlio:Jarkko Hietaniemi2000-12-111-48/+62
|\
| * 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
* | Integrate perlio:Jarkko Hietaniemi2000-12-091-1/+9
|\ \ | |/
| * Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.Nick Ing-Simmons2000-12-091-1/+9
* | Integrate perlio:Jarkko Hietaniemi2000-12-081-27/+50
|\ \ | |/
| * Change PerlIO_(get|set)pos to take SV *Nick Ing-Simmons2000-12-071-27/+50
* | Integrate perlio:Jarkko Hietaniemi2000-12-071-0/+2
|\ \ | |/
| * Various attempts at MSVC debug - not sure what hasNick Ing-Simmons2000-12-071-0/+2
* | Integrate perlio:Jarkko Hietaniemi2000-12-051-6/+0
|\ \ | |/ |/|
| * Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIONick Ing-Simmons2000-12-051-6/+0
* | 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
* Implement crlf layer - not ready for merge.Nick Ing-Simmons2000-11-231-25/+229
* Win32 PerlIO intermediate state now working as expected.Nick Ing-Simmons2000-11-221-7/+15
* Integrate perlio:Jarkko Hietaniemi2000-11-211-14/+91
|\
| * Win32 builds and runs (mostly) with USE_PERLIO.Nick Ing-Simmons2000-11-211-1/+17
| * Make extra buffer layer work (dummy crlf layer)Nick Ing-Simmons2000-11-201-13/+74
* | Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]Dominic Dunlop2000-11-211-0/+6
|/
* Add dummy crlf layer (just as buffer)Nick Ing-Simmons2000-11-191-1/+36
* Special case :crlf and :raw in dummy PerlIO_apply_layersNick Ing-Simmons2000-11-191-0/+4
* Compiler denit.Jarkko Hietaniemi2000-11-181-0/+2
* Lexical use open ... support:Nick Ing-Simmons2000-11-181-4/+54
* Basic tweaks to do_open() type parsing to allow layer/disciplineNick Ing-Simmons2000-11-181-30/+36
* Experiment on use of attributes.pm interface.Nick Ing-Simmons2000-11-171-7/+92
* Minor tweaks:Nick Ing-Simmons2000-11-161-2/+2
* Integrate perlio:Jarkko Hietaniemi2000-11-141-176/+75
|\
| * PerlIO #include and #ifdef re-work.Nick Ing-Simmons2000-11-141-176/+75
* | Redo #7679 with LFs instead of CRLFs.Jarkko Hietaniemi2000-11-141-14/+14
* | Get PerlIO building on Win32Benjamin Stuhl2000-11-141-14/+14
|/
* Make PerlIO_getpos() to behave like fgetpos() on return.Jarkko Hietaniemi2000-11-131-1/+1
* fputs() does return EOF on error but here we don't care.Jarkko Hietaniemi2000-11-131-1/+2
* [ID 20001112.008] perlio.c's PerlIO_getpos ingores error returnNicholas Clark2000-11-131-1/+1