summaryrefslogtreecommitdiff
path: root/doio.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* A fix of sorts for the flush-before-dup scenario.Jarkko Hietaniemi1999-08-161-1/+10
* Augment filesize limit note.Jarkko Hietaniemi1999-08-141-1/+2
* Note about filesize limits.Jarkko Hietaniemi1999-08-141-0/+5
* Jumbo Configure and large file support update.Jarkko Hietaniemi1999-08-131-2/+2
* Flush buffer before duplicating file descriptor.Mark-Jason Dominus1999-08-111-1/+4
* Use Pid_t.Jarkko Hietaniemi1999-08-101-1/+1
* Use Mode_t.Jarkko Hietaniemi1999-08-101-8/+9
* Gratuitous uid and gid casts to I32s and ints removed.Jarkko Hietaniemi1999-08-101-4/+5
* Retract #3912, much too many compilation warningsJarkko Hietaniemi1999-08-031-3/+3
* (Retracted). See #3913.Sven Verdoolaege1999-08-031-3/+3
* Integrate with Sarathy. perl.h and util.c required manual resolving.Jarkko Hietaniemi1999-08-011-1/+1
* 64-bit work. Now 32-bit platforms get a 100% make testJarkko Hietaniemi1999-08-011-1/+8
* applied suggested patch; added missing prototype changes toIlya Zakharevich1999-07-271-33/+80
* ensure implicitly closed handles don't set $? or $!Gurusamy Sarathy1999-07-261-5/+10
* detypo, update ChangesGurusamy Sarathy1999-07-181-1/+2
* make system() return -1 and set $! if exec of child failedIlya Zakharevich1999-07-171-0/+12
* sundry cleanups for clean build on windowsGurusamy Sarathy1999-07-081-3/+12
* fixes for logical bugs in the lexwarn patch; other tweaks to avoidGurusamy Sarathy1999-07-081-5/+6
* lexical warnings update (warning.t fails one testPaul Marquess1999-07-071-11/+22
* better diagnostics on read operations from write-onlyGurusamy Sarathy1999-07-071-0/+9
* Optimize 2>&1 in commandsIlya Zakharevich1999-07-061-0/+14
* slightly tweaked version of suggested patchDan Sugalski1999-07-061-1/+1
* Hack SOCKS support some more plus a patch from Andy DoughertyJarkko Hietaniemi1999-07-051-1/+1
* Integrate with mainperl.Jarkko Hietaniemi1999-07-051-1/+1
|\
| * cygwin32 updateFifer, Eric1999-07-051-1/+1