summaryrefslogtreecommitdiff
path: root/doio.c
Commit message (Expand)AuthorAgeFilesLines
...
* Integrate mainline.Nick Ing-Simmons2000-11-251-161/+2
|\
| * Undo the SOCKS workarounds, instead start using PerlIOJens Hamisch2000-11-251-174/+0
| * Integrate perlio:Jarkko Hietaniemi2000-11-241-59/+53
| |\
| * | SOCKS wrestling continues, patches from Jens Hamisch.Jarkko Hietaniemi2000-11-231-18/+17
| * | Finish unfinished SOCKS workaround changes.Jarkko Hietaniemi2000-11-231-19/+9
* | | Re-arrange crlf vs binary for platforms that care.Nick Ing-Simmons2000-11-241-5/+6
| |/ |/|
* | Win32/perlio Now just fails one io/argv.t test - lack Nick Ing-Simmons2000-11-231-1/+1
* | Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.Nick Ing-Simmons2000-11-231-1/+1
* | Implement PerlIO_binmode()Nick Ing-Simmons2000-11-231-43/+12
|/
* More SOCKS versus 64-bit patches from Jens Hamisch.Jarkko Hietaniemi2000-11-221-5/+8
* Go ahead and #include <unistd.h> in perl.h.Jarkko Hietaniemi2000-11-221-5/+0
* Integrate perlio:Jarkko Hietaniemi2000-11-211-7/+6
|\
| * Integrate mainlineNick Ing-Simmons2000-11-201-0/+156
| |\
| * | Make extra buffer layer work (dummy crlf layer)Nick Ing-Simmons2000-11-201-7/+6
* | | Export the SOCKS workaround symbols only if necessary.Jarkko Hietaniemi2000-11-211-3/+5
| |/ |/|
* | Add a workaround to SOCKS 64-bit problems.Jarkko Hietaniemi2000-11-201-0/+156
|/
* Lexical use open ... support:Nick Ing-Simmons2000-11-181-0/+27
* Basic tweaks to do_open() type parsing to allow layer/disciplineNick Ing-Simmons2000-11-181-49/+66
* Minor tweaks:Nick Ing-Simmons2000-11-161-31/+21
* Hoist the duplicated socket/netdb include logic to perl.h;Jens Hamisch2000-11-141-23/+0
* SOCKS function redefinitions need prototypes, too, otherwiseJens Hamisch2000-10-201-0/+8
* PATCH do_print has 2 PerlIO_error()sNicholas Clark2000-10-191-1/+1
* Disable the UTF8 downgrade croakage for now to avoidJarkko Hietaniemi2000-10-181-0/+2
* On output try to downgrade to bytes, croak if impossible,Jarkko Hietaniemi2000-10-171-0/+3
* Workaround for a sfio bug where the stream error indicatorNicholas Clark2000-10-171-1/+7
* More IoTYPE sprinkling.Jarkko Hietaniemi2000-10-171-11/+12
* Code around the stat-on-a-pipe-returns-a-mode-of-zero bugJarkko Hietaniemi2000-10-041-2/+13
* Have symbols for the IoTYPEs.Jarkko Hietaniemi2000-08-061-25/+25
* Continue fixing the io warnings. This alsoJarkko Hietaniemi2000-08-061-23/+30
* In the warnings call filehandles consistently so;Jarkko Hietaniemi2000-08-041-6/+6
* The name of a filehandle does not have <these>.Jarkko Hietaniemi2000-08-021-2/+2
* Remove the extraneous "main::" prefix from all theGurusamy Sarathy2000-08-021-1/+1
* integrate cfgperl changes#6325..6373 into mainlineGurusamy Sarathy2000-07-111-0/+3
* integrate cfgperl changes#6293..6324 into mainlineGurusamy Sarathy2000-07-111-2/+2
* integrate cfgperl change#6217 into mainlineGurusamy Sarathy2000-07-111-2/+2
* integrate cfgperl changes#6207..6210 into mainlineGurusamy Sarathy2000-07-111-0/+2
* Taint msgrcv() messages; general SysV IPC cleanup.Jarkko Hietaniemi2000-03-191-0/+4
* Taint shmread().Jarkko Hietaniemi2000-03-191-0/+4
* tweaks for lynxos build (from Ed Mooring <mooring@lynx.com>)Gurusamy Sarathy2000-03-111-1/+8
* support binmode(F,":crlf") and use open IN => ":raw", OUT => ":crlf"Gurusamy Sarathy2000-03-091-31/+155
* avoid looking up stale PL_statbuf (spotted by Charles LaneGurusamy Sarathy2000-03-041-2/+6
* avoid warnings from shmread() when given undefined variableGurusamy Sarathy2000-03-041-0/+3
* Configure nits; add socksizetype; add getfsstat for completeness;Jarkko Hietaniemi2000-02-251-14/+0
* Add socklen_t probe; Configure maintenance.Jarkko Hietaniemi2000-02-221-4/+9
* some rearrangement of the includes for easier "microperl" build;Gurusamy Sarathy2000-02-191-6/+0
* set SvUTF8 on vectors only if there are chars > 127; update copyrightGurusamy Sarathy2000-02-061-1/+1
* use builtin __CYGWIN__ rather than -DCYGWIN (from Eric FiferGurusamy Sarathy2000-02-061-1/+1
* system('VAR123=foo cmd') wasn't invoking shell (de-locale-ized patchGurusamy Sarathy2000-01-231-1/+1
* add patch for printf-style format typechecks (from Robin BarkerGurusamy Sarathy2000-01-221-1/+1
* severe bugs in change#3786 fixedGurusamy Sarathy2000-01-051-20/+23