Add MUTABLE_CV(), and eliminate (CV *) casts in *.c.
[p5sagit/p5-mst-13.2.git] / pp_hot.c
2008-10-29 Nicholas Clark Add MUTABLE_CV(), and eliminate (CV *) casts in *.c.
2008-10-28 Nicholas Clark Every remaining (HV *) cast in *.c
2008-10-25 Nicholas Clark Update copyright years.
2008-10-18 Marcus Holland-Moritz Fix memory leak in qr// operator. This was most probably
2008-06-28 Ben Morrow Some more missing isGV_with_GP()s
2008-05-02 Vincent Pit Re: [perl #51636] segmentation fault with array ties
2008-04-17 Nicholas Clark /* This code tries to figure out just what went wrong...
2008-03-10 Steve Hay Silence warning from VC++ following #33447
2008-03-06 Nicholas Clark Refactoring the /Can't return (?:array|hash) to scalar...
2008-02-26 Rafael Garcia-Suarez Chainsaw DEBUG_S out, as suggested by Vincent Pit.
2008-02-23 Vincent Pit Re: [PATCH] Splitting OP_CONST (Was: pp_const, not...
2008-02-14 Rafael Garcia-Suarez Revert change #33302. This change was wrong, since...
2008-02-13 Rick Delaney [perl #47047] Use of inherited AUTOLOAD for non-method...
2008-02-12 Nicholas Clark assert() that every NN argument is not NULL. Otherwise...
2008-01-26 Nicholas Clark Eliminate the OP_SETSTATE, which had been disabled...
2008-01-26 Benjamin Smith Re: struct context now 12.5% smaller than 5.10
2008-01-25 Nicholas Clark Using PL_sv_no in place of any !SvOK() maximum removes...
2008-01-24 Nicholas Clark In struct block_loop, merge itermax and iterlval into...
2008-01-24 Nicholas Clark Merge CXt_LOOP_STACK's use of itermax for the reverse...
2008-01-24 Nicholas Clark Change the context type of for ($a .. $b) to CXt_LOOP_L...
2008-01-24 Nicholas Clark Avoid using cx->blk_loop.itermax when reverse iterating...
2008-01-24 Nicholas Clark Split out foreach iterations of temporary lists on...
2008-01-24 Nicholas Clark Split CXt_LOOP into CXt_LOOP_PLAIN and CXt_LOOP_FOR...
2008-01-21 Nicholas Clark Eliminate the U8 sbu_once from struct subst, and shrink...
2008-01-21 Nicholas Clark In pp_subst, rxtainted is not a boolean, as it stores...
2008-01-20 Nicholas Clark In struct block_sub and block_format, access the member...
2008-01-15 Jerry D. Hedden Fix range operator
2008-01-11 Rafael Garcia-Suarez Rename PERL_MAX_SUB_DEPTH to PERL_SUB_DEPTH_WARN, per...
2008-01-11 Nicholas Clark Remove code that protected pp_qr against REGEXPs going...
2008-01-11 Rafael Garcia-Suarez Introduce macro PERL_MAX_SUB_DEPTH
2008-01-09 Rafael Garcia-Suarez Fix leak introduced by change #32873, thanks to Nicholas
2008-01-08 Nicholas Clark In PL_regexp_padav, store regexps via real references...
2008-01-06 Michael G. Schwern Re: [perl #49264] say behaves as just print on tied...
2008-01-05 Nicholas Clark Make REGEXP a type distinct from SV. (Much like AV...
2008-01-05 Nicholas Clark Replace all reads of RXf_UTF8 with RX_UTF8().
2008-01-05 Nicholas Clark Fix the compile for -DPERL_OLD_COPY_ON_WRITE (apart...
2008-01-04 Marcus Holland-Moritz Add macros mPUSHs() and mXPUSHs() for pushing SVs on...
2008-01-03 Nicholas Clark Extend newSVpvn_flags() to also call sv_2mortal() if...
2008-01-02 Nicholas Clark Add a new function newSVpvn_flags(), which takes a...
2008-01-02 Nicholas Clark Make struct regexp the body of SVt_REGEXP SVs, REGEXPs...
2008-01-02 Nicholas Clark Wrap all deferences of struct regexp* in macros RX_...
2007-12-29 Nicholas Clark Move all code that relies on reading the to-be-thrown...
2007-12-29 Yves Orton Fix Perl #49190, tests from Abigail, codefix from me.
2007-12-28 Nicholas Clark Wrap all accesses to the members precomp and prelen...
2007-12-28 Nicholas Clark First class regexps.
2007-12-27 Nicholas Clark Regexps are now orange.
2007-12-26 Nicholas Clark Take code that occurs in three places to take a scalar...
2007-12-26 Nicholas Clark Eliminate SVt_RV, and use SVt_IV to store plain references.
2007-12-26 Nicholas Clark Swap SVt_RV and SVt_NV in the SV ordering.
2007-12-24 Robin Barker PATCH re 32711
2007-12-22 Nicholas Clark Remove warning about casting integer to different sized...
2007-10-21 Rick Delaney Re: overload64.t failures
2007-10-19 Jerry D. Hedden Fix overloading for 64-bit ints (revised)
2007-10-18 Nicholas Clark No need to call strlen() on the result of CopSTASHPV...
2007-09-22 Nicholas Clark Fix bug 45607 - for the corner case *{"BONK"} = \...
2007-09-21 Rafael Garcia-Suarez Silence a load of "value computed is not used" warnings
2007-09-10 Rick Delaney Re: [perl #44623] Optimized magic_setisa has bug
2007-08-31 Brandon Black Re: optimize push @ISA, (was Re: parent.pm at corion...
2007-06-30 Abigail Comment typo fix
2007-06-23 Yves Orton Resolve
2007-06-05 Rafael Garcia-Suarez Remove support for assertions and -A
2007-05-03 Brandon Black Re: mro status, etc
2007-04-30 Brandon Black Re: mro status, etc
2007-04-30 Ævar Arnfjörð Bjar... Re: [PATCH] Cleanup of the regexp API
2007-04-26 Brandon Black Fix a bug in method caching. Better version (broader...
2007-04-24 Rafael Garcia-Suarez Remove unnecessarily paranoid protection in pp_defined
2007-04-24 Rafael Garcia-Suarez Remove the code that handles assignment to state variables
2007-04-19 Brandon Black Re: new C3 MRO patch
2007-04-07 Nicholas Clark Turn op_pmreplroot in struct pmop into a real union.
2007-04-06 Ævar Arnfjörð Bjar... Re: Proposed changes and to regular expression interfac...
2007-04-04 Yves Orton Re: pmdynflags and thread safety
2007-03-31 Rafael Garcia-Suarez Fix the error message "Can't call method "DOES" on...
2007-03-27 Rafael Garcia-Suarez Fix return value of state assignment ($x=state $y=$z).
2007-03-26 Nicholas Clark In struct regexp replace the two arrays of I32s accesse...
2007-03-19 Rafael Garcia-Suarez Let %^H be modifiable in eval-strings (bug #41531),
2007-03-13 Rafael Garcia-Suarez Need a SPAGAIN here because the stack pointer might...
2007-03-01 Rafael Garcia-Suarez A couple of casting nits by Jarkko
2007-02-18 Nicholas Clark Add a new API function newSV_type, to replace the idiom:
2007-02-11 knew-p5p@pimb.org [perl #41484] qr// stack bug
2007-01-25 Nicholas Clark The last parameter to gv_stashpv/gv_stashpvn/gv_stashsv...
2007-01-21 Nicholas Clark Refactor the common soft-reference code from pp_rv2sv...
2007-01-20 Nicholas Clark defined @$foo and defined %$bar should be subject to...
2007-01-15 Nicholas Clark pp_rv2av and pp_rv2hv have a lot of common code, so...
2007-01-15 Nicholas Clark Make changes analagous to pp_rv2hv's 21394 and 24489...
2007-01-15 Yves Orton Add support for /k modfier for matching along with...
2007-01-15 Nicholas Clark Add get_cvn_flags(), which is like get_cv() but takes...
2007-01-05 Rafael Garcia-Suarez Update copyright years in .c files
2007-01-04 Marcus Holland-Moritz 4th patch from:
2007-01-04 Marcus Holland-Moritz The first three patches from:
2006-12-16 Nicholas Clark Add a new flag SVprv_PCS_IMPORTED (which is a pseudonym...
2006-12-13 Nicholas Clark Eliminate PVBM. Store fast Boyer-Moore tables in PVGV.
2006-12-04 Nicholas Clark Move Perl_get_db_sub() from pp_hot.c to util.c
2006-12-01 Nicholas Clark Make get_db_sub non-static, and call it from pp_goto...
2006-12-01 Nicholas Clark Remove the pp_entersub specific logic from S_get_db_sub.
2006-11-25 Jarkko Hietaniemi smoke signs suppression
2006-11-23 Rafael Garcia-Suarez Fix for bug #38631: tied variables don't work with...
2006-11-23 Yves Orton Cleanup regexp flags and structure
2006-11-22 Yves Orton \G with /g results in infinite loop in 5.6 and later
2006-11-21 Rafael Garcia-Suarez Invalidate the method lookup cache when assigning to...
2006-11-14 Rafael Garcia-Suarez Fix bug #39037: rcatline doesn't stringify references
next