summaryrefslogtreecommitdiff
path: root/doio.c
Commit message (Expand)AuthorAgeFilesLines
* update copyright yearGurusamy Sarathy2001-03-221-1/+1
* integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainlineGurusamy Sarathy2001-03-191-2/+2
* Integrate changes #7971(perlio),8982,9061,9062,9068,9069,Jarkko Hietaniemi2001-03-191-3/+3
* The #8982 modified for perl 5.6.x, from Radu Greab.Jarkko Hietaniemi2001-03-031-3/+6
* Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,Jarkko Hietaniemi2001-01-311-0/+9
* integrate changes#7984,7987,8010 from mainline (gets rid ofGurusamy Sarathy2001-01-301-41/+9
* integrate changes#7643,7646..7649,7651..7654,7658,7659,Gurusamy Sarathy2000-12-181-28/+0
* integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,Gurusamy Sarathy2000-12-181-13/+28
* integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,Gurusamy Sarathy2000-12-171-2/+13
* integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,Gurusamy Sarathy2000-11-271-48/+55
* integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375Gurusamy Sarathy2000-11-201-0/+3
* integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,Barrie Slaymaker2000-11-201-2/+2
* integrate change#6217 from cfgperl (in part)Gurusamy Sarathy2000-10-161-2/+2
* integrate changes#6207..6210 from cfgperlDan Sugalski2000-10-161-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
* Replace change #4100 withRobin Barker1999-09-131-1/+1
* Fix pointer casts.Robin Barker1999-09-071-1/+1