move some more variables into the PL_parser struct:
[p5sagit/p5-mst-13.2.git] / op.h
2007-04-24 Rafael Garcia-Suarez Remove the code that handles assignment to state variables
2007-04-20 Gerard Goossen Re: [PATCH] madprop about forced words
2007-04-10 Nicholas Clark S_forget_pmop() only needs a flags argument for the...
2007-04-07 Nicholas Clark Under PERL_DEBUG_READONLY_OPS don't panic if you can...
2007-04-07 Nicholas Clark Turn op_pmreplroot in struct pmop into a real union.
2007-04-06 Nicholas Clark Merge op_pmreplstart and op_pmstash/op_pmstashpv into...
2007-04-06 Nicholas Clark Add editor block.
2007-04-06 Nicholas Clark Only append ?? match ops to the list used by reset...
2007-04-06 Nicholas Clark Remove op_pmnext from PMOPs, and instead store the...
2007-04-04 Yves Orton Re: pmdynflags and thread safety
2007-04-02 Nicholas Clark For Perl_Slab_Alloc(), eliminate the unused parameter...
2007-03-19 Rafael Garcia-Suarez Let %^H be modifiable in eval-strings (bug #41531),
2007-02-26 Nicholas Clark Fix bug #41550 - AUTOLOAD :lvalue not working the...
2007-01-24 Nicholas Clark Wrap the macro arguments for ck_proto in ().
2007-01-15 Yves Orton Add support for /k modfier for matching along with...
2007-01-09 Yves Orton Let the regex parser decide if we have a special patter...
2007-01-05 Rafael Garcia-Suarez Update copyright years in .h files. Also, in .pl
2006-12-29 Dave Mitchell further fix for #29543: fix parser leaks caused by...
2006-12-13 Nicholas Clark Eliminate PVBM. Store fast Boyer-Moore tables in PVGV.
2006-12-13 Dave Mitchell fix parser leaks caused by croaking while shifting...
2006-12-08 Dave Mitchell add missing OP_REFCNT_LOCK/UNLOCKs and document it
2006-11-23 Yves Orton Cleanup regexp flags and structure
2006-09-21 Rafael Garcia-Suarez Document the values that mad_key can hold
2006-08-31 Nicholas Clark Change the generation of {} and [] from 3 ops to 1...
2006-08-17 Jarkko Hietaniemi Re: A large-ish C++ TODO (Re: [PATCH] g++ stage 1 reached)
2006-05-03 Rafael Garcia-Suarez Introduce a new keyword, state, for state variables.
2006-04-19 Nicholas Clark Oops. Need a macro to convert cv_ckproto() to cv_ckprot...
2006-04-12 Nicholas Clark As OPs are shared between threads, they should be using
2006-03-07 Nicholas Clark Some of the MAD structures in headers, plus PL_madskill...
2006-02-09 Andy Lester Trying my "remove the pTHXes" patch again
2006-02-02 Steven Schubiger Re: [PATCH] s/Null(av|ch)/NULL/g
2005-12-22 Nicholas Clark Add an optimisation to allow proxy constant subroutines...
2005-12-20 Nicholas Clark rv_2av, rv_2cv and rv_2hv also make use of OPf_SPECIAL...
2005-12-19 Robin Houston Re: [PATCH] Make the 'sort' pragma lexically scoped
2005-12-19 Robin Houston latest switch/say/~~
2005-12-16 Nicholas Clark s/Nullhv/NULL/g;
2005-12-06 Andy Lester More consting, and putting stuff in embed.fnc
2005-10-19 Robin Houston Re: [PATCH] Re: [perl #37350] $#{@$aref} in debugger...
2005-09-26 Rafael Garcia-Suarez Document the new meaning of OPf_SPECIAL on OP_REQUIRE
2005-09-01 Rafael Garcia-Suarez Add the "no 6" / "no v6" syntax.
2005-07-08 Jim Cromie Re: janitorial work ? [patch]
2005-05-21 Nicholas Clark Move hv_name, hv_eiter and hv_riter into a new aux...
2005-03-30 Rafael Garcia-Suarez Update copyrights.
2005-02-18 Stephen McCamant [perl #32968] [PATCH] Re: B::walkoptree segfaults
2004-11-16 Steve Hay Fix Win32 breakage caused by changes to op.c in change...
2004-07-14 Nicholas Clark Optimise foreach my $i (reverse ...)
2004-07-13 Nicholas Clark The current optimisation for sort {$b cmp $a} is bogus...
2004-03-28 Dave Mitchell fix typo in change 22597
2004-03-26 Dave Mitchell Clarify op.h comments for which ops the OPpDEREF* priva...
2004-03-16 Rafael Garcia-Suarez Update copyright notices
2004-02-25 Dave Mitchell stop "const in void context" warning for a const in an
2004-02-22 Dave Mitchell Extend OP_AELEMFAST optimisation to lexical arrays
2004-02-21 Paul Johnson Re: op_seq (was: Freeing code)
2004-02-20 Dave Mitchell optimise the sorting inplace of plain arrays: @a =...
2004-02-09 Rafael Garcia-Suarez Implement stacked filetest operators (-f -w -x $file).
2004-02-03 Rafael Garcia-Suarez Implement "my $_".
2003-09-03 Jarkko Hietaniemi Avoid lvalue casts, from Enache.
2003-09-02 Adrian M. Enache Re: ByteLoader and MSWin32
2003-05-24 Dave Mitchell [PATCH #2] Re: [perl #22181] goto undefines my() variables
2003-05-03 Jarkko Hietaniemi Salvage 'use filetest "access"' from compiletime to...
2003-04-16 Jarkko Hietaniemi Fix up Larry's copyright statements to my best knowledge.
2003-03-02 Hugo van der Sanden Update all copyrights to 2003, from Jarkko
2003-01-26 Dave Mitchell OPf_SPECIAL on OP_DBSTATE now indicates a breakpoint.
2002-10-02 Dave Mitchell move all pad-related code to its own src file
2002-08-17 Michael G. Schwern Remove pseudo-hashes (complete)
2002-04-27 Jarkko Hietaniemi More U32 regflags.
2002-04-26 Mark-Jason Dominus Re: binary compatibility
2002-03-21 Jarkko Hietaniemi It seems that the strange failure (core dump) of
2002-03-15 Jarkko Hietaniemi Monster _r patch: try to scan for all known _r variants,
2002-03-10 Jarkko Hietaniemi Renaming 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-Suarez No OPf_SPECIAL on OP_ENTERSUB when readline() is overriden
2002-01-25 Nick Ing-Simmons Integrate mainline
2002-01-23 Jarkko Hietaniemi Copyright++. (Not all the toplevel *.h have one, it...
2002-01-14 Nick Ing-Simmons Use PerlMemShared for CopSTASHPV and CopFILE. MUCH...
2002-01-03 Jarkko Hietaniemi Missed the =head1 additions.
2001-12-09 Spider Boardman Re: attributes are broken
2001-10-28 Jarkko Hietaniemi Explicitly expect only 4 or 8 bytes of PTRSIZE.
2001-10-27 Jarkko Hietaniemi Must store pointers with the right width.
2001-10-19 Charles Lane vmsish fix, ieee rand() cleanup
2001-10-12 Artur Bergman Perhaps other OLD_POSIX_API systems might be happy...
2001-09-22 Jarkko Hietaniemi Retract #12134; reintroduce #11949: PADOFFSETs are...
2001-09-10 Jarkko Hietaniemi Switch PADOFFSET back to U32 both because of binary...
2001-09-10 Artur Bergman Apply INT2PTR with force to silence warnings from
2001-09-08 Jarkko Hietaniemi PADOFFSET is used to cast pointers into integers,
2001-08-28 Nicholas Clark odd typo in op.h
2001-08-27 Simon Cozens Custom Ops
2001-08-17 Artur Bergman Fixed macros for localtime_r under USE_REENTRANT_API...
2001-08-17 Arthur Bergman *time_r again
2001-08-16 Arthur Bergman *time_r fixes
2001-08-12 Jarkko Hietaniemi Not quite so relicy as thought in #11651 (op/concat...
2001-08-12 Jarkko Hietaniemi More (less) regex/utf8 relics. (Toned down later in...
2001-08-03 Doug MacEachern [patch] plug PL_regex_padav leaks
2001-07-12 Doug MacEachern [patch] faster PM_GETRE
2001-07-12 Jarkko Hietaniemi Retract #11166 (and #11237).
2001-07-12 Artur Bergman Use reentrant API glibc
2001-07-11 Jarkko Hietaniemi Make the I32 an IV to preserve structure alignment...
2001-07-11 Artur Bergman Threadsafe PMOPs! We might still win this war.
2001-07-06 Nick Ing-Simmons Integrate mainline
2001-07-06 Abhijit Menon-Sen (Retracted by #11285.)
next