summaryrefslogtreecommitdiff
path: root/op.h
Commit message (Expand)AuthorAgeFilesLines
* Remove the code that handles assignment to state variablesRafael Garcia-Suarez2007-04-241-3/+0
* Re: [PATCH] madprop about forced wordsGerard Goossen2007-04-201-0/+1
* S_forget_pmop() only needs a flags argument for the ithreads case,Nicholas Clark2007-04-101-0/+2
* Under PERL_DEBUG_READONLY_OPS don't panic if you can't find the slabNicholas Clark2007-04-071-2/+7
* Turn op_pmreplroot in struct pmop into a real union.Nicholas Clark2007-04-071-1/+8
* Merge op_pmreplstart and op_pmstash/op_pmstashpv into a union inNicholas Clark2007-04-061-15/+31
* Add editor block.Nicholas Clark2007-04-061-0/+10
* Only append ?? match ops to the list used by reset. This saves memoryNicholas Clark2007-04-061-0/+5
* Remove op_pmnext from PMOPs, and instead store the list for reset asNicholas Clark2007-04-061-1/+0
* Re: pmdynflags and thread safetyYves Orton2007-04-041-11/+8
* For Perl_Slab_Alloc(), eliminate the unused parameter 'm'.Nicholas Clark2007-04-021-2/+2
* Let %^H be modifiable in eval-strings (bug #41531),Rafael Garcia-Suarez2007-03-191-0/+2
* Fix bug #41550 - AUTOLOAD :lvalue not working the same in blead as inNicholas Clark2007-02-261-2/+2
* Wrap the macro arguments for ck_proto in ().Nicholas Clark2007-01-241-1/+2
* Add support for /k modfier for matching along with ${^PREMATCH}, ${^MATCH}, $...Yves Orton2007-01-151-6/+7
* Let the regex parser decide if we have a special pattern or not.Yves Orton2007-01-091-3/+5
* Update copyright years in .h files. Also, in .plRafael Garcia-Suarez2007-01-051-1/+1
* further fix for #29543: fix parser leaks caused by croakingDave Mitchell2006-12-291-2/+9
* Eliminate PVBM. Store fast Boyer-Moore tables in PVGV.Nicholas Clark2006-12-131-1/+2
* fix parser leaks caused by croaking while shifting or reducingDave Mitchell2006-12-131-2/+8
* add missing OP_REFCNT_LOCK/UNLOCKs and document itDave Mitchell2006-12-081-0/+9
* Cleanup regexp flags and structureYves Orton2006-11-231-1/+3
* Document the values that mad_key can holdRafael Garcia-Suarez2006-09-211-0/+75
* Change the generation of {} and [] from 3 ops to 1, and avoid 1 mortalNicholas Clark2006-08-311-0/+2
* Re: A large-ish C++ TODO (Re: [PATCH] g++ stage 1 reached)Jarkko Hietaniemi2006-08-171-1/+2
* Introduce a new keyword, state, for state variables.Rafael Garcia-Suarez2006-05-031-0/+5
* Oops. Need a macro to convert cv_ckproto() to cv_ckproto_len().Nicholas Clark2006-04-191-0/+5
* As OPs are shared between threads, they should be usingNicholas Clark2006-04-121-3/+5
* Some of the MAD structures in headers, plus PL_madskills and PL_xmlfp,Nicholas Clark2006-03-071-0/+29
* Trying my "remove the pTHXes" patch againAndy Lester2006-02-091-1/+1
* Re: [PATCH] s/Null(av|ch)/NULL/gSteven Schubiger2006-02-021-2/+2
* Add an optimisation to allow proxy constant subroutines to be copiedNicholas Clark2005-12-221-0/+9
* rv_2av, rv_2cv and rv_2hv also make use of OPf_SPECIAL, so update theNicholas Clark2005-12-201-1/+2
* Re: [PATCH] Make the 'sort' pragma lexically scopedRobin Houston2005-12-191-0/+3
* latest switch/say/~~Robin Houston2005-12-191-1/+8
* s/Nullhv/NULL/g;Nicholas Clark2005-12-161-1/+1
* More consting, and putting stuff in embed.fncAndy Lester2005-12-061-1/+4
* Re: [PATCH] Re: [perl #37350] $#{@$aref} in debugger gives: Bizarre copy of A...Robin Houston2005-10-191-0/+3
* Document the new meaning of OPf_SPECIAL on OP_REQUIRERafael Garcia-Suarez2005-09-261-0/+1
* Add the "no 6" / "no v6" syntax.Rafael Garcia-Suarez2005-09-011-0/+1
* Re: janitorial work ? [patch]Jim Cromie2005-07-081-1/+1
* Move hv_name, hv_eiter and hv_riter into a new aux structure.Nicholas Clark2005-05-211-2/+2
* Update copyrights.Rafael Garcia-Suarez2005-03-301-1/+1
* [perl #32968] [PATCH] Re: B::walkoptree segfaults Stephen McCamant2005-02-181-1/+1
* Fix Win32 breakage caused by changes to op.c in change 23433.Steve Hay2004-11-161-2/+7
* Optimise foreach my $i (reverse ...)Nicholas Clark2004-07-141-0/+3
* The current optimisation for sort {$b cmp $a} is bogus now that weNicholas Clark2004-07-131-1/+2
* fix typo in change 22597Dave Mitchell2004-03-281-1/+1
* Clarify op.h comments for which ops the OPpDEREF* private flagsDave Mitchell2004-03-261-2/+2
* Update copyright noticesRafael Garcia-Suarez2004-03-161-1/+1