This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Integrate:
[perl5.git] / op.h
2005-09-22 Jim CromieIntegrate:
2005-09-18 Nicholas ClarkIntegrate the API from:
2005-04-22 Nicholas ClarkIntegrate:
2005-04-05 Nicholas ClarkIntegrate:
2004-12-01 Nicholas ClarkIntegrate:
2004-09-09 Nicholas ClarkIntegrate:
2004-09-09 david nicolIntegrate:
2004-03-31 Nicholas ClarkIntegrate:
2004-03-28 Dave Mitchellfix typo in change 22597
2004-03-27 Nicholas ClarkIntegrate:
2004-03-26 Dave MitchellClarify op.h comments for which ops the OPpDEREF* priva...
2004-03-22 Nicholas ClarkIntegrate:
2004-03-16 Rafael Garcia-SuarezUpdate copyright notices
2004-02-27 Nicholas ClarkIntegrate:
2004-02-27 Tassilo von ParsevalIntegrate:
2004-02-27 Nicholas ClarkIntegrate:
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-05 Jarkko HietaniemiEnache thinks now is a good spot to bring back the...
2003-09-03 Jarkko HietaniemiAvoid lvalue casts, from Enache.
2003-09-02 Adrian M. EnacheRe: ByteLoader and MSWin32
2003-05-24 Jarkko HietaniemiIntegrate:
2003-05-24 Dave Mitchell[PATCH #2] Re: [perl #22181] goto undefines my() variables
2003-05-04 Jarkko HietaniemiIntegrate:
2003-05-04 Jarkko HietaniemiIntegrate:
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-11 Chris NandorIntegrate from maint-5.8/perl
2003-03-02 Jarkko HietaniemiIntegrate:
2003-03-02 Hugo van der SandenUpdate all copyrights to 2003, from Jarkko
2003-02-28 Jarkko HietaniemiThe Great Pad Run of '02
2003-01-26 Dave MitchellIntegrate:
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-06-03 Gurusamy Sarathyrationalize locale handling to fix the bugs uncovered...
2001-03-22 Gurusamy Sarathyupdate copyright year
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-12 Gurusamy Sarathyfix memory leak in C<sub X { sub {} }> arising from...
2001-03-06 Jarkko HietaniemiIntegrate the change #9054 from mainline:
2001-03-06 Jarkko HietaniemiRetract the PMOP cleanup patch: I'm seeing strange...
2001-03-05 Jarkko HietaniemiIntegrate changes #9033 and #9044 from mainline into...
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-30 Mark-Jason Dominusintegrate changes#8259,8442,8444,8445,8448,8449,8451...
2001-01-30 Gurusamy Sarathyintegrate changes#8243,8254,8255,8313,8314,8363,8383...
2001-01-24 Charles BaileySYN SYN
2001-01-15 Stephen McCamant[PATCH @8436] Eliminate op_children
2001-01-12 Stephen McCamantConsolidated lvalue sub changes
next