summaryrefslogtreecommitdiff
path: root/doio.c
Commit message (Expand)AuthorAgeFilesLines
* Fix perl #63924: shmget limited to 32 bit segment size on 64 bit OSMarcus Holland-Moritz2009-04-181-3/+3
* Add MUTABLE_GV(), and eliminate (V *) casts in *.c.Nicholas Clark2009-03-291-10/+10
* Add MUTABLE_IO(), and eliminate (IO *) casts in *.c.Nicholas Clark2009-03-291-1/+1
* doio.c:Perl_my_lstat:/* XXX Do really need to be calling SvPV() all these tim...Vincent Pit2009-03-251-4/+5
* assert() that every NN argument is not NULL. Otherwise we have theNicholas Clark2009-03-191-1/+37
* make miniperl -Wwrite-strings cleanRobin Barker2009-03-051-6/+6
* Fix change 35082 by manually expanding do_open() to Perl_do_openn().Nicholas Clark2009-02-141-5/+5
* Re: [perl #60904] Race condition with perl -i.bkChip Salzenberg2009-02-141-9/+6
* standardize save/restore of errno & vaxc$errnoChip Salzenberg2009-02-141-5/+5
* PATCH: Large omnibus patch to clean up the JRRT quotesTom Christiansen2009-01-051-4/+6
* Use pvs macros instead of pvn where possible.Marcus Holland-Moritz2009-01-041-5/+5
* Integrate:Nicholas Clark2008-10-261-2/+2
* Integrate:Ben Morrow2008-09-041-10/+10
* Integrate:Nicholas Clark2008-01-301-4/+4
* 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
* doio.c: vararg NULLs must be cast rightJarkko Hietaniemi2006-08-101-2/+2
* Change stat() and -X filetests so that they treat *FILE{IO} Steve Peters2006-07-281-0/+5
* Clear up most of the VC6 compiler warnings in the following smoke:Steve Hay2006-07-271-0/+1
* Restoring change #28523 accidentilly reverted with change #28528.Steve Peters2006-07-101-1/+1
* Convert some low hanging fruit to my_strlcpy/my_strlcat.Steve Peters2006-07-101-4/+3
* Change existing uses of strlcpy()/strlcat() to use new my_strlcpy()/Steve Peters2006-07-101-56/+13
* Fix a signed/unsigned warningRafael Garcia-Suarez2006-07-101-1/+1
* fix type mismatch warning caused by return statement lurking in DIE macroCraig A. Berry2006-07-041-1/+1
* Allow stat() and -X file tests work on dirhandles.Steve Peters2006-07-031-15/+24
* Add error checks after execing PL_cshname or PL_sh_pathJan Dubois2006-06-091-17/+17
* more accumulated cleanupsAndy Lester2006-06-061-14/+9
* strlcat aaarghJarkko Hietaniemi2006-05-191-12/+12
* clean up loops in doio.c and dump.cAndy Lester2006-05-031-10/+23
* It should never be possible for SvGMAGICAL() to be true on SVt_IV.Nicholas Clark2006-04-291-1/+1
* print couldn't correctly handle surprises from UTF-8 overloading.Nicholas Clark2006-04-291-10/+27