This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update to embed.h somehow missed from change 33343.
[perl5.git] / op.c
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
2007-12-28 Nicholas ClarkWrap all accesses to the members precomp and prelen...
2007-12-20 Nicholas ClarkImplement each @array.
2007-10-24 Rafael Garcia-SuarezFix an off by one error, found by valgrind
2007-10-17 joshFix a few segfaults and a when() bug
2007-10-16 Nicholas ClarkPerl_ck_smartmatch needs a dVAR too.
2007-10-12 Nicholas ClarkRemove some strlen()s and replace one strlcpy() with...
2007-10-10 Dave MitchellnewCONTSUB() wasn't thread-safe ([perl #45053])
2007-09-21 Rafael Garcia-SuarezSilence a load of "value computed is not used" warnings
2007-09-20 Nicholas ClarkGet mad compiling as C++. (At least for me)
2007-09-12 Nicholas ClarkAdd the missing assignment to op_last that change 31798...
2007-09-09 Dave Mitchellstate variables shouldn't be shared between anon subs
2007-09-08 Nicholas ClarkFor now, forbid all list assignment initialisation...
2007-09-08 Nicholas ClarkMake 'state $$' etc report 'Can't use global $$ in...
2007-09-06 Rafael Garcia-Suarezstate $foo if 0 shouldn't warn. Spotted by Abigail.
2007-09-06 Nicholas ClarkMake state $zok = slosh(); behave as the Perl 6 design...
2007-08-30 Jarkko Hietaniemimisc blead stuff
2007-07-16 Dave Mitchell [perl #43425] local $[: fix scoping during parser...
2007-07-07 Gerard GoossenMAD: 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 Johnsonremove op_static
2007-06-15 Jarkko Hietaniemimiscellanea
2007-06-05 Rafael Garcia-SuarezRemove support for assertions and -A
2007-05-21 Dave Mitchellmove PL_error_count into the PL_parser struct
2007-05-21 Dave Mitchellmove PL_multi_end into the PL_parser struct
2007-05-12 Gerard GoossenDisable slurping assigned of split when PL_madskills
2007-05-12 Gerard GoossenDisable !a&&b, !b||a optimalization when PL_madskills
2007-05-12 Gerard GoossenDisable operator target setting for 'my' variables...
2007-05-12 Dave Mitchellmove PL_in_my and PL_in_my_stash into the PL_parser...
2007-05-12 Dave Mitchellmove PL_rsfp_filters into the parser struct
2007-05-11 Dave Mitchellmove PL_rsfp into the PL_parser struct
2007-05-05 Dave Mitchellmove PL_lex_state into the PL_parser struct
2007-05-04 Dave Mitchellmove some more variables into the PL_parser struct:
2007-05-04 Dave Mitchellmove PL_expect and PL_copline into the PL_parser structure
2007-04-30 Brandon BlackRe: mro status, etc
2007-04-24 Rafael Garcia-SuarezFix potential precedence problem
2007-04-24 Rafael Garcia-SuarezFix a bug in dor assignment (@x //= 1 was triggering an
2007-04-24 Rafael Garcia-SuarezRemove 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 ClarkSeveral members of struct yy_parser can go on a diet...
2007-04-21 Nicholas ClarkWhere possible, use SvIV instead of SvIVX, SvNV instead...
2007-04-19 Brandon BlackRe: new C3 MRO patch
2007-04-12 Nicholas ClarkFix two errors in the OP debugging code. Now all test...
2007-04-10 Nicholas ClarkS_forget_pmop() only needs a flags argument for the...
2007-04-10 Nicholas ClarkIf PL_curpm is pointing to an op that is getting freed...
2007-04-07 Nicholas ClarkUnder PERL_DEBUG_READONLY_OPS don't panic if you can...
2007-04-07 Nicholas ClarkTurn op_pmreplroot in struct pmop into a real union.
2007-04-07 Nicholas ClarkRemove a now un-needed goto from Perl_peep().
2007-04-07 Nicholas ClarkRejig Perl_peep() to assume that ops are optimised...
2007-04-07 Nicholas ClarkRe-ordering OP_STUB in the switch statement in Perl_pee...
2007-04-06 Nicholas ClarkMerge op_pmreplstart and op_pmstash/op_pmstashpv into...
2007-04-06 Nicholas Clarkassert() that OP_QR and OP_MATCH never set op_pmreplsta...
2007-04-06 Nicholas ClarkOnly append ?? match ops to the list used by reset...
2007-04-06 Nicholas ClarkAvoid accessing free()d memory when calling reset in...
2007-04-06 Nicholas ClarkRemove op_pmnext from PMOPs, and instead store the...
2007-04-05 Nicholas ClarkS_op_destroy() was not static. Also tidy all other...
2007-04-04 Nicholas ClarkGet further through the build with read-only optrees...
2007-04-04 Yves OrtonRe: pmdynflags and thread safety
2007-04-03 Gerard GoossenRe: [PATCH] MAD prototype checking
2007-04-02 Nicholas ClarkWe may not even have a list of slabs when Perl_Slab_Fre...
2007-04-02 Nicholas ClarkFor Perl_Slab_Alloc(), eliminate the unused parameter...
2007-04-02 Nicholas ClarkThe op slab allocator can call calloc() instead of...
2007-04-02 Nicholas ClarkAdd a new compile option PERL_DEBUG_READONLY_OPS which...
2007-03-27 Rafael Garcia-SuarezFix return value of state assignment ($x=state $y=$z).
2007-03-24 Rafael Garcia-SuarezMake readline() default to *ARGV.
2007-03-24 Rafael Garcia-SuarezMake readpipe default to $_
2007-03-23 Nicholas ClarkChange 30080 was wrong to swap the BEGIN test to memEQ
2007-03-19 Rafael Garcia-SuarezLet %^H be modifiable in eval-strings (bug #41531),
2007-03-17 Nicholas ClarkThe code in newCONDOP can be made visibly simpler by...
2007-03-16 Nicholas ClarkUnder -Dmad, free the ops representing the dead code...
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-13 Robin HoustonRe: Segmentation fault at undeclared for loop variable
2007-02-03 Nicholas ClarkPurge all references to 5005 threads variables in the...
next