X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=9d5914e807724b2886bdcea5714f5c956bfda34b;hb=ff37711f3dc217d8c80194e5d2f37ccc7a7bc806;hp=14ff0b2175e9bc802c60e3c67c4000226bff54d8;hpb=4d87f306a89399af5812b58d70b8b6519bb88d18;p=p5sagit%2Fp5-mst-13.2.git diff --git a/Changes b/Changes index 14ff0b2..9d5914e 100644 --- a/Changes +++ b/Changes @@ -29,6 +29,4509 @@ Version v5.9.X Development release working toward v5.10 -------------- ____________________________________________________________________________ +[ 29338] By: merijn on 2006/11/21 15:16:46 + Log: No more 5005thread messages from Configure for 5.9.x and up + Branch: perl + ! Configure Porting/Glossary config_h.SH +____________________________________________________________________________ +[ 29336] By: rgs on 2006/11/21 14:45:19 + Log: Invalidate the method lookup cache when assigning to a glob + named "isa". (That happens when importing "isa" from UNIVERSAL, + for example.) Fixes bug #24824. + Branch: perl + ! pp_hot.c t/op/universal.t +____________________________________________________________________________ +[ 29335] By: rgs on 2006/11/21 10:22:21 + Log: Remove warnings against WHOA THERE warnings from the hints files. + Branch: perl + ! hints/machten.sh hints/machten_2.sh hints/sco.sh + ! hints/solaris_2.sh hints/sunos_4_1.sh hints/ultrix_4.sh + ! hints/umips.sh +____________________________________________________________________________ +[ 29334] By: rgs on 2006/11/21 10:17:36 + Log: Remove description of WHOA THERE messages for recommended hint values, + removed by change #29288. + Branch: perl + ! INSTALL +____________________________________________________________________________ +[ 29333] By: rgs on 2006/11/21 09:15:43 + Log: Remove the test counter checker at the end of t/op/pat.t : it + doesn't get updated correctly. + Branch: perl + ! t/op/pat.t +____________________________________________________________________________ +[ 29332] By: stevep on 2006/11/21 03:59:34 + Log: "This is going to be slow." This change switches OpenBSD locale + tests from the spaghetti doneness test to specifically testing + locales in its /usr/share/locale. Speeds up lib/locale.t to + 13 minutes a run vs. the previous time of over two hours. + Branch: perl + ! lib/locale.t +____________________________________________________________________________ +[ 29331] By: nicholas on 2006/11/20 22:53:39 + Log: Correct typo in test description. + Branch: perl + ! t/op/pat.t +____________________________________________________________________________ +[ 29330] By: rgs on 2006/11/20 18:03:43 + Log: Unify the two warnings "Can't declare %s in %s", in line with what's + documented in perldiag. + Branch: perl + ! op.c t/op/attrs.t +____________________________________________________________________________ +[ 29329] By: rgs on 2006/11/20 16:05:33 + Log: Subject: [PATCH] Re: thread free problem + From: "Jerry D. Hedden" + Date: Mon, 20 Nov 2006 07:32:36 -0800 (PST) + Message-ID: <696736.39963.qm@web30204.mail.mud.yahoo.com> + Branch: perl + ! op.c +____________________________________________________________________________ +[ 29328] By: rgs on 2006/11/20 15:31:03 + Log: Actually, undef $SIG{FOO} should restore the default signal + handler. Else, once we exit a block where the signal handler was + localized, it becomes ignored. + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 29327] By: rgs on 2006/11/20 15:19:36 + Log: Make undef $SIG{FOO} ignore the signal FOO + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 29326] By: rgs on 2006/11/20 14:51:46 + Log: Subject: [patch@29297] perl5db.pl detecting forked debugger on VMS. + From: "John E. Malmberg" + Date: Sat, 18 Nov 2006 23:07:17 -0500 + Message-ID: <455FD875.8050007@qsl.net> + Branch: perl + ! lib/perl5db.pl +____________________________________________________________________________ +[ 29325] By: rgs on 2006/11/20 14:04:22 + Log: Fix precedence problem + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 29324] By: rgs on 2006/11/20 13:36:10 + Log: Patch by Yves Orton to fix the regression reported in : + Subject: 28325/6 break DateTime::Format::Strptime + From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig) + Date: Sun, 19 Nov 2006 05:41:53 +0100 + Message-ID: <877ixs6oa6.fsf@k75.linux.bogus> + Branch: perl + ! ext/re/t/lexical_debug.pl ext/re/t/lexical_debug.t + ! ext/re/t/regop.t pp.sym pp_proto.h regcomp.c regexec.c + ! t/op/pat.t +____________________________________________________________________________ +[ 29323] By: rgs on 2006/11/20 11:19:29 + Log: Extend the test-reonly make target on windows (Yves Orton) + Branch: perl + ! win32/Makefile +____________________________________________________________________________ +[ 29322] By: rgs on 2006/11/20 11:18:03 + Log: Un-TODO tests for bug #32840, plus some new tests, + by Yves Orton + Branch: perl + ! t/op/rxcode.t +____________________________________________________________________________ +[ 29321] By: steveh on 2006/11/20 10:38:07 + Log: Revert #29307. It doesn't fix the XXX after all. Using "$(shell @type )" + on a temporary file just inserts the contents of the file in question + into the command-line, exactly like putting the data there in the first + place would achieve. It doesn't avoid creating a long command-line as we + would like to do. + Branch: perl + ! win32/makefile.mk +____________________________________________________________________________ +[ 29320] By: rgs on 2006/11/20 09:54:10 + Log: Update Text::Tabs and Text::Wrap to version 2006.1117 + Branch: perl + + lib/Text/TabsWrap/t/Jacobson.t lib/Text/TabsWrap/t/Jacobson2.t + ! MANIFEST lib/Text/Tabs.pm lib/Text/TabsWrap/CHANGELOG + ! lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t + ! lib/Text/Wrap.pm +____________________________________________________________________________ +[ 29319] By: rgs on 2006/11/19 15:36:29 + Log: Subject: [PATCH] ExtUtils/typemap: better error messages + constant string optimization + From: Alexey Tourbin + Date: Sat, 18 Nov 2006 05:06:47 +0300 + Message-ID: <20061118020647.GA23287@localhost.localdomain> + Branch: perl + ! lib/ExtUtils/typemap +____________________________________________________________________________ +[ 29318] By: rgs on 2006/11/19 13:56:32 + Log: Subject: Re: [PATCH] Study SUSPEND (and recursion) properly + From: demerphq + Date: Fri, 17 Nov 2006 13:34:42 +0100 + Message-ID: <9b18b3110611170434w218b4e86x7d61df2d1166a746@mail.gmail.com> + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 29317] By: craigb on 2006/11/18 17:02:38 + Log: Update skip count for VMS. + Branch: perl + ! t/uni/class.t +____________________________________________________________________________ +[ 29316] By: nicholas on 2006/11/18 16:14:18 + Log: Subject: [perl #40921] shellwords.pl cannot handle trailing backslash + From: alexander_bluhm@genua.de (via RT) + Message-ID: + Date: Fri, 17 Nov 2006 09:31:48 -0800 + + (and convert the example to a test) + Branch: perl + ! lib/Text/ParseWords.pm lib/Text/ParseWords.t +____________________________________________________________________________ +[ 29315] By: nicholas on 2006/11/18 15:32:04 + Log: Convert lib/Text/ParseWords.t to Test::More + Branch: perl + ! lib/Text/ParseWords.t +____________________________________________________________________________ +[ 29314] By: stevep on 2006/11/18 05:42:14 + Log: Sync up the function definitions for Perl_my_popen with the prototype. + Branch: perl + ! util.c +____________________________________________________________________________ +[ 29313] By: stevep on 2006/11/18 05:04:42 + Log: Tweaks needed to get Perl compiling with g++ on OpenBSD. + Branch: perl + ! perl.h perlio.c +____________________________________________________________________________ +[ 29312] By: merijn on 2006/11/17 20:46:20 + Log: Subject: [perl #18209] bug in regex s/\s$word\s/ /gi; and $& + From: "yves orton via RT" + Date: Fri, 17 Nov 2006 10:17:48 -0800 + Message-ID: + Branch: perl + ! mg.c t/op/pat.t +____________________________________________________________________________ +[ 29311] By: merijn on 2006/11/17 20:28:27 + Log: Subject: [perl #18209] bug in regex s/\s$word\s/ /gi; and $& + From: "yves orton via RT" + Date: Fri, 17 Nov 2006 10:17:48 -0800 + Message-ID: + Branch: perl + ! t/op/pat.t +____________________________________________________________________________ +[ 29310] By: merijn on 2006/11/17 20:25:27 + Log: Subject: [perl #22395] regexp /(.*)[bc]/ 10000 times slower in 5.8.0 vs 5.6.1 + From: "yves orton via RT" + Date: Fri, 17 Nov 2006 09:48:14 -0800 + Message-ID: + Branch: perl + ! regcomp.c t/op/pat.t +____________________________________________________________________________ +[ 29309] By: merijn on 2006/11/17 20:12:20 + Log: Subject: [perl #17542] regex confusion + From: "yves orton via RT" + Date: Fri, 17 Nov 2006 07:40:15 -0800 + Message-ID: + Branch: perl + ! t/op/subst.t +____________________________________________________________________________ +[ 29308] By: merijn on 2006/11/17 19:54:49 + Log: Subject: [perl #36909] $^R undefined on matches involving backreferences + From: yves orton via RT + Date: Nov 17, 2006 4:07 PM + Branch: perl + ! regcomp.c regexec.c t/op/pat.t t/op/subst.t win32/Makefile +____________________________________________________________________________ +[ 29307] By: steveh on 2006/11/17 17:07:33 + Log: Fix the XXX in #29303 + Branch: perl + ! win32/makefile.mk +____________________________________________________________________________ +[ 29306] By: steveh on 2006/11/17 15:55:51 + Log: Tidy up Makefile part of #29260 and apply to makefile.mk too + Branch: perl + ! win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 29305] By: steveh on 2006/11/17 15:45:26 + Log: Install perl-static.exe if it was built + + Perhaps this should be done via "installperl" so as to get, e.g., + perl5.9.5-static.exe and honour INST_VER and INST_ARCH? + + Just do it quick-and-dirty for now, as is done for wperl.exe. It + can always be fixed later if anyone wants it. + Branch: perl + ! win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 29304] By: rgs on 2006/11/17 15:45:23 + Log: Subject: [patch@29297] d_printf_format_null needed in configure.com + From: "John E. Malmberg" + Date: Fri, 17 Nov 2006 10:22:50 -0500 + Message-ID: <455DD3CA.6050405@qsl.net> + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 29303] By: steveh on 2006/11/17 15:12:12 + Log: Add perl-static.exe support to win32/makefile.mk + + This applies the same changes that were made in win32/Makefile by + changes #29285 and #29296, plus a tweak to win32/runperl.c to fix + a linker error when using MinGW/gcc + Branch: perl + ! win32/makefile.mk win32/runperl.c +____________________________________________________________________________ +[ 29302] By: nicholas on 2006/11/17 13:01:51 + Log: Change 29297 omitted a semicolon. + Branch: perl + ! t/op/taint.t +____________________________________________________________________________ +[ 29301] By: rgs on 2006/11/17 11:06:48 + Log: Subject: [PATCH] Study SUSPEND (and recursion) properly + From: demerphq + Date: Thu, 16 Nov 2006 20:32:11 +0100 + Message-ID: <9b18b3110611161132j695ee86ata939a149b08efb11@mail.gmail.com> + Branch: perl + ! regcomp.c t/op/pat.t +____________________________________________________________________________ +[ 29300] By: rgs on 2006/11/17 09:45:56 + Log: Doc nits to re.pm + Branch: perl + ! ext/re/re.pm +____________________________________________________________________________ +[ 29299] By: rgs on 2006/11/17 09:38:56 + Log: Subject: [PATCH] add regmust() to re.pm/re.xs + From: demerphq + Date: Fri, 17 Nov 2006 00:54:13 +0100 + Message-ID: <9b18b3110611161554m222446bay7912ec1f778d3aaa@mail.gmail.com> + Branch: perl + ! ext/re/re.pm ext/re/re.xs ext/re/t/re_funcs.t pod/perltodo.pod +____________________________________________________________________________ +[ 29298] By: steveh on 2006/11/17 08:53:21 + Log: Add missing d_ctermid/HAS_CTERMID to Win32 canned configs + Branch: perl + ! win32/config.bc win32/config.gc win32/config.vc + ! win32/config.vc64 win32/config_H.bc win32/config_H.gc + ! win32/config_H.vc win32/config_H.vc64 +____________________________________________________________________________ +[ 29297] By: stevep on 2006/11/17 04:20:01 + Log: Change #27951 added tests to t/op/taint.t involving taint, opening + "|-". Unfortunately, this usually reacts badly on OpenBSD with + threaded Perls, causing zombie processes nearly every time this is run. + For now, skipping the test seem reasonable while working on a solution + to the problem. + Branch: perl + ! t/op/taint.t +____________________________________________________________________________ +[ 29296] By: steveh on 2006/11/16 14:28:59 + Log: Fix Extensions_static dependencies to avoid relinking every time + + Subject: Re: [PATCH@29224] RE: [patch-at-29217] static linkage for perl.ex e fo r win32 + From: demerphq + Date: Thu, 16 Nov 2006 13:58:32 +0100 + Message-ID: <9b18b3110611160458r6bebb7f6k8421abe68b474997@mail.gmail.com> + Branch: perl + ! win32/Makefile +____________________________________________________________________________ +[ 29295] By: rgs on 2006/11/16 13:35:14 + Log: Remove duplicate declaration + Branch: perl + ! regexp.h +____________________________________________________________________________ +[ 29294] By: rgs on 2006/11/16 11:55:07 + Log: Clarifications to close() docs, pointed out by Peter Dintelmann + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 29293] By: rgs on 2006/11/16 10:24:47 + Log: Subject: [PATCH] threads 1.51 + From: "Jerry D. Hedden" + Date: Wed, 15 Nov 2006 11:36:58 -0800 (PST) + Message-ID: <71793.95536.qm@web30213.mail.mud.yahoo.com> + Branch: perl + ! ext/threads/Changes ext/threads/README ext/threads/t/exit.t + ! ext/threads/t/thread.t ext/threads/threads.pm + ! ext/threads/threads.xs +____________________________________________________________________________ +[ 29292] By: steveh on 2006/11/16 09:30:48 + Log: Update checkcfgvars.pl: config.ce is in win32/ in 5.9.x + Leave wince/config.ce in the list as well, though, because that still + exists in 5.8.x + Branch: perl + ! Porting/checkcfgvar.pl +____________________________________________________________________________ +[ 29291] By: merijn on 2006/11/16 09:13:08 + Log: Extended uconfig.sh based on Porting/checkcfgvar.pl findings + Branch: perl + ! uconfig.sh +____________________________________________________________________________ +[ 29289] By: merijn on 2006/11/16 08:07:33 + Log: Yet another step in generation a more reliable Glossary + Branch: perl + ! Porting/Glossary Porting/config.sh +____________________________________________________________________________ +[ 29288] By: merijn on 2006/11/15 21:36:30 + Log: 1. Less Whoa there, based on a suggestion by Andy Dougherty + 2. d_printf_format_null, based on a patch by Robin Barker + Branch: perl + ! Configure Porting/Glossary config_h.SH +____________________________________________________________________________ +[ 29285] By: steveh on 2006/11/15 18:07:44 + Log: Add support for building a perl-static.exe that doesn't depend on + the perl59.dll. It currently can't load DLL extension modules, so + any that are required must be statically linked too. This may be + fixed sometime. Changes to win32/makefile.mk also to follow. + + Subject: RE: [PATCH@29224] RE: [patch-at-29217] static linkage for perl.exe fo r win32 + From: "Konovalov, Vadim Vladimirovich (Vadim)** CTR **" + Date: Mon, 13 Nov 2006 19:45:05 +0100 + Message-ID: + + (with minor tweaks for cleanup and embedding manifest file) + Branch: perl + ! win32/Makefile +____________________________________________________________________________ +[ 29284] By: steveh on 2006/11/15 17:32:24 + Log: Fix tests added by #29248 and #29249 + Branch: perl + ! ext/XS/APItest/APItest.xs ext/XS/APItest/core_or_not.inc +____________________________________________________________________________ +[ 29283] By: rgs on 2006/11/15 15:28:53 + Log: Subject: [perl #39026] Tie::Memoize::EXISTS not caching the value + From: Len Weisberg (via RT) + Date: Fri, 28 Apr 2006 20:36:05 -0700 + Message-ID: + Branch: perl + ! lib/Tie/Memoize.pm +____________________________________________________________________________ +[ 29282] By: rgs on 2006/11/15 13:56:52 + Log: FAQ sync + Branch: perl + ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod + ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq7.pod + ! pod/perlfaq9.pod +____________________________________________________________________________ +[ 29281] By: rgs on 2006/11/15 13:03:34 + Log: Fix a signedness cast warning + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 29280] By: rgs on 2006/11/15 12:51:48 + Log: Tweaks to the debugger test by Richard Foley, + plus fix auxiliary file path + Branch: perl + ! lib/perl5db.t +____________________________________________________________________________ +[ 29279] By: rgs on 2006/11/15 12:41:24 + Log: Subject: Re: [PATCH] Fix RT#19049 and add relative backreferences + From: demerphq + Date: Wed, 15 Nov 2006 12:29:39 +0100 + Message-ID: <9b18b3110611150329l206e4552w887ae5f0a3f7ca80@mail.gmail.com> + Branch: perl + ! ext/re/re.xs pod/perl595delta.pod pod/perldiag.pod + ! pod/perlre.pod pod/perlreguts.pod regcomp.c regexec.c regexp.h + ! t/op/pat.t t/op/re_tests +____________________________________________________________________________ +[ 29278] By: rgs on 2006/11/15 11:12:30 + Log: Move the test files for the debugger in a t/ subdirectory, so they + don't get installed + Branch: perl + +> lib/perl5db/t/eval-line-bug + - lib/perl5db/eval-line-bug + ! MANIFEST +____________________________________________________________________________ +[ 29277] By: rgs on 2006/11/15 10:37:58 + Log: Subject: Re: Fix linker error on Win32 + From: demerphq + Date: Wed, 15 Nov 2006 10:36:34 +0100 + Message-ID: <9b18b3110611150136n7c90d187t5cf49847f153a537@mail.gmail.com> + Branch: perl + ! ext/XS/APItest/core_or_not.inc +____________________________________________________________________________ +[ 29276] By: stevep on 2006/11/15 04:33:20 + Log: Subject: [PATCH] Makefile.SH: lib/re.pm often messes restarted parallel makes + From: jhi@cc.hut.fi (Jarkko Hietaniemi) + Date: Wed, 15 Nov 2006 05:48:32 +0200 (EET) + Message-Id: <20061115034832.43B7E8B3E7@seth.hut.fi> + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 29275] By: davem on 2006/11/14 23:24:45 + Log: debugger test could hang if run with umask 0002 + Branch: perl + ! lib/perl5db.t +____________________________________________________________________________ +[ 29274] By: rgs on 2006/11/14 16:59:45 + Log: A first regression test for the debugger, by Shlomi Fish + and Richard Foley. + Branch: perl + + lib/perl5db.t lib/perl5db/eval-line-bug + ! MANIFEST +____________________________________________________________________________ +[ 29273] By: rgs on 2006/11/14 14:19:46 + Log: Fix bug #39037: rcatline doesn't stringify references + Branch: perl + ! pp_hot.c t/op/readline.t +____________________________________________________________________________ +[ 29272] By: rgs on 2006/11/14 12:36:15 + Log: Doc patch by Thomas O Smailus : + Subject: Fwd: [perl #40866] Error on doc page? (File::Basename) + From: "Adriano Rodrigues" + Date: Tue, 14 Nov 2006 10:24:38 -0200 + Message-ID: <73ddeb6c0611140424t26b01d0aq667ca95e77f25e6@mail.gmail.com> + Branch: perl + ! lib/File/Basename.pm +____________________________________________________________________________ +[ 29271] By: rgs on 2006/11/14 11:35:04 + Log: Assert that we don't access strings saved for $1 etc. out of bounds + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 29270] By: rgs on 2006/11/14 10:18:00 + Log: Subject: Re: Why aren't %Carp::Internal and %Carp::CarpInternal documented? + From: "Ben Tilly" + Date: Sun, 22 Oct 2006 14:07:23 -0700 + Message-ID: + Branch: perl + ! lib/Carp.pm lib/Carp.t lib/Carp/Heavy.pm +____________________________________________________________________________ +[ 29269] By: rgs on 2006/11/14 09:40:43 + Log: Subject: [PATCH] ParseXS.pm: small optimization for "Usage: ..." constant strings + From: Alexey Tourbin + Date: Tue, 14 Nov 2006 05:45:40 +0300 + Message-ID: <20061114024540.GA21986@localhost.localdomain> + Branch: perl + ! lib/ExtUtils/ParseXS.pm +____________________________________________________________________________ +[ 29268] By: rgs on 2006/11/14 09:36:17 + Log: Subject: Fwd: Memory leak with s/// and hashes + From: demerphq + Date: Tue, 14 Nov 2006 00:38:31 +0100 + Message-ID: <9b18b3110611131538kc00175ft4db7ff71df22e766@mail.gmail.com> + Branch: perl + ! regcomp.c regexec.c regexp.h +____________________________________________________________________________ +[ 29267] By: rgs on 2006/11/14 06:59:03 + Log: Subject: [PATCH] Allow negative indexing in recursive patterns + From: demerphq + Date: Mon, 13 Nov 2006 18:59:32 +0100 + Message-ID: <9b18b3110611130959k1fdd2485yd8eb1cd428de570a@mail.gmail.com> + Branch: perl + ! pod/perlre.pod regcomp.c t/op/pat.t t/op/re_tests +____________________________________________________________________________ +[ 29266] By: steveh on 2006/11/13 18:09:58 + Log: Embed manifest files in EXEs and DLLs when building with VC++ 8.x + + See the thread starting here for details: + http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-11/msg00398.html + + (Still need to do something for Module::Build somtime...) + Branch: perl + ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm + ! win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 29265] By: rgs on 2006/11/13 15:52:54 + Log: Todo (nice to have): an improvement to ~~ + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 29264] By: stevep on 2006/11/13 15:10:16 + Log: Upgrade to CPAN-1.88_62 + Branch: perl + ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm + ! lib/CPAN/SIGNATURE +____________________________________________________________________________ +[ 29263] By: rgs on 2006/11/13 15:05:27 + Log: Fix a bug in the debugger tracing variables when one was eval'ing + a string including a "#line" directive containing the actual + name of the file already. (following-up change #25409) + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 29262] By: rgs on 2006/11/13 14:30:15 + Log: The latest regression test to Scalar::Util doesn't pass with threaded perls + Branch: perl + ! ext/List/Util/t/readonly.t +____________________________________________________________________________ +[ 29261] By: rgs on 2006/11/13 14:15:33 + Log: A new regression test from: + + Subject: [PATHCH] Scalar::Util::readonly & compression (was RE: Change 29117: [PATCH] IO::Compress modules) + From: "Paul Marquess" + Date: Sun, 29 Oct 2006 21:03:21 -0000 + Message-ID: <02cf01c6fb9d$ade808a0$6501a8c0@myopwv.com> + Branch: perl + ! ext/List/Util/t/readonly.t +____________________________________________________________________________ +[ 29260] By: rgs on 2006/11/13 14:00:41 + Log: Subject: Re: [PATCH] New regex syntax omnibus + From: demerphq + Date: Thu, 9 Nov 2006 17:09:34 +0100 + Message-ID: <9b18b3110611090809l667860c9t6c27453d7c86a21e@mail.gmail.com> + Branch: perl + ! pod/perl595delta.pod pod/perlre.pod regcomp.c regcomp.h + ! regcomp.pl regcomp.sym regexec.c regexp.h regnodes.h + ! t/op/pat.t win32/Makefile +____________________________________________________________________________ +[ 29259] By: rgs on 2006/11/13 11:38:02 + Log: Subject: [PATCH] was RE: Perl_die() / Perl_croak() + From: "Robin Barker" + Date: Mon, 13 Nov 2006 10:25:08 -0000 + Message-ID: <2C2E01334A940D4792B3E115F95B7226149377@exchsvr1.npl.ad.local> + Branch: perl + ! embed.fnc embed.pl perl.h proto.h +____________________________________________________________________________ +[ 29258] By: rgs on 2006/11/13 11:17:10 + Log: Parsing fix: it wasn't possible to call a function with a (_) prototype + (that is, a function mimicing an unary op) without parentheses. + Bug reported by Ævar Arnfjörð Bjarmason. + Branch: perl + ! madly.act madly.tab madly.y perly.act perly.tab perly.y + ! t/comp/uproto.t +____________________________________________________________________________ +[ 29257] By: rgs on 2006/11/13 10:13:52 + Log: Subject: Re: [perl #27053] /^/m doesn't match after a newline at the end of the string + From: demerphq + Date: Sat, 11 Nov 2006 16:25:17 +0100 + Message-ID: <9b18b3110611110725t3dc1e447v751ef5880363aa9b@mail.gmail.com> + Branch: perl + ! pod/perlre.pod +____________________________________________________________________________ +[ 29256] By: rgs on 2006/11/13 10:12:34 + Log: Casting nit + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 29255] By: rgs on 2006/11/13 09:55:11 + Log: POD fixes and nits in re.pm + Branch: perl + ! ext/re/re.pm +____________________________________________________________________________ +[ 29254] By: rgs on 2006/11/13 09:40:35 + Log: Subject: [PATCH DOC] minor nit in binmode docs + From: Paul Johnson + Date: Fri, 10 Nov 2006 12:17:37 +0100 + Message-ID: <20061110111737.GP17047@pjcj.net> + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 29253] By: stevep on 2006/11/13 02:23:29 + Log: The DynaLoader test isn't happy with OpenBSD's libc.so.39.3. + Branch: perl + ! ext/DynaLoader/t/DynaLoader.t +____________________________________________________________________________ +[ 29252] By: stevep on 2006/11/13 02:19:12 + Log: Subject: [PATCH] Regex Utility Functions and Substituion Fix (XML::Twig core dump) + From: demerphq + Date: Sun, 12 Nov 2006 23:29:41 +0100 + Message-ID: <9b18b3110611121429g1fc9d6c1t4007dc711f9e8396@mail.gmail.com> + + Plus a couple tweaks to ext/re/re.pm and t/op/pat.t to those patches + to apply cleanly. + Branch: perl + + ext/re/t/re_funcs.t + ! MANIFEST embed.fnc embed.h ext/re/re.pm ext/re/re.xs + ! ext/re/re_top.h lib/ExtUtils/ParseXS.pm perl.h + ! pod/perlreguts.pod pp.c pp_hot.c proto.h regcomp.c regcomp.h + ! regexp.h sv.c t/op/pat.t +____________________________________________________________________________ +[ 29251] By: nicholas on 2006/11/12 23:09:46 + Log: Re-order ops to the implementation order in pp_sys.c - this makes a + branch table corresponding to a switch statement slightly smaller. + Branch: perl + ! opcode.h opcode.pl opnames.h +____________________________________________________________________________ +[ 29250] By: nicholas on 2006/11/12 22:17:30 + Log: Avoid ext/Safe/t/safeops.t needing to keep its tests in lockstep with + opcode.pl OP order. + Branch: perl + ! ext/Safe/t/safeops.t +____________________________________________________________________________ +[ 29249] By: nicholas on 2006/11/12 21:57:22 + Log: Forgot to add the new files for 29248. + Branch: perl + + ext/XS/APItest/core.c ext/XS/APItest/core_or_not.inc + + ext/XS/APItest/notcore.c ext/XS/APItest/t/svsetsv.t +____________________________________________________________________________ +[ 29248] By: nicholas on 2006/11/12 20:22:28 + Log: Change 24714 was arguably over-ambitious, in that non-core modules + can't be expected to know that sv_setsv() may now not "really" copy a + scalar. So arrange things so that COW of shared hash key scalars is + only done for calls within the the PERL_CORE. + Branch: perl + ! MANIFEST ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs + ! ext/XS/APItest/MANIFEST ext/XS/APItest/Makefile.PL sv.c sv.h +____________________________________________________________________________ +[ 29247] By: nicholas on 2006/11/12 18:16:52 + Log: Looks like I didn't actually test the COW conditional code in + change 27533. Perl now compiles, but + ext/Compress/Raw/Zlib/t/07bufsize.t fails. + Branch: perl + ! pp_ctl.c regexec.c +____________________________________________________________________________ +[ 29246] By: rgs on 2006/11/12 13:35:24 + Log: Subject: [PATCH] (2nd version) small tweaks based on smoke signs + From: Jarkko Hietaniemi + Date: Sat, 11 Nov 2006 06:18:56 +0200 (EET) + Message-Id: <200611110418.kAB4Ium5350338@kosh.hut.fi> + Branch: perl + ! hv.c regcomp.c regexec.c +____________________________________________________________________________ +[ 29245] By: rgs on 2006/11/12 13:11:07 + Log: Reinstate warning 'Useless use of "re" pragma' + Branch: perl + ! ext/re/re.pm +____________________________________________________________________________ +[ 29244] By: stevep on 2006/11/10 22:55:01 + Log: Upgrade to Test-Simple-0.65. + Branch: perl + ! lib/Test/Builder.pm lib/Test/Builder/Module.pm + ! lib/Test/Builder/Tester.pm lib/Test/More.pm lib/Test/Simple.pm + ! lib/Test/Simple/Changes +____________________________________________________________________________ +[ 29243] By: rgs on 2006/11/09 15:58:11 + Log: Add to Attribute::Handlers the ability to report caller's file and line + number. Based on: + + Subject: FW: Attribute::Handlers + From: "David Feldman" + Date: Wed, 25 Oct 2006 16:34:26 -0400 + Message-ID: + + plus docs and tests. + Branch: perl + + lib/Attribute/Handlers/t/linerep.t + ! MANIFEST lib/Attribute/Handlers.pm + ! lib/Attribute/Handlers/t/multi.t +____________________________________________________________________________ +[ 29242] By: rgs on 2006/11/09 13:33:57 + Log: Silence warnings in Pod::Man + Branch: perl + ! lib/Pod/t/man.t +____________________________________________________________________________ +[ 29241] By: rgs on 2006/11/09 12:32:41 + Log: Subject: [PATCH regexec.c regexp.h] ***speculative*** was RE: [PATCH] regexec.c - silence compiler warning + From: "Robin Barker" + Date: Wed, 8 Nov 2006 15:29:47 -0000 + Message-ID: <2C2E01334A940D4792B3E115F95B7226120AA6@exchsvr1.npl.ad.local> + Branch: perl + ! regexec.c regexp.h +____________________________________________________________________________ +[ 29240] By: rgs on 2006/11/09 11:05:24 + Log: Subject: [PATCH] regcomp.c: printf arg casts + From: Jarkko Hietaniemi + Date: Thu, 9 Nov 2006 06:47:53 +0200 (EET) + Message-Id: <200611090447.kA94lreg223840@kosh.hut.fi> + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 29239] By: davem on 2006/11/08 19:13:57 + Log: perl parser bug leading to memory corruption + quoted-string parser naughtily maintained a pointer into an SV + which could get realloc()ed. + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 29238] By: merijn on 2006/11/08 16:39:21 + Log: Subject: Configure patch to add detection for DIR.dd_fd member variable + From: "Steve Peters" + Date: Sun, 5 Nov 2006 01:40:34 -0600 + Message-ID: + Branch: perl + ! Configure Cross/config.sh-arm-linux NetWare/config.wc + ! Porting/Glossary config_h.SH configure.com epoc/config.sh + ! handy.h plan9/config_sh.sample symbian/config.sh uconfig.sh + ! win32/config.bc win32/config.gc win32/config.vc + ! win32/config.vc64 +____________________________________________________________________________ +[ 29236] By: rgs on 2006/11/08 15:33:02 + Log: Subject: [PATCH t/op/inccode.t] fails under minitest + From: "Robin Barker" + Date: Wed, 8 Nov 2006 15:18:23 -0000 + Message-ID: <2C2E01334A940D4792B3E115F95B7226120AA5@exchsvr1.npl.ad.local> + Branch: perl + ! t/op/inccode.t +____________________________________________________________________________ +[ 29235] By: rgs on 2006/11/08 15:14:31 + Log: Change the documentation of the return values of @INC-hooks to match + what is tested to work. (It's a bit confusing that optional values + might appear at the middle, too.) + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 29234] By: rgs on 2006/11/08 14:02:46 + Log: Subject: [PATCH] Supress df warning in stat.t on OS X + From: Michael G Schwern + Date: Wed, 08 Nov 2006 08:51:50 -0500 + Message-ID: <4551E0F6.20108@gmail.com> + Branch: perl + ! t/op/stat.t +____________________________________________________________________________ +[ 29233] By: steveh on 2006/11/08 13:53:52 + Log: Don't use the PERL_MSVCRT_READFIX when using VC++ 7.x onwards. + + VC++ 7.x onwards use their own MSVCR7x.dll, MSVCR8x.dll, etc, rather + than MSVCRT.dll, so they do not require the read() fix. + + Therefore, we also don't need to update the ioinfo struct used by the + read() fix w.r.t. VC++ 8.x, so back out that part of change #29218 + Branch: perl + ! win32/Makefile win32/makefile.mk win32/win32.h +____________________________________________________________________________ +[ 29232] By: rgs on 2006/11/08 13:27:14 + Log: Type change to avoid signed/unsigned compiler warnings + (thanks to Robin Barker) + Branch: perl + ! regexec.c +____________________________________________________________________________ +[ 29231] By: rgs on 2006/11/08 13:14:20 + Log: Regenerate Changes; update perldelta + Branch: perl + ! Changes pod/perl595delta.pod +____________________________________________________________________________ +[ 29230] By: rgs on 2006/11/08 11:23:13 + Log: Subject: Re: New version diagnostic breaks a bunch of modules. + From: Glenn Linderman + Date: Mon, 30 Oct 2006 12:50:21 -0800 + Message-ID: <4546658D.6090507@NevCal.com> + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 29229] By: rgs on 2006/11/08 10:43:52 + Log: Subject: [PATCH] Perl_die() / Perl_croak() + From: "Philip M. Gollucci" + Date: Tue, 07 Nov 2006 23:27:40 -0800 + Message-ID: <455186EC.8010906@p6m7g8.com> + + (backported to embed.fnc) + Branch: perl + ! embed.fnc proto.h +____________________________________________________________________________ +[ 29228] By: rgs on 2006/11/08 10:28:49 + Log: Subject: Patch for bug in SelfLoader.pm + From: Mike Schilli + Date: Tue, 7 Nov 2006 13:39:30 -0800 (PST) + Message-ID: <20061107132809.I31331@spiral.corp.yahoo.com> + Branch: perl + ! lib/SelfLoader.pm +____________________________________________________________________________ +[ 29227] By: rgs on 2006/11/07 17:31:02 + Log: Use $HOME/localperl as default prefix for installing perl + in the terse installation instructions in README. + Branch: perl + ! README +____________________________________________________________________________ +[ 29226] By: rgs on 2006/11/07 16:50:47 + Log: More notes in perldelta + Branch: perl + ! pod/perl595delta.pod +____________________________________________________________________________ +[ 29225] By: rgs on 2006/11/07 14:23:08 + Log: Forbid using tainted formats in printf and sprintf + Branch: perl + ! pod/perl595delta.pod pp.c pp_sys.c t/op/taint.t +____________________________________________________________________________ +[ 29224] By: rgs on 2006/11/07 11:16:54 + Log: Subject: Re: [PATCH] [perl #40668] Data::Dumper fails to dump all hash keys when itertaor is not at start + From: "Jerry D. Hedden" + Date: Mon, 6 Nov 2006 08:57:04 -0800 (PST) + Message-ID: <20061106165704.939.qmail@web30214.mail.mud.yahoo.com> + Branch: perl + ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/t/bugs.t +____________________________________________________________________________ +[ 29223] By: rgs on 2006/11/07 10:45:26 + Log: Subject: Because I like pain. An update to README + From: Jesse Vincent + Date: Mon, 6 Nov 2006 19:52:35 -0500 + Message-Id: <7BF48AB1-5285-4A9D-929B-8DD697348664@fsck.com> + Branch: perl + ! README +____________________________________________________________________________ +[ 29222] By: rgs on 2006/11/07 10:21:25 + Log: Subject: [PATCH] New regex syntax omnibus + From: demerphq + Date: Mon, 6 Nov 2006 13:06:28 +0100 + Message-ID: <9b18b3110611060406u2fa1572as57073949a5df9e62@mail.gmail.com> + + Plus a portability fix (in string comparison for regex verbs) + and doc tweaks / podchecker fixes + Branch: perl + ! embed.fnc embed.h ext/re/t/regop.t pod/perl595delta.pod + ! pod/perldiag.pod pod/perlre.pod proto.h regcomp.c regcomp.h + ! regcomp.sym regexec.c regexp.h regnodes.h t/op/pat.t + ! t/op/re_tests +____________________________________________________________________________ +[ 29221] By: nicholas on 2006/11/06 22:21:05 + Log: assert() that SvPV_set() isn't used on arrays. + Branch: perl + ! av.c cop.h mathoms.c pp.c pp_ctl.c pp_hot.c pp_sort.c sv.c + ! sv.h +____________________________________________________________________________ +[ 29220] By: nicholas on 2006/11/06 21:05:59 + Log: assert() that SvPV_set() isn't used on hashes. + Branch: perl + ! sv.c sv.h +____________________________________________________________________________ +[ 29219] By: nicholas on 2006/11/06 20:02:38 + Log: assert() that scalars are of the correct type in *set macros. + Branch: perl + ! sv.h +____________________________________________________________________________ +[ 29218] By: steveh on 2006/11/06 16:26:48 + Log: Get Visual C++ 2005 (aka Visual C++ 8.x) support off the ground + + This is not a complete fix yet by any means (there are lots of compiler + warnings and lots of test failures), but it's a step in the right + direction. + + See the thread starting here: + http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-10/msg00893.html + and continuing here: + http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-11/msg00102.html + for further information + Branch: perl + ! win32/Makefile win32/makefile.mk win32/win32.c win32/win32.h +____________________________________________________________________________ +[ 29217] By: merijn on 2006/11/06 15:19:38 + Log: Subject: Re: [PATCH] Detecting bad /dev/null's in Configure + From: Michael Cummings + Date: Fri, 25 Aug 2006 15:48:44 -0400 + Message-ID: <44EF541C.7050801@gentoo.org> + Branch: perl + ! Configure +____________________________________________________________________________ +[ 29215] By: rgs on 2006/11/06 14:37:32 + Log: Subject: Re: [perl #26136] localtime(3) calls tzset(3), but localtime_r(3) may not. + From: SADAHIRO Tomoyuki + Date: Mon, 06 Nov 2006 23:31:50 +0900 + Message-Id: <20061106233139.A2BC.BQW10602@nifty.com> + Branch: perl + ! t/op/time.t +____________________________________________________________________________ +[ 29214] By: rgs on 2006/11/06 14:05:41 + Log: Sync Pod::Usage with the CPAN version + Branch: perl + ! lib/Pod/Usage.pm +____________________________________________________________________________ +[ 29213] By: merijn on 2006/11/06 13:58:56 + Log: The non-unix parts for localtime_r_needs_tzset + Plus forced Glossary entry. That is a TODO for automation + Branch: perl + ! Cross/config.sh-arm-linux NetWare/config.wc Porting/Glossary + ! Porting/config_H config_h.SH configure.com epoc/config.sh + ! handy.h plan9/config.plan9 plan9/config_h.sample + ! plan9/config_sh.sample uconfig.sh win32/config.bc + ! win32/config.ce win32/config.gc win32/config.vc + ! win32/config.vc64 win32/config_H.bc win32/config_H.ce + ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64 +____________________________________________________________________________ +[ 29212] By: rgs on 2006/11/06 13:18:25 + Log: Subject: [PATCH] Re: the new t/run/cloexec.t failing in Solaris and Tru64 + From: Andrew Savige + Date: Tue, 7 Nov 2006 00:06:46 +1100 (EST) + Message-ID: <20061106130647.57891.qmail@web56411.mail.re3.yahoo.com> + Branch: perl + ! t/run/cloexec.t +____________________________________________________________________________ +[ 29211] By: rgs on 2006/11/06 10:59:16 + Log: Upgrade to Test::Simple 0.64_03 + Branch: perl + + lib/Test/Simple/t/carp.t + ! MANIFEST lib/Test/Builder.pm lib/Test/Builder/Module.pm + ! lib/Test/Builder/Tester.pm lib/Test/More.pm lib/Test/Simple.pm + ! lib/Test/Simple/Changes + ! lib/Test/Simple/t/00test_harness_check.t + ! lib/Test/Simple/t/tbt_01basic.t + ! lib/Test/Simple/t/tbt_02fhrestore.t + ! lib/Test/Simple/t/tbt_03die.t + ! lib/Test/Simple/t/tbt_04line_num.t + ! lib/Test/Simple/t/tbt_05faildiag.t + ! lib/Test/Simple/t/tbt_06errormess.t + ! lib/Test/Simple/t/tbt_07args.t +____________________________________________________________________________ +[ 29210] By: rgs on 2006/11/06 10:09:12 + Log: Change reentr.pl to generate reentr.h accordingly to change 29209 + Branch: perl + ! reentr.pl +____________________________________________________________________________ +[ 29209] By: merijn on 2006/11/06 09:43:30 + Log: RE: [perl #26136] localtime(3) calls tzset(3), but localtime_r(3) may not. + From: "Benjamin Holzman" + Date: Wed, 19 Jul 2006 07:11:09 -0400 + Message-ID: <010801c6ab24$09b9ed30$ce0515ac@office.iseoptions.com> + Branch: perl + ! Configure Porting/Glossary config_h.SH reentr.h t/op/time.t +____________________________________________________________________________ +[ 29208] By: rgs on 2006/11/06 09:30:41 + Log: Silence a cast warning + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 29206] By: nicholas on 2006/11/06 08:13:09 + Log: PVCVs no longer allocate memory for the SvNVX slot, so assert that + no-one is trying to access it. + Branch: perl + ! sv.h +____________________________________________________________________________ +[ 29205] By: craigb on 2006/11/06 01:37:13 + Log: In pipe_exit_routine in vms/vms.c, mark a subprocess we've deleted + as done. Courtesy of Scott Lepage. + Branch: perl + ! vms/vms.c +____________________________________________________________________________ +[ 29204] By: merijn on 2006/11/04 19:15:19 + Log: Subject: Re: [perl #40641] crash with unicode characters in regex comment + From: SADAHIRO Tomoyuki + Date: Sat, 04 Nov 2006 21:53:50 +0900 + Message-Id: <20061104215302.3325.BQW10602@nifty.com> + Branch: perl + + t/uni/greek.t t/uni/latin2.t + ! MANIFEST embed.fnc embed.h global.sym pod/perldiag.pod proto.h + ! regcomp.c t/uni/tr_utf8.t +____________________________________________________________________________ +[ 29203] By: nicholas on 2006/11/04 18:56:33 + Log: Change 27506 wasn't quite correct - the copy of the AMAGIC flag should + be as part of RvDEEPCP() in gv.c (Perl_amagic_call()) + Branch: perl + ! gv.c sv.c +____________________________________________________________________________ +[ 29202] By: stevep on 2006/11/04 15:39:57 + Log: Subject: [PATCH] New test for close-on-exec ($^F): t/run/cloexec.t + From: Andrew Savige + Date: Sat, 4 Nov 2006 21:24:14 +1100 (EST) + Message-ID: <20061104102414.78987.qmail@web56403.mail.re3.yahoo.com> + Branch: perl + + t/run/cloexec.t + ! MANIFEST +____________________________________________________________________________ +[ 29201] By: rgs on 2006/11/03 16:04:48 + Log: Subject: [PATCH] replace S_sv_pos_b2u_forwards with utf8_length (was: sv_pos_b2u dislikes the extended UTF-8) + From: SADAHIRO Tomoyuki + Date: Sun, 21 May 2006 14:00:43 +0900 + Message-Id: <20060521140011.358D.BQW10602@nifty.com> + Branch: perl + ! embed.fnc embed.h proto.h sv.c t/op/index.t +____________________________________________________________________________ +[ 29200] By: rgs on 2006/11/03 15:04:15 + Log: The assignment to $VERSION must be on its own line, for + ExtUtils::MM_Unix::parse_version to be happy. + Branch: perl + ! ext/DynaLoader/DynaLoader_pm.PL +____________________________________________________________________________ +[ 29199] By: rgs on 2006/11/03 14:01:30 + Log: Subject: [PATCH] threads 1.49 + From: "Jerry D. Hedden" + Date: Fri, 3 Nov 2006 05:37:16 -0800 (PST) + Message-ID: <20061103133716.95143.qmail@web30214.mail.mud.yahoo.com> + Branch: perl + ! ext/threads/Changes ext/threads/README ext/threads/t/exit.t + ! ext/threads/t/thread.t ext/threads/threads.pm + ! ext/threads/threads.xs +____________________________________________________________________________ +[ 29198] By: rgs on 2006/11/03 13:32:31 + Log: Wrap the $VERSION initialization of DynaLoader in a BEGIN block + + Subject: [perl #40651] (Obscure) Bug in Dynaloader + From: gml4410@ggr.co.uk (via RT) + Date: Thu, 02 Nov 2006 09:30:34 -0800 + Message-ID: + Branch: perl + ! ext/DynaLoader/DynaLoader_pm.PL +____________________________________________________________________________ +[ 29197] By: rgs on 2006/11/03 10:09:19 + Log: When code is loaded through an @INC-hook, and when this hook + has set a filename entry in %INC, make sure __FILE__ is set + for this code accordingly to the contents of that %INC entry. + Branch: perl + ! pp_ctl.c t/op/inccode.t +____________________________________________________________________________ +[ 29196] By: gisle on 2006/11/03 07:08:18 + Log: Typo fixes by Troy Topnik. + Branch: perl + ! pod/perlretut.pod +____________________________________________________________________________ +[ 29195] By: merijn on 2006/11/02 17:49:53 + Log: Change #29193 makes this addition unneeded + Branch: perl + ! t/lib/common.pl +____________________________________________________________________________ +[ 29194] By: davem on 2006/11/02 17:36:33 + Log: add test that eval undef clears $@ + Branch: perl + ! t/op/eval.t +____________________________________________________________________________ +[ 29193] By: davem on 2006/11/02 17:07:00 + Log: eval $undef should emit one warning, not three. + Also ensure that eval $undef clears $@ (it did, but only by luck) + Branch: perl + ! pp_ctl.c t/lib/warnings/9uninit toke.c +____________________________________________________________________________ +[ 29192] By: rgs on 2006/11/02 16:45:13 + Log: Fix case in external pod link + Branch: perl + ! pod/perlop.pod +____________________________________________________________________________ +[ 29191] By: rgs on 2006/11/02 13:51:21 + Log: say() has the same syntax than print(), so forbid to override it + (like print()) + Branch: perl + ! perl_keyword.pl t/op/cproto.t toke.c +____________________________________________________________________________ +[ 29190] By: rgs on 2006/11/02 13:04:10 + Log: This volatile modifier is not on the referent, but on the pointer + (see change 28606) + Branch: perl + ! op.c +____________________________________________________________________________ +[ 29189] By: rgs on 2006/11/02 12:26:47 + Log: Subject: [PATCH] Add more backtracking control verbs to regex engine (?CUT), (?ERROR) + From: demerphq + Date: Thu, 2 Nov 2006 12:35:10 +0100 + Message-ID: <9b18b3110611020335h7ea469a8g28ca483f6832816d@mail.gmail.com> + Branch: perl + ! embed.fnc ext/re/re.pm pod/perl595delta.pod pod/perlre.pod + ! proto.h regcomp.c regcomp.h regcomp.pl regcomp.sym regexec.c + ! regexp.h regnodes.h t/op/pat.t +____________________________________________________________________________ +[ 29188] By: rgs on 2006/11/02 11:59:23 + Log: Subject: [patch at 21983] factor out $^O eq 'darwin' from XSLoader.pm + From: "Konovalov, Vadim Vladimirovich (Vadim)** CTR **" + Date: Thu, 2 Nov 2006 12:36:49 +0100 + Message-ID: + Branch: perl + ! ext/DynaLoader/XSLoader_pm.PL +____________________________________________________________________________ +[ 29187] By: rgs on 2006/11/02 11:14:42 + Log: Subject: Re: $, and say + From: Gisle Aas + Date: 27 Jan 2006 14:46:00 -0800 + Message-ID: + + with tweaks so "say;" continues to default to $_ + plus a regression test + Branch: perl + ! embed.fnc embed.h op.c opcode.h opcode.pl pod/perlfunc.pod + ! pp.sym pp_hot.c pp_proto.h proto.h t/io/say.t +____________________________________________________________________________ +[ 29186] By: rgs on 2006/11/02 11:01:29 + Log: Silence a gcc warning + Branch: perl + ! regexec.c +____________________________________________________________________________ +[ 29185] By: rgs on 2006/11/02 10:32:18 + Log: More regression tests for the _ prototype + Branch: perl + ! t/comp/uproto.t +____________________________________________________________________________ +[ 29184] By: rgs on 2006/11/02 10:06:37 + Log: More heuristics to make warnings.t pass under different + combinations of PERL_UNICODE / locale + Branch: perl + ! t/lib/common.pl +____________________________________________________________________________ +[ 29183] By: rgs on 2006/11/01 17:05:03 + Log: Subject: [PATCH] Add a commit verb to regex engine to allow fine tuning of backtracking control. + From: demerphq + Date: Tue, 31 Oct 2006 22:49:57 +0100 + Message-ID: <9b18b3110610311349n5947cc8fsf0b2e6ddd9a7ee01@mail.gmail.com> + Branch: perl + ! pod/perlre.pod regcomp.c regcomp.sym regexec.c regnodes.h + ! t/op/pat.t +____________________________________________________________________________ +[ 29182] By: rgs on 2006/11/01 16:29:05 + Log: Fix the failures in warnings tests when PERL_UNICODE is defined + that show up in the smokes under UTF-8 locales. Based on : + + Subject: Re: UTF-8 Failures in smoke ($PERL_UNICODE) + From: "H.Merijn Brand" + Date: Wed, 1 Nov 2006 17:03:55 +0100 + Message-ID: <20061101170355.7c57b515@pc09> + Branch: perl + ! t/lib/common.pl t/lib/warnings/9uninit +____________________________________________________________________________ +[ 29181] By: steveh on 2006/11/01 13:22:16 + Log: Forgot to bump Time-HiRes $VERSION in change #29180 + (IO's $VERSION is bumped already) + Branch: perl + ! ext/Time/HiRes/HiRes.pm +____________________________________________________________________________ +[ 29180] By: steveh on 2006/11/01 13:07:37 + Log: Silence VC++ compiler warnings + See: http://www.nntp.perl.org/group/perl.daily-build.reports/42208 + Branch: perl + ! ext/IO/IO.xs ext/Time/HiRes/HiRes.xs regexec.c +____________________________________________________________________________ +[ 29179] By: rgs on 2006/11/01 12:39:39 + Log: Subject: [PATCH] Remove beta status from compression modules + From: "Paul Marquess" + Date: Wed, 1 Nov 2006 10:34:52 -0000 + Message-ID: <02b301c6fda1$5d799950$4e3c140a@myopwv.com> + Branch: perl + ! ext/Compress/IO/Base/Changes ext/Compress/IO/Base/README + ! ext/Compress/IO/Base/lib/IO/Compress/Base.pm + ! ext/Compress/IO/Base/lib/IO/Compress/Base/Common.pm + ! ext/Compress/IO/Base/lib/IO/Uncompress/AnyUncompress.pm + ! ext/Compress/IO/Base/lib/IO/Uncompress/Base.pm + ! ext/Compress/IO/Zlib/Changes ext/Compress/IO/Zlib/README + ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Deflate.pm + ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Identity.pm + ! ext/Compress/IO/Zlib/lib/IO/Compress/Deflate.pm + ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip.pm + ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip/Constants.pm + ! ext/Compress/IO/Zlib/lib/IO/Compress/RawDeflate.pm + ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip.pm + ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip/Constants.pm + ! ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Constants.pm + ! ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Extra.pm + ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Identity.pm + ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Inflate.pm + ! ext/Compress/IO/Zlib/lib/IO/Uncompress/AnyInflate.pm + ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Gunzip.pm + ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Inflate.pm + ! ext/Compress/IO/Zlib/lib/IO/Uncompress/RawInflate.pm + ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Unzip.pm + ! ext/Compress/Raw/Zlib/Changes ext/Compress/Raw/Zlib/README + ! ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm + ! ext/Compress/Zlib/Changes ext/Compress/Zlib/README + ! ext/Compress/Zlib/lib/Compress/Zlib.pm +____________________________________________________________________________ +[ 29178] By: rgs on 2006/11/01 10:44:58 + Log: Regression test by Yves Orton for : [perl #36046] Special var @- + becomes arbitrarily large + Branch: perl + ! t/op/pat.t +____________________________________________________________________________ +[ 29177] By: nicholas on 2006/10/31 22:36:40 + Log: Missed a ) in a comment. + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 29176] By: rgs on 2006/10/31 16:28:33 + Log: Don't run ext/Sys/Syslog/t/constants.t with taint mode, so it's + not systematically skipped + Branch: perl + ! ext/Sys/Syslog/t/constants.t +____________________________________________________________________________ +[ 29175] By: rgs on 2006/10/31 16:02:03 + Log: Some diagnostic output was giving warnings in op/pack.t + under UTF-8 locales, and warnings where fatal by default. + Make them non-fatal for diagnostics. + Branch: perl + ! t/op/pack.t +____________________________________________________________________________ +[ 29174] By: rgs on 2006/10/31 14:47:25 + Log: Fix a case of segfault in ithread destruction + Branch: perl + ! ext/threads/threads.xs +____________________________________________________________________________ +[ 29173] By: rgs on 2006/10/31 14:29:07 + Log: Doc clarification for PerlIO::encoding + (thanks to Steve Hay) + Branch: perl + ! ext/PerlIO/encoding/encoding.pm +____________________________________________________________________________ +[ 29172] By: rgs on 2006/10/31 14:10:25 + Log: threads::shared doesn't use ppport.h in the core + Branch: perl + ! mkppport.lst +____________________________________________________________________________ +[ 29171] By: rgs on 2006/10/31 14:03:30 + Log: Subject: [PATCH] threads 1.47 + From: "Jerry D. Hedden" + Date: Tue, 31 Oct 2006 05:26:25 -0800 (PST) + Message-ID: <20061031132626.18317.qmail@web30214.mail.mud.yahoo.com> + Branch: perl + ! ext/threads/Changes ext/threads/README ext/threads/t/exit.t + ! ext/threads/t/stack.t ext/threads/t/thread.t + ! ext/threads/threads.pm ext/threads/threads.xs +____________________________________________________________________________ +[ 29170] By: rgs on 2006/10/31 13:51:38 + Log: Silence a warning and call readpipe_override() correctly. + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 29169] By: rgs on 2006/10/31 13:49:26 + Log: Make S_readpipe_override() compile with threads; regenerate perlapi.pod + Branch: perl + ! embed.fnc embed.h pod/perlapi.pod proto.h toke.c +____________________________________________________________________________ +[ 29168] By: rgs on 2006/10/31 13:34:30 + Log: Make readpipe() overridable (and also `` and qx//) + Branch: perl + ! opcode.h opcode.pl pod/perlsub.pod pod/perltodo.pod pp.c + ! t/op/cproto.t t/op/override.t toke.c +____________________________________________________________________________ +[ 29167] By: rgs on 2006/10/31 10:59:02 + Log: Remove duplicated entries + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 29166] By: gisle on 2006/10/30 20:13:04 + Log: Improve documentation of av_len and av_fill. + Branch: perl + ! av.c +____________________________________________________________________________ +[ 29165] By: nicholas on 2006/10/30 18:37:41 + Log: Avoid Devel::DProf failing an assertion during global destruction. + Branch: perl + ! ext/Devel/DProf/DProf.xs +____________________________________________________________________________ +[ 29164] By: stevep on 2006/10/30 18:29:30 + Log: It seems only HWND__* is needed by MinGW g++. + Branch: perl + ! win32/win32.c +____________________________________________________________________________ +[ 29162] By: rgs on 2006/10/30 17:56:33 + Log: The second patch from: + Subject: [PATCH] regex engine optimiser should grok subroutine patterns, and, name subroutine regops more intuitively + From: demerphq + Date: Mon, 30 Oct 2006 19:15:13 +0200 + Message-ID: <9b18b3110610300915x3abf6cddu9c2071a70bea48e1@mail.gmail.com> + Branch: perl + ! pod/perldiag.pod regcomp.c regcomp.sym regexec.c regnodes.h +____________________________________________________________________________ +[ 29161] By: rgs on 2006/10/30 17:36:18 + Log: The first patch from: + Subject: [PATCH] regex engine optimiser should grok subroutine patterns, and, name subroutine regops more intuitively + From: demerphq + Date: Mon, 30 Oct 2006 19:15:13 +0200 + Message-ID: <9b18b3110610300915x3abf6cddu9c2071a70bea48e1@mail.gmail.com> + Branch: perl + ! embed.fnc embed.h proto.h regcomp.c regcomp.sym regexec.c + ! regnodes.h +____________________________________________________________________________ +[ 29160] By: rgs on 2006/10/30 17:07:46 + Log: Mention that field hashes are for inside-out objects + (this will be useful for perl5100delta.) + Branch: perl + ! pod/perl594delta.pod +____________________________________________________________________________ +[ 29159] By: stevep on 2006/10/30 16:46:13 + Log: Subject: Patch 29155 breaks VC + From: demerphq + Date: Mon, 30 Oct 2006 18:08:17 +0200 + Message-ID: <9b18b3110610300808u39cc6cefxbee1468a149dc186@mail.gmail.com> + + Plus an additional casting. + Branch: perl + ! win32/win32.c +____________________________________________________________________________ +[ 29158] By: rgs on 2006/10/30 16:29:35 + Log: Update perldelta with changes up to 28867 + Branch: perl + ! pod/perl595delta.pod +____________________________________________________________________________ +[ 29157] By: stevep on 2006/10/30 15:53:50 + Log: VOL should be used instead of volatile in the core. + Branch: perl + ! op.c perl.c +____________________________________________________________________________ +[ 29156] By: merijn on 2006/10/30 14:14:25 + Log: $hex is already hex, so cannot be used in %X if starting with [A-F] + Branch: perl + ! lib/charnames.pm +____________________________________________________________________________ +[ 29155] By: stevep on 2006/10/30 13:58:15 + Log: Initial cleanups to support compiling Win32 with MinGW g++. + Branch: perl + ! perlio.c win32/win32.c +____________________________________________________________________________ +[ 29154] By: rgs on 2006/10/30 11:25:39 + Log: Subject: Re: Closures with named subs + From: Christian Winter + Date: Sun, 29 Oct 2006 21:34:25 +0100 + Message-ID: <45451051.4080200@linux-config.de> + Branch: perl + ! pod/perlref.pod +____________________________________________________________________________ +[ 29153] By: rgs on 2006/10/30 10:38:09 + Log: Subject: [PATCH] threads 1.46 + From: "Jerry D. Hedden" + Date: Fri, 27 Oct 2006 17:01:11 -0700 (PDT) + Message-ID: <20061028000111.23729.qmail@web30207.mail.mud.yahoo.com> + Branch: perl + ! ext/threads/Changes ext/threads/README ext/threads/t/thread.t + ! ext/threads/threads.pm ext/threads/threads.xs +____________________________________________________________________________ +[ 29152] By: rgs on 2006/10/30 10:13:22 + Log: Silence a g++ warning reported by Jarkko. + Branch: perl + ! ext/Data/Dumper/Dumper.xs +____________________________________________________________________________ +[ 29151] By: rgs on 2006/10/30 10:08:24 + Log: Delete Encode's MANIFEST (or else the make process complains + about the missing Encode's META.yml file) + Branch: perl + - ext/Encode/MANIFEST + ! MANIFEST +____________________________________________________________________________ +[ 29150] By: steveh on 2006/10/30 10:02:35 + Log: Bump $VERSION in Term::UI following change #29120 + Branch: perl + ! lib/Term/UI.pm +____________________________________________________________________________ +[ 29149] By: rgs on 2006/10/30 09:52:05 + Log: Subject: [PATCH] Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.68.tar.gz + From: John Peacock + Date: Sun, 29 Oct 2006 14:47:51 -0500 + Message-ID: <45450567.7040609@rowman.com> + Branch: perl + ! lib/version.pm lib/version.t +____________________________________________________________________________ +[ 29148] By: rgs on 2006/10/30 09:43:30 + Log: Subject: [patch] simplify optree test support + From: Jim Cromie + Date: Sun, 29 Oct 2006 14:50:02 -0700 + Message-ID: <4545220A.6060500@gmail.com> + Branch: perl + ! ext/B/t/OptreeCheck.pm +____________________________________________________________________________ +[ 29147] By: steveh on 2006/10/30 09:38:21 + Log: Add some missing targets to win32/makefile.mk + + This updates makefile.mk w.r.t. Makefile, following changes #28293, + #28832, #28904 and #29131 + Branch: perl + ! win32/makefile.mk +____________________________________________________________________________ +[ 29146] By: rgs on 2006/10/30 09:33:33 + Log: In vim, modelines are not taken into account if they begin on the + first character. Also, regenerate perlintern.pod. + Branch: perl + ! autodoc.pl pod/perlapi.pod pod/perlintern.pod +____________________________________________________________________________ +[ 29145] By: merijn on 2006/10/30 07:17:18 + Log: Subject: [PATCH@29157] wince patch + From: Vadim + Date: Sat, 28 Oct 2006 23:48:46 +0400 + Message-ID: <4543B41E.3070006@vkonovalov.ru> + Branch: perl + ! README.ce win32/Makefile.ce +____________________________________________________________________________ +[ 29144] By: craigb on 2006/10/30 00:33:34 + Log: When we open a file and pass it along to PerlIO, be sure to enter the + PerlIO world via Unix I/O. If you start from stdio, a Unix I/O counter + will get decremented on close even though it was never incremented (and + may not even exist). Exposed by #29065. + Branch: perl + ! vms/ext/Stdio/Stdio.xs +____________________________________________________________________________ +[ 29143] By: craigb on 2006/10/30 00:23:35 + Log: Change the non-mkstemp, non-win32 code path of PerlIO_tmpfile + to use PerlIO_fdopen so that when the tmpfile is closed we do + not decrement a ref count that doesn't exist or is zero. + Branch: perl + ! perlio.c +____________________________________________________________________________ +[ 29142] By: stevep on 2006/10/30 00:22:00 + Log: Changes to get perl to compile with g++ on Cygwin. Some additional + changes will be needed to get it to link though. + Branch: perl + ! cygwin/cygwin.c malloc.c perl.h sv.c +____________________________________________________________________________ +[ 29140] By: nicholas on 2006/10/29 22:01:17 + Log: Subject: [PATHCH] Scalar::Util::readonly & compression (was RE: Change 29117: [PATCH] IO::Compress modules) + From: "Paul Marquess" + Message-ID: <02cf01c6fb9d$ade808a0$6501a8c0@myopwv.com> + Date: Sun, 29 Oct 2006 21:03:21 -0000 + Branch: perl + ! ext/Compress/IO/Base/t/01misc.t t/lib/compress/oneshot.pl +____________________________________________________________________________ +[ 29139] By: nicholas on 2006/10/29 21:54:29 + Log: Fix a typo in my description for change 26427. + Branch: perl + ! Changes +____________________________________________________________________________ +[ 29138] By: nicholas on 2006/10/29 21:23:12 + Log: Modify autodoc.pl to add read-only editor boilerplate for perlapi.pod + and perlguts.pod + Branch: perl + ! autodoc.pl pod/perlapi.pod pod/perlguts.pod +____________________________________________________________________________ +[ 29133] By: nicholas on 2006/10/29 19:27:45 + Log: Subject: [PATCH] Re: Deparse bug? + From: Stephen McCamant + Message-ID: <17732.55694.646895.706177@apocalypse.OCF.Berkeley.EDU> + Date: Sun, 29 Oct 2006 08:40:46 -0800 + Branch: perl + ! ext/B/B/Deparse.pm ext/B/t/deparse.t +____________________________________________________________________________ +[ 29131] By: merijn on 2006/10/29 18:32:55 + Log: Subject: [PATCH] Add a few useful developers maketargets to win32/Makefile + From: demerphq + Date: Sun, 29 Oct 2006 13:28:31 +0200 + Message-ID: <9b18b3110610290328v71956891s7df10e40efd2350c@mail.gmail.com> + Branch: perl + ! win32/Makefile +____________________________________________________________________________ +[ 29130] By: nicholas on 2006/10/29 18:30:25 + Log: Add the note from change 25773 about auditing for destruction ordering. + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 29128] By: nicholas on 2006/10/29 18:23:01 + Log: I shrunk struct context, so remove it from perltodo. + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 29127] By: nicholas on 2006/10/27 21:40:40 + Log: Change 27779 failed to free() memory in two places in Perl_magic_set(), + and hence was leaking like the proverbial Jumblie maritime craft. + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 29126] By: stevep on 2006/10/27 13:29:05 + Log: Upgrade to Pod-Parser-1.35. + Branch: perl + + t/pod/p2u_data.pl t/pod/twice.t + ! MANIFEST lib/Pod/Checker.pm lib/Pod/ParseUtils.pm + ! lib/Pod/Parser.pm lib/Pod/PlainText.pm lib/Pod/Select.pm + ! lib/Pod/Usage.pm t/pod/testcmp.pl +____________________________________________________________________________ +[ 29125] By: rgs on 2006/10/27 09:45:33 + Log: Document the limitation of Attribute::Handlers w.r.t. UNITCHECK blocks. + Branch: perl + ! lib/Attribute/Handlers.pm +____________________________________________________________________________ +[ 29124] By: rgs on 2006/10/27 08:43:26 + Log: Subject: [PATCH] Change MY_CXT ref in perl.h + From: "Jerry D. Hedden" + Date: Thu, 26 Oct 2006 08:35:46 -0700 (PDT) + Message-ID: <20061026153546.71547.qmail@web30214.mail.mud.yahoo.com> + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 29123] By: rgs on 2006/10/27 08:41:45 + Log: Subject: [PATCH] Make 'threads' conform to perlguts + From: "Jerry D. Hedden" + Date: Thu, 26 Oct 2006 11:10:57 -0700 (PDT) + Message-ID: <20061026181057.74650.qmail@web30211.mail.mud.yahoo.com> + Branch: perl + ! ext/threads/threads.xs +____________________________________________________________________________ +[ 29122] By: stevep on 2006/10/27 04:48:43 + Log: Spelling fixes for re.pm. + Branch: perl + ! ext/re/re.pm +____________________________________________________________________________ +[ 29121] By: stevep on 2006/10/27 03:48:34 + Log: Spelling nits from Debian bug list... + + Subject: Bug#395426: perl: spelling errors + From: Matt Taggart + Date: Thu, 26 Oct 2006 15:23:29 -0700 + Message-Id: <20061026222329.8B8CF1AAC6D@cyrix.home.bogus> + Branch: perl + ! ext/Encode/bin/enc2xs lib/ExtUtils/xsubpp x2p/find2perl.PL + ! x2p/s2p.PL +____________________________________________________________________________ +[ 29120] By: steveh on 2006/10/26 16:26:56 + Log: Close temporary test file before unlinking (for the sake of Win32) + Branch: perl + ! lib/Term/UI/t/02_ui.t +____________________________________________________________________________ +[ 29119] By: rgs on 2006/10/26 16:11:26 + Log: Document the new (?FAIL) assertion (Yves Orton) + Branch: perl + ! pod/perlre.pod +____________________________________________________________________________ +[ 29118] By: rgs on 2006/10/26 15:58:18 + Log: Subject: [PATCH] Fix a problem with jump-tries, add (?FAIL) pattern. + From: demerphq + Date: Thu, 26 Oct 2006 14:59:11 +0200 + Message-ID: <9b18b3110610260559k3efa98barc28987e88c581a8a@mail.gmail.com> + Branch: perl + ! regcomp.c regcomp.sym regexec.c regexp.h regnodes.h + ! t/op/re_tests +____________________________________________________________________________ +[ 29117] By: rgs on 2006/10/26 15:42:40 + Log: Subject: [PATCH] IO::Compress modules + From: "Paul Marquess" + Date: Thu, 26 Oct 2006 15:29:43 +0100 + Message-ID: <028201c6f90b$2de7a4b0$4e3c140a@myopwv.com> + Branch: perl + ! ext/Compress/IO/Base/Changes ext/Compress/IO/Base/Makefile.PL + ! ext/Compress/IO/Base/README + ! ext/Compress/IO/Base/lib/IO/Compress/Base.pm + ! ext/Compress/IO/Base/lib/IO/Compress/Base/Common.pm + ! ext/Compress/IO/Base/lib/IO/Uncompress/AnyUncompress.pm + ! ext/Compress/IO/Base/lib/IO/Uncompress/Base.pm + ! ext/Compress/IO/Base/private/MakeUtil.pm + ! ext/Compress/IO/Base/t/01misc.t ext/Compress/IO/Zlib/Changes + ! ext/Compress/IO/Zlib/README + ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Deflate.pm + ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Identity.pm + ! ext/Compress/IO/Zlib/lib/IO/Compress/Deflate.pm + ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip.pm + ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip/Constants.pm + ! ext/Compress/IO/Zlib/lib/IO/Compress/RawDeflate.pm + ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip.pm + ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip/Constants.pm + ! ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Constants.pm + ! ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Extra.pm + ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Identity.pm + ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Inflate.pm + ! ext/Compress/IO/Zlib/lib/IO/Uncompress/AnyInflate.pm + ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Gunzip.pm + ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Inflate.pm + ! ext/Compress/IO/Zlib/lib/IO/Uncompress/RawInflate.pm + ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Unzip.pm + ! ext/Compress/IO/Zlib/private/MakeUtil.pm + ! ext/Compress/Raw/Zlib/Changes + ! ext/Compress/Raw/Zlib/Makefile.PL ext/Compress/Raw/Zlib/README + ! ext/Compress/Raw/Zlib/Zlib.xs + ! ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm + ! ext/Compress/Raw/Zlib/private/MakeUtil.pm + ! ext/Compress/Zlib/Changes ext/Compress/Zlib/README + ! ext/Compress/Zlib/lib/Compress/Zlib.pm + ! ext/Compress/Zlib/private/MakeUtil.pm + ! t/lib/compress/CompTestUtils.pm t/lib/compress/generic.pl + ! t/lib/compress/multi.pl t/lib/compress/oneshot.pl +____________________________________________________________________________ +[ 29116] By: rgs on 2006/10/26 15:30:52 + Log: Subject: Re: [perl #40583] sprintf "%#04X" also uppercases the 0x-prefix + From: SADAHIRO Tomoyuki + Date: Fri, 27 Oct 2006 00:19:34 +0900 + Message-Id: <20061027001924.B158.BQW10602@nifty.com> + Branch: perl + ! pod/perlfunc.pod sv.c t/op/sprintf.t +____________________________________________________________________________ +[ 29115] By: merijn on 2006/10/26 14:08:03 + Log: Subject: [PATCH] Fix typo in File::Find POD + From: "Jerry D. Hedden" + Date: Thu, 26 Oct 2006 06:50:04 -0700 (PDT) + Message-ID: <20061026135004.79720.qmail@web30211.mail.mud.yahoo.com> + Branch: perl + ! lib/File/Find.pm +____________________________________________________________________________ +[ 29114] By: rgs on 2006/10/26 12:22:07 + Log: Add Term::UI and Object::Accessor to the list of dual-life modules + Branch: perl + ! Porting/Maintainers.pl +____________________________________________________________________________ +[ 29113] By: rgs on 2006/10/26 12:16:49 + Log: Subject: [PATCH] Add Object::Accessor to the core + From: "Jos Boumans" + Date: Thu, 26 Oct 2006 14:04:44 +0200 (CEST) + Message-ID: <18983.80.127.35.68.1161864284.squirrel@webmail.xs4all.nl> + Branch: perl + + lib/Object/Accessor.pm + + lib/Object/Accessor/t/00_Object-Accessor.t + + lib/Object/Accessor/t/01_Object-Accessor-Subclassed.t + + lib/Object/Accessor/t/02_Object-Accessor-allow.t + + lib/Object/Accessor/t/03_Object-Accessor-local.t + + lib/Object/Accessor/t/04_Object-Accessor-lvalue.t + + lib/Object/Accessor/t/05_Object-Accessor-callback.t + ! MANIFEST +____________________________________________________________________________ +[ 29112] By: rgs on 2006/10/26 12:13:59 + Log: Subject: [PATCH] Add Term::UI to the core + From: "Jos Boumans" + Date: Mon, 23 Oct 2006 12:07:23 +0200 (CEST) + Message-ID: <19689.80.127.35.68.1161598043.squirrel@webmail.xs4all.nl> + Branch: perl + + lib/Term/UI.pm lib/Term/UI/History.pm lib/Term/UI/t/00_load.t + + lib/Term/UI/t/01_history.t lib/Term/UI/t/02_ui.t + ! MANIFEST +____________________________________________________________________________ +[ 29111] By: rgs on 2006/10/26 11:02:15 + Log: Fix a memory leak : + Subject: Re: Valgrind findings + From: demerphq + Date: Thu, 26 Oct 2006 12:34:43 +0200 + Message-ID: <9b18b3110610260334t6b77c2dbu2ca8207d822402da@mail.gmail.com> + Branch: perl + ! regexec.c +____________________________________________________________________________ +[ 29110] By: rgs on 2006/10/26 10:42:03 + Log: Subject: [PATCH] threads-shared 1.05 + From: "Jerry D. Hedden" + Date: Wed, 25 Oct 2006 11:27:15 -0700 (PDT) + Message-ID: <20061025182715.561.qmail@web30211.mail.mud.yahoo.com> + Branch: perl + ! ext/threads/shared/Changes ext/threads/shared/Makefile.PL + ! ext/threads/shared/README ext/threads/shared/shared.pm + ! ext/threads/shared/shared.xs +____________________________________________________________________________ +[ 29109] By: rgs on 2006/10/26 10:37:43 + Log: Subject: [PATCH] threads 1.45 + From: "Jerry D. Hedden" + Date: Wed, 25 Oct 2006 11:26:29 -0700 (PDT) + Message-ID: <20061025182629.16434.qmail@web30209.mail.mud.yahoo.com> + Branch: perl + ! ext/threads/Changes ext/threads/Makefile.PL ext/threads/README + ! ext/threads/t/thread.t ext/threads/threads.pm +____________________________________________________________________________ +[ 29108] By: rgs on 2006/10/25 16:19:50 + Log: Fix small leak with -F at interpreter destruction + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 29107] By: rgs on 2006/10/25 13:51:55 + Log: Plug a memory leak in newCONSTSUB + Branch: perl + ! op.c +____________________________________________________________________________ +[ 29106] By: rgs on 2006/10/25 12:16:08 + Log: I'll finally get it right. (thanks to Sadahiro Tomoyuki) + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 29105] By: rgs on 2006/10/25 11:18:27 + Log: Fix nit in previous patch, spotted by Gisle + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 29104] By: rgs on 2006/10/25 10:59:55 + Log: Add a %B sprintf format + + Subject: Re: [perl #40583] sprintf "%#04X" also uppercases the 0x-prefix + From: Nicholas Clark + Date: Mon, 23 Oct 2006 18:19:51 +0100 + Message-ID: <20061023171951.GA3262@plum.flirble.org> + (plus docs) + Branch: perl + ! pod/perlfunc.pod sv.c t/op/sprintf.t +____________________________________________________________________________ +[ 29103] By: rgs on 2006/10/25 10:27:05 + Log: Subject: [PATCH] FindBin.pm: better fix for PATH entries + From: Alexey Tourbin + Date: Wed, 25 Oct 2006 14:02:55 +0400 + Message-ID: <20061025100255.GE7821@localhost.localdomain> + Branch: perl + ! lib/FindBin.pm +____________________________________________________________________________ +[ 29102] By: rgs on 2006/10/25 09:56:06 + Log: Document that warnings.pm doesn't load Carp anymore + Branch: perl + ! pod/perl595delta.pod +____________________________________________________________________________ +[ 29101] By: craigb on 2006/10/25 03:58:38 + Log: Initialize d_ctermid and i_gdbm in configure.com. + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 29100] By: stevep on 2006/10/24 15:44:22 + Log: Upgrade to CPAN-1.88_57. + Branch: perl + ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm + ! lib/CPAN/SIGNATURE +____________________________________________________________________________ +[ 29099] By: rgs on 2006/10/24 14:42:13 + Log: Silence an expected warning (when playing with utf8ness and string overloading) + Branch: perl + ! t/uni/overload.t +____________________________________________________________________________ +[ 29098] By: rgs on 2006/10/24 12:53:14 + Log: New UTF-8 warning : Variable length character upgraded in print. + + Subject: Re: Changing the internal encoding (was: Re: utf8 regexp performance problem) + From: SADAHIRO Tomoyuki + Date: Sun, 22 Oct 2006 14:32:34 +0900 + Message-Id: <20061022142512.A7D3.BQW10602@nifty.com> + + (but with ckWARN_d replaced by ckWARN) + Branch: perl + ! doio.c pod/perldiag.pod +____________________________________________________________________________ +[ 29097] By: rgs on 2006/10/24 09:46:57 + Log: No warning was produced if perl failed to load PerlIO::scalar + (contrary to other PerlIO layers.) + Branch: perl + ! perlio.c +____________________________________________________________________________ +[ 29096] By: merijn on 2006/10/23 15:43:15 + Log: Fix for RT#38169 & RT#38945 + Configure won't handle versions 5.10.0 or 5.8.10. + Branch: perl + ! Configure config_h.SH +____________________________________________________________________________ +[ 29093] By: rgs on 2006/10/23 13:43:32 + Log: Document that the %#X printf format prefixes the output with 0X, not 0x. + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 29092] By: rgs on 2006/10/23 09:33:26 + Log: Update Changes + Branch: perl + ! Changes +____________________________________________________________________________ +[ 29091] By: rgs on 2006/10/23 09:22:05 + Log: Some notes about the recent changes in perldelta + Branch: perl + ! pod/perl595delta.pod +____________________________________________________________________________ +[ 29090] By: rgs on 2006/10/23 08:51:02 + Log: Subject: [PATCH] base.pm + From: Ovid + Date: Thu, 19 Oct 2006 08:47:48 -0700 (PDT) + Message-ID: <20061019154748.87433.qmail@web60824.mail.yahoo.com> + Branch: perl + ! lib/base.pm lib/base/t/base.t +____________________________________________________________________________ +[ 29089] By: rgs on 2006/10/23 08:28:08 + Log: Protection against overwriting defsubs.h via a symlink + (by Jim Cromie) + Branch: perl + ! ext/B/defsubs_h.PL +____________________________________________________________________________ +[ 29088] By: rgs on 2006/10/23 08:27:05 + Log: Subject: [patch] make test.valgrind capable of running cachegrind + From: Jim Cromie + Date: Fri, 20 Oct 2006 14:49:03 -0600 + Message-ID: <4539363F.9020205@gmail.com> + Branch: perl + ! t/TEST +____________________________________________________________________________ +[ 29086] By: nicholas on 2006/10/22 22:51:59 + Log: Fix the other bug introduced by change 29079 + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 29085] By: nicholas on 2006/10/22 22:35:42 + Log: Fix bug in change 27321 - Perl_ss_dup should also have been updated. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 29084] By: nicholas on 2006/10/22 22:12:57 + Log: Fix a bug introduced by change 29079 + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 29083] By: stevep on 2006/10/22 21:47:11 + Log: Removed typo that caused a variable to shadow an existing variable + in an external scope. + Branch: perl + ! ext/threads/Makefile.PL +____________________________________________________________________________ +[ 29082] By: nicholas on 2006/10/22 21:02:28 + Log: Merge cases in Perl_ss_dup(). + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 29079] By: nicholas on 2006/10/22 19:06:14 + Log: const the variable used for the save stack type in Perl_ss_dup(). + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 29078] By: rgs on 2006/10/22 13:15:39 + Log: Make the overrides of built-ins in the bytes pragma use the new prototype _. + Branch: perl + ! lib/bytes.pm lib/bytes_heavy.pl +____________________________________________________________________________ +[ 29077] By: nicholas on 2006/10/21 23:01:45 + Log: Add PERLIO_INIT and PERLIO_TERM to PERL_SYS_INIT* and PERL_SYS_TERM* + in */*ish.h headers. + Branch: perl + ! epoc/epocish.h mpeix/mpeixish.h os2/os2ish.h plan9/plan9ish.h + ! vms/vmsish.h +____________________________________________________________________________ +[ 29076] By: nicholas on 2006/10/21 22:40:28 + Log: Subject: Re: Change 29050: Memory leak fix, by Jarkko + From: Jarkko Hietaniemi + Message-ID: <453A97FA.5090403@iki.fi> + Date: Sat, 21 Oct 2006 17:58:18 -0400 + + (Make AIX linker happy) + Branch: perl + ! makedef.pl +____________________________________________________________________________ +[ 29075] By: nicholas on 2006/10/21 21:53:48 + Log: Semicolon consistency between PERL_FPU_INIT and the other INITs. + Branch: perl + ! perl.h unixish.h +____________________________________________________________________________ +[ 29074] By: nicholas on 2006/10/21 21:31:20 + Log: Add PERLIO_INIT to PERL_SYS_INIT. + I infer that this was accidentally omitted from change 29060 + Branch: perl + ! dosish.h perl.h unixish.h +____________________________________________________________________________ +[ 29073] By: nicholas on 2006/10/21 21:02:53 + Log: Always defining PERLIO_TERM, even if it's empty, makes for a simpler + PERL_SYS_TERM + Branch: perl + ! dosish.h perl.h unixish.h +____________________________________________________________________________ +[ 29072] By: stevep on 2006/10/21 18:16:53 + Log: Changes for threads::shared to all building with g++. + Branch: perl + ! ext/threads/shared/Makefile.PL ext/threads/shared/shared.xs +____________________________________________________________________________ +[ 29071] By: stevep on 2006/10/21 16:45:38 + Log: Fixes for Storable.xs when compiling a threaded Perl with g++. + Branch: perl + ! ext/Storable/Storable.xs +____________________________________________________________________________ +[ 29070] By: stevep on 2006/10/21 16:17:58 + Log: Fix in perl.h for compiling with g++. + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 29069] By: stevep on 2006/10/21 13:28:13 + Log: Better solution to silencing prereq warnings from threads's + Makefile.PL + Branch: perl + ! ext/threads/Makefile.PL +____________________________________________________________________________ +[ 29068] By: stevep on 2006/10/21 02:04:19 + Log: Quiet a warning in pp_sys.c on AIX. + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 29067] By: stevep on 2006/10/20 19:28:46 + Log: Comment out Hash::Util and IO::File from prereqs of threads, since + they are both available in the core. + Branch: perl + ! ext/threads/Makefile.PL +____________________________________________________________________________ +[ 29066] By: rgs on 2006/10/20 15:31:36 + Log: Adjustment to symbol lists after latest changes (by Jarkko) + Branch: perl + ! makedef.pl perlio.sym +____________________________________________________________________________ +[ 29065] By: rgs on 2006/10/20 15:04:47 + Log: Enable perlio mutexes under threads (by Jarkko) + Branch: perl + ! perlio.c perlvars.h +____________________________________________________________________________ +[ 29064] By: rgs on 2006/10/20 13:01:14 + Log: regen headers + Branch: perl + ! embedvar.h perlapi.h +____________________________________________________________________________ +[ 29063] By: davem on 2006/10/20 13:00:52 + Log: only do \C hackery if \C is seen + + From: demerphq + Date: Fri, 20 Oct 2006 12:38:13 +0200 + Subject: Re: utf8 regexp performance problem + Message-ID: <9b18b3110610200338k5df1d3afpf829fbc0f3663a75@mail.gmail.com> + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 29062] By: rgs on 2006/10/20 11:51:57 + Log: Subject: [PATCH] B:: changes for UNITCHECK blocks + From: Alex Gough + Date: Fri, 20 Oct 2006 02:05:20 +0100 + Message-ID: <20061020010520.GC12290@the.earth.li> + Branch: perl + ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Deparse.pm + ! ext/B/t/concise-xs.t ext/B/t/optree_specials.t +____________________________________________________________________________ +[ 29061] By: rgs on 2006/10/20 10:32:20 + Log: Let's undocument -Dusesfio in INSTALL. + Branch: perl + ! INSTALL +____________________________________________________________________________ +[ 29060] By: rgs on 2006/10/20 10:20:18 + Log: More leak fixes, by Jarkko + Branch: perl + ! dosish.h perl.h perlio.c perliol.h perlvars.h unixish.h +____________________________________________________________________________ +[ 29059] By: davem on 2006/10/20 10:06:57 + Log: zero length $1 took too long to detect utf8-ness + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 29058] By: rgs on 2006/10/20 09:04:49 + Log: Silence some warnings + Branch: perl + ! pp_ctl.c regcomp.c +____________________________________________________________________________ +[ 29057] By: nicholas on 2006/10/19 20:52:31 + Log: Subject: Re: Off by one in the trie code? + From: demerphq + Message-ID: <9b18b3110610181151i3ca438cdied769ebaa4255079@mail.gmail.com> + Date: Wed, 18 Oct 2006 20:51:41 +0200 + + 1. code necessary to make patterns with interpolated vars behave + correctly under lexical re 'debug', including additional tests. + 2. changes necessary to resolve the off by one error, + 3. tweaks to re.pm to document that re 'debug' is lexical, + Branch: perl + ! ext/re/re.pm ext/re/t/lexical_debug.pl + ! ext/re/t/lexical_debug.t ext/re/t/regop.pl ext/re/t/regop.t + ! pp_ctl.c regcomp.c regcomp.h +____________________________________________________________________________ +[ 29056] By: nicholas on 2006/10/19 20:47:53 + Log: Subject: Re: Off by one in the trie code? + From: demerphq + Date: Wed, 18 Oct 2006 20:51:41 +0200 + Message-ID: <9b18b3110610181151i3ca438cdied769ebaa4255079@mail.gmail.com> + + change test files that do a require "./test.pl"; without a BEGIN block + to ensure prototypes are seen, plus fix any breakage this reveals. + Branch: perl + ! ext/Devel/Peek/t/Peek.t ext/POSIX/t/posix.t lib/vmsish.t + ! t/comp/parser.t t/comp/utf.t t/io/argv.t t/io/utf8.t + ! t/op/stash.t t/run/switchC.t t/run/switchd.t t/run/switches.t +____________________________________________________________________________ +[ 29055] By: merijn on 2006/10/19 16:40:08 + Log: isnb't the same as C, and looks so stupid in man + Branch: perl + ! pod/perlop.pod +____________________________________________________________________________ +[ 29054] By: rgs on 2006/10/19 16:20:41 + Log: Trim perltodo. + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 29053] By: rgs on 2006/10/19 15:54:15 + Log: Subject: [PATCH] stab at UNITCHECK blocks + From: Alex Gough + Date: Thu, 19 Oct 2006 13:04:12 +0100 + Message-ID: <20061019120412.GA12290@the.earth.li> + Branch: perl + + t/op/blocks.t + ! MANIFEST cv.h embedvar.h intrpvar.h keywords.h keywords.pl + ! madly.act madly.h madly.tab madly.y op.c perl.c + ! perl_keyword.pl perlapi.h perly.act perly.tab perly.y + ! pod/perldebug.pod pod/perldiag.pod pod/perlfunc.pod + ! pod/perlmod.pod pod/perlrun.pod pod/perlsub.pod pp_ctl.c sv.c + ! toke.c +____________________________________________________________________________ +[ 29052] By: stevep on 2006/10/19 13:49:56 + Log: Subject: [PATCH] Add Log::Message and Log::Message::Simple to the core + From: "Jos Boumans" + Date: Fri, 13 Oct 2006 17:12:57 +0200 (CEST) + Message-ID: <13003.80.127.35.68.1160752377.squirrel@webmail.xs4all.nl> + Branch: perl + + lib/Log/Message.pm lib/Log/Message/Config.pm + + lib/Log/Message/Handlers.pm lib/Log/Message/Item.pm + + lib/Log/Message/Simple.pm lib/Log/Message/Simple/t/01_use.t + + lib/Log/Message/Simple/t/02_imports.t + + lib/Log/Message/Simple/t/03_functions.t + + lib/Log/Message/t/01_Log-Message-Config.t + + lib/Log/Message/t/02_Log-Message.t + + lib/Log/Message/t/conf/LoadMe.pl + + lib/Log/Message/t/conf/config_file + ! MANIFEST Porting/Maintainers.pl +____________________________________________________________________________ +[ 29051] By: rgs on 2006/10/19 12:17:18 + Log: Make prototype("CORE::mkdir") work. That's a special case, + since from the OA_* flags we can't figure out which parameter + is going to default to $_. + Branch: perl + ! pp.c t/op/cproto.t +____________________________________________________________________________ +[ 29050] By: rgs on 2006/10/19 12:08:24 + Log: Memory leak fix, by Jarkko + Branch: perl + ! perlio.c +____________________________________________________________________________ +[ 29049] By: rgs on 2006/10/19 10:27:20 + Log: Adjust documentation for previous change + Branch: perl + ! pod/perlsub.pod +____________________________________________________________________________ +[ 29048] By: rgs on 2006/10/19 10:26:54 + Log: Allow the _ prototype character to be followed by optional arguments + Branch: perl + ! op.c t/comp/uproto.t +____________________________________________________________________________ +[ 29047] By: rgs on 2006/10/19 08:56:14 + Log: Make all JAPH tests pass + Branch: perl + ! t/japh/abigail.t +____________________________________________________________________________ +[ 29046] By: rgs on 2006/10/19 08:04:04 + Log: Remove free() part of change #29045, which causes + panics from miniperl in FreeBSD/multithreaded + Branch: perl + ! perlio.c +____________________________________________________________________________ +[ 29045] By: stevep on 2006/10/19 01:18:50 + Log: Subject: [PATCH] blead valgrind finding + From: Jarkko Hietaniemi + Date: Wed, 18 Oct 2006 20:07:54 -0400 + Message-ID: <4536C1DA.4060600@iki.fi> + Branch: perl + ! perlio.c +____________________________________________________________________________ +[ 29044] By: rgs on 2006/10/18 20:26:37 + Log: Make prototype("CORE::foo") return prototypes with _ when it should + (except for mkdir) + Branch: perl + ! pp.c t/op/cproto.t +____________________________________________________________________________ +[ 29043] By: rgs on 2006/10/18 19:37:01 + Log: Add a regression test for change #29041 + Branch: perl + ! t/comp/uproto.t +____________________________________________________________________________ +[ 29042] By: nicholas on 2006/10/18 19:11:55 + Log: Using explicit printf-like APIs with a format of "%s" isn't the world's + most efficient idea. + Branch: perl + ! XSUB.h dump.c +____________________________________________________________________________ +[ 29041] By: rgs on 2006/10/18 17:40:57 + Log: Functions with a (_) prototype should behave as unary operators + (which is not the case of functions with a (;$) prototype) + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 29040] By: nicholas on 2006/10/18 17:35:06 + Log: panic if we attempt to sv_setsv to or from an already freed SV. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 29039] By: rgs on 2006/10/18 14:41:26 + Log: Test for the interaction between ; and _ in prototypes + Branch: perl + ! t/comp/uproto.t +____________________________________________________________________________ +[ 29038] By: rgs on 2006/10/18 14:34:26 + Log: Document _ prototype in perlsub + Branch: perl + ! pod/perlsub.pod +____________________________________________________________________________ +[ 29037] By: rgs on 2006/10/18 14:30:57 + Log: Fix prototype to mimic built-in in perlsub examples + Branch: perl + ! pod/perlsub.pod +____________________________________________________________________________ +[ 29036] By: rgs on 2006/10/18 14:01:59 + Log: The _ character is only allowed to be at the end of prototypes + Branch: perl + ! op.c t/comp/uproto.t +____________________________________________________________________________ +[ 29035] By: rgs on 2006/10/18 12:54:34 + Log: Improvements and fixes to the _ prototype + Branch: perl + ! op.c t/comp/uproto.t +____________________________________________________________________________ +[ 29034] By: rgs on 2006/10/18 08:49:01 + Log: FAQ sync + Branch: perl + ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod + ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod + ! pod/perlfaq7.pod pod/perlfaq9.pod +____________________________________________________________________________ +[ 29033] By: rgs on 2006/10/18 08:24:30 + Log: Subject: [perl #40557] regexec.c saves context stack position improperly + From: Dave Bailey (via RT) + Date: Tue, 17 Oct 2006 09:37:28 -0700 + Message-ID: + Branch: perl + ! regexec.c scope.c scope.h +____________________________________________________________________________ +[ 29032] By: rgs on 2006/10/17 16:07:04 + Log: First attempt at implementing the _ prototype + Branch: perl + + t/comp/uproto.t + ! MANIFEST op.c toke.c +____________________________________________________________________________ +[ 29031] By: stevep on 2006/10/17 15:43:05 + Log: Upgrade to Time-HiRes-1.94. + Branch: perl + ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm + ! ext/Time/HiRes/t/HiRes.t +____________________________________________________________________________ +[ 29030] By: rgs on 2006/10/17 14:13:52 + Log: Subject: Re: [PATCH] remove leaveit from toke.c:scan_const + From: SADAHIRO Tomoyuki + Date: Tue, 17 Oct 2006 23:10:04 +0900 + Message-Id: <20061017230958.41A2.BQW10602@nifty.com> + Branch: perl + ! pod/perldiag.pod +____________________________________________________________________________ +[ 29029] By: stevep on 2006/10/17 12:42:04 + Log: Upgrade to CPAN-1.88_55. + Branch: perl + ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/SIGNATURE +____________________________________________________________________________ +[ 29028] By: rgs on 2006/10/17 07:44:09 + Log: Less brace nesting. + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 29027] By: rgs on 2006/10/16 12:59:07 + Log: The "Unrecognized escape" warning can now be emitted in category + "regexp" after change 29026 + Branch: perl + ! pod/perldiag.pod +____________________________________________________________________________ +[ 29026] By: rgs on 2006/10/16 12:55:28 + Log: Subject: [PATCH] remove leaveit from toke.c:scan_const + From: SADAHIRO Tomoyuki + Date: Sun, 15 Oct 2006 22:23:00 +0900 + Message-Id: <20061015222223.BC38.BQW10602@nifty.com> + Branch: perl + ! pod/perlop.pod t/lib/warnings/regcomp t/lib/warnings/toke + ! t/op/pat.t t/op/regmesg.t toke.c +____________________________________________________________________________ +[ 29025] By: rgs on 2006/10/16 09:26:17 + Log: Subject: [PATCH] Re: sprintf 64 test + From: SADAHIRO Tomoyuki + Date: Sun, 15 Oct 2006 16:51:34 +0900 + Message-Id: <20061015165052.77AD.BQW10602@nifty.com> + + 1. nullify 0 flag in integer conversions when precision is given + 2. ignore space after a plus sign as a sign for a nonnegative number + 3. make a negative precision through * working as if the precision + is omitted + Branch: perl + ! pod/perlfunc.pod sv.c t/op/sprintf.t t/op/sprintf2.t +____________________________________________________________________________ +[ 29024] By: nicholas on 2006/10/16 04:41:30 + Log: Fix change 28770 to cope with the strange 32 bit bool type on VMS. + (I should have seen this one coming - the two structures weren't + textually identical) + Branch: perl + ! cop.h +____________________________________________________________________________ +[ 29023] By: stevep on 2006/10/15 17:17:32 + Log: Upgrade to Time-HiRes-1.93. + Branch: perl + ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm + ! ext/Time/HiRes/t/HiRes.t +____________________________________________________________________________ +[ 29020] By: stevep on 2006/10/14 23:18:29 + Log: Upgrade to CPAN-1.88_54. + Branch: perl + ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm +____________________________________________________________________________ +[ 29019] By: stevep on 2006/10/14 23:11:23 + Log: Upgrade to Digest-SHA-5.44. + Branch: perl + ! ext/Digest/SHA/Changes ext/Digest/SHA/README + ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/SHA.xs + ! ext/Digest/SHA/bin/shasum ext/Digest/SHA/src/hmac.c + ! ext/Digest/SHA/src/hmac.h ext/Digest/SHA/src/sha.c + ! ext/Digest/SHA/src/sha.h +____________________________________________________________________________ +[ 29018] By: nicholas on 2006/10/14 23:06:52 + Log: Avoid undefined behaviour for -DPERL_MEM_LOG by not using a + dereference of member of the structure being reallocated as part of + the size calculation. (This one was well hidden by macros) + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 29017] By: stevep on 2006/10/14 23:00:35 + Log: Upgrade to XSLoader-0.07. + Branch: perl + ! ext/DynaLoader/XSLoader_pm.PL ext/DynaLoader/t/XSLoader.t +____________________________________________________________________________ +[ 29016] By: nicholas on 2006/10/14 22:40:00 + Log: Avoid undefined behaviour for -DPERL_MEM_LOG by not using a direct + dereference of member of the structure being reallocated as part of + the size calculation. (There may be other similar bugs). + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 29015] By: nicholas on 2006/10/14 20:38:59 + Log: Use Perl_croak_nocontext() rather than Perl_croak() for the snprintf() + and vsnprintf() macros. + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 29012] By: nicholas on 2006/10/14 14:32:28 + Log: Fix typo. + Branch: perl + ! Changes +____________________________________________________________________________ +[ 29011] By: nicholas on 2006/10/13 20:35:44 + Log: Subject: Re: SVpvs vs SVpvn + From: Jim Cromie + Message-ID: <452FED1D.1000504@gmail.com> + Date: Fri, 13 Oct 2006 13:46:37 -0600 + + plus the last newSVpvn() in toke.c that his regexp missed. + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 29010] By: stevep on 2006/10/13 14:11:04 + Log: Upgrade to Time-HiRes-1.92. + Branch: perl + + ext/Time/HiRes/hints/aix.pl + ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm + ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL + ! ext/Time/HiRes/t/HiRes.t +____________________________________________________________________________ +[ 29009] By: nicholas on 2006/10/13 13:53:16 + Log: Correct one "parenthesis" to "parentheses". + Branch: perl + ! pod/perlre.pod +____________________________________________________________________________ +[ 29008] By: rgs on 2006/10/13 12:12:04 + Log: Don't bother checking for bad characters in prototypes if we're not + going to warn about them. + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 29007] By: rgs on 2006/10/13 11:27:54 + Log: Subject: [PATCH] compiler warning noreturn + From: "Robin Barker" + Date: Fri, 13 Oct 2006 11:49:11 +0100 + Message-ID: <2C2E01334A940D4792B3E115F95B7226120A70@exchsvr1.npl.ad.local> + Branch: perl + ! doio.c +____________________________________________________________________________ +[ 29006] By: rgs on 2006/10/13 09:15:43 + Log: Fix nit in possessive quantifier descriptions. + Add some =head3 headings. + Branch: perl + ! pod/perlre.pod +____________________________________________________________________________ +[ 29005] By: rgs on 2006/10/13 09:02:05 + Log: Subject: [PATCH] Add possessive quantifiers to regex engine. + From: demerphq + Date: Thu, 12 Oct 2006 21:23:15 +0200 + Message-ID: <9b18b3110610121223m191e47ddtce3398cb0e8ba320@mail.gmail.com> + + With doc tweaks + Branch: perl + ! pod/perl595delta.pod pod/perlre.pod pod/perltodo.pod regcomp.c + ! regcomp.h t/op/re_tests t/op/regexp.t +____________________________________________________________________________ +[ 29004] By: stevep on 2006/10/12 15:07:17 + Log: Upgrade to PathTools-3.23. + Branch: perl + ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm + ! lib/File/Spec/Win32.pm lib/File/Spec/t/Spec.t +____________________________________________________________________________ +[ 29003] By: rgs on 2006/10/12 14:52:42 + Log: Subject: [PATCH] threads::shared 1.04 + From: Jerry Hedden + Date: Thu, 12 Oct 2006 07:47:37 -0700 (PDT) + Message-ID: <20061012144737.56305.qmail@web30207.mail.mud.yahoo.com> + Branch: perl + ! ext/threads/Changes ext/threads/Makefile.PL ext/threads/README + ! ext/threads/shared/shared.pm +____________________________________________________________________________ +[ 29002] By: rgs on 2006/10/12 14:26:37 + Log: Subject: [PATCH] threads 1.44 + From: Jerry Hedden + Date: Wed, 11 Oct 2006 05:57:43 -0700 (PDT) + Message-ID: <20061011125743.68567.qmail@web30211.mail.mud.yahoo.com> + Branch: perl + ! ext/threads/Changes ext/threads/README ext/threads/t/thread.t + ! ext/threads/threads.pm +____________________________________________________________________________ +[ 29001] By: rgs on 2006/10/12 14:19:33 + Log: Subject: [PATCH] fix format errors; was RE: g++ compile and make test 100% + From: "Robin Barker" + Date: Wed, 11 Oct 2006 17:02:01 +0100 + Message-ID: <2C2E01334A940D4792B3E115F95B7226120A69@exchsvr1.npl.ad.local> + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 29000] By: rgs on 2006/10/12 14:03:55 + Log: Subject: [PATCH] RE: g++ compile and make test 100% + From: "Robin Barker" + Date: Wed, 11 Oct 2006 16:58:10 +0100 + Message-ID: <2C2E01334A940D4792B3E115F95B7226120A68@exchsvr1.npl.ad.local> + Branch: perl + ! ext/ODBM_File/t/odbm.t +____________________________________________________________________________ +[ 28999] By: rgs on 2006/10/12 13:57:57 + Log: Subject: [PATCH] More regexp documentation + From: demerphq + Date: Thu, 12 Oct 2006 14:45:25 +0200 + Message-ID: <9b18b3110610120545m3002e17cqace30f908b0e2277@mail.gmail.com> + Branch: perl + ! pod/perlre.pod pod/perlreguts.pod regcomp.c +____________________________________________________________________________ +[ 28998] By: rgs on 2006/10/12 08:43:20 + Log: Subject: [PATCH] Add Regex conditionals. Various bugfixes. More tests. + From: demerphq + Date: Thu, 12 Oct 2006 00:46:50 +0200 + Message-ID: <9b18b3110610111546j74ca490dg21bd9fd1e7e10d42@mail.gmail.com> + Branch: perl + ! embed.fnc embed.h pod/perlre.pod proto.h regcomp.c regcomp.sym + ! regexec.c regnodes.h t/op/pat.t t/op/re_tests +____________________________________________________________________________ +[ 28997] By: rgs on 2006/10/11 15:01:52 + Log: Subject: RE: g++ compile and make test 100% + From: "Robin Barker" + Date: Wed, 11 Oct 2006 15:29:43 +0100 + Message-ID: <2C2E01334A940D4792B3E115F95B7226120A65@exchsvr1.npl.ad.local> + Branch: perl + ! ext/NDBM_File/typemap +____________________________________________________________________________ +[ 28996] By: stevep on 2006/10/11 14:48:45 + Log: Fix typo in NDBM_File.xs and bump up the version number. + Branch: perl + ! ext/NDBM_File/NDBM_File.pm ext/NDBM_File/NDBM_File.xs +____________________________________________________________________________ +[ 28995] By: rgs on 2006/10/11 09:59:15 + Log: Fix aliasing to an non-existent element of %+ + (by Yves Orton) + Branch: perl + ! hv.c +____________________________________________________________________________ +[ 28994] By: rgs on 2006/10/11 09:38:37 + Log: Update comment (by Yves Orton), plus POD fixes + Branch: perl + ! ext/re/re.pm +____________________________________________________________________________ +[ 28993] By: rgs on 2006/10/11 08:03:03 + Log: Missing % in format string + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 28992] By: merijn on 2006/10/11 07:02:56 + Log: Subject: [PATCH] ext re: C++: EXTERN_C needed, and where did sub install() go? + From: jhi@cc.hut.fi (Jarkko Hietaniemi) + Date: Wed, 11 Oct 2006 09:53:59 +0300 (EEST) + Message-Id: <20061011065359.DFC4C8B3A1@seth.hut.fi> + Branch: perl + ! ext/re/re.pm ext/re/re.xs +____________________________________________________________________________ +[ 28991] By: stevep on 2006/10/11 00:52:58 + Log: Grrr...moved the files, but forgot to update Soundex.pm + Branch: perl + ! ext/Text/Soundex/Soundex.pm +____________________________________________________________________________ +[ 28990] By: rgs on 2006/10/10 16:26:31 + Log: Subject: [PATCH] C++: class is a keyword + From: jhi@cc.hut.fi (Jarkko Hietaniemi) + Date: Tue, 10 Oct 2006 19:20:26 +0300 (EEST) + Message-Id: <20061010162026.190BE8B37C@seth.hut.fi> + Branch: perl + ! lib/ExtUtils/ParseXS/t/XSTest.xs +____________________________________________________________________________ +[ 28989] By: rgs on 2006/10/10 16:23:48 + Log: Adjust test count for ExtUtils::Command + Branch: perl + ! lib/ExtUtils/t/eu_command.t +____________________________________________________________________________ +[ 28988] By: stevep on 2006/10/10 15:04:09 + Log: Upgrade to ExtUtils-Manifest-1.49. + Branch: perl + ! lib/ExtUtils/Manifest.pm lib/ExtUtils/t/Manifest.t +____________________________________________________________________________ +[ 28987] By: stevep on 2006/10/10 15:01:21 + Log: Upgrade to ExtUtils-Command-1.12. + Branch: perl + ! lib/ExtUtils/Command.pm lib/ExtUtils/t/eu_command.t +____________________________________________________________________________ +[ 28986] By: stevep on 2006/10/10 14:49:47 + Log: Upgrade to CPAN-1.88_53. + Branch: perl + ! lib/CPAN.pm lib/CPAN/HandleConfig.pm lib/CPAN/Queue.pm + ! lib/CPAN/SIGNATURE +____________________________________________________________________________ +[ 28985] By: rgs on 2006/10/10 14:36:49 + Log: Subject: [perl #40473] sprintf width+precision fails on wide chars + From: Anatoly Vorobey (via RT) + Date: Sun, 08 Oct 2006 17:58:16 -0700 + Message-ID: + Branch: perl + ! sv.c t/op/sprintf2.t +____________________________________________________________________________ +[ 28984] By: stevep on 2006/10/10 14:33:53 + Log: Upgrade to ExtUtils-Makemaker-6.31. + Branch: perl + ! lib/ExtUtils/Changes lib/ExtUtils/Command/MM.pm + ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Liblist/Kid.pm + ! lib/ExtUtils/MM.pm lib/ExtUtils/MM_AIX.pm + ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_BeOS.pm + ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_DOS.pm + ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_NW5.pm + ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_QNX.pm + ! lib/ExtUtils/MM_UWIN.pm lib/ExtUtils/MM_Unix.pm + ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_VOS.pm + ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm + ! lib/ExtUtils/MY.pm lib/ExtUtils/MakeMaker.pm + ! lib/ExtUtils/MakeMaker/Config.pm + ! lib/ExtUtils/MakeMaker/bytes.pm + ! lib/ExtUtils/MakeMaker/vmsish.pm lib/ExtUtils/Mkbootstrap.pm + ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/README + ! lib/ExtUtils/TODO lib/ExtUtils/t/basic.t + ! lib/ExtUtils/testlib.pm +____________________________________________________________________________ +[ 28983] By: stevep on 2006/10/10 14:05:52 + Log: Update to PathTools-3.22. + Branch: perl + ! ext/Cwd/Changes ext/Text/Soundex/Soundex.xs lib/Cwd.pm + ! lib/File/Spec.pm lib/File/Spec/Unix.pm lib/File/Spec/t/Spec.t + ! lib/File/Spec/t/crossplatform.t +____________________________________________________________________________ +[ 28982] By: merijn on 2006/10/10 14:02:16 + Log: New shiny models + Branch: perl + ! README.hpux +____________________________________________________________________________ +[ 28981] By: rgs on 2006/10/10 13:13:18 + Log: Subject: [PATCH] Regexp Recurse by name. + From: demerphq + Date: Mon, 9 Oct 2006 20:36:20 +0200 + Message-ID: <9b18b3110610091136g48e5b154tf16d00d38e80a6dc@mail.gmail.com> + + (with doc nits) + Branch: perl + ! embed.fnc embed.h ext/re/re.pm pod/perlre.pod proto.h + ! regcomp.c t/op/re_tests +____________________________________________________________________________ +[ 28980] By: rgs on 2006/10/10 11:25:58 + Log: Subject: [PATCH] enc2xs and C++: add extern "C" to data + From: Jarkko Hietaniemi + Date: Tue, 10 Oct 2006 13:52:57 +0300 + Message-ID: <452B7B89.201@iki.fi> + Branch: perl + ! ext/Encode/bin/enc2xs +____________________________________________________________________________ +[ 28979] By: rgs on 2006/10/10 11:20:19 + Log: Subject: [PATCH] Linux and Solaris hints: C++ vs dlerror + From: Jarkko Hietaniemi + Date: Tue, 10 Oct 2006 14:00:40 +0300 + Message-ID: <452B7D58.1090009@iki.fi> + Branch: perl + ! hints/linux.sh hints/solaris_2.sh +____________________________________________________________________________ +[ 28978] By: steveh on 2006/10/10 10:25:06 + Log: Updates for building on Win32 with Visual C++ 2005 Express Edition + + Add some instructions in README.win32, clarify macro comments and add + missing macros to makefile.mk, and drop the GLOBEXEBUILD macro from + Makefile--the Express Edition of Visual C++ 2005 is free and includes + setargv.obj, so there is no need to support the .NET 2.0 SDK compiler + which didn't include it. + + Unfortunately, the build still doesn't work yet--my attempt got as far + as building extensions, but miniperl.exe crashed. Hopefully this can + be sorted out soon. + Branch: perl + ! README.win32 win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 28977] By: craigb on 2006/10/10 03:29:50 + Log: fix a doc typo and a warning typo in VMS::DCLsym + Branch: perl + ! vms/ext/DCLsym/DCLsym.pm +____________________________________________________________________________ +[ 28976] By: stevep on 2006/10/09 20:17:07 + Log: Make g++ happy when compiling NDBM_File on a system that + is likely using the GDBM compatibility headers that + g++ (and other C++ implementations) cannot handle. + Branch: perl + ! ext/NDBM_File/Makefile.PL ext/NDBM_File/NDBM_File.xs +____________________________________________________________________________ +[ 28975] By: davem on 2006/10/09 16:35:02 + Log: fix bad free in do_exec3() + Branch: perl + ! doio.c +____________________________________________________________________________ +[ 28974] By: rgs on 2006/10/09 14:29:52 + Log: Subject: [PATCH] Encode.xs: add an explicit cast to make g++ happier + From: jhi@cc.hut.fi (Jarkko Hietaniemi) + Date: Mon, 9 Oct 2006 16:54:12 +0300 (EEST) + Message-Id: <20061009135412.47F7A8B3A0@seth.hut.fi> + Branch: perl + ! ext/Encode/Encode.xs +____________________________________________________________________________ +[ 28973] By: rgs on 2006/10/09 14:13:25 + Log: Address update for Jerry D. Hedden + Branch: perl + ! AUTHORS +____________________________________________________________________________ +[ 28972] By: rgs on 2006/10/09 12:53:40 + Log: Update perldelta for recent regexp changes, based on a text by Yves Orton. + Branch: perl + ! pod/perl595delta.pod +____________________________________________________________________________ +[ 28971] By: rgs on 2006/10/09 12:28:11 + Log: Subject: [PATCH] Digest::SHA 5.43_01 - ANSIfy src/hmac.c + From: Jarkko Hietaniemi + Date: Mon, 09 Oct 2006 14:24:09 +0300 + Message-ID: <452A3159.3060003@iki.fi> + Branch: perl + ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/src/hmac.c +____________________________________________________________________________ +[ 28970] By: rgs on 2006/10/09 10:32:06 + Log: Add perl595delta + Branch: perl + + pod/perl595delta.pod + ! MANIFEST Makefile.SH pod.lst pod/perl.pod + ! vms/descrip_mms.template win32/Makefile win32/makefile.mk + ! win32/pod.mak +____________________________________________________________________________ +[ 28969] By: rgs on 2006/10/09 10:11:09 + Log: Bump version to 5.9.5 + Branch: perl + ! Cross/config.sh-arm-linux NetWare/Makefile NetWare/config_H.wc + ! epoc/config.sh epoc/createpkg.pl patchlevel.h + ! plan9/config.plan9 win32/Makefile win32/Makefile.ce + ! win32/config_H.bc win32/config_H.ce win32/config_H.gc + ! win32/config_H.vc win32/config_H.vc64 win32/makefile.mk +____________________________________________________________________________ +[ 28968] By: rgs on 2006/10/09 10:02:08 + Log: Subject: Re: [PATCH] regexec.c: goto crossing initialization + From: Jarkko Hietaniemi + Date: Mon, 09 Oct 2006 12:47:11 +0300 + Message-ID: <452A1A9F.4080103@iki.fi> + Branch: perl + ! regexec.c +____________________________________________________________________________ +[ 28967] By: rgs on 2006/10/08 19:53:10 + Log: Subject: Re: [perl #40468] Not OK: perl 5.9.4 +patchaperlup: on i686-linux-64int 2.6.17-2-k7 (UNINSTALLED) + From: demerphq + Date: Sun, 8 Oct 2006 20:14:24 +0200 + Message-ID: <9b18b3110610081114g11dabafaw860181598ab54bd6@mail.gmail.com> + Branch: perl + ! hv.c regcomp.c t/op/pat.t +____________________________________________________________________________ +[ 28966] By: rgs on 2006/10/08 19:39:00 + Log: Revert change 28962 (at least until a better solution is found) + Branch: perl + ! XSUB.h perl.h sv.c +____________________________________________________________________________ +[ 28965] By: rgs on 2006/10/08 17:07:42 + Log: Clarifications on the usage of setlocale() and LC_NUMERIC to + affect the decimal point in output, by Jarkko. + Branch: perl + ! pod/perldata.pod pod/perlfunc.pod pod/perllocale.pod +____________________________________________________________________________ +[ 28964] By: nicholas on 2006/10/08 00:25:07 + Log: Document the growth policy, and Yves suggested a better arbitary + constant. (The original plan was add 80 if free space is less than 80, + which wasn't a noticable improvement. Hence 40 was 80/2 for plan B) + Branch: perl + ! ext/Data/Dumper/Dumper.xs +____________________________________________________________________________ +[ 28963] By: nicholas on 2006/10/07 23:42:56 + Log: Yves said that the XS version of Data::Dumper was inefficient because + it keeps triggering realloc() due to sv_cat(). Here's a rather brute + force approach to pre-stretching the buffer - if there are less than + 40 bytes free, grow it by 50%. + + Surprisingly effective for my test program + ./perl -Ilib -MData::Dumper -MStorable=retrieve -we \ + 'print Dumper(retrieve(shift))' ~/.cpan/Metadata >/dev/null + + Before + real 2m42.921s + user 1m43.321s + sys 0m55.611s + + + After + real 0m5.205s + user 0m4.885s + sys 0m0.255s + + Same 25M of output, byte for byte. :-) + Branch: perl + ! ext/Data/Dumper/Dumper.xs +____________________________________________________________________________ +[ 28962] By: nicholas on 2006/10/07 22:24:28 + Log: No need to create a new magic vtable if it's all 0 pointers. + [And these are function pointers, so they're not NULL :-)] + Branch: perl + ! XSUB.h perl.h sv.c +____________________________________________________________________________ +[ 28961] By: nicholas on 2006/10/07 22:06:19 + Log: Make reference stringification (blessed and unblessed) about as fast as + is possible, because I'm told it's used quite frequently. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 28960] By: nicholas on 2006/10/07 17:16:01 + Log: Use packed addresses for the seen tracking hash, rather than + "stringified" references. These use less memory, and should be faster + as there is no call to sprintf(). + Branch: perl + ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs +____________________________________________________________________________ +[ 28959] By: nicholas on 2006/10/07 16:08:04 + Log: Eliminate two more unneeded strlen()s from Dumper.xs + Branch: perl + ! ext/Data/Dumper/Dumper.xs +____________________________________________________________________________ +[ 28958] By: rgs on 2006/10/07 16:01:55 + Log: Subject: [PATCH] threads 1.43 - stringify + From: Jerry Hedden + Date: Fri, 6 Oct 2006 12:19:41 -0700 (PDT) + Message-ID: <20061006191941.22457.qmail@web30205.mail.mud.yahoo.com> + Branch: perl + - ext/threads/typemap + ! MANIFEST ext/threads/Changes ext/threads/Makefile.PL + ! ext/threads/README ext/threads/t/basic.t + ! ext/threads/t/thread.t ext/threads/threads.pm +____________________________________________________________________________ +[ 28957] By: rgs on 2006/10/07 14:30:32 + Log: Subject: Re: [PATCH] Initial attempt at named captures for perls regexp engine + From: demerphq + Date: Fri, 6 Oct 2006 19:16:01 +0200 + Message-ID: <9b18b3110610061016x5ddce965u30d9a821f632d450@mail.gmail.com> + Branch: perl + ! XSUB.h doop.c dump.c embed.fnc embed.h gv.c hv.c perl.h + ! pod/perlre.pod pod/perltodo.pod pod/perlvar.pod pp.c proto.h + ! regcomp.c regcomp.h regcomp.sym regexec.c regexp.h regnodes.h + ! sv.c t/op/pat.t t/op/re_tests t/op/regexp.t toke.c +____________________________________________________________________________ +[ 28956] By: nicholas on 2006/10/07 13:53:36 + Log: Change sprintf() to my_sprintf(), and use the returnled length from + that and my_snprintf() to avoid calls to strlen() + Branch: perl + ! ext/Data/Dumper/Dumper.xs +____________________________________________________________________________ +[ 28955] By: merijn on 2006/10/07 11:56:31 + Log: Subject: [PATCH] cflags.SH: strip -std=c89 for g++ + From: Jarkko Hietaniemi + Date: Sat, 07 Oct 2006 13:37:04 +0300 + Message-ID: <45278350.8020707@iki.fi> + Branch: perl + ! cflags.SH +____________________________________________________________________________ +[ 28954] By: merijn on 2006/10/07 11:52:04 + Log: Subject: [PATCH] another g++ patch (Util.xs) + From: "Paul Marquess" + Date: Fri, 6 Oct 2006 11:14:03 +0100 + Message-ID: <00ea01c6e930$269f3d70$4e3c140a@myopwv.com> + Branch: perl + ! ext/List/Util/Util.xs +____________________________________________________________________________ +[ 28953] By: stevep on 2006/10/07 01:34:15 + Log: Upgrade to Test-Harness-2.64 + Branch: perl + + lib/Test/Harness/Results.pm + ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes + ! lib/Test/Harness/Straps.pm lib/Test/Harness/Util.pm + ! lib/Test/Harness/bin/prove lib/Test/Harness/t/00compile.t + ! lib/Test/Harness/t/callback.t lib/Test/Harness/t/failure.t + ! lib/Test/Harness/t/prove-switches.t + ! lib/Test/Harness/t/strap-analyze.t + ! lib/Test/Harness/t/test-harness.t +____________________________________________________________________________ +[ 28952] By: nicholas on 2006/10/06 21:56:46 + Log: Make the executable slightly smaller by using PL_hexdigit in + Perl_sv_vcatpvfn. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 28951] By: nicholas on 2006/10/06 21:27:13 + Log: Fix typo spotted by Rafael. Close the file handle explicity and check + for errors. Add overload.pl to regen.pl + Branch: perl + ! overload.pl regen.pl +____________________________________________________________________________ +[ 28950] By: nicholas on 2006/10/06 21:19:26 + Log: Generate the overload enum and names array programatically, which + allows experimentation with the order. The new order shaves nearly + 900 bytes from gv.o, because the compiler can make smaller branch + tables for switch statements. + Branch: perl + + overload.h overload.pl + ! MANIFEST perl.h +____________________________________________________________________________ +[ 28949] By: nicholas on 2006/10/06 21:01:00 + Log: Reoder struct am_table and am_table_short to save 8 bytes on LP64 + systems, by placing the two U32 fields next to each other. + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 28948] By: stevep on 2006/10/06 20:02:48 + Log: Upgrade to PathTools-3.21 + Branch: perl + ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm + ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm + ! lib/File/Spec/t/Spec.t +____________________________________________________________________________ +[ 28947] By: nicholas on 2006/10/06 18:05:45 + Log: Don't bother generating the "Operation \"%s\": no method found..." + message text if we're not going to use it. + Branch: perl + ! gv.c +____________________________________________________________________________ +[ 28946] By: davem on 2006/10/05 18:16:19 + Log: Document the new regmatch() backtracking mechanism + Branch: perl + ! regexec.c +____________________________________________________________________________ +[ 28945] By: davem on 2006/10/05 16:05:57 + Log: remove REGMATCH detritus and shrink the size of the backtrack structure + Branch: perl + ! regexec.c regexp.h +____________________________________________________________________________ +[ 28944] By: davem on 2006/10/05 14:00:38 + Log: migrate CURLYX/WHILEM branch in regmatch() to new FSM-esque paradigm + Branch: perl + ! regcomp.sym regexec.c regexp.h regnodes.h t/op/pat.t +____________________________________________________________________________ +[ 28943] By: rgs on 2006/10/05 12:39:53 + Log: Subject: Re: [perl #8835] fairly large regex optimization bug with 5.7.3 + From: demerphq + Date: Wed, 4 Oct 2006 19:08:47 +0200 + Message-ID: <9b18b3110610041008v2bd63d14g9294f93804122dec@mail.gmail.com> + Branch: perl + ! regcomp.c regcomp.h +____________________________________________________________________________ +[ 28942] By: rgs on 2006/10/05 12:23:24 + Log: Nit in regcomp, discovered by a gcc warning, fixed by Yves + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 28941] By: rgs on 2006/10/05 12:20:28 + Log: Fix a couple of casting warnings + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 28940] By: stevep on 2006/10/05 11:30:56 + Log: Fix a few pod nits in perlre. + Branch: perl + ! pod/perlre.pod +____________________________________________________________________________ +[ 28939] By: rgs on 2006/10/05 10:23:08 + Log: Subject: Re: [PATCH] Add recursive regexes similar to PCRE + From: demerphq + Date: Wed, 4 Oct 2006 15:45:15 +0200 + Message-ID: <9b18b3110610040645s563220a2id6f235494b497e90@mail.gmail.com> + + Subject: Re: [PATCH] Add recursive regexes similar to PCRE + From: demerphq + Date: Wed, 4 Oct 2006 21:05:10 +0200 + Message-ID: <9b18b3110610041205m2660eb43m1315cf4b0653db96@mail.gmail.com> + Branch: perl + ! embed.fnc embed.h pod/perlre.pod pod/perltodo.pod proto.h + ! regcomp.c regcomp.h regcomp.pl regcomp.sym regexec.c regexp.h + ! regnodes.h t/op/pat.t t/op/re_tests +____________________________________________________________________________ +[ 28938] By: rgs on 2006/10/05 08:43:25 + Log: Upgrade to Module::CoreList 2.09: + - make the dependency on version.pm optional + - improve doc of corelist(1) + Branch: perl + ! lib/Module/CoreList.pm lib/Module/CoreList/bin/corelist +____________________________________________________________________________ +[ 28937] By: rgs on 2006/10/05 08:00:57 + Log: Change md5sum of MD5.xs after change 28936 (on UNIX, might + need adjustments on other platforms) + Branch: perl + ! ext/Digest/MD5/t/files.t +____________________________________________________________________________ +[ 28936] By: stevep on 2006/10/04 19:56:13 + Log: Change to sv_reftype return value caused compile for Digest::MD5 + with g++ to fail. + Branch: perl + ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t +____________________________________________________________________________ +[ 28935] By: stevep on 2006/10/04 19:44:58 + Log: Subject: [PATCH] Give zlib the ASNI C treatmant + From: "Paul Marquess" + Date: Wed, 4 Oct 2006 17:14:05 +0100 + Message-ID: <018901c6e7d0$1f06c8f0$7565140a@myopwv.com> + Branch: perl + ! ext/Compress/Raw/Zlib/zlib-src/adler32.c + ! ext/Compress/Raw/Zlib/zlib-src/compress.c + ! ext/Compress/Raw/Zlib/zlib-src/crc32.c + ! ext/Compress/Raw/Zlib/zlib-src/deflate.c + ! ext/Compress/Raw/Zlib/zlib-src/infback.c + ! ext/Compress/Raw/Zlib/zlib-src/inffast.c + ! ext/Compress/Raw/Zlib/zlib-src/inflate.c + ! ext/Compress/Raw/Zlib/zlib-src/inftrees.c + ! ext/Compress/Raw/Zlib/zlib-src/trees.c + ! ext/Compress/Raw/Zlib/zlib-src/uncompr.c + ! ext/Compress/Raw/Zlib/zlib-src/zutil.c +____________________________________________________________________________ +[ 28934] By: stevep on 2006/10/04 18:45:37 + Log: Fixes to compile Perl with g++ and DEBUGGING. + Branch: perl + ! regcomp.pl regnodes.h x2p/a2p.c +____________________________________________________________________________ +[ 28933] By: rgs on 2006/10/04 07:16:04 + Log: Subject: [PATCH] Update Stratus VOS files. + From: "Green, Paul" + Date: Tue, 3 Oct 2006 17:40:03 -0400 + Message-ID: + Branch: perl + + vos/syslog.h + ! MANIFEST vos/Changes vos/vos.c +____________________________________________________________________________ +[ 28932] By: rgs on 2006/10/03 16:39:58 + Log: Text::Soundex is now dual-lived. + Branch: perl + ! Porting/Maintainers.pl +____________________________________________________________________________ +[ 28931] By: rgs on 2006/10/03 15:52:33 + Log: Subject: [PATCH] threads-shared 1.03 - Changes, Makefile.PL + From: Jerry Hedden + Date: Tue, 3 Oct 2006 07:49:37 -0700 (PDT) + Message-ID: <20061003144937.58522.qmail@web30202.mail.mud.yahoo.com> + Branch: perl + + ext/threads/shared/Changes + ! MANIFEST ext/threads/shared/Makefile.PL +____________________________________________________________________________ +[ 28930] By: stevep on 2006/10/03 15:36:55 + Log: Upgrade to CGI.pm-3.25 + Branch: perl + ! lib/CGI.pm lib/CGI/Changes lib/CGI/Util.pm +____________________________________________________________________________ +[ 28929] By: stevep on 2006/10/03 15:08:35 + Log: Quiet warnings in new test for ExtUtils::Command. + Branch: perl + ! lib/ExtUtils/t/eu_command.t +____________________________________________________________________________ +[ 28928] By: rgs on 2006/10/03 14:53:33 + Log: Subject: PATCH: clarify docs for lib.pm + From: Mark Stosberg + Date: Mon, 25 Sep 2006 15:53:44 -0400 + Message-ID: <20060925195512.27418.qmail@lists.develooper.com> + + (further modified by Merijn) + Branch: perl + ! lib/lib_pm.PL +____________________________________________________________________________ +[ 28927] By: stevep on 2006/10/03 14:52:45 + Log: Move Text::Soundex from lib/ to ext/ and upgrade it to + Text-Soundex-3.02. + Branch: perl + + ext/Text/Soundex/Changes ext/Text/Soundex/Makefile.PL + + ext/Text/Soundex/README ext/Text/Soundex/Soundex.pm + + ext/Text/Soundex/Soundex.xs + +> ext/Text/Soundex/t/Soundex.t + - lib/Text/Soundex.pm lib/Text/Soundex.t + ! MANIFEST +____________________________________________________________________________ +[ 28926] By: rgs on 2006/10/03 14:36:59 + Log: Subject: [patch] convert spare debug flag to DEBUG_U, for Unofficial, User hacking. + From: Jim Cromie + Date: Fri, 29 Sep 2006 12:38:56 -0600 + Message-ID: <451D6840.3020408@gmail.com> + Branch: perl + ! perl.c perl.h +____________________________________________________________________________ +[ 28925] By: rgs on 2006/10/03 14:29:48 + Log: Un-TODO some B tests + Branch: perl + ! ext/B/t/optree_constants.t +____________________________________________________________________________ +[ 28924] By: stevep on 2006/10/03 13:51:30 + Log: Upgrade to version-0.6701 + Branch: perl + ! lib/version.pm +____________________________________________________________________________ +[ 28923] By: stevep on 2006/10/03 13:46:26 + Log: Upgrade to threads-shared-1.03 + Branch: perl + ! ext/threads/shared/README ext/threads/shared/shared.pm + ! ext/threads/shared/shared.xs ext/threads/shared/t/0nothread.t + ! ext/threads/shared/t/av_refs.t + ! ext/threads/shared/t/av_simple.t + ! ext/threads/shared/t/blessed.t ext/threads/shared/t/cond.t + ! ext/threads/shared/t/disabled.t ext/threads/shared/t/hv_refs.t + ! ext/threads/shared/t/hv_simple.t + ! ext/threads/shared/t/no_share.t + ! ext/threads/shared/t/shared_attr.t + ! ext/threads/shared/t/sv_refs.t + ! ext/threads/shared/t/sv_simple.t ext/threads/shared/t/wait.t + ! mkppport.lst +____________________________________________________________________________ +[ 28922] By: stevep on 2006/10/03 13:28:30 + Log: Upgrade to threads-1.42 + Branch: perl + ! ext/threads/Changes ext/threads/README ext/threads/t/libc.t + ! ext/threads/t/thread.t ext/threads/threads.pm +____________________________________________________________________________ +[ 28921] By: stevep on 2006/10/03 13:19:48 + Log: Upgrade to ExtUtils-Manifest-1.48 + Branch: perl + ! lib/ExtUtils/Manifest.pm lib/ExtUtils/t/Manifest.t +____________________________________________________________________________ +[ 28920] By: stevep on 2006/10/03 13:13:53 + Log: Upgrade to CPAN-1.88_52 + Branch: perl + ! lib/CPAN.pm lib/CPAN/Debug.pm lib/CPAN/HandleConfig.pm + ! lib/CPAN/SIGNATURE lib/CPAN/Tarzip.pm lib/CPAN/Version.pm + ! lib/CPAN/t/10version.t +____________________________________________________________________________ +[ 28919] By: stevep on 2006/10/03 13:08:35 + Log: Upgrade to Time-HiRes-1.91 + Branch: perl + ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm + ! ext/Time/HiRes/HiRes.xs +____________________________________________________________________________ +[ 28918] By: stevep on 2006/10/03 13:06:06 + Log: Update to ExtUtils-Command-1.11 + Branch: perl + + lib/ExtUtils/t/eu_command.t + - lib/ExtUtils/t/Command.t + ! MANIFEST lib/ExtUtils/Command.pm +____________________________________________________________________________ +[ 28917] By: rgs on 2006/10/03 11:58:46 + Log: Subject: [perl #40427] Segfault in pack + From: dgay@acm.org (via RT) + Date: Thu, 28 Sep 2006 17:30:37 -0700 + Message-ID: + Branch: perl + ! pp_pack.c +____________________________________________________________________________ +[ 28916] By: rgs on 2006/10/03 07:51:03 + Log: Regenerate proto.h + Branch: perl + ! proto.h +____________________________________________________________________________ +[ 28915] By: merijn on 2006/10/03 06:56:41 + Log: Subject: [PATCH] const sv_reftype + From: Jarkko Hietaniemi + Date: Tue, 03 Oct 2006 08:05:24 +0300 + Message-ID: <4521EF94.5080602@iki.fi> + Branch: perl + ! embed.fnc pod/perlapi.pod sv.c +____________________________________________________________________________ +[ 28914] By: merijn on 2006/10/02 20:50:18 + Log: Subject: Re: [PATCH] cflags.SH: rethink of the gcc -std=c89 and -pedantic + From: Jarkko Hietaniemi + Date: Mon, 02 Oct 2006 13:04:14 +0300 + Message-ID: <4520E41E.8040300@iki.fi> + Branch: perl + ! cflags.SH +____________________________________________________________________________ +[ 28913] By: merijn on 2006/10/02 11:10:21 + Log: doc typo change on jhi's request + Branch: perl + ! pod/perldiag.pod +____________________________________________________________________________ +[ 28912] By: merijn on 2006/10/02 10:09:48 + Log: Subject: [PATCH] perldiag.pod: followup on the PerlIO::scalar patch + From: Jarkko Hietaniemi + Date: Mon, 02 Oct 2006 12:58:18 +0300 + Message-ID: <4520E2BA.1000309@iki.fi> + Branch: perl + ! pod/perldiag.pod +____________________________________________________________________________ +[ 28911] By: nicholas on 2006/10/01 20:22:02 + Log: In PerlIO_debug(), if tainting or set*id, set PL_perlio_debug_fd to -1 + first time through to reduce the checks on subsequent calls. + Branch: perl + ! perlio.c +____________________________________________________________________________ +[ 28910] By: nicholas on 2006/10/01 19:29:50 + Log: In pp_binmode, call mode_from_discipline() once and remember the result. + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 28909] By: stevep on 2006/09/30 14:17:55 + Log: Subject: [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.88_51.tar.gz + From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig) + Date: Sat, 30 Sep 2006 13:44:02 +0200 + Message-ID: <87ejttmvel.fsf@k75.linux.bogus> + Branch: perl + + lib/CPAN/Queue.pm + ! MANIFEST lib/CPAN.pm lib/CPAN/Debug.pm lib/CPAN/FirstTime.pm + ! lib/CPAN/HandleConfig.pm lib/CPAN/SIGNATURE + ! lib/CPAN/t/03pkgs.t +____________________________________________________________________________ +[ 28908] By: davem on 2006/09/30 11:31:14 + Log: remove backing up outercc->cur in regmatch()/WHILEM + Branch: perl + ! regexec.c +____________________________________________________________________________ +[ 28907] By: davem on 2006/09/30 00:29:10 + Log: assert that backing up outercc->cur in regmatch()/WHILEM is not needed + Branch: perl + ! regexec.c +____________________________________________________________________________ +[ 28906] By: davem on 2006/09/30 00:22:20 + Log: add stress test for CURLYX/WHILEM regex ops + Branch: perl + ! t/op/pat.t +____________________________________________________________________________ +[ 28905] By: davem on 2006/09/30 00:07:49 + Log: rationalise sayYES and sayNO code in regmatch() + Branch: perl + ! regexec.c regexp.h +____________________________________________________________________________ +[ 28904] By: merijn on 2006/09/29 17:54:12 + Log: Subject: [PATCH] Minor re 'Debug' tweaks, also fix a bug in dumping certain patterns. + From: demerphq + Date: Fri, 29 Sep 2006 17:39:16 +0200 + Message-ID: <9b18b3110609290839i58fa703u59259e4ec1d9f2d9@mail.gmail.com> + Branch: perl + ! ext/re/re.pm regcomp.c regcomp.h win32/Makefile +____________________________________________________________________________ +[ 28903] By: stevep on 2006/09/29 15:10:41 + Log: Subject: [PATCH] PerlIO::scalar (aka open(my $fh, >\$foo)): zero-filling seekand don't talk to negative strangers + From: Jarkko Hietaniemi + Date: Fri, 29 Sep 2006 17:41:28 +0300 + Message-ID: <451D3098.1000305@iki.fi> + Branch: perl + ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t + ! pod/perldiag.pod +____________________________________________________________________________ +[ 28902] By: merijn on 2006/09/29 15:05:22 + Log: Subject: Re: [PATCH] Add hook for re_dup() into regex engine as reg_dupe (make re pluggable under threads) + From: demerphq + Date: Fri, 29 Sep 2006 16:57:07 +0200 + Message-ID: <9b18b3110609290757n62b3484i7bb948f965524191@mail.gmail.com> + Branch: perl + ! perl.h regcomp.c regexp.h +____________________________________________________________________________ +[ 28901] By: stevep on 2006/09/29 13:55:55 + Log: Fix debug format in regcomp.c that was failing under + -Doptimize="-g" + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 28900] By: merijn on 2006/09/29 12:29:24 + Log: Subject: Re: [PATCH] Add hook for re_dup() into regex engine as reg_dupe (make re pluggable under threads) + From: demerphq + Date: Fri, 29 Sep 2006 12:41:26 +0200 + Message-ID: <9b18b3110609290341p11767110sec20a6fee2038a00@mail.gmail.com> + Branch: perl + + ext/re/t/lexical_debug.pl ext/re/t/lexical_debug.t + ! MANIFEST embed.fnc embed.h embedvar.h ext/re/re.pm + ! ext/re/re.xs ext/re/t/re.t op.c perl.h perlapi.h pp.c pp_ctl.c + ! pp_hot.c proto.h regcomp.c regcomp.h regcomp.pl regexec.c + ! regexp.h regnodes.h sv.c thrdvar.h +____________________________________________________________________________ +[ 28899] By: nicholas on 2006/09/28 22:15:57 + Log: Silence two warnings from gcc when being -pedantic + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 28898] By: merijn on 2006/09/28 11:23:38 + Log: Subject: Re: reentr reshuffle + From: Jarkko Hietaniemi + Date: Thu, 28 Sep 2006 14:15:45 +0300 + Message-ID: <451BAEE1.1070509@iki.fi> + Branch: perl + ! reentr.h reentr.pl +____________________________________________________________________________ +[ 28897] By: merijn on 2006/09/28 10:36:00 + Log: Regen for #28896 + Branch: perl + ! reentr.c reentr.h +____________________________________________________________________________ +[ 28896] By: merijn on 2006/09/28 10:30:21 + Log: Subject: reentr reshuffle + From: Jarkko Hietaniemi + Date: Thu, 28 Sep 2006 12:40:04 +0300 + Message-ID: <451B9874.7060000@iki.fi> + Branch: perl + ! pod/perlembed.pod pod/perlxs.pod reentr.pl +____________________________________________________________________________ +[ 28895] By: rgs on 2006/09/27 08:45:02 + Log: Saddest patch I ever had to apply. + Branch: perl + ! Porting/Maintainers.pl +____________________________________________________________________________ +[ 28894] By: steveh on 2006/09/27 08:37:23 + Log: I think we need to skip PL_regdupe as well as Perl_regdupe + when USE_ITHREADS is not defined + + See: http://www.nntp.perl.org/group/perl.daily-build.reports/41274 + Branch: perl + ! makedef.pl +____________________________________________________________________________ +[ 28893] By: nicholas on 2006/09/26 22:29:09 + Log: Make Perl_regdupe only exist for threaded perls. + Branch: perl + ! embed.fnc embed.h ext/re/re.xs makedef.pl proto.h regcomp.c + ! thrdvar.h +____________________________________________________________________________ +[ 28892] By: davem on 2006/09/25 22:01:36 + Log: Automate generation of the regmatch() state constants + + Subject: Re: Problem with EVAL handling in bleads iterative regex code. + From: demerphq + Date: Mon, 25 Sep 2006 20:09:07 +0200 + Message-Id: <9b18b3110609251109t4cb1d443y87d7a7dc94fcfc24@mail.gmail.com> + Branch: perl + ! regcomp.c regcomp.pl regcomp.sym regexec.c regnodes.h +____________________________________________________________________________ +[ 28891] By: nicholas on 2006/09/25 20:47:34 + Log: Subject: [PATCH] Add hook for re_dup() into regex engine as reg_dupe (make re + From: demerphq + Message-ID: <9b18b3110609170557r73d94c18v90285bd57a38b876@mail.gmail.com> + Date: Sun, 17 Sep 2006 14:57:57 +0200 + Branch: perl + ! embed.fnc embed.h embedvar.h ext/re/re.xs ext/re/re_top.h + ! global.sym perl.h perlapi.h proto.h regcomp.c sv.c thrdvar.h +____________________________________________________________________________ +[ 28890] By: rgs on 2006/09/25 13:28:24 + Log: Remove three X<...> that cannot be handled by pod2text currently + (spotted by David Landgren) + Branch: perl + ! pod/perlref.pod +____________________________________________________________________________ +[ 28889] By: rgs on 2006/09/25 13:10:45 + Log: Subject: [PATCH] perlref clarification (was: Re: Is this a bug or a feature?) + From: David Landgren + Date: Mon, 25 Sep 2006 15:03:33 +0200 + Message-ID: <4517D3A5.4010200@landgren.net> + Branch: perl + ! pod/perlref.pod +____________________________________________________________________________ +[ 28888] By: davem on 2006/09/25 10:03:41 + Log: Fix re debug formatting nits + + From: demerphq + Message-ID: <9b18b3110609250237h4dcf1784s487f1979b2b431b9@mail.gmail.com> + Date: Mon, 25 Sep 2006 11:37:36 +0200 + Subject: Re: Problem with EVAL handling in bleads iterative regex code. + Branch: perl + ! regexec.c +____________________________________________________________________________ +[ 28887] By: rgs on 2006/09/25 08:31:37 + Log: Typo fix in overload docs + Branch: perl + ! lib/overload.pm +____________________________________________________________________________ +[ 28886] By: nicholas on 2006/09/25 07:12:36 + Log: Subject: Re: Change 28877: [PATCH] deal with some gcc warnings + From: Jarkko Hietaniemi + Message-ID: <45175CA4.3020900@iki.fi> + Date: Mon, 25 Sep 2006 07:35:48 +0300 + + remove casts that were causing failure on FreeBSD -Duse64bitint, and + some other cleanups. + Branch: perl + ! doio.c reentr.c reentr.pl +____________________________________________________________________________ +[ 28885] By: davem on 2006/09/25 01:23:31 + Log: eliminate PL_regindent and improve -Mre=Debug,STATE output + Branch: perl + ! perl.c regexec.c regexp.h +____________________________________________________________________________ +[ 28884] By: davem on 2006/09/24 22:31:59 + Log: fix regression introduced in #27778: must backtrack into inner regex + "aa" =~ /(??{"a+"})a/ + Branch: perl + ! regexec.c regexp.h t/op/pat.t t/op/re_tests +____________________________________________________________________________ +[ 28883] By: davem on 2006/09/24 22:03:05 + Log: in S_regmatch(), convert state var st->cc into local var cur_curlyx + Branch: perl + ! regexec.c regexp.h +____________________________________________________________________________ +[ 28882] By: davem on 2006/09/24 21:23:28 + Log: allow fields in re_tests to include \x{nnn} etc + Branch: perl + ! t/op/re_tests t/op/regexp.t +____________________________________________________________________________ +[ 28881] By: stevep on 2006/09/23 16:58:17 + Log: Upgrade to CPAN-1.8801. + Branch: perl + ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Tarzip.pm +____________________________________________________________________________ +[ 28880] By: rgs on 2006/09/21 15:08:54 + Log: Document the values that mad_key can hold + (by Larry) + Branch: perl + ! op.h +____________________________________________________________________________ +[ 28879] By: rgs on 2006/09/21 14:52:15 + Log: Subject: RE: Combining UTF-16 output with :crlf is awkward + From: "Jan Dubois" + Date: Thu, 6 Apr 2006 18:37:21 -0700 + Message-ID: <0bbe01c659e3$d0c334a0$2217a8c0@candy> + Branch: perl + ! perlio.c +____________________________________________________________________________ +[ 28878] By: merijn on 2006/09/21 12:02:14 + Log: Subject: Re: \N{...} in regular expression [PATCH] + From: SADAHIRO Tomoyuki + Date: Thu, 21 Sep 2006 20:47:02 +0900 + Message-Id: <20060921204520.80A6.BQW10602@nifty.com> + Branch: perl + ! pod/perlop.pod +____________________________________________________________________________ +[ 28877] By: rgs on 2006/09/21 07:54:10 + Log: Subject: [PATCH] deal with some gcc warnings + From: Jarkko Hietaniemi + Date: Thu, 21 Sep 2006 09:08:47 +0300 + Message-ID: <45122C6F.9080904@iki.fi> + Branch: perl + ! doio.c reentr.c reentr.pl regcomp.c regexec.c sv.c toke.c + ! util.c +____________________________________________________________________________ +[ 28876] By: stevep on 2006/09/21 02:17:30 + Log: Subject: [perl #40369] File::Find mishandles non-dangling symlinks + From: ammon@rhythm.com (via RT) + Date: Tue, 19 Sep 2006 20:56:32 -0700 + Message-ID: + Branch: perl + ! lib/File/Find.pm +____________________________________________________________________________ +[ 28875] By: rgs on 2006/09/20 16:12:14 + Log: Deliver SIGILL, SIGBUS and SIGSEGV always in an "unsafe" manner. + + Subject: Safe signals and SIGSEGV + From: Rafael Garcia-Suarez + Date: Fri, 8 Sep 2006 17:43:41 +0200 + Message-ID: <20060908174341.0cc7988f@grubert.mandriva.com> + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 28874] By: rgs on 2006/09/20 15:22:22 + Log: prototype() wasn't working to get the prototype of optional core + keywords (like say, err, given.) Fix this by adding a parameter to + Perl_keyword to always get the keyword number, even if the feature + isn't in effect. + Branch: perl + ! embed.fnc embed.h perl_keyword.pl pp.c proto.h t/op/cproto.t + ! toke.c +____________________________________________________________________________ +[ 28873] By: rgs on 2006/09/20 11:53:59 + Log: Subject: Re: [PATCH] Patch for win32.c to fix #38723 and #39531 + From: Andrew Savige + Date: Tue, 19 Sep 2006 23:42:31 +1000 (EST) + Message-ID: <20060919134231.87370.qmail@web56407.mail.re3.yahoo.com> + Branch: perl + ! win32/win32.c +____________________________________________________________________________ +[ 28872] By: merijn on 2006/09/19 19:09:36 + Log: Subject: Re: \N{...} in regular expression [PATCH] + From: demerphq + Date: Tue, 19 Sep 2006 20:36:17 +0200 + Message-ID: <9b18b3110609191136v4d595f37pa0a52b8c20851588@mail.gmail.com> + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 28871] By: rgs on 2006/09/19 14:05:48 + Log: Upgrade to podlators 2.0.5 + Branch: perl + + lib/Pod/t/pod-parser.t + ! MANIFEST lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/t/basic.man + ! lib/Pod/t/basic.t lib/Pod/t/filehandle.t lib/Pod/t/man.t +____________________________________________________________________________ +[ 28870] By: merijn on 2006/09/19 11:16:11 + Log: Changed +DA2.0w to +DD64; Added notes about C ANSI C updates + on HP-UX 11.00. + Branch: perl + ! README.hpux +____________________________________________________________________________ +[ 28869] By: rgs on 2006/09/19 07:54:24 + Log: Subject: Re: [PATCH] lib/File/Copy.t - test descriptions and minor fixes + From: "Adriano Ferreira" + Date: Mon, 18 Sep 2006 17:36:50 -0300 + Message-ID: <73ddeb6c0609181336g53a90dceo9a29777f7686e372@mail.gmail.com> + Branch: perl + ! lib/File/Copy.t +____________________________________________________________________________ +[ 28868] By: merijn on 2006/09/19 06:56:36 + Log: Subject: Re: \N{...} in regular expression [PATCH] + From: demerphq + Date: Tue, 19 Sep 2006 01:37:19 +0200 + Message-ID: <9b18b3110609181637m796d6c16o1b2741edc5f09eb2@mail.gmail.com> + Branch: perl + + t/lib/Cname.pm + ! MANIFEST embed.fnc embed.h pod/perldiag.pod proto.h regcomp.c + ! regexec.c t/op/pat.t toke.c +____________________________________________________________________________ +[ 28867] By: merijn on 2006/09/19 06:45:26 + Log: Subject: [PATCH] C++: add -Wno-used-parameter, and drop ODBM_File + From: Jarkko Hietaniemi + Date: Tue, 19 Sep 2006 09:19:22 +0300 + Message-ID: <450F8BEA.1010802@iki.fi> + Branch: perl + ! Makefile.SH cflags.SH +____________________________________________________________________________ +[ 28866] By: rgs on 2006/09/18 09:04:02 + Log: Fix declaration-after-statement problem + + Subject: [bug] IO::Socket's IO.xs fails to compile + From: Sebastian Steinlechner + Date: Mon, 18 Sep 2006 01:38:31 +0200 + Message-ID: <450DDC77.2060405@gmx.net> + Branch: perl + ! ext/IO/IO.xs +____________________________________________________________________________ +[ 28865] By: rgs on 2006/09/18 08:37:21 + Log: Subject: [PATCH] bleed - silence warning in sv.c + From: "Philip M. Gollucci" + Date: Mon, 18 Sep 2006 01:30:05 -0700 + Message-ID: <450E590D.1060205@p6m7g8.com> + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 28864] By: rgs on 2006/09/18 08:35:21 + Log: Subject: [PATCH] Re: [perl #37714] XSUB.h version check may fail due to locale + From: John Peacock + Date: Sun, 17 Sep 2006 16:58:58 -0400 + Message-ID: <450DB712.4040703@rowman.com> + Branch: perl + ! universal.c util.c +____________________________________________________________________________ +[ 28863] By: nicholas on 2006/09/17 19:26:01 + Log: Fix one genuine unitialised code path spotted by gcc, and a signed/ + unsigned warning. + Branch: perl + ! doio.c +____________________________________________________________________________ +[ 28862] By: nicholas on 2006/09/17 18:52:00 + Log: Avoid compiler warning about a variable that isn't used when + -DDEBUGGING is not in force. + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 28861] By: rgs on 2006/09/17 13:32:18 + Log: A better version of change #28847 + Branch: perl + ! universal.c util.c +____________________________________________________________________________ +[ 28860] By: rgs on 2006/09/17 12:07:27 + Log: Subject: [PATCH] util.c: restore Perl_my_setenv() to pre-28814 + From: Jarkko Hietaniemi + Date: Sun, 17 Sep 2006 10:29:08 +0300 + Message-ID: <450CF944.7000402@iki.fi> + Branch: perl + ! util.c +____________________________________________________________________________ +[ 28859] By: nicholas on 2006/09/17 10:39:27 + Log: Some notes about struct block_loop + Branch: perl + ! cop.h +____________________________________________________________________________ +[ 28858] By: nicholas on 2006/09/17 00:06:53 + Log: Store a pointer to the op in struct block_loop, rather than the + pointers to last and redo. (for ithreads also drop the next pointer, + as pp_ctl.c doesn't re-write it for ithreads). This shrinks the struct + to 40 bytes on ILP32 systems, and therefore struct block to 64 bytes. + Branch: perl + ! cop.h pp_ctl.c scope.c sv.c +____________________________________________________________________________ +[ 28857] By: stevep on 2006/09/16 20:19:08 + Log: Upgrade to CPAN-CPAN-1.87_64 + Branch: perl + ! lib/CPAN/Debug.pm lib/CPAN/FirstTime.pm + ! lib/CPAN/HandleConfig.pm lib/CPAN/Nox.pm lib/CPAN/SIGNATURE + ! lib/CPAN/Tarzip.pm lib/CPAN/Version.pm +____________________________________________________________________________ +[ 28856] By: stevep on 2006/09/16 19:37:51 + Log: Upgrade to ExtUtils-ParseXS-2.16. There actually are a couple of + changes in bleadperl not in the new version, so version was bumped + to 2.16_01. + Branch: perl + ! lib/ExtUtils/ParseXS.pm +____________________________________________________________________________ +[ 28855] By: nicholas on 2006/09/16 17:59:17 + Log: Shrink the interpreter structure by 4 bytes (usually) by making + PL_in_eval a U8 and PL_delaymagic a U16. (And corresponding changes + in struct block_eval in cop.h to avoid any possible compiler warnings) + Branch: perl + ! cop.h thrdvar.h +____________________________________________________________________________ +[ 28853] By: nicholas on 2006/09/16 17:07:03 + Log: Revert changes 28772, 28773, 28774 as they won't gain us anything - I + failed to realise that struct block_sub is not the largest of the + 4 structures in the block.blk_u union. (It's actually block_loop) + Branch: perl + ! cop.h pp_ctl.c pp_hot.c scope.c sv.c +____________________________________________________________________________ +[ 28851] By: craigb on 2006/09/16 15:14:36 + Log: return value of -1 without errno set is ok in + ext/POSIX/t/sysconf.t (it just means the feature is + not implemented, not defined, or has no limit) + Branch: perl + ! ext/POSIX/t/sysconf.t +____________________________________________________________________________ +[ 28850] By: rgs on 2006/09/16 06:32:36 + Log: No declarations after statements ! (noticed by Sadahiro Tomoyuki) + Branch: perl + ! util.c +____________________________________________________________________________ +[ 28849] By: nicholas on 2006/09/15 22:03:53 + Log: Avoid warnings when $Config{d_cplusplus} is undefined. + Branch: perl + ! ext/Encode/bin/enc2xs +____________________________________________________________________________ +[ 28848] By: craigb on 2006/09/15 00:39:32 + Log: More hacking in util.c's ifdef jungle following 28844 to avoid + duplicate definition of Perl_my_setenv on VMS. + Branch: perl + ! util.c +____________________________________________________________________________ +[ 28847] By: rgs on 2006/09/14 15:31:22 + Log: Fix for bug #37714: XSUB.h version check may fail due to locale + Always convert version to number under C locale settings + Branch: perl + ! util.c +____________________________________________________________________________ +[ 28846] By: stevep on 2006/09/14 15:24:04 + Log: Subject: [PATCH] C++ Encode + From: Jarkko Hietaniemi + Date: Thu, 14 Sep 2006 09:05:10 +0300 + Message-ID: <4508F116.40606@iki.fi> + Branch: perl + ! ext/Encode/bin/enc2xs +____________________________________________________________________________ +[ 28845] By: rgs on 2006/09/14 14:18:32 + Log: MakeMaker is being split in new sub-distributions on CPAN + Branch: perl + ! Porting/Maintainers.pl +____________________________________________________________________________ +[ 28844] By: rgs on 2006/09/14 12:39:16 + Log: Subject: Re: Re: [PATCH] C++: Solaris CC now compiles "perl" + From: demerphq + Date: Thu, 14 Sep 2006 14:28:16 +0200 + Message-ID: <9b18b3110609140528x49e063aay724169d7f1e49531@mail.gmail.com> + Branch: perl + ! util.c +____________________________________________________________________________ +[ 28843] By: craigb on 2006/09/14 03:50:18 + Log: Define d_cplusplus on VMS when appropriate + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 28842] By: stevep on 2006/09/14 01:36:13 + Log: Subject: [PATCH] (1) g++ 4.x (or Mac OS X) (2) Solaris g++ or CC + From: Jarkko Hietaniemi + Date: Wed, 13 Sep 2006 20:19:04 +0300 + Message-ID: <45083D88.7050207@iki.fi> + + Plus a tweak to the name of CC. + Branch: perl + ! cflags.SH hints/solaris_2.sh perl.h +____________________________________________________________________________ +[ 28841] By: stevep on 2006/09/14 01:10:01 + Log: Regenerated mktables.lst per Yves Orton's suggestion. + Branch: perl + ! lib/unicore/mktables.lst +____________________________________________________________________________ +[ 28840] By: stevep on 2006/09/13 16:05:33 + Log: darwin also seems to be lacking a dl_unload_file() in its + DynaLoader, so some additional skips are needed. If I only + had a NeXT to test with now... + Branch: perl + ! ext/DynaLoader/t/DynaLoader.t +____________________________________________________________________________ +[ 28839] By: stevep on 2006/09/13 15:34:46 + Log: Add darwin to the list of OS's that fail to pass test + op/sprintf.t #157. Newer versions appear to be OK, + but Mac OS X 10.2.X regularly fail with this test. + Branch: perl + ! t/op/sprintf.t +____________________________________________________________________________ +[ 28838] By: stevep on 2006/09/13 14:59:01 + Log: Test cases for version cannot handle Test::More versions that + end with _0X. TODO-ing the failing test cases for now. + Branch: perl + ! lib/version.t +____________________________________________________________________________ +[ 28837] By: rgs on 2006/09/13 14:23:38 + Log: Upgrade to CPAN 1.87_63 + Branch: perl + ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm + ! lib/CPAN/SIGNATURE +____________________________________________________________________________ +[ 28836] By: stevep on 2006/09/13 13:35:32 + Log: Upgrade to Test-Simple-0.64_02 + Branch: perl + ! lib/Test/Builder.pm lib/Test/Builder/Module.pm + ! lib/Test/Builder/Tester.pm lib/Test/More.pm lib/Test/Simple.pm + ! lib/Test/Simple/Changes + ! lib/Test/Simple/t/00test_harness_check.t + ! lib/Test/Simple/t/diag.t lib/Test/Simple/t/extra.t + ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t + ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/fail_one.t + ! lib/Test/Simple/t/harness_active.t + ! lib/Test/Simple/t/is_deeply_fail.t lib/Test/Simple/t/is_fh.t + ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t + ! lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_bad.t + ! lib/Test/Simple/t/skip.t lib/Test/Simple/t/sort_bug.t + ! lib/Test/Simple/t/threads.t +____________________________________________________________________________ +[ 28835] By: rgs on 2006/09/13 13:27:05 + Log: Bump version and other misc. changes. 3rd patch from: + + Subject: [PATCH] thread 1.41 - A drama in three parts + From: "Jerry D. Hedden" + Date: Sun, 10 Sep 2006 09:12:06 -0700 + Message-ID: <20060910091206.fb30e530d17747c2b054d625b8945d88.321c7cbc94.wbe@email.secureserver.net> + Branch: perl + ! ext/threads/Changes ext/threads/README ext/threads/t/state.t + ! ext/threads/t/thread.t ext/threads/threads.pm + ! ext/threads/threads.xs +____________________________________________________________________________ +[ 28834] By: rgs on 2006/09/13 13:21:07 + Log: Statically allocate the main thread. + 2nd patch from: + + Subject: [PATCH] thread 1.41 - A drama in three parts + From: "Jerry D. Hedden" + Date: Sun, 10 Sep 2006 09:12:06 -0700 + Message-ID: <20060910091206.fb30e530d17747c2b054d625b8945d88.321c7cbc94.wbe@email.secureserver.net> + Branch: perl + ! ext/threads/threads.xs +____________________________________________________________________________ +[ 28833] By: rgs on 2006/09/13 13:15:44 + Log: Race condition fix in threads.pm + First patch from: + + Subject: [PATCH] thread 1.41 - A drama in three parts + From: "Jerry D. Hedden" + Date: Sun, 10 Sep 2006 09:12:06 -0700 + Message-ID: <20060910091206.fb30e530d17747c2b054d625b8945d88.321c7cbc94.wbe@email.secureserver.net> + Branch: perl + ! ext/threads/threads.xs +____________________________________________________________________________ +[ 28832] By: rgs on 2006/09/13 09:55:09 + Log: Subject: mktables executes seven time per build sigh + From: demerphq + Date: Sun, 10 Sep 2006 17:52:10 +0200 + Message-ID: <9b18b3110609100852q2cfc2497ufceda5ff5d0875e3@mail.gmail.com> + + (Fix for Windows) + Branch: perl + ! lib/unicore/mktables win32/Makefile +____________________________________________________________________________ +[ 28831] By: rgs on 2006/09/13 09:44:26 + Log: Subject: [perl #40328] B::Deparse pod does not list failure to grok outer lexical scopes in BUGS section + From: David Nicol (via RT) + Date: Tue, 12 Sep 2006 13:21:24 -0700 + Message-ID: + Branch: perl + ! ext/B/B/Deparse.pm +____________________________________________________________________________ +[ 28830] By: rgs on 2006/09/13 09:36:11 + Log: Subject: [perl #40327] Doc patch for perlfunc.pod + From: merijnb@ms.com (via RT) + Date: Tue, 12 Sep 2006 09:12:12 -0700 + Message-ID: + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 28829] By: merijn on 2006/09/13 06:51:55 + Log: Accumulated fixes from earlier backports, amongst of which: + Subject: [PATCH] remove -Wdeclaration-after-statement scan from Configure + From: Jarkko Hietaniemi + Date: Tue, 12 Sep 2006 07:19:32 +0300 + Message-ID: <45063554.1040301@iki.fi> + Branch: perl + ! Configure Porting/Glossary config_h.SH +____________________________________________________________________________ +[ 28827] By: rgs on 2006/09/12 15:51:53 + Log: Disable study() for utf-8 strings + + Subject: Re: Re: [Fwd: Smoke [5.9.4] 28821 FAIL(XF) OSF1 V5.1 (EV6/4 cpu)] + From: demerphq + Date: Tue, 12 Sep 2006 17:08:55 +0200 + Message-ID: <9b18b3110609120808jceb84ces55ef29c2f2b73ebc@mail.gmail.com> + Branch: perl + ! pp.c +____________________________________________________________________________ +[ 28826] By: stevep on 2006/09/12 15:30:57 + Log: Upgrade to CPAN-1.87_62 + Branch: perl + ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm +____________________________________________________________________________ +[ 28825] By: rgs on 2006/09/12 14:49:21 + Log: Upgrade to MakeMaker 6.30_04 + Branch: perl + + lib/ExtUtils/t/build_man.t lib/ExtUtils/t/pm.t + ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/MM_Any.pm + ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm + ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win95.pm + ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/FAQ.pod + ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/MM_Win32.t + ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/revision.t +____________________________________________________________________________ +[ 28824] By: rgs on 2006/09/12 14:04:54 + Log: More warnings silencing, including suggestions by Dominic Dunlop + Branch: perl + ! regcomp.c regexec.c +____________________________________________________________________________ +[ 28823] By: rgs on 2006/09/12 07:26:46 + Log: Subject: [PATCH] Re: C++ status [Fwd: Smoke [5.9.4] 28776 FAIL(FM) OSF1 V5.1 (EV6/4 cpu)] + From: Dominic Dunlop + Date: Tue, 12 Sep 2006 09:13:41 +0200 + Message-Id: <6FD7503D-349B-4BE4-B457-D79458900FA0@computer.org> + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 28822] By: rgs on 2006/09/12 07:22:40 + Log: Another warning-silencing cast + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 28821] By: rgs on 2006/09/11 13:05:16 + Log: POD fixes in perlce manpage + Branch: perl + ! README.ce +____________________________________________________________________________ +[ 28820] By: rgs on 2006/09/11 12:32:35 + Log: FAQ sync + Branch: perl + ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod + ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod + ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod + ! pod/perlfaq9.pod +____________________________________________________________________________ +[ 28819] By: rgs on 2006/09/11 11:51:04 + Log: Fix a few more printf format warnings + Branch: perl + ! regexec.c +____________________________________________________________________________ +[ 28818] By: rgs on 2006/09/11 10:19:20 + Log: Fix definition of macro HOP3 (spotted by a gcc warning) + Branch: perl + ! regexec.c +____________________________________________________________________________ +[ 28817] By: rgs on 2006/09/11 10:12:32 + Log: Fix some compilation warnings + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 28816] By: rgs on 2006/09/11 10:04:19 + Log: Subject: [PATCH] Teach regex optimiser how to handle (?=) and (?<=) properly. + From: demerphq + Date: Sat, 9 Sep 2006 22:00:05 +0200 + Message-ID: <9b18b3110609091300x1fd0b15dt32932902a0a80674@mail.gmail.com> + Branch: perl + ! embed.fnc embed.h proto.h regcomp.c regcomp.h regcomp.sym + ! regexec.c regnodes.h sv.c t/op/re_tests t/op/regexp.t +____________________________________________________________________________ +[ 28815] By: rgs on 2006/09/11 09:14:58 + Log: Subject: Re: [perl #40302] sigtrap(3pm) man page is vague + From: "David Nicol" + Date: Fri, 8 Sep 2006 11:19:23 -0500 + Message-ID: <934f64a20609080919g3d0add8cr1ca3d1c7ea9a5d32@mail.gmail.com> + Branch: perl + ! lib/sigtrap.pm +____________________________________________________________________________ +[ 28814] By: rgs on 2006/09/11 08:56:21 + Log: Subject: [PATCH] C++: Solaris CC now compiles "perl" + From: Jarkko Hietaniemi + Date: Sat, 09 Sep 2006 15:29:12 +0300 + Message-ID: <4502B398.6060505@iki.fi> + Branch: perl + ! hints/solaris_2.sh opcode.h opcode.pl perl.h perlio.c + ! unixish.h util.c +____________________________________________________________________________ +[ 28813] By: rgs on 2006/09/11 08:41:50 + Log: Subject: NULL and sv_setpv vs. newSVpv + From: "Yitzchak Scott-Thoennes" + Date: Sun, 10 Sep 2006 20:31:46 -0700 (PDT) + Message-ID: <8750.24.19.24.170.1157945506.squirrel@24.19.24.170> + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 28812] By: steveh on 2006/09/08 16:08:53 + Log: Update Porting/Maintainers.pl w.r.t. #28811 + Branch: perl + ! Porting/Maintainers.pl +____________________________________________________________________________ +[ 28811] By: steveh on 2006/09/08 16:05:53 + Log: Subject: [PATCH] Add Params::Check to the core + From: "Jos Boumans" + Date: Fri, 8 Sep 2006 13:57:16 +0200 (CEST) + Message-ID: <8319.80.127.35.68.1157716636.squirrel@webmail.xs4all.nl> + + (Just the Params-Check part: Locale-Maketext-Simple has already been + added by change #28809) + Branch: perl + + lib/Params/Check.pm lib/Params/Check/t/01_Params-Check.t + ! MANIFEST +____________________________________________________________________________ +[ 28810] By: steveh on 2006/09/08 15:33:18 + Log: Update Porting/Maintainers.pl w.r.t. #28809 + Branch: perl + ! Porting/Maintainers.pl +____________________________________________________________________________ +[ 28809] By: steveh on 2006/09/08 15:19:50 + Log: Subject: Re: [PATCH] Add Locale::Maketext::Simple to the core + From: kane@xs4all.nl + Date: Sun, 13 Aug 2006 15:51:58 +0200 (CEST) + Message-ID: <24406.80.127.35.68.1155477118.squirrel@webmail.xs4all.nl> + + Actually added 0.18, rather than 0.17 which this PATCH contained, for + an updated licence statement. + Branch: perl + + lib/Locale/Maketext/Simple.pm + + lib/Locale/Maketext/Simple/t/0-signature.t + + lib/Locale/Maketext/Simple/t/1-basic.t + ! MANIFEST +____________________________________________________________________________ +[ 28808] By: rgs on 2006/09/08 08:36:32 + Log: Use %^H instead of $^H for the assertions pragma + Branch: perl + ! lib/assertions.pm op.c perl.h +____________________________________________________________________________ +[ 28807] By: rgs on 2006/09/08 07:39:10 + Log: Remove empty typemap file + Branch: perl + - ext/threads/shared/typemap + ! MANIFEST +____________________________________________________________________________ +[ 28806] By: craigb on 2006/09/08 02:07:30 + Log: declaration after code nit in vms/vms.c (from Martin Vorlaender) + Branch: perl + ! vms/vms.c +____________________________________________________________________________ +[ 28805] By: stevep on 2006/09/07 18:39:22 + Log: Clean up some comments. + Branch: perl + ! cygwin/ld2.in +____________________________________________________________________________ +[ 28804] By: rgs on 2006/09/07 15:21:56 + Log: Typo fix in #ifdef + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 28803] By: stevep on 2006/09/07 14:24:18 + Log: Fix to first problem causing Cygwin Perl to fail to build + in a path with spaces in it. + Branch: perl + ! cygwin/Makefile.SHs +____________________________________________________________________________ +[ 28802] By: gisle on 2006/09/07 14:12:14 + Log: Document mkpath() return value in scalar context. + Document that rmtree() return value include deleted + directories. + Branch: perl + ! lib/File/Path.pm +____________________________________________________________________________ +[ 28801] By: rgs on 2006/09/07 13:16:12 + Log: Subject: Re: [perl #40262] kill( 0, ... ) does not return alive status of child process + From: "David Nicol" + Date: Fri, 1 Sep 2006 17:26:34 -0500 + Message-ID: <934f64a20609011526odd7f5bta847a3be1f6fa5f0@mail.gmail.com> + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 28800] By: rgs on 2006/09/07 13:13:05 + Log: Subject: [perl #40293] perlsec talks erroneously about "Non-Finite Automaton" + From: premchai21@yahoo.com (via RT) + Date: Wed, 06 Sep 2006 23:11:10 -0700 + Message-ID: + Branch: perl + ! pod/perlsec.pod +____________________________________________________________________________ +[ 28799] By: rgs on 2006/09/07 11:46:40 + Log: Bump version of PerlIO::scalar + Branch: perl + ! ext/PerlIO/scalar/scalar.pm +____________________________________________________________________________ +[ 28798] By: rgs on 2006/09/07 11:45:36 + Log: Fix for [perl #40267] PerlIO::scalar doesn't respect readonly-ness + Branch: perl + ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t +____________________________________________________________________________ +[ 28797] By: rgs on 2006/09/07 09:49:31 + Log: Invalidate ISA and method caches when calling a safe compartment + (bug #39887) + + Remove XS_VERSION, make it equal to VERSION + Branch: perl + ! ext/Opcode/Makefile.PL ext/Opcode/Opcode.pm + ! ext/Opcode/Opcode.xs +____________________________________________________________________________ +[ 28796] By: rgs on 2006/09/07 09:25:18 + Log: Add Exporter in the dual-lived module list + Branch: perl + ! Porting/Maintainers.pl +____________________________________________________________________________ +[ 28795] By: rgs on 2006/09/07 09:21:56 + Log: Subject: Dual life for Exporter + From: "Adriano Ferreira" + Date: Wed, 6 Sep 2006 16:40:28 -0300 + Message-ID: <73ddeb6c0609061240g34f60d9fodaf7727575778d8e@mail.gmail.com> + Branch: perl + ! lib/Exporter.t +____________________________________________________________________________ +[ 28794] By: stevep on 2006/09/07 02:07:57 + Log: Convert Errno.t to Test::More. Increase the test coverage + while in there as well. + Branch: perl + ! ext/Errno/t/Errno.t +____________________________________________________________________________ +[ 28793] By: steveh on 2006/09/06 16:54:19 + Log: cxtype is a U16, not a U32 (Stops VC++ complaining) + Branch: perl + ! pp_ctl.c +____________________________________________________________________________ +[ 28792] By: stevep on 2006/09/06 14:33:06 + Log: Removed some leftover debugging accidentally added with + change #28788. + Branch: perl + ! regexec.c +____________________________________________________________________________ +[ 28791] By: rgs on 2006/09/06 14:11:09 + Log: Revert accidental file deletion + Branch: perl + + ext/threads/shared/typemap +____________________________________________________________________________ +[ 28790] By: rgs on 2006/09/06 14:04:33 + Log: Remove perlcc and the byteloader + Branch: perl + - ext/B/B/Assembler.pm ext/B/B/Bblock.pm ext/B/B/Bytecode.pm + - ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Disassembler.pm + - ext/B/B/Stackobj.pm ext/B/B/Stash.pm ext/B/B/assemble + - ext/B/B/cc_harness ext/B/B/disassemble ext/B/B/makeliblinks + - ext/B/C/C.xs ext/B/C/Makefile.PL ext/B/NOTES ext/B/README + - ext/B/TESTS ext/B/Todo ext/B/ramblings/cc.notes + - ext/B/ramblings/curcop.runtime ext/B/ramblings/flip-flop + - ext/B/ramblings/magic ext/B/ramblings/reg.alloc + - ext/B/ramblings/runtime.porting ext/B/t/asmdata.t + - ext/B/t/assembler.t ext/B/t/bblock.t ext/B/t/bytecode.t + - ext/B/t/stash.t ext/ByteLoader/ByteLoader.pm + - ext/ByteLoader/ByteLoader.xs ext/ByteLoader/Makefile.PL + - ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c + - ext/ByteLoader/byterun.h ext/ByteLoader/hints/sunos.pl + - ext/threads/shared/typemap utils/perlcc.PL + ! MANIFEST Makefile.SH NetWare/Makefile bytecode.pl + ! configure.com ext/B/B/Asmdata.pm pod/Makefile.SH + ! pod/perlcompile.pod regen.pl t/TEST t/harness + ! t/lib/1_compile.t utils.lst utils/Makefile + ! vms/descrip_mms.template win32/Makefile win32/makefile.mk + ! win32/pod.mak x2p/Makefile.SH +____________________________________________________________________________ +[ 28789] By: rgs on 2006/09/06 09:18:31 + Log: Remove JPL + Branch: perl + - jpl/ChangeLog jpl/JNI/Changes jpl/JNI/Closer.java + - jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/JNIConfig + - jpl/JNI/JNIConfig.Win32 jpl/JNI/JNIConfig.kaffe + - jpl/JNI/JNIConfig.noembed jpl/JNI/JNIConfig.standard + - jpl/JNI/Makefile.PL jpl/JNI/test.pl jpl/JNI/typemap + - jpl/JNI/typemap.gcc jpl/JNI/typemap.win32 + - jpl/JPL/AutoLoader.pm jpl/JPL/Class.pm jpl/JPL/Compile.pm + - jpl/JPL/Makefile.PL jpl/JPL_Rolo/JPL_Rolo.jpl + - jpl/JPL_Rolo/Makefile.PL jpl/JPL_Rolo/README + - jpl/JPL_Rolo/cardfile jpl/PerlInterpreter/Makefile.PL + - jpl/PerlInterpreter/PerlInterpreter.c + - jpl/PerlInterpreter/PerlInterpreter.h + - jpl/PerlInterpreter/PerlInterpreter.java jpl/README + - jpl/README.JUST-JNI jpl/SETVARS.PL jpl/Sample/Makefile.PL + - jpl/Sample/Sample.jpl jpl/Test/Makefile.PL jpl/Test/Test.jpl + - jpl/bin/jpl jpl/docs/Tutorial.pod jpl/get_jdk/README + - jpl/get_jdk/get_jdk.pl jpl/get_jdk/jdk_hosts jpl/install-jpl + ! MANIFEST +____________________________________________________________________________ +[ 28788] By: stevep on 2006/09/06 00:35:15 + Log: Subject: [PATCH] UCD 5.0.0 + From: Jarkko Hietaniemi + Date: Tue, 05 Sep 2006 21:29:45 +0300 + Message-ID: <44FDC219.8010006@iki.fi> + Branch: perl + + lib/unicore/NamedSqProv.txt + ! MANIFEST lib/Unicode/UCD.t lib/unicore/ArabicShaping.txt + ! lib/unicore/BidiMirroring.txt lib/unicore/Blocks.txt + ! lib/unicore/CaseFolding.txt + ! lib/unicore/CompositionExclusions.txt + ! lib/unicore/EastAsianWidth.txt + ! lib/unicore/HangulSyllableType.txt lib/unicore/Index.txt + ! lib/unicore/Jamo.txt lib/unicore/LineBreak.txt + ! lib/unicore/NamedSequences.txt lib/unicore/NamesList.txt + ! lib/unicore/NormalizationCorrections.txt + ! lib/unicore/PropList.txt lib/unicore/PropValueAliases.txt + ! lib/unicore/PropertyAliases.txt lib/unicore/README.perl + ! lib/unicore/Scripts.txt lib/unicore/SpecialCasing.txt + ! lib/unicore/StandardizedVariants.txt + ! lib/unicore/UnicodeData.txt lib/unicore/version regexec.c + ! t/uni/class.t +____________________________________________________________________________ +[ 28787] By: rgs on 2006/09/05 11:09:03 + Log: Fix a few warnings + Branch: perl + ! regcomp.c regexec.c +____________________________________________________________________________ +[ 28786] By: rgs on 2006/09/05 10:40:25 + Log: Subject: [PATCH perl-current]; was RE: [PATCH perlio.c pp.c regcomp.c] silence format and comparison warnings + From: "Robin Barker" + Date: Fri, 1 Sep 2006 16:10:25 +0100 + Message-ID: <2C2E01334A940D4792B3E115F95B7226120A21@exchsvr1.npl.ad.local> + Branch: perl + ! dump.c perl.h perlio.c pp.c pp_pack.c sv.c utf8.c +____________________________________________________________________________ +[ 28785] By: rgs on 2006/09/05 10:21:57 + Log: Subject: Re: [PATCH] Trie jumping + From: demerphq + Date: Sat, 2 Sep 2006 16:40:12 +0200 + Message-ID: <9b18b3110609020740y2eb9004cpab313c3353a437ca@mail.gmail.com> + Branch: perl + ! embed.fnc embed.h ext/re/re.pm opcode.h proto.h regcomp.c + ! regcomp.h regcomp.sym regexec.c regexp.h regnodes.h t/op/pat.t + ! t/op/re_tests +____________________________________________________________________________ +[ 28783] By: rgs on 2006/09/04 16:54:36 + Log: Subject: [perl #40239] New hints file for MidnightBSD + From: Lucas Holt (via RT) + Date: Fri, 25 Aug 2006 20:16:40 -0700 + Message-ID: + Branch: perl + + hints/midnightbsd.sh + ! MANIFEST +____________________________________________________________________________ +[ 28782] By: rgs on 2006/09/04 15:50:17 + Log: Upgrade to Sys::Syslog 0.18 + Branch: perl + ! ext/Sys/Syslog/Changes ext/Sys/Syslog/README + ! ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/t/syslog.t +____________________________________________________________________________ +[ 28781] By: rgs on 2006/09/04 14:53:00 + Log: Subject: [perl #40272] subroutine call with & in perlop example + From: yath-perlbug@yath.de (via RT) + Date: Sun, 03 Sep 2006 13:03:28 -0700 + Message-ID: + Branch: perl + ! pod/perlop.pod +____________________________________________________________________________ +[ 28780] By: rgs on 2006/09/04 13:12:20 + Log: Documentation nit, found by Dr Ruud. + Branch: perl + ! pod/perldsc.pod +____________________________________________________________________________ +[ 28779] By: rgs on 2006/09/04 13:11:01 + Log: Subject: [PATCH] Correction to POD for FETCH_*_ATTRIBUTES + From: "Jerry D. Hedden" + Date: Fri, 01 Sep 2006 12:43:46 -0700 + Message-ID: <20060901124346.fb30e530d17747c2b054d625b8945d88.0cfdb87cb8.wbe@email.secureserver.net> + Branch: perl + ! lib/attributes.pm +____________________________________________________________________________ +[ 28778] By: rgs on 2006/09/04 12:41:39 + Log: Subject: Re: AW: [PATCH pod/*] Use Direct Object Constructor Calls + From: chromatic + Date: Fri, 1 Sep 2006 09:12:45 -0700 + Message-Id: <200609010912.46314.chromatic@wgz.org> + Branch: perl + ! pod/perllexwarn.pod pod/perlmodlib.PL pod/perlop.pod + ! pod/perlothrtut.pod pod/perlref.pod pod/perltie.pod +____________________________________________________________________________ +[ 28777] By: rgs on 2006/09/04 12:30:36 + Log: Subject: [PATCH pod/perlfunc.pod] Add Index Numbers to caller() Docs + From: chromatic + Date: Fri, 1 Sep 2006 05:42:17 -0700 + Message-Id: <200609010542.17571.chromatic@wgz.org> + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 28776] By: rgs on 2006/09/03 12:51:57 + Log: Remove dead code from sort.pm + Branch: perl + ! lib/sort.pm +____________________________________________________________________________ +[ 28774] By: nicholas on 2006/09/01 17:25:50 + Log: Merge lval and hasargs into one U8 in struct block_sub + Branch: perl + ! cop.h +____________________________________________________________________________ +[ 28773] By: nicholas on 2006/09/01 16:27:48 + Log: Access to cx->blk_sub.lval via macros (as it's about to move). + Branch: perl + ! cop.h pp_ctl.c pp_hot.c scope.c sv.c +____________________________________________________________________________ +[ 28772] By: nicholas on 2006/09/01 15:05:10 + Log: Access cx->blk_sub.hasargs via a pair of macros (as it's about to + move) + Branch: perl + ! cop.h pp_ctl.c scope.c sv.c +____________________________________________________________________________ +[ 28771] By: nicholas on 2006/08/31 09:05:50 + Log: Change the generation of {} and [] from 3 ops to 1, and avoid 1 mortal + on the tempstack, by augmenting pp_anonlist and pp_anonhash to accept + OPf_SPECIAL to mean "return a reference to the aggregate" on the stack + rather than the aggregate itself. + Branch: perl + ! ext/B/B/Deparse.pm ext/B/t/concise-xs.t ext/B/t/f_map.t + ! ext/B/t/f_sort.t ext/Devel/Peek/t/Peek.t op.c op.h pp.c +____________________________________________________________________________ +[ 28770] By: nicholas on 2006/08/31 08:26:13 + Log: Save 4 bytes from struct context (on ILP32) by moving cx_type into + struct block and struct subst. + Branch: perl + ! cop.h +____________________________________________________________________________ +[ 28769] By: steveh on 2006/08/30 15:57:13 + Log: Silence some more Borland compiler warnings + (See: http://www.nntp.perl.org/group/perl.daily-build.reports/40471) + + - Change the cryptic pragma warn strings into numbers that are more + easily recognized, and add a new one (8027). + + - Add a similar pragma warn line to fcrypt.c, which doesn't use + win32.h. + Branch: perl + ! win32/fcrypt.c win32/win32.h +____________________________________________________________________________ +[ 28768] By: steveh on 2006/08/29 13:24:56 + Log: Silence Borland compiler warnings in XS::APItest and Win32 + (See: http://www.nntp.perl.org/group/perl.daily-build.reports/40471) + Branch: perl + ! ext/XS/APItest/APItest.xs win32/ext/Win32/Win32.pm + ! win32/ext/Win32/Win32.xs +____________________________________________________________________________ +[ 28767] By: rgs on 2006/08/28 12:52:00 + Log: Revert bogus change 28763. + Branch: perl + ! EXTERN.h INTERN.h +____________________________________________________________________________ +[ 28766] By: rgs on 2006/08/28 09:26:52 + Log: Fix PerlIO::scalar fileno() documentation as suggested in: + Subject: [perl #40245] POD error for PerlIO::scalar in 5.8.8 + From: "Shawn Boyette" (via RT) + Date: Mon, 28 Aug 2006 00:21:25 -0700 + Message-ID: + Branch: perl + ! ext/PerlIO/scalar/scalar.pm +____________________________________________________________________________ +[ 28765] By: stevep on 2006/08/27 17:53:17 + Log: Added an additional #ifndef based on comments by Jarkko and + John Malmberg. + Branch: perl + ! x2p/INTERN.h +____________________________________________________________________________ +[ 28764] By: rgs on 2006/08/27 16:05:09 + Log: Subject: [PATCH DOC] perlsyn incomplete duplicate definition of truth + From: Daniel Frederick Crisman + Date: Thu, 24 Aug 2006 17:29:57 -0400 + Message-ID: <20060824212957.GA32557@fury.crisman.org> + Branch: perl + ! pod/perlsyn.pod +____________________________________________________________________________ +[ 28763] By: rgs on 2006/08/27 15:57:39 + Log: More conditional defines of EXTERN_C, by Jarkko + Branch: perl + ! EXTERN.h INTERN.h +____________________________________________________________________________ +[ 28762] By: rgs on 2006/08/27 15:51:25 + Log: Subject: [PATCH] Change #24364 broke Data::Dumper::Seen() + From: Marcus Holland-Moritz + Date: Fri, 25 Aug 2006 22:35:33 +0200 + Message-ID: <20060825223533.04efdf2d@r2d2> + Branch: perl + ! ext/Data/Dumper/Dumper.pm +____________________________________________________________________________ +[ 28761] By: rgs on 2006/08/27 15:46:54 + Log: Regression test for attributes 'reserved' warning, + by Jerry D. Hedden + Branch: perl + ! t/op/attrs.t +____________________________________________________________________________ +[ 28760] By: rgs on 2006/08/25 16:47:08 + Log: Put a plan in the last added test + Branch: perl + ! lib/SelfLoader-buggy.t +____________________________________________________________________________ +[ 28759] By: steveh on 2006/08/25 16:12:52 + Log: Silence a bunch of Borland compiler warnings in SDBM_File + (See: http://www.nntp.perl.org/group/perl.daily-build.reports/40283) + Branch: perl + ! XSUB.h +____________________________________________________________________________ +[ 28758] By: rgs on 2006/08/25 15:58:41 + Log: Subject: Re: [perl #40216] SelfLoader::croak doesn't protect $@ from being clobbered by require + From: "Adriano Ferreira" + Date: Thu, 24 Aug 2006 10:20:43 -0300 + Message-ID: <73ddeb6c0608240620s207124d1mc202aea6a4598576@mail.gmail.com> + Branch: perl + + lib/SelfLoader-buggy.t + ! MANIFEST lib/SelfLoader.pm +____________________________________________________________________________ +[ 28757] By: rgs on 2006/08/25 15:45:08 + Log: Following Jarkko's advice, it seems that ODBM_File cannot be + compiled as C++ as-is. + Branch: perl + ! ext/ODBM_File/ODBM_File.xs +____________________________________________________________________________ +[ 28756] By: rgs on 2006/08/25 15:24:28 + Log: Subject: [PATCH] RE: [perl #40227] 'reserved' warning not working + From: "Jerry D. Hedden" + Date: Thu, 24 Aug 2006 09:04:12 -0700 + Message-ID: <20060824090412.fb30e530d17747c2b054d625b8945d88.e8ae12ccab.wbe@email.secureserver.net> + Branch: perl + ! lib/attributes.pm xsutils.c +____________________________________________________________________________ +[ 28755] By: stevep on 2006/08/24 15:07:58 + Log: Upgrade to File-Temp-0.17. Also, a change to Tim Jenness's email. + Branch: perl + + lib/File/Temp/t/seekable.t + ! AUTHORS MANIFEST lib/File/Temp.pm +____________________________________________________________________________ +[ 28754] By: rgs on 2006/08/24 12:36:08 + Log: Subject: [PATCH ext/ODBM_File/ODBM_File.xs] change 28744 broke ODBM_File + From: "Robin Barker" + Date: Thu, 24 Aug 2006 13:22:47 +0100 + Message-ID: <2C2E01334A940D4792B3E115F95B7226120A1A@exchsvr1.npl.ad.local> + Branch: perl + ! ext/ODBM_File/ODBM_File.xs +____________________________________________________________________________ +[ 28753] By: rgs on 2006/08/24 12:23:15 + Log: Subject: [PATCH] Don't promulgate Perl attributes + From: "Jerry D. Hedden" + Date: Wed, 23 Aug 2006 10:07:05 -0700 + Message-ID: <20060823100705.fb30e530d17747c2b054d625b8945d88.87c0ee9326.wbe@email.secureserver.net> + Branch: perl + ! lib/attributes.pm xsutils.c +____________________________________________________________________________ +[ 28752] By: stevep on 2006/08/24 01:27:08 + Log: Upgrade to CGI.pm-3.22. + Branch: perl + ! lib/CGI.pm lib/CGI/Changes +____________________________________________________________________________ +[ 28751] By: stevep on 2006/08/23 16:08:17 + Log: Subject: [perl #40161] ccversion fix for hpux + From: smoketst@hp46t243.cup.hp.com (via RT) + Date: Wed, 16 Aug 2006 23:10:52 -0700 + Message-ID: + Branch: perl + ! hints/hpux.sh +____________________________________________________________________________ +[ 28750] By: stevep on 2006/08/23 03:04:47 + Log: The previous change causes compile failures with threaded Perls. + Branch: perl + ! reentr.h reentr.pl +____________________________________________________________________________ +[ 28749] By: stevep on 2006/08/22 20:16:55 + Log: Part of one of Jarkko's g++ patches that was missed. + Branch: perl + ! reentr.h reentr.pl +____________________________________________________________________________ +[ 28748] By: stevep on 2006/08/22 17:41:33 + Log: Update to Time-HiRes-1.90. + Branch: perl + ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm + ! ext/Time/HiRes/HiRes.xs +____________________________________________________________________________ +[ 28747] By: stevep on 2006/08/22 16:43:52 + Log: Upgrade to Time-HiRes-1.89. + Branch: perl + ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm + ! ext/Time/HiRes/HiRes.xs +____________________________________________________________________________ +[ 28746] By: stevep on 2006/08/22 14:18:16 + Log: Upgrade to CGI.pm-3.21 + Branch: perl + ! lib/CGI.pm lib/CGI/Changes lib/CGI/Cookie.pm +____________________________________________________________________________ +[ 28745] By: stevep on 2006/08/22 14:14:23 + Log: Upgrade to Time-HiRes-1.88. + Branch: perl + ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm + ! ext/Time/HiRes/HiRes.xs +____________________________________________________________________________ +[ 28744] By: stevep on 2006/08/22 14:07:13 + Log: Subject: [PATCH] g++: fix Digest::MD5, Math::BigInt::FastCalc, ODBM_File, XS::APItest (and Time::HiRes 1.88 in CPAN) + From: Jarkko Hietaniemi + Date: Tue, 22 Aug 2006 10:45:41 +0300 (EEST) + Message-Id: <200608220745.k7M7jfjP050939@kosh.hut.fi> + + ...plus various version bumps and Digest::MD5 test file fixes. + Branch: perl + ! ext/Digest/MD5/MD5.pm ext/Digest/MD5/MD5.xs + ! ext/Digest/MD5/t/files.t ext/Math/BigInt/FastCalc/FastCalc.pm + ! ext/Math/BigInt/FastCalc/FastCalc.xs + ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs + ! ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs +____________________________________________________________________________ +[ 28743] By: stevep on 2006/08/22 02:12:16 + Log: Subject: [PATCH] perlhack.pod: small porta-tweaks (this time without pod2man :-) + From: Jarkko Hietaniemi + Date: Mon, 21 Aug 2006 22:39:35 +0300 (EEST) + Message-Id: <200608211939.k7LJdZ9P170671@kosh.hut.fi> + Branch: perl + ! pod/perlhack.pod +____________________________________________________________________________ +[ 28742] By: stevep on 2006/08/22 01:03:05 + Log: Subject: [PATCH] g++/x2p (better version) + From: Jarkko Hietaniemi + Date: Mon, 21 Aug 2006 14:48:26 +0300 (EEST) + Message-Id: <200608211148.k7LBmQGL161830@kosh.hut.fi> + Branch: perl + ! x2p/EXTERN.h x2p/INTERN.h x2p/hash.h +____________________________________________________________________________ +[ 28741] By: rgs on 2006/08/21 10:15:30 + Log: Subject: [PATCH] g++/Tru64: got perl linking once got the linkage right + From: Jarkko Hietaniemi + Date: Fri, 18 Aug 2006 13:03:17 +0300 (EEST) + Message-Id: <200608181003.k7IA3Hso276655@kosh.hut.fi> + Branch: perl + ! hints/dec_osf.sh perl.h pp_sys.c +____________________________________________________________________________ +[ 28740] By: rgs on 2006/08/20 10:13:12 + Log: Amendment to change #28739 + Branch: perl + ! ext/B/B/Assembler.pm +____________________________________________________________________________ +[ 28739] By: rgs on 2006/08/20 09:25:59 + Log: Subject: [PATCH] bytecode.t failures in Tru64: svtype (enum) is int, not long + From: Jarkko Hietaniemi + Date: Sat, 19 Aug 2006 14:34:53 +0300 (EEST) + Message-Id: <200608191134.k7JBYroK518962@kosh.hut.fi> + Branch: perl + ! ext/B/B/Assembler.pm +____________________________________________________________________________ +[ 28738] By: rgs on 2006/08/20 09:15:21 + Log: perlthrtut update, by Jerry D. Hedden. + Branch: perl + ! pod/perlthrtut.pod +____________________________________________________________________________ +[ 28737] By: rgs on 2006/08/20 08:46:33 + Log: Subject: [PATCH] g++/Solaris: force d_dlopen=define + From: Jarkko Hietaniemi + Date: Fri, 18 Aug 2006 15:48:34 +0300 (EEST) + Message-Id: <200608181248.k7ICmY2W028375@vipunen.hut.fi> + Branch: perl + ! hints/solaris_2.sh +____________________________________________________________________________ +[ 28736] By: rgs on 2006/08/18 16:22:18 + Log: Phrasing nit in perlxstut (by Ville Koskinen) + Branch: perl + ! pod/perlxstut.pod +____________________________________________________________________________ +[ 28735] By: rgs on 2006/08/18 15:46:18 + Log: A type change that apparently works around a compiler bug + (gcc 4.1.1 on Solaris) (by Robin Barker) + Branch: perl + ! pp_hot.c +____________________________________________________________________________ +[ 28734] By: stevep on 2006/08/17 20:28:36 + Log: Subject: [PATCH] Re: A large-ish C++ TODO (Re: [PATCH] g++ stage 1 reached) + From: Jarkko Hietaniemi + Date: Thu, 17 Aug 2006 19:16:09 +0300 + Message-ID: <44E49649.9090307@iki.fi> + Branch: perl + ! XSUB.h mathoms.c op.h perl.h perlio.c utf8.c +____________________________________________________________________________ +[ 28733] By: stevep on 2006/08/17 17:57:33 + Log: syscall() declaration in perl.h needs to have an EXTERN_C prefixing + it for some C++ compiles. Might as well fix usleep()'s + declaration too. + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 28732] By: stevep on 2006/08/17 15:28:36 + Log: Fix to problem where CGI can lose the filehandle during an upload. + Patch posted to the Debian bug list by Eric Wong + . + Branch: perl + ! lib/CGI.pm +____________________________________________________________________________ +[ 28731] By: stevep on 2006/08/17 14:50:36 + Log: gcc-4.1.1 on Fedora optimized away NULL chacks in Perl_do_close(), + which caused core dumps. + Branch: perl + ! embed.fnc proto.h +____________________________________________________________________________ +[ 28730] By: stevep on 2006/08/16 17:44:44 + Log: Cast needed to compile bsd_glob.c with C++ + Branch: perl + ! ext/File/Glob/bsd_glob.c +____________________________________________________________________________ +[ 28729] By: stevep on 2006/08/16 13:11:15 + Log: Additional changes to get C++ a little closer to a clean compile + of Perl. + Branch: perl + ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/bytecode.h + ! ext/ByteLoader/byterun.c ext/DB_File/DB_File.pm + ! ext/DB_File/DB_File.xs ext/Hash/Util/FieldHash/FieldHash.xs + ! ext/Hash/Util/FieldHash/lib/Hash/Util/FieldHash.pm + ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs +____________________________________________________________________________ +[ 28728] By: stevep on 2006/08/15 18:57:11 + Log: Additional floating point strictness is needed to get Intel cc to pass + its tests. + Branch: perl + ! hints/linux.sh +____________________________________________________________________________ +[ 28727] By: rgs on 2006/08/15 10:01:48 + Log: Update Changes + Branch: perl + ! Changes +____________________________________________________________________________ +[ 28726] By: rgs on 2006/08/15 09:59:24 + Log: Update Module::CoreList data with 5.9.4 + Branch: perl + ! lib/Module/CoreList.pm +____________________________________________________________________________ +[ 28725] By: rgs on 2006/08/15 09:55:27 + Log: 5.9.4 is today. + Branch: perl + ! pod/perlhist.pod +____________________________________________________________________________ +[ 28724] By: rgs on 2006/08/15 09:54:02 + Log: Actually, Richard Clamp doesn't maintain Module::CoreList anymore. + Branch: perl + ! Porting/Maintainers.pl +____________________________________________________________________________ +[ 28723] By: rgs on 2006/08/15 09:43:40 + Log: Regenerate perlmodlib and perltoc + Branch: perl + ! pod/perlmodlib.pod pod/perltoc.pod +____________________________________________________________________________ +[ 28722] By: rgs on 2006/08/15 09:40:08 + Log: POD formatting nit + Branch: perl + ! pod/perl594delta.pod +____________________________________________________________________________ +[ 28721] By: rgs on 2006/08/15 09:29:03 + Log: Remove some of the known problems documented in perldelta, which were + caused by change #28319, just backed out. Add some Windows news (by + Steve Hay) + Branch: perl + ! pod/perl594delta.pod +____________________________________________________________________________ +[ 28720] By: rgs on 2006/08/15 09:22:54 + Log: Revert change 28319, which may cause segfaults with threaded perls + on eval("syntax error") statements + Branch: perl + ! perly.c +____________________________________________________________________________ +[ 28719] By: rgs on 2006/08/15 07:57:54 + Log: More perldelta nits found by my reviewers + Branch: perl + ! pod/perl594delta.pod +____________________________________________________________________________ +[ 28718] By: rgs on 2006/08/14 22:30:18 + Log: Spelling fixes, thanks to Nicholas and to Ronald Kimball + Branch: perl + ! pod/perl594delta.pod +____________________________________________________________________________ +[ 28717] By: rgs on 2006/08/14 21:58:15 + Log: More perldelta entries and fixes + Branch: perl + ! pod/perl594delta.pod +____________________________________________________________________________ +[ 28716] By: rgs on 2006/08/14 21:31:43 + Log: Typo fix in the documentation of source filters in @INC + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 28715] By: mhx on 2006/08/14 20:29:57 + Log: Only copy ppport.h to destination if it is different. + This avoids unneccessary rebuilds. + Branch: perl + ! mkppport +____________________________________________________________________________ +[ 28714] By: mhx on 2006/08/14 19:43:23 + Log: Upgrade to Devel::PPPort 3.10 + Branch: perl + ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort_pm.PL + ! ext/Devel/PPPort/soak +____________________________________________________________________________ +[ 28713] By: rgs on 2006/08/14 19:30:17 + Log: perldelta entry describing regexp work, by Yves Orton + Branch: perl + ! pod/perl594delta.pod +____________________________________________________________________________ +[ 28712] By: rgs on 2006/08/14 15:27:51 + Log: Regenerate metafile + Branch: perl + ! META.yml +____________________________________________________________________________ +[ 28711] By: rgs on 2006/08/14 14:24:19 + Log: New authors + Branch: perl + ! AUTHORS +____________________________________________________________________________ +[ 28710] By: rgs on 2006/08/14 12:45:59 + Log: More perldelta entries; plus, credits. + Branch: perl + ! pod/perl594delta.pod +____________________________________________________________________________ +[ 28709] By: rgs on 2006/08/14 12:35:13 + Log: Typo fix in perldiag + Branch: perl + ! pod/perldiag.pod +____________________________________________________________________________ +[ 28708] By: steveh on 2006/08/14 10:20:13 + Log: Update pod/perl594delta.pod w.r.t. #28706, and arrange list of modules + alphabetically. + Branch: perl + ! pod/perl594delta.pod +____________________________________________________________________________ +[ 28707] By: steveh on 2006/08/14 10:15:04 + Log: Update Porting/Maintainers.pl w.r.t. #28695, #28703 and #28706. + Branch: perl + ! Porting/Maintainers.pl +____________________________________________________________________________ +[ 28706] By: steveh on 2006/08/14 10:10:07 + Log: Subject: [PATCH] Add Module::Loaded to the core + From: kane@xs4all.nl + Date: Sun, 13 Aug 2006 16:22:09 +0200 (CEST) + Message-ID: <9310.80.127.35.68.1155478929.squirrel@webmail.xs4all.nl> + Branch: perl + + lib/Module/Loaded.pm lib/Module/Loaded/t/01_Module-Loaded.t + ! MANIFEST +____________________________________________________________________________ +[ 28705] By: rgs on 2006/08/14 09:30:38 + Log: More perldelta nits. + Branch: perl + ! pod/perl594delta.pod +____________________________________________________________________________ +[ 28704] By: rgs on 2006/08/14 09:19:02 + Log: Make the NAME section of Package::Constants more conformant to + man page conventions + Branch: perl + ! lib/Package/Constants.pm +____________________________________________________________________________ +[ 28703] By: steveh on 2006/08/14 09:09:40 + Log: Subject: [PATCH] Add Package::Constants to the core + From: kane@xs4all.nl + Date: Sat, 12 Aug 2006 23:57:58 +0200 (CEST) + Message-ID: <9749.80.127.35.68.1155419878.squirrel@webmail.xs4all.nl> + Branch: perl + + lib/Package/Constants.pm lib/Package/Constants/t/01_list.t + ! MANIFEST +____________________________________________________________________________ +[ 28702] By: nicholas on 2006/08/13 19:51:41 + Log: Regularise the indents of Changes to placate Porting/checkAUTHORS.pl + Branch: perl + ! Changes +____________________________________________________________________________ +[ 28701] By: rgs on 2006/08/13 13:53:54 + Log: Fix URL of perlbug database + Branch: perl + ! pod/perl594delta.pod +____________________________________________________________________________ +[ 28700] By: rgs on 2006/08/13 12:44:18 + Log: More perldelta entries + Branch: perl + ! pod/perl594delta.pod +____________________________________________________________________________ +[ 28699] By: rgs on 2006/08/13 07:51:46 + Log: Fix a couple URLs in perlhack + Branch: perl + ! pod/perlhack.pod +____________________________________________________________________________ +[ 28698] By: rgs on 2006/08/12 12:53:32 + Log: Subject: [PATCH] perlhack.pod: more portability pitfalls + From: Jarkko Hietaniemi + Date: Sat, 12 Aug 2006 10:33:38 +0300 (EEST) + Message-Id: <200608120733.k7C7XcU0268432@kosh.hut.fi> + Branch: perl + ! pod/perlhack.pod +____________________________________________________________________________ +[ 28697] By: steveh on 2006/08/11 17:31:45 + Log: Resync win32/config_H.* and win32/config.* with config_h.SH + and Porting/config.sh respectively + + No real changes except for the addition of the missing + HAS_C99_VARIADIC_MACROS to win32/config_H.* and + initialinstalllocation, madlyh, madlyobj and madlysrc to + win32/config.* + Branch: perl + ! win32/config.bc win32/config.gc win32/config.vc + ! win32/config.vc64 win32/config_H.bc win32/config_H.gc + ! win32/config_H.vc win32/config_H.vc64 +____________________________________________________________________________ +[ 28696] By: rgs on 2006/08/11 16:02:32 + Log: More perldelta notes. Also, I did forget things + in perl593delta... + Branch: perl + ! pod/perl593delta.pod pod/perl594delta.pod +____________________________________________________________________________ +[ 28695] By: steveh on 2006/08/11 12:52:51 + Log: Subject: [PATCH] Add Module::Load to 5.9.x + From: kane@xs4all.nl + Date: Wed, 9 Aug 2006 12:23:42 +0200 (CEST) + Message-ID: <9866.194.109.0.185.1155119022.squirrel@webmail.xs4all.nl> + Branch: perl + + lib/Module/Load.pm lib/Module/Load/t/01_Module-Load.t + + lib/Module/Load/t/to_load/LoadIt.pm + + lib/Module/Load/t/to_load/LoadMe.pl + + lib/Module/Load/t/to_load/Must/Be/Loaded.pm + + lib/Module/Load/t/to_load/TestModule.pm + + lib/Module/Load/t/to_load/ToBeLoaded + + lib/Module/Load/t/to_load/config_file + ! MANIFEST +____________________________________________________________________________ +[ 28694] By: steveh on 2006/08/11 12:49:00 + Log: Close file before unlinking (on Win32 at least!) + Branch: perl + ! t/op/stat.t +____________________________________________________________________________ +[ 28693] By: rgs on 2006/08/10 16:46:07 + Log: Subject: [PATCH] Re: Smoke [5.9.4] 28683 FAIL(F) Solaris 2.11 (i386/1 cpu) + From: Andrew Dougherty + Date: Thu, 10 Aug 2006 12:37:39 -0400 (EDT) + Message-ID: + Branch: perl + ! lib/open.t +____________________________________________________________________________ +[ 28692] By: rgs on 2006/08/10 14:27:44 + Log: Update Changes + Branch: perl + ! Changes +____________________________________________________________________________ [ 28691] By: rgs on 2006/08/10 13:17:51 Log: Some updates to the cross-compilation config script Branch: perl @@ -1523,8 +6026,8 @@ ____________________________________________________________________________ ____________________________________________________________________________ [ 28481] By: craigb on 2006/07/05 02:31:06 Log: Subject: [PATCH] RE: [PATCH] threads 1.33 - From: "Jerry D. Hedden" - Message-id: <20060704171845.fb30e530d17747c2b054d625b8945d88.f0db2cab53.wbe@email.secureserver.net> + From: "Jerry D. Hedden" + Message-id: <20060704171845.fb30e530d17747c2b054d625b8945d88.f0db2cab53.wbe@email.secureserver.net> Date: Tue, 04 Jul 2006 17:18:45 -0700 exiting from threads works differently on VMS @@ -2393,8 +6896,8 @@ ____________________________________________________________________________ ____________________________________________________________________________ [ 28367] By: craigb on 2006/06/07 12:14:39 Log: Subject: [patch@28349] vmsify - full EFS charset support - From: "John E. Malmberg" - Date: Mon, 05 Jun 2006 23:39:32 -0400 + From: "John E. Malmberg" + Date: Mon, 05 Jun 2006 23:39:32 -0400 Message-id: <4484F8F4.7040902@qsl.net> Branch: perl @@ -2637,9 +7140,9 @@ ____________________________________________________________________________ ____________________________________________________________________________ [ 28334] By: craigb on 2006/05/29 22:34:23 Log: Subject: [PATCH] redo part of change 27374 - From: Abe Timmerman - Date: Mon, 29 May 2006 23:24:51 +0200 - Message-id: <200605292324.51714.abe@ztreet.demon.nl> + From: Abe Timmerman + Date: Mon, 29 May 2006 23:24:51 +0200 + Message-id: <200605292324.51714.abe@ztreet.demon.nl> Branch: perl ! configure.com @@ -5268,7 +9771,7 @@ ____________________________________________________________________________ ! t/comp/parser.t ____________________________________________________________________________ [ 27911] By: davem on 2006/04/20 12:33:09 - Log: regmatch(): raplace magic value -1000 with symbolic CHRTEST_VOID + Log: regmatch(): replace magic value -1000 with symbolic CHRTEST_VOID Branch: perl ! regexec.c ____________________________________________________________________________ @@ -6466,9 +10969,9 @@ ____________________________________________________________________________ ____________________________________________________________________________ [ 27733] By: craigb on 2006/04/07 02:53:52 Log: Subject: [patch@27694] VMS RMSEXPAND/PERL_CANDO fixes - From: "John E. Malmberg" - Date: Mon, 03 Apr 2006 07:39:10 -0400 - Message-id: <4431095E.8030003@qsl.net> + From: "John E. Malmberg" + Date: Mon, 03 Apr 2006 07:39:10 -0400 + Message-id: <4431095E.8030003@qsl.net> Branch: perl ! vms/vms.c vms/vmsish.h ____________________________________________________________________________ @@ -6934,9 +11437,9 @@ ____________________________________________________________________________ ____________________________________________________________________________ [ 27648] By: craigb on 2006/03/31 16:31:28 Log: Subject: [patch@27638] Enable standard stat for VMS >=8.2 - From: "John E. Malmberg" - Date: Fri, 31 Mar 2006 00:39:23 -0500 - Message-id: <442CC08A.30409@qsl.net> + From: "John E. Malmberg" + Date: Fri, 31 Mar 2006 00:39:23 -0500 + Message-id: <442CC08A.30409@qsl.net> Branch: perl ! configure.com vms/vms.c vms/vmsish.h ____________________________________________________________________________ @@ -7151,9 +11654,9 @@ ____________________________________________________________________________ ____________________________________________________________________________ [ 27618] By: craigb on 2006/03/28 04:01:21 Log: Subject: [patch@27613] VMS long file path support active. - From: "John E. Malmberg" - Date: Mon, 27 Mar 2006 08:05:33 -0500 - Message-id: <4427E31D.2030801@qsl.net> + From: "John E. Malmberg" + Date: Mon, 27 Mar 2006 08:05:33 -0500 + Message-id: <4427E31D.2030801@qsl.net> Branch: perl ! vms/vms.c vms/vmsish.h @@ -7194,9 +11697,9 @@ ____________________________________________________________________________ ____________________________________________________________________________ [ 27611] By: craigb on 2006/03/26 21:58:49 Log: Subject: [patch@27609] vms pool corruption fix for _NLA0: - From: "John E. Malmberg" - Date: Sun, 26 Mar 2006 14:32:30 -0500 - Message-id: <4426EC4E.8030801@qsl.net> + From: "John E. Malmberg" + Date: Sun, 26 Mar 2006 14:32:30 -0500 + Message-id: <4426EC4E.8030801@qsl.net> Branch: perl ! vms/vms.c ____________________________________________________________________________ @@ -7501,9 +12004,9 @@ ____________________________________________________________________________ ____________________________________________________________________________ [ 27563] By: craigb on 2006/03/21 13:01:47 Log: Subject: [patch@27529] thread.h - VMS needs more stack - From: "John E. Malmberg" - Date: Fri, 17 Mar 2006 11:05:33 -0500 - Message-id: <441ADE4D.2090207@qsl.net> + From: "John E. Malmberg" + Date: Fri, 17 Mar 2006 11:05:33 -0500 + Message-id: <441ADE4D.2090207@qsl.net> Branch: perl ! thread.h @@ -8138,8 +12641,8 @@ ____________________________________________________________________________ [ 27474] By: craigb on 2006/03/11 17:26:00 Log: Subject: [PATCH] perl@27437 fix File::Path::mkpath so that perl installs on VMS From: Peter Prymmer - Date: Fri, 10 Mar 2006 15:24:23 -0500 - Message-id: + Date: Fri, 10 Mar 2006 15:24:23 -0500 + Message-id: Branch: perl ! lib/File/Path.pm ____________________________________________________________________________ @@ -8321,7 +12824,7 @@ ____________________________________________________________________________ ! toke.c ____________________________________________________________________________ [ 27443] By: nicholas on 2006/03/09 18:08:52 - Log: Refactoring from Larry inplicit in the MAD patch. + Log: Refactoring from Larry implicit in the MAD patch. Branch: perl ! toke.c ____________________________________________________________________________ @@ -8349,9 +12852,9 @@ ____________________________________________________________________________ ____________________________________________________________________________ [ 27438] By: craigb on 2006/03/09 14:49:45 Log: Subject: patch@27385 - VMS thread fixes (was: threads and VMS) - From: "John E. Malmberg" + From: "John E. Malmberg" Date: Wed, 08 Mar 2006 23:34:05 -0500 - Message-id: <440FB03D.8010409@qsl.net> + Message-id: <440FB03D.8010409@qsl.net> Branch: perl ! vms/vms.c @@ -8687,17 +13190,17 @@ ____________________________________________________________________________ ____________________________________________________________________________ [ 27386] By: craigb on 2006/03/06 03:42:19 Log: Subject: PATCH: 2 vms specific build files in perl @ 27383 - From: Peter Prymmer - Date: Sun, 05 Mar 2006 20:30:09 -0500 - Message-id: + From: Peter Prymmer + Date: Sun, 05 Mar 2006 20:30:09 -0500 + Message-id: Branch: perl ! configure.com vms/gen_shrfls.pl ____________________________________________________________________________ [ 27385] By: craigb on 2006/03/06 03:26:39 Log: Subject: Re: threads and VMS - From: "John E. Malmberg" + From: "John E. Malmberg" Date: Sun, 05 Mar 2006 00:32:27 -0500 - Message-id: <440A77EB.2030205@qsl.net> + Message-id: <440A77EB.2030205@qsl.net> Branch: perl ! vms/vms.c ____________________________________________________________________________ @@ -8772,8 +13275,8 @@ ____________________________________________________________________________ [ 27376] By: craigb on 2006/03/05 00:03:31 Log: Subject: Re: threads and VMS From: "John E. Malmberg" - Date: Sat, 04 Mar 2006 18:29:22 -0500 - Message-id: <440A22D2.30009@qsl.net> + Date: Sat, 04 Mar 2006 18:29:22 -0500 + Message-id: <440A22D2.30009@qsl.net> Branch: perl ! doio.c ____________________________________________________________________________ @@ -9873,9 +14376,9 @@ ____________________________________________________________________________ ____________________________________________________________________________ [ 27187] By: craigb on 2006/02/15 04:32:14 Log: Subject: patch@27162 long path name support in readdir / cando_by_name - From: "John E. Malmberg" - Date: Sun, 12 Feb 2006 15:24:58 -0500 - Message-id: <43EF999A.1020500@qsl.net> + From: "John E. Malmberg" + Date: Sun, 12 Feb 2006 15:24:58 -0500 + Message-id: <43EF999A.1020500@qsl.net> Branch: perl ! vms/vms.c vms/vmsish.h ____________________________________________________________________________ @@ -10231,9 +14734,9 @@ ____________________________________________________________________________ ____________________________________________________________________________ [ 27115] By: craigb on 2006/02/07 04:46:47 Log: Subject: Re: Configure.com issue, more quoting needed. - From: Peter Prymmer - Date: Mon, 06 Feb 2006 13:27:14 -0500 - Message-id: + From: Peter Prymmer + Date: Mon, 06 Feb 2006 13:27:14 -0500 + Message-id: Branch: perl ! configure.com ____________________________________________________________________________ @@ -10241,7 +14744,7 @@ ____________________________________________________________________________ Log: Subject: patch@27082 Allow fatal exceptions to bring up VMS debugger From: "John E. Malmberg" Date: Sat, 04 Feb 2006 16:04:32 -0500 - Message-id: <43E516E0.1000508@qsl.net> + Message-id: <43E516E0.1000508@qsl.net> Branch: perl ! vms/perlvms.pod vms/vms.c @@ -10805,8 +15308,8 @@ ____________________________________________________________________________ ____________________________________________________________________________ [ 27015] By: craigb on 2006/01/31 04:37:27 Log: Subject: patch@26996 - patch around stat("_NLA0:") bug - From: "John E. Malmberg" Date: Mon, 30 Jan 2006 23:21:34 -0500 - Message-id: <43DEE5CE.7060108@qsl.net> + From: "John E. Malmberg" Date: Mon, 30 Jan 2006 23:21:34 -0500 + Message-id: <43DEE5CE.7060108@qsl.net> Branch: perl ! vms/vms.c vms/vmsish.h @@ -13881,7 +18384,7 @@ ____________________________________________________________________________ ____________________________________________________________________________ [ 26427] By: nicholas on 2005/12/20 20:13:12 Log: Take care in toke.c not to convert constant subroutine reference - proxies into full blow PVGVs with PVCVs, and recognise them and inline + proxies into full blown PVGVs with PVCVs, and recognise them and inline their values. Adds a new function gv_const_sv(gv) to return the value of the constant subroutine from a GV, and adds a cv parameter to S_intuit_method. @@ -26435,7 +30938,7 @@ ____________________________________________________________________________ at the same PL_curstackinfo level. This fails in the case of SPLICE(), which pushes a new SETJMP and runops level, but not a new stackinfo level. There may be other code which does similar. - The solution is to store the current calue of PL_top_env in each + The solution is to store the current value of PL_top_env in each pushed CxEVAL, and see if it's still the same as PL_top_env when the exception is handled. Branch: perl