summaryrefslogtreecommitdiff
path: root/doio.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Miscellaneus AIX fixes + SOCKS support.Jarkko Hietaniemi1999-07-041-1/+6
* | EPOC port to Psion5.Olaf Flebbe1999-06-271-1/+1
|/
* more complete support for implicit thread/interpreter pointer,Gurusamy Sarathy1999-06-091-37/+37
* initial stub implementation of implicit thread/thisGurusamy Sarathy1999-06-071-26/+27
* remove _() non-ansismGurusamy Sarathy1999-06-021-1/+1
* assorted tweaksGurusamy Sarathy1999-05-251-8/+0
* Self-consistent numeric conversion againIlya Zakharevich1999-05-101-1/+4
* Re: [PATCH 5.005_56] Make open(F,"command |") return correct err(no)Ilya Zakharevich1999-05-101-0/+12
* Croak if no known ways to semctl() (don't assume union semun).Jarkko Hietaniemi1999-04-131-0/+8
* Integrate from mainperl.Jarkko Hietaniemi1999-04-041-6/+0
|\
| * remove duplicate code and an extra branch in sv_setsv() andGurusamy Sarathy1999-04-031-6/+0
* | Fix up some _t nits (Pid_t, Gid_t, Uid_t, etc. instead of int).John Bley1999-04-031-2/+2
|/
* update copyright yearsGurusamy Sarathy1999-03-221-1/+1
* more "correct" utbuf for utime()Gurusamy Sarathy1999-02-241-6/+6
* Import Ultrix update, change #2864, Spider Boardman1999-02-151-3/+2
* fix silent taint failures under -UGurusamy Sarathy1999-01-171-5/+1
* sanity check piped opens (tweaked version of patch suggestedGurusamy Sarathy1999-01-171-0/+14