2011-09-16 |
Father Chrysostomos | [perl #93638] $ENV{LS_COLORS} causes miniperl glob... |
blob | commitdiff |
2011-09-14 |
Leon Timmermans | Fix #98480 math when reading shared memory |
blob | commitdiff | diff to current |
2011-09-11 |
Father Chrysostomos | Make utime handle get-magic correctly for glob(ref)s |
blob | commitdiff | diff to current |
2011-09-11 |
Father Chrysostomos | Make filetest ops handle get-magic correctly for glob... |
blob | commitdiff | diff to current |
2011-09-10 |
Father Chrysostomos | -l followed by bareword should leave the stack alone |
blob | commitdiff | diff to current |
2011-09-10 |
Steve Hay | The Borland Chainsaw Massacre |
blob | commitdiff | diff to current |
2011-09-10 |
Father Chrysostomos | ch(dir|mod|own) should also call FETCH on refs to tied... |
blob | commitdiff | diff to current |
2011-09-09 |
Father Chrysostomos | ch(dir|mod|own) should not ignore get-magic on glob... |
blob | commitdiff | diff to current |
2011-01-10 |
Karl Williamson | Add check_utf8_print() |
blob | commitdiff | diff to current |
2011-01-07 |
Peter J. Acklam... | Fix typos (spelling errors) in Perl sources. |
blob | commitdiff | diff to current |
2011-01-02 |
Nicholas Clark | GvIO(gv) returns NULL for a NULL gv, so refactor to... |
blob | commitdiff | diff to current |
2010-12-28 |
Nicholas Clark | As report_evil_fh() checks WARN_{CLOSED,UNOPENED},... |
blob | commitdiff | diff to current |
2010-12-28 |
Nicholas Clark | As report_wrongway_fh() checks ckWARN(WARN_IO) internal... |
blob | commitdiff | diff to current |
2010-12-28 |
Nicholas Clark | Argument op to report_evil_fh() is always PL_op->op_typ... |
blob | commitdiff | diff to current |
2010-12-28 |
Nicholas Clark | The io argument to report_evil_fh() is always GvIO... |
blob | commitdiff | diff to current |
2010-12-28 |
Nicholas Clark | Extract the OP_phoney_* code from report_evil_fh()... |
blob | commitdiff | diff to current |
2010-09-20 |
Father Chrysostomos | Don’t use PL_op without checking it first. |
blob | commitdiff | diff to current |
2010-09-16 |
Father Chrysostomos | Fix "Wide character in warn" warning |
blob | commitdiff | diff to current |
2010-07-03 |
David Mitchell | add my_[l]stat_flags(); make my_[l]stat() mathoms |
blob | commitdiff | diff to current |
2010-06-25 |
Tony Cook | RT #75812: apply get magic before checking flags, PVX |
blob | commitdiff | diff to current |
2010-04-18 |
Nicholas Clark | Move PERL_ASYNC_CHECK() from POPBLOCK() to the kill... |
blob | commitdiff | diff to current |
2010-03-21 |
David Mitchell | [perl #73626] get magic wasn't called on 3rd arg of... |
blob | commitdiff | diff to current |
2010-01-14 |
Reini Urban | CYG23-544-stat |
blob | commitdiff | diff to current |
2009-12-03 |
Tony Cook | [perl #70802] -i'*' refuses to work |
blob | commitdiff | diff to current |
2009-10-12 |
Nicholas Clark | Add Perl_ck_warner_d(), which combines Perl_ckwarn_d... |
blob | commitdiff | diff to current |
2009-07-09 |
Jerry D. Hedden | Fix compiler warning in doio.c |
blob | commitdiff | diff to current |
2009-07-09 |
David Golden | Make kill() fatal for non-numeric pids |
blob | commitdiff | diff to current |
2009-06-27 |
James Mastros | Add test to make sure everything that outputs an except... |
blob | commitdiff | diff to current |
2009-05-21 |
Nicholas Clark | Remove all the 5005threads specific mutex macros, which... |
blob | commitdiff | diff to current |
2009-04-27 |
Nicholas Clark | Remove all #ifdef MACOS_TRADITIONAL code in core and... |
blob | commitdiff | diff to current |
2009-03-24 |
Marcus Holland-Moritz | Fix perl #63924: shmget limited to 32 bit segment size... |
blob | commitdiff | diff to current |
2008-12-14 |
Nicholas Clark | Fix change 35082 by manually expanding do_open() to... |
blob | commitdiff | diff to current |
2008-12-13 |
Chip Salzenberg | Re: [perl #60904] Race condition with perl -i.bk |
blob | commitdiff | diff to current |
2008-12-05 |
Chip Salzenberg | standardize save/restore of errno & vaxc$errno |
blob | commitdiff | diff to current |
2008-11-26 |
Nicholas Clark | Just s/Perl_/S_/ isn't good enough - you also need... |
blob | commitdiff | diff to current |
2008-11-26 |
Nicholas Clark | ingroup() is only used in doio.c. |
blob | commitdiff | diff to current |
2008-11-02 |
Tom Christiansen | PATCH: Large omnibus patch to clean up the JRRT quotes |
blob | commitdiff | diff to current |
2008-10-31 |
Nicholas Clark | Add MUTABLE_GV(), and eliminate (V *) casts in *.c. |
blob | commitdiff | diff to current |
2008-10-29 |
Nicholas Clark | Add MUTABLE_IO(), and eliminate (IO *) casts in *.c. |
blob | commitdiff | diff to current |
2008-10-29 |
Marcus Holland-Moritz | Use pvs macros instead of pvn where possible. |
blob | commitdiff | diff to current |
2008-10-25 |
Nicholas Clark | Update copyright years. |
blob | commitdiff | diff to current |
2008-06-28 |
Ben Morrow | Some more missing isGV_with_GP()s |
blob | commitdiff | diff to current |
2008-04-30 |
Vincent Pit | Double magic/warnings with binmode $fh, undef |
blob | commitdiff | diff to current |
2008-02-14 |
Vincent Pit | doio.c:Perl_my_lstat:/* XXX Do really need to be callin... |
blob | commitdiff | diff to current |
2008-02-12 |
Nicholas Clark | assert() that every NN argument is not NULL. Otherwise... |
blob | commitdiff | diff to current |
2008-01-03 |
Nicholas Clark | Extend newSVpvn_flags() to also call sv_2mortal() if... |
blob | commitdiff | diff to current |
2007-12-20 |
Robin Barker | make miniperl -Wwrite-strings clean |
blob | commitdiff | diff to current |
2007-11-29 |
Rafael Garcia-Suarez | Silence unused argument warnings when HAS_MSG isn't... |
blob | commitdiff | diff to current |
2007-10-20 |
Nicholas Clark | In Perl_do_openn() we know the length of oname, so... |
blob | commitdiff | diff to current |
2007-10-16 |
Nicholas Clark | Given that the buffer for mode in Perl_do_openn() has... |
blob | commitdiff | diff to current |
2007-10-12 |
Nicholas Clark | Remove some strlen()s and replace one strlcpy() with... |
blob | commitdiff | diff to current |
2007-10-03 |
Marcus Holland-Moritz | One const too much. (Unfortunately, the Copy macro... |
blob | commitdiff | diff to current |
2007-06-17 |
Rafael Garcia-Suarez | Patches to compile perl on Cray XT4 Catamount/Qk, by... |
blob | commitdiff | diff to current |
2007-05-01 |
Steve Peters | Add Perl_my_dirfd() to util.c |
blob | commitdiff | diff to current |
2007-04-21 |
Nicholas Clark | Where possible, use SvIV instead of SvIVX, SvNV instead... |
blob | commitdiff | diff to current |
2007-03-21 |
Steve Peters | Silence a couple of warnings caused by change #30672. |
blob | commitdiff | diff to current |
2007-02-14 |
Nicholas Clark | There's no need to special case SVt_NULL in the print... |
blob | commitdiff | diff to current |
2007-01-29 |
Nicholas Clark | Add av_create_and_push() and av_create_and_unshift_one... |
blob | commitdiff | diff to current |
2007-01-05 |
Rafael Garcia-Suarez | Update copyright years in .c files |
blob | commitdiff | diff to current |
2007-01-04 |
Marcus Holland-Moritz | 4th patch from: |
blob | commitdiff | diff to current |
2007-01-04 |
Marcus Holland-Moritz | The first three patches from: |
blob | commitdiff | diff to current |
2006-11-24 |
Rafael Garcia-Suarez | Revert change #29098 (that introduced a new warning, |
blob | commitdiff | diff to current |
2006-10-24 |
SADAHIRO Tomoyuki | New UTF-8 warning : Variable length character upgraded... |
blob | commitdiff | diff to current |
2006-10-13 |
Robin Barker | compiler warning noreturn |
blob | commitdiff | diff to current |
2006-10-09 |
Dave Mitchell | fix bad free in do_exec3() |
blob | commitdiff | diff to current |
2006-09-25 |
Jarkko Hietaniemi | Re: Change 28877: [PATCH] deal with some gcc warnings |
blob | commitdiff | diff to current |
2006-09-21 |
Jarkko Hietaniemi | deal with some gcc warnings |
blob | commitdiff | diff to current |
2006-09-17 |
Nicholas Clark | Fix one genuine unitialised code path spotted by gcc... |
blob | commitdiff | diff to current |
2006-08-10 |
Jarkko Hietaniemi | doio.c: vararg NULLs must be cast right |
blob | commitdiff | diff to current |
2006-07-28 |
Steve Peters | Change stat() and -X filetests so that they treat ... |
blob | commitdiff | diff to current |
2006-07-27 |
Steve Hay | Clear up most of the VC6 compiler warnings in the follo... |
blob | commitdiff | diff to current |
2006-07-10 |
Steve Peters | Restoring change #28523 accidentilly reverted with... |
blob | commitdiff | diff to current |
2006-07-10 |
Steve Peters | Convert some low hanging fruit to my_strlcpy/my_strlcat. |
blob | commitdiff | diff to current |
2006-07-10 |
Steve Peters | Change existing uses of strlcpy()/strlcat() to use... |
blob | commitdiff | diff to current |
2006-07-10 |
Rafael Garcia-Suarez | Fix a signed/unsigned warning |
blob | commitdiff | diff to current |
2006-07-04 |
Craig A. Berry | fix type mismatch warning caused by return statement... |
blob | commitdiff | diff to current |
2006-07-03 |
Steve Peters | Allow stat() and -X file tests work on dirhandles. |
blob | commitdiff | diff to current |
2006-06-09 |
Jan Dubois | Add error checks after execing PL_cshname or PL_sh_path |
blob | commitdiff | diff to current |
2006-06-06 |
Andy Lester | more accumulated cleanups |
blob | commitdiff | diff to current |
2006-05-19 |
Jarkko Hietaniemi | strlcat aaargh |
blob | commitdiff | diff to current |
2006-05-03 |
Andy Lester | clean up loops in doio.c and dump.c |
blob | commitdiff | diff to current |
2006-04-29 |
Nicholas Clark | It should never be possible for SvGMAGICAL() to be... |
blob | commitdiff | diff to current |
2006-04-29 |
Nicholas Clark | print couldn't correctly handle surprises from UTF... |
blob | commitdiff | diff to current |
2006-04-28 |
Jarkko Hietaniemi | reduce gcc -ansi -pedantic noise plus a suggestion |
blob | commitdiff | diff to current |
2006-04-26 |
Marcus Holland-Moritz | Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2 |
blob | commitdiff | diff to current |
2006-04-24 |
Martin Hasch | [perl #38709] Opening '|-' triggers unjustified taint... |
blob | commitdiff | diff to current |
2006-03-31 |
Andy Lester | Random accumulated patches |
blob | commitdiff | diff to current |
2006-03-05 |
John E. Malmberg | Re: threads and VMS |
blob | commitdiff | diff to current |
2006-02-27 |
Andy Lester | Speedups and shrinkages of SvREFCNT_inc |
blob | commitdiff | diff to current |
2006-02-20 |
John E. Malmberg | patch@27236 vms glob/readdir/chdir EFS/long filename... |
blob | commitdiff | diff to current |
2006-02-20 |
Rafael Garcia-Suarez | More NullXXX macro removal from Andy Lester |
blob | commitdiff | diff to current |
2006-02-08 |
Andy Lester | Handle unused args |
blob | commitdiff | diff to current |
2006-02-03 |
Steven Schubiger | Re: [PATCH] s/Null(gv|hv|sv)/NULL/g |
blob | commitdiff | diff to current |
2006-02-02 |
Steven Schubiger | Re: [PATCH] s/Null(av|ch)/NULL/g |
blob | commitdiff | diff to current |
2006-02-02 |
Nicholas Clark | gv_fetchpvn_flags ranks highly in the profile, and... |
blob | commitdiff | diff to current |
2006-02-02 |
Nicholas Clark | Yet more instances of gv_fetchpv... that should be... |
blob | commitdiff | diff to current |
2006-01-31 |
Nicholas Clark | Make Perl_gv_fetchpvn_flags actually heed the passed... |
blob | commitdiff | diff to current |
2006-01-28 |
Nicholas Clark | Call gv_fetchpvn_flags where we already know the length. |
blob | commitdiff | diff to current |
2006-01-28 |
Nicholas Clark | Add gv_fetchpvs, which uses STR_WITH_LEN to call gv_fet... |
blob | commitdiff | diff to current |
2006-01-18 |
Steve Hay | Change all NEWSV() to newSV() in the core and non-dual... |
blob | commitdiff | diff to current |
next |