doc f7abe7
[p5sagit/p5-mst-13.2.git] / op.c
2008-11-03 Tim Bunce Re: @{"_<$filename"} is unreasonably tied to use of...
2008-11-02 Tom Christiansen PATCH: Large omnibus patch to clean up the JRRT quotes
2008-11-02 Robin Barker explicit empty while loops
2008-10-31 Nicholas Clark Add MUTABLE_GV(), and eliminate (V *) casts in *.c.
2008-10-30 Nicholas Clark Eliminate (SV *) casts from the rest of *.c, picking...
2008-10-29 Marcus Holland-Moritz Use pvs macros instead of pvn where possible.
2008-10-29 Nicholas Clark Add MUTABLE_CV(), and eliminate (CV *) casts in *.c.
2008-10-29 Nicholas Clark Perl_cv_const_sv() takes a const CV *const cv argument.
2008-10-28 Nicholas Clark Every remaining (HV *) cast in *.c
2008-10-25 Nicholas Clark Update copyright years.
2008-09-13 Vincent Pit Re: [5.8] Change 33727 (op.c) breaks constant folding...
2008-09-08 Vincent Pit Re: 'if not / unless' optimization change makes my...
2008-09-07 Vincent Pit Re: unless(...) terser than if(!...)
2008-06-17 Rafael Garcia-Suarez Rename 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 Pit Double magic/warnings with binmode $fh, undef
2008-04-18 Rafael Garcia-Suarez Fix the line-number-in-elsif longstanding bug.
2008-04-15 Rafael Garcia-Suarez Call cop_free on nullified cops too
2008-04-15 Reini Urban invalid cop_free of nullified cop. How to fix?
2008-04-14 Andy Dougherty Re: Solaris build warnings
2008-04-07 Nicholas Clark Split out S_refcounted_he_new_common() from
2008-04-07 Nicholas Clark Eliminate cop_label from struct cop by storing a label...
2008-03-10 Gerard Goossen Re: [PATCH] MAD fix p55 $[
2008-02-25 Nicholas Clark Ensure that constant folding runs with IN_PERL_RUNTIME...
2008-02-25 Nicholas Clark Two break; statements that aren't (yet) needed, but...
2008-02-25 Jim Cromie Re: [patch] optimize OP_IS_(FILETEST|SOCKET) macros
2008-02-23 Vincent Pit Re: [PATCH] Splitting OP_CONST (Was: pp_const, not...
2008-02-20 Nicholas Clark Eliminate ck_lengthconst.
2008-02-16 Rafael Garcia-Suarez Fix macro name in comment
2008-02-15 Jan Dubois Silence compiler warnings on Win32/VC6
2008-02-14 Rafael Garcia-Suarez Make the new warning report undef constants as undef
2008-02-14 Rafael Garcia-Suarez Fix leak when issuing new warning implemented by #33305
2008-02-14 Steve Hay Fix linker error introduced by #33305
2008-02-14 Rick Delaney Show constant in "Useless use of a constant in void...
2008-02-12 Nicholas Clark assert() that every NN argument is not NULL. Otherwise...
2008-01-28 Robin Barker FW: [PATCH] RE: [PATCH] volatile, avoid clobbered
2008-01-26 Nicholas Clark Eliminate the OP_SETSTATE, which had been disabled...
2008-01-11 Nicholas Clark Pack the recycled pad offsets into an SV at PL_regex_pa...
2008-01-11 Nicholas Clark REGEXPs are now stored directly in PL_regex_padav,...
2008-01-10 Nicholas Clark Real regexps are stored via RVs, IVs can only mean...
2008-01-10 Nicholas Clark Change 32899 missed undoing the reference count increas...
2008-01-08 Nicholas Clark With regexps stored as real RVs, we can eliminate SvREP...
2008-01-08 Nicholas Clark Correct a long-standing ithreads reference counting...
2008-01-07 Rick Delaney Big slowdown in 5.10 @_ parameter passing
2008-01-07 Rafael Garcia-Suarez Let's remove the grep in void context warning.
2008-01-06 Michael G. Schwern Re: grep and smart match should warn in void context
2008-01-06 Nicholas Clark Enforce some type safety in PM_SETRE by adding PM_SETRE...
2008-01-06 Nicholas Clark Clarify the intent of the code in Perl_op_clear. Under...
2008-01-06 Marcus Holland-Moritz Fix compilation issues and warnings with exotic configu...
2008-01-05 Nicholas Clark Abolish RXf_UTF8. Store the UTF-8-ness of the pattern...
2008-01-05 Nicholas Clark Make Perl_pregcomp() use SvUTF8() of the pattern, rathe...
2008-01-04 Marcus Holland-Moritz Follow up on change #32680. This fixes compilation
2008-01-02 Nicholas Clark Wrap all deferences of struct regexp* in macros RX_...
2007-12-29 Vincent Pit Typo in op.c
2007-12-28 Nicholas Clark Wrap all accesses to the members precomp and prelen...
2007-12-20 Nicholas Clark Implement each @array.
2007-10-24 Rafael Garcia-Suarez Fix an off by one error, found by valgrind
2007-10-17 josh Fix a few segfaults and a when() bug
2007-10-16 Nicholas Clark Perl_ck_smartmatch needs a dVAR too.
2007-10-12 Nicholas Clark Remove some strlen()s and replace one strlcpy() with...
2007-10-10 Dave Mitchell newCONTSUB() wasn't thread-safe ([perl #45053])
2007-09-21 Rafael Garcia-Suarez Silence a load of "value computed is not used" warnings
2007-09-20 Nicholas Clark Get mad compiling as C++. (At least for me)
2007-09-12 Nicholas Clark Add the missing assignment to op_last that change 31798...
2007-09-09 Dave Mitchell state variables shouldn't be shared between anon subs
2007-09-08 Nicholas Clark For now, forbid all list assignment initialisation...
2007-09-08 Nicholas Clark Make 'state $$' etc report 'Can't use global $$ in...
2007-09-06 Rafael Garcia-Suarez state $foo if 0 shouldn't warn. Spotted by Abigail.
2007-09-06 Nicholas Clark Make state $zok = slosh(); behave as the Perl 6 design...
2007-08-30 Jarkko Hietaniemi misc blead stuff
2007-07-16 Dave Mitchell [perl #43425] local $[: fix scoping during parser...
2007-07-07 Gerard Goossen MAD: disable constant subs when PL_madskills
2007-06-28 Ævar Arnfjörð Bjar... Move the RXf_WHITE logic for split " " into the regex...
2007-06-25 Paul Johnson remove op_static
2007-06-15 Jarkko Hietaniemi miscellanea
2007-06-05 Rafael Garcia-Suarez Remove support for assertions and -A
2007-05-21 Dave Mitchell move PL_error_count into the PL_parser struct
2007-05-21 Dave Mitchell move PL_multi_end into the PL_parser struct
2007-05-12 Gerard Goossen Disable slurping assigned of split when PL_madskills
2007-05-12 Gerard Goossen Disable !a&&b, !b||a optimalization when PL_madskills
2007-05-12 Gerard Goossen Disable operator target setting for 'my' variables...
2007-05-12 Dave Mitchell move PL_in_my and PL_in_my_stash into the PL_parser...
2007-05-12 Dave Mitchell move PL_rsfp_filters into the parser struct
2007-05-11 Dave Mitchell move PL_rsfp into the PL_parser struct
2007-05-05 Dave Mitchell move PL_lex_state into the PL_parser struct
2007-05-04 Dave Mitchell move some more variables into the PL_parser struct:
2007-05-04 Dave Mitchell move PL_expect and PL_copline into the PL_parser structure
2007-04-30 Brandon Black Re: mro status, etc
2007-04-24 Rafael Garcia-Suarez Fix potential precedence problem
2007-04-24 Rafael Garcia-Suarez Fix a bug in dor assignment (@x //= 1 was triggering an
2007-04-24 Rafael Garcia-Suarez Remove the code that handles assignment to state variables
2007-04-23 Ævar Arnfjörð Bjar... Re: [PATCH (incomplete)] Make regcomp use SV* sv, inste...
2007-04-21 Nicholas Clark Several members of struct yy_parser can go on a diet...
2007-04-21 Nicholas Clark Where possible, use SvIV instead of SvIVX, SvNV instead...
2007-04-19 Brandon Black Re: new C3 MRO patch
2007-04-12 Nicholas Clark Fix two errors in the OP debugging code. Now all test...
2007-04-10 Nicholas Clark S_forget_pmop() only needs a flags argument for the...
2007-04-10 Nicholas Clark If PL_curpm is pointing to an op that is getting freed...
2007-04-07 Nicholas Clark Under PERL_DEBUG_READONLY_OPS don't panic if you can...
next