summaryrefslogtreecommitdiff
path: root/doio.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* slurp mode fix in change#2910 wasn't quite right (spotted by HansGurusamy Sarathy1999-12-291-0/+1
* partly fix perldiag regressions identified by Tom ChristiansenGurusamy Sarathy1999-12-281-3/+3
* make uninitialized value warnings report opcodeGurusamy Sarathy1999-12-041-1/+1
* integrate cfgperl contents into mainlineGurusamy Sarathy1999-12-011-1/+1
|\
| * VMS patches from Peter Prymmer.Jarkko Hietaniemi1999-11-211-1/+1
* | minor USE_ITHREADS tweaksGurusamy Sarathy1999-12-011-2/+2
|/
* Integrate with Sarathy.Jarkko Hietaniemi1999-11-111-4/+9
|\
| * preliminary support for GVOP indirection via padGurusamy Sarathy1999-11-081-2/+2
| * tweak change#4502Gurusamy Sarathy1999-11-081-2/+7
* | Integrate with Sarathy.Jarkko Hietaniemi1999-11-041-2/+17
|\ \ | |/
| * make nested ARGV/$^I loops work correctly; fixes several bugsGurusamy Sarathy1999-10-311-2/+17
* | Initial integration of the MacPerl changes form Matthias.Jarkko Hietaniemi1999-11-021-1/+10
|/
* usurp GVOP slot for new PADOP (one small step to making optreeGurusamy Sarathy1999-10-291-2/+2
* warnings and const violations identified by compiling in C++ modeGurusamy Sarathy1999-10-261-1/+1
* integrate cfgperl contents into mainlineGurusamy Sarathy1999-10-061-9/+2
|\
| * Untangle the IV_IS_QUAD jungle by introdudingJarkko Hietaniemi1999-10-021-9/+2
* | make die/warn and other diagnostics go to wherever STDERR happensGurusamy Sarathy1999-10-061-1/+1
|/
* Add usemorebits and uselfs.Jarkko Hietaniemi1999-09-201-1/+1
* The change #4176 should've undone only the test, not the code patch.Jarkko Hietaniemi1999-09-171-1/+10
* Take away the infamous io/dup.t #7.Jarkko Hietaniemi1999-09-171-10/+1