| Commit message (Expand) | Author | Age | Files | Lines |
* | Use HEKf | Father Chrysostomos | 2011-10-07 | 1 | -8/+12 |
* | whichsig nul-cleanup. | Brian Fraser | 2011-10-06 | 1 | -4/+7 |
* | doio.c: Make warnings UTF8- and nul-clean | Brian Fraser | 2011-10-06 | 1 | -8/+8 |
* | Only upgrade when necessary | Leon Timmermans | 2011-09-18 | 1 | -1/+1 |
* | Make -l always treat non-bareword arguments as file names | Father Chrysostomos | 2011-09-17 | 1 | -5/+0 |
* | Make stacked -l work | Father Chrysostomos | 2011-09-17 | 1 | -2/+4 |
* | [perl #93638] $ENV{LS_COLORS} causes miniperl glob failure | Father Chrysostomos | 2011-09-16 | 1 | -0/+1 |
* | Fix #98480 math when reading shared memory | Leon Timmermans | 2011-09-14 | 1 | -1/+2 |
* | Make utime handle get-magic correctly for glob(ref)s | Father Chrysostomos | 2011-09-10 | 1 | -8/+2 |
* | Make filetest ops handle get-magic correctly for glob(ref)s | Father Chrysostomos | 2011-09-10 | 1 | -6/+1 |
* | -l followed by bareword should leave the stack alone | Father Chrysostomos | 2011-09-10 | 1 | -1/+1 |
* | The Borland Chainsaw Massacre | Steve Hay | 2011-09-10 | 1 | -3/+0 |
* | ch(dir|mod|own) should also call FETCH on refs to tied globs | Father Chrysostomos | 2011-09-10 | 1 | -16/+2 |
* | ch(dir|mod|own) should not ignore get-magic on glob(ref)s | Father Chrysostomos | 2011-09-08 | 1 | -2/+4 |
* | Add check_utf8_print() | Karl Williamson | 2011-01-09 | 1 | -0/+6 |
* | Fix typos (spelling errors) in Perl sources. | Peter J. Acklam) (via RT | 2011-01-07 | 1 | -1/+1 |
* | GvIO(gv) returns NULL for a NULL gv, so refactor to take advantage of this. | Nicholas Clark | 2011-01-02 | 1 | -6/+6 |
* | As report_evil_fh() checks WARN_{CLOSED,UNOPENED}, don't duplicate this. | Nicholas Clark | 2010-12-28 | 1 | -12/+6 |
* | As report_wrongway_fh() checks ckWARN(WARN_IO) internally, don't duplicate this. | Nicholas Clark | 2010-12-28 | 1 | -1/+1 |
* | Argument op to report_evil_fh() is always PL_op->op_type, so need not be passed | Nicholas Clark | 2010-12-28 | 1 | -6/+6 |
* | The io argument to report_evil_fh() is always GvIO(gv), so need not be passed. | Nicholas Clark | 2010-12-28 | 1 | -6/+6 |
* | Extract the OP_phoney_* code from report_evil_fh() into report_wrongway_fh() | Nicholas Clark | 2010-12-28 | 1 | -1/+1 |
* | 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 |