X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=2bb996f9ec3b1ffc631ce462f32142d4a36e0801;hb=e9d185f8391f09209c11be82e97358d853f1ba30;hp=d54ef2328573b9de2ca1fe22d4e7d958a9525beb;hpb=e37659a3d616afed86fb8f0e0699e900ad4d59b7;p=p5sagit%2Fp5-mst-13.2.git diff --git a/Changes b/Changes index d54ef23..2bb996f 100644 --- a/Changes +++ b/Changes @@ -29,6 +29,2374 @@ Version v5.9.X Development release working toward v5.10 -------------- ____________________________________________________________________________ +[ 31554] By: rgs on 2007/07/07 08:07:58 + Log: Subject: [PATCH] MAD: disable constant subs when PL_madskills + From: Gerard Goossen + Date: Wed, 27 Jun 2007 13:04:00 +0200 + Message-ID: <20070627110400.GC11336@ostwald> + Branch: perl + ! mad/t/p55.t op.c toke.c +____________________________________________________________________________ +[ 31553] By: rgs on 2007/07/07 08:05:24 + Log: Subject: [PATCH] p55: add 'declarator' to listop. Fixes 'pipe my ($r, $w)' + From: Gerard Goossen + Date: Wed, 27 Jun 2007 11:58:28 +0200 + Message-ID: <20070627095828.GB11336@ostwald> + Branch: perl + ! mad/Nomad.pm mad/t/p55.t +____________________________________________________________________________ +[ 31552] By: rgs on 2007/07/07 08:03:49 + Log: Subject: [PATCH] p55: correctly translate things like s//$#foo/ge + From: Gerard Goossen + Date: Tue, 26 Jun 2007 20:33:50 +0200 + Message-ID: <20070626183350.GA11336@ostwald> + Branch: perl + ! mad/Nomad.pm mad/P5AST.pm mad/t/p55.t +____________________________________________________________________________ +[ 31551] By: rgs on 2007/07/07 07:46:58 + Log: Subject: Re: [PATCH] Final Draft - pod/perlcommunity.pod - (was [PATCH] Draft - pod/perlcommunity.pod - Patches welcome) + From: "Edgar Bering" + Date: Wed, 4 Jul 2007 11:51:53 +0200 + Message-ID: + Branch: perl + + pod/perlcommunity.pod + ! MANIFEST pod.lst pod/perl.pod pod/perlmodlib.pod + ! pod/perltoc.pod vms/descrip_mms.template win32/pod.mak +____________________________________________________________________________ +[ 31550] By: rgs on 2007/07/07 07:29:08 + Log: Add a note in perldelta about undefining *ISA + Branch: perl + ! pod/perl595delta.pod +____________________________________________________________________________ +[ 31549] By: rgs on 2007/07/07 07:12:01 + Log: Subject: [patch] add verbose mode to -DU debugging option + From: Jim Cromie + Date: Thu, 05 Jul 2007 10:17:24 -0600 + Message-ID: <468D1994.1090909@gmail.com> + Branch: perl + ! perl.h pod/perlrun.pod +____________________________________________________________________________ +[ 31548] By: rgs on 2007/07/07 07:02:21 + Log: Make Perl_find_runcv a member of the public API + (so Sub::Current works on Windows) + Branch: perl + ! embed.fnc embed.h global.sym pod/perlapi.pod + ! pod/perlintern.pod +____________________________________________________________________________ +[ 31547] By: rgs on 2007/07/07 06:56:48 + Log: Remove 5.10.0 section from perltodo + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 31546] By: rgs on 2007/07/07 06:52:39 + Log: Subject: [PATCH] Fix commented out function names in proto.h + From: "Jan Dubois" + Date: Fri, 6 Jul 2007 17:59:38 -0700 + Message-ID: <058b01c7c032$18a6a260$49f3e720$@com> + Branch: perl + ! embed.h embed.pl proto.h +____________________________________________________________________________ +[ 31545] By: rgs on 2007/07/07 05:05:50 + Log: base.pm is belong to me + Branch: perl + ! Porting/Maintainers.pl +____________________________________________________________________________ +[ 31544] By: craigb on 2007/07/06 20:39:46 + Log: Fix the case of $Config{perl_patchlevel} on VMS. + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 31543] By: steveh on 2007/07/06 16:24:07 + Log: Subject: Re: Beyond 5.10 + From: Abigail + Date: Thu, 5 Jul 2007 21:55:20 +0200 + Message-ID: <20070705195520.GB1314@abigail.nl> + + Cleans up Porting/checkAUTHORS.pl and adds missing alias mappings + to it, and adds missing entries to AUTHORS. + Branch: perl + ! AUTHORS Porting/checkAUTHORS.pl +____________________________________________________________________________ +[ 31542] By: rgs on 2007/07/06 16:00:57 + Log: Add test preambles + Branch: perl + ! lib/base/t/base.t lib/base/t/fields-base.t lib/base/t/fields.t + ! lib/base/t/warnings.t +____________________________________________________________________________ +[ 31541] By: rgs on 2007/07/06 15:52:40 + Log: Make this new test be skipped with 5.8.x + Branch: perl + ! lib/base/t/fields-base.t +____________________________________________________________________________ +[ 31540] By: rgs on 2007/07/06 13:58:58 + Log: Upgrade to base and fields 2.12, mostly by Michael G Schwern + Branch: perl + + lib/base/Changes lib/base/t/sigdie.t lib/base/t/version.t + + lib/base/t/warnings.t t/lib/Dummy.pm t/lib/HasSigDie.pm + ! MANIFEST lib/base.pm lib/base/t/base.t + ! lib/base/t/fields-base.t lib/base/t/fields.t lib/fields.pm +____________________________________________________________________________ +[ 31539] By: steveh on 2007/07/06 11:08:37 + Log: Add Borland linker option to not generate .map files + (They are not generated by default by VC++ or MinGW, and there + doesn't seem to be any need for them.) + Branch: perl + ! win32/makefile.mk +____________________________________________________________________________ +[ 31538] By: rgs on 2007/07/06 08:09:12 + Log: Subject: [PATCH] Archive::Extract - small pod update + From: "Paul Marquess" + Date: Thu, 5 Jul 2007 16:01:02 +0100 + Message-ID: <00ee01c7bf15$57bdbf60$3a3c140a@myopwv.com> + Branch: perl + ! lib/Archive/Extract.pm +____________________________________________________________________________ +[ 31537] By: davem on 2007/07/04 23:09:02 + Log: clarify what text 'warn' appends to a newline-less string + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 31536] By: davem on 2007/07/04 22:39:08 + Log: really fix S_emulate_eaccess compiler warning (#31418 didn't) + Branch: perl + ! embed.fnc +____________________________________________________________________________ +[ 31535] By: craigb on 2007/07/04 16:27:16 + Log: New File::Path tests require unix syntax on VMS. + Branch: perl + ! lib/File/Path.t +____________________________________________________________________________ +[ 31534] By: craigb on 2007/07/04 16:07:33 + Log: VMS syntax nit in new MakeMaker test. + Branch: perl + ! lib/ExtUtils/t/cd.t +____________________________________________________________________________ +[ 31533] By: craigb on 2007/07/04 15:35:56 + Log: Replace C with C on VMS. + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 31532] By: craigb on 2007/07/04 15:18:06 + Log: Remove vms/genconfig.pl and references to it; it was made obsolete way back + in change #1084. Remove references to vms/config.vms, which was removed in + change #1084. + Branch: perl + - vms/genconfig.pl + ! MANIFEST README.vms configure.com vms/myconfig.com +____________________________________________________________________________ +[ 31531] By: rgs on 2007/07/04 14:13:55 + Log: Adapt perlivp to the ext/ reorganisation for Compress modules + Branch: perl + ! utils/perlivp.PL +____________________________________________________________________________ +[ 31530] By: rgs on 2007/07/04 13:38:42 + Log: Subject: [perl #3589] [BUG#3589 bleadperl] + From: "Reini Urban via RT" + Date: Mon, 02 Jul 2007 14:59:08 -0700 + Message-ID: + Branch: perl + ! t/op/re_tests +____________________________________________________________________________ +[ 31529] By: rgs on 2007/07/04 13:32:06 + Log: Subject: RE: [PATCH] lib/Net/Ping/t/500_ping_icmp.t requires admin + From: "Jan Dubois" + Date: Mon, 2 Jul 2007 14:21:06 -0700 + Message-ID: <007901c7bcee$e7b5d400$b7217c00$@com> + Branch: perl + ! lib/Net/Ping/t/500_ping_icmp.t +____________________________________________________________________________ +[ 31528] By: rgs on 2007/07/04 08:20:47 + Log: Don't require to have at least DB_File or *DBM_File + Branch: perl + ! t/lib/commonsense.t +____________________________________________________________________________ +[ 31527] By: rgs on 2007/07/04 08:11:36 + Log: regexp flags =~ s/k/p/ + Branch: perl + ! pod/perlre.pod +____________________________________________________________________________ +[ 31526] By: steveh on 2007/07/03 16:13:58 + Log: Correct a couple more cases of $Config{useshrplib} + Branch: perl + ! hints/uts.sh lib/ExtUtils/MM_Unix.pm vms/genconfig.pl +____________________________________________________________________________ +[ 31525] By: rgs on 2007/07/03 14:34:05 + Log: More tests for \g errors in regular expressions + Branch: perl + ! t/op/re_tests +____________________________________________________________________________ +[ 31524] By: rgs on 2007/07/03 14:26:13 + Log: Forbid \g0. (tests coming later) + Branch: perl + ! pod/perldiag.pod regcomp.c +____________________________________________________________________________ +[ 31523] By: steveh on 2007/07/03 14:16:23 + Log: $Config{useshrplib} should be 'true' rather than 'yes' when using + a shared perl library + Branch: perl + ! NetWare/config.wc win32/config.bc win32/config.ce + ! win32/config.gc win32/config.vc win32/config.vc64 +____________________________________________________________________________ +[ 31522] By: stevep on 2007/07/03 13:51:08 + Log: Upgrade to ExtUtils-MakeMaker-6.36 + Branch: perl + ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/prereq.t +____________________________________________________________________________ +[ 31521] By: stevep on 2007/07/02 18:23:50 + Log: Include file missed from change #31519. + Branch: perl + ! lib/ExtUtils/MakeMaker.pm +____________________________________________________________________________ +[ 31520] By: stevep on 2007/07/02 16:52:30 + Log: Subject: [PATCH] compression modules update to version 2.005 + From: "Paul Marquess" + Date: Sun, 1 Jul 2007 00:50:01 +0100 + Message-ID: <000c01c7bb71$6189ae20$6601a8c0@myopwv.com> + Branch: perl + + ext/IO_Compress_Zlib/t/110encode-deflate.t + + ext/IO_Compress_Zlib/t/110encode-gzip.t + + ext/IO_Compress_Zlib/t/110encode-rawdeflate.t + + ext/IO_Compress_Zlib/t/110encode-zip.t + + t/lib/compress/encode.pl + ! MANIFEST ext/Compress/Raw/Zlib/Changes + ! ext/Compress/Raw/Zlib/Makefile.PL ext/Compress/Raw/Zlib/README + ! ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm + ! ext/Compress/Zlib/Changes ext/Compress/Zlib/Makefile.PL + ! ext/Compress/Zlib/README + ! ext/Compress/Zlib/lib/Compress/Zlib.pm + ! ext/Compress/Zlib/t/08encoding.t ext/IO_Compress_Base/Changes + ! ext/IO_Compress_Base/README + ! ext/IO_Compress_Base/lib/IO/Compress/Base.pm + ! ext/IO_Compress_Base/lib/IO/Compress/Base/Common.pm + ! ext/IO_Compress_Base/lib/IO/Uncompress/AnyUncompress.pm + ! ext/IO_Compress_Base/lib/IO/Uncompress/Base.pm + ! ext/IO_Compress_Zlib/Changes ext/IO_Compress_Zlib/Makefile.PL + ! ext/IO_Compress_Zlib/README + ! ext/IO_Compress_Zlib/examples/unzip + ! ext/IO_Compress_Zlib/lib/IO/Compress/Adapter/Deflate.pm + ! ext/IO_Compress_Zlib/lib/IO/Compress/Adapter/Identity.pm + ! ext/IO_Compress_Zlib/lib/IO/Compress/Deflate.pm + ! ext/IO_Compress_Zlib/lib/IO/Compress/Gzip.pm + ! ext/IO_Compress_Zlib/lib/IO/Compress/Gzip/Constants.pm + ! ext/IO_Compress_Zlib/lib/IO/Compress/RawDeflate.pm + ! ext/IO_Compress_Zlib/lib/IO/Compress/Zip.pm + ! ext/IO_Compress_Zlib/lib/IO/Compress/Zip/Constants.pm + ! ext/IO_Compress_Zlib/lib/IO/Compress/Zlib/Constants.pm + ! ext/IO_Compress_Zlib/lib/IO/Compress/Zlib/Extra.pm + ! ext/IO_Compress_Zlib/lib/IO/Uncompress/Adapter/Identity.pm + ! ext/IO_Compress_Zlib/lib/IO/Uncompress/Adapter/Inflate.pm + ! ext/IO_Compress_Zlib/lib/IO/Uncompress/AnyInflate.pm + ! ext/IO_Compress_Zlib/lib/IO/Uncompress/Gunzip.pm + ! ext/IO_Compress_Zlib/lib/IO/Uncompress/Inflate.pm + ! ext/IO_Compress_Zlib/lib/IO/Uncompress/RawInflate.pm + ! ext/IO_Compress_Zlib/lib/IO/Uncompress/Unzip.pm + ! ext/IO_Compress_Zlib/t/004gziphdr.t + ! ext/IO_Compress_Zlib/t/005defhdr.t t/lib/compress/generic.pl + ! t/lib/compress/oneshot.pl t/lib/compress/tied.pl +____________________________________________________________________________ +[ 31519] By: stevep on 2007/07/02 15:39:52 + Log: Upgrade to ExtUtils-MakeMaker-6.35 + Branch: perl + + lib/ExtUtils/t/WriteEmptyMakefile.t lib/ExtUtils/t/cd.t + + lib/ExtUtils/t/fixin.t lib/ExtUtils/t/prereq.t + ! MANIFEST lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/MM_Unix.pm + ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm + ! lib/ExtUtils/MakeMaker/FAQ.pod lib/ExtUtils/t/basic.t + ! lib/ExtUtils/t/parse_version.t lib/ExtUtils/t/recurs.t + ! lib/ExtUtils/t/writemakefile_args.t + ! t/lib/MakeMaker/Test/Setup/Recurs.pm + ! t/lib/MakeMaker/Test/Utils.pm +____________________________________________________________________________ +[ 31518] By: rgs on 2007/07/02 13:35:06 + Log: Subject: [PATCH] Add add-package.pl to the core (was Re: Why no (XML|DBI|WWW|Template) modules in the core?) + From: "Jos I. Boumans" + Date: Mon, 2 Jul 2007 15:20:37 +0200 + Message-Id: + Branch: perl + + Porting/add-package.pl + ! MANIFEST +____________________________________________________________________________ +[ 31517] By: rgs on 2007/07/02 13:28:50 + Log: Subject: [PATCH-revised] Address 250_ping_hires.t failure + From: "Jerry D. Hedden" + Date: Sun, 1 Jul 2007 15:23:37 -0400 + Message-ID: <1ff86f510707011223u7557fc53m9df980815479892a@mail.gmail.com> + Branch: perl + ! lib/Net/Ping/t/250_ping_hires.t +____________________________________________________________________________ +[ 31516] By: rgs on 2007/07/02 13:17:26 + Log: Subject: [PATCH] Fixes to threads tests + From: "Jerry D. Hedden" + Date: Sun, 1 Jul 2007 15:03:41 -0400 + Message-ID: <1ff86f510707011203qc90c31he6f6b86d08d34e39@mail.gmail.com> + Branch: perl + ! ext/threads/Changes ext/threads/t/stack.t + ! ext/threads/t/stack_env.t ext/threads/t/stress_cv.t + ! ext/threads/t/stress_re.t ext/threads/t/stress_string.t +____________________________________________________________________________ +[ 31515] By: steveh on 2007/07/02 12:25:46 + Log: Apply win32/Makefile changes from #31102 and #31506 to win32/makefile.mk + Branch: perl + ! win32/makefile.mk +____________________________________________________________________________ +[ 31514] By: nicholas on 2007/07/01 14:45:47 + Log: Restore a comment from 30501 unintentionally deleted with change 31513. + Branch: perl + ! mro.c +____________________________________________________________________________ +[ 31513] By: nicholas on 2007/07/01 14:23:45 + Log: Avoid copying the AV in Perl_mro_get_linear_isa_dfs() + Branch: perl + ! mro.c +____________________________________________________________________________ +[ 31512] By: nicholas on 2007/07/01 12:33:39 + Log: Add some information to the comments describing SV flag bits. + Branch: perl + ! sv.h +____________________________________________________________________________ +[ 31511] By: davem on 2007/07/01 12:30:50 + Log: test that localised tieing of a hash or array remains local + (tests for change #31505) + Branch: perl + ! t/op/tie.t +____________________________________________________________________________ +[ 31510] By: demerphq on 2007/07/01 12:03:35 + Log: char is not a good type to use for array indexes; + should have been U8 in the first place. + + Originally noticed by Jerry Hedden in + Subject: [PATCH] Compiler warning in regcomp.c + From: "Jerry D. Hedden" + Date: Sat, 30 Jun 2007 16:34:06 -0400 + Message-ID: <1ff86f510706301334t337903a0k46abc6d2d25c68a5@mail.gmail.com> + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 31509] By: demerphq on 2007/06/30 16:44:16 + Log: Subject: FYI: Math::BigInt v1.87 released [PATCH] + From: Tels + Date: Sat, 30 Jun 2007 13:14:05 +0200 + Message-Id: <200706301314.07075@bloodgate.com> + Branch: perl + ! lib/Math/BigFloat.pm lib/Math/BigInt.pm +____________________________________________________________________________ +[ 31508] By: demerphq on 2007/06/30 16:19:33 + Log: Subject: [PATCH pp_hot.c] Comment typo fix + From: Abigail + Date: Fri, 29 Jun 2007 22:49:35 +0200 + Message-ID: <20070629204935.GA13919@abigail.nl> + Branch: perl + ! pp_hot.c +____________________________________________________________________________ +[ 31507] By: demerphq on 2007/06/30 15:48:55 + Log: Subject: [PATCH regcomp.c] regclass on EBCDIC platforms + From: Benjamin Carter + Date: Fri, 29 Jun 2007 23:42:59 -0500 + Message-ID: <20070630044259.GB22566@egg> + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 31506] By: demerphq on 2007/06/30 15:37:41 + Log: Subject: /p vs (?p) + From: Abigail + Date: Fri, 29 Jun 2007 23:38:07 +0200 + Message-ID: <20070629213807.GA14454@abigail.nl> + + Subject: [PATCH pod/perlre.pod] Keeping up with the changes. + From: Abigail + Date: Sat, 30 Jun 2007 01:24:36 +0200 + Message-ID: <20070629232436.GA15326@abigail.nl> + + Plus tweaks, and debug enahancements. + Branch: perl + ! embed.fnc embed.h ext/re/re.pm globvar.sym pod/perlre.pod + ! proto.h regcomp.c regcomp.h regcomp.pl regexp.h regnodes.h + ! t/op/reg_pmod.t win32/Makefile +____________________________________________________________________________ +[ 31505] By: rgs on 2007/06/29 16:28:34 + Log: Removes the code that is supposed to restore magic on leaving the + localization of an array or a hash. This fixes some memory leaks. + Basically we were overwriting the magic of the outer value (value + from the outer scope) by the magic of the inner value (therefore making + that outer magic leaking in memory). But that inner magic was created + by mg_localize() by copying *some* of the outer magic. Consequently the + outer value already has that magic. So just keep it and don't bother. + + That change might introduce obscure bugs. On the other hand, it might + also cure obscure bugs, related to the inner value acquiring container + magic during its lifetime, or to the outer value loosing non-container + magic. No test in the test suite seems to test that. + Branch: perl + ! scope.c +____________________________________________________________________________ +[ 31504] By: stevep on 2007/06/29 16:10:13 + Log: Subject: [PATCH] Fix up change 31494 + From: "Jerry D. Hedden" + Date: Fri, 29 Jun 2007 12:02:17 -0400 + Message-ID: <1ff86f510706290902k57b540a5n446fad22c1afdab0@mail.gmail.com> + Branch: perl + ! t/op/goto.t +____________________________________________________________________________ +[ 31503] By: rgs on 2007/06/29 09:09:39 + Log: Update Changes + Branch: perl + ! Changes +____________________________________________________________________________ +[ 31502] By: rgs on 2007/06/29 09:00:32 + Log: Revert change #31489. + That change was adding a hook to cope with the case when one was + undef'ining *ISA globs, in order to clean up correctly. However, this + broke the case where one was assiging an array ref to @ISA, which + is likely to be more common. + Conclusion: don't undef *ISA. (or more generally don't undef globs + that contain magical variables) + Branch: perl + ! embed.fnc embed.h hv.c mg.c mro.c perl.h proto.h sv.c + ! t/mro/basic.t +____________________________________________________________________________ +[ 31501] By: rgs on 2007/06/29 08:29:09 + Log: Subject: Re: valgrind findings + From: "Brandon Black" + Date: Thu, 28 Jun 2007 15:58:32 -0500 + Message-ID: <84621a60706281358o3b379b20k2c1e53566587d79b@mail.gmail.com> + Branch: perl + ! mro.c +____________________________________________________________________________ +[ 31500] By: rgs on 2007/06/29 07:58:19 + Log: Being tired of adjusting the test count of concise-xs.t + all the time. Use no_plan instead. + Branch: perl + ! ext/B/t/concise-xs.t +____________________________________________________________________________ +[ 31499] By: rgs on 2007/06/29 06:28:07 + Log: Small pod fix + Branch: perl + ! pod/perlreapi.pod +____________________________________________________________________________ +[ 31498] By: demerphq on 2007/06/29 00:05:57 + Log: fix overzealous search and replace + Branch: perl + ! regexp.h +____________________________________________________________________________ +[ 31497] By: demerphq on 2007/06/28 23:14:39 + Log: Rename various regex defined so that they have distinct prefixes based on their usage. + + RXf_ => flags used in pm_flags argument to regcomp + and stored in the regex via rx->extflags + PREGf_ => flags stored in rx->intflags + RXapif_ => argument flags for regex named capture api + RX_BUFF_IDX_ => special indexes to represent $` $' $& + used in the numeric capture buffer api + + PREGf is untouched by this change, but RXf_ is split into RXapif and RX_BUFF_IDX_. + Branch: perl + ! mg.c perl.h pod/perlreapi.pod regcomp.c regexp.h universal.c +____________________________________________________________________________ +[ 31496] By: demerphq on 2007/06/28 22:14:14 + Log: Replace pattern parsing logic with optree "parsing" logic. + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 31495] By: demerphq on 2007/06/28 22:09:07 + Log: Subject: [PATCH] Move the RXf_WHITE logic for split " " into the regex engine + From: "=?UTF-8?Q?=C3=86var_Arnfj=C3=B6r=C3=B0_Bjarmason?=" + Date: Thu, 28 Jun 2007 20:06:50 +0000 + + Message-ID: <51dd1af80706281306i4dbba39em3eeb8da1d67ea27c@mail.gmail.com> + + (with tweaks) + Branch: perl + ! ext/B/t/concise-xs.t op.c op.h pod/perlreapi.pod regcomp.c + ! regexp.h +____________________________________________________________________________ +[ 31494] By: stevep on 2007/06/28 20:33:32 + Log: Add a TODO test cases RT# 43403. + Branch: perl + ! t/op/goto.t +____________________________________________________________________________ +[ 31493] By: rgs on 2007/06/28 15:05:42 + Log: Fix tests so they actually test $@. like() demands a qr//. + Branch: perl + ! t/op/vec.t +____________________________________________________________________________ +[ 31492] By: rgs on 2007/06/28 10:55:04 + Log: New valgrind suppressions. + Branch: perl + ! t/perl.supp +____________________________________________________________________________ +[ 31491] By: steveh on 2007/06/28 10:46:39 + Log: Re-enable the setlocale() tests for Windows XP onwards + since they seem to work OK. Not sure about older flavours + of Windows, so leave them alone. + Branch: perl + ! lib/locale.t +____________________________________________________________________________ +[ 31490] By: steveh on 2007/06/28 10:11:15 + Log: Subject: RE: Problem in Win32CORE when building PAR-Packer-0.975 with bleadperl on Win32 + From: "Jan Dubois" + Date: Wed, 27 Jun 2007 15:34:12 -0700 + Message-ID: <02bd01c7b90b$49863720$dc92a560$@com> + + Rearranges the initialization of Win32CORE. The Perl interpreter isn't + fully initialized when Perl_init_os_extras() in win32/win32.c is called, + so it is not safe to use the Perl calling mechanism yet. Fixes a problem + building PAR-Packer on Win32. + Branch: perl + ! cygwin/cygwin.c ext/Win32CORE/Win32CORE.c + ! ext/Win32CORE/Win32CORE.pm makedef.pl win32/win32.c +____________________________________________________________________________ +[ 31489] By: rgs on 2007/06/28 06:32:01 + Log: Subject: Re: [perl #43357] *DESTROY = sub {} at runtime + From: "Brandon Black" + Date: Wed, 27 Jun 2007 10:07:54 -0500 + Message-ID: <84621a60706270807r7af65546x8d959b131ffa28e6@mail.gmail.com> + Branch: perl + ! embed.fnc embed.h hv.c mg.c mro.c perl.h proto.h sv.c + ! t/mro/basic.t +____________________________________________________________________________ +[ 31488] By: rgs on 2007/06/28 06:17:04 + Log: Subject: [PATCH-revised] Move tests under 'threads' module + From: "Jerry D. Hedden" + Date: Wed, 27 Jun 2007 14:15:16 -0400 + Message-ID: <1ff86f510706271115n6c816334nbde6774792743a54@mail.gmail.com> + Branch: perl + ! ext/threads/t/thread.t t/op/threads.t +____________________________________________________________________________ +[ 31487] By: rgs on 2007/06/28 06:13:31 + Log: Subject: Re: [PATCH-revised] ext/Win32/t/Unicode.t failures on FAT32 under Cygwin + From: "Jerry D. Hedden" + Date: Wed, 27 Jun 2007 20:46:39 -0400 + Message-ID: <1ff86f510706271746r62f921f4s3770df0b92cdf201@mail.gmail.com> + Branch: perl + ! ext/Win32/t/Unicode.t +____________________________________________________________________________ +[ 31486] By: rgs on 2007/06/28 06:10:45 + Log: Subject: Math::BigFloat - fix bpi() and A [PATCH] + From: Tels + Date: Wed, 27 Jun 2007 18:34:14 +0200 + Message-Id: <200706271834.14904@bloodgate.com> + Branch: perl + + lib/Math/BigInt/t/big_pi_e.t + ! MANIFEST lib/Math/BigFloat.pm +____________________________________________________________________________ +[ 31485] By: rgs on 2007/06/28 06:03:32 + Log: Subject: Re: Broken bignum tests [PATCH] + From: Tels + Date: Wed, 27 Jun 2007 19:15:45 +0200 + Message-Id: <200706271915.46068@bloodgate.com> + Branch: perl + ! lib/bigint.pm lib/bignum.pm lib/bignum/t/big_e_pi.t + ! lib/bignum/t/bii_e_pi.t lib/bignum/t/bir_e_pi.t lib/bigrat.pm +____________________________________________________________________________ +[ 31484] By: rgs on 2007/06/28 05:42:49 + Log: Subject: [PATCH] bring File-Path up to 2.01 + From: David Landgren + Date: Wed, 27 Jun 2007 21:46:39 +0200 + Message-ID: <4682BE9F.6080502@landgren.net> + Branch: perl + ! lib/File/Path.pm lib/File/Path.t +____________________________________________________________________________ +[ 31483] By: demerphq on 2007/06/28 00:01:54 + Log: Free memory in case of error/failure to compile. + + Hopefully valgrind will notice and like. :-) + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 31482] By: steveh on 2007/06/27 17:08:01 + Log: Fix POSIX::setlocale(): the CRT function returns a pointer to a + buffer that may be overwritten by subsequent calls to the CRT + function, so we must make a safe copy of that buffer for our own + use. This fixes lib/locale.t on Win32 with the Borland compiler, + but presumably could affect other compilers too. + Branch: perl + ! ext/POSIX/POSIX.xs +____________________________________________________________________________ +[ 31481] By: rgs on 2007/06/27 16:40:10 + Log: Revert change #31480. The PI and e functions can accept an argument. + Branch: perl + ! lib/bigint.pm lib/bignum.pm lib/bigrat.pm +____________________________________________________________________________ +[ 31480] By: rgs on 2007/06/27 13:02:02 + Log: Add an empty prototype to functions PI and e + Branch: perl + ! lib/bigint.pm lib/bignum.pm lib/bigrat.pm +____________________________________________________________________________ +[ 31479] By: rgs on 2007/06/27 12:57:52 + Log: Subject: Re: RFC: bigint et. al exporting PI method? [PATCH] + From: Tels + Date: Tue, 26 Jun 2007 20:56:45 +0200 + Message-Id: <200706262056.47311@bloodgate.com> + Branch: perl + + lib/bignum/t/big_e_pi.t lib/bignum/t/bii_e_pi.t + + lib/bignum/t/bir_e_pi.t + ! MANIFEST lib/bigint.pm lib/bignum.pm lib/bigrat.pm +____________________________________________________________________________ +[ 31478] By: rgs on 2007/06/27 12:51:22 + Log: Subject: Math::BigInt take 12 [PATCH] + From: Tels + Date: Tue, 26 Jun 2007 21:00:53 +0200 + Message-Id: <200706262100.54138@bloodgate.com> + Branch: perl + ! lib/Math/BigFloat.pm lib/Math/BigInt.pm + ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bare_mbi.t + ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t + ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t + ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t + ! lib/Math/BigInt/t/with_sub.t +____________________________________________________________________________ +[ 31477] By: rgs on 2007/06/27 09:59:11 + Log: Subject: [PATCH-revised] threads 1.63 + From: "Jerry D. Hedden" + Date: Tue, 26 Jun 2007 21:17:52 -0400 + Message-ID: <1ff86f510706261817o52ad2e23kbd4efb16b5bed98b@mail.gmail.com> + Branch: perl + ! ext/threads/Changes ext/threads/README ext/threads/t/exit.t + ! ext/threads/t/thread.t ext/threads/threads.pm +____________________________________________________________________________ +[ 31476] By: rgs on 2007/06/27 08:53:02 + Log: Subject: [PATCH] B::Deparse cleanups + From: Chia-liang Kao + Date: Wed, 27 Jun 2007 00:06:56 +0100 + Message-Id: <1182899216.22414.32.camel@localhost> + Branch: perl + ! ext/B/B/Deparse.pm ext/B/t/concise-xs.t ext/B/t/deparse.t +____________________________________________________________________________ +[ 31475] By: davem on 2007/06/26 21:25:15 + Log: avoid double-free of the thread function + Branch: perl + ! ext/threads/threads.xs t/op/threads.t +____________________________________________________________________________ +[ 31474] By: davem on 2007/06/26 21:07:02 + Log: make sure PL_Parser is NULL during early stage of thread clone + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 31473] By: rgs on 2007/06/26 16:12:27 + Log: Second patch from: + Subject: Re: [perl #43357] *DESTROY = sub {} at runtime + From: "Brandon Black" + Date: Tue, 26 Jun 2007 11:05:31 -0500 + Message-ID: <84621a60706260905x2da6eaf1x4bd7d5223951e52@mail.gmail.com> + + Fix MRO behaviour when one undefs @ISA + Branch: perl + ! av.c t/mro/basic.t +____________________________________________________________________________ +[ 31472] By: rgs on 2007/06/26 16:10:11 + Log: First patch from: + Subject: Re: [perl #43357] *DESTROY = sub {} at runtime + From: "Brandon Black" + Date: Tue, 26 Jun 2007 11:05:31 -0500 + Message-ID: <84621a60706260905x2da6eaf1x4bd7d5223951e52@mail.gmail.com> + + Fix problem recently introduced with loosing a DESTROY when redefined + at runtime. + Branch: perl + ! gv.c t/mro/basic.t +____________________________________________________________________________ +[ 31471] By: rgs on 2007/06/26 15:48:51 + Log: Subject: [PATCH] Add TODO tests for refcount issues related to threads + From: "Jerry D. Hedden" + Date: Tue, 26 Jun 2007 11:26:25 -0400 + Message-ID: <1ff86f510706260826h79124373y51d899e53c96b50e@mail.gmail.com> + Branch: perl + ! t/op/threads.t +____________________________________________________________________________ +[ 31470] By: steveh on 2007/06/26 09:10:24 + Log: Upgrade to Win32-0.30 + Branch: perl + + ext/Win32/t/GetShortPathName.t + ! MANIFEST ext/Win32/Makefile.PL ext/Win32/Win32.pm + ! ext/Win32/Win32.xs ext/Win32/t/Unicode.t +____________________________________________________________________________ +[ 31469] By: steveh on 2007/06/26 07:38:05 + Log: Subject: [PATCH] Remove dead code from win32/win32sck.c + From: "Jan Dubois" + Date: Mon, 25 Jun 2007 17:13:04 -0700 + Message-ID: <02bb01c7b786$c42099c0$4c61cd40$@com> + + Subject: RE: [PATCH] Remove dead code from win32/win32sck.c + From: "Jan Dubois" + Date: Mon, 25 Jun 2007 17:26:15 -0700 + Message-ID: <02c801c7b788$9bf7ebe0$d3e7c3a0$@com> + Branch: perl + ! win32/win32sck.c win32/wincesck.c +____________________________________________________________________________ +[ 31468] By: steveh on 2007/06/26 07:31:13 + Log: Subject: [PATCH] Win32 is dual-lived on CPAN + From: "Jan Dubois" + Date: Mon, 25 Jun 2007 17:02:24 -0700 + Message-ID: <02a501c7b785$4774f890$d65ee9b0$@com> + Branch: perl + ! Porting/Maintainers.pl +____________________________________________________________________________ +[ 31467] By: rgs on 2007/06/26 07:22:36 + Log: Subject: [PATCH] Porting/corecpan.pl -f option doesn't work + From: "Jan Dubois" + Date: Mon, 25 Jun 2007 16:55:01 -0700 + Message-ID: <02a101c7b784$3f79c720$be6d5560$@com> + Branch: perl + ! Porting/corecpan.pl +____________________________________________________________________________ +[ 31466] By: steveh on 2007/06/25 15:10:34 + Log: Revert #30197 and #30219, which #31464 has just made redundant + Branch: perl + ! win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 31465] By: rgs on 2007/06/25 14:26:37 + Log: Subject: [PATCH] Accept file exists error in ext/Win32API/File/t/file.t + From: "Jerry D. Hedden" + Date: Mon, 25 Jun 2007 10:23:15 -0400 + Message-ID: <1ff86f510706250723r4d6c5f5dg203b3f61cdeaa14d@mail.gmail.com> + Branch: perl + ! ext/Win32API/File/t/file.t +____________________________________________________________________________ +[ 31464] By: rgs on 2007/06/25 14:20:04 + Log: Rename README and Changes for more readability + Branch: perl + +> lib/Net/Changes lib/Net/README + - lib/Net/Changes.libnet lib/Net/README.libnet + ! MANIFEST Porting/Maintainers.pl +____________________________________________________________________________ +[ 31463] By: rgs on 2007/06/25 14:16:28 + Log: Upgrade to libnet 1.21 + Branch: perl + + lib/Net/Hostname.pm.eg + - lib/Net/Hostname.eg + ! MANIFEST lib/Net/Changes.libnet lib/Net/Cmd.pm + ! lib/Net/Config.pm lib/Net/Domain.pm lib/Net/FTP.pm + ! lib/Net/FTP/A.pm lib/Net/FTP/I.pm lib/Net/FTP/dataconn.pm + ! lib/Net/NNTP.pm lib/Net/Netrc.pm lib/Net/POP3.pm + ! lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/Time.pm + ! lib/Net/libnetFAQ.pod +____________________________________________________________________________ +[ 31462] By: rgs on 2007/06/25 12:10:10 + Log: Apply doc suggestion from: + Subject: [perl #43287] perluniintro inaccurate answer to testing encoding validity + From: Danny Rathjens (via RT) + Date: Thu, 21 Jun 2007 17:35:26 -0700 + Message-ID: + Branch: perl + ! pod/perluniintro.pod +____________________________________________________________________________ +[ 31461] By: rgs on 2007/06/25 11:41:35 + Log: Subject: [PATCH] remove op_static + From: Paul Johnson + Date: Fri, 22 Jun 2007 02:13:20 +0200 + Message-ID: <20070622001320.GD20560@pjcj.net> + + Plus version bumps + Branch: perl + ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm op.c + ! op.h +____________________________________________________________________________ +[ 31460] By: rgs on 2007/06/25 10:23:47 + Log: That test too should be skipped in the core on EBCDIC platforms + (because it requires Convert::EBCDIC) + Branch: perl + ! lib/Net/t/datasend.t +____________________________________________________________________________ +[ 31459] By: rgs on 2007/06/25 09:45:21 + Log: Subject: [Caffeine-Patch] Math::BigInt 1.87 take 11 (add batan2, fix batan, speedup bpi() + From: Tels + Date: Sat, 23 Jun 2007 15:30:49 +0200 + Message-Id: <200706231530.49865@bloodgate.com> + Branch: perl + - lib/Math/BigInt/t/fallback.t + ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm + ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bigfltpm.inc + ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/sub_mbf.t + ! lib/Math/BigInt/t/with_sub.t t/lib/Math/BigInt/BareCalc.pm +____________________________________________________________________________ +[ 31458] By: rgs on 2007/06/25 09:08:53 + Log: Remove now-irrelevant comment + Branch: perl + ! ext/Win32API/File/t/file.t +____________________________________________________________________________ +[ 31457] By: rgs on 2007/06/25 09:08:04 + Log: Subject: [perl #43285] Win32API::File tests language specific + From: "Reini Urban via RT" + Date: Sat, 23 Jun 2007 11:15:07 -0700 + Message-ID: + Branch: perl + ! ext/Win32API/File/t/file.t +____________________________________________________________________________ +[ 31456] By: rgs on 2007/06/25 09:02:18 + Log: PerlFAQ sync. + Branch: perl + ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq4.pod + ! pod/perlfaq5.pod pod/perlfaq7.pod pod/perlfaq8.pod +____________________________________________________________________________ +[ 31455] By: nicholas on 2007/06/24 15:46:40 + Log: s/\bunicode\b/Unicode/; # For everything not dual life + Branch: perl + ! dump.c ext/Data/Dumper/Dumper.pm pod/perlapi.pod + ! pod/perldiag.pod pod/perlhack.pod pod/perlpacktut.pod + ! pod/perlre.pod pod/perlretut.pod pod/perlunicode.pod regcomp.c + ! regcomp.h regexec.c utf8.c vms/vms.c +____________________________________________________________________________ +[ 31454] By: nicholas on 2007/06/24 13:32:42 + Log: Also get copy on write working with ithreads. It hadn't been working + since change 26684 (which uses sv_setsv_flags to copy a value from an + SV in one interpreter context to an SV in another), despite what + change 31120 thought. ext/Compress/Raw/Zlib/t/07bufsize.t still fails. + Branch: perl + ! sv.c sv.h +____________________________________________________________________________ +[ 31453] By: demerphq on 2007/06/23 19:53:53 + Log: Rename test files starting with regexp_ that do not + wrap regexp.t (and thus use re_tests) to reg_ to make + it clear they are standalone. + Branch: perl + +> t/op/reg_email.t t/op/reg_mesg.t t/op/reg_namedcapture.t + +> t/op/reg_nc_tie.t t/op/reg_pmod.t + - t/op/regexp_email.t t/op/regexp_namedcapture.t + - t/op/regexp_nc_tie.t t/op/regexp_pmod.t t/op/regmesg.t + ! MANIFEST +____________________________________________________________________________ +[ 31451] By: demerphq on 2007/06/23 19:04:04 + Log: Resolve + http://www.nntp.perl.org/group/perl.perl5.porters/2007/06/msg125667.html + by reverting part of change #29354. + + Unfortunately match vars after a /g match in scalar context will be + unsafe (again) after this, but such matches on long strings won't be + as diabolically slow. + + Question: why does the new test in t/op/pat.t pass, but the same test + in t/op/reg_unsafe.t fail? (Latter is TODO for now) + Branch: perl + + t/op/reg_unsafe.t + ! MANIFEST pp_hot.c t/op/pat.t +____________________________________________________________________________ +[ 31450] By: rgs on 2007/06/23 10:14:43 + Log: Tels' patch to defer overloading of hex and oct, + to avoid magic leaking and smoke failures under + utf-8 locales + Branch: perl + ! lib/bigint.pm lib/bignum.pm lib/bigrat.pm lib/charnames.pm + ! lib/utf8.pm lib/utf8_heavy.pl +____________________________________________________________________________ +[ 31449] By: rgs on 2007/06/23 09:19:03 + Log: Subject: [PATCH] Math::BigInt v1.87 take 10 + From: Tels + Date: Fri, 22 Jun 2007 19:02:22 +0200 + Message-Id: <200706221902.22487@bloodgate.com> + Branch: perl + ! lib/Math/BigFloat.pm lib/Math/BigInt.pm + ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bigfltpm.inc + ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/fallback.t + ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/with_sub.t +____________________________________________________________________________ +[ 31448] By: davem on 2007/06/23 00:08:44 + Log: remove the test added by change #31447 + (I couldn't get a test that worked, and accidentally included my + failed attempt in the patch). + Branch: perl + ! t/op/closure.t +____________________________________________________________________________ +[ 31447] By: davem on 2007/06/22 23:46:36 + Log: safely handle cloning a stale lexical var + This code: + my $x if ...; sub { $x} + could attempt to clone $x even if $x is stale. + Branch: perl + ! pad.c t/op/closure.t +____________________________________________________________________________ +[ 31446] By: rgs on 2007/06/22 15:17:23 + Log: Subject: [PATCH] Remove orphaned (and unused) Test::Simple test + From: "Jerry D. Hedden" + Date: Thu, 21 Jun 2007 14:28:12 -0400 + Message-ID: <1ff86f510706211128h58cd5e98s49ec897bbdcce2a2@mail.gmail.com> + Branch: perl + - lib/Test/Simple/t/strays.t + ! MANIFEST +____________________________________________________________________________ +[ 31445] By: merijn on 2007/06/22 14:55:47 + Log: Subject: [perl #43291] perl-5.8.8 - AIX 5.3 64bit build issues + From: Niklas Edmundsson (via RT) + Date: Fri, 22 Jun 2007 00:30:36 -0700 + Message-ID: + Branch: perl + ! hints/aix.sh +____________________________________________________________________________ +[ 31444] By: merijn on 2007/06/22 10:21:12 + Log: Subject: [PATCH] perlopentut + From: "Dintelmann, Peter" + Date: Fri, 22 Jun 2007 10:30:50 +0200 + Message-ID: <3852726AFA94DE4F87E616F13F416A5FB66C78@naimucu1.ffz00k.rootdom.net> + Branch: perl + ! pod/perlopentut.pod +____________________________________________________________________________ +[ 31443] By: demerphq on 2007/06/21 22:57:20 + Log: Add avar to the authors file... Apparently the 'ae' ligature sorts after z in Icelandic so he goes at the bottom of the file. + Branch: perl + ! AUTHORS +____________________________________________________________________________ +[ 31442] By: demerphq on 2007/06/21 22:23:20 + Log: Correct my email address. (My very first commit!) + Branch: perl + ! AUTHORS +____________________________________________________________________________ +[ 31441] By: rgs on 2007/06/21 14:54:32 + Log: Subject: [PATCH] Remove unused Module::Build tests + From: "Jerry D. Hedden" + Date: Thu, 21 Jun 2007 10:24:01 -0400 + Message-ID: <1ff86f510706210724v5ccd24d0md024fd5a941ee769@mail.gmail.com> + Branch: perl + - lib/Module/Build/t/par.t lib/Module/Build/t/signature.t + ! MANIFEST +____________________________________________________________________________ +[ 31440] By: rgs on 2007/06/21 08:34:35 + Log: Subject: [PATCH] File::Spec::Cygwin more tests and silence warning + From: Reini Urban + Date: Wed, 20 Jun 2007 21:10:05 +0200 + Message-ID: <46797B8D.8040002@x-ray.at> + Branch: perl + ! lib/File/Spec/Cygwin.pm lib/File/Spec/t/Spec.t +____________________________________________________________________________ +[ 31439] By: rgs on 2007/06/21 08:28:13 + Log: Subject: [perl #43265] cygwin/Makefile.SHs: miniperl -Ilib for a clean @INC + From: cygwin@cygwin.com (via RT) + Date: Wed, 20 Jun 2007 09:39:31 -0700 + Message-ID: + Branch: perl + ! cygwin/Makefile.SHs +____________________________________________________________________________ +[ 31438] By: rgs on 2007/06/21 08:26:18 + Log: Subject: [PATCH] cloexec.t works under Cygwin + From: "Jerry D. Hedden" + Date: Wed, 20 Jun 2007 09:39:20 -0400 + Message-ID: <1ff86f510706200639t13f58ecbi286015713765c403@mail.gmail.com> + Branch: perl + ! t/run/cloexec.t +____________________________________________________________________________ +[ 31437] By: rgs on 2007/06/21 08:24:26 + Log: Subject: [PATCH] Remove Archive::Test POD check + From: "Jerry D. Hedden" + Date: Wed, 20 Jun 2007 09:43:27 -0400 + Message-ID: <1ff86f510706200643s50cb5028ted455f52497f6af5@mail.gmail.com> + Branch: perl + - lib/Archive/Tar/t/99_pod.t + ! MANIFEST +____________________________________________________________________________ +[ 31436] By: rgs on 2007/06/21 08:18:54 + Log: Subject: [perl #40103] File::Spec->case_tolerant() should return true on Cygwin + From: "Reini Urban via RT" + Date: Wed, 20 Jun 2007 11:50:21 -0700 + Message-ID: + Branch: perl + ! lib/File/Spec/Cygwin.pm lib/File/Spec/t/Spec.t +____________________________________________________________________________ +[ 31435] By: rgs on 2007/06/21 08:15:24 + Log: Subject: [perl #43273] Enable lib/User/*.t on cygwin + From: Reini Urban (via RT) + Date: Wed, 20 Jun 2007 16:22:48 -0700 + Message-ID: + Branch: perl + ! lib/User/grent.t lib/User/pwent.t +____________________________________________________________________________ +[ 31434] By: rgs on 2007/06/21 08:13:37 + Log: Subject: [PATH] AUTHORS rurban + From: Reini Urban + Date: Wed, 20 Jun 2007 23:35:03 +0200 + Message-ID: <46799D87.50906@x-ray.at> + Branch: perl + ! AUTHORS +____________________________________________________________________________ +[ 31433] By: rgs on 2007/06/21 08:12:09 + Log: Subject: [PATCH] pod/perlhack.pod where to go for information about smoke testing + From: "Gabor Szabo" + Date: Thu, 21 Jun 2007 08:19:33 +0300 + Message-ID: + Branch: perl + ! pod/perlhack.pod +____________________________________________________________________________ +[ 31432] By: craigb on 2007/06/21 03:24:02 + Log: Skip a test that causes list assignment to %ENV errors on VMS. + Branch: perl + ! lib/File/Spec/t/tmpdir.t +____________________________________________________________________________ +[ 31431] By: craigb on 2007/06/21 03:15:59 + Log: Make File::Spec::VMS->splitdir stop returning an empty first directory + when passed a relative path. Also, don't split on escaped directory + delimiters. + Branch: perl + ! lib/File/Spec/VMS.pm lib/File/Spec/t/Spec.t +____________________________________________________________________________ +[ 31430] By: steveh on 2007/06/20 16:26:01 + Log: Silence "signed/unsigned mismatch" warning from VC++ when building + with -DPERL_DEBUGGING_MSTATS + Branch: perl + ! ext/Devel/Peek/Peek.xs +____________________________________________________________________________ +[ 31429] By: steveh on 2007/06/20 16:07:06 + Log: Stop the VC++ warning "'HUF_func_2mode' undefined; assuming extern + returning int" by shuffling the functions around so that that + function is defined before it is called (since there are no forward + declarations of functions in this file) + Branch: perl + ! ext/Hash/Util/FieldHash/FieldHash.xs +____________________________________________________________________________ +[ 31428] By: steveh on 2007/06/20 16:03:10 + Log: Change #31426 should also be applied to the PERL_IMPLICIT_SYS + version of ioctl() + Branch: perl + ! win32/perlhost.h +____________________________________________________________________________ +[ 31427] By: rgs on 2007/06/20 14:36:19 + Log: Change #31426 should also be applied to the windows CE version + Branch: perl + ! win32/wincesck.c +____________________________________________________________________________ +[ 31426] By: rgs on 2007/06/20 13:30:14 + Log: Subject: Re: Net::SMTP can't send large messages with bleadperl + From: demerphq + Date: Wed, 20 Jun 2007 15:22:31 +0200 + Message-ID: <9b18b3110706200622o344c417apbd50468c6e5eb533@mail.gmail.com> + Branch: perl + ! win32/win32sck.c +____________________________________________________________________________ +[ 31425] By: rgs on 2007/06/20 07:45:43 + Log: A first stab at making perlreref.pod up to date + Branch: perl + ! pod/perlreref.pod +____________________________________________________________________________ +[ 31424] By: rgs on 2007/06/20 07:41:15 + Log: Fix docs for \u ; plus a POD formatting nit + Branch: perl + ! pod/perlrebackslash.pod +____________________________________________________________________________ +[ 31423] By: nicholas on 2007/06/19 20:38:36 + Log: Subject: Re: Net::SMTP can't send large messages with bleadperl + Message-ID: <9b18b3110706180943y22c0eaa7yf34565d87689dd9e@mail.gmail.com> + From: demerphq + Date: Mon, 18 Jun 2007 18:43:17 +0200 + Branch: perl + ! ext/IO/lib/IO/Socket.pm +____________________________________________________________________________ +[ 31422] By: nicholas on 2007/06/19 18:32:59 + Log: Work on getting B compiling outside of the perl source tree. + Branch: perl + ! ext/B/Makefile.PL ext/B/defsubs_h.PL +____________________________________________________________________________ +[ 31421] By: craigb on 2007/06/19 12:29:32 + Log: Better handling of escapes in filenames when converting between VMS + and Unix syntax. + Branch: perl + ! vms/vms.c +____________________________________________________________________________ +[ 31420] By: rgs on 2007/06/19 12:13:20 + Log: Subject: [perl #43242] "use base" breaks code containing peculiarly named constant + From: Martin Becker (via RT) + Date: Mon, 18 Jun 2007 09:48:54 -0700 + Message-ID: + + plus a test case + Branch: perl + ! lib/base.pm lib/base/t/base.t +____________________________________________________________________________ +[ 31419] By: rgs on 2007/06/19 09:43:21 + Log: Update list of files that need crlf line endings + Branch: perl + ! Porting/curliff.pl +____________________________________________________________________________ +[ 31418] By: davem on 2007/06/18 22:48:25 + Log: fix S_emulate_eaccess compiler warning + Branch: perl + ! embed.fnc embed.h proto.h +____________________________________________________________________________ +[ 31417] By: davem on 2007/06/18 15:10:32 + Log: 5.9.4 regexp capturing wrongly + change #28398 accidently made the last branch of an alternation + not restore the paren state after failure backtrack. Fix this by + removing the last-branch-skips-pushing-a-state optimisation. + Branch: perl + ! regexec.c t/op/re_tests +____________________________________________________________________________ +[ 31416] By: rgs on 2007/06/18 13:20:50 + Log: R stands for Report, not Reporting. + Branch: perl + ! META.yml Porting/makemeta +____________________________________________________________________________ +[ 31415] By: rgs on 2007/06/18 13:19:23 + Log: Regenerate META.yml. + Put MAD in Maintainers.pl. + Branch: perl + ! META.yml Porting/Maintainers.pl +____________________________________________________________________________ +[ 31414] By: rgs on 2007/06/18 11:39:04 + Log: Regen pods + Branch: perl + ! pod/perlmodlib.pod pod/perltoc.pod +____________________________________________________________________________ +[ 31413] By: steveh on 2007/06/18 08:49:30 + Log: Subject: Re: Math::BigInt 1.87 problems? Re: FAIL DBI-1.56 i686-linux 2.4.27-3-686 [PATCH] + From: Tels + Date: Fri, 15 Jun 2007 19:56:10 +0200 + Message-Id: <200706151956.11861@bloodgate.com> + Branch: perl + ! ext/Math/BigInt/FastCalc/FastCalc.xs + ! ext/Math/BigInt/FastCalc/t/bigintfc.t +____________________________________________________________________________ +[ 31412] By: rgs on 2007/06/18 08:27:59 + Log: Remove PERL_MAGIC_mutex + Branch: perl + ! dump.c perl.h pod/perlguts.pod +____________________________________________________________________________ +[ 31411] By: rgs on 2007/06/18 07:53:05 + Log: Subject: [PATCH] perlreapi.pod documentation for flags & cleanup + From: "=?UTF-8?Q?=C3=86var_Arnfj=C3=B6r=C3=B0_Bjarmason?=" + Date: Sun, 17 Jun 2007 18:09:25 +0000 + Message-ID: <51dd1af80706171109r37c294c4h78a51083c3b851ba@mail.gmail.com> + Branch: perl + ! pod/perlreapi.pod +____________________________________________________________________________ +[ 31410] By: rgs on 2007/06/18 07:48:56 + Log: Subject: [PATCH] POD Alignment for the magic table in perlapi.pod + From: "=?UTF-8?Q?=C3=86var_Arnfj=C3=B6r=C3=B0_Bjarmason?=" + Date: Sun, 17 Jun 2007 18:41:29 +0000 + Message-ID: <51dd1af80706171141w48cb717fr71ce7f214daebe36@mail.gmail.com> + Branch: perl + ! pod/perlguts.pod +____________________________________________________________________________ +[ 31409] By: rgs on 2007/06/18 07:39:35 + Log: Subject: [PATCH] SvRX() and SvRXOK() macros + From: "=?UTF-8?Q?=C3=86var_Arnfj=C3=B6r=C3=B0_Bjarmason?=" + Date: Mon, 18 Jun 2007 03:33:34 +0000 + Message-ID: <51dd1af80706172033h1908aa0ge15698204e0b79ed@mail.gmail.com> + Branch: perl + ! embed.fnc ext/re/re.xs pod/perlapi.pod pod/perlreapi.pod + ! proto.h regexp.h universal.c util.c +____________________________________________________________________________ +[ 31408] By: davem on 2007/06/18 00:00:30 + Log: add test for, and update comments for, old defined($1) oddity. + + Some code in regexec.c had a comment to the effect that without + this code, Dynaloader failed (this is back at 5.6.0). Replace the + comments with something more specific, and add a test for it + (basically without the code $1 is '' rather than undefined + sometimes). + Branch: perl + ! regexec.c t/op/re_tests +____________________________________________________________________________ +[ 31407] By: rgs on 2007/06/17 17:14:12 + Log: POD fixes in Hash::Util and Hash::Util::FieldHash + Branch: perl + ! ext/Hash/Util/FieldHash/lib/Hash/Util/FieldHash.pm + ! ext/Hash/Util/lib/Hash/Util.pm +____________________________________________________________________________ +[ 31406] By: rgs on 2007/06/17 16:58:55 + Log: Subject: [patch] Hash::Util::FieldHash v1.01 + From: Anno Siegel + Date: Sun, 17 Jun 2007 17:13:06 +0200 + Message-Id: <1750E68D-4F6E-48B9-A255-BCC0DA5C886E@mailbox.tu-berlin.de> + Branch: perl + ! ext/Hash/Util/FieldHash/Changes + ! ext/Hash/Util/FieldHash/FieldHash.xs + ! ext/Hash/Util/FieldHash/lib/Hash/Util/FieldHash.pm + ! ext/Hash/Util/FieldHash/t/02_function.t + ! ext/Hash/Util/lib/Hash/Util.pm +____________________________________________________________________________ +[ 31404] By: rgs on 2007/06/17 14:48:11 + Log: Patches to compile perl on Cray XT4 Catamount/Qk, by Jarkko + Branch: perl + + hints/catamount.sh + ! Configure MANIFEST Makefile.SH doio.c ext/util/make_ext + ! hints/linux.sh lib/ExtUtils/MM_Unix.pm perl.c perl.h pp_sys.c + ! sv.c util.c +____________________________________________________________________________ +[ 31403] By: rgs on 2007/06/17 13:28:00 + Log: Subject: bignum 0.22 take 4 (hex()/oct() overloading) + From: Tels + Date: Sat, 16 Jun 2007 14:33:47 +0200 + Message-Id: <200706161433.47489@bloodgate.com> + Branch: perl + ! lib/bigint.pm lib/bignum.pm lib/bignum/t/bigint.t + ! lib/bignum/t/bignum.t lib/bignum/t/bigrat.t + ! lib/bignum/t/in_effect.t lib/bignum/t/scope_f.t + ! lib/bignum/t/scope_i.t lib/bignum/t/scope_r.t lib/bigrat.pm +____________________________________________________________________________ +[ 31402] By: rgs on 2007/06/17 12:54:12 + Log: Subject: [PATCH] EBCDIC fixes for gzip + From: "Paul Marquess" + Date: Sun, 17 Jun 2007 01:43:11 +0100 + Message-ID: <004001c7b078$7cc2e520$6701a8c0@myopwv.com> + Branch: perl + ! ext/IO_Compress_Zlib/lib/IO/Compress/Gzip/Constants.pm + ! ext/IO_Compress_Zlib/t/004gziphdr.t +____________________________________________________________________________ +[ 31401] By: rgs on 2007/06/17 12:51:30 + Log: Subject: [PATCH] CPANPLUS 0.80 + From: "Jos I. Boumans" + Date: Sun, 17 Jun 2007 14:39:29 +0200 + Message-Id: <45B1EC67-D34B-404D-9801-449FAC1D75BA@dwim.org> + Branch: perl + ! MANIFEST lib/CPANPLUS.pm lib/CPANPLUS/Internals.pm + ! lib/CPANPLUS/Shell/Default.pm + ! lib/CPANPLUS/t/01_CPANPLUS-Configure.t + ! lib/CPANPLUS/t/02_CPANPLUS-Internals.t + ! lib/CPANPLUS/t/04_CPANPLUS-Module.t + ! lib/CPANPLUS/t/05_CPANPLUS-Internals-Fetch.t + ! lib/CPANPLUS/t/08_CPANPLUS-Backend.t + ! lib/CPANPLUS/t/10_CPANPLUS-Error.t + ! lib/CPANPLUS/t/19_CPANPLUS-Dist.t + ! lib/CPANPLUS/t/20_CPANPLUS-Dist-MM.t + ! lib/CPANPLUS/t/21_CPANPLUS-Dist-No-Build.t + ! lib/CPANPLUS/t/dummy-CPAN/authors/01mailrc.txt.gz.packed + ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/Bundle-Foo-Ba + ! r-0.01.tar.gz.packed + ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/Foo-Bar-0.01. + ! tar.gz.packed + ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/perl5.005_03. + ! tar.gz.packed + ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUXS/Foo-Bar-0.01.ta + ! r.gz.packed + ! lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBNOXS/Foo-Bar-0.01. + ! tar.gz.packed + ! lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBXS/Foo-Bar-0.01.ta + ! r.gz.packed + ! lib/CPANPLUS/t/dummy-CPAN/modules/02packages.details.txt.gz.pa + ! cked + ! lib/CPANPLUS/t/dummy-CPAN/modules/03modlist.data.gz.packed + ! lib/CPANPLUS/t/inc/conf.pl +____________________________________________________________________________ +[ 31400] By: rgs on 2007/06/17 08:46:13 + Log: Subject: Math::BigInt take 9 (CORE::hex() vs. hex() in Calc.pm) + From: Tels + Date: Sat, 16 Jun 2007 13:43:45 +0200 + Message-Id: <200706161343.47110@bloodgate.com> + Branch: perl + ! lib/Math/BigInt/Calc.pm +____________________________________________________________________________ +[ 31399] By: rgs on 2007/06/17 08:10:59 + Log: Subject: [DOC PATCH] Pod nits in doc/perlpodspec.pod + From: "Adriano Ferreira" + Date: Sat, 16 Jun 2007 14:30:16 -0300 + Message-ID: <73ddeb6c0706161030nb489b0cx746daddc55b95987@mail.gmail.com> + Branch: perl + ! pod/perlpodspec.pod +____________________________________________________________________________ +[ 31398] By: rgs on 2007/06/17 08:08:45 + Log: Subject: [PATCH] Test::Builder tickles Pod::Html parsing stupidity bug + From: demerphq + Date: Sat, 16 Jun 2007 18:47:22 +0200 + Message-ID: <9b18b3110706160947x5d3521b3kca1edf2d9ba65f37@mail.gmail.com> + Branch: perl + ! lib/Test/Builder.pm +____________________________________________________________________________ +[ 31397] By: rgs on 2007/06/17 08:06:08 + Log: Subject: [DOC PATCH] MANIFEST: t/op/exec.t tests exec, system AND qx + From: "Adriano Ferreira" + Date: Sat, 16 Jun 2007 15:03:41 -0300 + Message-ID: <73ddeb6c0706161103oe4afe43i941223debc00543@mail.gmail.com> + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 31396] By: rgs on 2007/06/16 06:10:19 + Log: More portability nits by Jarkko + Branch: perl + ! ext/util/make_ext gv.h hv.c +____________________________________________________________________________ +[ 31395] By: merijn on 2007/06/16 05:56:15 + Log: Subject: [PATCH] Re: [perl #43216] Perl 5.8.8 does not compile on Solaris 8 with-Dusethreads + From: Andy Dougherty + Date: Fri, 15 Jun 2007 12:05:36 -0400 (EDT) + Message-ID: + Branch: perl + ! Configure +____________________________________________________________________________ +[ 31393] By: craigb on 2007/06/15 21:21:25 + Log: Subject: [PATCH] Show warning bits on failure in t/op/caller.t + From: "Jerry D. Hedden" + Date: Fri, 15 Jun 2007 16:05:36 -0400 + Message-ID: <1ff86f510706151305j1ce8c46eib165ee9fad10b538@mail.gmail.com> + Branch: perl + ! t/op/caller.t +____________________________________________________________________________ +[ 31392] By: rgs on 2007/06/15 15:29:53 + Log: Subject: [PATCH] checkAUTHORS.pl once more + From: "Jerry D. Hedden" + Date: Fri, 15 Jun 2007 10:54:28 -0400 + Message-ID: <1ff86f510706150754g59703eabs7072fb750e160a31@mail.gmail.com> + Branch: perl + ! Porting/checkAUTHORS.pl +____________________________________________________________________________ +[ 31391] By: rgs on 2007/06/15 14:29:28 + Log: Subject: [PATCH] checkAUTHORS.pl again + From: "Jerry D. Hedden" + Date: Fri, 15 Jun 2007 10:16:38 -0400 + Message-ID: <1ff86f510706150716r5aef08fw12c9ea5d401f5f9a@mail.gmail.com> + Branch: perl + ! Porting/checkAUTHORS.pl +____________________________________________________________________________ +[ 31390] By: rgs on 2007/06/15 13:59:55 + Log: Subject: [PATCH] I have a name + From: "Jerry D. Hedden" + Date: Fri, 15 Jun 2007 09:54:57 -0400 + Message-ID: <1ff86f510706150654t24817135t67803e81f444305b@mail.gmail.com> + Branch: perl + ! Porting/checkAUTHORS.pl +____________________________________________________________________________ +[ 31389] By: rgs on 2007/06/15 13:52:34 + Log: Subject: [PATCH] Warning bit fixes to t/op/caller.t + From: "Jerry D. Hedden" + Date: Fri, 15 Jun 2007 09:49:47 -0400 + Message-ID: <1ff86f510706150649l320d629cl8820bfbf938c9f4d@mail.gmail.com> + Branch: perl + ! t/op/caller.t +____________________________________________________________________________ +[ 31388] By: rgs on 2007/06/15 11:17:50 + Log: Subject: [PATCH] miscellanea + From: Jarkko Hietaniemi + Date: Thu, 14 Jun 2007 22:32:49 -0400 + Message-ID: <4671FA51.4070001@iki.fi> + Branch: perl + ! Makefile.SH embed.fnc hv.h op.c proto.h sv.c util.c +____________________________________________________________________________ +[ 31387] By: rgs on 2007/06/15 09:52:07 + Log: Subject: [PATCH] Re: vsprintf + From: Andy Dougherty + Date: Thu, 14 Jun 2007 13:12:57 -0400 (EDT) + Message-ID: + Branch: perl + ! util.c +____________________________________________________________________________ +[ 31386] By: rgs on 2007/06/15 08:55:38 + Log: Forgot to regen warnings + Branch: perl + ! lib/warnings.pm warnings.h +____________________________________________________________________________ +[ 31385] By: craigb on 2007/06/15 03:19:46 + Log: Don't let the home-grown readdir() on VMS return results with + ODS-5 escapes (i.e., report foo.tar.gz, not foo^.tar.gz). + Branch: perl + ! vms/vms.c +____________________________________________________________________________ +[ 31384] By: craigb on 2007/06/14 18:23:18 + Log: Fix missing PerlIO_releaseFILE in VMS::Stdio::getname(). + Branch: perl + ! vms/ext/Stdio/Stdio.xs +____________________________________________________________________________ +[ 31383] By: rgs on 2007/06/14 15:36:16 + Log: Update Changes. + Mention the removal of -A and assertions.pm in perldelta. + Branch: perl + ! Changes pod/perl595delta.pod +____________________________________________________________________________ +[ 31382] By: rgs on 2007/06/14 14:12:35 + Log: Upgrade to PathTools 3.25 + Branch: perl + ! ext/Cwd/Changes ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/Cwd.pm + ! lib/File/Spec.pm lib/File/Spec/OS2.pm lib/File/Spec/t/tmpdir.t +____________________________________________________________________________ +[ 31381] By: rgs on 2007/06/14 13:12:56 + Log: Upgrade to ExtUtils::CBuilder 0.19 + Branch: perl + ! lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/Base.pm + ! lib/ExtUtils/CBuilder/Changes + ! lib/ExtUtils/CBuilder/Platform/Windows.pm + ! lib/ExtUtils/CBuilder/Platform/os2.pm +____________________________________________________________________________ +[ 31380] By: rgs on 2007/06/14 13:06:13 + Log: Sync Archive::Extract with CPAN + Branch: perl + ! lib/Archive/Extract.pm +____________________________________________________________________________ +[ 31379] By: rgs on 2007/06/14 12:38:16 + Log: Subject: [PATCH] Less sed'ing in Cygwin Makefile.SHs + From: "Jerry D. Hedden" + Date: Thu, 14 Jun 2007 08:13:29 -0400 + Message-ID: <1ff86f510706140513v5d3bb0e0l89dff31da83abfb9@mail.gmail.com> + Branch: perl + ! cygwin/Makefile.SHs +____________________________________________________________________________ +[ 31378] By: rgs on 2007/06/14 12:27:41 + Log: assertions has been removed + Branch: perl + ! Porting/Maintainers.pl +____________________________________________________________________________ +[ 31377] By: rgs on 2007/06/14 11:06:02 + Log: Fix [perl #43207] lc() or uc() inside sort affect the return value. + Branch: perl + ! pp.c t/op/lc.t +____________________________________________________________________________ +[ 31376] By: davem on 2007/06/13 22:41:33 + Log: change #31134 broke DEBUG_LEAKING_SCALARS builds + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 31375] By: merijn on 2007/06/13 20:15:28 + Log: Subject: Re: vsprintf + From: Andy Dougherty + Date: Wed, 13 Jun 2007 14:41:44 -0400 (EDT) + Message-ID: + Branch: perl + ! Configure +____________________________________________________________________________ +[ 31373] By: merijn on 2007/06/13 20:11:10 + Log: Subject: [PATCH] Configure: Erroneous C++ message + From: Andy Dougherty + Date: Wed, 13 Jun 2007 14:33:54 -0400 (EDT) + Message-ID: + Branch: perl + ! Configure +____________________________________________________________________________ +[ 31371] By: steveh on 2007/06/13 17:12:21 + Log: Fix random failures in CPANPLUS tests on Win32 + + The failures were a result of calling Win32::GetShortPathName with + the program argument " /nologo" appended to the path. Program + arguments should not be passed to Win32::GetShortPathName. + + (The randomness occurred because random garbage was being produced + due to a separate bug in that Win32 function, for which a fix is + forthcoming...). + Branch: perl + ! lib/CPANPLUS/Config.pm +____________________________________________________________________________ +[ 31370] By: rgs on 2007/06/13 13:24:09 + Log: Subject: yet another mro.c patch + From: "Brandon Black" + Date: Wed, 13 Jun 2007 08:19:11 -0500 + Message-ID: <84621a60706130619g17c9d2fbi111cca567da3d500@mail.gmail.com> + Branch: perl + ! mro.c +____________________________________________________________________________ +[ 31369] By: rgs on 2007/06/12 08:43:55 + Log: Subject: mad-const patch + From: Jim Cromie + Date: Mon, 11 Jun 2007 13:49:06 -0600 + Message-ID: <466DA732.3010608@gmail.com> + Branch: perl + ! dump.c embed.fnc proto.h +____________________________________________________________________________ +[ 31368] By: rgs on 2007/06/12 08:39:00 + Log: Subject: Re: integer vs. bigint [PATCH] + From: Tels + Date: Mon, 11 Jun 2007 19:31:16 +0200 + Message-Id: <200706111931.17616@bloodgate.com> + Branch: perl + ! lib/bigint.pm +____________________________________________________________________________ +[ 31367] By: rgs on 2007/06/12 08:33:40 + Log: Subject: [PATCH] perltodo: more vtable musings + From: Jarkko Hietaniemi + Date: Tue, 12 Jun 2007 03:15:26 +0300 (EEST) + Message-Id: <200706120015.l5C0FQH7512295@kosh.hut.fi> + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 31366] By: rgs on 2007/06/12 08:32:26 + Log: Subject: Re: [PATCH-at-31365] (was - configpm frustrations) + From: Vadim + Date: Mon, 11 Jun 2007 19:19:31 +0400 + Message-ID: <466D6803.1020808@vkonovalov.ru> + Branch: perl + ! Makefile.SH configpm +____________________________________________________________________________ +[ 31365] By: rgs on 2007/06/11 15:20:38 + Log: Subject: Math::BigInt v1.87 take 8 + From: Tels + Date: Sat, 9 Jun 2007 14:07:34 +0200 + Message-Id: <200706091407.36659@bloodgate.com> + Branch: perl + ! lib/Math/BigFloat.pm lib/Math/BigInt.pm + ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bare_mbi.t + ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t + ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t + ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t + ! lib/Math/BigInt/t/with_sub.t +____________________________________________________________________________ +[ 31364] By: rgs on 2007/06/11 15:18:27 + Log: Subject: pidigits benchmark and bpi() method in Math::BigFloat/Math::BigInt, take 7 [PATCH] + From: Tels + Date: Fri, 8 Jun 2007 19:29:41 +0200 + Message-Id: <200706081929.44888@bloodgate.com> + Branch: perl + ! lib/Math/BigFloat.pm lib/Math/BigInt.pm + ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bare_mbi.t + ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t + ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t + ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t + ! lib/Math/BigInt/t/with_sub.t +____________________________________________________________________________ +[ 31363] By: rgs on 2007/06/11 14:27:40 + Log: Doc adjustments for the number localization and setlocale(). + See debian bug #379463. + Branch: perl + ! pod/perllocale.pod +____________________________________________________________________________ +[ 31362] By: rgs on 2007/06/11 08:28:57 + Log: Subject: [PATCH] cross-compilation for linux + From: "Konovalov, Vadim Vladimirovich \(Vadim\)** CTR **" + Date: Sat, 9 Jun 2007 19:41:44 +0200 + Message-ID: + Branch: perl + + Cross/README.new + ! Cross/Makefile-cross-SH Cross/README Cross/build-arm-n770-sh + ! MANIFEST README.ce win32/Makefile.ce +____________________________________________________________________________ +[ 31361] By: craigb on 2007/06/08 18:43:10 + Log: A couple of File::Path tests require unix syntax on VMS. + Branch: perl + ! lib/File/Path.t +____________________________________________________________________________ +[ 31360] By: craigb on 2007/06/08 15:28:29 + Log: Make pipe shutdown on VMS care about whether PerlIO has already + shut down. + Branch: perl + ! vms/vms.c +____________________________________________________________________________ +[ 31359] By: craigb on 2007/06/08 15:25:22 + Log: Avoid multiply defined symbols in re extension following #31341. + Branch: perl + ! ext/re/re_top.h +____________________________________________________________________________ +[ 31358] By: craigb on 2007/06/08 15:21:24 + Log: Make symbols short enough for VMS after #31341. + Branch: perl + ! universal.c +____________________________________________________________________________ +[ 31357] By: steveh on 2007/06/08 10:35:34 + Log: Fix lib/File/Path.t failure on Win32 + (Create a 'ZZ' directory instead of 'Z' because we already have a 'z' + which is the same as 'Z' on Win32's case-insensitive filesystem) + Branch: perl + ! lib/File/Path.pm lib/File/Path.t +____________________________________________________________________________ +[ 31356] By: steveh on 2007/06/08 09:07:46 + Log: Change 31347 should also have removed win32_free_argvw() + because it now isn't used anywhere. + Branch: perl + ! win32/win32.c win32/wince.c +____________________________________________________________________________ +[ 31355] By: steveh on 2007/06/08 08:50:09 + Log: Remove dead Perl_sys_intern_clear() from wince.c + Branch: perl + ! win32/wince.c +____________________________________________________________________________ +[ 31354] By: steveh on 2007/06/08 08:36:05 + Log: Move win32_create_message_window() out of #ifdef HAVE_INTERP_INTERN + section, where it didn't belong. (That section should (currently) + only contain sys_intern_init(), sys_intern_clear() and + sys_intern_dup() and related functionality such as + win32_csighandler().) + Branch: perl + ! win32/win32.c +____________________________________________________________________________ +[ 31353] By: rgs on 2007/06/08 08:30:25 + Log: encoding.pm doesn't give any details about ${^ENCODING}, + so don't mention it in perlvar + Branch: perl + ! pod/perlvar.pod +____________________________________________________________________________ +[ 31352] By: rgs on 2007/06/07 16:09:54 + Log: Plug a memory leak (noticed by Yves) + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 31351] By: rgs on 2007/06/07 14:05:11 + Log: Subject: Re: [perl #43082] "$_[0]->method" interpolation + From: Father Chrysostomos + Date: Tue, 5 Jun 2007 13:25:39 -0700 + Message-Id: <064E3238-D26D-446D-9B7E-0DB8CEFDE0AD@cpan.org> + Branch: perl + ! t/comp/parser.t toke.c +____________________________________________________________________________ +[ 31350] By: steveh on 2007/06/07 13:49:04 + Log: Stop VC++ from warning "'getenv' : inconsistent dll linkage. + dllexport assumed." when building with -DDEBUGGING by declaring + getenv() with the same __declspec as in Microsoft's . + MinGW/GCC is happy with that too, but Borland doesn't understand + _CRTIMP so don't bother for Borland since it doesn't warn anyway. + Branch: perl + ! x2p/a2p.c +____________________________________________________________________________ +[ 31349] By: rgs on 2007/06/07 13:23:07 + Log: Subject: Re: [PATCH] Update File-Path to 2.00 + From: David Landgren + Date: Thu, 07 Jun 2007 14:02:36 +0200 + Message-ID: <4667F3DC.9070203@landgren.net> + Branch: perl + ! lib/File/Path.pm +____________________________________________________________________________ +[ 31348] By: rgs on 2007/06/07 12:12:39 + Log: Subject: [PATCHES] Silence compiler warnings + From: "Jerry D. Hedden" + Date: Wed, 6 Jun 2007 14:45:06 -0400 + Message-ID: <1ff86f510706061145r540c7f02kba96c04bc9dcf8b0@mail.gmail.com> + Branch: perl + ! mro.c pp_sys.c universal.c +____________________________________________________________________________ +[ 31347] By: steveh on 2007/06/07 11:48:47 + Log: Stop VC++ from warning "all references to 'SHELL32.dll' discarded + by /OPT:REF" by removing the only reference to a SHELL32.dll function + (namely, CommandLineToArgvW(), called from win32_argv2utf8(), which + isn't actually used anywhere so delete it). + + That then caused the warning "/DELAYLOAD:shell32.dll ignored; no + imports found from shell32.dll", so remove that /DELAYLOAD option too. + Branch: perl + ! win32/Makefile win32/makefile.mk win32/win32.c win32/win32.h + ! win32/wince.c +____________________________________________________________________________ +[ 31346] By: rgs on 2007/06/07 08:51:15 + Log: Subject: [patch] fix small errors in sv.c commentary + From: Jim Cromie + Date: Wed, 06 Jun 2007 23:38:53 -0600 + Message-ID: <466799ED.3090705@gmail.com> + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 31345] By: rgs on 2007/06/07 08:01:18 + Log: Subject: Re: [PATCH] Update File-Path to 2.00 + From: David Landgren + Date: Wed, 06 Jun 2007 23:57:34 +0200 + Message-ID: <46672DCE.2080508@landgren.net> + Branch: perl + ! lib/File/Path.pm lib/File/Path.t +____________________________________________________________________________ +[ 31344] By: steveh on 2007/06/06 16:48:46 + Log: Stop VC7 and VC8 warning about overriding /DPERLDLL with /UPERLDLL + when compiling perlmain.c, and don't supply /DPERLDLL twice when + compiling perlmainst.c + Branch: perl + ! win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 31343] By: steveh on 2007/06/06 16:33:42 + Log: Stop VC7 and VC8 complaining about the DESCRIPTION statement + in perldll.def (it isn't supported any more). + Branch: perl + ! makedef.pl +____________________________________________________________________________ +[ 31342] By: rgs on 2007/06/06 14:58:27 + Log: Adjust test count (it shouldn't have changed with last patch) + Branch: perl + ! ext/B/t/concise-xs.t +____________________________________________________________________________ +[ 31341] By: rgs on 2007/06/06 14:42:01 + Log: Subject: Re: [PATCH] Callbacks for named captures (%+ and %-) + From: "=?UTF-8?Q?=C3=86var_Arnfj=C3=B6r=C3=B0_Bjarmason?=" + Date: Sun, 3 Jun 2007 20:24:59 +0000 + Message-ID: <51dd1af80706031324y5618d519p460da27a2e7fe712@mail.gmail.com> + Branch: perl + + ext/re/t/qr.t t/op/regexp_nc_tie.t + ! MANIFEST embed.fnc embed.h ext/B/t/concise-xs.t ext/re/re.pm + ! ext/re/re.xs ext/re/re_top.h ext/re/t/re_funcs.t global.sym + ! gv.c lib/Tie/Hash/NamedCapture.pm mg.c perl.h + ! pod/perlreapi.pod proto.h regcomp.c regcomp.h regexp.h + ! t/op/pat.t t/op/readdir.t universal.c +____________________________________________________________________________ +[ 31340] By: rgs on 2007/06/06 12:27:36 + Log: Upgrade to encoding::warnings 0.11 + Branch: perl + ! lib/encoding/warnings.pm +____________________________________________________________________________ +[ 31339] By: rgs on 2007/06/06 12:07:13 + Log: A test file was removed from the latest Unicode::Normalize + Branch: perl + - ext/Unicode/Normalize/t/short.t + ! MANIFEST +____________________________________________________________________________ +[ 31338] By: rgs on 2007/06/06 12:03:00 + Log: Upgrade to Unicode::Normalize 1.02 + Branch: perl + ! ext/Unicode/Normalize/Changes + ! ext/Unicode/Normalize/Normalize.pm + ! ext/Unicode/Normalize/Normalize.xs + ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader + ! ext/Unicode/Normalize/t/fcdc.t ext/Unicode/Normalize/t/func.t + ! ext/Unicode/Normalize/t/test.t +____________________________________________________________________________ +[ 31337] By: steveh on 2007/06/06 08:20:32 + Log: Subject: Re: [PATCH] Update File-Path to 2.00 + From: Joshua Juran + Date: Wed, 6 Jun 2007 01:14:31 -0700 + Message-Id: <5F26D98D-8B6D-4F4A-B2E9-168F71B963DD@gmail.com> + + Fixes typo in the POD. + Branch: perl + ! lib/File/Path.pm +____________________________________________________________________________ +[ 31336] By: steveh on 2007/06/06 08:16:44 + Log: Subject: Re: [PATCH] Update File-Path to 2.00 + From: David Landgren + Date: Tue, 05 Jun 2007 23:21:40 +0200 + Message-ID: <4665D3E4.2030809@landgren.net> + + Silences some unnecessary carping (e.g. from ExtUtils::Command line 109 + when building perl). + Branch: perl + ! lib/File/Path.pm lib/File/Path.t +____________________________________________________________________________ +[ 31335] By: steveh on 2007/06/05 12:51:07 + Log: Silence another VC++ compiler warning (signed/unsigned mismatch in ==) + Branch: perl + ! regexec.c +____________________________________________________________________________ +[ 31334] By: rgs on 2007/06/05 10:23:24 + Log: There is no more a ~~ feature, noticed by Moritz Lenz + Branch: perl + ! pod/perlsyn.pod +____________________________________________________________________________ +[ 31333] By: rgs on 2007/06/05 10:10:33 + Log: Remove support for assertions and -A + Branch: perl + - lib/assertions.pm lib/assertions/activate.pm + - lib/assertions/compat.pm t/comp/assertions.t + - t/comp/asstcompat.t t/run/switch_A.t + ! MANIFEST cv.h dump.c ext/B/B.xs ext/B/B/Concise.pm + ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL ext/B/t/concise-xs.t + ! lib/perl5db.pl op.c perl.c perl.h pod/perl.pod + ! pod/perldiag.pod pod/perllexwarn.pod pod/perlrun.pod + ! pod/perltodo.pod pp_hot.c sv.c t/op/attrs.t toke.c warnings.pl + ! xsutils.c +____________________________________________________________________________ +[ 31332] By: rgs on 2007/06/04 08:04:13 + Log: Subject: another mro patch + From: "Brandon Black" + Date: Mon, 4 Jun 2007 00:55:15 -0500 + Message-ID: <84621a60706032255g6702cd81ube1f582a1e07cf8a@mail.gmail.com> + Branch: perl + + t/mro/next_goto.t + ! MANIFEST lib/mro.pm mro.c +____________________________________________________________________________ +[ 31331] By: craigb on 2007/06/03 22:26:20 + Log: cando_by_name again: work harder to identify directories + for fileification, plus a nit missed in #31326. + Branch: perl + ! vms/vms.c +____________________________________________________________________________ +[ 31330] By: rgs on 2007/06/03 16:23:03 + Log: Subject: [PATCH] Math::BigInt v1.87 take 6 + From: Tels + Date: Sat, 2 Jun 2007 13:40:45 +0000 + Message-Id: <200706021340.46806@bloodgate.com> + Branch: perl + ! lib/Math/BigFloat.pm lib/Math/BigInt.pm +____________________________________________________________________________ +[ 31329] By: rgs on 2007/06/03 16:19:37 + Log: Subject: Re: [PATCH] Update File-Path to 2.00 + From: David Landgren + Date: Sat, 02 Jun 2007 20:58:16 +0200 + Message-ID: <4661BDC8.6040102@landgren.net> + Branch: perl + ! lib/File/Path.pm lib/File/Path.t +____________________________________________________________________________ +[ 31328] By: rgs on 2007/06/03 15:36:25 + Log: Subject: [PATCH] Re: BBC(Bleadperl Breaks CPAN) Today: String::Multibyte + From: demerphq + Date: Sun, 3 Jun 2007 17:21:55 +0200 + Message-ID: <9b18b3110706030821u39460f96ic342dda8ba9fcdf7@mail.gmail.com> + Branch: perl + ! regcomp.c t/op/pat.t +____________________________________________________________________________ +[ 31327] By: craigb on 2007/06/02 17:47:37 + Log: In File::Path::_rmtree, we want a list of files, not directories (some of them + may be directory files, which is ok). + Branch: perl + ! lib/File/Path.pm +____________________________________________________________________________ +[ 31326] By: craigb on 2007/06/02 16:02:03 + Log: Assorted fixes for VMS version of cando_by_name: + -- Restore pre-5.9.x behavior of expanding logical names and fileifying + directory specs regardless of whether input spec is in VMS syntax. + -- VMSify input spec unless explicitly told we don't need to (this was + backwards since introduced in #27733). + -- Various memory handling robustifications. + Branch: perl + ! vms/vms.c +____________________________________________________________________________ +[ 31325] By: rgs on 2007/06/01 09:14:24 + Log: Subject: [perl #43094] Doc patch to perlre: modifiers => quantifiers + From: Brad Baxter (via RT) + Date: Thu, 31 May 2007 15:04:55 -0700 + Message-ID: + Branch: perl + ! pod/perlre.pod +____________________________________________________________________________ +[ 31324] By: steveh on 2007/06/01 07:32:52 + Log: Subject: [PATCH] Fix DynaLoader::dl_findfile() to locate .so files again + From: "Jan Dubois" + Date: Thu, 31 May 2007 13:17:22 -0700 + Message-ID: <00a501c7a3c0$b2d880d0$18898270$@com> + Branch: perl + ! ext/DynaLoader/DynaLoader_pm.PL +____________________________________________________________________________ +[ 31323] By: merijn on 2007/06/01 06:39:32 + Log: Subject: [PATCH] Configure: O_NONBLOCK test uses fork() and pipe() + From: Jarkko Hietaniemi + Date: Fri, 1 Jun 2007 04:31:03 +0300 (EEST) + Message-Id: <200706010131.l511V3kv417484@kosh.hut.fi> + Branch: perl + ! Configure +____________________________________________________________________________ +[ 31321] By: merijn on 2007/06/01 06:32:38 + Log: Subject: Updated email address for AUTHORS.txt + From: perl@cadop.com + Date: Thu, 31 May 2007 19:33:08 -0600 (MDT) + Message-Id: <20070601013308.3B6A314ECA82@noop.cadop.com> + Branch: perl + ! AUTHORS +____________________________________________________________________________ +[ 31320] By: craigb on 2007/05/31 22:17:17 + Log: Maintain UAF context across calls to sys$check_access in cando_by_name. + Branch: perl + ! vms/vms.c +____________________________________________________________________________ +[ 31319] By: rgs on 2007/05/31 16:13:07 + Log: Dave remarks that I have been too terse here. + Branch: perl + ! pod/perl595delta.pod +____________________________________________________________________________ +[ 31318] By: rgs on 2007/05/31 16:09:22 + Log: Subject: [PATCH] Remove threads/typemap from Porting/Maintainers.pl + From: "Jerry D. Hedden" + Date: Thu, 31 May 2007 11:59:31 -0400 + Message-ID: <1ff86f510705310859y6c101c15t6d823d00ef25309b@mail.gmail.com> + Branch: perl + ! Porting/Maintainers.pl +____________________________________________________________________________ +[ 31317] By: rgs on 2007/05/31 15:52:28 + Log: Actually, Log::Message::Simple comes from Jos, not Tels. + Branch: perl + ! Porting/Maintainers.pl +____________________________________________________________________________ +[ 31316] By: rgs on 2007/05/31 12:11:40 + Log: Subject: [PATCH] minor assertions improvements + From: Ricardo SIGNES + Date: Wed, 30 May 2007 21:47:15 -0400 + Message-ID: <20070531014715.GA26562@knight.manxome.org> + Branch: perl + ! lib/assertions.pm lib/assertions/activate.pm + ! t/comp/assertions.t +____________________________________________________________________________ +[ 31315] By: rgs on 2007/05/31 09:42:05 + Log: Subject: [PATCH] Update File-Path to 2.00 + From: David Landgren + Date: Wed, 30 May 2007 19:50:38 +0200 + Message-ID: <465DB96E.1020106@landgren.net> + Branch: perl + ! lib/File/Path.pm lib/File/Path.t +____________________________________________________________________________ +[ 31314] By: rgs on 2007/05/31 08:28:02 + Log: Subject: [PATCH] Gooder English + From: "Jerry D. Hedden" + Date: Wed, 30 May 2007 17:12:32 -0400 + Message-ID: <1ff86f510705301412v75fc5810vf28f5b62c0077585@mail.gmail.com> + Branch: perl + ! lib/Log/Message/Simple.pm +____________________________________________________________________________ +[ 31313] By: nicholas on 2007/05/31 08:25:57 + Log: blead segfaults on local *@; eval {1} because ERRSV assumes that + GvSV(PL_errgv) is always non-NULL. That stopped being the case with + change 25009 (ish) - when we stopped automatically creating a(n unused) + SV at GV creation time. + Branch: perl + ! scope.c t/op/local.t +____________________________________________________________________________ +[ 31312] By: rgs on 2007/05/30 15:21:10 + Log: Subject: Re: HvMROMETA + From: "Brandon Black" + Date: Tue, 29 May 2007 19:08:13 -0500 + Message-ID: <84621a60705291708m3f106d74r473f3d91c780163d@mail.gmail.com> + Branch: perl + ! hv.h mro.c +____________________________________________________________________________ +[ 31311] By: rgs on 2007/05/30 13:59:17 + Log: Subject: Re: localising hash element by variable + From: hv@crypt.org + Date: Wed, 30 May 2007 13:21:15 +0100 + Message-Id: <200705301221.l4UCLFwf010411@zen.crypt.org> + Branch: perl + ! t/op/local.t +____________________________________________________________________________ +[ 31310] By: rgs on 2007/05/30 10:45:08 + Log: Upgrade to Encode 2.23 + Branch: perl + ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs + ! ext/Encode/Makefile.PL ext/Encode/Unicode/Unicode.pm +____________________________________________________________________________ +[ 31309] By: steveh on 2007/05/30 07:38:30 + Log: Silence a couple of VC++ compiler warnings + Branch: perl + ! ext/Math/BigInt/FastCalc/FastCalc.pm + ! ext/Math/BigInt/FastCalc/FastCalc.xs +____________________________________________________________________________ +[ 31308] By: nicholas on 2007/05/29 19:57:34 + Log: DBL_EPSILON DBL_MIN FLT_EPSILON FLT_MIN are not C constant expressions + on z/OS, so move them to the list of non const constants. + Branch: perl + ! ext/POSIX/Makefile.PL +____________________________________________________________________________ +[ 31307] By: rgs on 2007/05/29 15:48:27 + Log: Plug a memory leak in Encode + Branch: perl + ! ext/Encode/Encode.xs +____________________________________________________________________________ +[ 31306] By: stevep on 2007/05/29 14:42:24 + Log: Upgrade to CPAN-1.9102 + Branch: perl + ! lib/CPAN.pm lib/CPAN/Kwalify.pm lib/CPAN/t/10version.t +____________________________________________________________________________ +[ 31305] By: rgs on 2007/05/29 09:33:52 + Log: Upgrade to Encode 2.22 + Branch: perl + ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs + ! ext/Encode/t/fallback.t ext/Encode/t/mime-name.t +____________________________________________________________________________ +[ 31304] By: rgs on 2007/05/29 08:59:05 + Log: Revert change #30530, following Jan's advice + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 31303] By: rgs on 2007/05/29 08:49:06 + Log: Subject: Re: [perl #43015] regex /.*\z/ doesn't matches strings ending with \n + From: demerphq + Date: Mon, 28 May 2007 19:46:04 +0200 + Message-ID: <9b18b3110705281046ib37acb4i7960fe415325270f@mail.gmail.com> + Branch: perl + ! regcomp.c regexec.c t/op/re_tests +____________________________________________________________________________ +[ 31302] By: rgs on 2007/05/29 08:43:29 + Log: Mention that last bugfix in perldelta + Branch: perl + ! pod/perl595delta.pod +____________________________________________________________________________ +[ 31301] By: rgs on 2007/05/29 08:41:09 + Log: Subject: Re: localising hash element by variable + From: Bo Lindbergh + Date: Mon, 28 May 2007 20:26:00 +0200 + Message-Id: + Branch: perl + ! scope.c t/op/local.t +____________________________________________________________________________ +[ 31300] By: steveh on 2007/05/29 08:09:38 + Log: win32/makefile.mk doesn't support GSAR's old dmake (because of + the use of || and && in conditional expressions, which that old + dmake doesn't understand), so stop with a helpful error message + if such a dmake is being used. + + There is now no need to have all the clutter of trying to support + different backslash and newline semantics, so ditch that too. + Branch: perl + ! win32/makefile.mk +____________________________________________________________________________ +[ 31299] By: rgs on 2007/05/29 07:57:33 + Log: Subject: Re: [PATCH] Update CPANPLUS to 0.79_03 + From: "Jos I. Boumans" + Date: Tue, 29 May 2007 09:00:53 +0200 + Message-Id: <551932A2-91F8-4E7C-8939-4B71216976BA@dwim.org> + + Removed a fatal debug statement from cpan2dist. + Branch: perl + ! lib/CPANPLUS.pm lib/CPANPLUS/Internals.pm + ! lib/CPANPLUS/Shell/Default.pm lib/CPANPLUS/bin/cpan2dist + ! lib/CPANPLUS/t/dummy-CPAN/authors/01mailrc.txt.gz.packed + ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/Bundle-Foo-Ba + ! r-0.01.tar.gz.packed + ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/Foo-Bar-0.01. + ! tar.gz.packed + ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/perl5.005_03. + ! tar.gz.packed + ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUXS/Foo-Bar-0.01.ta + ! r.gz.packed + ! lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBNOXS/Foo-Bar-0.01. + ! tar.gz.packed + ! lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBXS/Foo-Bar-0.01.ta + ! r.gz.packed + ! lib/CPANPLUS/t/dummy-CPAN/modules/02packages.details.txt.gz.pa + ! cked + ! lib/CPANPLUS/t/dummy-CPAN/modules/03modlist.data.gz.packed +____________________________________________________________________________ +[ 31298] By: steveh on 2007/05/29 07:25:22 + Log: Silence the warning "Can't locate auto/POSIX/autosplit.ix in @INC" + when building the POSIX extension + Branch: perl + ! lib/ExtUtils/Install.pm +____________________________________________________________________________ +[ 31297] By: merijn on 2007/05/29 06:12:06 + Log: Subject: [PATCH] perltodo tweak on virtualizing OS/FS access + From: Jarkko Hietaniemi + Date: Tue, 29 May 2007 06:50:57 +0300 (EEST) + Message-Id: <200705290350.l4T3ovWG275103@kosh.hut.fi> + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 31296] By: nicholas on 2007/05/28 21:35:45 + Log: Subject: Re: Cross patch 31287 broke blead + From: Vadim + Message-ID: <465B11AB.8000608@vkonovalov.ru> + Date: Mon, 28 May 2007 21:30:19 +0400 + Branch: perl + +> Cross/Makefile-cross-SH Cross/build-arm-n770-sh + - Cross/Makefile-cross.SH Cross/build-arm-n770.sh + ! MANIFEST +____________________________________________________________________________ +[ 31295] By: nicholas on 2007/05/28 18:50:23 + Log: Avoid calling SvEND() when SvPOKp() is not true. + Remove an unneeded dupliate SvCUR_set() in Perl_sv_2pv_flags(). + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 31294] By: rgs on 2007/05/28 13:36:43 + Log: Several POD fixes by Jonathan Stowe + Branch: perl + ! ext/B/B/Concise.pm ext/B/B/Lint.pm pod/perldebguts.pod + ! symbian/PerlBase.pod +____________________________________________________________________________ +[ 31293] By: rgs on 2007/05/28 13:21:23 + Log: Subject: [PATCH] Add /nologo to nmake in CPANPLUS::Dist::Build too + From: "Jos I. Boumans" + Date: Mon, 28 May 2007 15:06:52 +0200 + Message-Id: <90E1CAA6-8529-4DD1-9D42-A377538E9320@xs4all.nl> + Branch: perl + ! lib/CPANPLUS/Dist/Build/t/02_CPANPLUS-Dist-Build.t + ! lib/CPANPLUS/Dist/Build/t/src/noxs/Foo-Bar-0.01.tar.gz.packed + ! lib/CPANPLUS/Dist/Build/t/src/xs/Foo-Bar-0.01.tar.gz.packed +____________________________________________________________________________ +[ 31292] By: rgs on 2007/05/28 13:17:54 + Log: Subject: [PATCH] Update CPANPLUS to 0.79_03 + From: "Jos I. Boumans" + Date: Mon, 28 May 2007 14:59:11 +0200 + Message-Id: + Branch: perl + ! lib/CPANPLUS.pm lib/CPANPLUS/Config.pm + ! lib/CPANPLUS/Configure.pm lib/CPANPLUS/Dist.pm + ! lib/CPANPLUS/Dist/MM.pm lib/CPANPLUS/Internals.pm + ! lib/CPANPLUS/Internals/Constants.pm + ! lib/CPANPLUS/Internals/Constants/Report.pm + ! lib/CPANPLUS/Selfupdate.pm lib/CPANPLUS/Shell/Default.pm + ! lib/CPANPLUS/bin/cpan2dist + ! lib/CPANPLUS/t/02_CPANPLUS-Internals.t + ! lib/CPANPLUS/t/30_CPANPLUS-Internals-Selfupdate.t + ! lib/CPANPLUS/t/dummy-CPAN/authors/01mailrc.txt.gz.packed + ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/Bundle-Foo-Ba + ! r-0.01.tar.gz.packed + ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/Foo-Bar-0.01. + ! tar.gz.packed + ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/perl5.005_03. + ! tar.gz.packed + ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUXS/Foo-Bar-0.01.ta + ! r.gz.packed + ! lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBNOXS/Foo-Bar-0.01. + ! tar.gz.packed + ! lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBXS/Foo-Bar-0.01.ta + ! r.gz.packed + ! lib/CPANPLUS/t/dummy-CPAN/modules/02packages.details.txt.gz.pa + ! cked + ! lib/CPANPLUS/t/dummy-CPAN/modules/03modlist.data.gz.packed + ! lib/CPANPLUS/t/inc/conf.pl +____________________________________________________________________________ +[ 31291] By: rgs on 2007/05/28 12:52:08 + Log: Mention new lexical pragmas big* in perldelta + Branch: perl + ! pod/perl595delta.pod +____________________________________________________________________________ +[ 31290] By: rgs on 2007/05/28 12:47:32 + Log: Update Changes + Branch: perl + ! Changes +____________________________________________________________________________ +[ 31289] By: rgs on 2007/05/28 12:44:29 + Log: Update outdated example + Branch: perl + ! pod/perlpod.pod +____________________________________________________________________________ +[ 31288] By: rgs on 2007/05/28 12:33:05 + Log: Update to Archive::Extract 0.20, and re-apply patch #31158 + Branch: perl + + lib/Archive/Extract/t/src/x.Z.packed + ! MANIFEST lib/Archive/Extract.pm + ! lib/Archive/Extract/t/01_Archive-Extract.t + ! lib/Archive/Extract/t/src/double_dir.zip.packed + ! lib/Archive/Extract/t/src/x.bz2.packed + ! lib/Archive/Extract/t/src/x.gz.packed + ! lib/Archive/Extract/t/src/x.jar.packed + ! lib/Archive/Extract/t/src/x.par.packed + ! lib/Archive/Extract/t/src/x.tar.gz.packed + ! lib/Archive/Extract/t/src/x.tar.packed + ! lib/Archive/Extract/t/src/x.tgz.packed + ! lib/Archive/Extract/t/src/x.zip.packed + ! lib/Archive/Extract/t/src/y.jar.packed + ! lib/Archive/Extract/t/src/y.par.packed + ! lib/Archive/Extract/t/src/y.tar.bz2.packed + ! lib/Archive/Extract/t/src/y.tar.gz.packed + ! lib/Archive/Extract/t/src/y.tar.packed + ! lib/Archive/Extract/t/src/y.tbz.packed + ! lib/Archive/Extract/t/src/y.tgz.packed + ! lib/Archive/Extract/t/src/y.zip.packed +____________________________________________________________________________ +[ 31287] By: rgs on 2007/05/28 12:03:25 + Log: Subject: linux arm cross-compilation + From: Vadim + Date: Mon, 28 May 2007 01:23:46 +0400 + Message-ID: <4659F6E2.3090805@vkonovalov.ru> + + with adjustments to the MANIFEST + Branch: perl + + Cross/Makefile-cross.SH Cross/build-arm-n770.sh + + Cross/cflags-cross-arm Cross/config.sh-arm-linux-n770 + + ext/util/make_ext_cross + ! MANIFEST configpm +____________________________________________________________________________ +[ 31286] By: rgs on 2007/05/28 11:14:32 + Log: Bump version number + + Subject: [PATCH] Update log::message::simple to 0.02 + From: "Jos I. Boumans" + Date: Mon, 28 May 2007 12:04:02 +0200 + Message-Id: + Branch: perl + ! lib/Log/Message/Simple.pm +____________________________________________________________________________ +[ 31285] By: rgs on 2007/05/28 10:17:22 + Log: Subject: Re: [PATCH] Math::BigInt v1.87 take 5 + From: Tels + Date: Sun, 27 May 2007 15:54:29 +0000 + Message-Id: <200705271554.32054@bloodgate.com> + Branch: perl + ! lib/Math/BigFloat.pm lib/Math/BigInt.pm + ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t +____________________________________________________________________________ +[ 31284] By: rgs on 2007/05/28 09:45:39 + Log: Subject: [PATCH] Math::BigInt::FastCalc v0.15 + From: Tels + Date: Sun, 27 May 2007 14:43:15 +0000 + Message-Id: <200705271443.16138@bloodgate.com> + Branch: perl + ! ext/Math/BigInt/FastCalc/FastCalc.pm + ! ext/Math/BigInt/FastCalc/FastCalc.xs + ! ext/Math/BigInt/FastCalc/Makefile.PL + ! ext/Math/BigInt/FastCalc/t/leak.t +____________________________________________________________________________ +[ 31283] By: craigb on 2007/05/27 01:54:45 + Log: In the stat() wrapper for VMS, always allow extended characters + (such as multiple dots) in the filename regardless of environment + setting. + Branch: perl + ! vms/vms.c +____________________________________________________________________________ +[ 31282] By: craigb on 2007/05/27 01:50:46 + Log: In the homegrown readdir() for VMS, always treat unix-style paths + appropriately regardless of environment setting, and also remove + the escape characters from escaped dots. + Branch: perl + ! vms/vms.c +____________________________________________________________________________ +[ 31281] By: rgs on 2007/05/26 06:54:40 + Log: Bad orientation in doc, noticed by Jan Dubois. + Branch: perl + ! pod/perl595delta.pod +____________________________________________________________________________ +[ 31280] By: davem on 2007/05/25 23:26:33 + Log: delete PL_hash_seed_set, PL_lineary; move PL_runops_std/dbg + the first two aren't used, and the last two are just place holders + to ensure that both runops functions get linked in; so make them + global rather than per-interpeter + Branch: perl + ! embedvar.h intrpvar.h perlapi.h perlvars.h sv.c +____________________________________________________________________________ +[ 31279] By: craigb on 2007/05/25 22:19:40 + Log: Subject: Re: argproc.c license Re: [perl #43037] Bad license in perl distribution + From: Mark Pizzolato + Date: Fri, 25 May 2007 13:31:17 -0700 (PDT) + Message-ID: <288163.41670.qm@web83606.mail.sp1.yahoo.com> + Branch: perl + ! vms/vms.c +____________________________________________________________________________ +[ 31278] By: davem on 2007/05/25 19:16:50 + Log: fix coredump in S_varname (tickled by Devel::Profile) + a 'Use of uninitialized value' warning within a DB sub + attempted to use the pad of the caller to locate the offending + lexical + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 31277] By: rgs on 2007/05/25 13:29:34 + Log: \R can't be used in a char class + Branch: perl + ! pod/perlre.pod +____________________________________________________________________________ +[ 31276] By: rgs on 2007/05/25 13:28:39 + Log: Document new escapes in perldelta + Branch: perl + ! pod/perl595delta.pod +____________________________________________________________________________ +[ 31275] By: steveh on 2007/05/25 10:15:54 + Log: Change #31270 should have updated proto.h to match + Branch: perl + ! embed.fnc proto.h +____________________________________________________________________________ +[ 31274] By: rgs on 2007/05/25 09:57:33 + Log: Upgrade to Archive::Tar 1.32. + Branch: perl + ! lib/Archive/Tar.pm lib/Archive/Tar/Constant.pm + ! lib/Archive/Tar/File.pm + ! lib/Archive/Tar/t/src/long/bar.tar.packed + ! lib/Archive/Tar/t/src/long/foo.tgz.packed + ! lib/Archive/Tar/t/src/short/bar.tar.packed + ! lib/Archive/Tar/t/src/short/foo.tgz.packed +____________________________________________________________________________ +[ 31273] By: rgs on 2007/05/25 09:29:12 + Log: Document that ptardiff needs Text::Diff + Branch: perl + ! pod/perlutil.pod +____________________________________________________________________________ +[ 31272] By: rgs on 2007/05/25 09:20:45 + Log: Document cpanp and cpan2dist + Branch: perl + ! pod/perl595delta.pod pod/perlutil.pod +____________________________________________________________________________ +[ 31271] By: steveh on 2007/05/25 09:18:45 + Log: Fix the ext/IO/t/io_sock.t failure when built with VC++ 2005 + + Unknown to me win32/win32.h was defining USE_FIXED_OSFHANDLE, which + arranged for a black magic fix to MSVCRT.DLL's _open_osfhandle() to + be used. It seems that this is inappropriate for VC++ versions later + than 6.x, since they don't use that DLL: simply not defining that + symbol makes the io_sock.t failure go away. + + (Compare change #29233, which similarly disabled the fix to + MSVCRT.DLL's read() for VC++ versions later than 6.x.) + Branch: perl + ! README.win32 win32/win32.h +____________________________________________________________________________ +[ 31270] By: rgs on 2007/05/25 07:46:08 + Log: Subject: [PATCH] Consting dump.c + From: Andy Lester + Date: Thu, 24 May 2007 13:25:43 -0500 + Message-Id: + Branch: perl + ! XSUB.h doop.c dump.c +____________________________________________________________________________ +[ 31269] By: rgs on 2007/05/24 17:18:24 + Log: Subject: Re: perl pragma [PATCH] + From: Tels + Date: Wed, 23 May 2007 21:35:58 +0000 + Message-Id: <200705232135.59546@bloodgate.com> + Branch: perl + + lib/bignum/t/in_effect.t lib/bignum/t/scope_f.t + + lib/bignum/t/scope_i.t lib/bignum/t/scope_r.t + ! MANIFEST lib/bigint.pm lib/bignum.pm lib/bigrat.pm +____________________________________________________________________________ +[ 31268] By: rgs on 2007/05/24 16:12:58 + Log: Subject: [perl #43010] [PATCH] Deparse, ''->(), ::(), sub :: {}, etc. + From: Father Chrysostomos (via RT) + Date: Sun, 20 May 2007 21:44:42 -0700 + Message-ID: + Branch: perl + ! ext/B/B/Deparse.pm ext/B/t/deparse.t +____________________________________________________________________________ +[ 31267] By: rgs on 2007/05/24 15:37:40 + Log: Adjustment to the test for importing feature bundles, + found by Hugo + Branch: perl + ! lib/feature.pm +____________________________________________________________________________ +[ 31266] By: rgs on 2007/05/24 15:12:41 + Log: Subject: [PATCH] update CPANPLUS::Dist::Build to 0.06_01 + From: "Jos I. Boumans" + Date: Tue, 22 May 2007 14:45:19 +0200 + Message-Id: <208F4537-CCF8-401B-9F97-EF1902EA2FB6@dwim.org> + Branch: perl + ! lib/CPANPLUS/Dist/Build.pm + ! lib/CPANPLUS/Dist/Build/t/01_CPANPLUS-Dist-Build-Constants.t + ! lib/CPANPLUS/Dist/Build/t/02_CPANPLUS-Dist-Build.t + ! lib/CPANPLUS/Dist/Build/t/inc/conf.pl + ! lib/CPANPLUS/Dist/Build/t/src/noxs/Foo-Bar-0.01.tar.gz.packed + ! lib/CPANPLUS/Dist/Build/t/src/xs/Foo-Bar-0.01.tar.gz.packed +____________________________________________________________________________ +[ 31265] By: rgs on 2007/05/24 13:29:01 + Log: It suddendly annoyed me that corelist returned sometimes two + spaces in a row. + Branch: perl + ! lib/Module/CoreList/bin/corelist +____________________________________________________________________________ +[ 31264] By: rgs on 2007/05/24 11:17:31 + Log: Doc nits by Steven Schubiger + Branch: perl + ! pod/perlintro.pod +____________________________________________________________________________ +[ 31263] By: rgs on 2007/05/24 08:25:52 + Log: perldelta additions suggested by Steve Hay + Branch: perl + ! pod/perl595delta.pod +____________________________________________________________________________ +[ 31262] By: rgs on 2007/05/24 08:18:31 + Log: Subject: [PATCH revised] threads::shared 1.12 + From: "Jerry D. Hedden" + Date: Wed, 23 May 2007 09:28:28 -0400 + Message-ID: <1ff86f510705230628n73c16e2gc67a3ec05d57c5f3@mail.gmail.com> + Branch: perl + ! ext/threads/shared/Changes ext/threads/shared/README + ! ext/threads/shared/shared.pm ext/threads/shared/t/wait.t + ! ext/threads/shared/t/waithires.t +____________________________________________________________________________ +[ 31260] By: rgs on 2007/05/23 10:20:29 + Log: Perldelta nit by Brandon Black + Branch: perl + ! pod/perl595delta.pod +____________________________________________________________________________ +[ 31259] By: steveh on 2007/05/23 08:12:14 + Log: Subject: RE: [PATCH] Skip ext/Win32/t/Unicode.t under Cygwin + From: "Jan Dubois" + Date: Tue, 22 May 2007 16:35:27 -0700 + Message-ID: <06dd01c79cc9$e101ce60$a3056b20$@com> + + Reinstates the test under Cygwin and fixes it. + Branch: perl + ! ext/Win32/t/Unicode.t +____________________________________________________________________________ +[ 31258] By: stevep on 2007/05/23 01:58:07 + Log: Subject: [PATCH] Forgotten Cygwin patch + From: "Jerry D. Hedden" + Date: Tue, 22 May 2007 20:58:04 -0400 + Message-ID: <1ff86f510705221758p71418517ncb89fac289d74c35@mail.gmail.com> + Branch: perl + ! cygwin/perlld.in +____________________________________________________________________________ +[ 31257] By: rgs on 2007/05/22 14:12:18 + Log: Add MidnightBSD to the list of Unix-like OSes + Branch: perl + ! lib/Module/Build.pm +____________________________________________________________________________ +[ 31256] By: rgs on 2007/05/22 10:07:09 + Log: Update perldelta + Branch: perl + ! pod/perl595delta.pod +____________________________________________________________________________ +[ 31255] By: davem on 2007/05/21 22:35:15 + Log: move PL_error_count into the PL_parser struct + Branch: perl + ! embedvar.h intrpvar.h op.c parser.h perl.c perlapi.h pp_ctl.c + ! sv.c toke.c +____________________________________________________________________________ +[ 31254] By: davem on 2007/05/21 21:02:50 + Log: move PL_multi_end into the PL_parser struct + Branch: perl + ! embedvar.h intrpvar.h op.c parser.h perlapi.h sv.c toke.c +____________________________________________________________________________ +[ 31253] By: stevep on 2007/05/21 20:52:10 + Log: Subject: Re: Smoke failures with blead@31225 (Linux) [PATCH] + From: Tels + Date: Mon, 21 May 2007 20:17:20 +0000 + Message-Id: <200705212017.23224@bloodgate.com> + Branch: perl + ! lib/Math/BigInt/Calc.pm +____________________________________________________________________________ +[ 31252] By: davem on 2007/05/21 19:57:24 + Log: move PL_tokenbuf into the PL_parser struct + Branch: perl + ! embedvar.h intrpvar.h parser.h perlapi.h sv.c toke.c utf8.c +____________________________________________________________________________ +[ 31251] By: rgs on 2007/05/21 16:46:04 + Log: Update Changes + Branch: perl + ! Changes +____________________________________________________________________________ [ 31250] By: rgs on 2007/05/21 14:29:02 Log: Subject: [PATCH] Skip ext/Win32/t/Unicode.t under Cygwin From: "Jerry D. Hedden"