summaryrefslogtreecommitdiff
path: root/op.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* stop "const in void context" warning for a const in anDave Mitchell2004-02-251-0/+1
* Extend OP_AELEMFAST optimisation to lexical arraysDave Mitchell2004-02-221-0/+1
* Re: op_seq (was: Freeing code)Paul Johnson2004-02-211-2/+10
* optimise the sorting inplace of plain arrays: @a = sort @aDave Mitchell2004-02-201-0/+1
* Implement stacked filetest operators (-f -w -x $file).Rafael Garcia-Suarez2004-02-091-0/+1
* Implement "my $_".Rafael Garcia-Suarez2004-02-031-1/+6
* Avoid lvalue casts, from Enache.Jarkko Hietaniemi2003-09-031-5/+4
* Re: ByteLoader and MSWin32Adrian M. Enache2003-09-021-0/+13
* [PATCH #2] Re: [perl #22181] goto undefines my() variablesDave Mitchell2003-05-241-1/+1
* Salvage 'use filetest "access"' from compiletime to runtime.Jarkko Hietaniemi2003-05-031-0/+10
* Fix up Larry's copyright statements to my best knowledge.Jarkko Hietaniemi2003-04-161-1/+2
* Update all copyrights to 2003, from JarkkoHugo van der Sanden2003-03-021-1/+1
* OPf_SPECIAL on OP_DBSTATE now indicates a breakpoint.Dave Mitchell2003-01-261-0/+2
* move all pad-related code to its own src fileDave Mitchell2002-10-021-12/+3
* Remove pseudo-hashes (complete)Michael G. Schwern2002-08-171-1/+0
* More U32 regflags.Jarkko Hietaniemi2002-04-271-1/+1
* Re: binary compatibilityMark-Jason Dominus2002-04-261-2/+2
* It seems that the strange failure (core dump) ofJarkko Hietaniemi2002-03-211-1/+1
* Monster _r patch: try to scan for all known _r variants,Jarkko Hietaniemi2002-03-151-20/+1
* Renaming tweaks, and split off the reentrant "superbuffer"Jarkko Hietaniemi2002-03-101-6/+6
* Re: [PATCH] Re: [ID 20000922.001] Implicit comparison to $. not performed bef...Yitzchak Scott-Thoennes2002-03-061-0/+1
* No OPf_SPECIAL on OP_ENTERSUB when readline() is overridenRafael Garcia-Suarez2002-02-211-0/+1
* Copyright++. (Not all the toplevel *.h have one, it seems.)Jarkko Hietaniemi2002-01-231-1/+1
* Use PerlMemShared for CopSTASHPV and CopFILE. MUCH harder than it sounds!Nick Ing-Simmons2002-01-141-2/+6
* Missed the =head1 additions.Jarkko Hietaniemi2002-01-031-0/+2