| Commit message (Expand) | Author | Age | Files | Lines |
* | In Perl_do_openn() we know the length of oname, so use it when creating | Nicholas Clark | 2007-10-20 | 1 | -1/+1 |
* | Given that the buffer for mode in Perl_do_openn() has been initialised | Nicholas Clark | 2007-10-16 | 1 | -10/+10 |
* | Remove some strlen()s and replace one strlcpy() with memcpy() because | Nicholas Clark | 2007-10-12 | 1 | -1/+1 |
* | One const too much. (Unfortunately, the Copy macro casts | Marcus Holland-Moritz | 2007-10-03 | 1 | -1/+1 |
* | Patches to compile perl on Cray XT4 Catamount/Qk, by Jarkko | Rafael Garcia-Suarez | 2007-06-17 | 1 | -1/+1 |
* | Add Perl_my_dirfd() to util.c | Steve Peters | 2007-05-01 | 1 | -11/+1 |
* | Where possible, use SvIV instead of SvIVX, SvNV instead of SvNVX, | Nicholas Clark | 2007-04-21 | 1 | -11/+11 |
* | Silence a couple of warnings caused by change #30672. | Steve Peters | 2007-03-21 | 1 | -2/+3 |
* | There's no need to special case SVt_NULL in the print code, as it's | Nicholas Clark | 2007-02-14 | 1 | -33/+24 |
* | Add av_create_and_push() and av_create_and_unshift_one() to refactor | Nicholas Clark | 2007-01-29 | 1 | -3/+2 |
* | Update copyright years in .c files | Rafael Garcia-Suarez | 2007-01-05 | 1 | -1/+1 |
* | 4th patch from: | Marcus Holland-Moritz | 2007-01-04 | 1 | -3/+3 |
* | The first three patches from: | Marcus Holland-Moritz | 2007-01-04 | 1 | -2/+2 |
* | Revert change #29098 (that introduced a new warning, | Rafael Garcia-Suarez | 2006-11-24 | 1 | -5/+0 |
* | New UTF-8 warning : Variable length character upgraded in print. | SADAHIRO Tomoyuki | 2006-10-24 | 1 | -0/+5 |
* | compiler warning noreturn | Robin Barker | 2006-10-13 | 1 | -1/+6 |
* | fix bad free in do_exec3() | Dave Mitchell | 2006-10-09 | 1 | -4/+6 |
* | Re: Change 28877: [PATCH] deal with some gcc warnings | Jarkko Hietaniemi | 2006-09-25 | 1 | -2/+0 |
* | deal with some gcc warnings | Jarkko Hietaniemi | 2006-09-21 | 1 | -0/+2 |
* | Fix one genuine unitialised code path spotted by gcc, and a signed/ | Nicholas Clark | 2006-09-17 | 1 | -1/+3 |
* | doio.c: vararg NULLs must be cast right | Jarkko Hietaniemi | 2006-08-10 | 1 | -2/+2 |
* | Change stat() and -X filetests so that they treat *FILE{IO} | Steve Peters | 2006-07-28 | 1 | -0/+5 |
* | Clear up most of the VC6 compiler warnings in the following smoke: | Steve Hay | 2006-07-27 | 1 | -0/+1 |
* | Restoring change #28523 accidentilly reverted with change #28528. | Steve Peters | 2006-07-10 | 1 | -1/+1 |
* | Convert some low hanging fruit to my_strlcpy/my_strlcat. | Steve Peters | 2006-07-10 | 1 | -4/+3 |
* | Change existing uses of strlcpy()/strlcat() to use new my_strlcpy()/ | Steve Peters | 2006-07-10 | 1 | -56/+13 |
* | Fix a signed/unsigned warning | Rafael Garcia-Suarez | 2006-07-10 | 1 | -1/+1 |
* | fix type mismatch warning caused by return statement lurking in DIE macro | Craig A. Berry | 2006-07-04 | 1 | -1/+1 |
* | Allow stat() and -X file tests work on dirhandles. | Steve Peters | 2006-07-03 | 1 | -15/+24 |
* | Add error checks after execing PL_cshname or PL_sh_path | Jan Dubois | 2006-06-09 | 1 | -17/+17 |
* | more accumulated cleanups | Andy Lester | 2006-06-06 | 1 | -14/+9 |
* | strlcat aaargh | Jarkko Hietaniemi | 2006-05-19 | 1 | -12/+12 |
* | clean up loops in doio.c and dump.c | Andy Lester | 2006-05-03 | 1 | -10/+23 |
* | It should never be possible for SvGMAGICAL() to be true on SVt_IV. | Nicholas Clark | 2006-04-29 | 1 | -1/+1 |
* | print couldn't correctly handle surprises from UTF-8 overloading. | Nicholas Clark | 2006-04-29 | 1 | -10/+27 |
* | reduce gcc -ansi -pedantic noise plus a suggestion | Jarkko Hietaniemi | 2006-04-28 | 1 | -1/+3 |
* | Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2 | Marcus Holland-Moritz | 2006-04-26 | 1 | -2/+2 |
* | [perl #38709] Opening '|-' triggers unjustified taint check | Martin Hasch | 2006-04-24 | 1 | -1/+1 |
* | Random accumulated patches | Andy Lester | 2006-03-31 | 1 | -1/+1 |
* | Re: threads and VMS | John E. Malmberg | 2006-03-05 | 1 | -1/+1 |
* | Speedups and shrinkages of SvREFCNT_inc | Andy Lester | 2006-02-27 | 1 | -1/+1 |
* | patch@27236 vms glob/readdir/chdir EFS/long filename support | John E. Malmberg | 2006-02-20 | 1 | -83/+8 |
* | More NullXXX macro removal from Andy Lester | Rafael Garcia-Suarez | 2006-02-20 | 1 | -14/+14 |
* | Handle unused args | Andy Lester | 2006-02-08 | 1 | -1/+2 |
* | Re: [PATCH] s/Null(gv|hv|sv)/NULL/g | Steven Schubiger | 2006-02-03 | 1 | -3/+3 |
* | Re: [PATCH] s/Null(av|ch)/NULL/g | Steven Schubiger | 2006-02-02 | 1 | -6/+6 |
* | gv_fetchpvn_flags ranks highly in the profile, and the ::/' scanning | Nicholas Clark | 2006-02-02 | 1 | -3/+4 |
* | Yet more instances of gv_fetchpv... that should be GV_ADD rather than | Nicholas Clark | 2006-02-02 | 1 | -3/+3 |
* | Make Perl_gv_fetchpvn_flags actually heed the passed in length. | Nicholas Clark | 2006-01-31 | 1 | -1/+1 |
* | Call gv_fetchpvn_flags where we already know the length. | Nicholas Clark | 2006-01-28 | 1 | -1/+2 |