This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update location to fetch dmake from in README.win32
[perl5.git] / op.h
2005-03-30 Rafael Garcia-SuarezUpdate copyrights.
2005-02-18 Stephen McCamant[perl #32968] [PATCH] Re: B::walkoptree segfaults
2004-11-16 Steve HayFix Win32 breakage caused by changes to op.c in change...
2004-07-14 Nicholas ClarkOptimise foreach my $i (reverse ...)
2004-07-13 Nicholas ClarkThe current optimisation for sort {$b cmp $a} is bogus...
2004-03-28 Dave Mitchellfix typo in change 22597
2004-03-26 Dave MitchellClarify op.h comments for which ops the OPpDEREF* priva...
2004-03-16 Rafael Garcia-SuarezUpdate copyright notices
2004-02-25 Dave Mitchellstop "const in void context" warning for a const in an
2004-02-22 Dave MitchellExtend OP_AELEMFAST optimisation to lexical arrays
2004-02-21 Paul JohnsonRe: op_seq (was: Freeing code)
2004-02-20 Dave Mitchelloptimise the sorting inplace of plain arrays: @a =...
2004-02-09 Rafael Garcia-SuarezImplement stacked filetest operators (-f -w -x $file).
2004-02-03 Rafael Garcia-SuarezImplement "my $_".
2003-09-03 Jarkko HietaniemiAvoid lvalue casts, from Enache.
2003-09-02 Adrian M. EnacheRe: ByteLoader and MSWin32
2003-05-24 Dave Mitchell[PATCH #2] Re: [perl #22181] goto undefines my() variables
2003-05-03 Jarkko HietaniemiSalvage 'use filetest "access"' from compiletime to...
2003-04-16 Jarkko HietaniemiFix up Larry's copyright statements to my best knowledge.
2003-03-02 Hugo van der SandenUpdate all copyrights to 2003, from Jarkko
2003-01-26 Dave MitchellOPf_SPECIAL on OP_DBSTATE now indicates a breakpoint.
2002-10-02 Dave Mitchellmove all pad-related code to its own src file
2002-08-17 Michael G. SchwernRemove pseudo-hashes (complete)
2002-04-27 Jarkko HietaniemiMore U32 regflags.
2002-04-26 Mark-Jason DominusRe: binary compatibility
2002-03-21 Jarkko HietaniemiIt seems that the strange failure (core dump) of
2002-03-15 Jarkko HietaniemiMonster _r patch: try to scan for all known _r variants,
2002-03-10 Jarkko HietaniemiRenaming 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-SuarezNo OPf_SPECIAL on OP_ENTERSUB when readline() is overriden
2002-01-25 Nick Ing-SimmonsIntegrate mainline
2002-01-23 Jarkko HietaniemiCopyright++. (Not all the toplevel *.h have one, it...
2002-01-14 Nick Ing-SimmonsUse PerlMemShared for CopSTASHPV and CopFILE. MUCH...
2002-01-03 Jarkko HietaniemiMissed the =head1 additions.
2001-12-09 Spider BoardmanRe: attributes are broken
2001-10-28 Jarkko HietaniemiExplicitly expect only 4 or 8 bytes of PTRSIZE.
2001-10-27 Jarkko HietaniemiMust store pointers with the right width.
2001-10-19 Charles Lanevmsish fix, ieee rand() cleanup
2001-10-12 Artur BergmanPerhaps other OLD_POSIX_API systems might be happy...
2001-09-22 Jarkko HietaniemiRetract #12134; reintroduce #11949: PADOFFSETs are...
2001-09-10 Jarkko HietaniemiSwitch PADOFFSET back to U32 both because of binary...
2001-09-10 Artur BergmanApply INT2PTR with force to silence warnings from
2001-09-08 Jarkko HietaniemiPADOFFSET is used to cast pointers into integers,
2001-08-28 Nicholas Clarkodd typo in op.h
2001-08-27 Simon CozensCustom Ops
2001-08-17 Artur BergmanFixed 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 HietaniemiNot quite so relicy as thought in #11651 (op/concat...
2001-08-12 Jarkko HietaniemiMore (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 HietaniemiRetract #11166 (and #11237).
2001-07-12 Artur BergmanUse reentrant API glibc
2001-07-11 Jarkko HietaniemiMake the I32 an IV to preserve structure alignment...
2001-07-11 Artur BergmanThreadsafe PMOPs! We might still win this war.
2001-07-06 Nick Ing-SimmonsIntegrate mainline
2001-07-06 Abhijit Menon-Sen(Retracted by #11285.)
2001-07-02 Jarkko HietaniemiRetract #11055, didn't help much (2736 bytes vs 2725...
2001-07-02 Robin Houstonv minor comment tweak
2001-06-30 Jarkko HietaniemiAttempt at plugging the leak under ithreads detected...
2001-06-21 Nick Ing-SimmonsIntegrate mainline
2001-06-21 Artur BergmanRe: [PATCH] Step 1 of moving regexps to the pad
2001-06-21 Artur BergmanRe: [PATCH] Step 1 of moving regexps to the pad
2001-06-03 Jarkko HietaniemiIntegrate change #10412 from maintperl; locale is now
2001-03-18 Jarkko HietaniemiSarathy's clear_pmop patch with Radu Greab's fix,
2001-03-14 Jarkko HietaniemiThe #9145 CANNOT be enabled: the clear_pmop code still
2001-03-14 Gurusamy Sarathyreenable change#9145 (the test was busted due to a...
2001-03-14 Jarkko HietaniemiRetract #9145.
2001-03-14 Jarkko Hietaniemi(Retracted by #9150.)
2001-03-12 Jarkko HietaniemiIntegrate change #9108 from maintperl to mainline.
2001-03-06 Jarkko HietaniemiRetract the PMOP cleanup patch: I'm seeing strange...
2001-03-05 Nick Ing-SimmonsIntegrate mainline (mostly - holding of on Encode.pm...
2001-03-05 Jarkko HietaniemiForgot the other half of the PMOP patch (#9033).
2001-01-24 Charles BaileySYN SYN
2001-01-15 Stephen McCamant[PATCH @8436] Eliminate op_children
2001-01-12 Stephen McCamantConsolidated lvalue sub changes
2001-01-08 Charles BaileyOnce again syncing after too long an absence
2001-01-04 Stephen McCamantContinue blocks and B::Deparse
2001-01-01 Jarkko HietaniemiBump up Larry's copyright.
2000-12-30 Nick Ing-SimmonsIntegrate mainline
2000-12-30 Inaba Hirotomore UTF8 test suites and an UTF8 patch
2000-10-20 Charles BaileySYN SYN
2000-09-14 Jarkko HietaniemiRemove vestiges of tr//CU.
2000-08-08 Jarkko HietaniemiDo away with array context, from Daniel Chetlin <daniel...
2000-08-04 Charles BaileyYA resync with mainstem, including VMS patches from...
2000-07-11 Gurusamy Sarathyintegrate cfgperl changes#6231..6240 into mainline
2000-06-23 Mark-Jason DominusPATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op...
2000-05-23 Charles BaileyResync with mainline prior to post-5.6.0 updates
2000-03-19 Gurusamy Sarathysupport for C<use vmsish 'hushed'>; move VMSISH_EXIT...
2000-03-09 Gurusamy Sarathysupport binmode(F,":crlf") and use open IN => ":raw...
2000-03-08 Gurusamy Sarathyabstract code for C<use Foo 1.23 @ary;> into a Perl_loa...
2000-03-08 Gurusamy Sarathyadd missing locks for op refcounts
2000-03-03 Gurusamy Sarathysupport for list assignment to pseudohashes (from John...
2000-02-25 Gurusamy Sarathychange#4849 wasn't restoring savestack correctly; make...
2000-02-09 Charles BaileyResync with mainline
2000-02-08 Jarkko HietaniemiIntegrate with Sarathy.
2000-02-06 Gurusamy Sarathyset SvUTF8 on vectors only if there are chars > 127...
2000-01-31 Gurusamy Sarathyintroduce $^U, a global bit to indicate whether system
2000-01-31 Gurusamy Sarathyruntime now looks at the SVf_UTF8 bit on the SV to...
next