This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Resync with metaconfig. Escape the last ~.
[perl5.git] / pp_hot.c
2008-02-14 Rafael Garcia-SuarezRevert 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 Clarkassert() that every NN argument is not NULL. Otherwise...
2008-01-26 Nicholas ClarkEliminate the OP_SETSTATE, which had been disabled...
2008-01-26 Benjamin SmithRe: struct context now 12.5% smaller than 5.10
2008-01-25 Nicholas ClarkUsing PL_sv_no in place of any !SvOK() maximum removes...
2008-01-24 Nicholas ClarkIn struct block_loop, merge itermax and iterlval into...
2008-01-24 Nicholas ClarkMerge CXt_LOOP_STACK's use of itermax for the reverse...
2008-01-24 Nicholas ClarkChange the context type of for ($a .. $b) to CXt_LOOP_L...
2008-01-24 Nicholas ClarkAvoid using cx->blk_loop.itermax when reverse iterating...
2008-01-24 Nicholas ClarkSplit out foreach iterations of temporary lists on...
2008-01-24 Nicholas ClarkSplit CXt_LOOP into CXt_LOOP_PLAIN and CXt_LOOP_FOR...
2008-01-21 Nicholas ClarkEliminate the U8 sbu_once from struct subst, and shrink...
2008-01-21 Nicholas ClarkIn pp_subst, rxtainted is not a boolean, as it stores...
2008-01-20 Nicholas ClarkIn struct block_sub and block_format, access the member...
2008-01-15 Jerry D. HeddenFix range operator
2008-01-11 Rafael Garcia-SuarezRename PERL_MAX_SUB_DEPTH to PERL_SUB_DEPTH_WARN, per...
2008-01-11 Nicholas ClarkRemove code that protected pp_qr against REGEXPs going...
2008-01-11 Rafael Garcia-SuarezIntroduce macro PERL_MAX_SUB_DEPTH
2008-01-09 Rafael Garcia-SuarezFix leak introduced by change #32873, thanks to Nicholas
2008-01-08 Nicholas ClarkIn PL_regexp_padav, store regexps via real references...
2008-01-06 Michael G. SchwernRe: [perl #49264] say behaves as just print on tied...
2008-01-05 Nicholas ClarkMake REGEXP a type distinct from SV. (Much like AV...
2008-01-05 Nicholas ClarkReplace all reads of RXf_UTF8 with RX_UTF8().
2008-01-05 Nicholas ClarkFix the compile for -DPERL_OLD_COPY_ON_WRITE (apart...
2008-01-04 Marcus Holland-MoritzAdd macros mPUSHs() and mXPUSHs() for pushing SVs on...
2008-01-03 Nicholas ClarkExtend newSVpvn_flags() to also call sv_2mortal() if...
2008-01-02 Nicholas ClarkAdd a new function newSVpvn_flags(), which takes a...
2008-01-02 Nicholas ClarkMake struct regexp the body of SVt_REGEXP SVs, REGEXPs...
2008-01-02 Nicholas ClarkWrap all deferences of struct regexp* in macros RX_...
2007-12-29 Nicholas ClarkMove all code that relies on reading the to-be-thrown...
2007-12-29 Yves OrtonFix Perl #49190, tests from Abigail, codefix from me.
2007-12-28 Nicholas ClarkWrap all accesses to the members precomp and prelen...
2007-12-28 Nicholas ClarkFirst class regexps.
2007-12-27 Nicholas ClarkRegexps are now orange.
2007-12-26 Nicholas ClarkTake code that occurs in three places to take a scalar...
2007-12-26 Nicholas ClarkEliminate SVt_RV, and use SVt_IV to store plain references.
2007-12-26 Nicholas ClarkSwap SVt_RV and SVt_NV in the SV ordering.
2007-12-24 Robin BarkerPATCH re 32711
2007-12-22 Nicholas ClarkRemove warning about casting integer to different sized...
2007-10-21 Rick DelaneyRe: overload64.t failures
2007-10-19 Jerry D. HeddenFix overloading for 64-bit ints (revised)
2007-10-18 Nicholas ClarkNo need to call strlen() on the result of CopSTASHPV...
2007-09-22 Nicholas ClarkFix bug 45607 - for the corner case *{"BONK"} = \&...
2007-09-21 Rafael Garcia-SuarezSilence a load of "value computed is not used" warnings
2007-09-10 Rick DelaneyRe: [perl #44623] Optimized magic_setisa has bug
2007-08-31 Brandon BlackRe: optimize push @ISA, (was Re: parent.pm at corion...
2007-06-30 AbigailComment typo fix
2007-06-23 Yves OrtonResolve
2007-06-05 Rafael Garcia-SuarezRemove support for assertions and -A
2007-05-03 Brandon BlackRe: mro status, etc
2007-04-30 Brandon BlackRe: mro status, etc
2007-04-30 Ævar Arnfjörð Bjar... Re: [PATCH] Cleanup of the regexp API
2007-04-26 Brandon BlackFix a bug in method caching. Better version (broader...
2007-04-24 Rafael Garcia-SuarezRemove unnecessarily paranoid protection in pp_defined
2007-04-24 Rafael Garcia-SuarezRemove the code that handles assignment to state variables
2007-04-19 Brandon BlackRe: new C3 MRO patch
2007-04-07 Nicholas ClarkTurn 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 OrtonRe: pmdynflags and thread safety
2007-03-31 Rafael Garcia-SuarezFix the error message "Can't call method "DOES" on...
2007-03-27 Rafael Garcia-SuarezFix return value of state assignment ($x=state $y=$z).
2007-03-26 Nicholas ClarkIn struct regexp replace the two arrays of I32s accesse...
2007-03-19 Rafael Garcia-SuarezLet %^H be modifiable in eval-strings (bug #41531),
2007-03-13 Rafael Garcia-SuarezNeed a SPAGAIN here because the stack pointer might...
2007-03-01 Rafael Garcia-SuarezA couple of casting nits by Jarkko
2007-02-18 Nicholas ClarkAdd 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 ClarkThe last parameter to gv_stashpv/gv_stashpvn/gv_stashsv...
2007-01-21 Nicholas ClarkRefactor the common soft-reference code from pp_rv2sv...
2007-01-20 Nicholas Clarkdefined @$foo and defined %$bar should be subject to...
2007-01-15 Nicholas Clarkpp_rv2av and pp_rv2hv have a lot of common code, so...
2007-01-15 Nicholas ClarkMake changes analagous to pp_rv2hv's 21394 and 24489...
2007-01-15 Yves OrtonAdd support for /k modfier for matching along with...
2007-01-15 Nicholas ClarkAdd get_cvn_flags(), which is like get_cv() but takes...
2007-01-05 Rafael Garcia-SuarezUpdate copyright years in .c files
2007-01-04 Marcus Holland-Moritz4th patch from:
2007-01-04 Marcus Holland-MoritzThe first three patches from:
2006-12-16 Nicholas ClarkAdd a new flag SVprv_PCS_IMPORTED (which is a pseudonym...
2006-12-13 Nicholas ClarkEliminate PVBM. Store fast Boyer-Moore tables in PVGV.
2006-12-04 Nicholas ClarkMove Perl_get_db_sub() from pp_hot.c to util.c
2006-12-01 Nicholas ClarkMake get_db_sub non-static, and call it from pp_goto...
2006-12-01 Nicholas ClarkRemove the pp_entersub specific logic from S_get_db_sub.
2006-11-25 Jarkko Hietaniemismoke signs suppression
2006-11-23 Rafael Garcia-SuarezFix for bug #38631: tied variables don't work with...
2006-11-23 Yves OrtonCleanup 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-SuarezInvalidate the method lookup cache when assigning to...
2006-11-14 Rafael Garcia-SuarezFix bug #39037: rcatline doesn't stringify references
2006-11-13 Yves OrtonRegex Utility Functions and Substituion Fix (XML::Twig...
2006-11-06 Nicholas Clarkassert() that SvPV_set() isn't used on arrays.
2006-11-02 Gisle AasRe: $, and say
2006-09-29 Yves OrtonRe: [PATCH] Add hook for re_dup() into regex engine...
2006-09-16 Nicholas ClarkRevert changes 28772, 28773, 28774 as they won't gain...
2006-09-01 Nicholas ClarkAccess to cx->blk_sub.lval via macros (as it's about...
2006-08-18 Rafael Garcia-SuarezA type change that apparently works around a compiler bug
2006-08-07 Jarkko Hietaniemig++ large patch
2006-07-23 Rafael Garcia-SuarezRevert change 28603: this was a wrong fix, that didn...
2006-07-20 Rafael Garcia-SuarezIn pp_entersub, accept to handle a CV with a NULL padlist.
2006-07-19 Rafael Garcia-SuarezBand-aid for segfault in ext/threads/t/blocks.t on...
next