summaryrefslogtreecommitdiff
path: root/doio.c
Commit message (Expand)AuthorAgeFilesLines
* add my_[l]stat_flags(); make my_[l]stat() mathomsDavid Mitchell2010-07-031-4/+4
* RT #75812: apply get magic before checking flags, PVXTony Cook2010-06-251-3/+6
* Move PERL_ASYNC_CHECK() from POPBLOCK() to the kill case of Perl_apply().Nicholas Clark2010-04-181-0/+2
* [perl #73626] get magic wasn't called on 3rd arg of openDavid Mitchell2010-03-211-1/+2
* CYG23-544-statReini Urban2010-01-141-0/+4
* [perl #70802] -i'*' refuses to workTony Cook2009-12-031-1/+1
* Add Perl_ck_warner_d(), which combines Perl_ckwarn_d() and Perl_warner().Nicholas Clark2009-10-121-27/+19
* Fix compiler warning in doio.cJerry D. Hedden2009-07-091-4/+7
* Make kill() fatal for non-numeric pidsDavid Golden2009-07-091-0/+6
* Add test to make sure everything that outputs an exception or warning has a m...James Mastros2009-06-271-0/+11
* Remove all the 5005threads specific mutex macros, which are now vestigial.Nicholas Clark2009-05-211-2/+0
* Remove all #ifdef MACOS_TRADITIONAL code in core and non-dual-life XS code.Nicholas Clark2009-04-271-12/+1
* Fix perl #63924: shmget limited to 32 bit segment size on 64 bit OSMarcus Holland-Moritz2009-03-241-3/+3
* Fix change 35082 by manually expanding do_open() to Perl_do_openn().Nicholas Clark2008-12-141-5/+5
* Re: [perl #60904] Race condition with perl -i.bkChip Salzenberg2008-12-131-9/+6
* standardize save/restore of errno & vaxc$errnoChip Salzenberg2008-12-051-5/+5
* Just s/Perl_/S_/ isn't good enough - you also need to add the C<static>Nicholas Clark2008-11-261-1/+1
* ingroup() is only used in doio.c.Nicholas Clark2008-11-261-1/+1
* PATCH: Large omnibus patch to clean up the JRRT quotesTom Christiansen2008-11-021-4/+6
* Add MUTABLE_GV(), and eliminate (V *) casts in *.c.Nicholas Clark2008-10-311-10/+10
* Add MUTABLE_IO(), and eliminate (IO *) casts in *.c.Nicholas Clark2008-10-291-1/+1
* Use pvs macros instead of pvn where possible.Marcus Holland-Moritz2008-10-291-5/+5
* Update copyright years.Nicholas Clark2008-10-251-2/+2
* Some more missing isGV_with_GP()sBen Morrow2008-06-281-10/+10
* Double magic/warnings with binmode $fh, undefVincent Pit2008-04-301-4/+2
* doio.c:Perl_my_lstat:/* XXX Do really need to be calling SvPV() all these tim...Vincent Pit2008-02-141-4/+5
* assert() that every NN argument is not NULL. Otherwise we have theNicholas Clark2008-02-121-1/+37
* Extend newSVpvn_flags() to also call sv_2mortal() if SVs_TEMP is set inNicholas Clark2008-01-031-4/+4
* make miniperl -Wwrite-strings cleanRobin Barker2007-12-201-6/+6
* Silence unused argument warnings when HAS_MSG isn't definedRafael Garcia-Suarez2007-11-291-0/+4
* In Perl_do_openn() we know the length of oname, so use it when creatingNicholas Clark2007-10-201-1/+1
* Given that the buffer for mode in Perl_do_openn() has been initialisedNicholas Clark2007-10-161-10/+10
* Remove some strlen()s and replace one strlcpy() with memcpy() becauseNicholas Clark2007-10-121-1/+1
* One const too much. (Unfortunately, the Copy macro castsMarcus Holland-Moritz2007-10-031-1/+1
* Patches to compile perl on Cray XT4 Catamount/Qk, by JarkkoRafael Garcia-Suarez2007-06-171-1/+1
* Add Perl_my_dirfd() to util.cSteve Peters2007-05-011-11/+1
* Where possible, use SvIV instead of SvIVX, SvNV instead of SvNVX,Nicholas Clark2007-04-211-11/+11
* Silence a couple of warnings caused by change #30672.Steve Peters2007-03-211-2/+3
* There's no need to special case SVt_NULL in the print code, as it'sNicholas Clark2007-02-141-33/+24
* Add av_create_and_push() and av_create_and_unshift_one() to refactorNicholas Clark2007-01-291-3/+2
* Update copyright years in .c filesRafael Garcia-Suarez2007-01-051-1/+1
* 4th patch from: Marcus Holland-Moritz2007-01-041-3/+3
* The first three patches from:Marcus Holland-Moritz2007-01-041-2/+2
* Revert change #29098 (that introduced a new warning,Rafael Garcia-Suarez2006-11-241-5/+0
* New UTF-8 warning : Variable length character upgraded in print.SADAHIRO Tomoyuki2006-10-241-0/+5
* compiler warning noreturnRobin Barker2006-10-131-1/+6
* fix bad free in do_exec3()Dave Mitchell2006-10-091-4/+6
* Re: Change 28877: [PATCH] deal with some gcc warningsJarkko Hietaniemi2006-09-251-2/+0
* deal with some gcc warningsJarkko Hietaniemi2006-09-211-0/+2
* Fix one genuine unitialised code path spotted by gcc, and a signed/Nicholas Clark2006-09-171-1/+3