summaryrefslogtreecommitdiff
path: root/op.h
Commit message (Expand)AuthorAgeFilesLines
* Document the PERL_LOADMOD_ flagsRafael Garcia-Suarez2009-06-101-3/+3
* Re: Solaris build warningsAndy Dougherty2009-03-261-1/+1
* Silence compiler warnings on Win32/VC6Jan Dubois2009-03-251-0/+7
* Fix bit-fields for VC [was RE: [perl #50386] GIMME_V broken with 5.10.0/GCC a...Jan Dubois2009-03-221-6/+6
* Don't totally eliminate Nullop; naughty code might define PERL_COREDavid Mitchell2009-03-191-3/+1
* Eliminate use of Nullop in the core code. Dual life uses remain.Nicholas Clark2009-03-191-1/+3
* Integrate:Nicholas Clark2008-10-261-2/+2
* Integrate:Jerry D. Hedden2008-05-181-0/+5
* Integrate:Nicholas Clark2008-01-301-2/+17
* Integrate:Jerry D. Hedden2008-01-301-3/+0
* Integrate:Nicholas Clark2008-01-301-2/+3
* Fix up copyright years for files modified in 2007.Nicholas Clark2007-11-071-1/+1
* Re: [patch] clean out remnants of DEBUGGING_OPS (was opcode op_type:9)Jim Cromie2007-10-021-5/+1
* was Re: Freeze ?John Peacock2007-10-021-1/+1
* Get mad compiling as C++. (At least for me)Nicholas Clark2007-09-201-1/+1
* grammar nitJim Cromie2007-09-171-1/+1
* Move the RXf_WHITE logic for split " " into the regex engineÆvar Arnfjörð Bjarmason2007-06-281-1/+1
* remove op_staticPaul Johnson2007-06-251-7/+3
* Remove comment added by #31218 since the rest of that change wasSteve Hay2007-05-161-2/+0
* Move pmop.op_pmflags back to its previous location. The move inSteve Peters2007-05-151-1/+1
* BASEOP isn't an exact multiple of 8 bytes, so reordering pmop and copNicholas Clark2007-05-151-1/+3
* Give the 'local' declarator a new key, such that 'local our'Gerard Goossen2007-05-121-0/+1
* Disable slurping assigned of split when PL_madskillsGerard Goossen2007-05-121-1/+0
* Disable operator target setting for 'my' variables (OPpTARGET_MY)Gerard Goossen2007-05-121-1/+0
* 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