Please note: This file provides a complete, temporally ordered log of
changes that went into every version of Perl.  If you'd like more
detailed information, please consult the comments in the individual
patches posted to the perl5-porters mailing list.  Patches for each
individual change may also be obtained through ftp and rsync--see
pod/perlhack.pod for the details.

For information on what's new in this release, see pod/perldelta.pod.

[The "CAST AND CREW" list has been moved to AUTHORS.]

NOTE: Each change entry shows the change number; who checked it into the
repository; when; description of the change; which branch the change
happened in; and the affected files.  The file lists have a short symbolic
indicator:

	    !	    modified
	    +	    added
	    -	    deleted
	    +>	    branched (from elsewhere)
	    !>	    merged changes (from elsewhere)

The Message-Ids in the change entries refer to the email messages sent
to the perl5-porters mailing list.  You can retrieve the messages for
example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/

---------------
Version v5.10.1		Development release working toward v5.10.1
---------------

____________________________________________________________________________
[ 34992] By: nicholas				   on 2008/12/03  13:14:22
	Log: Integrate:
	     [ 34943]
	     Subject: [perl #32979] [PATCH] perlrun #!/bin/sh incantation n.g. 4 linux
	     From: "Steve Peters via RT" <perlbug-followup@perl.org>
	     Date: 21 Dec 2004 17:36:12 -0000
	     Message-ID: <rt-3.0.11-32979-103402.11.4873424142094@perl.org>
	     
	     Applying a four year old patch from myself.  w00t!
	     
	     [ 34945]
	     Subject: [PATCH] Small eval documentation tweak
	     From: Bo Lindbergh <blgl@hagernas.com>
	     Date: Wed, 26 Nov 2008 10:54:53 +0100
	     Message-Id: <F5D05263-9E5C-4B6D-8233-E11DE1D207E8@hagernas.com>
	     
	     [ 34961]
	     Subject: Re: 5.8.9 RC1 / 5.10.x / bleed patches for README.aix
	     From: Rainer Tammer <tammer@tammer.net>
	     Date: Sat, 29 Nov 2008 14:23:26 +0100
	     Message-ID: <4931424E.8000008@tammer.net>
	     
	     [ 34975]
	     Add diagnostics for "No such hook: %s".
	     
	     [ 34976]
	     setsid() returns -1 on failure.
     Branch: maint-5.10/perl
	  !> README.aix pod/perldiag.pod pod/perlfunc.pod pod/perlipc.pod
	  !> pod/perlrun.pod
____________________________________________________________________________
[ 34991] By: nicholas				   on 2008/12/03  11:29:29
	Log: Integrate:
	     [ 34977]
	     Avoid warnings from exacting C compilers when -DNO_MATHOMS is in force.
     Branch: maint-5.10/perl
	  !> mathoms.c
____________________________________________________________________________
[ 34989] By: nicholas				   on 2008/12/03  10:48:40
	Log: Integrate:
	     [ 34979]
	     Add two more flags, PERLDBf_SAVESRC_NOSUBS and PERLDBf_SAVESRC_INVALID,
	     which give total control over when source code from evals is stored.
	     The debugger doesn't need them, but I forsee that profilers might.
	     
	     [ 34981]
	     Followup to change 34979. Tests are good, m'kay. Particularly when they
	     show you that something you thought worked doesn't.
	     Sadly it's not possible to trivially make it work, so for now they're
	     todo_skip().
     Branch: maint-5.10/perl
	  !> perl.h pp_ctl.c t/comp/retainedlines.t
____________________________________________________________________________
[ 34988] By: nicholas				   on 2008/12/03  09:56:04
	Log: Integrate:
	     [ 34987]
	     Fix for tainting regression in a test of Text::Template spotted by
	     Andreas' smoker.
     Branch: maint-5.10/perl
	  !> scope.c t/op/taint.t
____________________________________________________________________________
[ 34962] By: nicholas				   on 2008/12/01  09:09:13
	Log: Integrate:
	     [ 34954]
	     Proposed fix for -T -d:NYTProf regression. Probably this is a "missing"
	     part of change 24943.
	     
	     [ 34955]
	     This feels like a more robust location than that of change 34954.
     Branch: maint-5.10/perl
	  !> scope.c
____________________________________________________________________________
[ 34916] By: nicholas				   on 2008/11/26  10:07:45
	Log: Integrate:
	     [ 34915]
	     Subject: [PATCH] threads::shared 1.27
	     From: "Jerry D. Hedden" <jdhedden@cpan.org>
	     Message-ID: <1ff86f510811250852r17a88593h373ca49c74ea0ffa@mail.gmail.com>
	     Date: Tue, 25 Nov 2008 11:52:12 -0500
     Branch: maint-5.10/perl
	  !> ext/threads/shared/Makefile.PL ext/threads/shared/shared.pm
	  !> ext/threads/shared/t/waithires.t
____________________________________________________________________________
[ 34911] By: nicholas				   on 2008/11/25  16:28:51
	Log: Integrate:
	     [ 34906]
	     Subject: [PATCH] Re: [perl #56826] Perl-5.8.8 compilation on AIX 5.1
	     From: Andy Dougherty <doughera@lafayette.edu>
	     Date: Fri, 11 Jul 2008 11:27:13 -0400 (EDT)
	     Message-ID: <Pine.LNX.4.64.0807111112440.1349@fractal.phys.lafayette.edu>
	     
	     [ 34910]
	     Add Rainer Tammer and Torsten Schnfeld to AUTHORS.
     Branch: maint-5.10/perl
	  !> AUTHORS INSTALL
____________________________________________________________________________
[ 34900] By: nicholas				   on 2008/11/21  21:41:58
	Log: Integrate:
	     [ 34876]
	     S_save_lines() was using strchr() when it should have been using
	     memchr(). Result - eval""ed source with embedded NULs was not split
	     correctly into lines for the debugger. Obscure. But still a bug.
	     Maybe the Campaign for the Elimination of strlen() needs to take a long
	     hard stare at every strchr() too. And strmp() while we're looking.
	     
	     [and grrr to perforce, which won't let me merge in add at #1, and edit
	     at #3, without edit at #3]
     Branch: maint-5.10/perl
	  !> pp_ctl.c
____________________________________________________________________________
[ 34898] By: nicholas				   on 2008/11/21  10:22:59
	Log: Integrate:
	     [ 34873]
	     Fix the bug introduced with MRO, whereby the internals were not saving
	     lines in subroutines defined inside eval ""s for the debugger.
	     
	     [ 34879]
	     Rafael noticed a bug in 34873 - I was comparing against the wrong
	     variable, and hence (usually) saving all globs, not just those that
	     should be kept.
	     
	     [ 34880]
	     Use only unsigned ints for comparisons to PL_breakable_sub_generation
	     
	     [ 34886]
	     Rename PL_breakable_sub_generation to PL_breakable_sub_gen, to please
	     the ANSI gods of VMS.
     Branch: maint-5.10/perl
	  +> t/comp/retainedlines.t
	  !> MANIFEST embedvar.h intrpvar.h op.c perlapi.h pp_ctl.c
____________________________________________________________________________
[ 34897] By: nicholas				   on 2008/11/21  09:21:11
	Log: Integrate:
	     [ 34896]
	     Subject: Hard-coded Perl_pp_entersub and Perl_pp_entereval should use PL_ppaddr
	     From: Tim Bunce <Tim.Bunce@pobox.com>
	     Message-ID: <20081120131719.GA32120@timac.local>
	     Date: Thu, 20 Nov 2008 13:17:19 +0000
	     
	     [tweaked for blead because of change 27941]
     Branch: maint-5.10/perl
	  !> gv.c perl.c
____________________________________________________________________________
[ 34893] By: nicholas				   on 2008/11/19  18:20:41
	Log: Integrate:
	     [ 34881]
	     Subject: Re: 5.8.9 RC1 patches for AIX
	     From: Rainer Tammer <tammer@tammer.net>
	     Date: Tue, 18 Nov 2008 12:58:27 +0100
	     Message-ID: <4922ADE3.5030701@tammer.net>
     Branch: maint-5.10/perl
	  !> README.aix
____________________________________________________________________________
[ 34889] By: nicholas				   on 2008/11/19  10:08:34
	Log: Integrate:
	     [ 34823]
	     sizeof(long double) is 8 bytes for all Microsoft compilers
	     from Jan Dubois
	     
	     [ 34877]
	     Change LONG_DOUBLESIZE macros to match config (ref change 34823)
     Branch: maint-5.10/perl
	  !> win32/config.vc win32/config.vc64 win32/config_H.gc
	  !> win32/config_H.vc win32/config_H.vc64
____________________________________________________________________________
[ 34888] By: nicholas				   on 2008/11/19  09:36:14
	Log: Integrate:
	     [ 34870]
	     Subject: [PATCH] Fix a missing single quote in hints/solaris_2.sh
	     From: Andy Dougherty <doughera@lafayette.edu>
	     Message-ID: <Pine.LNX.4.64.0811171300350.16632@fractal.phys.lafayette.edu>
	     Date: Mon, 17 Nov 2008 13:11:59 -0500 (EST)
     Branch: maint-5.10/perl
	  !> hints/solaris_2.sh
____________________________________________________________________________
[ 34885] By: nicholas				   on 2008/11/18  15:40:34
	Log: Integrate:
	     [ 34861]
	     Subject: Re: 5.8.9 RC1 report
	     From: Rainer Tammer <tammer@tammer.net>
	     Date: Mon, 17 Nov 2008 08:53:34 +0100
	     Message-ID: <492122FE.5020001@tammer.net>
     Branch: maint-5.10/perl
	  !> makedef.pl
____________________________________________________________________________
[ 34884] By: nicholas				   on 2008/11/18  15:12:44
	Log: Integrate:
	     [ 34852]
	     Subject: Re: 5.8.9 RC1 report
	     From: Rainer Tammer <tammer@tammer.net>
	     Date: Thu, 13 Nov 2008 15:14:46 +0100
	     Message-ID: <491C3656.3010509@tammer.net>
     Branch: maint-5.10/perl
	  !> hints/aix.sh
____________________________________________________________________________
[ 34866] By: nicholas				   on 2008/11/17  11:37:29
	Log: Integrate:
	     [ 34859]
	     Add a $VERSION, strict and some documentation to Tie::StdHandle.
     Branch: maint-5.10/perl
	  !> lib/Tie/StdHandle.pm
____________________________________________________________________________
[ 34865] By: nicholas				   on 2008/11/17  11:05:30
	Log: Integrate:
	     [ 34857]
	     Integrate:
	     [ 34841]
	     Change 34693 introduced a regression spotted by Devel::SmallProf.
     Branch: maint-5.10/perl
	  !> pp_ctl.c
____________________________________________________________________________
[ 34858] By: nicholas				   on 2008/11/16  22:35:51
	Log: Integrate:
	     [ 34815]
	     Subject: [PATCH] Relocations errors with Intel CC 10 on 64 bits archs
	     From: Vincent Pit <perl@profvince.com>
	     Date: Tue, 11 Nov 2008 15:58:07 +0100
	     Message-ID: <49199D7F.7030304@profvince.com>
	     
	     [ 34835]
	     Subject: [PATCH] Future-proof hints/linux.sh against Sun's cc -V output.
	     From: Andy Dougherty <doughera@lafayette.edu>
	     Date: Fri, 14 Nov 2008 13:01:13 -0500 (EST)
	     Message-ID: <Pine.LNX.4.64.0811141300220.6539@fractal.phys.lafayette.edu>
     Branch: maint-5.10/perl
	  !> hints/linux.sh
____________________________________________________________________________
[ 34856] By: nicholas				   on 2008/11/16  21:28:27
	Log: Integrate:
	     [ 34814]
	     add -t (tabular option) to Porting/corecpan.pl
	     This allows multiple source trees to be compared
     Branch: maint-5.10/perl
	  !> Porting/corecpan.pl
____________________________________________________________________________
[ 34851] By: nicholas				   on 2008/11/16  20:06:12
	Log: Integrate:
	     [ 34824]
	     Skip #ifdefs and other preprocessor lines when parsing the
	     local_patches section of patchlevel.h.
     Branch: maint-5.10/perl
	  !> utils/perlbug.PL
____________________________________________________________________________
[ 34850] By: nicholas				   on 2008/11/16  19:41:58
	Log: Integrate:
	     [ 34822]
	     POD markup fix
	     
	     [ 34825]
	     Some deprecated warnings were also in the syntax category
	     (one of them was spotted by Abigail.)
	     Plus, document the undocumented warning
	     "Use of comma-less variable list is deprecated"
	     
	     [ 34830]
	     Fix error message label
	     (noticed by Abigail)
	     
	     [ 34834]
	     Various patches added to RT #21568 from julian@mehnle.net.
	     
	     [ 34840]
	     TODO for fixing lvalue subs in the debugger is now to-done.  Pointed
	     out by Florian Ragwitz.
	     
	     [ 34843]
	     Add Tom Wyant to AUTHORS.
     Branch: maint-5.10/perl
	  !> AUTHORS pod/perldebguts.pod pod/perldiag.pod pod/perlfunc.pod
	  !> pod/perltodo.pod
____________________________________________________________________________
[ 34847] By: nicholas				   on 2008/11/16  18:59:59
	Log: Integrate:
	     [ 34818]
	     Sync up with Digest-MD5-2.37 from CPAN
     Branch: maint-5.10/perl
	  !> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
	  !> ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
____________________________________________________________________________
[ 34846] By: nicholas				   on 2008/11/16  18:29:22
	Log: Integrate:
	     [ 34839]
	     Subject: MRO tests for isa() and package aliases
	     From: Torsten Schoenfeld <kaffeetisch@gmx.de>
	     Date: Sat, 15 Nov 2008 21:24:40 +0100
	     Message-ID: <491F3008.4060205@gmx.de>
     Branch: maint-5.10/perl
	  +> t/mro/package_aliases.t
	  !> MANIFEST
____________________________________________________________________________
[ 34793] By: nicholas				   on 2008/11/10  15:33:13
	Log: Integrate:
	     [ 34760]
	     lib/Test/Tutorial.pod is part of Test-Simple
	     
	     [ 34792]
	     Subject: [PATCH] Update Maintainers.pl
	     From: Steffen Mueller <wyp3rlx02@sneakemail.com>
	     Date: Mon, 10 Nov 2008 09:41:40 +0100
	     Message-ID: <20081110084141.12299.qmail@lists.develooper.com>
     Branch: maint-5.10/perl
	  !> Porting/Maintainers.pl
____________________________________________________________________________
[ 34791] By: nicholas				   on 2008/11/10  13:08:53
	Log: Integrate:
	     [ 34789]
	     Backslashes inside '' inside Makefiles seem to be non-portable in their
	     effects. GNU make leaves them in as literals, BSD make takes them out.
	     Not that we noticed, as the construction in question was valid Perl
	     syntax either way, but File::Find 1.14 is enforcing more on its
	     arguments.
     Branch: maint-5.10/perl
	  !> Makefile.SH
____________________________________________________________________________
[ 34788] By: nicholas				   on 2008/11/10  08:41:27
	Log: Integrate:
	     [ 34786]
	     Subject: [perl #57926][PATCH] File::Find Bug
	     From: renee.baecker@smart-websolutions.de
	     Date: Fri, 22 Aug 2008 16:42:02 +0200 (CEST)
	     Message-Id: <20080822144202.659AB99C002@rserv16.sitepush.net>
     Branch: maint-5.10/perl
	  !> lib/File/Find.pm
____________________________________________________________________________
[ 34787] By: nicholas				   on 2008/11/10  08:13:05
	Log: Integrate:
	     [ 34615]
	     Upgrade to File::Path 2.06_06. (a diff from David via http)
	     
	     [ 34637]
	     Upgrade to File::Path 2.06_07. (an e-mail from David)
	     
	     [ 34733]
	     Upgrade to File::Path 2.06_08.
	     
	     [ 34784]
	     Upgrade to File::Path 2.07
     Branch: maint-5.10/perl
	  !> lib/File/Path.pm lib/File/Path.t
____________________________________________________________________________
[ 34748] By: nicholas				   on 2008/11/06  11:42:55
	Log: Integrate:
	     [ 34045]
	     Subject: [PATCH] B::Debug dual-life 1.06
	     From: Reini Urban <rurban@x-ray.at>
	     Date: Wed, 11 Jun 2008 17:03:37 +0200
	     Message-ID: <484FE949.9040701@x-ray.at>
	     
	     [ 34070]
	     Fix a couple of tests introduced by #34045 which fail on Win32
     Branch: maint-5.10/perl
	  !> Porting/Maintainers.pl ext/B/B/Debug.pm ext/B/t/debug.t
____________________________________________________________________________
[ 34720] By: nicholas				   on 2008/11/04  11:01:52
	Log: Integrate:
	     [ 34670]
	     Subject: Re: [PATCH] [doc] be more explicit about magic argv
	     From: Moritz Lenz <moritz@casella.verplant.org>
	     Date: Thu, 30 Oct 2008 20:30:00 +0100
	     Message-ID: <20081030182902.25398.qmail@lists.develooper.com>
	     
	     [ 34703]
	     Subject: [perl #60300] doc Carp $Carp::Internal{__PACKAGE__} example 
	     From: Kevin Ryde (via RT) <perlbug-followup@perl.org>
	     Date: Sat, 01 Nov 2008 16:27:09 -0700
	     Message-ID: <rt-3.6.HEAD-29762-1225582029-1073.60300-75-0@perl.org>
     Branch: maint-5.10/perl
	  !> lib/Carp.pm pod/perlop.pod pod/perlrun.pod
____________________________________________________________________________
[ 34719] By: nicholas				   on 2008/11/04  10:13:27
	Log: Integrate:
	     [ 34712]
	     The breakage caused by #34653 (sh|c)ould have been detected
	     by the compiler. So further improve the STR_WITH_LEN() macro.
     Branch: maint-5.10/perl
	  !> handy.h
____________________________________________________________________________
[ 34715] By: nicholas				   on 2008/11/04  08:28:29
	Log: Integrate:
	     [ 34693]
	     Add a flag PERLDBf_SAVESRC, which enables the saved lines part of
	     PERLDBf_LINE, so that profilers (such as NYTProf) have access to the
	     lines of the eval, without the speed impact of other parts of the
	     debugger infrastructure. PERLDBf_LINE is unchanged. Based largely on a
	     patch by Tim Bunce in <20081028152749.GA12500@timac.local>
	     
	     [ 34705]
	     Subject: Re: @{"_<$filename"} is unreasonably tied to use of DB::DB ($^P & 0x2)
	     From: Tim Bunce <Tim.Bunce@pobox.com>
	     Message-ID: <20081103160130.GA45762@timac.local>
	     Date: Mon, 3 Nov 2008 16:01:31 +0000
	     
	     [ 34706]
	     Subject: Re: @{"_<$filename"} is unreasonably tied to use of DB::DB ($^P & 0x2)
	     From: Tim Bunce <Tim.Bunce@pobox.com>
	     Message-ID: <20081103162537.GB45762@timac.local>
	     Date: Mon, 3 Nov 2008 16:25:37 +0000
     Branch: maint-5.10/perl
	  !> gv.c lib/perl5db.pl op.c perl.h pod/perlvar.pod pp_ctl.c
	  !> toke.c
____________________________________________________________________________
[ 34713] By: nicholas				   on 2008/11/04  07:42:48
	Log: Integrate:
	     [ 34702]
	     Subject: Re: CPAN-1.9301 can't clean bootstrap .cpan
	     From: andreas.koenig.7os6VVqR@franz.ak.mind.de (Andreas J. Koenig)
	     Message-ID: <87abci5swq.fsf@k75.linux.bogus>
	     Date: Sun, 02 Nov 2008 11:22:29 +0100
     Branch: maint-5.10/perl
	  !> lib/CPAN/FirstTime.pm
____________________________________________________________________________
[ 34707] By: nicholas				   on 2008/11/03  19:50:31
	Log: Integrate:
	     [ 34694]
	     Explicitly specify some printf formats for constant strings.
	     This is mostly to silence gcc's warning, "format not a string
	     literal and no format arguments".
	     
	     [ 34695]
	     Subject: [PATCH] explicit empty while loops
	     From: "Robin Barker" <Robin.Barker@npl.co.uk>
	     Date: Wed, 29 Oct 2008 13:22:04 -0000
	     Message-ID: <46A0F33545E63740BC7563DE59CA9C6D4E2FD9@exchsvr2.npl.ad.local>
	     
	     [ 34700]
	     Silence one more format warning
     Branch: maint-5.10/perl
	  !> av.c doop.c ext/PerlIO/scalar/scalar.xs handy.h mg.c op.c
	  !> perl.c pp.c pp_ctl.c pp_hot.c pp_sort.c pp_sys.c regcomp.c
	  !> sv.c toke.c universal.c util.c
____________________________________________________________________________
[ 34704] By: nicholas				   on 2008/11/03  11:30:44
	Log: Integrate:
	     [ 32728]
	     Subject:  [PATCH] 64-bit fix for Time::Local
	     From: "Jan Dubois" <jand@activestate.com>
	     Date: Thu, 20 Dec 2007 10:18:52 -0800
	     Message-ID: <044301c84334$c6aa2960$53fe7c20$@com>
	     
	     [ 34699]
	     Upgrade to Time::Local 1.1901.
     Branch: maint-5.10/perl
	  !> lib/Time/Local.pm lib/Time/Local.t
____________________________________________________________________________
[ 34692] By: nicholas				   on 2008/11/01  09:32:17
	Log: Integrate:
	     [ 34691]
	     Upgrade to Text::ParseWords 3.27
     Branch: maint-5.10/perl
	  !> Porting/Maintainers.pl lib/Text/ParseWords.pm
	  !> lib/Text/ParseWords.t lib/Text/ParseWords/taint.t
____________________________________________________________________________
[ 34665] By: nicholas				   on 2008/10/30  14:48:53
	Log: Integrate:
	     [ 34638]
	     Upgrade to CPAN-1.9301.
     Branch: maint-5.10/perl
	  +> lib/CPAN/API/HOWTO.pod lib/CPAN/Distroprefs.pm
	   - lib/CPAN/API/HOWTO.pm
	  !> MANIFEST lib/CPAN.pm lib/CPAN/Debug.pm lib/CPAN/FirstTime.pm
	  !> lib/CPAN/HandleConfig.pm lib/CPAN/Kwalify.pm
	  !> lib/CPAN/Kwalify/distroprefs.dd
	  !> lib/CPAN/Kwalify/distroprefs.yml lib/CPAN/Nox.pm
	  !> lib/CPAN/Queue.pm lib/CPAN/Tarzip.pm lib/CPAN/bin/cpan
	  !> lib/CPAN/t/02nox.t lib/CPAN/t/03pkgs.t
	  !> lib/CPAN/t/11mirroredby.t
____________________________________________________________________________
[ 34664] By: nicholas				   on 2008/10/30  14:14:36
	Log: Integrate:
	     [ 34649]
	     Remove redundant (and wrong) prototype for pv_display()
	     from its apidoc section.
     Branch: maint-5.10/perl
	  !> dump.c
____________________________________________________________________________
[ 34663] By: nicholas				   on 2008/10/30  13:42:05
	Log: Integrate:
	     [ 34648]
	     Subject: Fwd: CPAN Upload: S/SA/SAPER/constant-1.17.tar.gz
	     From: Sbastien Aperghis-Tramoni <maddingue@free.fr>
	     Message-Id: <93213472-1B76-43A2-AACB-2BBFF901C5A7@free.fr>
	     Date: Wed, 29 Oct 2008 22:58:52 +0100
     Branch: maint-5.10/perl
	  !> lib/constant.pm lib/constant.t
____________________________________________________________________________
[ 34659] By: nicholas				   on 2008/10/30  11:07:58
	Log: Integrate:
	     [ 34566]
	     Subject: [PATCH blead DOC] Re: [perl #60022] Typo in perldata
	     From: Daniel Frederick Crisman <daniel@crisman.org>
	     Date: Thu, 23 Oct 2008 20:14:56 -0400
	     Message-ID: <20081024001456.GA4137@fury.crisman.org>
	     
	     Change from cardinal to ordinal numbering to avoid confusion.
	     
	     [ 34642]
	     Remove redundant API definitions from '=for apidoc' sections.
	     Those are already in embed.fnc, and most of them were already
	     outdated. This also fixes the docs for pv_escape and pv_pretty.
     Branch: maint-5.10/perl
	  !> dump.c pod/perlapi.pod pod/perldata.pod pod/perlintern.pod
	  !> utf8.c
____________________________________________________________________________
[ 34658] By: nicholas				   on 2008/10/30  10:24:13
	Log: Integrate:
	     [ 34554]
	     Jerry spotted that as a result of change 34483 which upgrades blead to
	     Test::Simple 0.82, lib/DB.t is now issuing a warning. His original
	     suggestion was ok(!defined ...) - he, Merijn and I independently
	     refined this to isnt(..., undef)
	     
	     [ 34639]
	     Avoid leaving a VAR.txt after testing terminates on any platform where
	     you can't unlink an open file by instead opening $^X for read to get a
	     file handle for test purposes.
     Branch: maint-5.10/perl
	  !> ext/XS/APItest/t/svpeek.t lib/DB.t
____________________________________________________________________________
[ 34657] By: nicholas				   on 2008/10/30  09:51:36
	Log: Integrate:
	     [ 34514]
	     Upgrade PathTools to 3.28_01
	     
	     [ 34543]
	     Cwd.xs won't load in development releases, unless we munge the
	     XS_VERSION.
	     
	     [ 34606]
	     Upgrade Cwd.xs to the Cwd.xs in PathTools 3.26_01:
	     
	     - abs_path() on Unix(ish) platforms has been upgraded to a much later
	     version of the underlying C code from BSD. [Michael Schwern]
	     
	     - If strlcpy() and strlcat() aren't available on the user's system,
	     we now use ppport.h to provide them, so our C code works. [Steve
	     Peters]
	     
	     This unwinds change 32710 (consting from Robin Barker of the old code)
	     
	     [ 34607]
	     Grab the second half of r10084 for cwd.t, which wasn't in change 33042.
	     Update the Changes file with changes from 3.26 to 3.28_01 inclusive.
	     
	     [ 34609]
	     Upgrade to PathTools 3.28_03.
	     
	     [ 34611]
	     After the upgrade to 3.28_03 we need to revert change 34543.
	     
	     [ 34643]
	     Upgrade to PathTools 3.29.
     Branch: maint-5.10/perl
	  !> ext/Cwd/Changes ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
	  !> ext/Cwd/t/cwd.t ext/Cwd/t/win32.t lib/Cwd.pm lib/File/Spec.pm
	  !> lib/File/Spec/Cygwin.pm lib/File/Spec/Epoc.pm
	  !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
	  !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
	  !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
	  !> lib/File/Spec/t/Spec.t
____________________________________________________________________________
[ 34644] By: nicholas				   on 2008/10/29  21:18:32
	Log: Integrate:
	     [ 34600]
	     No, it's not a const SV* if we subsequently call
	     SvREFCNT_dec() on it.
     Branch: maint-5.10/perl
	  !> pad.c
____________________________________________________________________________
[ 34641] By: nicholas				   on 2008/10/29  20:32:31
	Log: Integrate:
	     [ 34602]
	     Subject: [PATCH: Configure] Fix prototype detection for C++
	     From: Marcus Holland-Moritz <mhx-perl@gmx.net>
	     Date: Sun, 26 Oct 2008 21:41:13 +0100
	     Message-ID: <20081026214113.0a5dc1a3@r2d2>
	     
	     [ 34617]
	     Subject: fix for failed Gconvert detection under C++
	     From: Tony Cook <tony@develop-help.com>
	     Date: Tue, 28 Oct 2008 22:24:05 +1100
	     Message-ID: <20081028112405.GA14163@mars.tony.develop-help.com>
     Branch: maint-5.10/perl
	  !> Configure Porting/Glossary
____________________________________________________________________________
[ 34635] By: nicholas				   on 2008/10/29  10:22:10
	Log: Integrate:
	     [ 34589]
	     lib/ExtUtils/t/eu_command.t belongs to ExtUtils-Command, and so does
	     the about to be committed lib/ExtUtils/t/cp.t
	     
	     [ 34620]
	     Subject: installperl patchlet
	     From: andreas.koenig.7os6VVqR@franz.ak.mind.de (Andreas J. Koenig)
	     Message-ID: <87k5btpdef.fsf@k75.linux.bogus>
	     Date: Tue, 28 Oct 2008 05:11:20 +0100
     Branch: maint-5.10/perl
	  !> Porting/Maintainers.pl installperl
____________________________________________________________________________
[ 34614] By: nicholas				   on 2008/10/28  10:48:43
	Log: Integrate:
	     [ 34590]
	     Upgrade to ExtUtils::Command 1.15
	     
	     [ 34591]
	     Upgrade to ExtUtils::Manifest 1.55.
     Branch: maint-5.10/perl
	  +> lib/ExtUtils/t/cp.t
	  !> MANIFEST lib/ExtUtils/Command.pm lib/ExtUtils/Manifest.pm
	  !> lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/eu_command.t
____________________________________________________________________________
[ 34601] By: nicholas				   on 2008/10/27  08:28:31
	Log: Integrate:
	     [ 34595]
	     USE_FAST_STDIO can affect behaviour, so list it in -V
	     
	     [ 34596]
	     Cope with brain damage in PerlIO::via, which will let you fclose() the
	     same FILE * twice, thanks to it calling out to Perl space inside the
	     close call tree, with the underlying PerlIO * already closed, but not
	     unlinked.
     Branch: maint-5.10/perl
	  !> perl.c perlio.c
____________________________________________________________________________
[ 34599] By: nicholas				   on 2008/10/26  21:44:48
	Log: Integrate:
	     [ 34585]
	     Update copyright years.
	     
	     [ 34586]
	     Update copyright year in embed.pl, and everything that it builds.
     Branch: maint-5.10/perl
	  !> (integrate 57 files)
____________________________________________________________________________
[ 34593] By: nicholas				   on 2008/10/25  17:33:16
	Log: Integrate:
	     [ 34576]
	     Make C++ compilers happy #3: make implicit cast
	     from 'void *' explicit.
     Branch: maint-5.10/perl
	  !> sv.c
____________________________________________________________________________
[ 34592] By: nicholas				   on 2008/10/25  15:39:32
	Log: Integrate:
	     [ 34575]
	     Make C++ compilers happy #2: const POD without initializer
	     is an error for g++, even when static.
	     
	     [ 34579]
	     Make C++ compilers happy #5: jump to 'do_write' crossed
	     initialization in dTHX.
	     
	     Plus some consting, which also makes C++ happier.
     Branch: maint-5.10/perl
	  !> malloc.c perl.c
____________________________________________________________________________
[ 34588] By: nicholas				   on 2008/10/25  14:11:22
	Log: Integrate:
	     [ 34583]
	     Upgrade to lib.pm 0.61.
     Branch: maint-5.10/perl
	  !> lib/lib.t lib/lib_pm.PL
____________________________________________________________________________
[ 34582] By: nicholas				   on 2008/10/25  09:48:51
	Log: Integrate:
	     [ 34573]
	     Upgrade to SelfLoader 1.17.
     Branch: maint-5.10/perl
	  !> lib/SelfLoader.pm
____________________________________________________________________________
[ 34563] By: nicholas				   on 2008/10/23  20:49:57
	Log: Integrate:
	     [ 34561]
	     Handle a filename with a tilde in it.  Otherwise the build dies
	     on Bar.pm~ at MANIFEST check time when building on an ODS-2 volume.
     Branch: maint-5.10/perl
	  !> configure.com
____________________________________________________________________________
[ 34557] By: nicholas				   on 2008/10/22  10:48:20
	Log: Integrate:
	     [ 34548]
	     Disentangle the ownership of tests in lib/ExtUtils/
	     
	     [ 34553]
	     Add BinGOs to AUTHORS, and a second e-mail address for Shlomi
     Branch: maint-5.10/perl
	  !> AUTHORS Porting/Maintainers.pl Porting/checkAUTHORS.pl
____________________________________________________________________________
[ 34556] By: nicholas				   on 2008/10/22  08:50:10
	Log: Integrate:
	     [ 34542]
	     Subject: FreeBSD 7 libc_r detection
	     From: Tony Cook <tony@develop-help.com>
	     Message-ID: <20081020232630.GA20563@mars.tony.develop-help.com>
	     Date: Tue, 21 Oct 2008 10:26:30 +1100
	     
	     [ 34546]
	     Future-proof the FreeBSD hints - assume that FreeBSD 8, 9 etc behave
	     like 7, not 6 and earlier.
     Branch: maint-5.10/perl
	  !> hints/freebsd.sh
____________________________________________________________________________
[ 34547] By: nicholas				   on 2008/10/21  11:57:57
	Log: Integrate:
	     [ 32905]
	     Subject: [patch] [Win32] Make Perl build on Win32 when the path contains whitespace
	     From: Max Maischein <corion@cpan.org>
	     Date: Mon, 07 Jan 2008 20:48:04 +0100
	     Message-ID: <478281F4.9000202@cpan.org>
	     
	     [ 34482]
	     Upgrade to ExtUtils-MakeMaker-6.47_01
	     
	     [ 34498]
	     Upgrade to ExtUtils-MakeMaker-6.47_02
	     
	     [ 34541]
	     Upgrade to ExtUtils-MakeMaker-6.48
     Branch: maint-5.10/perl
	  +> lib/ExtUtils/t/min_perl_version.t
	  +> t/lib/MakeMaker/Test/Setup/MPV.pm
	  !> (integrate 37 files)
____________________________________________________________________________
[ 34534] By: nicholas				   on 2008/10/20  16:57:28
	Log: Integrate:
	     [ 34434]
	     Subject: [PATCH] Loading modules in test.pl
	     From: "Jerry D. Hedden" <jdhedden@cpan.org>
	     Date: Tue, 23 Sep 2008 09:40:27 -0400
	     Message-ID: <1ff86f510809230640y2d5a072g6abff6604f9daa79@mail.gmail.com>
	     
	     [ 34528]
	     Change "use $foo; 1" in evals to "require $foo; 1" to avoid breaking
	     even more tests if use is borked, but not require.
     Branch: maint-5.10/perl
	  !> t/test.pl
____________________________________________________________________________
[ 34533] By: nicholas				   on 2008/10/20  16:11:30
	Log: Integrate:
	     [ 34378]
	     Subject: Re: [PATCH] Revised: Improved documentation for flock() in perlfunc.pod
	     From: Paul Fenwick <pjf@perltraining.com.au>
	     Date: Tue, 16 Sep 2008 20:32:39 +1000
	     Message-ID: <48CF8B47.30803@perltraining.com.au>
	     
	     [ 34380]
	     Kevin J. Woolley has taken over from Gozer.
	     
	     [ 34386]
	     Subject: [PATCH] Re: [perl #59134] Typo in File::stat man pag 
	     From: Moritz Lenz <moritz@casella.verplant.org>
	     Date: Sun, 21 Sep 2008 17:50:04 +0200
	     Message-ID: <20080921154935.4916.qmail@lists.develooper.com>
	     
	     [ 34389]
	     Subject: [PATCH] Re: [perl #59128] Typo in perldsc(1) 
	     From: Moritz Lenz <moritz@casella.verplant.org>
	     Date: Sun, 21 Sep 2008 17:47:11 +0200
	     Message-ID: <48D66C7F.6000602@casella.verplant.org>
	     
	     [ 34408]
	     Subject:  [PATCH] Show using waitpid in IPC::Open[23] SYNOPSIS
	     From: brian d foy <brian.d.foy@gmail.com>
	     Date: Sun, 21 Sep 2008 15:23:47 -0500
	     Message-ID: <210920081523471499%brian.d.foy@gmail.com>
	     
	     [ 34435]
	     Subject: Re: [PATCH] Add open "|-" and open "-|" to perlopentut
	     From: Shlomi Fish <shlomif@iglu.org.il>
	     Date: Tue, 23 Sep 2008 19:00:41 +0300
	     Message-id: <200809231900.41474.shlomif@iglu.org.il>
	     
	     [ 34451]
	     error reporting of [$a ; $b] can be a TODO.
	     
	     [ 34454]
	     It's RISC OS, dammit. Hard space, upper case. Always.
	     
	     [ 34463]
	     Update copyright year to 2008.
	     
	     [ 34505]
	     Damian has transferred Filter::Simple to p5p. Bump its version to 0.83
	     with the new contact details, and remove the out-of-date README from
	     core.
	     
	     [ 34529]
	     Bump IPC::Open2's $VERSION. (The docs changed.)
	     
	     [ 34531]
	     Bump the $VERSION of File::stat (documentation changed).
     Branch: maint-5.10/perl
	   - lib/Filter/Simple/README
	  !> MANIFEST Porting/Maintainers.pl Porting/repository.pod README
	  !> lib/File/stat.pm lib/Filter/Simple.pm
	  !> lib/Filter/Simple/Changes lib/IPC/Open2.pm lib/IPC/Open3.pm
	  !> perl.c pod/perldsc.pod pod/perlfunc.pod pod/perlopentut.pod
	  !> pod/perltodo.pod
____________________________________________________________________________
[ 34532] By: nicholas				   on 2008/10/20  15:33:10
	Log: Integrate:
	     [ 34414]
	     Subject: Couple of mail address fixes
	     From: Richard Foley <Richard.Foley@rfi.net>
	     Date: Wed, 24 Sep 2008 14:07:38 +0200
	     Message-Id: <200809241407.38389.Richard.Foley@rfi.net>
	     
	     [ 34457]
	     All the volunteers who contributed to Paul Fenwick's project to help
	     write perl589delta.pod, who weren't already in the AUTHORS file.
	     Big thanks to all of them (including the 6 already in it). Still not
	     to late to book your place in eternity - contact Paul for details.
	     
	     [ 34458]
	     Most of the AUTHORS file already has hard tabs, so convert the
	     remaining lines.
	     
	     [ 34460]
	     Correct address.
	     
	     [ 34466]
	     Update Eddy Tan's address.
	     
	     [ 34471]
	     Subject: [PATCH: t/japh/abigail.t] Change of email address.
	     From: Abigail <abigail@abigail.be>
	     Date: Tue, 7 Oct 2008 21:56:55 +0200
	     Message-ID: <20081007195655.GA22986@almanda>
     Branch: maint-5.10/perl
	  !> AUTHORS pod/perldebtut.pod t/japh/abigail.t utils/perlbug.PL
____________________________________________________________________________
[ 34530] By: nicholas				   on 2008/10/20  14:43:37
	Log: Integrate:
	     [ 34365]
	     Bump VERSIONs in all non-dual-lived modules that have changed
	     since 5.8.8, ready for merging into maint-5.8 prior to 5.8.9.
	     (Many (all?) of these should really have been changed prior to
	     5.10.0, but better late than never.)
	     
	     Also modify cmpVERSION.pl to skip uninstalled test modules whose
	     VERSIONs don't really matter.
	     
	     [ 34369]
	     Bump $O::VERSION, to reflect change 32626, a doc change that is the only
	     change to O.pm since 2001.
	     
	     [ 34370]
	     Bump $ExtUtils::Constant::Utils::VERSION.
     Branch: maint-5.10/perl
	  !> Porting/cmpVERSION.pl ext/B/O.pm ext/Opcode/ops.pm
	  !> ext/XS/Typemap/Typemap.pm lib/DBM_Filter/compress.pm
	  !> lib/DBM_Filter/encode.pm lib/DBM_Filter/int32.pm
	  !> lib/DBM_Filter/null.pm lib/DBM_Filter/utf8.pm
	  !> lib/ExtUtils/Constant/Utils.pm lib/File/CheckTree.pm
	  !> lib/Getopt/Std.pm lib/IPC/Open3.pm lib/PerlIO.pm
	  !> lib/Tie/Handle.pm lib/Tie/Hash.pm lib/Tie/Scalar.pm
	  !> lib/blib.pm os2/OS2/Process/Process.pm vms/ext/Stdio/Stdio.pm
____________________________________________________________________________
[ 34527] By: nicholas				   on 2008/10/20  14:09:36
	Log: Integrate:
	     [ 34348]
	     Skip another file in the VERSION comparison program
	     
	     [ 34391]
	     Skip another module from the VERSION comparison checks
	     
	     [ 34473]
	     Make sure expand-macro.pl also works for macros in headers
	     that are not included by perl.h (like regcomp.h).
	     
	     [ 34474]
	     Make expand-macro.pl accept macro expressions, i.e. macros with
	     arguments. This makes it much more convenient to get expanded
	     expressions that can be directly copied to a debugger. This is
	     optional, so the original behaviour is maintained. Allow to read
	     the macro name or expression from stdin, which can be useful for
	     feeding it multi-line macro expressions. Use Pod::Usage and move
	     the usage to POD section.
     Branch: maint-5.10/perl
	  !> Porting/cmpVERSION.pl Porting/expand-macro.pl
____________________________________________________________________________
[ 34525] By: nicholas				   on 2008/10/20  13:44:44
	Log: Integrate:
	     [ 34127]
	     Also dump the SvPVX of PVFMs.
     Branch: maint-5.10/perl
	  !> dump.c
____________________________________________________________________________
[ 34523] By: nicholas				   on 2008/10/20  10:56:03
	Log: Integrate:
	     [ 34513]
	     Suggestion from Slaven - reverse the part of 23348 that removed the
	     conditional call to dl_expandspec() on platforms that default
	     $do_expand to false. autorequire, rightly or wrongly, is relying on
	     being able to set $do_expand to true.
     Branch: maint-5.10/perl
	  !> ext/DynaLoader/DynaLoader_pm.PL
____________________________________________________________________________
[ 34522] By: nicholas				   on 2008/10/20  09:38:51
	Log: Integrate:
	     [ 34519]
	     Subject: [perl #59650] File::Copy does not handle file objects sanely
	     From: "rabbit+bugs@rabbit.us (via RT)" <perlbug-followup@perl.org>
	     Message-ID: <rt-3.6.HEAD-29762-1223291950-1373.59650-75-0@perl.org>
	     Date: Mon, 06 Oct 2008 04:19:10 -0700
	     
	     Suggested change modified to cope with the hoop-jumping needed to keep
	     File::Copy working whilst bootstrapping the core build.
	     
	     Some tests by me, to try to ensure that (arguablly buggy) IO::Scalar
	     will still work.
     Branch: maint-5.10/perl
	  !> lib/File/Copy.pm lib/File/Copy.t
____________________________________________________________________________
[ 34517] By: nicholas				   on 2008/10/19  10:43:35
	Log: Integrate:
	     [ 34510]
	     Update Porting/makemeta to generate a META.yml compliant with the 1.4
	     spec. (Add a generated_by, and rename private to no_index.)
     Branch: maint-5.10/perl
	  !> META.yml Porting/makemeta
____________________________________________________________________________
[ 34516] By: nicholas				   on 2008/10/19  10:42:19
	Log: Re-run Porting/makemeta
     Branch: maint-5.10/perl
	   ! META.yml
____________________________________________________________________________
[ 34515] By: nicholas				   on 2008/10/19  10:41:06
	Log: Integrate:
	     [ 34507]
	     Fix memory leak in // caused by single-char character class
	     optimization. This was most probably introduced with #28262.
	     This change fixes perl #59516.
     Branch: maint-5.10/perl
	  !> regcomp.c
____________________________________________________________________________
[ 34500] By: nicholas				   on 2008/10/17  10:15:17
	Log: Integrate:
	     [ 34470]
	     Define HAS_QUAD on Win32 and introduce new value for QUADKIND
	     where appropriate.
	     
	     This doesn't make much difference on Win32 because IVSIZE is still 4,
	     but access to the appropriate "quad" type is still useful, e.g. for
	     Y2038 support.
     Branch: maint-5.10/perl
	  !> win32/config.bc win32/config.gc win32/config.vc
	  !> win32/config.vc64 win32/config_H.bc win32/config_H.gc
	  !> win32/config_H.vc win32/config_H.vc64
____________________________________________________________________________
[ 34499] By: nicholas				   on 2008/10/17  09:19:57
	Log: Integrate:
	     [ 34481]
	     From: YAMASHINA Hio <hio@hio.jp>
	     Subject: Storable.thaw segv on blessed reference to overloaded object
	     Date: Wed, 15 Oct 2008 17:34:35 +0900
	     Message-Id: <20081015173435.dd95b362.hio@hio.jp>
     Branch: maint-5.10/perl
	  !> ext/Storable/Storable.xs ext/Storable/t/overload.t
____________________________________________________________________________
[ 34497] By: nicholas				   on 2008/10/16  21:59:46
	Log: Fix an (apparent) logic bug for SAVEt_PADSV - whatever happens, the
	     POPs must balance the PUSHes.
     Branch: maint-5.10/perl
	   ! scope.c
____________________________________________________________________________
[ 34496] By: nicholas				   on 2008/10/16  21:21:51
	Log: Integrate:
	     [ 34494]
	     Clarify which save types are in mathoms, which aren't used, and which
	     still are in use.
     Branch: maint-5.10/perl
	  !> scope.c
____________________________________________________________________________
[ 34495] By: nicholas				   on 2008/10/16  20:45:27
	Log: Integrate:
	     [ 33080]
	     Investigation reveals that the work of restoring the iterator to the
	     pad is shared between POPLOOP, using itersave, and the end of scope
	     restore action requested by Perl_save_padsv(). In fact, the only user
	     of SAVEt_PADSV is pp_enteriter, and it already provides enough
	     information to allow it to perform the sv_2mortal() in POPLOOP.
	     So make it do so. Rather than creating a new routine, use the existing
	     routine because nothing else (at least nothing else known to Google's
	     codesearch) uses it. But rename it just in case something we can't see
	     is being naughty and using our private functions - they will get
	     link errors against 5.12.
	     
	     All this means that itersave is now redundant. So remove it.
	     This makes struct context 48 bytes on ILP32 platforms with 32bit IVs,
	     down from 64 bytes in 5.10. 33% more context stack in the same memory.
	     
	     [ 33083]
	     Subject: [PATCH] util.c: some consting
	     From: Steven Schubiger <schubiger@gmail.com>
	     Date: Fri, 25 Jan 2008 01:10:52 +0100
	     Message-ID: <20080125001052.GA29980@refcnt.homeunix.org>
	     
	     [ 34171]
	     Subject: [PATCH] Tests for [perl #57564] and [perl #24524] Refcounting bug
	     From: Bram <p5p@perl.wizbit.be>
	     Date: Tue, 05 Aug 2008 19:58:00 +0200
	     Message-ID: <20080805195800.xq9k9kttwk0kwsk0@horde.wizbit.be>
	     
	     
	     [Modified for maint by
	     1: Keeping the old Perl_save_padsv()
	     2: Keeping its save type
	     3: Not removing itersave from struct block_loop
	     
	     The seemingly unrelated change 33083 happened to have the update to
	     global.sym that I'd missed committing in 33080]
     Branch: maint-5.10/perl
	  !> cop.h embed.fnc embed.h global.sym pp_ctl.c proto.h scope.c
	  !> scope.h sv.c t/op/ref.t
____________________________________________________________________________
[ 34493] By: nicholas				   on 2008/10/16  18:44:37
	Log: Integrate:
	     [ 33076]
	     As itersave points to the initial CxITERVAR(), and the state of
	     SvPADMY() does not change over the duration of the scope, we can
	     perform conditional actions at loop push time. For the non-pad case,
	     a reference to the initial CxITERVAR() is already held on the scope
	     stack thanks to SAVEGENERICSV(*svp); in pp_enteriter. So there is no
	     need to save another reference to it in itersave - it's not going away.
     Branch: maint-5.10/perl
	  !> cop.h
____________________________________________________________________________
[ 34492] By: nicholas				   on 2008/10/16  18:08:52
	Log: Integrate:
	     [ 33074]
	     In POPLOOP, if CxITERVAR(cx) is non-NULL, then so is itersave, and
	     itersave is a less complex expression for the C compiler.
	     
	     [ 33075]
	     Restore the else block accidently eaten by change 33074.
     Branch: maint-5.10/perl
	  !> cop.h
____________________________________________________________________________
[ 34480] By: nicholas				   on 2008/10/15  07:33:31
	Log: Integrate:
	     [ 34479]
	     Yet another [ACGHS]V pointer in the interpreter structure that needs to
	     be reset if its SV is freed. (see change 22688 (30952)).
	     A real live bug found by Slaven and Andreas whilst smoking maint-5.8.x.
	     I guess that we should audit the interpreter structure for any others.
     Branch: maint-5.10/perl
	  !> sv.c
____________________________________________________________________________
[ 34477] By: nicholas				   on 2008/10/14  07:11:27
	Log: Integrate:
	     [ 34053]
	     Fix off-by-one error in sanity check in my_fclose wrapper on VMS.
     Branch: maint-5.10/perl
	  !> vms/vms.c
____________________________________________________________________________
[ 34465] By: nicholas				   on 2008/10/06  12:46:54
	Log: Integrate:
	     [ 34464]
	     Avoid allocating 1 extra regnode when duplicating a regexp.
	     
	     See http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2008-09/msg00590.html
	     and http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2008-10/msg00163.html
     Branch: maint-5.10/perl
	  !> regcomp.c
____________________________________________________________________________
[ 34455] By: nicholas				   on 2008/10/03  14:05:48
	Log: Integrate:
	     [ 34440]
	     Upgrade to ExtUtils-MakeMaker-6.46
	     
	     Local changes 32905 and 32964 in MM_Unix.pm and 33259 in MM_Unix.t
	     remain
     Branch: maint-5.10/perl
	  +> lib/ExtUtils/t/metafile_data.t lib/ExtUtils/t/metafile_file.t
	  !> (integrate 33 files)
____________________________________________________________________________
[ 34445] By: nicholas				   on 2008/09/30  09:26:48
	Log: Integrate:
	     [ 34441]
	     Storable and HP-UX Optimizer don't like eachother on 5.8.x
	     Dropping optimization level for HP C-ANSI-C to +O1 won't
	     do too much harm to all other builds, so keep it simple
	     
	     [ 34442]
	     Version up for adding hints/hpux.pl
     Branch: maint-5.10/perl
	  +> ext/Storable/hints/hpux.pl
	  !> MANIFEST ext/Storable/Storable.pm
____________________________________________________________________________
[ 34437] By: nicholas				   on 2008/09/28  17:54:51
	Log: Integrate:
	     [ 34433]
	     $? is PVLV on VMS (and actually, anywhere else where COMPLEX_STATUS is
	     defined).
     Branch: maint-5.10/perl
	  !> ext/XS/APItest/t/svpeek.t
____________________________________________________________________________
[ 34430] By: nicholas				   on 2008/09/26  22:12:59
	Log: Integrate:
	     [ 34373]
	     "Upgrade" AutoSplit to 1.06.
     Branch: maint-5.10/perl
	  !> lib/AutoSplit.pm
____________________________________________________________________________
[ 34428] By: nicholas				   on 2008/09/26  20:50:58
	Log: Integrate:
	     [ 34423]
	     Subject: Hints file for MirOS BSD
	     From: "Chris 'BinGOs' Williams" <chris@bingosnet.co.uk>
	     Message-ID: <20080925150310.GA30736@klanker.bingosnet.co.uk>
	     Date: Thu, 25 Sep 2008 16:03:10 +0100
     Branch: maint-5.10/perl
	  +> hints/mirbsd.sh
	  !> MANIFEST
____________________________________________________________________________
[ 34427] By: nicholas				   on 2008/09/26  20:09:59
	Log: Integrate:
	     [ 34377]
	     Subject: [PATCH] Don't reuse temp files in tests
	     From: "Jerry D. Hedden" <jdhedden@cpan.org>
	     Message-ID: <1ff86f510809161335j73312da3v90fa6ef0cb8ac7c@mail.gmail.com>
	     Date: Tue, 16 Sep 2008 16:35:11 -0400
	     
	     [ 34400]
	     Change 30638 to 5.8.x inadvertently introduced (at lest) two
	     regressions into the regexp engine. Add tests for the constructions
	     that regressed, to prevent any future change falling foul of the same
	     problem.
     Branch: maint-5.10/perl
	  !> lib/charnames.t lib/strict.t lib/subs.t t/op/re_tests
____________________________________________________________________________
[ 34426] By: nicholas				   on 2008/09/26  19:06:51
	Log: Integrate:
	     [ 34416]
	     pv_uni_display () omitted backslash in output string
	     
	     [ 34417]
	     New XS::APItest's for sv_peek based on my DDumper work
	     
	     [ 34418]
	     Add new test file to MANIFEST. Fix tests for threaded builds.
	     
	     [ 34419]
	     Don't skip exporting Perl_sv_peek in non-DEBUGGING builds since it
	     is now used in XS::APItest (as of #34417)
	     
	     [ 34420]
	     $! and $1 are PVMG(), but their content is undefined when peeking
     Branch: maint-5.10/perl
	  +> ext/XS/APItest/t/svpeek.t
	  !> MANIFEST ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
	  !> makedef.pl utf8.c
____________________________________________________________________________
[ 34424] By: nicholas				   on 2008/09/26  10:30:37
	Log: Integrate:
	     [ 34388]
	     Subject: Fwd: CPAN Upload: S/SA/SAPER/XSLoader-0.09.tar.gz
	     From: Sbastien Aperghis-Tramoni <maddingue@free.fr>
	     Date: Sun, 21 Sep 2008 18:31:48 +0200
	     Message-Id: <D065A3BF-289B-43D4-9F30-D316414C1923@free.fr>
	     
	     [ 34392]
	     Avoid uninitialized warnings from XSLoader
	     
	     [ 34402]
	     Subject:  [perl #59208][PATCH 5.8.x] ext/DynaLoader/t/XSLoader.t assumes dynamic loading
	     From:  Andy Dougherty <doughera@lafayette.edu>
	     Date:  Mon, 22 Sep 2008 13:36:57 -0400 (EDT)
	     Message-ID:  <Pine.LNX.4.64.0809221334120.11020@fractal.phys.lafayette.edu>
	     
	     [ 34404]
	     Fix tests for the case of -Du_usedl
	     
	     [ 34422]
	     Upgrade to XSLoader 0.10.
     Branch: maint-5.10/perl
	  !> ext/DynaLoader/XSLoader_pm.PL ext/DynaLoader/t/DynaLoader.t
	  !> ext/DynaLoader/t/XSLoader.t
____________________________________________________________________________
[ 34413] By: nicholas				   on 2008/09/24  08:55:59
	Log: Integrate:
	     [ 34406]
	     The tests for the -ostash option to B::Concise will have been failing
	     for -Uusedl since they were added. For now, test with a non-XS module,
	     and TODO the test with the XS module when usedl is undefined.
	     
	     [ 34409]
	     defined %{$package.'::'} isn't good enough to tell whether a module is
	     loaded when it's XS and staticly linked to perl.
     Branch: maint-5.10/perl
	  !> ext/B/B/Concise.pm ext/B/t/concise.t
____________________________________________________________________________
[ 34411] By: nicholas				   on 2008/09/23  20:01:01
	Log: Integrate:
	     [ 34351]
	     The stash argument to S_isa_lookup() actually never is NULL.
	     
	     [ 34352]
	     As stash can't be NULL, no need to check name_stash is not NULL before
	     comparing the two, as a NULL == NULL comparison can't happen.
     Branch: maint-5.10/perl
	  !> embed.fnc proto.h universal.c
____________________________________________________________________________
[ 34410] By: nicholas				   on 2008/09/23  19:31:18
	Log: Integrate:
	     [ 34349]
	     S_isa_lookup() no longer recurses (as of Brandon's MRO changes), so we
	     don't need to pass in name_stash as a parameter.
	     
	     [ 34350]
	     Use 1 line of code in place of 6 in Perl_sv_derived_from().
     Branch: maint-5.10/perl
	  !> embed.fnc embed.h proto.h universal.c
____________________________________________________________________________
[ 34405] By: nicholas				   on 2008/09/23  12:03:30
	Log: Integrate:
	     [ 34379]
	     RE: [perl #58858] Building Perl 5.10.0 in AIX 5.3 using "-Duseshrplib" option --> "ERROR: Undefined symbol: boot_DynaLoader"
	     From: "Jan Dubois" <jand@activestate.com>
	     Date: Mon, 15 Sep 2008 17:43:34 -0700
	     Message-ID: <043301c91795$3fe15df0$bfa419d0$@com>
	     
	     [ 34390]
	     Fix syntax error in makedef.pl introduced by #34379
     Branch: maint-5.10/perl
	  !> makedef.pl
____________________________________________________________________________
[ 34401] By: nicholas				   on 2008/09/22  21:16:38
	Log: Integrate:
	     [ 34385]
	     Subject: Fwd: CPAN Upload: S/SA/SAPER/constant-1.16.tar.gz
	     From: Sbastien Aperghis-Tramoni <maddingue@free.fr>
	     Date: Sun, 21 Sep 2008 16:13:36 +0200
	     Message-Id: <5B1668F5-06FA-4104-9966-9727E880C533@free.fr>
     Branch: maint-5.10/perl
	  !> lib/constant.pm
____________________________________________________________________________
[ 34399] By: nicholas				   on 2008/09/22  20:27:33
	Log: Integrate:
	     [ 34387]
	     Subject: Fwd: CPAN Upload: S/SA/SAPER/Sys-Syslog-0.27.tar.gz
	     From: Sbastien Aperghis-Tramoni <maddingue@free.fr>
	     Date: Sun, 21 Sep 2008 19:07:47 +0200
	     Message-Id: <E10A395B-92A8-4803-8E75-383F7CE8A624@free.fr>
     Branch: maint-5.10/perl
	  !> ext/Sys/Syslog/Changes ext/Sys/Syslog/Makefile.PL
	  !> ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/Syslog.xs
____________________________________________________________________________
[ 34372] By: nicholas				   on 2008/09/16  09:55:12
	Log: Integrate:
	     [ 34371]
	     SEGV in readline with $/ set to a reference, discovered by theorbtwo.
	     The bug turns out to have been introduced in 2003, with change 18580.
     Branch: maint-5.10/perl
	  !> sv.c
____________________________________________________________________________
[ 34342] By: nicholas				   on 2008/09/11  10:59:29
	Log: Integrate:
	     [ 34338]
	     Subject: Re: blead with -Dusemymalloc fails on t/comp/hints.t
	     From: Vincent Pit <perl@profvince.com>
	     Date: Wed, 10 Sep 2008 22:59:14 +0200
	     Message-ID: <48C83522.9010804@profvince.com>
     Branch: maint-5.10/perl
	  !> hv.c
____________________________________________________________________________
[ 34341] By: nicholas				   on 2008/09/11  10:07:18
	Log: Integrate:
	     [ 34315]
	     Make sure temp file has an extension on VMS to work with the new
	     temp file name generator in t/test.pl
	     
	     [ 34316]
	     Make sure the watchdog requeues itself when sleep() wakes up early
	     (such as when an alarm fires).  Also, bail out with SIGTERM rather
	     than SIGKILL on VMS since the latter kills the shell from which
	     Perl was started.
	     
	     [ 34328]
	     Subject: [PATCH] Fix parallel testing temp filenames
	     From: "Jerry D. Hedden" <jdhedden@cpan.org>
	     Message-ID: <1ff86f510809090852radb1044k43ff848c2d1e11fa@mail.gmail.com>
	     Date: Tue, 9 Sep 2008 11:52:45 -0400
	     
	     [ 34337]
	     Subject: [PATCH] Watchdog re-queue
	     From: "Jerry D. Hedden" <jdhedden@cpan.org>
	     Message-ID: <1ff86f510809090654v2de48f1r37499d573f452cdb@mail.gmail.com>
	     Date: Tue, 9 Sep 2008 09:54:41 -0400
     Branch: maint-5.10/perl
	  !> lib/charnames.t lib/strict.t lib/subs.t t/comp/multiline.t
	  !> t/test.pl
____________________________________________________________________________
[ 34340] By: nicholas				   on 2008/09/11  09:37:00
	Log: Integrate:
	     [ 34312]
	     Subject: [perl #57016] debugger: o warn=0 die=0 ignored 
	     From: "Tye McQueen" (via RT) <perlbug-followup@perl.org>
	     Date: Wed, 16 Jul 2008 13:02:27 -0700
	     Message-ID: <rt-3.6.HEAD-9960-1216238547-448.57016-75-0@perl.org>
     Branch: maint-5.10/perl
	  !> lib/perl5db.pl
____________________________________________________________________________
[ 34339] By: nicholas				   on 2008/09/11  09:11:57
	Log: Integrate:
	     [ 34309]
	     Subject: [PATCH] Fix mismatched #if/#endif in Win64 configuration.
	     From: "Jan Dubois" <jand@activestate.com>
	     Date: Sun, 7 Sep 2008 13:23:19 -0700
	     Message-ID: <002c01c91127$9149a810$b3dcf830$@com>
     Branch: maint-5.10/perl
	  !> win32/config_H.vc64
____________________________________________________________________________
[ 34336] By: nicholas				   on 2008/09/10  17:34:09
	Log: Integrate:
	     [ 34318]
	     Update gellyfish's e-mail.
	     
	     [ 34324]
	     Update AUTHORS
     Branch: maint-5.10/perl
	  !> AUTHORS Porting/checkAUTHORS.pl
____________________________________________________________________________
[ 34335] By: nicholas				   on 2008/09/10  16:28:02
	Log: Integrate:
	     [ 34272]
	     Subject: Add missing "a" to binmode documentation in perlfunc.pod
	     From: Matt Kraai <kraai@ftbfs.org>
	     Date: Thu, 4 Sep 2008 21:16:54 -0700
	     Message-ID: <20080905041654.GA4380@ftbfs.org>
	     
	     [ 34306]
	     Two missed s/Autrijus/Audrey/g
	     
	     [ 34307]
	     Fix an inconsistency spotted by David Landgren. (Although this is not
	     his proffered patch)
	     
	     [ 34311]
	     Subject: [DOC PATCH] av.c - clearify that av_shift returns &PL_sv_undef if array is empty
	     From: Claes Jakobsson <claes@surfar.nu>
	     Date: Sat, 9 Aug 2008 11:22:18 +0200
	     Message-Id: <0726E7A8-C29F-409C-81E6-B464EE6A3DDD@surfar.nu>
	     
	     [ 34334]
	     Correct Audrey's name in traditional and simplified Chinese (with a lot
	     of help from CL).
     Branch: maint-5.10/perl
	  !> README.cn README.tw av.c pod/perlfunc.pod pod/perltodo.pod
____________________________________________________________________________
[ 34333] By: nicholas				   on 2008/09/10  11:44:46
	Log: Integrate:
	     [ 33263]
	     Upgrade to ExtUtils-CBuilder-0.22
	     
	     [ 33339]
	     Fix CBuilder test that has been failing on Win32
	     since the upgrade at #33263
	     
	     [ 33721]
	     Upgrade to ExtUtils-CBuilder-0.23
	     
	     Wipes out local mods in 01-basic.t from #33339 (which are superseded
	     by changes in 0.23), but keeps local mods for VMS from #32277 (which
	     are still not in 0.23)
	     
	     [ 34303]
	     Upgrade to ExtUtils::CBuilder 0.24
	     Local change 34219 remains.
     Branch: maint-5.10/perl
	  !> lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/Base.pm
	  !> lib/ExtUtils/CBuilder/Changes
	  !> lib/ExtUtils/CBuilder/Platform/Unix.pm
	  !> lib/ExtUtils/CBuilder/Platform/VMS.pm
	  !> lib/ExtUtils/CBuilder/Platform/Windows.pm
	  !> lib/ExtUtils/CBuilder/Platform/aix.pm
	  !> lib/ExtUtils/CBuilder/Platform/cygwin.pm
	  !> lib/ExtUtils/CBuilder/Platform/darwin.pm
	  !> lib/ExtUtils/CBuilder/Platform/dec_osf.pm
	  !> lib/ExtUtils/CBuilder/Platform/os2.pm
	  !> lib/ExtUtils/CBuilder/t/01-basic.t
____________________________________________________________________________
[ 34332] By: nicholas				   on 2008/09/10  10:35:39
	Log: Integrate:
	     [ 34282]
	     Subject: [PATCH] bugfix, AutoLoader 0.67
	     From: Steffen Mueller <wyp3rlx02@sneakemail.com>
	     Message-ID: <20080905115602.23307.qmail@lists.develooper.com>
	     Date: Fri, 05 Sep 2008 13:56:01 +0200
     Branch: maint-5.10/perl
	  !> lib/AutoLoader.pm lib/AutoLoader/t/01AutoLoader.t
____________________________________________________________________________
[ 34331] By: nicholas				   on 2008/09/10  10:02:05
	Log: Integrate:
	     [ 34208]
	     Subject: Re: Re: [perl #30524] [PATCH] CGI.pm has poor list of temp directories on Windows
	     From: renee.baecker@smart-websolutions.de
	     Date: Wed, 20 Aug 2008 11:26:02 +0200 (CEST)
	     Message-Id: <20080820092602.A87A612001D@rserv16.sitepush.net>
	     
	     [ 34278]
	     Fix a couple of failing CGI.pm tests on Win32
	     
	     (My temporary directory is C:\DOCUME~1\shay\LOCALS~1\Temp, so we need
	     to allow ~ characters.)
	     
	     [ 34302]
	     Upgrade to CGI.pm 3.41
	     Local change 34208, 34278 remain.
	     
	     [ 34320]
	     Upgrade to CGI.pm 3.42
     Branch: maint-5.10/perl
	  !> lib/CGI.pm lib/CGI/Changes lib/CGI/Pretty.pm lib/CGI/Util.pm
	  !> lib/CGI/t/upload.t lib/CGI/t/uploadInfo.t
____________________________________________________________________________
[ 34325] By: nicholas				   on 2008/09/09  14:51:38
	Log: Integrate:
	     [ 32846]
	     Build const-(c|xs).inc in IPC::SysV on the fly.
	     
	     [ 32847]
	     Remove IPC::SysV constant files from the MANIFEST.
     Branch: maint-5.10/perl
	   - ext/IPC/SysV/const-c.inc ext/IPC/SysV/const-xs.inc
	  !> MANIFEST ext/IPC/SysV/Makefile.PL
____________________________________________________________________________
[ 34305] By: nicholas				   on 2008/09/07  12:02:48
	Log: Integrate:
	     [ 34040]
	     Subject: Fix run/switches test on Win32
	     From: "Steve Hay" <SteveHay@planit.com>
	     Date: Tue, 10 Jun 2008 09:49:50 +0100
	     Message-ID: <1B32FF956ABF414C9BCE5E487A1497E701DF242E@ukmail02.planit.group>
     Branch: maint-5.10/perl
	  !> t/run/switches.t
____________________________________________________________________________
[ 34295] By: nicholas				   on 2008/09/06  09:32:00
	Log: Integrate:
	     [ 34213]
	     Change 33807 to fix bug #52740 wasn't quite right, as it ended up with
	     unitialised reads (and sometimes even SEGVs).
     Branch: maint-5.10/perl
	  !> sv.c
____________________________________________________________________________
[ 34276] By: nicholas				   on 2008/09/05  15:17:22
	Log: Integrate:
	     [ 34235]
	     Silence warnings when -destdir isn't set.
	     
	     [ 34236]
	     Subject: [PATCH] Architecture-Independent Non-XS extenstions
	     From: "Jerry D. Hedden" <jdhedden@cpan.org>
	     Message-ID: <1ff86f510808280530ue0e3140q7e4ce71d5f395cc9@mail.gmail.com>
	     Date: Thu, 28 Aug 2008 08:30:38 -0400
     Branch: maint-5.10/perl
	  !> installperl
____________________________________________________________________________
[ 34275] By: nicholas				   on 2008/09/05  15:12:25
	Log: Integrate:
	     [ 34220]
	     Don't add freed SVF_BREAK scalars to the freed list.
	     This may still be referenced, so don't reuse.
     Branch: maint-5.10/perl
	  !> sv.c
____________________________________________________________________________
[ 34274] By: nicholas				   on 2008/09/05  14:42:01
	Log: Integrate:
	     [ 34120]
	     Subject: [PATCH] Configure - d_sprintf_returns_strlen
	     From: "Jerry D. Hedden" <jdhedden@cpan.org>
	     Date: Thu, 19 Jun 2008 11:22:58 -0400
	     Message-ID: <1ff86f510806190822l34a3ea7eudb7b75f60ff0635d@mail.gmail.com>
	     
	     [ 34126]
	     Subject: [PATCH] Fix to Change 34120
	     From: "Jerry D. Hedden" <jdhedden@cpan.org>
	     Date: Fri, 11 Jul 2008 08:59:24 -0400
	     Message-ID: <1ff86f510807110559tdc38deas3042e3e8ec234168@mail.gmail.com>
	     
	     [ 34188]
	     Subject: [perl #24198] Bad default-domainname extraction in Configure-Script may cause infinite loops in perl-tests
	     From: "Bram via RT" <perlbug-followup@perl.org>
	     Date: Thu, 07 Aug 2008 06:00:47 -0700
	     Message-ID: <rt-3.6.HEAD-29759-1218114045-1803.24198-15-0@perl.org>
	     
	     [ 34212]
	     If I want to build Devel::NYTProf under the core tree, then the
	     Makefile needs to know to build List::Util first.
     Branch: maint-5.10/perl
	  !> Configure Makefile.SH
____________________________________________________________________________
[ 34273] By: nicholas				   on 2008/09/05  13:59:17
	Log: Integrate:
	     [ 34180]
	     Use test.pl's tempfile().
	     
	     [ 34182]
	     Convert all unimaginative (ie race condition) temporary file names to
	     use test.pl's tempfile().
	     
	     [ 34184]
	     Convert all unimaginative (ie race condition) temporary file names to   
	     use test.pl's tempfile().
	     
	     [ 34196]
	     Subject: Avoid a potential testing race condition in lib/Dirhandle.ttest.
	     From: Bram <p5p@perl.wizbit.be>
	     Message-ID: <20080810203627.vj786wb688skc44w@horde.wizbit.be>
	     Date: Sun, 10 Aug 2008 20:36:27 +0200
	     
	     [ 34203]
	     VMS-specific follow-up to tempfile name changes in 34182, plus
	     a TODO in dup.t that's long since to-done.
	     
	     [ 34205]
	     Subject: [PATCH] Re: Change 34184: Convert all unimaginative (ie race condition) temporary file names to
	     From: Bram <p5p@perl.wizbit.be>
	     Date: Tue, 12 Aug 2008 19:05:00 +0200
	     Message-ID: <20080812190500.3ns5yf7ibocgo0w0@horde.wizbit.be>
	     
	     (Change 34184 missed one Comp.try in the MSWin32 case, which caused this
	     test to fail on Win32)
     Branch: maint-5.10/perl
	  !> (integrate 38 files)
____________________________________________________________________________
[ 34271] By: nicholas				   on 2008/09/05  13:21:40
	Log: Integrate:
	     [ 34159]
	     Convert undef.t to use test.pl and strict.
	     
	     [ 34198]
	     Subject: [perl #52740] [PATCH-tests] crash when localizing a symtab entry 
	     From: "Bram via RT" <perlbug-followup@perl.org>
	     Date: Sun, 10 Aug 2008 10:59:16 -0700
	     Message-ID: <rt-3.6.HEAD-29759-1218391153-38.52740-15-0@perl.org>
	     
	     [ 34228]
	     Fix new test added by #34198, which failed on Win32
     Branch: maint-5.10/perl
	  !> t/op/local.t t/op/undef.t
____________________________________________________________________________
[ 34270] By: nicholas				   on 2008/09/05  12:56:09
	Log: Integrate:
	     [ 34139]
	     For cases FF_LINESNGL and FF_LINEGLOB in pp_formline, take great care
	     to call get magic exactly once. This doesn't just avoid logical errors
	     with tied variables, it actually avoids panics (or worse) because a
	     pointer is retained to the string returned by the (first) call to
	     SvPV_const() for a future sv_chop(), and any future call to get magic
	     can invalidate the buffer that that pointer points to.
	     Also this removes the original crazy code that would set then reset the
	     length of a scalar, so as to only copy an initial portion of it, and
	     also copy the entire scalar including trailing newline (which might
	     require allocating more memory), only to immediately remove the newline
	     from the copy by reducing the length by one.
	     
	     [ 34140]
	     Make format items @* and ^* work with references (safely). Note no-one
	     said anything about sanely.
     Branch: maint-5.10/perl
	  !> pp_ctl.c t/op/write.t
____________________________________________________________________________
[ 34269] By: nicholas				   on 2008/09/05  12:18:53
	Log: Integrate:
	     [ 34136]
	     assert() that the pointer passed to Perl_sv_chop() lies within the
	     buffer of the SV.
	     
	     [ 34138]
	     The assert()ions in sv_chop() that the passed in pointer is within the
	     SV's buffer should be full-on panics, as bogus values passed in can
	     cause later heap corruption, which is a bad thing (TM).
	     
	     [ 34144]
	     Fix use of a variable before it is initialised, introduced by change
	     34138, spotted by Jerry D. Hedden. I assume that he's compiling with
	     options that enable trace flow analysis from the C compiler.
     Branch: maint-5.10/perl
	  !> pod/perldiag.pod sv.c
____________________________________________________________________________
[ 34268] By: nicholas				   on 2008/09/05  10:06:01
	Log: Integrate:
	     [ 34125]
	     Simplify code in pp_formline, removing a goto and localising and
	     consting a variable.
	     
	     [ 34129]
	     Regression tests for, and fix quite a lot of bugs in, cases FF_LINESNGL
	     and FF_LINEGLOB in pp_formline. (While investigating RT #55668)
	     Sometimes I wonder if this is actually fun.
	     
	     [ 34135]
	     Format tests for @* too.
     Branch: maint-5.10/perl
	  !> pp_ctl.c t/op/write.t
____________________________________________________________________________
[ 34267] By: nicholas				   on 2008/09/05  08:29:29
	Log: Integrate:
	     [ 34225]
	     Subject: [PATCH] Safer environ iteration
	     From: "Milosz Tanski" <mtanski@gridapp.com>
	     Date: Tue, 5 Aug 2008 18:33:02 -0400
	     Message-ID: <C0A5E31718FC064A91E9FD7BE2F081B1018A21D7@exchange.gridapp.com>
     Branch: maint-5.10/perl
	  !> perl.c
____________________________________________________________________________
[ 34266] By: nicholas				   on 2008/09/04  15:33:04
	Log: Integrate:
	     [ 34092]
	     Subject: Some more missing isGV_with_GP()s
	     From: Ben Morrow <ben@morrow.me.uk>
	     Date: Sat, 28 Jun 2008 17:00:17 +0100
	     Message-ID: <20080628160017.GA81579@osiris.mauzo.dyndns.org>
	     
	     [ 34100]
	     Fix test count that was missed in #34092
	     
	     [ 34101]
	     Skip chown() tests added by #34092 on Win32
     Branch: maint-5.10/perl
	  +> t/io/pvbm.t
	  !> MANIFEST doio.c ext/IO/t/io_taint.t mg.c pp.c pp_ctl.c
	  !> pp_hot.c pp_sys.c sv.c t/op/attrs.t t/op/inc.t t/op/inccode.t
	  !> t/op/magic.t t/op/ref.t t/op/undef.t xsutils.c
____________________________________________________________________________
[ 34265] By: nicholas				   on 2008/09/04  14:27:46
	Log: Integrate:
	     [ 34085]
	     Subject: [PATCH] fix debop with pad const
	     From: Reini Urban <rurban@x-ray.at>
	     Date: Tue, 24 Jun 2008 12:07:01 +0200
	     Message-ID: <4860C745.2020307@x-ray.at>
	     
	     [ 34086]
	     Skip one test that was failing with DEBUGGING and threads,
	     because after change #34085 the IV value of the OP_CONST
	     isn't dumped anymore.
	     
	     [ 34087]
	     Subject: [PATCH] Re: split smoke for threaded -DDEBUGGING builds
	     From: Reini Urban <rurban@x-ray.at>
	     Date: Wed, 25 Jun 2008 17:30:08 +0200
	     Message-ID: <48626480.7030602@x-ray.at>
	     
	     Plus revert #34086
     Branch: maint-5.10/perl
	  !> dump.c t/op/split.t
____________________________________________________________________________
[ 34264] By: nicholas				   on 2008/09/04  10:18:56
	Log: Integrate:
	     [ 34057]
	     Subject: Re: Patches / git
	     From: Andy Armstrong <andy@hexten.net>
	     Date: Mon, 16 Jun 2008 01:13:25 +0100
	     Message-Id: <1162EDA1-C865-4CBB-8DA0-3C83F89E826E@hexten.net>
	     
	     [ 34080]
	     Subject: Re: [perl #24174] perl-5.8.0-55 exit bug
	     From: Michael G Schwern <schwern@pobox.com>
	     Date: Mon, 13 Oct 2003 05:13:48 -0700
	     Message-ID: <20031013121348.GB21103@windhund.schwern.org>
	     
	     [ 34081]
	     Subject: [PATCH] Documentation on taint/environment interactions for perlrun.pod
	     From: Paul Fenwick <pjf@perltraining.com.au>
	     Date: Tue, 24 Jun 2008 13:53:19 +1000
	     Message-ID: <48606FAF.4040604@perltraining.com.au>
	     
	     [ 34083]
	     URL for End-Of-Life and OS/Arch documentation
	     Small enhancements
	     
	     [ 34089]
	     Subject: Re: [perl #56348] [PATCH] glob() with spaces - documentation unclear
	     From: Paul Fenwick <pjf@perltraining.com.au>
	     Date: Thu, 26 Jun 2008 11:41:45 +1000
	     Message-ID: <4862F3D9.5010105@perltraining.com.au>
	     
	     [ 34137]
	     Fix for #56874: maybe small error in perlxs.pod example
	     
	     [ 34160]
	     Note the possibility of sharing arenas between types.
	     
	     [ 34166]
	     Small typo fix
	     
	     [ 34189]
	     Note that I TODID most of parallel testing in the core.
	     
	     [ 34197]
	     Purge C<n_a> thoughtcrime from the pods.
	     
	     [ 34221]
	     Subject: [perl #57646] Weird non-equivalence between $::{'a'} = sub {} and *::a = sub {} 
	     From: "Bram via RT" <perlbug-followup@perl.org>
	     Date: Wed, 06 Aug 2008 01:24:22 -0700
	     Message-ID: <rt-3.6.HEAD-29759-1218011060-645.57646-15-0@perl.org>
	     
	     [ 34223]
	     Subject: Re: [perl #58218] backwards logic in perluniintro (5.10.0) 
	     From: "Dr.Ruud" <rvtol+news@isolution.nl>
	     Date: Sat, 23 Aug 2008 10:07:45 +0200
	     Message-ID: <20080823081032.32162.qmail@lists.develooper.com>
	     
	     [ 34237]
	     Subject: [PATCH] Perl TODO related to threads::shared done
	     From: "Jerry D. Hedden" <jdhedden@cpan.org>
	     Message-ID: <1ff86f510808271149n28fdd43dg2acd71355e959366@mail.gmail.com>
	     Date: Wed, 27 Aug 2008 14:49:55 -0400
	     
	     Message-ID: <1ff86f510808280540i5aa077adk55a1e64336866458@mail.gmail.com>
	     
	     Subject: [PATCH] perltodo.pod cleanup for nonxs installation
	     From: "Jerry D. Hedden" <jdhedden@cpan.org>
	     Date: Thu, 28 Aug 2008 08:40:15 -0400
	     Message-ID: <1ff86f510808280540i5aa077adk55a1e64336866458@mail.gmail.com>
	     
	     [ 34239]
	     Subject: [PATCH] clear docs on exists wrt autovivification
	     From: Moritz Lenz
	     Date: August 26, 2008 11:23
	     
	     [ 34240]
	     Note the task TODO of splitting the linker from the compiler.
	     
	     [ 34241]
	     The tasks needed to get smart match fixing underway for 5.10.1
	     
	     [ 34242]
	     Tweaks and reflowing for the cc/linker split.
	     
	     [ 34243]
	     Add the URL for annotated svn of S03.
	     
	     [ 34258]
	     Subject: Re: Change 34166: Small typo fix
	     From: Paul Johnson <paul@pjcj.net>
	     Message-ID: <20080731164510.GH15114@pjcj.net>
	     Date: Thu, 31 Jul 2008 18:45:10 +0200
     Branch: maint-5.10/perl
	  !> README.hpux pod/perlcall.pod pod/perlembed.pod
	  !> pod/perlform.pod pod/perlfunc.pod pod/perlmod.pod
	  !> pod/perlrun.pod pod/perlsub.pod pod/perltodo.pod
	  !> pod/perluniintro.pod pod/perlxs.pod
____________________________________________________________________________
[ 34263] By: nicholas				   on 2008/09/04  08:55:53
	Log: Integrate:
	     [ 34076]
	     Subject: Re: [perl #46381] "Out of memory ... sbrk()" on FreeBSD-6.x for v.5.8.x but not v.5.6.x
	     From: Slaven Rezic <slaven@rezic.de>
	     Date: 26 Oct 2007 16:58:55 +0200
	     Message-ID: <874pgd6hxs.fsf@biokovo-amd64.herceg.de>
	     
	     [ 34078]
	     Subject: [PATCH] Fix malloc.c warning
	     From: "Jerry D. Hedden" <jdhedden@cpan.org>
	     Date: Mon, 23 Jun 2008 09:41:11 -0400
	     Message-ID: <1ff86f510806230641x37afed4bla697e381b3ba9d6d@mail.gmail.com>
     Branch: maint-5.10/perl
	  !> malloc.c
____________________________________________________________________________
[ 34262] By: nicholas				   on 2008/09/04  07:37:07
	Log: Integrate:
	     [ 34068]
	     Subject: [perl #51370] length($@)>0 for empty $@ if utf8 is in use 
	     From: "Bram via RT" <perlbug-followup@perl.org>
	     Date: Wed, 11 Jun 2008 03:26:26 -0700
	     Message-ID: <rt-3.6.HEAD-18229-1213179984-1708.51370-15-0@perl.org>
	     
	     (The first patch)
	     
	     [ 34069]
	     Rename the new macro clear_errsv() from last patch to CLEAR_ERRSV()
     Branch: maint-5.10/perl
	  !> op.c perl.c perl.h pp_ctl.c t/op/eval.t
____________________________________________________________________________
[ 34261] By: nicholas				   on 2008/09/04  06:02:02
	Log: Integrate:
	     [ 34055]
	     Subject: [perl #55786] [PATCH blead] Re: Overload Segfaulting 
	     From: Rick Delaney (via RT) <perlbug-followup@perl.org>
	     Date: Sat, 14 Jun 2008 11:51:01 -0700
	     Message-ID: <rt-3.6.HEAD-22068-1213469460-652.55786-75-0@perl.org>
	     
	     [ 34067]
	     Subject: [perl #46309] Buffer overflow in win32_select() (PATCH included) 
	     From: Risto Kankkunen (via RT) <perlbug-followup@perl.org>
	     Date: Wed, 10 Oct 2007 02:44:13 -0700
	     Message-ID: <rt-3.6.HEAD-10743-1192009453-1788.46309-75-0@perl.org>
     Branch: maint-5.10/perl
	  !> lib/overload.pm lib/overload.t pp.h win32/win32sck.c
____________________________________________________________________________
[ 34260] By: nicholas				   on 2008/09/04  05:17:21
	Log: Integrate:
	     [ 34128]
	     In Perl_sv_utf8_upgrade_flags(), don't assume that the SV is well
	     formed with a trailing '\0'. And do assume that bytes_to_utf8() does.
	     
	     [ 34234]
	     Fix #30660: Repeated spaces on shebang line stops option parsing
	     From a patch and test sent by Rene Bcker in
	     <48B271A3.80808@smart-websolutions.de>
     Branch: maint-5.10/perl
	  !> perl.c sv.c t/run/switches.t
____________________________________________________________________________
[ 34259] By: nicholas				   on 2008/09/03  22:16:31
	Log: Integrate:
	     [ 34073]
	     AIX might miss libm
	     Subject: Re: Closing tickets in RT
	     From: "H.Merijn Brand" <h.m.brand@xs4all.nl>
	     Date: Tue, 29 Apr 2008 17:49:35 +0200
	     Message-ID: <20080429174935.0cb5763b@pc09.procura.nl>
	     
	     [ 34075]
	     Make the version string more consistent between Windows and other platforms.
	     Noticed and reported by Dave Golden.
	     
	     [ 34162]
	     Subject: [PATCH] Minor hints/linux.sh patch to allow setting -Doptimize
	     From: Andrew Dougherty <doughera@lafayette.edu>
	     Date: Tue, 29 Jul 2008 12:00:52 -0400 (EDT)
	     Message-ID: <Pine.LNX.4.64.0807291159410.23060@fractal.phys.lafayette.edu>
	     
	     [ 34168]
	     Add d_timegm to uconfig.sh to fix the generated uconfig.h.
     Branch: maint-5.10/perl
	  !> hints/aix.sh hints/linux.sh uconfig.sh win32/config_sh.PL
____________________________________________________________________________
[ 34257] By: nicholas				   on 2008/09/03  21:46:38
	Log: Integrate:
	     [ 34164]
	     Subject: [PATCH] update Exporter to version 5.63
	     From: "Adriano Ferreira" <a.r.ferreira@gmail.com>
	     Date: Tue, 29 Jul 2008 17:37:12 -0300
	     Message-ID: <73ddeb6c0807291337k150d5172pd671a5df980b7faf@mail.gmail.com>
	     
	     [ 34170]
	     Subject: [PATCH] Tiny SelfLoader patch for better warnings
	     From: Steffen Mueller <wyp3rlx02@sneakemail.com>
	     Message-ID: <20080802153839.9538.qmail@lists.develooper.com>
	     Date: Sat, 02 Aug 2008 17:38:39 +0200
	     
	     [ 34193]
	     Upgrade to ExtUtils-Manifest-1.54
	     
	     [ 34194]
	     Upgrade to CGI.pm-3.40
     Branch: maint-5.10/perl
	  !> lib/CGI.pm lib/CGI/Fast.pm lib/CGI/t/request.t lib/Exporter.pm
	  !> lib/Exporter.t lib/Exporter/Heavy.pm
	  !> lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
	  !> lib/ExtUtils/t/Manifest.t lib/SelfLoader.pm
____________________________________________________________________________
[ 34256] By: nicholas				   on 2008/09/03  21:17:47
	Log: Integrate:
	     [ 34046]
	     For dynamic loading on VMS, simplify and robustify things by using
	     the system-supplied exception handler rather than the home-rolled one.
	     This eliminates an access violation sometimes seen with heavy loading
	     under threads.
	     
	     [ 34163]
	     Subject: [perl #56766] [PATCH]
	     From: Vincent Pit <perl@profvince.com>
	     Date: Thu, 10 Jul 2008 18:10:10 +0200
	     Message-ID: <48763462.7020506@profvince.com>
	     
	     [ 34165]
	     Subject: [PATCH] Version bump for Data::Dumper
	     From: "Jerry D. Hedden" <jdhedden@cpan.org>
	     Date: Wed, 30 Jul 2008 12:54:34 -0400
	     Message-ID: <1ff86f510807300954y5451ce9eq3181169e83bc3a10@mail.gmail.com>
     Branch: maint-5.10/perl
	  !> ext/Data/Dumper/Dumper.pm ext/Data/Dumper/t/bugs.t
	  !> ext/DynaLoader/dl_vms.xs
____________________________________________________________________________
[ 34255] By: nicholas				   on 2008/09/03  20:49:16
	Log: Integrate:
	     [ 34121]
	     Start converting t/op/write.t to test.pl
	     
	     [ 34122]
	     Reduce the -| skip back to just the tests that use it, and re-align the
	     comments with the test code they refer to.
	     
	     [ 34123]
	     Complete the conversion of t/op/write.t to test.pl, and remove my
	     (accidentally committed) skip testing '1'.
	     
	     [ 34124]
	     Bring the joy of strict to the rest of write.t
	     
	     [ 34157]
	     Convert wantarray.t to use strict and test.pl
	     
	     [ 34172]
	     Bring the joy of strict to t/harness.
	     
	     [ 34183]
	     Use test.pl, not Test.pm, in t/run/*.t
	     
	     [ 34204]
	     Skip the Perl debugger test if the harness itself is already running
	     under some kind of debugger (such as a profiler) to avoid confusing
	     things. (such as trashing the profiler output file from the harness.)
     Branch: maint-5.10/perl
	  !> lib/perl5db.t t/harness t/op/wantarray.t t/op/write.t
	  !> t/run/runenv.t
____________________________________________________________________________
[ 34253] By: nicholas				   on 2008/09/03  19:22:40
	Log: Integrate:
	     [ 34043]
	     Subject: Re: Change 34005: Re: CPAN Upload: S/SA/SAPER/Sys-Syslog-0.25.tar.gz
	     From: Sbastien Aperghis-Tramoni <maddingue@free.fr>
	     Message-Id: <B44DBB66-1AFE-4C93-BE5F-C41CF69166D2@free.fr>
	     Date: Sun, 8 Jun 2008 02:55:21 +0200
	     
	     [applied manually, plus $VERSION bump]
	     
	     [ 34044]
	     Patch from MHX to change the WriteConstant()'s documentation to note
	     that to change the constant subroutine's name one needs XS_SUBNAME
	     not SUBNAME, and then make C_SUBNAME default to XS_SUBNAME to be
	     consistent with the revised documentation.
	     http://rt.cpan.org/Public/Bug/Display.html?id=29968
	     
	     [ 34072]
	     Fix release date for 5.002
	     (noticed by Grant McLean)
	     
	     [ 34093]
	     Subject: [perl #34339][PATCH] "perldoc lib" doesn't describe actual behavior
	     From: Rene Bcker <renee.baecker@smart-websolutions.de>
	     Date: Wed, 25 Jun 2008 16:40:57 +0200
	     Message-ID: <486258F9.4020505@smart-websolutions.de>
     Branch: maint-5.10/perl
	  !> lib/ExtUtils/Constant.pm lib/Module/CoreList.pm lib/lib_pm.PL
____________________________________________________________________________
[ 34251] By: nicholas				   on 2008/09/03  18:52:22
	Log: Integrate:
	     [ 34019]
	     Subject: [PATCH] perlbug prose patch (and some evals, too)
	     From: Jesse Vincent <jesse@fsck.com>
	     Date: Sat, 7 Jun 2008 17:10:28 -0400
	     Message-Id: <89557793-48C2-4962-BE7A-24DC2EAFAF15@fsck.com>
	     
	     (applied to perlbug.PL instead of the generated perlbug)
	     
	     [ 34020]
	     Revert #34019.
	     
	     [ 34061]
	     Subject: [perl #55844] [PATCH] perlbug refactoring and prose cleanup 
	     From: Jesse (via RT) <perlbug-followup@perl.org>
	     Date: Sun, 15 Jun 2008 08:31:50 -0700
	     Message-ID: <rt-3.6.HEAD-18229-1213543909-1580.55844-75-0@perl.org>
     Branch: maint-5.10/perl
	  !> utils/perlbug.PL
____________________________________________________________________________
[ 34250] By: nicholas				   on 2008/09/03  18:23:52
	Log: Integrate:
	     [ 34097]
	     Avoid using -> function call notation within test.pl, which is supposed
	     to keep to simple constructions to facilitate accurately testing the
	     core interpreter, which might be buggy.
	     
	     [ 34152]
	     Subject: [PATCH] Fix skips in test.pl
	     From: "Jerry D. Hedden" <jdhedden@cpan.org>
	     Date: Fri, 18 Jul 2008 09:09:41 -0400
	     Message-ID: <1ff86f510807180609l7ca8a8d8i653dfd687ed9f36d@mail.gmail.com>
	     
	     Changes skip messages to be consistent with Test::Builder.
	     
	     [ 34173]
	     Better temporary file name generation. (Avoid using ++, avoid file
	     names clashing between different scripts, which may now be executing
	     in parallel)
	     
	     [ 34178]
	     A proper tempfile function that can be used multiple times.
	     
	     [ 34179]
	     Fix bug in counting in tempfile().
	     Also we need to note file names we give out, as some callers don't
	     create them before calling us a second time.
	     Add a regexp that matches the tempfile() names, for tests that want to
	     munge output.
     Branch: maint-5.10/perl
	  !> t/test.pl
____________________________________________________________________________
[ 34249] By: nicholas				   on 2008/09/03  18:00:54
	Log: Tabs, not spaces.
     Branch: maint-5.10/perl
	   ! MANIFEST
____________________________________________________________________________
[ 34248] By: nicholas				   on 2008/09/03  17:50:18
	Log: Integrate:
	     [ 34047]
	     Subject: [PATCH - revised] threads::shared 1.22
	     From: "Jerry D. Hedden" <jdhedden@cpan.org>
	     Date: Thu, 12 Jun 2008 08:44:12 -0400
	     Message-ID: <1ff86f510806120544q76b18460l435fe9f3b1d77b2f@mail.gmail.com>
	     
	     [ 34048]
	     Subject: [PATCH - revised] threads 1.71
	     From: "Jerry D. Hedden" <jdhedden@cpan.org>
	     Date: Thu, 12 Jun 2008 08:42:19 -0400
	     Message-ID: <1ff86f510806120542v7f55b0aetac69642e5072654e@mail.gmail.com>
	     
	     [ 34074]
	     Subject: [PATCH] threads::shared 1.23
	     From: "Jerry D. Hedden" <jdhedden@cpan.org>
	     Date: Tue, 17 Jun 2008 16:28:45 -0400
	     Message-ID: <1ff86f510806171328y54650760u12c8148830a60a63@mail.gmail.com>
	     
	     [ 34098]
	     Subject: [PATCH] threads::shared 1.24
	     From: "Jerry D. Hedden" <jdhedden@cpan.org>
	     Date: Wed, 2 Jul 2008 10:01:59 -0400
	     Message-ID: <1ff86f510807020701v78a14d06g1e0e5f098c6131ed@mail.gmail.com>
	     
	     ...plus some adjustments to the test headers to prevent failures
	     in the Perl core.
	     
	     [ 34102]
	     Subject: [PATCH] threads::shared 1.24 (phase 2)
	     From: "Jerry D. Hedden" <jdhedden@cpan.org>
	     Date: Thu, 3 Jul 2008 10:02:30 -0400
	     Message-ID: <1ff86f510807030702q74132e14ne6434876a7138f17@mail.gmail.com>
	     
	     Additional changes to threads::shared for UTF-8 hash keys.
	     
	     [ 34110]
	     Subject: [PATCH] threads::shared 1.24 (phase 3)
	     From: "Jerry D. Hedden" <jdhedden@cpan.org>
	     Date: Mon, 7 Jul 2008 13:33:22 -0400
	     Message-ID: <1ff86f510807071033j5136e337lab0f3d27575e9113@mail.gmail.com>
	     
	     [ 34117]
	     Subject: [PATCH] threads::shared 1.24 (more)
	     From: "Jerry D. Hedden" <jdhedden@cpan.org>
	     Date: Thu, 10 Jul 2008 09:05:42 -0400
	     Message-ID: <1ff86f510807100605u4f80a1b6u2595fbd030bd5660@mail.gmail.com>
	     
	     Fixes "unary minus operator applied to unsigned type" warnings on Win32
	     
	     [ 34118]
	     Subject: [PATCH] threads::shared 1.24 (still more)
	     From: "Jerry D. Hedden" <jdhedden@cpan.org>
	     Date: Thu, 10 Jul 2008 10:29:14 -0400
	     Message-ID: <1ff86f510807100729k4b620d3dl3fa079b89360f5ee@mail.gmail.com>
	     
	     Fixes warnings introduced by previous patch.
	     
	     [ 34141]
	     Upgrade to threads::shared 1.25 by Jerry D. Hedden
	     Fix for cloning read-only objects.
	     
	     [ 34149]
	     Subject: [PATCH] threads::shared 1.26
	     From: "Jerry D. Hedden" <jdhedden@cpan.org>
	     Date: Wed, 16 Jul 2008 09:47:57 -0400
	     Message-ID: <1ff86f510807160647q777f0eefj388b342f57c8f49f@mail.gmail.com>
	     
	     Conditionalize read-only tests for Perl < 5.8.3
	     
	     [ 34150]
	     Subject: [PATCH] watchdog() for threads tests
	     From: "Jerry D. Hedden" <jdhedden@gmail.com>
	     Date: Wed, 16 Jul 2008 11:10:35 -0400
	     Message-ID: <1ff86f510807160810ib0a01adg4f54cca69a96b623@mail.gmail.com>
     Branch: maint-5.10/perl
	  +> ext/threads/shared/t/utf8.t
	  !> (integrate 42 files)
____________________________________________________________________________
[ 34247] By: nicholas				   on 2008/09/03  16:58:09
	Log: Integrate:
	     [ 34091]
	     Subject: [PATCH-revised^6] common test code for timed bail
	     From: "Jerry D. Hedden" <jdhedden@cpan.org>
	     Date: Sat, 28 Jun 2008 15:18:48 -0400
	     Message-ID: <1ff86f510806281218i65d32061w27a4431b9b357107@mail.gmail.com>
	     
	     [ 34109]
	     Subject: [PATCH - revised^4] test.pl fix
	     From: "Jerry D. Hedden" <jdhedden@cpan.org>
	     Date: Mon, 7 Jul 2008 13:29:14 -0400
	     Message-ID: <1ff86f510807071029q5931f03ud506f06b7d1f72af@mail.gmail.com>
	     
	     [ 34147]
	     Subject: [PATCH] test.pl
	     From: "Jerry D. Hedden" <jdhedden@cpan.org>
	     Date: Fri, 11 Jul 2008 11:07:07 -0400
	     Message-ID: <1ff86f510807110807hb3e3727la161367a63da607f@mail.gmail.com>
	     
	     Jerry found that localizing $? doesn't shield the effects of wait()
	     unless you actually assign something to $?
	     
	     [ 34154]
	     Subject: [PATCH] watchdog() fix for MSWin32
	     From: "Jerry D. Hedden" <jdhedden@cpan.org>
	     Date: Wed, 23 Jul 2008 12:19:36 -0400
	     Message-ID: <1ff86f510807230919p355ea37ci3fde2c1f84df6d5f@mail.gmail.com>
	     
	     Adds a needed diag message to the watchdog() function for MSWin32.
     Branch: maint-5.10/perl
	  !> pod/perltodo.pod t/test.pl
____________________________________________________________________________
[ 34246] By: nicholas				   on 2008/09/03  15:48:26
	Log: Integrate:
	     [ 34005]
	     Subject: Re: CPAN Upload: S/SA/SAPER/Sys-Syslog-0.25.tar.gz
	     From: Sbastien Aperghis-Tramoni <maddingue@free.fr>
	     Date: Fri, 6 Jun 2008 01:23:30 +0200
	     Message-Id: <A5901BA3-6972-4C7D-8D91-F6E942B85AE5@free.fr>
	     
	     [ 34058]
	     Subject: Fwd: CPAN Upload: S/SA/SAPER/Sys-Syslog-0.26.tar.gz
	     From: Sbastien Aperghis-Tramoni <maddingue@free.fr>
	     Date: Mon, 16 Jun 2008 01:57:33 +0200
	     Message-Id: <A9FDE5F5-5285-454C-AE15-3EBF6AEBDFC8@free.fr>
	     
	     [ 34103]
	     Upgrade to Encode-2.26
     Branch: maint-5.10/perl
	  +> ext/Encode/t/jis7-fallback.t
	   - ext/Encode/ucm/gsm0338.ucm
	  !> (integrate 32 files)
____________________________________________________________________________
[ 34245] By: nicholas				   on 2008/09/03  15:16:36
	Log: Integrate:
	     [ 33974]
	     Subject: [PATCH] Thread::Queue 2.09
	     From: "Jerry D. Hedden" <jdhedden@cpan.org>
	     Date: Fri, 30 May 2008 12:41:41 -0400
	     Message-ID: <1ff86f510805300941o68c1967bw31dee3e40ffa28a7@mail.gmail.com>
	     
	     Explicitly check for undef in args because some versions of
	     looks_like_number(undef) return true.
	     
	     [ 34049]
	     Subject: [PATCH] Thread::Semaphore 2.09
	     From: "Jerry D. Hedden" <jdhedden@cpan.org>
	     Date: Thu, 12 Jun 2008 09:41:24 -0400
	     Message-ID: <1ff86f510806120641jbbb984cn1f505c24d520cdbf@mail.gmail.com>
	     
	     [ 34050]
	     Subject: [PATCH] Thread::Queue 2.11
	     From: "Jerry D. Hedden" <jdhedden@cpan.org>
	     Date: Thu, 12 Jun 2008 09:42:42 -0400
	     Message-ID: <1ff86f510806120642g5a707382l76aaaa80797443c8@mail.gmail.com>
	     
	     [ 34051]
	     Subject: [PATCH] Thread::Queue 2.11
	     From: "Jerry D. Hedden" <jdhedden@cpan.org>
	     Date: Thu, 12 Jun 2008 09:42:42 -0400
	     Message-ID: <1ff86f510806120642g5a707382l76aaaa80797443c8@mail.gmail.com>
	     
	     This time, not empty.
     Branch: maint-5.10/perl
	  !> lib/Thread/Queue.pm lib/Thread/Queue/t/01_basic.t
	  !> lib/Thread/Queue/t/02_refs.t lib/Thread/Queue/t/03_peek.t
	  !> lib/Thread/Queue/t/04_errs.t lib/Thread/Queue/t/05_extract.t
	  !> lib/Thread/Queue/t/06_insert.t lib/Thread/Queue/t/07_lock.t
	  !> lib/Thread/Queue/t/08_nothreads.t lib/Thread/Semaphore.pm
	  !> lib/Thread/Semaphore/t/01_basic.t
	  !> lib/Thread/Semaphore/t/02_errs.t
	  !> lib/Thread/Semaphore/t/03_nothreads.t
____________________________________________________________________________
[ 34161] By: rgs				   on 2008/07/28  13:06:23
	Log: Regenerate Changes
     Branch: maint-5.10/perl
	   ! Changes
____________________________________________________________________________
[ 34095] By: nicholas				   on 2008/06/30  20:18:26
	Log: Integrate:
	     [ 34090]
	     Upgrade to Win32-0.37
	     
	     [ 34094]
	     Upgrade to Win32-0.38
	     (including changes to GetCurrentThreadId.t which should have gone into
	     the 0.37 upgrade, but which I missed then)
     Branch: maint-5.10/perl
	  !> ext/Win32/Changes ext/Win32/Win32.pm ext/Win32/Win32.xs
	  !> ext/Win32/t/GetCurrentThreadId.t
____________________________________________________________________________
[ 34065] By: nicholas				   on 2008/06/16  15:41:01
	Log: Integrate:
	     [ 33979]
	     Probably starting with the changes in change #33897,
	     t/run/exit.t has been failing on Win32.  Update the skipping
	     mechanism to do more that check for the definition of
	     POSIX::WIFEXITED.
	     
	     [ 33982]
	     Subject: Re: [perl #55160] perlbug AutoReply: Fix cygwin mount test
	     From: "Reini Urban" <rurban@x-ray.at>
	     Date: Sun, 1 Jun 2008 14:51:59 +0200
	     Message-ID: <6910a60806010551u30199befr43761fe53d5d896@mail.gmail.com>
	     
	     [ 34024]
	     Subject: Fwd: [PATCH-2] Re: testing $/ with in memory files
	     From: Bram <p5p@perl.wizbit.be>
	     Date: Mon, 26 May 2008 09:12:58 +0200
	     Message-ID: <20080526091258.vbcecy2dc00gwg08@horde.wizbit.be>
	     
	     [ 34054]
	     Subject: [PATCH] Re: testing $/ with in memory files
	     From: Bram <p5p@perl.wizbit.be>
	     Date: Sat, 14 Jun 2008 18:20:05 +0200
	     Message-ID: <20080614182005.yxuyk1mntwkog0o0@horde.wizbit.be>
	     
	     [ 34056]
	     Subject: [perl #47746] Not OK: perl 5.10.0 +RC1 on ia64-linux 2.4.21-sgi302r24
	     From: "John P. Linderman" <jpl@research.att.com>
	     Date: Tue, 27 Nov 2007 13:50:14 -0500 (EST)
	     Message-Id: <200711271850.lARIoEfN14794612@raptor.research.att.com>
	     
	     [ 34060]
	     Make lib/open.t under -Duseperlio
     Branch: maint-5.10/perl
	  !> lib/open.t t/base/rs.t t/lib/cygwin.t t/op/stat.t t/run/exit.t
____________________________________________________________________________
[ 34034] By: nicholas				   on 2008/06/08  21:59:37
	Log: Integrate:
	     [ 33989]
	     Subject: AW: IO::Dir destructor
	     From: "Dintelmann, Peter" <Peter.Dintelmann@dresdner-bank.com>
	     Date: Mon, 2 Jun 2008 14:48:35 +0200
	     Message-ID: <3852726AFA94DE4F87E616F13F416A5F0216D9BE@naimucu1.ffz00k.rootdom.net>
	     
	     [ 33996]
	     Forgot to update version in DirHandle.pm after updating.
	     No cookie for me.
     Branch: maint-5.10/perl
	  !> lib/DirHandle.pm
____________________________________________________________________________
[ 34033] By: nicholas				   on 2008/06/08  21:27:42
	Log: Integrate:
	     [ 33978]
	     Subject: [perl #54828] perlio.c has a problem (both 5.8 and 5.10) 
	     From: "Goro Fuji" (via RT) <perlbug-followup@perl.org>
	     Date: Sun, 25 May 2008 23:10:42 -0700
	     Message-ID: <rt-3.6.HEAD-11257-1211782242-1590.54828-75-0@perl.org>
	     
	     First chunk of the patch only
	     
	     [ 34002]
	     Subject: [perl #55302] cc_runtime syntax error
	     From: "Reini Urban via RT" <perlbug-followup@perl.org>
	     Date: Wed, 04 Jun 2008 14:07:05 -0700
	     Message-ID: <rt-3.6.HEAD-11257-1212613625-313.55302-15-0@perl.org>
     Branch: maint-5.10/perl
	  !> cc_runtime.h perlio.c
____________________________________________________________________________
[ 34032] By: nicholas				   on 2008/06/08  20:30:05
	Log: Integrate:
	     [ 33988]
	     Embarrassing errors to find: missing quotes in sed commands
	     
	     [ 33990]
	     #33988 for AIX 3 and AIX 4: missing quotes in sed commands
     Branch: maint-5.10/perl
	  !> hints/aix.sh hints/aix_3.sh hints/aix_4.sh
____________________________________________________________________________
[ 34017] By: nicholas				   on 2008/06/07  16:53:10
	Log: Integrate:
	     [ 33977]
	     Subject: [perl #54424] perlipc mistype 
	     From: andrew@sundale.net (via RT) <perlbug-followup@perl.org>
	     Date: Sun, 18 May 2008 22:20:06 -0700
	     Message-ID: <rt-3.6.HEAD-11257-1211174406-1790.54424-75-0@perl.org>
	     
	     [ 33985]
	     Subject: [perl #36516] attributes.pm documentation is recursive and incomplete 
	     From: "reneeb via RT" <perlbug-followup@perl.org>
	     Date: Sun, 25 May 2008 07:30:37 -0700
	     Message-ID: <rt-3.6.HEAD-19826-1211725834-911.36516-15-0@perl.org>
	     
	     with some spelling nits
	     
	     [ 33992]
	     Small typo fix in Carp.pm
	     
	     [ 34014]
	     $Carp::VERSION++ following change 33992.
	     
	     [ 34016]
	     $attributes::VERSION++ following change 33985.
     Branch: maint-5.10/perl
	  !> lib/Carp.pm lib/attributes.pm pod/perlipc.pod
____________________________________________________________________________
[ 34011] By: nicholas				   on 2008/06/07  14:29:13
	Log: Integrate:
	     [ 33973]
	     Subject: [PATCH] Re: recent 'lib.pm' change => dual-life lib.pm
	     From: Steffen Mueller <wyp3rlx02@sneakemail.com>
	     Date: Tue, 27 May 2008 13:50:05 +0200
	     Message-ID: <483BF56D.2020803@sneakemail.com>
	     
	     [ 33980]
	     Subject: [PATCH] Fix for lib.pm Config detection
	     From: Steffen Mueller <wyp3rlx02@sneakemail.com>
	     Date: Sun, 01 Jun 2008 17:36:55 +0200
	     Message-ID: <20080601153657.26607.qmail@lists.develooper.com>
     Branch: maint-5.10/perl
	  !> lib/lib.t lib/lib_pm.PL
____________________________________________________________________________
[ 34006] By: nicholas				   on 2008/06/07  11:48:16
	Log: Integrate:
	     [ 33991]
	     Update to NEXT by Damian.
	     This fixes the working of NEXT with AUTOLOAD.
	     
	     [ 33995]
	     Bump NEXT version to 0.61 for CPAN release
     Branch: maint-5.10/perl
	  !> lib/NEXT.pm
____________________________________________________________________________
[ 33976] By: davem				   on 2008/06/01  13:05:57
	Log: Integrate:
	     [ 32827]
	     Upgrade to Devel::PPPort 3.13_01
	     
	     [ 33672]
	     Upgrade to Devel::PPPort 3.13_02
	     
	     [ 33824]
	     Upgrade to Devel::PPPort 3.13_03
	     
	     [ 33975]
	     Upgrade to Devel::PPPort 3.14
     Branch: maint-5.10/perl
	  +> ext/Devel/PPPort/parts/base/5010000
	  +> ext/Devel/PPPort/parts/base/5011000
	  +> ext/Devel/PPPort/parts/inc/newSVpv
	  +> ext/Devel/PPPort/parts/todo/5010000
	  +> ext/Devel/PPPort/parts/todo/5011000
	  +> ext/Devel/PPPort/t/format.t ext/Devel/PPPort/t/newSVpv.t
	  !> (integrate 71 files)
____________________________________________________________________________
[ 33972] By: davem				   on 2008/05/31  23:40:24
	Log: Integrate:
	     [ 32851]
	     Make Perl_pregcomp() use SvUTF8() of the pattern, rather than the flag
	     bit in pmflags, to decide whether the pattern is UTF-8.
	     
	     [ 32894]
	     Don't set the public IV or NV flags if the string converted from has
	     trailing garbage. This behaviour is consistent with not setting the
	     public IV or NV flags if the value is out of range for the type.
	     
	     [ 32953] (the Configure parts were integrated earlier)
	     Subject: [PATCH] Add dtrace support
	     From: Andy Armstrong <andy@hexten.net>
	     Message-Id: <F4AC553F-7C7F-49C3-98C2-E04681E1004F@hexten.net>
	     Date: Thu, 10 Jan 2008 22:20:52 +0000
	     
	     with fixups as discussed on list, plus adding usedtrace to Glossary,
	     plus propagating all the new config variables everywhere.
	     (Was there an automatic way to do that? I did it with emacs macros)
	     
	     [ 32978]
	     Subject: consting IO.xs
	     From: "Robin Barker" <Robin.Barker@npl.co.uk>
	     Date: Sat, 22 Dec 2007 00:56:18 -0000
	     Message-ID: <46A0F33545E63740BC7563DE59CA9C6D0939A1@exchsvr2.npl.ad.local>
	     
	     [ 33747]
	     Subject: [PATCH] update Pod-Perldoc to version 3.14_04
	     From: "Adriano Ferreira" <a.r.ferreira@gmail.com>
	     Date: Wed, 23 Apr 2008 09:45:35 -0300
	     Message-ID: <73ddeb6c0804230545v75fee05dmeb849636addb14e1@mail.gmail.com>
	     
	     [ 33807]
	     Fix [perl #52740] crash when localizing a symtab entry
	     
	     [ 33956]
	     Add conditional code to initialise RETVAL, to avoid compiler warnings.
	     (There was never an error, as croak() was called before the return).
	     
	     [ 33971]
	     Must install mydtrace.h on VMS even it doesn't do much there.
     Branch: maint-5.10/perl
	  +> mydtrace.h perldtrace.d
	  !> MANIFEST Makefile.SH cop.h ext/IO/IO.xs ext/POSIX/POSIX.xs
	  !> lib/Pod/Perldoc.pm op.c perl.c pp_ctl.c regcomp.c regexec.c
	  !> sv.c vms/descrip_mms.template
____________________________________________________________________________
[ 33970] By: davem				   on 2008/05/31  16:19:43
	Log: Integrate:
	     [ 33690]
	     Upgrade to Test::Simple 0.80, but keep locally modified More.t
	     
	     [ 33691]
	     Add Dummy.pm from the base CPAN distribution,
	     and adjust tests accordingly
	     
	     [ 33692]
	     Move the NoExporter test module under Test::Simple
	     (part of a plan to have modules self contained, and removing test modules from t/lib)
     Branch: maint-5.10/perl
	  +> lib/Test/Simple/t/lib/NoExporter.pm lib/base/t/lib/Dummy.pm
	   - t/lib/NoExporter.pm
	  !> MANIFEST lib/Test/Builder.pm lib/Test/Builder/Module.pm
	  !> lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
	  !> lib/Test/Simple/t/use_ok.t lib/Test/Simple/t/utf8.t
	  !> lib/base/t/version.t
____________________________________________________________________________
[ 33969] By: davem				   on 2008/05/31  15:46:38
	Log: 
	     Integrate:
	     [ 33340]
	     Fix Module-Build test that has been failing on Win32
	     since the upgrade of Test-Harness at #32659
	     
	     [ 33391]
	     Upgrade to Test-Simple-0.75
	     
	     [ 33394]
	     Upgrade to Test-Simple-0.78
	     
	     [ 33395]
	     Hmmm...lib/Test/Builder.pm didn't get updated corectly.  Unfortunately,
	     the tests didn't seem to catch this.
	     
	     [ 33397]
	     Re-apply change #32880
	     
	     [ 33398]
	     Context fix to make the test pass
	     
	     [ 33688]
	     Sync with CPAN's version of the More.t test in Test::Simple
	     and delete duplicated test module Dummy.pm. (test now
	     expected to fail)
	     
	     [ 33689]
	     Adapt properly More.t to run in the core
	     (like Module::Build does, for example)
     Branch: maint-5.10/perl
	  +> lib/Test/Simple/t/BEGIN_require_ok.t
	  +> lib/Test/Simple/t/dont_overwrite_die_handler.t
	  +> lib/Test/Simple/t/tbm_doesnt_set_exported_to.t
	  +> lib/Test/Simple/t/utf8.t
	  +> t/lib/Test/Simple/sample_tests/death_with_handler.plx
	   - t/lib/Dummy.pm
	  !> MANIFEST lib/Module/Build.pm lib/Module/Build/t/compat.t
	  !> lib/Test/Builder.pm lib/Test/Builder/Module.pm
	  !> lib/Test/Builder/Tester.pm lib/Test/More.pm lib/Test/Simple.pm
	  !> lib/Test/Simple/t/More.t lib/Test/Simple/t/exit.t
	  !> lib/Test/Simple/t/filehandles.t
	  !> lib/Test/Simple/t/is_deeply_with_threads.t
	  !> lib/Test/Simple/t/maybe_regex.t lib/Test/Simple/t/reset.t
	  !> lib/Test/Simple/t/todo.t
	  !> t/lib/Test/Simple/sample_tests/death.plx
	  !> t/lib/Test/Simple/sample_tests/last_minute_death.plx
____________________________________________________________________________
[ 33968] By: davem				   on 2008/05/31  15:38:17
	Log: 
	     Just the Test::Builder changes from:
	     
	     Integrate:
	     [ 32880]
	     Make new regex type be 'REGEXP' and make all core qr//'s be in class Regexp (and related changes)
     Branch: maint-5.10/perl
	  !> lib/Test/Builder.pm
____________________________________________________________________________
[ 33967] By: davem				   on 2008/05/31  14:49:10
	Log: Integrate:
	     [ 33393]
	     Upgrade to Test-Harness-3.10
     Branch: maint-5.10/perl
	  +> lib/TAP/Parser/Result/Pragma.pm t/lib/sample-tests/strict
	  !> (integrate 35 files)
____________________________________________________________________________
[ 33966] By: davem				   on 2008/05/31  14:44:46
	Log: Integrate:
	     [ 33281]
	     Upgrade to Test-Harness-3.09
     Branch: maint-5.10/perl
	  +> lib/TAP/Parser/Utils.pm lib/Test/Harness/t/utils.t
	  !> (integrate 33 files)
____________________________________________________________________________
[ 33965] By: davem				   on 2008/05/31  14:41:55
	Log: Integrate:
	     [ 33264]
	     Upgrade to Test-Harness-3.08
     Branch: maint-5.10/perl
	  !> (integrate 31 files)
____________________________________________________________________________
[ 33964] By: davem				   on 2008/05/31  14:39:50
	Log: Integrate:
	     [ 33091]
	     Upgrade to Test::Harnes 3.07
	     
	     [ 33092]
	     Warning cleanup, and avoid a double call to uc
     Branch: maint-5.10/perl
	  !> (integrate 30 files)
____________________________________________________________________________
[ 33963] By: davem				   on 2008/05/31  14:37:05
	Log: Integrate:
	     [ 32673]
	     Subject: [PATCH] bring Test::Harness up to 3.06
	     From: Andy Armstrong <andy@hexten.net>
	     Message-Id: <5C57804B-6F71-4875-AEB6-C449F893E001@hexten.net>
	     Date: Thu, 20 Dec 2007 17:49:07 +0000
	     
	     [ 32674]
	     The test needs to be on defined $ENV{PERL_UNICODE} because during
	     testing being set to an empty string has meaning.
	     
	     [ 32685]
	     Subject: [PATCH] Fix remaining skips for Test::Harness
	     From: Andy Armstrong <andy@hexten.net>
	     Message-Id: <01A7A7EC-1C9C-40B1-90E8-DC1E5BA54400@hexten.net>
	     Date: Thu, 20 Dec 2007 23:16:01 +0000
	     
	     (except for test-harness-compat.t which failed unthreaded under harness
	     and except for reverting the defined $ENV{PERL_UNICODE})
	     
	     [ 33090]
	     TAP::* modules are part of the Test::Harness distribution
     Branch: maint-5.10/perl
	  !> (integrate 46 files)
____________________________________________________________________________
[ 33962] By: davem				   on 2008/05/31  14:32:23
	Log: Integrate:
	     [ 32660]
	     Missing files from Test::Harness 3.05
	     
	     [ 32662]
	     Extraneous test files that change 32659 failed to delete. Oops.
	     (But they would not have been being run, because the only tests that
	     are run are those that are in MANIFEST, and I had deleted them from
	     there.)
	     
	     [ 32663]
	     Subject: [PATCH] Test::Harness 3.05, tests pass in core
	     From: Andy Armstrong <andy@hexten.net>
	     Message-Id: <7859DADA-59A9-45B2-A448-89BC755C53E8@hexten.net>
	     Date: Thu, 20 Dec 2007 02:32:55 +0000
	     
	     [ 32668]
	     The APC doesn't like empty files
     Branch: maint-5.10/perl
	  +> lib/App/Prove.pm lib/App/Prove/State.pm
	   - lib/Test/Harness/t/00compile.t lib/Test/Harness/t/assert.t
	   - lib/Test/Harness/t/callback.t lib/Test/Harness/t/failure.t
	   - lib/Test/Harness/t/from_line.t lib/Test/Harness/t/inc_taint.t
	   - lib/Test/Harness/t/nonumbers.t lib/Test/Harness/t/ok.t
	   - lib/Test/Harness/t/point-parse.t lib/Test/Harness/t/point.t
	   - lib/Test/Harness/t/prove-globbing.t
	   - lib/Test/Harness/t/prove-switches.t
	   - lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
	   - lib/Test/Harness/t/test-harness.t lib/Test/Harness/t/version.t
	  !> lib/Test/Harness/t/000-load.t
	  !> lib/Test/Harness/t/compat/inc-propagation.t
	  !> lib/Test/Harness/t/regression.t t/lib/sample-tests/delayed
	  !> t/lib/sample-tests/empty t/lib/sample-tests/inc_taint
	  !> t/lib/sample-tests/out_err_mix
	  !> t/lib/sample-tests/stdout_stderr
____________________________________________________________________________
[ 33961] By: davem				   on 2008/05/31  14:30:09
	Log: Integrate:
	     [ 32659]
	     Upgrade to Test::Harness 3.05
	     Add test boilerplate to various test files.
	     Add FIXME skips for various tests that don't play nicely with the
	     altered layout in the core.
	     lib/Test/Harness/t/unicode.t appears to fail under UTF-8 locales and
	     so will need fixing.
     Branch: maint-5.10/perl
	  +> (branch 96 files)
	   - lib/Test/Harness/Assert.pm lib/Test/Harness/Iterator.pm
	   - lib/Test/Harness/Point.pm lib/Test/Harness/Results.pm
	   - lib/Test/Harness/Straps.pm lib/Test/Harness/TAP.pod
	   - lib/Test/Harness/Util.pm
	  !> MANIFEST Porting/Maintainers.pl lib/Test/Harness.pm
	  !> lib/Test/Harness/Changes lib/Test/Harness/bin/prove
	  !> lib/Test/Harness/t/base.t lib/Test/Harness/t/harness.t
	  !> t/lib/Dev/Null.pm t/lib/sample-tests/bailout
	  !> t/lib/sample-tests/combined t/lib/sample-tests/die
	  !> t/lib/sample-tests/die_head_end
	  !> t/lib/sample-tests/die_last_minute
	  !> t/lib/sample-tests/inc_taint
	  !> t/lib/sample-tests/shbang_misparse t/lib/sample-tests/skipall
	  !> t/lib/sample-tests/taint t/lib/sample-tests/taint_warn
	  !> t/lib/sample-tests/todo
____________________________________________________________________________
[ 33960] By: davem				   on 2008/05/31  14:19:17
	Log: Integrate:
	     [ 33837]
	     Upgrade to Math-BigInt-FastCalc-0.19
	     
	     [ 33899]
	     Upgrade to Object-Accessor-0.34
	     
	     [ 33948]
	     Upgrade to Locale-Maketext-1.13
     Branch: maint-5.10/perl
	  +> lib/Object/Accessor/t/06_Object-Accessor-alias.t
	  !> MANIFEST Porting/Maintainers.pl
	  !> ext/Math/BigInt/FastCalc/FastCalc.pm
	  !> ext/Math/BigInt/FastCalc/FastCalc.xs
	  !> ext/Math/BigInt/FastCalc/t/bigintfc.t
	  !> ext/Math/BigInt/FastCalc/t/bootstrap.t lib/Locale/Maketext.pm
	  !> lib/Locale/Maketext/Guts.pm lib/Locale/Maketext/GutsLoader.pm
	  !> lib/Object/Accessor.pm
____________________________________________________________________________
[ 33959] By: davem				   on 2008/05/31  13:41:11
	Log: Integrate:
	     [ 33839]
	     Somehow, this got missed in change #33779.
     Branch: maint-5.10/perl
	  !> ext/Digest/SHA/lib/Digest/SHA.pm
____________________________________________________________________________
[ 33958] By: davem				   on 2008/05/31  13:00:52
	Log: Integrate:
	     [ 33779]
	     Upgrade to Digest-SHA-5.47
	     
	     [ 33780]
	     Fix makefile for core building
	     
	     [ 33781]
	     Tweaks to Digest-SHA's Makefile.PL that casued problems
	     in the core.
	     
	     [ 33782]
	     Somedays, Perforce makes me cranky.  Fix perforce resolve
	     of the changes to Digest-SHA's Makefile.PL.
     Branch: maint-5.10/perl
	  +> ext/Digest/SHA/lib/Digest/SHA.pm
	   - ext/Digest/SHA/SHA.pm
	  !> (integrate 29 files)
____________________________________________________________________________
[ 33957] By: davem				   on 2008/05/31  12:27:26
	Log: Integrate:
	     [ 32653]
	     Upgrade to IO-Zlib-1.08.  Fixes to test files allowed us to get back
	     in sync with the distribution.
	     
	     [ 32825]
	     Upgrade to IO-Zlib-1.09.
	     
	     Just the Zlib part of:
	     [ 32864]
	     Subject: consting Compress::Raw::Zlib and Filter::Util::Call
	     From: "Robin Barker" <Robin.Barker@npl.co.uk>
	     Date: Sat, 22 Dec 2007 00:47:51 -0000
	     Message-ID: <46A0F33545E63740BC7563DE59CA9C6D09399F@exchsvr2.npl.ad.local>
	     
	     [ 33716]
	     Subject: [PATCH] Update Compression modules to version 2.009
	     From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
	     Date: Sun, 20 Apr 2008 15:54:46 +0100
	     Message-ID: <006601c8a2f6$7d18a200$6501a8c0@myopwv.com>
	     
	     [ 33816]
	     Subject: [PATCH] IO::Compress::* 2.010
	     From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
	     Date: Mon, 5 May 2008 18:32:54 +0100
	     Message-ID: <01dc01c8aed6$0eb13cf0$6501a8c0@myopwv.com>
	     
	     [ 33828]
	     Subject: [PATCH] Compress/Raw/Zlib/Zlib.xs  // comment fix
	     From: Andy Dougherty <doughera@lafayette.edu>
	     Date: Tue, 13 May 2008 13:01:45 -0400 (EDT)
	     Message-ID: <Pine.LNX.4.64.0805131300110.9962@fractal.phys.lafayette.edu>
	     
	     [ 33846]
	     Subject: [PATCH] IO::Compress::* 2.011
	     From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
	     Date: Sat, 17 May 2008 12:16:13 +0100
	     Message-ID: <CF9B8F335CB2417FBA78E0F08EAB1F7D@myopwv.com>
     Branch: maint-5.10/perl
	  +> ext/Compress/Raw/Zlib/pod/FAQ.pod
	  +> ext/Compress/Zlib/pod/FAQ.pod ext/IO_Compress_Base/pod/FAQ.pod
	  +> ext/IO_Compress_Zlib/pod/FAQ.pod
	  +> ext/IO_Compress_Zlib/t/006zip.t
	  !> (integrate 47 files)
____________________________________________________________________________
[ 33955] By: davem				   on 2008/05/31  01:54:46
	Log: Integrate:
	     [ 33851]
	     Fix for [perl #51848] Deparse interpolation in regex literal
	     
	     [ 33854]
	     DEBUG_LEAKING_SCALARS wasn't reporting the correct line number
	     of SVs allocated at runtime
	     
	     [ 33869]
	     Subject: [PATCH] correct errors / omissions in documenting DOES
	     From: Ricardo SIGNES <perl.p5p@rjbs.manxome.org>
	     Date: Mon, 19 May 2008 10:14:02 -0400
	     Message-ID: <20080519141402.GA54401@knight.local>
	     
	     [ 33874]
	     Subject: Re: [PATCH: TODO Tests] Re: [perl #53806] No complain about bareword
	     From: "Rafael Garcia-Suarez" <rgarciasuarez@gmail.com>
	     Date: Tue, 20 May 2008 09:45:19 +0200
	     Message-ID: <b77c1dce0805200045i1000598ci13c9cb3a29f64b6d@mail.gmail.com>
	     
	     [ 33876]
	     Subject: Re: [PATCH: TODO Tests] Re: [perl #53806] No complain about bareword
	     From: "Rafael Garcia-Suarez" <rgarciasuarez@gmail.com>
	     Date: Tue, 20 May 2008 10:14:28 +0200
	     Message-ID: <b77c1dce0805200114o5df69d8br9a02de5a508c3462@mail.gmail.com>
	     
	     [ 33890]
	     The TODO tests of change 33876 were actually fixed by change 33874.
	     
	     [ 33896]
	     Eliminate POSIX::int_macro_int, and all the complex AUTOLOAD fandango
	     that creates closures round it. Instead, wrap WEXITSTATUS, WIFEXITED,
	     WIFSIGNALED, WIFSTOPPED, WSTOPSIG and WTERMSIG directly with XS.
	     The shared library is slightly larger, but dynamic memory usage savings
	     beat this, even within one thread of one process. Simpler code too.
	     
	     [ 33897]
	     Replaced the WEXITSTATUS, WIFEXITED, WIFSIGNALED, WIFSTOPPED, WSTOPSIG
	     and WTERMSIG wrappers with one wrapper using the XS "ALIAS" feature.
	     This gets the shared object size back below the size before the removal
	     of int_macro_int. It looks like there are other space savings to be
	     made this way.
	     
	     [ 33898]
	     Subject: Re: [perl #54566] assertion failure fiddling with @ISA
	     From: "Rafael Garcia-Suarez" <rgarciasuarez@gmail.com>
	     Date: Wed, 21 May 2008 14:42:48 +0200
	     Message-ID: <b77c1dce0805210542l164caf85k86a34feae25ca9a7@mail.gmail.com>
	     
	     [ 33909]
	     Subject: [DOC PATCH] Memoize.pm refers to old title of "Higher Order Perl"
	     From: Moritz Lenz <moritz@casella.verplant.org>
	     Date: Thu, 22 May 2008 15:47:04 +0200
	     Message-ID: <48357958.2050501@casella.verplant.org>
	     
	     [ 33927]
	     Subject: [PATCH] lib.pm should not warn about loading .par files
	     From: Paul Fenwick <pjf@perltraining.com.au>
	     Date: Thu, 22 May 2008 23:24:34 +1000
	     Message-ID: <48357412.5020703@perltraining.com.au>
	     
	     [ 33936]
	     My recent changes to POSIX.xs forgot that WEXITSTATUS etc may not even
	     be defined. This fix changes the error message from "Your vendor has
	     not defined POSIX macro %s, used" to "POSIX::%s not implemented on
	     this architecture", which I assume is not going to break anything.
	     
	     [ 33937]
	     [perl #54758] Perl 5.10 memory corruption
	     When @a = sort @a is pessimised if @a has magic,
	     growing the stack requires various pointers to be reset in case
	     the stack gets reallocated.
	     
	     [ 33939]
	     Revert part of #31039
	     
	     [ 33949]
	     
	     Subject: [PATCH] Propagate new i_gdbm*ndbm variables
	     From: Andy Dougherty <doughera@lafayette.edu>
	     Date: Thu, 29 May 2008 12:43:29 -0400 (EDT)
	     Message-ID: <Pine.LNX.4.64.0805291241070.365@fractal.phys.lafayette.edu>
	     
	     [ 33951]
	     Add index() tests for embedded nulls
	     
	     Subject:  Re: [perl #53746] bug with index() matching beyond end of string when \0 bytes (00000000) are involved
	     From:  Abigail <abigail@abigail.be>
	     Date:  Tue, 6 May 2008 14:57:36 +0200
	     Message-Id:  <20080506125736.GC17310@abigail.be>
	     
	     [ 33952]
	     [perl #53746] bug with index() matching beyond end of string
	     An off-by-one error meant that index($str,...)
	     was effectively being executed as index("$str\0", ...).
	     Probably introduced by change #26511.
     Branch: maint-5.10/perl
	  !> (integrate 32 files)
____________________________________________________________________________
[ 33954] By: davem				   on 2008/05/31  00:29:21
	Log: Integrate:
	     [ 33859]
	     $nonono  => $opts{notify}
	     $verbose => $opts{verbose}
	     $silent  => $opts{silent}
	     to align the code with forked code in installman
	     
	     [ 33860]
	     Converge some changes from installperl into installman. I have a
	     suspicion that installman is only run on *nix and OS/2, not Win32 or
	     VMS. Specifically
	     sub unlink   - return scalar(@names) if $Is_VMS # from change 854
	     sub link	  - change warn to die		     # from change 4774
	     sub samepath - case insensitive name comparison # from change 311
	     (in the ansiperl branch, merged via the win32 branch)
	     
	     [ 33861]
	     Change 33859 missed $destdir => $opts{destdir}
	     
	     [ 33862]
	     Merge common code from installperl and installman into install_lib.pl
	     
	     [ 33863]
	     A couple more installman tidy ups.
	     
	     [ 33864]
	     Add -w, tweak some comments.
     Branch: maint-5.10/perl
	  +> install_lib.pl
	  !> MANIFEST installman installperl pod/perltodo.pod
____________________________________________________________________________
[ 33953] By: davem				   on 2008/05/30  23:12:33
	Log: Integrate:
	     [ 33789]
	     Subject: [PATCH] Documentation typo fix for mro.
	     From: Florian Ragwitz <rafl@debian.org>
	     Date: Sun, 4 May 2008 17:40:05 +0200
	     Message-Id: <1209915605-11248-1-git-send-email-rafl@debian.org>
	     
	     [ 33791]
	     Subject: [PATCH] extra tests for t/op/range.t (was Re: [perl #53554] Range
	     From: Bram <p5p@perl.wizbit.be>
	     Date: Mon, 05 May 2008 20:03:32 +0200
	     Message-ID: <20080505200332.pke1i5vu7gos8kc0@horde.wizbit.be>
	     
	     [ 33792]
	     Subject: [PATCH] -Uusedl on cygwin
	     From: Reini Urban <rurban@x-ray.at>
	     Date: Mon, 05 May 2008 20:34:13 +0200
	     Message-ID: <481F5325.5090907@x-ray.at>
	     
	     [ 33815]
	     Subject: [PATCH] Call SvMAGICAL_off in mg_free
	     From: Bram <p5p@perl.wizbit.be>
	     Date: Mon, 05 May 2008 16:18:56 +0200
	     Message-ID: <20080505161856.pgz4pjga1w44ksk4@horde.wizbit.be>
	     
	     [ 33822]
	     Subject: [PATCH] Handle PL_minus_E before PL_minus_{n,p}.
	     From: Florian Ragwitz <rafl@debian.org>
	     Date: Sun, 11 May 2008 07:51:18 +0200
	     Message-Id: <1210485078-19640-1-git-send-email-rafl@debian.org>
     Branch: maint-5.10/perl
	  !> ext/Win32CORE/Makefile.PL ext/Win32CORE/Win32CORE.c lib/mro.pm
	  !> mg.c sv.c t/op/range.t t/run/switches.t toke.c
____________________________________________________________________________
[ 33950] By: davem				   on 2008/05/30  15:37:39
	Log: Integrate:
	     [ 33739]
	     Drop #ifdefs that became empty in change #32012.
	     
	     [ 33751]
	     Subject: [patch]perl5db.pl - What I needed to get the forked debugger to work
	     From: "John E. Malmberg" <wb8tyw@qsl.net>
	     Date: Thu, 24 Apr 2008 21:36:51 -0500
	     Message-id: <481143C3.3080500@qsl.net>
	     
	     [ 33753]
	     Revert change #33751, at least for now: this breaks perl5db.t
	     
	     [ 33756]
	     Warnings within the condition of while are not reported with the
	     correct line number. TODO test inspired by code from Bram.
	     
	     [ 33758]
	     Warnings within the conditional of until() and for() are not reported
	     with the correct line number. (See change 33756). Curiously, warnings
	     for the third expression of for() have the correct line number.
	     
	     [ 33771]
	     Subject: [patch]perl5db.pl, perl5db.t - LINUX/UNIX/CYGWIN/VMS
	     From: "John E. Malmberg" <wb8tyw@qsl.net>
	     Date: Mon, 28 Apr 2008 00:39:16 -0500
	     Message-id: <48156304.30201@qsl.net>
     Branch: maint-5.10/perl
	  !> lib/perl5db.pl lib/perl5db.t mg.c t/lib/warnings/9uninit
____________________________________________________________________________
[ 33947] By: davem				   on 2008/05/29  01:09:23
	Log: 
	     Integrate:
	     [ 33667]
	     Subject: Re: [perl #52672] regexp failure: (?=) turns into OPFAIL
	     From: "Ævar Arnfjörð Bjarmason" <avarab@gmail.com>
	     Date: Thu, 10 Apr 2008 00:38:52 +0000
	     Message-ID: <51dd1af80804091738r15d37763lf900d59f8bcc5e81@mail.gmail.com>
	     
	     [ 33671]
	     Add two missing dVAR's.
	     
	     [ 33675]
	     Move all the logic to print the "Changed" message into regen_lib.pl,
	     which removes the need for any checksums. Arrange for regen.pl to run
	     autodoc.pl last, as it wants to open files generated by reentr.pl.
	     
	     [ 33684]
	     Fix for [perl #52074] Segfault on ISA push after symbol table delete
	     
	     This restores the 5.8.8 behaviour. The deleted stash is not vivified
	     again, hence the hierarchy remains broken. But there's no segfault.
	     
	     [ 33687]
	     Subject: invalid cop_free of nullified cop. How to fix?
	     From: "Reini Urban" <rurban@x-ray.at>
	     Date: Tue, 15 Apr 2008 14:09:11 +0200
	     Message-ID: <6910a60804150509j3c100fc4t2ed303ae0124ba15@mail.gmail.com>
	     
	     [ 33695]
	     Call cop_free on nullified cops too
	     (this is a followup to 33687)
	     
	     [ 33696]
	     Using memEQ() rather than strnEQ() when the length is known feels
	     cleaner.
	     
	     [ 33697]
	     Add the verbatim perl code mentioned in the comments of
	     http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2001-05/msg01710.html
	     but never actually tested.
	     
	     [ 33700]
	     Use like() rather than is() to get better failure diagnostics.
	     (One step beyond Jarkko's change 15735)
	     
	     [ 33701]
	     Avoid forwards and then backwards on the :: splitting logic in
	     Perl_gv_fetchmethod_autoload()
	     
	     [ 33714]
	     Subject: Re: wrong line numbers in elsif()
	     From: Paul Johnson <paul@pjcj.net>
	     Date: Sat, 19 Apr 2008 13:02:06 +0200
	     Message-ID: <20080419110206.GE32555@pjcj.net>
     Branch: maint-5.10/perl
	  !> ext/B/B/Deparse.pm ext/B/t/deparse.t gv.c mg.c op.c perl.c
	  !> perlio.c regcomp.c regen.pl regen_lib.pl t/mro/pkg_gen.t
	  !> t/op/method.t t/op/re_tests t/op/universal.t
____________________________________________________________________________
[ 33946] By: davem				   on 2008/05/28  23:09:01
	Log: Integrate:
	     [ 33629]
	     Fix bug in change 33379 - if we're using malloc_size() as well as being
	     careful to work with PERL_TRACK_MEMPOOL, we also have to be careful to
	     work *without* it.
	     
	     [ 33632]
	     In Perl_sv_grow(), no need to do PERL_STRLEN_ROUNDUP() if we have
	     malloc_size() to get the true allocated space, as PERL_STRLEN_ROUNDUP()
	     might actually bump the request across an allocation size boundary.
	     
	     [ 33639]
	     Clean up some compiler warnings spotted by smokers.
	     
	     [ 33644]
	     From: "Jan Dubois" <jand@activestate.com>
	     Subject: [PATCH] PL_bincompat_opt should be exported on AIX and Windows
	     Date: Thu, 3 Apr 2008 17:34:13 -0700
	     Message-ID: <02c001c895eb$9bc3e920$d34bbb60$@com>
	     
	     (with one tweak--it should be PL_bincompat_options!)
	     
	     [ 33650]
	     Subject: [PATCH] perlfunc.pod: atan2(0,0) returns 0, not undef
	     From: Paul Fenwick <pjf@perltraining.com.au>
	     Date: Sun, 06 Apr 2008 11:28:27 +1000
	     Message-ID: <47F8273B.6010504@perltraining.com.au>
	     
	     [ 33653]
	     Replace all remaining accesses to COP's cop_label with CopLABEL().
	     
	     [ 33676]
	     Make atan2(0,0) return undef
	     
	     [ 33678]
	     Revert change #33676, likely to break atan(-0,0) on some platforms
     Branch: maint-5.10/perl
	  !> dump.c ext/B/B.pm ext/B/B.xs globvar.sym perl.c perl.h
	  !> pod/perlfunc.pod pp.c pp_ctl.c pp_sys.c sv.c t/op/exp.t
____________________________________________________________________________
[ 33945] By: davem				   on 2008/05/28  20:51:40
	Log: Integrate:
	     [ 33553]
	     Subject: [PATCH] apidoc mismatch for Perl_magic_clearhint
	     From: Vincent Pit <perl@profvince.com>
	     Date: Mon, 24 Mar 2008 21:30:10 +0100
	     Message-ID: <47E80F52.4030805@profvince.com>
	     
	     [ 33554]
	     Subject: [PATCH] IO::Socket::INET unnecessarily resolves "udp"
	     From: Niko Tyni <ntyni@debian.org>
	     Date: Mon, 24 Mar 2008 23:32:24 +0200
	     Message-Id: <1206394344-30835-1-git-send-email-ntyni@debian.org>
	     
	     [ 33556]
	     Subject: [PATCH] borg parent.pm
	     From: "Yitzchak Scott-Thoennes" <sthoenna@efn.org>
	     Date: Wed, 5 Mar 2008 17:19:32 -0800 (PST)
	     Message-ID: <57512.71.32.86.11.1204766372.squirrel@webmail.efn.org>
	     
	     Plus bump base.pm's version to a non-alpha number
	     
	     [ 33557]
	     Subject: Re: [PATCH] Double warning with perl -we 'my $a; substr $a, 0, 10,
	     From: Vincent Pit <perl@profvince.com>
	     Date: Sat, 22 Mar 2008 13:37:42 +0100
	     Message-ID: <47E4FD96.6080304@profvince.com>
	     
	     [ 33560]
	     Use sv_setpvs() like a few lines before since change #33557
	     
	     [ 33584]
	     Subject: [PATCH] MAD dump xml escape regex
	     From: Gerard Goossen <gerard@tty.nl>
	     Date: Thu, 27 Mar 2008 13:55:31 +0100
	     Message-ID: <20080327125531.GN4409@ostwald>
	     
	     [ 33594]
	     Subject: [PATCH] Re: Tests failed on PPC64
	     From: Dominic Dunlop <shouldbedomo@mac.com>
	     Message-Id: <53E6407E-B87C-4D6A-A6E7-D842BDF30292@mac.com>
	     Date: Fri, 14 Mar 2008 14:45:39 +0100
	     
	     [ 33608]
	     Subject: [PATCH] add -v to regen.pl and friends
	     From: "Robin Barker" <Robin.Barker@npl.co.uk>
	     Date: Wed, 19 Mar 2008 10:55:59 -0000
	     Message-ID: <46A0F33545E63740BC7563DE59CA9C6D093AA6@exchsvr2.npl.ad.local>
     Branch: maint-5.10/perl
	  +> lib/parent.pm lib/parent/t/compile-time-file.t
	  +> lib/parent/t/compile-time.t lib/parent/t/lib/Dummy.pm
	  +> lib/parent/t/lib/Dummy/Outside.pm
	  +> lib/parent/t/lib/Dummy2.plugin
	  +> lib/parent/t/lib/FileThatOnlyExistsAsPMC.pmc
	  +> lib/parent/t/lib/ReturnsFalse.pm
	  +> lib/parent/t/parent-classfromclassfile.t
	  +> lib/parent/t/parent-classfromfile.t lib/parent/t/parent-pmc.t
	  +> lib/parent/t/parent-returns-false.t lib/parent/t/parent.t
	  !> MANIFEST Makefile.SH Porting/Maintainers.pl dump.c
	  !> ext/IO/lib/IO/Socket/INET.pm lib/base.pm mad/t/p55.t mg.c
	  !> pod/perlintern.pod pp.c regen.pl regen_lib.pl
	  !> t/lib/warnings/9uninit t/op/reg_namedcapture.t t/op/switch.t
____________________________________________________________________________
[ 33944] By: davem				   on 2008/05/28  18:24:46
	Log: Integrate:
	     [ 33488]
	     Subject: [PATCH] Correct misleading example in perlsyn.pod (given/when/default)
	     From: Paul Fenwick <pjf@perltraining.com.au>
	     Date: Wed, 12 Mar 2008 13:19:15 +1100
	     Message-ID: <47D73DA3.8050300@perltraining.com.au>
	     
	     [ 33537]
	     Subject: Re: [patch] refine make regen to be more selective
	     From: Jim Cromie <jim.cromie@gmail.com>
	     Message-ID: <47D720CE.7060004@gmail.com>
	     Date: Tue, 11 Mar 2008 18:16:14 -0600
	     
	     [ 33538]
	     Rename safer_rename() to rename_if_different(), to accurately describe
	     what it does. Use File::Compare rather than Digest::MD5, as the files
	     are small enough to simply read in. (File::Compare dates from 5.004)
	     Remove safer_rename_always(), which isn't used.
	     DRY by replacing the cargo-culted "open or die" with a new function
	     safer_open(), which uses Gensym (5.002) to create an anonymous file
	     handle, and opens and binmodes the file, or dies.
	     This necessitates replacing bareword file handles with lexicals in all
	     the callers.
	     Correct the names of files in close or die constructions.
	     
	     [ 33539]
	     Drag autodoc.pl and overload.pl into the age of safer_open().
	     Thanks to the wisdom of london.pm, stuff the filename into the SCALAR
	     slot of the typeglob created in safer_open(), so that ...
	     Add safer_close(), that will die (with the filename) if the close
	     fails.
	     
	     [ 33544]
	     Subject: [PATCH] Double warning with perl -we '\&$x'
	     From: "Vincent Pit" <perl@profvince.com>
	     Date: Thu, 20 Mar 2008 12:06:47 +0100 (CET)
	     Message-ID: <38561.147.210.17.175.1206011207.squirrel@147.210.17.175>
     Branch: maint-5.10/perl
	  !> autodoc.pl embed.pl keywords.pl opcode.pl overload.pl
	  !> pod/perlsyn.pod reentr.pl regcomp.pl regen.pl regen_lib.pl
	  !> sv.c t/lib/warnings/9uninit warnings.pl
____________________________________________________________________________
[ 33943] By: davem				   on 2008/05/28  15:54:22
	Log: Integrate:
	     [ 33414]
	     Subject: [perl #46957] [PATCH] make Devel::Peek::mstat always available
	     From: srezic@cpan.org (via RT) <perlbug-followup@perl.org>
	     Date: Sat, 27 Oct 2007 11:33:57 -0700
	     Message-ID: <rt-3.6.HEAD-4732-1193510037-297.46957-75-0@perl.org>
	     
	     [ 33416]
	     Subject: Re: [PATCH] NEXT.pm bug within overloaded stringification
	     From: Marcel Grünauer <gr@univie.ac.at>
	     Message-Id: <511B0A54-AB2D-4A65-A02E-E2E07C043EAB@univie.ac.at>
	     Date: Mon, 3 Mar 2008 16:08:48 +0100
	     
	     (a resend of <7BBCFD93-91CF-4656-A97F-ED5E749F7B2E@univie.ac.at>)
	     
	     [ 33434]
	     Subject: [perl #50538] when( @n && %n ) fails to smart match
	     From: "brian d foy" (via RT) <perlbug-followup@perl.org>
	     Date: Mon, 04 Feb 2008 19:36:01 -0800
	     Message-ID: <rt-3.6.HEAD-4355-1202182561-1550.50538-75-0@perl.org>
	     
	     Updated tests in ticket to become TODO tests
	     
	     [ 33439]
	     Bump VERSION after change #33416
	     (so we don't end up with different code but same version in
	     5.10.0 and, say, 5.10.1)
	     
	     [ 33442]
	     Better line diagnostics - runlint's caller rather than runlint itself.
	     
	     [ 33445]
	     Bring the joy of strict to ext/B/t/lint.t.
	     
	     [ 33447]
	     Refactoring the /Can't return (?:array|hash) to scalar context/ croak
	     logic in pp_rv2av into one place saves 112 bytes here.
	     
	     [ 33457]
	     Subject: [PATCH] count-only transliteration needlessly makes copy-on-write 
	     From: "Yitzchak Scott-Thoennes" <sthoenna@efn.org>
	     Date: Tue, 4 Mar 2008 16:54:29 -0800 (PST)
	     Message-ID: <47935.71.32.86.11.1204678469.squirrel@webmail.efn.org>
	     
	     [ 33458]
	     Subject: Re: [PATCH] mg_magical() sometimes turns SvRMAGICAL on when it shouldn't
	     From: Vincent Pit <perl@profvince.com>
	     Date: Fri, 08 Feb 2008 23:22:19 +0100
	     Message-ID: <47ACD61B.6030501@profvince.com>
	     
	     [ 33463]
	     Silence warning from VC++ following #33447
	     (not all control paths return a value)
	     
	     [ 33466]
	     Subject: [PATCH] MAD update list of failures in mad/t/p55.t
	     From: Gerard Goossen <gerard@tty.nl>
	     Date: Mon, 10 Mar 2008 15:17:08 +0100
	     Message-ID: <20080310141708.GA28994@ostwald>
	     
	     [ 33467]
	     Subject: [PATCH] Re: [PATCH] MAD fix p55 $[
	     From: Gerard Goossen <gerard@tty.nl>
	     Date: Mon, 10 Mar 2008 15:44:03 +0100
	     Message-ID: <20080310144403.GC28994@ostwald>
	     
	     [ 33470]
	     Subject: Re: [PATCH] make Archive::Extract's x.lzma test file be lzma'd,
	     From: "Yitzchak Scott-Thoennes" <sthoenna@efn.org>
	     Date: Tue, 4 Mar 2008 00:28:34 -0800 (PST)
	     Message-ID: <52329.71.32.86.11.1204619314.squirrel@webmail.efn.org>
     Branch: maint-5.10/perl
	  +> ext/XS/APItest/t/rmagical.t lib/NEXT/t/stringify.t
	  !> MANIFEST doop.c ext/B/t/lint.t ext/Devel/Peek/Peek.xs
	  !> ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
	  !> lib/Archive/Extract/t/src/x.lzma.packed lib/NEXT.pm
	  !> mad/t/p55.t malloc.c mg.c op.c pp_hot.c t/op/switch.t
	  !> t/op/tr.t
____________________________________________________________________________
[ 33942] By: davem				   on 2008/05/28  01:21:26
	Log: Integrate:
	     [ 33337]
	     Setting the f flag on length causes the op to be constant folded.
	     
	     [ 33342]
	     fix variable names in 'ununit var' warnings in evals
	     
	     [ 33363]
	     Subject: [PATCH] B::Debug enhancements
	     From: "Reini Urban" <rurban@x-ray.at>
	     Date: Fri, 22 Feb 2008 09:52:32 +0100
	     Message-ID: <6910a60802220052t3c1f1d91ne38b8ba6f6c56651@mail.gmail.com>
	     
	     [ 33367]
	     Avoid a segfault case in MRO code, based on :
	     
	     Subject: [perl #51092] [PATCH] Segfault when calling ->next::method on non-existing package
	     From: ilmari@vesla.ilmari.org (via RT) <perlbug-followup@perl.org>
	     Date: Thu, 21 Feb 2008 20:29:42 -0800
	     Message-ID: <rt-3.6.HEAD-15287-1203654581-377.51092-75-0@perl.org>
	     
	     [ 33369]
	     Ensure that constant folding runs with IN_PERL_RUNTIME true, by copying
	     the current compiling cop to a different address. This ensures that
	     lexical hints are correctly honoured, and allows us to fold sprintf.
	     
	     [ 33377]
	     If we have malloced_size() available, then avoid rounding up the string
	     to the next (guessed) plausible alignment size, and instead find out
	     how much memory was actually allocated, so that we can set this in the
	     scalar's SvLEN(). This way, sv_grow() will be called far less often.
	     
	     [ 33378]
	     In Perl_sv_usepvn_flags(), with MYMALLOC, use the actual malloc()ed
	     size for SvLEN(), rather than an estimate.
	     
	     [ 33379]
	     If the C library provides malloc_size(), we can use that in the same
	     places as Perl's malloced_size(), except that we need to be careful of
	     any PERL_TRACK_MEMPOOL manipulations in force. Wrap both as
	     Perl_safesysmalloc_size(), to give a consistent name and interface.
	     
	     [ 33380]
	     Fix preprocessor syntax
	     
	     [ 33383]
	     Comment on why I don't think changing Perl_safesysmalloc_size() in av.c
	     analagous to the change in sv.c is a good idea.	[It's not a language
	     design issue, so sadly I can't get a talk out of it. Or is that
	     fortunately? :-)]
	     
	     [ 33389]
	     Add Perl_malloc_good_size to malloc.c. (A routine that rounds up the 
	     passed in request to the size that will actually be allocated. It's
	     the same interface as Darwin already provides with malloc_good_size().)
	     
	     [ 33390]
	     Use malloc_good_size() to round up the size of requested arenas to the
	     size that will actually be allocated, to squeeze last few bytes into
	     use.
     Branch: maint-5.10/perl
	  !> av.c embed.fnc embed.h ext/B/B/Debug.pm handy.h hv.c
	  !> makedef.pl malloc.c mro.c op.c opcode.h opcode.pl perl.h
	  !> proto.h sv.c t/lib/warnings/7fatal t/lib/warnings/9uninit
	  !> t/mro/next_edgecases.t
____________________________________________________________________________
[ 33941] By: davem				   on 2008/05/27  22:58:13
	Log: Integrate:
	     [ 33297]
	     Subject: [PATCH] Read-only variable tests
	     From: "Jerry D. Hedden" <jdhedden@cpan.org>
	     Date: Fri, 8 Feb 2008 14:06:41 -0500
	     Message-ID: <1ff86f510802081106l737e4dcdibb73c8eacb4c39d8@mail.gmail.com>
	     
	     with one less TODO test
	     
	     [ 33311]
	     Subject: Re: [perl #50706] %^H affecting outside file scopes
	     From: Rick Delaney <rick@bort.ca>
	     Date: Tue, 12 Feb 2008 14:05:22 -0500
	     Message-ID: <20080212190522.GB16896@bort.ca>
	     
	     [ 33312]
	     Add missing file to MANIFEST, to go with change #33311
	     
	     [ 33313]
	     Subject: [PATCH t/op/pat.t] Re: [perl #50496] Bug Report: 'keys %+' does not return the correct keys.
	     From: Abigail <abigail@abigail.be>
	     Date: Thu, 7 Feb 2008 17:53:30 +0100
	     Message-ID: <20080207165330.GA25617@abigail.be>
	     
	     with tweaks (one more test marked TODO)
	     
	     [ 33317]
	     Typo catch, by Abigail
	     
	     [ 33322]
	     Correctly reference count the hints hash
	     
	     [ 33323]
	     Fix macro name in comment
	     
	     [ 33324]
	     Fix perlbug 50114 and document what the code does a bit better
	     
	     [ 33325]
	     Fix bug 50496 -- regcomp.c=~s/lastcloseparen/lastparen/g
	     -- lastcloseparen is literally the index of the last paren closed
	     -- lastparen is index of the highest index paren that has been closed.
	     In nested parens, they will be completely different.
	     'ab'=~/(a(b))/ will have: lastparen = 2, lastcloseparen = 1
	     'ab'=~/(a)(b)/ will have: lastparen = lastcloseparen = 2
	     
	     [ 33327]
	     Subject: [ patch ] silence 2 possibly uninitialized vars
	     From: Jim Cromie <jim.cromie@gmail.com>
	     Date: Sat, 16 Feb 2008 18:02:19 -0700
	     Message-ID: <47B7879B.5040302@gmail.com>
     Branch: maint-5.10/perl
	  +> t/lib/Sans_mypragma.pm
	  !> MANIFEST lib/Internals.t op.c pp_ctl.c regcomp.c
	  !> t/lib/mypragma.t t/op/pat.t t/op/re_tests toke.c
____________________________________________________________________________
[ 33940] By: davem				   on 2008/05/27  20:57:19
	Log: Integrate:
	     [ 33238]
	     Adapt Safe innards to older (XS) versions of version.pm
	     
	     [ 33248]
	     Remove redundant check
	     
	     [ 33254]
	     Subject: [PATCH] win32_async_check() doesn't loop enough.
	     From: "Robert May" <robertmay@cpan.org>
	     Date: Sun, 3 Feb 2008 13:11:57 +0530
	     Message-ID: <54bdc7510802022341r3654d32dva26ef04bd9fa04b7@mail.gmail.com>
	     
	     [ 33261]
	     Remove an unneeded if statement.
	     
	     [ 33265]
	     [perl #49472] Attributes + Unkown Error
	     An errored attribute sub still processes the attributes,
	     which require's attribute.pm, so make sure the error state is
	     passed to the new require
	     
	     [ 33278]
	     Fix test to pass en 5.6.2 (unpack is needed by version.pm there)
	     
	     [ 33280]
	     Subject: [PATCH] Re: Unwanted warnings from "PerlIO::scalar"
	     From: Ben Morrow <ben@morrow.me.uk>
	     Date: Fri, 8 Feb 2008 13:50:09 +0000
	     Message-ID: <20080208135008.GA3885@osiris.mauzo.dyndns.org>
     Branch: maint-5.10/perl
	  !> ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
	  !> ext/Safe/t/safeload.t perlio.c t/comp/require.t toke.c
	  !> win32/win32.c
____________________________________________________________________________
[ 33921] By: davem				   on 2008/05/24  16:32:36
	Log: 
	     Integrate:
	     [ 33153]
	     Typo fix in change #33058
	     
	     Subject: Re: [PATCH t/cmd/for.t] Regression tests for 'for reverse ..'
	     From: Daniel Frederick Crisman <daniel@crisman.org>
	     Date: Wed, 30 Jan 2008 15:09:22 -0500
	     Message-ID: <20080130200922.GA20450@fury.crisman.org>
	     
	     [ 33178]
	     In pp_split(), eliminate most (all?) of the conditional calls to
	     sv_2mortal() by conditionally passing SVs_TEMP to newSVpvn_flags().
	     
	     [ 33229]
	     Fix op/reg_email_thr.t when PERLIO=stdio
	     
	     [ 33230]
	     Subject: [PATCH] fix B::Debug pmnext
	     From: "Reini Urban" <rurban@x-ray.at>
	     Date: Sat, 2 Feb 2008 16:33:52 +0100
	     Message-ID: <6910a60802020733u7817a55dm6f5e213625063204@mail.gmail.com>
	     
	     [ 33233]
	     Subject: [patch] B portability macros
	     From: Jim Cromie <jim.cromie@gmail.com>
	     Date: Fri, 01 Feb 2008 17:43:11 -0700
	     Message-ID: <47A3BC9F.7080200@gmail.com>
	     
	     [ 33235]
	     Removed mention of a book that was never published.
	     
	     [ 33236]
	     Fix CPAN bug #32896: make version.pm loadable in a Safe compartment
	     
	     [ 33237]
	     Add a new test for Safe
	     
	     [ 33238]
	     Adapt Safe innards to older (XS) versions of version.pm
     Branch: maint-5.10/perl
	  +> ext/Safe/t/safeload.t
	  !> MANIFEST ext/B/B.pm ext/B/B.xs ext/B/B/Debug.pm
	  !> ext/List/Util/lib/Scalar/Util.pm ext/Opcode/Safe.pm pp.c
	  !> t/cmd/for.t t/op/reg_email.t
____________________________________________________________________________
[ 33920] By: davem				   on 2008/05/24  16:04:48
	Log: 
	     Integrate:
	     [ 32931]
	     Variants of several regression tests that run the actul tests inside
	     a new thread, to test ithread's cloning, particularly of regexps.
	     
	     [ 33919]
	     make TODO output TAP-compliant in regexp.t
     Branch: maint-5.10/perl
	  +> t/op/index_thr.t t/op/pat_thr.t t/op/reg_email_thr.t
	  +> t/op/regexp_qr_embed_thr.t t/op/substr_thr.t t/thread_it.pl
	  !> MANIFEST t/op/index.t t/op/pat.t t/op/re_tests
	  !> t/op/reg_email.t t/op/regexp.t t/op/substr.t
____________________________________________________________________________
[ 33917] By: nicholas				   on 2008/05/23  20:43:31
	Log: Integrate:
	     [ 33911]
	     Subject: [PATCH] Re: [perl #41555] Bug in File::Find on Windows when target
	     From: Bram <p5p@perl.wizbit.be>
	     Date: Mon, 12 May 2008 22:13:33 +0200
	     Message-ID: <20080512221333.mq0283dlessws4wk@horde.wizbit.be>
     Branch: maint-5.10/perl
	  !> lib/File/Find.pm lib/File/Find/t/find.t
____________________________________________________________________________
[ 33915] By: nicholas				   on 2008/05/23  14:57:46
	Log: Integrate:
	     [ 33905]
	     Subject: [PATCH] Documentation typo fix for Attribute::Handlers.
	     From: Florian Ragwitz <rafl@debian.org>
	     Date: Wed, 21 May 2008 22:42:40 +0200
	     Message-Id: <1211402560-12949-1-git-send-email-rafl@debian.org>
	     
	     [ 33906]
	     Following a conversation on IRC, Artur thinks it best if we consider
	     the core version of Attribute::Handlers official from now on, and
	     hence remove it from Porting/Maintainers.pl
	     
	     [ 33907]
	     Rafael will take over Attribute::Handlers
	     
	     [ 33914]
	     Bump the version number following change 33905 (and for any other
	     changes that might come between 5.10's release and 5.8.9's). Note that
	     Rafael has kindly volunteered to take over maintainer.
     Branch: maint-5.10/perl
	  !> Porting/Maintainers.pl lib/Attribute/Handlers.pm
____________________________________________________________________________
[ 33913] By: nicholas				   on 2008/05/23  12:22:22
	Log: Integrate:
	     [ 33838]
	     Upgrade to ExtUtils-Command-1.14
	     
	     [ 33900]
	     Upgrade to AutoLoader-5.66
	     
	     [ 33912]
	     Bump AutoSplit to a dev version number to reflect the small change in
	     the __DATA__ section made in the AutoLoader 5.66 release. All will get
	     back in sync with the next AutoLoader release.
     Branch: maint-5.10/perl
	  !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/Command.pm
____________________________________________________________________________
[ 33908] By: davem				   on 2008/05/22  21:42:49
	Log: 
	     Integrate:
	     
	     ** just the flags.SH pedantic-removal part of:
	     
	     [ 32804]
	     Make struct regexp the body of SVt_REGEXP SVs, REGEXPs become SVs,
	     and regexp reference counting is via the regular SV reference counting.
	     This was not as easy at it looks.
     Branch: maint-5.10/perl
	  !> cflags.SH
____________________________________________________________________________
[ 33904] By: davem				   on 2008/05/21  16:37:54
	Log: 
	     Integrate:
	     [ 33631]
	     Subject: [PATCH] Re: Change 33598: [PATCH] Re: Smoke [5.11.0] 33456 PASS darwin 9.2.0 (macppcG5/1 cpu)
	     From: "Jerry D. Hedden" <jdhedden@cpan.org>
	     Date: Wed, 2 Apr 2008 13:45:26 -0400
	     Message-ID: <1ff86f510804021045s1f7ec22ftbf5b9e2f2c6c619e@mail.gmail.com>
	     
	     [ 33757]
	     Use File::Find rather than shell globbing to get the list of *.pm files
	     to pass to AutoSplit::autosplit_lib_modules(). This way we only need to
	     invoke miniperl once, and we don't miss anything that is 3 or more
	     levels deep.
	     
	     [ 33843]
	     Subject: [perl #54120] [PATCH] [metaconfig] Need more -fstack-protector 
	     From: Andy Dougherty (via RT) <perlbug-followup@perl.org>
	     Date: Tue, 13 May 2008 09:37:07 -0700
	     Message-ID: <rt-3.6.HEAD-9992-1210696625-331.54120-75-0@perl.org>
	     
	     [ 33845]
	     Subject: [PATCH] Re: [perl #50180] NDBM_File fails to build 
	     From: Andy Dougherty <doughera@lafayette.edu>
	     Date: Tue, 13 May 2008 12:28:45 -0400 (EDT)
	     Message-ID: <Pine.LNX.4.64.0805131224130.9728@fractal.phys.lafayette.edu>
	     
	     [ 33887]
	     Subject: Re: Change 33843: [perl #54120] [PATCH] [metaconfig] Need more -fstack-protector
	     From: Andy Dougherty <doughera@lafayette.edu>
	     Date: Tue, 20 May 2008 11:21:14 -0400 (EDT)
	     Message-ID: <Pine.LNX.4.64.0805201102040.767@fractal.phys.lafayette.edu>
     Branch: maint-5.10/perl
	  !> Configure Makefile.SH Porting/Glossary config_h.SH
	  !> ext/NDBM_File/NDBM_File.xs hints/linux.sh
____________________________________________________________________________
[ 33895] By: nicholas				   on 2008/05/21  07:11:50
	Log: Integrate:
	     [ 33849]
	     Subject: [perl #38955] exists(): error message on wrong argument type is incorrect (5.8.7 cygwin) 
	     From: "Bram via RT" <perlbug-followup@perl.org>
	     Date: Sat, 17 May 2008 04:14:11 -0700
	     Message-ID: <rt-3.6.HEAD-11257-1211022849-1634.38955-15-0@perl.org>
	     
	     [ 33891]
	     metabatman fails the "this patch is self-documenting" test. Restore
	     (roughly) the original parameter names.
     Branch: maint-5.10/perl
	  !> hv.h op.c pod/perldiag.pod
____________________________________________________________________________
[ 33894] By: davem				   on 2008/05/20  23:39:57
	Log: 
	     Integrate:
	     [ 33547]
	     Final move from meta-3.0 to meta-3.5
	     
	     [ 33589]
	     Make uudmap.h dependencies more explicit in the VMS build
	     (needed by MMS but not MMK).
	     
	     [ 33597]
	     Add i_syspoll to all the pre-canned configs.
	     
	     [ 33598]
	     Subject: [PATCH] Re: Smoke [5.11.0] 33456 PASS darwin 9.2.0 (macppcG5/1 cpu)
	     From: Dominic Dunlop <shouldbedomo@mac.com>
	     Message-Id: <3B7752C8-D5A2-452C-B3E0-C453FFCBCAFA@mac.com>
	     Date: Tue, 11 Mar 2008 21:54:04 +0100
	     
	     [but rename ******* to i_mallocmalloc.U, and then fix up all the files
	     that Porting/checkcfgvar.pl says need i_mallocmalloc declared]
	     
	     [ 33606]
	     Subject: detecting Configure test goofs (Was Re: branch prediction hints)
	     From: Nicholas Clark <nick@ccl4.org>
	     Date: Mon, 24 Mar 2008 16:35:09 +0000
	     Message-ID: <20080324163509.GW79799@plum.flirble.org>
     Branch: maint-5.10/perl
	  !> Configure Cross/config.sh-arm-linux NetWare/config.wc
	  !> Porting/Glossary Porting/config.sh config_h.SH configure.com
	  !> epoc/config.sh perl.h plan9/config_sh.sample symbian/config.sh
	  !> uconfig.sh vms/descrip_mms.template win32/config.bc
	  !> win32/config.ce win32/config.gc win32/config.vc
	  !> win32/config.vc64
____________________________________________________________________________
[ 33893] By: davem				   on 2008/05/20  23:11:00
	Log: 
	     Integrate:
	     [ 33431]
	     Determine nv_overflows_integers_at on VMS.
	     
	     [ 33438]
	     *Really* add nv_overflows_integers_at to the VMS configuration
	     as 33431 should have done (and would have if I'd remembered to
	     remove --dry-run from the patch command).
	     
	     [ 33550]
	     Subject: [PATCH@33547] configure.com and vms.c fixes.
	     From: "John E. Malmberg" <wb8tyw@qsl.net>
	     Date: Sun, 23 Mar 2008 14:29:25 -0500
	     Message-id: <47E6AF95.1000704@qsl.net>
     Branch: maint-5.10/perl
	  !> configure.com vms/vms.c
____________________________________________________________________________
[ 33892] By: davem				   on 2008/05/20  23:03:07
	Log: 
	     Integrate:
	     [ 33347]
	     Correct large files / lseek size & type settings in Win32 canned configs.
	     
	     Change 25208 switched off USE_LARGE_FILES in win32/config_H.* but left
	     LSEEKSIZE/Off_t_size and Off_t as 8 and __int64 (or long long)
	     respectively. Similarly change 25215 switched off uselargefiles in
	     win32/config.* but left lseeksize and lseektype as 8 and __int64 (or
	     long long) respectively. Change 25216 fixed the Borland settings in
	     win32/config.bc on the basis that Borland should always be using 4 and
	     long, but really all the other files should be using 4 and long for
	     their default values as well to match the default values of
	     USE_LARGE_FILES and uselargefiles. Having done that, we must then
	     reverse the logic for fiddling with these values in win32/config_sh.PL:
	     they are now changed to 8 and __int64 (or long long) if uselargefiles
	     *is* defined (except for Borland, which always wants 4 and long).
	     
	     [ 33349]
	     Fix-up Win32's regen_config_h targets for semi-automatic updating of
	     the win32/config_H.* files
	     
	     [ 33350]
	     Regenerate the win32/config_H.* files using the makefile targets
	     fixed-up by #33349.
	     
	     There shouldn't be any real changes here. If there are then I've
	     screwed up.
     Branch: maint-5.10/perl
	  !> win32/Makefile win32/config.gc win32/config.vc
	  !> win32/config.vc64 win32/config_H.bc win32/config_H.gc
	  !> win32/config_H.vc win32/config_H.vc64 win32/config_sh.PL
	  !> win32/makefile.mk
____________________________________________________________________________
[ 33889] By: nicholas				   on 2008/05/20  17:02:15
	Log: Integrate:
	     [ 33778]
	     Subject: Re: [perl #51636] segmentation fault with array ties
	     From: "Vincent Pit" <perl@profvince.com>
	     Date: Wed, 12 Mar 2008 17:37:40 +0100 (CET)
	     Message-ID: <56287.147.210.17.175.1205339860.squirrel@147.210.17.175>
     Branch: maint-5.10/perl
	  !> pp_hot.c
____________________________________________________________________________
[ 33888] By: nicholas				   on 2008/05/20  15:44:38
	Log: Integrate:
	     [ 33850]
	     Subject: [perl #53500] op/pwent.t should use the DirectoryService on OS X 
	     From: "Tom Wyant via RT" <perlbug-followup@perl.org>
	     Date: Sun, 11 May 2008 14:40:04 -0700
	     Message-ID: <rt-3.6.HEAD-20841-1210542001-412.53500-15-0@perl.org>
     Branch: maint-5.10/perl
	  !> t/op/pwent.t
____________________________________________________________________________
[ 33885] By: nicholas				   on 2008/05/20  15:24:36
	Log: Integrate:
	     [ 33835]
	     Subject: [PATCH] h2ph: allow the quote mark delimiter when chasing #include directives with "-a"
	     From: Niko Tyni <ntyni@debian.org>
	     Date: Thu, 15 May 2008 23:15:35 +0300
	     Message-Id: <1210882535-11072-1-git-send-email-ntyni@debian.org>
     Branch: maint-5.10/perl
	  !> utils/h2ph.PL
____________________________________________________________________________
[ 33884] By: nicholas				   on 2008/05/20  15:07:58
	Log: Integrate:
	     [ 33827]
	     Subject: [PATCH] fix typo in a Tie::Hash documentation link
	     From: Niko Tyni <ntyni@debian.org>
	     Date: Wed, 14 May 2008 23:09:27 +0300
	     Message-Id: <1210795767-21221-1-git-send-email-ntyni@debian.org>
	     
	     [ 33830]
	     Add investigating eliminating POSIX::int_macro_int() to perltodo.
	     
	     [ 33832]
	     HP 9000 End of Sale Announcements
	     
	     [ 33834]
	     Subject: Make perlfunc link to the correct section of perlop for q//, qq//, qx//, and qw//
	     From: Matt Kraai <kraai@ftbfs.org>
	     Date: Thu, 15 May 2008 15:45:17 -0700
	     Message-ID: <20080515224517.GA11692@ftbfs.org>
	     
	     [ 33840]
	     Subject: [perl #39187] [DOC-PATCH]: perldoc -f reverse: examples (was: RE: Perlfunc needs to be made more clear regarding reverse in scalar context.) 
	     From: "Bram via RT" <perlbug-followup@perl.org>
	     Date: Fri, 16 May 2008 14:44:07 -0700
	     Message-ID: <rt-3.6.HEAD-9880-1210974244-1717.39187-15-0@perl.org>
	     
	     [ 33841]
	     Subject: [PATCH] Re: Compiling perl (5.10.x) with gcc <= 3.2.3
	     From: Andy Dougherty <doughera@lafayette.edu>
	     Date: Fri, 16 May 2008 13:59:41 -0400 (EDT)
	     Message-ID: <Pine.LNX.4.64.0805161344570.10409@fractal.phys.lafayette.edu>
	     
	     [ 33848]
	     Subject: Re: eval "require Foo" with binary-incompatible XS modules
	     From: Niko Tyni <ntyni@debian.org>
	     Date: Sat, 17 May 2008 21:37:30 +0300
	     Message-ID: <20080517183730.GA4440@rebekka>
	     
	     [ 33852]
	     New separations for the pattern match operator documentation,
	     suggested by David Nicol:
	     
	     Subject: It's wafer thin!
	     From: "David Nicol" <davidnicol@gmail.com>
	     Date: Fri, 9 May 2008 18:14:29 +0000
	     Message-ID: <934f64a20805091114y40595f9ap9d355b39f20779c1@mail.gmail.com>
	     
	     [ 33853]
	     fix misleading comment about Perl_re_dup_guts
	     
	     [ 33865]
	     Add "profile installman" to the TODO.
     Branch: maint-5.10/perl
	  !> INSTALL README.hpux lib/Tie/Hash.pm pod/perlfunc.pod
	  !> pod/perlop.pod pod/perltodo.pod regcomp.c
____________________________________________________________________________
[ 33883] By: nicholas				   on 2008/05/20  14:24:53
	Log: Integrate:
	     [ 33808]
	     Subject: [PATCH - revised] Thread::Queue 2.07
	     From: "Jerry D. Hedden" <jdhedden@cpan.org>
	     Date: Thu, 8 May 2008 10:05:51 -0400
	     Message-ID: <1ff86f510805080705p3cc8f657i7a1441da5b0a273b@mail.gmail.com>
	     
	     [ 33847]
	     Subject: [PATCH] Thread::Queue 2.08
	     From: "Jerry D. Hedden" <jdhedden@cpan.org>
	     Date: Wed, 14 May 2008 12:47:04 -0400
	     Message-ID: <1ff86f510805140947h707fe273j5adec649b5cc4238@mail.gmail.com>
	     
	     [ 33871]
	     Subject: [PATCH] Thread::Semaphore 2.08
	     From: "Jerry D. Hedden" <jdhedden@cpan.org>
	     Date: Mon, 19 May 2008 13:06:20 -0400
	     Message-ID: <1ff86f510805191006yc870892r28ea38cfd128eb37@mail.gmail.com>
     Branch: maint-5.10/perl
	  !> lib/Thread/Queue.pm lib/Thread/Queue/t/02_refs.t
	  !> lib/Thread/Semaphore.pm
____________________________________________________________________________
[ 33882] By: nicholas				   on 2008/05/20  14:05:51
	Log: Integrate:
	     [ 33809]
	     Subject: [PATCH - revised^2] threads::shared 1.19
	     From: "Jerry D. Hedden" <jdhedden@cpan.org>
	     Date: Wed, 7 May 2008 16:36:28 -0400
	     Message-ID: <1ff86f510805071336y50db0a35t740fbe9a8192be64@mail.gmail.com>
	     
	     [ 33811]
	     Remove C++ comments
	     
	     [ 33836]
	     Subject: [PATCH - revised] threads::shared 1.21
	     From: "Jerry D. Hedden" <jdhedden@cpan.org>
	     Date: Fri, 16 May 2008 09:52:24 -0400
	     Message-ID: <1ff86f510805160652l73e7d5a9hdc675e8efbbf1479@mail.gmail.com>
     Branch: maint-5.10/perl
	  +> ext/threads/shared/t/clone.t
	  !> MANIFEST ext/threads/shared/Makefile.PL
	  !> ext/threads/shared/shared.pm ext/threads/shared/shared.xs
	  !> ext/threads/shared/t/stress.t ext/threads/shared/t/sv_refs.t
____________________________________________________________________________
[ 33881] By: nicholas				   on 2008/05/20  12:48:04
	Log: Integrate:
	     [ 33825]
	     It transpires that POSIX.xs also duplicated several constants defined
	     by Fcntl but only conditionally exported by Fcntl. The most obvious
	     were SEEK_CUR, SEEK_END and SEEK_SET, as reported in bug #54186.
	     So add them to the list of constants that POSIX imports from Fcntl.
	     
	     [ 33826]
	     Remove POSIX's internal implementation of S_ISBLK, S_ISCHR, S_ISDIR,
	     S_ISFIFO and S_ISREG, and pull them in from Fcntl. Spotted as a result
	     of bug #54186, but there has been a redefined subroutine warning for
	     ages if you elected to import all of POSIX and Fcntl's exports.
	     
	     [ 33829]
	     Fix my typo.
     Branch: maint-5.10/perl
	  !> ext/B/t/concise-xs.t ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm
	  !> ext/POSIX/POSIX.xs t/lib/proxy_constant_subs.t
____________________________________________________________________________
[ 33880] By: nicholas				   on 2008/05/20  12:15:13
	Log: Integrate:
	     [ 33770]
	     Subject: [PATCH] Double magic/warnings with tie $x, $m
	     From: "Vincent Pit" <perl@profvince.com>
	     Date: Wed, 30 Apr 2008 13:14:00 +0200 (CEST)
	     Message-ID: <62186.92.128.43.82.1209554040.squirrel@92.128.43.82>
	     
	     [ 33831]
	     Subject: Re: [PATCH] Double magic with chop
	     From: "Vincent Pit" <perl@profvince.com>
	     Date: Thu, 15 May 2008 15:31:19 +0200 (CEST)
	     Message-ID: <32964.147.210.17.175.1210858279.squirrel@147.210.17.175>
     Branch: maint-5.10/perl
	  !> doop.c pp_sys.c t/lib/warnings/9uninit t/op/gmagic.t
____________________________________________________________________________
[ 33879] By: nicholas				   on 2008/05/20  10:05:07
	Log: Integrate:
	     [ 33764]
	     Change of maintainer.
	     
	     [ 33799]
	     Subject: Re: helping 5.8.9
	     From: Steffen Mueller <wyp3rlx02@sneakemail.com>
	     Message-ID: <20080504193835.6906.qmail@lists.develooper.com>
	     Date: Sun, 04 May 2008 21:38:38 +0200
     Branch: maint-5.10/perl
	  !> AUTHORS Porting/Maintainers.pl Porting/checkAUTHORS.pl
____________________________________________________________________________
[ 33878] By: nicholas				   on 2008/05/20  10:00:06
	Log: Integrate:
	     [ 33740]
	     Stop File::Copy truncating destination files if passed 3 named
	     arguments by accident. In Copy.t, ensure that all file system calls
	     die with $! if they fail.
	     
	     [ 33793]
	     Subject: [PATCH lib/File/Copy.pm]	Use 3-arg open.
	     From: Abigail <abigail@abigail.be>
	     Date: Tue, 6 May 2008 17:38:28 +0200
	     Message-ID: <20080506153828.GA27662@abigail.be>
     Branch: maint-5.10/perl
	  !> lib/File/Copy.pm lib/File/Copy.t
____________________________________________________________________________
[ 33877] By: davem				   on 2008/05/20  09:41:34
	Log: 
	     Integrate:
	     [ 33049]
	     Fix the misplaced warnings and failing tests caused by the precision
	     loss warning on ++ and -- by moving the check to Configure time,
	     creating a new config.sh variable nv_overflows_integers_at which
	     contains an constant expression for the value of the NV which can't
	     be incremented by 1.0
	     
	     [ 33054]
	     Oops, change 33049 really did need to update all the Win?? headers
	     as the symbol isn't used in a conditional compile.
	     
	     [ 33055]
	     Update uconfig.h to add USE_DTRACE back in.
	     
	     [ 33321]
	     Resync with metaconfig. Escape the last ~.
	     
	     [ 33345]
	     Sync win32/config.* with Porting/config.sh
     Branch: maint-5.10/perl
	  !> Configure Cross/config.sh-arm-linux NetWare/config.wc
	  !> Porting/Glossary Porting/config.sh Porting/config_H
	  !> config_h.SH configure.com epoc/config.sh
	  !> plan9/config_sh.sample symbian/config.sh uconfig.h uconfig.sh
	  !> win32/config.bc win32/config.ce win32/config.gc
	  !> win32/config.vc win32/config.vc64 win32/config_H.bc
	  !> win32/config_H.ce win32/config_H.gc win32/config_H.vc
	  !> win32/config_H.vc64
____________________________________________________________________________
[ 33875] By: davem				   on 2008/05/20  08:32:47
	Log: 
	     Integrate:
	     [ 32981]
	     Thanks to Sbstien Aperghis-Tramoni's suggestion,	updated version
	     numbers in a few extra files and regenerated uconfig.h.
	     
	     [ 33038]
	     Regen. Lots of under-the-hood changes accumulated.
	     
	     [ 33043]
	     Regen uconfig.h
	     
	     [ 33045]
	     The return of USE_DTRACE
	     
	     [ 33047]
	     Re-generated sample files
     Branch: maint-5.10/perl
	  !> Configure Porting/Glossary Porting/config.sh Porting/config_H
	  !> config_h.SH handy.h uconfig.h uconfig.sh
____________________________________________________________________________
[ 33873] By: davem				   on 2008/05/20  00:34:37
	Log: 
	     Integrate:
	     [ 32953]
	     
	     [ only the configuration parts; skip
	     MANIFEST mydtrace.h perldtrace.d Makefile.SH cop.h Makefile.SH]
	     
	     Subject: [PATCH] Add dtrace support
	     From: Andy Armstrong <andy@hexten.net>
	     Message-Id: <F4AC553F-7C7F-49C3-98C2-E04681E1004F@hexten.net>
	     Date: Thu, 10 Jan 2008 22:20:52 +0000
	     
	     with fixups as discussed on list, plus adding usedtrace to Glossary,
	     plus propagating all the new config variables everywhere.
	     (Was there an automatic way to do that? I did it with emacs macros)
	     
	     [ 32963]
	     Subject: [PATCH] sh doesn't know about !
	     From: Andy Armstrong <andy@hexten.net>
	     Message-Id: <7EC45604-54BE-4738-90B2-7AC5C6D17026@hexten.net>
	     Date: Fri, 11 Jan 2008 19:34:25 +0000
	     
	     [ 32965]
	     Nit disabling dtrace on VMS (2 single quotes inside double quotes
	     causes symbol interpolation in DCL).
	     
	     [ 32967]
	     Subject: Re: [PATCH] Stop DTrace config option looping in non-interactive mode
	     From: Andy Armstrong <andy@hexten.net>
	     Message-Id: <4C6BD298-5CD3-49EA-8FED-4A6DA24BFA7B@hexten.net>
	     Date: Sat, 12 Jan 2008 20:27:46 +0000
	     
	     [ 32974]
	     Intermediate update/regen in cleanup process, dtrace support
	     is now backported
     Branch: maint-5.10/perl
	  !> Configure Cross/config.sh-arm-linux NetWare/config.wc
	  !> Porting/Glossary config_h.SH configure.com epoc/config.sh
	  !> plan9/config_sh.sample symbian/config.sh uconfig.h uconfig.sh
	  !> win32/config.bc win32/config.ce win32/config.gc
	  !> win32/config.vc win32/config.vc64 win32/config_H.bc
	  !> win32/config_H.ce win32/config_H.gc win32/config_H.vc
	  !> win32/config_H.vc64
____________________________________________________________________________
[ 33872] By: davem				   on 2008/05/19  23:42:26
	Log: 
	     Integrate:
	     [ 32647]
	     Teach cflags.SH about -fstack-protector, and add it to gcc compiler flags
	     when possible.
	     
	     [ 32667]
	     Merge the duplicated code for the tests for -fno-strict-aliasing and
	     -pipe into a new eval'd "function" checkccflag
	     
	     [ 32669]
	     A new try at getting -fstack-protector working, by adding it to the
	     gcc link flags so that any implementation dependant libraries are also
	     linked in.
	     
	     [ 32670]
	     Oops. Change 32669 didn't mean to add ssp to the libswanted list.
	     
	     [ 32671]
	     char can be unsigned, so i8 needs to be signed char.
	     
	     [ 32705]
	     Add a Configure probe for <assert.h>
	     
	     [ 32773]
	     Sync after metaconfig backports. Some reorders were done
	     
	     [ 32795]
	     Bring back the platforms that do not support -fstack-protector
	     
	     [ 32797]
	     Missing test, adding $ to the other tests
	     
	     [ 32927]
	     Intermediate re-gen for AndyA's dtrace work. More to come
     Branch: maint-5.10/perl
	  !> (integrate 26 files)
____________________________________________________________________________
[ 33857] By: davem				   on 2008/05/18  19:29:48
	Log: Integrate:
	     [ 33023]
	     Remove hardcoded cop.h constants from APItest.pm :-(
	     Add G_WANT. Make call.t use G_WANT.
	     
	     [ 33024]
	     More places that could be using G_WANT, not picked up by change 33021.
	     
	     [ 33041]
	     Get C++ compiles going on Solaris again.
	     
	     [ 33084]
	     Subject: [PATCH] ext/IPC/SysV/SysV.xs [Re: [Fwd: Smoke [5.11.0] 33016 FAIL(XM)
	     From: Jarkko Hietaniemi <jhi@iki.fi>
	     Date: Sun, 27 Jan 2008 20:44:46 -0500
	     Message-ID: <479D338E.9000402@iki.fi>
     Branch: maint-5.10/perl
	  !> ext/IPC/SysV/SysV.xs ext/XS/APItest/APItest.pm
	  !> ext/XS/APItest/Makefile.PL ext/XS/APItest/t/call.t
	  !> ext/threads/threads.xs pp_ctl.c
____________________________________________________________________________
[ 33856] By: davem				   on 2008/05/18  16:11:18
	Log: Integrate:
	     [ 32937]
	     Ensure DEBUG_LEAKING_SCALARS_ABORT can't be circumvented by fatal
	     warnings. Add an abort() if you try to dup a freed scalar.
	     
	     [ 32979]
	     Subject: [PATCH-revised] Fix range operator
	     From: "Jerry D. Hedden" <jdhedden@cpan.org>
	     Date: Mon, 14 Jan 2008 19:56:48 -0500
	     Message-ID: <1ff86f510801141656i325ac69ev8a0af47f9fe72a1e@mail.gmail.com>
	     
	     [ 33020]
	     Encode the G_* to OPf_WANT_* transform, the reverse of OP_GIMME(), in
	     a macro OP_GIMME_REVERSE() [so that it could be changed].
	     
	     [ 33021]
	     Add a flag G_WANT, as a mask for the bits G_SCALAR, G_ARRAY and G_VOID.
     Branch: maint-5.10/perl
	  !> cop.h op.h perl.c pp_ctl.c pp_hot.c sv.c t/op/range.t
____________________________________________________________________________
[ 33855] By: davem				   on 2008/05/18  14:30:48
	Log: Integrate:
	     [ 32933]
	     seen_eval regex field wasn't getting cloned
	     
	     [ 32938]
	     The correct solution is to reference count the regexp in PL_reg_curpm,
	     rather than put in lots of hacks to work round not reference counting
	     it.
	     
	     [ 32939]
	     It seems that you don't need to reference count PL_reg_curpm without
	     ithreads, so don't waste time doing it there.
     Branch: maint-5.10/perl
	   ! regexec.c
	  !> perl.c regcomp.c t/op/threads.t
____________________________________________________________________________
[ 33823] By: nicholas				   on 2008/05/12  10:24:27
	Log: Integrate:
	     [ 33674]
	     Test::More::is_deeply may do overloading (at least for TODOs), and
	     overloading may require Scalar::Util, which it won't find if all
	     the paths in @INC are relative to somewhere other than where we are.
	     
	     [ 33705]
	     Test dbmopen more thoroughly, including closing the coverage hole for
	     the code that automatically requires AnyDBM_File.pm in pp_dbmopen.
	     
	     [ 33749]
	     Subject: [perl #53238] Patch to stop t/op/fork.t relying on rand 
	     From: David Dick (via RT) <perlbug-followup@perl.org>
	     Date: Wed, 23 Apr 2008 04:12:42 -0700
	     Message-ID: <rt-3.6.HEAD-23612-1208949161-1511.53238-75-0@perl.org>
	     
	     [ 33752]
	     Subject: [PATCH] another go; was RE: [perl #49302] [[:print:]] v \p{Print} 
	     From: "Robin Barker" <Robin.Barker@npl.co.uk>
	     Date: Fri, 25 Apr 2008 14:21:06 +0100
	     Message-ID: <46A0F33545E63740BC7563DE59CA9C6D093B12@exchsvr2.npl.ad.local>
	     
	     [ 33765]
	     Subject: [PATCH] extra tests for t/op/sprintf2.t (was Re: [perl #45383] RE:
	     From: Bram <p5p@perl.wizbit.be>
	     Date: Tue, 29 Apr 2008 22:27:21 +0200
	     Message-ID: <20080429222721.rwupydwjk00okwc0@horde.wizbit.be>
	     
	     [ 33767]
	     A skip() function is missing, to get this test pass with miniperl
	     
	     [ 33768]
	     Avoid garbage in test output when running make minitest.
	     This makes all minitests pass on my machine.
	     
	     [ 33769]
	     Subject: Re: [PATCH] testing $/ with in memory files
	     From: Bram <p5p@perl.wizbit.be>
	     Date: Wed, 30 Apr 2008 11:55:30 +0200
	     Message-ID: <20080430115530.a09bjj6tic480c80@horde.wizbit.be>
	     
	     [ 33774]
	     Subject: [perl #53560] Patch for linux LDAP groups 
	     From: David Dick (via RT) <perlbug-followup@perl.org>
	     Date: Wed, 30 Apr 2008 05:17:54 -0700
	     Message-ID: <rt-3.6.HEAD-20841-1209557873-1645.53560-75-0@perl.org>
	     
	     [ 33775]
	     Add a test for "lc(LATIN CAPITAL LETTER SHARP S)"
	     
	     [ 33776]
	     Subject: [PATCH] t/op/pat.t
	     From: "Robin Barker" <Robin.Barker@npl.co.uk>
	     Date: Thu, 1 May 2008 19:12:28 +0100
	     Message-ID: <46A0F33545E63740BC7563DE59CA9C6D093B34@exchsvr2.npl.ad.local>
     Branch: maint-5.10/perl
	  +> t/op/dbm.t
	  !> MANIFEST ext/File/Glob/t/basic.t pod/perlre.pod t/base/rs.t
	  !> t/op/fork.t t/op/groups.t t/op/lc.t t/op/pat.t t/op/sprintf2.t
	  !> t/run/fresh_perl.t
____________________________________________________________________________
[ 33821] By: nicholas				   on 2008/05/11  11:19:32
	Log: Integrate:
	     [ 33666]
	     Subject: [PATCH] Math::BigRat 0.22
	     From: Tels <nospam-abuse@bloodgate.com>
	     Date: Mon, 7 Apr 2008 21:27:30 +0200
	     Message-Id: <200804072127.38258@bloodgate.com>
	     
	     [ 33698]
	     Upgrade to Math::Complex 1.54
	     
	     [ 33715]
	     Upgrade to Math::BigInt v1.89
	     
	     [ 33772]
	     Upgrade to bignum-0.23
     Branch: maint-5.10/perl
	  +> lib/Math/BigRat/t/hang.t
	  !> (integrate 27 files)
____________________________________________________________________________
[ 33820] By: nicholas				   on 2008/05/11  10:57:47
	Log: Integrate:
	     [ 32977]
	     When parsing LC_ALL or LANG to get the locale's encoding, ignore
	     whatever is after the @, since that's a modifier, not an encoding.
	     
	     [ 32980]
	     Boolean priority bug, found by Mashrab Kuvatov:
	     
	     Subject: Re: [perl #49646] perlbug AutoReply: open ':locale' does not work under locale with the modifier
	     From: Mashrab Kuvatov <kmashrab@uni-bremen.de>
	     Date: Tue, 15 Jan 2008 15:17:42 +0100
	     Message-Id: <200801151517.46296.kmashrab@uni-bremen.de>
	     
	     [ 33234]
	     Subject: [PATCH] Remove duplication from encoding.pm POD
	     From: "Robert May" <robertmay@cpan.org>
	     Date: Fri, 1 Feb 2008 01:06:07 +0530
	     Message-ID: <54bdc7510801311136p7ee53dbet2afd5239e1ad03eb@mail.gmail.com>
	     
	     [ 33562]
	     Subject: "646"
	     From: Jarkko Hietaniemi <jhi@iki.fi>
	     Date: Wed, 12 Mar 2008 21:43:53 -0400
	     Message-ID: <47D886D9.6060001@iki.fi>
	     
	     Encode::Alias fix for encoding "646" (aka ASCII) on Solaris
	     
	     [ 33783]
	     Subject: Perl 5.10/Encode 2.24: Tiny typo in Encode's Makefile.PL arg processing
	     From: Jesse Vincent <jesse@fsck.com>
	     Date: Sat, 3 May 2008 13:41:45 -0400
	     Message-Id: <961C2A4F-92B3-416D-A9F9-E7B0ADA9F134@fsck.com>
	     
	     [ 33800]
	     Upgrade to Encode 2.25
     Branch: maint-5.10/perl
	  !> ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Makefile.PL
	  !> ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
	  !> ext/Encode/lib/Encode/CN/HZ.pm
	  !> ext/Encode/lib/Encode/GSM0338.pm ext/Encode/ucm/cp850.ucm
	  !> ext/Encode/ucm/cp852.ucm ext/Encode/ucm/cp855.ucm
	  !> ext/Encode/ucm/cp856.ucm ext/Encode/ucm/cp857.ucm
	  !> ext/Encode/ucm/cp858.ucm ext/Encode/ucm/cp860.ucm
	  !> ext/Encode/ucm/cp861.ucm ext/Encode/ucm/cp862.ucm
	  !> ext/Encode/ucm/cp863.ucm ext/Encode/ucm/cp864.ucm
	  !> ext/Encode/ucm/cp865.ucm ext/Encode/ucm/cp866.ucm
	  !> ext/Encode/ucm/cp869.ucm ext/Encode/ucm/cp874.ucm
	  !> ext/Encode/ucm/cp875.ucm
____________________________________________________________________________
[ 33810] By: nicholas				   on 2008/05/10  16:07:19
	Log: Integrate:
	     [ 33773]
	     Upgrade to CGI.pm-3.37
     Branch: maint-5.10/perl
	  !> lib/CGI.pm lib/CGI/Cookie.pm lib/CGI/Fast.pm
	  !> lib/CGI/t/upload.t
____________________________________________________________________________
[ 33803] By: nicholas				   on 2008/05/10  15:10:17
	Log: Integrate:
	     [ 33734]
	     Add "safely supporting POSIX SA_SIGINFO" to perltodo, as described in
	     the thread starting with
	     http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2008-03/msg00305.html
	     
	     [ 33748]
	     Note about moving modules to ext/
	     
	     [ 33759]
	     Subject: [PATCH] doc patch for perlfunc/split (was: RE: [perl #46073] split
	     From: Bram <p5p@perl.wizbit.be>
	     Date: Sun, 27 Apr 2008 21:36:57 +0200
	     Message-ID: <20080427213657.mowrap5cgc0o00kc@horde.wizbit.be>
	     
	     [ 33760]
	     Subject: [PATCH] doc patch for perlrun -x
	     From: Bram <p5p@perl.wizbit.be>
	     Date: Sun, 27 Apr 2008 21:13:36 +0200
	     Message-ID: <20080427211336.g8mvjusbcc4gwsk4@horde.wizbit.be>
	     
	     [ 33761]
	     clarification about @ISA declaration in perlboot.pod
	     Patch provided by John Heidemann <johnh@isi.edu>
	     in perlbug #45733.
	     
	     [ 33797]
	     Subject: [perl #53908] perlpodspec typo "Encoding::Supported" 
	     From: Kevin Ryde (via RT) <perlbug-followup@perl.org>
	     Date: Thu, 08 May 2008 17:38:00 -0700
	     Message-ID: <rt-3.6.HEAD-20841-1210293480-1281.53908-75-0@perl.org>
	     
	     [ 33798]
	     Subject: [PATCH] perlunitut link
	     From: Ricardo SIGNES <perl.p5p@rjbs.manxome.org>
	     Date: Fri, 9 May 2008 14:12:31 -0400
	     Message-ID: <20080509181231.GA20161@minion169.office.icgroup.com>
     Branch: maint-5.10/perl
	  !> pod/perlboot.pod pod/perlfunc.pod pod/perlpodspec.pod
	  !> pod/perlrun.pod pod/perltodo.pod pod/perlunicode.pod
____________________________________________________________________________
[ 33802] By: nicholas				   on 2008/05/10  14:15:40
	Log: Integrate:
	     [ 33665]
	     Subject: [PATCH] is_gv_magical correctly check "ISA"
	     From: Gerard Goossen <gerard@tty.nl>
	     Date: Wed, 9 Apr 2008 12:12:44 +0200
	     Message-ID: <20080409101244.GA11209@ostwald>
	     
	     [ 33741]
	     Inline the trivial S_raise_signal function in the perl signal handler.
	     
	     This makes the code more readable and avoids the need for excuses
	     for why the function is (still) named this way.
	     
	     It also effectively avoids segfaults observed with gcc-3.3 when
	     the sibling-call optimization is used for invoking S_raise_signal()
	     just before the signal handler returns.
	     
	     [ 33762]
	     Cast the result of fpsetmask(0) to (void), as some implementations
	     expand it via a macro, with a comma expression to calculate the return
	     value, at which point gcc has the gall to warn that an expression
	     calcualted is not used.
	     Blame SCO for having to have fpsetmask(0) in the code to start with.
	     
	     [ 33763]
	     Subject: [PATCH] Win32 process ids can have more than 16 bits
	     From: "Jan Dubois" <jand@activestate.com>
	     Date: Tue, 29 Apr 2008 01:14:39 -0700
	     Message-ID: <01be01c8a9d1$12b32b10$38198130$@com>
	     
	     [ 33788]
	     Record-style reads in Perl_sv_gets have to be done with read(), not
	     fread() on VMS, and have been for some time.  Except that ain't gonna
	     work with PerlIO::Scalar's in-memory files.  Old bug exposed by new 
	     test in #33769.
     Branch: maint-5.10/perl
	  !> gv.c mg.c perl.h sv.c win32/win32.c
____________________________________________________________________________
[ 33801] By: nicholas				   on 2008/05/10  13:34:11
	Log: Integrate:
	     [ 33592]
	     Additional CGI.pm test files that got missed at some point.
	     
	     [ 33643]
	     Pack lib/CGI/t/upload_post_text.txt with uupacktool.pl. (It contains a
	     GIF, which clearly isn't text)
     Branch: maint-5.10/perl
	  +> lib/CGI/t/upload.t lib/CGI/t/uploadInfo.t
	  +> lib/CGI/t/upload_post_text.txt.packed
	  !> MANIFEST
____________________________________________________________________________
[ 33787] By: rgs				   on 2008/05/04  15:35:54
	Log: Document ~~ behaviour change with objects in perldelta
     Branch: maint-5.10/perl
	   ! pod/perl5101delta.pod
____________________________________________________________________________
[ 33786] By: rgs				   on 2008/05/04  13:05:26
	Log: POD nit
     Branch: maint-5.10/perl
	   ! pod/perl5101delta.pod
____________________________________________________________________________
[ 33785] By: rgs				   on 2008/05/04  12:46:52
	Log: Subject: Re: [PATCH] ~~ with non-overloaded objects
	     From: "Vincent Pit" <perl@profvince.com>
	     Date: Fri, 2 May 2008 15:03:23 +0200 (CEST)
	     Message-ID: <62440.92.128.34.102.1209733403.squirrel@92.128.34.102>
	     
	     (Backport of change #33777 to bleadperl)
     Branch: maint-5.10/perl
	   + t/op/smobj.t
	   ! MANIFEST pp_ctl.c
____________________________________________________________________________
[ 33784] By: rgs				   on 2008/05/04  12:31:12
	Log: Delete SelfLoader.t, that should have been deleted by change #32829
     Branch: maint-5.10/perl
	   - lib/SelfLoader.t
____________________________________________________________________________
[ 33755] By: nicholas				   on 2008/04/27  08:54:23
	Log: Integrate:
	     [ 33720]
	     Upgrade to Win32-0.36
     Branch: maint-5.10/perl
	  !> ext/Win32/Changes ext/Win32/Win32.pm ext/Win32/Win32.xs
____________________________________________________________________________
[ 33754] By: nicholas				   on 2008/04/27  08:29:44
	Log: Integrate:
	     [ 33647]
	     Subject: [PATCH] Tru64: align fp policies of gcc and cc
	     From: Jarkko Hietaniemi <jhi@cc.hut.fi>
	     Date: Sat, 5 Apr 2008 04:16:17 +0300 (EEST)
	     Message-Id: <200804050116.m351GH5P042062@kosh.hut.fi>
	     
	     [ 33737]
	     On Darwin, -Uuse64bitall shouldn't mean -Duse64bitall  :-/
	     Plus fix a pair of typos in a diagnostic output.
	     
	     [ 33738]
	     Looks like we can do System V IPC 64 bit on Leopard. Lets see whether
	     the magic smoke escapes from other testers.
     Branch: maint-5.10/perl
	  !> hints/darwin.sh hints/dec_osf.sh
____________________________________________________________________________
[ 33746] By: davem				   on 2008/04/25  14:45:48
	Log: revert the integration of 32815 "We can now sv_upgrade(sv, SVt_PVHV)"
     Branch: maint-5.10/perl
	   ! mro.c
____________________________________________________________________________
[ 33745] By: davem				   on 2008/04/25  03:30:37
	Log: Integrate:
	     [ 32910]
	     Remove the warning "v-string in require/use non portable"
	     
	     [ 32918]
	     Add DEBUG_LEAKING_SCALARS_ABORT, to call abort() if any scalars leak,
	     or are freed too many times.
	     
	     [ 32928]
	     Only code paths in hv_store either XSRETURN_NO or XSRETURN_YES.
	     Change the prototype to return void, remove the output to RETVAL
	     (which isn't set anyway), and fix a typo in the code.
     Branch: maint-5.10/perl
	  !> ext/B/B/Deparse.pm ext/Hash/Util/Util.xs perl.c
	  !> pod/perldiag.pod pod/perlfunc.pod pp_ctl.c sv.c
	  !> t/lib/warnings/pp_ctl
____________________________________________________________________________
[ 33744] By: davem				   on 2008/04/25  02:47:00
	Log: Integrate:
	     [ 32907]
	     Upgrade to Module-Load-Conditional-0.24
	     
	     [ 33405]
	     Update to Module-Load-Conditional-0.26
     Branch: maint-5.10/perl
	  !> lib/Module/Load/Conditional.pm
	  !> lib/Module/Load/Conditional/t/01_Module_Load_Conditional.t
____________________________________________________________________________
[ 33743] By: davem				   on 2008/04/25  02:39:50
	Log: Allow the 'smart match in void context' warning into 5.10.1,
	     as we're going to break smart-matching backcompat anyway...
	     
	     Integrate:
	     [ 32876]
	     Subject: Re: grep and smart match should warn in void context
	     From: Michael G Schwern <schwern@pobox.com>
	     Date: Sun, 23 Dec 2007 11:56:08 -0800
	     Message-ID: <476EBD58.9050505@pobox.com>
	     
	     [ 32888]
	     Let's remove the grep in void context warning.
     Branch: maint-5.10/perl
	  !> op.c t/lib/warnings/op
____________________________________________________________________________
[ 33742] By: davem				   on 2008/04/25  02:21:31
	Log: Integrate:
	     [ 32813]
	     Possible future bugs found by the creation of newSVpvn_flags().
	     But use newSVhek() in preference when possible.
	     
	     [ 32815]
	     We can now sv_upgrade(sv, SVt_PVHV), so do so, to simplify the code.
     Branch: maint-5.10/perl
	  !> mro.c perl.c pp.c regcomp.c sv.c
____________________________________________________________________________
[ 33735] By: nicholas				   on 2008/04/23  17:26:40
	Log: Integrate:
	     [ 33551]
	     Give the test file for __builtin_expect() the correct name (try.c, not
	     builtin.c). Correct the user visible text, which was clearly a cut &
	     paste from __builtin_choose_expr. For both, also run the program as
	     part of the checks. Add a return value to the test program, and make
	     it return something useful (that the if statement worked).
     Branch: maint-5.10/perl
	  !> Configure
____________________________________________________________________________
[ 33733] By: nicholas				   on 2008/04/22  20:00:05
	Log: Regenerate perlmodlib.pod - Test::Harness 3 and parent aren't
	     integrated (yet).
     Branch: maint-5.10/perl
	   ! pod/perlmodlib.pod
____________________________________________________________________________
[ 33732] By: nicholas				   on 2008/04/22  19:53:49
	Log: Integrate:
	     [ 33668]
	     Subject: [PATCH] Double magic with '\&$x'
	     From: "Vincent Pit" <perl@profvince.com>
	     Date: Tue, 1 Apr 2008 10:48:17 +0200 (CEST)
	     Message-ID: <34395.147.210.17.175.1207039697.squirrel@147.210.17.175>
	     
	     [ 33669]
	     Fix C portability nit found by Jerry D. Hedden.
	     
	     [ 33685]
	     Revert change #26334, which was introducing too many bugs
	     
	     [ 33686]
	     Add a regression test for bug #52658 (fixed by change #33685)
	     based on code by Wolf-Dietrich Moeller
     Branch: maint-5.10/perl
	  !> pp_ctl.c sv.c t/op/pat.t
____________________________________________________________________________
[ 33731] By: nicholas				   on 2008/04/22  19:31:58
	Log: Integrate:
	     [ 33374]
	     Tidy up error messages
	     
	     [ 33612]
	     Config.pm needs to be listed in Module::CoreList, too
	     
	     [ 33646]
	     Run overload.pl from regen.pl, and check overload.c as well as overload.h
	     
	     [ 33711]
	     Subject: [perl #53000] Patch for featured TODO: make a reproducible perlmodlib.PL 
	     From: "James Bence" (via RT) <perlbug-followup@perl.org>
	     Date: Wed, 16 Apr 2008 22:22:12 -0700
	     Message-ID: <rt-3.6.HEAD-23612-1208409731-470.53000-75-0@perl.org>
	     
	     plus regen perlmodlib (from a clean source tree)
	     and remove perltodo note
     Branch: maint-5.10/perl
	  !> Porting/corelist.pl pod/perlmodlib.PL pod/perlmodlib.pod
	  !> pod/perltodo.pod regen.pl
____________________________________________________________________________
[ 33730] By: nicholas				   on 2008/04/22  19:22:09
	Log: Integrate:
	     [ 33318]
	     Shell patterns are subject to tilde expansion. So the case statement
	     in the filexp script (written out by Configure) for expanding ~ and
	     ~/*  has never worked. It's always been relying on the /bin/csh glob
	     for the ~* case. Few people ever noticed because one has to be
	     building to one's home directory on a system with no csh installed.
	     This is a bug from Perl 1.0's Configure!
	     
	     [ 33591]
	     Make the nv_preserves... checking on VMS more robust (and more like
	     what Configure does).  Problem using long int without long double
	     reported by Jeremy Begg.
     Branch: maint-5.10/perl
	  !> Configure configure.com
____________________________________________________________________________
[ 33729] By: nicholas				   on 2008/04/22  18:51:34
	Log: Integrate:
	     [ 33314]
	     Subject: [PATCH pod/perlfunc.pod] sprintf "%+d"
	     From: Abigail <abigail@abigail.be>
	     Date: Thu, 14 Feb 2008 17:43:14 +0100
	     Message-ID: <20080214164314.GA31694@abigail.be>
	     
	     [ 33328]
	     Subject: Modulo operator and floating point numbers
	     From: "Ken Williams" <kenahoo@gmail.com>
	     Date: Sat, 16 Feb 2008 23:22:15 -0600
	     Message-ID: <6a7ee8cc0802162122r4e59b93boee18b1f045b8954d@mail.gmail.com>
	     
	     [ 33333]
	     Subject: [PATCH] was RE: [PATCH] re patch 33127: formatting for C<<{ bydepth => 1 }>>
	     From: "Robin Barker" <Robin.Barker@npl.co.uk>
	     Date: Mon, 18 Feb 2008 15:47:42 -0000
	     Message-ID: <46A0F33545E63740BC7563DE59CA9C6D093A46@exchsvr2.npl.ad.local>
	     
	     plus another POD fix found by podchecker
	     
	     [ 33335]
	     Visual C++ 2008 Express Edition is now out: update README.win32
	     
	     [ 33366]
	     Subject: Re: [PATCH] POD fixes
	     From: Vincent Pit <perl@profvince.com>
	     Date: Sat, 23 Feb 2008 12:04:43 +0100
	     Message-ID: <47BFFDCB.60107@profvince.com>
	     
	     [ 33402]
	     Typo in doc, found by Kornel Umann.
	     
	     [ 33423]
	     Fix some checkpod complaints.
	     
	     [ 33455]
	     Subject: [PATCH pod/perlfaq.pod] Typo Fix
	     From: chromatic <chromatic@wgz.org>
	     Date: Sat, 8 Mar 2008 14:08:30 -0800
	     Message-Id: <200803081408.30766.chromatic@wgz.org>
	     
	     [ 33462]
	     Add investigating arenas for GP and MAGIC to perltodo.
	     
	     [ 33485]
	     Add characters that VOS forbids in filenames, mentioned by Paul Green
	     in private correspondence.
	     
	     [ 33558]
	     Subject: Re: local $@ has an unwanted side effect
	     From: "David Nicol" <davidnicol@gmail.com>
	     Date: Fri, 21 Mar 2008 12:56:12 -0500
	     Message-ID: <934f64a20803211056q5148027ava77af36f51c96418@mail.gmail.com>
	     
	     (with Tim Bunce's amendments)
	     
	     [ 33559]
	     Subject: [perl #51964] Typo on regular expression at perlopentut manual page. 
	     From: pancho@pancho.name (via RT) <perlbug-followup@perl.org>
	     Date: Fri, 21 Mar 2008 03:31:04 -0700
	     Message-ID: <rt-3.6.HEAD-25460-1206095463-311.51964-75-0@perl.org>
	     
	     [ 33569]
	     Subject: [PATCH utils/dprofpp.PL] Typo Fixes
	     From: chromatic <chromatic@wgz.org>
	     Date: Wed, 26 Mar 2008 00:12:09 -0700
	     Message-Id: <200803260012.09967.chromatic@wgz.org>
	     
	     [ 33570]
	     Subject: Re: [PATCH] perlhack.pod update walkthrough
	     From: "Leon Brocard" <acme@astray.com>
	     Date: Wed, 26 Mar 2008 10:53:43 +0000
	     Message-ID: <a92222c80803260353k6cae53eieea909aed0a967b5@mail.gmail.com>
	     
	     [ 33651]
	     Subject: Re: [PATCH][NUDGE] Documentation fix for perlfunc/shutdown
	     From: Paul Fenwick <pjf@perltraining.com.au>
	     Date: Mon, 31 Mar 2008 22:53:04 +1100
	     Message-ID: <47F0D0A0.8010801@perltraining.com.au>
	     
	     [ 33663]
	     Subject: Re: TODOs (was Re: summer of code mentor applications starting (and ending) next week)
	     From: Jim Cromie <jim.cromie@gmail.com>
	     Message-ID: <47DFF884.80802@gmail.com>
	     Date: Tue, 18 Mar 2008 11:14:44 -0600
	     
	     [all except the "squeeze the optree" suggestion]
	     
	     [ 33664]
	     Subject: [PATCH] changes to perlsec.pod and call for removal of quicksort
	     From: "John P. Linderman" <jpl@research.att.com>
	     Date: Wed, 09 Apr 2008 08:32:31 -0400
	     Message-Id: <200804091232.m39CWVkY33722822@raptor.research.att.com>
	     
	     [ 33670]
	     Subject: [PATCH] perlclib.pod tweaks
	     From: Vincent Pit <perl@profvince.com>
	     Date: Sat, 12 Apr 2008 13:44:19 +0200
	     Message-ID: <4800A093.3070502@profvince.com>
	     
	     [ 33680]
	     Subject: perldata.pod typo
	     From: "Starsinic, Kurt " <Kurt_Starsinic@ml.com>
	     Date: Thu, 10 Apr 2008 12:28:26 -0400
	     Message-ID: <6AF884BDF319934894BE33785C82362706B890BE@MLNYC729MB.amrs.win.ml.com>
	     
	     [ 33693]
	     De-encode missed RFC 2047 encoded headers.
	     
	     [ 33708]
	     Expand "repack the optree" and add "store the current PAD", which was
	     something Dave and I talked about 2 weeks ago.
	     
	     [ 33712]
	     Subject: [perl #52866] [PATCH] Missing period in perlintro 
	     From: Matt Kraai (via RT) <perlbug-followup@perl.org>
	     Date: Sun, 13 Apr 2008 21:01:50 -0700
	     Message-ID: <rt-3.6.HEAD-23612-1208145708-1282.52866-75-0@perl.org>
	     
	     [ 33713]
	     Subject: [perl #52860] [PATCH] Incorrect variable name in perlintro 
	     From: Matt Kraai (via RT) <perlbug-followup@perl.org>
	     Date: Sun, 13 Apr 2008 15:56:37 -0700
	     Message-ID: <rt-3.6.HEAD-25460-1208127396-514.52860-75-0@perl.org>
     Branch: maint-5.10/perl
	  !> Changes5.10 Changes5.8 README.win32 lib/File/Basename.pm
	  !> lib/File/Find.pm pod/perlclib.pod pod/perldata.pod
	  !> pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq5.pod
	  !> pod/perlfunc.pod pod/perlhack.pod pod/perlintro.pod
	  !> pod/perlop.pod pod/perlopentut.pod pod/perlport.pod
	  !> pod/perlreapi.pod pod/perlreguts.pod pod/perlsec.pod
	  !> pod/perltodo.pod pod/perlxs.pod utils/dprofpp.PL
____________________________________________________________________________
[ 33726] By: nicholas				   on 2008/04/22  15:18:16
	Log: Integrate:
	     [ 33709]
	     Add "eliminate incorrect line numbers in warnings" to perltodo, and
	     a pair of TODO tests for the desired behaviour.
	     
	     [ 33710]
	     Fix the line-number-in-elsif longstanding bug.
	     This patch does two things :
	     - newSTATEOP now nullifies the state op it
	     just created if OPf_SPECIAL is passed to it
	     in flags
	     - the parser now inserts a nullified stateop
	     in the expression block of an elsif
	     
	     [ 33724]
	     Note that Rafael did the key elsif() line number TODO, and we're not
	     certain that solving the general case is worth it.
     Branch: maint-5.10/perl
	  !> op.c perly.act perly.y pod/perltodo.pod t/lib/warnings/9uninit
____________________________________________________________________________
[ 33725] By: nicholas				   on 2008/04/22  15:17:34
	Log: Integrate:
	     [ 33648]
	     UCD 5.1.0
	     
	     [ 33649]
	     Missed updated a test description, as spotted by vincent.
     Branch: maint-5.10/perl
	  !> lib/Unicode/UCD.t lib/unicore/ArabicShaping.txt
	  !> lib/unicore/BidiMirroring.txt lib/unicore/Blocks.txt
	  !> lib/unicore/CaseFolding.txt
	  !> lib/unicore/CompositionExclusions.txt
	  !> lib/unicore/EastAsianWidth.txt
	  !> lib/unicore/HangulSyllableType.txt lib/unicore/Index.txt
	  !> lib/unicore/Jamo.txt lib/unicore/LineBreak.txt
	  !> lib/unicore/NamedSequences.txt lib/unicore/NamesList.txt
	  !> lib/unicore/NormalizationCorrections.txt
	  !> lib/unicore/PropList.txt lib/unicore/PropertyAliases.txt
	  !> lib/unicore/ReadMe.txt lib/unicore/Scripts.txt
	  !> lib/unicore/SpecialCasing.txt
	  !> lib/unicore/StandardizedVariants.txt
	  !> lib/unicore/UnicodeData.txt lib/unicore/version t/uni/class.t
____________________________________________________________________________
[ 33722] By: nicholas				   on 2008/04/22  14:32:01
	Log: Integrate:
	     [ 33656]
	     Eliminate cop_label from struct cop by storing a label as the first
	     entry in the hints hash. Most statements don't have labels, so this
	     will save memory. Not sure how much.
	     
	     [just the Deparse change]
	     
	     [ 33661]
	     Remove old option leftover in docs
     Branch: maint-5.10/perl
	  !> ext/B/B/Deparse.pm
____________________________________________________________________________
[ 33719] By: davem				   on 2008/04/21  23:41:15
	Log: Integrate:
	     [ 32780]
	     Upgrade to IPC::SysV 2.00
     Branch: maint-5.10/perl
	  !> ext/IPC/SysV/Changes ext/IPC/SysV/Makefile.PL
	  !> ext/IPC/SysV/SysV.xs ext/IPC/SysV/lib/IPC/Msg.pm
	  !> ext/IPC/SysV/lib/IPC/Semaphore.pm
	  !> ext/IPC/SysV/lib/IPC/SharedMem.pm ext/IPC/SysV/lib/IPC/SysV.pm
____________________________________________________________________________
[ 33718] By: davem				   on 2008/04/21  23:20:43
	Log: Integrate:
	     (only the ext/IPC/SysV/SysV.xs part of) 
	     
	     [ 32703]
	     Subject: [PATCH] ext/ consting
	     From: "Robin Barker" <Robin.Barker@npl.co.uk>
	     Message-ID: <46A0F33545E63740BC7563DE59CA9C6D09399D@exchsvr2.npl.ad.local>
	     
	     Date: Sat, 22 Dec 2007 00:39:47 -0000
	     
	     [ 32709]
	     Upgrade to IPC::SysV 1.99_07
     Branch: maint-5.10/perl
	  +> ext/IPC/SysV/Changes ext/IPC/SysV/MANIFEST.SKIP
	  +> ext/IPC/SysV/TODO ext/IPC/SysV/const-c.inc
	  +> ext/IPC/SysV/const-xs.inc ext/IPC/SysV/lib/IPC/Msg.pm
	  +> ext/IPC/SysV/lib/IPC/Semaphore.pm
	  +> ext/IPC/SysV/lib/IPC/SharedMem.pm ext/IPC/SysV/lib/IPC/SysV.pm
	  +> ext/IPC/SysV/regen.pl ext/IPC/SysV/t/pod.t
	  +> ext/IPC/SysV/t/podcov.t ext/IPC/SysV/t/shm.t
	  +> ext/IPC/SysV/typemap
	   - ext/IPC/SysV/ChangeLog ext/IPC/SysV/MANIFEST
	   - ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
	   - ext/IPC/SysV/SysV.pm
	  !> MANIFEST ext/IPC/SysV/Makefile.PL ext/IPC/SysV/README
	  !> ext/IPC/SysV/SysV.xs ext/IPC/SysV/t/ipcsysv.t
	  !> ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t mkppport.lst
____________________________________________________________________________
[ 33717] By: davem				   on 2008/04/21  22:03:15
	Log: 
	     Integrate:
	     [ 33294]
	     Upgrade to PathTools-3.2701
	     
	     [ 33673]
	     Upgrade to Time::HiRes 1.9715
	     
	     [ 33699]
	     Upgrade to Digest::SHA 5.46
	     (but keep core-compliant test preambles)
     Branch: maint-5.10/perl
	  !> ext/Digest/SHA/Changes ext/Digest/SHA/README
	  !> ext/Digest/SHA/SHA.pm ext/Digest/SHA/bin/shasum
	  !> ext/Digest/SHA/src/hmac.c ext/Digest/SHA/src/hmac.h
	  !> ext/Digest/SHA/src/sha.c ext/Digest/SHA/src/sha.h
	  !> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
	  !> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
	  !> ext/Time/HiRes/t/HiRes.t lib/Cwd.pm lib/File/Spec.pm
	  !> lib/File/Spec/Cygwin.pm lib/File/Spec/Epoc.pm
	  !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
	  !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
	  !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
	  !> lib/File/Spec/t/Spec.t
____________________________________________________________________________
[ 33660] By: nicholas				   on 2008/04/07  18:01:38
	Log: Integrate:
	     [ 33652]
	     Add attempting Exterminate! cop_label to perltodo.
	     
	     [ 33657]
	     Split out S_refcounted_he_new_common() from
	     Perl_refcounted_he_new_common(), so that Perl_store_cop_label() can
	     call it without needing to create two temporary SVs. Use it in
	     newSTATEOP() and eliminate the two temporary SVs. Make
	     Perl_fetch_cop_label() more defensive by not assuming that the value
	     for ":" is always a PV. Remove its "compatibility" macro.
	     
	     [and remove it from perltodo, which is the only part that needs
	     integrating]
     Branch: maint-5.10/perl
	  !> pod/perltodo.pod
____________________________________________________________________________
[ 33642] By: nicholas				   on 2008/04/03  17:06:15
	Log: Integrate:
	     [ 33480]
	     Subject: Re: Perl @ http://www.ccl4.org/~nick/P/perl-33444.tar.bz2
	     From: Reini Urban <rurban@x-ray.at>
	     Message-ID: <47D2EF38.10503@x-ray.at>
	     Date: Sat, 08 Mar 2008 20:55:36 +0100
	     
	     CYG09 enhance GetCurrentThreadId test
	     
	     [ 33482]
	     Subject: Re: Perl @ http://www.ccl4.org/~nick/P/perl-33444.tar.bz2
	     From: Reini Urban <rurban@x-ray.at>
	     Message-ID: <47D2EF38.10503@x-ray.at>
	     Date: Sat, 08 Mar 2008 20:55:36 +0100
	     
	     * CYG10 improve Win32::GetLastError test
	     
	     [ 33543]
	     Subject: Re: Smoke [5.11.0] 33500 FAIL(F) MSWin32 WinXP/.Net SP2 (x86/2 cpu)
	     From: Nicholas Clark <nick@ccl4.org>
	     Date: Thu, 13 Mar 2008 12:47:51 +0000
	     Message-ID: <20080313124751.GX79799@plum.flirble.org>
	     
	     Fixes test failures introduced by #33480 in non-fork()-enabled builds.
	     
	     [ 33625]
	     Upgrade to Win32-0.35
     Branch: maint-5.10/perl
	  !> ext/Win32/Changes ext/Win32/Makefile.PL ext/Win32/Win32.pm
	  !> ext/Win32/Win32.xs ext/Win32/t/GetCurrentThreadId.t
	  !> ext/Win32CORE/t/win32core.t
____________________________________________________________________________
[ 33641] By: nicholas				   on 2008/04/03  16:39:03
	Log: Integrate:
	     [ 32822]
	     Subject: Re: SV leak?
	     From: Vincent Pit <perl@profvince.com>
	     Date: Thu, 03 Jan 2008 19:26:05 +0100
	     Message-ID: <477D28BD.5060801@profvince.com>
	     
	     Mortalize SVs that are being pushed on the stack.
	     Try to use specialized macros for pushing mortals.
     Branch: maint-5.10/perl
	  !> ext/B/B.xs ext/Win32/Win32.xs mg.c os2/os2.c pp_sys.c
	  !> win32/wince.c
____________________________________________________________________________
[ 33640] By: nicholas				   on 2008/04/03  16:03:24
	Log: Integrate:
	     [ 33399]
	     Subject: [PATCH] More diagnostics for Fatal.pm
	     From: slaven@rezic.de
	     Date: Fri, 29 Feb 2008 11:29:31 +0100 (CET)
	     Message-ID: <49601.89.247.126.95.1204280971.squirrel@mail.rezic.de>
	     
	     plus version bump
	     
	     [ 33621]
	     $VERSION++ for all the non-dual life modules in ext/ that
	     Porting/cmpVERSION.pl reports differ from the 5.10.0 release.
	     
	     [ 33622]
	     Fix bug in the code for --opened - it was not working on blead.
	     
	     [ 33623]
	     $VERSION++ for all the non-dual life modules outside ext/ that
	     Porting/cmpVERSION.pl reports differ from the 5.10.0 release.
	     
	     All the rest of the differences would seem to be dual-life. :-(
	     
	     [ 33624]
	     Module::CoreList wasn't listing Config.pm everywhere.
     Branch: maint-5.10/perl
	  !> Porting/Maintainers.pm ext/B/B/Concise.pm
	  !> ext/Devel/DProf/DProf.pm ext/Devel/Peek/Peek.pm
	  !> ext/POSIX/POSIX.pm ext/PerlIO/encoding/encoding.pm
	  !> ext/PerlIO/scalar/scalar.pm ext/PerlIO/via/via.pm
	  !> ext/Socket/Socket.pm lib/ExtUtils/Embed.pm lib/Fatal.pm
	  !> lib/Fatal.t lib/File/Basename.pm lib/File/Find.pm
	  !> lib/Module/CoreList.pm os2/OS2/REXX/REXX.pm
____________________________________________________________________________
[ 33636] By: nicholas				   on 2008/04/03  10:56:02
	Log: Integrate:
	     [ 33578]
	     Update makemeta to add the 3 official "resources" - homepage, license
	     and bugtracker.
     Branch: maint-5.10/perl
	  !> META.yml Porting/makemeta
____________________________________________________________________________
[ 33634] By: nicholas				   on 2008/04/03  10:52:36
	Log: Update META.yml
     Branch: maint-5.10/perl
	   ! META.yml
____________________________________________________________________________
[ 33633] By: nicholas				   on 2008/04/03  10:41:22
	Log: Integrate:
	     [ 33542]
	     Subject: [PATCH] Fixing "make distclean" to remove "config.arch"
	     From: Srgio Durigan Jnior <sergiodj@linux.vnet.ibm.com>
	     Date: Tue, 18 Mar 2008 15:35:54 -0300
	     Message-Id: <1205865354.16048.56.camel@miki>
     Branch: maint-5.10/perl
	  !> Makefile.SH
____________________________________________________________________________
[ 33628] By: nicholas				   on 2008/04/02  16:51:24
	Log: Integrate:
	     [ 33316]
	     Avoid utf8 warnings when printing diagnostics
	     
	     [ 33433]
	     use strict; and use Test::More; to give decent failure diagnostics.
	     (And less code)
	     
	     [ 33440]
	     Fix skip counts introduced in #33433
	     
	     [ 33565]
	     Subject: Re: Change 33556: [PATCH] borg parent.pm
	     From: "Jerry D. Hedden" <jdhedden@cpan.org>
	     Date: Tue, 25 Mar 2008 11:51:00 -0400
	     Message-ID: <1ff86f510803250851w52ea0c84n9876834d8e8b79e3@mail.gmail.com>
     Branch: maint-5.10/perl
	  !> ext/File/Glob/t/basic.t lib/Devel/SelfStubber.t t/op/pat.t
____________________________________________________________________________
[ 33620] By: davem				   on 2008/03/31  21:51:46
	Log: update perl5101delta.pod
     Branch: maint-5.10/perl
	   ! pod/perl5101delta.pod
____________________________________________________________________________
[ 33619] By: nicholas				   on 2008/03/31  21:36:46
	Log: Integrate:
	     [ 33326]
	     Subject: [PATCH] Don't install threads files on non-threaded Perls
	     From: "Jerry D. Hedden" <jdhedden@cpan.org>
	     Date: Fri, 15 Feb 2008 11:02:54 -0500
	     Message-ID: <1ff86f510802150802g5bf52a52nc9543eb236063b86@mail.gmail.com>
	     
	     [ 33358]
	     Subject: [PATCH] Revert change 33326
	     From: "Jerry D. Hedden" <jdhedden@cpan.org>
	     Date: Fri, 22 Feb 2008 16:21:14 -0500
	     Message-ID: <1ff86f510802221321r8af47eh9a8c2772b9aa33c8@mail.gmail.com>
     Branch: maint-5.10/perl
	  !> installperl
____________________________________________________________________________
[ 33617] By: nicholas				   on 2008/03/31  19:23:09
	Log: Integrate:
	     [ 33260]
	     I've been maintaining Net::Ping for a while now.
	     
	     [ 33295]
	     Make sure we only find the macro we were looking for,
	     not something that only starts with the same string.
	     
	     [ 33303]
	     Jerry D. Hedden now maintains Thread::Semaphore on CPAN
	     
	     [ 33352]
	     Subject: [patch] Porting/expand-macros.pl gets 'indent'ing
	     From: Jim Cromie <jim.cromie@gmail.com>
	     Message-ID: <47AB9C4A.3080107@gmail.com>
	     Date: Thu, 07 Feb 2008 17:03:22 -0700
	     
	     [ 33353]
	     Take advantage of the fact that we can use indent as a stdin/stdout
	     filter to reduce its workload (and ours) by only sending it the 3 or
	     so lines that we are interested in printing, not the preceding
	     bucket loads.
	     
	     [ 33456]
	     Subject: checkAUTHORS.pl update for me
	     From: Michael G Schwern <schwern@pobox.com>
	     Date: Sun, 09 Mar 2008 00:35:48 +0100
	     Message-ID: <47D322D4.8090508@pobox.com>
     Branch: maint-5.10/perl
	  !> Porting/Maintainers.pl Porting/checkAUTHORS.pl
	  !> Porting/expand-macro.pl
____________________________________________________________________________
[ 33616] By: nicholas				   on 2008/03/31  19:04:22
	Log: Correct the formatting of one line of the Changes file, so that
	     Porting/checkAUTHROS.pl can parse it.
     Branch: maint-5.10/perl
	   ! Changes
____________________________________________________________________________
[ 33615] By: nicholas				   on 2008/03/31  18:01:17
	Log: Integrate:
	     [ 33244]
	     corelist changes:
	     - Add a new -d option to find first perl version by date
	     and not by version number
	     - Better handling of perl versions that end with a 0
	     - use version.pm only for version numbers that have multiple dots
	     
	     [ 33503]
	     Regexp::DESTROY was only added in 5.8.1
     Branch: maint-5.10/perl
	  !> ext/Opcode/Safe.pm lib/Module/CoreList.pm
	  !> lib/Module/CoreList/bin/corelist
____________________________________________________________________________
[ 33614] By: nicholas				   on 2008/03/31  16:59:07
	Log: Integrate:
	     [ 33239]
	     in unpack, () groups in scalar context were still returning a list,
	     resulting in garbage on the stack, which could manifest as a SEGV
	     (Bug 50256)
	     
	     [ 33296]
	     Subject: [PATCH] Unused var in perlio.c (revised)
	     From: "Jerry D. Hedden" <jdhedden@cpan.org>
	     Date: Tue, 12 Feb 2008 10:00:18 -0500
	     Message-ID: <1ff86f510802120700q689fb457ya5939bb440626157@mail.gmail.com>
	     
	     [ 33301]
	     Subject: [PATCH] PERL_MAGIC_uvar_elem should be 'u' in dump.c
	     From: "Vincent Pit" <perl@profvince.com>
	     Date: Wed, 13 Feb 2008 11:10:11 +0100 (CET)
	     Message-ID: <36116.147.210.17.175.1202897411.squirrel@147.210.17.175>
	     
	     [ 33334]
	     Enable caching of strxfrm() results also for readonly SVs as
	     returned e.g. by "keys %hash". This speeds up sorting of lots
	     of hash keys significantly. See also:
	     
	     Subject: Slowdown of "sort keys %hash" under "use locale"
	     From: Marcus Holland-Moritz <mhx-perl@gmx.net>
	     Date: Fri, 15 Feb 2008 17:00:15 +0100
	     Message-ID: <20080215170015.72f6160d@r2d2>
	     
	     [ 33388]
	     Do the memory debug header fixup earlier to avoid valgrind screaming
	     under -Dm. Also, temporarily disable memory logging during thread
	     memory freeing, as otherwise we try to log using memory we already
	     freed.
	     
	     [ 33407]
	     Subject: [PATCH] for -M:Foo, extended and revised
	     From: "Robin Barker" <Robin.Barker@npl.co.uk>
	     Date: Wed, 27 Feb 2008 19:19:54 -0000
	     Message-ID: <46A0F33545E63740BC7563DE59CA9C6D093A61@exchsvr2.npl.ad.local>
	     
	     [ 33408]
	     Subject:  Re: interrupting system() with signal depends on signal handler
	     From:  Steffen Ullrich <coyote.frank@gmx.net>
	     Date:  Tue, 26 Feb 2008 19:43:00 +0100
	     Message-ID:  <47C45DB4.9060306@gmx.net>
	     
	     [ 33495]
	     Subject: [perl #51636] segmentation fault with array ties
	     From: blino@mandriva.com (via RT) <perlbug-followup@perl.org>
	     Date: Wed, 12 Mar 2008 02:59:45 -0700
	     Message-ID: <rt-3.6.HEAD-25460-1205315984-377.51636-75-0@perl.org>
	     
	     [ 33595]
	     Subject: [PATCH] do not use SVTYPEMASK to prevent cleaning of PL_fdpid and PL_strtab
	     From: Gerard Goossen <gerard@tty.nl>
	     Message-ID: <20080326130713.GL4409@ostwald>
	     Date: Wed, 26 Mar 2008 14:07:13 +0100
	     
	     [ 33596]
	     Fix compiler warning about comparison of pointer types.
     Branch: maint-5.10/perl
	  !> av.c dump.c perl.c perlio.c pp_pack.c sv.c t/op/pack.t
	  !> t/run/switches.t util.c
____________________________________________________________________________
[ 33613] By: nicholas				   on 2008/03/31  16:04:00
	Log: Integrate:
	     [ 32809]
	     Subject: [PATCH] RE: How to load a "loadable object" that has a non-default file extension ?
	     From: "Jan Dubois" <jand@activestate.com>
	     Date: Sun, 30 Dec 2007 12:52:30 -0800
	     Message-ID: <18a401c84b25$e5272480$af756d80$@com>
	     
	     [ 33609]
	     Give DynaLoader a non-dev version number.
     Branch: maint-5.10/perl
	  !> ext/DynaLoader/DynaLoader_pm.PL
____________________________________________________________________________
[ 33611] By: nicholas				   on 2008/03/31  12:32:56
	Log: Integrate:
	     [ 33085]
	     Subject: FW: [PATCH] RE: [PATCH] volatile, avoid clobbered
	     From: "Robin Barker" <Robin.Barker@npl.co.uk>
	     Date: Wed, 23 Jan 2008 18:51:24 -0000
	     Message-ID: <46A0F33545E63740BC7563DE59CA9C6D093A06@exchsvr2.npl.ad.local>
	     
	     [ 33106]
	     Fix Win32 compiler warnings introduced by #33081 and #33085
	     
	     [just the 33081 part]
	     
	     [ 33152]
	     Subject: [PATCH] don't forbid brace groups with g++ 4.2.2
	     From: "Robin Barker" <Robin.Barker@npl.co.uk>
	     Date: Wed, 30 Jan 2008 18:42:25 -0000
	     Message-ID: <46A0F33545E63740BC7563DE59CA9C6D093A17@exchsvr2.npl.ad.local>
	     
	     [ 33368]
	     Two break; statements that aren't (yet) needed, but may trip someone up
	     in the future.
     Branch: maint-5.10/perl
	  !> embed.fnc op.c perl.c perl.h pod/perlapi.pod proto.h
____________________________________________________________________________
[ 33610] By: nicholas				   on 2008/03/30  23:20:46
	Log: Integrate:
	     [ 32860]
	     Typo fix
	     
	     [ 32872]
	     Subject: [PATCH] \X is equivalent to an atomic group
	     From: Moritz Lenz <moritz@casella.verplant.org>
	     Date: Sat, 05 Jan 2008 17:14:44 +0100
	     Message-ID: <477FACF4.5030801@casella.verplant.org>
	     
	     [ 32925]
	     Fix prototype in regexp code following #32851, and regen
	     
	     [the regen part, for 32860]
	     
	     [ 33129]
	     Assorted POD nits from the Debian bug list.
	     
	     [ 33241]
	     New blade
	     
	     [ 33257]
	     Subject: [perl #50364] [PATCH] perlop.pod - misnomer in % operator documentation 
	     From: mhasch@cpan.org (via RT) <perlbug-followup@perl.org>
	     Date: Mon, 28 Jan 2008 16:56:07 -0800
	     Message-ID: <rt-3.6.HEAD-4355-1201568166-693.50364-75-0@perl.org>
     Branch: maint-5.10/perl
	  !> README.hpux hv.h pod/perlapi.pod pod/perllol.pod
	  !> pod/perlop.pod pod/perlre.pod pod/perlunicode.pod
____________________________________________________________________________
[ 33604] By: nicholas				   on 2008/03/30  01:34:06
	Log: Integrate:
	     [ 33601]
	     GDBM_File isn't dual life, so no need for a dev module version number.
     Branch: maint-5.10/perl
	  !> ext/GDBM_File/GDBM_File.pm
____________________________________________________________________________
[ 33603] By: davem				   on 2008/03/30  01:09:37
	Log: remove 5.11-specific stuff from feature.pm
     Branch: maint-5.10/perl
	   ! lib/feature.pm
____________________________________________________________________________
[ 33602] By: davem				   on 2008/03/30  00:53:42
	Log: Sync feature.pm:
	     
	     Integrate:
	     [ 32645]
	     feature.pm needs to cope with the version not being 5.10.0
	     
	     [ 33247]
	     Subject: [PATCH] feature bundles are the same across all subversions
	     From: Steffen Mueller <l2ot9pa02@sneakemail.com>
	     Date: Sun, 13 Jan 2008 22:45:37 +0100
	     Message-ID: <20080113214537.13226.qmail@lists.develooper.com>
     Branch: maint-5.10/perl
	  +> t/lib/feature/bundle
	  !> MANIFEST lib/feature.pm
____________________________________________________________________________
[ 33599] By: nicholas				   on 2008/03/29  15:41:22
	Log: Integrate:
	     [ 33579]
	     Don't call S_utf8_mg_pos_cache_update(), and hence don't even create
	     the magic for the UTF-8 cache, if the UTF-8 caching is disabled.
	     
	     [ 33580]
	     The offset for pos is stored as bytes, and converted to (Unicode)
	     character position when read, if needed. The code for setting pos
	     inside subst was incorrectly converting to character position before
	     storing the value. This code appears to have been buggy since it was
	     added in 2000 in change 7562.
     Branch: maint-5.10/perl
	  !> pp_ctl.c sv.c t/op/subst.t
____________________________________________________________________________
[ 33590] By: nicholas				   on 2008/03/28  19:01:33
	Log: Integrate:
	     [ 33344]
	     Silence warning from VC8 when building without USE_LARGE_FILES
	     
	     [ 33370]
	     Silence Borland compiler warnings (except for warnings from zlib) here:
	     http://www.nntp.perl.org/group/perl.daily-build.reports/2008/02/msg53937.html
	     
	     [except for Time::Piece, as it's not in a CPAN release yet]
     Branch: maint-5.10/perl
	  !> NetWare/nwperlhost.h NetWare/nwperlsys.h ext/Win32/Win32.pm
	  !> ext/Win32/Win32.xs generate_uudmap.c iperlsys.h perl.h
	  !> perlio.c perliol.h perly.c regcomp.c win32/perlhost.h
	  !> win32/win32.c win32/win32io.c
____________________________________________________________________________
[ 33588] By: nicholas				   on 2008/03/28  17:57:44
	Log: Integrate:
	     [ 33255]
	     Subject: [PATCH] Give Win32 message windows proper window procedures
	     From: "Robert May" <rob@themayfamily.me.uk>
	     Date: Sun, 3 Feb 2008 18:04:46 +0530
	     Message-ID: <54bdc7510802030434g4f9da56eq8d526e80c297290b@mail.gmail.com>
	     
	     [ 33506]
	     Subject: [PATCH] [perl #51674] op/alarm.t hangs on 5.11.0 (Windows Vista only)
	     From: "Robert May" <rob@themayfamily.me.uk>
	     Date: Thu, 13 Mar 2008 19:36:33 +0530
	     Message-ID: <54bdc7510803130706q6523793ak1f3f1c6578fa97c1@mail.gmail.com>
     Branch: maint-5.10/perl
	  !> win32/win32.c
____________________________________________________________________________
[ 33586] By: nicholas				   on 2008/03/28  13:04:50
	Log: Integrate:
	     [ 32883]
	     Silence new warning grep in void context warning in various modules and test files, also silence a warning that came from a previous 'dev' version number bump.
	     
	     [ 32884]
	     dev version numbers, xs and warnings dont play together nicely, so use MM->parse_version() to smooth over the cracks....
     Branch: maint-5.10/perl
	  !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/Makefile.PL
	  !> ext/GDBM_File/t/gdbm.t lib/CGI/t/no_tabindex.t
____________________________________________________________________________
[ 33585] By: nicholas				   on 2008/03/28  12:42:41
	Log: Integrate:
	     [ 32883]
	     Silence new warning grep in void context warning in various modules and test files, also silence a warning that came from a previous 'dev' version number bump.
	     
	     [ 32884]
	     dev version numbers, xs and warnings dont play together nicely, so use MM->parse_version() to smooth over the cracks....
	     
	     [ 33583]
	     Subject: [PATCH] DB_File 1.817
	     From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
	     Date: Thu, 27 Mar 2008 11:12:22 -0000
	     Message-ID: <051d01c88ffb$6f662eb0$6901a8c0@myopwv.com>
     Branch: maint-5.10/perl
	  !> ext/DB_File/Changes ext/DB_File/DB_File.pm
	  !> ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
	  !> ext/DB_File/dbinfo ext/DB_File/t/db-btree.t
	  !> ext/DB_File/t/db-hash.t ext/DB_File/t/db-recno.t
	  !> ext/DB_File/version.c
____________________________________________________________________________
[ 33582] By: nicholas				   on 2008/03/27  11:35:31
	Log: Integrate:
	     [ 32683]
	     Subject: [perl #37607] CGI file upload file name parsing errors
	     From: aspa@merlot.kronodoc.fi (Marko Asplund)
	     Date: Fri, 4 Nov 2005 13:40:05 +0200 (EET)
	     Message-ID: <5.8.7_13518_1131102897@merlot.kronodoc.fi>
	     
	     [ 32883]
	     Silence new warning grep in void context warning in various modules and test files, also silence a warning that came from a previous 'dev' version number bump.
	     
	     [ 33094]
	     Subject: [PATCH] Fix uc/lc warnings in CGI.pm
	     From: "Jerry D. Hedden" <jdhedden@cpan.org>
	     Date: Mon, 28 Jan 2008 10:19:26 -0500
	     Message-ID: <1ff86f510801280719w4d56807esd8318bc6d0eadcdd@mail.gmail.com>
	     
	     [ 33129]
	     Assorted POD nits from the Debian bug list.
	     
	     [ 33143]
	     Subject: Re: [perl #50322] CGITempFile causes "Insecure dependency in sprintf" in perl 5.10.0 
	     From: "Steffen Mueller via RT" <perlbug-followup@perl.org>
	     Date: Mon, 28 Jan 2008 05:16:19 -0800
	     Message-ID: <rt-3.6.HEAD-4355-1201526176-323.50322-94-0@perl.org>
	     
	     Fixes [perl #50322]
	     
	     [ 33564]
	     Upgrade to CGI.pm-3.34.  There are still a few differences, so adding
	     a version bump.
	     
	     [ 33568]
	     Upgrade to CGI-3.35.
     Branch: maint-5.10/perl
	  !> lib/CGI.pm lib/CGI/Changes lib/CGI/Util.pm
____________________________________________________________________________
[ 33581] By: nicholas				   on 2008/03/27  11:34:45
	Log: Integrate:
	     [ 33552]
	     Upgrade to Module-Pluggable-3.8
	     
	     [ 33571]
	     Actually use the computed @path so as to write the awkwardly named test
	     files to the right place when in core. Without this the open fails
	     (silently as intended) and the tests are skipped on all OS.
     Branch: maint-5.10/perl
	  !> ext/Module/Pluggable/Makefile.PL
	  !> ext/Module/Pluggable/lib/Module/Pluggable.pm
____________________________________________________________________________
[ 33574] By: nicholas				   on 2008/03/26  16:37:45
	Log: Integrate:
	     [ 32879]
	     Don't use grep in scalar context
	     
	     [ 32883]
	     Silence new warning grep in void context warning in various modules and test files, also silence a warning that came from a previous 'dev' version number bump.
	     
	     [ 32905]
	     Subject: [patch] [Win32] Make Perl build on Win32 when the path contains whitespace
	     From: Max Maischein <corion@cpan.org>
	     Date: Mon, 07 Jan 2008 20:48:04 +0100
	     Message-ID: <478281F4.9000202@cpan.org>
	     
	     [ 32964]
	     Don't quote a whitespace-containing ABSPERL when the whitespace
	     means it is a command with parameter(s).
	     
	     [ 33250]
	     Upgrade to MakeMaker 6.43_01
	     
	     [ 33251]
	     Add new module in MakeMaker 6.43_01
	     
	     [ 33396]
	     Upgrade to ExtUtils-MakeMaker-6.44
	     
	     [ 33573]
	     Fix whitespace difference between blead and upstream in MM_Unix.pm
     Branch: maint-5.10/perl
	  +> lib/ExtUtils/MM_Darwin.pm
	  !> (integrate 35 files)
____________________________________________________________________________
[ 33572] By: nicholas				   on 2008/03/26  12:45:28
	Log: Integrate:
	     [ 33332]
	     Subject: [PATCH] consting for .c files in tests
	     From: "Robin Barker" <Robin.Barker@npl.co.uk>
	     Date: Mon, 18 Feb 2008 13:43:56 -0000
	     Message-ID: <46A0F33545E63740BC7563DE59CA9C6D093A3F@exchsvr2.npl.ad.local>
	     
	     [ 33386]
	     Subject: Fwd: CPAN Upload: Y/YV/YVES/ExtUtils-Install-1.45.tar.gz
	     From: demerphq <demerphq@gmail.com>
	     Date: Wed, 27 Feb 2008 14:06:29 +0100
	     Message-ID: <9b18b3110802270506j6194cb4idefa42765d634c79@mail.gmail.com>
	     
	     Upgrade to ExtUtils-Install-1.45 to fix [cpan #32813]
	     
	     [ 33404]
	     Synchronize blead with changes from ExtUtils::Install 1.46
	     
	     Apply patches from Michael Schwern (rt #33688, rt #31429, rt #31248)
	     and from Slaven Rezic (rt #33290).  Also implemented the suggestion from
	     Schwern about not dieing when failing to remove a shadow file that is
	     later on in INC than the installed version. (rt #2928)
	     
	     [ 33410]
	     Update ExtUtils::Install to release 1.47
	     
	     [ 33460]
	     Upgrade to ExtUtils-Install-1.50
	     
	     [ 33566]
	     Subject: RE: [PATCH revised] Fix ExtUtils::Install under Cygwin
	     From: "Steve Hay" <SteveHay@planit.com>
	     Message-ID: <1B32FF956ABF414C9BCE5E487A1497E70176BD61@ukmail02.planit.group>
	     Date: Mon, 17 Mar 2008 14:36:54 -0000
	     
	     "OK, so how about the attached. This fixes up -w for all compilers so
	     that it is symmetrical with chmod(), and adds a note to perltodo on
	     fixing POSIX::access() and chdir()."
	     
	     The whole long thread started here:
	     http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2008-03/msg00056.html
	     
	     [ 33567]
	     Patches for VMS by Craig Berry from
	     http://rt.cpan.org/Public/Bug/Display.html?id=34095
	     (1.50 has 3 failures on VMS)
     Branch: maint-5.10/perl
	  +> lib/ExtUtils/t/Installapi2.t lib/ExtUtils/t/can_write_dir.t
	  !> MANIFEST lib/ExtUtils/Install.pm lib/ExtUtils/t/Embed.t
	  !> lib/ExtUtils/t/Install.t pod/perlport.pod pod/perltodo.pod
	  !> win32/win32.c
____________________________________________________________________________
[ 33549] By: davem				   on 2008/03/21  20:25:35
	Log: Update Change entry manually 
	     (it had a mixture of 5.10.x and 5.8.x integrations, which caused
	     the auto script to miss it)
     Branch: maint-5.10/perl
	   ! Changes
____________________________________________________________________________
[ 33548] By: davem				   on 2008/03/21  19:41:27
	Log: Update 5.10.x Changes (all integrations far have been by Nicholas)
     Branch: maint-5.10/perl
	   ! Changes patchlevel.h
____________________________________________________________________________
[ 33535] By: nicholas				   on 2008/03/14  17:49:05
	Log: Integrate:
	     [ 32727]
	     Subject: [PATCH] Pod::Html: fix markup errors with (nested) definition lists
	     From: Brendan O'Dea <bod@debian.org>
	     Date: Sat, 1 Dec 2007 11:59:12 +1100
	     Message-ID: <20071201005912.GA14441@londo.c47.org>
	     
	     [ 33534]
	     ++$Pod::Html::VERSION
     Branch: maint-5.10/perl
	  !> lib/Pod/Html.pm lib/Pod/t/htmllink.t lib/Pod/t/htmlview.pod
	  !> lib/Pod/t/htmlview.t
____________________________________________________________________________
[ 33532] By: nicholas				   on 2008/03/14  15:33:27
	Log: Integrate:
	     [ 33371]
	     Also install perlbug as perlthanks, to make it easy for people to send
	     their appreciation to perl-thanks@perl.org.
	     It would be nice to get feedback other than bug reports.
	     
	     [ 33372]
	     Document perlthanks
	     
	     [ 33373]
	     Subject: Re: making it easier not to get feedback
	     From: "Vincent Pit" <perl@profvince.com>
	     Date: Tue, 26 Feb 2008 09:56:59 +0100 (CET)
	     Message-ID: <1232.90.46.219.25.1204016219.squirrel@90.46.219.25>
	     
	     [ 33375]
	     Typo found by Roland Giersig
	     
	     [ 33531]
	     Update the use of single quotes to be consistent with the advice in
	     http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
     Branch: maint-5.10/perl
	  !> pod/perlutil.pod utils.lst utils/perlbug.PL
____________________________________________________________________________
[ 33529] By: nicholas				   on 2008/03/14  11:50:59
	Log: Integrate:
	     [ 33500]
	     Oops. Change 33499 forgot to add the new Makefile.PL to the MANIFEST.
	     
	     [ 33504]
	     Correct two spelling mistakes, and reformat some comments.
     Branch: maint-5.10/perl
	  !> MANIFEST perlio.c
____________________________________________________________________________
[ 33526] By: nicholas				   on 2008/03/14  10:17:48
	Log: Integrate:
	     [ 33242]
	     Cope with differing prototypes for ECONNREFUSED etc on Win32 between
	     5.8.x and 5.10.x
     Branch: maint-5.10/perl
	  !> lib/Net/Ping.pm
____________________________________________________________________________
[ 33525] By: nicholas				   on 2008/03/14  10:11:45
	Log: Integrate:
	     [ 32782]
	     Add file to MANIFEST that hitched a ride with change #32750.  It
	     hopefully will fix RT #44357.
	     
	     [ 33486]
	     An unfortunate side-effect of Encode and Encode::Alias use'ing each
	     other, and Encode::Alias exporting functions into Encode for it to use
	     as methods, broke the loading of the find_alias() Encode method in some
	     cases since 5.10. Breaking the recursive inheritance fixes it.
	     
	     [ 33493]
	     Upgrade to Encode-2.24
	     
	     [ 33523]
	     Fix a couple of minor differences between the Encode 2.14 CPAN tarball
	     and blead.
     Branch: maint-5.10/perl
	  +> ext/Encode/ucm/cp858.ucm
	  !> MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
	  !> ext/Encode/Encode.xs ext/Encode/Makefile.PL
	  !> ext/Encode/bin/ucmlint ext/Encode/encoding.pm
	  !> ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/Config.pm
	  !> ext/Encode/ucm/macJapanese.ucm lib/open.t
____________________________________________________________________________
[ 33524] By: nicholas				   on 2008/03/14  09:37:22
	Log: Integrate:
	     [ 33499]
	     Move Module::Pluggable into ext/ as the next version has actions in its
	     Makefile.PL that we will need to run as part of a core build.
	     
	     [ 33505]
	     Upgrade to Module::Pluggable 3.7
     Branch: maint-5.10/perl
	  +> ext/Module/Pluggable/Makefile.PL
	  +> ext/Module/Pluggable/lib/Devel/InnerPackage.pm
	  +> ext/Module/Pluggable/lib/Module/Pluggable.pm
	  +> ext/Module/Pluggable/lib/Module/Pluggable/Object.pm
	  +> t/Module_Pluggable/10innerpack_super.t
	  +> t/Module_Pluggable/21editor_junk.t
	  +> t/Module_Pluggable/lib/EditorJunk/Plugin/Bar.pm
	  +> t/Module_Pluggable/lib/EditorJunk/Plugin/Bar.pm.swo
	  +> t/Module_Pluggable/lib/EditorJunk/Plugin/Bar.pm.swp
	  +> t/Module_Pluggable/lib/EditorJunk/Plugin/Bar.pm~
	  +> t/Module_Pluggable/lib/EditorJunk/Plugin/Foo.pm
	   - lib/Devel/InnerPackage.pm lib/Module/Pluggable.pm
	   - lib/Module/Pluggable/Object.pm
	   - t/Module_Pluggable/lib/OddTest/Plugin/-Dodgy.pm
	  !> (integrate 32 files)
____________________________________________________________________________
[ 33521] By: nicholas				   on 2008/03/13  23:17:54
	Log: Integrate:
	     [ 33154]
	     Subject: [PATCH] threads::shared TODO test for outstanding bug
	     From: "Jerry D. Hedden" <jdhedden@cpan.org>
	     Date: Wed, 30 Jan 2008 09:15:25 -0500
	     Message-ID: <1ff86f510801300615t1f9e8c68u5ff8caaeffb1a835@mail.gmail.com>
	     
	     [ 33387]
	     Subject: [PATCH] threads::shared 1.18
	     From: "Jerry D. Hedden" <jdhedden@cpan.org>
	     Date: Tue, 26 Feb 2008 11:29:54 -0500
	     Message-ID: <1ff86f510802260829h306ea16by990af232dac22a82@mail.gmail.com>
     Branch: maint-5.10/perl
	  !> ext/threads/shared/Makefile.PL ext/threads/shared/shared.pm
	  !> ext/threads/shared/t/object.t ext/threads/shared/t/stress.t
____________________________________________________________________________
[ 33520] By: nicholas				   on 2008/03/13  22:43:35
	Log: Integrate:
	     [ 33360]
	     Subject: [PATCH] threads::shared 1.17
	     From: "Jerry D. Hedden" <jdhedden@cpan.org>
	     Date: Fri, 22 Feb 2008 16:31:02 -0500
	     Message-ID: <1ff86f510802221331u48f85e8cg884c02a145dbee10@mail.gmail.com>
     Branch: maint-5.10/perl
	  !> ext/threads/shared/Makefile.PL ext/threads/shared/shared.pm
	  !> ext/threads/shared/shared.xs ext/threads/shared/t/0nothread.t
	  !> ext/threads/shared/t/disabled.t
____________________________________________________________________________
[ 33518] By: nicholas				   on 2008/03/13  20:50:49
	Log: Integrate:
	     [ 33266]
	     Upgrade to Time-HiRes-1.9712
     Branch: maint-5.10/perl
	  !> ext/Time/HiRes/HiRes.pm ext/Time/HiRes/Makefile.PL
	  !> ext/Time/HiRes/t/HiRes.t
____________________________________________________________________________
[ 33517] By: nicholas				   on 2008/03/13  20:33:03
	Log: Integrate:
	     [ 33359]
	     Subject: [PATCH] threads 1.69
	     From: "Jerry D. Hedden" <jdhedden@cpan.org>
	     Date: Fri, 22 Feb 2008 16:26:21 -0500
	     Message-ID: <1ff86f510802221326ib73c7e5kf26ad87086ee113d@mail.gmail.com>
     Branch: maint-5.10/perl
	  !> ext/threads/Makefile.PL ext/threads/t/exit.t
	  !> ext/threads/t/join.t ext/threads/t/problems.t
	  !> ext/threads/t/thread.t ext/threads/threads.pm
	  !> ext/threads/threads.xs
____________________________________________________________________________
[ 33514] By: nicholas				   on 2008/03/13  18:31:54
	Log: Integrate:
	     [ 33331]
	     Subject: [PATCH] Thread::Queue 2.03
	     From: "Jerry D. Hedden" <jdhedden@cpan.org>
	     Date: Fri, 15 Feb 2008 14:02:14 -0500
	     Message-ID: <1ff86f510802151102s41bebc4xab19aa6e464dbf04@mail.gmail.com>
	     
	     [ 33362]
	     Subject: [PATCH] Thread::Queue 2.06
	     From: "Jerry D. Hedden" <jdhedden@cpan.org>
	     Date: Fri, 22 Feb 2008 17:10:35 -0500
	     Message-ID: <1ff86f510802221410r2ceda3deg6cd503f0037b0805@mail.gmail.com>
     Branch: maint-5.10/perl
	  +> lib/Thread/Queue/t/01_basic.t lib/Thread/Queue/t/02_refs.t
	  +> lib/Thread/Queue/t/03_peek.t lib/Thread/Queue/t/04_errs.t
	  +> lib/Thread/Queue/t/05_extract.t lib/Thread/Queue/t/06_insert.t
	  +> lib/Thread/Queue/t/07_lock.t lib/Thread/Queue/t/08_nothreads.t
	   - lib/Thread/Queue.t
	  !> MANIFEST Porting/Maintainers.pl lib/Thread/Queue.pm
____________________________________________________________________________
[ 33513] By: nicholas				   on 2008/03/13  17:59:59
	Log: Integrate:
	     [ 33329]
	     Subject: [PATCH] Thread::Semaphore 2.04
	     From: "Jerry D. Hedden" <jdhedden@cpan.org>
	     Date: Fri, 15 Feb 2008 11:12:07 -0500
	     Message-ID: <1ff86f510802150812r3facd53cs1913dd82c3070ac0@mail.gmail.com>
	     
	     [ 33361]
	     Subject: [PATCH] Thread::Semaphore 2.07
	     From: "Jerry D. Hedden" <jdhedden@cpan.org>
	     Date: Fri, 22 Feb 2008 17:05:55 -0500
	     Message-ID: <1ff86f510802221405w15277004u53e7e0a2d2603049@mail.gmail.com>
     Branch: maint-5.10/perl
	  +> lib/Thread/Semaphore/t/01_basic.t
	  +> lib/Thread/Semaphore/t/02_errs.t
	  +> lib/Thread/Semaphore/t/03_nothreads.t
	   - lib/Thread/Semaphore.t
	  !> MANIFEST Porting/Maintainers.pl lib/Thread/Semaphore.pm
____________________________________________________________________________
[ 33512] By: nicholas				   on 2008/03/13  17:55:54
	Log: Integrate:
	     [ 33253]
	     Update to Math::Complex 1.49
	     
	     [ 33268]
	     exp(999) isn't "infinity". Even exp(9999) can still be represented on
	     80 bit long doubles. exp(99999) can't.
	     
	     [ 33282]
	     Upgrade to Math-Complex-1.51
	     
	     [ 33286]
	     Teach Math::Complex the maximum NV for a 16 byte float. (At least, a
	     16 byte float on x86_64. This feels fragile.)
	     
	     [ 33293]
	     Upgrade to Math-Complex-1.52
     Branch: maint-5.10/perl
	  !> lib/Math/Complex.pm lib/Math/Complex.t lib/Math/Trig.pm
	  !> lib/Math/Trig.t
____________________________________________________________________________
[ 33511] By: nicholas				   on 2008/03/13  17:35:27
	Log: Integrate:
	     [ 33392]
	     Upgrade to ExtUtils-ParseXS-2.19.	There are several patches not
	     in the CPAN version, so a version bump to 2.19_01 is in the core.
     Branch: maint-5.10/perl
	  !> lib/ExtUtils/ParseXS.pm
____________________________________________________________________________
[ 33509] By: nicholas				   on 2008/03/13  16:45:45
	Log: Integrate:
	     [ 32661]
	     Upgrade to CGI.pm-3.31.  Includes version bump to CGI::Carp due to a Pod fix.
	     
	     [ 32798]
	     Upgrade to CGI.pm-3.32.  Retain the version bump since bug fixes 
	     have not yet been integrated.
	     
	     [ 32826]
	     Upgrade to CGI.pm-3.33.  There are still differences between the
	     core version and CPAN version, so, the version bump continues.
     Branch: maint-5.10/perl
	  !> lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Util.pm
____________________________________________________________________________
[ 33501] By: nicholas				   on 2008/03/12  20:05:05
	Log: Integrate:
	     [ 33491]
	     Correct logic error in PerlIOStdio_close() - 0 is an acceptable value
	     from dup(), so it can't also be the "don't do anything later" value.
	     
	     [ 33492]
	     We need mutex protection in PerlIOStdio_close() for the duration of
	     holding our true love file handle open, to stop anything else
	     temporarily using it for a quick dup() fling, and then closing the
	     file handle underneath us.
	     I suspect that the lack of this protection was the cause of the threads
	     free.t and blocks.t failures on OS X on 5.8.x, where usefaststdio is
	     the default, and PerlIO is unable to "invalidate" the FILE *.
	     
	     [ 33498]
	     Change 33492 did not spread the protection wide enough. There were
	     still two more races to be lost.
	     1: The close() could still happen after the (premature) mutex release
	     allowed another thread to dup() to that file descriptor.
	     2: The initial dup() could happen whilst another thread was in the
	     mutex protected region, and had temporarily closed the file
	     descriptor.
	     Race conditions remain with any other thread that actually does I/O
	     during the execution of the mutex protected region (as noted in a
	     comment), and dup() failure is not handled gracefully (also noted).
     Branch: maint-5.10/perl
	  !> perlio.c
____________________________________________________________________________
[ 33496] By: nicholas				   on 2008/03/12  17:43:34
	Log: Integrate:
	     [ 33259]
	     Subject: RE: Perl @ 33218 (Stratus VOS patches)
	     From: "Green, Paul" <Paul.Green@stratus.com>
	     Date: Fri, 8 Feb 2008 12:36:03 -0500
	     Message-ID: <F5F42E77A43DD944B6D664B00A5401CB037149FF@EXNA.corp.stratus.com>
	     
	     Includes a fix to the patch to ext/Time/HiRes/Makefile.PL
     Branch: maint-5.10/perl
	  !> README.vos ext/Time/HiRes/Makefile.PL hints/vos.sh
	  !> lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/eu_command.t
	  !> makedepend.SH pp_pack.c t/TEST vos/Changes vos/vos.c
	  !> vos/vosish.h
____________________________________________________________________________
[ 33490] By: nicholas				   on 2008/03/12  11:14:19
	Log: Integrate:
	     [ 33487]
	     Subject: [PATCH] cygwin hints back to old
	     From: "Reini Urban" <rurban@x-ray.at>
	     Message-ID: <6910a60803120011y4ff1d1f0x5654906570dc19ab@mail.gmail.com>
	     Date: Wed, 12 Mar 2008 08:11:17 +0100
	     
	     Revert a part of blead patch #33357
	     * no cpu. revert the archname part of patch #33357
	     to the old behaviour.
     Branch: maint-5.10/perl
	  !> hints/cygwin.sh
____________________________________________________________________________
[ 33483] By: nicholas				   on 2008/03/11  21:22:23
	Log: Integrate:
	     [ 33481]
	     Subject: Re: Perl @ http://www.ccl4.org/~nick/P/perl-33444.tar.bz2
	     From: Reini Urban <rurban@x-ray.at>
	     Message-ID: <47D2EF38.10503@x-ray.at>
	     Date: Sat, 08 Mar 2008 20:55:36 +0100
	     
	     * CYG04 At least on cygwin strip the last number
	     from the dll. This is in the cygwin.com build since years.
	     
	     
	     [except the -mms-bitfields in CFLAGS, as Jan states that it would break
	     binary compatibilty on 5.10.1 too]
     Branch: maint-5.10/perl
	  !> cygwin/Makefile.SHs installperl lib/ExtUtils/t/Embed.t
____________________________________________________________________________
[ 33477] By: nicholas				   on 2008/03/11  17:28:10
	Log: Integrate:
	     [ 33451]
	     On VMS, don't call flex_stat from my_flush as the latter may be
	     called during global destruction and the former checks hints flags
	     that depend on the interpreter's still existing.
     Branch: maint-5.10/perl
	  !> vms/vms.c
____________________________________________________________________________
[ 33464] By: nicholas				   on 2008/03/10  20:35:11
	Log: Integrate:
	     [ 32966]
	     Subject: [PATCH] tru64: poison stack, write protect string constants
	     From: Jarkko Hietaniemi <jhi@cc.hut.fi>
	     Date: Sat, 12 Jan 2008 03:27:10 +0200 (EET)
	     Message-Id: <200801120127.m0C1RAZ6088857@kosh.hut.fi>
	     
	     [ 33330]
	     Subject: [perl #50946] modified hints for Darwin x86  64bit 
	     From: "Daniel M. Quinlan" (via RT) <perlbug-followup@perl.org>
	     Date: Sun, 17 Feb 2008 14:20:58 -0800
	     Message-ID: <rt-3.6.HEAD-24181-1203286856-952.50946-75-0@perl.org>
	     
	     [ 33357]
	     Subject: [PATCH] cygwin hints
	     From: "Reini Urban" <rurban@x-ray.at>
	     Date: Thu, 21 Feb 2008 14:38:33 +0100
	     Message-ID: <6910a60802210538p4fdb84abwf5128e87399dddf4@mail.gmail.com>
     Branch: maint-5.10/perl
	  !> hints/cygwin.sh hints/darwin.sh hints/dec_osf.sh
____________________________________________________________________________
[ 33443] By: nicholas				   on 2008/03/05  12:02:54
	Log: Integrate:
	     [ 33437]
	     Three variables in S_scan_trans only hold flags for op_private, so can
	     be U8.
     Branch: maint-5.10/perl
	  !> toke.c
____________________________________________________________________________
[ 33412] By: nicholas				   on 2008/03/03  00:22:34
	Log: Integrate:
	     [ 33401]
	     Make ext/POSIX/t/sysconf.t use File::Spec->tmpdir() for pathconf/
	     fpathconf testing rather than ->curdir(), as the latter can be on
	     networked storage that fails the syscall (and the tests).
     Branch: maint-5.10/perl
	  !> ext/POSIX/t/sysconf.t
____________________________________________________________________________
[ 33348] By: nicholas				   on 2008/02/22  17:56:12
	Log: Integrate:
	     [ 33274]
	     Make fs.t compare the permissions of a link with those
	     of the linked file rather than guessing at system defaults.
     Branch: maint-5.10/perl
	  !> t/io/fs.t
____________________________________________________________________________
[ 33288] By: nicholas				   on 2008/02/12  11:58:42
	Log: Integrate:
	     [ 33040]
	     Subject: [PATCH] Re: Perl @ 32984 (also relevant to [perl #33849])
	     From: Andrew Dougherty <doughera@lafayette.edu>
	     Date: Tue, 22 Jan 2008 11:59:47 -0500 (EST)
	     Message-ID: <Pine.LNX.4.64.0801221111410.31664@fractal.phys.lafayette.edu>
	     
	     [ 33246]
	     Subject: Re: [PATCH] Re: Perl @ 32984 (also relevant to [perl #33849])
	     From: Andy Dougherty <doughera@lafayette.edu>
	     Date: Fri, 1 Feb 2008 12:39:39 -0500 (EST)
	     Message-ID: <Pine.LNX.4.64.0802011239170.1831@fractal.phys.lafayette.edu>
	     
	     [ 33262]
	     Subject: [PATCH] hints/aix_4.sh to allow build on aix 4.2
	     From: AUGUSTE-ETIENNE Jose <jose.auguste-etienne@cgss-guyane.fr>
	     Date: Fri, 08 Feb 2008 17:10:26 -0300
	     Message-Id: <1202501426.15175.10.camel@sinf009w.d81970300.cgss-guyane.fr>
	     
	     [ 33275]
	     Correct quad-related %Config variables on VMS.
     Branch: maint-5.10/perl
	  !> configure.com hints/aix_4.sh hints/irix_6.sh
____________________________________________________________________________
[ 33227] By: nicholas				   on 2008/02/03  15:03:12
	Log: Integrate:
	     [ 33223]
	     Produce a more generic expectation management system, and use it to
	     encode the 5.8.x vs 5.10/5.11 differences.
	     Provide general purpose TODOs for both the intial tests and Gerard's
	     "is it unchanged on repeat?" test.
	     
	     [ 33226]
	     Recode all the old variable-like substitutions with the generic line
	     removal mechanism of change 33223.
     Branch: maint-5.10/perl
	  !> ext/Devel/Peek/t/Peek.t
____________________________________________________________________________
[ 33224] By: nicholas				   on 2008/02/03  13:37:22
	Log: Integrate:
	     [ 33222]
	     Upgrade to Math::Complex 1.48 and Math::Trig 1.13
     Branch: maint-5.10/perl
	  !> lib/Math/Complex.pm lib/Math/Complex.t lib/Math/Trig.pm
	  !> lib/Math/Trig.t
____________________________________________________________________________
[ 33220] By: nicholas				   on 2008/02/03  00:40:35
	Log: Integrate:
	     [ 32791]
	     Fix VMS::Stdio bug introduced in 32713.
     Branch: maint-5.10/perl
	  !> vms/ext/Stdio/Stdio.xs
____________________________________________________________________________
[ 33209] By: nicholas				   on 2008/02/02  18:53:12
	Log: Integrate:
	     [ 33208]
	     5.8.x and earler have a SUBPROCESS line in the dump of a PVIO.
     Branch: maint-5.10/perl
	  !> ext/Devel/Peek/t/Peek.t
____________________________________________________________________________
[ 33207] By: nicholas				   on 2008/02/02  18:43:10
	Log: Integrate:
	     [ 33206]
	     Change 27244 wasn't quite correct. XSUB is dumped as 0x0, not 0.
     Branch: maint-5.10/perl
	  !> ext/Devel/Peek/t/Peek.t
____________________________________________________________________________
[ 33194] By: nicholas				   on 2008/02/02  17:05:25
	Log: Integrate:
	     [ 33193]
	     Remove the _ prototype, as Maintainers is used by makemeta, and in turn
	     that has to be run with the newly built perl. Which can be 5.8.x.
     Branch: maint-5.10/perl
	  !> Porting/Maintainers.pm
____________________________________________________________________________
[ 33171] By: nicholas				   on 2008/02/01  18:17:03
	Log: Integrate:
	     [ 33170]
	     Break apart the list of functions defined in universal.c by perl
	     version (from 5.8.8 upwards)
     Branch: maint-5.10/perl
	  !> ext/Opcode/Safe.pm
____________________________________________________________________________
[ 33167] By: nicholas				   on 2008/02/01  14:04:12
	Log: Integrate:
	     [ 33004]
	     Avoid an unused argument in S_sv_2iuv_non_preserve() by using
	     conditional compilation to only pass it in if it's needed.
     Branch: maint-5.10/perl
	  !> embed.fnc embed.h proto.h sv.c
____________________________________________________________________________
[ 33166] By: nicholas				   on 2008/02/01  12:52:40
	Log: Integrate:
	     [ 32997]
	     Collect all the S_validate_suid() unused argument logic in one place.
	     
	     [ 32998]
	     Change 32997 missed one conditionally unused argument.
	     
	     [ 33000]
	     Eliminate all PERL_UNUSED_ARG()s in S_validate_suid() by changing its
	     prototype depending on the compile time options. In turn, this finds
	     things that are unused in its callers.
	     
	     [ 33001]
	     The suidscript argument to S_forbid_setid(), S_open_script() and
	     S_validate_suid() is actually just a boolean. So make it so.
	     
	     [ 33002]
	     Don't create local variables validarg and fdscript if they aren't going
	     to be used.
     Branch: maint-5.10/perl
	  !> embed.fnc embed.h perl.c perl.h proto.h
____________________________________________________________________________
[ 33165] By: nicholas				   on 2008/02/01  11:11:13
	Log: Integrate:
	     [ 32878]
	     Fix "grep in void context" warnings
	     
	     [ 33163]
	     The penultimate deparse test needs a name, else things can warn.
     Branch: maint-5.10/perl
	  !> ext/B/t/deparse.t ext/SDBM_File/t/sdbm.t
____________________________________________________________________________
[ 33164] By: nicholas				   on 2008/02/01  10:51:47
	Log: Integrate:
	     [ 33124]
	     Bump Safe's version
     Branch: maint-5.10/perl
	  !> ext/Opcode/Safe.pm
____________________________________________________________________________
[ 33162] By: nicholas				   on 2008/01/31  22:54:31
	Log: Integrate:
	     [ 33127]
	     Formatting for C<<{ bydepth => 1 }>> doesn't seem to be working
	     right in the manpage.  
	     
	     [ 33144]
	     Subject: [PATCH] fix for regression to File/DosGlob.pm
	     From: "Davies, Alex" <adavies@ptc.com>
	     Date: Wed, 30 Jan 2008 12:39:11 -0500
	     Message-ID: <A69AA663CE9BBC44AE1DA72483DE15DE07E02181@HQ-MAIL3.ptcnet.ptc.com>
	     
	     Fixes File::DosGlob's handling of drive relative glob patterns
	     (e.g. "D:*pl")
     Branch: maint-5.10/perl
	  !> lib/File/DosGlob.pm lib/File/Find.pm
____________________________________________________________________________
[ 33161] By: nicholas				   on 2008/01/31  22:14:13
	Log: Integrate:
	     [ 33051]
	     Deprecate (and remove core use of ) Nullav, Nullcv, Nullgv, Nullhe,
	     Nullhek and Nullhv. Nullop is going to be a bit less simple.
	     
	     [ 33052]
	     Purge all use of Nullch in non-dual life modules.
	     Exterminate! Exterminate! Exterminate!
	     
	     [ 33053]
	     Change 33052 missed one Nullch. Oops.
	     Exterminate! Exterminate! Exterminate!
	     
	     
	     [for maint, the "remove core use of" part, not the deprecating]
     Branch: maint-5.10/perl
	  !> epoc/epoc.c ext/B/B.xs ext/Data/Dumper/Dumper.xs
	  !> ext/DynaLoader/dl_symbian.xs ext/Opcode/Opcode.xs
	  !> ext/PerlIO/encoding/encoding.xs ext/PerlIO/scalar/scalar.xs
	  !> ext/PerlIO/via/via.xs ext/Storable/Storable.xs malloc.c
	  !> pod/perlapio.pod win32/vdir.h
____________________________________________________________________________
[ 33160] By: nicholas				   on 2008/01/31  22:02:10
	Log: Integrate:
	     [ 32986]
	     Subject: [PATCH utils/perlbug.PL]	Don't ask about a module when using -ok
	     From: Abigail <abigail@abigail.be>
	     Message-ID: <20080116174617.GA30446@abigail.be>
	     Date: Wed, 16 Jan 2008 18:46:17 +0100
     Branch: maint-5.10/perl
	  !> utils/perlbug.PL
____________________________________________________________________________
[ 33159] By: nicholas				   on 2008/01/31  21:59:20
	Log: Integrate:
	     [ 32945]
	     Subject: [DOC PATCH] was Re: things deprecated for removal in 5.12
	     From: Paul Johnson <paul@pjcj.net>
	     Date: Thu, 10 Jan 2008 23:44:20 +0100
	     Message-ID: <20080110224420.GB29292@pjcj.net>
     Branch: maint-5.10/perl
	  !> pod/perlfunc.pod
____________________________________________________________________________
[ 33158] By: nicholas				   on 2008/01/31  21:47:25
	Log: Integrate:
	     [ 33031]
	     Subject: [PATCH] Ignore build dir when installing perl
	     From: "Jerry D. Hedden" <jdhedden@cpan.org>
	     Date: Sat, 19 Jan 2008 12:19:41 -0500
	     Message-ID: <1ff86f510801190919o6e3af1bboff1f885c76cf2bc7@mail.gmail.com>
     Branch: maint-5.10/perl
	  !> installperl
____________________________________________________________________________
[ 33157] By: nicholas				   on 2008/01/31  21:43:37
	Log: Integrate:
	     [ 33010]
	     In struct block_loop access element label via the macro CxLABEL()
	     (for the places that aren't about to change)
	     
	     [ 33017]
	     In struct block_sub and block_format, access the members hasargs and
	     lval via macros CxHASARGS() and CxLVAL(), which will allow the storage
	     location to be changed.
	     
	     [ 33029]
	     In struct block_eval, access the members old_in_eval and old_op_type
	     via macros CxOLD_IN_EVAL() and CxOLD_OP_TYPE(), which will allow the
	     storage location to be changed.
	     
	     [ 33034]
	     In struct block_subst, access the member once via a macro CxONCE()
	     which will allow the storage location to be changed.
     Branch: maint-5.10/perl
	  !> cop.h pp_ctl.c pp_hot.c scope.c sv.c
____________________________________________________________________________
[ 33156] By: nicholas				   on 2008/01/31  21:12:44
	Log: Integrate:
	     [ 33011]
	     Fix (probable) bug-by-inspection -  CxREALEVAL(), CxTRYBLOCK(),
	     CxFOREACH() and CxFOREACHDEF() should all be masking against
	     CXTYPEMASK rather than their own type number.
     Branch: maint-5.10/perl
	  !> cop.h
____________________________________________________________________________
[ 33155] By: nicholas				   on 2008/01/31  21:06:11
	Log: Integrate:
	     [ 32949]
	     Introduce macro PERL_MAX_SUB_DEPTH
	     
	     [ 32955]
	     Rename PERL_MAX_SUB_DEPTH to PERL_SUB_DEPTH_WARN, per Tim Bunce's
	     suggestion
     Branch: maint-5.10/perl
	  !> perl.h pp_ctl.c pp_hot.c
____________________________________________________________________________
[ 33151] By: nicholas				   on 2008/01/31  12:07:14
	Log: Integrate:
	     [ 32869]
	     Fix bug #49298: B::Deparse fails to deparse a reference to an anonymous hash
	     
	     [ 32909]
	     Subject: [PATCH] B::Deparse fixes for implicit smartmatching in given/when
	     From: Florian Ragwitz <rafl@debian.org>
	     Date: Tue, 8 Jan 2008 19:56:47 +0100
	     Message-ID: <20080108185647.GD11813@perldition.org>
     Branch: maint-5.10/perl
	  !> ext/B/B/Deparse.pm ext/B/t/deparse.t
____________________________________________________________________________
[ 33150] By: nicholas				   on 2008/01/31  12:04:14
	Log: Integrate:
	     [ 32853]
	     Convert all accesses of the member paren_names of struct regexp to
	     be accessed via RXp_PAREN_NAMES(). (They are entirely within the
	     regexp implementation).
     Branch: maint-5.10/perl
	  !> regcomp.c regexec.c regexp.h
____________________________________________________________________________
[ 33149] By: nicholas				   on 2008/01/31  11:43:05
	Log: Integrate:
	     [ 32849]
	     Replace all reads of RXf_UTF8 with RX_UTF8().
     Branch: maint-5.10/perl
	  !> dump.c ext/re/re.xs pp.c pp_hot.c regcomp.c regexec.c
____________________________________________________________________________
[ 33148] By: nicholas				   on 2008/01/31  11:15:35
	Log: Integrate:
	     [ 32843]
	     Abolish RXp_PRELEN(rx) and RXp_WRAPLEN()
	     Fix up some uses of RX_* macros in the block conditionally compiled
	     with STUPID_PATTERN_CHECKS.
     Branch: maint-5.10/perl
	  !> regcomp.c regexp.h
____________________________________________________________________________
[ 33147] By: nicholas				   on 2008/01/31  11:07:48
	Log: Integrate:
	     [ 32866]
	     Fix a bug in mad - regexps can be 8 bit, not just ASCII or UTF-8.
	     
	     [but differently for 5.10, as regexps aren't first class]
     Branch: maint-5.10/perl
	  !> dump.c
____________________________________________________________________________
[ 33146] By: nicholas				   on 2008/01/31  10:45:59
	Log: Integrate:
	     [ 32810]
	     Fixes to get MAD working after change 32804, and some newSVpvn_utf8()s
	     I missed becase (silly Nick) the grep for plausible files was done on
	     the 5.8.x tree.
     Branch: maint-5.10/perl
	  !> dump.c
____________________________________________________________________________
[ 33145] By: nicholas				   on 2008/01/31  10:26:59
	Log: Integrate:
	     [ 32840]
	     Add RX_UTF8(), which is effectively SvUTF8() but for regexps.
	     Remove RXp_PRECOMP() and RXp_WRAPPED().
	     Change the parameter of S_debug_start_match() from regexp to REGEXP.
	     Change its callers [the only part wrong for 5.10.x]
     Branch: maint-5.10/perl
	  !> embed.fnc proto.h regcomp.c regexec.c regexp.h
____________________________________________________________________________
[ 33141] By: nicholas				   on 2008/01/30  23:50:34
	Log: Integrate:
	     [ 32867]
	     Clarify the intent of the code in Perl_op_clear. Under ithreads, avoid
	     calling sv_ivset twice. As a side effect, eliminate PM_GETRE_SAFE
	     and PM_SETRE_SAFE, as we're doing "safe" explicitly in Perl_op_clear().
	     
	     [ 32868]
	     Enforce some type safety in PM_SETRE by adding PM_SETRE_OFFSET.
     Branch: maint-5.10/perl
	  !> op.c op.h
____________________________________________________________________________
[ 33140] By: nicholas				   on 2008/01/30  23:41:49
	Log: Integrate:
	     [ 32832]
	     Subject: Notice of git tag retraction; also, [PATCH] correct Module::CoreList
	     From: Sam Vilain <sam@vilain.net>
	     Date: Thu, 27 Dec 2007 23:27:32 +1300
	     Message-ID: <47737E14.9040908@vilain.net>
     Branch: maint-5.10/perl
	  !> lib/Module/CoreList.pm
____________________________________________________________________________
[ 33139] By: nicholas				   on 2008/01/30  23:19:42
	Log: Integrate:
	     [ 32807]
	     Add a new function newSVpvn_flags(), which takes a third parameter of
	     flag bits. Right now the only flag bit is SVf_UTF8, which will call
	     SvUTF8_on() on the new SV for you. Provide a wrapper newSVpvn_utf8(),
	     which takes a boolean, and passes in SVf_UTF8 if that is true.
	     Refactor the core to use it where possible. It makes the source code
	     clearer and smaller, but seems to be swings and roundabouts on object
	     code size.
	     
	     [ 32812]
	     Add HeUTF8() to complement HePV() and then immediately suggest that
	     newSVhek(HeKEY_hek(he) is probably what you wanted all along.
	     
	     [ 32818]
	     Extend newSVpvn_flags() to also call sv_2mortal() if SVs_TEMP is set in
	     the flags. Move its implementation just ahead of sv_2mortal()'s for
	     CPU cache locality. Refactor all code that can be to use this.
	     
	     [ 32819]
	     Add newSVpvs_flags() as a wrapper to newSVpvn_flags(), and rework
	     sv_2mortal(newSVpvs(...)) constructions to use it.
	     
	     [ 32820]
	     Missed three sv_2mortal(newSVpvn(...))s in the headers.
	     
	     [ 32821]
	     Add macros mPUSHs() and mXPUSHs() for pushing SVs on the stack
	     and mortalizing them. Use these macros where possible. And also
	     mX?PUSH[inpu] where possible.
	     
	     [ 32823]
	     Run regen.pl (fixes build on Win32, at least)
	     
	     [ 32824]
	     There's no need to handle 'set' magic in the mX?PUSH macros.
	     The macros all create new mortals using sv_newmortal(), and those
	     cannot be magical. This is in contrary to the X?PUSH macros, which
	     operate on TARG, which can be magical.
	     With that in mind, mentioning whether or not mX?PUSH can handle
	     'set' magic doesn't make sense any longer.
	     
	     [ 32834]
	     Re-implement mPUSHp() and mXPUSHp() using Perl_newSVpvn_flags(), which
	     results in slightly smaller object code. (No extra work is done.)
     Branch: maint-5.10/perl
	  !> (integrate 31 files)
____________________________________________________________________________
[ 33138] By: nicholas				   on 2008/01/30  22:43:41
	Log: Integrate:
	     [ 32816]
	     Fix memory leaks in XS_PerlIO_get_layers() by mortalizing
	     all variables pushed on the stack. Also make sure the loop
	     is using mXPUSHi() and not XPUSHi().
	     
	     [ 32817]
	     Forgot to remove dTARGET with change #32816.
     Branch: maint-5.10/perl
	  !> universal.c
____________________________________________________________________________
[ 33137] By: nicholas				   on 2008/01/30  22:16:15
	Log: Integrate:
	     [ 32763]
	     Perl_sv_chop() can return early if it's being asked to do nothing.
	     
	     [ 32777]
	     Move all code that relies on reading the to-be-thrown-away buffer ahead
	     of the call to sv_chop() that throws it away.
	     
	     [ 32781]
	     Include SVf_UTF8 in the bitmask when checking the SvFLAGS in
	     SvPVutf8_force(), as otherwise the conditional expression will
	     always be false and the optimisation will never kick in.
	     
	     [ 33013]
	     In Perl_cx_dup(), block copy the entire context stack, then walk it
	     to duplicate/fixup only the things that aren't simple binary copies.
	     
	     [ 33068]
	     Using PL_sv_no in place of any !SvOK() maximum removes a little bit of
	     hot code in pp_iter.
     Branch: maint-5.10/perl
	  !> pp_ctl.c pp_hot.c sv.c sv.h
____________________________________________________________________________
[ 33136] By: nicholas				   on 2008/01/30  19:55:32
	Log: Integrate:
	     [ 32762]
	     die if multiple macros in regexp.h attempt to use the same flag bit.
	     
	     [ 32921]
	     Subject: [PATCH] refactor PL_opargs generation in opcode.pl and fix helem
	     From: Marcus Holland-Moritz <mhx-perl@gmx.net>
	     Date: Thu, 3 Jan 2008 01:29:35 +0100
	     Message-ID: <20080103012935.759bda90@r2d2>
     Branch: maint-5.10/perl
	  !> opcode.pl regcomp.pl
____________________________________________________________________________
[ 33135] By: nicholas				   on 2008/01/30  19:50:56
	Log: Integrate:
	     [ 32761]
	     Fix Perl #49190, tests from Abigail, codefix from me.
	     
	     [ 32857]
	     Fix regexec.c so $^N and $+ are correctly updated so that they work properly inside of (?{...}) blocks as reported by Moritz Lenz in
	     
	     Subject: Bugs in extended regexp features
	     From: Moritz Lenz <moritz@casella.verplant.org>
	     Date: Sat, 05 Jan 2008 17:14:37 +0100
	     Message-ID: <477FACED.4000505@casella.verplant.org>
	     
	     [ 32873]
	     Subject: Re: [perl #49264] say behaves as just print on tied filehandle
	     From: Michael G Schwern <schwern@pobox.com>
	     Date: Wed, 02 Jan 2008 17:08:36 -0800
	     Message-ID: <477C3594.9080302@pobox.com>
	     
	     [ 32915]
	     Fix leak introduced by change #32873, thanks to Nicholas
	     
	     [ 32948]
	     Subject: Re: [perl #49564] Re: MRO and av_clear
	     From: Rick Delaney <rick@bort.ca>
	     Date: Wed, 9 Jan 2008 13:36:55 -0500
	     Message-ID: <20080109183655.GB11282@bort.ca>
	     
	     [ 33009]
	     [perl #49522] state variable not available
	     Svf_PADSTALE means something different for state vars. Make sure
	     we always handle it correctly
	     
	     [ 33050]
	     Comment change from 33009 that was actually in POD, so needs to be
	     propagated to perlintern.pod
     Branch: maint-5.10/perl
	  !> embed.fnc embed.h mg.c pad.c perl.h pod/perlintern.pod
	  !> pod/perltie.pod pp_hot.c proto.h regexec.c t/mro/basic.t
	  !> t/op/pat.t t/op/state.t t/op/tiehandle.t
____________________________________________________________________________
[ 33134] By: nicholas				   on 2008/01/30  19:20:00
	Log: Integrate:
	     [ 32741]
	     You don't need $(DYNALOADER) to make $(nonxs_ext)
	     (which makes it easier to run minitest)
	     
	     [ 32848]
	     Add a 'test-reonly' target to the standard Makefile for *nix. (Not quite as clever as the one for win32, im working on it)
	     
	     [ 32886]
	     Subject: [PATCH] Cleanup lib/B
	     From: "Jerry D. Hedden" <jdhedden@cpan.org>
	     Date: Fri, 4 Jan 2008 13:22:36 -0500
	     Message-ID: <1ff86f510801041022i5535ed7frfd64a93d99036e18@mail.gmail.com>
	     
	     [ 32999]
	     A target for sperl.i
	     
	     [ 33003]
	     Nick's a muppet - "all" needs to remain the first real target in the
	     Makefile. Do not be distracted by suffix rules above.
     Branch: maint-5.10/perl
	  !> Makefile.SH
____________________________________________________________________________
[ 33133] By: nicholas				   on 2008/01/30  18:46:51
	Log: Integrate:
	     [ 32724]
	     A test for upgrading scalars. Curiously, before this, lib/Math/Trig.t
	     was the only code anywhere in the build or testsuite that upgraded an
	     NV to an RV.
	     
	     [ 32726]
	     Use print rather than diag(), as these routine messages shouldn't be
	     going to STDERR.
	     
	     [ 32746]
	     Localize $\ before changing it, so as not to affect print statements in
	     the rest of the test.
	     
	     [ 32747]
	     Proper $TODO support in &ok() and &iseq() in pat.t
	     
	     [ 32749]
	     Better diagnostics for the tests for #20683.
	     
	     [ 32801]
	     Subject: [PATCH] shield t/test.pl functions from global print modifiers
	     From: Michael G Schwern <schwern@pobox.com>
	     Date: Tue, 01 Jan 2008 18:12:36 -0800
	     Message-ID: <477AF314.9050808@pobox.com>
	     
	     [ 32839]
	     Protect me (and my fellow muppets) from screens of "syntax errors" if
	     one accidentally feeds embed.fnc or t/op/re_tests to the perl
	     interpreter.
	     
	     [ 32842]
	     Make ext/re/t/re_funcs.t warnings clean.
	     
	     [ 32856]
	     $Test::Harness::Verbose is a numeric value now so assigning -v to it isnt all that helpful.
	     
	     [ 32897]
	     Subject: [PATCH] ARRAY(0x...) is not very helpful in sprintf.t diagnostics
	     Message-ID: <55933.71.35.169.13.1199777041.squirrel@webmail.efn.org>
	     From: "Yitzchak Scott-Thoennes" <sthoenna@efn.org>
	     Date: Mon, 7 Jan 2008 23:24:01 -0800 (PST)
	     
	     [ 32930]
	     grep the MANIFEST to avoid having hard coded numbers in readdir.t
	     
	     [ 32988]
	     Generate the warnings masks programatically.
	     Get the correct line number when reporting errors from &check_bits.
	     
	     [ 32995]
	     New tests for new ops. Most of them are TODO
	     
	     [ 33058]
	     Subject: [PATCH t/cmd/for.t] Regression tests for 'for reverse ..'
	     From: Abigail <abigail@abigail.be>
	     Message-ID: <20080123225325.GA25959@abigail.be>
	     Date: Wed, 23 Jan 2008 23:53:25 +0100
	     
	     [ 33087]
	     Test that lc, uc, etc on undef return ""
     Branch: maint-5.10/perl
	  +> t/op/upgrade.t
	  !> MANIFEST embed.fnc ext/Safe/t/safeops.t ext/re/t/re_funcs.t
	  !> t/cmd/for.t t/harness t/op/caller.t t/op/lc.t t/op/pat.t
	  !> t/op/re_tests t/op/readdir.t t/op/regexp.t t/op/sprintf.t
	  !> t/test.pl
____________________________________________________________________________
[ 33132] By: nicholas				   on 2008/01/30  18:18:00
	Log: Integrate:
	     [ 32686]
	     Subject: mg_free frees data but leaves it accessible
	     From: Yuval Kogman <nothingmuch@woobling.org>
	     Message-ID: <20071220221331.GG10631@woobling.org>
	     Date: Fri, 21 Dec 2007 00:13:31 +0200
	     
	     [ 32743]
	     You can't coerce a typeglob to a string. (Restore the error message -
	     an assertion failure is not helpful). Test the 3 basic coercion
	     error messages.
	     
	     [ 32754]
	     Silly Nick. There was a bug in change 30757 whereby the precomp of a
	     dup'd regexp would be pointing somewhere la-la. Probably at the precomp
	     of the same regexp in the parent thread. (So it is only likely to go
	     nasal daemon if the parent thread terminates first, or explicitly goes
	     around freeing up run time generated regexps.)
	     
	     [ 32779]
	     Subject: [PATCH] Typo in op.c
	     From: Vincent Pit <perl@profvince.com>
	     Message-ID: <47712BF1.9060200@profvince.com>
	     Date: Tue, 25 Dec 2007 17:12:33 +0100
	     
	     (And then an update to make the tests in gv.t expect the right thing,
	     and test the behaviour that my change 26482 was originally supposed to
	     produce, but didn't until this typo was fixed)
	     
	     [ 32874]
	     Subject: [perl #49003] pp_ftrread appears to use the wrong access mode for -x when using "use filetest 'access';" 
	     From: pravus@cpan.org (via RT) <perlbug-followup@perl.org>
	     Date: Fri, 21 Dec 2007 10:05:15 -0800
	     Message-ID: <rt-3.6.HEAD-22850-1198260315-255.49003-75-0@perl.org>
	     
	     [ 32906]
	     change #31447 was wrong. Really handle cloning a stale lexical var
	     
	     [ 32932]
	     Fix the bug introduced by the bug fix of change 30755.
	     (Certain regexps could SEGV if cloned).
	     
	     [ 32935]
	     Fix bug picked up by printf format warnings - a cast is needed where
	     UV is larger than U32 for dumping leaking scalars.
	     
	     [ 32968]
	     Fix bug whereby length on a tied scalar that returned a UTF-8 value
	     would not be correct the first time. (And for the more pathological
	     case, would be incorrect if the UTF-8-ness of the returned value
	     changed.)
	     
	     [ 33026]
	     When changing the op_ppaddr of an op, one must keep its op_type
	     in sync. That helps writers of alternate runloops.
	     
	     [ 33033]
	     In pp_subst, rxtainted is not a boolean, as it stores 2 bits of values.
     Branch: maint-5.10/perl
	  +> t/uni/tie.t
	  !> MANIFEST mg.c op.c pad.c perl.c pp_hot.c pp_sys.c regcomp.c
	  !> sv.c t/op/closure.t t/op/gv.t t/op/length.t t/op/pat.t
____________________________________________________________________________
[ 33131] By: nicholas				   on 2008/01/30  17:34:36
	Log: Integrate:
	     [ 32808]
	     OP_THREADSV was removed by #29727
	     
	     [ 32870]
	     Subject: [PATCH - blead & 5.10.x] '~~' is not a feature [repost]
	     From: "Jerry D. Hedden" <jdhedden@cpan.org>
	     Date: Fri, 4 Jan 2008 14:11:32 -0500
	     Message-ID: <1ff86f510801041111q1730ce02hbcac80b91d78a244@mail.gmail.com>
     Branch: maint-5.10/perl
	  !> op.h pod/perlop.pod
____________________________________________________________________________
[ 33130] By: nicholas				   on 2008/01/30  17:34:11
	Log: Integrate:
	     [ 32753]
	     Wrap all accesses to the members precomp and prelen of struct regexp in
	     the macros RX_PRECOMP() and RX_PRELEN(). This will allow us to reduce
	     the regexp storage overhead by computing them at retrieve time.
	     
	     [ 32756]
	     Replace 3 uses of RX_PRELEN(r) with plen, which has the same value.
	     (But isn't a pointer dereference. Or about to become a calculation.)
	     
	     [ 32758]
	     Wrap wrapped and wraplen from struct regexp in macros RW_WRAPPED() and
	     RX_WRAPLEN() to preserve source compatibility when they get moved
	     around.
	     
	     [ 32774]
	     The position of the modifier flag bits is actually encoded by a right
	     shift 12 in two places, so replace that magic number with a macro
	     RXf_PMf_STD_PMMOD_SHIFT defined adjacent to the flags it interacts
	     with.
	     
	     [ 32802]
	     Wrap all deferences of struct regexp* in macros RX_*() [and for
	     regcomp.c and regexec.c RXp_* where necessary] so that in future we
	     can maintain source compatibility when we add an extra level of
	     dereferencing.
     Branch: maint-5.10/perl
	  !> dump.c ext/B/B.xs ext/re/re.xs mg.c op.c perl.h pp.c pp_ctl.c
	  !> pp_hot.c regcomp.c regcomp.h regexec.c regexp.h
____________________________________________________________________________
[ 33128] By: nicholas				   on 2008/01/30  16:40:00
	Log: Integrate:
	     [ 32751]
	     First class regexps.
	     
	     [ 32752]
	     Dump the REGEXP member of SVt_REGEXP.
	     
	     [ 32841]
	     Abolish wrapped in struct regexp - store the wrapped pattern pointer
	     in the SvPVX().
	     
	     [ 32859]
	     Don't allocate the NV slot for SVt_REGEXP.
	     
	     [ 32880]
	     Make new regex type be 'REGEXP' and make all core qr//'s be in class Regexp (and related changes)
	     
	     [ 32987]
	     Add a diagram for the 5.11 SV class structure, including B::REGEXP.
	     
	     [ 33056]
	     Subject: [PATCH ext/Devel/DProf/Makefile.PL] RE: [PATCH ext/Devel/DProf/Makefile.PL] unnecessary define
	     From: "Robin Barker" <Robin.Barker@npl.co.uk>
	     Message-ID: <46A0F33545E63740BC7563DE59CA9C6D093A01@exchsvr2.npl.ad.local>
	     Date: Wed, 23 Jan 2008 14:13:30 -0000
	     
	     [ 33064]
	     Subject: [PATCH ext/Devel/DProf] ... and the rest; was RE: unnecessary define
	     From: "Robin Barker" <Robin.Barker@npl.co.uk>
	     Message-ID: <46A0F33545E63740BC7563DE59CA9C6D093A08@exchsvr2.npl.ad.local>
	     Date: Thu, 24 Jan 2008 13:28:33 -0000
	     
	     [ 33071]
	     Change 33069 missed updating dump.c to dump PVIOs correctly.
	     
	     
	     [clearly just the parts in ext/ - no core code changes]
     Branch: maint-5.10/perl
	  !> ext/B/B.pm ext/B/B.xs ext/B/t/b.t ext/B/t/optree_constants.t
	  !> ext/B/typemap ext/Devel/DProf/DProf.xs
	  !> ext/Devel/DProf/Makefile.PL ext/Devel/Peek/t/Peek.t
____________________________________________________________________________
[ 33126] By: nicholas				   on 2008/01/30  15:26:23
	Log: Integrate:
	     [ 32687]
	     Deparse each @array and friends.
	     
	     [ 32725]
	     Swap SVt_RV and SVt_NV in the SV ordering.
	     
	     [ 32733]
	     Better diagnostics by removing an && from an ok() and converting it to
	     two is()s.
	     
	     [ 32734]
	     Eliminate SVt_RV, and use SVt_IV to store plain references.
	     This frees up a scalar type for first class regular expressions.
	     
	     [ 32736]
	     Remove two warnings (sub diag() was redefined, and implict split is
	     deprecated)
	     
	     [ 33125]
	     Need to substitute out the placeholder '$RV' for earlier perls too.
     Branch: maint-5.10/perl
	  !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Deparse.pm
	  !> ext/B/t/b.t ext/B/t/concise.t ext/B/t/deparse.t
	  !> ext/B/t/optree_constants.t ext/B/t/terse.t
	  !> ext/Devel/Peek/t/Peek.t ext/Storable/Storable.xs
____________________________________________________________________________
[ 33123] By: nicholas				   on 2008/01/30  11:45:08
	Log: Integrate:
	     [ 32688]
	     Update the hash documentation to reflect the changes between 5.8.1 and
	     5.8.2, that disabled the automatic randomisation of all hashes.
	     
	     [ 32729]
	     Subject: [PATCH] docs: replace FH by my $fh in open
	     From: "Gabor Szabo" <szabgab@gmail.com>
	     Date: Wed, 26 Dec 2007 06:03:29 +0200
	     Message-ID: <d8a74af10712252003m2d3244fbv2955fe17e683063d@mail.gmail.com>
	     
	     [ 32730]
	     Subject: [PATCH] docs: list of places where $_ is used
	     From: "Gabor Szabo" <szabgab@gmail.com>
	     Date: Wed, 26 Dec 2007 06:49:34 +0200
	     Message-ID: <d8a74af10712252049t1b63b475mfca9225324f5fce6@mail.gmail.com>
	     
	     [ 32732]
	     Subject: [PATCH perl5100delta.pod] change/correction to 32246
	     From: "Robin Barker" <Robin.Barker@npl.co.uk>
	     Date: Fri, 9 Nov 2007 14:40:22 -0000
	     Message-ID: <2C2E01334A940D4792B3E115F95B722601604912@exchsvr1.npl.ad.local>
	     
	     [ 32759]
	     Note to future self about moving the regexp flag bits around.
	     
	     [ 32793]
	     Add editor blocks to some header files.
	     
	     [ 32805]
	     Subject: [PATCH] Small documentation nits
	     From: Sbastien Aperghis-Tramoni <maddingue@free.fr>
	     Date: Mon, 31 Dec 2007 21:05:47 +0100
	     Message-Id: <2AF110D6-9183-47C5-BBBA-26C3FB97C3D3@free.fr>
	     
	     [ 32844]
	     Remove a comment that is no longer necessary since Perl Object bit
	     the dust some time around 5.6
	     
	     [ 32875]
	     Document that sitecustomize.pl in run from a BEGIN block
	     
	     [ 32887]
	     Subject: - perlcommunity.patch (1/1) [PATCH] perlcommunity: "Perl Mongers" and calendar corrections
	     From: brian d foy <brian.d.foy@gmail.com>
	     Date: Fri, 04 Jan 2008 14:07:27 -0600
	     Message-ID: <040120081407272341%brian.d.foy@gmail.com>
	     
	     [ 32895]
	     Clarify the use of SVf_BREAK on PL_reg_curpm.
	     
	     [ 32904]
	     Subject: Re: [PATCH] docs more open() and $_ related entries
	     From: "Gabor Szabo" <szabgab@gmail.com>
	     Date: Tue, 8 Jan 2008 22:07:54 +0200
	     Message-ID: <d8a74af10801081207q2637419dy59f1a3600bcc4a76@mail.gmail.com>
	     
	     [ 32916]
	     Add a few =cuts (so configpm is displayed mostly correctly
	     by perldoc or by search.cpan.org)
	     
	     [ 32944]
	     Better descriptions for PL_regex_pad and PL_regex_padav.
	     
	     [ 32982]
	     A couple of POD fixes by Steven Schubiger
	     
	     [ 32993]
	     Add Weed out needless PERL_UNUSED_ARG to perltodo. It's a good
	     "cage cleaner" task.
	     
	     [ 33066]
	     Subject: [PATCH] socketpair() *is* available on Win32
	     From: "Jan Dubois" <jand@activestate.com>
	     Date: Thu, 24 Jan 2008 14:17:23 -0800
	     Message-ID: <032201c85ed6$e56edf40$b04c9dc0$@com>
	     
	     [ 33082]
	     fix misleading comment in op.h
	     
	     [ 33095]
	     Minor rewording of the localtime() documentation,
	     based on :
	     
	     Subject: [perl #49914] gmtime()/localtime() do not use time() 
	     From: Abe Timmerman (via RT) <perlbug-followup@perl.org>
	     Date: Thu, 17 Jan 2008 18:05:07 -0800
	     Message-ID: <rt-3.6.HEAD-18434-1200621906-376.49914-75-0@perl.org>
	     
	     [ 33101]
	     Subject: [PATCH] mistaken variable in pod
	     From: "Yitzchak Scott-Thoennes" <sthoenna@efn.org>
	     Date: Mon, 28 Jan 2008 13:39:29 -0800 (PST)
	     Message-ID: <40783.64.81.167.122.1201556369.squirrel@webmail.efn.org>
	     
	     [ 33104]
	     More wording nits about perl's time() versus the libc's time()
     Branch: maint-5.10/perl
	  !> (integrate 41 files)
____________________________________________________________________________
[ 33122] By: nicholas				   on 2008/01/30  11:24:19
	Log: Integrate:
	     [ 32648]
	     Make -E require 5.11 features
	     
	     [ 32744]
	     "Automate" change 32648 (ensure that -E always loads the latest
	     features)
     Branch: maint-5.10/perl
	  !> lib/feature.pm toke.c
____________________________________________________________________________
[ 33121] By: nicholas				   on 2008/01/30  11:03:49
	Log: Integrate:
	     [ 32712]
	     Subject: [PATCH] Fix cygwin.c again
	     From: "Jerry D. Hedden" <jdhedden@cpan.org>
	     Date: Sat, 22 Dec 2007 16:11:48 -0500
	     Message-ID: <1ff86f510712221311v1c58d606jc8dfeee6a21e6194@mail.gmail.com>
	     
	     Fixes breakage caused by change #32707
	     
	     [ 32713]
	     Nullch and others were still alive and well in some of the operating
	     system specific directories.  I think I've chainsawed all of them now,
	     but I can't guarantee that it compiles anywhere from win32.
	     
	     [ 32721]
	     Subject: [PATCH] Remove Nullch etc. from x2p
	     From: "Jan Dubois" <jand@activestate.com>
	     Date: Mon, 24 Dec 2007 14:58:20 -0800
	     Message-ID: <0cca01c84680$7afc9170$70f5b450$@com>
	     
	     [ 32723]
	     Subject: patch - chg 32721 missed a couple Nullstrs
	     From: jimc <jim.cromie@gmail.com>
	     Date: Tue, 25 Dec 2007 05:39:30 -0700
	     Message-ID: <4770FA02.2080800@gmail.com>
	     
	     [ 32739]
	     Remove the last Null(...) from x2p/*
	     Something tells me that Win32 is compiling x2p with -DPERL_CORE
	     *nix dosn't do this.
     Branch: maint-5.10/perl
	  !> NetWare/nw5.c NetWare/nwperlhost.h NetWare/nwperlsys.h
	  !> NetWare/nwstdio.h cygwin/cygwin.c djgpp/djgpp.c
	  !> os2/OS2/REXX/REXX.xs os2/os2.c util.c vmesa/vmesa.c
	  !> vms/ext/Stdio/Stdio.xs vms/vms.c win32/perlhost.h
	  !> win32/win32.c win32/wince.c x2p/a2p.h x2p/a2py.c x2p/hash.c
	  !> x2p/str.c x2p/str.h x2p/util.c x2p/walk.c
____________________________________________________________________________
[ 33120] By: nicholas				   on 2008/01/30  10:33:34
	Log: Integrate:
	     [ 32704]
	     Exterminate PL_na! Exterminate! Exterminate! Exterminate!
	     
	     [ 32706]
	     Hateful software that sends my cursor keys as packets that can get
	     split, and more hateful software that decides that split packets
	     means not-a-cursor-key.
     Branch: maint-5.10/perl
	  !> ext/DB_File/typemap ext/GDBM_File/typemap
	  !> ext/NDBM_File/typemap ext/ODBM_File/typemap
	  !> ext/SDBM_File/typemap ext/Win32API/File/buffers.h
	  !> ext/Win32API/File/typemap os2/OS2/typemap os2/os2.c
	  !> pod/perltodo.pod pod/perlxs.pod vms/vms.c
____________________________________________________________________________
[ 33119] By: nicholas				   on 2008/01/30  10:06:52
	Log: Integrate:
	     [ 32689]
	     Subject: [PATCH] const'ing in cygwin.c
	     From: "Jerry D. Hedden" <jdhedden@cpan.org>
	     Date: Fri, 21 Dec 2007 09:13:41 -0500
	     Message-ID: <1ff86f510712210613s71712346i6e9f2b5e7275aa34@mail.gmail.com>
	     
	     [ 32690]
	     Subject: [PATCH] C<make translators> -Wwrite-strings clean
	     From: "Robin Barker" <Robin.Barker@npl.co.uk>
	     Date: Fri, 21 Dec 2007 14:30:20 -0000
	     Message-ID: <46A0F33545E63740BC7563DE59CA9C6D09399C@exchsvr2.npl.ad.local>
	     
	     [ 32711]
	     Remove warning about casting integer to different sized pointer.
	     
	     [ 32720]
	     Subject: PATCH re 32711
	     From: "Robin Barker" <Robin.Barker@npl.co.uk>
	     Message-ID: <46A0F33545E63740BC7563DE59CA9C6D0939A4@exchsvr2.npl.ad.local>
	     Date: Mon, 24 Dec 2007 20:56:13 -0000
	     
	     "IMO patch 32711 is better implemented using (the existing) NUM2PTR macro, as below/attached."
	     
	     [ 32893]
	     Save an upgrade each by first setting the NV on PL_sv_yes and PL_sv_no
	     at interpreter construction time.
	     
	     [ 32912]
	     newSV() + sv_upgrade() => newSV_type()
	     
	     [ 32947]
	     Subject: [PATCH ext/POSIX/POSIX.xs]
	     From: "Robin Barker" <Robin.Barker@npl.co.uk>
	     Date: Thu, 10 Jan 2008 18:50:12 -0000
	     Message-ID: <46A0F33545E63740BC7563DE59CA9C6D0939C3@exchsvr2.npl.ad.local>
	     
	     More consting.
	     
	     [ 32960]
	     __DATE__ and __TIME__ are both string literals, so we can concatentate
	     them, rather than formating them via %s.
	     
	     [ 32994]
	     Remove commented out code from S_validate_suid()
	     
	     [ 32996]
	     Remove commented out declaration from S_validate_suid()
	     
	     [ 33036]
	     Remove code obsoleted by change 18.
     Branch: maint-5.10/perl
	  !> cygwin/cygwin.c ext/POSIX/POSIX.xs perl.c pp_ctl.c pp_hot.c
	  !> x2p/Makefile.SH x2p/a2p.c x2p/a2p.h x2p/a2py.c x2p/str.c
	  !> x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
____________________________________________________________________________
[ 33118] By: nicholas				   on 2008/01/30  09:37:07
	Log: Integrate:
	     [ 32889]
	     Win32 doesn't set $Config{d_fork} when its pseudofork emulation is
	     present, and checking for $Config{d_pseudofork} is no good for dual-
	     lived modules that must work with older perls, so do a more elaborate
	     test (as per existing Test-Simple and IO test scripts).
     Branch: maint-5.10/perl
	  !> lib/File/Temp/t/fork.t
____________________________________________________________________________
[ 33117] By: nicholas				   on 2008/01/29  23:38:53
	Log: Integrate:
	     [ 32784]
	     Add script to check source code for ANSI-C violations.
	     
	     [ 32833]
	     Add a small program that gets the C pre-processor to expand the macro
	     passed on the command line.
	     
	     [ 32946]
	     Subject: [PATCH Porting/manicheck]
	     From: "Robin Barker" <Robin.Barker@npl.co.uk>
	     Date: Thu, 10 Jan 2008 18:48:04 -0000
	     Message-ID: <46A0F33545E63740BC7563DE59CA9C6D0939C2@exchsvr2.npl.ad.local>
	     
	     [ 33046]
	     checkcfgvar.pl should also check Porting/config.sh "just in case".
	     
	     [ 33048]
	     Teach checkcfgvar.pl that : is also a comment character in shell scripts
     Branch: maint-5.10/perl
	  +> Porting/checkansi.pl Porting/expand-macro.pl
	  !> MANIFEST Porting/checkcfgvar.pl Porting/manicheck
____________________________________________________________________________
[ 33116] By: nicholas				   on 2008/01/29  23:35:18
	Log: Integrate:
	     [ 32664]
	     Fix embarrassing typo
	     
	     [ 32831]
	     SelfLoader is dual-lived
	     
	     [ 32855]
	     Add a small note about numbered feature bundles
	     
	     [ 32858]
	     AutoSplit is dual-lived, and is part of the AutoLoader distribution
     Branch: maint-5.10/perl
	  !> AUTHORS Porting/Maintainers.pl Porting/pumpkin.pod
____________________________________________________________________________
[ 33115] By: nicholas				   on 2008/01/29  23:30:27
	Log: Integrate:
	     [ 32786]
	     Upgrade to Math-Complex-1.38
	     
	     [ 32908]
	     Upgrade to Math-Complex-1.42
	     
	     [ 32914]
	     1e4 isn't large enough with 16 byte long doubles (at least on x86_64).
	     However, 1e5 does take us "to infinity and beyond"
	     (Plus use cmp_ok, for better diagnostics)
	     
	     [ 32929]
	     Upgrade to Math-Complex-1.43
	     
	     [ 32970]
	     Upgrade to Math-Complex-1.44
	     
	     [ 32989]
	     Upgrade to Math-Complex-1.47
     Branch: maint-5.10/perl
	  !> lib/Math/Complex.pm lib/Math/Complex.t lib/Math/Trig.pm
	  !> lib/Math/Trig.t
____________________________________________________________________________
[ 33114] By: nicholas				   on 2008/01/29  23:06:17
	Log: Integrate:
	     [ 32710]
	     The ext/Cwd/Cwd.xs part of...
	     
	     Subject: consting Cwd and ExtUtils::ParseXS
	     From: "Robin Barker" <Robin.Barker@npl.co.uk>
	     Date: Sat, 22 Dec 2007 00:52:54 -0000
	     Message-ID: <46A0F33545E63740BC7563DE59CA9C6D0939A0@exchsvr2.npl.ad.local>
	     
	     lib/ExtUtils/ParseXS.pm had changes already made with change 
	     #32691.
	     
	     [ 33042]
	     Upgrade to PathTools-3.27
     Branch: maint-5.10/perl
	  !> ext/Cwd/Cwd.xs ext/Cwd/t/cwd.t lib/Cwd.pm lib/File/Spec.pm
	  !> lib/File/Spec/Cygwin.pm lib/File/Spec/Epoc.pm
	  !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
	  !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
	  !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
	  !> lib/File/Spec/t/Spec.t lib/File/Spec/t/crossplatform.t
	  !> lib/File/Spec/t/tmpdir.t
____________________________________________________________________________
[ 33113] By: nicholas				   on 2008/01/29  22:22:25
	Log: Integrate:
	     [ 32652]
	     Upgrade to File-Temp-0.19
	     
	     [ 32657]
	     Fix a File::Temp test to deal with new Test::More changes.
	     
	     [ 32665]
	     Subject: Re: [perl #48769] [PATCH] SelfLoader.pm 1.0904 - Whitespace in subroutine
	     From: Steffen Mueller <l2ot9pa02@sneakemail.com>
	     Date: Tue, 18 Dec 2007 11:58:19 +0100
	     Message-ID: <4767A7CB.5030607@sneakemail.com>
	     
	     [ 32666]
	     Correct the test count in lib/File/Temp/t/lock.t
	     I guess that it was skipped in rather too many places, so no-one
	     noticed.
	     
	     [ 32735]
	     Upgrade to File-Temp-0.20
	     
	     [ 32787]
	     Upgrade to AutoLoader-5.64
	     
	     [ 32800]
	     Upgrade to constant-1.15
	     
	     [ 32814]
	     Upgrade to Net-Ping-2.34
	     
	     [ 32829]
	     Move the SelfLoader test files in their own subdirectory
	     
	     [ 32830]
	     Upgrade to SelfLoader 1.13_03
	     
	     [ 32871]
	     Subject: Re: Smoke [5.11.0] 32864 FAIL(F) MSWin32 Win2003 SP2 (x86/1 cpu)
	     From: Abe Timmerman <abe@ztreet.demon.nl>
	     Date: Sun, 06 Jan 2008 12:24:10 +0100
	     Message-ID: <4780BA5A.80202@ztreet.demon.nl>
	     
	     Skip lib/File/Temp/t/fork.t when there is no fork.
	     
	     [ 32885]
	     Subject: [PATCH] Cleanup File::Temp test file (revised)
	     From: "Jerry D. Hedden" <jdhedden@cpan.org>
	     Date: Fri, 4 Jan 2008 12:39:35 -0500
	     Message-ID: <1ff86f510801040939t560c459dm6b780ab3dc5cc6c3@mail.gmail.com>
	     
	     [ 32903]
	     Subject: [PATCH] AutoLoader: Remove AutoLoader::can
	     From: Steffen Mueller <l2ot9pa02@sneakemail.com>
	     Date: Fri, 30 Nov 2007 23:02:03 +0100
	     Message-ID: <20071130220203.26939.qmail@lists.develooper.com>
	     
	     [ 33097]
	     Upgrade to SelfLoader-1.15
	     
	     [ 33098]
	     Upgrade to Archive-Extract-0.26	
	     
	     [ 33099]
	     Upgrade to Tie-RefHash-1.38
     Branch: maint-5.10/perl
	  +> lib/Archive/Extract/t/src/x.lzma.packed
	  +> lib/AutoLoader/t/01AutoLoader.t lib/AutoLoader/t/02AutoSplit.t
	  +> lib/File/Temp/t/fork.t lib/File/Temp/t/lock.t
	  +> lib/SelfLoader/t/01SelfLoader.t
	  +> lib/SelfLoader/t/02SelfLoader-buggy.t
	   - lib/AutoLoader.t lib/AutoSplit.t lib/SelfLoader-buggy.t
	  !> MANIFEST lib/Archive/Extract.pm
	  !> lib/Archive/Extract/t/01_Archive-Extract.t lib/AutoLoader.pm
	  !> lib/AutoSplit.pm lib/File/Temp.pm lib/File/Temp/t/object.t
	  !> lib/File/Temp/t/seekable.t lib/Net/Ping.pm
	  !> lib/Net/Ping/t/510_ping_udp.t lib/SelfLoader.pm
	  !> lib/Tie/RefHash.pm lib/Tie/RefHash/threaded.t lib/constant.pm
	  !> lib/constant.t
____________________________________________________________________________
[ 33112] By: nicholas				   on 2008/01/29  19:25:32
	Log: Integrate:
	     [ 33093]
	     In Safe, load Carp::Heavy only if it exists (to remain
	     compatible with older perls)
	     
	     [ 33096]
	     Bump the version of Safe
	     
	     [ 33102]
	     Make this test pass with the Test::More that comes with perl 5.6.2
	     
	     [ 33105]
	     Document why ok() is being used instead of like(), to stop someone
	     undoing it.
	     
	     [in the correct branch. Whoops!]
     Branch: maint-5.10/perl
	  !> ext/Opcode/Safe.pm ext/Safe/t/safe3.t
____________________________________________________________________________
[ 33111] By: nicholas				   on 2008/01/29 19:03:04
	Log: Integrate:
	     [ 32651]
	     Upgrade to B-Lint-1.11
	     
	     [ 32654]
	     Upgrade to Sys-Syslog-0.23
	     
	     [ 32656]
	     Add new Sys::Syslog file to MANIFEST
	     
	     [ 32658]
	     Subject: [PATCH] threads::shared 1.15
	     From: "Jerry D. Hedden" <jdhedden@cpan.org>
	     Date: Wed, 19 Dec 2007 10:17:46 -0500
	     Message-ID: <1ff86f510712190717r379ffdbt9ed19b8a607b8931@mail.gmail.com>
	     
	     [ 32799]
	     Upgrade to Sys-Syslog-0.24
	     
	     [ 33093]
	     In Safe, load Carp::Heavy only if it exists (to remain
	     compatible with older perls)
	     
	     [ 33096]
	     Bump the version of Safe
	     
	     [ 33102]
	     Make this test pass with the Test::More that comes with perl 5.6.2
	     
	     [ 33105]
	     Document why ok() is being used instead of like(), to stop someone
	     undoing it.
     Branch: maint-5.10/perl
	  !> MANIFEST
	  !> ext/B/B/Lint.pm
	  +> ext/B/B/Lint/Debug.pm
	  !> ext/Sys/Syslog/Makefile.PL
	  !> ext/Sys/Syslog/Syslog.pm
	  +> ext/Sys/Syslog/fallback/syslog.h
	  !> ext/Sys/Syslog/t/syslog.t
	  !> ext/threads/shared/shared.pm
	  !> ext/threads/shared/shared.xs
	  +> ext/threads/shared/t/object.t
____________________________________________________________________________
[ 33110] By: nicholas				   on 2008/01/29  18:29:08
	Log: Integrate:
	     [ 32891]
	     Subject: [PATCH] Big slowdown in 5.10 @_ parameter passing
	     From: Rick Delaney <rick@bort.ca>
	     Date: Sun, 6 Jan 2008 14:14:39 -0500
	     Message-ID: <20080106191439.GF13935@bort.ca>
     Branch: maint-5.10/perl
	  !> op.c
____________________________________________________________________________
[ 33108] By: nicholas				   on 2008/01/29  17:37:50
	Log: Integrate:
	     [ 32650]
	     Update to Test-Simple-0.74
     Branch: maint-5.10/perl
	  +> lib/Test/Simple/t/BEGIN_use_ok.t
	  !> MANIFEST lib/Test/Builder.pm lib/Test/Builder/Module.pm
	  !> lib/Test/Builder/Tester.pm lib/Test/More.pm lib/Test/Simple.pm
	  !> lib/Test/Simple/Changes
____________________________________________________________________________
[ 33007] By: nicholas				   on 2008/01/18  21:55:52
	Log: Bump $Test::Harness::Results::VERSION to '0.01_01'
     Branch: maint-5.10/perl
	   ! lib/Test/Harness/Results.pm
____________________________________________________________________________
[ 32700] By: nicholas				   on 2007/12/22  11:55:16
	Log: Integrate:
	     [ 32698]
	     Integrate:
	     [ 32509]
	     For 5.8.8 and earlier, always call newCONSTSUB(), as the interpreter
	     doesn't support proxy constant subroutines. For all 5.8.x add a cast
	     to (char *) for the second argument to newCONSTSUB().
	     
	     [ 32699]
	     Integrate:
	     [ 32483]
	     Use a new (clean) anonymous hash for each loop, rather than a hash in
	     the pad, as the latter can change internal state sufficiently to
	     confuse matters (even though in all cases it has no keys and from
	     Perl space is "measurably" identical).
	     
	     [ 32500]
	     Get APItest.xs compiling on 5.8.x by making the compilation of the
	     Perl_hv_common() test code conditional on the macro hv_common being
	     defined, and the refcounted_he code conditional on it being 5.9 or
	     later.
	     
	     [ 32501]
	     Hack round the fact that UNITCHECK is nothing special on 5.8.x by
	     conditionally creating a sub UNITCHECK(&);
	     
	     [ 32502]
	     UNITCHECK isn't anything special in 5.8.x, so don't run those tests.
	     
	     [ 32503]
	     Skip the op.t API test as it's not relevant to 5.8.x (%^H propagation).
	     Correct the expectations of hash.t and svsetsv.t for 5.8.x.
	     
	     [ 32507]
	     Test both dMY_CXT and dMY_CXT_INTERP.
     Branch: maint-5.10/perl
	  !> ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
	  !> ext/XS/APItest/t/hash.t ext/XS/APItest/t/my_cxt.t
	  !> ext/XS/APItest/t/op.t ext/XS/APItest/t/svsetsv.t
	  !> ext/XS/APItest/t/xs_special_subs.t
	  !> ext/XS/APItest/t/xs_special_subs_require.t
	  !> lib/ExtUtils/Constant/ProxySubs.pm perl.h
____________________________________________________________________________
[ 32697] By: nicholas				   on 2007/12/22  10:26:16
	Log: Integrate:
	     [ 32649]
	     Add perl5110delta, and change 5100delta so that it is no longer "the"
	     perldelta.
	     
	     well, the 5100delta change. But add 5101delta instead.
     Branch: maint-5.10/perl
	   + pod/perl5101delta.pod
	   ! MANIFEST Makefile.SH pod.lst pod/perl.pod pod/perltoc.pod
	   ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
	   ! win32/pod.mak
	  !> pod/perl5100delta.pod
____________________________________________________________________________
[ 32696] By: nicholas				   on 2007/12/22  09:39:03
	Log: Integrate:
	     [ 32643]
	     Record all the changes up to 5.10.0, and ready a new changes file for
	     5.11
	     
	     albeit edited to say 5.10.1 instead of 5.11.
     Branch: maint-5.10/perl
	  +> Changes5.10
	  !> Changes MANIFEST
____________________________________________________________________________
[ 32695] By: nicholas				   on 2007/12/22  09:36:06
	Log: Insert a "MAINT" tag in the patchlevel.h
     Branch: maint-5.10/perl
	   ! patchlevel.h
____________________________________________________________________________
[ 32694] By: nicholas				   on 2007/12/22  09:23:09
	Log: create maint-5.10 branch from perl/...@32642
     Branch: maint-5.10/perl
	  +> (branch 4094 files)
