This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Don't install .gitignore files
[perl5.git] / op.c
2009-09-06 ZeframFix [perl #66970] Incorrect coderef in MODIFY_CODE_ATTR...
2009-09-04 Bo BorgersonReduce #ifdefs in Perl_ck_shift
2009-08-30 Chip Salzenbergfinish more implementing -DB vs. -Dx
2009-08-26 Chip SalzenbergMerge branch 'blead' of ssh://perl5.git.perl.org/perl...
2009-08-26 Chip SalzenbergNew debugging flag -DB now dumps subroutine definitions,
2009-08-26 Rafael Garcia-SuarezUse less constness in MAD code
2009-08-22 Nicholas ClarkIn Perl_newATTRSUB(), refactor the calls to gv_fetch...
2009-08-22 Nicholas ClarkIn Perl_newATTRSUB(), we know the lengths, so can avoid...
2009-08-15 Jan DuboisExplain that the load_module() import list must be...
2009-08-07 Father Chrysostomos[perl #68108] : also fix if/else constant folding
2009-08-04 Vincent PitPromote blocks resulting from constant folding to first...
2009-07-25 Vincent PitIntroduce "delete local"
2009-07-11 David Mitchell[perl #61520] Segfault in debugger with tr// and UTF8
2009-07-08 Vincent PitAdd a pluggable hook in op_free()
2009-06-27 James MastrosAdd test to make sure everything that outputs an except...
2009-05-28 Alex VandiverFix [RT#66098] -- stricter checking on SvIVX exposed...
2009-05-13 Rafael Garcia-SuarezMerge branch 'smartmatch' into blead
2009-05-12 Rafael Garcia-SuarezRemove proposed (but unimplemented) $foo ~~ Range smart...
2009-05-11 Vincent PitAllow typed arrays and hashes
2009-05-05 Rafael Garcia-SuarezMerge branch 'blead' into smartmatch
2009-04-13 Nicholas ClarkGvUNIQUE* have been defined as 0 since 2005/06/30 ...
2009-04-09 Nicholas ClarkDon't SEGV while warning about redefining the format...
2009-04-07 Rafael Garcia-SuarezDeprecate assignment to $[
2009-03-29 Nicholas ClarkChange Perl_newCONSTSUB() so that a NULL sv generates...
2009-03-20 Vincent PitRevert the op.c part of 3049cdab to enable shared hask...
2009-03-13 Rafael Garcia-SuarezMake eval{} (entertry) trappable by Safe
2009-03-06 Rafael Garcia-SuarezMake the "..." flip-flop operator work in scalar contex...
2009-03-04 Rafael Garcia-SuarezMake // behave like || in when clauses
2009-01-21 Nicholas ClarkAdd get_cvs() as a shortcut for STR_WITH_LEN() and...
2009-01-21 Nicholas ClarkChange 54d012c665eb635f1e4fac1f1ec5aba1229ad9ca was...
2009-01-21 Nicholas ClarkChange 28063 should have removed the call to savepvn...
2008-11-26 Nicholas ClarkNote where (nearly) all the other private non-static...
2008-11-26 Nicholas ClarkJust s/Perl_/S_/ isn't good enough - you also need...
2008-11-26 Nicholas Clarkpmtrans() and refkids() can be static in op.c.
2008-11-26 Nicholas Clarkforce_list(), fold_constants() and gen_constant_list...
2008-11-26 Vincent PitAddendum to bug #38809: fix assertion failure, more...
2008-11-26 Nicholas Clarklistkids() can be static in op.c
2008-11-26 Nicholas ClarkFollowing on from change 34918, scalarkids() and scalar...
2008-11-26 Nicholas Clark"If it's not private, it's public somehow." states...
2008-11-26 Nicholas ClarkReplace Perl_my() with a small shell script. er. macro.
2008-11-25 Vincent Pit[perl #38809] return do { } : take 3 (or 4...)
2008-11-25 reneeb[perl #7911] no warning for useless /d in tr/0-9//d
2008-11-18 Nicholas ClarkRename PL_breakable_sub_generation to PL_breakable_sub_...
2008-11-17 Nicholas ClarkFix the bug introduced with MRO, whereby the internals...
2008-11-07 Marcus Holland-MoritzRevert SvPVX() to allow lvalue usage, but also add a
2008-11-03 Tim BunceRe: @{"_<$filename"} is unreasonably tied to use of...
2008-11-02 Tom ChristiansenPATCH: Large omnibus patch to clean up the JRRT quotes
2008-11-02 Robin Barkerexplicit empty while loops
2008-10-31 Nicholas ClarkAdd MUTABLE_GV(), and eliminate (V *) casts in *.c.
2008-10-30 Nicholas ClarkEliminate (SV *) casts from the rest of *.c, picking...
2008-10-29 Marcus Holland-MoritzUse pvs macros instead of pvn where possible.
2008-10-29 Nicholas ClarkAdd MUTABLE_CV(), and eliminate (CV *) casts in *.c.
2008-10-29 Nicholas ClarkPerl_cv_const_sv() takes a const CV *const cv argument.
2008-10-28 Nicholas ClarkEvery remaining (HV *) cast in *.c
2008-10-25 Nicholas ClarkUpdate copyright years.
2008-09-13 Vincent PitRe: [5.8] Change 33727 (op.c) breaks constant folding...
2008-09-08 Vincent PitRe: 'if not / unless' optimization change makes my...
2008-09-07 Vincent PitRe: unless(...) terser than if(!...)
2008-06-17 Rafael Garcia-SuarezRename the new macro clear_errsv() from last patch...
2008-06-17 Bram[perl #51370] length($@)>0 for empty $@ if utf8 is...
2008-05-18 Bram[perl #38955] exists(): error message on wrong argument...
2008-04-30 Vincent PitDouble magic/warnings with binmode $fh, undef
2008-04-18 Rafael Garcia-SuarezFix the line-number-in-elsif longstanding bug.
2008-04-15 Rafael Garcia-SuarezCall cop_free on nullified cops too
2008-04-15 Reini Urbaninvalid cop_free of nullified cop. How to fix?
2008-04-14 Andy DoughertyRe: Solaris build warnings
2008-04-07 Nicholas ClarkSplit out S_refcounted_he_new_common() from
2008-04-07 Nicholas ClarkEliminate cop_label from struct cop by storing a label...
2008-03-10 Gerard GoossenRe: [PATCH] MAD fix p55 $[
2008-02-25 Nicholas ClarkEnsure that constant folding runs with IN_PERL_RUNTIME...
2008-02-25 Nicholas ClarkTwo break; statements that aren't (yet) needed, but...
2008-02-25 Jim CromieRe: [patch] optimize OP_IS_(FILETEST|SOCKET) macros
2008-02-23 Vincent PitRe: [PATCH] Splitting OP_CONST (Was: pp_const, not...
2008-02-20 Nicholas ClarkEliminate ck_lengthconst.
2008-02-16 Rafael Garcia-SuarezFix macro name in comment
2008-02-15 Jan DuboisSilence compiler warnings on Win32/VC6
2008-02-14 Rafael Garcia-SuarezMake the new warning report undef constants as undef
2008-02-14 Rafael Garcia-SuarezFix leak when issuing new warning implemented by #33305
2008-02-14 Steve HayFix linker error introduced by #33305
2008-02-14 Rick DelaneyShow constant in "Useless use of a constant in void...
2008-02-12 Nicholas Clarkassert() that every NN argument is not NULL. Otherwise...
2008-01-28 Robin BarkerFW: [PATCH] RE: [PATCH] volatile, avoid clobbered
2008-01-26 Nicholas ClarkEliminate the OP_SETSTATE, which had been disabled...
2008-01-11 Nicholas ClarkPack the recycled pad offsets into an SV at PL_regex_pa...
2008-01-11 Nicholas ClarkREGEXPs are now stored directly in PL_regex_padav,...
2008-01-10 Nicholas ClarkReal regexps are stored via RVs, IVs can only mean...
2008-01-10 Nicholas ClarkChange 32899 missed undoing the reference count increas...
2008-01-08 Nicholas ClarkWith regexps stored as real RVs, we can eliminate SvREP...
2008-01-08 Nicholas ClarkCorrect a long-standing ithreads reference counting...
2008-01-07 Rick DelaneyBig slowdown in 5.10 @_ parameter passing
2008-01-07 Rafael Garcia-SuarezLet's remove the grep in void context warning.
2008-01-06 Michael G. SchwernRe: grep and smart match should warn in void context
2008-01-06 Nicholas ClarkEnforce some type safety in PM_SETRE by adding PM_SETRE...
2008-01-06 Nicholas ClarkClarify the intent of the code in Perl_op_clear. Under...
2008-01-06 Marcus Holland-MoritzFix compilation issues and warnings with exotic configu...
2008-01-05 Nicholas ClarkAbolish RXf_UTF8. Store the UTF-8-ness of the pattern...
2008-01-05 Nicholas ClarkMake Perl_pregcomp() use SvUTF8() of the pattern, rathe...
2008-01-04 Marcus Holland-MoritzFollow up on change #32680. This fixes compilation
2008-01-02 Nicholas ClarkWrap all deferences of struct regexp* in macros RX_...
2007-12-29 Vincent PitTypo in op.c
next