X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=b815319321d149c12f321bf39d6e4ac48d5b1838;hb=b79e0b55ef5115cd52e297916c79b760512d400a;hp=9d5914e807724b2886bdcea5714f5c956bfda34b;hpb=ff37711f3dc217d8c80194e5d2f37ccc7a7bc806;p=p5sagit%2Fp5-mst-13.2.git diff --git a/Changes b/Changes index 9d5914e..b815319 100644 --- a/Changes +++ b/Changes @@ -29,6 +29,5446 @@ Version v5.9.X Development release working toward v5.10 -------------- ____________________________________________________________________________ +[ 30415] By: rgs on 2007/02/27 10:56:17 + Log: Rework and fix docs for %+, %- and re::Tie::Hash::NamedCapture. + Branch: perl + ! ext/re/lib/re/Tie/Hash/NamedCapture.pm pod/perlvar.pod +____________________________________________________________________________ +[ 30414] By: craigb on 2007/02/27 01:41:31 + Log: On VMS, use the normal executable file extension for the copy of + Perl used to run the test suite. Not doing so was confusing + some of the Module::Build tests. + Branch: perl + ! vms/descrip_mms.template vms/test.com +____________________________________________________________________________ +[ 30413] By: rgs on 2007/02/26 17:10:33 + Log: Subject: Re: [perl #41565] qr// memory corruption + From: demerphq + Date: Mon, 26 Feb 2007 16:45:23 +0100 + Message-ID: <9b18b3110702260745u373980e8x19ba3afdf33bd424@mail.gmail.com> + Branch: perl + ! ext/re/t/regop.t regcomp.c regexec.c +____________________________________________________________________________ +[ 30412] By: rgs on 2007/02/26 16:49:45 + Log: Subject: Re: Regexp recursion limit too low? + From: demerphq + Date: Thu, 15 Feb 2007 17:22:16 +0100 + Message-ID: <9b18b3110702150822o13a4f240g86463c60e625fb8f@mail.gmail.com> + Branch: perl + ! regexec.c regexp.h +____________________________________________________________________________ +[ 30411] By: steveh on 2007/02/26 13:45:23 + Log: Bump $Win32API::File::VERSION for change #30409 + Branch: perl + ! ext/Win32API/File/File.pm +____________________________________________________________________________ +[ 30410] By: craigb on 2007/02/26 13:36:41 + Log: In configure.com, include the Win32 extensions in $Config{known_extensions}, + but not it $Config{extensions}. This way t/TEST knows to exclude them. + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 30409] By: steveh on 2007/02/26 13:27:58 + Log: Subject: [PATCH] Re: [PATCH] Re: Win32 modules & cygwin + From: "Yitzchak Scott-Thoennes" + Date: Mon, 26 Feb 2007 00:45:10 -0800 (PST) + Message-ID: <1300.63.226.247.142.1172479510.squirrel@63.226.247.142> + + (Stops Win32* extension tests from being run when the + corresponding extensions haven't been built) + Branch: perl + ! ext/Win32API/File/t/file.t ext/Win32API/File/t/tie.t + ! ext/Win32CORE/t/win32core.t +____________________________________________________________________________ +[ 30408] By: nicholas on 2007/02/26 11:59:27 + Log: Update the FSF's address. Plus some other whitespace and NON-WHITESPACE + changes that have crept into the GPL v2. + Branch: perl + ! README emacs/cperl-mode.el lib/Tie/File.pm pod/perlgpl.pod +____________________________________________________________________________ +[ 30407] By: nicholas on 2007/02/26 11:07:06 + Log: Fix bug #41550 - AUTOLOAD :lvalue not working the same in blead as in + 5.8.8 (a code example from "Extending and Embedding Perl") + Branch: perl + ! op.h t/op/sub_lval.t +____________________________________________________________________________ +[ 30406] By: nicholas on 2007/02/26 09:33:15 + Log: Convert t/op/sub_lval.t to test.pl + Branch: perl + ! t/op/sub_lval.t +____________________________________________________________________________ +[ 30405] By: rgs on 2007/02/26 06:59:44 + Log: Module::Pluggable wasn't in the maintainers list + Branch: perl + ! Porting/Maintainers.pl +____________________________________________________________________________ +[ 30404] By: rgs on 2007/02/26 06:57:22 + Log: Add a version number to Module::Pluggable::Object and + bump the version number of Module::Pluggable + Branch: perl + ! lib/Module/Pluggable.pm lib/Module/Pluggable/Object.pm +____________________________________________________________________________ +[ 30403] By: craigb on 2007/02/26 04:35:18 + Log: In perlport, refine description of eight-level directory depth + limitation on older VMS systems and add example of how to tell + when we're in trouble. + Branch: perl + ! pod/perlport.pod +____________________________________________________________________________ +[ 30402] By: craigb on 2007/02/26 01:08:07 + Log: Assorted updates to vms/vms.c to fix compiler errors on VAX. + Branch: perl + ! vms/vms.c +____________________________________________________________________________ +[ 30401] By: craigb on 2007/02/26 01:06:30 + Log: One more longdouble nit for configure.com, following 30217, 30325, and 30329. + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 30400] By: craigb on 2007/02/26 00:42:30 + Log: Module::Pluggable::Object::search_paths portability update prompted by + VMS test failures. Patch also submitted to CPAN RT queue at + . + Branch: perl + ! lib/Module/Pluggable/Object.pm + ! lib/Module/Pluggable/t/20dodgy_files.t +____________________________________________________________________________ +[ 30399] By: rgs on 2007/02/25 17:00:26 + Log: Subject: [PATCH] sigtrap.pm (handler_traceback): do not clobber $_ + From: Alexey Tourbin + Date: Sat, 24 Feb 2007 21:24:32 +0300 + Message-ID: <20070224182432.GA14446@localhost.localdomain> + Branch: perl + ! lib/sigtrap.pm +____________________________________________________________________________ +[ 30398] By: rgs on 2007/02/25 16:44:52 + Log: Subject: [perl #41560] [PATCH] crash in Perl_vmess when GvIOp is null + From: "Devin Heitmueller" (via RT) + Date: Tue, 20 Feb 2007 16:38:20 -0800 + Message-ID: + Branch: perl + ! util.c +____________________________________________________________________________ +[ 30397] By: rgs on 2007/02/25 16:19:07 + Log: Subject: Re: [perl #41513] (parsing?)problem when using a '/' followed by a Switch statement + From: "Wolfgang Laun" + Date: Sat, 24 Feb 2007 15:08:44 +0100 + Message-ID: <17de7ee80702240608n1411ef67xcdd1ffb238742bc1@mail.gmail.com> + Branch: perl + ! lib/Switch.pm +____________________________________________________________________________ +[ 30396] By: rgs on 2007/02/25 15:29:20 + Log: - Use the same regexp as in change #30395 to parse subroutine + declarations + - Make SelfLoader strict-compliant + - Constant fold debug code out + Branch: perl + ! lib/SelfLoader.pm +____________________________________________________________________________ +[ 30395] By: rgs on 2007/02/25 15:04:17 + Log: Factorize three regexps into one, using new regexp features + (with some help from Yves Orton). (Now the compatibilty of this + module with 5.8.x perls is doomed.) + Branch: perl + ! lib/AutoSplit.pm +____________________________________________________________________________ +[ 30394] By: rgs on 2007/02/25 14:42:11 + Log: Don't clobber $_ by using "my $_". Potential bug found by Alexey Tourbin. + Branch: perl + ! lib/AutoSplit.pm +____________________________________________________________________________ +[ 30393] By: craigb on 2007/02/25 00:54:14 + Log: Add a comment to mg.c to clarify that words like "raise" and + "pending" in the context of Perl's deferred signals bear only + an analogous relationship to the underlying signal mechanism. + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 30392] By: craigb on 2007/02/24 21:52:23 + Log: Update descriptions of long-running ops and non-deferrable + signals in perlipc.pod. + Branch: perl + ! pod/perlipc.pod +____________________________________________________________________________ +[ 30391] By: rgs on 2007/02/24 15:55:06 + Log: Subject: [PATCH] ExtUtils/Constant/Base.pm: use constant folding to eliminated dead code + From: Alexey Tourbin + Date: Sat, 24 Feb 2007 15:52:23 +0300 + Message-ID: <20070224125223.GA17227@localhost.localdomain> + Branch: perl + ! lib/ExtUtils/Constant/Base.pm +____________________________________________________________________________ +[ 30390] By: rgs on 2007/02/24 15:48:49 + Log: Subject: [PATCH] ExtUtils/MM_Unix.pm (fixin): do not clobber $/ + From: Alexey Tourbin + Date: Sat, 24 Feb 2007 15:38:58 +0300 + Message-ID: <20070224123858.GA11434@localhost.localdomain> + Branch: perl + ! lib/ExtUtils/MM_Unix.pm +____________________________________________________________________________ +[ 30389] By: rgs on 2007/02/24 15:42:45 + Log: Subject: [PATCH] perlio.c (PerlIO_tmpfile): fix memory leak + From: Alexey Tourbin + Date: Sat, 24 Feb 2007 14:47:35 +0300 + Message-ID: <20070224114735.GA3454@localhost.localdomain> + Branch: perl + ! perlio.c +____________________________________________________________________________ +[ 30388] By: rgs on 2007/02/24 09:53:56 + Log: Add a new test for undef and delete on stash entries that + are bound to subroutines or methods. Based on a test by + Robert 'phaylon' Sedlacek. + Branch: perl + + t/op/symbolcache.t + ! MANIFEST +____________________________________________________________________________ +[ 30387] By: rgs on 2007/02/24 09:29:20 + Log: C should not warn. Don't make scan_ident test for + ambiguous unary ops when the following token is a hash identifier. + (like with scalars and arrays) + Branch: perl + ! t/lib/warnings/toke toke.c +____________________________________________________________________________ +[ 30386] By: rgs on 2007/02/24 09:04:10 + Log: Indexing and POD fixes + Branch: perl + ! pod/perlop.pod +____________________________________________________________________________ +[ 30385] By: rgs on 2007/02/24 08:51:29 + Log: Subject: [PATCH] perlretut.pod, 2nd version + From: Wolfgang Laun + Date: Thu, 22 Feb 2007 09:36:19 +0100 + Message-ID: <45DD5603.1040402@thalesgroup.com> + Branch: perl + ! pod/perlretut.pod +____________________________________________________________________________ +[ 30384] By: rgs on 2007/02/24 07:22:05 + Log: At least, fix the MakeMaker build_man tests. + Branch: perl + ! lib/ExtUtils/t/build_man.t +____________________________________________________________________________ +[ 30383] By: rgs on 2007/02/23 18:19:32 + Log: Subject: [PATCH blead] Re: [perl #41546] perl 5.8.x bug: overloaded 'eq' does not work with 'nomethod' + From: Rick Delaney + Date: Wed, 21 Feb 2007 16:53:16 -0500 + Message-ID: <20070221215316.GF5646@bort.ca> + Branch: perl + ! gv.c lib/overload.t +____________________________________________________________________________ +[ 30382] By: rgs on 2007/02/22 18:29:18 + Log: Reinstate tests removed by change #30381, but don't + "use Config" in the test, because that will overwrite + %main::Config with the real Config hash, not the fake + one from MakeMaker. + Branch: perl + ! lib/ExtUtils/t/build_man.t +____________________________________________________________________________ +[ 30381] By: stevep on 2007/02/22 18:09:06 + Log: Revert changes to lib/ExtUtils/t/build_man.t from change + #30380. The changes in that test write to the now + readonly %Config. + Branch: perl + ! lib/ExtUtils/t/build_man.t +____________________________________________________________________________ +[ 30380] By: stevep on 2007/02/22 14:36:27 + Log: Upgrade to ExtUtils-MakeMaker-6.32. Included a version + bump to ExtUtils::MakeMaker to 6.32_01 because changes + #29266 and #29583 were missing from the new release. + Branch: perl + ! 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/FAQ.pod lib/ExtUtils/MakeMaker/bytes.pm + ! lib/ExtUtils/MakeMaker/vmsish.pm lib/ExtUtils/Mkbootstrap.pm + ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/t/build_man.t + ! lib/ExtUtils/testlib.pm +____________________________________________________________________________ +[ 30379] By: steveh on 2007/02/22 09:09:31 + Log: Subject: [PATCH] Re: Win32 modules & cygwin + From: "Yitzchak Scott-Thoennes" + Date: Tue, 20 Feb 2007 01:50:18 -0800 (PST) + Message-ID: <1254.67.42.109.122.1171965018.squirrel@67.42.109.122> + + Also includes integration & deletion of win32/ext/Win32API to + ext/Win32API, and addition of copyright message and corrections to + spacing/tabbing as suggested by Jan Dubois. + Branch: perl + + ext/Win32API/File/t/file.t ext/Win32CORE/Makefile.PL + + ext/Win32CORE/Win32CORE.c ext/Win32CORE/Win32CORE.pm + + ext/Win32CORE/t/win32core.t + +> ext/Win32API/File/Changes + +> ext/Win32API/File/ExtUtils/Myconst2perl.pm + +> ext/Win32API/File/File.pm ext/Win32API/File/File.xs + +> ext/Win32API/File/Makefile.PL ext/Win32API/File/README + +> ext/Win32API/File/buffers.h ext/Win32API/File/cFile.h + +> ext/Win32API/File/cFile.pc ext/Win32API/File/const2perl.h + +> ext/Win32API/File/t/tie.t ext/Win32API/File/typemap + - win32/ext/Win32API/File/Changes + - win32/ext/Win32API/File/ExtUtils/Myconst2perl.pm + - win32/ext/Win32API/File/File.pm + - win32/ext/Win32API/File/File.xs + - win32/ext/Win32API/File/Makefile.PL + - win32/ext/Win32API/File/README + - win32/ext/Win32API/File/buffers.h + - win32/ext/Win32API/File/cFile.h + - win32/ext/Win32API/File/cFile.pc + - win32/ext/Win32API/File/const2perl.h + - win32/ext/Win32API/File/t/file.t + - win32/ext/Win32API/File/t/tie.t + - win32/ext/Win32API/File/typemap + ! Configure MANIFEST Porting/Maintainers.pl cygwin/cygwin.c + ! hints/cygwin.sh mkppport.lst win32/FindExt.pm win32/Makefile + ! win32/config_sh.PL win32/makefile.mk win32/win32.c +____________________________________________________________________________ +[ 30378] By: stevep on 2007/02/21 17:50:37 + Log: Upgrade to CPAN-1.88_77. + Branch: perl + ! lib/CPAN.pm +____________________________________________________________________________ +[ 30376] By: rgs on 2007/02/21 17:33:54 + Log: Subject: [PATCH] Re: [PATCH] Test with Errno in autouse.t + From: "Jerry D. Hedden" + Date: Wed, 21 Feb 2007 09:27:20 -0800 (PST) + Message-ID: <619324.6794.qm@web30207.mail.mud.yahoo.com> + Branch: perl + ! lib/autouse.t +____________________________________________________________________________ +[ 30375] By: steveh on 2007/02/21 13:36:14 + Log: Remove unreferenced local variable + Branch: perl + ! ext/threads/threads.pm ext/threads/threads.xs +____________________________________________________________________________ +[ 30374] By: steveh on 2007/02/21 08:40:18 + Log: Fix Win32 compilation error following #30372 + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 30373] By: craigb on 2007/02/21 01:55:37 + Log: Fix VMS exit handling broken in Test::Harness 2.64. Also + submitted as http://rt.cpan.org/Public/Bug/Display.html?id=24985 + on CPAN RT queue. + Branch: perl + ! lib/Test/Harness/Results.pm lib/Test/Harness/Straps.pm +____________________________________________________________________________ +[ 30372] By: stevep on 2007/02/20 13:24:38 + Log: Silence a couple of compile warnings. + Branch: perl + ! regcomp.c regexec.c +____________________________________________________________________________ +[ 30371] By: rgs on 2007/02/20 11:05:15 + Log: Some INSTALL nits by Andy Dougherty + Branch: perl + ! INSTALL +____________________________________________________________________________ +[ 30370] By: rgs on 2007/02/20 10:44:44 + Log: Skip test when Encode isn't built + (noticed by Jerry D. Hedden) + Branch: perl + ! ext/PerlIO/encoding/t/nolooping.t +____________________________________________________________________________ +[ 30369] By: rgs on 2007/02/20 10:39:52 + Log: Subject: [PATCH] Test with Errno in autouse.t + From: "Jerry D. Hedden" + Date: Sun, 18 Feb 2007 09:09:23 -0800 (PST) + Message-ID: <834019.44481.qm@web30203.mail.mud.yahoo.com> + Branch: perl + ! lib/autouse.t +____________________________________________________________________________ +[ 30368] By: rgs on 2007/02/20 09:31:59 + Log: A few nits to perlfunc/map. + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 30367] By: stevep on 2007/02/20 03:55:21 + Log: Subject: [PATCH] regexec.c: S_ stands for static + From: jhi@cc.hut.fi (Jarkko Hietaniemi) + Date: Tue, 20 Feb 2007 03:03:03 +0200 (EET) + Message-Id: <20070220010303.2380A43A67@anubis.hut.fi> + Branch: perl + ! regexec.c +____________________________________________________________________________ +[ 30366] By: stevep on 2007/02/20 03:52:37 + Log: Subject: [PATCH] dump.c: format fixes + From: jhi@cc.hut.fi (Jarkko Hietaniemi) + Date: Tue, 20 Feb 2007 03:00:50 +0200 (EET) + Message-Id: <20070220010050.CCDAF43A67@anubis.hut.fi> + Branch: perl + ! dump.c +____________________________________________________________________________ +[ 30365] By: nicholas on 2007/02/19 23:58:53 + Log: Avoid *some* g++ errors. (But not all yet) + Branch: perl + ! sv.c warnings.h warnings.pl +____________________________________________________________________________ +[ 30362] By: stevep on 2007/02/19 20:51:10 + Log: Subject: [PATCH] blead (honestly :-) g++ with -DPERL_GLOBAL_STRUCT_PRIVATE needs tweaking + From: jhi@cc.hut.fi (Jarkko Hietaniemi) + Date: Mon, 19 Feb 2007 19:41:07 +0200 (EET) + Message-Id: <20070219174107.63EEB43A67@anubis.hut.fi> + + Plus a regen picked up changes in pod/perlapi.pod related to change + #30347. + Branch: perl + ! opcode.h opcode.pl pod/perlapi.pod sv.c util.c +____________________________________________________________________________ +[ 30361] By: stevep on 2007/02/19 19:42:47 + Log: Upgrade to CPAN-1.88_76 + Branch: perl + ! lib/CPAN.pm +____________________________________________________________________________ +[ 30360] By: stevep on 2007/02/19 19:27:27 + Log: Subject: [PATCH] integrate bignum 0.19 + From: Tels + Date: Sat, 3 Feb 2007 13:42:20 +0100 + Message-Id: <200702031342.21634@bloodgate.com> + Branch: perl + ! lib/bigint.pm lib/bignum.pm lib/bignum/t/bigint.t + ! lib/bigrat.pm +____________________________________________________________________________ +[ 30359] By: stevep on 2007/02/19 19:23:03 + Log: Subject: [PATCH] Integrate BigRat 0.17 + From: Tels + Date: Sat, 3 Feb 2007 13:10:57 +0100 + Message-Id: <200702031310.58656@bloodgate.com> + Branch: perl + ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigrat.t +____________________________________________________________________________ +[ 30358] By: stevep on 2007/02/19 19:15:15 + Log: Subject: [PATCH] integrate Math::BigInt 1.79 and Math::BigInt::FastCalc 0.11 + From: Tels + Date: Fri, 2 Feb 2007 15:37:36 +0100 + Message-Id: <200702021537.38442@bloodgate.com> + + Subject: Re: [PATCH] integrate Math::BigInt 1.79 and Math::BigInt::FastCalc 0.11 + From: Tels + Date: Tue, 6 Feb 2007 20:18:48 +0100 + Message-Id: <200702062019.05487@bloodgate.com> + + Also, a fix for @INC in lib/Math/BigInt/t/calling.t + + Additional tests to perform Pod and Pod coverage testing + were left out based on removal of similar test files previously. + Branch: perl + ! ext/Math/BigInt/FastCalc/FastCalc.pm + ! ext/Math/BigInt/FastCalc/Makefile.PL lib/Math/BigFloat.pm + ! lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm + ! lib/Math/BigInt/t/alias.inc lib/Math/BigInt/t/bare_mbf.t + ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc + ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t + ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t + ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/sub_mbf.t + ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.inc + ! lib/Math/BigInt/t/upgrade.t lib/Math/BigInt/t/with_sub.t + ! t/lib/Math/BigInt/BareCalc.pm t/lib/Math/BigInt/Scalar.pm + ! t/lib/Math/BigInt/Subclass.pm +____________________________________________________________________________ +[ 30357] By: rgs on 2007/02/19 18:23:51 + Log: Revert change #28980 per Jarkko's suggestion + (it was actually breaking g++ builds) + Branch: perl + ! ext/Encode/bin/enc2xs +____________________________________________________________________________ +[ 30352] By: rgs on 2007/02/19 13:41:41 + Log: Actually, only changes to regexec.c from #30081 needed to be reverted. + Branch: perl + ! ext/re/lib/re/Tie/Hash/NamedCapture.pm ext/re/re.pm regcomp.c +____________________________________________________________________________ +[ 30351] By: rgs on 2007/02/19 13:08:03 + Log: Revert change #30081 at dmq's request, and mark its tests + as TODO. (This should restore compilation with g++) + Branch: perl + ! ext/re/lib/re/Tie/Hash/NamedCapture.pm ext/re/re.pm regcomp.c + ! regexec.c t/op/pat.t +____________________________________________________________________________ +[ 30349] By: rgs on 2007/02/19 10:08:38 + Log: Add a cast for C++ compilation + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 30348] By: nicholas on 2007/02/18 20:07:39 + Log: More efficient to call newSV_type() then SvGROW() instead of newSV() + with a size then sv_upgrade(), as the latter calls sv_upgrade() twice. + Branch: perl + ! perl.c toke.c +____________________________________________________________________________ +[ 30347] By: nicholas on 2007/02/18 19:40:43 + Log: Add a new API function newSV_type, to replace the idiom: + sv = newSV(0); + sv_upgrade(sv, type); + Branch: perl + ! av.c embed.fnc embed.h global.sym gv.c hv.c mathoms.c op.c + ! pad.c perl.c pp.c pp_ctl.c pp_hot.c proto.h sv.c toke.c +____________________________________________________________________________ +[ 30346] By: nicholas on 2007/02/18 18:33:04 + Log: Properly handle the differences in hints in the optree with/without + use open; by adding the with-open hints to all the golden results, + and providing a new flag strip_open_hint to checkOptree(). + Branch: perl + ! ext/B/t/OptreeCheck.pm ext/B/t/optree_check.t + ! ext/B/t/optree_concise.t ext/B/t/optree_constants.t + ! ext/B/t/optree_misc.t ext/B/t/optree_samples.t + ! ext/B/t/optree_sort.t ext/B/t/optree_specials.t + ! ext/B/t/optree_varinit.t +____________________________________________________________________________ +[ 30345] By: nicholas on 2007/02/18 17:56:13 + Log: newHV doesn't need to turn off POK or NOK, as they will default to not + being set. + Branch: perl + ! hv.c +____________________________________________________________________________ +[ 30344] By: nicholas on 2007/02/18 14:18:01 + Log: test.pl should locally increase $Level, rather than setting it to a + hard value, so that callers of like and unlike can present diagnostics + with the line number of their own caller. + Branch: perl + ! t/test.pl +____________________________________________________________________________ +[ 30343] By: craigb on 2007/02/18 03:54:46 + Log: Make vms/munchconfig.c able to take a list of substitutions from + a file so we don't overflow the command buffer on older systems. + Branch: perl + ! configure.com vms/munchconfig.c +____________________________________________________________________________ +[ 30342] By: craigb on 2007/02/17 22:40:51 + Log: Make configure.com's manifest checker more robust when handling files with + multiple dots that also have an underscore in the name (e.g., foo_bar.tar.gz). + Various archive utilities will create that as foo_bar_tar.gz or foo_bar.tar_gz, + at least on ODS-2 volumes. + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 30335] By: nicholas on 2007/02/17 14:12:07 + Log: Missed an aTHX_ in B's call to Perl_emulate_cop_io. + Missed that global.sym was modified. + Branch: perl + ! ext/B/B.xs global.sym +____________________________________________________________________________ +[ 30334] By: nicholas on 2007/02/17 12:39:17 + Log: Split the storage of the layers specificied by open.pm into one hint + for input, and one for output, as this better reflects how they are + used. The original "concatenate with \0" plan was really only a + compramise to avoid needing to increase every COP by 2 pointers. + Branch: perl + ! embed.fnc embed.h ext/B/B.xs ext/B/B/Concise.pm + ! ext/B/t/OptreeCheck.pm mg.c perl.h perlio.c proto.h +____________________________________________________________________________ +[ 30333] By: nicholas on 2007/02/16 23:54:33 + Log: Move all the cut&paste open TODO logic into OptreeCheck.pm, where it + should have been in the first place. Apply strict and warnings to + OptreeCheck.pm, and remove dead code they show up. + Branch: perl + ! ext/B/t/OptreeCheck.pm ext/B/t/optree_check.t + ! ext/B/t/optree_concise.t ext/B/t/optree_constants.t + ! ext/B/t/optree_misc.t ext/B/t/optree_samples.t + ! ext/B/t/optree_sort.t ext/B/t/optree_specials.t + ! ext/B/t/optree_varinit.t +____________________________________________________________________________ +[ 30332] By: stevep on 2007/02/16 20:19:16 + Log: Subject: [perl #41521] Fix for IO::Socket send method + From: "Todd C. Miller" (via RT) + Date: Fri, 16 Feb 2007 11:26:45 -0800 + Message-ID: + Branch: perl + ! ext/IO/lib/IO/Socket.pm +____________________________________________________________________________ +[ 30331] By: steveh on 2007/02/16 18:14:58 + Log: Fix Win32 build after unusual breakage caused by #30327 + (Boy, did that take some tracking down!) + Branch: perl + ! win32/config_h.PL +____________________________________________________________________________ +[ 30330] By: rgs on 2007/02/16 15:38:39 + Log: Update Changes + Branch: perl + ! Changes +____________________________________________________________________________ +[ 30329] By: craigb on 2007/02/16 14:41:18 + Log: In configure.com, put the "use" back in useieee (typo in #30325) + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 30327] By: rgs on 2007/02/16 10:30:57 + Log: Avoid to run config_h.SH twice during configuration. + Branch: perl + ! cflags.SH config_h.SH +____________________________________________________________________________ +[ 30325] By: craigb on 2007/02/16 00:43:07 + Log: In configure.com, further disambiguate -Duselongdouble and its + prerequisites from other 64-bit options. + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 30317] By: rgs on 2007/02/15 14:16:56 + Log: Hakim Cassimally is the new maintainer of the Perldoc modules + Branch: perl + ! Porting/Maintainers.pl +____________________________________________________________________________ +[ 30315] By: rgs on 2007/02/15 13:10:31 + Log: Subject: Re: Patch for Deep recursion in B::Deparse + From: Ash Berlin + Date: Thu, 15 Feb 2007 10:47:15 +0000 + Message-ID: <45D43A33.6070101@firemirror.com> + Branch: perl + ! ext/B/B/Deparse.pm +____________________________________________________________________________ +[ 30313] By: rgs on 2007/02/15 12:39:46 + Log: Subject: Re: [perl #41491] Incorrect regexp warning. + From: demerphq + Date: Thu, 15 Feb 2007 12:07:40 +0100 + Message-ID: <9b18b3110702150307t21b5efd2jfdeebccdff9175b1@mail.gmail.com> + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 30310] By: rgs on 2007/02/15 09:34:01 + Log: Subject: [PATCH] Use newer 'threads' constructs + From: "Jerry D. Hedden" + Date: Mon, 12 Feb 2007 12:04:33 -0800 (PST) + Message-ID: <844555.64815.qm@web30202.mail.mud.yahoo.com> + Branch: perl + ! ext/XS/APItest/t/my_cxt.t ext/threads/shared/t/blessed.t + ! ext/threads/shared/t/cond.t ext/threads/shared/t/hv_refs.t + ! ext/threads/threads.xs lib/Thread/Queue.t lib/perl5db.pl + ! pod/perlapi.pod pod/perlxs.pod sv.c t/op/threads.t +____________________________________________________________________________ +[ 30298] By: nicholas on 2007/02/14 20:59:02 + Log: There's no need to special case SVt_NULL in the print code, as it's + only 0.01% of the cases called, and the call to SvPV_const() will + issue the same warning and return the same empty string result for us. + Unfortunately changing the switch statement to an if results in lots of + whitespace changes, hence this change appears much larger than it is. + Branch: perl + ! doio.c +____________________________________________________________________________ +[ 30293] By: rgs on 2007/02/14 17:29:53 + Log: Allow to override MAX_RECURSE_EVAL_NOCHANGE_DEPTH, + introduced in change 28939 (this should be documented) + Branch: perl + ! regexp.h +____________________________________________________________________________ +[ 30280] By: mhx on 2007/02/14 13:23:50 + Log: Upgrade to Devel::PPPort 3.11 + Branch: perl + ! ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS + ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort_pm.PL + ! ext/Devel/PPPort/PPPort_xs.PL ext/Devel/PPPort/README + ! ext/Devel/PPPort/TODO ext/Devel/PPPort/apicheck_c.PL + ! ext/Devel/PPPort/mktests.PL ext/Devel/PPPort/module2.c + ! ext/Devel/PPPort/module3.c ext/Devel/PPPort/parts/apicheck.pl + ! ext/Devel/PPPort/parts/inc/MY_CXT + ! ext/Devel/PPPort/parts/inc/SvPV + ! ext/Devel/PPPort/parts/inc/SvREFCNT + ! ext/Devel/PPPort/parts/inc/Sv_set + ! ext/Devel/PPPort/parts/inc/call ext/Devel/PPPort/parts/inc/cop + ! ext/Devel/PPPort/parts/inc/exception + ! ext/Devel/PPPort/parts/inc/format + ! ext/Devel/PPPort/parts/inc/grok + ! ext/Devel/PPPort/parts/inc/limits + ! ext/Devel/PPPort/parts/inc/mPUSH + ! ext/Devel/PPPort/parts/inc/magic + ! ext/Devel/PPPort/parts/inc/memory + ! ext/Devel/PPPort/parts/inc/misc + ! ext/Devel/PPPort/parts/inc/newCONSTSUB + ! ext/Devel/PPPort/parts/inc/newRV + ! ext/Devel/PPPort/parts/inc/podtest + ! ext/Devel/PPPort/parts/inc/ppphbin + ! ext/Devel/PPPort/parts/inc/ppphdoc + ! ext/Devel/PPPort/parts/inc/ppphtest + ! ext/Devel/PPPort/parts/inc/pvs + ! ext/Devel/PPPort/parts/inc/snprintf + ! ext/Devel/PPPort/parts/inc/strlfuncs + ! ext/Devel/PPPort/parts/inc/sv_xpvf + ! ext/Devel/PPPort/parts/inc/threads + ! ext/Devel/PPPort/parts/inc/uv + ! ext/Devel/PPPort/parts/inc/variables + ! ext/Devel/PPPort/parts/inc/version + ! ext/Devel/PPPort/parts/inc/warn + ! ext/Devel/PPPort/parts/ppptools.pl ext/Devel/PPPort/soak + ! ext/Devel/PPPort/typemap +____________________________________________________________________________ +[ 30278] By: merijn on 2007/02/14 07:54:59 + Log: Subject: Re: [PATCH] Document that m//k works + From: demerphq + Date: Tue, 13 Feb 2007 22:04:54 +0100 + Message-ID: <9b18b3110702131304q370f3530j463c1a59c5ac1dfe@mail.gmail.com> + Branch: perl + + t/op/regexp_pmod.t + - t/op/regexp_kmod.t + ! MANIFEST ext/re/t/re_funcs.t pod/perlop.pod pod/perlre.pod + ! pod/perlvar.pod regexp.h +____________________________________________________________________________ +[ 30277] By: nicholas on 2007/02/14 00:04:54 + Log: Change 30276 wasn't meant do mess with t/lib/common.pl. Oops. + Undo the mistake. + Branch: perl + ! t/lib/common.pl +____________________________________________________________________________ +[ 30268] By: nicholas on 2007/02/13 20:11:53 + Log: Invoke minitrue to ensure that my spelling had always been correct. + [We] thank Big Brother for raising the chocolate ration to twenty + grammes a week. + Branch: perl + ! Changes +____________________________________________________________________________ +[ 30267] By: merijn on 2007/02/13 20:11:08 + Log: Subject: Re: Segmentation fault at undeclared for loop variable + From: Robin Houston + Date: Tue, 13 Feb 2007 16:50:08 +0000 + Message-Id: + Branch: perl + ! op.c +____________________________________________________________________________ +[ 30265] By: merijn on 2007/02/13 19:43:15 + Log: Subject: [PATCH] add hooks for capture buffers into regex engine. + From: demerphq + Date: Tue, 13 Feb 2007 20:27:33 +0100 + Message-ID: <9b18b3110702131127q79cc6df1lb1480d9a40d15213@mail.gmail.com> + Branch: perl + ! embed.fnc embed.h ext/re/re.xs ext/re/re_top.h mg.c perl.h + ! proto.h regcomp.c regcomp.h regexp.h +____________________________________________________________________________ +[ 30264] By: merijn on 2007/02/13 19:36:56 + Log: Subject: Re: [perl #41491] Incorrect regexp warning. + From: demerphq + Date: Tue, 13 Feb 2007 19:09:17 +0100 + Message-ID: <9b18b3110702131009l6a0867a3m8317c9d62328f834@mail.gmail.com> + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 30258] By: steveh on 2007/02/13 16:02:42 + Log: Vadim did the static build change + Branch: perl + ! pod/perl595delta.pod +____________________________________________________________________________ +[ 30257] By: rgs on 2007/02/13 15:30:12 + Log: A few more details in perldelta + Branch: perl + ! pod/perl595delta.pod +____________________________________________________________________________ +[ 30256] By: stevep on 2007/02/13 15:23:00 + Log: Upgrade to CPAN-1.88_72 + Branch: perl + ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm + ! lib/CPAN/Queue.pm lib/CPAN/Tarzip.pm +____________________________________________________________________________ +[ 30255] By: nicholas on 2007/02/13 14:22:32 + Log: Change 26487 left some debugging code in, and through the wonders of + autovivification, that code actually introduced a bug, most easily + visible for the for the non-5.9.x case. + Branch: perl + ! ext/B/t/optree_constants.t lib/constant.pm +____________________________________________________________________________ +[ 30254] By: stevep on 2007/02/13 03:19:05 + Log: Subject: [PATCH] Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.70.tar.gz + From: John Peacock + Date: Mon, 12 Feb 2007 21:51:23 -0500 + Message-ID: <45D127AB.3050904@rowman.com> + Branch: perl + ! lib/version.pm lib/version.pod lib/version.t util.c +____________________________________________________________________________ +[ 30240] By: nicholas on 2007/02/12 20:29:43 + Log: Integrate: + [ 29832] + Avoid a SEGV in DBI's test suite, discovered by Andreas. + Probably need to go through and audit to see if there are analagous + places that need tweaking. + Branch: perl + !> perl.c +____________________________________________________________________________ +[ 30236] By: merijn on 2007/02/12 18:33:45 + Log: Subject: Re: [perl #41492] Incorrect match with /(?(DEFINE)(? (?&B)+)(? a))/ + From: demerphq + Date: Mon, 12 Feb 2007 19:15:33 +0100 + Message-ID: <9b18b3110702121015o1c84ff6hfd69cfa645fae0bf@mail.gmail.com> + Branch: perl + ! regexec.c t/op/re_tests +____________________________________________________________________________ +[ 30235] By: nicholas on 2007/02/12 18:25:07 + Log: Integrate: + [ 24458] + Fix from Steve Peters + + [ 24464] + Subject: RE: 5.8.7-tobe fails to compile on AIX 4.3.3 + From: "Jan Dubois" + Message-Id: <200505131921.j4DJLgG5007986@smtp3.ActiveState.com> + Date: Fri, 13 May 2005 12:21:40 -0700 + + + and then regenerate reentr.h, with the , no longer inside + REENTR_MEMZERO(). This keeps macros looking like functions. + Branch: perl + ! reentr.h + !> reentr.pl +____________________________________________________________________________ +[ 30234] By: merijn on 2007/02/12 17:46:46 + Log: Subject: Re: [PATCH - provisional] H. Merijn Brands idea of buffer numbering. + From: Paul Johnson + Date: Sat, 10 Feb 2007 23:10:31 +0100 + Message-ID: <20070210221031.GB31280@pjcj.net> + Branch: perl + ! README.hpux pod/perlre.pod +____________________________________________________________________________ +[ 30233] By: rgs on 2007/02/12 17:00:09 + Log: Skip this test if "use open" fails due to an unknown encoding + Branch: perl + ! ext/PerlIO/encoding/t/nolooping.t +____________________________________________________________________________ +[ 30229] By: rgs on 2007/02/12 15:31:56 + Log: Un-TODO tests avec change #30228 + Branch: perl + ! t/comp/parser.t +____________________________________________________________________________ +[ 30228] By: rgs on 2007/02/12 15:27:31 + Log: Subject: Re: PL_copline inconsistency + From: Rick Delaney + Date: Sat, 27 Jan 2007 20:29:02 -0500 + Message-ID: <20070128012902.GA21572@bort.ca> + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 30221] By: nicholas on 2007/02/12 10:52:28 + Log: Note why storing a reference as an integer in %^H is not threadsafe. + Branch: perl + ! pod/perlpragma.pod +____________________________________________________________________________ +[ 30220] By: rgs on 2007/02/12 09:05:38 + Log: Document that m//k works, by Ævar Arnfjörð Bjarmason + Branch: perl + ! pod/perlop.pod +____________________________________________________________________________ +[ 30219] By: steveh on 2007/02/12 09:04:41 + Log: Apply #30197 to win32/makefile.mk too + Branch: perl + ! win32/makefile.mk +____________________________________________________________________________ +[ 30218] By: rgs on 2007/02/12 09:01:30 + Log: FAQ sync + Branch: perl + ! 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 +____________________________________________________________________________ +[ 30217] By: craigb on 2007/02/11 23:52:35 + Log: Check for the presence of signbit() on VMS. It currently only works + on IEEE double, not IEEE long double or any other floating point format. + Also, begin to disentangle -Duselongdouble configuration support from + its other 64-bit brethren. + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 30216] By: craigb on 2007/02/11 23:48:46 + Log: In vms/vms.c's declaration of the LIB$INITIALIZE psect, try to get + all of the attributes we need without any of the ones we don't, and + try to be friendly to older compilers without too much damage to + readability. Thanks to Saku Setala for the problem report. + Branch: perl + ! vms/vms.c +____________________________________________________________________________ +[ 30215] By: rgs on 2007/02/11 17:29:04 + Log: Another tiny typo in File::Copy (found by Ruud.) + Branch: perl + ! lib/File/Copy.pm +____________________________________________________________________________ +[ 30214] By: rgs on 2007/02/11 17:23:51 + Log: Explicitly load PerlIO::encoding when testing it. + (so we know what we're testing) + Branch: perl + ! ext/PerlIO/encoding/t/nolooping.t +____________________________________________________________________________ +[ 30213] By: rgs on 2007/02/11 17:13:44 + Log: Subject: Re: [perl #41442] segfault (dead loop) with Encoding, use open :locale, print STDERR + From: Slaven Rezic + Date: 05 Feb 2007 23:04:07 +0100 + Message-ID: <87veiggt2g.fsf@biokovo.herceg.de> + Branch: perl + + ext/PerlIO/encoding/t/nolooping.t + ! MANIFEST ext/PerlIO/encoding/encoding.pm + ! ext/PerlIO/encoding/encoding.xs +____________________________________________________________________________ +[ 30212] By: rgs on 2007/02/11 16:26:47 + Log: Convert new test to using t/test.pl. + (No idea where it could fit better. And since it uses the stack, + it's a bit fragile) + Branch: perl + ! t/op/qrstack.t +____________________________________________________________________________ +[ 30211] By: rgs on 2007/02/11 16:20:15 + Log: Subject: [perl #41484] qr// stack bug + From: knew-p5p@pimb.org (via RT) + Date: Sat, 10 Feb 2007 19:32:17 -0800 + Message-ID: + Branch: perl + + t/op/qrstack.t + ! MANIFEST pp_hot.c +____________________________________________________________________________ +[ 30200] By: merijn on 2007/02/10 20:41:31 + Log: Subject: Re: [NL-PM] Fw: [PATCH - provisional] H. Merijn Brands idea of buffer numbering. + From: demerphq + Date: Sat, 10 Feb 2007 21:31:55 +0100 + Message-ID: <9b18b3110702101231j5e91cc20g780a8c581af02dd5@mail.gmail.com> + Branch: perl + ! regcomp.c t/op/pat.t +____________________________________________________________________________ +[ 30197] By: nicholas on 2007/02/10 19:35:09 + Log: Subject: [PATCH] Defend against cmd.exe stupidity (on Win2k at least) + From: demerphq + Message-ID: <9b18b3110702101100n76f65136ke65113bf0dbd01f@mail.gmail.com> + Date: Sat, 10 Feb 2007 20:00:10 +0100 + Branch: perl + ! win32/Makefile +____________________________________________________________________________ +[ 30195] By: nicholas on 2007/02/10 18:51:31 + Log: These casts to GV are no longer needed. + Branch: perl + ! pp.c +____________________________________________________________________________ +[ 30192] By: merijn on 2007/02/10 17:22:04 + Log: Subject: [PATCH] signbit detection (was [perl #39875] -0.0 loses signedness upon numeric comparison) + From: Andy Dougherty + Date: Fri, 9 Feb 2007 11:40:51 -0500 (EST) + Message-ID: + Branch: perl + ! Configure Porting/Glossary config_h.SH embed.fnc embed.h + ! global.sym numeric.c perl.h pod/perlapi.pod proto.h +____________________________________________________________________________ +[ 30188] By: nicholas on 2007/02/09 23:36:46 + Log: Fix Pod errors. + Branch: perl + ! README.mpeix gv.c pod/perl595delta.pod pod/perlapi.pod +____________________________________________________________________________ +[ 30184] By: merijn on 2007/02/09 20:06:44 + Log: Subject: Re: [NL-PM] Fw: [PATCH - provisional] H. Merijn Brands idea of buffer numbering. + From: demerphq + Date: Fri, 9 Feb 2007 20:40:17 +0100 + Message-ID: <9b18b3110702091140k12d60712uf9fffbf77141247c@mail.gmail.com> + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 30183] By: nicholas on 2007/02/09 19:39:45 + Log: Unknown formatting code U<> spotted by Jesse - presumably it should be + L<> + Branch: perl + ! pod/perlfaq1.pod +____________________________________________________________________________ +[ 30178] By: nicholas on 2007/02/09 12:20:49 + Log: Update the lists of files that makerel needs to process. Remove the + "used only once" warning. + Branch: perl + ! Porting/makerel +____________________________________________________________________________ +[ 30177] By: craigb on 2007/02/08 18:42:44 + Log: Switch from Carp to plain old warn in vms/ext/XSSymSet.pm + because Carp now in some cases depends on things that may not + be available from miniperl or before extensions are built. + Branch: perl + ! vms/ext/XSSymSet.pm +____________________________________________________________________________ +[ 30172] By: rgs on 2007/02/08 14:14:25 + Log: Typo fix, by John P. Linderman + Branch: perl + ! lib/File/Copy.pm +____________________________________________________________________________ +[ 30171] By: nicholas on 2007/02/08 13:46:31 + Log: Subject: [PATCH] Re: Change 29193 is a regression + From: Rick Delaney + Date: Thu, 8 Feb 2007 08:21:37 -0500 + Message-ID: <20070208132137.GA24202@bort.ca> + Branch: perl + ! pp_ctl.c t/op/taint.t +____________________________________________________________________________ +[ 30170] By: rgs on 2007/02/08 10:16:14 + Log: Remove dead code that was emitting warnings. + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 30169] By: merijn on 2007/02/08 08:19:24 + Log: Subject: Re: [PATCH - provisional] H. Merijn Brands idea of buffer numbering. + From: demerphq + Date: Wed, 7 Feb 2007 22:53:25 +0100 + Message-ID: <9b18b3110702071353l250d8a67x188c4e234e8905c7@mail.gmail.com> + Branch: perl + ! pod/perlre.pod regcomp.c t/op/re_tests +____________________________________________________________________________ +[ 30168] By: nicholas on 2007/02/07 23:54:53 + Log: opening $0 doesn't work if you change directory. So use test.pl + Branch: perl + ! t/op/taint.t +____________________________________________________________________________ +[ 30167] By: nicholas on 2007/02/07 23:49:44 + Log: TODO tests for eval of tainted scalars. (change 29193's regression) + Branch: perl + ! t/op/taint.t +____________________________________________________________________________ +[ 30157] By: stevep on 2007/02/07 14:56:05 + Log: Upgrade to Time-HiRes-1.9705 + Branch: perl + + ext/Time/HiRes/hints/linux.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 +____________________________________________________________________________ +[ 30156] By: rgs on 2007/02/07 13:58:10 + Log: Subject: [PATCH] Fix to Dynaloader.t for missing modules + From: "Jerry D. Hedden" + Date: Wed, 7 Feb 2007 05:18:43 -0800 (PST) + Message-ID: <618512.39885.qm@web30212.mail.mud.yahoo.com> + Branch: perl + ! ext/DynaLoader/t/DynaLoader.t +____________________________________________________________________________ +[ 30155] By: rgs on 2007/02/07 12:27:58 + Log: Subject: [PATCH hints/linux.sh] libdb may require pthread + From: Jonathan Stowe + Date: Wed, 07 Feb 2007 11:56:17 +0000 + Message-Id: <1170849377.13207.14.camel@coriolanus.gellyfish.com> + Branch: perl + ! hints/linux.sh +____________________________________________________________________________ +[ 30153] By: rgs on 2007/02/07 09:04:56 + Log: Wrap the SvTYPE macro definition in parens. + Branch: perl + ! sv.h +____________________________________________________________________________ +[ 30152] By: rgs on 2007/02/06 22:37:34 + Log: Upgrade to threads.pm 1.59 (doc tweaks) + Branch: perl + ! ext/threads/Changes ext/threads/README ext/threads/t/exit.t + ! ext/threads/t/thread.t ext/threads/threads.pm +____________________________________________________________________________ +[ 30151] By: rgs on 2007/02/06 22:35:29 + Log: Upgrade to threads::shared 1.07 (doc tweaks) + Branch: perl + ! ext/threads/shared/Changes ext/threads/shared/README + ! ext/threads/shared/shared.pm +____________________________________________________________________________ +[ 30150] By: rgs on 2007/02/06 22:33:23 + Log: Subject: [PATCH] perlop.pod - proposal to add an explanation of \c + From: "Wolfgang Laun" + Date: Sat, 3 Feb 2007 16:23:48 +0100 + Message-ID: <17de7ee80702030723m4265bbfkc83644d55a24aa0@mail.gmail.com> + Branch: perl + ! pod/perlop.pod +____________________________________________________________________________ +[ 30149] By: rgs on 2007/02/06 22:29:45 + Log: Avoid obscure failures when a regexp hasn't matched + Branch: perl + ! t/op/bless.t +____________________________________________________________________________ +[ 30148] By: rgs on 2007/02/06 21:54:12 + Log: Subject: [PATCH] current status on Unicode Regular Expressions + From: SADAHIRO Tomoyuki + Date: Sat, 03 Feb 2007 17:01:52 +0900 + Message-Id: <20070203170135.3B43.BQW10602@nifty.com> + Branch: perl + ! lib/unicore/mktables pod/perlunicode.pod t/op/pat.t +____________________________________________________________________________ +[ 30147] By: rgs on 2007/02/06 21:48:59 + Log: Subject: [PATCH] fix 2 environment handling bugs + From: Jan Dubois + Date: Mon, 05 Feb 2007 21:45:36 -0800 + Message-ID: + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 30146] By: stevep on 2007/02/06 21:43:13 + Log: Upgrade to ExtUtils-Command-1.13 + Branch: perl + ! lib/ExtUtils/Command.pm +____________________________________________________________________________ +[ 30144] By: stevep on 2007/02/06 17:29:09 + Log: Upgrade to libnet-1.20. Includes some additional version bumps where bleadperl + differs from the CPAN version (Net::FTP and Net::NNTP). + Branch: perl + ! lib/Net/Changes.libnet lib/Net/Cmd.pm lib/Net/FTP.pm + ! lib/Net/FTP/A.pm lib/Net/NNTP.pm lib/Net/POP3.pm + ! lib/Net/SMTP.pm +____________________________________________________________________________ +[ 30143] By: stevep on 2007/02/06 16:42:50 + Log: Upgrade to Module-Pluggable-3.5 + Branch: perl + ! lib/Module/Pluggable.pm lib/Module/Pluggable/Object.pm +____________________________________________________________________________ +[ 30142] By: nicholas on 2007/02/05 23:52:23 + Log: Make a dummy OPpPAD_STATE and a dummy PL_unitcheck_save available to + pre 5.9.x. + Branch: perl + ! ext/B/B.xs ext/B/defsubs_h.PL +____________________________________________________________________________ +[ 30136] By: nicholas on 2007/02/05 18:53:18 + Log: t/lib/common.pl can be warnings clean. + Branch: perl + ! t/lib/common.pl +____________________________________________________________________________ +[ 30134] By: nicholas on 2007/02/05 18:35:47 + Log: Upgrade to ExtUtils-ParseXS-2.18 + Branch: perl + ! lib/ExtUtils/ParseXS.pm +____________________________________________________________________________ +[ 30129] By: rgs on 2007/02/05 15:35:56 + Log: Subject: [PATCH] cygwin: disable effect of -ansi -std=c89 on system include + From: "Yitzchak Scott-Thoennes" + Date: Mon, 5 Feb 2007 03:32:59 -0800 (PST) + Message-ID: <1344.63.226.247.186.1170675179.squirrel@63.226.247.186> + Branch: perl + ! hints/cygwin.sh +____________________________________________________________________________ +[ 30128] By: rgs on 2007/02/05 12:24:24 + Log: Upgrade to DB_File 1.815 + Branch: perl + ! ext/DB_File/Changes ext/DB_File/DB_File.pm + ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL +____________________________________________________________________________ +[ 30126] By: rgs on 2007/02/05 11:29:08 + Log: Subject: [PATCH] minor improvements for perlre.pod + From: "Wolfgang Laun" + Date: Sun, 4 Feb 2007 16:26:14 +0100 + Message-ID: <17de7ee80702040726v23f54266g3c352d353a30c430@mail.gmail.com> + Branch: perl + ! pod/perlre.pod +____________________________________________________________________________ +[ 30125] By: rgs on 2007/02/05 10:05:10 + Log: Quote fix by Jarkko + Branch: perl + ! cflags.SH +____________________________________________________________________________ +[ 30124] By: nicholas on 2007/02/05 00:13:08 + Log: Use the new conditional TODOs to mark as TODO the warning tests + failing due to HEKs leaked by OPs for unthreaded perls tested with + a UTF-8 locale. + Branch: perl + ! lib/warnings.t t/lib/warnings/7fatal +____________________________________________________________________________ +[ 30123] By: nicholas on 2007/02/05 00:12:25 + Log: Enhance t/lib/common.pl to provide conditional TODOs using eval'd code. + Branch: perl + ! t/lib/common.pl +____________________________________________________________________________ +[ 30120] By: craigb on 2007/02/04 20:43:46 + Log: In vms/gen_shrfls.pl, consider EXTERN_C declarations as function + candidates, not global variable candidates. Currently only needed + for PerlIO_teardown. + Branch: perl + ! vms/gen_shrfls.pl +____________________________________________________________________________ +[ 30119] By: nicholas on 2007/02/04 20:32:13 + Log: Change 23753 wasn't quite a perfect refactoring, as it omitted calling + PERL_SET_THX(my_perl); when !PL_curinterp for non-ithreads. + However, this would not have made a difference for any configuration + buildable from the blead source alone. + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 30114] By: nicholas on 2007/02/04 18:38:59 + Log: Currently Changes is in ISO-8859-1, not UTF-8, so correct change 28226 + which had an e accute in UTF-8. + Branch: perl + ! Changes +____________________________________________________________________________ +[ 30111] By: craigb on 2007/02/03 23:53:06 + Log: Install overload.h on VMS, plus more case fix-ups in descrip_mms.template. + Branch: perl + ! vms/descrip_mms.template +____________________________________________________________________________ +[ 30108] By: craigb on 2007/02/03 18:52:02 + Log: Install parser.h on VMS, plus fix some case typos in descrip_mms.template. + Branch: perl + ! vms/descrip_mms.template +____________________________________________________________________________ +[ 30105] By: nicholas on 2007/02/03 15:23:52 + Log: Purge all references to 5005 threads variables in the code. + (Retain the aides memoire in makedef.pl) + Branch: perl + ! Porting/findvars gv.c hv.c op.c perl.c pp_ctl.c sv.c +____________________________________________________________________________ +[ 30104] By: stevep on 2007/02/03 06:25:11 + Log: Subject: Re: prerelease checklist for Perl 5.10 + From: demerphq + Date: Thu, 1 Feb 2007 17:06:37 +0100 + Message-ID: <9b18b3110702010806n7e095317v77f5dc1eb765f8d@mail.gmail.com> + + Subject: Re: prerelease checklist for Perl 5.10 + From: demerphq + Date: Fri, 2 Feb 2007 18:10:14 +0100 + Message-ID: <9b18b3110702020910l31c7784fi5e37bf777b6eafb3@mail.gmail.com> + + Regular expression changes to fix failing tests in XML::Twig and + Mail::SpamAssassin. The breakages occured in changes #28785 and + #29279. + Branch: perl + ! embed.fnc embed.h proto.h regexec.c regexp.h t/op/re_tests +____________________________________________________________________________ +[ 30103] By: nicholas on 2007/02/02 23:35:22 + Log: Subject: Re: [perl #41421] glob() produces spurious results with brackets in braces + From: Slaven Rezic + Message-ID: <87r6t81acj.fsf@biokovo.herceg.de> + Date: 02 Feb 2007 23:08:28 +0100 + Branch: perl + ! ext/File/Glob/bsd_glob.c ext/File/Glob/t/basic.t +____________________________________________________________________________ +[ 30101] By: nicholas on 2007/02/02 22:10:39 + Log: A few more places where we know the length for sv_setpv() or sv_catpv() + Branch: perl + ! mg.c op.c pp_ctl.c toke.c +____________________________________________________________________________ +[ 30093] By: nicholas on 2007/02/02 16:25:23 + Log: Testing every pattern by also upgrading to UTF-8 would have caught the + bug added by change 29502, fixed in change 30092. + Branch: perl + ! t/op/regexp.t +____________________________________________________________________________ +[ 30092] By: nicholas on 2007/02/02 14:37:31 + Log: Change 29502 wasn't perfect - you need to remove any extra trailing + "\n" added by fbm_compile(), before recompiling with the same flags. + In turn, to do that, it's best to store the flags even for short + "PVBM"s. + Branch: perl + ! regexec.c util.c +____________________________________________________________________________ +[ 30091] By: nicholas on 2007/02/02 14:35:51 + Log: Better dump reporting of "PVBM"s. + Branch: perl + ! dump.c +____________________________________________________________________________ +[ 30090] By: nicholas on 2007/02/01 23:32:22 + Log: Allow regexp.t to take a command line argument for the filename of + tests. Read the tests into memory, to avoid seeking the FH. + Branch: perl + ! t/op/regexp.t +____________________________________________________________________________ +[ 30089] By: nicholas on 2007/02/01 16:49:12 + Log: Make t/op/regexp.t warnings clean. + Branch: perl + ! t/op/regexp.t +____________________________________________________________________________ +[ 30088] By: nicholas on 2007/02/01 16:27:00 + Log: Make t/op/regexp.t run under use strict; including removing the + vestiges of change 1195 not removed by change 1244. + Branch: perl + ! t/op/re_tests t/op/regexp.t +____________________________________________________________________________ +[ 30087] By: merijn on 2007/01/31 15:38:06 + Log: alloca () might end up unreferenced during linking. + Thanks Steve + Branch: perl + ! cygwin/cygwin.c +____________________________________________________________________________ +[ 30086] By: rgs on 2007/01/31 13:58:40 + Log: Upgrade to Getopt::Long 2.36 + Branch: perl + + lib/Getopt/Long/t/gol-xargv.t lib/Getopt/Long/t/gol-xstring.t + ! MANIFEST lib/Getopt/Long.pm lib/Getopt/Long/CHANGES + ! lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t + ! lib/Getopt/Long/t/gol-linkage.t +____________________________________________________________________________ +[ 30085] By: nicholas on 2007/01/31 12:14:05 + Log: You can't have special blocks if the subroutine has an "anonymous" + name for the debugger, so don't bother checking. + Branch: perl + ! op.c +____________________________________________________________________________ +[ 30084] By: merijn on 2007/01/31 10:29:59 + Log: Subject: [PATCH] Improve regex stringification code + From: demerphq + Date: Tue, 30 Jan 2007 23:58:31 +0100 + Message-ID: <9b18b3110701301458k2f6a8254hea6c6db28489c38b@mail.gmail.com> + Branch: perl + ! embed.fnc embed.h ext/re/re.xs ext/re/t/re_funcs.t op.c perl.h + ! pod/perlapi.pod proto.h regcomp.c regcomp.h regexec.c regexp.h +____________________________________________________________________________ +[ 30083] By: merijn on 2007/01/31 09:51:48 + Log: Subject: [PATCH] regcomp.c: remove some gotos that cause compiler consternation. + From: demerphq + Date: Wed, 31 Jan 2007 10:28:34 +0100 + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 30082] By: merijn on 2007/01/31 07:49:12 + Log: Subject: [PATCH] Improve regex stringification code + From: demerphq + Date: Tue, 30 Jan 2007 23:58:31 +0100 + Message-ID: <9b18b3110701301458k2f6a8254hea6c6db28489c38b@mail.gmail.com> + Branch: perl + ! embed.fnc embed.h ext/re/re.xs ext/re/t/re_funcs.t op.c perl.h + ! proto.h regcomp.c regcomp.h regexec.c regexp.h +____________________________________________________________________________ +[ 30081] By: merijn on 2007/01/31 07:34:39 + Log: Subject: [PATCH] $1 in nested regex EVAL doesnt work correctly. + From: demerphq + Date: Tue, 30 Jan 2007 23:51:27 +0100 + Message-ID: <9b18b3110701301451l1443a186p39df7a6e8b65ea3c@mail.gmail.com> + Branch: perl + ! ext/re/lib/re/Tie/Hash/NamedCapture.pm ext/re/re.pm regcomp.c + ! regexec.c t/op/pat.t +____________________________________________________________________________ +[ 30080] By: nicholas on 2007/01/30 23:53:56 + Log: Refactor the code used to check/execute BEGIN/UNITCHECK/CHECK/INIT/END + duplicated in newATTRSUB and newXS into a new static function + process_special_blocks() + Branch: perl + ! embed.fnc embed.h op.c proto.h +____________________________________________________________________________ +[ 30079] By: merijn on 2007/01/30 17:39:58 + Log: Subject: [PATCH] one more iteration on PerlIO_teardown prototype + From: jhi@cc.hut.fi (Jarkko Hietaniemi) + Date: Tue, 30 Jan 2007 04:20:21 +0200 (EET) + Message-Id: <20070130022021.6051443A67@anubis.hut.fi> + Branch: perl + ! perl.h perliol.h +____________________________________________________________________________ +[ 30078] By: gisle on 2007/01/30 11:13:51 + Log: Subject: [PATCH] Re: run/cloexec.t is failing + From: Marcus Holland-Moritz + Date: Sat, 13 Jan 2007 18:44:53 +0100 + Message-ID: <20070113184453.7cd54bcf@r2d2> + Branch: perl + ! t/run/cloexec.t +____________________________________________________________________________ +[ 30076] By: nicholas on 2007/01/29 23:36:02 + Log: Also check BEGIN/UNITCHECK/CHECK/INIT/END for require. + Branch: perl + + ext/XS/APItest/t/xs_special_subs_require.t + ! MANIFEST ext/XS/APItest/t/xs_special_subs.t +____________________________________________________________________________ +[ 30072] By: nicholas on 2007/01/29 22:40:01 + Log: UNITCHECK for XS code. Turned out to be harder that expected. + We need to get the XS BOOT section to run any UNITCHECK blocks for us. + Branch: perl + ! ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs + ! ext/XS/APItest/t/xs_special_subs.t lib/ExtUtils/ParseXS.pm + ! op.c +____________________________________________________________________________ +[ 30067] By: nicholas on 2007/01/29 20:05:52 + Log: BEGIN blocks in XS should work. (Given that CHECK, INIT and END all do) + Branch: perl + + ext/XS/APItest/t/xs_special_subs.t + ! MANIFEST ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs + ! op.c +____________________________________________________________________________ +[ 30064] By: nicholas on 2007/01/29 18:28:16 + Log: Add av_create_and_push() and av_create_and_unshift_one() to refactor + out two repeated idioms. + Branch: perl + ! av.c doio.c embed.fnc op.c perl.c pod/perlapi.pod proto.h +____________________________________________________________________________ +[ 30059] By: gisle on 2007/01/29 16:54:38 + Log: Avoid test failure with for a -Dusesitecustomize perl. + Branch: perl + ! t/run/switchd.t +____________________________________________________________________________ +[ 30052] By: nicholas on 2007/01/28 22:30:18 + Log: Convert ext/B/t/debug.t to Test::More. (Diagnostics are good, m'kay) + Branch: perl + ! ext/B/t/debug.t +____________________________________________________________________________ +[ 30050] By: rgs on 2007/01/28 17:26:02 + Log: Subject: [PATCH] g++ wants cast + From: jhi@cc.hut.fi (Jarkko Hietaniemi) + Date: Sun, 28 Jan 2007 17:04:44 +0200 (EET) + Message-Id: <20070128150444.AC62043A57@anubis.hut.fi> + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 30044] By: nicholas on 2007/01/27 22:49:10 + Log: As we're not using UVf in the core, don't even define in when PERL_CORE + is true. + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 30043] By: nicholas on 2007/01/27 22:48:39 + Log: Change 30034 wasn't enough to silence the warnings - also need to + pass a never-NULL parameter to newPADOP from newGVOP + Branch: perl + ! op.c +____________________________________________________________________________ +[ 30041] By: craigb on 2007/01/27 22:08:55 + Log: Subject: [perl@30030] blead on OpenVMS doesn't build + From: Abe Timmerman + Date: Sat, 27 Jan 2007 17:26:47 +0100 + Message-Id: <200701271726.48347.abe@ztreet.demon.nl> + + Disable DECterm support by default, and when we enable it, + make sure the image we need is installed, not merely present. + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 30037] By: craigb on 2007/01/27 17:45:27 + Log: For FindBin to work as advertised on VMS, $FindBin::Bin + must be in unix syntax. + Branch: perl + ! lib/FindBin.pm +____________________________________________________________________________ +[ 30035] By: craigb on 2007/01/27 17:19:12 + Log: For VMS, a belated entry into the $^O jungle that is File::Find::_find_dir. + Branch: perl + ! lib/File/Find.pm +____________________________________________________________________________ +[ 30034] By: nicholas on 2007/01/27 17:03:59 + Log: newPADOP()'s sv parameter is never NULL, so mark it as so. + (Well, in theory it could be NULL if someone is creating ops during + symbol table destruction, but snowballs in hell, etc. + This is usually the point where Jarkko observes that the aliens are + looking for a free slot in their diaries...) + Branch: perl + ! embed.fnc op.c proto.h +____________________________________________________________________________ +[ 30032] By: nicholas on 2007/01/27 15:36:49 + Log: newPADOP is only used under ithreads, so don't waste space by compiling + it for non-threaded builds. + Branch: perl + ! embed.fnc embed.h makedef.pl op.c proto.h +____________________________________________________________________________ +[ 30030] By: nicholas on 2007/01/27 14:03:01 + Log: One last gv_fetchpv() that should be GV_ADD rather than TRUE. + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 30028] By: nicholas on 2007/01/27 12:55:31 + Log: Using gv_stashsv() and sv_setsv() in Perl_package reduces source and + object code size. + Branch: perl + ! op.c +____________________________________________________________________________ +[ 30025] By: rgs on 2007/01/27 09:42:32 + Log: Change Tels' contact address + Branch: perl + ! Porting/Maintainers.pl +____________________________________________________________________________ +[ 30024] By: nicholas on 2007/01/27 00:45:30 + Log: A test to exercise the smallbuf overflow code in S_incline, and a + refactoring of that code to use only one 128 char array, not two. + Branch: perl + ! t/comp/parser.t toke.c +____________________________________________________________________________ +[ 30019] By: rgs on 2007/01/26 18:28:42 + Log: cflags.SH was broken: it was compiling a C file for testing available + command-line options, but this C file was including perl.h, which in + turn includes config.h, which might not be present at that time. So + force the generation of config.h. + Branch: perl + ! cflags.SH +____________________________________________________________________________ +[ 30017] By: rgs on 2007/01/26 16:41:52 + Log: Silence a few pedantic warnings + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 30016] By: rgs on 2007/01/26 16:39:40 + Log: If we have specified -Dgccansipedantic on the Configure command-line, + assume we really want it + Branch: perl + ! cflags.SH +____________________________________________________________________________ +[ 30015] By: nicholas on 2007/01/26 16:16:29 + Log: Stop S_incline needing to temporarily write a '\0' into its passed-in + buffer. (Requires adding gv_fetchfile_flags(), savesharedpvn() and + CopFILE_setn() to provide pointer/length versions of APIs) + Branch: perl + ! cop.h embed.fnc embed.h global.sym gv.c pod/perlapi.pod + ! proto.h toke.c util.c +____________________________________________________________________________ +[ 30014] By: stevep on 2007/01/26 16:12:58 + Log: Fix ext/POSIX/t/sysconf.t failures on Cygwin. + Branch: perl + ! ext/POSIX/t/sysconf.t +____________________________________________________________________________ +[ 30013] By: rgs on 2007/01/26 16:06:47 + Log: Subject: Re: [perl #32135] File::Copy module + From: "Adriano Ferreira" + Date: Fri, 26 Jan 2007 12:56:18 -0200 + Message-ID: <73ddeb6c0701260656i1c35b207r1f9624edd3503fa6@mail.gmail.com> + Branch: perl + ! lib/File/Copy.pm +____________________________________________________________________________ +[ 30012] By: rgs on 2007/01/26 15:21:37 + Log: Subject: [PATCH] Add Archive::Extract 0.16 to the core + From: "Jos Boumans" + Date: Fri, 26 Jan 2007 15:02:36 +0100 (CET) + Message-ID: <21170.80.127.35.68.1169820156.squirrel@webmail.xs4all.nl> + Branch: perl + + lib/Archive/Extract.pm + + lib/Archive/Extract/t/01_Archive-Extract.t + + lib/Archive/Extract/t/src/double_dir.zip.packed + + lib/Archive/Extract/t/src/x.bz2.packed + + lib/Archive/Extract/t/src/x.gz.packed + + lib/Archive/Extract/t/src/x.jar.packed + + lib/Archive/Extract/t/src/x.par.packed + + lib/Archive/Extract/t/src/x.tar.gz.packed + + lib/Archive/Extract/t/src/x.tar.packed + + lib/Archive/Extract/t/src/x.tgz.packed + + lib/Archive/Extract/t/src/x.zip.packed + + lib/Archive/Extract/t/src/y.jar.packed + + lib/Archive/Extract/t/src/y.par.packed + + lib/Archive/Extract/t/src/y.tar.bz2.packed + + lib/Archive/Extract/t/src/y.tar.gz.packed + + lib/Archive/Extract/t/src/y.tar.packed + + lib/Archive/Extract/t/src/y.tbz.packed + + lib/Archive/Extract/t/src/y.tgz.packed + + lib/Archive/Extract/t/src/y.zip.packed + ! MANIFEST +____________________________________________________________________________ +[ 30010] By: rgs on 2007/01/26 14:03:34 + Log: Subject: [PATCH] Small bugfixes to uupacktool.pl + From: "Jos Boumans" + Date: Fri, 26 Jan 2007 14:50:29 +0100 (CET) + Message-ID: <16773.80.127.35.68.1169819429.squirrel@webmail.xs4all.nl> + Branch: perl + ! uupacktool.pl +____________________________________________________________________________ +[ 30009] By: rgs on 2007/01/26 13:58:56 + Log: Subject: [PATCH] still some Symbian/S90 tweaks + From: jhi@cc.hut.fi (Jarkko Hietaniemi) + Date: Fri, 26 Jan 2007 15:40:58 +0200 (EET) + Message-Id: <20070126134058.83B0643A57@anubis.hut.fi> + Branch: perl + ! README.symbian symbian/config.sh symbian/xsbuild.pl +____________________________________________________________________________ +[ 30008] By: rgs on 2007/01/26 13:56:29 + Log: Upgrade to File::Fetch 0.10, by Jos Boumans + Branch: perl + - lib/File/Fetch/Item.pm + ! MANIFEST lib/File/Fetch.pm lib/File/Fetch/t/01_File-Fetch.t +____________________________________________________________________________ +[ 30002] By: rgs on 2007/01/26 11:21:17 + Log: Let File::Path report the extended system error message + when available (Ilya Zakharevich) + Branch: perl + ! lib/File/Path.pm +____________________________________________________________________________ +[ 30000] By: nicholas on 2007/01/26 11:18:02 + Log: As we're not passing over (or copying in) a NUL, don't need that extra + byte for it, so correct the < to <= so that we use the smallbuf + whenever possible. + Branch: perl + ! gv.c toke.c +____________________________________________________________________________ +[ 29998] By: rgs on 2007/01/26 10:55:50 + Log: Mention //w in perltodo. + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 29994] By: rgs on 2007/01/26 09:17:56 + Log: Upgrade to Time::Local 1.17 + Branch: perl + ! lib/Time/Local.pm lib/Time/Local.t +____________________________________________________________________________ +[ 29992] By: rgs on 2007/01/26 09:03:27 + Log: Subject: [PATCH] utf8.pm doc patch + From: Audrey Tang + Date: Fri, 26 Jan 2007 05:38:39 +0800 + Message-Id: <5BDAD0DE-3434-4A29-82C6-35AE3EFD27CC@audreyt.org> + Branch: perl + ! lib/utf8.pm +____________________________________________________________________________ +[ 29991] By: rgs on 2007/01/26 09:01:01 + Log: Some variables are used only with DEBUGGING + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 29990] By: rgs on 2007/01/26 08:39:07 + Log: Subject: [PATCH] further Symbian/S90 fixes from alexander smishlajev + From: jhi@cc.hut.fi (Jarkko Hietaniemi) + Date: Fri, 26 Jan 2007 05:51:50 +0200 (EET) + Message-Id: <20070126035150.41A4143A67@anubis.hut.fi> + Branch: perl + ! README.symbian ext/Data/Dumper/Dumper.xs symbian/PerlBase.cpp + ! symbian/config.sh symbian/symbianish.h symbian/xsbuild.pl +____________________________________________________________________________ +[ 29989] By: rgs on 2007/01/26 08:27:23 + Log: Upgrade to Module::Load::Conditional 0.16, by Jos Boumans + Branch: perl + + lib/Module/Load/Conditional/t/02_Parse_Version.t + ! MANIFEST lib/Module/Load/Conditional.pm + ! lib/Module/Load/Conditional/t/01_Module_Load_Conditional.t +____________________________________________________________________________ +[ 29987] By: nicholas on 2007/01/25 23:18:25 + Log: Convert the last remaining 256 byte "small"bufs to 128 bytes. + (The actual size doesn't matter, as the buffers are only there to + save a malloc() for the common, short, case. Coverage reports suggest + that we aren't actually testing the long case. Yet - will fix this) + Branch: perl + ! gv.c toke.c +____________________________________________________________________________ +[ 29983] By: nicholas on 2007/01/25 22:39:08 + Log: Neither gv_fetchpvn_flags() nor hv_fetch() need a NUL terminated + string, so don't bother allocating buffer space or adding a NUL. + Branch: perl + ! gv.c toke.c +____________________________________________________________________________ +[ 29977] By: nicholas on 2007/01/25 20:57:56 + Log: The last parameter to gv_stashpv/gv_stashpvn/gv_stashsv is a bitmask + of flags, not a boolean, so correct the documenation and callers. + Branch: perl + ! embed.fnc ext/B/B.xs ext/IPC/SysV/SysV.xs + ! ext/PerlIO/via/via.xs ext/Storable/Storable.xs gv.c op.c + ! perlio.c pod/perlapi.pod pod/perlguts.pod pp.c pp_hot.c + ! pp_sys.c proto.h sv.c toke.c universal.c utf8.c +____________________________________________________________________________ +[ 29975] By: rgs on 2007/01/25 17:22:40 + Log: Subject: split by " \0" (const string staring with a SPACE followed by NULL) + From: SADAHIRO Tomoyuki + Date: Fri, 19 Jan 2007 22:21:48 +0900 + Message-Id: <20070119221905.D162.BQW10602@nifty.com> + Branch: perl + ! op.c t/op/split.t +____________________________________________________________________________ +[ 29973] By: rgs on 2007/01/25 14:48:49 + Log: Upgrade to threads 1.58: + * Ignore thread return value(s) in void context + * Check for missing args for 'use threads' options + * Check that stack size argument is numeric + 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 +____________________________________________________________________________ +[ 29972] By: rgs on 2007/01/25 12:23:45 + Log: Subject: Re: [perl #41283] B::walkoptree_slow fails for 'our @foo = split( m/ /, "hello" )' + From: "Joshua ben Jore" + Date: Wed, 17 Jan 2007 17:49:22 -0800 + Message-ID: + Branch: perl + ! ext/B/B.pm +____________________________________________________________________________ +[ 29970] By: nicholas on 2007/01/25 11:41:13 + Log: Change 28058 hadn't been tested with -DPERL_CREATE_GVSV + Branch: perl + ! gv.c +____________________________________________________________________________ +[ 29960] By: nicholas on 2007/01/24 21:42:53 + Log: Display the process id as part of the trace output if running with -Dv + (Might be nice to display the thread ID too under ithreads, but I can't + see a clean way to get that) + Branch: perl + ! deb.c +____________________________________________________________________________ +[ 29956] By: nicholas on 2007/01/24 19:07:49 + Log: Fix typo in the description of change 27911 + Branch: perl + ! Changes +____________________________________________________________________________ +[ 29954] By: nicholas on 2007/01/24 18:44:51 + Log: Wrap the macro arguments for ck_proto in (). + Branch: perl + ! op.h +____________________________________________________________________________ +[ 29942] By: rgs on 2007/01/24 11:32:24 + Log: Subject: [PATCH] fix a few references in perlfunc.html + From: Jan Dubois + Date: Tue, 23 Jan 2007 18:25:02 -0800 + Message-ID: + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 29941] By: rgs on 2007/01/24 11:22:17 + Log: Subject: [PATCH] Improve documentation PERLIO default value in perlrun.pod + From: Jan Dubois + Date: Tue, 23 Jan 2007 18:43:55 -0800 + Message-ID: + Branch: perl + ! pod/perlrun.pod +____________________________________________________________________________ +[ 29940] By: rgs on 2007/01/24 11:02:24 + Log: Upgrade to Time::Local 1.16 + Branch: perl + ! lib/Time/Local.pm lib/Time/Local.t +____________________________________________________________________________ +[ 29938] By: nicholas on 2007/01/23 22:54:00 + Log: Add lib to @INC so that ./perl t/op/local.t works. + Branch: perl + ! t/op/local.t +____________________________________________________________________________ +[ 29937] By: nicholas on 2007/01/23 21:07:06 + Log: Change 29936 missed a ; + Branch: perl + ! lib/Time/Local.pm +____________________________________________________________________________ +[ 29936] By: stevep on 2007/01/23 18:43:50 + Log: Fix to Time::Local to fix problems with leap year calculation. + Branch: perl + ! lib/Time/Local.pm +____________________________________________________________________________ +[ 29935] By: stevep on 2007/01/23 15:02:56 + Log: Upgrade to File-Temp-0.18. + Branch: perl + + lib/File/Temp/t/cmp.t + ! MANIFEST lib/File/Temp.pm +____________________________________________________________________________ +[ 29934] By: stevep on 2007/01/23 14:29:55 + Log: Upgrade to AutoLoader-5.63 + Branch: perl + ! lib/AutoLoader.pm +____________________________________________________________________________ +[ 29933] By: stevep on 2007/01/23 02:20:31 + Log: Upgrade to Test-Simple-0.67 + Branch: perl + ! lib/Test/Builder.pm lib/Test/Builder/Module.pm + ! lib/Test/Builder/Tester.pm lib/Test/More.pm lib/Test/Simple.pm +____________________________________________________________________________ +[ 29932] By: stevep on 2007/01/23 02:14:57 + Log: Upgrade to Math-Complex-1.37. + Branch: perl + ! lib/Math/Complex.pm lib/Math/Trig.pm lib/Math/Trig.t +____________________________________________________________________________ +[ 29931] By: stevep on 2007/01/23 01:55:48 + Log: Subject: [PATCH] Time::Local patch take 2 + From: Dave Rolsky + Date: Mon, 22 Jan 2007 09:46:08 -0600 (CST) + Message-ID: + Branch: perl + ! lib/Time/Local.pm lib/Time/Local.t +____________________________________________________________________________ +[ 29930] By: stevep on 2007/01/23 01:52:16 + Log: Subject: [perl #41318] Patch: win32.c typo in #define MULTIPLICITY + From: "Devin Heitmueller" (via RT) + Date: Mon, 22 Jan 2007 14:46:15 -0800 + Message-ID: + Branch: perl + ! win32/win32.c +____________________________________________________________________________ +[ 29923] By: nicholas on 2007/01/22 19:39:28 + Log: Subject: [PATCH] Disable positive lookaround optimisations + From: demerphq + Message-ID: <9b18b3110701210953l4df6198re36a9342e6049583@mail.gmail.com> + Date: Sun, 21 Jan 2007 18:53:38 +0100 + Branch: perl + ! regcomp.h t/op/re_tests +____________________________________________________________________________ +[ 29922] By: nicholas on 2007/01/22 19:38:12 + Log: Fix a typo and some doubled spaces in comments. + Branch: perl + ! cop.h pod/perlapi.pod sv.h +____________________________________________________________________________ +[ 29921] By: nicholas on 2007/01/22 19:21:21 + Log: Remove duplicate assignment to PL_eval_root in Perl_create_eval_scope + Branch: perl + ! pp_ctl.c +____________________________________________________________________________ +[ 29917] By: nicholas on 2007/01/22 17:03:48 + Log: Fix my typo, as spotted by Steve Peters + Branch: perl + ! Changes +____________________________________________________________________________ +[ 29911] By: nicholas on 2007/01/21 23:18:20 + Log: Assignments to function pointers can't be NULL, as that's a pointer to + data, and assigning pointers to data to pointers to functions is not + ANSI-conformant. + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 29910] By: nicholas on 2007/01/21 23:11:30 + Log: Restore the const to vtbl in Perl_mg_localize() removed in change + 26924. + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 29907] By: nicholas on 2007/01/21 20:06:45 + Log: Remove register keyword from dSP; (at least for now) + Branch: perl + ! pp.h +____________________________________________________________________________ +[ 29905] By: nicholas on 2007/01/21 11:44:16 + Log: Refactor the common soft-reference code from pp_rv2sv and pp_rv2av + into a single routine Perl_softref2xv(). As soft references are + rarely used compared with true references, move this code from pp_hot.c + Branch: perl + ! embed.fnc embed.h pp.c pp_hot.c proto.h +____________________________________________________________________________ +[ 29900] By: nicholas on 2007/01/20 23:40:23 + Log: defined @$foo and defined %$bar should be subject to strict 'refs'; + Branch: perl + ! lib/DBM_Filter.pm pp_hot.c t/lib/strict/refs +____________________________________________________________________________ +[ 29895] By: stevep on 2007/01/20 03:51:26 + Log: Upgrade to version-0.69 + Branch: perl + ! lib/version.pm +____________________________________________________________________________ +[ 29894] By: stevep on 2007/01/20 03:40:23 + Log: Subject: [PATCH] Re: Race condition in IPC::Open3 / Mac OS? + From: Bo Lindbergh + Date: Sat, 20 Jan 2007 02:39:57 +0100 + Message-Id: + Branch: perl + ! perlio.c +____________________________________________________________________________ +[ 29893] By: stevep on 2007/01/20 03:28:48 + Log: Add PAUSE2007.pub key + Branch: perl + + lib/CPAN/PAUSE2007.pub + ! MANIFEST +____________________________________________________________________________ +[ 29892] By: stevep on 2007/01/20 03:20:11 + Log: Upgrade to CPAN-1.88_69. + Branch: perl + ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm +____________________________________________________________________________ +[ 29887] By: nicholas on 2007/01/19 21:11:40 + Log: Subject: Re: [PATCH] fix unicode split /\s+/ + From: SADAHIRO Tomoyuki + Message-Id: <20070120005232.D9CC.BQW10602@nifty.com> + Date: Sat, 20 Jan 2007 00:52:42 +0900 + Branch: perl + ! pp.c t/op/split.t +____________________________________________________________________________ +[ 29885] By: nicholas on 2007/01/19 20:13:46 + Log: Yves spotted that I'd not regenerated perlapi.pod when I added + get_cvn_flags(). + Branch: perl + ! pod/perlapi.pod +____________________________________________________________________________ +[ 29884] By: nicholas on 2007/01/19 19:27:59 + Log: Marcus Holland-Moritz notes that the first argument to + refcounted_he_fetch() can be NULL. + Branch: perl + ! embed.fnc proto.h +____________________________________________________________________________ +[ 29883] By: nicholas on 2007/01/19 18:07:23 + Log: Fix breakage for -DDEBUGGING accidentally introduced with change 29882. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 29882] By: nicholas on 2007/01/19 17:36:10 + Log: Add a parameter to Perl_get_arena() to pass in the SV type, and record + this in the arena description. Change all sizes to unsigned values. + Make Perl_sv_free_arenas() loop downwards to free memory, simplifying + the logic. Remove my erroneous comment added in change 29881. + Branch: perl + ! embed.fnc hv.c proto.h sv.c +____________________________________________________________________________ +[ 29881] By: nicholas on 2007/01/19 11:45:24 + Log: I think that it's clearer if aroot is only struct arena_set * + (rather than ** and constantly dereferneced). Move the declaration + of new_root into the block it is used in. Add a comment describing + where the arenas for arena_sets themselves aren't rooted anywhere. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 29880] By: rgs on 2007/01/19 09:33:00 + Log: Subject: [PATCH] fix unicode split /\s+/ + From: demerphq + Date: Fri, 19 Jan 2007 02:14:06 +0100 + Message-ID: <9b18b3110701181714r4f3bc9ebq9ba462eba8338734@mail.gmail.com> + Branch: perl + ! pp.c t/op/split.t +____________________________________________________________________________ +[ 29879] By: nicholas on 2007/01/19 00:13:02 + Log: As Perl_get_arena() is dealing with sizes, use size_t rather than int, + as it's both unsigned and semantically the correct width for a size. + As all arenas get cleared later on, can use Newx() rather than Newxz(). + Branch: perl + ! embed.fnc proto.h sv.c +____________________________________________________________________________ +[ 29878] By: nicholas on 2007/01/18 23:52:11 + Log: Move C inside the only function that + uses it. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 29877] By: nicholas on 2007/01/18 23:51:45 + Log: Add in missing dVAR that prevents compilation with + -DPERL_GLOBAL_STRUCT_PRIVATE + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 29876] By: nicholas on 2007/01/18 23:36:57 + Log: Move the flag checking for isGV_with_GP() into the call to visit() + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 29875] By: mhx on 2007/01/18 16:52:37 + Log: Add missing SVfARG()s in require_tie_mod(). + Branch: perl + ! gv.c +____________________________________________________________________________ +[ 29872] By: nicholas on 2007/01/18 15:48:13 + Log: Given that we now do the tests in S_visit() to avoid calling the + helper function when skippable, no need to retain those tests + inside the helper functions do_clean_objs() and do_clean_named_objs(). + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 29871] By: merijn on 2007/01/18 14:03:21 + Log: perl rebuilds because of gcc's -g flag + Subject: [PATCH] Re: [perl #41058] make rebuilds perl everytime + From: Marcus Holland-Moritz + Date: Thu, 18 Jan 2007 14:27:55 +0100 + Message-ID: <20070118142755.28e7f724@r2d2> + Branch: perl + ! makedepend.SH +____________________________________________________________________________ +[ 29868] By: steveh on 2007/01/18 11:36:05 + Log: Subject: Re: [PATCH] win32_async_check() can still loop indefinitely + From: Jan Dubois + Date: Mon, 15 Jan 2007 19:25:11 -0800 + Message-ID: + Branch: perl + ! win32/win32.c +____________________________________________________________________________ +[ 29867] By: nicholas on 2007/01/18 11:16:09 + Log: As PVLVs can hold globs in some cases, I think that we should be + treating them as a strict subclass of PVGV. Hence drop through into + the PVGV handling code. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 29866] By: davem on 2007/01/18 02:14:48 + Log: disable parser stack cleanup on reduce croak (too fragile) + Branch: perl + ! perly.c +____________________________________________________________________________ +[ 29857] By: mhx on 2007/01/17 21:06:11 + Log: Fix a typo in Dynaloader_pm.PL. + Branch: perl + ! ext/DynaLoader/DynaLoader_pm.PL +____________________________________________________________________________ +[ 29855] By: nicholas on 2007/01/17 19:22:47 + Log: Replace SvRELEASE_IVX(dstr) with SvOOK_off(dstr) in sv_setsv_flags(), + because it's not possible for dstr to be COW at this point, due to an + earlier force_normal. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 29853] By: nicholas on 2007/01/17 18:24:50 + Log: Make PERL_OLD_COPY_ON_WRITE build again. Inline Perl_sv_release_IVX(). + (Currently it fails ext/Compress/Raw/Zlib/t/07bufsize.t) + Branch: perl + ! embed.fnc embed.h global.sym makedef.pl proto.h sv.c sv.h +____________________________________________________________________________ +[ 29852] By: nicholas on 2007/01/17 15:42:54 + Log: If we use SvUPGRADE() rather than sv_upgrade() then it can make the + decision on not "up"grading PVLV to PVGV for us. However, it appears + that the other actions conducted for "not-yet-a-glob" are useful here. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 29848] By: merijn on 2007/01/17 13:38:05 + Log: Subject: Re: [PATCH] symbian/xsbuild.pl patching continues + From: Jarkko Hietaniemi + Date: Wed, 17 Jan 2007 08:27:03 -0500 + Message-ID: <45AE2427.7080907@iki.fi> + Branch: perl + ! symbian/xsbuild.pl +____________________________________________________________________________ +[ 29845] By: stevep on 2007/01/16 22:15:05 + Log: Reentrant functions appear to still be broken in NetBSD 3.1. + Branch: perl + ! hints/netbsd.sh +____________________________________________________________________________ +[ 29844] By: merijn on 2007/01/16 16:17:03 + Log: Subject: [PATCH] Re: Dual-lived AutoLoader + From: Steffen Mueller + Date: Tue, 16 Jan 2007 15:29:44 +0100 + Message-ID: <45ACE158.4080102@sneakemail.com> + Branch: perl + ! Porting/Maintainers.pl +____________________________________________________________________________ +[ 29843] By: rgs on 2007/01/16 15:32:30 + Log: Subject: Re: [PATCH] Change implementation of %+ to use a proper tied hash interface and add support for %- + From: demerphq + Date: Mon, 15 Jan 2007 23:06:44 +0100 + Message-ID: <9b18b3110701151406p7168b20byf873ee2e58091ca3@mail.gmail.com> + Branch: perl + ! regcomp.h +____________________________________________________________________________ +[ 29842] By: rgs on 2007/01/16 10:56:46 + Log: Subject: [PATCH] Make offsets support conditional + From: demerphq + Date: Sun, 14 Jan 2007 15:24:25 +0100 + Message-ID: <9b18b3110701140624v452f7684x5e9d2890805489fd@mail.gmail.com> + Branch: perl + ! ext/re/t/regop.t regcomp.c regcomp.h +____________________________________________________________________________ +[ 29841] By: rgs on 2007/01/16 10:17:43 + Log: Typo fix, by Robin Barker + Branch: perl + ! Porting/Maintainers.pl +____________________________________________________________________________ +[ 29839] By: davem on 2007/01/15 18:33:02 + Log: make Dump display the SVf_BREAK flag + Branch: perl + ! dump.c +____________________________________________________________________________ +[ 29838] By: rgs on 2007/01/15 18:25:45 + Log: Enable the ~~ operator by default. + Remove the ~~ feature. + Branch: perl + - t/lib/feature/smartmatch + ! MANIFEST lib/feature.pm t/op/smartmatch.t toke.c +____________________________________________________________________________ +[ 29837] By: davem on 2007/01/15 18:19:20 + Log: when cloning PL_regex_pad, copy SVf_BREAK flag too + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 29836] By: nicholas on 2007/01/15 18:15:54 + Log: pp_rv2av and pp_rv2hv have a lot of common code, so it's certainly a + space saving to merge them. Hopefully this will reduce L2 cache misses. + Branch: perl + ! mathoms.c opcode.h opcode.pl pp.h pp_hot.c +____________________________________________________________________________ +[ 29835] By: nicholas on 2007/01/15 17:18:03 + Log: Make changes analagous to pp_rv2hv's 21394 and 24489 in pp_rv2av. + Branch: perl + ! pp_hot.c +____________________________________________________________________________ +[ 29834] By: rgs on 2007/01/15 16:37:21 + Log: Subject: Re: [PATCH] Add support for /k modfier for matching along with ${^PREMATCH}, ${^MATCH}, ${^POSTMATCH} + From: demerphq + Date: Sat, 13 Jan 2007 17:18:01 +0100 + Message-ID: <9b18b3110701130818h6badbd3o1b38f2660d258173@mail.gmail.com> + + macroize regexp modifiers + Branch: perl + ! perl.h regcomp.c regexp.h toke.c +____________________________________________________________________________ +[ 29831] By: rgs on 2007/01/15 16:26:17 + Log: Subject: [PATCH] Add support for /k modfier for matching along with ${^PREMATCH}, ${^MATCH}, ${^POSTMATCH} + From: demerphq + Date: Fri, 12 Jan 2007 02:31:12 +0100 + Message-ID: <9b18b3110701111731x29b1c63i57b1698f769b3bbc@mail.gmail.com> + (with tweaks) + Branch: perl + + t/op/regexp_kmod.t + ! MANIFEST ext/B/t/concise-xs.t gv.c mg.c op.h pod/perlop.pod + ! pod/perlre.pod pod/perlvar.pod pp_hot.c regcomp.c regcomp.h + ! regexp.h t/op/regexp.t toke.c +____________________________________________________________________________ +[ 29830] By: nicholas on 2007/01/15 14:38:58 + Log: Add get_cvn_flags(), which is like get_cv() but takes a length. This + allows symbolic code references with embeded NULs to work. + Branch: perl + ! embed.fnc embed.h global.sym gv.c gv.h op.c perl.c perlio.c + ! pp_ctl.c pp_hot.c proto.h t/op/ref.t toke.c +____________________________________________________________________________ +[ 29829] By: rgs on 2007/01/15 14:32:26 + Log: Subject: [PATCH] symbian/xsbuild.pl + From: Jarkko Hietaniemi + Date: Mon, 15 Jan 2007 08:49:56 -0500 + Message-ID: <45AB8684.70906@iki.fi> + Branch: perl + ! symbian/xsbuild.pl +____________________________________________________________________________ +[ 29827] By: davem on 2007/01/15 14:16:53 + Log: extend threads 'veto cleanup' to perl_free and system stuff + Branch: perl + ! embedvar.h perl.c perlapi.h perlvars.h unixish.h +____________________________________________________________________________ +[ 29826] By: rgs on 2007/01/15 14:15:35 + Log: Proper symbian fix (replacing change #29813) by Jarkko + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 29825] By: rgs on 2007/01/15 13:45:40 + Log: Use the $Is_MacOS variable + Branch: perl + ! t/lib/common.pl +____________________________________________________________________________ +[ 29824] By: rgs on 2007/01/15 13:44:39 + Log: Simplify the ok/not ok logic + (another refactorisation by Schwern) + Branch: perl + ! t/lib/common.pl +____________________________________________________________________________ +[ 29823] By: rgs on 2007/01/15 13:40:18 + Log: Various cleanup and factorization by Schwern + for tests for warnings and features + Branch: perl + ! t/lib/common.pl +____________________________________________________________________________ +[ 29822] By: rgs on 2007/01/15 13:30:51 + Log: Introduce the :5.10.0 feature bundle, and make :5.10 an + alias to it (aimed at be an alias to the latest :5.10.X) + Branch: perl + ! lib/feature.pm +____________________________________________________________________________ +[ 29821] By: rgs on 2007/01/15 12:44:45 + Log: Fix link to perlsyn (thanks to Michael G Schwern) + Branch: perl + ! lib/feature.pm +____________________________________________________________________________ +[ 29820] By: rgs on 2007/01/15 12:42:36 + Log: Remove the "dor" feature alias. + Branch: perl + ! lib/feature.pm +____________________________________________________________________________ +[ 29819] By: rgs on 2007/01/15 12:41:28 + Log: Document "no feature" (Michael G Schwern) + Branch: perl + ! lib/feature.pm +____________________________________________________________________________ +[ 29818] By: rgs on 2007/01/15 12:37:27 + Log: Move the documentation of the lexical effect of feature.pm to its own + section thus removing a lot of redundant redundant documentation about + it cluttering up the feature documentation. (by Michael G Schwern) + Branch: perl + ! lib/feature.pm +____________________________________________________________________________ +[ 29817] By: rgs on 2007/01/15 12:34:00 + Log: Remove obsolete notes and TODOs from feature.pm + Branch: perl + ! lib/feature.pm +____________________________________________________________________________ +[ 29816] By: rgs on 2007/01/15 12:30:56 + Log: Add a reference to the docs for state() variables in feature.pm + (suggested by Michael G Schwern) + Branch: perl + ! lib/feature.pm +____________________________________________________________________________ +[ 29815] By: rgs on 2007/01/15 12:29:14 + Log: Factorise croak() calls and error messages in feature.pm + (suggested by Michael G Schwern) + Branch: perl + ! lib/feature.pm +____________________________________________________________________________ +[ 29814] By: nicholas on 2007/01/15 12:13:24 + Log: Test that names with embedded NULs work for symbolic array, hash and + typeglob references. + Branch: perl + ! t/op/ref.t +____________________________________________________________________________ +[ 29813] By: rgs on 2007/01/15 08:22:08 + Log: Revert perl.h part of change 29811, which breaks compilation with gcc + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 29812] By: merijn on 2007/01/15 07:45:28 + Log: Subject: [PATCH] g++ fixes + From: jhi@cc.hut.fi (Jarkko Hietaniemi) + Date: Mon, 15 Jan 2007 06:09:30 +0200 (EET) + Message-Id: <20070115040930.8685843A67@anubis.hut.fi> + Branch: perl + ! op.c toke.c +____________________________________________________________________________ +[ 29811] By: merijn on 2007/01/15 07:42:37 + Log: Subject: [PATCH] Symbian/S90 further fixes + From: jhi@cc.hut.fi (Jarkko Hietaniemi) + Date: Mon, 15 Jan 2007 06:11:52 +0200 (EET) + Message-Id: <20070115041152.374AB43A67@anubis.hut.fi> + Branch: perl + ! perl.h symbian/PerlBase.cpp symbian/config.sh +____________________________________________________________________________ +[ 29810] By: davem on 2007/01/14 23:58:49 + Log: make S_ithread_run() call S_ithread_free() in main context + + Fixes a race condition between detach clearing a thread's + interpreter, and S_ithread_run() freeing itself while + assuming that it's own interpreter still exists. + Branch: perl + ! ext/threads/threads.xs +____________________________________________________________________________ +[ 29805] By: davem on 2007/01/14 12:43:39 + Log: further refinement to #29796 (cleanup veto) + Branch: perl + ! ext/threads/threads.xs +____________________________________________________________________________ +[ 29803] By: rgs on 2007/01/14 10:12:08 + Log: Subject: Re: Memory...growing, and growing + From: Marvin Humphrey + Date: Sat, 13 Jan 2007 12:05:30 -0800 + Message-Id: <3CCCF699-345E-4C65-BCCB-1549EB99547A@rectangular.com> + + Document -DDL_UNLOAD_ALL_AT_EXIT + Branch: perl + ! pod/perlhack.pod +____________________________________________________________________________ +[ 29796] By: davem on 2007/01/13 22:57:26 + Log: unfreed threads should trigger cleanup veto + + The thread pool struct is allocated in the main interpreter, so + don't clean that up if any threads remain, regardless of what + state they are in + Branch: perl + ! ext/threads/threads.xs +____________________________________________________________________________ +[ 29790] By: nicholas on 2007/01/13 18:21:19 + Log: In S_hfreeentries, orig_array can be const. + Branch: perl + ! hv.c +____________________________________________________________________________ +[ 29786] By: rgs on 2007/01/13 17:17:40 + Log: TODO: yada yada yada + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 29784] By: rgs on 2007/01/13 16:56:02 + Log: Subject: Re: AW: umask handling in File::Temp + From: Gisle Aas + Date: 12 Jan 2007 16:10:16 +0100 + Message-ID: <877ivs1dt3.fsf@ask.g.aas.no> + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 29781] By: rgs on 2007/01/13 11:06:06 + Log: Subject: [PATCH] perlthrtut.pod (based on perl-current@29766) + From: Wolfgang Laun + Date: Fri, 12 Jan 2007 17:37:58 +0100 + Message-ID: <45A7B966.1040307@thalesgroup.com> + Branch: perl + ! pod/perlthrtut.pod +____________________________________________________________________________ +[ 29780] By: davem on 2007/01/12 21:49:13 + Log: fix PL_parser_dup symbol (again) + Branch: perl + ! embed.fnc embed.h global.sym +____________________________________________________________________________ +[ 29779] By: davem on 2007/01/12 19:56:40 + Log: Rationalise refcounting of thread structures + Formerly there could be races with multiple destroys of a thread + structure. + Branch: perl + ! ext/threads/threads.xs +____________________________________________________________________________ +[ 29778] By: merijn on 2007/01/12 16:06:23 + Log: Superdome now also in Itanium series (sx1000 & sx2000), + cx2600 is Madison 6 + Branch: perl + ! README.hpux +____________________________________________________________________________ +[ 29777] By: merijn on 2007/01/12 15:15:13 + Log: gcc -dumpversion is at least supported back to 2.7.x and + thus seems to be much more defensive against upcoming version + reporting format changes. + Branch: perl + ! hints/aix.sh hints/aix_3.sh hints/aix_4.sh hints/dec_osf.sh + ! hints/hpux.sh hints/svr5.sh hints/vos.sh +____________________________________________________________________________ +[ 29774] By: rgs on 2007/01/12 13:57:45 + Log: makedef.pl should be able to load "strict" + Branch: perl + ! makedef.pl +____________________________________________________________________________ +[ 29768] By: rgs on 2007/01/12 11:44:04 + Log: Upgrade to ExtUtils::Manifest 1.51 + Branch: perl + ! lib/ExtUtils/Manifest.pm lib/ExtUtils/t/Manifest.t +____________________________________________________________________________ +[ 29767] By: davem on 2007/01/12 11:26:14 + Log: fix typo in hv.c + Branch: perl + ! hv.c +____________________________________________________________________________ +[ 29766] By: davem on 2007/01/12 11:13:49 + Log: fix PL_parser_dup symbol + Branch: perl + ! embed.fnc embed.h makedef.pl +____________________________________________________________________________ +[ 29765] By: davem on 2007/01/12 10:42:05 + Log: make tr/// threadsafe by moving swash into pad + Branch: perl + ! doop.c op.c +____________________________________________________________________________ +[ 29764] By: rgs on 2007/01/12 10:24:55 + Log: Subject: [PATCH] trivia in perlthrtut.pod + From: Wolfgang Laun + Date: Thu, 11 Jan 2007 16:57:29 +0100 + Message-ID: <45A65E69.8010400@thalesgroup.com> + Branch: perl + ! pod/perlthrtut.pod +____________________________________________________________________________ +[ 29762] By: steveh on 2007/01/11 17:27:02 + Log: Update copyright year in "perl -v" output + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 29761] By: rgs on 2007/01/11 17:12:08 + Log: Fix bug [perl #41234] : the tokenizer understands "=cute" + or other words that begin with "cut" as synonyms for "=cut" + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 29758] By: nicholas on 2007/01/11 15:37:12 + Log: Change 29753 messed up do_hv_dump() [my fault] + Branch: perl + ! embed.fnc proto.h +____________________________________________________________________________ +[ 29757] By: rgs on 2007/01/11 15:07:28 + Log: Silence an "unused parameter" warning in Perl_reg_numbered_buff_get(). + This parameter might become handy in the future, so keep it. + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 29756] By: rgs on 2007/01/11 14:47:01 + Log: Subject: [PATCH] Add Regexp::Keep \K functionality to regex engine as well as add \v and \V, cleanup and more docs for regatom() + From: demerphq + Date: Wed, 10 Jan 2007 20:33:39 +0100 + Message-ID: <9b18b3110701101133i46dc5fd0p1476a0f1dd1e9c5a@mail.gmail.com> + + (plus POD nits by Merijn and myself) + Branch: perl + ! pod/perl595delta.pod pod/perlre.pod regcomp.c regcomp.sym + ! regexec.c regexp.h regnodes.h t/op/pat.t +____________________________________________________________________________ +[ 29753] By: nicholas on 2007/01/11 13:23:40 + Log: do_gv_dump, do_gvgv_dump and do_hv_dump call all actually take a NULL + parameter. Patch for do_hv_dump supplied by Brandon L Black, other + two added after code inspection. + Branch: perl + ! embed.fnc proto.h +____________________________________________________________________________ +[ 29751] By: rgs on 2007/01/11 10:34:02 + Log: Fix bug #40407: after a seek on a PerlIO::scalar filehandle, + ensure there's a string buffer in the scalar + Branch: perl + ! ext/PerlIO/scalar/scalar.xs +____________________________________________________________________________ +[ 29750] By: rgs on 2007/01/11 09:51:56 + Log: Subject: [PATCH] AutoLoader fix, part 2 + From: Steffen Mueller + Date: Wed, 10 Jan 2007 18:52:23 +0100 + Message-ID: <20070110175148.26694.qmail@lists.develooper.com> + Branch: perl + ! lib/AutoLoader.pm lib/AutoLoader.t +____________________________________________________________________________ +[ 29749] By: nicholas on 2007/01/11 00:24:48 + Log: In toke.c, merge S_update_debugger_info_pv() and + S_update_debugger_info_sv() into S_update_debugger_info(). + Branch: perl + ! embed.fnc embed.h proto.h toke.c +____________________________________________________________________________ +[ 29748] By: nicholas on 2007/01/10 16:24:27 + Log: An implementation of change 29735 for blead (PL_curcop could be NULL) + given that blead's refactoring is not yet in maint. + Branch: perl + ! gv.c +____________________________________________________________________________ +[ 29747] By: rgs on 2007/01/10 16:00:17 + Log: Regenerate all files + Branch: perl + ! embed.h keywords.h reentr.c reentr.h +____________________________________________________________________________ +[ 29745] By: rgs on 2007/01/10 13:21:03 + Log: Subject: PATCH: perlfunc.pod / warn + From: Peter Scott + Date: Wed, 10 Jan 2007 05:18:52 -0800 + Message-Id: + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 29744] By: rgs on 2007/01/10 13:17:37 + Log: Subject: Re: [perl #41215] % on scalars sometimes throws away fractions + From: SADAHIRO Tomoyuki + Date: Tue, 09 Jan 2007 23:39:42 +0900 + Message-Id: <20070109233928.07AF.BQW10602@nifty.com> + + plus nits by Dominic Dunlop + Branch: perl + ! pod/perlop.pod +____________________________________________________________________________ +[ 29743] By: rgs on 2007/01/10 10:54:27 + Log: Subject: Bug in AutoLoader.pm causing endless loop + From: Steffen Mueller + Date: Tue, 09 Jan 2007 19:15:36 +0100 + Message-ID: <45A3DBC8.4010203@sneakemail.com> + Branch: perl + ! lib/AutoLoader.pm +____________________________________________________________________________ +[ 29742] By: rgs on 2007/01/10 10:25:02 + Log: Subject: ./miniperl minimod.pl ... Can't locate strict.pm + From: andreas.koenig.7os6VVqR@franz.ak.mind.de (Andreas J. Koenig) + Date: Wed, 10 Jan 2007 04:55:55 +0100 + Message-ID: <87lkkbk01g.fsf@k75.linux.bogus> + Branch: perl + ! minimod.pl +____________________________________________________________________________ +[ 29741] By: nicholas on 2007/01/09 21:46:28 + Log: Make minimod.pl warnings and strict clean. + Branch: perl + ! minimod.pl +____________________________________________________________________________ +[ 29740] By: nicholas on 2007/01/09 21:44:05 + Log: Make makedef.pl warnings and strict clean. + Branch: perl + ! makedef.pl +____________________________________________________________________________ +[ 29739] By: nicholas on 2007/01/09 21:37:31 + Log: Make keywords.pl strict and warnings clean. + Branch: perl + ! keywords.pl +____________________________________________________________________________ +[ 29738] By: nicholas on 2007/01/09 21:34:50 + Log: Make autodoc.pl strict clean. + Branch: perl + ! autodoc.pl +____________________________________________________________________________ +[ 29736] By: nicholas on 2007/01/09 21:21:56 + Log: Make opcode.pl strict and warnings clean. + Branch: perl + ! opcode.pl +____________________________________________________________________________ +[ 29734] By: steveh on 2007/01/09 12:44:15 + Log: Subject: Re: Change 29723 breaks t/op/inccode-tie.t on Win32 + From: Nicholas Clark + Date: Tue, 9 Jan 2007 12:31:17 +0000 + Message-ID: <20070109123116.GC30742@plum.flirble.org> + Branch: perl + ! t/op/inccode-tie.t +____________________________________________________________________________ +[ 29732] By: steveh on 2007/01/09 10:40:23 + Log: Subject: Re: [PATCH] ANSIfy the PATH environment variable on Windows + From: Jan Dubois + Date: Mon, 08 Jan 2007 14:58:12 -0800 + Message-ID: + + Fixes the Borland build, in which the PATH was getting corrupted + when the variable that was just putenv()'d got free()'d + Branch: perl + ! win32/win32.c +____________________________________________________________________________ +[ 29731] By: rgs on 2007/01/09 10:33:56 + Log: Subject: [PATCH] Change #29711 broke tr//c on Win32. + From: demerphq + Date: Mon, 8 Jan 2007 20:31:26 +0100 + Message-ID: <9b18b3110701081131v392597c6veed493407c1eede7@mail.gmail.com> + Branch: perl + ! op.c +____________________________________________________________________________ +[ 29730] By: rgs on 2007/01/09 10:04:37 + Log: Subject: [PATCH] Let the regex parser decide if we have a special pattern or not. + From: demerphq + Date: Tue, 9 Jan 2007 00:46:31 +0100 + Message-ID: <9b18b3110701081546n2c3f19acy29adc0d233bb848c@mail.gmail.com> + Branch: perl + ! op.c op.h pp.c pp_ctl.c regcomp.c regexp.h +____________________________________________________________________________ +[ 29729] By: nicholas on 2007/01/09 09:58:17 + Log: socketpair.t was written in 2001. At that time, Test::More got confused + if you forked under it. Test::More 0.47 added support to detect forking + which resolves this. Hence there is now no need to fork() in a BEGIN + block, which causes issues on Win32 due to how pseudofork works. + Branch: perl + ! ext/Socket/t/socketpair.t +____________________________________________________________________________ +[ 29728] By: rgs on 2007/01/09 09:28:52 + Log: Revert change #29708 (useless) + Branch: perl + ! win32/win32.c +____________________________________________________________________________ +[ 29727] By: nicholas on 2007/01/08 23:27:26 + Log: Eliminate pp_threadsv, as it was only ever used by 5005 threads. + Branch: perl + ! dump.c ext/Opcode/Opcode.pm op.c opcode.h opcode.pl opnames.h + ! pp.sym pp_proto.h +____________________________________________________________________________ +[ 29724] By: nicholas on 2007/01/08 21:52:32 + Log: do or die; for all the List::Util pure perl tests. + Branch: perl + ! ext/List/Util/t/p_blessed.t ext/List/Util/t/p_first.t + ! ext/List/Util/t/p_lln.t ext/List/Util/t/p_max.t + ! ext/List/Util/t/p_maxstr.t ext/List/Util/t/p_min.t + ! ext/List/Util/t/p_minstr.t ext/List/Util/t/p_openhan.t + ! ext/List/Util/t/p_readonly.t ext/List/Util/t/p_reduce.t + ! ext/List/Util/t/p_refaddr.t ext/List/Util/t/p_reftype.t + ! ext/List/Util/t/p_shuffle.t ext/List/Util/t/p_sum.t + ! ext/List/Util/t/p_tainted.t +____________________________________________________________________________ +[ 29723] By: nicholas on 2007/01/08 21:20:26 + Log: do $file; won't propagate errors from die, as do is an implicit eval. + So need to propagate errors with $@. + Branch: perl + ! ext/DynaLoader/hints/gnukfreebsd.pl + ! ext/DynaLoader/hints/gnuknetbsd.pl + ! ext/NDBM_File/hints/gnukfreebsd.pl + ! ext/NDBM_File/hints/gnuknetbsd.pl + ! ext/ODBM_File/hints/gnukfreebsd.pl + ! ext/ODBM_File/hints/gnuknetbsd.pl + ! ext/POSIX/hints/gnukfreebsd.pl ext/POSIX/hints/gnuknetbsd.pl + ! ext/Storable/hints/gnukfreebsd.pl + ! ext/Storable/hints/gnuknetbsd.pl lib/perl5db.pl + ! lib/utf8_heavy.pl symbian/config.pl symbian/makesis.pl + ! symbian/xsbuild.pl t/comp/require.t t/op/caller.t t/op/do.t + ! t/op/inccode-tie.t t/op/regexp_noamp.t t/op/regexp_notrie.t + ! t/op/regexp_qr.t t/op/regexp_qr_embed.t t/op/regexp_trielist.t + ! t/op/threads.t t/uni/case.pl win32/ce-helpers/makedist.pl +____________________________________________________________________________ +[ 29719] By: nicholas on 2007/01/08 14:28:17 + Log: Mention -C on #! line in perltodo. Remove some trailing whitespace that + podchecker warned over. + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 29718] By: rgs on 2007/01/08 11:09:10 + Log: Change the API doc for some of the SvXXX testing macros. + Often, those macros simply test a bit in sv_flags, so + the return value should be assigned to a U32 instead of + a bool to avoid truncation. (bug perl #32884) + Branch: perl + ! pod/perlapi.pod sv.h +____________________________________________________________________________ +[ 29717] By: rgs on 2007/01/08 10:35:04 + Log: Turn taint warnings (-t) into severe warnings, so they're + on by default, without having to play games with the + warning bits. Add a test for -t. + Branch: perl + ! perl.c pp_ctl.c t/lib/warnings/taint taint.c warnings.h + ! warnings.pl +____________________________________________________________________________ +[ 29716] By: rgs on 2007/01/08 09:26:01 + Log: Silence casting warnings + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 29715] By: merijn on 2007/01/08 07:34:29 + Log: Default "$undef" for NV_PRESERVES_UV_BITS causes compilation + failure of sv.c when triggered + From: Marcus Holland-Moritz + Date: Mon, 8 Jan 2007 00:49:11 +0100 + Message-ID: <20070108004911.7022445c@r2d2> + Branch: perl + ! Configure +____________________________________________________________________________ +[ 29713] By: merijn on 2007/01/08 07:19:02 + Log: Subject: help cygwin find its dlls even on taint tests with no path + From: "Yitzchak Scott-Thoennes" + Date: Sun, 7 Jan 2007 16:56:28 -0800 (PST) + Message-ID: <2437.63.226.247.31.1168217788.squirrel@63.226.247.31> + Branch: perl + ! cygwin/Makefile.SHs t/op/taint.t +____________________________________________________________________________ +[ 29712] By: davem on 2007/01/08 00:14:22 + Log: fix occasional op/time.t failure + test 2 uses far more sys than user time, so it's possible to burn + 20 secs of wall time without an apparent increase in user time + Branch: perl + ! t/op/time.t +____________________________________________________________________________ +[ 29711] By: davem on 2007/01/08 00:06:44 + Log: allocate op_pv strings from shared mem pool + Branch: perl + ! op.c toke.c +____________________________________________________________________________ +[ 29710] By: rgs on 2007/01/07 23:27:03 + Log: In the new test for less.pm, call use_ok at compile-time + and add -w. + Branch: perl + ! lib/less.t +____________________________________________________________________________ +[ 29709] By: rgs on 2007/01/07 23:24:31 + Log: Subject: [PATCH] less useful + From: "Joshua ben Jore" + Date: Sat, 6 Jan 2007 13:33:15 -0800 + Message-ID: + Branch: perl + ! lib/less.pm lib/less.t +____________________________________________________________________________ +[ 29708] By: rgs on 2007/01/07 23:12:26 + Log: Subject: Re: [PATCH] ANSIfy the PATH environment variable on Windows + From: demerphq + Date: Sun, 7 Jan 2007 20:51:43 +0100 + Message-ID: <9b18b3110701071151y13eaa554w257d2d5016ee0983@mail.gmail.com> + Branch: perl + ! win32/win32.c +____________________________________________________________________________ +[ 29707] By: rgs on 2007/01/07 23:08:04 + Log: Subject: DynaLoader test failure on cygwin + From: "Yitzchak Scott-Thoennes" + Date: Sun, 7 Jan 2007 11:56:21 -0800 (PST) + Message-ID: <1675.63.226.247.31.1168199781.squirrel@63.226.247.31> + Branch: perl + ! ext/DynaLoader/t/DynaLoader.t +____________________________________________________________________________ +[ 29706] By: davem on 2007/01/07 14:55:27 + Log: silence a warning in perly.c + Branch: perl + ! perly.c +____________________________________________________________________________ +[ 29705] By: rgs on 2007/01/06 07:19:09 + Log: Subject: patch: shorten perl.h by six lines + From: "David Nicol" + Date: Sat, 6 Jan 2007 00:02:24 -0600 + Message-ID: <934f64a20701052202p1c77a226w32634a1c69f584c7@mail.gmail.com> + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 29704] By: rgs on 2007/01/06 06:58:41 + Log: Add 2007 copyrights in a few more .pl files that + generate code (thanks to Jarkko) + Branch: perl + ! overload.pl reentr.pl +____________________________________________________________________________ +[ 29703] By: rgs on 2007/01/05 23:15:38 + Log: Silence a gcc warning, spotted by Tels + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 29702] By: rgs on 2007/01/05 18:30:52 + Log: Bump version of PerlIO::via after last change + Branch: perl + ! ext/PerlIO/via/via.pm +____________________________________________________________________________ +[ 29701] By: rgs on 2007/01/05 18:26:43 + Log: Subject: [PATCH] ext/PerlIO/via/via.xs freeing the wrong thing + From: Bo Lindbergh + Date: Fri, 5 Jan 2007 19:19:53 +0100 + Message-Id: + Branch: perl + ! ext/PerlIO/via/via.xs +____________________________________________________________________________ +[ 29700] By: rgs on 2007/01/05 15:37:54 + Log: Normalize copyright of perlio.c for years >= 2006 + Branch: perl + ! perlio.c +____________________________________________________________________________ +[ 29699] By: steveh on 2007/01/05 15:04:59 + Log: Do the same as #29697 for Win32 + Branch: perl + ! win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 29698] By: rgs on 2007/01/05 14:37:31 + Log: Fix the interaction of -w and -t when provided on the command-line + and/or on the shebang line : do not reset the warning bits to + 'only taint'. + Branch: perl + ! perl.c pp_ctl.c +____________________________________________________________________________ +[ 29697] By: rgs on 2007/01/05 12:27:22 + Log: Fix distclean now that we have re::Tie::Hash::NamedCapture + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 29696] By: rgs on 2007/01/05 10:47:58 + Log: Update copyright years in .c files + Branch: perl + ! doio.c doop.c gv.c miniperlmain.c pad.c perl.c pp.c pp_ctl.c + ! pp_hot.c pp_sort.c pp_sys.c regcomp.c regexec.c scope.c + ! universal.c utf8.c +____________________________________________________________________________ +[ 29695] By: rgs on 2007/01/05 10:34:36 + Log: Update copyright years in .h files. Also, in .pl + files that generate .h files, so they'll be ready + next time. + Branch: perl + ! XSUB.h keywords.pl op.h opcode.pl pad.h perlio.h perlsdio.h + ! perlsfio.h pp.h regcomp.h regexp.h scope.h thrdvar.h unixish.h + ! utf8.h utfebcdic.h util.h +____________________________________________________________________________ +[ 29694] By: rgs on 2007/01/05 10:21:58 + Log: Update copyright for perlio.c + Branch: perl + ! perlio.c +____________________________________________________________________________ +[ 29693] By: rgs on 2007/01/05 09:55:22 + Log: Subject: Re: What if NV_PRESERVES_UV_BITS is undef? (was: Re: [PATCH] Configure test code fails to compile if SIGFPE is undefined) + From: SADAHIRO Tomoyuki + Date: Thu, 04 Jan 2007 00:21:02 +0900 + Message-Id: <20070104001943.6BC2.BQW10602@nifty.com> + Branch: perl + ! ext/Data/Dumper/t/dumper.t ext/Devel/Peek/t/Peek.t +____________________________________________________________________________ +[ 29692] By: steveh on 2007/01/05 09:45:08 + Log: Silence various VC6 warnings + Branch: perl + ! ext/B/B.xs perly.c regexec.c util.c win32/win32.c +____________________________________________________________________________ +[ 29691] By: rgs on 2007/01/05 09:11:30 + Log: Subject: Re: [PATCH] perlio.c repair + From: Bo Lindbergh + Date: Thu, 4 Jan 2007 18:22:09 +0100 + Message-Id: + Branch: perl + ! perlio.c +____________________________________________________________________________ +[ 29690] By: rgs on 2007/01/05 07:49:03 + Log: Subject: [PATCH] ANSIfy the PATH environment variable on Windows + From: Jan Dubois + Date: Thu, 04 Jan 2007 12:37:48 -0800 + Message-ID: <7coqp2pme3r30qaonticuv6c6licieg4cg@4ax.com> + Branch: perl + ! win32/perllib.c win32/win32.c +____________________________________________________________________________ +[ 29689] By: rgs on 2007/01/05 07:47:08 + Log: Subject: [PATCH] Add error handling to win32_ansipath + From: Jan Dubois + Date: Thu, 04 Jan 2007 12:20:21 -0800 + Message-ID: + Branch: perl + ! win32/win32.c +____________________________________________________________________________ +[ 29688] By: rgs on 2007/01/04 17:04:11 + Log: Upgrade Module::Load::Conditional to 0.14 + Branch: perl + + lib/Module/Load/Conditional/t/to_load/InPod.pm + ! MANIFEST lib/Module/Load/Conditional.pm + ! lib/Module/Load/Conditional/t/01_Module_Load_Conditional.t + ! lib/Module/Load/Conditional/t/to_load/Commented.pm + ! lib/Module/Load/Conditional/t/to_load/LoadIt.pm + ! lib/Module/Load/Conditional/t/to_load/Must/Be/Loaded.pm +____________________________________________________________________________ +[ 29687] By: rgs on 2007/01/04 15:33:16 + Log: 4th patch from: + + Subject: [PATCH] Cleanup SVf arguments (2nd try) + From: Marcus Holland-Moritz + Date: Mon, 1 Jan 2007 20:16:13 +0100 + Message-ID: <20070101201613.4120d9ef@r2d2> + + Introduce an SVfARG() macro for %SVf (%-p here) arguments to + perl's printf + Branch: perl + ! XSUB.h doio.c gv.c hv.c mg.c op.c pad.c perl.c perl.h perlio.c + ! pp.c pp_ctl.c pp_hot.c pp_sort.c pp_sys.c regcomp.c regexec.c + ! sv.c toke.c universal.c utf8.c +____________________________________________________________________________ +[ 29686] By: rgs on 2007/01/04 15:29:02 + Log: The first three patches from: + + Subject: [PATCH] Cleanup SVf arguments (2nd try) + From: Marcus Holland-Moritz + Date: Mon, 1 Jan 2007 20:16:13 +0100 + Message-ID: <20070101201613.4120d9ef@r2d2> + + Adds (void*) casts to %-p and %p printf arguments + Branch: perl + ! XSUB.h doio.c hv.c mg.c perl.c perlio.c pp.c pp_hot.c + ! regcomp.c regexec.c scope.c sv.c util.c +____________________________________________________________________________ +[ 29685] By: steveh on 2007/01/04 15:21:50 + Log: Subject: Re: [PATCH] Symbian port: add Series 90 support + From: Jarkko Hietaniemi + Date: Thu, 04 Jan 2007 03:35:54 -0500 + Message-ID: <459CBC6A.4060806@iki.fi> + + Fixes a VC7/VC7.1 linker error following #29650/#29651 + Branch: perl + ! perl.h util.c +____________________________________________________________________________ +[ 29684] By: rgs on 2007/01/04 14:40:18 + Log: Remove no longer used magic vtable + Branch: perl + ! XSUB.h perl.h +____________________________________________________________________________ +[ 29683] By: rgs on 2007/01/04 14:39:08 + Log: Silence a 'null argument' warning + Branch: perl + ! dump.c +____________________________________________________________________________ +[ 29682] By: rgs on 2007/01/04 14:30:02 + Log: Subject: Re: [PATCH] Change implementation of %+ to use a proper tied hash interface and add support for %- + From: demerphq + Date: Fri, 29 Dec 2006 21:45:51 +0100 + Message-ID: <9b18b3110612291245q792fe91cu69422d2b81bb4f0b@mail.gmail.com> + Branch: perl + + ext/re/lib/re/Tie/Hash/NamedCapture.pm + ! MANIFEST doop.c dump.c embed.fnc embed.h ext/re/re.pm + ! ext/re/re.xs ext/re/t/re_funcs.t global.sym gv.c hv.c mg.c + ! perl.h pod/perlapi.pod pod/perlintern.pod pod/perlvar.pod + ! proto.h regcomp.c sv.c t/op/pat.t +____________________________________________________________________________ +[ 29681] By: rgs on 2007/01/04 10:32:13 + Log: Subject: [PATCH] Add note to perltodo.pod about Unicode and file globbing + From: Jan Dubois + Date: Thu, 28 Dec 2006 19:06:00 -0800 + Message-ID: <4e19p2lgme9qbqjkv78q7154vg6hlaar19@4ax.com> + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 29680] By: davem on 2007/01/04 01:03:22 + Log: make parser_free actually free the parser! + also remove two SAVEs left over from #29655 + Branch: perl + ! perly.c toke.c +____________________________________________________________________________ +[ 29679] By: nicholas on 2007/01/03 23:13:43 + Log: Rename OURSTASH to SvOURSTASH and OURSTASH_set to SvOURSTASH_set. + Branch: perl + ! dump.c pad.c pad.h sv.c sv.h +____________________________________________________________________________ +[ 29678] By: davem on 2007/01/03 22:17:48 + Log: handle cloning of parsers on the save stack + Branch: perl + ! perly.c scope.c scope.h sv.c +____________________________________________________________________________ +[ 29677] By: nicholas on 2007/01/03 22:02:49 + Log: Teach dump about OURSTASH and COP ranges stored in the NV union. + Branch: perl + ! dump.c +____________________________________________________________________________ +[ 29676] By: stevep on 2007/01/03 18:23:32 + Log: Subject: [PATCH] Update change 29607 to affect only Win32 + From: Jan Dubois + Date: Wed, 03 Jan 2007 08:48:22 -0800 + Message-ID: + Branch: perl + ! lib/blib.pm +____________________________________________________________________________ +[ 29675] By: steveh on 2007/01/03 17:56:16 + Log: Subject: [PATCH] Use short pathnames in $^X and @INC if the long form cannot be represented in the current codepage + From: Jan Dubois + Date: Thu, 28 Dec 2006 18:59:40 -0800 + Message-ID: + + Subject: Re: [PATCH] Use short pathnames in $^X and @INC if the long form cannot be represented in the current codepage + From: Jan Dubois + Date: Wed, 03 Jan 2007 08:12:35 -0800 + Message-ID: + Branch: perl + ! makedef.pl win32/perlhost.h win32/perllib.c win32/vdir.h + ! win32/win32.c win32/win32iop.h +____________________________________________________________________________ +[ 29674] By: stevep on 2007/01/03 17:02:53 + Log: Subject: [PATCH] Re: g++ unhappy + From: Jarkko Hietaniemi + Date: Mon, 01 Jan 2007 14:35:46 -0500 + Message-ID: <45996292.5090000@iki.fi> + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 29673] By: nicholas on 2007/01/03 15:17:29 + Log: Make the ptr_table functions available in an unthreaded perl, as other + code (such as Storable) can take advantage of them. + Branch: perl + ! embed.fnc embed.h intrpvar.h makedef.pl proto.h sv.c +____________________________________________________________________________ +[ 29672] By: stevep on 2007/01/03 13:56:57 + Log: Subject: [PATCH] IO::Compress::* 2.003 + From: "Paul Marquess" + Date: Tue, 2 Jan 2007 13:14:26 -0000 + Message-ID: <02ca01c72e6f$eef88360$6401a8c0@myopwv.com> + Branch: perl + ! 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/Makefile.PL + ! ext/Compress/Zlib/README + ! ext/Compress/Zlib/lib/Compress/Zlib.pm + ! ext/IO/Compress/Base/Changes ext/IO/Compress/Base/README + ! ext/IO/Compress/Base/lib/IO/Compress/Base.pm + ! ext/IO/Compress/Base/lib/IO/Compress/Base/Common.pm + ! ext/IO/Compress/Base/lib/IO/Uncompress/AnyUncompress.pm + ! ext/IO/Compress/Base/lib/IO/Uncompress/Base.pm + ! ext/IO/Compress/Zlib/Changes ext/IO/Compress/Zlib/Makefile.PL + ! ext/IO/Compress/Zlib/README + ! ext/IO/Compress/Zlib/lib/IO/Compress/Adapter/Deflate.pm + ! ext/IO/Compress/Zlib/lib/IO/Compress/Adapter/Identity.pm + ! ext/IO/Compress/Zlib/lib/IO/Compress/Deflate.pm + ! ext/IO/Compress/Zlib/lib/IO/Compress/Gzip.pm + ! ext/IO/Compress/Zlib/lib/IO/Compress/Gzip/Constants.pm + ! ext/IO/Compress/Zlib/lib/IO/Compress/RawDeflate.pm + ! ext/IO/Compress/Zlib/lib/IO/Compress/Zip.pm + ! ext/IO/Compress/Zlib/lib/IO/Compress/Zip/Constants.pm + ! ext/IO/Compress/Zlib/lib/IO/Compress/Zlib/Constants.pm + ! ext/IO/Compress/Zlib/lib/IO/Compress/Zlib/Extra.pm + ! ext/IO/Compress/Zlib/lib/IO/Uncompress/Adapter/Identity.pm + ! ext/IO/Compress/Zlib/lib/IO/Uncompress/Adapter/Inflate.pm + ! ext/IO/Compress/Zlib/lib/IO/Uncompress/AnyInflate.pm + ! ext/IO/Compress/Zlib/lib/IO/Uncompress/Gunzip.pm + ! ext/IO/Compress/Zlib/lib/IO/Uncompress/Inflate.pm + ! ext/IO/Compress/Zlib/lib/IO/Uncompress/RawInflate.pm + ! ext/IO/Compress/Zlib/lib/IO/Uncompress/Unzip.pm +____________________________________________________________________________ +[ 29671] By: stevep on 2007/01/03 01:46:41 + Log: Upgrade to Time-HiRes-1.9704 + Branch: perl + ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm + ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/t/HiRes.t +____________________________________________________________________________ +[ 29670] By: nicholas on 2007/01/02 21:45:08 + Log: Update copyright years to include 2007. (Plus a couple of 2006s and + earlier we missed in av.h and hv.h) + Branch: perl + ! av.h cv.h dump.c hv.h op.c parser.h perly.c sv.h +____________________________________________________________________________ +[ 29669] By: nicholas on 2007/01/02 21:10:13 + Log: Assignment to a tainted variable was causing confusion if the source + value was an NV too large for an IV (bug #40708). Fix the confusion + by not promoting private flags to public flags in S_save_magic if + there are already public flags. + Branch: perl + ! mg.c t/op/taint.t +____________________________________________________________________________ +[ 29668] By: nicholas on 2007/01/02 20:47:31 + Log: PVMG can be isUV too. + Branch: perl + ! dump.c ext/Devel/Peek/t/Peek.t +____________________________________________________________________________ +[ 29667] By: davem on 2007/01/02 19:44:23 + Log: fix -Mad build breakage + Branch: perl + ! perly.c +____________________________________________________________________________ +[ 29666] By: nicholas on 2007/01/02 18:14:26 + Log: Copying to FORMATs should work (and not fail assertions if the value + is floating point). Copying to ARRAYs and HASHes can't work and should + croak. + Branch: perl + ! pod/perldiag.pod sv.c +____________________________________________________________________________ +[ 29665] By: nicholas on 2007/01/02 17:41:06 + Log: It's good to be able to dump FORMATs too :-) + Branch: perl + ! cv.h +____________________________________________________________________________ +[ 29664] By: nicholas on 2007/01/02 16:28:48 + Log: Remove the vestigal "#if 0"s from header files that defined same-sized + *allocated structs, as these are not going to be needed again. + Branch: perl + ! av.h hv.h sv.h +____________________________________________________________________________ +[ 29663] By: nicholas on 2007/01/02 16:05:02 + Log: Probably better to make PAD_FAKELEX_ANON and PAD_FAKELEX_MULTI special + cases, instead of scanning pad.h to find them, and picking up 3 other + superfluous definitions as a side effect. + Branch: perl + ! ext/B/defsubs_h.PL ext/B/t/concise-xs.t +____________________________________________________________________________ +[ 29662] By: nicholas on 2007/01/02 14:55:29 + Log: Note that the examples for the structure copying bug example are no + longer relevant because of the XPVGV re-ordering. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 29661] By: steveh on 2007/01/02 14:50:56 + Log: Fix a couple of linker errors on Win32 + Branch: perl + ! makedef.pl +____________________________________________________________________________ +[ 29660] By: davem on 2007/01/02 14:02:40 + Log: remove conflict in pending_ident function and field name + Branch: perl + ! embed.fnc embed.h proto.h toke.c +____________________________________________________________________________ +[ 29659] By: steveh on 2007/01/02 11:18:26 + Log: Check miniperl exists before using it to run uupacktool.pl + during distclean + Branch: perl + ! win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 29658] By: merijn on 2007/01/02 07:15:38 + Log: Subject: [PATCH] Configure test code fails to compile if SIGFPE is undefined + From: Marcus Holland-Moritz + Date: Tue, 2 Jan 2007 00:08:27 +0100 + Message-ID: <20070102000827.7acf11c8@r2d2> + Branch: perl + ! Configure +____________________________________________________________________________ +[ 29656] By: davem on 2007/01/02 02:19:20 + Log: Subject: [PATCH] really should test compile in AIX or something (fixup after the Series 90 patch) + From: Jarkko Hietaniemi + Date: Tue, 2 Jan 2007 03:15:42 +0200 (EET) + Message-Id: <200701020115.l021FgtC495074@kosh.hut.fi> + Branch: perl + ! makedef.pl +____________________________________________________________________________ +[ 29655] By: davem on 2007/01/02 01:51:05 + Log: move easy lexer state variables into PL_parser + (where "easy" == "only appear in toke.c") + Branch: perl + ! embed.fnc embed.h embedvar.h intrpvar.h parser.h perl.h + ! perlapi.h perly.c proto.h sv.c toke.c +____________________________________________________________________________ +[ 29654] By: stevep on 2007/01/02 00:07:52 + Log: Quiet a smoke warning in toke.c and bump the copyright year. + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 29653] By: stevep on 2007/01/01 22:48:33 + Log: Welcome to 2007! Time to update copyrights from changes earlier + today. + Branch: perl + ! embed.h embed.pl embedvar.h global.sym hv.c mg.c perl.h + ! perlapi.c perlapi.h proto.h sv.c util.c +____________________________________________________________________________ +[ 29652] By: davem on 2007/01/01 22:37:40 + Log: split parser initialisation from parser execution + Branch: perl + ! embed.fnc embed.h parser.h perly.c proto.h toke.c +____________________________________________________________________________ +[ 29651] By: stevep on 2007/01/01 19:30:05 + Log: Add file missed in change #29650. + Branch: perl + + symbian/PerlUiS90.rss +____________________________________________________________________________ +[ 29650] By: stevep on 2007/01/01 15:41:48 + Log: Subject: [PATCH] Symbian port: add Series 90 support + From: Jarkko Hietaniemi + Date: Mon, 01 Jan 2007 08:49:03 -0500 + Message-ID: <4599114F.8020307@iki.fi> + Branch: perl + ! MANIFEST README.symbian embed.fnc embed.h embedvar.h + ! global.sym hv.c intrpvar.h lib/ExtUtils/Constant/ProxySubs.pm + ! mg.c perl.h perlapi.h perlio.c pod/perlapi.pod proto.h sv.c + ! symbian/PerlApp.cpp symbian/PerlApp.h symbian/PerlUi.cpp + ! symbian/PerlUi.h symbian/config.pl symbian/config.sh + ! symbian/cwd.pl symbian/install.cfg symbian/makesis.pl + ! symbian/sdk.pl symbian/xsbuild.pl util.c +____________________________________________________________________________ +[ 29649] By: davem on 2007/01/01 11:24:07 + Log: split parser stack from parser object + Branch: perl + ! parser.h perly.c +____________________________________________________________________________ +[ 29648] By: davem on 2006/12/31 18:56:37 + Log: in lex_start(), ensure that all lexer state vars are saved + and re-initialised. This is mostly overkill, but mimicks the + effect of having all the vars in a single parser object. + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 29647] By: nicholas on 2006/12/31 16:58:18 + Log: Rationalise the logic in lex_start for creating a new temporary if the + passed in SV is read only or doesn't end in ';'. Also, allow a NULL + pointer to imply a zero length string, which saves creating a mortal + in pp_require, only for it to be ignored in favour of a new SV. + Branch: perl + ! embed.fnc pp_ctl.c proto.h toke.c +____________________________________________________________________________ +[ 29646] By: stevep on 2006/12/31 16:37:54 + Log: Fix to test failures caused by change #29606 when PERLIO=stdio. + Based on suggestions from Ilya Zakharevich in + http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-12/msg00646.html + Branch: perl + ! lib/SelfLoader.pm +____________________________________________________________________________ +[ 29645] By: merijn on 2006/12/31 13:58:57 + Log: Subject: [PATCH] smoke signs suppression + From: Jarkko Hietaniemi + Date: Sun, 31 Dec 2006 08:51:52 -0500 + Message-ID: <4597C078.4000503@iki.fi> + Branch: perl + ! iperlsys.h perly.c regcomp.c +____________________________________________________________________________ +[ 29644] By: nicholas on 2006/12/31 12:31:09 + Log: As freeing up PL_linestr is now done via the scope stack, there's no + need to make any temporary varariable a mortal, and waste effort on + the temp stack (not) clearing it up. + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 29643] By: nicholas on 2006/12/31 12:07:37 + Log: PL_linestr needs to survive until the end of scope, not just the next + FREETMPS. Fixes the underlying cause of the thread cloning SEGV + reported in http://www.nntp.perl.org/group/perl.perl5.porters/63123 + Branch: perl + + t/op/threads_create.pl + ! MANIFEST sv.c t/op/threads.t toke.c +____________________________________________________________________________ +[ 29642] By: nicholas on 2006/12/31 00:08:00 + Log: Move SVt_BIND to be the lowest type after SVt_NULL. This will force all + code attempting to upgrade a BIND to anything into sv_upgrade(), which + for now will croak, but in future can DTRT, for whatever TRT is decided + to be. Make SvOK() check the flags of the referenant for a BIND, as I + envisage that the only flag bit that will get set on a BIND is SVf_UTF8 + even if the referant has a defined value. + Branch: perl + ! dump.c ext/B/B.xs sv.c sv.h +____________________________________________________________________________ +[ 29641] By: stevep on 2006/12/30 05:55:53 + Log: Subject: [PATCH] Update Compress Modules to version 2.002 + From: "Paul Marquess" + Date: Fri, 29 Dec 2006 20:50:26 -0000 + Message-ID: <000501c72b8a$f96b2ba0$6401a8c0@myopwv.com> + Branch: perl + ! 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 + ! ext/Compress/Zlib/t/03zlib-v1.t ext/Compress/Zlib/t/14gzopen.t + ! ext/IO/Compress/Base/Changes ext/IO/Compress/Base/README + ! ext/IO/Compress/Base/lib/IO/Compress/Base.pm + ! ext/IO/Compress/Base/lib/IO/Compress/Base/Common.pm + ! ext/IO/Compress/Base/lib/IO/Uncompress/AnyUncompress.pm + ! ext/IO/Compress/Base/lib/IO/Uncompress/Base.pm + ! ext/IO/Compress/Base/t/01misc.t ext/IO/Compress/Zlib/Changes + ! ext/IO/Compress/Zlib/README + ! ext/IO/Compress/Zlib/lib/IO/Compress/Adapter/Deflate.pm + ! ext/IO/Compress/Zlib/lib/IO/Compress/Adapter/Identity.pm + ! ext/IO/Compress/Zlib/lib/IO/Compress/Deflate.pm + ! ext/IO/Compress/Zlib/lib/IO/Compress/Gzip.pm + ! ext/IO/Compress/Zlib/lib/IO/Compress/Gzip/Constants.pm + ! ext/IO/Compress/Zlib/lib/IO/Compress/RawDeflate.pm + ! ext/IO/Compress/Zlib/lib/IO/Compress/Zip.pm + ! ext/IO/Compress/Zlib/lib/IO/Compress/Zip/Constants.pm + ! ext/IO/Compress/Zlib/lib/IO/Compress/Zlib/Constants.pm + ! ext/IO/Compress/Zlib/lib/IO/Compress/Zlib/Extra.pm + ! ext/IO/Compress/Zlib/lib/IO/Uncompress/Adapter/Identity.pm + ! ext/IO/Compress/Zlib/lib/IO/Uncompress/Adapter/Inflate.pm + ! ext/IO/Compress/Zlib/lib/IO/Uncompress/AnyInflate.pm + ! ext/IO/Compress/Zlib/lib/IO/Uncompress/Gunzip.pm + ! ext/IO/Compress/Zlib/lib/IO/Uncompress/Inflate.pm + ! ext/IO/Compress/Zlib/lib/IO/Uncompress/RawInflate.pm + ! ext/IO/Compress/Zlib/lib/IO/Uncompress/Unzip.pm + ! t/lib/compress/CompTestUtils.pm t/lib/compress/multi.pl + ! t/lib/compress/oneshot.pl +____________________________________________________________________________ +[ 29640] By: davem on 2006/12/30 01:18:18 + Log: fix a test failing under -Dmad + Branch: perl + ! ext/List/Util/t/weak.t +____________________________________________________________________________ +[ 29639] By: nicholas on 2006/12/29 16:20:39 + Log: With xlow and xhigh as U32, PAD_MAX shouldn't be IV_MAX, as on a 64 bit + system this can't be stored. + Branch: perl + ! pad.c +____________________________________________________________________________ +[ 29638] By: nicholas on 2006/12/29 14:42:03 + Log: I failed to run regen.pl to propagate my pad.c changes to perlintern.pod + Branch: perl + ! pod/perlintern.pod +____________________________________________________________________________ +[ 29637] By: nicholas on 2006/12/29 00:17:18 + Log: In Perl_fbm_compile, really rarest should be U32 not I32, as it is + set from a U32, and used as an array index. + Branch: perl + ! util.c +____________________________________________________________________________ +[ 29636] By: davem on 2006/12/29 00:08:35 + Log: further fix for #29543: fix parser leaks caused by croaking + Branch: perl + ! dump.c op.c op.h perly.c t/comp/parser.t +____________________________________________________________________________ +[ 29635] By: nicholas on 2006/12/28 23:57:16 + Log: Eliminate BmPREVIOUS_set - with the complexity gone from how the datum + is stored, there's no need for it. + Branch: perl + ! sv.h util.c +____________________________________________________________________________ +[ 29634] By: nicholas on 2006/12/28 23:35:54 + Log: Move all the FBM data fields from the table into a struct xbm_s which + is part of the xnv union. + Branch: perl + ! av.h cv.h hv.h sv.h util.c +____________________________________________________________________________ +[ 29633] By: nicholas on 2006/12/28 22:40:37 + Log: With PAD_COMPNAME_GEN in SvUVX, SvCUR is trustworthy once more. + Branch: perl + ! op.c pad.h sv.c +____________________________________________________________________________ +[ 29632] By: nicholas on 2006/12/28 22:03:56 + Log: Move PAD_COMPNAME_GEN from SvCUR to SvUVX. + Branch: perl + ! op.c pad.c pad.h +____________________________________________________________________________ +[ 29631] By: nicholas on 2006/12/28 21:41:52 + Log: Move PAD_FAKELEX_ANON and PAD_FAKELEX_MULTI to pad.h, export them via + B.pm, so that B::Concise doesn't need to hard code magic numbers. + Branch: perl + ! ext/B/B/Concise.pm ext/B/defsubs_h.PL ext/B/t/concise-xs.t + ! pad.c pad.h +____________________________________________________________________________ +[ 29630] By: nicholas on 2006/12/28 21:21:22 + Log: Move the low/high cop sequences from NVX/IVX to a two U32 structure + in the xnv union. This frees up IVX for the PL_generation code, which + in turn will allow SvCUR to return to its real purpose. + Branch: perl + ! av.h cv.h hv.h pad.c pad.h sv.h +____________________________________________________________________________ +[ 29629] By: nicholas on 2006/12/28 20:02:03 + Log: Abstract the pad code's overloaded use of SvNVX and SvIVX into + 4 macros COP_SEQ_RANGE_LOW, COP_SEQ_RANGE_HIGH, PARENT_PAD_INDEX + and PARENT_FAKELEX_FLAGS + Branch: perl + ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Deparse.pm + ! pad.c pad.h +____________________________________________________________________________ +[ 29628] By: nicholas on 2006/12/28 17:55:06 + Log: Change PAD_MAX to something a bit less FORTRAN-ish than 999999999. + Branch: perl + ! pad.c +____________________________________________________________________________ +[ 29627] By: stevep on 2006/12/27 19:36:13 + Log: Upgrade to Errno-1.10 (!). I have left the core tests as is for + now as well as for Makefile.PL, which need some looking into. + Branch: perl + ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL +____________________________________________________________________________ +[ 29626] By: nicholas on 2006/12/27 15:27:58 + Log: Subject: [PATCH] Macroize char class tests in case to remove duplicated code. + From: demerphq + Message-ID: <9b18b3110612270237i40e5ef34ud80898459ee338eb@mail.gmail.com> + Date: Wed, 27 Dec 2006 11:37:36 +0100 + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 29625] By: stevep on 2006/12/27 14:13:27 + Log: Upgrade to CPAN-1.83_66. + Branch: perl + + lib/CPAN/Kwalify.pm lib/CPAN/Kwalify/distroprefs.dd + + lib/CPAN/Kwalify/distroprefs.yml + ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm + ! lib/CPAN/HandleConfig.pm lib/CPAN/Version.pm + ! lib/CPAN/t/10version.t +____________________________________________________________________________ +[ 29624] By: stevep on 2006/12/26 15:53:57 + Log: Cannot use a L<> within a preformatted section of a Pod document. + Branch: perl + ! pod/perlreref.pod +____________________________________________________________________________ +[ 29623] By: rgs on 2006/12/26 14:22:15 + Log: Subject: Re: Named-capture regex syntax + From: SADAHIRO Tomoyuki + Date: Tue, 26 Dec 2006 23:11:38 +0900 + Message-Id: <20061226231027.8320.BQW10602@nifty.com> + Branch: perl + ! t/op/pat.t +____________________________________________________________________________ +[ 29622] By: rgs on 2006/12/25 17:09:07 + Log: Fix a couple of warnings + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 29621] By: rgs on 2006/12/25 17:03:14 + Log: Subject: Re: Named-capture regex syntax + From: demerphq + Date: Sun, 24 Dec 2006 14:38:15 +0100 + Message-ID: <9b18b3110612240538m5c45654br7d27171835f6664@mail.gmail.com> + Branch: perl + ! pod/perldiag.pod pod/perlre.pod regcomp.c regcomp.h t/op/pat.t + ! t/op/re_tests +____________________________________________________________________________ +[ 29620] By: rgs on 2006/12/24 09:28:22 + Log: The PERLIO environment variable, when unset, doesn't default to :stdio. + Branch: perl + ! pod/perlrun.pod +____________________________________________________________________________ +[ 29619] By: rgs on 2006/12/23 16:15:50 + Log: Fix #6006 for taint mode too. + Branch: perl + ! op.c t/op/subst.t +____________________________________________________________________________ +[ 29618] By: rgs on 2006/12/23 15:52:27 + Log: Remove -T from op/subst.t, and add a new test file, substT.t, + to run the s/// tests under taint mode; mark the test for + RT #6006 as TODO, but only with -T. + Branch: perl + + t/op/substT.t + ! MANIFEST t/op/subst.t +____________________________________________________________________________ +[ 29617] By: rgs on 2006/12/23 15:38:50 + Log: A better fix for RT #6006: revert change 29616, which was bogus, + and add OP_SCOPE to the list of "dangerous" ops that might appear + on the right side of s///. + However, this fix does not work under taint mode, and op/subst.t + has -T. + Branch: perl + ! op.c +____________________________________________________________________________ +[ 29616] By: rgs on 2006/12/23 13:52:02 + Log: Fix RT #6006: Regexp replaces using large replacement variables fail + some of the time (i.e. when the substitution contains something + like ${10}). Patch derived from a patch by Hugo van der Sanden; + added also a second test (Yves Orton already added a TODO test + for this.) + Branch: perl + ! op.c t/op/subst.t +____________________________________________________________________________ +[ 29615] By: rgs on 2006/12/23 12:31:26 + Log: Upgrade to Module::Build 0.2806 + Branch: perl + + lib/Module/Build/Config.pm + ! MANIFEST lib/Module/Build.pm lib/Module/Build/API.pod + ! lib/Module/Build/Authoring.pod lib/Module/Build/Base.pm + ! lib/Module/Build/Changes lib/Module/Build/Compat.pm + ! lib/Module/Build/Cookbook.pm lib/Module/Build/ModuleInfo.pm + ! lib/Module/Build/PPMMaker.pm + ! lib/Module/Build/Platform/Amiga.pm + ! lib/Module/Build/Platform/Default.pm + ! lib/Module/Build/Platform/EBCDIC.pm + ! lib/Module/Build/Platform/MPEiX.pm + ! lib/Module/Build/Platform/MacOS.pm + ! lib/Module/Build/Platform/RiscOS.pm + ! lib/Module/Build/Platform/Unix.pm + ! lib/Module/Build/Platform/VMS.pm + ! lib/Module/Build/Platform/VOS.pm + ! lib/Module/Build/Platform/Windows.pm + ! lib/Module/Build/Platform/aix.pm + ! lib/Module/Build/Platform/darwin.pm + ! lib/Module/Build/Platform/os2.pm lib/Module/Build/Version.pm + ! lib/Module/Build/t/basic.t lib/Module/Build/t/ext.t + ! lib/Module/Build/t/extend.t lib/Module/Build/t/metadata.t + ! lib/Module/Build/t/moduleinfo.t lib/Module/Build/t/xs.t +____________________________________________________________________________ +[ 29614] By: rgs on 2006/12/23 11:45:28 + Log: syswrite() wasn't reporting a warning when writing to a filehandle + opened only for input. + Branch: perl + ! pp_sys.c t/lib/warnings/pp_sys +____________________________________________________________________________ +[ 29613] By: rgs on 2006/12/22 15:44:51 + Log: The Perl 6 specification is still evolving, so don't refer to it. + Branch: perl + ! pod/perlsyn.pod +____________________________________________________________________________ +[ 29612] By: stevep on 2006/12/22 15:18:02 + Log: miniperl may not have been successfully built before running a + "make distclean". + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 29611] By: stevep on 2006/12/22 14:53:17 + Log: Silence an unused variable warning in sv.c. + Branch: perl + ! sv.h +____________________________________________________________________________ +[ 29610] By: rgs on 2006/12/22 11:30:47 + Log: Unshare the shared string gp_file_hek only if it exists in a GP. + Not doing this will produce invalid frees in the global destruction + process, probably because the empty string will get freed several + times. This should be safe since gp_file_hek is only assigned a + new value with share_hek(). + Branch: perl + ! gv.c +____________________________________________________________________________ +[ 29609] By: rgs on 2006/12/21 10:24:05 + Log: Upgrade to Text::Balanced 2.0.0 + Branch: perl + ! lib/Text/Balanced.pm lib/Text/Balanced/Changes + ! lib/Text/Balanced/README lib/Text/Balanced/t/extqlk.t +____________________________________________________________________________ +[ 29608] By: rgs on 2006/12/21 10:12:14 + Log: Subject: [PATCH] threads 1.57 + From: "Jerry D. Hedden" + Date: Wed, 20 Dec 2006 10:30:21 -0800 (PST) + Message-ID: <20061220183021.79793.qmail@web30205.mail.mud.yahoo.com> + Branch: perl + ! ext/threads/Changes ext/threads/README ext/threads/t/exit.t + ! ext/threads/t/join.t ext/threads/t/state.t + ! ext/threads/t/thread.t ext/threads/threads.pm + ! ext/threads/threads.xs +____________________________________________________________________________ +[ 29607] By: rgs on 2006/12/21 09:47:34 + Log: Subject: [PATCH] allow blib.pm to be used for testing Win32 module (again) + From: Jan Dubois + Date: Wed, 20 Dec 2006 18:53:51 -0800 + Message-ID: + Branch: perl + ! lib/blib.pm +____________________________________________________________________________ +[ 29606] By: stevep on 2006/12/21 05:47:31 + Log: Subject: [PATCH 5.8.8] SelfLoader after fork() + From: Ilya Zakharevich + Date: Mon, 18 Dec 2006 01:13:59 -0800 + Message-ID: <20061218091359.GA14985@powdermilk.math.berkeley.edu> + Branch: perl + ! lib/SelfLoader.pm +____________________________________________________________________________ +[ 29605] By: stevep on 2006/12/21 05:12:28 + Log: Subject: [PATCH] Implement killpg() for MSWin32 + From: Jan Dubois + Date: Wed, 20 Dec 2006 15:41:00 -0800 + Message-ID: + 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 win32/perlhost.h + ! win32/win32.c win32/win32.h +____________________________________________________________________________ +[ 29604] By: rgs on 2006/12/20 16:13:32 + Log: Subject: Re: [PATCH] Making adding binary files possible + From: demerphq + Date: Wed, 20 Dec 2006 16:00:33 +0100 + Message-ID: <9b18b3110612200700k48157cd1n1f2305f306b7de32@mail.gmail.com> + + plus matching updates to Makefile.SH and patching.pod + Branch: perl + + uupacktool.pl win32/perlexe.ico.packd + - pack.pl packed_files.pl win32/makeico.pl + ! MANIFEST Makefile.SH Porting/patching.pod win32/Makefile + ! win32/Makefile.ce win32/makefile.mk +____________________________________________________________________________ +[ 29603] By: merijn on 2006/12/20 12:58:41 + Log: Open Configure to the world of 64bitonly environments + Branch: perl + ! Configure +____________________________________________________________________________ +[ 29601] By: rgs on 2006/12/20 11:15:29 + Log: Fix leaks in label strings allocation in COPs + Branch: perl + ! cop.h perly.act perly.h perly.tab perly.y toke.c +____________________________________________________________________________ +[ 29600] By: rgs on 2006/12/20 09:30:06 + Log: Don't free the original label string when assigning it to cop_label, + since it comes directly from the parser. (That was making op/goto.t + fail under threads and without debugging on some platforms.) + Branch: perl + ! cop.h +____________________________________________________________________________ +[ 29599] By: stevep on 2006/12/20 04:20:14 + Log: Subject: [PATCH] threads::shared 1.06 + From: "Jerry D. Hedden" + Date: Tue, 19 Dec 2006 10:30:47 -0800 (PST) + Message-ID: <525867.40748.qm@web30207.mail.mud.yahoo.com> + Branch: perl + ! ext/threads/shared/Changes ext/threads/shared/README + ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs + ! ext/threads/shared/t/cond.t +____________________________________________________________________________ +[ 29598] By: stevep on 2006/12/20 04:14:06 + Log: Subject: [PATCH] Update cwd() to return the "short" pathname if the long one doesn't fit the codepage + From: Jan Dubois + Date: Mon, 18 Dec 2006 21:37:25 -0800 + Message-ID: <3rteo219or8hqr511e4vg1fnsgvgemb4sh@4ax.com> + Branch: perl + ! win32/perlhost.h win32/vdir.h +____________________________________________________________________________ +[ 29597] By: stevep on 2006/12/20 04:07:11 + Log: Subject: [PATCH] let readdir() return the alternate (short) filename if the long name is outside the current codepage + From: Jan Dubois + Date: Tue, 19 Dec 2006 13:49:40 -0800 + Message-ID: <8nmgo2dr5gtmv00gtfu07g7rdgitr859jk@4ax.com> + Branch: perl + ! win32/win32.c +____________________________________________________________________________ +[ 29596] By: merijn on 2006/12/19 19:48:51 + Log: Subject: [PATCH] Re: 'localtime' not thread-safe under HP-UX B.11.11/64 + From: "Jerry D. Hedden" + Date: Mon, 18 Dec 2006 10:18:28 -0800 (PST) + Message-ID: <31291.28361.qm@web30205.mail.mud.yahoo.com> + Branch: perl + ! hints/hpux.sh +____________________________________________________________________________ +[ 29595] By: rgs on 2006/12/19 15:22:24 + Log: Proper cleanup for Errno.pm + Branch: perl + ! ext/Errno/Makefile.PL +____________________________________________________________________________ +[ 29594] By: rgs on 2006/12/19 15:14:47 + Log: Fix paths of pack.pl in patching.pod + Branch: perl + ! Porting/patching.pod +____________________________________________________________________________ +[ 29593] By: rgs on 2006/12/19 15:07:45 + Log: Subject: [PATCH] Making adding binary files possible + From: "Jos Boumans" + Date: Fri, 15 Dec 2006 20:51:45 +0100 (CET) + Message-ID: <19978.80.127.35.68.1166212305.squirrel@webmail.xs4all.nl> + + with a few tweaks + Branch: perl + + pack.pl packed_files.pl + ! MANIFEST Makefile.SH Porting/patching.pod +____________________________________________________________________________ +[ 29592] By: rgs on 2006/12/19 10:50:13 + Log: Add a regression test to verify that POSIX::AUTOLOAD works, + and silence a potential warning from it. + Branch: perl + ! ext/POSIX/POSIX.pm ext/POSIX/t/posix.t +____________________________________________________________________________ +[ 29591] By: rgs on 2006/12/19 10:23:29 + Log: Disable strictures in POSIX AUTOLOAD + Branch: perl + ! ext/POSIX/POSIX.pm +____________________________________________________________________________ +[ 29590] By: rgs on 2006/12/19 09:49:30 + Log: Subject: [PATCH] Don't destroy the Unicode system environment on Perl startup + From: Jan Dubois + Date: Mon, 18 Dec 2006 16:34:33 -0800 + Message-ID: + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 29589] By: davem on 2006/12/19 02:25:19 + Log: make -Dpv print 8 parser stack items, not 9 + Branch: perl + ! perly.c +____________________________________________________________________________ +[ 29588] By: nicholas on 2006/12/18 22:12:36 + Log: Making strict et al propagate into autoloaded subroutines seems a + worthy todo. + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 29587] By: nicholas on 2006/12/18 22:04:19 + Log: Ensure that POSIX.pm is strict and warnings compliant throughout if + the __END__ is temporarily removed. + Branch: perl + ! ext/POSIX/POSIX.pm +____________________________________________________________________________ +[ 29586] By: nicholas on 2006/12/18 21:23:43 + Log: Given that POSIX already has AutoLoader loaded, move as much as + possible of POSIX::SigRt out to AutoLoadLand, so that it won't be + loaded unless someone starts using the realtime signals interface. + Branch: perl + ! ext/POSIX/POSIX.pm +____________________________________________________________________________ +[ 29585] By: rgs on 2006/12/18 16:06:38 + Log: Subject: Re: [PATCH] do not meddle in the affairs of PERL_TRACK_MEMPOOL + From: Jarkko Hietaniemi + Date: Sun, 17 Dec 2006 22:17:34 -0500 + Message-ID: <4586084E.8040706@iki.fi> + + Introduce CopLABEL() macro to deal with labels attached to COPs. + Branch: perl + ! cop.h op.c scope.h +____________________________________________________________________________ +[ 29584] By: stevep on 2006/12/18 15:36:11 + Log: Subject: [PATCH blead] Re: [perl #41071] require stringifies code references in tied @INC + From: Rick Delaney + Date: Fri, 15 Dec 2006 23:28:25 -0500 + Message-ID: <20061216042825.GB23501@localhost.localdomain> + Branch: perl + + t/op/inccode-tie.t + ! MANIFEST pp_ctl.c t/op/inccode.t +____________________________________________________________________________ +[ 29583] By: rgs on 2006/12/18 14:43:58 + Log: ExtUtils/MakeMaker.pm: WriteEmptyMakefile() was ignoring FIRST_MAKEFILE + + Subject: [PATCH 5.8.8] OS/2 build, small change + From: Ilya Zakharevich + Date: Mon, 18 Dec 2006 01:20:12 -0800 + Message-ID: <20061218092012.GA15022@powdermilk.math.berkeley.edu> + Branch: perl + ! lib/ExtUtils/MakeMaker.pm +____________________________________________________________________________ +[ 29582] By: rgs on 2006/12/18 14:43:05 + Log: lib/perl5db.pl: Remove code now moved to OS2::Process + + Subject: [PATCH 5.8.8] OS/2 build, small change + From: Ilya Zakharevich + Date: Mon, 18 Dec 2006 01:20:12 -0800 + Message-ID: <20061218092012.GA15022@powdermilk.math.berkeley.edu> + Branch: perl + ! lib/perl5db.pl +____________________________________________________________________________ +[ 29581] By: rgs on 2006/12/18 13:35:18 + Log: Bump version number of ExtUtils::MM_Unix after last change + Branch: perl + ! lib/ExtUtils/MM_Unix.pm +____________________________________________________________________________ +[ 29580] By: rgs on 2006/12/18 13:34:00 + Log: Subject: [PATCH 5.8.8] OS/2-specific fixes, round II + From: Ilya Zakharevich + Date: Mon, 18 Dec 2006 00:45:24 -0800 + Message-ID: <20061218084524.GA14866@powdermilk.math.berkeley.edu> + Branch: perl + + os2/OS2/Process/t/os2_atoms.t + + os2/OS2/Process/t/os2_clipboard.t os2/os2_pipe.t + ! MANIFEST emacs/ptags ext/DynaLoader/XSLoader_pm.PL + ! lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs + ! os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs + ! os2/OS2/Process/t/os2_process.t os2/OS2/REXX/DLL/Changes + ! os2/OS2/REXX/DLL/DLL.pm os2/os2.c os2/os2ish.h perl.c util.c +____________________________________________________________________________ +[ 29579] By: rgs on 2006/12/18 11:53:54 + Log: ExtUtils::Command is now maintained separately from MakeMaker + Branch: perl + ! Porting/Maintainers.pl +____________________________________________________________________________ +[ 29578] By: rgs on 2006/12/18 11:47:56 + Log: Subject: [PATCH 5.8.8] Fixes for the test suite on OS/2 + From: Ilya Zakharevich + Date: Wed, 13 Dec 2006 18:32:22 -0800 + Message-ID: <20061214023222.GA29084@powdermilk.math.berkeley.edu> + Branch: perl + ! ext/IO/t/io_unix.t lib/ExtUtils/t/eu_command.t + ! lib/Time/Local.t os2/OS2/ExtAttr/t/os2_ea.t t/io/fs.t + ! t/op/stat.t +____________________________________________________________________________ +[ 29577] By: rgs on 2006/12/18 10:49:15 + Log: Subject: [PATCH 5.8.8] OS/2: survive SIGCHLD + From: Ilya Zakharevich + Date: Mon, 18 Dec 2006 00:55:19 -0800 + Message-ID: <20061218085519.GA14893@powdermilk.math.berkeley.edu> + + plus a perldiag entry for the new error, + "Maximal count of pending signals (%s) exceeded" + Branch: perl + ! mg.c pod/perldiag.pod +____________________________________________________________________________ +[ 29576] By: rgs on 2006/12/18 10:07:10 + Log: Subject: [PATCH] C++: regcomp.c and ext/Time/Piece/Piece.xs + From: Jarkko Hietaniemi + Date: Sun, 17 Dec 2006 22:45:29 -0500 + Message-ID: <45860ED9.9090808@iki.fi> + Branch: perl + ! ext/Time/Piece/Piece.xs regcomp.c +____________________________________________________________________________ +[ 29575] By: rgs on 2006/12/18 09:58:48 + Log: Subject: PATCH: Add =encoding directive to non-latin READMEs + From: Slaven Rezic + Date: 16 Dec 2006 11:20:36 +0100 + Message-ID: <87wt4sdtvv.fsf@biokovo.herceg.de> + Branch: perl + ! README.cn README.jp README.ko README.tw +____________________________________________________________________________ +[ 29574] By: rgs on 2006/12/18 09:51:09 + Log: Subject: [PATCH] perl.c: leak avoidance + From: Jarkko Hietaniemi + Date: Sat, 16 Dec 2006 11:48:13 -0500 + Message-ID: <4584234D.7070209@iki.fi> + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 29573] By: craigb on 2006/12/18 01:15:43 + Log: In vms/vms.c, don't prototype decw$term_port until after + config.h (via perl.h) is included. That's where USE_VMS_DECTERM + is defined. + Branch: perl + ! vms/vms.c +____________________________________________________________________________ +[ 29572] By: craigb on 2006/12/18 01:11:41 + Log: Don't try to build Win32 on VMS + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 29571] By: nicholas on 2006/12/18 00:27:43 + Log: POSIX::SigAction::new can be moved into the AUTOLOAD section. + Branch: perl + ! ext/POSIX/POSIX.pm +____________________________________________________________________________ +[ 29570] By: davem on 2006/12/18 00:24:01 + Log: move parser state into new parser object, PL_parser + Branch: perl + + parser.h + ! MANIFEST embedvar.h intrpvar.h perl.h perlapi.h perly.c + ! pod/perlapi.pod pod/perlintern.pod toke.c +____________________________________________________________________________ +[ 29569] By: davem on 2006/12/17 22:21:40 + Log: merge the four parser stacks into one + Branch: perl + ! perly.act perly.c regen_perly.pl +____________________________________________________________________________ +[ 29568] By: davem on 2006/12/17 20:00:19 + Log: delete dead code and macros from perly.c + Branch: perl + ! perly.c +____________________________________________________________________________ +[ 29567] By: davem on 2006/12/17 19:42:35 + Log: unify stacks arithmetic in parser + Branch: perl + ! perly.c +____________________________________________________________________________ +[ 29566] By: nicholas on 2006/12/16 23:03:42 + Log: Add a new flag SVprv_PCS_IMPORTED (which is a pseudonym for SVf_SCREAM) + to note when a proxy constant subroutine is copied. This allows us to + correctly set GvIMPORTED_CV_on() if the symbol is ever turned into a + real GV. + Branch: perl + + t/lib/proxy_constant_subs.t + ! MANIFEST dump.c gv.c pp_hot.c sv.h +____________________________________________________________________________ +[ 29565] By: nicholas on 2006/12/16 16:54:06 + Log: Split out the use of SVp_SCREAM for GVs with GPs into a new symbolic + flag SVpgv_GP, and use this in isGV_with_GP_on/off. + Branch: perl + ! dump.c ext/Devel/Peek/t/Peek.t gv.c mg.c sv.c sv.h +____________________________________________________________________________ +[ 29564] By: davem on 2006/12/16 15:37:32 + Log: remove extraneous declaration prom perly.tab + Branch: perl + ! perly.tab regen_perly.pl +____________________________________________________________________________ +[ 29563] By: rgs on 2006/12/16 10:03:23 + Log: Subject: [PATCH] threads 1.56 + From: "Jerry D. Hedden" + Date: Fri, 15 Dec 2006 09:22:17 -0800 (PST) + Message-ID: <20061215172217.10959.qmail@web30211.mail.mud.yahoo.com> + Branch: perl + ! ext/threads/Changes ext/threads/README ext/threads/t/err.t + ! ext/threads/t/exit.t ext/threads/t/thread.t + ! ext/threads/threads.pm +____________________________________________________________________________ +[ 29562] By: rgs on 2006/12/16 09:54:47 + Log: TODO addition by Jerry D. Hedden. + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 29561] By: davem on 2006/12/16 02:53:59 + Log: don't include MAD code when its not needed + Branch: perl + ! op.c +____________________________________________________________________________ +[ 29560] By: davem on 2006/12/16 01:36:28 + Log: fix a cast warning in perly.c + Branch: perl + ! perly.c +____________________________________________________________________________ +[ 29559] By: nicholas on 2006/12/15 20:14:07 + Log: Better documentation for SVf_UTF8. Including SvPV() 1st, SvUTF() 2nd. + Branch: perl + ! sv.h +____________________________________________________________________________ +[ 29558] By: rgs on 2006/12/15 13:51:44 + Log: Subject: Re: [PATCH] Errno doesnt rebuild when things it depends on in Config.pm change + From: demerphq + Date: Fri, 15 Dec 2006 12:52:45 +0100 + Message-ID: <9b18b3110612150352y2394954bg5acd5ec5fd320d33@mail.gmail.com> + Branch: perl + ! ext/Errno/Makefile.PL +____________________________________________________________________________ +[ 29557] By: rgs on 2006/12/15 10:14:16 + Log: Subject: [PATCH] threads 1.54 - Adds ->error() method + From: "Jerry D. Hedden" + Date: Thu, 14 Dec 2006 11:17:47 -0800 (PST) + Message-ID: <20061214191748.98286.qmail@web30209.mail.mud.yahoo.com> + Branch: perl + + ext/threads/t/err.t + ! MANIFEST ext/threads/Changes ext/threads/README + ! ext/threads/t/exit.t ext/threads/t/libc.t + ! ext/threads/t/thread.t ext/threads/threads.pm + ! ext/threads/threads.xs +____________________________________________________________________________ +[ 29556] By: steveh on 2006/12/14 16:24:29 + Log: Silence a warning from (MinGW's) gcc + Branch: perl + ! ext/Time/Piece/Piece.xs +____________________________________________________________________________ +[ 29555] By: rgs on 2006/12/14 12:43:20 + Log: Subject: [PATCH] perl5db.pl Mac OS X fix + From: Bo Lindbergh + Date: Thu, 14 Dec 2006 13:34:06 +0100 + Message-Id: <658AFA03-517E-4068-93CA-06D4A93B5CA5@hagernas.com> + Branch: perl + ! lib/perl5db.pl +____________________________________________________________________________ +[ 29554] By: nicholas on 2006/12/14 11:23:16 + Log: Turn a tab into 2 spaces to make more room for comments about SV flags. + Sorry about damaging the change history - dig through this change with + http://public.activestate.com/cgi-bin/perlbrowse?show_blame=Show+Annotated+File&filename=sv.h&rev=&change=29552 + Branch: perl + ! sv.h +____________________________________________________________________________ +[ 29553] By: steveh on 2006/12/14 09:37:45 + Log: Silence a VC compiler warning + Branch: perl + ! op.c +____________________________________________________________________________ +[ 29552] By: nicholas on 2006/12/13 20:56:24 + Log: Swap the order of PERL_FBM_PREVIOUS_{L,H}_OFFSET_FROM_TABLE on little + endian machines to hint to the compiler that a 16 bit read could work. + Branch: perl + ! sv.h +____________________________________________________________________________ +[ 29551] By: nicholas on 2006/12/13 19:55:08 + Log: Restore the two comments describing BmRARE and BmPREVIOUS that I'd + inadvertently deleted. Explain the setting and testing of + SVpbm_VALID. + Branch: perl + ! sv.h +____________________________________________________________________________ +[ 29550] By: stevep on 2006/12/13 19:53:02 + Log: Subject: [PATCH 5.8.8] Text mode wrongly set on pipe file descriptors + From: Ilya Zakharevich + Date: Tue, 12 Dec 2006 23:28:25 -0800 + Message-ID: <20061213072825.GA26300@powdermilk.math.berkeley.edu> + Branch: perl + ! t/io/pipe.t util.c +____________________________________________________________________________ +[ 29549] By: davem on 2006/12/13 17:24:49 + Log: make -Dpv display the parser stack before reduction + (rather than afterwards) + Branch: perl + ! perly.c +____________________________________________________________________________ +[ 29548] By: davem on 2006/12/13 17:16:22 + Log: misc MAD coredump fixes and parser leak fixes + + - fix MAD coredump in tr/// + - fix mad coredump in multi-line string literals + - kill some MAD uninit value warnings + - don't allow assignment to $n in perly.y + - make op_dump handle op_latefree flags + Branch: perl + ! dump.c op.c perly.act perly.h perly.tab perly.y regen_perly.pl + ! toke.c +____________________________________________________________________________ +[ 29547] By: davem on 2006/12/13 12:47:35 + Log: fix double free introduced by #29543 (spotted by Nicholas) + Branch: perl + ! op.c +____________________________________________________________________________ +[ 29546] By: rgs on 2006/12/13 10:40:36 + Log: Subject: [PATCH] t/op/groups.t: prevent failure on modern FreeBSDs + From: Anton Berezin + Date: Tue, 12 Dec 2006 19:59:38 +0100 + Message-ID: <20061212185938.GB49084@heechee.tobez.org> + Branch: perl + ! t/op/groups.t +____________________________________________________________________________ +[ 29545] By: steveh on 2006/12/13 10:37:11 + Log: Do the same as #29514 for Win32 + Branch: perl + ! win32/FindExt.pm +____________________________________________________________________________ +[ 29544] By: nicholas on 2006/12/13 08:35:43 + Log: Eliminate PVBM. Store fast Boyer-Moore tables in PVGV. + Add the placeholder for new type, temporarily named BIND, for binding + and aliasing in 6 on 5. + Branch: perl + ! dump.c ext/B/B.xs ext/Storable/Storable.xs op.h + ! pod/perltodo.pod pp_hot.c sv.c sv.h util.c +____________________________________________________________________________ +[ 29543] By: davem on 2006/12/13 01:47:34 + Log: fix parser leaks caused by croaking while shifting or reducing + e.g. these no longer leak: + eval q[my $x; local $x] while 1; + eval q[$s = sub <> {}] while 1; + Branch: perl + ! op.c op.h perly.c +____________________________________________________________________________ +[ 29542] By: davem on 2006/12/13 00:16:18 + Log: fixup some ival/opval type changes from perly.y/madly.y merger + Branch: perl + ! perly.act perly.h perly.tab perly.y +____________________________________________________________________________ +[ 29541] By: nicholas on 2006/12/12 23:02:56 + Log: In theory Perl_magic_setbm() should clear SvTAIL() too. In practice, + I don't think that it matters as this routine is never actualy called + because nothing exposes PVBMs to the world so that the world can assign + to them. + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 29540] By: nicholas on 2006/12/12 22:30:29 + Log: Correct the dumping logic for the various bits of flag bending + associated with change 27313 or therabouts. + Branch: perl + ! dump.c +____________________________________________________________________________ +[ 29539] By: nicholas on 2006/12/12 22:03:21 + Log: Oops. As of some point one stopped being able to assign integers and + floating point values to typeglobs. + Branch: perl + ! sv.c t/op/glob.t +____________________________________________________________________________ +[ 29538] By: nicholas on 2006/12/12 21:54:22 + Log: Correct some assumptions about PVBM table offset in B.xs + Branch: perl + ! ext/B/B.xs +____________________________________________________________________________ +[ 29537] By: nicholas on 2006/12/12 21:31:10 + Log: Assert that SvPAD_TYPED_on(), SvPAD_OUR_on() and SvPAD_STATE_on() + are never called on PVGVs. + Branch: perl + ! sv.h +____________________________________________________________________________ +[ 29536] By: nicholas on 2006/12/12 21:00:37 + Log: Assert that PVGVs are never SvVALID() in the PVBM sense. + Branch: perl + ! gv.h sv.h +____________________________________________________________________________ +[ 29535] By: nicholas on 2006/12/12 19:54:05 + Log: pads haven't actually contained any PVGVs since change 27313. + So correct the docs and assert this in the code. + Branch: perl + ! pad.c sv.c +____________________________________________________________________________ +[ 29534] By: nicholas on 2006/12/12 18:52:55 + Log: Shrink Perl_sv_peek() and Perl_do_sv_dump() by using type to name + lookup tables. + Branch: perl + ! dump.c +____________________________________________________________________________ +[ 29533] By: steveh on 2006/12/12 18:02:19 + Log: Restore (differently) the setting of $Config{osvers} on Win32 + that was removed by #29509 + Branch: perl + ! win32/config_sh.PL +____________________________________________________________________________ +[ 29532] By: steveh on 2006/12/12 17:49:51 + Log: Silence VC warnings about possible operator precedence problems + and signed/unsigned mismatches + Branch: perl + ! regexec.c sv.h util.c +____________________________________________________________________________ +[ 29531] By: rgs on 2006/12/12 13:32:01 + Log: Subject: [PATCH] mg.c: #ifdef only the different bits + From: jhi@cc.hut.fi (Jarkko Hietaniemi) + Date: Tue, 12 Dec 2006 15:18:53 +0200 (EET) + Message-Id: <20061212131853.C2CBA43A67@anubis.hut.fi> + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 29530] By: merijn on 2006/12/12 11:36:41 + Log: The overly-picky AIX xlc compiler doesn't like the style + from patch #29446 + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 29529] By: rgs on 2006/12/12 11:07:27 + Log: Skip IO::Compress::Zlib in perlivp, since that's a distribution name, + not a proper module name. + Branch: perl + ! utils/perlivp.PL +____________________________________________________________________________ +[ 29528] By: rgs on 2006/12/12 10:20:04 + Log: Subject: [PATCH] get ext/Win32/Win32.xs to compile on cygwin + From: Jan Dubois + Date: Mon, 11 Dec 2006 13:09:09 -0800 + Message-ID: + + and: + Date: Mon, 11 Dec 2006 15:08:53 -0800 + Message-ID: + Branch: perl + ! ext/Win32/Win32.xs win32/win32.c +____________________________________________________________________________ +[ 29527] By: nicholas on 2006/12/12 00:07:48 + Log: By moving xbm_previous into the SvPVX, we save a U16 from struct xpvbm, + which will likely equate to 4 bytes with padding. (But we add 2 bytes + to the SvPVX buffer...). However, the real win is that xpvbm is now + identical to xpvmg, and all active FBM compiled strings are SvVALID() + true, so now we can eliminate xpvbm, freeing a type for 6 on 5 proxies. + Branch: perl + ! sv.h +____________________________________________________________________________ +[ 29526] By: nicholas on 2006/12/11 23:44:30 + Log: Fix allocation bug in change 29524. + Branch: perl + ! util.c +____________________________________________________________________________ +[ 29525] By: nicholas on 2006/12/11 22:52:46 + Log: Add BmPREVIOUS_set(), and use it in the one place that BmPREVIOUS is + modified. + Branch: perl + ! sv.h util.c +____________________________________________________________________________ +[ 29524] By: nicholas on 2006/12/11 22:18:53 + Log: Move PERL_FBM_TABLE_OFFSET and PERL_FBM_FLAGS_OFFSET_FROM_TABLE to sv.h + Stow BmRARE in the SvPVX, and so delete xbm_rare. + Can you see what it is yet? + Branch: perl + ! sv.h util.c +____________________________________________________________________________ +[ 29523] By: nicholas on 2006/12/11 21:52:12 + Log: Fix typo in change 29518 which broke non-debugging builds. + (Here Mark, you can have the spare ; back again) + Branch: perl + ! sv.h +____________________________________________________________________________ +[ 29522] By: nicholas on 2006/12/11 21:21:09 + Log: Convert the -1 to a more explicit PERL_FBM_FLAGS_OFFSET_FROM_TABLE. + Branch: perl + ! util.c +____________________________________________________________________________ +[ 29521] By: nicholas on 2006/12/11 21:15:06 + Log: Assert that BmRARE() BmPREVIOUS() and BmUSEFUL() are only called on + valid PVBMs. + Branch: perl + ! sv.h +____________________________________________________________________________ +[ 29520] By: nicholas on 2006/12/11 20:55:20 + Log: Rename FBM_TABLE_OFFSET to PERL_FBM_TABLE_OFFSET prior to moving it + to a header. + Branch: perl + ! util.c +____________________________________________________________________________ +[ 29519] By: rgs on 2006/12/11 18:33:21 + Log: Don't load the Win32 module on non-win32 platforms + Branch: perl + ! lib/File/CheckTree.t +____________________________________________________________________________ +[ 29518] By: nicholas on 2006/12/11 18:26:31 + Log: Change SvTAIL() to check that both SVpbm_TAIL|SVpbm_VALID are true. + SVpbm_VALID is the same bit value is SVf_IVisUV, which means that + PVBMs can't actually ever be IOK. Therefore move BmUSEFUL() into the + IV union, and save one I32 per PVBM. + Branch: perl + ! sv.h util.c +____________________________________________________________________________ +[ 29516] By: rgs on 2006/12/11 17:09:17 + Log: Changes and README are not needed for Switch.pm + Branch: perl + - lib/Switch/Changes lib/Switch/README + ! MANIFEST +____________________________________________________________________________ +[ 29515] By: rgs on 2006/12/11 16:53:58 + Log: As pointed out by Valentin Guignon, there is most + probably one \n too many in the end-of-pod marker. + Branch: perl + ! lib/Switch.pm +____________________________________________________________________________ +[ 29514] By: rgs on 2006/12/11 16:49:06 + Log: Configure needs to know about the extensions IO/Compress/Base + and IO/Compress/Zlib, so they get built. + Branch: perl + ! Configure +____________________________________________________________________________ +[ 29513] By: rgs on 2006/12/11 16:16:46 + Log: Move files from ext/Compress/IO to ext/IO/Compress + Branch: perl + +> (branch 94 files) + - ext/Compress/IO/Base/Changes ext/Compress/IO/Base/Makefile.PL + - ext/Compress/IO/Base/README + - ext/Compress/IO/Base/lib/File/GlobMapper.pm + - 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/Base/t/globmapper.t + - ext/Compress/IO/Zlib/Changes ext/Compress/IO/Zlib/Makefile.PL + - ext/Compress/IO/Zlib/README + - ext/Compress/IO/Zlib/examples/gzappend + - ext/Compress/IO/Zlib/examples/gzcat + - ext/Compress/IO/Zlib/examples/gzgrep + - ext/Compress/IO/Zlib/examples/gzstream + - ext/Compress/IO/Zlib/examples/unzip + - 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/IO/Zlib/t/001zlib-generic-deflate.t + - ext/Compress/IO/Zlib/t/001zlib-generic-gzip.t + - ext/Compress/IO/Zlib/t/001zlib-generic-rawdeflate.t + - ext/Compress/IO/Zlib/t/001zlib-generic-zip.t + - ext/Compress/IO/Zlib/t/002any-deflate.t + - ext/Compress/IO/Zlib/t/002any-gzip.t + - ext/Compress/IO/Zlib/t/002any-rawdeflate.t + - ext/Compress/IO/Zlib/t/002any-transparent.t + - ext/Compress/IO/Zlib/t/002any-zip.t + - ext/Compress/IO/Zlib/t/004gziphdr.t + - ext/Compress/IO/Zlib/t/005defhdr.t + - ext/Compress/IO/Zlib/t/010examples.t + - ext/Compress/IO/Zlib/t/020isize.t + - ext/Compress/IO/Zlib/t/050interop-gzip.t + - ext/Compress/IO/Zlib/t/100generic-deflate.t + - ext/Compress/IO/Zlib/t/100generic-gzip.t + - ext/Compress/IO/Zlib/t/100generic-rawdeflate.t + - ext/Compress/IO/Zlib/t/100generic-zip.t + - ext/Compress/IO/Zlib/t/101truncate-deflate.t + - ext/Compress/IO/Zlib/t/101truncate-gzip.t + - ext/Compress/IO/Zlib/t/101truncate-rawdeflate.t + - ext/Compress/IO/Zlib/t/101truncate-zip.t + - ext/Compress/IO/Zlib/t/102tied-deflate.t + - ext/Compress/IO/Zlib/t/102tied-gzip.t + - ext/Compress/IO/Zlib/t/102tied-rawdeflate.t + - ext/Compress/IO/Zlib/t/102tied-zip.t + - ext/Compress/IO/Zlib/t/103newtied-deflate.t + - ext/Compress/IO/Zlib/t/103newtied-gzip.t + - ext/Compress/IO/Zlib/t/103newtied-rawdeflate.t + - ext/Compress/IO/Zlib/t/103newtied-zip.t + - ext/Compress/IO/Zlib/t/104destroy-deflate.t + - ext/Compress/IO/Zlib/t/104destroy-gzip.t + - ext/Compress/IO/Zlib/t/104destroy-rawdeflate.t + - ext/Compress/IO/Zlib/t/104destroy-zip.t + - ext/Compress/IO/Zlib/t/105oneshot-deflate.t + - ext/Compress/IO/Zlib/t/105oneshot-gzip-only.t + - ext/Compress/IO/Zlib/t/105oneshot-gzip.t + - ext/Compress/IO/Zlib/t/105oneshot-rawdeflate.t + - ext/Compress/IO/Zlib/t/105oneshot-zip-only.t + - ext/Compress/IO/Zlib/t/105oneshot-zip.t + - ext/Compress/IO/Zlib/t/106prime-deflate.t + - ext/Compress/IO/Zlib/t/106prime-gzip.t + - ext/Compress/IO/Zlib/t/106prime-rawdeflate.t + - ext/Compress/IO/Zlib/t/106prime-zip.t + - ext/Compress/IO/Zlib/t/107multi-deflate.t + - ext/Compress/IO/Zlib/t/107multi-gzip.t + - ext/Compress/IO/Zlib/t/107multi-rawdeflate.t + - ext/Compress/IO/Zlib/t/107multi-zip.t + - ext/Compress/IO/Zlib/t/108anyunc-deflate.t + - ext/Compress/IO/Zlib/t/108anyunc-gzip.t + - ext/Compress/IO/Zlib/t/108anyunc-rawdeflate.t + - ext/Compress/IO/Zlib/t/108anyunc-transparent.t + - ext/Compress/IO/Zlib/t/108anyunc-zip.t + - ext/Compress/IO/Zlib/t/109merge-deflate.t + - ext/Compress/IO/Zlib/t/109merge-gzip.t + - ext/Compress/IO/Zlib/t/109merge-rawdeflate.t + - ext/Compress/IO/Zlib/t/109merge-zip.t + ! MANIFEST +____________________________________________________________________________ +[ 29512] By: rgs on 2006/12/11 14:58:43 + Log: Subject: Re: [PATCH] Deparse.pm bugfix + From: Bo Lindbergh + Date: Sat, 9 Dec 2006 12:17:53 +0100 + Message-Id: + Branch: perl + ! ext/B/B/Deparse.pm ext/B/t/concise-xs.t +____________________________________________________________________________ +[ 29511] By: rgs on 2006/12/11 13:23:55 + Log: Subject: re: [PATCH] Move Win32::* functions from win32/win32.c to ext/Win32/Win32.xs + From: Jan Dubois + Date: Sun, 10 Dec 2006 11:47:58 -0800 + Message-ID: <9moon29qtn5c23t9fer229ealsu06bkf11@4ax.com> + Branch: perl + ! ext/Storable/Storable.xs ext/Win32/Win32.pm win32/win32.c +____________________________________________________________________________ +[ 29510] By: rgs on 2006/12/11 13:22:11 + Log: Second patch from: + Subject: [PATCH] Move Win32::* functions from win32/win32.c to ext/Win32/Win32.xs + From: Jan Dubois + Date: Fri, 08 Dec 2006 19:07:06 -0800 + Message-ID: + Branch: perl + ! ext/Win32/Win32.xs win32/win32.c +____________________________________________________________________________ +[ 29509] By: rgs on 2006/12/11 13:21:28 + Log: First patch from: + Subject: [PATCH] Move Win32::* functions from win32/win32.c to ext/Win32/Win32.xs + From: Jan Dubois + Date: Fri, 08 Dec 2006 19:07:06 -0800 + Message-ID: + Branch: perl + ! ext/SDBM_File/Makefile.PL lib/Cwd.pm lib/ExtUtils/MM.pm + ! lib/File/CheckTree.t lib/File/Copy.pm t/op/fork.t + ! win32/FindExt.pm win32/config_sh.PL + ! win32/ext/Win32API/File/t/file.t +____________________________________________________________________________ +[ 29508] By: davem on 2006/12/11 11:41:10 + Log: remove extraneous debugging code introduced by #29504 + Branch: perl + ! perly.c +____________________________________________________________________________ +[ 29507] By: rgs on 2006/12/11 10:32:47 + Log: Subject: [PATCH] Fatal v1.03 + From: Jerrad Pierce + Date: Sun, 10 Dec 2006 14:38:18 -0500 + Message-Id: <200612101938.kBAJcI9D008026@all-night-tool.mit.edu> + + Allow to make fatal built-ins in CORE::GLOBAL + Branch: perl + ! lib/Fatal.pm +____________________________________________________________________________ +[ 29506] By: rgs on 2006/12/11 10:28:13 + Log: Subject: [PATCH] Re: [perl #41065] Out of memory!, while extending scalar + From: Marcus Holland-Moritz + Date: Sun, 10 Dec 2006 22:32:32 +0100 + Message-ID: <20061210223232.0f3a5318@r2d2> + Branch: perl + ! doop.c +____________________________________________________________________________ +[ 29505] By: rgs on 2006/12/11 09:41:45 + Log: perlhack.pod nit by Jarkko + Branch: perl + ! pod/perlhack.pod +____________________________________________________________________________ +[ 29504] By: davem on 2006/12/11 00:48:06 + Log: fix eval qw(BEGIN{die}) style leaks (second attempt). + + Repeat of change #28319 (backed out by change #28720), this time + freeing ops using the right pad. Also backs out the remempad + parser addition from change #29501; instead a new auxiliary + paser stack is added, which records the current value of + PL_comppad for every state. + Branch: perl + ! perly.act perly.c perly.h perly.tab perly.y t/comp/parser.t +____________________________________________________________________________ +[ 29503] By: nicholas on 2006/12/10 23:05:25 + Log: Remove code duplication in S_to_utf8_substr() and S_to_byte_substr() + by taking advantage of how anchored_* and float_* are stored in arrays + to use a loop. + Branch: perl + ! regcomp.h regexec.c +____________________________________________________________________________ +[ 29502] By: nicholas on 2006/12/10 22:31:56 + Log: Downgrading a fixed or floating substring of a pattern whilst matching + a studied string seems to get to a "should not happen" [bug #41067] + It seems that Perl_regexec_flags() assumes that if the pre-downgraded + substring is FBM compiled, then the downgraded version will be too, + hence changing the downgrade and upgrade routines to FBM compile seems + to be a correct fix. + Branch: perl + ! regexec.c t/op/re_tests +____________________________________________________________________________ +[ 29501] By: davem on 2006/12/10 18:50:05 + Log: #28315 could crash when freeing ops with different pads + Add hook to parser to record current PL_comppad, then use this + when popping ops off the parser stack after parser error + Branch: perl + ! perly.act perly.c perly.h perly.tab perly.y t/comp/parser.t +____________________________________________________________________________ +[ 29500] By: davem on 2006/12/10 17:18:00 + Log: parser: expand yy_is_opval[] to include all value types + and rename to yy_type_tab[]. Then use this table to improve stack + dumping with -Dpv + Branch: perl + ! perly.act perly.c perly.h perly.tab perly.y regen_perly.pl +____________________________________________________________________________ +[ 29499] By: gbarr on 2006/12/10 16:28:34 + Log: Restore change 27486 accidently removed (also added to 1.19 before release) + Branch: perl + ! ext/List/Util/multicall.h +____________________________________________________________________________ +[ 29498] By: gbarr on 2006/12/10 16:17:14 + Log: Upgrade to Scalar-List-Utils-1.19 + Branch: perl + ! ext/List/Util/Changes ext/List/Util/README + ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm + ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/multicall.h +____________________________________________________________________________ +[ 29497] By: stevep on 2006/12/10 02:23:10 + Log: Subject: Re: [PATCH 5.8.8] Build on OS/2 - missing part + From: Ilya Zakharevich + Date: Sat, 9 Dec 2006 16:33:41 -0800 + Message-ID: <20061210003341.GA14200@powdermilk.math.berkeley.edu> + Branch: perl + ! Makefile.SH os2/Makefile.SHs +____________________________________________________________________________ +[ 29496] By: nicholas on 2006/12/10 01:13:09 + Log: Swap SVpbm_TAIL and SVpbm_VALID. + Branch: perl + ! sv.h +____________________________________________________________________________ +[ 29495] By: stevep on 2006/12/09 22:44:27 + Log: Upgrade to Time-HiRes-1.9703 + Branch: perl + ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm + ! ext/Time/HiRes/Makefile.PL +____________________________________________________________________________ +[ 29494] By: nicholas on 2006/12/09 21:19:45 + Log: PVBMs mustn't enter anything that turns SVIVisUV_on(). + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 29493] By: nicholas on 2006/12/09 21:17:37 + Log: Exterminate! 2 pieces of superfluous code related to UV setting. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 29492] By: nicholas on 2006/12/08 23:49:51 + Log: In Perl_fbm_instr(), no need to calculate the address of the table if + we're going to return anyway. + Branch: perl + ! util.c +____________________________________________________________________________ +[ 29491] By: nicholas on 2006/12/08 23:22:31 + Log: assert that SvTAIL() isn't being called on PVAVs or PVHVs + Branch: perl + ! sv.h +____________________________________________________________________________ +[ 29490] By: nicholas on 2006/12/08 22:56:54 + Log: Wrap some macro arguments in () to avoid precedence problems. + Branch: perl + ! sv.h +____________________________________________________________________________ +[ 29489] By: nicholas on 2006/12/08 22:56:08 + Log: Perl_screaminstr() must be called with littlestr as a PVBM. + Branch: perl + ! util.c +____________________________________________________________________________ +[ 29488] By: davem on 2006/12/08 22:20:41 + Log: add missing OP_REFCNT_LOCK/UNLOCKs and document it + Branch: perl + ! op.h sv.c +____________________________________________________________________________ +[ 29487] By: nicholas on 2006/12/08 22:11:56 + Log: Assert that BmRARE, BmUSEFUL and BmPREVIOUS are only called on SVtPVBM + Branch: perl + ! sv.h +____________________________________________________________________________ +[ 29486] By: nicholas on 2006/12/08 21:09:57 + Log: No need to upgrade if all we're going to do is return. + Branch: perl + ! util.c +____________________________________________________________________________ +[ 29485] By: steveh on 2006/12/07 12:34:10 + Log: Make use of $Config{d_pseudofork} in a couple of core tests + + Can't really use it in ext/IO/t/*.t and lib/Test/Simple/t/fork.t + because they are dual-lived modules and must work with older perls + that don't have d_pseudofork + Branch: perl + ! ext/Socket/t/socketpair.t t/op/fork.t +____________________________________________________________________________ +[ 29483] By: steveh on 2006/12/07 09:12:45 + Log: Subject: [PATCH] Move Win32 from win32/ext/Win32 to ext/Win32 + From: Jan Dubois + Date: Wed, 06 Dec 2006 16:31:42 -0800 + Message-ID: <1unen2lsrq4pnnt06933h96pqj1d8luh3b@4ax.com> + Branch: perl + +> ext/Win32/Makefile.PL ext/Win32/Win32.pm ext/Win32/Win32.xs + - win32/ext/Win32/Makefile.PL win32/ext/Win32/Win32.pm + - win32/ext/Win32/Win32.xs + ! Configure MANIFEST +____________________________________________________________________________ +[ 29482] By: rgs on 2006/12/07 09:07:25 + Log: Subject: [PATCH] Perl_save_destructor is not a mathom + From: "Jerry D. Hedden" + Date: Wed, 6 Dec 2006 11:12:13 -0800 (PST) + Message-ID: <20061206191213.35036.qmail@web30206.mail.mud.yahoo.com> + Branch: perl + ! mathoms.c scope.c +____________________________________________________________________________ +[ 29481] By: steveh on 2006/12/07 08:53:15 + Log: Subject: [PATCH] Makefile.PL changes to compiler Win32.xs using cygwin + From: Jan Dubois + Date: Wed, 06 Dec 2006 16:26:38 -0800 + Message-ID: <5nnen2p2h4lhremj0qf1tmpkl0asvk87hr@4ax.com> + Branch: perl + ! win32/ext/Win32/Makefile.PL +____________________________________________________________________________ +[ 29480] By: steveh on 2006/12/06 17:28:03 + Log: Better fix than #29479 for exporting refcounted_he_chain_2hv + Branch: perl + ! embed.fnc pod/perlapi.pod pod/perlintern.pod +____________________________________________________________________________ +[ 29479] By: rgs on 2006/12/06 17:05:18 + Log: Subject: Re: [PATCH] User pragmas now accessible from B + From: demerphq + Date: Wed, 6 Dec 2006 17:52:08 +0100 + Message-ID: <9b18b3110612060852s7cfbba66id5aae25e5bb20ae0@mail.gmail.com> + Branch: perl + ! embed.fnc embed.h ext/B/B.xs global.sym pod/perlapi.pod + ! pod/perlintern.pod +____________________________________________________________________________ +[ 29478] By: steveh on 2006/12/06 14:19:55 + Log: Upgrade to Time-HiRes 1.9702 + Branch: perl + ! 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 +____________________________________________________________________________ +[ 29477] By: steveh on 2006/12/06 14:08:49 + Log: Subject: [PATCH] Re: When should PERL_SYS_TERM() be called? [was: Re: [PATCH] Re: [PATCH] Re: [PATCH] abstract mempool header testing] + From: Jarkko Hietaniemi + Date: Tue, 05 Dec 2006 16:08:33 -0500 + Message-ID: <4575DFD1.1060108@iki.fi> + + Fixes a problem spotted by Jan Dubois: + + The PerlMemShared pool is only shared between the interpreters that + can share data structures (interpreters created by perl_clone(), which + mean pseudo-fork, and threads.xs). The pool is not shared between + interpreters that are created separately by perl_alloc(). + [...] + I guess this means PL_perlio_fd_refcnt needs to be allocated and + freed by standard malloc() and not go through any abstraction. + Branch: perl + ! perlio.c +____________________________________________________________________________ +[ 29476] By: rgs on 2006/12/06 13:26:18 + Log: save_I8 is not a mathom. + Branch: perl + ! mathoms.c scope.c +____________________________________________________________________________ +[ 29475] By: rgs on 2006/12/06 12:51:34 + Log: Subject: [PATCH] User pragmas now accessible from B + From: "Joshua ben Jore" + Date: Tue, 5 Dec 2006 13:18:21 -0800 + Message-ID: + Branch: perl + + ext/B/t/pragma.t + ! MANIFEST ext/B/B.pm ext/B/B.xs ext/B/typemap t/lib/mypragma.pm + ! t/lib/mypragma.t +____________________________________________________________________________ +[ 29474] By: craigb on 2006/12/06 05:29:50 + Log: Avoid my_regdupe type mismatch warning after #29430 + Branch: perl + ! ext/re/re.xs +____________________________________________________________________________ +[ 29473] By: craigb on 2006/12/06 04:48:35 + Log: d_pseudofork for configure.com + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 29472] By: nicholas on 2006/12/05 22:40:56 + Log: Subject: Re: [PATCH] Further tweaks to make it easier to create regexp engine plug ins. + From: demerphq + Message-ID: <9b18b3110612051353k7745792byabfdf98e18eb48c9@mail.gmail.com> + Date: Tue, 5 Dec 2006 22:53:48 +0100 + + Fixes a minor bug in change 29468. + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 29471] By: stevep on 2006/12/05 21:00:38 + Log: Silence a warning from Module::CoreList that occurs when the module version is + something like X.XX_XX. + Branch: perl + ! lib/Module/CoreList.pm +____________________________________________________________________________ +[ 29470] By: steveh on 2006/12/05 16:41:55 + Log: Make the check for PERL_IMPLICIT_SYS better + Branch: perl + ! win32/config_sh.PL +____________________________________________________________________________ +[ 29469] By: steveh on 2006/12/05 16:06:31 + Log: Extend d_pseudofork to Win32-land and set it when appropriate + (namely, when we have USE_ITHREADS and PERL_IMPLICIT_SYSTEM) + 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 win32/config_sh.PL +____________________________________________________________________________ +[ 29468] By: rgs on 2006/12/05 15:39:39 + Log: Subject: [PATCH] Further tweaks to make it easier to create regexp engine plug ins. + From: demerphq + Date: Tue, 5 Dec 2006 16:13:36 +0100 + Message-ID: <9b18b3110612050713g77cac516x46fb5baac99b47c9@mail.gmail.com> + + (with tweaks) + Branch: perl + ! regcomp.c regcomp.h regexp.h +____________________________________________________________________________ +[ 29467] By: merijn on 2006/12/05 14:55:14 + Log: Introduction of d_pseudofork + Branch: perl + ! Configure Porting/Glossary Porting/config.sh config_h.SH + ! handy.h uconfig.sh +____________________________________________________________________________ +[ 29465] By: steveh on 2006/12/05 09:41:44 + Log: Subject: [PATCH] Re: When should PERL_SYS_TERM() be called? [was: Re: [PATCH] Re: [PATCH] Re: [PATCH] abstract mempool header testing] + From: Jarkko Hietaniemi + Date: Mon, 04 Dec 2006 22:53:03 -0500 + Message-ID: <4574ED1F.40508@iki.fi> + + Re-instates #29424 (previously reverted by #29451), now fixed to work + with PERL_IMPLICIT_SYS, thanks to Jan Dubois. Also adds PERLIO_TERM to + the Symbian port. + Branch: perl + ! perlio.c symbian/symbianish.h win32/win32.c win32/wince.c +____________________________________________________________________________ +[ 29464] By: steveh on 2006/12/05 09:38:14 + Log: Skip Perl_regdupe_internal rather than Perl_regdupe + when building on Win32 without ithreads (see #29430) + Branch: perl + ! makedef.pl +____________________________________________________________________________ +[ 29463] By: nicholas on 2006/12/04 22:50:09 + Log: Move Perl_get_db_sub() from pp_hot.c to util.c + Branch: perl + ! pp_hot.c util.c +____________________________________________________________________________ +[ 29462] By: merijn on 2006/12/04 18:09:20 + Log: Revert #29454 + Branch: perl + ! Configure +____________________________________________________________________________ +[ 29461] By: davem on 2006/12/04 18:08:31 + Log: fix some casting issues with perly.y / madly.y merger + Branch: perl + ! perly.act perly.h perly.tab perly.y +____________________________________________________________________________ +[ 29459] By: rgs on 2006/12/04 17:50:51 + Log: Better version of last patch, by Yves Orton. + Actually the regexp engine structure only needs + one compilation function hook. + Branch: perl + ! ext/re/re.xs ext/re/re_top.h regcomp.c regcomp.h regexp.h +____________________________________________________________________________ +[ 29458] By: rgs on 2006/12/04 17:22:02 + Log: The new regexp compilation function must be added to the engine structure. + Branch: perl + ! ext/re/re.xs ext/re/re_top.h regcomp.h regexp.h +____________________________________________________________________________ +[ 29457] By: rgs on 2006/12/04 16:24:09 + Log: Actually submit previous change. + Branch: perl + ! embed.fnc embed.h global.sym proto.h regcomp.c +____________________________________________________________________________ +[ 29456] By: rgs on 2006/12/04 16:15:54 + Log: Split Perl_pregcomp in two functions. Patch by Audrey Tang, + to facilitate pluging in other regexp engines. + Branch: perl + ! embed.fnc embed.h global.sym proto.h regcomp.c +____________________________________________________________________________ +[ 29455] By: davem on 2006/12/04 15:38:05 + Log: merge perly.y and madlu.y + Branch: perl + - madly.act madly.h madly.tab madly.y + ! MANIFEST Makefile.SH madly.c perly.act perly.c perly.h + ! perly.tab perly.y +____________________________________________________________________________ +[ 29454] By: merijn on 2006/12/04 15:20:53 + Log: Subject: Re: install misses Compress/IO/{Base,Zlib} + From: "Rafael Garcia-Suarez" + Date: Mon, 4 Dec 2006 15:48:12 +0100 + Message-ID: + Branch: perl + ! Configure +____________________________________________________________________________ +[ 29452] By: rgs on 2006/12/04 15:06:34 + Log: Subject: [PATCH] Add File::Fetch to the core + From: "Jos Boumans" + Date: Fri, 1 Dec 2006 12:24:08 +0100 (CET) + Message-ID: <22195.80.127.35.68.1164972248.squirrel@webmail.xs4all.nl> + Branch: perl + + lib/File/Fetch.pm lib/File/Fetch/Item.pm + + lib/File/Fetch/t/01_File-Fetch.t + ! MANIFEST +____________________________________________________________________________ +[ 29451] By: steveh on 2006/12/04 14:31:08 + Log: Change #29424 may well be correct in itself, but currently doesn't + work when perl is built with PERL_IMPLICIT_SYS because PERLIO_TERM + uses PerlMemShared_free() which, in that case, involves the perlhost + that has already been freed itself by perl_free(), which is called + before PERL_SYS_TERM(). + + The order of perl_destruct(), perl_free(), PERL_SYS_TERM() cannot + be changed (it is advertised in perlembed for a start), so just + revert #29424 and the appropriate parts of #29442 for now. + + Perhaps PL_perlio_fd_refcnt needs allocating differently, or else + the perlhost needs freeing later (after PerlIO)? + Branch: perl + ! win32/perllib.c win32/win32.c win32/wince.c +____________________________________________________________________________ +[ 29450] By: rgs on 2006/12/04 13:49:20 + Log: Subject: [PATCH] Minor pod nit in perlre. + From: demerphq + Date: Mon, 4 Dec 2006 14:47:07 +0100 + Message-ID: <9b18b3110612040547k1bcff290qb8c9b0d7c9ed9640@mail.gmail.com> + Branch: perl + ! pod/perlre.pod +____________________________________________________________________________ +[ 29449] By: davem on 2006/12/04 12:08:56 + Log: another fix for bison 2.3 + Branch: perl + ! regen_perly.pl +____________________________________________________________________________ +[ 29448] By: merijn on 2006/12/04 11:24:57 + Log: Subject: -DDEBUGGING=both doesn't set -g + From: "Yitzchak Scott-Thoennes" + Date: Mon, 4 Dec 2006 03:10:31 -0800 (PST) + Message-ID: <1176.63.226.246.123.1165230631.squirrel@63.226.246.123> + Branch: perl + ! Configure +____________________________________________________________________________ +[ 29446] By: rgs on 2006/12/04 09:36:15 + Log: Subject: Re: [perl #38868] Changing $0 on darwin leads to excessive padding in 'ps' + From: Chris Dolan + Date: Sat, 2 Dec 2006 09:37:08 -0600 + Message-Id: <005671A0-5C2B-464C-85B9-A91E52278194@chrisdolan.net> + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 29445] By: rgs on 2006/12/04 09:21:16 + Log: Subject: [PATCH] \R is supposed to mean something else so switch to \g and make it more useful in the process + From: demerphq + Date: Sun, 3 Dec 2006 16:55:55 +0100 + Message-ID: <9b18b3110612030755o241e6372o9870ecce9c42e3d5@mail.gmail.com> + Branch: perl + ! pod/perl595delta.pod pod/perldiag.pod pod/perlre.pod regcomp.c + ! regexec.c t/op/pat.t t/op/re_tests +____________________________________________________________________________ +[ 29444] By: stevep on 2006/12/04 02:48:24 + Log: Upgrade to Test-Simple-0.66. + Branch: perl + ! lib/Test/Builder.pm lib/Test/Builder/Module.pm + ! lib/Test/Builder/Tester.pm lib/Test/More.pm lib/Test/Simple.pm +____________________________________________________________________________ +[ 29443] By: davem on 2006/12/03 22:08:57 + Log: add support for bison 2.3 + Branch: perl + ! perly.c regen_perly.pl +____________________________________________________________________________ +[ 29442] By: rgs on 2006/12/03 19:16:17 + Log: Subject: Re: [PATCH] Re: [PATCH] Re: [PATCH] abstract mempool header testing + From: demerphq + Date: Sat, 2 Dec 2006 14:48:54 +0100 + Message-ID: <9b18b3110612020548l7c5aefd4m19cb0b5c4395abb4@mail.gmail.com> + Branch: perl + ! perlio.c win32/perllib.c +____________________________________________________________________________ +[ 29441] By: rgs on 2006/12/03 18:37:15 + Log: Subject: Re: [perl #41010] (?(COND)) in pattern matching not working properly + From: demerphq + Date: Thu, 30 Nov 2006 01:12:25 +0100 + Message-ID: <9b18b3110611291612i137803f4lab2739e3d9af40f7@mail.gmail.com> + Branch: perl + ! embed.fnc embed.h proto.h regcomp.c t/op/pat.t +____________________________________________________________________________ +[ 29440] By: davem on 2006/12/03 15:52:59 + Log: merge perly.c and madly.c + + madly.c is now just a wrapper that #includes perly.c + Branch: perl + ! madly.c perly.c +____________________________________________________________________________ +[ 29439] By: rgs on 2006/12/03 13:58:52 + Log: Subject: Minor patch for Benchmark.pm + From: christophe grosjean + Date: Sun, 03 Dec 2006 01:31:58 +0100 + Message-Id: <1165105918.2718.90.camel@localhost.localdomain> + Branch: perl + ! lib/Benchmark.pm +____________________________________________________________________________ +[ 29438] By: davem on 2006/12/02 18:38:35 + Log: synchronise perly.c and madly.c + Branch: perl + ! madly.c perly.c +____________________________________________________________________________ +[ 29437] By: mhx on 2006/12/02 17:25:55 + Log: Upgrade to Devel::PPPort 3.10_02 + Branch: perl + + ext/Devel/PPPort/parts/base/5009005 + + ext/Devel/PPPort/parts/todo/5009005 + ! MANIFEST ext/Devel/PPPort/Changes + ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/soak +____________________________________________________________________________ +[ 29436] By: mhx on 2006/12/02 17:13:26 + Log: Upgrade to Devel::PPPort 3.10_01 + Branch: perl + ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort_pm.PL + ! ext/Devel/PPPort/PPPort_xs.PL ext/Devel/PPPort/TODO + ! ext/Devel/PPPort/devel/buildperl.pl + ! ext/Devel/PPPort/mktests.PL + ! ext/Devel/PPPort/parts/base/5005000 + ! ext/Devel/PPPort/parts/base/5007002 + ! ext/Devel/PPPort/parts/base/5009001 + ! ext/Devel/PPPort/parts/base/5009004 + ! ext/Devel/PPPort/parts/embed.fnc + ! ext/Devel/PPPort/parts/inc/misc + ! ext/Devel/PPPort/parts/inc/threads + ! ext/Devel/PPPort/parts/inc/variables + ! ext/Devel/PPPort/parts/todo/5009001 + ! ext/Devel/PPPort/parts/todo/5009004 ext/Devel/PPPort/soak + ! ext/Devel/PPPort/t/MY_CXT.t ext/Devel/PPPort/t/SvPV.t + ! ext/Devel/PPPort/t/SvREFCNT.t ext/Devel/PPPort/t/Sv_set.t + ! ext/Devel/PPPort/t/call.t ext/Devel/PPPort/t/cop.t + ! ext/Devel/PPPort/t/exception.t ext/Devel/PPPort/t/grok.t + ! ext/Devel/PPPort/t/limits.t ext/Devel/PPPort/t/mPUSH.t + ! ext/Devel/PPPort/t/magic.t ext/Devel/PPPort/t/memory.t + ! ext/Devel/PPPort/t/misc.t ext/Devel/PPPort/t/newCONSTSUB.t + ! ext/Devel/PPPort/t/newRV.t ext/Devel/PPPort/t/podtest.t + ! ext/Devel/PPPort/t/ppphtest.t ext/Devel/PPPort/t/pvs.t + ! ext/Devel/PPPort/t/snprintf.t ext/Devel/PPPort/t/strlfuncs.t + ! ext/Devel/PPPort/t/sv_xpvf.t ext/Devel/PPPort/t/threads.t + ! ext/Devel/PPPort/t/uv.t ext/Devel/PPPort/t/variables.t + ! ext/Devel/PPPort/t/warn.t +____________________________________________________________________________ +[ 29435] By: rgs on 2006/12/02 09:10:01 + Log: Subject: [PATCH] perltodo.pod: add perlio todos/thinkabouts + From: Jarkko Hietaniemi + Date: Fri, 1 Dec 2006 22:05:17 +0200 (EET) + Message-Id: <200612012005.kB1K5Hn3448004@kosh.hut.fi> + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 29434] By: nicholas on 2006/12/01 22:51:22 + Log: Make get_db_sub non-static, and call it from pp_goto, which allows the + removal of duplicate code. (The conversion of GvSV(PL_DBsub) to + GvSVn(PL_DBsub) implicit in this change should fix a failure with + Devel::SmallProf.) + Branch: perl + ! embed.fnc embed.h pp_ctl.c pp_hot.c proto.h +____________________________________________________________________________ +[ 29433] By: nicholas on 2006/12/01 22:28:11 + Log: Remove the pp_entersub specific logic from S_get_db_sub. + Branch: perl + ! embed.fnc pp_ctl.c pp_hot.c proto.h +____________________________________________________________________________ +[ 29432] By: rgs on 2006/12/01 16:56:01 + Log: Subject: Re: [PATCH] Make B::Lint use Module::Pluggable + From: "Joshua ben Jore" + Date: Wed, 29 Nov 2006 16:26:25 -0800 + Message-ID: + Branch: perl + + ext/B/t/pluglib/B/Lint/Plugin/Test.pm + ! MANIFEST ext/B/B/Lint.pm ext/B/t/lint.t +____________________________________________________________________________ +[ 29431] By: rgs on 2006/12/01 14:03:22 + Log: Remove unused variable + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 29430] By: rgs on 2006/12/01 13:59:27 + Log: Subject: [PATCH] Continue split of perl internal regexp structures from ones that are engine specific. + From: demerphq + Date: Thu, 30 Nov 2006 22:06:38 +0100 + Message-ID: <9b18b3110611301306p5cad5deal4aa55559b8c8defd@mail.gmail.com> + Branch: perl + ! embed.fnc embed.h ext/re/re.xs ext/re/re_top.h global.sym + ! perl.h pod/perlreguts.pod proto.h regcomp.c regcomp.h regexp.h + ! sv.c +____________________________________________________________________________ +[ 29429] By: rgs on 2006/12/01 10:28:36 + Log: Verify that the debugger has an array where to store lines before + doing so. This fixes an assertion failure when parsing a script + that begins with '#!perl -d'. + Also, code factorization in toke.c. + Branch: perl + ! embed.fnc embed.h op.c proto.h toke.c +____________________________________________________________________________ +[ 29428] By: steveh on 2006/12/01 09:41:47 + Log: Fix Time-HiRes linker error on Win32 introduced by upgrades + from version 1.94 (#29423 and #29426) + + Subject: Re: Time::HiRes not happy? + From: "Rafael Garcia-Suarez" + Date: Fri, 1 Dec 2006 10:26:48 +0100 + Message-ID: + Branch: perl + ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs +____________________________________________________________________________ +[ 29427] By: stevep on 2006/11/30 14:21:40 + Log: -Dprefix failed on Cygwin unless the directory ${installbin} already + existed prior to running make. + Branch: perl + ! cygwin/Makefile.SHs +____________________________________________________________________________ +[ 29426] By: stevep on 2006/11/30 14:11:57 + Log: Upgrade to Time-HiRes-1.96. + Branch: perl + ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm + ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL +____________________________________________________________________________ +[ 29425] By: steveh on 2006/11/30 10:13:40 + Log: Don't try to export fd_refcnt symbols when building without USE_PERLIO + to keep the Win32 linker happy + Branch: perl + ! makedef.pl +____________________________________________________________________________ +[ 29424] By: steveh on 2006/11/30 09:45:47 + Log: I think #29060 / #29073 missed this + Branch: perl + ! win32/win32.c win32/wince.c +____________________________________________________________________________ +[ 29423] By: stevep on 2006/11/30 04:44:54 + Log: Upgrade to Time-HiRes-1.95 + Branch: perl + ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm + ! ext/Time/HiRes/Makefile.PL ext/Time/HiRes/fallback/const-c.inc +____________________________________________________________________________ +[ 29422] By: stevep on 2006/11/30 04:24:10 + Log: Subject: [PATCH] No code specified for -. + From: Jarkko Hietaniemi + Date: Wed, 29 Nov 2006 19:06:09 -0500 + Message-ID: <456E2071.3010404@iki.fi> + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 29421] By: stevep on 2006/11/29 15:32:58 + Log: Upgrade to CPAN-1.88_63. + Branch: perl + ! lib/CPAN.pm lib/CPAN/HandleConfig.pm lib/CPAN/Tarzip.pm +____________________________________________________________________________ +[ 29420] By: rgs on 2006/11/29 15:26:00 + Log: Subject: Re: Fix \k preceded by literal + From: demerphq + Date: Wed, 29 Nov 2006 16:18:34 +0100 + Message-ID: <9b18b3110611290718o685a07ddja39f595ed97c231a@mail.gmail.com> + Branch: perl + ! regcomp.c regcomp.h t/op/re_tests +____________________________________________________________________________ +[ 29419] By: stevep on 2006/11/29 15:24:21 + Log: Upgrade to Tie-RefHash-1.35_01, which is just a version change for + bleadperl. + Branch: perl + ! lib/Tie/RefHash.pm +____________________________________________________________________________ +[ 29418] By: stevep on 2006/11/29 15:17:59 + Log: Upgrade to ExtUtils-ParseXS-2.17. Actuall just caught up with + most of the patches to bleadperl. The remaining change missing + is #29252, so, the version has been bumped to 2.17_01. + Branch: perl + ! lib/ExtUtils/ParseXS.pm +____________________________________________________________________________ +[ 29417] By: rgs on 2006/11/29 12:08:35 + Log: Patch by Derek Price to Time::Piece for CPAN bug #21255: + NOTDATE - DATE should stringify DATE and let Perl handle things + Branch: perl + ! ext/Time/Piece/Piece.pm ext/Time/Piece/t/06subclass.t +____________________________________________________________________________ +[ 29416] By: rgs on 2006/11/29 11:34:10 + Log: Subject: [perl #41008] Setting $0 invalidates environment shown by ps + From: alexander_bluhm@genua.de (via RT) + Date: Tue, 28 Nov 2006 05:09:31 -0800 + Message-ID: + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 29415] By: rgs on 2006/11/29 11:01:06 + Log: Subject: [PATCH perl5db.pl] MacOSX debugger fork support + From: Richard Foley + Date: Wed, 29 Nov 2006 12:00:53 +0100 + Message-Id: <200611291200.53429.Richard.Foley@rfi.net> + Branch: perl + ! lib/perl5db.pl +____________________________________________________________________________ +[ 29414] By: nicholas on 2006/11/29 10:19:19 + Log: Fix Attribute::Handlers to cope with proxy constant subroutines. + Branch: perl + + lib/Attribute/Handlers/t/constants.t + ! MANIFEST lib/Attribute/Handlers.pm +____________________________________________________________________________ +[ 29413] By: rgs on 2006/11/29 09:30:02 + Log: Change in handling of \RNNN inside nested patterns + Subject: Re: New development release in sight + From: demerphq + Date: Wed, 29 Nov 2006 01:07:43 +0100 + Message-ID: <9b18b3110611281607i3d583febtd549989dc3cabc8a@mail.gmail.com> + Branch: perl + ! pod/perlre.pod regcomp.c t/op/pat.t t/op/re_tests +____________________________________________________________________________ +[ 29412] By: nicholas on 2006/11/28 23:31:15 + Log: Bring the joy of strict to Attribute::Handlers. + Branch: perl + ! lib/Attribute/Handlers.pm +____________________________________________________________________________ +[ 29411] By: rgs on 2006/11/28 17:19:40 + Log: Remove DOS line endings + (perforce should take care of line encodings on checkout) + Branch: perl + ! lib/IPC/Cmd/t/02_Interactive.t lib/Log/Message.pm + ! lib/Log/Message/Config.pm lib/Log/Message/Handlers.pm + ! lib/Log/Message/Item.pm lib/Log/Message/t/conf/config_file + ! lib/Module/Load/Conditional/t/to_load/Commented.pm + ! lib/Module/Load/Conditional/t/to_load/LoadIt.pm + ! lib/Module/Load/Conditional/t/to_load/Must/Be/Loaded.pm +____________________________________________________________________________ +[ 29410] By: steveh on 2006/11/28 16:43:17 + Log: Fix IPC-Cmd test failure on Win32: check current directory as well + as those listed in $ENV{PATH} when searching for binaries + Branch: perl + ! lib/IPC/Cmd.pm +____________________________________________________________________________ +[ 29409] By: steveh on 2006/11/28 16:01:55 + Log: Building with Visual C++ 2005 now works except for one test failure + Branch: perl + ! README.win32 win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 29408] By: steveh on 2006/11/28 15:57:45 + Log: Silence VC++ 8 warnings about "possible loss of data" + Branch: perl + ! ext/POSIX/POSIX.xs pp_sys.c +____________________________________________________________________________ +[ 29407] By: rgs on 2006/11/28 14:59:03 + Log: OS/2 compilation fixes by Ilya + + Subject: [PATCH 5.8.8] Build on OS/2 + From: Ilya Zakharevich + Date: Tue, 28 Nov 2006 03:36:29 -0800 + Message-ID: <20061128113629.GA18108@powdermilk.math.berkeley.edu> + Branch: perl + ! config_h.SH perlvars.h +____________________________________________________________________________ +[ 29406] By: steveh on 2006/11/28 14:58:14 + Log: Silence 4 "unreferenced local variable" warnings from VC++ + Branch: perl + ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs +____________________________________________________________________________ +[ 29405] By: rgs on 2006/11/28 14:39:58 + Log: Subject: Re: [PATCH 5.8.8] Build on OS/2 + From: Ilya Zakharevich + Date: Tue, 28 Nov 2006 05:02:20 -0800 + Message-ID: <20061128130220.GA18386@powdermilk.math.berkeley.edu> + Branch: perl + ! ext/Devel/DProf/DProf.xs +____________________________________________________________________________ +[ 29404] By: rgs on 2006/11/28 13:50:37 + Log: Add Module::Pluggable + (required by CPANPLUS) + Branch: perl + + lib/Module/Pluggable.pm lib/Module/Pluggable/Object.pm + + lib/Module/Pluggable/t/01use.t + + lib/Module/Pluggable/t/02alsoworks.t + + lib/Module/Pluggable/t/02works.t + + lib/Module/Pluggable/t/02works_taint.t + + lib/Module/Pluggable/t/03diffname.t + + lib/Module/Pluggable/t/04acmedir.t + + lib/Module/Pluggable/t/04acmedir_single.t + + lib/Module/Pluggable/t/04acmepath.t + + lib/Module/Pluggable/t/04acmepath_single.t + + lib/Module/Pluggable/t/05postpath.t + + lib/Module/Pluggable/t/06multipath.t + + lib/Module/Pluggable/t/07instantiate.t + + lib/Module/Pluggable/t/08nothing.t + + lib/Module/Pluggable/t/09require.t + + lib/Module/Pluggable/t/10innerpack.t + + lib/Module/Pluggable/t/10innerpack_inner.t + + lib/Module/Pluggable/t/10innerpack_noinner.t + + lib/Module/Pluggable/t/10innerpack_override.t + + lib/Module/Pluggable/t/11usetwice.t + + lib/Module/Pluggable/t/12only.t + + lib/Module/Pluggable/t/12onlyarray.t + + lib/Module/Pluggable/t/12onlyregex.t + + lib/Module/Pluggable/t/13except.t + + lib/Module/Pluggable/t/13exceptarray.t + + lib/Module/Pluggable/t/13exceptregex.t + + lib/Module/Pluggable/t/14package.t + + lib/Module/Pluggable/t/15topicsafe.t + + lib/Module/Pluggable/t/16different_extension.t + + lib/Module/Pluggable/t/17devel_inner_package.t + + lib/Module/Pluggable/t/18skipped_package.t + + lib/Module/Pluggable/t/19can_ok_clobber.t + + lib/Module/Pluggable/t/20dodgy_files.t + + lib/Module/Pluggable/t/acme/Acme/MyTest/Plugin/Foo.pm + + lib/Module/Pluggable/t/lib/Acme/MyTest/Plugin/Foo.pm + + lib/Module/Pluggable/t/lib/ExtTest/Plugin/Bar.plugin + + lib/Module/Pluggable/t/lib/ExtTest/Plugin/Foo.plugin + + lib/Module/Pluggable/t/lib/ExtTest/Plugin/Quux/Foo.plugin + + lib/Module/Pluggable/t/lib/InnerTest/Plugin/Foo.pm + + lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Bar.pm + + lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Foo.pm + + lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Quux.pm + + lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Quux/Foo.pm + + lib/Module/Pluggable/t/lib/MyTest/Extend/Plugin/Bar.pm + + lib/Module/Pluggable/t/lib/MyTest/Plugin/Bar.pm + + lib/Module/Pluggable/t/lib/MyTest/Plugin/Foo.pm + + lib/Module/Pluggable/t/lib/MyTest/Plugin/Quux/Foo.pm + + lib/Module/Pluggable/t/lib/No/Middle.pm + + lib/Module/Pluggable/t/lib/OddTest/Plugin/-Dodgy.pm + + lib/Module/Pluggable/t/lib/OddTest/Plugin/Foo.pm + + lib/Module/Pluggable/t/lib/TA/C/A/I.pm + ! MANIFEST +____________________________________________________________________________ +[ 29403] By: rgs on 2006/11/28 13:32:26 + Log: Subject: [PATCH 5.8.8] perl5db on miniperl + From: Ilya Zakharevich + Date: Tue, 28 Nov 2006 03:39:05 -0800 + Message-ID: <20061128113905.GA18135@powdermilk.math.berkeley.edu> + Branch: perl + ! lib/perl5db.pl +____________________________________________________________________________ +[ 29402] By: steveh on 2006/11/28 11:57:35 + Log: Give perl.exe an icon when built with MinGW and Borland + + It already gets an icon when built with VC++, but the MinGW and Borland + builds were not making any use of the resource file. + + Also add the top-level directory into MinGW's resource compiler search + path to assist ActivePerl builds: see: + http://downloads.activestate.com/ActivePerl/src/5.8/AP819_diff.txt + Branch: perl + ! win32/makefile.mk +____________________________________________________________________________ +[ 29401] By: rgs on 2006/11/28 10:45:06 + Log: Add IPC::Cmd to the core + Branch: perl + + lib/IPC/Cmd.pm lib/IPC/Cmd/t/01_IPC-Cmd.t + + lib/IPC/Cmd/t/02_Interactive.t lib/IPC/Cmd/t/src/child.pl + ! MANIFEST +____________________________________________________________________________ +[ 29400] By: rgs on 2006/11/28 10:09:01 + Log: Typo fix (by Dominic Dunlop) + Branch: perl + ! cflags.SH +____________________________________________________________________________ +[ 29399] By: rgs on 2006/11/28 09:57:24 + Log: Subject: [PATCH[ threads 1.53 + From: "Jerry D. Hedden" + Date: Mon, 27 Nov 2006 09:26:08 -0800 (PST) + Message-ID: <965653.3725.qm@web30206.mail.mud.yahoo.com> + Branch: perl + ! ext/threads/Changes ext/threads/README + ! ext/threads/shared/t/cond.t ext/threads/t/exit.t + ! ext/threads/t/libc.t ext/threads/t/stress_re.t + ! ext/threads/t/thread.t ext/threads/threads.pm + ! ext/threads/threads.xs +____________________________________________________________________________ +[ 29398] By: stevep on 2006/11/28 01:32:07 + Log: Subject: [PATCH] Re: [PATCH] perlhack: some portability updates + From: Dominic Dunlop + Date: Sun, 26 Nov 2006 12:01:16 +0100 + Message-Id: <253514EB-BA57-4A43-93FA-75D6F3CF27BC@mac.com> + Branch: perl + ! cflags.SH perl.h pod/perlhack.pod +____________________________________________________________________________ +[ 29397] By: steveh on 2006/11/27 17:44:27 + Log: Add missing d_printf_format_null/PRINTF_FORMAT_NULL_OK to Win32 canned + configs + + See: + http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-11/msg00923.html + Branch: perl + ! perl.h 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 +____________________________________________________________________________ +[ 29396] By: steveh on 2006/11/27 17:39:00 + Log: Make the win32/makefile.mk a little safer + + - Add a few missing s,\,$B, substitutions. We were living dangerously + with various unescaped backslashes not causing problems purely because + they don't make valid ecape codes anyway, e.g. ..\perl59.dll was only + working because \p isn't an escape code so it didn't get mapped to + anything nasty. + + - Move the $(BLINK_FLAGS) out of $(mktmp ...)'s because it could contain + backslashes which would otherwise need escaping. (Adding in the + escaping would be another fix but other cases don't put $(BLINK_FLAGS) + into $(mktmp ...) files in the first place.) + Branch: perl + ! win32/makefile.mk +____________________________________________________________________________ +[ 29395] By: rgs on 2006/11/27 16:54:26 + Log: Add missing file to MANIFEST + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 29394] By: nicholas on 2006/11/27 08:02:35 + Log: Move words and revcharmap out of struct _rev_trie_data and duplicate + them on thread clone. + Branch: perl + ! embed.fnc embed.h proto.h regcomp.c regcomp.h regexec.c +____________________________________________________________________________ +[ 29393] By: nicholas on 2006/11/26 23:32:29 + Log: Move widecharmap out of the shared structure _reg_trie_data into the + top level regdata array, so that it can be correctly duplicated on + thread clone. + Branch: perl + ! embed.fnc embed.h proto.h regcomp.c regcomp.h regexec.c +____________________________________________________________________________ +[ 29392] By: nicholas on 2006/11/26 23:01:46 + Log: Swap _reg_ac_data.trie to U32 offset into the regdata array, as + preliminary to moving _reg_trie_data.widecharmap out too. + Branch: perl + ! regcomp.c regcomp.h regexec.c +____________________________________________________________________________ +[ 29391] By: nicholas on 2006/11/26 22:21:02 + Log: Moving the reference count to the front of both _reg_trie_data and + _reg_ac_data allows smaller code in Perl_regdupe. + Branch: perl + ! regcomp.c regcomp.h +____________________________________________________________________________ +[ 29390] By: nicholas on 2006/11/26 20:52:49 + Log: A little reodering of the switch statement in Perl_regdupe makes a + smaller executable. + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 29389] By: nicholas on 2006/11/26 20:03:16 + Log: Eliminated unitialised clone_params value bug accidentally added with + change 28229. + Branch: perl + ! ext/threads/threads.xs +____________________________________________________________________________ +[ 29388] By: nicholas on 2006/11/26 20:00:36 + Log: Stage 1 of threadsafe-ing the trie strucutres - use shared malloc. + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 29387] By: nicholas on 2006/11/26 18:44:57 + Log: Simplify S_add_data(), given that realloc will NULL acts as malloc(). + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 29386] By: nicholas on 2006/11/26 18:26:53 + Log: Change (well, correct) S_add_data to take and return a U32. + Branch: perl + ! embed.fnc proto.h regcomp.c +____________________________________________________________________________ +[ 29385] By: nicholas on 2006/11/26 18:00:05 + Log: Make the cache in Carp::trusts actually persist across calls :-) + I made a similar mistake once long ago, and now spot the pattern. + Branch: perl + ! lib/Carp/Heavy.pm +____________________________________________________________________________ +[ 29384] By: nicholas on 2006/11/26 17:33:05 + Log: Remove unused lexical present since change 13426. + Branch: perl + ! lib/Carp/Heavy.pm +____________________________________________________________________________ +[ 29383] By: stevep on 2006/11/26 14:14:54 + Log: Adding Time::Piece to the core...again. + Branch: perl + + ext/Time/Piece/Changes ext/Time/Piece/Makefile.PL + + ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs + + ext/Time/Piece/README ext/Time/Piece/Seconds.pm + + ext/Time/Piece/t/01base.t ext/Time/Piece/t/02core.t + + ext/Time/Piece/t/03compare.t ext/Time/Piece/t/04mjd.t + + ext/Time/Piece/t/05overload.t ext/Time/Piece/t/06subclass.t + ! MANIFEST Porting/Maintainers.pl +____________________________________________________________________________ +[ 29382] By: nicholas on 2006/11/26 12:38:20 + Log: Stop mod_perl looping forever in &Carp::shortmess_jmp as it somehow + manages to forcibly re-load Carp.pm without re-loading Carp/Heavy.pm + Branch: perl + ! lib/Carp.pm lib/Carp/Heavy.pm +____________________________________________________________________________ +[ 29381] By: stevep on 2006/11/25 23:11:36 + Log: Skip test for Module::Load::Conditional that appears to be setting + $^X, but not getting it right. I'll wait to see if Jos has a fix. + Branch: perl + ! lib/Module/Load/Conditional/t/01_Module_Load_Conditional.t +____________________________________________________________________________ +[ 29380] By: craigb on 2006/11/25 22:19:14 + Log: xterm debugger support for VMS from John Malmberg (with revisions) + Branch: perl + ! configure.com lib/perl5db.pl vms/descrip_mms.template + ! vms/vms.c +____________________________________________________________________________ +[ 29379] By: stevep on 2006/11/25 17:49:26 + Log: Subject: [PATCH] Add Module::Load::Conditional to the core + From: "Jos Boumans" + Date: Fri, 24 Nov 2006 18:07:54 +0100 (CET) + Message-ID: <23336.80.127.35.68.1164388074.squirrel@webmail.xs4all.nl> + Branch: perl + + lib/Module/Load/Conditional.pm + + lib/Module/Load/Conditional/t/01_Module_Load_Conditional.t + + lib/Module/Load/Conditional/t/to_load/Commented.pm + + lib/Module/Load/Conditional/t/to_load/LoadIt.pm + + lib/Module/Load/Conditional/t/to_load/LoadMe.pl + + lib/Module/Load/Conditional/t/to_load/Must/Be/Loaded.pm + + lib/Module/Load/Conditional/t/to_load/ToBeLoaded + ! MANIFEST +____________________________________________________________________________ +[ 29378] By: stevep on 2006/11/25 17:34:09 + Log: Subject: [PATCH] smoke signs suppression + From: Jarkko Hietaniemi + Date: Sat, 25 Nov 2006 11:45:24 -0500 + Message-ID: <45687324.3040102@iki.fi> + Branch: perl + ! ext/re/re.xs iperlsys.h pp_hot.c regcomp.c regexec.c +____________________________________________________________________________ +[ 29377] By: stevep on 2006/11/25 17:29:55 + Log: Subject: [PATCH] perlhack: some portability updates + From: Jarkko Hietaniemi + Date: Sat, 25 Nov 2006 17:57:23 +0200 (EET) + Message-Id: <200611251557.kAPFvNKw011342@kosh.hut.fi> + Branch: perl + ! pod/perlhack.pod +____________________________________________________________________________ +[ 29376] By: steveh on 2006/11/24 17:11:34 + Log: Remove redundant macros from win32 makefiles + + In the course of removing redundant ByteLoader references I found that + various long lists of extensions are hopelessly out of date, e.g. + Compress/Zlib should be Compress/Raw/Zlib and PerlIO/*, threads/* and + others are missing. It seems that these lists of extensions serve no + useful purpose anyway: in Makefile they are used to delete files that + should already have been deleted by the Makefile for each module, and + in makefile.mk DYNAMIC_EXT wasn't used at all! So the simplest remedy + is to remove them. One less maintenance headache. + Branch: perl + ! win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 29375] By: steveh on 2006/11/24 15:44:23 + Log: Cleanup manifest file left by test script when using VC8 + Branch: perl + ! lib/ExtUtils/t/Embed.t +____________________________________________________________________________ +[ 29374] By: steveh on 2006/11/24 15:38:24 + Log: Embed manifest files in DLLs built with Module-Build when using VC8 + + This change does for Module-Build what part of #29266 did for + ExtUtils-MakeMaker. + Branch: perl + ! lib/ExtUtils/CBuilder/Platform/Windows.pm +____________________________________________________________________________ +[ 29373] By: rgs on 2006/11/24 15:03:55 + Log: Subject: [perl #36689] &=, |= and ^= overloads are nbot documented + From: "Adriano Rodrigues" + Date: Thu, 23 Nov 2006 17:43:12 -0200 + Message-ID: <73ddeb6c0611231143y1e3461dbqf30f5fce16698b5c@mail.gmail.com> + Branch: perl + ! lib/overload.pm lib/overload.t +____________________________________________________________________________ +[ 29372] By: rgs on 2006/11/24 10:16:07 + Log: Revert change #29098 (that introduced a new warning, + "Variable length character upgraded in print") + Branch: perl + ! doio.c pod/perl595delta.pod pod/perldiag.pod +____________________________________________________________________________ +[ 29371] By: rgs on 2006/11/24 09:58:43 + Log: Un-TODO one test in pat.t ($1 kept safe after a /g match) + Branch: perl + ! t/op/pat.t +____________________________________________________________________________ +[ 29370] By: craigb on 2006/11/24 04:45:30 + Log: Even better configure.com handling for checkcfgvar.pl + Branch: perl + ! Porting/checkcfgvar.pl +____________________________________________________________________________ +[ 29369] By: craigb on 2006/11/24 04:42:43 + Log: Initialize targetarch in configure.com + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 29368] By: nicholas on 2006/11/23 23:17:44 + Log: Subject: Re: [PATCH] Cleanup regexp flags and structure + From: demerphq + Message-ID: <9b18b3110611231021l561a9cb4te985db3f0648e097@mail.gmail.com> + Date: Thu, 23 Nov 2006 19:21:38 +0100 + + Attached patch completes the splitting out of the core from the regexp + internal data. + Branch: perl + ! regcomp.c regexec.c regexp.h +____________________________________________________________________________ +[ 29367] By: stevep on 2006/11/23 20:51:11 + Log: Module::Pluggable diff had some hidden binary files in it. I'm + backing it out while Jos verifies whether those files are actually + needed in the distribution or not. + Branch: perl + - lib/Module/Pluggable.pm lib/Module/Pluggable/Object.pm + - lib/Module/Pluggable/t/01use.t + - lib/Module/Pluggable/t/02alsoworks.t + - lib/Module/Pluggable/t/02works.t + - lib/Module/Pluggable/t/03diffname.t + - lib/Module/Pluggable/t/04acmedir.t + - lib/Module/Pluggable/t/04acmedir_single.t + - lib/Module/Pluggable/t/04acmepath.t + - lib/Module/Pluggable/t/04acmepath_single.t + - lib/Module/Pluggable/t/05postpath.t + - lib/Module/Pluggable/t/06multipath.t + - lib/Module/Pluggable/t/07instantiate.t + - lib/Module/Pluggable/t/08nothing.t + - lib/Module/Pluggable/t/09require.t + - lib/Module/Pluggable/t/10innerpack.t + - lib/Module/Pluggable/t/10innerpack_inner.t + - lib/Module/Pluggable/t/10innerpack_noinner.t + - lib/Module/Pluggable/t/10innerpack_override.t + - lib/Module/Pluggable/t/11usetwice.t + - lib/Module/Pluggable/t/12only.t + - lib/Module/Pluggable/t/12onlyarray.t + - lib/Module/Pluggable/t/12onlyregex.t + - lib/Module/Pluggable/t/13except.t + - lib/Module/Pluggable/t/13exceptarray.t + - lib/Module/Pluggable/t/13exceptregex.t + - lib/Module/Pluggable/t/14package.t + - lib/Module/Pluggable/t/15topicsafe.t + - lib/Module/Pluggable/t/16different_extension.t + - lib/Module/Pluggable/t/17devel_inner_package.t + - lib/Module/Pluggable/t/18skipped_package.t + - lib/Module/Pluggable/t/19can_ok_clobber.t + - lib/Module/Pluggable/t/20dodgy_files.t + - lib/Module/Pluggable/t/acme/Acme/MyTest/Plugin/Foo.pm + - lib/Module/Pluggable/t/lib/Acme/MyTest/Plugin/Foo.pm + - lib/Module/Pluggable/t/lib/ExtTest/Plugin/Bar.plugin + - lib/Module/Pluggable/t/lib/ExtTest/Plugin/Foo.plugin + - lib/Module/Pluggable/t/lib/ExtTest/Plugin/Quux/Foo.plugin + - lib/Module/Pluggable/t/lib/InnerTest/Plugin/Foo.pm + - lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Bar.pm + - lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Foo.pm + - lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Quux.pm + - lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Quux/Foo.pm + - lib/Module/Pluggable/t/lib/MyTest/Extend/Plugin/Bar.pm + - lib/Module/Pluggable/t/lib/MyTest/Plugin/Bar.pm + - lib/Module/Pluggable/t/lib/MyTest/Plugin/Foo.pm + - lib/Module/Pluggable/t/lib/MyTest/Plugin/Quux/Foo.pm + - lib/Module/Pluggable/t/lib/No/Middle.pm + - lib/Module/Pluggable/t/lib/OddTest/Plugin/%23Dodgy.pm + - lib/Module/Pluggable/t/lib/OddTest/Plugin/Foo.pm + - lib/Module/Pluggable/t/lib/TA/C/A/I.pm + ! MANIFEST +____________________________________________________________________________ +[ 29366] By: stevep on 2006/11/23 20:09:57 + Log: Subject: [PATCH] Add Module::Pluggable to the core + From: "Jos Boumans" + Date: Sun, 19 Nov 2006 16:06:00 +0100 (CET) + Message-ID: <4188.80.127.35.68.1163948760.squirrel@webmail.xs4all.nl> + Branch: perl + + lib/Devel/InnerPackage.pm lib/Module/Pluggable.pm + + lib/Module/Pluggable/Object.pm lib/Module/Pluggable/t/01use.t + + lib/Module/Pluggable/t/02alsoworks.t + + lib/Module/Pluggable/t/02works.t + + lib/Module/Pluggable/t/03diffname.t + + lib/Module/Pluggable/t/04acmedir.t + + lib/Module/Pluggable/t/04acmedir_single.t + + lib/Module/Pluggable/t/04acmepath.t + + lib/Module/Pluggable/t/04acmepath_single.t + + lib/Module/Pluggable/t/05postpath.t + + lib/Module/Pluggable/t/06multipath.t + + lib/Module/Pluggable/t/07instantiate.t + + lib/Module/Pluggable/t/08nothing.t + + lib/Module/Pluggable/t/09require.t + + lib/Module/Pluggable/t/10innerpack.t + + lib/Module/Pluggable/t/10innerpack_inner.t + + lib/Module/Pluggable/t/10innerpack_noinner.t + + lib/Module/Pluggable/t/10innerpack_override.t + + lib/Module/Pluggable/t/11usetwice.t + + lib/Module/Pluggable/t/12only.t + + lib/Module/Pluggable/t/12onlyarray.t + + lib/Module/Pluggable/t/12onlyregex.t + + lib/Module/Pluggable/t/13except.t + + lib/Module/Pluggable/t/13exceptarray.t + + lib/Module/Pluggable/t/13exceptregex.t + + lib/Module/Pluggable/t/14package.t + + lib/Module/Pluggable/t/15topicsafe.t + + lib/Module/Pluggable/t/16different_extension.t + + lib/Module/Pluggable/t/17devel_inner_package.t + + lib/Module/Pluggable/t/18skipped_package.t + + lib/Module/Pluggable/t/19can_ok_clobber.t + + lib/Module/Pluggable/t/20dodgy_files.t + + lib/Module/Pluggable/t/acme/Acme/MyTest/Plugin/Foo.pm + + lib/Module/Pluggable/t/lib/Acme/MyTest/Plugin/Foo.pm + + lib/Module/Pluggable/t/lib/ExtTest/Plugin/Bar.plugin + + lib/Module/Pluggable/t/lib/ExtTest/Plugin/Foo.plugin + + lib/Module/Pluggable/t/lib/ExtTest/Plugin/Quux/Foo.plugin + + lib/Module/Pluggable/t/lib/InnerTest/Plugin/Foo.pm + + lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Bar.pm + + lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Foo.pm + + lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Quux.pm + + lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Quux/Foo.pm + + lib/Module/Pluggable/t/lib/MyTest/Extend/Plugin/Bar.pm + + lib/Module/Pluggable/t/lib/MyTest/Plugin/Bar.pm + + lib/Module/Pluggable/t/lib/MyTest/Plugin/Foo.pm + + lib/Module/Pluggable/t/lib/MyTest/Plugin/Quux/Foo.pm + + lib/Module/Pluggable/t/lib/No/Middle.pm + + lib/Module/Pluggable/t/lib/OddTest/Plugin/%23Dodgy.pm + + lib/Module/Pluggable/t/lib/OddTest/Plugin/Foo.pm + + lib/Module/Pluggable/t/lib/TA/C/A/I.pm + ! MANIFEST +____________________________________________________________________________ +[ 29365] By: nicholas on 2006/11/23 19:29:57 + Log: Change 29364 forgot to turn the POK flag on. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 29364] By: nicholas on 2006/11/23 17:16:34 + Log: Assigning to a PVCV effectively just sets the prototype, so make this + the exact behaviour. (Fixes bug #40681, which prevents mod_perl from + building) + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 29363] By: nicholas on 2006/11/23 16:59:04 + Log: Remove superfluous SvROK() + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 29362] By: craigb on 2006/11/23 16:11:16 + Log: Tune configure.com checking to ignore trailing comments. + Branch: perl + ! Porting/checkcfgvar.pl +____________________________________________________________________________ +[ 29361] By: rgs on 2006/11/23 15:55:47 + Log: Fix for bug #38631: tied variables don't work with .= <> + Branch: perl + ! pp_hot.c t/op/readline.t +____________________________________________________________________________ +[ 29360] By: rgs on 2006/11/23 12:57:18 + Log: Subject: [PATCH] Cleanup regexp flags and structure + From: demerphq + Date: Thu, 23 Nov 2006 12:36:24 +0100 + Message-ID: <9b18b3110611230336p3ce3b16du47cd5398dea8d873@mail.gmail.com> + Branch: perl + ! dump.c ext/re/re.xs mg.c op.c op.h pp.c pp_hot.c regcomp.c + ! regexec.c regexp.h +____________________________________________________________________________ +[ 29359] By: rgs on 2006/11/23 11:28:28 + Log: More safety in free()s + Branch: perl + ! op.c +____________________________________________________________________________ +[ 29358] By: steveh on 2006/11/23 11:06:47 + Log: Silence VC8's warnings about "unsafe" CRT functions and POSIX CRT + function names being deprecated, and add a note to perltodo to + revisit this one day. + Branch: perl + ! pod/perltodo.pod win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 29357] By: rgs on 2006/11/23 10:05:43 + Log: Subject: [PATCH lib/ExtUtils/t/build_man.t] installman3dir is null + From: "Robin Barker" + Date: Tue, 21 Nov 2006 16:48:35 -0000 + Message-ID: <2C2E01334A940D4792B3E115F95B7226120ABE@exchsvr1.npl.ad.local> + Branch: perl + ! lib/ExtUtils/t/build_man.t +____________________________________________________________________________ +[ 29356] By: stevep on 2006/11/23 03:09:08 + Log: Upgrade to PathTools-3.24. + Branch: perl + ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm + ! lib/File/Spec/Cygwin.pm lib/File/Spec/Unix.pm +____________________________________________________________________________ +[ 29355] By: steveh on 2006/11/22 17:20:05 + Log: Update makefile.mk as per Makefile w.r.t. #29308 and #29323 + Branch: perl + ! win32/makefile.mk +____________________________________________________________________________ +[ 29354] By: rgs on 2006/11/22 17:09:33 + Log: Subject: \G with /g results in infinite loop in 5.6 and later + From: demerphq + Date: Wed, 22 Nov 2006 17:11:02 +0100 + Message-ID: <9b18b3110611220811k1a54f650t1bd7c6a9450b0a7e@mail.gmail.com> + Branch: perl + ! pod/perldiag.pod pod/perlre.pod pp_hot.c regcomp.c regcomp.h + ! regcomp.sym regexec.c regexp.h t/op/pat.t t/op/regmesg.t +____________________________________________________________________________ +[ 29353] By: stevep on 2006/11/22 17:00:54 + Log: Subject: POSIX::remove() and directories + From: "Dintelmann, Peter" + Date: Wed, 22 Nov 2006 17:41:55 +0100 + Message-ID: <3852726AFA94DE4F87E616F13F416A5F0A912F@naimucu1.ffz00k.rootdom.net> + Branch: perl + ! ext/POSIX/POSIX.pm +____________________________________________________________________________ +[ 29352] By: steveh on 2006/11/22 16:49:10 + Log: VC8 regards 60 seconds as an invalid parameter for strftime() + so skip the test in that case. + Branch: perl + ! ext/POSIX/t/posix.t +____________________________________________________________________________ +[ 29351] By: rgs on 2006/11/22 15:17:54 + Log: Don't AUTOLOAD DESTROY from Attribute::Handlers. + (patch by Jerry D. Hedden for CPAN bug #1911) + Branch: perl + ! lib/Attribute/Handlers.pm +____________________________________________________________________________ +[ 29350] By: steveh on 2006/11/22 15:11:41 + Log: Fix infinite loop in Perl_my_strftime() for failing strftime() + Branch: perl + ! util.c +____________________________________________________________________________ +[ 29349] By: rgs on 2006/11/22 14:30:19 + Log: More doc nits on Switch, and bump version to 2.11 for upcoming CPAN release. + Branch: perl + ! lib/Switch.pm +____________________________________________________________________________ +[ 29348] By: stevep on 2006/11/22 14:10:07 + Log: Subject: Re: [perl #40917] Benchmark fails under -Mbignum + From: SADAHIRO Tomoyuki + Date: Wed, 22 Nov 2006 22:32:46 +0900 + Message-Id: <20061122223227.193E.BQW10602@nifty.com> + Branch: perl + ! lib/Benchmark.pm +____________________________________________________________________________ +[ 29347] By: rgs on 2006/11/22 13:57:12 + Log: Fix a number of documentation issues in Switch.pm (code examples + that do not compile, typos, obscure examples) + Branch: perl + ! lib/Switch.pm +____________________________________________________________________________ +[ 29346] By: rgs on 2006/11/22 10:03:51 + Log: Remove tests for POD or POD coverage -- they're always skipped. + Branch: perl + - ext/Compress/IO/Base/t/99pod.t ext/Compress/IO/Zlib/t/999pod.t + - ext/Compress/Raw/Zlib/t/99pod.t ext/Compress/Zlib/t/99pod.t + - ext/Digest/SHA/t/0-pod-coverage.t ext/Digest/SHA/t/0-pod.t + - lib/Term/ANSIColor/t/pod.t lib/Test/Harness/t/pod.t + - lib/Text/Balanced/t/pod-coverage.t lib/Text/Balanced/t/pod.t + ! MANIFEST +____________________________________________________________________________ +[ 29345] By: rgs on 2006/11/22 09:56:14 + Log: - Restore two Text::Balanced tests, more comprehensive in bleadperl than + in CPAN. + - Restore a local bugfix, tested by the above tests. + - Fix a few typos in the POD for Text::Balanced + - Bump version of Text::Balanced + Branch: perl + ! lib/Text/Balanced.pm lib/Text/Balanced/t/extmul.t + ! lib/Text/Balanced/t/extqlk.t +____________________________________________________________________________ +[ 29344] By: rgs on 2006/11/22 09:12:16 + Log: Sync Text::Balanced with the CPAN version (1.99.1) + Branch: perl + ! lib/Text/Balanced.pm lib/Text/Balanced/Changes + ! lib/Text/Balanced/README lib/Text/Balanced/t/extmul.t + ! lib/Text/Balanced/t/extqlk.t +____________________________________________________________________________ +[ 29343] By: rgs on 2006/11/21 17:24:19 + Log: Remove assertions.pm review from perltodo + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 29342] By: rgs on 2006/11/21 16:32:42 + Log: Subject: [PATCH] threads 1.52 + From: "Jerry D. Hedden" + Date: Tue, 21 Nov 2006 08:26:28 -0800 (PST) + Message-ID: <204140.57721.qm@web30207.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 +____________________________________________________________________________ +[ 29341] By: merijn on 2006/11/21 16:18:49 + Log: Upgrade warning should only be issued if upgrade happens + Branch: perl + ! hints/hpux.sh +____________________________________________________________________________ +[ 29340] By: rgs on 2006/11/21 16:08:34 + Log: Regenerate Changes, add nits in perldelta + Branch: perl + ! Changes pod/perl595delta.pod +____________________________________________________________________________ +[ 29339] By: merijn on 2006/11/21 16:03:30 + Log: Silence some warnings during Configure + Branch: perl + ! hints/hpux.sh +____________________________________________________________________________ [ 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 @@ -2656,7 +8096,7 @@ ____________________________________________________________________________ ! 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 + Log: Change sprintf() to my_sprintf(), and use the returned length from that and my_snprintf() to avoid calls to strlen() Branch: perl ! ext/Data/Dumper/Dumper.xs @@ -7948,7 +13388,7 @@ ____________________________________________________________________________ ____________________________________________________________________________ [ 28226] By: stevep on 2006/05/18 15:16:40 Log: Subject: [PATCH] Test script for DynaLoader - From: Sébastien Aperghis-Tramoni + From: Sébastien Aperghis-Tramoni Date: Thu, 18 May 2006 16:46:00 +0200 Message-ID: <1147963560.446c88a8891e1@imp1-g19.free.fr> Branch: perl