This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix a bug in mad - regexps can be 8 bit, not just ASCII or UTF-8.
[perl5.git] / op.h
2008-01-03 Rafael Garcia-SuarezOP_THREADSV was removed by #29727
2007-12-29 Nicholas ClarkReorder the external regexp flags to get RXf_PMf_STD_PM...
2007-12-29 Nicholas ClarkNote to future self about moving the regexp flag bits...
2007-12-22 Nicholas ClarkRemove the definitions of Null(), Nullch, Nullfp, Nulls...
2007-11-07 Nicholas ClarkFix up copyright years for files modified in 2007.
2007-10-02 Jim CromieRe: [patch] clean out remnants of DEBUGGING_OPS (was...
2007-10-02 John Peacockwas Re: Freeze ?
2007-09-20 Nicholas ClarkGet mad compiling as C++. (At least for me)
2007-09-17 Jim Cromiegrammar nit
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-05-16 Steve HayRemove comment added by #31218 since the rest of that...
2007-05-15 Steve PetersMove pmop.op_pmflags back to its previous location...
2007-05-15 Nicholas ClarkBASEOP isn't an exact multiple of 8 bytes, so reorderin...
2007-05-12 Gerard GoossenGive the 'local' declarator a new key, such that 'local...
2007-05-12 Gerard GoossenDisable slurping assigned of split when PL_madskills
2007-05-12 Gerard GoossenDisable operator target setting for 'my' variables...
2007-04-24 Rafael Garcia-SuarezRemove the code that handles assignment to state variables
2007-04-20 Gerard GoossenRe: [PATCH] madprop about forced words
2007-04-10 Nicholas ClarkS_forget_pmop() only needs a flags argument for the...
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-06 Nicholas ClarkMerge op_pmreplstart and op_pmstash/op_pmstashpv into...
2007-04-06 Nicholas ClarkAdd editor block.
2007-04-06 Nicholas ClarkOnly append ?? match ops to the list used by reset...
2007-04-06 Nicholas ClarkRemove op_pmnext from PMOPs, and instead store the...
2007-04-04 Yves OrtonRe: pmdynflags and thread safety
2007-04-02 Nicholas ClarkFor Perl_Slab_Alloc(), eliminate the unused parameter...
2007-03-19 Rafael Garcia-SuarezLet %^H be modifiable in eval-strings (bug #41531),
2007-02-26 Nicholas ClarkFix bug #41550 - AUTOLOAD :lvalue not working the...
2007-01-24 Nicholas ClarkWrap the macro arguments for ck_proto in ().
2007-01-15 Yves OrtonAdd support for /k modfier for matching along with...
2007-01-09 Yves OrtonLet the regex parser decide if we have a special patter...
2007-01-05 Rafael Garcia-SuarezUpdate copyright years in .h files. Also, in .pl
2006-12-29 Dave Mitchellfurther fix for #29543: fix parser leaks caused by...
2006-12-13 Nicholas ClarkEliminate PVBM. Store fast Boyer-Moore tables in PVGV.
2006-12-13 Dave Mitchellfix parser leaks caused by croaking while shifting...
2006-12-08 Dave Mitchelladd missing OP_REFCNT_LOCK/UNLOCKs and document it
2006-11-23 Yves OrtonCleanup regexp flags and structure
2006-09-21 Rafael Garcia-SuarezDocument the values that mad_key can hold
2006-08-31 Nicholas ClarkChange the generation of {} and [] from 3 ops to 1...
2006-08-17 Jarkko HietaniemiRe: A large-ish C++ TODO (Re: [PATCH] g++ stage 1 reached)
2006-05-03 Rafael Garcia-SuarezIntroduce a new keyword, state, for state variables.
2006-04-19 Nicholas ClarkOops. Need a macro to convert cv_ckproto() to cv_ckprot...
2006-04-12 Nicholas ClarkAs OPs are shared between threads, they should be using
2006-03-07 Nicholas ClarkSome of the MAD structures in headers, plus PL_madskill...
2006-02-09 Andy LesterTrying my "remove the pTHXes" patch again
2006-02-02 Steven SchubigerRe: [PATCH] s/Null(av|ch)/NULL/g
2005-12-22 Nicholas ClarkAdd an optimisation to allow proxy constant subroutines...
2005-12-20 Nicholas Clarkrv_2av, rv_2cv and rv_2hv also make use of OPf_SPECIAL...
2005-12-19 Robin HoustonRe: [PATCH] Make the 'sort' pragma lexically scoped
2005-12-19 Robin Houstonlatest switch/say/~~
2005-12-16 Nicholas Clarks/Nullhv/NULL/g;
2005-12-06 Andy LesterMore consting, and putting stuff in embed.fnc
2005-10-19 Robin HoustonRe: [PATCH] Re: [perl #37350] $#{@$aref} in debugger...
2005-09-26 Rafael Garcia-SuarezDocument the new meaning of OPf_SPECIAL on OP_REQUIRE
2005-09-01 Rafael Garcia-SuarezAdd the "no 6" / "no v6" syntax.
2005-07-08 Jim CromieRe: janitorial work ? [patch]
2005-05-21 Nicholas ClarkMove hv_name, hv_eiter and hv_riter into a new aux...
2005-03-30 Rafael Garcia-SuarezUpdate copyrights.
2005-02-18 Stephen McCamant[perl #32968] [PATCH] Re: B::walkoptree segfaults
2004-11-16 Steve HayFix Win32 breakage caused by changes to op.c in change...
2004-07-14 Nicholas ClarkOptimise foreach my $i (reverse ...)
2004-07-13 Nicholas ClarkThe current optimisation for sort {$b cmp $a} is bogus...
2004-03-28 Dave Mitchellfix typo in change 22597
2004-03-26 Dave MitchellClarify op.h comments for which ops the OPpDEREF* priva...
2004-03-16 Rafael Garcia-SuarezUpdate copyright notices
2004-02-25 Dave Mitchellstop "const in void context" warning for a const in an
2004-02-22 Dave MitchellExtend OP_AELEMFAST optimisation to lexical arrays
2004-02-21 Paul JohnsonRe: op_seq (was: Freeing code)
2004-02-20 Dave Mitchelloptimise the sorting inplace of plain arrays: @a =...
2004-02-09 Rafael Garcia-SuarezImplement stacked filetest operators (-f -w -x $file).
2004-02-03 Rafael Garcia-SuarezImplement "my $_".
2003-09-03 Jarkko HietaniemiAvoid lvalue casts, from Enache.
2003-09-02 Adrian M. EnacheRe: ByteLoader and MSWin32
2003-05-24 Dave Mitchell[PATCH #2] Re: [perl #22181] goto undefines my() variables
2003-05-03 Jarkko HietaniemiSalvage 'use filetest "access"' from compiletime to...
2003-04-16 Jarkko HietaniemiFix up Larry's copyright statements to my best knowledge.
2003-03-02 Hugo van der SandenUpdate all copyrights to 2003, from Jarkko
2003-01-26 Dave MitchellOPf_SPECIAL on OP_DBSTATE now indicates a breakpoint.
2002-10-02 Dave Mitchellmove all pad-related code to its own src file
2002-08-17 Michael G. SchwernRemove pseudo-hashes (complete)
2002-04-27 Jarkko HietaniemiMore U32 regflags.
2002-04-26 Mark-Jason DominusRe: binary compatibility
2002-03-21 Jarkko HietaniemiIt seems that the strange failure (core dump) of
2002-03-15 Jarkko HietaniemiMonster _r patch: try to scan for all known _r variants,
2002-03-10 Jarkko HietaniemiRenaming tweaks, and split off the reentrant "superbuffer"
2002-03-06 Yitzchak Scott-Tho... Re: [PATCH] Re: [ID 20000922.001] Implicit comparison...
2002-02-21 Rafael Garcia-SuarezNo OPf_SPECIAL on OP_ENTERSUB when readline() is overriden
2002-01-25 Nick Ing-SimmonsIntegrate mainline
2002-01-23 Jarkko HietaniemiCopyright++. (Not all the toplevel *.h have one, it...
2002-01-14 Nick Ing-SimmonsUse PerlMemShared for CopSTASHPV and CopFILE. MUCH...
2002-01-03 Jarkko HietaniemiMissed the =head1 additions.
2001-12-09 Spider BoardmanRe: attributes are broken
2001-10-28 Jarkko HietaniemiExplicitly expect only 4 or 8 bytes of PTRSIZE.
2001-10-27 Jarkko HietaniemiMust store pointers with the right width.
2001-10-19 Charles Lanevmsish fix, ieee rand() cleanup
2001-10-12 Artur BergmanPerhaps other OLD_POSIX_API systems might be happy...
2001-09-22 Jarkko HietaniemiRetract #12134; reintroduce #11949: PADOFFSETs are...
2001-09-10 Jarkko HietaniemiSwitch PADOFFSET back to U32 both because of binary...
next