summaryrefslogtreecommitdiff
path: root/op.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Re: attributes are brokenSpider Boardman2001-12-091-0/+1
* Explicitly expect only 4 or 8 bytes of PTRSIZE.Jarkko Hietaniemi2001-10-281-3/+5
* Must store pointers with the right width.Jarkko Hietaniemi2001-10-271-1/+5
* vmsish fix, ieee rand() cleanupCharles Lane2001-10-191-1/+2
* Perhaps other OLD_POSIX_API systems might be happy and not only HP-UX 10.20Artur Bergman2001-10-121-1/+1
* Retract #12134; reintroduce #11949: PADOFFSETs are now UVsJarkko Hietaniemi2001-09-221-1/+1
* Switch PADOFFSET back to U32 both because of binary backwardJarkko Hietaniemi2001-09-101-1/+1
* Apply INT2PTR with force to silence warnings fromArtur Bergman2001-09-101-2/+2
* PADOFFSET is used to cast pointers into integers,Jarkko Hietaniemi2001-09-081-1/+1
* odd typo in op.hNicholas Clark2001-08-281-1/+1
* Custom OpsSimon Cozens2001-08-271-0/+1
* Fixed macros for localtime_r under USE_REENTRANT_API, also fixed for HP-UX 10.20Artur Bergman2001-08-171-4/+4
* *time_r againArthur Bergman2001-08-171-2/+16
* *time_r fixesArthur Bergman2001-08-161-2/+2
* Not quite so relicy as thought in #11651 (op/concat #4 and #5Jarkko Hietaniemi2001-08-121-0/+4
* More (less) regex/utf8 relics. (Toned down later in #11653.)Jarkko Hietaniemi2001-08-121-4/+0
* [patch] plug PL_regex_padav leaksDoug MacEachern2001-08-031-0/+4