summaryrefslogtreecommitdiff
path: root/doio.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* reduce gcc -ansi -pedantic noise plus a suggestionJarkko Hietaniemi2006-04-281-1/+3
* Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2Marcus Holland-Moritz2006-04-261-2/+2
* [perl #38709] Opening '|-' triggers unjustified taint check Martin Hasch2006-04-241-1/+1
* Random accumulated patchesAndy Lester2006-03-311-1/+1
* Re: threads and VMSJohn E. Malmberg2006-03-051-1/+1
* Speedups and shrinkages of SvREFCNT_incAndy Lester2006-02-271-1/+1
* patch@27236 vms glob/readdir/chdir EFS/long filename supportJohn E. Malmberg2006-02-201-83/+8
* More NullXXX macro removal from Andy LesterRafael Garcia-Suarez2006-02-201-14/+14
* Handle unused argsAndy Lester2006-02-081-1/+2
* Re: [PATCH] s/Null(gv|hv|sv)/NULL/gSteven Schubiger2006-02-031-3/+3
* Re: [PATCH] s/Null(av|ch)/NULL/gSteven Schubiger2006-02-021-6/+6
* gv_fetchpvn_flags ranks highly in the profile, and the ::/' scanningNicholas Clark2006-02-021-3/+4
* Yet more instances of gv_fetchpv... that should be GV_ADD rather thanNicholas Clark2006-02-021-3/+3