Fix typo in the description of change 27911
[p5sagit/p5-mst-13.2.git] / Changes
diff --git a/Changes b/Changes
index 545681e..9d5914e 100644 (file)
--- a/Changes
+++ b/Changes
@@ -29,6 +29,1726 @@ Version v5.9.X             Development release working toward v5.10
 --------------
 
 ____________________________________________________________________________
+[ 29338] By: merijn                                on 2006/11/21  15:16:46
+        Log: No more 5005thread messages from Configure for 5.9.x and up
+     Branch: perl
+          ! Configure Porting/Glossary config_h.SH
+____________________________________________________________________________
+[ 29336] By: rgs                                   on 2006/11/21  14:45:19
+        Log: Invalidate the method lookup cache when assigning to a glob
+             named "isa". (That happens when importing "isa" from UNIVERSAL,
+             for example.) Fixes bug #24824.
+     Branch: perl
+          ! pp_hot.c t/op/universal.t
+____________________________________________________________________________
+[ 29335] By: rgs                                   on 2006/11/21  10:22:21
+        Log: Remove warnings against WHOA THERE warnings from the hints files.
+     Branch: perl
+          ! hints/machten.sh hints/machten_2.sh hints/sco.sh
+          ! hints/solaris_2.sh hints/sunos_4_1.sh hints/ultrix_4.sh
+          ! hints/umips.sh
+____________________________________________________________________________
+[ 29334] By: rgs                                   on 2006/11/21  10:17:36
+        Log: Remove description of WHOA THERE messages for recommended hint values,
+             removed by change #29288.
+     Branch: perl
+          ! INSTALL
+____________________________________________________________________________
+[ 29333] By: rgs                                   on 2006/11/21  09:15:43
+        Log: Remove the test counter checker at the end of t/op/pat.t : it
+             doesn't get updated correctly.
+     Branch: perl
+          ! t/op/pat.t
+____________________________________________________________________________
+[ 29332] By: stevep                                on 2006/11/21  03:59:34
+        Log: "This is going to be slow."  This change switches OpenBSD locale
+             tests from the spaghetti doneness test to specifically testing
+             locales in its /usr/share/locale.  Speeds up lib/locale.t to 
+             13 minutes a run vs. the previous time of over two hours.
+     Branch: perl
+          ! lib/locale.t
+____________________________________________________________________________
+[ 29331] By: nicholas                              on 2006/11/20  22:53:39
+        Log: Correct typo in test description.
+     Branch: perl
+          ! t/op/pat.t
+____________________________________________________________________________
+[ 29330] By: rgs                                   on 2006/11/20  18:03:43
+        Log: Unify the two warnings "Can't declare %s in %s", in line with what's
+             documented in perldiag.
+     Branch: perl
+          ! op.c t/op/attrs.t
+____________________________________________________________________________
+[ 29329] By: rgs                                   on 2006/11/20  16:05:33
+        Log: Subject: [PATCH] Re: thread free problem
+             From: "Jerry D. Hedden" <jdhedden@yahoo.com>
+             Date: Mon, 20 Nov 2006 07:32:36 -0800 (PST)
+             Message-ID: <696736.39963.qm@web30204.mail.mud.yahoo.com>
+     Branch: perl
+          ! op.c
+____________________________________________________________________________
+[ 29328] By: rgs                                   on 2006/11/20  15:31:03
+        Log: Actually, undef $SIG{FOO} should restore the default signal
+             handler. Else, once we exit a block where the signal handler was
+             localized, it becomes ignored.
+     Branch: perl
+          ! mg.c
+____________________________________________________________________________
+[ 29327] By: rgs                                   on 2006/11/20  15:19:36
+        Log: Make undef $SIG{FOO} ignore the signal FOO
+     Branch: perl
+          ! mg.c
+____________________________________________________________________________
+[ 29326] By: rgs                                   on 2006/11/20  14:51:46
+        Log: Subject: [patch@29297] perl5db.pl detecting forked debugger on VMS.
+             From: "John E. Malmberg" <wb8tyw@qsl.net>
+             Date: Sat, 18 Nov 2006 23:07:17 -0500
+             Message-ID: <455FD875.8050007@qsl.net>
+     Branch: perl
+          ! lib/perl5db.pl
+____________________________________________________________________________
+[ 29325] By: rgs                                   on 2006/11/20  14:04:22
+        Log: Fix precedence problem
+     Branch: perl
+          ! mg.c
+____________________________________________________________________________
+[ 29324] By: rgs                                   on 2006/11/20  13:36:10
+        Log: Patch by Yves Orton to fix the regression reported in :
+             Subject: 28325/6 break DateTime::Format::Strptime
+             From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
+             Date: Sun, 19 Nov 2006 05:41:53 +0100
+             Message-ID: <877ixs6oa6.fsf@k75.linux.bogus>
+     Branch: perl
+          ! ext/re/t/lexical_debug.pl ext/re/t/lexical_debug.t
+          ! ext/re/t/regop.t pp.sym pp_proto.h regcomp.c regexec.c
+          ! t/op/pat.t
+____________________________________________________________________________
+[ 29323] By: rgs                                   on 2006/11/20  11:19:29
+        Log: Extend the test-reonly make target on windows (Yves Orton)
+     Branch: perl
+          ! win32/Makefile
+____________________________________________________________________________
+[ 29322] By: rgs                                   on 2006/11/20  11:18:03
+        Log: Un-TODO tests for bug #32840, plus some new tests,
+             by Yves Orton
+     Branch: perl
+          ! t/op/rxcode.t
+____________________________________________________________________________
+[ 29321] By: steveh                                on 2006/11/20  10:38:07
+        Log: Revert #29307. It doesn't fix the XXX after all. Using "$(shell @type )"
+             on a temporary file just inserts the contents of the file in question
+             into the command-line, exactly like putting the data there in the first
+             place would achieve. It doesn't avoid creating a long command-line as we
+             would like to do.
+     Branch: perl
+          ! win32/makefile.mk
+____________________________________________________________________________
+[ 29320] By: rgs                                   on 2006/11/20  09:54:10
+        Log: Update Text::Tabs and Text::Wrap to version 2006.1117
+     Branch: perl
+          + lib/Text/TabsWrap/t/Jacobson.t lib/Text/TabsWrap/t/Jacobson2.t
+          ! MANIFEST lib/Text/Tabs.pm lib/Text/TabsWrap/CHANGELOG
+          ! lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
+          ! lib/Text/Wrap.pm
+____________________________________________________________________________
+[ 29319] By: rgs                                   on 2006/11/19  15:36:29
+        Log: Subject: [PATCH] ExtUtils/typemap: better error messages + constant string optimization
+             From: Alexey Tourbin <at@altlinux.ru>
+             Date: Sat, 18 Nov 2006 05:06:47 +0300
+             Message-ID: <20061118020647.GA23287@localhost.localdomain>
+     Branch: perl
+          ! lib/ExtUtils/typemap
+____________________________________________________________________________
+[ 29318] By: rgs                                   on 2006/11/19  13:56:32
+        Log: Subject: Re: [PATCH] Study SUSPEND (and recursion) properly
+             From: demerphq <demerphq@gmail.com>
+             Date: Fri, 17 Nov 2006 13:34:42 +0100
+             Message-ID: <9b18b3110611170434w218b4e86x7d61df2d1166a746@mail.gmail.com>
+     Branch: perl
+          ! regcomp.c
+____________________________________________________________________________
+[ 29317] By: craigb                                on 2006/11/18  17:02:38
+        Log: Update skip count for VMS.
+     Branch: perl
+          ! t/uni/class.t
+____________________________________________________________________________
+[ 29316] By: nicholas                              on 2006/11/18  16:14:18
+        Log: Subject: [perl #40921] shellwords.pl cannot handle trailing backslash
+             From: alexander_bluhm@genua.de (via RT) <perlbug-followup@perl.org>
+             Message-ID: <rt-3.5.HEAD-32013-1163784707-1469.40921-75-0@perl.org>
+             Date: Fri, 17 Nov 2006 09:31:48 -0800
+             
+             (and convert the example to a test)
+     Branch: perl
+          ! lib/Text/ParseWords.pm lib/Text/ParseWords.t
+____________________________________________________________________________
+[ 29315] By: nicholas                              on 2006/11/18  15:32:04
+        Log: Convert lib/Text/ParseWords.t to Test::More
+     Branch: perl
+          ! lib/Text/ParseWords.t
+____________________________________________________________________________
+[ 29314] By: stevep                                on 2006/11/18  05:42:14
+        Log: Sync up the function definitions for Perl_my_popen with the prototype.
+     Branch: perl
+          ! util.c
+____________________________________________________________________________
+[ 29313] By: stevep                                on 2006/11/18  05:04:42
+        Log: Tweaks needed to get Perl compiling with g++ on OpenBSD.
+     Branch: perl
+          ! perl.h perlio.c
+____________________________________________________________________________
+[ 29312] By: merijn                                on 2006/11/17  20:46:20
+        Log: Subject: [perl #18209] bug in regex s/\s$word\s/ /gi; and $& 
+             From: "yves orton via RT" <perlbug-followup@perl.org>
+             Date: Fri, 17 Nov 2006 10:17:48 -0800
+             Message-ID: <rt-3.5.HEAD-1713-1163787467-1300.18209-15-0@perl.org>
+     Branch: perl
+          ! mg.c t/op/pat.t
+____________________________________________________________________________
+[ 29311] By: merijn                                on 2006/11/17  20:28:27
+        Log: Subject: [perl #18209] bug in regex s/\s$word\s/ /gi; and $& 
+             From: "yves orton via RT" <perlbug-followup@perl.org>
+             Date: Fri, 17 Nov 2006 10:17:48 -0800
+             Message-ID: <rt-3.5.HEAD-1713-1163787467-1300.18209-15-0@perl.org>
+     Branch: perl
+          ! t/op/pat.t
+____________________________________________________________________________
+[ 29310] By: merijn                                on 2006/11/17  20:25:27
+        Log: Subject: [perl #22395] regexp /(.*)[bc]/ 10000 times slower in 5.8.0 vs 5.6.1 
+             From: "yves orton via RT" <perlbug-followup@perl.org>
+             Date: Fri, 17 Nov 2006 09:48:14 -0800
+             Message-ID: <rt-3.5.HEAD-1666-1163785693-404.22395-15-0@perl.org>
+     Branch: perl
+          ! regcomp.c t/op/pat.t
+____________________________________________________________________________
+[ 29309] By: merijn                                on 2006/11/17  20:12:20
+        Log: Subject: [perl #17542] regex confusion 
+             From: "yves orton via RT" <perlbug-followup@perl.org>
+             Date: Fri, 17 Nov 2006 07:40:15 -0800
+             Message-ID: <rt-3.5.HEAD-32013-1163778013-580.17542-15-0@perl.org>
+     Branch: perl
+          ! t/op/subst.t
+____________________________________________________________________________
+[ 29308] By: merijn                                on 2006/11/17  19:54:49
+        Log: Subject: [perl #36909] $^R undefined on matches involving backreferences
+             From: yves orton via RT <bugs-perl5@bugs6.perl.org>
+             Date: Nov 17, 2006 4:07 PM
+     Branch: perl
+          ! regcomp.c regexec.c t/op/pat.t t/op/subst.t win32/Makefile
+____________________________________________________________________________
+[ 29307] By: steveh                                on 2006/11/17  17:07:33
+        Log: Fix the XXX in #29303
+     Branch: perl
+          ! win32/makefile.mk
+____________________________________________________________________________
+[ 29306] By: steveh                                on 2006/11/17  15:55:51
+        Log: Tidy up Makefile part of #29260 and apply to makefile.mk too
+     Branch: perl
+          ! win32/Makefile win32/makefile.mk
+____________________________________________________________________________
+[ 29305] By: steveh                                on 2006/11/17  15:45:26
+        Log: Install perl-static.exe if it was built
+             
+             Perhaps this should be done via "installperl" so as to get, e.g.,
+             perl5.9.5-static.exe and honour INST_VER and INST_ARCH?
+             
+             Just do it quick-and-dirty for now, as is done for wperl.exe. It
+             can always be fixed later if anyone wants it.
+     Branch: perl
+          ! win32/Makefile win32/makefile.mk
+____________________________________________________________________________
+[ 29304] By: rgs                                   on 2006/11/17  15:45:23
+        Log: Subject: [patch@29297] d_printf_format_null needed in configure.com
+             From: "John E. Malmberg" <wb8tyw@qsl.net>
+             Date: Fri, 17 Nov 2006 10:22:50 -0500
+             Message-ID: <455DD3CA.6050405@qsl.net>
+     Branch: perl
+          ! configure.com
+____________________________________________________________________________
+[ 29303] By: steveh                                on 2006/11/17  15:12:12
+        Log: Add perl-static.exe support to win32/makefile.mk
+             
+             This applies the same changes that were made in win32/Makefile by
+             changes #29285 and #29296, plus a tweak to win32/runperl.c to fix
+             a linker error when using MinGW/gcc
+     Branch: perl
+          ! win32/makefile.mk win32/runperl.c
+____________________________________________________________________________
+[ 29302] By: nicholas                              on 2006/11/17  13:01:51
+        Log: Change 29297 omitted a semicolon.
+     Branch: perl
+          ! t/op/taint.t
+____________________________________________________________________________
+[ 29301] By: rgs                                   on 2006/11/17  11:06:48
+        Log: Subject: [PATCH] Study SUSPEND (and recursion) properly
+             From: demerphq <demerphq@gmail.com>
+             Date: Thu, 16 Nov 2006 20:32:11 +0100
+             Message-ID: <9b18b3110611161132j695ee86ata939a149b08efb11@mail.gmail.com>
+     Branch: perl
+          ! regcomp.c t/op/pat.t
+____________________________________________________________________________
+[ 29300] By: rgs                                   on 2006/11/17  09:45:56
+        Log: Doc nits to re.pm
+     Branch: perl
+          ! ext/re/re.pm
+____________________________________________________________________________
+[ 29299] By: rgs                                   on 2006/11/17  09:38:56
+        Log: Subject: [PATCH] add regmust() to re.pm/re.xs
+             From: demerphq <demerphq@gmail.com>
+             Date: Fri, 17 Nov 2006 00:54:13 +0100
+             Message-ID: <9b18b3110611161554m222446bay7912ec1f778d3aaa@mail.gmail.com>
+     Branch: perl
+          ! ext/re/re.pm ext/re/re.xs ext/re/t/re_funcs.t pod/perltodo.pod
+____________________________________________________________________________
+[ 29298] By: steveh                                on 2006/11/17  08:53:21
+        Log: Add missing d_ctermid/HAS_CTERMID to Win32 canned configs
+     Branch: 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
+____________________________________________________________________________
+[ 29297] By: stevep                                on 2006/11/17  04:20:01
+        Log: Change #27951 added tests to t/op/taint.t involving taint, opening 
+             "|-".  Unfortunately, this usually reacts badly on OpenBSD with
+             threaded Perls, causing zombie processes nearly every time this is run.
+             For now, skipping the test seem reasonable while working on a solution
+             to the problem.
+     Branch: perl
+          ! t/op/taint.t
+____________________________________________________________________________
+[ 29296] By: steveh                                on 2006/11/16  14:28:59
+        Log: Fix Extensions_static dependencies to avoid relinking every time
+             
+             Subject: Re: [PATCH@29224] RE: [patch-at-29217] static linkage for perl.ex e fo r win32
+             From: demerphq <demerphq@gmail.com>
+             Date: Thu, 16 Nov 2006 13:58:32 +0100
+             Message-ID: <9b18b3110611160458r6bebb7f6k8421abe68b474997@mail.gmail.com>
+     Branch: perl
+          ! win32/Makefile
+____________________________________________________________________________
+[ 29295] By: rgs                                   on 2006/11/16  13:35:14
+        Log: Remove duplicate declaration
+     Branch: perl
+          ! regexp.h
+____________________________________________________________________________
+[ 29294] By: rgs                                   on 2006/11/16  11:55:07
+        Log: Clarifications to close() docs, pointed out by Peter Dintelmann
+     Branch: perl
+          ! pod/perlfunc.pod
+____________________________________________________________________________
+[ 29293] By: rgs                                   on 2006/11/16  10:24:47
+        Log: Subject: [PATCH] threads 1.51
+             From: "Jerry D. Hedden" <jdhedden@yahoo.com>
+             Date: Wed, 15 Nov 2006 11:36:58 -0800 (PST)
+             Message-ID: <71793.95536.qm@web30213.mail.mud.yahoo.com>
+     Branch: perl
+          ! ext/threads/Changes ext/threads/README ext/threads/t/exit.t
+          ! ext/threads/t/thread.t ext/threads/threads.pm
+          ! ext/threads/threads.xs
+____________________________________________________________________________
+[ 29292] By: steveh                                on 2006/11/16  09:30:48
+        Log: Update checkcfgvars.pl: config.ce is in win32/ in 5.9.x
+             Leave wince/config.ce in the list as well, though, because that still
+             exists in 5.8.x
+     Branch: perl
+          ! Porting/checkcfgvar.pl
+____________________________________________________________________________
+[ 29291] By: merijn                                on 2006/11/16  09:13:08
+        Log: Extended uconfig.sh based on Porting/checkcfgvar.pl findings
+     Branch: perl
+          ! uconfig.sh
+____________________________________________________________________________
+[ 29289] By: merijn                                on 2006/11/16  08:07:33
+        Log: Yet another step in generation a more reliable Glossary
+     Branch: perl
+          ! Porting/Glossary Porting/config.sh
+____________________________________________________________________________
+[ 29288] By: merijn                                on 2006/11/15  21:36:30
+        Log: 1. Less Whoa there, based on a suggestion by Andy Dougherty
+             2. d_printf_format_null, based on a patch by Robin Barker
+     Branch: perl
+          ! Configure Porting/Glossary config_h.SH
+____________________________________________________________________________
+[ 29285] By: steveh                                on 2006/11/15  18:07:44
+        Log: Add support for building a perl-static.exe that doesn't depend on
+             the perl59.dll. It currently can't load DLL extension modules, so
+             any that are required must be statically linked too. This may be
+             fixed sometime.  Changes to win32/makefile.mk also to follow.
+             
+             Subject: RE: [PATCH@29224] RE: [patch-at-29217] static linkage for perl.exe fo r win32
+             From: "Konovalov, Vadim Vladimirovich (Vadim)** CTR **" <vkonovalov@Lucent.com>
+             Date: Mon, 13 Nov 2006 19:45:05 +0100
+             Message-ID: <E3FB32585BF1D411B9E900805FF51A080207FA41@ru0022exch001u.ru.lucent.com>
+             
+             (with minor tweaks for cleanup and embedding manifest file)
+     Branch: perl
+          ! win32/Makefile
+____________________________________________________________________________
+[ 29284] By: steveh                                on 2006/11/15  17:32:24
+        Log: Fix tests added by #29248 and #29249
+     Branch: perl
+          ! ext/XS/APItest/APItest.xs ext/XS/APItest/core_or_not.inc
+____________________________________________________________________________
+[ 29283] By: rgs                                   on 2006/11/15  15:28:53
+        Log: Subject: [perl #39026] Tie::Memoize::EXISTS not caching the value 
+             From: Len Weisberg (via RT) <perlbug-followup@perl.org>
+             Date: Fri, 28 Apr 2006 20:36:05 -0700
+             Message-ID: <rt-3.0.11-39026-132847.17.5801704932685@perl.org>
+     Branch: perl
+          ! lib/Tie/Memoize.pm
+____________________________________________________________________________
+[ 29282] By: rgs                                   on 2006/11/15  13:56:52
+        Log: FAQ sync
+     Branch: perl
+          ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
+          ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq7.pod
+          ! pod/perlfaq9.pod
+____________________________________________________________________________
+[ 29281] By: rgs                                   on 2006/11/15  13:03:34
+        Log: Fix a signedness cast warning
+     Branch: perl
+          ! sv.c
+____________________________________________________________________________
+[ 29280] By: rgs                                   on 2006/11/15  12:51:48
+        Log: Tweaks to the debugger test by Richard Foley,
+             plus fix auxiliary file path
+     Branch: perl
+          ! lib/perl5db.t
+____________________________________________________________________________
+[ 29279] By: rgs                                   on 2006/11/15  12:41:24
+        Log: Subject: Re: [PATCH] Fix RT#19049 and add relative backreferences
+             From: demerphq <demerphq@gmail.com>
+             Date: Wed, 15 Nov 2006 12:29:39 +0100
+             Message-ID: <9b18b3110611150329l206e4552w887ae5f0a3f7ca80@mail.gmail.com>
+     Branch: perl
+          ! ext/re/re.xs pod/perl595delta.pod pod/perldiag.pod
+          ! pod/perlre.pod pod/perlreguts.pod regcomp.c regexec.c regexp.h
+          ! t/op/pat.t t/op/re_tests
+____________________________________________________________________________
+[ 29278] By: rgs                                   on 2006/11/15  11:12:30
+        Log: Move the test files for the debugger in a t/ subdirectory, so they
+             don't get installed
+     Branch: perl
+         +> lib/perl5db/t/eval-line-bug
+          - lib/perl5db/eval-line-bug
+          ! MANIFEST
+____________________________________________________________________________
+[ 29277] By: rgs                                   on 2006/11/15  10:37:58
+        Log: Subject: Re: Fix linker error on Win32
+             From: demerphq <demerphq@gmail.com>
+             Date: Wed, 15 Nov 2006 10:36:34 +0100
+             Message-ID: <9b18b3110611150136n7c90d187t5cf49847f153a537@mail.gmail.com>
+     Branch: perl
+          ! ext/XS/APItest/core_or_not.inc
+____________________________________________________________________________
+[ 29276] By: stevep                                on 2006/11/15  04:33:20
+        Log: Subject: [PATCH] Makefile.SH: lib/re.pm often messes restarted parallel makes
+             From: jhi@cc.hut.fi (Jarkko Hietaniemi)
+             Date: Wed, 15 Nov 2006 05:48:32 +0200 (EET)
+             Message-Id: <20061115034832.43B7E8B3E7@seth.hut.fi>
+     Branch: perl
+          ! Makefile.SH
+____________________________________________________________________________
+[ 29275] By: davem                                 on 2006/11/14  23:24:45
+        Log: debugger test could hang if run with umask 0002
+     Branch: perl
+          ! lib/perl5db.t
+____________________________________________________________________________
+[ 29274] By: rgs                                   on 2006/11/14  16:59:45
+        Log: A first regression test for the debugger, by Shlomi Fish
+             and Richard Foley.
+     Branch: perl
+          + lib/perl5db.t lib/perl5db/eval-line-bug
+          ! MANIFEST
+____________________________________________________________________________
+[ 29273] By: rgs                                   on 2006/11/14  14:19:46
+        Log: Fix bug #39037: rcatline doesn't stringify references
+     Branch: perl
+          ! pp_hot.c t/op/readline.t
+____________________________________________________________________________
+[ 29272] By: rgs                                   on 2006/11/14  12:36:15
+        Log: Doc patch by Thomas O Smailus :
+             Subject: Fwd: [perl #40866] Error on doc page? (File::Basename)
+             From: "Adriano Rodrigues" <a.r.ferreira@gmail.com>
+             Date: Tue, 14 Nov 2006 10:24:38 -0200
+             Message-ID: <73ddeb6c0611140424t26b01d0aq667ca95e77f25e6@mail.gmail.com>
+     Branch: perl
+          ! lib/File/Basename.pm
+____________________________________________________________________________
+[ 29271] By: rgs                                   on 2006/11/14  11:35:04
+        Log: Assert that we don't access strings saved for $1 etc. out of bounds
+     Branch: perl
+          ! mg.c
+____________________________________________________________________________
+[ 29270] By: rgs                                   on 2006/11/14  10:18:00
+        Log: Subject: Re: Why aren't %Carp::Internal and %Carp::CarpInternal documented?
+             From: "Ben Tilly" <btilly@gmail.com>
+             Date: Sun, 22 Oct 2006 14:07:23 -0700
+             Message-ID: <acc274b30610221407o39e0157gad44ad5828c2bc21@mail.gmail.com>
+     Branch: perl
+          ! lib/Carp.pm lib/Carp.t lib/Carp/Heavy.pm
+____________________________________________________________________________
+[ 29269] By: rgs                                   on 2006/11/14  09:40:43
+        Log: Subject: [PATCH] ParseXS.pm: small optimization for "Usage: ..." constant strings
+             From: Alexey Tourbin <at@altlinux.ru>
+             Date: Tue, 14 Nov 2006 05:45:40 +0300
+             Message-ID: <20061114024540.GA21986@localhost.localdomain>
+     Branch: perl
+          ! lib/ExtUtils/ParseXS.pm
+____________________________________________________________________________
+[ 29268] By: rgs                                   on 2006/11/14  09:36:17
+        Log: Subject: Fwd: Memory leak with s/// and hashes
+             From: demerphq <demerphq@gmail.com>
+             Date: Tue, 14 Nov 2006 00:38:31 +0100
+             Message-ID: <9b18b3110611131538kc00175ft4db7ff71df22e766@mail.gmail.com>
+     Branch: perl
+          ! regcomp.c regexec.c regexp.h
+____________________________________________________________________________
+[ 29267] By: rgs                                   on 2006/11/14  06:59:03
+        Log: Subject: [PATCH] Allow negative indexing in recursive patterns
+             From: demerphq <demerphq@gmail.com>
+             Date: Mon, 13 Nov 2006 18:59:32 +0100
+             Message-ID: <9b18b3110611130959k1fdd2485yd8eb1cd428de570a@mail.gmail.com>
+     Branch: perl
+          ! pod/perlre.pod regcomp.c t/op/pat.t t/op/re_tests
+____________________________________________________________________________
+[ 29266] By: steveh                                on 2006/11/13  18:09:58
+        Log: Embed manifest files in EXEs and DLLs when building with VC++ 8.x
+             
+             See the thread starting here for details:
+             http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-11/msg00398.html
+             
+             (Still need to do something for Module::Build somtime...)
+     Branch: perl
+          ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
+          ! win32/Makefile win32/makefile.mk
+____________________________________________________________________________
+[ 29265] By: rgs                                   on 2006/11/13  15:52:54
+        Log: Todo (nice to have): an improvement to ~~
+     Branch: perl
+          ! pod/perltodo.pod
+____________________________________________________________________________
+[ 29264] By: stevep                                on 2006/11/13  15:10:16
+        Log: Upgrade to CPAN-1.88_62
+     Branch: perl
+          ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
+          ! lib/CPAN/SIGNATURE
+____________________________________________________________________________
+[ 29263] By: rgs                                   on 2006/11/13  15:05:27
+        Log: Fix a bug in the debugger tracing variables when one was eval'ing
+             a string including a "#line" directive containing the actual
+             name of the file already. (following-up change #25409)
+     Branch: perl
+          ! toke.c
+____________________________________________________________________________
+[ 29262] By: rgs                                   on 2006/11/13  14:30:15
+        Log: The latest regression test to Scalar::Util doesn't pass with threaded perls
+     Branch: perl
+          ! ext/List/Util/t/readonly.t
+____________________________________________________________________________
+[ 29261] By: rgs                                   on 2006/11/13  14:15:33
+        Log: A new regression test from:
+             
+             Subject: [PATHCH]  Scalar::Util::readonly &  compression (was RE: Change 29117: [PATCH] IO::Compress modules)
+             From: "Paul Marquess" <paul.marquess@ntlworld.com>
+             Date: Sun, 29 Oct 2006 21:03:21 -0000
+             Message-ID: <02cf01c6fb9d$ade808a0$6501a8c0@myopwv.com>
+     Branch: perl
+          ! ext/List/Util/t/readonly.t
+____________________________________________________________________________
+[ 29260] By: rgs                                   on 2006/11/13  14:00:41
+        Log: Subject: Re: [PATCH] New regex syntax omnibus
+             From: demerphq <demerphq@gmail.com>
+             Date: Thu, 9 Nov 2006 17:09:34 +0100
+             Message-ID: <9b18b3110611090809l667860c9t6c27453d7c86a21e@mail.gmail.com>
+     Branch: perl
+          ! pod/perl595delta.pod pod/perlre.pod regcomp.c regcomp.h
+          ! regcomp.pl regcomp.sym regexec.c regexp.h regnodes.h
+          ! t/op/pat.t win32/Makefile
+____________________________________________________________________________
+[ 29259] By: rgs                                   on 2006/11/13  11:38:02
+        Log: Subject: [PATCH] was RE: Perl_die() / Perl_croak()
+             From: "Robin Barker" <Robin.Barker@npl.co.uk>
+             Date: Mon, 13 Nov 2006 10:25:08 -0000
+             Message-ID: <2C2E01334A940D4792B3E115F95B7226149377@exchsvr1.npl.ad.local>
+     Branch: perl
+          ! embed.fnc embed.pl perl.h proto.h
+____________________________________________________________________________
+[ 29258] By: rgs                                   on 2006/11/13  11:17:10
+        Log: Parsing fix: it wasn't possible to call a function with a (_) prototype
+             (that is, a function mimicing an unary op) without parentheses.
+             Bug reported by Ã†var Arnfjörð Bjarmason.
+     Branch: perl
+          ! madly.act madly.tab madly.y perly.act perly.tab perly.y
+          ! t/comp/uproto.t
+____________________________________________________________________________
+[ 29257] By: rgs                                   on 2006/11/13  10:13:52
+        Log: Subject: Re: [perl #27053] /^/m doesn't match after a newline at the end of the string
+             From: demerphq <demerphq@gmail.com>
+             Date: Sat, 11 Nov 2006 16:25:17 +0100
+             Message-ID: <9b18b3110611110725t3dc1e447v751ef5880363aa9b@mail.gmail.com>
+     Branch: perl
+          ! pod/perlre.pod
+____________________________________________________________________________
+[ 29256] By: rgs                                   on 2006/11/13  10:12:34
+        Log: Casting nit
+     Branch: perl
+          ! regcomp.c
+____________________________________________________________________________
+[ 29255] By: rgs                                   on 2006/11/13  09:55:11
+        Log: POD fixes and nits in re.pm
+     Branch: perl
+          ! ext/re/re.pm
+____________________________________________________________________________
+[ 29254] By: rgs                                   on 2006/11/13  09:40:35
+        Log: Subject: [PATCH DOC] minor nit in binmode docs
+             From: Paul Johnson <paul@pjcj.net>
+             Date: Fri, 10 Nov 2006 12:17:37 +0100
+             Message-ID: <20061110111737.GP17047@pjcj.net>
+     Branch: perl
+          ! pod/perlfunc.pod
+____________________________________________________________________________
+[ 29253] By: stevep                                on 2006/11/13  02:23:29
+        Log: The DynaLoader test isn't happy with OpenBSD's libc.so.39.3.
+     Branch: perl
+          ! ext/DynaLoader/t/DynaLoader.t
+____________________________________________________________________________
+[ 29252] By: stevep                                on 2006/11/13  02:19:12
+        Log: Subject: [PATCH] Regex Utility Functions and Substituion Fix (XML::Twig core dump)
+             From: demerphq <demerphq@gmail.com>
+             Date: Sun, 12 Nov 2006 23:29:41 +0100
+             Message-ID: <9b18b3110611121429g1fc9d6c1t4007dc711f9e8396@mail.gmail.com>
+             
+             Plus a couple tweaks to ext/re/re.pm and t/op/pat.t to those patches
+             to apply cleanly.
+     Branch: perl
+          + ext/re/t/re_funcs.t
+          ! MANIFEST embed.fnc embed.h ext/re/re.pm ext/re/re.xs
+          ! ext/re/re_top.h lib/ExtUtils/ParseXS.pm perl.h
+          ! pod/perlreguts.pod pp.c pp_hot.c proto.h regcomp.c regcomp.h
+          ! regexp.h sv.c t/op/pat.t
+____________________________________________________________________________
+[ 29251] By: nicholas                              on 2006/11/12  23:09:46
+        Log: Re-order ops to the implementation order in pp_sys.c - this makes a
+             branch table corresponding to a switch statement slightly smaller.
+     Branch: perl
+          ! opcode.h opcode.pl opnames.h
+____________________________________________________________________________
+[ 29250] By: nicholas                              on 2006/11/12  22:17:30
+        Log: Avoid ext/Safe/t/safeops.t needing to keep its tests in lockstep with
+             opcode.pl OP order.
+     Branch: perl
+          ! ext/Safe/t/safeops.t
+____________________________________________________________________________
+[ 29249] By: nicholas                              on 2006/11/12  21:57:22
+        Log: Forgot to add the new files for 29248.
+     Branch: perl
+          + ext/XS/APItest/core.c ext/XS/APItest/core_or_not.inc
+          + ext/XS/APItest/notcore.c ext/XS/APItest/t/svsetsv.t
+____________________________________________________________________________
+[ 29248] By: nicholas                              on 2006/11/12  20:22:28
+        Log: Change 24714 was arguably over-ambitious, in that non-core modules
+             can't be expected to know that sv_setsv() may now not "really" copy a
+             scalar. So arrange things so that COW of shared hash key scalars is
+             only done for calls within the the PERL_CORE.
+     Branch: perl
+          ! MANIFEST ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
+          ! ext/XS/APItest/MANIFEST ext/XS/APItest/Makefile.PL sv.c sv.h
+____________________________________________________________________________
+[ 29247] By: nicholas                              on 2006/11/12  18:16:52
+        Log: Looks like I didn't actually test the COW conditional code in
+             change 27533. Perl now compiles, but
+             ext/Compress/Raw/Zlib/t/07bufsize.t fails.
+     Branch: perl
+          ! pp_ctl.c regexec.c
+____________________________________________________________________________
+[ 29246] By: rgs                                   on 2006/11/12  13:35:24
+        Log: Subject: [PATCH] (2nd version) small tweaks based on smoke signs
+             From: Jarkko Hietaniemi <jhi@cc.hut.fi>
+             Date: Sat, 11 Nov 2006 06:18:56 +0200 (EET)
+             Message-Id: <200611110418.kAB4Ium5350338@kosh.hut.fi>
+     Branch: perl
+          ! hv.c regcomp.c regexec.c
+____________________________________________________________________________
+[ 29245] By: rgs                                   on 2006/11/12  13:11:07
+        Log: Reinstate warning 'Useless use of "re" pragma'
+     Branch: perl
+          ! ext/re/re.pm
+____________________________________________________________________________
+[ 29244] By: stevep                                on 2006/11/10  22:55:01
+        Log: Upgrade to Test-Simple-0.65.
+     Branch: perl
+          ! 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
+____________________________________________________________________________
+[ 29243] By: rgs                                   on 2006/11/09  15:58:11
+        Log: Add to Attribute::Handlers the ability to report caller's file and line
+             number. Based on:
+             
+             Subject: FW: Attribute::Handlers
+             From: "David Feldman" <David.Feldman@tudor.com>
+             Date: Wed, 25 Oct 2006 16:34:26 -0400
+             Message-ID: <BA9AB162DD5CED46AC03DC5904B19C5B3736B4@tudor.com>
+             
+             plus docs and tests.
+     Branch: perl
+          + lib/Attribute/Handlers/t/linerep.t
+          ! MANIFEST lib/Attribute/Handlers.pm
+          ! lib/Attribute/Handlers/t/multi.t
+____________________________________________________________________________
+[ 29242] By: rgs                                   on 2006/11/09  13:33:57
+        Log: Silence warnings in Pod::Man
+     Branch: perl
+          ! lib/Pod/t/man.t
+____________________________________________________________________________
+[ 29241] By: rgs                                   on 2006/11/09  12:32:41
+        Log: Subject: [PATCH regexec.c regexp.h] ***speculative***  was RE: [PATCH] regexec.c - silence compiler warning
+             From: "Robin Barker" <Robin.Barker@npl.co.uk>
+             Date: Wed, 8 Nov 2006 15:29:47 -0000
+             Message-ID: <2C2E01334A940D4792B3E115F95B7226120AA6@exchsvr1.npl.ad.local>
+     Branch: perl
+          ! regexec.c regexp.h
+____________________________________________________________________________
+[ 29240] By: rgs                                   on 2006/11/09  11:05:24
+        Log: Subject: [PATCH] regcomp.c: printf arg casts
+             From: Jarkko Hietaniemi <jhi@cc.hut.fi>
+             Date: Thu, 9 Nov 2006 06:47:53 +0200 (EET)
+             Message-Id: <200611090447.kA94lreg223840@kosh.hut.fi>
+     Branch: perl
+          ! regcomp.c
+____________________________________________________________________________
+[ 29239] By: davem                                 on 2006/11/08  19:13:57
+        Log: perl parser bug leading to memory corruption
+             quoted-string parser naughtily maintained a pointer into an SV
+             which could get realloc()ed.
+     Branch: perl
+          ! toke.c
+____________________________________________________________________________
+[ 29238] By: merijn                                on 2006/11/08  16:39:21
+        Log: Subject: Configure patch to add detection for DIR.dd_fd member variable
+             From: "Steve Peters" <steve.peters@gmail.com>
+             Date: Sun, 5 Nov 2006 01:40:34 -0600
+             Message-ID: <fd7a59d30611042340p5543442ctad306aeb748b6bfe@mail.gmail.com>
+     Branch: perl
+          ! Configure Cross/config.sh-arm-linux NetWare/config.wc
+          ! Porting/Glossary config_h.SH configure.com epoc/config.sh
+          ! handy.h plan9/config_sh.sample symbian/config.sh uconfig.sh
+          ! win32/config.bc win32/config.gc win32/config.vc
+          ! win32/config.vc64
+____________________________________________________________________________
+[ 29236] By: rgs                                   on 2006/11/08  15:33:02
+        Log: Subject: [PATCH t/op/inccode.t] fails under minitest
+             From: "Robin Barker" <Robin.Barker@npl.co.uk>
+             Date: Wed, 8 Nov 2006 15:18:23 -0000
+             Message-ID: <2C2E01334A940D4792B3E115F95B7226120AA5@exchsvr1.npl.ad.local>
+     Branch: perl
+          ! t/op/inccode.t
+____________________________________________________________________________
+[ 29235] By: rgs                                   on 2006/11/08  15:14:31
+        Log: Change the documentation of the return values of @INC-hooks to match
+             what is tested to work. (It's a bit confusing that optional values
+             might appear at the middle, too.)
+     Branch: perl
+          ! pod/perlfunc.pod
+____________________________________________________________________________
+[ 29234] By: rgs                                   on 2006/11/08  14:02:46
+        Log: Subject: [PATCH] Supress df warning in stat.t on OS X
+             From: Michael G Schwern <schwern@gmail.com>
+             Date: Wed, 08 Nov 2006 08:51:50 -0500
+             Message-ID: <4551E0F6.20108@gmail.com>
+     Branch: perl
+          ! t/op/stat.t
+____________________________________________________________________________
+[ 29233] By: steveh                                on 2006/11/08  13:53:52
+        Log: Don't use the PERL_MSVCRT_READFIX when using VC++ 7.x onwards.
+             
+             VC++ 7.x onwards use their own MSVCR7x.dll, MSVCR8x.dll, etc, rather
+             than MSVCRT.dll, so they do not require the read() fix.
+             
+             Therefore, we also don't need to update the ioinfo struct used by the
+             read() fix w.r.t. VC++ 8.x, so back out that part of change #29218
+     Branch: perl
+          ! win32/Makefile win32/makefile.mk win32/win32.h
+____________________________________________________________________________
+[ 29232] By: rgs                                   on 2006/11/08  13:27:14
+        Log: Type change to avoid signed/unsigned compiler warnings
+             (thanks to Robin Barker)
+     Branch: perl
+          ! regexec.c
+____________________________________________________________________________
+[ 29231] By: rgs                                   on 2006/11/08  13:14:20
+        Log: Regenerate Changes; update perldelta
+     Branch: perl
+          ! Changes pod/perl595delta.pod
+____________________________________________________________________________
+[ 29230] By: rgs                                   on 2006/11/08  11:23:13
+        Log: Subject: Re: New version diagnostic breaks a bunch of modules.
+             From: Glenn Linderman <perl@NevCal.com>
+             Date: Mon, 30 Oct 2006 12:50:21 -0800
+             Message-ID: <4546658D.6090507@NevCal.com>
+     Branch: perl
+          ! pod/perlfunc.pod
+____________________________________________________________________________
+[ 29229] By: rgs                                   on 2006/11/08  10:43:52
+        Log: Subject: [PATCH] Perl_die() / Perl_croak()
+             From: "Philip M. Gollucci" <pgollucci@p6m7g8.com>
+             Date: Tue, 07 Nov 2006 23:27:40 -0800
+             Message-ID: <455186EC.8010906@p6m7g8.com>
+             
+             (backported to embed.fnc)
+     Branch: perl
+          ! embed.fnc proto.h
+____________________________________________________________________________
+[ 29228] By: rgs                                   on 2006/11/08  10:28:49
+        Log: Subject: Patch for bug in SelfLoader.pm
+             From: Mike Schilli <m@perlmeister.com>
+             Date: Tue, 7 Nov 2006 13:39:30 -0800 (PST)
+             Message-ID: <20061107132809.I31331@spiral.corp.yahoo.com>
+     Branch: perl
+          ! lib/SelfLoader.pm
+____________________________________________________________________________
+[ 29227] By: rgs                                   on 2006/11/07  17:31:02
+        Log: Use $HOME/localperl as default prefix for installing perl
+             in the terse installation instructions in README.
+     Branch: perl
+          ! README
+____________________________________________________________________________
+[ 29226] By: rgs                                   on 2006/11/07  16:50:47
+        Log: More notes in perldelta
+     Branch: perl
+          ! pod/perl595delta.pod
+____________________________________________________________________________
+[ 29225] By: rgs                                   on 2006/11/07  14:23:08
+        Log: Forbid using tainted formats in printf and sprintf
+     Branch: perl
+          ! pod/perl595delta.pod pp.c pp_sys.c t/op/taint.t
+____________________________________________________________________________
+[ 29224] By: rgs                                   on 2006/11/07  11:16:54
+        Log: Subject: Re: [PATCH] [perl #40668] Data::Dumper fails to dump all hash keys when itertaor is not at start
+             From: "Jerry D. Hedden" <jdhedden@yahoo.com>
+             Date: Mon, 6 Nov 2006 08:57:04 -0800 (PST)
+             Message-ID: <20061106165704.939.qmail@web30214.mail.mud.yahoo.com>
+     Branch: perl
+          ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/t/bugs.t
+____________________________________________________________________________
+[ 29223] By: rgs                                   on 2006/11/07  10:45:26
+        Log: Subject: Because I like pain. An update to README
+             From: Jesse Vincent <jesse@fsck.com>
+             Date: Mon, 6 Nov 2006 19:52:35 -0500
+             Message-Id: <7BF48AB1-5285-4A9D-929B-8DD697348664@fsck.com>
+     Branch: perl
+          ! README
+____________________________________________________________________________
+[ 29222] By: rgs                                   on 2006/11/07  10:21:25
+        Log: Subject: [PATCH] New regex syntax omnibus
+             From: demerphq <demerphq@gmail.com>
+             Date: Mon, 6 Nov 2006 13:06:28 +0100
+             Message-ID: <9b18b3110611060406u2fa1572as57073949a5df9e62@mail.gmail.com>
+             
+             Plus a portability fix (in string comparison for regex verbs)
+             and doc tweaks / podchecker fixes
+     Branch: perl
+          ! embed.fnc embed.h ext/re/t/regop.t pod/perl595delta.pod
+          ! pod/perldiag.pod pod/perlre.pod proto.h regcomp.c regcomp.h
+          ! regcomp.sym regexec.c regexp.h regnodes.h t/op/pat.t
+          ! t/op/re_tests
+____________________________________________________________________________
+[ 29221] By: nicholas                              on 2006/11/06  22:21:05
+        Log: assert() that SvPV_set() isn't used on arrays.
+     Branch: perl
+          ! av.c cop.h mathoms.c pp.c pp_ctl.c pp_hot.c pp_sort.c sv.c
+          ! sv.h
+____________________________________________________________________________
+[ 29220] By: nicholas                              on 2006/11/06  21:05:59
+        Log: assert() that SvPV_set() isn't used on hashes.
+     Branch: perl
+          ! sv.c sv.h
+____________________________________________________________________________
+[ 29219] By: nicholas                              on 2006/11/06  20:02:38
+        Log: assert() that scalars are of the correct type in *set macros.
+     Branch: perl
+          ! sv.h
+____________________________________________________________________________
+[ 29218] By: steveh                                on 2006/11/06  16:26:48
+        Log: Get Visual C++ 2005 (aka Visual C++ 8.x) support off the ground
+             
+             This is not a complete fix yet by any means (there are lots of compiler
+             warnings and lots of test failures), but it's a step in the right
+             direction.
+             
+             See the thread starting here:
+             http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-10/msg00893.html
+             and continuing here:
+             http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-11/msg00102.html
+             for further information
+     Branch: perl
+          ! win32/Makefile win32/makefile.mk win32/win32.c win32/win32.h
+____________________________________________________________________________
+[ 29217] By: merijn                                on 2006/11/06  15:19:38
+        Log: Subject: Re: [PATCH] Detecting bad /dev/null's in Configure
+             From: Michael Cummings <mcummings@gentoo.org>
+             Date: Fri, 25 Aug 2006 15:48:44 -0400
+             Message-ID: <44EF541C.7050801@gentoo.org>
+     Branch: perl
+          ! Configure
+____________________________________________________________________________
+[ 29215] By: rgs                                   on 2006/11/06  14:37:32
+        Log: Subject: Re: [perl #26136] localtime(3) calls tzset(3), but localtime_r(3) may not.
+             From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
+             Date: Mon, 06 Nov 2006 23:31:50 +0900
+             Message-Id: <20061106233139.A2BC.BQW10602@nifty.com>
+     Branch: perl
+          ! t/op/time.t
+____________________________________________________________________________
+[ 29214] By: rgs                                   on 2006/11/06  14:05:41
+        Log: Sync Pod::Usage with the CPAN version
+     Branch: perl
+          ! lib/Pod/Usage.pm
+____________________________________________________________________________
+[ 29213] By: merijn                                on 2006/11/06  13:58:56
+        Log: The non-unix parts for localtime_r_needs_tzset
+             Plus forced Glossary entry. That is a TODO for automation
+     Branch: perl
+          ! Cross/config.sh-arm-linux NetWare/config.wc Porting/Glossary
+          ! Porting/config_H config_h.SH configure.com epoc/config.sh
+          ! handy.h plan9/config.plan9 plan9/config_h.sample
+          ! plan9/config_sh.sample 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
+____________________________________________________________________________
+[ 29212] By: rgs                                   on 2006/11/06  13:18:25
+        Log: Subject: [PATCH] Re: the new t/run/cloexec.t failing in Solaris and Tru64
+             From: Andrew Savige <ajsavige@yahoo.com.au>
+             Date: Tue, 7 Nov 2006 00:06:46 +1100 (EST)
+             Message-ID: <20061106130647.57891.qmail@web56411.mail.re3.yahoo.com>
+     Branch: perl
+          ! t/run/cloexec.t
+____________________________________________________________________________
+[ 29211] By: rgs                                   on 2006/11/06  10:59:16
+        Log: Upgrade to Test::Simple 0.64_03
+     Branch: perl
+          + lib/Test/Simple/t/carp.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
+          ! lib/Test/Simple/t/00test_harness_check.t
+          ! lib/Test/Simple/t/tbt_01basic.t
+          ! lib/Test/Simple/t/tbt_02fhrestore.t
+          ! lib/Test/Simple/t/tbt_03die.t
+          ! lib/Test/Simple/t/tbt_04line_num.t
+          ! lib/Test/Simple/t/tbt_05faildiag.t
+          ! lib/Test/Simple/t/tbt_06errormess.t
+          ! lib/Test/Simple/t/tbt_07args.t
+____________________________________________________________________________
+[ 29210] By: rgs                                   on 2006/11/06  10:09:12
+        Log: Change reentr.pl to generate reentr.h accordingly to change 29209
+     Branch: perl
+          ! reentr.pl
+____________________________________________________________________________
+[ 29209] By: merijn                                on 2006/11/06  09:43:30
+        Log: RE: [perl #26136] localtime(3) calls tzset(3), but localtime_r(3) may not.
+             From: "Benjamin Holzman" <bholzman@longitude.com>
+             Date: Wed, 19 Jul 2006 07:11:09 -0400
+             Message-ID: <010801c6ab24$09b9ed30$ce0515ac@office.iseoptions.com>
+     Branch: perl
+          ! Configure Porting/Glossary config_h.SH reentr.h t/op/time.t
+____________________________________________________________________________
+[ 29208] By: rgs                                   on 2006/11/06  09:30:41
+        Log: Silence a cast warning
+     Branch: perl
+          ! regcomp.c
+____________________________________________________________________________
+[ 29206] By: nicholas                              on 2006/11/06  08:13:09
+        Log: PVCVs no longer allocate memory for the SvNVX slot, so assert that
+             no-one is trying to access it.
+     Branch: perl
+          ! sv.h
+____________________________________________________________________________
+[ 29205] By: craigb                                on 2006/11/06  01:37:13
+        Log: In pipe_exit_routine in vms/vms.c, mark a subprocess we've deleted
+             as done.  Courtesy of Scott Lepage.
+     Branch: perl
+          ! vms/vms.c
+____________________________________________________________________________
+[ 29204] By: merijn                                on 2006/11/04  19:15:19
+        Log: Subject: Re: [perl #40641] crash with unicode characters in regex comment
+             From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
+             Date: Sat, 04 Nov 2006 21:53:50 +0900
+             Message-Id: <20061104215302.3325.BQW10602@nifty.com>
+     Branch: perl
+          + t/uni/greek.t t/uni/latin2.t
+          ! MANIFEST embed.fnc embed.h global.sym pod/perldiag.pod proto.h
+          ! regcomp.c t/uni/tr_utf8.t
+____________________________________________________________________________
+[ 29203] By: nicholas                              on 2006/11/04  18:56:33
+        Log: Change 27506 wasn't quite correct - the copy of the AMAGIC flag should
+             be as part of RvDEEPCP() in gv.c (Perl_amagic_call())
+     Branch: perl
+          ! gv.c sv.c
+____________________________________________________________________________
+[ 29202] By: stevep                                on 2006/11/04  15:39:57
+        Log: Subject: [PATCH] New test for close-on-exec ($^F): t/run/cloexec.t
+             From: Andrew Savige <ajsavige@yahoo.com.au>
+             Date: Sat, 4 Nov 2006 21:24:14 +1100 (EST)
+             Message-ID: <20061104102414.78987.qmail@web56403.mail.re3.yahoo.com>
+     Branch: perl
+          + t/run/cloexec.t
+          ! MANIFEST
+____________________________________________________________________________
+[ 29201] By: rgs                                   on 2006/11/03  16:04:48
+        Log: Subject: [PATCH] replace S_sv_pos_b2u_forwards with utf8_length (was: sv_pos_b2u dislikes the extended UTF-8)
+             From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
+             Date: Sun, 21 May 2006 14:00:43 +0900
+             Message-Id: <20060521140011.358D.BQW10602@nifty.com>
+     Branch: perl
+          ! embed.fnc embed.h proto.h sv.c t/op/index.t
+____________________________________________________________________________
+[ 29200] By: rgs                                   on 2006/11/03  15:04:15
+        Log: The assignment to $VERSION must be on its own line, for
+             ExtUtils::MM_Unix::parse_version to be happy.
+     Branch: perl
+          ! ext/DynaLoader/DynaLoader_pm.PL
+____________________________________________________________________________
+[ 29199] By: rgs                                   on 2006/11/03  14:01:30
+        Log: Subject: [PATCH] threads 1.49
+             From: "Jerry D. Hedden" <jdhedden@yahoo.com>
+             Date: Fri, 3 Nov 2006 05:37:16 -0800 (PST)
+             Message-ID: <20061103133716.95143.qmail@web30214.mail.mud.yahoo.com>
+     Branch: perl
+          ! ext/threads/Changes ext/threads/README ext/threads/t/exit.t
+          ! ext/threads/t/thread.t ext/threads/threads.pm
+          ! ext/threads/threads.xs
+____________________________________________________________________________
+[ 29198] By: rgs                                   on 2006/11/03  13:32:31
+        Log: Wrap the $VERSION initialization of DynaLoader in a BEGIN block
+             
+             Subject: [perl #40651] (Obscure) Bug in Dynaloader 
+             From: gml4410@ggr.co.uk (via RT) <perlbug-followup@perl.org>
+             Date: Thu, 02 Nov 2006 09:30:34 -0800
+             Message-ID: <rt-3.5.HEAD-4979-1162488633-1267.40651-75-0@perl.org>
+     Branch: perl
+          ! ext/DynaLoader/DynaLoader_pm.PL
+____________________________________________________________________________
+[ 29197] By: rgs                                   on 2006/11/03  10:09:19
+        Log: When code is loaded through an @INC-hook, and when this hook
+             has set a filename entry in %INC, make sure __FILE__ is set
+             for this code accordingly to the contents of that %INC entry.
+     Branch: perl
+          ! pp_ctl.c t/op/inccode.t
+____________________________________________________________________________
+[ 29196] By: gisle                                 on 2006/11/03  07:08:18
+        Log: Typo fixes by Troy Topnik.
+     Branch: perl
+          ! pod/perlretut.pod
+____________________________________________________________________________
+[ 29195] By: merijn                                on 2006/11/02  17:49:53
+        Log: Change #29193 makes this addition unneeded
+     Branch: perl
+          ! t/lib/common.pl
+____________________________________________________________________________
+[ 29194] By: davem                                 on 2006/11/02  17:36:33
+        Log: add test that eval undef clears $@
+     Branch: perl
+          ! t/op/eval.t
+____________________________________________________________________________
+[ 29193] By: davem                                 on 2006/11/02  17:07:00
+        Log: eval $undef should emit one warning, not three.
+             Also ensure that eval $undef clears $@ (it did, but only by luck)
+     Branch: perl
+          ! pp_ctl.c t/lib/warnings/9uninit toke.c
+____________________________________________________________________________
+[ 29192] By: rgs                                   on 2006/11/02  16:45:13
+        Log: Fix case in external pod link
+     Branch: perl
+          ! pod/perlop.pod
+____________________________________________________________________________
+[ 29191] By: rgs                                   on 2006/11/02  13:51:21
+        Log: say() has the same syntax than print(), so forbid to override it
+             (like print())
+     Branch: perl
+          ! perl_keyword.pl t/op/cproto.t toke.c
+____________________________________________________________________________
+[ 29190] By: rgs                                   on 2006/11/02  13:04:10
+        Log: This volatile modifier is not on the referent, but on the pointer
+             (see change 28606)
+     Branch: perl
+          ! op.c
+____________________________________________________________________________
+[ 29189] By: rgs                                   on 2006/11/02  12:26:47
+        Log: Subject: [PATCH] Add more backtracking control verbs to regex engine (?CUT), (?ERROR)
+             From: demerphq <demerphq@gmail.com>
+             Date: Thu, 2 Nov 2006 12:35:10 +0100
+             Message-ID: <9b18b3110611020335h7ea469a8g28ca483f6832816d@mail.gmail.com>
+     Branch: perl
+          ! embed.fnc ext/re/re.pm pod/perl595delta.pod pod/perlre.pod
+          ! proto.h regcomp.c regcomp.h regcomp.pl regcomp.sym regexec.c
+          ! regexp.h regnodes.h t/op/pat.t
+____________________________________________________________________________
+[ 29188] By: rgs                                   on 2006/11/02  11:59:23
+        Log: Subject: [patch at 21983] factor out $^O eq 'darwin' from XSLoader.pm
+             From: "Konovalov, Vadim Vladimirovich (Vadim)** CTR **" <vkonovalov@Lucent.com>
+             Date: Thu, 2 Nov 2006 12:36:49 +0100 
+             Message-ID: <E3FB32585BF1D411B9E900805FF51A080204E833@ru0022exch001u.ru.lucent.com>
+     Branch: perl
+          ! ext/DynaLoader/XSLoader_pm.PL
+____________________________________________________________________________
+[ 29187] By: rgs                                   on 2006/11/02  11:14:42
+        Log: Subject: Re: $, and say
+             From: Gisle Aas <gisle@ActiveState.com>
+             Date: 27 Jan 2006 14:46:00 -0800
+             Message-ID: <lrek2t1e8n.fsf@caliper.activestate.com>
+             
+             with tweaks so "say;" continues to default to $_
+             plus a regression test
+     Branch: perl
+          ! embed.fnc embed.h op.c opcode.h opcode.pl pod/perlfunc.pod
+          ! pp.sym pp_hot.c pp_proto.h proto.h t/io/say.t
+____________________________________________________________________________
+[ 29186] By: rgs                                   on 2006/11/02  11:01:29
+        Log: Silence a gcc warning
+     Branch: perl
+          ! regexec.c
+____________________________________________________________________________
+[ 29185] By: rgs                                   on 2006/11/02  10:32:18
+        Log: More regression tests for the _ prototype
+     Branch: perl
+          ! t/comp/uproto.t
+____________________________________________________________________________
+[ 29184] By: rgs                                   on 2006/11/02  10:06:37
+        Log: More heuristics to make warnings.t pass under different
+             combinations of PERL_UNICODE / locale
+     Branch: perl
+          ! t/lib/common.pl
+____________________________________________________________________________
+[ 29183] By: rgs                                   on 2006/11/01  17:05:03
+        Log: Subject: [PATCH] Add a commit verb to regex engine to allow fine tuning of backtracking control.
+             From: demerphq <demerphq@gmail.com>
+             Date: Tue, 31 Oct 2006 22:49:57 +0100
+             Message-ID: <9b18b3110610311349n5947cc8fsf0b2e6ddd9a7ee01@mail.gmail.com>
+     Branch: perl
+          ! pod/perlre.pod regcomp.c regcomp.sym regexec.c regnodes.h
+          ! t/op/pat.t
+____________________________________________________________________________
+[ 29182] By: rgs                                   on 2006/11/01  16:29:05
+        Log: Fix the failures in warnings tests when PERL_UNICODE is defined
+             that show up in the smokes under UTF-8 locales. Based on :
+             
+             Subject: Re: UTF-8 Failures in smoke ($PERL_UNICODE)
+             From: "H.Merijn Brand" <h.m.brand@xs4all.nl>
+             Date: Wed, 1 Nov 2006 17:03:55 +0100
+             Message-ID: <20061101170355.7c57b515@pc09>
+     Branch: perl
+          ! t/lib/common.pl t/lib/warnings/9uninit
+____________________________________________________________________________
+[ 29181] By: steveh                                on 2006/11/01  13:22:16
+        Log: Forgot to bump Time-HiRes $VERSION in change #29180
+             (IO's $VERSION is bumped already)
+     Branch: perl
+          ! ext/Time/HiRes/HiRes.pm
+____________________________________________________________________________
+[ 29180] By: steveh                                on 2006/11/01  13:07:37
+        Log: Silence VC++ compiler warnings
+             See: http://www.nntp.perl.org/group/perl.daily-build.reports/42208
+     Branch: perl
+          ! ext/IO/IO.xs ext/Time/HiRes/HiRes.xs regexec.c
+____________________________________________________________________________
+[ 29179] By: rgs                                   on 2006/11/01  12:39:39
+        Log: Subject: [PATCH] Remove beta status from compression modules
+             From: "Paul Marquess" <paul.marquess@ntlworld.com>
+             Date: Wed, 1 Nov 2006 10:34:52 -0000
+             Message-ID: <02b301c6fda1$5d799950$4e3c140a@myopwv.com>
+     Branch: perl
+          ! ext/Compress/IO/Base/Changes ext/Compress/IO/Base/README
+          ! ext/Compress/IO/Base/lib/IO/Compress/Base.pm
+          ! ext/Compress/IO/Base/lib/IO/Compress/Base/Common.pm
+          ! ext/Compress/IO/Base/lib/IO/Uncompress/AnyUncompress.pm
+          ! ext/Compress/IO/Base/lib/IO/Uncompress/Base.pm
+          ! ext/Compress/IO/Zlib/Changes ext/Compress/IO/Zlib/README
+          ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Deflate.pm
+          ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Identity.pm
+          ! ext/Compress/IO/Zlib/lib/IO/Compress/Deflate.pm
+          ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip.pm
+          ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip/Constants.pm
+          ! ext/Compress/IO/Zlib/lib/IO/Compress/RawDeflate.pm
+          ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip.pm
+          ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip/Constants.pm
+          ! ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Constants.pm
+          ! ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Extra.pm
+          ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Identity.pm
+          ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
+          ! ext/Compress/IO/Zlib/lib/IO/Uncompress/AnyInflate.pm
+          ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Gunzip.pm
+          ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Inflate.pm
+          ! ext/Compress/IO/Zlib/lib/IO/Uncompress/RawInflate.pm
+          ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Unzip.pm
+          ! ext/Compress/Raw/Zlib/Changes ext/Compress/Raw/Zlib/README
+          ! ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm
+          ! ext/Compress/Zlib/Changes ext/Compress/Zlib/README
+          ! ext/Compress/Zlib/lib/Compress/Zlib.pm
+____________________________________________________________________________
+[ 29178] By: rgs                                   on 2006/11/01  10:44:58
+        Log: Regression test by Yves Orton for : [perl #36046] Special var @-
+             becomes arbitrarily large
+     Branch: perl
+          ! t/op/pat.t
+____________________________________________________________________________
+[ 29177] By: nicholas                              on 2006/10/31  22:36:40
+        Log: Missed a ) in a comment.
+     Branch: perl
+          ! perl.c
+____________________________________________________________________________
+[ 29176] By: rgs                                   on 2006/10/31  16:28:33
+        Log: Don't run ext/Sys/Syslog/t/constants.t with taint mode, so it's
+             not systematically skipped
+     Branch: perl
+          ! ext/Sys/Syslog/t/constants.t
+____________________________________________________________________________
+[ 29175] By: rgs                                   on 2006/10/31  16:02:03
+        Log: Some diagnostic output was giving warnings in op/pack.t
+             under UTF-8 locales, and warnings where fatal by default.
+             Make them non-fatal for diagnostics.
+     Branch: perl
+          ! t/op/pack.t
+____________________________________________________________________________
+[ 29174] By: rgs                                   on 2006/10/31  14:47:25
+        Log: Fix a case of segfault in ithread destruction
+     Branch: perl
+          ! ext/threads/threads.xs
+____________________________________________________________________________
+[ 29173] By: rgs                                   on 2006/10/31  14:29:07
+        Log: Doc clarification for PerlIO::encoding
+             (thanks to Steve Hay)
+     Branch: perl
+          ! ext/PerlIO/encoding/encoding.pm
+____________________________________________________________________________
+[ 29172] By: rgs                                   on 2006/10/31  14:10:25
+        Log: threads::shared doesn't use ppport.h in the core
+     Branch: perl
+          ! mkppport.lst
+____________________________________________________________________________
+[ 29171] By: rgs                                   on 2006/10/31  14:03:30
+        Log: Subject: [PATCH] threads 1.47
+             From: "Jerry D. Hedden" <jdhedden@yahoo.com>
+             Date: Tue, 31 Oct 2006 05:26:25 -0800 (PST)
+             Message-ID: <20061031132626.18317.qmail@web30214.mail.mud.yahoo.com>
+     Branch: perl
+          ! ext/threads/Changes ext/threads/README ext/threads/t/exit.t
+          ! ext/threads/t/stack.t ext/threads/t/thread.t
+          ! ext/threads/threads.pm ext/threads/threads.xs
+____________________________________________________________________________
+[ 29170] By: rgs                                   on 2006/10/31  13:51:38
+        Log: Silence a warning and call readpipe_override() correctly.
+     Branch: perl
+          ! toke.c
+____________________________________________________________________________
+[ 29169] By: rgs                                   on 2006/10/31  13:49:26
+        Log: Make S_readpipe_override() compile with threads; regenerate perlapi.pod
+     Branch: perl
+          ! embed.fnc embed.h pod/perlapi.pod proto.h toke.c
+____________________________________________________________________________
+[ 29168] By: rgs                                   on 2006/10/31  13:34:30
+        Log: Make readpipe() overridable (and also `` and qx//)
+     Branch: perl
+          ! opcode.h opcode.pl pod/perlsub.pod pod/perltodo.pod pp.c
+          ! t/op/cproto.t t/op/override.t toke.c
+____________________________________________________________________________
+[ 29167] By: rgs                                   on 2006/10/31  10:59:02
+        Log: Remove duplicated entries
+     Branch: perl
+          ! pod/perltodo.pod
+____________________________________________________________________________
+[ 29166] By: gisle                                 on 2006/10/30  20:13:04
+        Log: Improve documentation of av_len and av_fill.
+     Branch: perl
+          ! av.c
+____________________________________________________________________________
+[ 29165] By: nicholas                              on 2006/10/30  18:37:41
+        Log: Avoid Devel::DProf failing an assertion during global destruction.
+     Branch: perl
+          ! ext/Devel/DProf/DProf.xs
+____________________________________________________________________________
+[ 29164] By: stevep                                on 2006/10/30  18:29:30
+        Log: It seems only HWND__* is needed by MinGW g++.
+     Branch: perl
+          ! win32/win32.c
+____________________________________________________________________________
+[ 29162] By: rgs                                   on 2006/10/30  17:56:33
+        Log: The second patch from:
+             Subject: [PATCH] regex engine optimiser should grok subroutine patterns, and, name subroutine regops more intuitively
+             From: demerphq <demerphq@gmail.com>
+             Date: Mon, 30 Oct 2006 19:15:13 +0200
+             Message-ID: <9b18b3110610300915x3abf6cddu9c2071a70bea48e1@mail.gmail.com>
+     Branch: perl
+          ! pod/perldiag.pod regcomp.c regcomp.sym regexec.c regnodes.h
+____________________________________________________________________________
+[ 29161] By: rgs                                   on 2006/10/30  17:36:18
+        Log: The first patch from:
+             Subject: [PATCH] regex engine optimiser should grok subroutine patterns, and, name subroutine regops more intuitively
+             From: demerphq <demerphq@gmail.com>
+             Date: Mon, 30 Oct 2006 19:15:13 +0200
+             Message-ID: <9b18b3110610300915x3abf6cddu9c2071a70bea48e1@mail.gmail.com>
+     Branch: perl
+          ! embed.fnc embed.h proto.h regcomp.c regcomp.sym regexec.c
+          ! regnodes.h
+____________________________________________________________________________
+[ 29160] By: rgs                                   on 2006/10/30  17:07:46
+        Log: Mention that field hashes are for inside-out objects
+             (this will be useful for perl5100delta.)
+     Branch: perl
+          ! pod/perl594delta.pod
+____________________________________________________________________________
+[ 29159] By: stevep                                on 2006/10/30  16:46:13
+        Log: Subject: Patch 29155 breaks VC
+             From: demerphq <demerphq@gmail.com>
+             Date: Mon, 30 Oct 2006 18:08:17 +0200
+             Message-ID: <9b18b3110610300808u39cc6cefxbee1468a149dc186@mail.gmail.com>
+             
+             Plus an additional casting.
+     Branch: perl
+          ! win32/win32.c
+____________________________________________________________________________
+[ 29158] By: rgs                                   on 2006/10/30  16:29:35
+        Log: Update perldelta with changes up to 28867
+     Branch: perl
+          ! pod/perl595delta.pod
+____________________________________________________________________________
+[ 29157] By: stevep                                on 2006/10/30  15:53:50
+        Log: VOL should be used instead of volatile in the core.
+     Branch: perl
+          ! op.c perl.c
+____________________________________________________________________________
+[ 29156] By: merijn                                on 2006/10/30  14:14:25
+        Log: $hex is already hex, so cannot be used in %X if starting with [A-F]
+     Branch: perl
+          ! lib/charnames.pm
+____________________________________________________________________________
+[ 29155] By: stevep                                on 2006/10/30  13:58:15
+        Log: Initial cleanups to support compiling Win32 with MinGW g++.
+     Branch: perl
+          ! perlio.c win32/win32.c
+____________________________________________________________________________
+[ 29154] By: rgs                                   on 2006/10/30  11:25:39
+        Log: Subject: Re: Closures with named subs
+             From: Christian Winter <bitpoet@linux-config.de>
+             Date: Sun, 29 Oct 2006 21:34:25 +0100
+             Message-ID: <45451051.4080200@linux-config.de>
+     Branch: perl
+          ! pod/perlref.pod
+____________________________________________________________________________
+[ 29153] By: rgs                                   on 2006/10/30  10:38:09
+        Log: Subject: [PATCH] threads 1.46
+             From: "Jerry D. Hedden" <jdhedden@yahoo.com>
+             Date: Fri, 27 Oct 2006 17:01:11 -0700 (PDT)
+             Message-ID: <20061028000111.23729.qmail@web30207.mail.mud.yahoo.com>
+     Branch: perl
+          ! ext/threads/Changes ext/threads/README ext/threads/t/thread.t
+          ! ext/threads/threads.pm ext/threads/threads.xs
+____________________________________________________________________________
+[ 29152] By: rgs                                   on 2006/10/30  10:13:22
+        Log: Silence a g++ warning reported by Jarkko.
+     Branch: perl
+          ! ext/Data/Dumper/Dumper.xs
+____________________________________________________________________________
+[ 29151] By: rgs                                   on 2006/10/30  10:08:24
+        Log: Delete Encode's MANIFEST (or else the make process complains
+             about the missing Encode's META.yml file)
+     Branch: perl
+          - ext/Encode/MANIFEST
+          ! MANIFEST
+____________________________________________________________________________
+[ 29150] By: steveh                                on 2006/10/30  10:02:35
+        Log: Bump $VERSION in Term::UI following change #29120
+     Branch: perl
+          ! lib/Term/UI.pm
+____________________________________________________________________________
+[ 29149] By: rgs                                   on 2006/10/30  09:52:05
+        Log: Subject: [PATCH] Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.68.tar.gz
+             From: John Peacock <jpeacock@rowman.com>
+             Date: Sun, 29 Oct 2006 14:47:51 -0500
+             Message-ID: <45450567.7040609@rowman.com>
+     Branch: perl
+          ! lib/version.pm lib/version.t
+____________________________________________________________________________
+[ 29148] By: rgs                                   on 2006/10/30  09:43:30
+        Log: Subject: [patch] simplify optree test support
+             From: Jim Cromie <jim.cromie@gmail.com>
+             Date: Sun, 29 Oct 2006 14:50:02 -0700
+             Message-ID: <4545220A.6060500@gmail.com>
+     Branch: perl
+          ! ext/B/t/OptreeCheck.pm
+____________________________________________________________________________
+[ 29147] By: steveh                                on 2006/10/30  09:38:21
+        Log: Add some missing targets to win32/makefile.mk
+             
+             This updates makefile.mk w.r.t. Makefile, following changes #28293,
+             #28832, #28904 and #29131
+     Branch: perl
+          ! win32/makefile.mk
+____________________________________________________________________________
+[ 29146] By: rgs                                   on 2006/10/30  09:33:33
+        Log: In vim, modelines are not taken into account if they begin on the
+             first character. Also, regenerate perlintern.pod.
+     Branch: perl
+          ! autodoc.pl pod/perlapi.pod pod/perlintern.pod
+____________________________________________________________________________
+[ 29145] By: merijn                                on 2006/10/30  07:17:18
+        Log: Subject: [PATCH@29157] wince patch
+             From: Vadim <vadim@vkonovalov.ru>
+             Date: Sat, 28 Oct 2006 23:48:46 +0400
+             Message-ID: <4543B41E.3070006@vkonovalov.ru>
+     Branch: perl
+          ! README.ce win32/Makefile.ce
+____________________________________________________________________________
+[ 29144] By: craigb                                on 2006/10/30  00:33:34
+        Log: When we open a file and pass it along to PerlIO, be sure to enter the
+             PerlIO world via Unix I/O.  If you start from stdio, a Unix I/O counter
+             will get decremented on close even though it was never incremented (and 
+             may not even exist).  Exposed by #29065.
+     Branch: perl
+          ! vms/ext/Stdio/Stdio.xs
+____________________________________________________________________________
+[ 29143] By: craigb                                on 2006/10/30  00:23:35
+        Log: Change the non-mkstemp, non-win32 code path of PerlIO_tmpfile
+             to use PerlIO_fdopen so that when the tmpfile is closed we do
+             not decrement a ref count that doesn't exist or is zero.
+     Branch: perl
+          ! perlio.c
+____________________________________________________________________________
+[ 29142] By: stevep                                on 2006/10/30  00:22:00
+        Log: Changes to get perl to compile with g++ on Cygwin.  Some additional
+             changes will be needed to get it to link though.
+     Branch: perl
+          ! cygwin/cygwin.c malloc.c perl.h sv.c
+____________________________________________________________________________
+[ 29140] By: nicholas                              on 2006/10/29  22:01:17
+        Log: Subject: [PATHCH]  Scalar::Util::readonly &  compression (was RE: Change 29117: [PATCH] IO::Compress modules)
+             From: "Paul Marquess" <paul.marquess@ntlworld.com>
+             Message-ID: <02cf01c6fb9d$ade808a0$6501a8c0@myopwv.com>
+             Date: Sun, 29 Oct 2006 21:03:21 -0000
+     Branch: perl
+          ! ext/Compress/IO/Base/t/01misc.t t/lib/compress/oneshot.pl
+____________________________________________________________________________
+[ 29139] By: nicholas                              on 2006/10/29  21:54:29
+        Log: Fix a typo in my description for change 26427.
+     Branch: perl
+          ! Changes
+____________________________________________________________________________
+[ 29138] By: nicholas                              on 2006/10/29  21:23:12
+        Log: Modify autodoc.pl to add read-only editor boilerplate for perlapi.pod
+             and perlguts.pod
+     Branch: perl
+          ! autodoc.pl pod/perlapi.pod pod/perlguts.pod
+____________________________________________________________________________
+[ 29133] By: nicholas                              on 2006/10/29  19:27:45
+        Log: Subject: [PATCH] Re: Deparse bug?
+             From: Stephen McCamant <smcc@mit.edu>
+             Message-ID: <17732.55694.646895.706177@apocalypse.OCF.Berkeley.EDU>
+             Date: Sun, 29 Oct 2006 08:40:46 -0800
+     Branch: perl
+          ! ext/B/B/Deparse.pm ext/B/t/deparse.t
+____________________________________________________________________________
+[ 29131] By: merijn                                on 2006/10/29  18:32:55
+        Log: Subject: [PATCH] Add a few useful developers maketargets to win32/Makefile
+             From: demerphq <demerphq@gmail.com>
+             Date: Sun, 29 Oct 2006 13:28:31 +0200
+             Message-ID: <9b18b3110610290328v71956891s7df10e40efd2350c@mail.gmail.com>
+     Branch: perl
+          ! win32/Makefile
+____________________________________________________________________________
+[ 29130] By: nicholas                              on 2006/10/29  18:30:25
+        Log: Add the note from change 25773 about auditing for destruction ordering.
+     Branch: perl
+          ! pod/perltodo.pod
+____________________________________________________________________________
+[ 29128] By: nicholas                              on 2006/10/29  18:23:01
+        Log: I shrunk struct context, so remove it from perltodo.
+     Branch: perl
+          ! pod/perltodo.pod
+____________________________________________________________________________
+[ 29127] By: nicholas                              on 2006/10/27  21:40:40
+        Log: Change 27779 failed to free() memory in two places in Perl_magic_set(),
+             and hence was leaking like the proverbial Jumblie maritime craft.
+     Branch: perl
+          ! mg.c
+____________________________________________________________________________
+[ 29126] By: stevep                                on 2006/10/27  13:29:05
+        Log: Upgrade to Pod-Parser-1.35.
+     Branch: perl
+          + t/pod/p2u_data.pl t/pod/twice.t
+          ! MANIFEST lib/Pod/Checker.pm lib/Pod/ParseUtils.pm
+          ! lib/Pod/Parser.pm lib/Pod/PlainText.pm lib/Pod/Select.pm
+          ! lib/Pod/Usage.pm t/pod/testcmp.pl
+____________________________________________________________________________
+[ 29125] By: rgs                                   on 2006/10/27  09:45:33
+        Log: Document the limitation of Attribute::Handlers w.r.t. UNITCHECK blocks.
+     Branch: perl
+          ! lib/Attribute/Handlers.pm
+____________________________________________________________________________
+[ 29124] By: rgs                                   on 2006/10/27  08:43:26
+        Log: Subject: [PATCH] Change MY_CXT ref in perl.h
+             From: "Jerry D. Hedden" <jdhedden@yahoo.com>
+             Date: Thu, 26 Oct 2006 08:35:46 -0700 (PDT)
+             Message-ID: <20061026153546.71547.qmail@web30214.mail.mud.yahoo.com>
+     Branch: perl
+          ! perl.h
+____________________________________________________________________________
+[ 29123] By: rgs                                   on 2006/10/27  08:41:45
+        Log: Subject: [PATCH] Make 'threads' conform to perlguts
+             From: "Jerry D. Hedden" <jdhedden@yahoo.com>
+             Date: Thu, 26 Oct 2006 11:10:57 -0700 (PDT)
+             Message-ID: <20061026181057.74650.qmail@web30211.mail.mud.yahoo.com>
+     Branch: perl
+          ! ext/threads/threads.xs
+____________________________________________________________________________
+[ 29122] By: stevep                                on 2006/10/27  04:48:43
+        Log: Spelling fixes for re.pm.
+     Branch: perl
+          ! ext/re/re.pm
+____________________________________________________________________________
+[ 29121] By: stevep                                on 2006/10/27  03:48:34
+        Log: Spelling nits from Debian bug list...
+             
+             Subject: Bug#395426: perl: spelling errors
+             From: Matt Taggart <taggart@debian.org>
+             Date: Thu, 26 Oct 2006 15:23:29 -0700
+             Message-Id: <20061026222329.8B8CF1AAC6D@cyrix.home.bogus>
+     Branch: perl
+          ! ext/Encode/bin/enc2xs lib/ExtUtils/xsubpp x2p/find2perl.PL
+          ! x2p/s2p.PL
+____________________________________________________________________________
+[ 29120] By: steveh                                on 2006/10/26  16:26:56
+        Log: Close temporary test file before unlinking (for the sake of Win32)
+     Branch: perl
+          ! lib/Term/UI/t/02_ui.t
+____________________________________________________________________________
+[ 29119] By: rgs                                   on 2006/10/26  16:11:26
+        Log: Document the new (?FAIL) assertion (Yves Orton)
+     Branch: perl
+          ! pod/perlre.pod
+____________________________________________________________________________
+[ 29118] By: rgs                                   on 2006/10/26  15:58:18
+        Log: Subject: [PATCH] Fix a problem with jump-tries, add (?FAIL) pattern.
+             From: demerphq <demerphq@gmail.com>
+             Date: Thu, 26 Oct 2006 14:59:11 +0200
+             Message-ID: <9b18b3110610260559k3efa98barc28987e88c581a8a@mail.gmail.com>
+     Branch: perl
+          ! regcomp.c regcomp.sym regexec.c regexp.h regnodes.h
+          ! t/op/re_tests
+____________________________________________________________________________
+[ 29117] By: rgs                                   on 2006/10/26  15:42:40
+        Log: Subject: [PATCH] IO::Compress modules
+             From: "Paul Marquess" <paul.marquess@ntlworld.com>
+             Date: Thu, 26 Oct 2006 15:29:43 +0100
+             Message-ID: <028201c6f90b$2de7a4b0$4e3c140a@myopwv.com>
+     Branch: perl
+          ! ext/Compress/IO/Base/Changes ext/Compress/IO/Base/Makefile.PL
+          ! ext/Compress/IO/Base/README
+          ! ext/Compress/IO/Base/lib/IO/Compress/Base.pm
+          ! ext/Compress/IO/Base/lib/IO/Compress/Base/Common.pm
+          ! ext/Compress/IO/Base/lib/IO/Uncompress/AnyUncompress.pm
+          ! ext/Compress/IO/Base/lib/IO/Uncompress/Base.pm
+          ! ext/Compress/IO/Base/private/MakeUtil.pm
+          ! ext/Compress/IO/Base/t/01misc.t ext/Compress/IO/Zlib/Changes
+          ! ext/Compress/IO/Zlib/README
+          ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Deflate.pm
+          ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Identity.pm
+          ! ext/Compress/IO/Zlib/lib/IO/Compress/Deflate.pm
+          ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip.pm
+          ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip/Constants.pm
+          ! ext/Compress/IO/Zlib/lib/IO/Compress/RawDeflate.pm
+          ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip.pm
+          ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip/Constants.pm
+          ! ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Constants.pm
+          ! ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Extra.pm
+          ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Identity.pm
+          ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
+          ! ext/Compress/IO/Zlib/lib/IO/Uncompress/AnyInflate.pm
+          ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Gunzip.pm
+          ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Inflate.pm
+          ! ext/Compress/IO/Zlib/lib/IO/Uncompress/RawInflate.pm
+          ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Unzip.pm
+          ! ext/Compress/IO/Zlib/private/MakeUtil.pm
+          ! ext/Compress/Raw/Zlib/Changes
+          ! ext/Compress/Raw/Zlib/Makefile.PL ext/Compress/Raw/Zlib/README
+          ! ext/Compress/Raw/Zlib/Zlib.xs
+          ! ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm
+          ! ext/Compress/Raw/Zlib/private/MakeUtil.pm
+          ! ext/Compress/Zlib/Changes ext/Compress/Zlib/README
+          ! ext/Compress/Zlib/lib/Compress/Zlib.pm
+          ! ext/Compress/Zlib/private/MakeUtil.pm
+          ! t/lib/compress/CompTestUtils.pm t/lib/compress/generic.pl
+          ! t/lib/compress/multi.pl t/lib/compress/oneshot.pl
+____________________________________________________________________________
+[ 29116] By: rgs                                   on 2006/10/26  15:30:52
+        Log: Subject: Re: [perl #40583] sprintf "%#04X" also uppercases the 0x-prefix
+             From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
+             Date: Fri, 27 Oct 2006 00:19:34 +0900
+             Message-Id: <20061027001924.B158.BQW10602@nifty.com>
+     Branch: perl
+          ! pod/perlfunc.pod sv.c t/op/sprintf.t
+____________________________________________________________________________
+[ 29115] By: merijn                                on 2006/10/26  14:08:03
+        Log: Subject: [PATCH] Fix typo in File::Find POD
+             From: "Jerry D. Hedden" <jdhedden@yahoo.com>
+             Date: Thu, 26 Oct 2006 06:50:04 -0700 (PDT)
+             Message-ID: <20061026135004.79720.qmail@web30211.mail.mud.yahoo.com>
+     Branch: perl
+          ! lib/File/Find.pm
+____________________________________________________________________________
+[ 29114] By: rgs                                   on 2006/10/26  12:22:07
+        Log: Add Term::UI and Object::Accessor to the list of dual-life modules
+     Branch: perl
+          ! Porting/Maintainers.pl
+____________________________________________________________________________
+[ 29113] By: rgs                                   on 2006/10/26  12:16:49
+        Log: Subject: [PATCH] Add Object::Accessor to the core
+             From: "Jos Boumans" <kane@xs4all.net>
+             Date: Thu, 26 Oct 2006 14:04:44 +0200 (CEST)
+             Message-ID: <18983.80.127.35.68.1161864284.squirrel@webmail.xs4all.nl>
+     Branch: perl
+          + lib/Object/Accessor.pm
+          + lib/Object/Accessor/t/00_Object-Accessor.t
+          + lib/Object/Accessor/t/01_Object-Accessor-Subclassed.t
+          + lib/Object/Accessor/t/02_Object-Accessor-allow.t
+          + lib/Object/Accessor/t/03_Object-Accessor-local.t
+          + lib/Object/Accessor/t/04_Object-Accessor-lvalue.t
+          + lib/Object/Accessor/t/05_Object-Accessor-callback.t
+          ! MANIFEST
+____________________________________________________________________________
+[ 29112] By: rgs                                   on 2006/10/26  12:13:59
+        Log: Subject: [PATCH] Add Term::UI to the core
+             From: "Jos Boumans" <kane@xs4all.net>
+             Date: Mon, 23 Oct 2006 12:07:23 +0200 (CEST)
+             Message-ID: <19689.80.127.35.68.1161598043.squirrel@webmail.xs4all.nl>
+     Branch: perl
+          + lib/Term/UI.pm lib/Term/UI/History.pm lib/Term/UI/t/00_load.t
+          + lib/Term/UI/t/01_history.t lib/Term/UI/t/02_ui.t
+          ! MANIFEST
+____________________________________________________________________________
+[ 29111] By: rgs                                   on 2006/10/26  11:02:15
+        Log: Fix a memory leak :
+             Subject: Re: Valgrind findings
+             From: demerphq <demerphq@gmail.com>
+             Date: Thu, 26 Oct 2006 12:34:43 +0200
+             Message-ID: <9b18b3110610260334t6b77c2dbu2ca8207d822402da@mail.gmail.com>
+     Branch: perl
+          ! regexec.c
+____________________________________________________________________________
+[ 29110] By: rgs                                   on 2006/10/26  10:42:03
+        Log: Subject: [PATCH] threads-shared 1.05
+             From: "Jerry D. Hedden" <jdhedden@yahoo.com>
+             Date: Wed, 25 Oct 2006 11:27:15 -0700 (PDT)
+             Message-ID: <20061025182715.561.qmail@web30211.mail.mud.yahoo.com>
+     Branch: perl
+          ! ext/threads/shared/Changes ext/threads/shared/Makefile.PL
+          ! ext/threads/shared/README ext/threads/shared/shared.pm
+          ! ext/threads/shared/shared.xs
+____________________________________________________________________________
+[ 29109] By: rgs                                   on 2006/10/26  10:37:43
+        Log: Subject: [PATCH] threads 1.45
+             From: "Jerry D. Hedden" <jdhedden@yahoo.com>
+             Date: Wed, 25 Oct 2006 11:26:29 -0700 (PDT)
+             Message-ID: <20061025182629.16434.qmail@web30209.mail.mud.yahoo.com>
+     Branch: perl
+          ! ext/threads/Changes ext/threads/Makefile.PL ext/threads/README
+          ! ext/threads/t/thread.t ext/threads/threads.pm
+____________________________________________________________________________
+[ 29108] By: rgs                                   on 2006/10/25  16:19:50
+        Log: Fix small leak with -F at interpreter destruction
+     Branch: perl
+          ! perl.c
+____________________________________________________________________________
+[ 29107] By: rgs                                   on 2006/10/25  13:51:55
+        Log: Plug a memory leak in newCONSTSUB
+     Branch: perl
+          ! op.c
+____________________________________________________________________________
+[ 29106] By: rgs                                   on 2006/10/25  12:16:08
+        Log: I'll finally get it right. (thanks to Sadahiro Tomoyuki)
+     Branch: perl
+          ! pod/perlfunc.pod
+____________________________________________________________________________
+[ 29105] By: rgs                                   on 2006/10/25  11:18:27
+        Log: Fix nit in previous patch, spotted by Gisle
+     Branch: perl
+          ! pod/perlfunc.pod
+____________________________________________________________________________
+[ 29104] By: rgs                                   on 2006/10/25  10:59:55
+        Log: Add a %B sprintf format
+             
+             Subject: Re: [perl #40583] sprintf "%#04X" also uppercases the 0x-prefix
+             From: Nicholas Clark <nick@ccl4.org>
+             Date: Mon, 23 Oct 2006 18:19:51 +0100
+             Message-ID: <20061023171951.GA3262@plum.flirble.org>
+             (plus docs)
+     Branch: perl
+          ! pod/perlfunc.pod sv.c t/op/sprintf.t
+____________________________________________________________________________
+[ 29103] By: rgs                                   on 2006/10/25  10:27:05
+        Log: Subject: [PATCH] FindBin.pm: better fix for PATH entries
+             From: Alexey Tourbin <at@altlinux.ru>
+             Date: Wed, 25 Oct 2006 14:02:55 +0400
+             Message-ID: <20061025100255.GE7821@localhost.localdomain>
+     Branch: perl
+          ! lib/FindBin.pm
+____________________________________________________________________________
+[ 29102] By: rgs                                   on 2006/10/25  09:56:06
+        Log: Document that warnings.pm doesn't load Carp anymore
+     Branch: perl
+          ! pod/perl595delta.pod
+____________________________________________________________________________
+[ 29101] By: craigb                                on 2006/10/25  03:58:38
+        Log: Initialize d_ctermid and i_gdbm in configure.com.
+     Branch: perl
+          ! configure.com
+____________________________________________________________________________
+[ 29100] By: stevep                                on 2006/10/24  15:44:22
+        Log: Upgrade to CPAN-1.88_57.
+     Branch: perl
+          ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
+          ! lib/CPAN/SIGNATURE
+____________________________________________________________________________
+[ 29099] By: rgs                                   on 2006/10/24  14:42:13
+        Log: Silence an expected warning (when playing with utf8ness and string overloading)
+     Branch: perl
+          ! t/uni/overload.t
+____________________________________________________________________________
+[ 29098] By: rgs                                   on 2006/10/24  12:53:14
+        Log: New UTF-8 warning : Variable length character upgraded in print.
+             
+             Subject: Re: Changing the internal encoding (was: Re: utf8 regexp performance problem)
+             From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
+             Date: Sun, 22 Oct 2006 14:32:34 +0900
+             Message-Id: <20061022142512.A7D3.BQW10602@nifty.com>
+             
+             (but with ckWARN_d replaced by ckWARN)
+     Branch: perl
+          ! doio.c pod/perldiag.pod
+____________________________________________________________________________
+[ 29097] By: rgs                                   on 2006/10/24  09:46:57
+        Log: No warning was produced if perl failed to load PerlIO::scalar
+             (contrary to other PerlIO layers.)
+     Branch: perl
+          ! perlio.c
+____________________________________________________________________________
+[ 29096] By: merijn                                on 2006/10/23  15:43:15
+        Log: Fix for RT#38169 & RT#38945
+             Configure won't handle versions 5.10.0 or 5.8.10.
+     Branch: perl
+          ! Configure config_h.SH
+____________________________________________________________________________
+[ 29093] By: rgs                                   on 2006/10/23  13:43:32
+        Log: Document that the %#X printf format prefixes the output with 0X, not 0x.
+     Branch: perl
+          ! pod/perlfunc.pod
+____________________________________________________________________________
+[ 29092] By: rgs                                   on 2006/10/23  09:33:26
+        Log: Update Changes
+     Branch: perl
+          ! Changes
+____________________________________________________________________________
 [ 29091] By: rgs                                   on 2006/10/23  09:22:05
         Log: Some notes about the recent changes in perldelta
      Branch: perl
@@ -8051,7 +9771,7 @@ ____________________________________________________________________________
           ! t/comp/parser.t
 ____________________________________________________________________________
 [ 27911] By: davem                                 on 2006/04/20  12:33:09
-        Log: regmatch(): raplace magic value -1000 with symbolic CHRTEST_VOID
+        Log: regmatch(): replace magic value -1000 with symbolic CHRTEST_VOID
      Branch: perl
           ! regexec.c
 ____________________________________________________________________________
@@ -11104,7 +12824,7 @@ ____________________________________________________________________________
           ! toke.c
 ____________________________________________________________________________
 [ 27443] By: nicholas                              on 2006/03/09  18:08:52
-        Log: Refactoring from Larry inplicit in the MAD patch.
+        Log: Refactoring from Larry implicit in the MAD patch.
      Branch: perl
           ! toke.c
 ____________________________________________________________________________