summaryrefslogtreecommitdiff
path: root/doio.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make Perl_gv_fetchpvn_flags actually heed the passed in length.Nicholas Clark2006-01-311-1/+1
* Call gv_fetchpvn_flags where we already know the length.Nicholas Clark2006-01-281-1/+2
* Add gv_fetchpvs, which uses STR_WITH_LEN to call gv_fetchpvn_flags.Nicholas Clark2006-01-281-3/+3
* Change all NEWSV() to newSV() in the core and non-dual-lived modules.Steve Hay2006-01-181-1/+1
* Suppress "statement not reached" warning from the Sun C compiler.Gisle Aas2006-01-181-1/+2
* It's the Barbie bus patchAndy Lester2006-01-101-12/+10
* sprinkle dVARJarkko Hietaniemi2006-01-061-0/+20
* Update copyrights for files modified in 2006Rafael Garcia-Suarez2006-01-021-1/+1
* Making 0 pointers to NULLsAndy Lester2006-01-011-3/+3
* chg 26486 removes last use of NGROUPS, so remove the macro-defJim Cromie2005-12-261-3/+0
* Obviously, Perl_ingroup() is also using 256k of stack memory on Linux.Steve Peters2005-12-261-4/+12
* gv_fetchpv, gv_fetchpvn and gv_fetchsv take a bitmask of flags, ratherNicholas Clark2005-12-201-1/+1
* Move and const some definitions of variables used to save errno.Nicholas Clark2005-12-171-11/+11
* In Perl_apply, the name of the op can be found from PL_op_name, insteadNicholas Clark2005-12-151-8/+3
* More consting, and putting stuff in embed.fncAndy Lester2005-12-061-1/+1
* Const & local: Special Victims UnitAndy Lester2005-11-111-44/+32
* Eliminate some unnecessary strlen()sNicholas Clark2005-11-081-1/+1
* 3 calls to strlen() we can avoid.Nicholas Clark2005-11-081-3/+3
* s/Nick Clark/Nicholas Clark/Nicholas Clark2005-11-071-1/+1
* Symbian update blead@26025Jarkko Hietaniemi2005-11-071-2/+2
* Patch 3945 was a bit overkeen - the effective parameter to cando() andNicholas Clark2005-11-031-4/+5
* Move the conditonal compiles that report absence of kill and chownNicholas Clark2005-11-021-0/+13