| Commit message (Expand) | Author | Age | Files | Lines |
* | Don’t use PL_op without checking it first. | Father Chrysostomos | 2010-09-20 | 1 | -1/+3 |
* | Fix "Wide character in warn" warning | Father Chrysostomos | 2010-09-16 | 1 | -1/+1 |
* | add my_[l]stat_flags(); make my_[l]stat() mathoms | David Mitchell | 2010-07-03 | 1 | -4/+4 |
* | RT #75812: apply get magic before checking flags, PVX | Tony Cook | 2010-06-25 | 1 | -3/+6 |
* | Move PERL_ASYNC_CHECK() from POPBLOCK() to the kill case of Perl_apply(). | Nicholas Clark | 2010-04-18 | 1 | -0/+2 |
* | [perl #73626] get magic wasn't called on 3rd arg of open | David Mitchell | 2010-03-21 | 1 | -1/+2 |
* | CYG23-544-stat | Reini Urban | 2010-01-14 | 1 | -0/+4 |
* | [perl #70802] -i'*' refuses to work | Tony Cook | 2009-12-03 | 1 | -1/+1 |
* | Add Perl_ck_warner_d(), which combines Perl_ckwarn_d() and Perl_warner(). | Nicholas Clark | 2009-10-12 | 1 | -27/+19 |
* | Fix compiler warning in doio.c | Jerry D. Hedden | 2009-07-09 | 1 | -4/+7 |
* | Make kill() fatal for non-numeric pids | David Golden | 2009-07-09 | 1 | -0/+6 |
* | Add test to make sure everything that outputs an exception or warning has a m... | James Mastros | 2009-06-27 | 1 | -0/+11 |
* | Remove all the 5005threads specific mutex macros, which are now vestigial. | Nicholas Clark | 2009-05-21 | 1 | -2/+0 |
* | Remove all #ifdef MACOS_TRADITIONAL code in core and non-dual-life XS code. | Nicholas Clark | 2009-04-27 | 1 | -12/+1 |
* | Fix perl #63924: shmget limited to 32 bit segment size on 64 bit OS | Marcus Holland-Moritz | 2009-03-24 | 1 | -3/+3 |
* | Fix change 35082 by manually expanding do_open() to Perl_do_openn(). | Nicholas Clark | 2008-12-14 | 1 | -5/+5 |
* | Re: [perl #60904] Race condition with perl -i.bk | Chip Salzenberg | 2008-12-13 | 1 | -9/+6 |
* | standardize save/restore of errno & vaxc$errno | Chip Salzenberg | 2008-12-05 | 1 | -5/+5 |
* | Just s/Perl_/S_/ isn't good enough - you also need to add the C<static> | Nicholas Clark | 2008-11-26 | 1 | -1/+1 |
* | ingroup() is only used in doio.c. | Nicholas Clark | 2008-11-26 | 1 | -1/+1 |
* | PATCH: Large omnibus patch to clean up the JRRT quotes | Tom Christiansen | 2008-11-02 | 1 | -4/+6 |
* | Add MUTABLE_GV(), and eliminate (V *) casts in *.c. | Nicholas Clark | 2008-10-31 | 1 | -10/+10 |
* | Add MUTABLE_IO(), and eliminate (IO *) casts in *.c. | Nicholas Clark | 2008-10-29 | 1 | -1/+1 |
* | Use pvs macros instead of pvn where possible. | Marcus Holland-Moritz | 2008-10-29 | 1 | -5/+5 |
* | Update copyright years. | Nicholas Clark | 2008-10-25 | 1 | -2/+2 |
* | Some more missing isGV_with_GP()s | Ben Morrow | 2008-06-28 | 1 | -10/+10 |
* | Double magic/warnings with binmode $fh, undef | Vincent Pit | 2008-04-30 | 1 | -4/+2 |
* | doio.c:Perl_my_lstat:/* XXX Do really need to be calling SvPV() all these tim... | Vincent Pit | 2008-02-14 | 1 | -4/+5 |
* | assert() that every NN argument is not NULL. Otherwise we have the | Nicholas Clark | 2008-02-12 | 1 | -1/+37 |
* | Extend newSVpvn_flags() to also call sv_2mortal() if SVs_TEMP is set in | Nicholas Clark | 2008-01-03 | 1 | -4/+4 |
* | make miniperl -Wwrite-strings clean | Robin Barker | 2007-12-20 | 1 | -6/+6 |
* | Silence unused argument warnings when HAS_MSG isn't defined | Rafael Garcia-Suarez | 2007-11-29 | 1 | -0/+4 |
* | 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 |