summaryrefslogtreecommitdiff
path: root/doio.c
Commit message (Expand)AuthorAgeFilesLines
* cygwin updateFifer, Eric1999-08-011-1/+1
* 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
* Atari MiNT port by Guido Flohr <gufl0000@stud.uni-sb.de>Jarkko Hietaniemi1999-01-131-1/+1
* To: perl5-porters@perl.comMark-Jason Dominus1998-12-211-1/+1
* integrate changes#2273,2274,2288,2291 from maint-5.004Gurusamy Sarathy1998-11-301-2/+6
* another threads reliability fix: serialize writes to thr->threadsvGurusamy Sarathy1998-11-291-13/+17
* remaining PL_foo stragglersGurusamy Sarathy1998-10-301-2/+2
* #2133 fallout.Jarkko Hietaniemi1998-10-301-1/+3
* phase 1 of somewhat major rearrangement of PERL_OBJECT stuffGurusamy Sarathy1998-10-301-4/+4
* use Off_t to permit 64-bit seek()Scott Henry1998-10-021-2/+2
* big Configure update from Jarkko: sync metaconfig units; d_statblks fixGurusamy Sarathy1998-09-251-3/+8
* add missing dTHR; notes for test failures due to small stacksizeGurusamy Sarathy1998-08-091-11/+29
* lexical warnings; tweaks to places that didn't apply correctlyPaul Marquess1998-08-091-24/+27
* support OE/MVSJarkko Hietaniemi1998-08-021-7/+22
* Fix inplace editing for VMSHans Mulder1998-07-221-0/+5
* PL_ scheme Builds under Minw32 - some SEGFAULT snagsNick Ing-Simmons1998-07-181-16/+16
* PL_ stuff for threadsNick Ing-Simmons1998-07-181-3/+3
* PL_ prefix to all perlvars, part1Nick Ing-Simmons1998-07-181-127/+127
* make -i'*suffix' work tooGurusamy Sarathy1998-07-081-0/+2
* added patch for -i'foo*bar', made code somewhat simpler, tweaked docColin Kuskie1998-07-081-5/+13
* fix memory leaks and uninitialized memory accesses found by PurifyGurusamy Sarathy1998-06-181-1/+1