This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Integrate:
[perl5.git] / cop.h
2007-02-07 Nicholas ClarkIntegrate:
2007-02-05 Nicholas ClarkIntegrate:
2007-01-26 Andy LesterIntegrate:
2007-01-25 Nicholas ClarkIntegrate:
2007-01-25 Andy LesterIntegrate:
2007-01-22 Nicholas ClarkIntegrate:
2007-01-22 Andy LesterIntegrate:
2007-01-22 Nicholas ClarkIntegrate:
2007-01-19 Nicholas ClarkIntegrate:
2007-01-13 Nicholas ClarkIntegrate:
2007-01-13 Jim CromieIntegrate:
2007-01-11 Andy LesterIntegrate:
2007-01-11 Robin HoustonIntegrate:
2007-01-11 Andy LesterIntegrate:
2006-05-08 Andy LesterIntegrate:
2006-05-08 Steven SchubigerIntegrate:
2005-09-21 Nicholas ClarkIntegrate:
2005-09-19 Nicholas ClarkIntegrate:
2005-09-12 Steve PetersIntegrate:
2004-03-22 Nicholas ClarkIntegrate:
2004-03-16 Rafael Garcia-SuarezUpdate copyright notices
2004-02-26 Nicholas ClarkIntegrate:
2004-01-20 Dave Mitchellsecond attempt to fix [perl #24914] freeing a CV refere...
2003-10-18 Alexey TourbinIntegrate:
2003-10-09 Nicholas ClarkPut all pre-processor #s on the first column (some...
2003-09-21 Jarkko HietaniemiIntegrate:
2003-09-21 Jarkko HietaniemiMacrofy the compile/runtime test.
2003-06-30 Jarkko HietaniemiIntegrate:
2003-06-28 Dave MitchellTwo debugging patches.
2003-05-04 Jarkko HietaniemiIntegrate:
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-10 Nicholas ClarkIntegrate:
2003-03-02 Jarkko HietaniemiIntegrate:
2003-03-02 Hugo van der SandenUpdate all copyrights to 2003, from Jarkko
2003-02-28 Jarkko HietaniemiMore lexical patches merged by Dave Mitchell.
2003-02-28 Jarkko HietaniemiThe Great Pad Run of '02
2003-02-03 Jarkko HietaniemiDetypo.
2003-02-01 Jarkko HietaniemiIntegrate:
2003-01-27 Dave MitchellIntroduce the PUSHSUB_DB macro, equivalent to PUSHSUB...
2002-12-02 Dave Mitchellallow evals to see the full lexical scope
2002-11-04 Jarkko HietaniemiThe first big import towards 5.8.1, @18078. Please...
2002-10-22 Dave MitchellPL_curpad == AvARRAY(PL_comppad) always
2002-10-19 H.Merijn BrandHappy chainsaw stories; The removal of the 5005 threads
2002-10-02 Dave Mitchellmove all pad-related code to its own src file
2002-09-04 Hugo van der Sandenfix coredump after 64k-deep recursion
2002-05-22 Chris NandorIntegrate perl; bump patchlevel; add lib/Unicode/README...
2002-05-21 Kevin ChaseWin32 crash in fork.t (perl@16694)
2002-04-21 Gurusamy Sarathyfixes for all the warnings reported by Visual C (most...
2002-03-18 Jarkko HietaniemiNetWare tweaks from C Aditya <caditya@novell.com>
2002-02-08 Chris NandorCopFILE / MacPerl_MPWFileName
2002-02-08 Chris NandorRedo CopFILE / MacPerl_MPWFIleName patch
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-09-15 Gurusamy Sarathyenable most warnings for windows build; fix the various...
2001-09-10 Artur BergmanSilence another ITHREAD 64bit INT/32bit PTR warning.
2001-08-27 Artur BergmanChanges USE_THREADS to USE_5005THREADS in the entire...
2001-06-06 Jarkko HietaniemiIntegrate change #10448 from maintperl; lexicals
2001-06-06 Gurusamy Sarathyfix yet another bug of hoary vintage found by change...
2001-03-22 Gurusamy Sarathyupdate copyright year
2001-03-19 Gurusamy Sarathyintegrate changes#8617,8713,8715,8716,8721,8953,8963...
2001-02-28 Tim JennessRe: sync sync sync: have I missed any patches?
2001-01-08 Charles BaileyOnce again syncing after too long an absence
2001-01-01 Jarkko HietaniemiBump up Larry's copyright.
2000-12-17 Gurusamy Sarathyintegrate changes#7069..7077,7079,7081..7087,7090,7092...
2000-12-17 Gurusamy Sarathyintegrate changes#6903,6905..6907,6909,6911..6913,6915...
2000-11-27 Gurusamy Sarathyintegrate changes#6540..6541,6546..6549,6552..6554...
2000-11-20 Barrie Slaymakerintegrate changes#6283..6285,6291,6294..6300,6302....
2000-11-18 Nick Ing-SimmonsLexical use open ... support:
2000-10-20 Charles BaileySYN SYN
2000-10-03 Ilya ZakharevichInside require() $^S was always left undefined.
2000-08-30 Gurusamy SarathyRe: [ID 20000829.020] perl -e 'package; print __PACKAGE...
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-06-30 Gurusamy Sarathydounwind() may cause POPSUB() to diddle the wrong PL_curpad
2000-06-09 Jarkko HietaniemiRename the fdpid locking and integrate with Sarathy.
2000-06-08 Gurusamy Sarathybe more optimal about clearing @_
2000-06-08 Gurusamy Sarathy@_ can't have junk in it even in the non-USE_ITHREADS...
2000-06-02 Gurusamy Sarathyfix small eval"" memory leaks under USE_ITHREADS
2000-05-28 Gurusamy Sarathycall_method(...,G_EVAL) can longjmp() out if the method...
2000-05-23 Charles BaileyResync with mainline prior to post-5.6.0 updates
2000-03-21 Gurusamy Sarathyunder useithreads, PUSHLOOP must save PL_curpad for...
2000-03-11 Gurusamy Sarathychange#3511 was not defensive enough about try blocks...
2000-03-05 Gurusamy Sarathyfixes for most warnings identified by gcc -Wall
2000-02-13 Gurusamy Sarathymore purification (pp_require() could access free memor...
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-28 Gurusamy Sarathyautogenerate API listing from comments in the source...
2000-01-20 Charles Bailey Quick integration of mainline changes to date
1999-12-12 Gurusamy Sarathyintegrate mainline changes
1999-12-01 Gurusamy Sarathymore complete pseudo-fork() support for Windows
1999-11-15 Gurusamy Sarathycloning the stack (part 1)
1999-11-14 Gurusamy Sarathysundry cleanups for cloned interpreters (only known...
1999-11-11 Gurusamy Sarathyavoid stash pointers in optree under USE_ITHREADS
1999-11-11 Gurusamy Sarathyanother change towards a shareable optree: avoid pointe...
1999-11-01 Gurusamy Sarathymacros for COP.cop_filegv access
1999-10-14 Gurusamy Sarathyfix POPSTACK panics that ensued from bad interaction...
next