X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/2a488fe1841b80616e850c6a4cca11278f3c565b..bcbaa2d5c12468541ffd08a271553ce01d1d7c15:/Changes diff --git a/Changes b/Changes index 5f80182..93fb03d 100644 --- a/Changes +++ b/Changes @@ -27,6 +27,81102 @@ example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/ -------------- Version v5.9.X Development release working toward v5.10 -------------- + +____________________________________________________________________________ +[ 32158] By: rgs on 2007/10/22 08:32:46 + Log: More delta info from Perl 5.9.5 + Branch: perl + ! pod/perl5100delta.pod +____________________________________________________________________________ +[ 32157] By: rgs on 2007/10/21 20:19:08 + Log: Subject: Re: overload64.t failures + From: Rick Delaney + Date: Sun, 21 Oct 2007 16:13:51 -0400 + Message-ID: <20071021201351.GY29047@bort.ca> + Branch: perl + ! pp.c pp_hot.c +____________________________________________________________________________ +[ 32156] By: rgs on 2007/10/21 20:15:46 + Log: More perldelta entries from perl 5.9.4, plus some reordering and + deduplication + Branch: perl + ! pod/perl5100delta.pod +____________________________________________________________________________ +[ 32155] By: rgs on 2007/10/21 16:38:36 + Log: More perldelta entries from 5.9.3 + Branch: perl + ! pod/perl5100delta.pod +____________________________________________________________________________ +[ 32154] By: rgs on 2007/10/21 10:59:47 + Log: Changes from perl 5.9.2 + Branch: perl + ! pod/perl5100delta.pod +____________________________________________________________________________ +[ 32153] By: rgs on 2007/10/21 07:51:14 + Log: Skip test on Basque locales on Mac OS X 10.5 + Branch: perl + ! lib/locale.t +____________________________________________________________________________ +[ 32152] By: rgs on 2007/10/20 16:25:32 + Log: Subject: [PATCH] VDf no longer in PERL_CORE + From: "Robin Barker" + Date: Fri, 19 Oct 2007 13:33:50 +0100 + Message-ID: <2C2E01334A940D4792B3E115F95B7226C9D20E@exchsvr1.npl.ad.local> + Branch: perl + ! perl.h sv.c +____________________________________________________________________________ +[ 32151] By: nicholas on 2007/10/20 16:16:56 + Log: In Perl_do_openn() we know the length of oname, so use it when creating + an SV. + Branch: perl + ! doio.c +____________________________________________________________________________ +[ 32150] By: rgs on 2007/10/20 15:19:20 + Log: Revert code change from #32148 + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 32149] By: rgs on 2007/10/20 15:04:44 + Log: Subject: [PATCH] perlfunc/perldiag errors + From: Father Chrysostomos + Date: Fri, 19 Oct 2007 20:25:38 -0700 + Message-Id: <8186DA53-970C-4A10-A0CE-0A4FFB199A01@cpan.org> + Branch: perl + ! pod/perldiag.pod pod/perlfunc.pod +____________________________________________________________________________ +[ 32148] By: rgs on 2007/10/20 15:02:33 + Log: Subject: Re: [PATCH] Fix overloading for 64-bit ints (revised) + From: "Jerry D. Hedden" + Date: Fri, 19 Oct 2007 20:50:27 -0400 + Message-ID: <1ff86f510710191750s3f25eae2x2dc2e90f18f1f716@mail.gmail.com> + Branch: perl + ! pod/perlintern.pod sv.c +____________________________________________________________________________ +[ 32147] By: rgs on 2007/10/19 16:14:01 + Log: More perldelta work (info from perl59[01]delta) + Branch: perl + ! pod/perl5100delta.pod +____________________________________________________________________________ +[ 32146] By: rgs on 2007/10/19 11:06:58 + Log: Document that encoding.pm isn't thread-safe, by Jerry D. Hedden + Branch: perl + ! ext/Encode/encoding.pm +____________________________________________________________________________ +[ 32145] By: rgs on 2007/10/19 10:44:04 + Log: POD nits + Branch: perl + ! pod/perlre.pod pod/perluniintro.pod +____________________________________________________________________________ +[ 32144] By: rgs on 2007/10/19 10:32:39 + Log: Subject: Re: [Diff] perlxstut.pod + From: =?ISO-8859-1?Q?Ren=E9e_B=E4cker?= + Date: Fri, 12 Oct 2007 10:29:50 +0200 + Message-ID: <470F307E.1030804@smart-websolutions.de> + Branch: perl + ! pod/perlxstut.pod +____________________________________________________________________________ +[ 32143] By: rgs on 2007/10/19 10:18:19 + Log: Upgrade to Term::Cap 1.10 + Branch: perl + ! lib/Term/Cap.pm lib/Term/Cap.t +____________________________________________________________________________ +[ 32142] By: rgs on 2007/10/19 10:14:03 + Log: Subject: RE: [PATCH] RE: PERL_CORE UVf logic + From: "Robin Barker" + Date: Thu, 18 Oct 2007 17:51:34 +0100 + Message-ID: <2C2E01334A940D4792B3E115F95B7226C9D20A@exchsvr1.npl.ad.local> + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 32141] By: rgs on 2007/10/19 07:47:45 + Log: Subject: [PATCH] Fix overloading for 64-bit ints (revised) + From: "Jerry D. Hedden" + Date: Thu, 18 Oct 2007 14:49:40 -0400 + Message-ID: <1ff86f510710181149s1c096dd9qffa8fe42046e675b@mail.gmail.com> + Branch: perl + + lib/overload64.t + ! MANIFEST embed.fnc embed.h lib/overload.t pod/perlintern.pod + ! pp.c pp_hot.c proto.h sv.c +____________________________________________________________________________ +[ 32140] By: nicholas on 2007/10/18 20:42:30 + Log: It seems crazy for Perl_yylex() to individually shift each element off + PL_preambleav, and then free each in turn, rather than simply process + the array in place, and allow the sv_free(PL_preambleav) to dispose of + everything. + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 32139] By: nicholas on 2007/10/18 19:21:50 + Log: Change 32136 introduced an error - passing a const char * to + sv_usepvn_flags(). Fixed. + Branch: perl + ! gv.c +____________________________________________________________________________ +[ 32138] By: nicholas on 2007/10/18 18:59:59 + Log: Inline and eliminate S_incl_perldb(), as it's only called on one place. + This also makes the logic in the call site simpler and more efficient. + Branch: perl + ! embed.fnc embed.h proto.h toke.c +____________________________________________________________________________ +[ 32137] By: nicholas on 2007/10/18 18:07:19 + Log: Simplify the logical for retrieving PL_inplace into $^I, as sv_setpv() + will do the "right" thing if we want NULL to map to undef. + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 32136] By: nicholas on 2007/10/18 18:06:29 + Log: Eliminate some uses of sv_setpv() where we already know the length. + Donate the prototype buffer to the CV in Perl_gv_init(), rather than + setting a copy, and immediately free()ing the original. + Branch: perl + ! gv.c toke.c +____________________________________________________________________________ +[ 32135] By: nicholas on 2007/10/18 17:15:16 + Log: Change newSVpv() to newSVpvn() where we know the length is non-zero, as + newSVpvn() will be fractionally more efficient. + Branch: perl + ! mg.c toke.c +____________________________________________________________________________ +[ 32134] By: nicholas on 2007/10/18 17:14:38 + Log: use newSVpvs() on the constant string "isa", rather than newSVpv(). + Branch: perl + ! universal.c +____________________________________________________________________________ +[ 32133] By: nicholas on 2007/10/18 17:13:34 + Log: By using the HEK that holds the stash name in S_mro_get_linear_isa_c3() + and S_mro_get_linear_isa_dfs() we can create scalars more efficiently. + Branch: perl + ! mro.c +____________________________________________________________________________ +[ 32132] By: nicholas on 2007/10/18 16:15:22 + Log: In Perl_amagic_call(), construct the SV with newSVpvn(), as we now know + the length. (Not sure why I didn't spot this one during change 32124.) + Branch: perl + ! gv.c overload.c overload.pl +____________________________________________________________________________ +[ 32131] By: rgs on 2007/10/18 13:54:09 + Log: Subject: [PATCH] B::Lint is dual-lived (revised) + From: "Jerry D. Hedden" + Date: Thu, 18 Oct 2007 09:45:41 -0400 + Message-ID: <1ff86f510710180645x115a7949vaea7b45dd2dc3139@mail.gmail.com> + Branch: perl + ! Porting/Maintainers.pl +____________________________________________________________________________ +[ 32130] By: nicholas on 2007/10/18 12:32:42 + Log: No need to call strlen() on the result of CopSTASHPV() when unthreaded, + as the length is already known. Hence conditionally compile out the + logic related to the call to strlen() from S_method_common(), and use + newSVhek in S_gv_get_super_pkg(). + Branch: perl + ! gv.c pp_hot.c +____________________________________________________________________________ +[ 32129] By: nicholas on 2007/10/18 10:44:35 + Log: Don't call strlen() on CopFILE() for the unthreaded case, because the + length can be obtained via CopFILESV(). + Branch: perl + ! gv.c toke.c +____________________________________________________________________________ +[ 32128] By: rgs on 2007/10/18 09:45:47 + Log: Silence a casting warning + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 32127] By: nicholas on 2007/10/18 09:24:42 + Log: Where possible, change gv_fetchfile() to gv_fetchfile_flags(), + gv_stashpv() to gv_stashpvn() and gv_fetchpv() to gv_fetchpvn_flags(). + Change the len parameter of S_find_in_my_stash() from I32 to STRLEN, as + a pointer the variable needs to be passed onwards, and size matters on + 64 bit platforms. + Fix the temporary scribbling of a buffer in Perl_yylex() by using + gv_fetchpvn_flags(), and remove the XXX comment added in change 27641. + Brought to you by the Campaign for the Elimination of strlen(). + Branch: perl + ! embed.fnc gv.c proto.h sv.c toke.c +____________________________________________________________________________ +[ 32126] By: nicholas on 2007/10/18 07:17:46 + Log: In Perl_moreswitches(), avoid the strlen() inside sv_catpv() by moving + the strlen() earlier. + Brought to you by the Campaign for the Elimination of strlen(). + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 32125] By: nicholas on 2007/10/17 16:06:21 + Log: In Perl_my_clearenv(), under -DPERL_USE_SAFE_PUTENV, don't use + strlcpy() to forcibly truncate a string to a known length, when + memcpy() and a write of '\0' will not only make the intent clear, but + also do that exact job more efficiently. + Branch: perl + ! util.c +____________________________________________________________________________ +[ 32124] By: nicholas on 2007/10/17 15:10:58 + Log: Storing the length of all the overloading names saves a strlen() in a + loop in Perl_Gv_AMupdate(). + Brought to you by the Campaign for the Elimination of strlen(). + Branch: perl + ! gv.c overload.c overload.pl +____________________________________________________________________________ +[ 32123] By: rgs on 2007/10/17 12:08:02 + Log: Subject: [PATCH] Update IPC::Cmd to 0.40 + From: "Jos I. Boumans" + Date: Wed, 17 Oct 2007 11:32:03 +0200 + Message-Id: + Branch: perl + ! lib/IPC/Cmd.pm +____________________________________________________________________________ +[ 32122] By: rgs on 2007/10/17 11:50:12 + Log: Subject: [PATCH] Minor fix in File::Copy POD + From: "Jerry D. Hedden" + Date: Mon, 15 Oct 2007 09:56:33 -0400 + Message-ID: <1ff86f510710150656w4c06b94aub1c8ff5fa29a8603@mail.gmail.com> + Branch: perl + ! lib/File/Copy.pm +____________________________________________________________________________ +[ 32121] By: rgs on 2007/10/17 08:20:36 + Log: Subject: [PATCH] Another ex-PVBM assert + From: Ben Morrow + Date: Tue, 16 Oct 2007 19:51:09 +0100 + Message-ID: + Branch: perl + ! sv.c t/op/lex_assign.t +____________________________________________________________________________ +[ 32120] By: rgs on 2007/10/17 08:17:29 + Log: Subject: [PATCH] Fix a few segfaults and a when() bug + From: "josh" + Date: Sun, 14 Oct 2007 21:37:08 -0700 + Message-ID: <20071015043708.GA10981@grenekatz.org> + Branch: perl + ! op.c pp_sys.c regcomp.c t/io/argv.t t/op/reg_nc_tie.t + ! t/op/switch.t +____________________________________________________________________________ +[ 32119] By: rgs on 2007/10/17 08:08:04 + Log: Subject: [PATCH] ex-PVBM and mro interact badly + From: Ben Morrow + Date: Mon, 15 Oct 2007 22:56:16 +0100 + Message-ID: <20071015215616.GA43800@osiris.mauzo.dyndns.org> + Branch: perl + ! hv.c t/op/hash.t +____________________________________________________________________________ +[ 32118] By: rgs on 2007/10/17 08:03:23 + Log: Update Module::Load::Conditional to 0.22 + Branch: perl + ! lib/Module/Load/Conditional.pm + ! lib/Module/Load/Conditional/t/01_Module_Load_Conditional.t +____________________________________________________________________________ +[ 32117] By: rgs on 2007/10/17 07:39:16 + Log: More tests for Safe + Branch: perl + ! ext/Safe/t/safeuniversal.t +____________________________________________________________________________ +[ 32116] By: nicholas on 2007/10/16 16:02:35 + Log: PL_AMG_names is only used by gv.c (as far as Google code search can + see), so it can easily be a static variable inside gv.c. This allows + the implementation to be changed in future Perls within the 5.10.x + series. + Branch: perl + + overload.c + ! MANIFEST globvar.sym gv.c overload.h overload.pl +____________________________________________________________________________ +[ 32115] By: nicholas on 2007/10/16 10:39:38 + Log: Replace my_strlcpy() with a pair of byte writes. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 32114] By: nicholas on 2007/10/16 09:48:48 + Log: Given that S_feature_is_enabled() is a static function, we can know all + the possible strings that can be passed to it, and their lengths. So we + can avoid my_strlcpy() and instead use memcpy(). + Brought to you by the Campaign for the Elimination of strlen(). + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 32113] By: nicholas on 2007/10/16 09:40:15 + Log: Given that the buffer for mode in Perl_do_openn() has been initialised + to all NUL bytes, and the "string" being appended is one character, + it's way faster just to write the byte in question to the buffer. + Branch: perl + ! doio.c +____________________________________________________________________________ +[ 32112] By: nicholas on 2007/10/16 09:38:48 + Log: Moving a strlen() in Perl_moreswitches() saves a strlen() in sv_catpv() + Brought to you by the Campaign for the Elimination of strlen(). + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 32111] By: nicholas on 2007/10/16 09:06:26 + Log: Pass in explicit lengths for the key and type arguments to + S_new_constant() in toke.c, as we know all the lengths already. + Brought to you by the Campaign for the Elimination of strlen(). + Branch: perl + ! embed.fnc embed.h proto.h toke.c +____________________________________________________________________________ +[ 32110] By: nicholas on 2007/10/16 08:37:29 + Log: Perl_ck_smartmatch needs a dVAR too. + Branch: perl + ! op.c +____________________________________________________________________________ +[ 32109] By: nicholas on 2007/10/16 07:51:36 + Log: Add dVAR;s to the functions created in change 31970. + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 32108] By: craigb on 2007/10/16 04:05:18 + Log: Subject: [PATCH] Update File::Fetch to 0.12 + From: "Jos I. Boumans" + Date: Mon, 15 Oct 2007 14:40:39 +0200 + Message-Id: + Branch: perl + ! lib/File/Fetch.pm +____________________________________________________________________________ +[ 32107] By: rgs on 2007/10/13 07:24:17 + Log: POD nit found by Slaven Rezic. + Branch: perl + ! ext/Hash/Util/lib/Hash/Util.pm +____________________________________________________________________________ +[ 32106] By: craigb on 2007/10/12 20:48:11 + Log: Normalize the case of some VMS syscalls so the prototypes are + kosher on a system with older headers. + Branch: perl + ! vms/vms.c +____________________________________________________________________________ +[ 32105] By: nicholas on 2007/10/12 15:21:14 + Log: Remove some strlen()s and replace one strlcpy() with memcpy() because + we already know the string length. + Branch: perl + ! doio.c dump.c mro.c op.c +____________________________________________________________________________ +[ 32104] By: rgs on 2007/10/12 09:43:20 + Log: New test for Safe + Branch: perl + + ext/Safe/t/safeuniversal.t + ! MANIFEST +____________________________________________________________________________ +[ 32103] By: rgs on 2007/10/12 07:47:42 + Log: Funny symbol table names can be shared, too + Branch: perl + ! ext/Opcode/Safe.pm +____________________________________________________________________________ +[ 32102] By: rgs on 2007/10/12 07:41:18 + Log: Share the internal XS functions defined in universal.c + to Safe compartments + Branch: perl + ! ext/Opcode/Safe.pm +____________________________________________________________________________ +[ 32101] By: rgs on 2007/10/11 15:41:55 + Log: Subject: [PATCH] Update IPC::Cmd to 0.38 + From: "Jos I. Boumans" + Date: Thu, 11 Oct 2007 17:24:50 +0200 + Message-Id: + Branch: perl + ! lib/IPC/Cmd.pm lib/IPC/Cmd/t/01_IPC-Cmd.t +____________________________________________________________________________ +[ 32100] By: rgs on 2007/10/11 14:29:02 + Log: Subject: [PATCH] pp_int should treat refs as UVs (not IVs) + From: "Jerry D. Hedden" + Date: Thu, 11 Oct 2007 10:23:03 -0400 + Message-ID: <1ff86f510710110723p6cbed55fo558777258061b556@mail.gmail.com> + Branch: perl + ! pp.c +____________________________________________________________________________ +[ 32099] By: rgs on 2007/10/11 13:14:21 + Log: Subject: [PATCH] Gentler theads test + From: "Jerry D. Hedden" + Date: Thu, 11 Oct 2007 09:12:21 -0400 + Message-ID: <1ff86f510710110612j6ecaa1d5ta1a6f2a4e3e13ed3@mail.gmail.com> + Branch: perl + ! t/op/threads.t +____________________________________________________________________________ +[ 32098] By: rgs on 2007/10/11 07:10:25 + Log: Subject: [PATCH] Move threads test added in change 32091 + From: "Jerry D. Hedden" + Date: Wed, 10 Oct 2007 12:39:23 -0400 + Message-ID: <1ff86f510710100939v29aef6beqcb782934e641ea79@mail.gmail.com> + Branch: perl + ! ext/threads/t/problems.t t/op/threads.t +____________________________________________________________________________ +[ 32097] By: rgs on 2007/10/11 07:08:00 + Log: Subject: [PATCH] Porting/Maintainers.pm --check added functionality + From: "Robin Barker" + Date: Wed, 10 Oct 2007 18:11:36 +0100 + Message-ID: <2C2E01334A940D4792B3E115F95B7226C9D1F2@exchsvr1.npl.ad.local> + Branch: perl + ! Porting/Maintainers.pm +____________________________________________________________________________ +[ 32096] By: rgs on 2007/10/10 20:54:25 + Log: Subject: [PATCH] add calling hints to perldebug.pod + From: Richard Foley + Date: Wed, 10 Oct 2007 15:29:39 +0200 + Message-Id: <200710101529.39895.Richard.Foley@rfi.net> + Branch: perl + ! pod/perldebug.pod +____________________________________________________________________________ +[ 32095] By: rgs on 2007/10/10 20:50:12 + Log: Subject: [PATCH] Porting/Maintainers.pl + From: "Robin Barker" + Date: Wed, 10 Oct 2007 17:52:38 +0100 + Message-ID: <2C2E01334A940D4792B3E115F95B7226C9D1F1@exchsvr1.npl.ad.local> + Branch: perl + ! Porting/Maintainers.pl +____________________________________________________________________________ +[ 32094] By: rgs on 2007/10/10 20:38:54 + Log: Remove an obsolete test for h2ph, that was always skipped. + New tests are needed. + Branch: perl + - lib/ph.t + ! MANIFEST +____________________________________________________________________________ +[ 32093] By: rgs on 2007/10/10 15:37:14 + Log: Delete files removed by latest CPANPLUS update + Branch: perl + - lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/Bundle-Foo-Ba + - r-0.01.tar.gz.packed + - lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/CHECKSUMS + - lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/Foo-Bar-0.01. + - readme + - lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/Foo-Bar-0.01. + - tar.gz.packed + - lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/perl5.005_03. + - tar.gz.packed + - lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUXS/CHECKSUMS + - lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUXS/Foo-Bar-0.01.re + - adme + - lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUXS/Foo-Bar-0.01.ta + - r.gz.packed + - lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBNOXS/CHECKSUMS + - lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBNOXS/Foo-Bar-0.01. + - readme + - lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBNOXS/Foo-Bar-0.01. + - tar.gz.packed + - lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBXS/CHECKSUMS + - lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBXS/Foo-Bar-0.01.re + - adme + - lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBXS/Foo-Bar-0.01.ta + - r.gz.packed +____________________________________________________________________________ +[ 32092] By: rgs on 2007/10/10 15:36:53 + Log: Update CPANPLUS to 0.83_02 + Branch: perl + + lib/CPANPLUS/Shell/Default/Plugins/CustomSource.pm + + lib/CPANPLUS/t/dummy-CPAN/authors/id/EUNOXS/Bundle-Foo-Bar-0.0 + + 1.tar.gz.packed + + lib/CPANPLUS/t/dummy-CPAN/authors/id/EUNOXS/CHECKSUMS + + lib/CPANPLUS/t/dummy-CPAN/authors/id/EUNOXS/Foo-Bar-0.01.readm + + e + + lib/CPANPLUS/t/dummy-CPAN/authors/id/EUNOXS/Foo-Bar-0.01.tar.g + + z.packed + + lib/CPANPLUS/t/dummy-CPAN/authors/id/EUNOXS/perl5.005_03.tar.g + + z.packed lib/CPANPLUS/t/dummy-CPAN/authors/id/EUXS/CHECKSUMS + + lib/CPANPLUS/t/dummy-CPAN/authors/id/EUXS/Foo-Bar-0.01.readme + + lib/CPANPLUS/t/dummy-CPAN/authors/id/EUXS/Foo-Bar-0.01.tar.gz. + + packed lib/CPANPLUS/t/dummy-CPAN/authors/id/MBNOXS/CHECKSUMS + + lib/CPANPLUS/t/dummy-CPAN/authors/id/MBNOXS/Foo-Bar-0.01.readm + + e + + lib/CPANPLUS/t/dummy-CPAN/authors/id/MBNOXS/Foo-Bar-0.01.tar.g + + z.packed lib/CPANPLUS/t/dummy-CPAN/authors/id/MBXS/CHECKSUMS + + lib/CPANPLUS/t/dummy-CPAN/authors/id/MBXS/Foo-Bar-0.01.readme + + lib/CPANPLUS/t/dummy-CPAN/authors/id/MBXS/Foo-Bar-0.01.tar.gz. + + packed + ! MANIFEST lib/CPANPLUS.pm lib/CPANPLUS/Backend.pm + ! lib/CPANPLUS/Config.pm lib/CPANPLUS/Internals.pm + ! lib/CPANPLUS/Internals/Constants.pm + ! lib/CPANPLUS/Internals/Extract.pm + ! lib/CPANPLUS/Internals/Report.pm + ! lib/CPANPLUS/Internals/Search.pm + ! lib/CPANPLUS/Internals/Source.pm + ! lib/CPANPLUS/Internals/Utils.pm lib/CPANPLUS/Selfupdate.pm + ! lib/CPANPLUS/Shell.pm lib/CPANPLUS/Shell/Default.pm + ! lib/CPANPLUS/t/00_CPANPLUS-Internals-Utils.t + ! lib/CPANPLUS/t/03_CPANPLUS-Internals-Source.t + ! lib/CPANPLUS/t/04_CPANPLUS-Module.t + ! lib/CPANPLUS/t/06_CPANPLUS-Internals-Constants.t + ! lib/CPANPLUS/t/08_CPANPLUS-Backend.t + ! lib/CPANPLUS/t/15_CPANPLUS-Shell.t + ! lib/CPANPLUS/t/20_CPANPLUS-Dist-MM.t + ! lib/CPANPLUS/t/40_CPANPLUS-Internals-Report.t + ! lib/CPANPLUS/t/dummy-CPAN/authors/01mailrc.txt.gz.packed + ! lib/CPANPLUS/t/dummy-CPAN/modules/02packages.details.txt.gz.pa + ! cked + ! lib/CPANPLUS/t/dummy-CPAN/modules/03modlist.data.gz.packed + ! lib/CPANPLUS/t/inc/conf.pl +____________________________________________________________________________ +[ 32091] By: davem on 2007/10/10 15:03:16 + Log: newCONTSUB() wasn't thread-safe ([perl #45053]) + Branch: perl + ! ext/threads/t/problems.t op.c +____________________________________________________________________________ +[ 32090] By: rgs on 2007/10/10 08:17:07 + Log: If we use @{[]} (a.k.a. baby-cart) interpolation, we got warnings + when $" is undefined. + Branch: perl + ! lib/strict.pm lib/warnings.pm warnings.pl +____________________________________________________________________________ +[ 32089] By: nicholas on 2007/10/09 21:55:56 + Log: As we know the length, replace strEQ with memEQs in S_doopen_pm(). + Branch: perl + ! pp_ctl.c +____________________________________________________________________________ +[ 32088] By: nicholas on 2007/10/09 21:32:50 + Log: If PERL_DISABLE_PMC is defined, doopen_pm() is just a direct call to + check_type_and_open(). So for this case make it a macro, to save a + level of function call. + Branch: perl + ! embed.fnc embed.h pp_ctl.c proto.h +____________________________________________________________________________ +[ 32087] By: nicholas on 2007/10/09 20:45:49 + Log: Replace Perl_sv_setpvf(aTHX_ namesv, "%s/%s", dir, name); in require's + loop over @INC with direct perl API calls that allocate sufficient + memory up front, avoid the need to parse a format string, and avoid + the need to call strlen() on either parameter. + Branch: perl + ! pp_ctl.c +____________________________________________________________________________ +[ 32086] By: nicholas on 2007/10/09 20:06:57 + Log: Remove the strlen in doopen_pm() by passing in the length. (As we know + it already in the caller). Remove the unchanging mode parameter from + doopen_pm() and check_type_and_open(), as it's always PERL_SCRIPT_MODE. + Branch: perl + ! embed.fnc embed.h pp_ctl.c proto.h +____________________________________________________________________________ +[ 32085] By: nicholas on 2007/10/09 17:56:13 + Log: Remove a call to *printf from the require code. + Branch: perl + ! pp_ctl.c +____________________________________________________________________________ +[ 32084] By: nicholas on 2007/10/09 17:03:53 + Log: Tests for the .pmc functionality. + Branch: perl + ! t/comp/require.t +____________________________________________________________________________ +[ 32083] By: rgs on 2007/10/09 15:26:26 + Log: Files names for pragmas strict and warnings can end in .pmc + Branch: perl + ! lib/strict.pm lib/warnings.pm warnings.pl +____________________________________________________________________________ +[ 32082] By: rgs on 2007/10/09 15:14:53 + Log: Fix description of "." in unpack() in perl5100delta + Branch: perl + ! pod/perl5100delta.pod +____________________________________________________________________________ +[ 32081] By: rgs on 2007/10/09 13:08:41 + Log: perlmodlib.pod has changed, too + Branch: perl + ! pod/perlmodlib.pod +____________________________________________________________________________ +[ 32080] By: rgs on 2007/10/09 13:06:26 + Log: Add a rough, incomplete version of perl5100delta + Branch: perl + + pod/perl5100delta.pod + ! MANIFEST Makefile.SH pod.lst pod/perl.pod pod/perltoc.pod + ! vms/descrip_mms.template win32/Makefile win32/makefile.mk + ! win32/pod.mak +____________________________________________________________________________ +[ 32079] By: rgs on 2007/10/09 12:25:05 + Log: Subject: [perl #45823] [PATCH] v5.8.8. pod2html: anchor, but link + From: Axel Kollmorgen (via RT) + Date: Thu, 27 Sep 2007 16:03:38 -0700 + Message-ID: + Branch: perl + ! lib/Pod/Html.pm lib/Pod/t/htmllink.t +____________________________________________________________________________ +[ 32078] By: mhx on 2007/10/09 12:01:22 + Log: Increment IPC::SysV version number. + Branch: perl + ! ext/IPC/SysV/SysV.pm +____________________________________________________________________________ +[ 32077] By: mhx on 2007/10/09 12:00:27 + Log: Fix fallback definitions of S_IRWX[UGO] (didn't include + the 'X', but 'W' twice) and fix the value of IPC_GETACL, + which was set to IPC_EXCL. + Branch: perl + ! ext/IPC/SysV/SysV.xs +____________________________________________________________________________ +[ 32076] By: nicholas on 2007/10/09 11:57:16 + Log: Don't deparse $^H{v_string}, which is automatically set by the + internals. Doing so confuses modules that test the round-tripping of + various code. + Branch: perl + ! ext/B/B/Deparse.pm +____________________________________________________________________________ +[ 32075] By: rgs on 2007/10/09 10:56:56 + Log: Free temporary scalars later, because they might be still needed + when restoring magic + Branch: perl + ! ext/Hash/Util/FieldHash/FieldHash.xs +____________________________________________________________________________ +[ 32074] By: rgs on 2007/10/09 09:23:06 + Log: Subject: Re: [perl #46217] (resent) Typeglobs vs. SUPER:: (Hook::LexWrap failure) + From: "Brandon Black" + Date: Mon, 8 Oct 2007 08:54:35 -0500 + Message-ID: <84621a60710080654s589f57eax90b7f78558ad8b6f@mail.gmail.com> + + new tests. + Branch: perl + ! t/mro/basic.t +____________________________________________________________________________ +[ 32073] By: rgs on 2007/10/09 08:46:24 + Log: New opcode category :load, for require, dofile and caller. + Branch: perl + ! ext/Opcode/Opcode.pm +____________________________________________________________________________ +[ 32072] By: rgs on 2007/10/08 15:59:55 + Log: Subject: [PATCH] make t/op/pack.t not explode when u64size='' + From: Alex Gough + Date: Mon, 8 Oct 2007 16:09:35 +0100 + Message-ID: <20071008150935.GE24241@the.earth.li> + Branch: perl + ! t/op/pack.t +____________________________________________________________________________ +[ 32071] By: rgs on 2007/10/08 15:52:37 + Log: Suggestion by Rick Delaney to make this test pass with -Duse64bitall + on HP-UX (see bug #46011) + Branch: perl + ! lib/overload.t +____________________________________________________________________________ +[ 32070] By: rgs on 2007/10/08 14:09:23 + Log: Build with -Dusemymalloc was broken + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 32069] By: rgs on 2007/10/08 13:16:44 + Log: Subject: [PATCH] Time::Piece & matherr on qnx4 + From: Alex Gough + Date: Mon, 8 Oct 2007 13:10:04 +0100 + Message-ID: <20071008121004.GB24241@the.earth.li> + + Plus, bump version number of Time::Piece to 1.11_03 + Branch: perl + + qnx/qnx.c + ! AUTHORS MANIFEST ext/Time/Piece/Piece.pm + ! ext/Time/Piece/Piece.xs ext/Time/Piece/t/02core.t hints/qnx.sh +____________________________________________________________________________ +[ 32068] By: nicholas on 2007/10/08 11:37:27 + Log: Move (most of) the conditionally compiled members of the interpreter + structure to the end. + Branch: perl + ! intrpvar.h +____________________________________________________________________________ +[ 32067] By: nicholas on 2007/10/08 11:09:06 + Log: Shrink 4 bytes (ILP32) from the interpreter structure. + (Spotted a U8 sized hole, and filled the known U16 sized hole). + Moved the sig_pending so that its int fills the 4 byte space left by + csh_len, to reduce padding on LP64. + Branch: perl + ! intrpvar.h +____________________________________________________________________________ +[ 32066] By: steveh on 2007/10/08 10:17:41 + Log: Do the same as #32061 for Win32, which also fixes a static linking + build problem with Hash/Util/FieldHash + Branch: perl + ! win32/FindExt.pm win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 32065] By: rgs on 2007/10/08 09:25:12 + Log: Subject: Re: [perl #46217] (resent) Typeglobs vs. SUPER:: (Hook::LexWrap failure) + From: "Brandon Black" + Date: Sun, 7 Oct 2007 22:36:36 -0500 + Message-ID: <84621a60710072036l60c29016tba8a32b8021b5b24@mail.gmail.com> + Branch: perl + ! embed.fnc embed.h gv.c proto.h +____________________________________________________________________________ +[ 32064] By: steveh on 2007/10/08 08:46:36 + Log: Silence compiler warnings on Win32 (VC6) + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 32063] By: rgs on 2007/10/08 08:46:30 + Log: Documentation change to go with change #32056. + Branch: perl + ! pod/perldiag.pod pod/perlrun.pod +____________________________________________________________________________ +[ 32062] By: rgs on 2007/10/08 08:43:32 + Log: Subject: Re: [perl #46011] [RESOLVED] overload "0+" doesn't handle integer results + From: Rick Delaney + Date: Sun, 7 Oct 2007 22:37:01 -0400 + Message-ID: <20071008023701.GI29047@bort.ca> + Branch: perl + ! lib/overload.t pp.c +____________________________________________________________________________ +[ 32061] By: merijn on 2007/10/08 08:23:08 + Log: Subject: [Patch] Configure doesn't pick up Hash/Util/FieldHash + From: Alex Gough + Date: Mon, 8 Oct 2007 00:29:11 +0100 + Message-ID: <20071007232910.GA24241@the.earth.li> + Branch: perl + ! Configure +____________________________________________________________________________ +[ 32059] By: rgs on 2007/10/07 09:44:22 + Log: Subject: [PATCH] Re: [perl #46011] overload "0+" doesn't handle integer results + From: Rick Delaney + Date: Sun, 7 Oct 2007 00:22:14 -0400 + Message-ID: <20071007042214.GH29047@bort.ca> + Branch: perl + ! lib/overload.t pp.c +____________________________________________________________________________ +[ 32058] By: nicholas on 2007/10/06 23:50:49 + Log: Subject: Re: several compilation problems on VMS in perl@32039 + From: "Craig A. Berry" + Message-ID: + Date: Sat, 6 Oct 2007 13:47:03 -0500 + Branch: perl + ! regcomp.c toke.c utf8.c +____________________________________________________________________________ +[ 32057] By: nicholas on 2007/10/06 23:44:50 + Log: Finally! Worked out how to const Perl_moreswitches(). + Although I've committed crimes against indenting to avoid losing + blame annotation history. Revisit this when we have version control + that can easily see through whitespace changes. + [Can probably now propagate consting inside S_parse_body(), + Perl_moreswitches() and Perl_yylex(), but that will not affect the + external API, so can wait until after 5.10] + Branch: perl + ! embed.fnc perl.c proto.h toke.c +____________________________________________________________________________ +[ 32056] By: nicholas on 2007/10/06 22:22:20 + Log: "A" should no longer be in the list of options acceptable to PERL5OPT, + now that assertions have been removed. + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 32055] By: nicholas on 2007/10/06 21:24:32 + Log: Propagate the perlapi.pod part of change 32026 back to the source POD. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 32054] By: nicholas on 2007/10/06 21:23:23 + Log: Remove remaining Cs and Cs + Branch: perl + ! dump.c perl.c perly.act perly.y toke.c +____________________________________________________________________________ +[ 32053] By: craigb on 2007/10/06 18:28:59 + Log: Add symlink support to Cwd::_vms_abs_path. + Branch: perl + ! ext/Cwd/t/cwd.t lib/Cwd.pm +____________________________________________________________________________ +[ 32052] By: nicholas on 2007/10/06 16:32:36 + Log: The scratch scalar used in -d processing for : and = options would leak + as it was never freed. + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 32051] By: nicholas on 2007/10/06 15:38:52 + Log: Nothing* outside the core uses the old misspelling + PERL_PV_PRETTY_ELIPSES, so remove it. + * well, nothing that Google can find. Same thing, isn't it? :-) + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 32050] By: nicholas on 2007/10/06 15:29:44 + Log: Fix precedence bug in the logic for PERL_PV_ESCAPE_NOCLEAR in + Perl_pv_escape() + Branch: perl + ! dump.c +____________________________________________________________________________ +[ 32049] By: nicholas on 2007/10/06 15:04:53 + Log: Use the PERL_PV_PRETTY_NOCLEAR flag to simplify the code in + Perl_regprop() for the EXACT node case. + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 32048] By: nicholas on 2007/10/06 15:04:04 + Log: Add a new flag PERL_PV_PRETTY_NOCLEAR (actually just + PERL_PV_ESCAPE_NOCLEAR), and change Perl_pv_pretty() so that if this + bit is set, the output SV is not reset to an empty string. + Branch: perl + ! dump.c perl.h +____________________________________________________________________________ +[ 32047] By: nicholas on 2007/10/06 14:56:18 + Log: Fix typo in change 32043 - s/sv_catpvf/sv_catpvs/ + Branch: perl + ! dump.c +____________________________________________________________________________ +[ 32046] By: stevep on 2007/10/06 13:30:59 + Log: Upgrade to Time-HiRes-1.9708 + Branch: perl + ! ext/Time/HiRes/HiRes.pm +____________________________________________________________________________ +[ 32045] By: nicholas on 2007/10/06 12:55:29 + Log: newSV(size) and SvPOK_on() will be more efficient than newSVpvs("") + followed by SvGROW(size+1) + Branch: perl + ! utf8.c +____________________________________________________________________________ +[ 32044] By: nicholas on 2007/10/06 12:54:32 + Log: Use vnewSVpvf() rather than sv_vcatpvf() onto a newly created empty + string. + Branch: perl + ! perlio.c +____________________________________________________________________________ +[ 32043] By: nicholas on 2007/10/06 12:23:15 + Log: Avoid using *pvf functions when the format string is a fixed string. + Branch: perl + ! dump.c regcomp.c +____________________________________________________________________________ +[ 32042] By: nicholas on 2007/10/06 12:22:58 + Log: Directly create the SV with Perl_newSVpvf() rather than using + Perl_catSVpvf() to extend a zero-length SV. + Branch: perl + ! perlio.c +____________________________________________________________________________ +[ 32041] By: nicholas on 2007/10/06 10:27:17 + Log: Optimise the logic in isPRINT(), possible following Jarkko's bugfix + of change 10855. (to the implementation added in change 18) + Nothing that a decent compiler optimiser would have missed. + Branch: perl + ! handy.h +____________________________________________________________________________ +[ 32040] By: nicholas on 2007/10/06 10:23:26 + Log: Revert one hunk of change 32034 that had the possibility of being buggy + (the sprintf "%c" code will work correctly when the SV is UTF-8). + Audit all the rest for UTF-8 correctness, and force SvUTF-8_off() in + utf8.c to ensure correctness. (The string is reset to "", so this will + not be a behaviour change.) + Branch: perl + ! dump.c regcomp.c utf8.c +____________________________________________________________________________ +[ 32039] By: nicholas on 2007/10/05 23:03:14 + Log: In the MAD code, eliminate one Perl_sv_catpvf() and convert one + construction to *pvs. + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 32038] By: nicholas on 2007/10/05 23:02:16 + Log: Change a sv_catpv() to sv_catpvs(). + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 32037] By: craigb on 2007/10/05 22:37:23 + Log: symlink() wrapper for VMS that prevents the creation of symlinks + with zero-length names. The standards disallow that and the test + suite gets indigestion. + Branch: perl + ! vms/vms.c vms/vmsish.h +____________________________________________________________________________ +[ 32036] By: nicholas on 2007/10/05 21:46:39 + Log: Eliminate the Perl_sv_catpvf() in TRIE_STORE_REVCHAR + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 32035] By: nicholas on 2007/10/05 20:31:23 + Log: PL_cshname is actually a constant value known at compile time. + PL_cshlen can be calculated by the compiler. So eliminate both as + interpreter variables, and the code that calculates PL_cshlen at + runtime. + Branch: perl + ! embed.fnc embed.h embedvar.h intrpvar.h perl.h perlapi.h + ! proto.h sv.c toke.c +____________________________________________________________________________ +[ 32034] By: nicholas on 2007/10/05 19:48:27 + Log: Eliminate most *printf-like calls that use a simple "%c" format, + replacing them with constructions that are more efficient because they + avoid the overhead of the *printf format parser and interpreter code. + Branch: perl + ! dump.c regcomp.c toke.c utf8.c +____________________________________________________________________________ +[ 32033] By: nicholas on 2007/10/05 18:15:06 + Log: With the demise of PERL_FLEXIBLE_EXCEPTIONS, S_docatch_body() can be + inlined and eliminated. + Branch: perl + ! embed.fnc embed.h pp_ctl.c proto.h +____________________________________________________________________________ +[ 32032] By: nicholas on 2007/10/05 16:08:12 + Log: As PL_hinthv is actually tied, need to call SvSETMAGIC() after the + store to it. Gosh, the tied hash API is clunky. + Branch: perl + ! mg.c pp_ctl.c +____________________________________________________________________________ +[ 32031] By: rgs on 2007/10/05 11:45:25 + Log: Subject: New [PATCH] use 5.006; use 5.10.0 + From: "Robin Barker" + Date: Fri, 5 Oct 2007 12:12:05 +0100 + Message-ID: <2C2E01334A940D4792B3E115F95B7226016048DB@exchsvr1.npl.ad.local> + Branch: perl + ! pod/perldiag.pod pod/perlfunc.pod pp_ctl.c + ! t/lib/warnings/pp_ctl +____________________________________________________________________________ +[ 32030] By: rgs on 2007/10/05 08:09:58 + Log: Subject: [PATCH] Update add-package.pl + From: "Jos I. Boumans" + Date: Thu, 4 Oct 2007 11:24:05 +0200 + Message-Id: <9D8CA217-8B5B-487E-96A4-92D9047FE921@dwim.org> + Branch: perl + ! Porting/add-package.pl +____________________________________________________________________________ +[ 32029] By: craigb on 2007/10/05 03:41:30 + Log: Subject: patch@32028 POD updates for VMS + + From: "John E. Malmberg" + Date: Thu, 04 Oct 2007 22:25:34 -0500 + Message-id: <4705AEAE.9060100@qsl.net> + Branch: perl + ! README.vms vms/perlvms.pod +____________________________________________________________________________ +[ 32028] By: craigb on 2007/10/04 18:02:38 + Log: VMS override for Module::Build::Base::find_perl_interpreter, + allowing tests to pass from t/TEST as well as harness. + Branch: perl + ! lib/Module/Build/Platform/VMS.pm +____________________________________________________________________________ +[ 32027] By: craigb on 2007/10/04 15:06:59 + Log: Try a bit harder to get *PL_sighandlerp to agree with its + prototype based on SA_SIGINFO definedness rather than Win32-ness. + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 32026] By: rgs on 2007/10/04 14:28:34 + Log: Subject: [PATCH] POD cleanups + From: David Landgren + Date: Fri, 28 Sep 2007 20:42:56 +0200 + Message-ID: <46FD4B30.9070802@landgren.net> + Branch: perl + ! pod/perl5005delta.pod pod/perl561delta.pod pod/perl56delta.pod + ! pod/perl571delta.pod pod/perl581delta.pod pod/perl58delta.pod + ! pod/perl590delta.pod pod/perl592delta.pod pod/perl595delta.pod + ! pod/perlapi.pod pod/perldata.pod pod/perldebug.pod + ! pod/perldiag.pod pod/perlembed.pod pod/perlfunc.pod + ! pod/perlglossary.pod pod/perlhack.pod pod/perliol.pod + ! pod/perlipc.pod pod/perlmodlib.pod pod/perlop.pod + ! pod/perlpod.pod pod/perlpodspec.pod pod/perlre.pod + ! pod/perlrebackslash.pod pod/perlretut.pod pod/perlrun.pod + ! pod/perlxs.pod pod/perlxstut.pod +____________________________________________________________________________ +[ 32024] By: nicholas on 2007/10/04 10:39:05 + Log: S_dopoptosub() is just a wrapper for S_dopoptosub_at(), so make it a + macro. (Also slightly shrinks the object code for x86 with -Os) + Branch: perl + ! embed.fnc embed.h pp_ctl.c proto.h +____________________________________________________________________________ +[ 32023] By: mhx on 2007/10/04 10:37:47 + Log: Upgrade to Devel::PPPort 3.13 + Branch: perl + ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort_pm.PL + ! ext/Devel/PPPort/parts/inc/pvs + ! ext/Devel/PPPort/parts/inc/variables ext/Devel/PPPort/soak +____________________________________________________________________________ +[ 32022] By: rgs on 2007/10/04 09:11:18 + Log: Update Module::Load::Conditional to 0.20 + Branch: perl + + lib/Module/Load/Conditional/t/to_load/MustBe/Loaded.pm + - lib/Module/Load/Conditional/t/to_load/Must/Be/Loaded.pm + ! MANIFEST lib/Module/Load/Conditional.pm + ! lib/Module/Load/Conditional/t/01_Module_Load_Conditional.t +____________________________________________________________________________ +[ 32021] By: rgs on 2007/10/04 09:06:20 + Log: Update Term::UI to 0.16 + Branch: perl + ! lib/Term/UI.pm lib/Term/UI/History.pm lib/Term/UI/t/02_ui.t +____________________________________________________________________________ +[ 32020] By: rgs on 2007/10/04 08:32:11 + Log: Fix warnings about Sighandler_t type on Win32. + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 32017] By: nicholas on 2007/10/03 20:39:37 + Log: I can't spell (well know fact) and while I'm there correct other + spelling, grammar and capitalisation imperfections. + Branch: perl + ! lib/overload.t +____________________________________________________________________________ +[ 32016] By: nicholas on 2007/10/03 20:34:13 + Log: Test for a subtle pre-5.10 bug. Before 5.10 the overloading flag was + stored on the reference rather than the referent. Despite the fact that + objects can only be accessed via references (even internally), the + referent actually knows that it's blessed, not the references. So + taking a new, unrelated, reference to it gives an object. However, the + overloading-or-not flag was on the reference prior to 5.10, and taking + a new reference didn't (use to) copy it (prior to 5.8.9). + So test that the bug can't return - overloading should work on a + reference to something already blessed into a package with overloading. + Branch: perl + ! lib/overload.t +____________________________________________________________________________ +[ 32015] By: rgs on 2007/10/03 16:21:59 + Log: Reverse change #31978 + Branch: perl + ! embedvar.h intrpvar.h perlapi.h pod/perldiag.pod + ! pod/perlfunc.pod pp_ctl.c sv.c t/lib/warnings/pp_ctl +____________________________________________________________________________ +[ 32014] By: mhx on 2007/10/03 11:29:58 + Log: One const too much. (Unfortunately, the Copy macro casts + the constness away, so the compiler cannot detect this.) + Branch: perl + ! doio.c +____________________________________________________________________________ +[ 32013] By: rgs on 2007/10/03 11:21:59 + Log: Adapt definition of Sighandler_t to go with change #32012 + Branch: perl + ! iperlsys.h mg.c +____________________________________________________________________________ +[ 32012] By: rgs on 2007/10/03 10:59:55 + Log: Subject: [perl #45513] Test failures on amd64-freebsd 6.2 + From: "slaven@rezic.de via RT" + Date: Sat, 29 Sep 2007 05:38:08 -0700 + Message-ID: + Branch: perl + ! embed.fnc embed.h mg.c proto.h +____________________________________________________________________________ +[ 32011] By: rgs on 2007/10/03 09:46:26 + Log: Subject: [perl #46019] Documentation for 'srand' has a problem in code snippet + From: ben@linuxgazette.net (via RT) + Date: Tue, 02 Oct 2007 21:33:49 -0700 + Message-ID: + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 32010] By: stevep on 2007/10/03 04:07:08 + Log: Update to a file missed in change #32008. + Branch: perl + ! lib/CPAN.pm +____________________________________________________________________________ +[ 32009] By: stevep on 2007/10/02 13:56:07 + Log: Upgrade to Getopt-Long-2.37 + Branch: perl + ! lib/Getopt/Long.pm +____________________________________________________________________________ +[ 32008] By: stevep on 2007/10/02 13:39:06 + Log: Upgrade to CPAN-1.9203 + Branch: perl + + lib/CPAN/API/HOWTO.pm lib/CPAN/DeferedCode.pm + ! MANIFEST lib/CPAN/Debug.pm lib/CPAN/FirstTime.pm + ! lib/CPAN/HandleConfig.pm lib/CPAN/Kwalify/distroprefs.dd + ! lib/CPAN/Kwalify/distroprefs.yml lib/CPAN/Queue.pm + ! lib/CPAN/Tarzip.pm lib/CPAN/Version.pm lib/CPAN/t/03pkgs.t + ! lib/CPAN/t/10version.t +____________________________________________________________________________ +[ 32007] By: rgs on 2007/10/02 12:44:18 + Log: Need to quote the version number of perl in perlivp, now + that it finishes by 0 + Branch: perl + ! utils/perlivp.PL +____________________________________________________________________________ +[ 32006] By: rgs on 2007/10/02 12:31:32 + Log: Subject: [PATCH - 2nd revision] /cygdrive is configurable + From: "Jerry D. Hedden" + Date: Mon, 1 Oct 2007 19:32:19 -0400 + Message-ID: <1ff86f510710011632n175427fdx39e173372862526e@mail.gmail.com> + Branch: perl + ! README.cygwin cygwin/cygwin.c lib/File/Spec/Cygwin.pm + ! t/lib/cygwin.t +____________________________________________________________________________ +[ 32005] By: rgs on 2007/10/02 12:08:47 + Log: Subject: use base problem + From: Shawn + Date: Mon, 01 Oct 2007 12:45:32 -0700 + Message-ID: <1191267932.150186.12570@d55g2000hsg.googlegroups.com> + + (This patch is actually not needed for 5.10, but useful for earlier perls) + Branch: perl + ! lib/base.pm +____________________________________________________________________________ +[ 32004] By: rgs on 2007/10/02 12:00:10 + Log: Subject: Re: [patch] clean out remnants of DEBUGGING_OPS (was opcode op_type:9) + From: Jim Cromie + Date: Mon, 01 Oct 2007 18:59:43 -0600 + Message-ID: <470197FF.5040709@gmail.com> + Branch: perl + ! op.h win32/Makefile.ce +____________________________________________________________________________ +[ 32003] By: rgs on 2007/10/02 11:56:28 + Log: Subject: [PATCH] was Re: Freeze ? + From: John Peacock + Date: Tue, 02 Oct 2007 05:28:31 -0400 + Message-ID: <47020F3F.9070604@havurah-software.org> + Branch: perl + ! dump.c op.h pp_ctl.c t/comp/use.t +____________________________________________________________________________ +[ 32002] By: nicholas on 2007/10/02 07:21:12 + Log: Audrey spotted a spurious "Unicode". + Branch: perl + ! pod/perlrun.pod +____________________________________________________________________________ +[ 32001] By: nicholas on 2007/10/01 12:13:36 + Log: Nothing is using IoSUBPROCESS() so eliminate xio_subprocess. + Make xio_flags a U8, which is what it should have been all along + (rather than a char, which might be signed). B.xs had its wrapper as U8 + Branch: perl + ! dump.c ext/B/B.xs sv.h +____________________________________________________________________________ +[ 32000] By: rgs on 2007/10/01 12:00:30 + Log: Patch by jlv to stop NEXT::AUTOLOAD + from emitting warnings under the debugger. + See: http://rt.cpan.org/Public/Bug/Display.html?id=25053 + Branch: perl + ! lib/perl5db.pl +____________________________________________________________________________ +[ 31999] By: craigb on 2007/09/30 15:00:54 + Log: Subject: [patch@31998] Fix M:B: tilde.t tests on VMS + From: "John E. Malmberg" + Date: Sun, 30 Sep 2007 09:13:09 -0500 + Message-id: <46FFAEF5.1060702@qsl.net> + Branch: perl + ! lib/Module/Build/Base.pm lib/Module/Build/Platform/VMS.pm +____________________________________________________________________________ +[ 31998] By: craigb on 2007/09/30 13:56:08 + Log: Subject: Re: [patch@31988] Revised Module::Build fixes for VMS. + From: "John E. Malmberg" + Date: Sat, 29 Sep 2007 14:50:37 -0500 + Message-id: <46FEAC8D.1080506@qsl.net> + + Missed one case in #31995. + + Branch: perl + ! lib/Module/Build/Base.pm +____________________________________________________________________________ +[ 31997] By: craigb on 2007/09/30 13:47:37 + Log: Subject: [PATCH] bring File::Path up to 2.01 (was: Re: Freeze ?) + From: David Landgren + Date: Sun, 30 Sep 2007 15:19:49 +0200 + + Message-ID: <46FFA275.6010304@landgren.net> + Branch: perl + ! lib/File/Path.pm lib/File/Path.t +____________________________________________________________________________ +[ 31995] By: craigb on 2007/09/29 04:39:50 + Log: Subject: [patch@31988] Revised Module::Build fixes for VMS. + From: "John E. Malmberg" + Date: Fri, 28 Sep 2007 08:55:27 -0500 + Message-id: <46FD07CF.5040504@qsl.net> + + Branch: perl + ! lib/Module/Build/Base.pm lib/Module/Build/Platform/VMS.pm + ! lib/Module/Build/t/install.t lib/Module/Build/t/manifypods.t + ! lib/Module/Build/t/metadata.t lib/Module/Build/t/runthrough.t +____________________________________________________________________________ +[ 31994] By: nicholas on 2007/09/28 18:04:55 + Log: Make all of B work on 5.8.x + Branch: perl + ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/t/deparse.t +____________________________________________________________________________ +[ 31993] By: rgs on 2007/09/28 13:07:35 + Log: Document hint symbols in B::Concise + Branch: perl + ! ext/B/B/Concise.pm +____________________________________________________________________________ +[ 31992] By: nicholas on 2007/09/28 12:40:39 + Log: Hopefully really fix test failures with -C + Branch: perl + ! ext/B/t/optree_specials.t +____________________________________________________________________________ +[ 31991] By: rgs on 2007/09/28 08:20:32 + Log: Remove unneeded cast + Branch: perl + ! mro.c +____________________________________________________________________________ +[ 31990] By: nicholas on 2007/09/28 07:32:28 + Log: Change 31987 forgot to re-run embed.pl + Branch: perl + ! embedvar.h perlapi.h +____________________________________________________________________________ +[ 31989] By: merijn on 2007/09/28 06:21:34 + Log: Subject: [patch] s/thinngy/thingy/ + From: Jim Cromie + Date: Thu, 27 Sep 2007 19:29:43 -0600 + Message-ID: <46FC5907.4010205@gmail.com> + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 31988] By: rgs on 2007/09/27 09:55:35 + Log: I forgot to patch for the threaded case + Branch: perl + ! ext/B/t/optree_specials.t +____________________________________________________________________________ +[ 31987] By: nicholas on 2007/09/27 09:40:58 + Log: Move the bool v_string_ok into the U16-sized gap in the interpreter + structure. Add a "spare" variable so that we can add the first post- + 5.10.0 bool variable without growing the interpreter structure. + Branch: perl + ! intrpvar.h +____________________________________________________________________________ +[ 31986] By: rgs on 2007/09/27 09:38:53 + Log: Hopefully fix test failures with -C + Branch: perl + ! ext/B/t/optree_specials.t +____________________________________________________________________________ +[ 31985] By: steveh on 2007/09/27 08:56:05 + Log: Fix test introduced in #31973 that failed on Win32 + (Win32 doesn't like the runperl() prog having newlines in it) + Branch: perl + ! ext/B/t/concise.t +____________________________________________________________________________ +[ 31984] By: craigb on 2007/09/27 00:57:00 + Log: Make large file support the default on VMS systems that have it. This in turn + makes _USE_STD_STAT and symbolic link support the defaults where available. + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 31983] By: rgs on 2007/09/26 16:57:34 + Log: API spelling patch, by Jerry D. Hedden + Branch: perl + ! dump.c lib/ExtUtils/ParseXS.pm perl.h pod/perlapi.pod + ! regcomp.c regcomp.h +____________________________________________________________________________ +[ 31982] By: rgs on 2007/09/26 16:46:36 + Log: Maybe the default order of directories in @INC should be modified. + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 31981] By: nicholas on 2007/09/26 16:32:45 + Log: Change 31977 introduced a bug (failing to set the return value of + mro::get_linear_isa() when passed a second parameter). However, there + were no tests for this. Fix both. + Branch: perl + ! mro.c t/mro/basic.t +____________________________________________________________________________ +[ 31980] By: rgs on 2007/09/26 14:55:15 + Log: Subject: [PATCH] Check rename() under Cygwin + From: "Jerry D. Hedden" + Date: Tue, 25 Sep 2007 11:55:53 -0400 + Message-ID: <1ff86f510709250855o2c9115cdi6ce830a9ccaec696@mail.gmail.com> + Branch: perl + ! t/io/fs.t +____________________________________________________________________________ +[ 31979] By: rgs on 2007/09/26 14:53:17 + Log: Subject: [PATCH] No more ld2 and perlld under Cygwin + From: "Jerry D. Hedden" + Date: Tue, 25 Sep 2007 10:45:47 -0400 + Message-ID: <1ff86f510709250745s1d17ae54y6403711e00b306a0@mail.gmail.com> + Branch: perl + ! Cross/Makefile-cross-SH Makefile.SH +____________________________________________________________________________ +[ 31978] By: rgs on 2007/09/26 12:46:53 + Log: Subject: RE: [PATCH] use 5.010 is ugly; use 5.10.0 warns + From: "Robin Barker" + Date: Wed, 26 Sep 2007 13:25:49 +0100 + Message-ID: <2C2E01334A940D4792B3E115F95B7226C9D1C3@exchsvr1.npl.ad.local> + Branch: perl + ! embedvar.h intrpvar.h perlapi.h pod/perldiag.pod + ! pod/perlfunc.pod pp_ctl.c sv.c t/lib/warnings/pp_ctl +____________________________________________________________________________ +[ 31977] By: nicholas on 2007/09/26 10:21:50 + Log: Change the way of determining the MRO algorithm used from an enum + defined in the header, to a pointer to a structure. This allows the + flexibility to easily add more MROs in the future, and to provide an + API to do so. Dispatch in mro.c is now via the structure pointed to, + rather than switch statements on the value of the enum. + Branch: perl + ! hv.c hv.h mro.c +____________________________________________________________________________ +[ 31976] By: rgs on 2007/09/26 09:07:59 + Log: Option spelling nit for AIX + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 31975] By: rgs on 2007/09/26 09:00:08 + Log: On VAX, feeding a bare "NaN" to nawk causes nawk to core dump since + it tries to interpret it as a number, which causes an FP exception. + (Patch from NetBSD) + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 31974] By: rgs on 2007/09/26 08:57:41 + Log: Assume NetBSD has touch + (patch from NetBSD package) + Branch: perl + ! makedepend.SH +____________________________________________________________________________ +[ 31973] By: rgs on 2007/09/26 08:34:48 + Log: Subject: Re: [patch] improve B::Concise -src support + From: Jim Cromie + Date: Tue, 25 Sep 2007 17:34:09 -0600 + Message-ID: <46F99AF1.1080108@gmail.com> + Branch: perl + ! ext/B/B/Concise.pm ext/B/t/concise.t ext/B/t/optree_specials.t +____________________________________________________________________________ +[ 31972] By: rgs on 2007/09/26 08:20:14 + Log: Update to README.cygwin by Jerry D. Hedden + Branch: perl + ! README.cygwin +____________________________________________________________________________ +[ 31971] By: davem on 2007/09/25 18:59:02 + Log: extend PL_veto_cleanup to all platforms + The conditional skip of PERL_SYS_TERM introduced by change #29827 + now happens on all platforms, not just UNIX. + Branch: perl + ! perl.c unixish.h +____________________________________________________________________________ +[ 31970] By: davem on 2007/09/25 18:00:32 + Log: make PERL_SYS_INIT/INIT3/TERM into functions + Branch: perl + ! dosish.h embed.fnc epoc/epocish.h global.sym mpeix/mpeixish.h + ! os2/os2ish.h perl.c perl.h plan9/plan9ish.h proto.h + ! symbian/symbianish.h unixish.h vms/vmsish.h +____________________________________________________________________________ +[ 31969] By: rgs on 2007/09/25 14:28:20 + Log: Hey, but "or" is low-prec. So this statement never worked. + Branch: perl + ! lib/ExtUtils/MM_Unix.pm +____________________________________________________________________________ +[ 31968] By: rgs on 2007/09/25 14:24:53 + Log: DragonflyBSD is a BSD too + Branch: perl + ! lib/ExtUtils/MM_Unix.pm +____________________________________________________________________________ +[ 31967] By: rgs on 2007/09/25 13:16:19 + Log: Subject: Re: [perl #45513] Test failures on amd64-freebsd 6.2 + From: Slaven Rezic + Date: 19 Sep 2007 21:56:00 +0200 + Message-ID: <87abri1lbj.fsf@biokovo-amd64.herceg.de> + Branch: perl + ! ext/IPC/SysV/t/ipcsysv.t +____________________________________________________________________________ +[ 31966] By: rgs on 2007/09/25 12:20:25 + Log: Upgrade to Test::Simple 0.72 + Branch: perl + - lib/Test/Simple/t/BEGIN_use_ok.t + ! MANIFEST lib/Test/Builder.pm lib/Test/Builder/Module.pm + ! lib/Test/Builder/Tester.pm lib/Test/More.pm lib/Test/Simple.pm + ! lib/Test/Simple/Changes lib/Test/Simple/TODO + ! lib/Test/Simple/t/is_deeply_with_threads.t +____________________________________________________________________________ +[ 31965] By: rgs on 2007/09/25 11:41:50 + Log: Subject: Re: [PATCH 5.10] Improve diagnostic for reloads of bad modules + From: Rick Delaney + Date: Sat, 22 Sep 2007 16:30:40 -0400 + Message-ID: <20070922203040.GK11931@bort.ca> + Branch: perl + ! pod/perldiag.pod pp_ctl.c +____________________________________________________________________________ +[ 31964] By: rgs on 2007/09/25 09:45:46 + Log: Make OptreeCheck.pm more forgiving about parent pad indexes + Branch: perl + ! ext/B/t/OptreeCheck.pm +____________________________________________________________________________ +[ 31963] By: rgs on 2007/09/25 09:03:17 + Log: Subject: Trans.: CPAN Upload: S/SA/SAPER/constant-1.11.tar.gz + From: =?iso-8859-1?b?U+liYXN0aWVu?= Aperghis-Tramoni + Date: Tue, 25 Sep 2007 11:55:48 +0200 + Message-ID: <1190714148.46f8db2431f0c@imp.free.fr> + Branch: perl + ! lib/constant.pm lib/constant.t +____________________________________________________________________________ +[ 31962] By: rgs on 2007/09/25 09:00:53 + Log: Subject: Re: Smoke [5.10.0] 31938 FAIL(F) netbsd 3.1 (i386/1 cpu) + From: Abe Timmerman + Date: Sun, 23 Sep 2007 01:02:22 +0200 + Message-ID: <46F59EFE.7050303@ztreet.demon.nl> + Branch: perl + ! t/test.pl +____________________________________________________________________________ +[ 31961] By: rgs on 2007/09/25 08:56:40 + Log: Subject: [PATCH] Re: [perl #45605] Regexp failure with utf8-flagged string and byte-flagged pattern + From: Tels + Date: Sat, 22 Sep 2007 14:27:29 +0200 + Message-Id: <200709221427.30425@bloodgate.com> + Branch: perl + ! regcomp.c t/op/pat.t +____________________________________________________________________________ +[ 31960] By: rgs on 2007/09/25 08:37:13 + Log: Subject: [patch] Dual-lifing constant.pm + From: =?ISO-8859-1?Q?S=E9bastien_Aperghis-Tramoni?= + Date: Tue, 25 Sep 2007 02:11:46 +0200 + Message-Id: <454B4D1C-48EE-4CA3-834A-A0F872C9E5FC@free.fr> + Branch: perl + ! Porting/Maintainers.pl +____________________________________________________________________________ +[ 31959] By: rgs on 2007/09/25 08:20:31 + Log: Subject: [PATCH] stop lib/perl5db.t failure if Term::ReadLine::Perl is installed + From: Slaven Rezic + Date: 24 Sep 2007 23:24:37 +0200 + Message-ID: <871wcnwycq.fsf@biokovo-amd64.herceg.de> + Branch: perl + ! lib/perl5db.t +____________________________________________________________________________ +[ 31958] By: steveh on 2007/09/25 07:59:11 + Log: Subject: [PATCH] README.cygwin update + From: "Jerry D. Hedden" + Date: Mon, 24 Sep 2007 20:58:00 -0400 + Message-ID: <1ff86f510709241758o4027c237w7387e7ab86680d55@mail.gmail.com> + Branch: perl + ! README.cygwin +____________________________________________________________________________ +[ 31957] By: steveh on 2007/09/25 07:58:02 + Log: Subject: [PATCH] $^E is not Win32::GetLastError under Cygwin + From: "Jerry D. Hedden" + Date: Mon, 24 Sep 2007 20:39:44 -0400 + Message-ID: <1ff86f510709241739q62b4f2eaycf13cb9956f8fab3@mail.gmail.com> + Branch: perl + ! ext/Win32CORE/t/win32core.t +____________________________________________________________________________ +[ 31956] By: steveh on 2007/09/25 07:52:54 + Log: Subject: [PATCH - revised] Re: Change 31935: Upgrade to Win32-0.32 + From: "Jerry D. Hedden" + Date: Mon, 24 Sep 2007 20:23:49 -0400 + Message-ID: <1ff86f510709241723o58cc1167m2c44221b77959994@mail.gmail.com> + + (Check Win32::GetLastError() rather than $^E for Cygwin, on which $^E + is the last posix error (the same as $!), not the last Win32 error) + Branch: perl + ! ext/Win32/Win32.pm ext/Win32/t/Names.t +____________________________________________________________________________ +[ 31955] By: rgs on 2007/09/24 16:38:35 + Log: Subject: [patch] improve B::Concise -src support + From: Jim Cromie + Date: Mon, 24 Sep 2007 00:28:28 -0600 + Message-ID: <46F7590C.1070101@gmail.com> + Branch: perl + ! ext/B/B/Concise.pm +____________________________________________________________________________ +[ 31954] By: davem on 2007/09/24 14:18:03 + Log: sixth attempt to silence S_emulate_eaccess compiler warning + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 31953] By: rgs on 2007/09/24 13:19:10 + Log: Upgrade to Compress::Zlib 2.007 + Branch: perl + ! 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 +____________________________________________________________________________ +[ 31952] By: rgs on 2007/09/24 12:50:02 + Log: Upgrade to threads::shared 1.14 + Corrects warnings reported by Devel::PPPort. + Branch: perl + ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs +____________________________________________________________________________ +[ 31951] By: rgs on 2007/09/24 12:37:28 + Log: Subject: [PATCH] Re: BigInt bug with non-integer accuracy/precision + From: Tels + Date: Sat, 22 Sep 2007 11:33:34 +0200 + Message-Id: <200709221133.35110@bloodgate.com> + Branch: perl + + lib/Math/BigInt/t/round.t + ! MANIFEST lib/Math/BigInt.pm +____________________________________________________________________________ +[ 31950] By: merijn on 2007/09/24 08:34:14 + Log: Announce plans for -Duse32bit* options for Configure, and document + that there is no guarantee on 32bit builds when no args passed + Branch: perl + ! INSTALL +____________________________________________________________________________ +[ 31949] By: craigb on 2007/09/24 02:51:23 + Log: Allow IEEE math to be deselected on OpenVMS I64 (but it remains + the default). + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 31948] By: davem on 2007/09/24 01:20:00 + Log: silence a spurious compiler warning in regcomp.c + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 31947] By: davem on 2007/09/24 00:42:07 + Log: fifth attempt to silence S_emulate_eaccess compiler warning + Branch: perl + ! embed.fnc embed.h pp_sys.c proto.h +____________________________________________________________________________ +[ 31946] By: craigb on 2007/09/23 23:44:59 + Log: And some more VMS-specific additions to PL_bincompat_options. + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 31945] By: nicholas on 2007/09/23 21:10:27 + Log: Add USE_IEEE to PL_bincompat_options, as use_ieee in the configuration + on VMS affects binary compatibility. + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 31944] By: craigb on 2007/09/23 15:09:51 + Log: Record IEEE usage in config.h on VMS. + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 31943] By: merijn on 2007/09/23 13:57:00 + Log: Revert #31942, as it was inconsistent between threaded and + non-threaded builds + Branch: perl + ! hints/netbsd.sh t/uni/overload.t +____________________________________________________________________________ +[ 31942] By: merijn on 2007/09/23 08:59:52 + Log: netbsd's setlocale () doesn't support LC_COLLATE and LC_NUMERIC + Subject: Re: Smoke [5.10.0] 31938 FAIL(F) netbsd 3.1 (i386/1 cpu) + From: Abe Timmerman + Date: Sun, 23 Sep 2007 01:11:50 +0200 + Message-ID: <46F5A136.8080000@ztreet.demon.nl> + Branch: perl + ! hints/netbsd.sh t/uni/overload.t +____________________________________________________________________________ +[ 31941] By: nicholas on 2007/09/23 07:20:49 + Log: Under -DDEBUGGING (on gcc), assert that SvRV(sv) is being called on + a valid SvTYPE(). + Branch: perl + ! sv.h +____________________________________________________________________________ +[ 31940] By: nicholas on 2007/09/22 15:46:44 + Log: Fix bug 45607 - for the corner case *{"BONK"} = \&{"BONK"} the order + of op evaluation means that what had been a reference to a constant + can turn into a typeglob before the sassign gets to run. + Branch: perl + ! pp_hot.c t/op/gv.t +____________________________________________________________________________ +[ 31939] By: mhx on 2007/09/22 08:01:59 + Log: Upgrade to Devel::PPPort 3.12 + Branch: perl + ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort_pm.PL + ! ext/Devel/PPPort/soak +____________________________________________________________________________ +[ 31938] By: nicholas on 2007/09/21 09:16:37 + Log: hv_stores() on a literal string is now fractionally more efficient than + hv_store(). + Branch: perl + ! mg.c util.c +____________________________________________________________________________ +[ 31937] By: steveh on 2007/09/21 08:25:47 + Log: Fix Win32 breakage caused by #31926 + Branch: perl + ! hv.c +____________________________________________________________________________ +[ 31936] By: rgs on 2007/09/21 07:54:47 + Log: Silence a load of "value computed is not used" warnings + Branch: perl + ! dump.c gv.c hv.c mg.c mro.c op.c pp_ctl.c pp_hot.c util.c +____________________________________________________________________________ +[ 31935] By: steveh on 2007/09/21 07:39:02 + Log: Upgrade to Win32-0.32 + Branch: perl + ! ext/Win32/Win32.pm ext/Win32/Win32.xs + ! ext/Win32/t/GetFileVersion.t ext/Win32/t/Names.t +____________________________________________________________________________ +[ 31934] By: rgs on 2007/09/21 07:35:24 + Log: Subject: [PATCH] version-0.73 (was Re: Change 31920: Don't use ~0 as a version + From: John Peacock + Date: Thu, 20 Sep 2007 21:15:51 -0400 + Message-ID: <46F31B47.6030601@cpan.org> + Branch: perl + ! lib/version.pm lib/version.t util.c +____________________________________________________________________________ +[ 31933] By: nicholas on 2007/09/20 19:34:51 + Log: Get mad compiling as C++. (At least for me) + Branch: perl + ! embed.fnc op.c op.h proto.h +____________________________________________________________________________ +[ 31932] By: nicholas on 2007/09/20 16:52:06 + Log: Remove now-unnecessary =cuts where POD is now adjacent to POD. + Branch: perl + ! hv.c +____________________________________________________________________________ +[ 31931] By: nicholas on 2007/09/20 16:44:24 + Log: Add a new function Perl_hv_common_key_len(), which contains the + manipulations to convert negative lengths to positive length + UTF-8 + flag. hv_delete(), hv_exists(), hv_fetch(), hv_store() and + hv_store_flags() all become mathoms. The macros hv_fetchs() and + hv_stores() call hv_common() directly. + Branch: perl + ! embed.fnc embed.h global.sym handy.h hv.c hv.h mathoms.c + ! proto.h +____________________________________________________________________________ +[ 31930] By: nicholas on 2007/09/20 15:11:01 + Log: Move the SV dereference of Perl_hv_fetch()/Perl_hv_store()/ + Perl_hv_store_flags() into Perl_hv_common(). All already pass in + HV_FETCH_JUST_SV, which only these three pass in. + Branch: perl + ! hv.c +____________________________________________________________________________ +[ 31929] By: stevep on 2007/09/20 14:00:07 + Log: ext/XS/APITest/APITest.xs was suffering casting issues with g++ + as well after the addition of Perl_hv_common(). + Branch: perl + ! ext/XS/APItest/APItest.xs +____________________________________________________________________________ +[ 31928] By: rgs on 2007/09/20 13:53:03 + Log: Subject: [PATCH] Archive::Extract 0.24 (was Re: Archive::Extract test failures on Solaris) + From: "Jos I. Boumans" + Date: Thu, 20 Sep 2007 15:46:24 +0200 + Message-Id: <174BF3BE-B640-4CCA-AB47-BE527382B236@dwim.org> + 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.Z.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 +____________________________________________________________________________ +[ 31927] By: stevep on 2007/09/20 13:32:18 + Log: Casts needed in mathoms.c to make it compile with g++ after the + making Perl_hv_common() return void *. + Branch: perl + ! mathoms.c +____________________________________________________________________________ +[ 31926] By: nicholas on 2007/09/20 12:59:25 + Log: Switch Perl_hv_common() to returning void * rather than HE *. + Branch: perl + ! embed.fnc hv.c hv.h proto.h +____________________________________________________________________________ +[ 31925] By: nicholas on 2007/09/20 12:20:59 + Log: Change 31919 forgot to add Perl_hv_common to global.sym + Branch: perl + ! global.sym +____________________________________________________________________________ +[ 31924] By: nicholas on 2007/09/20 12:13:16 + Log: Convert hv_delete_ent(), hv_exists_ent(), hv_fetch_ent() and + hv_store_ent() to macros, and consign the function bodies to history. + Er, mathoms.c + Branch: perl + ! embed.fnc embed.h hv.c hv.h mathoms.c proto.h +____________________________________________________________________________ +[ 31923] By: nicholas on 2007/09/20 10:21:30 + Log: Use Perl_hv_common() to test disabling the key conversion in hash + lookups. + Branch: perl + ! ext/XS/APItest/APItest.xs ext/XS/APItest/t/hash.t +____________________________________________________________________________ +[ 31922] By: nicholas on 2007/09/20 10:20:47 + Log: assert that what is passed into the hash functions is really an HV. + (MRO code is calling hash functions during global destruction, hence + the check on SVTYPEMASK.) + Branch: perl + ! hv.c +____________________________________________________________________________ +[ 31921] By: nicholas on 2007/09/20 09:42:50 + Log: SVs know their length, so avoid 2 calls to strlen(). + As we have an SV, call hv_fetch_ent() rather than hv_fetch(). + Branch: perl + ! mro.c +____________________________________________________________________________ +[ 31920] By: rgs on 2007/09/20 08:59:34 + Log: Don't use ~0 as a version number -- it could overflow. + Branch: perl + ! lib/CPANPLUS/t/40_CPANPLUS-Internals-Report.t +____________________________________________________________________________ +[ 31919] By: nicholas on 2007/09/20 08:39:28 + Log: Make hv_fetch_common() non-static, and change its name to hv_common(), + as it now also performs hv_delete()/hv_delete_ent() + Branch: perl + ! embed.fnc embed.h hv.c proto.h +____________________________________________________________________________ +[ 31918] By: nicholas on 2007/09/19 22:55:27 + Log: Change 31849 forgot to regenerate the documentation - removing a + documented function from the published API moves the POD file in which + its documentation resides. + Branch: perl + ! pod/perlapi.pod pod/perlintern.pod +____________________________________________________________________________ +[ 31917] By: nicholas on 2007/09/19 22:52:53 + Log: Inline and abolish S_hv_magic_uvar_xkey(). + Branch: perl + ! embed.fnc embed.h hv.c proto.h +____________________________________________________________________________ +[ 31916] By: nicholas on 2007/09/19 22:04:46 + Log: Send all delete()/delete_ent() calls via S_hv_fetch_common(). + This puts all the key normalisation code in one place. + Branch: perl + ! hv.c hv.h +____________________________________________________________________________ +[ 31915] By: nicholas on 2007/09/19 21:43:54 + Log: Lots more tests with many permuations of 7, 8 and $lots bit data. + Branch: perl + ! ext/XS/APItest/t/hash.t +____________________________________________________________________________ +[ 31914] By: nicholas on 2007/09/19 21:01:26 + Log: Parameterise the code that tests the rot13 hash, and add a second + hashtype to test - bitflip (that xors code point with 32). + Branch: perl + ! ext/XS/APItest/APItest.xs ext/XS/APItest/t/hash.t +____________________________________________________________________________ +[ 31913] By: nicholas on 2007/09/19 18:11:40 + Log: ext/XS/APItest/t/hash.t was failing because the fieldhash code didn't + reset the pre-computed hash value. + Branch: perl + ! hv.c +____________________________________________________________________________ +[ 31912] By: nicholas on 2007/09/19 15:53:43 + Log: Call the key transformation function for hv_exists()/hv_fetch()/ + hv_store(). (And test this) + Branch: perl + ! ext/XS/APItest/APItest.xs ext/XS/APItest/t/hash.t hv.c +____________________________________________________________________________ +[ 31911] By: rgs on 2007/09/19 14:28:28 + Log: Fix failing Test::Simple test + Branch: perl + ! lib/Test/Simple/t/More.t +____________________________________________________________________________ +[ 31910] By: steveh on 2007/09/19 13:58:25 + Log: Updates to AUTHORS etc. + Branch: perl + ! AUTHORS Porting/checkAUTHORS.pl +____________________________________________________________________________ +[ 31909] By: steveh on 2007/09/19 13:48:44 + Log: Fix whitespace in Changes to keep Porting/checkAUTHORS.pl happy + Branch: perl + ! Changes +____________________________________________________________________________ +[ 31908] By: rgs on 2007/09/19 13:30:18 + Log: Fix file name in MANIFEST + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 31907] By: stevep on 2007/09/19 13:21:26 + Log: Update to Test-Simple-0.71 + Branch: perl + + lib/Test/Simple/t/BEGIN_use_ok.t lib/Test/Simple/t/cmp_ok.t + + lib/Test/Simple/t/is_deeply_dne_bug.t + + lib/Test/Simple/t/is_deeply_with_threads.t + + lib/Test/Simple/t/lib/Dummy.pm + + lib/Test/Simple/t/lib/MyOverload.pm lib/Test/Simple/t/try.t + - lib/Test/Simple/t/sort_bug.t + ! MANIFEST lib/Test/Builder.pm lib/Test/Builder/Module.pm + ! lib/Test/Builder/Tester.pm lib/Test/More.pm lib/Test/Simple.pm + ! lib/Test/Simple/t/More.t lib/Test/Simple/t/fail-more.t + ! lib/Test/Simple/t/is_fh.t lib/Test/Simple/t/output.t +____________________________________________________________________________ +[ 31906] By: nicholas on 2007/09/19 10:54:59 + Log: Mark utils/Makefile as read/write in perforce. + Branch: perl + ! utils/Makefile +____________________________________________________________________________ +[ 31905] By: nicholas on 2007/09/19 10:53:01 + Log: Call the key transformation function for hv_delete(). + Honour the HV_DISABLE_UVAR_XKEY for hv_delete(). + Test this. + [Pass in 3 more parameters to S_hv_magic_uvar_xkey()] + Branch: perl + ! embed.fnc embed.h ext/XS/APItest/APItest.xs + ! ext/XS/APItest/Makefile.PL ext/XS/APItest/t/hash.t hv.c + ! proto.h +____________________________________________________________________________ +[ 31904] By: steveh on 2007/09/19 10:42:15 + Log: Clean up test files left behind (on Win32, at least) by Archive-Extract + Branch: perl + ! lib/Archive/Extract/t/01_Archive-Extract.t +____________________________________________________________________________ +[ 31903] By: rgs on 2007/09/19 09:57:00 + Log: Subject: [PATCH] minor changes to File::Path (and more tests) + From: David Landgren + Date: Mon, 17 Sep 2007 23:27:45 +0200 + Message-ID: <46EEF151.6010409@landgren.net> + Branch: perl + ! lib/File/Path.pm lib/File/Path.t utils/Makefile +____________________________________________________________________________ +[ 31902] By: nicholas on 2007/09/19 09:34:00 + Log: More tests for when fieldhash magic (doesn't) trigger. + Branch: perl + ! ext/Hash/Util/FieldHash/t/05_perlhook.t +____________________________________________________________________________ +[ 31901] By: nicholas on 2007/09/19 09:05:44 + Log: Correct test descriptions. bless didn't trigger. ever. Change 31898 + forgot to update the comment - lvalue store should trigger once. + Branch: perl + ! ext/Hash/Util/FieldHash/t/05_perlhook.t +____________________________________________________________________________ +[ 31900] By: steveh on 2007/09/19 08:46:40 + Log: Subject: Re: [perl #45493] [patch] ext/Win32/Win32.xs compilation fails on msvc < 6 + From: Dmitry Karasik + Date: Tue, 18 Sep 2007 10:45:31 +0200 + Message-ID: <20070918084531.GA96406@tetsuo.karasik.eu.org> + + (Adds some #defines missing from MSVC++ < 6, plus sorts the list into + numerical order and tests each #define individually) + Branch: perl + ! ext/Win32/Win32.pm ext/Win32/Win32.xs +____________________________________________________________________________ +[ 31899] By: steveh on 2007/09/19 08:40:57 + Log: Subject: Re: [PATCH] Cray XT4/Catamount build + From: Jarkko Hietaniemi + Date: Tue, 18 Sep 2007 19:48:48 -0400 + Message-ID: <46F063E0.1000004@iki.fi> + + (Restores a pre-generated utils/Makefile for the benefit of Win32, + which can't run utils/Makefile.SH itself) + Branch: perl + + utils/Makefile + ! MANIFEST Porting/makerel utils/Makefile.SH +____________________________________________________________________________ +[ 31898] By: nicholas on 2007/09/19 08:12:09 + Log: For an LVALUE fetch, "hv_fetch()" will recurse into "hv_store()" for a + hash with magic. Field hashes have u magic, so this recursion triggers. + However, key conversion replaces the original key with the converted + key, so we need to ensure that conversion happens exactly once, else + for a non-idempotent key conversion routine (eg ROT13) we will see + double conversion in this case. + Branch: perl + ! cop.h ext/Hash/Util/FieldHash/t/05_perlhook.t + ! ext/XS/APItest/APItest.xs ext/XS/APItest/t/hash.t hv.c hv.h +____________________________________________________________________________ +[ 31897] By: rgs on 2007/09/19 07:59:40 + Log: Subject: [PATCH] threads 1.67 + From: "Jerry D. Hedden" + Date: Tue, 18 Sep 2007 16:48:03 -0400 + Message-ID: <1ff86f510709181348h45b1941epf501f9f73d4daa75@mail.gmail.com> + + fix test count. + Branch: perl + ! ext/threads/t/exit.t ext/threads/t/thread.t + ! ext/threads/threads.pm +____________________________________________________________________________ +[ 31896] By: rgs on 2007/09/19 07:56:56 + Log: Subject: [PATCH] t/TEST doesn't check exit (was Re: Test::More bug?) + From: Michael G Schwern + Date: Tue, 18 Sep 2007 18:25:14 -0700 + Message-ID: <46F07A7A.1060900@pobox.com> + Branch: perl + ! t/TEST +____________________________________________________________________________ +[ 31895] By: rgs on 2007/09/19 07:52:40 + Log: Subject: Re: [PATCH] Re: Unintentional base.pm behavior change + From: Michael G Schwern + Date: Wed, 19 Sep 2007 00:39:40 -0700 + Message-ID: <46F0D23C.6020105@pobox.com> + Branch: perl + + lib/base/t/isa.t + ! MANIFEST lib/base.pm +____________________________________________________________________________ +[ 31894] By: rgs on 2007/09/18 14:10:34 + Log: Prevent the pragmas from ${^OPEN} propagated to %^H from deparsing. + This stops test failures when perl is run with -C under utf-8 locales. + However this is only a partial solution, since it will prevent the + open pragma from being properly deparsed. Probably ${^OPEN} should + be handled separately. + Branch: perl + ! ext/B/B/Deparse.pm +____________________________________________________________________________ +[ 31893] By: rgs on 2007/09/18 12:29:55 + Log: Subject: document [PATCH] lib/feature.pm + From: "Robin Barker" + Date: Mon, 17 Sep 2007 18:18:43 +0100 + Message-ID: <2C2E01334A940D4792B3E115F95B7226C9D1B3@exchsvr1.npl.ad.local> + Branch: perl + ! lib/feature.pm +____________________________________________________________________________ +[ 31892] By: rgs on 2007/09/18 10:09:43 + Log: More work and modernization of INSTALL + Branch: perl + ! INSTALL +____________________________________________________________________________ +[ 31891] By: steveh on 2007/09/18 07:41:51 + Log: Change #31889 forgot to regen global.sym + Branch: perl + ! global.sym +____________________________________________________________________________ +[ 31890] By: nicholas on 2007/09/17 22:34:45 + Log: Fix spelling errors in comments. + Branch: perl + ! ext/Hash/Util/FieldHash/t/10_hash.t t/op/hash.t +____________________________________________________________________________ +[ 31889] By: nicholas on 2007/09/17 21:07:33 + Log: Remove dead functions: + Perl_do_pipe, which is unused since 4.036 + Perl_save_hints, which would just croak + pp_threadsv, which was only used by 5.005 threads + Branch: perl + ! embed.fnc embed.h mathoms.c proto.h +____________________________________________________________________________ +[ 31888] By: nicholas on 2007/09/17 20:19:51 + Log: Remove dead code surrounded by #if 0 from mathoms.c + Branch: perl + ! mathoms.c +____________________________________________________________________________ +[ 31887] By: rgs on 2007/09/17 15:21:20 + Log: Subject: [patch] qualify OP arenas item in perltodo + From: Jim Cromie + Date: Sat, 15 Sep 2007 13:36:46 -0600 + Message-ID: <46EC344E.3080903@gmail.com> + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 31886] By: merijn on 2007/09/17 14:16:08 + Log: HP's ANSI-C optimizer breaks op.c (t/op/state.t failure); ccversion fixed + Branch: perl + ! hints/hpux.sh +____________________________________________________________________________ +[ 31885] By: nicholas on 2007/09/17 12:21:01 + Log: Some more state variable deparse tests. + Branch: perl + ! ext/B/t/deparse.t +____________________________________________________________________________ +[ 31884] By: rgs on 2007/09/17 11:49:04 + Log: Subject: [ patch ] add line-number to embed.pl warnings + From: Jim Cromie + Date: Wed, 12 Sep 2007 11:25:08 -0600 + Message-ID: <46E820F4.80106@gmail.com> + Branch: perl + ! embed.pl +____________________________________________________________________________ +[ 31883] By: rgs on 2007/09/17 11:36:11 + Log: Subject: [PATCH] Module::Load::Conditional 0.18 (was Re: Module::Load::Conditional 0.18 wannabe) + From: "Jos I. Boumans" + Date: Sat, 15 Sep 2007 16:22:20 +0200 + Message-Id: + Branch: perl + ! lib/Module/Load/Conditional.pm + ! lib/Module/Load/Conditional/t/01_Module_Load_Conditional.t + ! lib/Module/Load/Conditional/t/02_Parse_Version.t +____________________________________________________________________________ +[ 31882] By: rgs on 2007/09/17 11:25:33 + Log: Make B::Deparse able to handle pragmas from %^H. + Add tests for deparsing say() and state(). + Branch: perl + ! ext/B/B/Deparse.pm ext/B/t/deparse.t +____________________________________________________________________________ +[ 31881] By: rgs on 2007/09/17 11:20:33 + Log: Subject: [PATCH] document limitation of exec() inside pseudo-processes + From: "Jan Dubois" + Date: Thu, 13 Sep 2007 12:46:06 -0700 + Message-ID: <023a01c7f63e$b9da1170$2d8e3450$@com> + Branch: perl + ! pod/perlfork.pod +____________________________________________________________________________ +[ 31880] By: rgs on 2007/09/17 11:19:20 + Log: Subject: [PATCH] threads 1.66 + From: "Jerry D. Hedden" + Date: Fri, 14 Sep 2007 14:56:34 -0400 + Message-ID: <1ff86f510709141156n498af13aq9e0d279a0c76b48@mail.gmail.com> + + Version bump (sync with CPAN version) + Branch: perl + ! ext/threads/t/exit.t ext/threads/t/thread.t + ! ext/threads/threads.pm ext/threads/threads.xs +____________________________________________________________________________ +[ 31879] By: rgs on 2007/09/17 11:09:56 + Log: Subject: [PATCH] fix bigint testsuite + From: Tels + Date: Sun, 16 Sep 2007 13:41:15 +0200 + Message-Id: <200709161341.15574@bloodgate.com> + Branch: perl + ! lib/Math/BigInt.pm lib/Math/BigInt/t/bigfltpm.inc + ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/calling.t + ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/upgrade.inc +____________________________________________________________________________ +[ 31878] By: rgs on 2007/09/17 10:07:29 + Log: Subject: Re: [PATCH] Cray XT4/Catamount build + From: Jarkko Hietaniemi + Date: Sat, 15 Sep 2007 20:47:57 -0400 + Message-ID: <46EC7D3D.5010604@iki.fi> + Branch: perl + + utils/Makefile.SH + - utils/Makefile + ! MANIFEST Makefile.SH ext/util/make_ext hints/catamount.sh + ! x2p/Makefile.SH +____________________________________________________________________________ +[ 31877] By: nicholas on 2007/09/17 09:35:13 + Log: Subject: grammar nit + From: Jim Cromie + Message-ID: <46EE39E0.80601@gmail.com> + Date: Mon, 17 Sep 2007 02:25:04 -0600 + Branch: perl + ! op.h +____________________________________________________________________________ +[ 31876] By: nicholas on 2007/09/16 23:28:30 + Log: Change 31873 was not robust against the possibility that the + configuration has no #defined options. So add a "" that will make the + initialiser for PL_bincompat_options syntactically correct in this + case. + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 31875] By: nicholas on 2007/09/16 10:48:40 + Log: Subject: [PATCHES] various small Math::BigInt et. al. fixes + From: Tels + Message-Id: <200709161123.14970@bloodgate.com> + Date: Sun, 16 Sep 2007 11:23:14 +0200 + + Subject: Re: [PATCHES] various small Math::BigInt et. al. fixes + From: Tels + Message-Id: <200709161156.09071@bloodgate.com> + Date: Sun, 16 Sep 2007 11:56:08 +0200 + 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/BigRat.pm +____________________________________________________________________________ +[ 31874] By: nicholas on 2007/09/16 09:40:45 + Log: Upgrade to Archive::Tar 1.36 + (Portability fixes for VMS, as offered by Craig Berry) + Branch: perl + ! lib/Archive/Tar.pm lib/Archive/Tar/Constant.pm + ! lib/Archive/Tar/t/src/long/bar.tar.packed + ! lib/Archive/Tar/t/src/long/foo.tgz.packed + ! lib/Archive/Tar/t/src/short/bar.tar.packed + ! lib/Archive/Tar/t/src/short/foo.tgz.packed +____________________________________________________________________________ +[ 31873] By: nicholas on 2007/09/15 22:34:16 + Log: Move all the compile time options that affect binary compatibility into + a global variable PL_bincompat_options. Because the string will be + embedded in any shared perl library, it will allow a comparison check + to be added to perlmain.c in the future, to detect library mismatch. + Branch: perl + ! perl.c perl.h +____________________________________________________________________________ +[ 31872] By: nicholas on 2007/09/15 21:26:53 + Log: Rejig the word wrapping code for the "Compile-time options:" of perl -V + Replace the rather elegant C code with Perl code that can also sort the + options first, as this will allow them to be split into those that + affect binary compatibility, and those that do not. + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 31871] By: nicholas on 2007/09/15 17:54:04 + Log: Note the gotcha about newlines in the elements of PL_preambleav. + Branch: perl + ! intrpvar.h +____________________________________________________________________________ +[ 31870] By: nicholas on 2007/09/15 16:23:25 + Log: Save some C<","> in the embedded program used to generate -V output. + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 31869] By: craigb on 2007/09/14 22:45:53 + Log: Subject: [PATCH] Update Module::Load to 0.12 (Was Re: Module::Load 0.12 wanna be + (was Re: [patch@31735] Module-load/require fixes for VMS)) + From: "Jos I. Boumans" + Date: Fri, 14 Sep 2007 14:03:14 +0200 + Message-id: <594A1762-D3E1-47AD-BBED-121E315D89BF@cpan.org> + + Branch: perl + ! MANIFEST lib/Module/Load.pm lib/Module/Load/t/01_Module-Load.t +____________________________________________________________________________ +[ 31868] By: davem on 2007/09/14 22:28:03 + Log: enable utf8 cache assertions on DEBUGGING builds + Branch: perl + ! intrpvar.h +____________________________________________________________________________ +[ 31867] By: davem on 2007/09/14 21:59:59 + Log: a{2}" + /$.../ = panic: sv_len_utf8 cache + when shrinking an SV, shrink the sv_len_utf8 cache too! + Branch: perl + ! regcomp.c t/op/pat.t +____________________________________________________________________________ +[ 31866] By: merijn on 2007/09/14 20:49:49 + Log: Subject: Fwd: CPAN Upload: S/SA/SAPER/Sys-Syslog-0.21.tar.gz + From: Sébastien Aperghis-Tramoni + Date: Fri, 14 Sep 2007 01:18:04 +0200 + Message-Id: <92AB5E7F-F8E1-4DEE-805C-B257A569CB62@free.fr> + Branch: perl + ! ext/Sys/Syslog/Changes ext/Sys/Syslog/Makefile.PL + ! ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/Syslog.xs + ! ext/Sys/Syslog/t/syslog.t +____________________________________________________________________________ +[ 31865] By: merijn on 2007/09/14 20:38:00 + Log: Subject: a spelling nit + From: Jim Cromie + Date: Fri, 14 Sep 2007 10:58:36 -0600 + Message-ID: <46EABDBC.40700@gmail.com> + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 31864] By: davem on 2007/09/14 18:25:44 + Log: Memory corruption with heavy module loading in threads + In void context, eval leaves garbage on the stack. Don't then + copy this back into the threads->param array! + Branch: perl + ! ext/threads/t/thread.t ext/threads/threads.xs +____________________________________________________________________________ +[ 31863] By: nicholas on 2007/09/13 14:52:20 + Log: Note that list initialisation of state variables is TODO. While in the + area, note how B::Deparse might be improved to name inlined constants. + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 31862] By: rgs on 2007/09/13 11:29:20 + Log: Subject: [patch@31788] Term::ReadLine::Stub missing get_line + From: "John E. Malmberg" + Date: Wed, 12 Sep 2007 20:14:53 -0500 + Message-id: <46E88F0D.2090405@qsl.net> + Branch: perl + ! lib/Term/ReadLine.pm +____________________________________________________________________________ +[ 31861] By: rgs on 2007/09/13 09:10:18 + Log: Better diagnostics and test naming + Branch: perl + ! ext/B/t/deparse.t +____________________________________________________________________________ +[ 31860] By: rgs on 2007/09/13 08:58:07 + Log: Make Deparse handle "say" + Branch: perl + ! ext/B/B/Deparse.pm +____________________________________________________________________________ +[ 31859] By: rgs on 2007/09/13 08:17:09 + Log: URL correction by Robert Spier + Branch: perl + ! pod/perlhack.pod +____________________________________________________________________________ +[ 31858] By: nicholas on 2007/09/12 23:11:45 + Log: Carp's argument backtrace code would show undef as "undef" - a string. + Branch: perl + ! lib/Carp.pm lib/Carp.t lib/Carp/Heavy.pm +____________________________________________________________________________ +[ 31857] By: nicholas on 2007/09/12 23:10:58 + Log: Add the missing assignment to op_last that change 31798 missed out. + With this, state $zok = ...; will deparse. + Branch: perl + ! ext/B/B/Deparse.pm op.c +____________________________________________________________________________ +[ 31856] By: nicholas on 2007/09/12 18:38:54 + Log: Don't call frexp() on +Inf or -Inf either. (It's not just NaN it might + choke on.) + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 31855] By: rgs on 2007/09/12 11:48:32 + Log: Amend change 31854 for when NAN_COMPARE_BROKEN + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 31854] By: rgs on 2007/09/12 11:02:40 + Log: Subject: [perl #45383] sprintf %f panics with NaN + From: Zefram (via RT) + Date: Tue, 11 Sep 2007 15:22:23 -0700 + Message-ID: + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 31853] By: rgs on 2007/09/12 09:32:47 + Log: Make @INC available in base.pm's error message when + a module can't be found. See CPAN bug #28582. + Branch: perl + ! lib/base.pm lib/base/t/base.t +____________________________________________________________________________ +[ 31852] By: steveh on 2007/09/12 08:11:46 + Log: Upgrade to Win32-0.31 + Branch: perl + + ext/Win32/t/Names.t + ! MANIFEST ext/Win32/Win32.pm ext/Win32/t/GetLongPathName.t +____________________________________________________________________________ +[ 31851] By: rgs on 2007/09/12 08:07:21 + Log: Subject: Re: mro "PERFORMANCE CONSIDERATIONS" still true? + From: Rick Delaney + Date: Mon, 10 Sep 2007 10:45:41 -0400 + Message-ID: <20070910144541.GI9260@bort.ca> + + plus update Changes file for base.pm + Branch: perl + ! lib/base.pm lib/base/Changes +____________________________________________________________________________ +[ 31850] By: rgs on 2007/09/12 08:03:00 + Log: Subject: [patch@31846] vms stat and chmod fixes. + From: "John E. Malmberg" + Date: Tue, 11 Sep 2007 22:01:14 -0500 + Message-ID: <46E7567A.8090203@qsl.net> + Branch: perl + ! vms/vms.c vms/vmsish.h +____________________________________________________________________________ +[ 31849] By: nicholas on 2007/09/12 00:09:18 + Log: mro_get_linear_isa_dfs and mro_get_linear_isa_c3 can have static + linkage. + Branch: perl + ! embed.fnc embed.h global.sym mro.c proto.h +____________________________________________________________________________ +[ 31848] By: mhx on 2007/09/11 21:45:40 + Log: Upgrade to Devel::PPPort 3.11_06 + Branch: perl + ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort_pm.PL + ! ext/Devel/PPPort/TODO ext/Devel/PPPort/parts/inc/SvPV + ! ext/Devel/PPPort/parts/inc/grok + ! ext/Devel/PPPort/parts/inc/magic + ! ext/Devel/PPPort/parts/inc/newCONSTSUB + ! ext/Devel/PPPort/parts/inc/ppphbin + ! ext/Devel/PPPort/parts/inc/ppphtest + ! ext/Devel/PPPort/parts/inc/shared_pv + ! ext/Devel/PPPort/parts/inc/sv_xpvf + ! ext/Devel/PPPort/parts/inc/variables ext/Devel/PPPort/soak + ! ext/Devel/PPPort/t/ppphtest.t +____________________________________________________________________________ +[ 31847] By: rgs on 2007/09/11 15:59:15 + Log: Some escapes were mentioned twice, although they're not qr//-specific + Branch: perl + ! pod/perlre.pod +____________________________________________________________________________ +[ 31846] By: rgs on 2007/09/11 10:00:46 + Log: Subject: [patch] [Win32] Makefile and makefile.mk rely on shell association + From: Max Maischein + Date: Sat, 01 Sep 2007 15:27:54 +0200 + Message-ID: <46D968DA.2000205@cpan.org> + Branch: perl + ! win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 31845] By: rgs on 2007/09/11 09:32:02 + Log: Upgrade to Net::Ping 2.33, with help from Jerry Hedden + Branch: perl + ! lib/Net/Ping.pm lib/Net/Ping/Changes +____________________________________________________________________________ +[ 31844] By: rgs on 2007/09/11 09:28:02 + Log: Upgrade to libnet 1.22 (with some help by Jerry Hedden) + Branch: perl + ! lib/Net/Changes lib/Net/Cmd.pm lib/Net/FTP.pm +____________________________________________________________________________ +[ 31843] By: craigb on 2007/09/10 22:40:30 + Log: VMS help for File::Path 2.00_11: chdir() is finicky about directory + format; catdir spews warnings when given files that aren't directories; + File::Spec functions may call stat(), thus zapping C<_>; filenames with + characters that need escaping (such as spaces), must have some path + syntax attached to them and be converted to native syntax in order to + force escaping to take place. + Branch: perl + ! lib/File/Path.pm +____________________________________________________________________________ +[ 31842] By: davem on 2007/09/10 21:53:53 + Log: change #31246 unconditionally enabled utf8 cache debugging code + Branch: perl + ! intrpvar.h +____________________________________________________________________________ +[ 31841] By: rgs on 2007/09/10 16:17:08 + Log: Move version to 1.07, although some tests are different (due to + the perl core test preamble). + Branch: perl + ! lib/IO/Zlib.pm +____________________________________________________________________________ +[ 31840] By: davem on 2007/09/10 14:04:40 + Log: silence warning in new state.t test (spotted by Jerry Hedden) + Branch: perl + ! t/op/state.t +____________________________________________________________________________ +[ 31839] By: nicholas on 2007/09/10 11:10:37 + Log: The best way not to have the missing subroutines hash trample all over + someone else's namespace is by not having it in their namespace in the + first place :-) + Branch: perl + ! lib/ExtUtils/Constant/ProxySubs.pm +____________________________________________________________________________ +[ 31838] By: rgs on 2007/09/10 09:43:14 + Log: Subject: [PATCH blead] Re: [perl #44623] Optimized magic_setisa has bug + From: Rick Delaney + Date: Thu, 6 Sep 2007 14:40:39 -0400 + Message-ID: <20070906184039.GG9260@bort.ca> + Branch: perl + ! pp_hot.c t/mro/basic.t +____________________________________________________________________________ +[ 31837] By: rgs on 2007/09/10 08:34:08 + Log: Upgrade to ExtUtils::Install 1.44 + Branch: perl + ! lib/ExtUtils/Install.pm lib/ExtUtils/t/Install.t +____________________________________________________________________________ +[ 31836] By: rgs on 2007/09/10 08:19:58 + Log: Remove the "performance considerations" paragraph. + Branch: perl + ! lib/mro.pm +____________________________________________________________________________ +[ 31835] By: davem on 2007/09/10 00:02:55 + Log: when anon subs are cloned, the 'assign once only' flag should be + set for all state vars in the pad. + (Nicholas worked up the same fix - spooky action at a distance!) + Branch: perl + ! pad.c t/op/state.t +____________________________________________________________________________ +[ 31834] By: davem on 2007/09/09 22:27:38 + Log: ununit pos value warning identified the wrong variable name + Branch: perl + ! sv.c t/lib/warnings/9uninit +____________________________________________________________________________ +[ 31833] By: davem on 2007/09/09 19:51:50 + Log: state variables shouldn't be shared between anon subs + Branch: perl + ! op.c t/op/state.t +____________________________________________________________________________ +[ 31832] By: merijn on 2007/09/09 10:09:34 + Log: Moved really outdated Y2K comment from INSTALL to README.hpux + Branch: perl + ! INSTALL README.hpux +____________________________________________________________________________ +[ 31831] By: merijn on 2007/09/09 09:54:38 + Log: Merged duplicate info about GDBM/threads on HP-UX 11 + from INSTALL to README.hpux + Branch: perl + ! INSTALL README.hpux +____________________________________________________________________________ +[ 31830] By: merijn on 2007/09/09 09:37:40 + Log: The question auctioned at YAPC::Europe-2007 in Vienna + Branch: perl + ! Configure +____________________________________________________________________________ +[ 31828] By: rgs on 2007/09/09 09:18:12 + Log: More INSTALL nits. Move Tru64 specific info in the related + README file. (is it outdated?) + Branch: perl + ! INSTALL README.tru64 +____________________________________________________________________________ +[ 31827] By: rgs on 2007/09/09 08:26:02 + Log: Not many people reuse an old config.sh nowadays, I suppose. + Move the section "start with a fresh distribution" further down. + Branch: perl + ! INSTALL +____________________________________________________________________________ +[ 31826] By: rgs on 2007/09/09 07:43:50 + Log: Move the "reporting problems" section further in the INSTALL file, + and simplify the synopsis, as suggested by Richard Foley. + Branch: perl + ! INSTALL +____________________________________________________________________________ +[ 31825] By: craigb on 2007/09/09 00:31:51 + Log: Band-aid for Pod::Man::devise_title to keep it from looking + beyond the end of an array and generating undefined warnings. + Branch: perl + ! lib/Pod/Man.pm +____________________________________________________________________________ +[ 31824] By: nicholas on 2007/09/08 22:34:29 + Log: For now, forbid all list assignment initialisation of state variables, + as the precise semantics in Perl 6 are not clear. Better to make it a + syntax error, than to have one behaviour now, but change it later. + [I believe that this is the consensus. If not, it will be backed out] + Branch: perl + ! op.c pod/perldiag.pod t/op/state.t +____________________________________________________________________________ +[ 31823] By: nicholas on 2007/09/08 21:47:24 + Log: Make 'state $$' etc report 'Can't use global $$ in "state"' (not "my") + Branch: perl + ! op.c pod/perldiag.pod +____________________________________________________________________________ +[ 31822] By: nicholas on 2007/09/08 21:21:37 + Log: Update perldiag.pod to mention "state" in all places where state + variables can report the same errors as my variables. + Branch: perl + ! pod/perldiag.pod +____________________________________________________________________________ +[ 31821] By: nicholas on 2007/09/08 15:20:14 + Log: B.pm still assumed that SVt_PVBM exists. Correct this. + Tweak the alignment of ASCII art inheritance diagrams. + Branch: perl + ! ext/B/B.pm +____________________________________________________________________________ +[ 31820] By: rgs on 2007/09/08 13:12:33 + Log: Subject: [patch] readabilty tweaks + From: Jim Cromie + Date: Fri, 07 Sep 2007 13:12:22 -0600 + Message-ID: <46E1A296.1020101@gmail.com> + Branch: perl + ! ext/B/B/Concise.pm pod/perlglossary.pod +____________________________________________________________________________ +[ 31819] By: rgs on 2007/09/08 13:03:29 + Log: Subject: [PATCH] sync blead with File-Path 2.00_11 + From: David Landgren + Date: Sat, 08 Sep 2007 10:46:15 +0200 + Message-ID: <46E26157.4050307@landgren.net> + Branch: perl + ! lib/File/Path.pm lib/File/Path.t +____________________________________________________________________________ +[ 31818] By: rgs on 2007/09/08 12:40:05 + Log: Subject: [PATCH pod/perlunicode.pod] Userdefined properties + From: Abigail + Date: Fri, 7 Sep 2007 18:38:47 +0200 + Message-ID: <20070907163847.GB16395@abigail.be> + Branch: perl + ! pod/perlunicode.pod +____________________________________________________________________________ +[ 31817] By: rgs on 2007/09/08 12:34:27 + Log: err should be removed from perl_keyword.pl, too + Branch: perl + ! perl_keyword.pl +____________________________________________________________________________ +[ 31816] By: rgs on 2007/09/07 15:50:10 + Log: Spelling nit by Jim Cromie + Branch: perl + ! lib/DBM_Filter/t/encode.t +____________________________________________________________________________ +[ 31815] By: craigb on 2007/09/07 15:07:14 + Log: Two Module::Build::Platform::VMS tweaks: + -- Override expand_test_dir to relativize paths. + -- Eliminate eliminate_macros; M::B doesn't need it. + Branch: perl + ! lib/Module/Build/Platform/VMS.pm +____________________________________________________________________________ +[ 31814] By: craigb on 2007/09/07 14:58:05 + Log: Subject: [patch@31780] fixes for cpanplus on VMS + From: "John E. Malmberg" + Date: Sun, 02 Sep 2007 17:23:04 -0500 + Message-id: <46DB37C8.3060100@qsl.net> + + + Only the hunk containing the replacement of catdir with + catfile in Module::Build::Base::install_map. + Branch: perl + ! lib/Module/Build/Base.pm +____________________________________________________________________________ +[ 31813] By: rgs on 2007/09/07 14:03:52 + Log: Bump version of Module::Build after change #31619 + Branch: perl + ! lib/Module/Build.pm +____________________________________________________________________________ +[ 31812] By: rgs on 2007/09/07 09:25:24 + Log: Remove the 'err' keyword + Branch: perl + - t/lib/feature/err + ! MANIFEST embed.h keywords.h keywords.pl lib/feature.pm + ! pod/perlop.pod pp.c t/lib/warnings/op t/op/cproto.t t/op/dor.t + ! t/run/switches.t toke.c +____________________________________________________________________________ +[ 31811] By: rgs on 2007/09/07 08:55:19 + Log: feature bundle :5.10 should be equivalent to latest :5.10.X + Branch: perl + ! lib/feature.pm +____________________________________________________________________________ +[ 31810] By: rgs on 2007/09/07 08:41:16 + Log: Subject: [PATCH] Test fixes to go along with longpath.inc patch + From: "Jerry D. Hedden" + Date: Thu, 6 Sep 2007 14:50:15 -0400 + Message-ID: <1ff86f510709061150t4838c7d4i4c5b3f1f7dc0edd1@mail.gmail.com> + Branch: perl + ! ext/Win32/t/GetLongPathName.t +____________________________________________________________________________ +[ 31809] By: rgs on 2007/09/07 08:38:54 + Log: Subject: [PATCH] Fix t/op/magic.t failures under Cygwin + From: "Jerry D. Hedden" + Date: Thu, 6 Sep 2007 13:37:34 -0400 + Message-ID: <1ff86f510709061037q6744827cub29f666ca5fb5904@mail.gmail.com> + Branch: perl + ! t/op/magic.t +____________________________________________________________________________ +[ 31808] By: rgs on 2007/09/07 08:36:02 + Log: Subject: [PATCH] Fix ext/Win32/t/Unicode.t test failure under Cygwin + From: "Jerry D. Hedden" + Date: Thu, 6 Sep 2007 13:07:51 -0400 + Message-ID: <1ff86f510709061007x57e86b50led110861846cdc02@mail.gmail.com> + Branch: perl + ! ext/Win32/t/Unicode.t +____________________________________________________________________________ +[ 31807] By: rgs on 2007/09/07 08:34:00 + Log: Subject: [PATCH] Force uppercase drive letters + From: "Jerry D. Hedden" + Date: Thu, 6 Sep 2007 12:57:09 -0400 + Message-ID: <1ff86f510709060957p9a530feu7b97616dd8cd3b50@mail.gmail.com> + Branch: perl + ! ext/Win32/longpath.inc +____________________________________________________________________________ +[ 31806] By: rgs on 2007/09/06 17:30:57 + Log: Subject: [PATCH t/op/state.t] More tests + From: Abigail + Date: Thu, 6 Sep 2007 18:56:34 +0200 + Message-ID: <20070906165634.GB446@abigail.be> + Branch: perl + ! t/op/state.t +____________________________________________________________________________ +[ 31805] By: rgs on 2007/09/06 14:57:03 + Log: state $foo if 0 shouldn't warn. Spotted by Abigail. + Branch: perl + ! op.c +____________________________________________________________________________ +[ 31804] By: nicholas on 2007/09/06 14:45:52 + Log: Change 31798 forgot to add the op 'once' to Opcode.pm + Branch: perl + ! ext/Opcode/Opcode.pm +____________________________________________________________________________ +[ 31803] By: merijn on 2007/09/06 14:18:30 + Log: Part of the 5.10.0 bump + Branch: perl + ! Porting/config.sh +____________________________________________________________________________ +[ 31802] By: merijn on 2007/09/06 14:15:07 + Log: Upstream netbsd patch. Also unified the whitespace. (thanks BinGOs) + Branch: perl + ! hints/netbsd.sh +____________________________________________________________________________ +[ 31801] By: rgs on 2007/09/06 13:46:33 + Log: If perl's minimal required version number is >= 5.6.0, + we can write it 5.XXXXXX always. Fixes h2xs.t failiing + tests with 5.10.0. + Branch: perl + ! utils/h2xs.PL +____________________________________________________________________________ +[ 31800] By: rgs on 2007/09/06 13:23:02 + Log: Fix CPANPLUS test to work with 5.10.0 + Branch: perl + ! lib/CPANPLUS/t/00_CPANPLUS-Internals-Utils.t +____________________________________________________________________________ +[ 31799] By: rgs on 2007/09/06 13:21:34 + Log: Bump version number to 5.10.0. + Branch: perl + ! Cross/config.sh-arm-linux Cross/config.sh-arm-linux-n770 + ! NetWare/Makefile NetWare/config_H.wc epoc/config.sh + ! epoc/createpkg.pl patchlevel.h plan9/config.plan9 t/comp/use.t + ! t/op/ver.t win32/Makefile win32/Makefile.ce win32/config_H.bc + ! win32/config_H.ce win32/config_H.gc win32/config_H.vc + ! win32/config_H.vc64 win32/makefile.mk +____________________________________________________________________________ +[ 31798] By: nicholas on 2007/09/06 09:18:41 + Log: Make state $zok = slosh(); behave as the Perl 6 design with an implicit + START block. First time through, call slosh() and assign to $zok. + Subsequently neither call slosh() nor assign to $zok. Adds a new op + ONCE to control the conditonal call and assign. No change to list + context, so state ($zok) = slosh() and (state $zok) = ... etc will + still repeatedly evaluate and assign. [Can't fix that before 5.10] + Use as an RVALUE is as Larry's design - my $boff = state $zok = ...; + will evaluate, assign and return first time, and subsequently act as if + it were written my $boff = $zok; + FIXME - state $zok = ...; won't deparse - I believe op->op_last isn't + being correctly set on the sassign, but I don't know how to fix this. + This change may be backed out before 5.10. + Branch: perl + ! op.c opcode.h opcode.pl opnames.h pp.c pp.sym pp_proto.h + ! t/op/state.t +____________________________________________________________________________ +[ 31797] By: rgs on 2007/09/06 08:31:01 + Log: Subject: [PATCH blead] Re: [perl #44969] Restricted hashes do not handle private fields properly + From: Rick Delaney + Date: Wed, 5 Sep 2007 14:38:40 -0400 + Message-ID: <20070905183840.GE9260@bort.ca> + Branch: perl + ! lib/base/t/fields-base.t lib/fields.pm +____________________________________________________________________________ +[ 31796] By: rgs on 2007/09/05 15:15:58 + Log: Subject: [PATCH] Fix ext/Win32/t/Unicode.t test bug + From: "Jerry D. Hedden" + Date: Wed, 5 Sep 2007 10:59:49 -0400 + Message-ID: <1ff86f510709050759v27872bbam3f191283996960d3@mail.gmail.com> + Branch: perl + ! ext/Win32/t/Unicode.t +____________________________________________________________________________ +[ 31795] By: rgs on 2007/09/05 13:53:16 + Log: Subject: [PATCH] threads::shared 1.13 + From: "Jerry D. Hedden" + Date: Wed, 5 Sep 2007 09:50:24 -0400 + Message-ID: <1ff86f510709050650j3c3f54b2o64c8ce05dc4c8604@mail.gmail.com> + Branch: perl + ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs + ! ext/threads/shared/t/0nothread.t + ! ext/threads/shared/t/blessed.t + ! ext/threads/shared/t/waithires.t +____________________________________________________________________________ +[ 31794] By: rgs on 2007/09/05 13:34:25 + Log: Subject: [PATCH] threads 1.65 + From: "Jerry D. Hedden" + Date: Wed, 5 Sep 2007 09:29:57 -0400 + Message-ID: <1ff86f510709050629x7698cedes9b09c7d8eecc786b@mail.gmail.com> + Branch: perl + ! ext/threads/t/exit.t ext/threads/t/thread.t + ! ext/threads/threads.pm +____________________________________________________________________________ +[ 31793] By: rgs on 2007/09/05 10:49:06 + Log: Subject: Re: perlfunc.pod/split; concerning trailing fields + From: Father Chrysostomos + Date: Tue, 4 Sep 2007 14:40:24 -0700 + Message-Id: <5A964B87-8725-4BB3-A782-0189B1481113@cpan.org> + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 31792] By: rgs on 2007/09/05 10:42:15 + Log: Subject: Fw: CPAN Upload: S/SA/SAPER/Sys-Syslog-0.20.tar.gz + From: =?iso-8859-1?b?U+liYXN0aWVu?= Aperghis-Tramoni + Date: Wed, 05 Sep 2007 12:27:54 +0200 + Message-ID: <1188988074.46de84aa8fceb@imp.free.fr> + Branch: perl + + ext/Sys/Syslog/README.win32 + ! MANIFEST ext/Sys/Syslog/Changes ext/Sys/Syslog/Makefile.PL + ! ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/t/00-load.t + ! ext/Sys/Syslog/t/syslog.t +____________________________________________________________________________ +[ 31791] By: rgs on 2007/09/05 10:34:42 + Log: Subject: Re: The path to the Release + From: Jim Cromie + Date: Wed, 05 Sep 2007 03:56:19 -0600 + Message-ID: <46DE7D43.9040309@gmail.com> + + Doc patch to perlglossary, with tweaks. + Branch: perl + ! pod/perlglossary.pod +____________________________________________________________________________ +[ 31790] By: rgs on 2007/09/04 13:43:23 + Log: Subject: Re: [patch] perlhack.pod + From: Jim Cromie + Date: Mon, 03 Sep 2007 20:02:05 -0600 + Message-ID: <46DCBC9D.3070409@gmail.com> + Branch: perl + ! pod/perlhack.pod +____________________________________________________________________________ +[ 31789] By: nicholas on 2007/09/04 08:00:07 + Log: From: Jarkko Hietaniemi + Subject: Re: [Fwd: Smoke [5.9.5] 31775 FAIL(m) OSF1 V5.1 (EV6/4 cpu)] + Message-ID: <46DC3C7B.9000602@iki.fi> + Message-ID: <46DC3C7B.9000602@iki.fi> + + Add { } to keep all variable declarations at the start of blocks. + Branch: perl + ! reentr.c reentr.pl +____________________________________________________________________________ +[ 31788] By: craigb on 2007/09/03 19:36:39 + Log: Portability tweaks for Archive::Tar::_extract_file. + Branch: perl + ! lib/Archive/Tar.pm +____________________________________________________________________________ +[ 31787] By: rgs on 2007/09/03 17:11:02 + Log: Deprecate the -P switch. + Branch: perl + ! perl.c pod/perlrun.pod +____________________________________________________________________________ +[ 31786] By: rgs on 2007/09/03 16:47:52 + Log: Regenerate Changes + Branch: perl + ! Changes +____________________________________________________________________________ +[ 31785] By: steveh on 2007/09/03 11:07:53 + Log: Subject: Re: [patch-at-31775] Re: [PATCH-revised] [perl #44999] + From: Vadim + Date: Sun, 02 Sep 2007 02:52:13 +0400 + Message-ID: <46D9ED1D.8060104@vkonovalov.ru> + + Better way to silence unwanted warnings. (The previous method didn't + work with an "all static" build made with #31784. This method does + work.) + Branch: perl + ! lib/ExtUtils/Constant/ProxySubs.pm +____________________________________________________________________________ +[ 31784] By: steveh on 2007/09/03 11:04:04 + Log: Add Win32 makefile option to link all extensions statically + + Subject: [PATCH-at31768] RE: [PATCH at 31761] RE: MakeMaker + static misbehaviour + From: "Konovalov, Vadim Vladimirovich (Vadim)** CTR **" + Date: Fri, 31 Aug 2007 08:56:47 +0200 + Message-ID: + + (with a couple of tweaks to comments in Makefile, exclusion of one more + module (Hash/Utils) from the "all static" build option, plus the same + changes in makefile.mk) + Branch: perl + ! win32/FindExt.pm win32/Makefile win32/buildext.pl + ! win32/makefile.mk +____________________________________________________________________________ +[ 31783] By: rgs on 2007/09/02 12:06:00 + Log: Subject: [PATCH] Improved error messages for new comers and non-English speakers + From: "Gabor Szabo" + Date: Sun, 2 Sep 2007 11:12:53 +0300 + Message-ID: + Branch: perl + ! pod/perldiag.pod +____________________________________________________________________________ +[ 31782] By: rgs on 2007/09/02 08:06:33 + Log: Subject: [PATCH] Compress* 2.006 + From: "Paul Marquess" + Date: Sat, 1 Sep 2007 20:41:57 +0100 + Message-ID: <00f501c7ecd0$29b32ef0$6601a8c0@myopwv.com> + Branch: perl + ! ext/Compress/Raw/Zlib/Changes + ! ext/Compress/Raw/Zlib/Makefile.PL ext/Compress/Raw/Zlib/README + ! ext/Compress/Raw/Zlib/Zlib.xs + ! ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm + ! ext/Compress/Zlib/Changes ext/Compress/Zlib/Makefile.PL + ! 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/Makefile.PL + ! 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 + ! t/lib/compress/generic.pl t/lib/compress/newtied.pl + ! t/lib/compress/tied.pl +____________________________________________________________________________ +[ 31781] By: rgs on 2007/09/02 07:41:57 + Log: Subject: [patch] perlhack.pod + From: Jim Cromie + Date: Sat, 01 Sep 2007 15:43:53 -0600 + Message-ID: <46D9DD19.1050709@gmail.com> + Branch: perl + ! pod/perlhack.pod +____________________________________________________________________________ +[ 31780] By: rgs on 2007/09/01 08:10:11 + Log: Subject: [perl #45093] Can't find ODBM library while compiling 5.9.5 + From: Clinton Gormley (via RT) + Date: Fri, 31 Aug 2007 10:29:13 -0700 + Message-ID: + Branch: perl + ! ext/ODBM_File/hints/linux.pl +____________________________________________________________________________ +[ 31779] By: rgs on 2007/09/01 07:48:31 + Log: Subject: Re: RFC patch - display src-lines in B::Concise + From: Jim Cromie + Date: Thu, 16 Aug 2007 22:31:31 -0600 + Message-ID: <46C524A3.2080708@gmail.com> + Branch: perl + ! ext/B/B/Concise.pm +____________________________________________________________________________ +[ 31778] By: rgs on 2007/09/01 07:34:42 + Log: Subject: Re: INC handlers and shutdown-time warnings + From: "Rafael Garcia-Suarez" + Date: Thu, 9 Aug 2007 14:56:19 +0200 + Message-ID: + Branch: perl + ! pp_ctl.c +____________________________________________________________________________ +[ 31777] By: craigb on 2007/08/31 23:02:38 + Log: Subject: [patch@31750] rename directories on VMS like on UNIX + From: "John E. Malmberg" + Date: Thu, 30 Aug 2007 22:59:50 -0500 + Message-id: <46D79236.4070207@qsl.net> + + More aggressive UNIX-like renaming of directories on VMS by analogy + with unlink() and rmdir(). Patch modified to compile under threads. + + Branch: perl + ! vms/vms.c vms/vmsish.h +____________________________________________________________________________ +[ 31776] By: craigb on 2007/08/31 22:42:43 + Log: Subject: [patch@31750] CPANPLUS extract.pm fixes for VMS. + From: "John E. Malmberg" + Date: Fri, 31 Aug 2007 00:21:52 -0500 + Message-id: <46D7A570.4050801@qsl.net> + + + catdir was used where catfile was meant. + Branch: perl + ! lib/CPANPLUS/Internals/Extract.pm +____________________________________________________________________________ +[ 31775] By: craigb on 2007/08/31 14:14:52 + Log: Avoid infinite recursion in File::Path::_rmtree on VMS when there + is a file present with a single dot as the name. Reported by + John Malmberg in <46D79A90.50405@qsl.net>. + Branch: perl + ! lib/File/Path.pm +____________________________________________________________________________ +[ 31774] By: rgs on 2007/08/31 13:44:58 + Log: Subject: [PATCH] Suppress Sys::Syslog diag msg (repost) + From: "Jerry D. Hedden" + Date: Fri, 31 Aug 2007 09:42:31 -0400 + Message-ID: <1ff86f510708310642mee767bdk6351a590c0f32d7a@mail.gmail.com> + Branch: perl + ! ext/Sys/Syslog/t/00-load.t +____________________________________________________________________________ +[ 31773] By: rgs on 2007/08/31 13:28:46 + Log: Following Jan's advice, remove Cygwin::is_textmount(), + which duplicates the functionality of is_binmount(). + Branch: perl + ! README.cygwin cygwin/cygwin.c t/lib/cygwin.t +____________________________________________________________________________ +[ 31772] By: rgs on 2007/08/31 13:23:29 + Log: Bump $VERSION due to #31686 + Branch: perl + ! lib/File/Spec/Unix.pm +____________________________________________________________________________ +[ 31771] By: rgs on 2007/08/31 13:16:42 + Log: Patch by Gerard Goosen to avoid building man pages for extensions + even if the Makefile.PL forgets to specify it. + Branch: perl + ! ext/util/make_ext +____________________________________________________________________________ +[ 31770] By: rgs on 2007/08/31 09:07:51 + Log: Subject: Re: optimize push @ISA, (was Re: parent.pm at http://corion.net/perl-dev) + From: "Brandon Black" + Date: Sun, 12 Aug 2007 13:36:14 -0700 + Message-ID: <84621a60708121336m13dcf9e5uac624fb246f2a79c@mail.gmail.com> + Branch: perl + ! av.c embedvar.h gv.h intrpvar.h lib/mro.pm mg.c perlapi.h pp.c + ! pp_hot.c sv.c +____________________________________________________________________________ +[ 31769] By: steveh on 2007/08/31 08:54:12 + Log: Fix Win32 breakage (code before declaration) caused by #31766 + Branch: perl + ! lib/ExtUtils/Constant/ProxySubs.pm +____________________________________________________________________________ +[ 31768] By: rgs on 2007/08/30 16:12:06 + Log: Need to bump MakeMaker's $VERSION too. + Branch: perl + ! lib/ExtUtils/MakeMaker.pm +____________________________________________________________________________ +[ 31767] By: rgs on 2007/08/30 16:11:23 + Log: Subject: [PATCH at 31761] RE: MakeMaker + static misbehaviour + From: "Konovalov, Vadim Vladimirovich \(Vadim\)** CTR **" + Date: Thu, 30 Aug 2007 08:11:04 +0200 + Message-ID: + Branch: perl + ! lib/ExtUtils/MakeMaker.pm +____________________________________________________________________________ +[ 31766] By: rgs on 2007/08/30 14:01:25 + Log: Subject: [PATCH-revised] [perl #44999] ExtUtils::Constant::ProxySubs not thread-safe + From: "Jerry D. Hedden" + Date: Thu, 30 Aug 2007 09:37:59 -0400 + Message-ID: <1ff86f510708300637i7fb7b790x3ea1c459a1debb33@mail.gmail.com> + Branch: perl + ! lib/ExtUtils/Constant/ProxySubs.pm +____________________________________________________________________________ +[ 31765] By: rgs on 2007/08/30 13:49:14 + Log: Subject: [PATCH] misc blead stuff + From: Jarkko Hietaniemi + Date: Wed, 29 Aug 2007 21:04:53 -0400 + Message-ID: <46D617B5.3000002@iki.fi> + Branch: perl + ! deb.c mg.c op.c pod/perlapi.pod pp.c pp_sys.c reentr.c + ! reentr.pl regexec.c sv.c +____________________________________________________________________________ +[ 31764] By: rgs on 2007/08/30 13:19:44 + Log: Subject: Re: [patch] First batch of whitespace patches (Test::Harness) + From: Max Maischein + Date: Fri, 24 Aug 2007 22:04:56 +0200 + Message-ID: <46CF39E8.8020707@corion.net> + Branch: perl + ! lib/Test/Harness/Straps.pm +____________________________________________________________________________ +[ 31763] By: rgs on 2007/08/30 08:51:20 + Log: Typo fix + Branch: perl + ! lib/Pod/Perldoc.pm +____________________________________________________________________________ +[ 31762] By: rgs on 2007/08/30 08:50:11 + Log: Subject: [PATCH] lib/Pod/Perldoc.pm - make -L more forgiving + From: "Adriano Ferreira" + Date: Thu, 23 Aug 2007 15:37:13 -0300 + Message-ID: <73ddeb6c0708231137w2d436cfbo7409345c37280560@mail.gmail.com> + Branch: perl + ! lib/Pod/Perldoc.pm +____________________________________________________________________________ +[ 31761] By: steveh on 2007/08/29 16:58:25 + Log: Add support for Visual C++ 2008 Express Edition (Beta 2) + Branch: perl + ! README.win32 makedef.pl win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 31760] By: rgs on 2007/08/29 08:55:17 + Log: Subject: Re: [PATCH] Cygwin::mount_table, Cygwin::mount_flags + From: "Yitzchak Scott-Thoennes" + Date: Thu, 16 Aug 2007 13:25:53 -0700 (PDT) + Message-ID: <52892.64.81.167.122.1187295953.squirrel@webmail.efn.org> + Branch: perl + ! t/lib/cygwin.t +____________________________________________________________________________ +[ 31759] By: rgs on 2007/08/28 16:57:23 + Log: Subject: [patch@31750] Unit variable in /lib/File/Copy.pm + From: "John E. Malmberg" + Date: Mon, 27 Aug 2007 23:21:31 -0500 + Message-ID: <46D3A2CB.8010205@qsl.net> + Branch: perl + ! lib/File/Copy.pm +____________________________________________________________________________ +[ 31758] By: rgs on 2007/08/28 16:52:45 + Log: Subject: [PATCH] Revert/fix 31731 - Empty PATH taint test on Cygwin + From: "Jerry D. Hedden" + Date: Tue, 28 Aug 2007 10:43:41 -0400 + Message-ID: <1ff86f510708280743n7c0424berb9a402f864dcd399@mail.gmail.com> + Branch: perl + ! t/op/taint.t +____________________________________________________________________________ +[ 31757] By: rgs on 2007/08/28 08:56:29 + Log: Subject: [PATCH pp_ctl.c] + From: "Robin Barker" + Date: Wed, 22 Aug 2007 18:22:59 +0100 + Message-ID: <2C2E01334A940D4792B3E115F95B7226C9D18B@exchsvr1.npl.ad.local> + Branch: perl + ! pp_ctl.c +____________________________________________________________________________ +[ 31756] By: craigb on 2007/08/27 02:46:41 + Log: Fix configure.com's d_fcntl_can_lock test to look for a file + that actually exists. + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 31755] By: nicholas on 2007/08/25 22:05:55 + Log: Erm. -u may have been superseded by the bytecode generator, but + we've recently removed it, having never let it pass beyond + "experimental" status. So this paragraph is now wrong, although it's + not clear what we do recommend in place of -u. + Branch: perl + ! pod/perlrun.pod +____________________________________________________________________________ +[ 31754] By: nicholas on 2007/08/25 22:04:06 + Log: Test that all the unknown command line flags are unknown. + Branch: perl + ! t/run/switches.t +____________________________________________________________________________ +[ 31753] By: ams on 2007/08/25 02:26:09 + Log: Subject: [patch] me, in AUTHORS + From: Ricardo SIGNES + Date: Fri, 24 Aug 2007 20:59:22 -0400 + Message-Id: <20070825005922.GA388@knight.manxome.org> + Branch: perl + ! AUTHORS +____________________________________________________________________________ +[ 31752] By: craigb on 2007/08/24 21:08:33 + Log: Subject: [patch@31739] ASTFLT in HiRes.t on VMS + From: "John E. Malmberg" + Date: Tue, 21 Aug 2007 22:44:58 -0500 + Message-id: <46CBB13A.6090405@qsl.net> + + + Skip test #17 because select() is not interruptible and we run afoul + of Perl's signal deferrals. + Branch: perl + ! ext/Time/HiRes/t/HiRes.t +____________________________________________________________________________ +[ 31751] By: craigb on 2007/08/24 20:31:14 + Log: thinko in 10_Archive-Extract.t portion of #31747 + Branch: perl + ! lib/Archive/Extract/t/01_Archive-Extract.t +____________________________________________________________________________ +[ 31750] By: stevep on 2007/08/23 15:15:07 + Log: Subject: [PATCH] Upgrade Sys::Syslog to 0.19_01 + From: Séstien Aperghis-Tramoni + Date: Thu, 23 Aug 2007 16:04:46 +0200 + Message-ID: <1187877886.46cd93fe13b12@imp.free.fr> + Branch: perl + + ext/Sys/Syslog/win32/PerlLog.mc + + ext/Sys/Syslog/win32/PerlLog_RES.uu + + ext/Sys/Syslog/win32/PerlLog_dll.uu + + ext/Sys/Syslog/win32/Win32.pm ext/Sys/Syslog/win32/compile.pl + ! MANIFEST ext/Sys/Syslog/Changes ext/Sys/Syslog/Makefile.PL + ! ext/Sys/Syslog/README ext/Sys/Syslog/Syslog.pm + ! ext/Sys/Syslog/Syslog.xs ext/Sys/Syslog/fallback/const-c.inc + ! ext/Sys/Syslog/t/00-load.t ext/Sys/Syslog/t/constants.t + ! ext/Sys/Syslog/t/syslog.t +____________________________________________________________________________ +[ 31749] By: stevep on 2007/08/22 15:15:10 + Log: Upgrade to Text-Soundex-3.03 + Branch: perl + ! ext/Text/Soundex/Soundex.pm ext/Text/Soundex/Soundex.xs +____________________________________________________________________________ +[ 31748] By: craigb on 2007/08/22 11:53:47 + Log: Subject: [patch@31739] regop.t fix for VMS + From: "John E. Malmberg" + Date: Tue, 21 Aug 2007 20:38:41 -0500 + Message-id: <46CB93A1.2090407@qsl.net> + + Branch: perl + ! ext/re/t/regop.t +____________________________________________________________________________ +[ 31747] By: craigb on 2007/08/22 11:20:52 + Log: Subject: [patch@31735]Archive Extract fix on VMS. + From: "John E. Malmberg" + Date: Mon, 20 Aug 2007 22:05:11 -0500 + Message-id: <46CA5667.2050207@qsl.net> + + + Quote -Z for unzip. + Branch: perl + ! lib/Archive/Extract.pm + ! lib/Archive/Extract/t/01_Archive-Extract.t +____________________________________________________________________________ +[ 31746] By: craigb on 2007/08/22 11:08:01 + Log: Subject: [patch@31735] Module-load/require fixes for VMS + From: "John E. Malmberg" + Date: Mon, 20 Aug 2007 21:55:07 -0500 + Message-id: <46CA540B.4070001@qsl.net> + + Avoid double module loads by populating %INC keys in unix format. + Branch: perl + ! lib/Module/Load/Conditional/t/01_Module_Load_Conditional.t + ! lib/Module/Load/t/01_Module-Load.t pp_ctl.c +____________________________________________________________________________ +[ 31745] By: merijn on 2007/08/21 14:31:45 + Log: bye bye charsize + it is^Wwas always 1 + Branch: perl + ! Configure Cross/config.sh-arm-linux + ! Cross/config.sh-arm-linux-n770 NetWare/config.wc + ! Porting/Glossary Porting/config.sh plan9/config_sh.sample + ! symbian/config.sh uconfig.sh win32/config.bc win32/config.ce + ! win32/config.gc win32/config.vc win32/config.vc64 +____________________________________________________________________________ +[ 31744] By: stevep on 2007/08/21 14:16:54 + Log: Changes to unicore files to fix issues with certain quotation mark + characters. Fixes are noted at the Unicode web site + . This fix + was pointed out by Jarkko. + Branch: perl + ! lib/unicore/BidiMirroring.txt lib/unicore/UnicodeData.txt +____________________________________________________________________________ +[ 31742] By: steveh on 2007/08/21 09:55:07 + Log: Use -D_CRT_NONSTDC_NO_DEPRECATE rather than -wd4996 to suppress warnings + about POSIX CRT function names being deprecated in VC8 + (-wd4996 suppresses all deprecated function warnings, so is more + wide-ranging than is required) + Branch: perl + ! pod/perltodo.pod win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 31741] By: ams on 2007/08/21 08:56:31 + Log: Subject: [patch] File::CheckTree - a side effect of making the build whitespace safe(r) + From: Max Maischein + Date: Sun, 19 Aug 2007 23:45:57 +0200 + Message-Id: <46C8BA15.3080300@corion.net> + + (Applied with some tweaks.) + Branch: perl + ! lib/File/CheckTree.pm lib/File/CheckTree.t +____________________________________________________________________________ +[ 31740] By: ams on 2007/08/21 08:25:55 + Log: Subject: patch for lib/ExtUtils/t/Constant.t which failed on EBCDIC platform + From: Chun Bing Ge + Date: Tue, 21 Aug 2007 14:37:25 +0800 + Message-Id: + Branch: perl + ! lib/ExtUtils/Constant/Utils.pm +____________________________________________________________________________ +[ 31739] By: mhx on 2007/08/20 17:31:12 + Log: Upgrade to Devel::PPPort 3.11_05 + Branch: perl + + ext/Devel/PPPort/parts/inc/shared_pv + + ext/Devel/PPPort/t/shared_pv.t + ! MANIFEST ext/Devel/PPPort/Changes + ! ext/Devel/PPPort/MANIFEST.SKIP ext/Devel/PPPort/PPPort_pm.PL + ! ext/Devel/PPPort/TODO ext/Devel/PPPort/parts/apicheck.pl + ! ext/Devel/PPPort/parts/base/5004000 + ! ext/Devel/PPPort/parts/base/5009003 + ! ext/Devel/PPPort/parts/inc/call + ! ext/Devel/PPPort/parts/inc/magic + ! ext/Devel/PPPort/parts/inc/misc + ! ext/Devel/PPPort/parts/inc/ppphbin + ! ext/Devel/PPPort/parts/inc/ppphtest + ! ext/Devel/PPPort/parts/inc/threads + ! ext/Devel/PPPort/parts/ppptools.pl + ! ext/Devel/PPPort/parts/todo/5007001 ext/Devel/PPPort/soak + ! ext/Devel/PPPort/t/call.t ext/Devel/PPPort/t/ppphtest.t +____________________________________________________________________________ +[ 31738] By: stevep on 2007/08/20 16:49:21 + Log: Default LOG_PRIMASK for Sys-Syslog in cases where it is not + defined. + Branch: perl + ! ext/Sys/Syslog/Makefile.PL +____________________________________________________________________________ +[ 31737] By: stevep on 2007/08/20 13:16:19 + Log: Subject: [PATCH] Get Cwd->cwd() to work under Cygwin + From: "Jerry D. Hedden" + Date: Wed, 15 Aug 2007 10:39:41 -0400 + Message-ID: <1ff86f510708150739q18fa5863s55010b538d11f77f@mail.gmail.com> + + Updated patch originally by Reini Urban. + Branch: perl + ! cygwin/cygwin.c t/lib/cygwin.t +____________________________________________________________________________ +[ 31736] By: ams on 2007/08/20 08:19:13 + Log: Subject: [PATCH] Fix some typos in threads.pm + From: "Jerry D. Hedden" + Date: Sun, 19 Aug 2007 13:53:17 -0400 + Message-Id: <1ff86f510708191053x36f35619yaa019db70a623612@mail.gmail.com> + Branch: perl + ! ext/threads/threads.pm +____________________________________________________________________________ +[ 31735] By: demerphq on 2007/08/18 13:07:06 + Log: Typo prevented test from doing what it meant to do. + Branch: perl + ! t/op/regexp_notrie.t +____________________________________________________________________________ +[ 31734] By: demerphq on 2007/08/18 11:31:08 + Log: Add note to regexp.h that modifying RXf_ type flags requires a regen.pl or regcomp.pl to update regnodes.h + + Currently the *NIX makefiles are not set up to update regnodes.h automatically when regexp.h is modified. + This at least warns people modifying the list about what they should do. A better solution is needed. + Branch: perl + ! regcomp.h regexp.h regnodes.h +____________________________________________________________________________ +[ 31733] By: demerphq on 2007/08/18 11:15:19 + Log: TRIE must use 'yes' state transitions when more than one match possible to ensure proper scope cleanup. + + Fix and test for issue raised in: + + Subject: Very strange interaction between regex and lexical array in blead + From: Marcus Holland-Moritz + Date: Sat, 18 Aug 2007 01:55:37 +0200 + Message-ID: <20070818015537.0088db31@r2d2> + Branch: perl + ! regexec.c regnodes.h t/op/pat.t +____________________________________________________________________________ +[ 31732] By: ams on 2007/08/18 08:03:28 + Log: Subject: [perl #44647] [PATCH] Add a test for overload::constant 'integer' across use's. + From: Shlomi Fish + Date: Wed, 15 Aug 2007 04:19:53 -0700 + Message-Id: + Branch: perl + + t/op/overload_integer.t + ! MANIFEST +____________________________________________________________________________ +[ 31731] By: ams on 2007/08/18 08:01:15 + Log: Subject: [PATCH] Change 31710 causes t/op/taint.t to fail + From: Reini Urban + Date: Fri, 17 Aug 2007 08:56:38 +0200 + Message-Id: <46C546A6.6020000@x-ray.at> + Branch: perl + ! t/op/taint.t +____________________________________________________________________________ +[ 31730] By: ams on 2007/08/18 07:59:56 + Log: Subject: [PATCH blead] Re: t/op/taint.t failed on EBCDIC platform + From: Rick Delaney + Date: Thu, 16 Aug 2007 23:35:26 -0400 + Message-Id: <20070817033526.GA9639@bort.ca> + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 31729] By: steveh on 2007/08/17 11:00:24 + Log: Oops, forgot to bump $VERSION for #31728 + Branch: perl + ! lib/ExtUtils/CBuilder/Platform/Windows.pm +____________________________________________________________________________ +[ 31728] By: steveh on 2007/08/17 10:58:46 + Log: Clean up debug symbol files (.pdb for VC++, .tds for BCC) when running + ExtUtils::CBuilder->new()->have_compiler() + Branch: perl + ! lib/ExtUtils/CBuilder/Platform/Windows.pm +____________________________________________________________________________ +[ 31727] By: steveh on 2007/08/17 10:55:22 + Log: Fix 01_Module_Load_Conditional.t on Win32 (broken by #31726) + Branch: perl + ! lib/Module/Load/Conditional/t/01_Module_Load_Conditional.t +____________________________________________________________________________ +[ 31726] By: craigb on 2007/08/16 17:05:48 + Log: Subject: [patch@31706]01_module_load_conditional.t fix for VMS + From: "John E. Malmberg" + Date: Thu, 16 Aug 2007 00:27:35 -0500 + Message-id: <46C3E047.4010001@qsl.net> + + Branch: perl + ! lib/Module/Load/Conditional/t/01_Module_Load_Conditional.t +____________________________________________________________________________ +[ 31725] By: nicholas on 2007/08/16 11:14:34 + Log: Correct parentheses. Calling Win32::GetOSVersion() on non-win32 would + be bad, m'kay. + Branch: perl + ! ext/POSIX/t/posix.t +____________________________________________________________________________ +[ 31724] By: ams on 2007/08/16 10:12:11 + Log: Bump version to 1.26_01 after #31707. + Branch: perl + ! lib/ExtUtils/Embed.pm +____________________________________________________________________________ +[ 31723] By: stevep on 2007/08/15 16:17:13 + Log: Upgrade to CPANPLUS-0.82 + Branch: perl + ! lib/CPANPLUS.pm lib/CPANPLUS/Backend.pm lib/CPANPLUS/Config.pm + ! lib/CPANPLUS/Configure.pm lib/CPANPLUS/Internals.pm + ! lib/CPANPLUS/Shell/Default.pm + ! lib/CPANPLUS/Shell/Default/Plugins/Remote.pm + ! lib/CPANPLUS/t/dummy-CPAN/authors/01mailrc.txt.gz.packed + ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/Bundle-Foo-Ba + ! r-0.01.tar.gz.packed + ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/Foo-Bar-0.01. + ! tar.gz.packed + ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUXS/Foo-Bar-0.01.ta + ! r.gz.packed + ! lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBNOXS/Foo-Bar-0.01. + ! tar.gz.packed + ! lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBXS/Foo-Bar-0.01.ta + ! r.gz.packed + ! lib/CPANPLUS/t/dummy-CPAN/modules/02packages.details.txt.gz.pa + ! cked + ! lib/CPANPLUS/t/dummy-CPAN/modules/03modlist.data.gz.packed + ! lib/CPANPLUS/t/inc/conf.pl +____________________________________________________________________________ +[ 31722] By: stevep on 2007/08/15 14:58:57 + Log: Upgrade to Archive-Tar-1.34. Omitted re-addition of the Pod + tests. + Branch: perl + ! MANIFEST lib/Archive/Tar.pm lib/Archive/Tar/File.pm + ! lib/Archive/Tar/t/03_file.t + ! lib/Archive/Tar/t/src/long/bar.tar.packed + ! lib/Archive/Tar/t/src/long/foo.tgz.packed + ! lib/Archive/Tar/t/src/short/bar.tar.packed + ! lib/Archive/Tar/t/src/short/foo.tgz.packed +____________________________________________________________________________ +[ 31721] By: steveh on 2007/08/15 12:44:08 + Log: Skip the POSIX::strftime() time test with a 60sec parameter on Vista: + it seems to have the same problem as when built with the VC8 CRT + (Fixes perl #44589) + + Also, change the %D to the equivalent %m/%d/%y because %D isn't + supported at all by Microsoft's CRT and just converts to nothing + with VC6's CRT and causes another invalid parameter error with VC8 + and Vista + Branch: perl + ! ext/POSIX/t/posix.t +____________________________________________________________________________ +[ 31720] By: steveh on 2007/08/15 10:06:20 + Log: Fix syntax error introduced by #31715 + + Fix "Useless use of a constant in void context" warning introduced by + #31709 which was causing failures in ext/Compress/Zlib/t/05examples.t + and ext/IO_Compress_Zlib/t/010examples.t on Win32. + Branch: perl + ! lib/File/Spec/Cygwin.pm lib/File/Spec/Win32.pm +____________________________________________________________________________ +[ 31719] By: ams on 2007/08/15 10:05:31 + Log: Test update to demonstrate @ISA assignment bug: + + Subject: Optimized magic_setisa has bug + From: Rick Delaney + Date: Tue, 14 Aug 2007 01:45:17 -0400 + Message-Id: <20070814054517.GA12709@bort.ca> + Branch: perl + ! t/mro/basic.t +____________________________________________________________________________ +[ 31718] By: ams on 2007/08/15 09:59:16 + Log: Document SvSHARED_HASH. + + Subject: Re: newSVpvn_share doesn't seem to correctly initialize the hash + value with perl >= 5.9.3 + From: Vincent Pit + Date: Tue, 14 Aug 2007 20:54:36 +0200 + Message-Id: <46C1FA6C.4090801@profvince.com> + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 31717] By: ams on 2007/08/15 09:57:02 + Log: Subject: Harness prove-switches.t for fixed bug 30952 + From: Reini Urban + Date: Tue, 14 Aug 2007 22:49:32 +0200 + Message-Id: <46C2155C.3000905@x-ray.at> + Branch: perl + ! lib/Test/Harness/t/prove-switches.t +____________________________________________________________________________ +[ 31715] By: ams on 2007/08/15 09:54:14 + Log: Subject: Re: Test failure @recent bleadperls (31712,31711) + From: Reini Urban + Date: Wed, 15 Aug 2007 09:44:29 +0200 + Message-Id: <46C2AEDD.80400@x-ray.at> + Branch: perl + ! lib/File/Spec/Cygwin.pm +____________________________________________________________________________ +[ 31714] By: craigb on 2007/08/15 02:33:24 + Log: Subject: [patch@31701] /lib/File/Find/t/taint.t - VMS Symlinks Part 3 of ? + From: "John E. Malmberg" + Date: Mon, 13 Aug 2007 20:44:41 -0500 + Message-id: <46C10909.6010805@qsl.net> + + Branch: perl + ! lib/File/Find/t/taint.t +____________________________________________________________________________ +[ 31713] By: mhx on 2007/08/14 19:22:20 + Log: Upgrade to Devel::PPPort 3.11_03 + Branch: perl + ! ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS + ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/parts/inc/SvPV + ! ext/Devel/PPPort/parts/inc/ppphbin + ! ext/Devel/PPPort/parts/inc/version + ! ext/Devel/PPPort/parts/ppptools.pl ext/Devel/PPPort/soak +____________________________________________________________________________ +[ 31712] By: ams on 2007/08/14 16:14:45 + Log: Delete the files which #31710 should have removed. + Branch: perl + - cygwin/ld2.in cygwin/perlld.in + ! MANIFEST +____________________________________________________________________________ +[ 31711] By: ams on 2007/08/14 07:04:16 + Log: Subject: Re: [PATCH] get rid of cygwin perlld and ld2 - installperl also + From: Reini Urban + Date: Tue, 14 Aug 2007 08:59:58 +0200 + Message-Id: <46C152EE.2080506@x-ray.at> + Branch: perl + ! installperl +____________________________________________________________________________ +[ 31710] By: ams on 2007/08/14 06:58:22 + Log: Subject: [PATCH] get rid of cygwin perlld and ld2 + From: Reini Urban + Date: Tue, 14 Aug 2007 08:51:50 +0200 + Message-Id: <46C15106.9080003@x-ray.at> + Branch: perl + ! cflags.SH cygwin/Makefile.SHs cygwin/ld2.in cygwin/perlld.in + ! hints/cygwin.sh +____________________________________________________________________________ +[ 31709] By: ams on 2007/08/14 06:57:08 + Log: Subject: [PATCH] CYG07-File-Spec-case_tolerant + From: Reini Urban + Date: Tue, 14 Aug 2007 08:45:34 +0200 + Message-Id: <46C14F8E.9080402@x-ray.at> + Branch: perl + ! lib/File/Spec/Cygwin.pm lib/File/Spec/Win32.pm +____________________________________________________________________________ +[ 31708] By: ams on 2007/08/14 06:56:00 + Log: Subject: [PATCH] Cygwin::mount_table, Cygwin::mount_flags + From: Reini Urban + Date: Tue, 14 Aug 2007 08:40:44 +0200 + Message-Id: <46C14E6C.8020809@x-ray.at> + Branch: perl + ! README.cygwin cygwin/cygwin.c t/lib/cygwin.t +____________________________________________________________________________ +[ 31707] By: ams on 2007/08/14 06:27:48 + Log: Strip whitespace from the beginning of static_ext: + + Subject: [PATCH] CYG02lib-ExtUtils-Embed.patch + From: Reini Urban + Date: Tue, 14 Aug 2007 08:21:11 +0200 + Message-Id: <46C149D7.5060307@x-ray.at> + Branch: perl + ! lib/ExtUtils/Embed.pm +____________________________________________________________________________ +[ 31706] By: craigb on 2007/08/13 03:04:37 + Log: Subject: [patch@31670]File/Find.pm Find.t - VMS Symbolic Links Part 2 of ? + From: "John E. Malmberg" + Date: Sat, 11 Aug 2007 23:44:44 -0500 + Message-id: <46BE903C.90403@qsl.net> + + + VMS-specific File::Find changes to support symlinks + Branch: perl + ! lib/File/Find.pm lib/File/Find/t/find.t +____________________________________________________________________________ +[ 31705] By: mhx on 2007/08/12 23:17:42 + Log: Upgrade to Devel::PPPort 3.11_02 + Branch: perl + + ext/Devel/PPPort/parts/ppport.fnc + ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS + ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/TODO + ! ext/Devel/PPPort/devel/buildperl.pl + ! ext/Devel/PPPort/devel/devtools.pl + ! ext/Devel/PPPort/devel/mkapidoc.sh + ! ext/Devel/PPPort/devel/mktodo ext/Devel/PPPort/devel/mktodo.pl + ! ext/Devel/PPPort/devel/regenerate + ! ext/Devel/PPPort/devel/scanprov + ! ext/Devel/PPPort/parts/apicheck.pl + ! ext/Devel/PPPort/parts/apidoc.fnc + ! ext/Devel/PPPort/parts/base/5005000 + ! ext/Devel/PPPort/parts/base/5006000 + ! ext/Devel/PPPort/parts/base/5007001 + ! ext/Devel/PPPort/parts/base/5007002 + ! ext/Devel/PPPort/parts/base/5008001 + ! ext/Devel/PPPort/parts/base/5009000 + ! ext/Devel/PPPort/parts/base/5009002 + ! ext/Devel/PPPort/parts/base/5009003 + ! ext/Devel/PPPort/parts/base/5009004 + ! ext/Devel/PPPort/parts/base/5009005 + ! ext/Devel/PPPort/parts/embed.fnc + ! ext/Devel/PPPort/parts/inc/SvPV + ! ext/Devel/PPPort/parts/inc/call + ! ext/Devel/PPPort/parts/inc/grok + ! ext/Devel/PPPort/parts/inc/magic + ! ext/Devel/PPPort/parts/inc/misc + ! 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/sv_xpvf + ! ext/Devel/PPPort/parts/inc/uv + ! ext/Devel/PPPort/parts/inc/variables + ! ext/Devel/PPPort/parts/inc/warn + ! ext/Devel/PPPort/parts/ppptools.pl + ! ext/Devel/PPPort/parts/todo/5004000 + ! ext/Devel/PPPort/parts/todo/5006000 + ! ext/Devel/PPPort/parts/todo/5007001 + ! ext/Devel/PPPort/parts/todo/5007002 + ! ext/Devel/PPPort/parts/todo/5008001 + ! ext/Devel/PPPort/parts/todo/5009000 + ! ext/Devel/PPPort/parts/todo/5009005 ext/Devel/PPPort/soak + ! ext/Devel/PPPort/t/SvPV.t ext/Devel/PPPort/t/magic.t + ! ext/Devel/PPPort/t/ppphtest.t ext/Devel/PPPort/t/variables.t +____________________________________________________________________________ +[ 31704] By: ams on 2007/08/12 14:20:44 + Log: Subject: Re: [PATCH] Optimize split // + From: Ævar Arnfjörð Bjarmason + Date: Sat, 11 Aug 2007 20:33:49 +0000 + Message-Id: <51dd1af80708111333kfd82e12u145b5ba38e23dcce@mail.gmail.com> + Branch: perl + ! pp.c +____________________________________________________________________________ +[ 31703] By: ams on 2007/08/12 14:17:26 + Log: Subject: [PATCH] regcomp.c fix 64int warning + From: Reini Urban + Date: Sun, 12 Aug 2007 15:38:46 +0200 + Message-Id: <46BF0D66.5020605@x-ray.at> + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 31702] By: ams on 2007/08/12 14:10:10 + Log: Use sysconf/getpagesize/page.h to determine page size on Linux, + in that order. + + Subject: Re: [PATCH] Various Gentoo Patches + From: Marcus Holland-Moritz + Date: Sun, 12 Aug 2007 13:16:52 +0200 + Message-Id: <20070812131652.16ca5444@r2d2> + Branch: perl + ! ext/IPC/SysV/SysV.xs +____________________________________________________________________________ +[ 31701] By: craigb on 2007/08/10 16:28:34 + Log: Skip a couple of case sensitive tests in Pod::Simple on VMS. + Branch: perl + ! lib/Pod/Simple/t/search20.t lib/Pod/Simple/t/search22.t +____________________________________________________________________________ +[ 31700] By: rgs on 2007/08/10 13:37:42 + Log: Fix compilation with threads + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 31699] By: rgs on 2007/08/10 09:57:08 + Log: Subject: Re: [PATCH] Adding more information to "Unrecognized character" error in toke.c + From: Claes Jakobsson + Date: Sat, 4 Aug 2007 16:00:19 +0200 + Message-Id: <57CEC660-0020-48DF-A72A-931BCADC2AEE@surfar.nu> + Branch: perl + ! pod/perldiag.pod t/base/lex.t toke.c +____________________________________________________________________________ +[ 31698] By: rgs on 2007/08/10 08:51:30 + Log: Win32CORE can be upgraded separately (see change #31663) + Branch: perl + ! Porting/Maintainers.pl +____________________________________________________________________________ +[ 31697] By: ams on 2007/08/10 05:42:26 + Log: SWIG uses XS() like this (in the perlrun.swg template): + + typedef XS(SwigPerlWrapper); + typedef SwigPerlWrapper *SwigPerlWrapperPtr; + + This breaks if XS() includes the 'extern "C"' decoration under C++. + The appended patch provides an XSPROTO() macro that could be used + by SWIG instead. + + (Patch from Jan Dubois to fix breakage caused by #28734.) + Branch: perl + ! XSUB.h +____________________________________________________________________________ +[ 31696] By: rgs on 2007/08/09 15:00:25 + Log: Subject: [PATCH] Test '-x dir' + From: "Jerry D. Hedden" + Date: Thu, 9 Aug 2007 08:28:17 -0400 + Message-ID: <1ff86f510708090528w5579515bp6f862c613abccf84@mail.gmail.com> + Branch: perl + + t/run/switchx2.aux + ! MANIFEST t/run/switchx.aux t/run/switchx.t +____________________________________________________________________________ +[ 31695] By: rgs on 2007/08/09 13:41:28 + Log: Add an idea by Hugo + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 31694] By: rgs on 2007/08/09 10:17:07 + Log: Fix a bunch of typos + Branch: perl + ! pod/perlreapi.pod +____________________________________________________________________________ +[ 31693] By: rgs on 2007/08/09 10:10:37 + Log: Subject: [PATCH] Optimize split // + From: "=?UTF-8?Q?=C3=86var_Arnfj=C3=B6r=C3=B0_Bjarmason?=" + Date: Thu, 9 Aug 2007 07:49:16 +0000 + Message-ID: <51dd1af80708090049p2cf4810ep5a437ad53f64fa78@mail.gmail.com> + Branch: perl + ! pod/perlreapi.pod pp.c regcomp.c regexp.h +____________________________________________________________________________ +[ 31692] By: ams on 2007/08/09 07:56:20 + Log: Subject: Re: [PATCH] Re: [perl #44387] The blank in option '-x directory' should be deleted from perlrun.pod + From: "David Nicol" + Date: Wed, 8 Aug 2007 18:06:16 -0500 + Message-Id: <934f64a20708081606n441c392am615cf5461e4f3e94@mail.gmail.com> + Branch: perl + ! pod/perlrun.pod +____________________________________________________________________________ +[ 31691] By: ams on 2007/08/08 21:58:29 + Log: Revert #31690, because it can make -x eat arguments. Even if the + next argument happens to be a directory name, changing this does + not seem worthwhile. It's as likely as not to break something. + + The many -x users clamouring for consistency must go home + empty-handed, alas. + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 31690] By: ams on 2007/08/08 18:45:34 + Log: Make '-xx' and '-x x' work the same way (see #44387). + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 31689] By: ams on 2007/08/08 17:27:48 + Log: Subject: [PATCH] Move Tie::StdHandle into its own file. + From: Michael G Schwern + Date: Tue, 07 Aug 2007 15:47:31 -0700 + Message-Id: <46B8F683.7040607@pobox.com> + Branch: perl + + lib/Tie/Handle/stdhandle_from_handle.t lib/Tie/StdHandle.pm + ! MANIFEST lib/Tie/Handle.pm lib/Tie/Handle/stdhandle.t +____________________________________________________________________________ +[ 31688] By: ams on 2007/08/08 16:52:41 + Log: #31687-bis. + Branch: perl + - ext/threads/shared/Changes +____________________________________________________________________________ +[ 31687] By: ams on 2007/08/08 16:43:49 + Log: Subject: [PATCH] threads 1.64 (repost) + From: "Jerry D. Hedden" + Date: Mon, 6 Aug 2007 15:09:41 -0400 + Message-Id: <1ff86f510708061209m130fd1fbxe03dce2351ae37c9@mail.gmail.com> + Branch: perl + - ext/threads/Changes ext/threads/README + - ext/threads/shared/README + ! MANIFEST ext/threads/t/basic.t ext/threads/t/blocks.t + ! ext/threads/t/context.t ext/threads/t/end.t + ! ext/threads/t/exit.t ext/threads/t/free.t + ! ext/threads/t/free2.t ext/threads/t/join.t + ! ext/threads/t/kill.t ext/threads/t/problems.t + ! ext/threads/t/state.t ext/threads/t/thread.t + ! ext/threads/threads.pm +____________________________________________________________________________ +[ 31686] By: ams on 2007/08/08 16:28:40 + Log: From #43633: Cwd::cwd() use in File::Spec::Unix use causes unnecessary fork() + Branch: perl + ! lib/File/Spec/Unix.pm +____________________________________________________________________________ +[ 31685] By: rgs on 2007/08/08 09:13:00 + Log: Subject: patch for perlboot.pod + From: YAMASHINA Hio + Date: Wed, 8 Aug 2007 01:12:06 +0900 + Message-Id: <20070808011206.db7d5184.hio@hio.jp> + Branch: perl + ! pod/perlboot.pod +____________________________________________________________________________ +[ 31684] By: rgs on 2007/08/07 14:47:35 + Log: The documentation for prototype() sounds a bit better like that. + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 31683] By: rgs on 2007/08/07 09:41:31 + Log: Documentation updates for new regexp features + Branch: perl + ! pod/perlop.pod pod/perlre.pod pod/perlreref.pod +____________________________________________________________________________ +[ 31682] By: ams on 2007/08/04 01:53:19 + Log: Subject: [PATCH] installperl patch + From: "Jerry D. Hedden" + Date: Fri, 3 Aug 2007 09:55:10 -0400 + Message-Id: <1ff86f510708030655tdef838p859bb1ac7b05dcf9@mail.gmail.com> + + (Applied after splitting up the tests a little.) + Branch: perl + ! installperl +____________________________________________________________________________ +[ 31681] By: ams on 2007/08/04 01:40:18 + Log: Subject: [PATCH] ssh-keygen usage in repository.pod out of date + From: Yitzchak Scott-Thoennes + Date: Fri, 3 Aug 2007 11:47:22 -0700 (PDT) + Message-Id: <37856.64.81.167.122.1186166842.squirrel@webmail.efn.org> + Branch: perl + ! Porting/repository.pod +____________________________________________________________________________ +[ 31680] By: ams on 2007/08/03 11:41:29 + Log: Subject: [PATCH] add BigInt changes to perl595delta.pod + From: Tels + Date: Fri, 3 Aug 2007 13:19:17 +0200 + Message-Id: <200708031319.18320@bloodgate.com> + Branch: perl + ! pod/perl595delta.pod +____________________________________________________________________________ +[ 31679] By: ams on 2007/08/03 11:38:26 + Log: Subject: [PATCH] fix typo in bigint POD + From: Tels + Date: Fri, 3 Aug 2007 12:06:01 +0200 + Message-Id: <200708031206.10365@bloodgate.com> + Branch: perl + ! lib/bigint.pm lib/bignum.pm lib/bigrat.pm +____________________________________________________________________________ +[ 31678] By: ams on 2007/08/03 07:49:28 + Log: Subject: problems in ext/Storable/t/file_magic.t on EBCDIC platform + From: Chun Bing Ge + Date: Fri, 3 Aug 2007 14:16:34 +0800 + Message-Id: + Branch: perl + ! ext/Storable/t/file_magic.t +____________________________________________________________________________ +[ 31677] By: ams on 2007/08/03 04:25:43 + Log: Subject: [perl #44349] DProf - poor timer resolution on BSDs (patch) + From: "agrow@thegotonerd.com" + Date: Thu, 02 Aug 2007 15:36:42 -0700 + Message-Id: + Branch: perl + ! ext/Devel/DProf/DProf.xs +____________________________________________________________________________ +[ 31676] By: ams on 2007/08/03 04:12:27 + Log: Make installperl skip lib/CPAN/SIGNATURE and PAUSE*.pub. + + Subject: [PATCH - revised] Fix CPAN issues in blead + From: "Jerry D. Hedden" + Date: Thu, 2 Aug 2007 23:05:14 -0400 + Message-Id: <1ff86f510708022005i2d73247eo96e692acd17a2547@mail.gmail.com> + Branch: perl + ! installperl +____________________________________________________________________________ +[ 31675] By: ams on 2007/08/03 00:34:18 + Log: Applied after word-wrapping: + + Subject: [PATCH] Time::HiRes is a better suggestion than setitimer in perlfunc. + From: Benjamin Smith + Date: Thu, 2 Aug 2007 18:28:05 +0100 + Message-Id: <20070802172804.GA7856@vtrl.co.uk> + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 31674] By: craigb on 2007/08/02 12:54:40 + Log: Subject: [patch@31670] vms.c - Missing null terminator + From: "John E. Malmberg" + Date: Wed, 01 Aug 2007 08:25:22 -0500 + Message-id: <46B089C2.9000508@qsl.net> + + Branch: perl + ! vms/vms.c +____________________________________________________________________________ +[ 31673] By: ams on 2007/08/01 18:37:04 + Log: MANIFEST.SKIP ought not to have been skipped after all. + Branch: perl + ! installperl +____________________________________________________________________________ +[ 31672] By: ams on 2007/08/01 17:01:29 + Log: For files ignored by installperl: + + - Split README handling into a separate case. + - Extend the MANIFEST pattern to include .SKIP. + + Based on the following: + + Subject: [PATCH] Don't install MANIFEST.SKIP files + From: "Jerry D. Hedden" + Date: Wed, 1 Aug 2007 12:28:49 -0400 + Message-Id: <1ff86f510708010928o48ea74d6je46148b0a409bffa@mail.gmail.com> + Branch: perl + ! installperl +____________________________________________________________________________ +[ 31671] By: craigb on 2007/08/01 12:35:11 + Log: Missing a couple of aTHX_'s in #31670. + Branch: perl + ! vms/vms.c +____________________________________________________________________________ +[ 31670] By: craigb on 2007/08/01 03:24:03 + Log: Subject: [patch@31688] VMS symbolic links - part 1 of ? 2nd try. + From: "John E. Malmberg" + Date: Mon, 30 Jul 2007 23:55:34 -0500 + Message-id: <46AEC0C6.5020702@qsl.net> + + Patch for VMS so that remove/delete/unlink/kill_file and + rmdir will work on symbolic links where support is available + in VMS 8.3. + + Branch: perl + ! vms/vms.c +____________________________________________________________________________ +[ 31669] By: stevep on 2007/07/31 14:27:00 + Log: Upgrade to Net-Ping-2.32 + Branch: perl + ! lib/Net/Ping.pm +____________________________________________________________________________ +[ 31668] By: nicholas on 2007/07/30 13:17:14 + Log: Fix typos in comments. + Branch: perl + ! t/uni/case.pl +____________________________________________________________________________ +[ 31667] By: rgs on 2007/07/30 09:23:55 + Log: Subject: Example in perlthrtut.pod doesn't work + From: Elizabeth Mattijsen + Date: Mon, 30 Jul 2007 11:19:01 +0200 + Message-Id: + Branch: perl + ! pod/perlothrtut.pod pod/perlthrtut.pod +____________________________________________________________________________ +[ 31666] By: craigb on 2007/07/29 18:13:46 + Log: Oops, 31665 was empty. + Branch: perl + ! t/op/stat.t +____________________________________________________________________________ +[ 31665] By: craigb on 2007/07/29 14:48:20 + Log: Subject: [patch@31553] t/op/stat.t Test $nlink if $Config{d_link} + From: "John E. Malmberg" + Date: Sun, 29 Jul 2007 07:56:22 -0500 + Message-id: <46AC8E76.5040902@qsl.net> + + + Branch: perl + ! t/op/stat.t +____________________________________________________________________________ +[ 31664] By: ams on 2007/07/29 13:45:31 + Log: Subject: [rt.cpan.org #28537] PATCH for croak.t test failure + From: Slaven_Rezic via RT + Date: Sun, 29 Jul 2007 05:10:46 -0400 + Message-Id: + + "The attached patch solves a possible failure in the croak.t + test. It seems that in some version Config.pm pre-loads Carp.pm, + causing the test to fail. The patch just makes sure that + Config.pm is only loaded when building Storable within core + perl." + Branch: perl + ! ext/Storable/t/croak.t +____________________________________________________________________________ +[ 31663] By: stevep on 2007/07/27 03:45:58 + Log: Subject: [PATCH] RE: Sorry, no Win32CORE-update for you unless you use development version... + From: "Jan Dubois" + Date: Thu, 26 Jul 2007 17:51:37 -0700 + Message-ID: <03a701c7cfe8$4989abf0$dc9d03d0$@com> + Branch: perl + ! META.yml +____________________________________________________________________________ +[ 31662] By: rgs on 2007/07/26 10:01:31 + Log: Don't use C++ comments. + Branch: perl + ! ext/Data/Dumper/Dumper.xs +____________________________________________________________________________ +[ 31661] By: merijn on 2007/07/26 09:38:48 + Log: Subject: [patch@31658] Dynamically load dbg xterm on VMS + From: "John E. Malmberg" + Date: Thu, 26 Jul 2007 00:28:04 -0500 + Message-ID: <46A830E4.1040708@qsl.net> + Branch: perl + ! configure.com vms/descrip_mms.template vms/vms.c +____________________________________________________________________________ +[ 31660] By: ams on 2007/07/26 01:49:15 + Log: Subject: [PATCH] Silence diag in ext/Data/Dumper/t/bless.t + From: "Jerry D. Hedden" + Date: Wed, 25 Jul 2007 14:27:44 -0400 + Message-Id: <1ff86f510707251127l3530b011q853608654a7347f7@mail.gmail.com> + + Subject: Cleanup CPANPLUS test dirs + From: "Jerry D. Hedden" + Date: Wed, 25 Jul 2007 14:30:25 -0400 + Message-Id: <1ff86f510707251130x771e3ccds55f20b83cc162818@mail.gmail.com> + Branch: perl + ! Makefile.SH ext/Data/Dumper/t/bless.t +____________________________________________________________________________ +[ 31659] By: demerphq on 2007/07/26 00:21:29 + Log: Rework Text::ParseWords regex so it doesnt core dump on older perls due to stack exhaustion. + + This makes of the (?>...) construct in the regex engine making Text::ParseWords not backwards compatible with Perls from + before the time this construct was added. + Branch: perl + ! lib/Text/ParseWords.pm +____________________________________________________________________________ +[ 31658] By: demerphq on 2007/07/25 19:13:56 + Log: Allow TEST_FILES make var to be used to pass an argument list through to harness when using the test_harness target. + + This allows things like + + make test_harness TEST_FILES='-re x2p' + + which will run any test files that match the string 'x2p'. As x2p is the last test to be run this is kinda useful. + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 31657] By: ams on 2007/07/25 19:02:44 + Log: Change stripRegex prototype to $$;$ because only one caller uses + the third argument. + Branch: perl + ! x2p/s2p.PL +____________________________________________________________________________ +[ 31656] By: ams on 2007/07/25 12:56:56 + Log: Subject: [PATCH] s2p.PL + From: Wolfgang Laun + Date: Mon, 23 Jul 2007 11:28:02 +0200 + Message-Id: <46A474A2.2060400@thalesgroup.com> + Branch: perl + ! x2p/s2p.PL +____________________________________________________________________________ +[ 31655] By: steveh on 2007/07/25 12:35:47 + Log: Update AUTHORS following change #31653 + Branch: perl + ! AUTHORS +____________________________________________________________________________ +[ 31654] By: ams on 2007/07/25 12:21:19 + Log: Fix incorrect =head1 NAME. + Branch: perl + ! lib/File/CheckTree.pm +____________________________________________________________________________ +[ 31653] By: steveh on 2007/07/25 12:15:18 + Log: Subject: [PATCH] XSUB.h - silence MSVC6 compiler warning + From: "Robert May" + Date: Sun, 22 Jul 2007 02:29:37 +0100 + Message-ID: <54bdc7510707211829t67e8b82eo7d8e722e73c6a3b3@mail.gmail.com> + Branch: perl + ! XSUB.h pod/perlxs.pod +____________________________________________________________________________ +[ 31652] By: merijn on 2007/07/25 08:49:23 + Log: Doc re-ordering to have ALIASES and CUSTOM ALIASES together + Branch: perl + ! lib/charnames.pm +____________________________________________________________________________ +[ 31651] By: stevep on 2007/07/24 20:42:14 + Log: Subject: [perl #39420] [PATCH] Data::Dumper fails to escape bless class name + From: "Adriano Ferreira" + Date: Tue, 24 Jul 2007 16:29:21 -0300 + Message-ID: <73ddeb6c0707241229of8f87d7r9315855344451b05@mail.gmail.com> + Branch: perl + + ext/Data/Dumper/t/bless.t + ! MANIFEST ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs +____________________________________________________________________________ +[ 31650] By: merijn on 2007/07/24 13:05:54 + Log: Subject: [patch@31649] vms.c realpath prototype mismatch + From: "John E. Malmberg" + Date: Tue, 24 Jul 2007 07:56:39 -0500 + Message-ID: <46A5F707.1080502@qsl.net> + Branch: perl + ! vms/vms.c +____________________________________________________________________________ +[ 31649] By: nicholas on 2007/07/23 20:07:29 + Log: Need to run the plan() at BEGIN time, else the use_ok() will fail. + However, it doesn't actually produce any output due to a known core + bug: http://rt.cpan.org/Ticket/Display.html?id=28345 + (But the test count in the plan saves our bacon by alerting us) + Branch: perl + ! ext/Encode/t/mime_header_iso2022jp.t +____________________________________________________________________________ +[ 31648] By: stevep on 2007/07/23 13:42:24 + Log: Various fixes for EBCDIC platforms. + Branch: perl + ! ext/Encode/t/mime_header_iso2022jp.t t/io/layers.t +____________________________________________________________________________ +[ 31647] By: craigb on 2007/07/23 01:48:34 + Log: Update utility commands for VMS. + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 31646] By: craigb on 2007/07/23 01:47:12 + Log: Make TabsWrap tests work around broken VMS pipes. + Branch: perl + ! lib/Text/TabsWrap/t/fill.t lib/Text/TabsWrap/t/tabs.t +____________________________________________________________________________ +[ 31645] By: demerphq on 2007/07/20 22:46:47 + Log: Update ExtUtils::Install, EU::Installed and EU::Packlist to the latest CPAN version 1.43 + Branch: perl + ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm + ! lib/ExtUtils/Packlist.pm lib/ExtUtils/t/Installed.t +____________________________________________________________________________ +[ 31644] By: merijn on 2007/07/20 09:53:20 + Log: Extend the update info regarding Configure changes + Branch: perl + ! pod/perl595delta.pod +____________________________________________________________________________ +[ 31643] By: steveh on 2007/07/20 09:05:32 + Log: Re-apply #31429, which was accidentally undone by #31632 + (and bump the $VERSION this time too). + Branch: perl + ! ext/Hash/Util/FieldHash/FieldHash.xs + ! ext/Hash/Util/FieldHash/lib/Hash/Util/FieldHash.pm +____________________________________________________________________________ +[ 31642] By: steveh on 2007/07/20 08:19:19 + Log: Updates to AUTHORS and Porting/CheckAUTHORS.pl + Branch: perl + ! AUTHORS Porting/checkAUTHORS.pl +____________________________________________________________________________ +[ 31641] By: steveh on 2007/07/20 08:02:15 + Log: I've had my email address changed + Branch: perl + ! AUTHORS Porting/checkAUTHORS.pl +____________________________________________________________________________ +[ 31640] By: steveh on 2007/07/20 07:50:22 + Log: Fix pod nit in perlunicode + Branch: perl + ! pod/perlunicode.pod +____________________________________________________________________________ +[ 31639] By: merijn on 2007/07/19 13:57:43 + Log: Subject: [PATCH] Various Gentoo Patches + From: Marcus Holland-Moritz + Date: Wed, 18 Jul 2007 17:17:58 +0200 + Message-ID: <20070718171758.77912ed4@r2d2> + + perl-noksh.patch - http://bugs.gentoo.org/show_bug.cgi?id=42665 + Branch: perl + ! Configure +____________________________________________________________________________ +[ 31637] By: merijn on 2007/07/19 12:30:44 + Log: Expand tabs, add -A ccflags=-DMACRO to -h + Branch: perl + ! Configure +____________________________________________________________________________ +[ 31636] By: demerphq on 2007/07/19 12:09:32 + Log: Change Porting/regcharclass.pl so it doesn't depend on unpack 'U0C*' + Includes an updated regcharclass.h without datestamp in it so when it + is trivially rebuilt it doesnt change in terms of contents. + Branch: perl + ! Porting/regcharclass.pl regcharclass.h +____________________________________________________________________________ +[ 31635] By: davem on 2007/07/19 11:42:15 + Log: fix up some nested #ifdef indentation + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 31634] By: davem on 2007/07/19 11:26:40 + Log: silence 'unused var' compiler warning + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 31633] By: rgs on 2007/07/19 08:51:28 + Log: Add a TODO note about lc() etc. and the UTF-8 flag + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 31632] By: rgs on 2007/07/19 08:12:57 + Log: Subject: Re: [patch] Hash::Util::FieldHash v1.02 + From: Anno Siegel + Date: Sun, 15 Jul 2007 15:02:11 +0200 + Message-Id: <490839CC-BF8E-44B9-AF88-EFBE9863EDB2@mailbox.tu-berlin.de> + Branch: perl + ! ext/Hash/Util/FieldHash/Changes + ! ext/Hash/Util/FieldHash/FieldHash.xs + ! ext/Hash/Util/FieldHash/lib/Hash/Util/FieldHash.pm + ! ext/Hash/Util/FieldHash/t/02_function.t +____________________________________________________________________________ +[ 31631] By: rgs on 2007/07/19 07:44:19 + Log: Suggestion and fixes to the hash seed docs by Paul Johnson + Branch: perl + ! pod/perlrun.pod +____________________________________________________________________________ +[ 31630] By: stevep on 2007/07/18 19:05:05 + Log: Upgrade to IO-Zlib-1.06. One bleadperl fix was added, but the other + hasn't yet, so we keep the version bump. + Branch: perl + ! lib/IO/Zlib.pm +____________________________________________________________________________ +[ 31629] By: stevep on 2007/07/18 18:52:12 + Log: Upgrade to Math-BigRat-0.20 + Branch: perl + + lib/Math/BigRat/t/biglog.t lib/Math/BigRat/t/bigroot.t + ! MANIFEST lib/Math/BigRat.pm lib/Math/BigRat/t/bigfltpm.inc + ! lib/Math/BigRat/t/bigfltrt.t +____________________________________________________________________________ +[ 31628] By: stevep on 2007/07/18 17:37:53 + Log: The lib/Pod/Perldoc.pm portion of... + + Subject: [PATCH] Various Gentoo Patches + From: Marcus Holland-Moritz + Date: Wed, 18 Jul 2007 17:17:58 +0200 + Message-ID: <20070718171758.77912ed4@r2d2> + Branch: perl + ! lib/Pod/Perldoc.pm +____________________________________________________________________________ +[ 31627] By: rgs on 2007/07/18 16:59:47 + Log: Subject: [PATCH] Win32API::File cleanup + From: "Jerry D. Hedden" + Date: Tue, 17 Jul 2007 14:21:00 -0400 + Message-ID: <1ff86f510707171121y3db38817ic4be4cbdd8c8696e@mail.gmail.com> + Branch: perl + ! ext/Win32API/File/Makefile.PL +____________________________________________________________________________ +[ 31626] By: rgs on 2007/07/18 16:37:11 + Log: Subject: [PATCH] Change "Perl6" to "Perl 6" in pod/* + From: chromatic + Date: Fri, 13 Jul 2007 14:38:12 -0700 + Message-Id: <200707131438.12342.chromatic@wgz.org> + Branch: perl + ! pod/perlcommunity.pod pod/perliol.pod pod/perlre.pod +____________________________________________________________________________ +[ 31624] By: rgs on 2007/07/18 10:26:31 + Log: Clarifications on the hash seed + Branch: perl + ! pod/perlrun.pod +____________________________________________________________________________ +[ 31623] By: rgs on 2007/07/18 08:17:47 + Log: Subject: [PATCH] gethostbyname() example + From: "Gabor Szabo" + Date: Wed, 18 Jul 2007 08:47:40 +0300 + Message-ID: + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 31622] By: rgs on 2007/07/18 08:12:17 + Log: Subject: [PATCH AUTHORS, porting/checkAUTHORS.pl] (was Re: perldelta) + From: Abigail + Date: Wed, 18 Jul 2007 10:04:06 +0200 + Message-ID: <20070718080406.GE6316@abigail.be> + Branch: perl + ! AUTHORS Porting/checkAUTHORS.pl +____________________________________________________________________________ +[ 31621] By: rgs on 2007/07/18 07:38:19 + Log: Miscellaneous modernisations and trimmings. + Branch: perl + ! INSTALL +____________________________________________________________________________ +[ 31620] By: rgs on 2007/07/17 10:20:17 + Log: Fix references to perldelta.pod (this file doesn't exist in the + source distribution). + Remove paragraph on space requirements (space is now cheaper). + Remove paragraph on I/O mechanisms (PerlIO is standard). + Remove paragraph on coexistence with Perl 4. + Branch: perl + ! INSTALL +____________________________________________________________________________ +[ 31619] By: craigb on 2007/07/17 03:37:22 + Log: Inching towards Module::Build-ability on VMS. + Branch: perl + ! lib/Module/Build/Base.pm lib/Module/Build/Platform/VMS.pm + ! lib/Module/Build/t/destinations.t + ! lib/Module/Build/t/manifypods.t lib/Module/Build/t/xs.t +____________________________________________________________________________ +[ 31618] By: nicholas on 2007/07/16 22:20:26 + Log: Re-order struct yy_parser to save space on most systems. + Re-order struct yy_stack_frame to save space on LP64 systems. + Branch: perl + ! parser.h +____________________________________________________________________________ +[ 31617] By: davem on 2007/07/16 15:42:56 + Log: fourth attempt to silence S_emulate_eaccess compiler warning + Branch: perl + ! embed.fnc embed.h pp_sys.c proto.h +____________________________________________________________________________ +[ 31616] By: davem on 2007/07/16 14:23:54 + Log: change #31615 added the new field in the wrong place + Branch: perl + ! parser.h +____________________________________________________________________________ +[ 31615] By: davem on 2007/07/16 13:15:37 + Log: local $[: fix scoping during parser error handling. + + Change 22306# inadvertently made 'local $[' statement-scoped + rather than block-scoped; so revert that change and add a + different fix. The problem was to ensure that the savestack got + popped correctly while popping errored tokens. We how record the + current value of PL_savestack_ix with each pushed parser state. + Branch: perl + ! op.c pad.c parser.h perly.act perly.c perly.tab perly.y + ! t/op/local.t +____________________________________________________________________________ +[ 31614] By: craigb on 2007/07/14 02:21:14 + Log: VMS todo for threads exit test. + Branch: perl + ! ext/threads/t/exit.t +____________________________________________________________________________ +[ 31613] By: rgs on 2007/07/13 15:18:59 + Log: Comment out links to docs that don't exist yet. + Branch: perl + ! pod/perlrebackslash.pod +____________________________________________________________________________ +[ 31612] By: rgs on 2007/07/13 15:03:45 + Log: More typo fixes in the regexp docs + Branch: perl + ! pod/perlre.pod pod/perlrebackslash.pod +____________________________________________________________________________ +[ 31611] By: rgs on 2007/07/13 14:49:41 + Log: Fix typos, readability nits + Branch: perl + ! ext/Hash/Util/lib/Hash/Util.pm +____________________________________________________________________________ +[ 31610] By: rgs on 2007/07/13 14:16:57 + Log: Use new style L<> links in POD + Branch: perl + ! ext/Opcode/Opcode.pm ext/Opcode/Safe.pm ext/Opcode/ops.pm +____________________________________________________________________________ +[ 31609] By: rgs on 2007/07/13 13:45:35 + Log: Subject: [PATCH] BigInt v1.88 take 1 (fix from_hex, from_oct, from_bin) + From: Tels + Date: Thu, 12 Jul 2007 19:11:01 +0200 + Message-Id: <200707121911.02528@bloodgate.com> + Branch: perl + ! lib/Math/BigInt.pm lib/Math/BigInt/t/bigintpm.t +____________________________________________________________________________ +[ 31608] By: rgs on 2007/07/13 12:13:09 + Log: Specify prototyping behaviour for Math::BigInt::FastCalc + Branch: perl + ! ext/Math/BigInt/FastCalc/FastCalc.xs +____________________________________________________________________________ +[ 31607] By: rgs on 2007/07/13 08:43:50 + Log: Spelling and formatting nits + Branch: perl + ! Cross/README.new +____________________________________________________________________________ +[ 31606] By: rgs on 2007/07/13 08:36:23 + Log: That's NAME, not TITLE. + Branch: perl + ! Porting/regcharclass.pl +____________________________________________________________________________ +[ 31605] By: rgs on 2007/07/13 08:32:44 + Log: Put a proper title like in every man page + Branch: perl + ! hints/README.hints +____________________________________________________________________________ +[ 31604] By: rgs on 2007/07/13 08:29:28 + Log: Avoid POD in test files + Branch: perl + ! lib/SelfLoader-buggy.t +____________________________________________________________________________ +[ 31603] By: rgs on 2007/07/13 08:16:41 + Log: * make splitpod actually work if perl isn't installed + * prevent doc extractors to extract POD from splitpod + Branch: perl + ! pod/splitpod +____________________________________________________________________________ +[ 31602] By: rgs on 2007/07/13 07:59:15 + Log: Shorten description. + Branch: perl + ! lib/DB.pm +____________________________________________________________________________ +[ 31601] By: rgs on 2007/07/13 06:12:50 + Log: Silence mandatory warning by using @# instead of $#. + "no warnings" is probably a bit inappropriate for a + base test. Putting -X on the command-line is probably + not a good idea, since it may hide other interesting + warnings in the future. + Branch: perl + ! t/base/lex.t +____________________________________________________________________________ +[ 31600] By: davem on 2007/07/12 22:10:35 + Log: really really fix S_emulate_eaccess compiler warning (#31536 didn't) + Branch: perl + ! embed.fnc embed.h proto.h +____________________________________________________________________________ +[ 31599] By: rgs on 2007/07/12 16:22:59 + Log: Subject: [PATCH] perlbug + From: Alexandr Ciornii + Date: Thu, 12 Jul 2007 13:46:24 +0300 + Message-ID: <1367844687.20070712134624@gmail.com> + Branch: perl + ! utils/perlbug.PL +____________________________________________________________________________ +[ 31598] By: rgs on 2007/07/12 15:16:56 + Log: Subject: [PATCH] Re: [PATCH] 'make veryclean' still dirty + From: "Jerry D. Hedden" + Date: Thu, 12 Jul 2007 10:49:29 -0400 + Message-ID: <1ff86f510707120749v3b4e12b4uf35d3673cce639f0@mail.gmail.com> + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 31597] By: craigb on 2007/07/12 10:57:36 + Log: Set $Config{PERL_PATCHLEVEL} as well as $Config{perl_patchlevel}, and + grab the value from a MAINTXXX or SMOKEXXX line in patchlevel.h if present. + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 31596] By: rgs on 2007/07/12 09:56:38 + Log: Subject: mention of g and c modifiers missing from perlre.pod + From: "David Nicol" + Date: Wed, 11 Jul 2007 17:31:45 -0500 + Message-ID: <934f64a20707111531m313e3a9at82f002c68eab5bee@mail.gmail.com> + Branch: perl + ! pod/perlre.pod +____________________________________________________________________________ +[ 31595] By: rgs on 2007/07/12 08:50:56 + Log: Revert part of #31591 + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 31594] By: rgs on 2007/07/12 07:48:29 + Log: Link TODO test to appropriate RT ticket + Branch: perl + ! t/op/local.t +____________________________________________________________________________ +[ 31593] By: rgs on 2007/07/12 07:39:53 + Log: A couple of additions in perltodo for the future + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 31592] By: rgs on 2007/07/12 05:51:35 + Log: More terminology updates for warnings + Branch: perl + ! pod/perldiag.pod pod/perllexwarn.pod +____________________________________________________________________________ +[ 31591] By: stevep on 2007/07/12 02:10:29 + Log: Subject: [PATCH] 'make veryclean' still dirty + From: "Jerry D. Hedden" + Date: Wed, 11 Jul 2007 20:06:39 -0400 + Message-ID: <1ff86f510707111706g7bfe8306o3c913409a307567c@mail.gmail.com> + Branch: perl + ! Makefile.SH x2p/Makefile.SH +____________________________________________________________________________ +[ 31590] By: rgs on 2007/07/11 20:33:27 + Log: Better wording, suggested by Eric Cholet. + Branch: perl + ! pod/perldiag.pod +____________________________________________________________________________ +[ 31589] By: rgs on 2007/07/11 19:31:40 + Log: Turn the "$# / $* is no longer supported" warnings into + severe warnings (as suggested by Audrey Tang) + Branch: perl + ! gv.c pod/perldiag.pod t/lib/warnings/gv +____________________________________________________________________________ +[ 31588] By: rgs on 2007/07/11 17:36:40 + Log: Subject: [PATCH] dump.c: do not use sv_len_utf8 because it modified the scalar + From: Gerard Goossen + Date: Wed, 11 Jul 2007 19:19:11 +0200 + Message-ID: <20070711171911.GD8177@ostwald> + + do not use sv_len_utf8 because it modified the scalar. + Add a test to Peek.t to check that dumping doesn't modify anything; + the test is still TODO because hashiteration in dump.c set the OOK flag. + Branch: perl + ! dump.c ext/Devel/Peek/t/Peek.t +____________________________________________________________________________ +[ 31587] By: rgs on 2007/07/11 12:02:11 + Log: Subject: [PATCH blead] Re: [perl #43545] 'no warnings' effects $@. + From: Rick Delaney + Date: Sat, 7 Jul 2007 23:06:11 -0400 + Message-ID: <20070708030611.GJ436@bort.ca> + Branch: perl + ! t/op/eval.t toke.c +____________________________________________________________________________ +[ 31586] By: steveh on 2007/07/11 09:00:49 + Log: Use Perl_croak() rather than DIE() in S_doeval() because "DIE()" + becomes "return Perl_die()" and Perl_die() returns an OP*, which + isn't appropriate to return from S_doeval. + Branch: perl + ! pp_ctl.c +____________________________________________________________________________ +[ 31585] By: rgs on 2007/07/11 07:48:46 + Log: Less indirect object notation + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 31584] By: rgs on 2007/07/11 07:40:17 + Log: Remove wrong equivalent to pop() (bug #43705) + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 31583] By: rgs on 2007/07/11 07:35:27 + Log: Subject: Re: [PATCH] File-Path fix wrong skip count + From: David Landgren + Date: Tue, 10 Jul 2007 22:48:53 +0200 + Message-ID: <4693F0B5.1030505@landgren.net> + Branch: perl + ! lib/File/Path.t +____________________________________________________________________________ +[ 31582] By: davem on 2007/07/10 23:51:58 + Log: Fix assertion failure on failed magic eval - eg FETCH {eval'('} + S_doeval()'s behaviour varies depending on whether the code + compiles or not; on failure it pops the EVAL context block. This + is bad because later on, S_docatch() assumes that the block is + still there. Make docatch() return a boolean instead, indicating + success. The value it formerly returned (the next op) can be deduced + as PL_eval_start or PL_op->op_next on success/failure. + Branch: perl + ! embed.fnc pp_ctl.c proto.h t/op/eval.t +____________________________________________________________________________ +[ 31581] By: stevep on 2007/07/10 20:31:31 + Log: Add additional SUSV3 constants to Socket for use with setsockopt() + and getsockopt(). + Branch: perl + ! ext/Socket/Makefile.PL ext/Socket/Socket.pm +____________________________________________________________________________ +[ 31580] By: rgs on 2007/07/10 15:46:05 + Log: Subject: Re: Small addition to perlcheat.pod + From: "Spiros Denaxas" + Date: Mon, 9 Jul 2007 17:14:43 +0100 + Message-ID: + Branch: perl + ! pod/perlcheat.pod +____________________________________________________________________________ +[ 31579] By: rgs on 2007/07/10 14:10:43 + Log: Fix Digest::SHA test boilerplate. + Branch: perl + ! ext/Digest/SHA/t/allfcns.t ext/Digest/SHA/t/base64.t + ! ext/Digest/SHA/t/bitbuf.t ext/Digest/SHA/t/dumpload.t + ! ext/Digest/SHA/t/fips198.t ext/Digest/SHA/t/gg.t + ! ext/Digest/SHA/t/gglong.t ext/Digest/SHA/t/hmacsha.t + ! ext/Digest/SHA/t/ireland.t ext/Digest/SHA/t/methods.t + ! ext/Digest/SHA/t/nistbit.t ext/Digest/SHA/t/nistbyte.t + ! ext/Digest/SHA/t/rfc2202.t ext/Digest/SHA/t/sha1.t + ! ext/Digest/SHA/t/sha224.t ext/Digest/SHA/t/sha256.t + ! ext/Digest/SHA/t/sha384.t ext/Digest/SHA/t/sha512.t + ! ext/Digest/SHA/t/woodbury.t +____________________________________________________________________________ +[ 31578] By: rgs on 2007/07/10 14:08:35 + Log: Upgrade to Digest::SHA 5.45. + Branch: perl + + ext/Digest/SHA/t/allfcns.t ext/Digest/SHA/t/base64.t + + ext/Digest/SHA/t/bitbuf.t ext/Digest/SHA/t/dumpload.t + + ext/Digest/SHA/t/fips198.t ext/Digest/SHA/t/gg.t + + ext/Digest/SHA/t/gglong.t ext/Digest/SHA/t/hmacsha.t + + ext/Digest/SHA/t/ireland.t ext/Digest/SHA/t/methods.t + + ext/Digest/SHA/t/nistbit.t ext/Digest/SHA/t/nistbyte.t + + ext/Digest/SHA/t/rfc2202.t ext/Digest/SHA/t/sha1.t + + ext/Digest/SHA/t/sha224.t ext/Digest/SHA/t/sha256.t + + ext/Digest/SHA/t/sha384.t ext/Digest/SHA/t/sha512.t + + ext/Digest/SHA/t/woodbury.t + - ext/Digest/SHA/t/1-exist.t ext/Digest/SHA/t/1-hello-world.t + - ext/Digest/SHA/t/2-nist-sha-1.t + - ext/Digest/SHA/t/2-nist-sha-224.t + - ext/Digest/SHA/t/2-nist-sha-256.t + - ext/Digest/SHA/t/2-nist-sha-384.t + - ext/Digest/SHA/t/2-nist-sha-512.t + - ext/Digest/SHA/t/2-nist-sha-base64.t + - ext/Digest/SHA/t/2-nist-sha-oo.t + - ext/Digest/SHA/t/2-nist-vectors-bit.t + - ext/Digest/SHA/t/2-nist-vectors-byte.t + - ext/Digest/SHA/t/3-gillogly-easy.t + - ext/Digest/SHA/t/3-gillogly-hard.t + - ext/Digest/SHA/t/4-bitstr-increasing.t + - ext/Digest/SHA/t/4-bitstr-large.t + - ext/Digest/SHA/t/4-bitstr-random.t + - ext/Digest/SHA/t/5-hmac-fips198.t + - ext/Digest/SHA/t/5-hmac-rfc2202.t + - ext/Digest/SHA/t/5-hmac-sha-256.t + - ext/Digest/SHA/t/5-hmac-woodbury.t + - ext/Digest/SHA/t/6-dump-load.t ext/Digest/SHA/t/7-ireland.t + - ext/Digest/SHA/t/gillogly/state.011 + - ext/Digest/SHA/t/gillogly/state.110 + - ext/Digest/SHA/t/nist/COPYRIGHT + - ext/Digest/SHA/t/nist/Readme.txt + - ext/Digest/SHA/t/nist/bit-hashes.sha1 + - ext/Digest/SHA/t/nist/bit-messages.sha1 + - ext/Digest/SHA/t/nist/byte-hashes.sha1 + - ext/Digest/SHA/t/nist/byte-messages.sha1 + - ext/Digest/SHA/t/state/state.1 + - ext/Digest/SHA/t/state/state.256 + - ext/Digest/SHA/t/state/state.384 + - ext/Digest/SHA/t/state/state.512 + ! MANIFEST ext/Digest/SHA/Changes ext/Digest/SHA/README + ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/SHA.xs + ! ext/Digest/SHA/bin/shasum ext/Digest/SHA/src/hmac.c + ! ext/Digest/SHA/src/hmac.h ext/Digest/SHA/src/hmacxtra.c + ! ext/Digest/SHA/src/sha.c ext/Digest/SHA/src/sha.h +____________________________________________________________________________ +[ 31577] By: stevep on 2007/07/10 13:18:20 + Log: How this got I got ext/Digest/MD5/t/files.t wrong for EBCDIC, I + do not know. + Branch: perl + ! ext/Digest/MD5/t/files.t +____________________________________________________________________________ +[ 31576] By: rgs on 2007/07/10 06:17:50 + Log: Modernize opendir() syntax + Branch: perl + ! pod/perlsub.pod +____________________________________________________________________________ +[ 31575] By: rgs on 2007/07/10 06:16:43 + Log: Mention the two ways of overriding built-ins. + Link to perlsub. Fix typos and indentation. + Branch: perl + ! lib/CORE.pod +____________________________________________________________________________ +[ 31574] By: stevep on 2007/07/09 18:25:29 + Log: Subject: [PATCH] CORE.pod + From: Tels + Date: Mon, 9 Jul 2007 17:28:43 +0200 + Message-Id: <200707091728.43634@bloodgate.com> + Branch: perl + + lib/CORE.pod + ! MANIFEST +____________________________________________________________________________ +[ 31573] By: merijn on 2007/07/09 14:21:00 + Log: PERL_PATCHNUM is dead. Long live SMOKEs! + Started by Steve Hay + Subject: [PATCH] Re: patch level of blead/maintperl + Date: Mon, 09 Jul 2007 13:10:11 +0100 + Message-ID: <469225A3.5010909@uk.radan.com> + Branch: perl + ! Configure +____________________________________________________________________________ +[ 31571] By: steveh on 2007/07/09 13:21:48 + Log: Update references to Win32's Platform SDK installation location. + + Different versions install into different default locations, as + pointed out here: + + Subject: Building 5.9.5 with Win2k, MSVC8FREE + From: Marvin Humphrey + Date: Sun, 8 Jul 2007 08:27:44 -0700 + Message-Id: <1D149669-931C-4458-B073-789D25623D2D@rectangular.com> + Branch: perl + ! README.win32 +____________________________________________________________________________ +[ 31570] By: steveh on 2007/07/09 13:15:05 + Log: Don't install static library files of statically linked extensions + when using a shared perl library. The files are not needed, and this + fixes a problem building PAR-Packer on Win32 with a debug build of + perl. (If Win32CORE.lib gets installed then PAR-Packer wants to link + against it and its PDB file, vc60.pdb, but the latter is not installed.) + Also skip installing a few other unnecessary files. + + Subject: Re: Problem in Win32CORE when building PAR-Packer-0.975 with bleadperl on Win32 + From: Steve Hay + Date: Fri, 06 Jul 2007 12:20:06 +0100 + Message-ID: <468E2566.8090504@uk.radan.com> + Branch: perl + ! installperl +____________________________________________________________________________ +[ 31569] By: steveh on 2007/07/09 11:43:09 + Log: Some Win32 Config fixes for patchlevel and perl_patchlevel: + - Set $Config{patchlevel} to PERL_VERSION (it was previously blank + because it was wrongly being set from PATCHLEVEL, which was blank) + - Set $Config{perl_patchlevel} and $Config{PERL_PATCHLEVEL} to the + value in the top-level ".patch" file if it exists (the former was + previously not set, while the latter was previously wrongly set to + PERL_VERSION) + Branch: perl + ! win32/config.bc win32/config.ce win32/config.gc + ! win32/config.vc win32/config.vc64 win32/config_sh.PL +____________________________________________________________________________ +[ 31568] By: rgs on 2007/07/09 08:20:32 + Log: Subject: [PATCH] cygwin path conversions, take 4 + From: "Reini Urban" + Date: Sat, 7 Jul 2007 15:00:54 +0200 + Message-ID: <6910a60707070600xa8638eak3c3f20b20ccc093a@mail.gmail.com> + Branch: perl + ! README.cygwin cygwin/cygwin.c t/lib/cygwin.t +____________________________________________________________________________ +[ 31567] By: rgs on 2007/07/09 08:00:17 + Log: Subject: [PATCH] Update Filter::Call::Util version + From: "Paul Marquess" + Date: Sat, 7 Jul 2007 20:24:21 +0100 + Message-ID: <007e01c7c0cc$6d07af30$6801a8c0@myopwv.com> + Branch: perl + ! ext/Filter/Util/Call/Call.pm +____________________________________________________________________________ +[ 31566] By: rgs on 2007/07/07 16:49:44 + Log: More missing dual-life modules + Branch: perl + ! Porting/Maintainers.pl +____________________________________________________________________________ +[ 31565] By: rgs on 2007/07/07 16:37:33 + Log: Add CPANPLUS::Dist to Maintainers.pl + Branch: perl + ! Porting/Maintainers.pl +____________________________________________________________________________ +[ 31564] By: rgs on 2007/07/07 16:34:50 + Log: Reinstate "DEVEL" in patchlevel + Branch: perl + ! patchlevel.h +____________________________________________________________________________ +[ 31563] By: rgs on 2007/07/07 11:01:31 + Log: Regenerate Changes. + Branch: perl + ! Changes +____________________________________________________________________________ +[ 31562] By: rgs on 2007/07/07 10:59:10 + Log: Fix corelist.pl after the reorganisation of the + Compress modules in ext/. Re-update Module::CoreList. + Branch: perl + ! Porting/corelist.pl lib/Module/CoreList.pm +____________________________________________________________________________ +[ 31561] By: rgs on 2007/07/07 10:51:08 + Log: Update Module::CoreList, regenerate META.yml, + mention Log::Message::* in perldelta and + update perlhist with 5.9.5 + Branch: perl + ! META.yml lib/Module/CoreList.pm pod/perl595delta.pod + ! pod/perlhist.pod +____________________________________________________________________________ +[ 31560] By: rgs on 2007/07/07 10:38:56 + Log: Regenerate table of contents + Branch: perl + ! pod/perltoc.pod +____________________________________________________________________________ +[ 31559] By: rgs on 2007/07/07 10:19:07 + Log: FAQ sync + Branch: perl + ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq4.pod + ! pod/perlfaq8.pod +____________________________________________________________________________ +[ 31558] By: rgs on 2007/07/07 09:44:34 + Log: Subject: [PATCH] Update CPANPLUS to 0.81_01 + From: "Jos I. Boumans" + Date: Sat, 7 Jul 2007 11:39:12 +0200 + Message-Id: <87949855-9BDE-4823-9C28-BD639844CA41@dwim.org> + Branch: perl + ! lib/CPANPLUS.pm lib/CPANPLUS/Config.pm + ! lib/CPANPLUS/Configure/Setup.pm lib/CPANPLUS/Internals.pm + ! lib/CPANPLUS/Selfupdate.pm lib/CPANPLUS/Shell/Default.pm + ! lib/CPANPLUS/bin/cpan2dist + ! lib/CPANPLUS/t/02_CPANPLUS-Internals.t + ! lib/CPANPLUS/t/dummy-CPAN/authors/01mailrc.txt.gz.packed + ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/Bundle-Foo-Ba + ! r-0.01.tar.gz.packed + ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/Foo-Bar-0.01. + ! tar.gz.packed + ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/perl5.005_03. + ! tar.gz.packed + ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUXS/Foo-Bar-0.01.ta + ! r.gz.packed + ! lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBNOXS/Foo-Bar-0.01. + ! tar.gz.packed + ! lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBXS/Foo-Bar-0.01.ta + ! r.gz.packed + ! lib/CPANPLUS/t/dummy-CPAN/modules/02packages.details.txt.gz.pa + ! cked + ! lib/CPANPLUS/t/dummy-CPAN/modules/03modlist.data.gz.packed +____________________________________________________________________________ +[ 31557] By: rgs on 2007/07/07 09:32:30 + Log: Desactive the "DEVEL" local patch tag for release. + Branch: perl + ! patchlevel.h +____________________________________________________________________________ +[ 31556] By: rgs on 2007/07/07 09:03:41 + Log: Mention that pseudo-hashes are no longer supported + Branch: perl + ! pod/perl595delta.pod +____________________________________________________________________________ +[ 31555] By: rgs on 2007/07/07 08:22:46 + Log: Update Changes + Branch: perl + ! Changes +____________________________________________________________________________ +[ 31554] By: rgs on 2007/07/07 08:07:58 + Log: Subject: [PATCH] MAD: disable constant subs when PL_madskills + From: Gerard Goossen + Date: Wed, 27 Jun 2007 13:04:00 +0200 + Message-ID: <20070627110400.GC11336@ostwald> + Branch: perl + ! mad/t/p55.t op.c toke.c +____________________________________________________________________________ +[ 31553] By: rgs on 2007/07/07 08:05:24 + Log: Subject: [PATCH] p55: add 'declarator' to listop. Fixes 'pipe my ($r, $w)' + From: Gerard Goossen + Date: Wed, 27 Jun 2007 11:58:28 +0200 + Message-ID: <20070627095828.GB11336@ostwald> + Branch: perl + ! mad/Nomad.pm mad/t/p55.t +____________________________________________________________________________ +[ 31552] By: rgs on 2007/07/07 08:03:49 + Log: Subject: [PATCH] p55: correctly translate things like s//$#foo/ge + From: Gerard Goossen + Date: Tue, 26 Jun 2007 20:33:50 +0200 + Message-ID: <20070626183350.GA11336@ostwald> + Branch: perl + ! mad/Nomad.pm mad/P5AST.pm mad/t/p55.t +____________________________________________________________________________ +[ 31551] By: rgs on 2007/07/07 07:46:58 + Log: Subject: Re: [PATCH] Final Draft - pod/perlcommunity.pod - (was [PATCH] Draft - pod/perlcommunity.pod - Patches welcome) + From: "Edgar Bering" + Date: Wed, 4 Jul 2007 11:51:53 +0200 + Message-ID: + Branch: perl + + pod/perlcommunity.pod + ! MANIFEST pod.lst pod/perl.pod pod/perlmodlib.pod + ! pod/perltoc.pod vms/descrip_mms.template win32/pod.mak +____________________________________________________________________________ +[ 31550] By: rgs on 2007/07/07 07:29:08 + Log: Add a note in perldelta about undefining *ISA + Branch: perl + ! pod/perl595delta.pod +____________________________________________________________________________ +[ 31549] By: rgs on 2007/07/07 07:12:01 + Log: Subject: [patch] add verbose mode to -DU debugging option + From: Jim Cromie + Date: Thu, 05 Jul 2007 10:17:24 -0600 + Message-ID: <468D1994.1090909@gmail.com> + Branch: perl + ! perl.h pod/perlrun.pod +____________________________________________________________________________ +[ 31548] By: rgs on 2007/07/07 07:02:21 + Log: Make Perl_find_runcv a member of the public API + (so Sub::Current works on Windows) + Branch: perl + ! embed.fnc embed.h global.sym pod/perlapi.pod + ! pod/perlintern.pod +____________________________________________________________________________ +[ 31547] By: rgs on 2007/07/07 06:56:48 + Log: Remove 5.10.0 section from perltodo + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 31546] By: rgs on 2007/07/07 06:52:39 + Log: Subject: [PATCH] Fix commented out function names in proto.h + From: "Jan Dubois" + Date: Fri, 6 Jul 2007 17:59:38 -0700 + Message-ID: <058b01c7c032$18a6a260$49f3e720$@com> + Branch: perl + ! embed.h embed.pl proto.h +____________________________________________________________________________ +[ 31545] By: rgs on 2007/07/07 05:05:50 + Log: base.pm is belong to me + Branch: perl + ! Porting/Maintainers.pl +____________________________________________________________________________ +[ 31544] By: craigb on 2007/07/06 20:39:46 + Log: Fix the case of $Config{perl_patchlevel} on VMS. + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 31543] By: steveh on 2007/07/06 16:24:07 + Log: Subject: Re: Beyond 5.10 + From: Abigail + Date: Thu, 5 Jul 2007 21:55:20 +0200 + Message-ID: <20070705195520.GB1314@abigail.nl> + + Cleans up Porting/checkAUTHORS.pl and adds missing alias mappings + to it, and adds missing entries to AUTHORS. + Branch: perl + ! AUTHORS Porting/checkAUTHORS.pl +____________________________________________________________________________ +[ 31542] By: rgs on 2007/07/06 16:00:57 + Log: Add test preambles + Branch: perl + ! lib/base/t/base.t lib/base/t/fields-base.t lib/base/t/fields.t + ! lib/base/t/warnings.t +____________________________________________________________________________ +[ 31541] By: rgs on 2007/07/06 15:52:40 + Log: Make this new test be skipped with 5.8.x + Branch: perl + ! lib/base/t/fields-base.t +____________________________________________________________________________ +[ 31540] By: rgs on 2007/07/06 13:58:58 + Log: Upgrade to base and fields 2.12, mostly by Michael G Schwern + Branch: perl + + lib/base/Changes lib/base/t/sigdie.t lib/base/t/version.t + + lib/base/t/warnings.t t/lib/Dummy.pm t/lib/HasSigDie.pm + ! MANIFEST lib/base.pm lib/base/t/base.t + ! lib/base/t/fields-base.t lib/base/t/fields.t lib/fields.pm +____________________________________________________________________________ +[ 31539] By: steveh on 2007/07/06 11:08:37 + Log: Add Borland linker option to not generate .map files + (They are not generated by default by VC++ or MinGW, and there + doesn't seem to be any need for them.) + Branch: perl + ! win32/makefile.mk +____________________________________________________________________________ +[ 31538] By: rgs on 2007/07/06 08:09:12 + Log: Subject: [PATCH] Archive::Extract - small pod update + From: "Paul Marquess" + Date: Thu, 5 Jul 2007 16:01:02 +0100 + Message-ID: <00ee01c7bf15$57bdbf60$3a3c140a@myopwv.com> + Branch: perl + ! lib/Archive/Extract.pm +____________________________________________________________________________ +[ 31537] By: davem on 2007/07/04 23:09:02 + Log: clarify what text 'warn' appends to a newline-less string + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 31536] By: davem on 2007/07/04 22:39:08 + Log: really fix S_emulate_eaccess compiler warning (#31418 didn't) + Branch: perl + ! embed.fnc +____________________________________________________________________________ +[ 31535] By: craigb on 2007/07/04 16:27:16 + Log: New File::Path tests require unix syntax on VMS. + Branch: perl + ! lib/File/Path.t +____________________________________________________________________________ +[ 31534] By: craigb on 2007/07/04 16:07:33 + Log: VMS syntax nit in new MakeMaker test. + Branch: perl + ! lib/ExtUtils/t/cd.t +____________________________________________________________________________ +[ 31533] By: craigb on 2007/07/04 15:35:56 + Log: Replace C with C on VMS. + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 31532] By: craigb on 2007/07/04 15:18:06 + Log: Remove vms/genconfig.pl and references to it; it was made obsolete way back + in change #1084. Remove references to vms/config.vms, which was removed in + change #1084. + Branch: perl + - vms/genconfig.pl + ! MANIFEST README.vms configure.com vms/myconfig.com +____________________________________________________________________________ +[ 31531] By: rgs on 2007/07/04 14:13:55 + Log: Adapt perlivp to the ext/ reorganisation for Compress modules + Branch: perl + ! utils/perlivp.PL +____________________________________________________________________________ +[ 31530] By: rgs on 2007/07/04 13:38:42 + Log: Subject: [perl #3589] [BUG#3589 bleadperl] + From: "Reini Urban via RT" + Date: Mon, 02 Jul 2007 14:59:08 -0700 + Message-ID: + Branch: perl + ! t/op/re_tests +____________________________________________________________________________ +[ 31529] By: rgs on 2007/07/04 13:32:06 + Log: Subject: RE: [PATCH] lib/Net/Ping/t/500_ping_icmp.t requires admin + From: "Jan Dubois" + Date: Mon, 2 Jul 2007 14:21:06 -0700 + Message-ID: <007901c7bcee$e7b5d400$b7217c00$@com> + Branch: perl + ! lib/Net/Ping/t/500_ping_icmp.t +____________________________________________________________________________ +[ 31528] By: rgs on 2007/07/04 08:20:47 + Log: Don't require to have at least DB_File or *DBM_File + Branch: perl + ! t/lib/commonsense.t +____________________________________________________________________________ +[ 31527] By: rgs on 2007/07/04 08:11:36 + Log: regexp flags =~ s/k/p/ + Branch: perl + ! pod/perlre.pod +____________________________________________________________________________ +[ 31526] By: steveh on 2007/07/03 16:13:58 + Log: Correct a couple more cases of $Config{useshrplib} + Branch: perl + ! hints/uts.sh lib/ExtUtils/MM_Unix.pm vms/genconfig.pl +____________________________________________________________________________ +[ 31525] By: rgs on 2007/07/03 14:34:05 + Log: More tests for \g errors in regular expressions + Branch: perl + ! t/op/re_tests +____________________________________________________________________________ +[ 31524] By: rgs on 2007/07/03 14:26:13 + Log: Forbid \g0. (tests coming later) + Branch: perl + ! pod/perldiag.pod regcomp.c +____________________________________________________________________________ +[ 31523] By: steveh on 2007/07/03 14:16:23 + Log: $Config{useshrplib} should be 'true' rather than 'yes' when using + a shared perl library + Branch: perl + ! NetWare/config.wc win32/config.bc win32/config.ce + ! win32/config.gc win32/config.vc win32/config.vc64 +____________________________________________________________________________ +[ 31522] By: stevep on 2007/07/03 13:51:08 + Log: Upgrade to ExtUtils-MakeMaker-6.36 + Branch: perl + ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/prereq.t +____________________________________________________________________________ +[ 31521] By: stevep on 2007/07/02 18:23:50 + Log: Include file missed from change #31519. + Branch: perl + ! lib/ExtUtils/MakeMaker.pm +____________________________________________________________________________ +[ 31520] By: stevep on 2007/07/02 16:52:30 + Log: Subject: [PATCH] compression modules update to version 2.005 + From: "Paul Marquess" + Date: Sun, 1 Jul 2007 00:50:01 +0100 + Message-ID: <000c01c7bb71$6189ae20$6601a8c0@myopwv.com> + Branch: perl + + ext/IO_Compress_Zlib/t/110encode-deflate.t + + ext/IO_Compress_Zlib/t/110encode-gzip.t + + ext/IO_Compress_Zlib/t/110encode-rawdeflate.t + + ext/IO_Compress_Zlib/t/110encode-zip.t + + t/lib/compress/encode.pl + ! MANIFEST ext/Compress/Raw/Zlib/Changes + ! ext/Compress/Raw/Zlib/Makefile.PL ext/Compress/Raw/Zlib/README + ! ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm + ! ext/Compress/Zlib/Changes ext/Compress/Zlib/Makefile.PL + ! ext/Compress/Zlib/README + ! ext/Compress/Zlib/lib/Compress/Zlib.pm + ! ext/Compress/Zlib/t/08encoding.t ext/IO_Compress_Base/Changes + ! ext/IO_Compress_Base/README + ! ext/IO_Compress_Base/lib/IO/Compress/Base.pm + ! ext/IO_Compress_Base/lib/IO/Compress/Base/Common.pm + ! ext/IO_Compress_Base/lib/IO/Uncompress/AnyUncompress.pm + ! ext/IO_Compress_Base/lib/IO/Uncompress/Base.pm + ! ext/IO_Compress_Zlib/Changes ext/IO_Compress_Zlib/Makefile.PL + ! ext/IO_Compress_Zlib/README + ! ext/IO_Compress_Zlib/examples/unzip + ! ext/IO_Compress_Zlib/lib/IO/Compress/Adapter/Deflate.pm + ! ext/IO_Compress_Zlib/lib/IO/Compress/Adapter/Identity.pm + ! ext/IO_Compress_Zlib/lib/IO/Compress/Deflate.pm + ! ext/IO_Compress_Zlib/lib/IO/Compress/Gzip.pm + ! ext/IO_Compress_Zlib/lib/IO/Compress/Gzip/Constants.pm + ! ext/IO_Compress_Zlib/lib/IO/Compress/RawDeflate.pm + ! ext/IO_Compress_Zlib/lib/IO/Compress/Zip.pm + ! ext/IO_Compress_Zlib/lib/IO/Compress/Zip/Constants.pm + ! ext/IO_Compress_Zlib/lib/IO/Compress/Zlib/Constants.pm + ! ext/IO_Compress_Zlib/lib/IO/Compress/Zlib/Extra.pm + ! ext/IO_Compress_Zlib/lib/IO/Uncompress/Adapter/Identity.pm + ! ext/IO_Compress_Zlib/lib/IO/Uncompress/Adapter/Inflate.pm + ! ext/IO_Compress_Zlib/lib/IO/Uncompress/AnyInflate.pm + ! ext/IO_Compress_Zlib/lib/IO/Uncompress/Gunzip.pm + ! ext/IO_Compress_Zlib/lib/IO/Uncompress/Inflate.pm + ! ext/IO_Compress_Zlib/lib/IO/Uncompress/RawInflate.pm + ! ext/IO_Compress_Zlib/lib/IO/Uncompress/Unzip.pm + ! ext/IO_Compress_Zlib/t/004gziphdr.t + ! ext/IO_Compress_Zlib/t/005defhdr.t t/lib/compress/generic.pl + ! t/lib/compress/oneshot.pl t/lib/compress/tied.pl +____________________________________________________________________________ +[ 31519] By: stevep on 2007/07/02 15:39:52 + Log: Upgrade to ExtUtils-MakeMaker-6.35 + Branch: perl + + lib/ExtUtils/t/WriteEmptyMakefile.t lib/ExtUtils/t/cd.t + + lib/ExtUtils/t/fixin.t lib/ExtUtils/t/prereq.t + ! MANIFEST lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/MM_Unix.pm + ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm + ! lib/ExtUtils/MakeMaker/FAQ.pod lib/ExtUtils/t/basic.t + ! lib/ExtUtils/t/parse_version.t lib/ExtUtils/t/recurs.t + ! lib/ExtUtils/t/writemakefile_args.t + ! t/lib/MakeMaker/Test/Setup/Recurs.pm + ! t/lib/MakeMaker/Test/Utils.pm +____________________________________________________________________________ +[ 31518] By: rgs on 2007/07/02 13:35:06 + Log: Subject: [PATCH] Add add-package.pl to the core (was Re: Why no (XML|DBI|WWW|Template) modules in the core?) + From: "Jos I. Boumans" + Date: Mon, 2 Jul 2007 15:20:37 +0200 + Message-Id: + Branch: perl + + Porting/add-package.pl + ! MANIFEST +____________________________________________________________________________ +[ 31517] By: rgs on 2007/07/02 13:28:50 + Log: Subject: [PATCH-revised] Address 250_ping_hires.t failure + From: "Jerry D. Hedden" + Date: Sun, 1 Jul 2007 15:23:37 -0400 + Message-ID: <1ff86f510707011223u7557fc53m9df980815479892a@mail.gmail.com> + Branch: perl + ! lib/Net/Ping/t/250_ping_hires.t +____________________________________________________________________________ +[ 31516] By: rgs on 2007/07/02 13:17:26 + Log: Subject: [PATCH] Fixes to threads tests + From: "Jerry D. Hedden" + Date: Sun, 1 Jul 2007 15:03:41 -0400 + Message-ID: <1ff86f510707011203qc90c31he6f6b86d08d34e39@mail.gmail.com> + Branch: perl + ! ext/threads/Changes ext/threads/t/stack.t + ! ext/threads/t/stack_env.t ext/threads/t/stress_cv.t + ! ext/threads/t/stress_re.t ext/threads/t/stress_string.t +____________________________________________________________________________ +[ 31515] By: steveh on 2007/07/02 12:25:46 + Log: Apply win32/Makefile changes from #31102 and #31506 to win32/makefile.mk + Branch: perl + ! win32/makefile.mk +____________________________________________________________________________ +[ 31514] By: nicholas on 2007/07/01 14:45:47 + Log: Restore a comment from 30501 unintentionally deleted with change 31513. + Branch: perl + ! mro.c +____________________________________________________________________________ +[ 31513] By: nicholas on 2007/07/01 14:23:45 + Log: Avoid copying the AV in Perl_mro_get_linear_isa_dfs() + Branch: perl + ! mro.c +____________________________________________________________________________ +[ 31512] By: nicholas on 2007/07/01 12:33:39 + Log: Add some information to the comments describing SV flag bits. + Branch: perl + ! sv.h +____________________________________________________________________________ +[ 31511] By: davem on 2007/07/01 12:30:50 + Log: test that localised tieing of a hash or array remains local + (tests for change #31505) + Branch: perl + ! t/op/tie.t +____________________________________________________________________________ +[ 31510] By: demerphq on 2007/07/01 12:03:35 + Log: char is not a good type to use for array indexes; + should have been U8 in the first place. + + Originally noticed by Jerry Hedden in + Subject: [PATCH] Compiler warning in regcomp.c + From: "Jerry D. Hedden" + Date: Sat, 30 Jun 2007 16:34:06 -0400 + Message-ID: <1ff86f510706301334t337903a0k46abc6d2d25c68a5@mail.gmail.com> + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 31509] By: demerphq on 2007/06/30 16:44:16 + Log: Subject: FYI: Math::BigInt v1.87 released [PATCH] + From: Tels + Date: Sat, 30 Jun 2007 13:14:05 +0200 + Message-Id: <200706301314.07075@bloodgate.com> + Branch: perl + ! lib/Math/BigFloat.pm lib/Math/BigInt.pm +____________________________________________________________________________ +[ 31508] By: demerphq on 2007/06/30 16:19:33 + Log: Subject: [PATCH pp_hot.c] Comment typo fix + From: Abigail + Date: Fri, 29 Jun 2007 22:49:35 +0200 + Message-ID: <20070629204935.GA13919@abigail.nl> + Branch: perl + ! pp_hot.c +____________________________________________________________________________ +[ 31507] By: demerphq on 2007/06/30 15:48:55 + Log: Subject: [PATCH regcomp.c] regclass on EBCDIC platforms + From: Benjamin Carter + Date: Fri, 29 Jun 2007 23:42:59 -0500 + Message-ID: <20070630044259.GB22566@egg> + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 31506] By: demerphq on 2007/06/30 15:37:41 + Log: Subject: /p vs (?p) + From: Abigail + Date: Fri, 29 Jun 2007 23:38:07 +0200 + Message-ID: <20070629213807.GA14454@abigail.nl> + + Subject: [PATCH pod/perlre.pod] Keeping up with the changes. + From: Abigail + Date: Sat, 30 Jun 2007 01:24:36 +0200 + Message-ID: <20070629232436.GA15326@abigail.nl> + + Plus tweaks, and debug enahancements. + Branch: perl + ! embed.fnc embed.h ext/re/re.pm globvar.sym pod/perlre.pod + ! proto.h regcomp.c regcomp.h regcomp.pl regexp.h regnodes.h + ! t/op/reg_pmod.t win32/Makefile +____________________________________________________________________________ +[ 31505] By: rgs on 2007/06/29 16:28:34 + Log: Removes the code that is supposed to restore magic on leaving the + localization of an array or a hash. This fixes some memory leaks. + Basically we were overwriting the magic of the outer value (value + from the outer scope) by the magic of the inner value (therefore making + that outer magic leaking in memory). But that inner magic was created + by mg_localize() by copying *some* of the outer magic. Consequently the + outer value already has that magic. So just keep it and don't bother. + + That change might introduce obscure bugs. On the other hand, it might + also cure obscure bugs, related to the inner value acquiring container + magic during its lifetime, or to the outer value loosing non-container + magic. No test in the test suite seems to test that. + Branch: perl + ! scope.c +____________________________________________________________________________ +[ 31504] By: stevep on 2007/06/29 16:10:13 + Log: Subject: [PATCH] Fix up change 31494 + From: "Jerry D. Hedden" + Date: Fri, 29 Jun 2007 12:02:17 -0400 + Message-ID: <1ff86f510706290902k57b540a5n446fad22c1afdab0@mail.gmail.com> + Branch: perl + ! t/op/goto.t +____________________________________________________________________________ +[ 31503] By: rgs on 2007/06/29 09:09:39 + Log: Update Changes + Branch: perl + ! Changes +____________________________________________________________________________ +[ 31502] By: rgs on 2007/06/29 09:00:32 + Log: Revert change #31489. + That change was adding a hook to cope with the case when one was + undef'ining *ISA globs, in order to clean up correctly. However, this + broke the case where one was assiging an array ref to @ISA, which + is likely to be more common. + Conclusion: don't undef *ISA. (or more generally don't undef globs + that contain magical variables) + Branch: perl + ! embed.fnc embed.h hv.c mg.c mro.c perl.h proto.h sv.c + ! t/mro/basic.t +____________________________________________________________________________ +[ 31501] By: rgs on 2007/06/29 08:29:09 + Log: Subject: Re: valgrind findings + From: "Brandon Black" + Date: Thu, 28 Jun 2007 15:58:32 -0500 + Message-ID: <84621a60706281358o3b379b20k2c1e53566587d79b@mail.gmail.com> + Branch: perl + ! mro.c +____________________________________________________________________________ +[ 31500] By: rgs on 2007/06/29 07:58:19 + Log: Being tired of adjusting the test count of concise-xs.t + all the time. Use no_plan instead. + Branch: perl + ! ext/B/t/concise-xs.t +____________________________________________________________________________ +[ 31499] By: rgs on 2007/06/29 06:28:07 + Log: Small pod fix + Branch: perl + ! pod/perlreapi.pod +____________________________________________________________________________ +[ 31498] By: demerphq on 2007/06/29 00:05:57 + Log: fix overzealous search and replace + Branch: perl + ! regexp.h +____________________________________________________________________________ +[ 31497] By: demerphq on 2007/06/28 23:14:39 + Log: Rename various regex defined so that they have distinct prefixes based on their usage. + + RXf_ => flags used in pm_flags argument to regcomp + and stored in the regex via rx->extflags + PREGf_ => flags stored in rx->intflags + RXapif_ => argument flags for regex named capture api + RX_BUFF_IDX_ => special indexes to represent $` $' $& + used in the numeric capture buffer api + + PREGf is untouched by this change, but RXf_ is split into RXapif and RX_BUFF_IDX_. + Branch: perl + ! mg.c perl.h pod/perlreapi.pod regcomp.c regexp.h universal.c +____________________________________________________________________________ +[ 31496] By: demerphq on 2007/06/28 22:14:14 + Log: Replace pattern parsing logic with optree "parsing" logic. + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 31495] By: demerphq on 2007/06/28 22:09:07 + Log: Subject: [PATCH] Move the RXf_WHITE logic for split " " into the regex engine + From: "=?UTF-8?Q?=C3=86var_Arnfj=C3=B6r=C3=B0_Bjarmason?=" + Date: Thu, 28 Jun 2007 20:06:50 +0000 + + Message-ID: <51dd1af80706281306i4dbba39em3eeb8da1d67ea27c@mail.gmail.com> + + (with tweaks) + Branch: perl + ! ext/B/t/concise-xs.t op.c op.h pod/perlreapi.pod regcomp.c + ! regexp.h +____________________________________________________________________________ +[ 31494] By: stevep on 2007/06/28 20:33:32 + Log: Add a TODO test cases RT# 43403. + Branch: perl + ! t/op/goto.t +____________________________________________________________________________ +[ 31493] By: rgs on 2007/06/28 15:05:42 + Log: Fix tests so they actually test $@. like() demands a qr//. + Branch: perl + ! t/op/vec.t +____________________________________________________________________________ +[ 31492] By: rgs on 2007/06/28 10:55:04 + Log: New valgrind suppressions. + Branch: perl + ! t/perl.supp +____________________________________________________________________________ +[ 31491] By: steveh on 2007/06/28 10:46:39 + Log: Re-enable the setlocale() tests for Windows XP onwards + since they seem to work OK. Not sure about older flavours + of Windows, so leave them alone. + Branch: perl + ! lib/locale.t +____________________________________________________________________________ +[ 31490] By: steveh on 2007/06/28 10:11:15 + Log: Subject: RE: Problem in Win32CORE when building PAR-Packer-0.975 with bleadperl on Win32 + From: "Jan Dubois" + Date: Wed, 27 Jun 2007 15:34:12 -0700 + Message-ID: <02bd01c7b90b$49863720$dc92a560$@com> + + Rearranges the initialization of Win32CORE. The Perl interpreter isn't + fully initialized when Perl_init_os_extras() in win32/win32.c is called, + so it is not safe to use the Perl calling mechanism yet. Fixes a problem + building PAR-Packer on Win32. + Branch: perl + ! cygwin/cygwin.c ext/Win32CORE/Win32CORE.c + ! ext/Win32CORE/Win32CORE.pm makedef.pl win32/win32.c +____________________________________________________________________________ +[ 31489] By: rgs on 2007/06/28 06:32:01 + Log: Subject: Re: [perl #43357] *DESTROY = sub {} at runtime + From: "Brandon Black" + Date: Wed, 27 Jun 2007 10:07:54 -0500 + Message-ID: <84621a60706270807r7af65546x8d959b131ffa28e6@mail.gmail.com> + Branch: perl + ! embed.fnc embed.h hv.c mg.c mro.c perl.h proto.h sv.c + ! t/mro/basic.t +____________________________________________________________________________ +[ 31488] By: rgs on 2007/06/28 06:17:04 + Log: Subject: [PATCH-revised] Move tests under 'threads' module + From: "Jerry D. Hedden" + Date: Wed, 27 Jun 2007 14:15:16 -0400 + Message-ID: <1ff86f510706271115n6c816334nbde6774792743a54@mail.gmail.com> + Branch: perl + ! ext/threads/t/thread.t t/op/threads.t +____________________________________________________________________________ +[ 31487] By: rgs on 2007/06/28 06:13:31 + Log: Subject: Re: [PATCH-revised] ext/Win32/t/Unicode.t failures on FAT32 under Cygwin + From: "Jerry D. Hedden" + Date: Wed, 27 Jun 2007 20:46:39 -0400 + Message-ID: <1ff86f510706271746r62f921f4s3770df0b92cdf201@mail.gmail.com> + Branch: perl + ! ext/Win32/t/Unicode.t +____________________________________________________________________________ +[ 31486] By: rgs on 2007/06/28 06:10:45 + Log: Subject: Math::BigFloat - fix bpi() and A [PATCH] + From: Tels + Date: Wed, 27 Jun 2007 18:34:14 +0200 + Message-Id: <200706271834.14904@bloodgate.com> + Branch: perl + + lib/Math/BigInt/t/big_pi_e.t + ! MANIFEST lib/Math/BigFloat.pm +____________________________________________________________________________ +[ 31485] By: rgs on 2007/06/28 06:03:32 + Log: Subject: Re: Broken bignum tests [PATCH] + From: Tels + Date: Wed, 27 Jun 2007 19:15:45 +0200 + Message-Id: <200706271915.46068@bloodgate.com> + Branch: perl + ! lib/bigint.pm lib/bignum.pm lib/bignum/t/big_e_pi.t + ! lib/bignum/t/bii_e_pi.t lib/bignum/t/bir_e_pi.t lib/bigrat.pm +____________________________________________________________________________ +[ 31484] By: rgs on 2007/06/28 05:42:49 + Log: Subject: [PATCH] bring File-Path up to 2.01 + From: David Landgren + Date: Wed, 27 Jun 2007 21:46:39 +0200 + Message-ID: <4682BE9F.6080502@landgren.net> + Branch: perl + ! lib/File/Path.pm lib/File/Path.t +____________________________________________________________________________ +[ 31483] By: demerphq on 2007/06/28 00:01:54 + Log: Free memory in case of error/failure to compile. + + Hopefully valgrind will notice and like. :-) + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 31482] By: steveh on 2007/06/27 17:08:01 + Log: Fix POSIX::setlocale(): the CRT function returns a pointer to a + buffer that may be overwritten by subsequent calls to the CRT + function, so we must make a safe copy of that buffer for our own + use. This fixes lib/locale.t on Win32 with the Borland compiler, + but presumably could affect other compilers too. + Branch: perl + ! ext/POSIX/POSIX.xs +____________________________________________________________________________ +[ 31481] By: rgs on 2007/06/27 16:40:10 + Log: Revert change #31480. The PI and e functions can accept an argument. + Branch: perl + ! lib/bigint.pm lib/bignum.pm lib/bigrat.pm +____________________________________________________________________________ +[ 31480] By: rgs on 2007/06/27 13:02:02 + Log: Add an empty prototype to functions PI and e + Branch: perl + ! lib/bigint.pm lib/bignum.pm lib/bigrat.pm +____________________________________________________________________________ +[ 31479] By: rgs on 2007/06/27 12:57:52 + Log: Subject: Re: RFC: bigint et. al exporting PI method? [PATCH] + From: Tels + Date: Tue, 26 Jun 2007 20:56:45 +0200 + Message-Id: <200706262056.47311@bloodgate.com> + Branch: perl + + lib/bignum/t/big_e_pi.t lib/bignum/t/bii_e_pi.t + + lib/bignum/t/bir_e_pi.t + ! MANIFEST lib/bigint.pm lib/bignum.pm lib/bigrat.pm +____________________________________________________________________________ +[ 31478] By: rgs on 2007/06/27 12:51:22 + Log: Subject: Math::BigInt take 12 [PATCH] + From: Tels + Date: Tue, 26 Jun 2007 21:00:53 +0200 + Message-Id: <200706262100.54138@bloodgate.com> + Branch: perl + ! lib/Math/BigFloat.pm lib/Math/BigInt.pm + ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bare_mbi.t + ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t + ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t + ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t + ! lib/Math/BigInt/t/with_sub.t +____________________________________________________________________________ +[ 31477] By: rgs on 2007/06/27 09:59:11 + Log: Subject: [PATCH-revised] threads 1.63 + From: "Jerry D. Hedden" + Date: Tue, 26 Jun 2007 21:17:52 -0400 + Message-ID: <1ff86f510706261817o52ad2e23kbd4efb16b5bed98b@mail.gmail.com> + Branch: perl + ! ext/threads/Changes ext/threads/README ext/threads/t/exit.t + ! ext/threads/t/thread.t ext/threads/threads.pm +____________________________________________________________________________ +[ 31476] By: rgs on 2007/06/27 08:53:02 + Log: Subject: [PATCH] B::Deparse cleanups + From: Chia-liang Kao + Date: Wed, 27 Jun 2007 00:06:56 +0100 + Message-Id: <1182899216.22414.32.camel@localhost> + Branch: perl + ! ext/B/B/Deparse.pm ext/B/t/concise-xs.t ext/B/t/deparse.t +____________________________________________________________________________ +[ 31475] By: davem on 2007/06/26 21:25:15 + Log: avoid double-free of the thread function + Branch: perl + ! ext/threads/threads.xs t/op/threads.t +____________________________________________________________________________ +[ 31474] By: davem on 2007/06/26 21:07:02 + Log: make sure PL_Parser is NULL during early stage of thread clone + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 31473] By: rgs on 2007/06/26 16:12:27 + Log: Second patch from: + Subject: Re: [perl #43357] *DESTROY = sub {} at runtime + From: "Brandon Black" + Date: Tue, 26 Jun 2007 11:05:31 -0500 + Message-ID: <84621a60706260905x2da6eaf1x4bd7d5223951e52@mail.gmail.com> + + Fix MRO behaviour when one undefs @ISA + Branch: perl + ! av.c t/mro/basic.t +____________________________________________________________________________ +[ 31472] By: rgs on 2007/06/26 16:10:11 + Log: First patch from: + Subject: Re: [perl #43357] *DESTROY = sub {} at runtime + From: "Brandon Black" + Date: Tue, 26 Jun 2007 11:05:31 -0500 + Message-ID: <84621a60706260905x2da6eaf1x4bd7d5223951e52@mail.gmail.com> + + Fix problem recently introduced with loosing a DESTROY when redefined + at runtime. + Branch: perl + ! gv.c t/mro/basic.t +____________________________________________________________________________ +[ 31471] By: rgs on 2007/06/26 15:48:51 + Log: Subject: [PATCH] Add TODO tests for refcount issues related to threads + From: "Jerry D. Hedden" + Date: Tue, 26 Jun 2007 11:26:25 -0400 + Message-ID: <1ff86f510706260826h79124373y51d899e53c96b50e@mail.gmail.com> + Branch: perl + ! t/op/threads.t +____________________________________________________________________________ +[ 31470] By: steveh on 2007/06/26 09:10:24 + Log: Upgrade to Win32-0.30 + Branch: perl + + ext/Win32/t/GetShortPathName.t + ! MANIFEST ext/Win32/Makefile.PL ext/Win32/Win32.pm + ! ext/Win32/Win32.xs ext/Win32/t/Unicode.t +____________________________________________________________________________ +[ 31469] By: steveh on 2007/06/26 07:38:05 + Log: Subject: [PATCH] Remove dead code from win32/win32sck.c + From: "Jan Dubois" + Date: Mon, 25 Jun 2007 17:13:04 -0700 + Message-ID: <02bb01c7b786$c42099c0$4c61cd40$@com> + + Subject: RE: [PATCH] Remove dead code from win32/win32sck.c + From: "Jan Dubois" + Date: Mon, 25 Jun 2007 17:26:15 -0700 + Message-ID: <02c801c7b788$9bf7ebe0$d3e7c3a0$@com> + Branch: perl + ! win32/win32sck.c win32/wincesck.c +____________________________________________________________________________ +[ 31468] By: steveh on 2007/06/26 07:31:13 + Log: Subject: [PATCH] Win32 is dual-lived on CPAN + From: "Jan Dubois" + Date: Mon, 25 Jun 2007 17:02:24 -0700 + Message-ID: <02a501c7b785$4774f890$d65ee9b0$@com> + Branch: perl + ! Porting/Maintainers.pl +____________________________________________________________________________ +[ 31467] By: rgs on 2007/06/26 07:22:36 + Log: Subject: [PATCH] Porting/corecpan.pl -f option doesn't work + From: "Jan Dubois" + Date: Mon, 25 Jun 2007 16:55:01 -0700 + Message-ID: <02a101c7b784$3f79c720$be6d5560$@com> + Branch: perl + ! Porting/corecpan.pl +____________________________________________________________________________ +[ 31466] By: steveh on 2007/06/25 15:10:34 + Log: Revert #30197 and #30219, which #31464 has just made redundant + Branch: perl + ! win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 31465] By: rgs on 2007/06/25 14:26:37 + Log: Subject: [PATCH] Accept file exists error in ext/Win32API/File/t/file.t + From: "Jerry D. Hedden" + Date: Mon, 25 Jun 2007 10:23:15 -0400 + Message-ID: <1ff86f510706250723r4d6c5f5dg203b3f61cdeaa14d@mail.gmail.com> + Branch: perl + ! ext/Win32API/File/t/file.t +____________________________________________________________________________ +[ 31464] By: rgs on 2007/06/25 14:20:04 + Log: Rename README and Changes for more readability + Branch: perl + +> lib/Net/Changes lib/Net/README + - lib/Net/Changes.libnet lib/Net/README.libnet + ! MANIFEST Porting/Maintainers.pl +____________________________________________________________________________ +[ 31463] By: rgs on 2007/06/25 14:16:28 + Log: Upgrade to libnet 1.21 + Branch: perl + + lib/Net/Hostname.pm.eg + - lib/Net/Hostname.eg + ! MANIFEST lib/Net/Changes.libnet lib/Net/Cmd.pm + ! lib/Net/Config.pm lib/Net/Domain.pm lib/Net/FTP.pm + ! lib/Net/FTP/A.pm lib/Net/FTP/I.pm lib/Net/FTP/dataconn.pm + ! lib/Net/NNTP.pm lib/Net/Netrc.pm lib/Net/POP3.pm + ! lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/Time.pm + ! lib/Net/libnetFAQ.pod +____________________________________________________________________________ +[ 31462] By: rgs on 2007/06/25 12:10:10 + Log: Apply doc suggestion from: + Subject: [perl #43287] perluniintro inaccurate answer to testing encoding validity + From: Danny Rathjens (via RT) + Date: Thu, 21 Jun 2007 17:35:26 -0700 + Message-ID: + Branch: perl + ! pod/perluniintro.pod +____________________________________________________________________________ +[ 31461] By: rgs on 2007/06/25 11:41:35 + Log: Subject: [PATCH] remove op_static + From: Paul Johnson + Date: Fri, 22 Jun 2007 02:13:20 +0200 + Message-ID: <20070622001320.GD20560@pjcj.net> + + Plus version bumps + Branch: perl + ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm op.c + ! op.h +____________________________________________________________________________ +[ 31460] By: rgs on 2007/06/25 10:23:47 + Log: That test too should be skipped in the core on EBCDIC platforms + (because it requires Convert::EBCDIC) + Branch: perl + ! lib/Net/t/datasend.t +____________________________________________________________________________ +[ 31459] By: rgs on 2007/06/25 09:45:21 + Log: Subject: [Caffeine-Patch] Math::BigInt 1.87 take 11 (add batan2, fix batan, speedup bpi() + From: Tels + Date: Sat, 23 Jun 2007 15:30:49 +0200 + Message-Id: <200706231530.49865@bloodgate.com> + Branch: perl + - lib/Math/BigInt/t/fallback.t + ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm + ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bigfltpm.inc + ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/sub_mbf.t + ! lib/Math/BigInt/t/with_sub.t t/lib/Math/BigInt/BareCalc.pm +____________________________________________________________________________ +[ 31458] By: rgs on 2007/06/25 09:08:53 + Log: Remove now-irrelevant comment + Branch: perl + ! ext/Win32API/File/t/file.t +____________________________________________________________________________ +[ 31457] By: rgs on 2007/06/25 09:08:04 + Log: Subject: [perl #43285] Win32API::File tests language specific + From: "Reini Urban via RT" + Date: Sat, 23 Jun 2007 11:15:07 -0700 + Message-ID: + Branch: perl + ! ext/Win32API/File/t/file.t +____________________________________________________________________________ +[ 31456] By: rgs on 2007/06/25 09:02:18 + Log: PerlFAQ sync. + Branch: perl + ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq4.pod + ! pod/perlfaq5.pod pod/perlfaq7.pod pod/perlfaq8.pod +____________________________________________________________________________ +[ 31455] By: nicholas on 2007/06/24 15:46:40 + Log: s/\bunicode\b/Unicode/; # For everything not dual life + Branch: perl + ! dump.c ext/Data/Dumper/Dumper.pm pod/perlapi.pod + ! pod/perldiag.pod pod/perlhack.pod pod/perlpacktut.pod + ! pod/perlre.pod pod/perlretut.pod pod/perlunicode.pod regcomp.c + ! regcomp.h regexec.c utf8.c vms/vms.c +____________________________________________________________________________ +[ 31454] By: nicholas on 2007/06/24 13:32:42 + Log: Also get copy on write working with ithreads. It hadn't been working + since change 26684 (which uses sv_setsv_flags to copy a value from an + SV in one interpreter context to an SV in another), despite what + change 31120 thought. ext/Compress/Raw/Zlib/t/07bufsize.t still fails. + Branch: perl + ! sv.c sv.h +____________________________________________________________________________ +[ 31453] By: demerphq on 2007/06/23 19:53:53 + Log: Rename test files starting with regexp_ that do not + wrap regexp.t (and thus use re_tests) to reg_ to make + it clear they are standalone. + Branch: perl + +> t/op/reg_email.t t/op/reg_mesg.t t/op/reg_namedcapture.t + +> t/op/reg_nc_tie.t t/op/reg_pmod.t + - t/op/regexp_email.t t/op/regexp_namedcapture.t + - t/op/regexp_nc_tie.t t/op/regexp_pmod.t t/op/regmesg.t + ! MANIFEST +____________________________________________________________________________ +[ 31451] By: demerphq on 2007/06/23 19:04:04 + Log: Resolve + http://www.nntp.perl.org/group/perl.perl5.porters/2007/06/msg125667.html + by reverting part of change #29354. + + Unfortunately match vars after a /g match in scalar context will be + unsafe (again) after this, but such matches on long strings won't be + as diabolically slow. + + Question: why does the new test in t/op/pat.t pass, but the same test + in t/op/reg_unsafe.t fail? (Latter is TODO for now) + Branch: perl + + t/op/reg_unsafe.t + ! MANIFEST pp_hot.c t/op/pat.t +____________________________________________________________________________ +[ 31450] By: rgs on 2007/06/23 10:14:43 + Log: Tels' patch to defer overloading of hex and oct, + to avoid magic leaking and smoke failures under + utf-8 locales + Branch: perl + ! lib/bigint.pm lib/bignum.pm lib/bigrat.pm lib/charnames.pm + ! lib/utf8.pm lib/utf8_heavy.pl +____________________________________________________________________________ +[ 31449] By: rgs on 2007/06/23 09:19:03 + Log: Subject: [PATCH] Math::BigInt v1.87 take 10 + From: Tels + Date: Fri, 22 Jun 2007 19:02:22 +0200 + Message-Id: <200706221902.22487@bloodgate.com> + Branch: perl + ! lib/Math/BigFloat.pm lib/Math/BigInt.pm + ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bigfltpm.inc + ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/fallback.t + ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/with_sub.t +____________________________________________________________________________ +[ 31448] By: davem on 2007/06/23 00:08:44 + Log: remove the test added by change #31447 + (I couldn't get a test that worked, and accidentally included my + failed attempt in the patch). + Branch: perl + ! t/op/closure.t +____________________________________________________________________________ +[ 31447] By: davem on 2007/06/22 23:46:36 + Log: safely handle cloning a stale lexical var + This code: + my $x if ...; sub { $x} + could attempt to clone $x even if $x is stale. + Branch: perl + ! pad.c t/op/closure.t +____________________________________________________________________________ +[ 31446] By: rgs on 2007/06/22 15:17:23 + Log: Subject: [PATCH] Remove orphaned (and unused) Test::Simple test + From: "Jerry D. Hedden" + Date: Thu, 21 Jun 2007 14:28:12 -0400 + Message-ID: <1ff86f510706211128h58cd5e98s49ec897bbdcce2a2@mail.gmail.com> + Branch: perl + - lib/Test/Simple/t/strays.t + ! MANIFEST +____________________________________________________________________________ +[ 31445] By: merijn on 2007/06/22 14:55:47 + Log: Subject: [perl #43291] perl-5.8.8 - AIX 5.3 64bit build issues + From: Niklas Edmundsson (via RT) + Date: Fri, 22 Jun 2007 00:30:36 -0700 + Message-ID: + Branch: perl + ! hints/aix.sh +____________________________________________________________________________ +[ 31444] By: merijn on 2007/06/22 10:21:12 + Log: Subject: [PATCH] perlopentut + From: "Dintelmann, Peter" + Date: Fri, 22 Jun 2007 10:30:50 +0200 + Message-ID: <3852726AFA94DE4F87E616F13F416A5FB66C78@naimucu1.ffz00k.rootdom.net> + Branch: perl + ! pod/perlopentut.pod +____________________________________________________________________________ +[ 31443] By: demerphq on 2007/06/21 22:57:20 + Log: Add avar to the authors file... Apparently the 'ae' ligature sorts after z in Icelandic so he goes at the bottom of the file. + Branch: perl + ! AUTHORS +____________________________________________________________________________ +[ 31442] By: demerphq on 2007/06/21 22:23:20 + Log: Correct my email address. (My very first commit!) + Branch: perl + ! AUTHORS +____________________________________________________________________________ +[ 31441] By: rgs on 2007/06/21 14:54:32 + Log: Subject: [PATCH] Remove unused Module::Build tests + From: "Jerry D. Hedden" + Date: Thu, 21 Jun 2007 10:24:01 -0400 + Message-ID: <1ff86f510706210724v5ccd24d0md024fd5a941ee769@mail.gmail.com> + Branch: perl + - lib/Module/Build/t/par.t lib/Module/Build/t/signature.t + ! MANIFEST +____________________________________________________________________________ +[ 31440] By: rgs on 2007/06/21 08:34:35 + Log: Subject: [PATCH] File::Spec::Cygwin more tests and silence warning + From: Reini Urban + Date: Wed, 20 Jun 2007 21:10:05 +0200 + Message-ID: <46797B8D.8040002@x-ray.at> + Branch: perl + ! lib/File/Spec/Cygwin.pm lib/File/Spec/t/Spec.t +____________________________________________________________________________ +[ 31439] By: rgs on 2007/06/21 08:28:13 + Log: Subject: [perl #43265] cygwin/Makefile.SHs: miniperl -Ilib for a clean @INC + From: cygwin@cygwin.com (via RT) + Date: Wed, 20 Jun 2007 09:39:31 -0700 + Message-ID: + Branch: perl + ! cygwin/Makefile.SHs +____________________________________________________________________________ +[ 31438] By: rgs on 2007/06/21 08:26:18 + Log: Subject: [PATCH] cloexec.t works under Cygwin + From: "Jerry D. Hedden" + Date: Wed, 20 Jun 2007 09:39:20 -0400 + Message-ID: <1ff86f510706200639t13f58ecbi286015713765c403@mail.gmail.com> + Branch: perl + ! t/run/cloexec.t +____________________________________________________________________________ +[ 31437] By: rgs on 2007/06/21 08:24:26 + Log: Subject: [PATCH] Remove Archive::Test POD check + From: "Jerry D. Hedden" + Date: Wed, 20 Jun 2007 09:43:27 -0400 + Message-ID: <1ff86f510706200643s50cb5028ted455f52497f6af5@mail.gmail.com> + Branch: perl + - lib/Archive/Tar/t/99_pod.t + ! MANIFEST +____________________________________________________________________________ +[ 31436] By: rgs on 2007/06/21 08:18:54 + Log: Subject: [perl #40103] File::Spec->case_tolerant() should return true on Cygwin + From: "Reini Urban via RT" + Date: Wed, 20 Jun 2007 11:50:21 -0700 + Message-ID: + Branch: perl + ! lib/File/Spec/Cygwin.pm lib/File/Spec/t/Spec.t +____________________________________________________________________________ +[ 31435] By: rgs on 2007/06/21 08:15:24 + Log: Subject: [perl #43273] Enable lib/User/*.t on cygwin + From: Reini Urban (via RT) + Date: Wed, 20 Jun 2007 16:22:48 -0700 + Message-ID: + Branch: perl + ! lib/User/grent.t lib/User/pwent.t +____________________________________________________________________________ +[ 31434] By: rgs on 2007/06/21 08:13:37 + Log: Subject: [PATH] AUTHORS rurban + From: Reini Urban + Date: Wed, 20 Jun 2007 23:35:03 +0200 + Message-ID: <46799D87.50906@x-ray.at> + Branch: perl + ! AUTHORS +____________________________________________________________________________ +[ 31433] By: rgs on 2007/06/21 08:12:09 + Log: Subject: [PATCH] pod/perlhack.pod where to go for information about smoke testing + From: "Gabor Szabo" + Date: Thu, 21 Jun 2007 08:19:33 +0300 + Message-ID: + Branch: perl + ! pod/perlhack.pod +____________________________________________________________________________ +[ 31432] By: craigb on 2007/06/21 03:24:02 + Log: Skip a test that causes list assignment to %ENV errors on VMS. + Branch: perl + ! lib/File/Spec/t/tmpdir.t +____________________________________________________________________________ +[ 31431] By: craigb on 2007/06/21 03:15:59 + Log: Make File::Spec::VMS->splitdir stop returning an empty first directory + when passed a relative path. Also, don't split on escaped directory + delimiters. + Branch: perl + ! lib/File/Spec/VMS.pm lib/File/Spec/t/Spec.t +____________________________________________________________________________ +[ 31430] By: steveh on 2007/06/20 16:26:01 + Log: Silence "signed/unsigned mismatch" warning from VC++ when building + with -DPERL_DEBUGGING_MSTATS + Branch: perl + ! ext/Devel/Peek/Peek.xs +____________________________________________________________________________ +[ 31429] By: steveh on 2007/06/20 16:07:06 + Log: Stop the VC++ warning "'HUF_func_2mode' undefined; assuming extern + returning int" by shuffling the functions around so that that + function is defined before it is called (since there are no forward + declarations of functions in this file) + Branch: perl + ! ext/Hash/Util/FieldHash/FieldHash.xs +____________________________________________________________________________ +[ 31428] By: steveh on 2007/06/20 16:03:10 + Log: Change #31426 should also be applied to the PERL_IMPLICIT_SYS + version of ioctl() + Branch: perl + ! win32/perlhost.h +____________________________________________________________________________ +[ 31427] By: rgs on 2007/06/20 14:36:19 + Log: Change #31426 should also be applied to the windows CE version + Branch: perl + ! win32/wincesck.c +____________________________________________________________________________ +[ 31426] By: rgs on 2007/06/20 13:30:14 + Log: Subject: Re: Net::SMTP can't send large messages with bleadperl + From: demerphq + Date: Wed, 20 Jun 2007 15:22:31 +0200 + Message-ID: <9b18b3110706200622o344c417apbd50468c6e5eb533@mail.gmail.com> + Branch: perl + ! win32/win32sck.c +____________________________________________________________________________ +[ 31425] By: rgs on 2007/06/20 07:45:43 + Log: A first stab at making perlreref.pod up to date + Branch: perl + ! pod/perlreref.pod +____________________________________________________________________________ +[ 31424] By: rgs on 2007/06/20 07:41:15 + Log: Fix docs for \u ; plus a POD formatting nit + Branch: perl + ! pod/perlrebackslash.pod +____________________________________________________________________________ +[ 31423] By: nicholas on 2007/06/19 20:38:36 + Log: Subject: Re: Net::SMTP can't send large messages with bleadperl + Message-ID: <9b18b3110706180943y22c0eaa7yf34565d87689dd9e@mail.gmail.com> + From: demerphq + Date: Mon, 18 Jun 2007 18:43:17 +0200 + Branch: perl + ! ext/IO/lib/IO/Socket.pm +____________________________________________________________________________ +[ 31422] By: nicholas on 2007/06/19 18:32:59 + Log: Work on getting B compiling outside of the perl source tree. + Branch: perl + ! ext/B/Makefile.PL ext/B/defsubs_h.PL +____________________________________________________________________________ +[ 31421] By: craigb on 2007/06/19 12:29:32 + Log: Better handling of escapes in filenames when converting between VMS + and Unix syntax. + Branch: perl + ! vms/vms.c +____________________________________________________________________________ +[ 31420] By: rgs on 2007/06/19 12:13:20 + Log: Subject: [perl #43242] "use base" breaks code containing peculiarly named constant + From: Martin Becker (via RT) + Date: Mon, 18 Jun 2007 09:48:54 -0700 + Message-ID: + + plus a test case + Branch: perl + ! lib/base.pm lib/base/t/base.t +____________________________________________________________________________ +[ 31419] By: rgs on 2007/06/19 09:43:21 + Log: Update list of files that need crlf line endings + Branch: perl + ! Porting/curliff.pl +____________________________________________________________________________ +[ 31418] By: davem on 2007/06/18 22:48:25 + Log: fix S_emulate_eaccess compiler warning + Branch: perl + ! embed.fnc embed.h proto.h +____________________________________________________________________________ +[ 31417] By: davem on 2007/06/18 15:10:32 + Log: 5.9.4 regexp capturing wrongly + change #28398 accidently made the last branch of an alternation + not restore the paren state after failure backtrack. Fix this by + removing the last-branch-skips-pushing-a-state optimisation. + Branch: perl + ! regexec.c t/op/re_tests +____________________________________________________________________________ +[ 31416] By: rgs on 2007/06/18 13:20:50 + Log: R stands for Report, not Reporting. + Branch: perl + ! META.yml Porting/makemeta +____________________________________________________________________________ +[ 31415] By: rgs on 2007/06/18 13:19:23 + Log: Regenerate META.yml. + Put MAD in Maintainers.pl. + Branch: perl + ! META.yml Porting/Maintainers.pl +____________________________________________________________________________ +[ 31414] By: rgs on 2007/06/18 11:39:04 + Log: Regen pods + Branch: perl + ! pod/perlmodlib.pod pod/perltoc.pod +____________________________________________________________________________ +[ 31413] By: steveh on 2007/06/18 08:49:30 + Log: Subject: Re: Math::BigInt 1.87 problems? Re: FAIL DBI-1.56 i686-linux 2.4.27-3-686 [PATCH] + From: Tels + Date: Fri, 15 Jun 2007 19:56:10 +0200 + Message-Id: <200706151956.11861@bloodgate.com> + Branch: perl + ! ext/Math/BigInt/FastCalc/FastCalc.xs + ! ext/Math/BigInt/FastCalc/t/bigintfc.t +____________________________________________________________________________ +[ 31412] By: rgs on 2007/06/18 08:27:59 + Log: Remove PERL_MAGIC_mutex + Branch: perl + ! dump.c perl.h pod/perlguts.pod +____________________________________________________________________________ +[ 31411] By: rgs on 2007/06/18 07:53:05 + Log: Subject: [PATCH] perlreapi.pod documentation for flags & cleanup + From: "=?UTF-8?Q?=C3=86var_Arnfj=C3=B6r=C3=B0_Bjarmason?=" + Date: Sun, 17 Jun 2007 18:09:25 +0000 + Message-ID: <51dd1af80706171109r37c294c4h78a51083c3b851ba@mail.gmail.com> + Branch: perl + ! pod/perlreapi.pod +____________________________________________________________________________ +[ 31410] By: rgs on 2007/06/18 07:48:56 + Log: Subject: [PATCH] POD Alignment for the magic table in perlapi.pod + From: "=?UTF-8?Q?=C3=86var_Arnfj=C3=B6r=C3=B0_Bjarmason?=" + Date: Sun, 17 Jun 2007 18:41:29 +0000 + Message-ID: <51dd1af80706171141w48cb717fr71ce7f214daebe36@mail.gmail.com> + Branch: perl + ! pod/perlguts.pod +____________________________________________________________________________ +[ 31409] By: rgs on 2007/06/18 07:39:35 + Log: Subject: [PATCH] SvRX() and SvRXOK() macros + From: "=?UTF-8?Q?=C3=86var_Arnfj=C3=B6r=C3=B0_Bjarmason?=" + Date: Mon, 18 Jun 2007 03:33:34 +0000 + Message-ID: <51dd1af80706172033h1908aa0ge15698204e0b79ed@mail.gmail.com> + Branch: perl + ! embed.fnc ext/re/re.xs pod/perlapi.pod pod/perlreapi.pod + ! proto.h regexp.h universal.c util.c +____________________________________________________________________________ +[ 31408] By: davem on 2007/06/18 00:00:30 + Log: add test for, and update comments for, old defined($1) oddity. + + Some code in regexec.c had a comment to the effect that without + this code, Dynaloader failed (this is back at 5.6.0). Replace the + comments with something more specific, and add a test for it + (basically without the code $1 is '' rather than undefined + sometimes). + Branch: perl + ! regexec.c t/op/re_tests +____________________________________________________________________________ +[ 31407] By: rgs on 2007/06/17 17:14:12 + Log: POD fixes in Hash::Util and Hash::Util::FieldHash + Branch: perl + ! ext/Hash/Util/FieldHash/lib/Hash/Util/FieldHash.pm + ! ext/Hash/Util/lib/Hash/Util.pm +____________________________________________________________________________ +[ 31406] By: rgs on 2007/06/17 16:58:55 + Log: Subject: [patch] Hash::Util::FieldHash v1.01 + From: Anno Siegel + Date: Sun, 17 Jun 2007 17:13:06 +0200 + Message-Id: <1750E68D-4F6E-48B9-A255-BCC0DA5C886E@mailbox.tu-berlin.de> + Branch: perl + ! ext/Hash/Util/FieldHash/Changes + ! ext/Hash/Util/FieldHash/FieldHash.xs + ! ext/Hash/Util/FieldHash/lib/Hash/Util/FieldHash.pm + ! ext/Hash/Util/FieldHash/t/02_function.t + ! ext/Hash/Util/lib/Hash/Util.pm +____________________________________________________________________________ +[ 31404] By: rgs on 2007/06/17 14:48:11 + Log: Patches to compile perl on Cray XT4 Catamount/Qk, by Jarkko + Branch: perl + + hints/catamount.sh + ! Configure MANIFEST Makefile.SH doio.c ext/util/make_ext + ! hints/linux.sh lib/ExtUtils/MM_Unix.pm perl.c perl.h pp_sys.c + ! sv.c util.c +____________________________________________________________________________ +[ 31403] By: rgs on 2007/06/17 13:28:00 + Log: Subject: bignum 0.22 take 4 (hex()/oct() overloading) + From: Tels + Date: Sat, 16 Jun 2007 14:33:47 +0200 + Message-Id: <200706161433.47489@bloodgate.com> + Branch: perl + ! lib/bigint.pm lib/bignum.pm lib/bignum/t/bigint.t + ! lib/bignum/t/bignum.t lib/bignum/t/bigrat.t + ! lib/bignum/t/in_effect.t lib/bignum/t/scope_f.t + ! lib/bignum/t/scope_i.t lib/bignum/t/scope_r.t lib/bigrat.pm +____________________________________________________________________________ +[ 31402] By: rgs on 2007/06/17 12:54:12 + Log: Subject: [PATCH] EBCDIC fixes for gzip + From: "Paul Marquess" + Date: Sun, 17 Jun 2007 01:43:11 +0100 + Message-ID: <004001c7b078$7cc2e520$6701a8c0@myopwv.com> + Branch: perl + ! ext/IO_Compress_Zlib/lib/IO/Compress/Gzip/Constants.pm + ! ext/IO_Compress_Zlib/t/004gziphdr.t +____________________________________________________________________________ +[ 31401] By: rgs on 2007/06/17 12:51:30 + Log: Subject: [PATCH] CPANPLUS 0.80 + From: "Jos I. Boumans" + Date: Sun, 17 Jun 2007 14:39:29 +0200 + Message-Id: <45B1EC67-D34B-404D-9801-449FAC1D75BA@dwim.org> + Branch: perl + ! MANIFEST lib/CPANPLUS.pm lib/CPANPLUS/Internals.pm + ! lib/CPANPLUS/Shell/Default.pm + ! lib/CPANPLUS/t/01_CPANPLUS-Configure.t + ! lib/CPANPLUS/t/02_CPANPLUS-Internals.t + ! lib/CPANPLUS/t/04_CPANPLUS-Module.t + ! lib/CPANPLUS/t/05_CPANPLUS-Internals-Fetch.t + ! lib/CPANPLUS/t/08_CPANPLUS-Backend.t + ! lib/CPANPLUS/t/10_CPANPLUS-Error.t + ! lib/CPANPLUS/t/19_CPANPLUS-Dist.t + ! lib/CPANPLUS/t/20_CPANPLUS-Dist-MM.t + ! lib/CPANPLUS/t/21_CPANPLUS-Dist-No-Build.t + ! lib/CPANPLUS/t/dummy-CPAN/authors/01mailrc.txt.gz.packed + ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/Bundle-Foo-Ba + ! r-0.01.tar.gz.packed + ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/Foo-Bar-0.01. + ! tar.gz.packed + ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/perl5.005_03. + ! tar.gz.packed + ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUXS/Foo-Bar-0.01.ta + ! r.gz.packed + ! lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBNOXS/Foo-Bar-0.01. + ! tar.gz.packed + ! lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBXS/Foo-Bar-0.01.ta + ! r.gz.packed + ! lib/CPANPLUS/t/dummy-CPAN/modules/02packages.details.txt.gz.pa + ! cked + ! lib/CPANPLUS/t/dummy-CPAN/modules/03modlist.data.gz.packed + ! lib/CPANPLUS/t/inc/conf.pl +____________________________________________________________________________ +[ 31400] By: rgs on 2007/06/17 08:46:13 + Log: Subject: Math::BigInt take 9 (CORE::hex() vs. hex() in Calc.pm) + From: Tels + Date: Sat, 16 Jun 2007 13:43:45 +0200 + Message-Id: <200706161343.47110@bloodgate.com> + Branch: perl + ! lib/Math/BigInt/Calc.pm +____________________________________________________________________________ +[ 31399] By: rgs on 2007/06/17 08:10:59 + Log: Subject: [DOC PATCH] Pod nits in doc/perlpodspec.pod + From: "Adriano Ferreira" + Date: Sat, 16 Jun 2007 14:30:16 -0300 + Message-ID: <73ddeb6c0706161030nb489b0cx746daddc55b95987@mail.gmail.com> + Branch: perl + ! pod/perlpodspec.pod +____________________________________________________________________________ +[ 31398] By: rgs on 2007/06/17 08:08:45 + Log: Subject: [PATCH] Test::Builder tickles Pod::Html parsing stupidity bug + From: demerphq + Date: Sat, 16 Jun 2007 18:47:22 +0200 + Message-ID: <9b18b3110706160947x5d3521b3kca1edf2d9ba65f37@mail.gmail.com> + Branch: perl + ! lib/Test/Builder.pm +____________________________________________________________________________ +[ 31397] By: rgs on 2007/06/17 08:06:08 + Log: Subject: [DOC PATCH] MANIFEST: t/op/exec.t tests exec, system AND qx + From: "Adriano Ferreira" + Date: Sat, 16 Jun 2007 15:03:41 -0300 + Message-ID: <73ddeb6c0706161103oe4afe43i941223debc00543@mail.gmail.com> + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 31396] By: rgs on 2007/06/16 06:10:19 + Log: More portability nits by Jarkko + Branch: perl + ! ext/util/make_ext gv.h hv.c +____________________________________________________________________________ +[ 31395] By: merijn on 2007/06/16 05:56:15 + Log: Subject: [PATCH] Re: [perl #43216] Perl 5.8.8 does not compile on Solaris 8 with-Dusethreads + From: Andy Dougherty + Date: Fri, 15 Jun 2007 12:05:36 -0400 (EDT) + Message-ID: + Branch: perl + ! Configure +____________________________________________________________________________ +[ 31393] By: craigb on 2007/06/15 21:21:25 + Log: Subject: [PATCH] Show warning bits on failure in t/op/caller.t + From: "Jerry D. Hedden" + Date: Fri, 15 Jun 2007 16:05:36 -0400 + Message-ID: <1ff86f510706151305j1ce8c46eib165ee9fad10b538@mail.gmail.com> + Branch: perl + ! t/op/caller.t +____________________________________________________________________________ +[ 31392] By: rgs on 2007/06/15 15:29:53 + Log: Subject: [PATCH] checkAUTHORS.pl once more + From: "Jerry D. Hedden" + Date: Fri, 15 Jun 2007 10:54:28 -0400 + Message-ID: <1ff86f510706150754g59703eabs7072fb750e160a31@mail.gmail.com> + Branch: perl + ! Porting/checkAUTHORS.pl +____________________________________________________________________________ +[ 31391] By: rgs on 2007/06/15 14:29:28 + Log: Subject: [PATCH] checkAUTHORS.pl again + From: "Jerry D. Hedden" + Date: Fri, 15 Jun 2007 10:16:38 -0400 + Message-ID: <1ff86f510706150716r5aef08fw12c9ea5d401f5f9a@mail.gmail.com> + Branch: perl + ! Porting/checkAUTHORS.pl +____________________________________________________________________________ +[ 31390] By: rgs on 2007/06/15 13:59:55 + Log: Subject: [PATCH] I have a name + From: "Jerry D. Hedden" + Date: Fri, 15 Jun 2007 09:54:57 -0400 + Message-ID: <1ff86f510706150654t24817135t67803e81f444305b@mail.gmail.com> + Branch: perl + ! Porting/checkAUTHORS.pl +____________________________________________________________________________ +[ 31389] By: rgs on 2007/06/15 13:52:34 + Log: Subject: [PATCH] Warning bit fixes to t/op/caller.t + From: "Jerry D. Hedden" + Date: Fri, 15 Jun 2007 09:49:47 -0400 + Message-ID: <1ff86f510706150649l320d629cl8820bfbf938c9f4d@mail.gmail.com> + Branch: perl + ! t/op/caller.t +____________________________________________________________________________ +[ 31388] By: rgs on 2007/06/15 11:17:50 + Log: Subject: [PATCH] miscellanea + From: Jarkko Hietaniemi + Date: Thu, 14 Jun 2007 22:32:49 -0400 + Message-ID: <4671FA51.4070001@iki.fi> + Branch: perl + ! Makefile.SH embed.fnc hv.h op.c proto.h sv.c util.c +____________________________________________________________________________ +[ 31387] By: rgs on 2007/06/15 09:52:07 + Log: Subject: [PATCH] Re: vsprintf + From: Andy Dougherty + Date: Thu, 14 Jun 2007 13:12:57 -0400 (EDT) + Message-ID: + Branch: perl + ! util.c +____________________________________________________________________________ +[ 31386] By: rgs on 2007/06/15 08:55:38 + Log: Forgot to regen warnings + Branch: perl + ! lib/warnings.pm warnings.h +____________________________________________________________________________ +[ 31385] By: craigb on 2007/06/15 03:19:46 + Log: Don't let the home-grown readdir() on VMS return results with + ODS-5 escapes (i.e., report foo.tar.gz, not foo^.tar.gz). + Branch: perl + ! vms/vms.c +____________________________________________________________________________ +[ 31384] By: craigb on 2007/06/14 18:23:18 + Log: Fix missing PerlIO_releaseFILE in VMS::Stdio::getname(). + Branch: perl + ! vms/ext/Stdio/Stdio.xs +____________________________________________________________________________ +[ 31383] By: rgs on 2007/06/14 15:36:16 + Log: Update Changes. + Mention the removal of -A and assertions.pm in perldelta. + Branch: perl + ! Changes pod/perl595delta.pod +____________________________________________________________________________ +[ 31382] By: rgs on 2007/06/14 14:12:35 + Log: Upgrade to PathTools 3.25 + Branch: perl + ! ext/Cwd/Changes ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/Cwd.pm + ! lib/File/Spec.pm lib/File/Spec/OS2.pm lib/File/Spec/t/tmpdir.t +____________________________________________________________________________ +[ 31381] By: rgs on 2007/06/14 13:12:56 + Log: Upgrade to ExtUtils::CBuilder 0.19 + Branch: perl + ! lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/Base.pm + ! lib/ExtUtils/CBuilder/Changes + ! lib/ExtUtils/CBuilder/Platform/Windows.pm + ! lib/ExtUtils/CBuilder/Platform/os2.pm +____________________________________________________________________________ +[ 31380] By: rgs on 2007/06/14 13:06:13 + Log: Sync Archive::Extract with CPAN + Branch: perl + ! lib/Archive/Extract.pm +____________________________________________________________________________ +[ 31379] By: rgs on 2007/06/14 12:38:16 + Log: Subject: [PATCH] Less sed'ing in Cygwin Makefile.SHs + From: "Jerry D. Hedden" + Date: Thu, 14 Jun 2007 08:13:29 -0400 + Message-ID: <1ff86f510706140513v5d3bb0e0l89dff31da83abfb9@mail.gmail.com> + Branch: perl + ! cygwin/Makefile.SHs +____________________________________________________________________________ +[ 31378] By: rgs on 2007/06/14 12:27:41 + Log: assertions has been removed + Branch: perl + ! Porting/Maintainers.pl +____________________________________________________________________________ +[ 31377] By: rgs on 2007/06/14 11:06:02 + Log: Fix [perl #43207] lc() or uc() inside sort affect the return value. + Branch: perl + ! pp.c t/op/lc.t +____________________________________________________________________________ +[ 31376] By: davem on 2007/06/13 22:41:33 + Log: change #31134 broke DEBUG_LEAKING_SCALARS builds + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 31375] By: merijn on 2007/06/13 20:15:28 + Log: Subject: Re: vsprintf + From: Andy Dougherty + Date: Wed, 13 Jun 2007 14:41:44 -0400 (EDT) + Message-ID: + Branch: perl + ! Configure +____________________________________________________________________________ +[ 31373] By: merijn on 2007/06/13 20:11:10 + Log: Subject: [PATCH] Configure: Erroneous C++ message + From: Andy Dougherty + Date: Wed, 13 Jun 2007 14:33:54 -0400 (EDT) + Message-ID: + Branch: perl + ! Configure +____________________________________________________________________________ +[ 31371] By: steveh on 2007/06/13 17:12:21 + Log: Fix random failures in CPANPLUS tests on Win32 + + The failures were a result of calling Win32::GetShortPathName with + the program argument " /nologo" appended to the path. Program + arguments should not be passed to Win32::GetShortPathName. + + (The randomness occurred because random garbage was being produced + due to a separate bug in that Win32 function, for which a fix is + forthcoming...). + Branch: perl + ! lib/CPANPLUS/Config.pm +____________________________________________________________________________ +[ 31370] By: rgs on 2007/06/13 13:24:09 + Log: Subject: yet another mro.c patch + From: "Brandon Black" + Date: Wed, 13 Jun 2007 08:19:11 -0500 + Message-ID: <84621a60706130619g17c9d2fbi111cca567da3d500@mail.gmail.com> + Branch: perl + ! mro.c +____________________________________________________________________________ +[ 31369] By: rgs on 2007/06/12 08:43:55 + Log: Subject: mad-const patch + From: Jim Cromie + Date: Mon, 11 Jun 2007 13:49:06 -0600 + Message-ID: <466DA732.3010608@gmail.com> + Branch: perl + ! dump.c embed.fnc proto.h +____________________________________________________________________________ +[ 31368] By: rgs on 2007/06/12 08:39:00 + Log: Subject: Re: integer vs. bigint [PATCH] + From: Tels + Date: Mon, 11 Jun 2007 19:31:16 +0200 + Message-Id: <200706111931.17616@bloodgate.com> + Branch: perl + ! lib/bigint.pm +____________________________________________________________________________ +[ 31367] By: rgs on 2007/06/12 08:33:40 + Log: Subject: [PATCH] perltodo: more vtable musings + From: Jarkko Hietaniemi + Date: Tue, 12 Jun 2007 03:15:26 +0300 (EEST) + Message-Id: <200706120015.l5C0FQH7512295@kosh.hut.fi> + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 31366] By: rgs on 2007/06/12 08:32:26 + Log: Subject: Re: [PATCH-at-31365] (was - configpm frustrations) + From: Vadim + Date: Mon, 11 Jun 2007 19:19:31 +0400 + Message-ID: <466D6803.1020808@vkonovalov.ru> + Branch: perl + ! Makefile.SH configpm +____________________________________________________________________________ +[ 31365] By: rgs on 2007/06/11 15:20:38 + Log: Subject: Math::BigInt v1.87 take 8 + From: Tels + Date: Sat, 9 Jun 2007 14:07:34 +0200 + Message-Id: <200706091407.36659@bloodgate.com> + Branch: perl + ! lib/Math/BigFloat.pm lib/Math/BigInt.pm + ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bare_mbi.t + ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t + ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t + ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t + ! lib/Math/BigInt/t/with_sub.t +____________________________________________________________________________ +[ 31364] By: rgs on 2007/06/11 15:18:27 + Log: Subject: pidigits benchmark and bpi() method in Math::BigFloat/Math::BigInt, take 7 [PATCH] + From: Tels + Date: Fri, 8 Jun 2007 19:29:41 +0200 + Message-Id: <200706081929.44888@bloodgate.com> + Branch: perl + ! lib/Math/BigFloat.pm lib/Math/BigInt.pm + ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bare_mbi.t + ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t + ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t + ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t + ! lib/Math/BigInt/t/with_sub.t +____________________________________________________________________________ +[ 31363] By: rgs on 2007/06/11 14:27:40 + Log: Doc adjustments for the number localization and setlocale(). + See debian bug #379463. + Branch: perl + ! pod/perllocale.pod +____________________________________________________________________________ +[ 31362] By: rgs on 2007/06/11 08:28:57 + Log: Subject: [PATCH] cross-compilation for linux + From: "Konovalov, Vadim Vladimirovich \(Vadim\)** CTR **" + Date: Sat, 9 Jun 2007 19:41:44 +0200 + Message-ID: + Branch: perl + + Cross/README.new + ! Cross/Makefile-cross-SH Cross/README Cross/build-arm-n770-sh + ! MANIFEST README.ce win32/Makefile.ce +____________________________________________________________________________ +[ 31361] By: craigb on 2007/06/08 18:43:10 + Log: A couple of File::Path tests require unix syntax on VMS. + Branch: perl + ! lib/File/Path.t +____________________________________________________________________________ +[ 31360] By: craigb on 2007/06/08 15:28:29 + Log: Make pipe shutdown on VMS care about whether PerlIO has already + shut down. + Branch: perl + ! vms/vms.c +____________________________________________________________________________ +[ 31359] By: craigb on 2007/06/08 15:25:22 + Log: Avoid multiply defined symbols in re extension following #31341. + Branch: perl + ! ext/re/re_top.h +____________________________________________________________________________ +[ 31358] By: craigb on 2007/06/08 15:21:24 + Log: Make symbols short enough for VMS after #31341. + Branch: perl + ! universal.c +____________________________________________________________________________ +[ 31357] By: steveh on 2007/06/08 10:35:34 + Log: Fix lib/File/Path.t failure on Win32 + (Create a 'ZZ' directory instead of 'Z' because we already have a 'z' + which is the same as 'Z' on Win32's case-insensitive filesystem) + Branch: perl + ! lib/File/Path.pm lib/File/Path.t +____________________________________________________________________________ +[ 31356] By: steveh on 2007/06/08 09:07:46 + Log: Change 31347 should also have removed win32_free_argvw() + because it now isn't used anywhere. + Branch: perl + ! win32/win32.c win32/wince.c +____________________________________________________________________________ +[ 31355] By: steveh on 2007/06/08 08:50:09 + Log: Remove dead Perl_sys_intern_clear() from wince.c + Branch: perl + ! win32/wince.c +____________________________________________________________________________ +[ 31354] By: steveh on 2007/06/08 08:36:05 + Log: Move win32_create_message_window() out of #ifdef HAVE_INTERP_INTERN + section, where it didn't belong. (That section should (currently) + only contain sys_intern_init(), sys_intern_clear() and + sys_intern_dup() and related functionality such as + win32_csighandler().) + Branch: perl + ! win32/win32.c +____________________________________________________________________________ +[ 31353] By: rgs on 2007/06/08 08:30:25 + Log: encoding.pm doesn't give any details about ${^ENCODING}, + so don't mention it in perlvar + Branch: perl + ! pod/perlvar.pod +____________________________________________________________________________ +[ 31352] By: rgs on 2007/06/07 16:09:54 + Log: Plug a memory leak (noticed by Yves) + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 31351] By: rgs on 2007/06/07 14:05:11 + Log: Subject: Re: [perl #43082] "$_[0]->method" interpolation + From: Father Chrysostomos + Date: Tue, 5 Jun 2007 13:25:39 -0700 + Message-Id: <064E3238-D26D-446D-9B7E-0DB8CEFDE0AD@cpan.org> + Branch: perl + ! t/comp/parser.t toke.c +____________________________________________________________________________ +[ 31350] By: steveh on 2007/06/07 13:49:04 + Log: Stop VC++ from warning "'getenv' : inconsistent dll linkage. + dllexport assumed." when building with -DDEBUGGING by declaring + getenv() with the same __declspec as in Microsoft's . + MinGW/GCC is happy with that too, but Borland doesn't understand + _CRTIMP so don't bother for Borland since it doesn't warn anyway. + Branch: perl + ! x2p/a2p.c +____________________________________________________________________________ +[ 31349] By: rgs on 2007/06/07 13:23:07 + Log: Subject: Re: [PATCH] Update File-Path to 2.00 + From: David Landgren + Date: Thu, 07 Jun 2007 14:02:36 +0200 + Message-ID: <4667F3DC.9070203@landgren.net> + Branch: perl + ! lib/File/Path.pm +____________________________________________________________________________ +[ 31348] By: rgs on 2007/06/07 12:12:39 + Log: Subject: [PATCHES] Silence compiler warnings + From: "Jerry D. Hedden" + Date: Wed, 6 Jun 2007 14:45:06 -0400 + Message-ID: <1ff86f510706061145r540c7f02kba96c04bc9dcf8b0@mail.gmail.com> + Branch: perl + ! mro.c pp_sys.c universal.c +____________________________________________________________________________ +[ 31347] By: steveh on 2007/06/07 11:48:47 + Log: Stop VC++ from warning "all references to 'SHELL32.dll' discarded + by /OPT:REF" by removing the only reference to a SHELL32.dll function + (namely, CommandLineToArgvW(), called from win32_argv2utf8(), which + isn't actually used anywhere so delete it). + + That then caused the warning "/DELAYLOAD:shell32.dll ignored; no + imports found from shell32.dll", so remove that /DELAYLOAD option too. + Branch: perl + ! win32/Makefile win32/makefile.mk win32/win32.c win32/win32.h + ! win32/wince.c +____________________________________________________________________________ +[ 31346] By: rgs on 2007/06/07 08:51:15 + Log: Subject: [patch] fix small errors in sv.c commentary + From: Jim Cromie + Date: Wed, 06 Jun 2007 23:38:53 -0600 + Message-ID: <466799ED.3090705@gmail.com> + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 31345] By: rgs on 2007/06/07 08:01:18 + Log: Subject: Re: [PATCH] Update File-Path to 2.00 + From: David Landgren + Date: Wed, 06 Jun 2007 23:57:34 +0200 + Message-ID: <46672DCE.2080508@landgren.net> + Branch: perl + ! lib/File/Path.pm lib/File/Path.t +____________________________________________________________________________ +[ 31344] By: steveh on 2007/06/06 16:48:46 + Log: Stop VC7 and VC8 warning about overriding /DPERLDLL with /UPERLDLL + when compiling perlmain.c, and don't supply /DPERLDLL twice when + compiling perlmainst.c + Branch: perl + ! win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 31343] By: steveh on 2007/06/06 16:33:42 + Log: Stop VC7 and VC8 complaining about the DESCRIPTION statement + in perldll.def (it isn't supported any more). + Branch: perl + ! makedef.pl +____________________________________________________________________________ +[ 31342] By: rgs on 2007/06/06 14:58:27 + Log: Adjust test count (it shouldn't have changed with last patch) + Branch: perl + ! ext/B/t/concise-xs.t +____________________________________________________________________________ +[ 31341] By: rgs on 2007/06/06 14:42:01 + Log: Subject: Re: [PATCH] Callbacks for named captures (%+ and %-) + From: "=?UTF-8?Q?=C3=86var_Arnfj=C3=B6r=C3=B0_Bjarmason?=" + Date: Sun, 3 Jun 2007 20:24:59 +0000 + Message-ID: <51dd1af80706031324y5618d519p460da27a2e7fe712@mail.gmail.com> + Branch: perl + + ext/re/t/qr.t t/op/regexp_nc_tie.t + ! MANIFEST embed.fnc embed.h ext/B/t/concise-xs.t ext/re/re.pm + ! ext/re/re.xs ext/re/re_top.h ext/re/t/re_funcs.t global.sym + ! gv.c lib/Tie/Hash/NamedCapture.pm mg.c perl.h + ! pod/perlreapi.pod proto.h regcomp.c regcomp.h regexp.h + ! t/op/pat.t t/op/readdir.t universal.c +____________________________________________________________________________ +[ 31340] By: rgs on 2007/06/06 12:27:36 + Log: Upgrade to encoding::warnings 0.11 + Branch: perl + ! lib/encoding/warnings.pm +____________________________________________________________________________ +[ 31339] By: rgs on 2007/06/06 12:07:13 + Log: A test file was removed from the latest Unicode::Normalize + Branch: perl + - ext/Unicode/Normalize/t/short.t + ! MANIFEST +____________________________________________________________________________ +[ 31338] By: rgs on 2007/06/06 12:03:00 + Log: Upgrade to Unicode::Normalize 1.02 + Branch: perl + ! ext/Unicode/Normalize/Changes + ! ext/Unicode/Normalize/Normalize.pm + ! ext/Unicode/Normalize/Normalize.xs + ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader + ! ext/Unicode/Normalize/t/fcdc.t ext/Unicode/Normalize/t/func.t + ! ext/Unicode/Normalize/t/test.t +____________________________________________________________________________ +[ 31337] By: steveh on 2007/06/06 08:20:32 + Log: Subject: Re: [PATCH] Update File-Path to 2.00 + From: Joshua Juran + Date: Wed, 6 Jun 2007 01:14:31 -0700 + Message-Id: <5F26D98D-8B6D-4F4A-B2E9-168F71B963DD@gmail.com> + + Fixes typo in the POD. + Branch: perl + ! lib/File/Path.pm +____________________________________________________________________________ +[ 31336] By: steveh on 2007/06/06 08:16:44 + Log: Subject: Re: [PATCH] Update File-Path to 2.00 + From: David Landgren + Date: Tue, 05 Jun 2007 23:21:40 +0200 + Message-ID: <4665D3E4.2030809@landgren.net> + + Silences some unnecessary carping (e.g. from ExtUtils::Command line 109 + when building perl). + Branch: perl + ! lib/File/Path.pm lib/File/Path.t +____________________________________________________________________________ +[ 31335] By: steveh on 2007/06/05 12:51:07 + Log: Silence another VC++ compiler warning (signed/unsigned mismatch in ==) + Branch: perl + ! regexec.c +____________________________________________________________________________ +[ 31334] By: rgs on 2007/06/05 10:23:24 + Log: There is no more a ~~ feature, noticed by Moritz Lenz + Branch: perl + ! pod/perlsyn.pod +____________________________________________________________________________ +[ 31333] By: rgs on 2007/06/05 10:10:33 + Log: Remove support for assertions and -A + Branch: perl + - lib/assertions.pm lib/assertions/activate.pm + - lib/assertions/compat.pm t/comp/assertions.t + - t/comp/asstcompat.t t/run/switch_A.t + ! MANIFEST cv.h dump.c ext/B/B.xs ext/B/B/Concise.pm + ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL ext/B/t/concise-xs.t + ! lib/perl5db.pl op.c perl.c perl.h pod/perl.pod + ! pod/perldiag.pod pod/perllexwarn.pod pod/perlrun.pod + ! pod/perltodo.pod pp_hot.c sv.c t/op/attrs.t toke.c warnings.pl + ! xsutils.c +____________________________________________________________________________ +[ 31332] By: rgs on 2007/06/04 08:04:13 + Log: Subject: another mro patch + From: "Brandon Black" + Date: Mon, 4 Jun 2007 00:55:15 -0500 + Message-ID: <84621a60706032255g6702cd81ube1f582a1e07cf8a@mail.gmail.com> + Branch: perl + + t/mro/next_goto.t + ! MANIFEST lib/mro.pm mro.c +____________________________________________________________________________ +[ 31331] By: craigb on 2007/06/03 22:26:20 + Log: cando_by_name again: work harder to identify directories + for fileification, plus a nit missed in #31326. + Branch: perl + ! vms/vms.c +____________________________________________________________________________ +[ 31330] By: rgs on 2007/06/03 16:23:03 + Log: Subject: [PATCH] Math::BigInt v1.87 take 6 + From: Tels + Date: Sat, 2 Jun 2007 13:40:45 +0000 + Message-Id: <200706021340.46806@bloodgate.com> + Branch: perl + ! lib/Math/BigFloat.pm lib/Math/BigInt.pm +____________________________________________________________________________ +[ 31329] By: rgs on 2007/06/03 16:19:37 + Log: Subject: Re: [PATCH] Update File-Path to 2.00 + From: David Landgren + Date: Sat, 02 Jun 2007 20:58:16 +0200 + Message-ID: <4661BDC8.6040102@landgren.net> + Branch: perl + ! lib/File/Path.pm lib/File/Path.t +____________________________________________________________________________ +[ 31328] By: rgs on 2007/06/03 15:36:25 + Log: Subject: [PATCH] Re: BBC(Bleadperl Breaks CPAN) Today: String::Multibyte + From: demerphq + Date: Sun, 3 Jun 2007 17:21:55 +0200 + Message-ID: <9b18b3110706030821u39460f96ic342dda8ba9fcdf7@mail.gmail.com> + Branch: perl + ! regcomp.c t/op/pat.t +____________________________________________________________________________ +[ 31327] By: craigb on 2007/06/02 17:47:37 + Log: In File::Path::_rmtree, we want a list of files, not directories (some of them + may be directory files, which is ok). + Branch: perl + ! lib/File/Path.pm +____________________________________________________________________________ +[ 31326] By: craigb on 2007/06/02 16:02:03 + Log: Assorted fixes for VMS version of cando_by_name: + -- Restore pre-5.9.x behavior of expanding logical names and fileifying + directory specs regardless of whether input spec is in VMS syntax. + -- VMSify input spec unless explicitly told we don't need to (this was + backwards since introduced in #27733). + -- Various memory handling robustifications. + Branch: perl + ! vms/vms.c +____________________________________________________________________________ +[ 31325] By: rgs on 2007/06/01 09:14:24 + Log: Subject: [perl #43094] Doc patch to perlre: modifiers => quantifiers + From: Brad Baxter (via RT) + Date: Thu, 31 May 2007 15:04:55 -0700 + Message-ID: + Branch: perl + ! pod/perlre.pod +____________________________________________________________________________ +[ 31324] By: steveh on 2007/06/01 07:32:52 + Log: Subject: [PATCH] Fix DynaLoader::dl_findfile() to locate .so files again + From: "Jan Dubois" + Date: Thu, 31 May 2007 13:17:22 -0700 + Message-ID: <00a501c7a3c0$b2d880d0$18898270$@com> + Branch: perl + ! ext/DynaLoader/DynaLoader_pm.PL +____________________________________________________________________________ +[ 31323] By: merijn on 2007/06/01 06:39:32 + Log: Subject: [PATCH] Configure: O_NONBLOCK test uses fork() and pipe() + From: Jarkko Hietaniemi + Date: Fri, 1 Jun 2007 04:31:03 +0300 (EEST) + Message-Id: <200706010131.l511V3kv417484@kosh.hut.fi> + Branch: perl + ! Configure +____________________________________________________________________________ +[ 31321] By: merijn on 2007/06/01 06:32:38 + Log: Subject: Updated email address for AUTHORS.txt + From: perl@cadop.com + Date: Thu, 31 May 2007 19:33:08 -0600 (MDT) + Message-Id: <20070601013308.3B6A314ECA82@noop.cadop.com> + Branch: perl + ! AUTHORS +____________________________________________________________________________ +[ 31320] By: craigb on 2007/05/31 22:17:17 + Log: Maintain UAF context across calls to sys$check_access in cando_by_name. + Branch: perl + ! vms/vms.c +____________________________________________________________________________ +[ 31319] By: rgs on 2007/05/31 16:13:07 + Log: Dave remarks that I have been too terse here. + Branch: perl + ! pod/perl595delta.pod +____________________________________________________________________________ +[ 31318] By: rgs on 2007/05/31 16:09:22 + Log: Subject: [PATCH] Remove threads/typemap from Porting/Maintainers.pl + From: "Jerry D. Hedden" + Date: Thu, 31 May 2007 11:59:31 -0400 + Message-ID: <1ff86f510705310859y6c101c15t6d823d00ef25309b@mail.gmail.com> + Branch: perl + ! Porting/Maintainers.pl +____________________________________________________________________________ +[ 31317] By: rgs on 2007/05/31 15:52:28 + Log: Actually, Log::Message::Simple comes from Jos, not Tels. + Branch: perl + ! Porting/Maintainers.pl +____________________________________________________________________________ +[ 31316] By: rgs on 2007/05/31 12:11:40 + Log: Subject: [PATCH] minor assertions improvements + From: Ricardo SIGNES + Date: Wed, 30 May 2007 21:47:15 -0400 + Message-ID: <20070531014715.GA26562@knight.manxome.org> + Branch: perl + ! lib/assertions.pm lib/assertions/activate.pm + ! t/comp/assertions.t +____________________________________________________________________________ +[ 31315] By: rgs on 2007/05/31 09:42:05 + Log: Subject: [PATCH] Update File-Path to 2.00 + From: David Landgren + Date: Wed, 30 May 2007 19:50:38 +0200 + Message-ID: <465DB96E.1020106@landgren.net> + Branch: perl + ! lib/File/Path.pm lib/File/Path.t +____________________________________________________________________________ +[ 31314] By: rgs on 2007/05/31 08:28:02 + Log: Subject: [PATCH] Gooder English + From: "Jerry D. Hedden" + Date: Wed, 30 May 2007 17:12:32 -0400 + Message-ID: <1ff86f510705301412v75fc5810vf28f5b62c0077585@mail.gmail.com> + Branch: perl + ! lib/Log/Message/Simple.pm +____________________________________________________________________________ +[ 31313] By: nicholas on 2007/05/31 08:25:57 + Log: blead segfaults on local *@; eval {1} because ERRSV assumes that + GvSV(PL_errgv) is always non-NULL. That stopped being the case with + change 25009 (ish) - when we stopped automatically creating a(n unused) + SV at GV creation time. + Branch: perl + ! scope.c t/op/local.t +____________________________________________________________________________ +[ 31312] By: rgs on 2007/05/30 15:21:10 + Log: Subject: Re: HvMROMETA + From: "Brandon Black" + Date: Tue, 29 May 2007 19:08:13 -0500 + Message-ID: <84621a60705291708m3f106d74r473f3d91c780163d@mail.gmail.com> + Branch: perl + ! hv.h mro.c +____________________________________________________________________________ +[ 31311] By: rgs on 2007/05/30 13:59:17 + Log: Subject: Re: localising hash element by variable + From: hv@crypt.org + Date: Wed, 30 May 2007 13:21:15 +0100 + Message-Id: <200705301221.l4UCLFwf010411@zen.crypt.org> + Branch: perl + ! t/op/local.t +____________________________________________________________________________ +[ 31310] By: rgs on 2007/05/30 10:45:08 + Log: Upgrade to Encode 2.23 + Branch: perl + ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs + ! ext/Encode/Makefile.PL ext/Encode/Unicode/Unicode.pm +____________________________________________________________________________ +[ 31309] By: steveh on 2007/05/30 07:38:30 + Log: Silence a couple of VC++ compiler warnings + Branch: perl + ! ext/Math/BigInt/FastCalc/FastCalc.pm + ! ext/Math/BigInt/FastCalc/FastCalc.xs +____________________________________________________________________________ +[ 31308] By: nicholas on 2007/05/29 19:57:34 + Log: DBL_EPSILON DBL_MIN FLT_EPSILON FLT_MIN are not C constant expressions + on z/OS, so move them to the list of non const constants. + Branch: perl + ! ext/POSIX/Makefile.PL +____________________________________________________________________________ +[ 31307] By: rgs on 2007/05/29 15:48:27 + Log: Plug a memory leak in Encode + Branch: perl + ! ext/Encode/Encode.xs +____________________________________________________________________________ +[ 31306] By: stevep on 2007/05/29 14:42:24 + Log: Upgrade to CPAN-1.9102 + Branch: perl + ! lib/CPAN.pm lib/CPAN/Kwalify.pm lib/CPAN/t/10version.t +____________________________________________________________________________ +[ 31305] By: rgs on 2007/05/29 09:33:52 + Log: Upgrade to Encode 2.22 + Branch: perl + ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs + ! ext/Encode/t/fallback.t ext/Encode/t/mime-name.t +____________________________________________________________________________ +[ 31304] By: rgs on 2007/05/29 08:59:05 + Log: Revert change #30530, following Jan's advice + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 31303] By: rgs on 2007/05/29 08:49:06 + Log: Subject: Re: [perl #43015] regex /.*\z/ doesn't matches strings ending with \n + From: demerphq + Date: Mon, 28 May 2007 19:46:04 +0200 + Message-ID: <9b18b3110705281046ib37acb4i7960fe415325270f@mail.gmail.com> + Branch: perl + ! regcomp.c regexec.c t/op/re_tests +____________________________________________________________________________ +[ 31302] By: rgs on 2007/05/29 08:43:29 + Log: Mention that last bugfix in perldelta + Branch: perl + ! pod/perl595delta.pod +____________________________________________________________________________ +[ 31301] By: rgs on 2007/05/29 08:41:09 + Log: Subject: Re: localising hash element by variable + From: Bo Lindbergh + Date: Mon, 28 May 2007 20:26:00 +0200 + Message-Id: + Branch: perl + ! scope.c t/op/local.t +____________________________________________________________________________ +[ 31300] By: steveh on 2007/05/29 08:09:38 + Log: win32/makefile.mk doesn't support GSAR's old dmake (because of + the use of || and && in conditional expressions, which that old + dmake doesn't understand), so stop with a helpful error message + if such a dmake is being used. + + There is now no need to have all the clutter of trying to support + different backslash and newline semantics, so ditch that too. + Branch: perl + ! win32/makefile.mk +____________________________________________________________________________ +[ 31299] By: rgs on 2007/05/29 07:57:33 + Log: Subject: Re: [PATCH] Update CPANPLUS to 0.79_03 + From: "Jos I. Boumans" + Date: Tue, 29 May 2007 09:00:53 +0200 + Message-Id: <551932A2-91F8-4E7C-8939-4B71216976BA@dwim.org> + + Removed a fatal debug statement from cpan2dist. + Branch: perl + ! lib/CPANPLUS.pm lib/CPANPLUS/Internals.pm + ! lib/CPANPLUS/Shell/Default.pm lib/CPANPLUS/bin/cpan2dist + ! lib/CPANPLUS/t/dummy-CPAN/authors/01mailrc.txt.gz.packed + ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/Bundle-Foo-Ba + ! r-0.01.tar.gz.packed + ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/Foo-Bar-0.01. + ! tar.gz.packed + ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/perl5.005_03. + ! tar.gz.packed + ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUXS/Foo-Bar-0.01.ta + ! r.gz.packed + ! lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBNOXS/Foo-Bar-0.01. + ! tar.gz.packed + ! lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBXS/Foo-Bar-0.01.ta + ! r.gz.packed + ! lib/CPANPLUS/t/dummy-CPAN/modules/02packages.details.txt.gz.pa + ! cked + ! lib/CPANPLUS/t/dummy-CPAN/modules/03modlist.data.gz.packed +____________________________________________________________________________ +[ 31298] By: steveh on 2007/05/29 07:25:22 + Log: Silence the warning "Can't locate auto/POSIX/autosplit.ix in @INC" + when building the POSIX extension + Branch: perl + ! lib/ExtUtils/Install.pm +____________________________________________________________________________ +[ 31297] By: merijn on 2007/05/29 06:12:06 + Log: Subject: [PATCH] perltodo tweak on virtualizing OS/FS access + From: Jarkko Hietaniemi + Date: Tue, 29 May 2007 06:50:57 +0300 (EEST) + Message-Id: <200705290350.l4T3ovWG275103@kosh.hut.fi> + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 31296] By: nicholas on 2007/05/28 21:35:45 + Log: Subject: Re: Cross patch 31287 broke blead + From: Vadim + Message-ID: <465B11AB.8000608@vkonovalov.ru> + Date: Mon, 28 May 2007 21:30:19 +0400 + Branch: perl + +> Cross/Makefile-cross-SH Cross/build-arm-n770-sh + - Cross/Makefile-cross.SH Cross/build-arm-n770.sh + ! MANIFEST +____________________________________________________________________________ +[ 31295] By: nicholas on 2007/05/28 18:50:23 + Log: Avoid calling SvEND() when SvPOKp() is not true. + Remove an unneeded dupliate SvCUR_set() in Perl_sv_2pv_flags(). + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 31294] By: rgs on 2007/05/28 13:36:43 + Log: Several POD fixes by Jonathan Stowe + Branch: perl + ! ext/B/B/Concise.pm ext/B/B/Lint.pm pod/perldebguts.pod + ! symbian/PerlBase.pod +____________________________________________________________________________ +[ 31293] By: rgs on 2007/05/28 13:21:23 + Log: Subject: [PATCH] Add /nologo to nmake in CPANPLUS::Dist::Build too + From: "Jos I. Boumans" + Date: Mon, 28 May 2007 15:06:52 +0200 + Message-Id: <90E1CAA6-8529-4DD1-9D42-A377538E9320@xs4all.nl> + Branch: perl + ! lib/CPANPLUS/Dist/Build/t/02_CPANPLUS-Dist-Build.t + ! lib/CPANPLUS/Dist/Build/t/src/noxs/Foo-Bar-0.01.tar.gz.packed + ! lib/CPANPLUS/Dist/Build/t/src/xs/Foo-Bar-0.01.tar.gz.packed +____________________________________________________________________________ +[ 31292] By: rgs on 2007/05/28 13:17:54 + Log: Subject: [PATCH] Update CPANPLUS to 0.79_03 + From: "Jos I. Boumans" + Date: Mon, 28 May 2007 14:59:11 +0200 + Message-Id: + Branch: perl + ! lib/CPANPLUS.pm lib/CPANPLUS/Config.pm + ! lib/CPANPLUS/Configure.pm lib/CPANPLUS/Dist.pm + ! lib/CPANPLUS/Dist/MM.pm lib/CPANPLUS/Internals.pm + ! lib/CPANPLUS/Internals/Constants.pm + ! lib/CPANPLUS/Internals/Constants/Report.pm + ! lib/CPANPLUS/Selfupdate.pm lib/CPANPLUS/Shell/Default.pm + ! lib/CPANPLUS/bin/cpan2dist + ! lib/CPANPLUS/t/02_CPANPLUS-Internals.t + ! lib/CPANPLUS/t/30_CPANPLUS-Internals-Selfupdate.t + ! lib/CPANPLUS/t/dummy-CPAN/authors/01mailrc.txt.gz.packed + ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/Bundle-Foo-Ba + ! r-0.01.tar.gz.packed + ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/Foo-Bar-0.01. + ! tar.gz.packed + ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/perl5.005_03. + ! tar.gz.packed + ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUXS/Foo-Bar-0.01.ta + ! r.gz.packed + ! lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBNOXS/Foo-Bar-0.01. + ! tar.gz.packed + ! lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBXS/Foo-Bar-0.01.ta + ! r.gz.packed + ! lib/CPANPLUS/t/dummy-CPAN/modules/02packages.details.txt.gz.pa + ! cked + ! lib/CPANPLUS/t/dummy-CPAN/modules/03modlist.data.gz.packed + ! lib/CPANPLUS/t/inc/conf.pl +____________________________________________________________________________ +[ 31291] By: rgs on 2007/05/28 12:52:08 + Log: Mention new lexical pragmas big* in perldelta + Branch: perl + ! pod/perl595delta.pod +____________________________________________________________________________ +[ 31290] By: rgs on 2007/05/28 12:47:32 + Log: Update Changes + Branch: perl + ! Changes +____________________________________________________________________________ +[ 31289] By: rgs on 2007/05/28 12:44:29 + Log: Update outdated example + Branch: perl + ! pod/perlpod.pod +____________________________________________________________________________ +[ 31288] By: rgs on 2007/05/28 12:33:05 + Log: Update to Archive::Extract 0.20, and re-apply patch #31158 + Branch: perl + + lib/Archive/Extract/t/src/x.Z.packed + ! MANIFEST lib/Archive/Extract.pm + ! lib/Archive/Extract/t/01_Archive-Extract.t + ! lib/Archive/Extract/t/src/double_dir.zip.packed + ! lib/Archive/Extract/t/src/x.bz2.packed + ! lib/Archive/Extract/t/src/x.gz.packed + ! lib/Archive/Extract/t/src/x.jar.packed + ! lib/Archive/Extract/t/src/x.par.packed + ! lib/Archive/Extract/t/src/x.tar.gz.packed + ! lib/Archive/Extract/t/src/x.tar.packed + ! lib/Archive/Extract/t/src/x.tgz.packed + ! lib/Archive/Extract/t/src/x.zip.packed + ! lib/Archive/Extract/t/src/y.jar.packed + ! lib/Archive/Extract/t/src/y.par.packed + ! lib/Archive/Extract/t/src/y.tar.bz2.packed + ! lib/Archive/Extract/t/src/y.tar.gz.packed + ! lib/Archive/Extract/t/src/y.tar.packed + ! lib/Archive/Extract/t/src/y.tbz.packed + ! lib/Archive/Extract/t/src/y.tgz.packed + ! lib/Archive/Extract/t/src/y.zip.packed +____________________________________________________________________________ +[ 31287] By: rgs on 2007/05/28 12:03:25 + Log: Subject: linux arm cross-compilation + From: Vadim + Date: Mon, 28 May 2007 01:23:46 +0400 + Message-ID: <4659F6E2.3090805@vkonovalov.ru> + + with adjustments to the MANIFEST + Branch: perl + + Cross/Makefile-cross.SH Cross/build-arm-n770.sh + + Cross/cflags-cross-arm Cross/config.sh-arm-linux-n770 + + ext/util/make_ext_cross + ! MANIFEST configpm +____________________________________________________________________________ +[ 31286] By: rgs on 2007/05/28 11:14:32 + Log: Bump version number + + Subject: [PATCH] Update log::message::simple to 0.02 + From: "Jos I. Boumans" + Date: Mon, 28 May 2007 12:04:02 +0200 + Message-Id: + Branch: perl + ! lib/Log/Message/Simple.pm +____________________________________________________________________________ +[ 31285] By: rgs on 2007/05/28 10:17:22 + Log: Subject: Re: [PATCH] Math::BigInt v1.87 take 5 + From: Tels + Date: Sun, 27 May 2007 15:54:29 +0000 + Message-Id: <200705271554.32054@bloodgate.com> + Branch: perl + ! lib/Math/BigFloat.pm lib/Math/BigInt.pm + ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t +____________________________________________________________________________ +[ 31284] By: rgs on 2007/05/28 09:45:39 + Log: Subject: [PATCH] Math::BigInt::FastCalc v0.15 + From: Tels + Date: Sun, 27 May 2007 14:43:15 +0000 + Message-Id: <200705271443.16138@bloodgate.com> + Branch: perl + ! ext/Math/BigInt/FastCalc/FastCalc.pm + ! ext/Math/BigInt/FastCalc/FastCalc.xs + ! ext/Math/BigInt/FastCalc/Makefile.PL + ! ext/Math/BigInt/FastCalc/t/leak.t +____________________________________________________________________________ +[ 31283] By: craigb on 2007/05/27 01:54:45 + Log: In the stat() wrapper for VMS, always allow extended characters + (such as multiple dots) in the filename regardless of environment + setting. + Branch: perl + ! vms/vms.c +____________________________________________________________________________ +[ 31282] By: craigb on 2007/05/27 01:50:46 + Log: In the homegrown readdir() for VMS, always treat unix-style paths + appropriately regardless of environment setting, and also remove + the escape characters from escaped dots. + Branch: perl + ! vms/vms.c +____________________________________________________________________________ +[ 31281] By: rgs on 2007/05/26 06:54:40 + Log: Bad orientation in doc, noticed by Jan Dubois. + Branch: perl + ! pod/perl595delta.pod +____________________________________________________________________________ +[ 31280] By: davem on 2007/05/25 23:26:33 + Log: delete PL_hash_seed_set, PL_lineary; move PL_runops_std/dbg + the first two aren't used, and the last two are just place holders + to ensure that both runops functions get linked in; so make them + global rather than per-interpeter + Branch: perl + ! embedvar.h intrpvar.h perlapi.h perlvars.h sv.c +____________________________________________________________________________ +[ 31279] By: craigb on 2007/05/25 22:19:40 + Log: Subject: Re: argproc.c license Re: [perl #43037] Bad license in perl distribution + From: Mark Pizzolato + Date: Fri, 25 May 2007 13:31:17 -0700 (PDT) + Message-ID: <288163.41670.qm@web83606.mail.sp1.yahoo.com> + Branch: perl + ! vms/vms.c +____________________________________________________________________________ +[ 31278] By: davem on 2007/05/25 19:16:50 + Log: fix coredump in S_varname (tickled by Devel::Profile) + a 'Use of uninitialized value' warning within a DB sub + attempted to use the pad of the caller to locate the offending + lexical + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 31277] By: rgs on 2007/05/25 13:29:34 + Log: \R can't be used in a char class + Branch: perl + ! pod/perlre.pod +____________________________________________________________________________ +[ 31276] By: rgs on 2007/05/25 13:28:39 + Log: Document new escapes in perldelta + Branch: perl + ! pod/perl595delta.pod +____________________________________________________________________________ +[ 31275] By: steveh on 2007/05/25 10:15:54 + Log: Change #31270 should have updated proto.h to match + Branch: perl + ! embed.fnc proto.h +____________________________________________________________________________ +[ 31274] By: rgs on 2007/05/25 09:57:33 + Log: Upgrade to Archive::Tar 1.32. + Branch: perl + ! lib/Archive/Tar.pm lib/Archive/Tar/Constant.pm + ! lib/Archive/Tar/File.pm + ! lib/Archive/Tar/t/src/long/bar.tar.packed + ! lib/Archive/Tar/t/src/long/foo.tgz.packed + ! lib/Archive/Tar/t/src/short/bar.tar.packed + ! lib/Archive/Tar/t/src/short/foo.tgz.packed +____________________________________________________________________________ +[ 31273] By: rgs on 2007/05/25 09:29:12 + Log: Document that ptardiff needs Text::Diff + Branch: perl + ! pod/perlutil.pod +____________________________________________________________________________ +[ 31272] By: rgs on 2007/05/25 09:20:45 + Log: Document cpanp and cpan2dist + Branch: perl + ! pod/perl595delta.pod pod/perlutil.pod +____________________________________________________________________________ +[ 31271] By: steveh on 2007/05/25 09:18:45 + Log: Fix the ext/IO/t/io_sock.t failure when built with VC++ 2005 + + Unknown to me win32/win32.h was defining USE_FIXED_OSFHANDLE, which + arranged for a black magic fix to MSVCRT.DLL's _open_osfhandle() to + be used. It seems that this is inappropriate for VC++ versions later + than 6.x, since they don't use that DLL: simply not defining that + symbol makes the io_sock.t failure go away. + + (Compare change #29233, which similarly disabled the fix to + MSVCRT.DLL's read() for VC++ versions later than 6.x.) + Branch: perl + ! README.win32 win32/win32.h +____________________________________________________________________________ +[ 31270] By: rgs on 2007/05/25 07:46:08 + Log: Subject: [PATCH] Consting dump.c + From: Andy Lester + Date: Thu, 24 May 2007 13:25:43 -0500 + Message-Id: + Branch: perl + ! XSUB.h doop.c dump.c +____________________________________________________________________________ +[ 31269] By: rgs on 2007/05/24 17:18:24 + Log: Subject: Re: perl pragma [PATCH] + From: Tels + Date: Wed, 23 May 2007 21:35:58 +0000 + Message-Id: <200705232135.59546@bloodgate.com> + Branch: perl + + lib/bignum/t/in_effect.t lib/bignum/t/scope_f.t + + lib/bignum/t/scope_i.t lib/bignum/t/scope_r.t + ! MANIFEST lib/bigint.pm lib/bignum.pm lib/bigrat.pm +____________________________________________________________________________ +[ 31268] By: rgs on 2007/05/24 16:12:58 + Log: Subject: [perl #43010] [PATCH] Deparse, ''->(), ::(), sub :: {}, etc. + From: Father Chrysostomos (via RT) + Date: Sun, 20 May 2007 21:44:42 -0700 + Message-ID: + Branch: perl + ! ext/B/B/Deparse.pm ext/B/t/deparse.t +____________________________________________________________________________ +[ 31267] By: rgs on 2007/05/24 15:37:40 + Log: Adjustment to the test for importing feature bundles, + found by Hugo + Branch: perl + ! lib/feature.pm +____________________________________________________________________________ +[ 31266] By: rgs on 2007/05/24 15:12:41 + Log: Subject: [PATCH] update CPANPLUS::Dist::Build to 0.06_01 + From: "Jos I. Boumans" + Date: Tue, 22 May 2007 14:45:19 +0200 + Message-Id: <208F4537-CCF8-401B-9F97-EF1902EA2FB6@dwim.org> + Branch: perl + ! lib/CPANPLUS/Dist/Build.pm + ! lib/CPANPLUS/Dist/Build/t/01_CPANPLUS-Dist-Build-Constants.t + ! lib/CPANPLUS/Dist/Build/t/02_CPANPLUS-Dist-Build.t + ! lib/CPANPLUS/Dist/Build/t/inc/conf.pl + ! lib/CPANPLUS/Dist/Build/t/src/noxs/Foo-Bar-0.01.tar.gz.packed + ! lib/CPANPLUS/Dist/Build/t/src/xs/Foo-Bar-0.01.tar.gz.packed +____________________________________________________________________________ +[ 31265] By: rgs on 2007/05/24 13:29:01 + Log: It suddendly annoyed me that corelist returned sometimes two + spaces in a row. + Branch: perl + ! lib/Module/CoreList/bin/corelist +____________________________________________________________________________ +[ 31264] By: rgs on 2007/05/24 11:17:31 + Log: Doc nits by Steven Schubiger + Branch: perl + ! pod/perlintro.pod +____________________________________________________________________________ +[ 31263] By: rgs on 2007/05/24 08:25:52 + Log: perldelta additions suggested by Steve Hay + Branch: perl + ! pod/perl595delta.pod +____________________________________________________________________________ +[ 31262] By: rgs on 2007/05/24 08:18:31 + Log: Subject: [PATCH revised] threads::shared 1.12 + From: "Jerry D. Hedden" + Date: Wed, 23 May 2007 09:28:28 -0400 + Message-ID: <1ff86f510705230628n73c16e2gc67a3ec05d57c5f3@mail.gmail.com> + Branch: perl + ! ext/threads/shared/Changes ext/threads/shared/README + ! ext/threads/shared/shared.pm ext/threads/shared/t/wait.t + ! ext/threads/shared/t/waithires.t +____________________________________________________________________________ +[ 31260] By: rgs on 2007/05/23 10:20:29 + Log: Perldelta nit by Brandon Black + Branch: perl + ! pod/perl595delta.pod +____________________________________________________________________________ +[ 31259] By: steveh on 2007/05/23 08:12:14 + Log: Subject: RE: [PATCH] Skip ext/Win32/t/Unicode.t under Cygwin + From: "Jan Dubois" + Date: Tue, 22 May 2007 16:35:27 -0700 + Message-ID: <06dd01c79cc9$e101ce60$a3056b20$@com> + + Reinstates the test under Cygwin and fixes it. + Branch: perl + ! ext/Win32/t/Unicode.t +____________________________________________________________________________ +[ 31258] By: stevep on 2007/05/23 01:58:07 + Log: Subject: [PATCH] Forgotten Cygwin patch + From: "Jerry D. Hedden" + Date: Tue, 22 May 2007 20:58:04 -0400 + Message-ID: <1ff86f510705221758p71418517ncb89fac289d74c35@mail.gmail.com> + Branch: perl + ! cygwin/perlld.in +____________________________________________________________________________ +[ 31257] By: rgs on 2007/05/22 14:12:18 + Log: Add MidnightBSD to the list of Unix-like OSes + Branch: perl + ! lib/Module/Build.pm +____________________________________________________________________________ +[ 31256] By: rgs on 2007/05/22 10:07:09 + Log: Update perldelta + Branch: perl + ! pod/perl595delta.pod +____________________________________________________________________________ +[ 31255] By: davem on 2007/05/21 22:35:15 + Log: move PL_error_count into the PL_parser struct + Branch: perl + ! embedvar.h intrpvar.h op.c parser.h perl.c perlapi.h pp_ctl.c + ! sv.c toke.c +____________________________________________________________________________ +[ 31254] By: davem on 2007/05/21 21:02:50 + Log: move PL_multi_end into the PL_parser struct + Branch: perl + ! embedvar.h intrpvar.h op.c parser.h perlapi.h sv.c toke.c +____________________________________________________________________________ +[ 31253] By: stevep on 2007/05/21 20:52:10 + Log: Subject: Re: Smoke failures with blead@31225 (Linux) [PATCH] + From: Tels + Date: Mon, 21 May 2007 20:17:20 +0000 + Message-Id: <200705212017.23224@bloodgate.com> + Branch: perl + ! lib/Math/BigInt/Calc.pm +____________________________________________________________________________ +[ 31252] By: davem on 2007/05/21 19:57:24 + Log: move PL_tokenbuf into the PL_parser struct + Branch: perl + ! embedvar.h intrpvar.h parser.h perlapi.h sv.c toke.c utf8.c +____________________________________________________________________________ +[ 31251] By: rgs on 2007/05/21 16:46:04 + Log: Update Changes + Branch: perl + ! Changes +____________________________________________________________________________ +[ 31250] By: rgs on 2007/05/21 14:29:02 + Log: Subject: [PATCH] Skip ext/Win32/t/Unicode.t under Cygwin + From: "Jerry D. Hedden" + Date: Sat, 19 May 2007 11:56:40 -0400 + Message-ID: <1ff86f510705190856o2a98f1a5sd6f316f863e60c87@mail.gmail.com> + Branch: perl + ! ext/Win32/t/Unicode.t +____________________________________________________________________________ +[ 31249] By: rgs on 2007/05/21 14:27:03 + Log: Subject: [PATCH] Skip win32core.t under Cygwin + From: "Jerry D. Hedden" + Date: Sat, 19 May 2007 08:43:47 -0400 + Message-ID: <1ff86f510705190543r505cfc2fua18e87cd665b8f6e@mail.gmail.com> + Branch: perl + ! ext/Win32CORE/t/win32core.t +____________________________________________________________________________ +[ 31248] By: merijn on 2007/05/21 06:26:31 + Log: Subject: [PATCH] pp_sys.c: gethostbyaddr + From: Jarkko Hietaniemi + Date: Mon, 21 May 2007 00:02:38 -0400 + Message-ID: <465119DE.6040208@iki.fi> + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 31247] By: craigb on 2007/05/21 04:33:27 + Log: VMSify uupacktool.pl and run it during VMS build. + Branch: perl + ! uupacktool.pl vms/descrip_mms.template +____________________________________________________________________________ +[ 31246] By: davem on 2007/05/20 23:56:30 + Log: delete unused vars PL_av_fetch_sv, PL_hv_fetch_sv + and fix 'duplicate symbol' warnings from embed.pl + for utf8cache and sh_path + Branch: perl + ! embedvar.h intrpvar.h perlapi.h perlvars.h +____________________________________________________________________________ +[ 31245] By: davem on 2007/05/20 23:10:15 + Log: delete thrdvar.h and move its contents to intrpvar.h + Branch: perl + - thrdvar.h + ! MANIFEST Makefile.SH Makefile.micro NetWare/Makefile embed.h + ! embed.pl embedvar.h global.sym intrpvar.h + ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm makedef.pl + ! perl.c perl.h perlapi.c perlapi.h pod/perlapi.pod + ! pod/perlintern.pod pod/perltodo.pod proto.h sv.c + ! vms/descrip_mms.template win32/Makefile win32/Makefile.ce + ! win32/makefile.mk +____________________________________________________________________________ +[ 31244] By: rgs on 2007/05/20 12:58:53 + Log: Subject: [PATCH] Minor perlreapi.pod cleanup + From: "=?UTF-8?Q?=C3=86var_Arnfj=C3=B6r=C3=B0_Bjarmason?=" + Date: Wed, 16 May 2007 16:38:44 +0000 + Message-ID: <51dd1af80705160938w13789b63m6d5f4710441ceac@mail.gmail.com> + Branch: perl + ! pod/perlreapi.pod regexp.h +____________________________________________________________________________ +[ 31243] By: rgs on 2007/05/20 12:55:20 + Log: Update Archive::Tar to 1.31 + Branch: perl + + lib/Archive/Tar/t/99_pod.t lib/Archive/Tar/t/src/long/b + + lib/Archive/Tar/t/src/long/bar.tar.packed + + lib/Archive/Tar/t/src/long/foo.tgz.packed + + lib/Archive/Tar/t/src/short/b + + lib/Archive/Tar/t/src/short/bar.tar.packed + + lib/Archive/Tar/t/src/short/foo.tgz.packed + - lib/Archive/Tar/t/00_setup.t lib/Archive/Tar/t/99_clean.t + ! MANIFEST lib/Archive/Tar.pm lib/Archive/Tar/File.pm + ! lib/Archive/Tar/t/02_methods.t +____________________________________________________________________________ +[ 31242] By: rgs on 2007/05/20 12:50:02 + Log: Subject: RE: When is -DPERL_CORE required? + From: "Jan Dubois" + Date: Fri, 18 May 2007 10:57:35 -0700 + Message-ID: <044601c79976$046691d0$0d33b570$@com> + Branch: perl + ! win32/win32.h +____________________________________________________________________________ +[ 31241] By: rgs on 2007/05/20 12:48:01 + Log: Subject: [PATCH] Don't use a regex match in lib/feature.pm + From: "=?UTF-8?Q?=C3=86var_Arnfj=C3=B6r=C3=B0_Bjarmason?=" + Date: Fri, 18 May 2007 20:16:53 +0000 + Message-ID: <51dd1af80705181316r15f65e45n55903de294565aa1@mail.gmail.com> + Branch: perl + ! lib/feature.pm +____________________________________________________________________________ +[ 31240] By: craigb on 2007/05/20 01:00:31 + Log: Make VMS's home-grown glob() recognize a directory even without + tell-tale punctuation. + Branch: perl + ! vms/vms.c +____________________________________________________________________________ +[ 31239] By: craigb on 2007/05/19 01:00:15 + Log: Various mro updates from Brandon Black. References: + <84621a60705111347q40f9dd9ciefa9468e9ff9ca6c@mail.gmail.com> + <84621a60705121458i34ff361fh9166e8558781df41@mail.gmail.com> + <84621a60705141111q70ed307r9181dfc2834a8f5c@mail.gmail.com> + <84621a60705160937h53946fcfg70635908302724e8@mail.gmail.com> + Branch: perl + + t/mro/pkg_gen.t + ! MANIFEST hv.h lib/mro.pm mg.c mro.c sv.c t/mro/basic.t +____________________________________________________________________________ +[ 31238] By: craigb on 2007/05/18 22:48:12 + Log: Subject: [PATCH] threads 1.62 + From: "Jerry D. Hedden" + Date: Thu, 17 May 2007 12:21:46 -0400 + Message-ID: <1ff86f510705170921g77d87898ye2c081fc0df53a9e@mail.gmail.com> + Branch: perl + ! ext/threads/Changes ext/threads/README ext/threads/t/exit.t + ! ext/threads/t/free.t ext/threads/t/free2.t + ! ext/threads/t/kill.t ext/threads/t/thread.t + ! ext/threads/threads.pm ext/threads/threads.xs +____________________________________________________________________________ +[ 31237] By: craigb on 2007/05/18 22:01:51 + Log: Subject: [PATCH] Unicode::UCD: add general category and bidi type interfaces + From: Jarkko Hietaniemi + Date: Fri, 18 May 2007 03:45:29 +0300 (EEST) + Message-Id: <200705180045.l4I0jTeI221780@kosh.hut.fi> + Branch: perl + ! lib/Unicode/UCD.pm lib/Unicode/UCD.t +____________________________________________________________________________ +[ 31236] By: craigb on 2007/05/18 21:42:56 + Log: When trimming long XS symbols on VMS, avoid warnings from operator + precedence mistakes, but for now give the same symbol mangling + results as before. + Branch: perl + ! vms/ext/XSSymSet.pm +____________________________________________________________________________ +[ 31235] By: steveh on 2007/05/18 10:46:57 + Log: Upgrade to Win32-0.29 + Branch: perl + + ext/Win32/longpath.inc ext/Win32/t/CreateFile.t + + ext/Win32/t/GetCurrentThreadId.t ext/Win32/t/Unicode.t + ! MANIFEST ext/Win32/Makefile.PL ext/Win32/Win32.pm + ! ext/Win32/Win32.xs ext/Win32/t/GetFileVersion.t +____________________________________________________________________________ +[ 31234] By: steveh on 2007/05/17 09:19:01 + Log: Subject: [PATCH] todos for perl 5.12 + From: Jarkko Hietaniemi + Date: Thu, 17 May 2007 04:25:19 +0300 (EEST) + Message-Id: <200705170125.l4H1PJNi198465@kosh.hut.fi> + + (plus a fix for 1 unescaped <>) + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 31233] By: merijn on 2007/05/16 21:32:56 + Log: Subject: [PATCH] Re: Thread fail/hang on HP-UX 10.20 + From: "Jerry D. Hedden" + Date: Wed, 16 May 2007 14:18:05 -0400 + Message-ID: <1ff86f510705161118x55e9d18crdf376ca469f97dc7@mail.gmail.com> + Branch: perl + ! ext/threads/shared/Changes ext/threads/shared/shared.pm + ! ext/threads/shared/t/stress.t +____________________________________________________________________________ +[ 31232] By: merijn on 2007/05/16 17:36:15 + Log: Subject: [PATCH] Configure (and Makefile.SH): remove ODBM_File early if c++ (this time even with the Configure bits) + From: Jarkko Hietaniemi + Date: Wed, 16 May 2007 05:33:14 +0300 (EEST) + Message-Id: <200705160233.l4G2XEET143034@kosh.hut.fi> + Branch: perl + ! Configure Makefile.SH +____________________________________________________________________________ +[ 31230] By: steveh on 2007/05/16 16:41:48 + Log: DynaLoader doesn't seem to need -DPERL_CORE, and no other extensions + are compiled with it, so let's see if we can get away with removing + it. Revert this change if it causes black smoke! + Branch: perl + ! ext/DynaLoader/Makefile.PL +____________________________________________________________________________ +[ 31229] By: steveh on 2007/05/16 08:26:09 + Log: A more general fix to non-threaded static extension build problems + than #31220 was. + Branch: perl + ! ext/Win32CORE/Makefile.PL lib/ExtUtils/MM_Win32.pm +____________________________________________________________________________ +[ 31228] By: steveh on 2007/05/16 07:32:20 + Log: Remove comment added by #31218 since the rest of that change was + reverted by #31224 + Branch: perl + ! op.h +____________________________________________________________________________ +[ 31227] By: stevep on 2007/05/16 03:39:44 + Log: Subject: [PATCH] DBM_Filter test: use std test preamble + From: Jarkko Hietaniemi + Date: Wed, 16 May 2007 05:29:17 +0300 (EEST) + Message-Id: <200705160229.l4G2THSE421947@kosh.hut.fi> + Branch: perl + ! lib/DBM_Filter/t/01error.t +____________________________________________________________________________ +[ 31226] By: craigb on 2007/05/16 03:08:51 + Log: Better suppression of Threads build (probably still needed on 5.8.x) + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 31225] By: davem on 2007/05/15 21:51:03 + Log: change 31200 broke src filters used within an eval + eg BEGIN { eval q(use MyFilter) } would ignore the filter + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 31224] By: stevep on 2007/05/15 18:56:23 + Log: Move pmop.op_pmflags back to its previous location. The move in + change #31218 was causing segfaults in miniperl on 32-bit + environments. + Branch: perl + ! op.h +____________________________________________________________________________ +[ 31222] By: stevep on 2007/05/15 17:21:30 + Log: Subject: [PATCH] Math::BigInt v1.87 + From: Tels + Date: Sun, 13 May 2007 14:34:11 +0000 + Message-Id: <200705131434.11992@bloodgate.com> + + Subject: Re: [PATCH] Math::BigInt v1.87 (take 2) + From: Tels + Date: Mon, 14 May 2007 15:41:36 +0000 + Message-Id: <200705141541.40678@bloodgate.com> + + Subject: Re: [PATCH] Math::BigInt v1.87 (take 3) + From: Tels + Date: Tue, 15 May 2007 19:02:54 +0000 + Message-Id: <200705151902.57372@bloodgate.com> + Branch: perl + ! lib/Math/BigFloat.pm lib/Math/BigInt.pm + ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintc.t + ! lib/Math/BigInt/t/biglog.t lib/Math/BigInt/t/config.t +____________________________________________________________________________ +[ 31221] By: steveh on 2007/05/15 15:45:50 + Log: Subject: [PATCH] Win32CORE.c needed windows.h + From: "Jerry D. Hedden" + Date: Tue, 15 May 2007 09:10:00 -0400 + Message-ID: <1ff86f510705150609l1c178629i97091adbd02b6463@mail.gmail.com> + + (plus a #define to save windows.h pulling in so much stuff.) + + Fixes a build error on Cygwin caused by #31214. + Branch: perl + ! ext/Win32CORE/Win32CORE.c +____________________________________________________________________________ +[ 31220] By: steveh on 2007/05/15 08:19:56 + Log: Subject: RE: Smoke summary results for maint and current on Win32 + From: "Jan Dubois" + Date: Mon, 14 May 2007 14:58:19 -0700 + Message-ID: <013401c79672$fbbdb320$f3391960$@com> + + Fixes non-threaded builds on Win32 (which had warnings with VC and + errors with GCC) by compiling the statically linked extension + Win32CORE with -DPERLDLL. + + The same fix should be applied more generally to all statically + linked extensions so a further change may be forthcoming, but this + at least gets the standard non-threaded build working again. + Branch: perl + ! ext/Win32CORE/Makefile.PL +____________________________________________________________________________ +[ 31219] By: steveh on 2007/05/15 08:15:32 + Log: Subject: RE: [perl #42925] Win32::GetLastError fails when first called + From: "Jan Dubois" + Date: Mon, 14 May 2007 15:18:22 -0700 + Message-ID: <014e01c79675$c8bfc6e0$5a3f54a0$@com> + + Improved test: make sure that Win32 isn't already loaded when you call + Win32::GetLastError() + Branch: perl + ! ext/Win32CORE/t/win32core.t +____________________________________________________________________________ +[ 31218] By: nicholas on 2007/05/15 07:36:57 + Log: BASEOP isn't an exact multiple of 8 bytes, so reordering pmop and cop + to put a 32 bit member first elimiates structure padding on LP64. + Branch: perl + ! cop.h op.h +____________________________________________________________________________ +[ 31217] By: nicholas on 2007/05/14 22:32:16 + Log: PERL_IMPLICIT_CONTEXT is usually defined for threads, so assume that + its int needs a friend under LP64. + gcc -Wpaddedspotted padding I'd missed in thrdvar.h + Branch: perl + ! intrpvar.h thrdvar.h +____________________________________________________________________________ +[ 31216] By: nicholas on 2007/05/14 22:16:04 + Log: Subject: [PATCH] threads::shared 1.11 + From: "Jerry D. Hedden" + Message-ID: <1ff86f510705140517n1c140d96nca36667bcbbc27f@mail.gmail.com> + Date: Mon, 14 May 2007 08:17:51 -0400 + Branch: perl + ! ext/threads/shared/Changes ext/threads/shared/README + ! ext/threads/shared/shared.pm +____________________________________________________________________________ +[ 31215] By: steveh on 2007/05/14 16:56:22 + Log: Test for [perl #42925], which was fixed by #31214 + Branch: perl + ! ext/Win32CORE/t/win32core.t +____________________________________________________________________________ +[ 31214] By: steveh on 2007/05/14 16:54:30 + Log: Subject: RE: [perl #42925] Win32::GetLastError fails when first called + From: "Jan Dubois" + Date: Fri, 11 May 2007 16:55:17 -0700 + Message-ID: <02bd01c79427$d36140b0$7a23c210$@com> + Branch: perl + ! ext/Win32CORE/Win32CORE.c +____________________________________________________________________________ +[ 31213] By: steveh on 2007/05/14 16:22:04 + Log: Older versions of windres interpret "-I" as the input format, + so use the long option name "--include-dir" instead. + Branch: perl + ! win32/makefile.mk +____________________________________________________________________________ +[ 31212] By: stevep on 2007/05/13 16:47:40 + Log: Upgrade to Encode-2.21 + Branch: perl + + ext/Encode/lib/Encode/MIME/Name.pm ext/Encode/t/mime-name.t + ! MANIFEST ext/Encode/Encode.pm ext/Encode/Encode.xs + ! ext/Encode/Unicode/Unicode.pm ext/Encode/encoding.pm + ! ext/Encode/lib/Encode/Encoding.pm +____________________________________________________________________________ +[ 31211] By: stevep on 2007/05/13 16:35:02 + Log: Subject: [PATCH] Restore Windows NT support + From: "Jan Dubois" + Date: Fri, 11 May 2007 18:25:39 -0700 + Message-ID: <02d101c79434$743be100$5cb3a300$@com> + Branch: perl + ! win32/perllib.c win32/vdir.h win32/win32.c +____________________________________________________________________________ +[ 31209] By: davem on 2007/05/13 01:17:42 + Log: fix some (mostly MAD) compiler warnings + Branch: perl + ! perly.act perly.tab perly.y toke.c +____________________________________________________________________________ +[ 31208] By: davem on 2007/05/12 22:44:02 + Log: Give the 'local' declarator a new key, such that 'local our' + declaration don't have multiple 'd' keys. + + Subject: [PATCH] mad: different key for the locale declarator + From: Gerard Goossen + Date: Tue May 8 17:42:45 2007 +0200 + Message-Id: <20070508171125.GI17043@ostwald> + Branch: perl + ! mad/Nomad.pm op.h perly.act perly.y +____________________________________________________________________________ +[ 31207] By: davem on 2007/05/12 22:43:01 + Log: move the logic of combining '_' and '#' with the previous logic + from Nomad.pm to dump.c. So they are already combined in the XML + dump. + + Subject: [PATCH] mad: combine whitespace keys '_' '#' in dump.c instead of Nomad.pm + From: Gerard Goossen + Date: Sun Mar 25 13:36:31 2007 +0200 + Message-Id: <20070508170341.GH17043@ostwald> + Branch: perl + ! dump.c mad/Nomad.pm +____________________________________________________________________________ +[ 31206] By: davem on 2007/05/12 22:42:09 + Log: Subject: [PATCH] Disable slurping assigned of split when PL_madskills + From: Gerard Goossen + Date: Tue May 8 15:15:09 2007 +0200 + Message-Id: <20070508164400.GA15860@ostwald> + Branch: perl + ! mad/Nomad.pm op.c op.h +____________________________________________________________________________ +[ 31205] By: davem on 2007/05/12 22:41:17 + Log: Subject: [PATCH] Disable !a&&b, !b||a optimalization when PL_madskills + From: Gerard Goossen + Date: Tue May 8 16:09:17 2007 +0200 + Message-Id: <20070508164556.GB15860@ostwald> + Branch: perl + ! op.c +____________________________________________________________________________ +[ 31204] By: davem on 2007/05/12 22:40:05 + Log: Disable operator target setting for 'my' variables (OPpTARGET_MY) + when madskills is active. Remove the p55 code required for dealing + with the optimized tree. + + Subject: [PATCH] disable operator with target my when madskills enabled + From: Gerard Goossen + Date: Thu Apr 19 15:31:27 2007 +0200 + Message-Id: <20070419133822.GG19244@ostwald> + + also: + + Remove the just remove madprop 'M' doc + + Message-ID: <20070419134549.GH19244@ostwald> + Branch: perl + ! mad/Nomad.pm op.c op.h +____________________________________________________________________________ +[ 31203] By: davem on 2007/05/12 22:17:40 + Log: move PL_in_my and PL_in_my_stash into the PL_parser struct + Branch: perl + ! embedvar.h intrpvar.h op.c pad.c parser.h perlapi.h perly.act + ! perly.y sv.c toke.c utf8.c +____________________________________________________________________________ +[ 31202] By: davem on 2007/05/12 20:06:41 + Log: eliminate a stray PL_lex_state + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 31201] By: davem on 2007/05/12 19:51:37 + Log: save old PL_curcop value in parser struct + Branch: perl + ! parser.h toke.c +____________________________________________________________________________ +[ 31200] By: davem on 2007/05/12 19:21:02 + Log: move PL_rsfp_filters into the parser struct + Branch: perl + ! embed.fnc embed.h embedvar.h + ! ext/Devel/PPPort/parts/inc/variables + ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs + ! intrpvar.h op.c parser.h perl.c perl.h perlapi.h perly.act + ! perly.tab perly.y pp_ctl.c proto.h sv.c toke.c +____________________________________________________________________________ +[ 31199] By: davem on 2007/05/11 23:22:24 + Log: move PL_rsfp into the PL_parser struct + and simplify its creation and destruction + Branch: perl + ! embed.fnc embed.h embedvar.h + ! ext/Devel/PPPort/parts/inc/variables intrpvar.h op.c parser.h + ! perl.c perlapi.h pp_ctl.c proto.h sv.c toke.c +____________________________________________________________________________ +[ 31198] By: nicholas on 2007/05/10 22:32:57 + Log: Work around to get Unicode tests passing. + Branch: perl + ! ext/Unicode/Normalize/mkheader +____________________________________________________________________________ +[ 31197] By: stevep on 2007/05/10 20:34:21 + Log: Fix Pod nit in perlfunc + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 31196] By: rgs on 2007/05/10 14:49:37 + Log: Update the *::Compress::* modules maintainers information + Branch: perl + ! Porting/Maintainers.pl +____________________________________________________________________________ +[ 31195] By: rgs on 2007/05/10 13:12:38 + Log: Replace a call to utf8::encode by a pack/unpack combination, + so that code runs under 5.6 too + Branch: perl + ! lib/CGI/Util.pm +____________________________________________________________________________ +[ 31194] By: rgs on 2007/05/10 12:41:08 + Log: Subject: Re: Compress::Zlib, pack "C" and utf-8 [PATCH] + From: Marc Lehmann + Date: Thu, 12 Apr 2007 08:41:53 +0200 + Message-ID: <20070412064153.GA22475@schmorp.de> + Branch: perl + ! ext/Encode/t/encoding.t ext/Storable/t/utf8hash.t + ! ext/Unicode/Normalize/t/short.t lib/CGI/Util.pm + ! pod/perlfunc.pod pp_pack.c t/op/chr.t t/op/pack.t + ! t/op/utftaint.t +____________________________________________________________________________ +[ 31193] By: rgs on 2007/05/10 10:39:13 + Log: New data for Unicode on older versions, thanks to Nicholas + and Dave Rolsky + Branch: perl + ! lib/Module/CoreList.pm +____________________________________________________________________________ +[ 31192] By: rgs on 2007/05/10 10:18:32 + Log: first_release() now returns the first release in the order of + perl version numbers. Add a new method first_release_by_date() + to keep the old behaviour available. Suggested by Michael G Schwern. + Branch: perl + ! lib/Module/CoreList.pm lib/Module/CoreList/t/corelist.t +____________________________________________________________________________ +[ 31191] By: rgs on 2007/05/10 08:50:44 + Log: Subject: [PATCH] Fix bignum-0.21 + From: "Jerry D. Hedden" + Date: Wed, 9 May 2007 21:05:52 -0400 + Message-ID: <1ff86f510705091805n37c4137u16a35ca27810979f@mail.gmail.com> + Branch: perl + ! lib/bignum.pm lib/bignum/t/option_l.t +____________________________________________________________________________ +[ 31190] By: rgs on 2007/05/10 08:39:04 + Log: Small fix to a previous patch on magic $ variables. + + Subject: [PATCH] + From: "=?UTF-8?Q?=C3=86var_Arnfj=C3=B6r=C3=B0_Bjarmason?=" + Date: Thu, 10 May 2007 02:24:48 +0000 + Message-ID: <51dd1af80705091924q77c2ca23n30359779b96ab909@mail.gmail.com> + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 31189] By: rgs on 2007/05/10 08:27:35 + Log: Regarding precedence, filetest operators are the same than + unary operators, but not regarding parsing and parentheses + (see toke.c). Spotted by Eirik Berg Hanssen. + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 31188] By: steveh on 2007/05/10 08:09:18 + Log: Subject: Re: [perl #42869] Problem killing a pseudo-forked child on Win32 + From: Dave Mitchell + Date: Thu, 3 May 2007 22:39:23 +0100 + Message-ID: <20070503213923.GH24804@iabyn.com> + + Fixes the failure to kill a pseudo-forked child on Win32 described in + [perl #42869], but the "Free to wrong pool" error remains + Branch: perl + ! win32/win32.c +____________________________________________________________________________ +[ 31187] By: merijn on 2007/05/09 22:09:24 + Log: Subject: [PATCH] Syntax error in Configure in blead + From: "Ævar Arnfjörð Bjarmason" + Date: Wed, 9 May 2007 20:30:04 +0000 + Message-ID: <51dd1af80705091330h1bb9b508g2154b03868b71d07@mail.gmail.com> + Branch: perl + ! Configure +____________________________________________________________________________ +[ 31185] By: rgs on 2007/05/09 17:20:35 + Log: Subject: [PATCH] Remove unused parms in S_isa_lookup + From: Andy Lester + Date: Wed, 9 May 2007 11:49:13 -0500 + Message-Id: <1CBA316A-EC1D-4E8F-8DEE-35322F390358@petdance.com> + Branch: perl + ! embed.fnc embed.h proto.h universal.c +____________________________________________________________________________ +[ 31184] By: stevep on 2007/05/09 17:19:10 + Log: Partial reversion of bignum-0.21 to get tests to pass again. + Branch: perl + ! lib/bignum.pm lib/bignum/t/option_l.t +____________________________________________________________________________ +[ 31183] By: merijn on 2007/05/09 16:54:21 + Log: Typing is for secretaries + Branch: perl + ! Configure +____________________________________________________________________________ +[ 31181] By: merijn on 2007/05/09 16:41:01 + Log: Better help ; regen after backport #31114 ; RT#42886 ' in uname + Branch: perl + ! Configure +____________________________________________________________________________ +[ 31178] By: rgs on 2007/05/09 15:56:57 + Log: Bump the version of Module::CoreList and add docs + for the Unicode module name, that Merijn just added + Branch: perl + ! lib/Module/CoreList.pm lib/Module/CoreList/bin/corelist +____________________________________________________________________________ +[ 31177] By: merijn on 2007/05/09 15:39:40 + Log: Added all traceable Unicode versions + Branch: perl + ! lib/Module/CoreList.pm +____________________________________________________________________________ +[ 31176] By: merijn on 2007/05/09 14:17:57 + Log: 1. Add Unicode UCD version; 2. sort *unique*; 3. remove win32/ext + Branch: perl + ! Porting/corelist.pl +____________________________________________________________________________ +[ 31175] By: rgs on 2007/05/09 07:57:50 + Log: Add examples for h2xs -X, by Andy Armstrong + Branch: perl + ! utils/h2xs.PL +____________________________________________________________________________ +[ 31174] By: rgs on 2007/05/09 07:53:47 + Log: Subject: Re: mro c3 infinite recursion problem. Attemp to free unreferenced scalar + From: "Brandon Black" + Date: Tue, 8 May 2007 15:15:29 -0500 + Message-ID: <84621a60705081315hca3885duc14b8c3e44080853@mail.gmail.com> + Branch: perl + ! mro.c t/mro/recursion_c3.t +____________________________________________________________________________ +[ 31173] By: rgs on 2007/05/08 22:19:21 + Log: Reapply patch 31028, that wasn't integrated in CPANPLUS + Branch: perl + ! lib/CPANPLUS/t/inc/conf.pl +____________________________________________________________________________ +[ 31172] By: stevep on 2007/05/08 16:40:51 + Log: Upgrade to Math-BigInt-FastCalc-0.14 + Branch: perl + ! ext/Math/BigInt/FastCalc/FastCalc.pm + ! ext/Math/BigInt/FastCalc/Makefile.PL + ! ext/Math/BigInt/FastCalc/t/bigintfc.t +____________________________________________________________________________ +[ 31171] By: stevep on 2007/05/08 16:34:36 + Log: Upgrade to Module-Build-0.2808 + Branch: perl + + lib/Module/Build/t/help.t lib/Module/Build/t/par.t + ! MANIFEST lib/Module/Build.pm lib/Module/Build/API.pod + ! lib/Module/Build/Base.pm lib/Module/Build/Compat.pm + ! lib/Module/Build/Notes.pm lib/Module/Build/t/basic.t + ! lib/Module/Build/t/tilde.t lib/Module/Build/t/xs.t +____________________________________________________________________________ +[ 31170] By: stevep on 2007/05/08 15:09:20 + Log: Upgrade to CGI.pm-3.29 + Branch: perl + ! lib/CGI.pm lib/CGI/Changes +____________________________________________________________________________ +[ 31169] By: stevep on 2007/05/08 14:36:47 + Log: Upgrage to bignum-0.21 and Math-BigRat-0.19 + Branch: perl + ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigfltpm.inc + ! lib/bigint.pm lib/bignum.pm lib/bignum/t/option_l.t + ! lib/bigrat.pm +____________________________________________________________________________ +[ 31168] By: rgs on 2007/05/08 12:38:04 + Log: Subject: [PATCH] Update CPANPLUS to 0.79_02 + From: "Jos I. Boumans" + Date: Tue, 8 May 2007 14:05:34 +0200 + Message-Id: + Branch: perl + ! lib/CPANPLUS.pm lib/CPANPLUS/Config.pm + ! lib/CPANPLUS/Dist/Base.pm lib/CPANPLUS/Dist/MM.pm + ! lib/CPANPLUS/Selfupdate.pm lib/CPANPLUS/Shell/Default.pm + ! lib/CPANPLUS/t/dummy-CPAN/authors/01mailrc.txt.gz.packed + ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/Bundle-Foo-Ba + ! r-0.01.tar.gz.packed + ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/Foo-Bar-0.01. + ! tar.gz.packed + ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/perl5.005_03. + ! tar.gz.packed + ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUXS/Foo-Bar-0.01.ta + ! r.gz.packed + ! lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBNOXS/Foo-Bar-0.01. + ! tar.gz.packed + ! lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBXS/Foo-Bar-0.01.ta + ! r.gz.packed + ! lib/CPANPLUS/t/dummy-CPAN/modules/02packages.details.txt.gz.pa + ! cked + ! lib/CPANPLUS/t/dummy-CPAN/modules/03modlist.data.gz.packed + ! lib/CPANPLUS/t/inc/conf.pl +____________________________________________________________________________ +[ 31167] By: rgs on 2007/05/08 12:32:15 + Log: Subject: [PATCH] more consting + From: andy@petdance.com (Andy Lester) + Date: Mon, 7 May 2007 11:34:16 -0500 + Message-ID: <20070507163416.GA6187@petdance.com> + Branch: perl + ! hv.c mg.c mro.c sv.c +____________________________________________________________________________ +[ 31166] By: rgs on 2007/05/07 15:39:49 + Log: Subject: Sync Tie::RefHash with CPAN (1.37) + From: Yuval Kogman + Date: Mon, 7 May 2007 18:35:08 +0300 + Message-ID: <20070507153508.GZ17982@woobling.org> + Branch: perl + ! lib/Tie/RefHash.pm lib/Tie/RefHash/threaded.t +____________________________________________________________________________ +[ 31165] By: nicholas on 2007/05/07 15:35:56 + Log: bytecode.pl: Exterminate! + ext/B/B/Asmdata.pm: Exterminate! + Branch: perl + - bytecode.pl ext/B/B/Asmdata.pm + ! MANIFEST regen.pl vms/descrip_mms.template +____________________________________________________________________________ +[ 31164] By: nicholas on 2007/05/07 14:53:05 + Log: Given that @optype and @specialsv_name are hard coded tables, it seems + more logical for them to be in B.pm, rather than in the "boilerplate" + for the machine generated B/Asmdata.pm + Branch: perl + ! bytecode.pl ext/B/B.pm ext/B/B/Asmdata.pm ext/B/B/Debug.pm + ! ext/B/B/Terse.pm +____________________________________________________________________________ +[ 31163] By: rgs on 2007/05/07 13:38:24 + Log: Fix [perl #42163] "use base" masks $SIG{__DIE__} + adapted from a patch by Michael G Schwern + Branch: perl + ! lib/base.pm +____________________________________________________________________________ +[ 31159] By: rgs on 2007/05/07 09:47:00 + Log: Upgrade to Math::BigInt 1.86 + Branch: perl + ! lib/Math/BigFloat.pm lib/Math/BigInt.pm + ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t + ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc + ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t + ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t + ! lib/Math/BigInt/t/biglog.t lib/Math/BigInt/t/bigroot.t + ! lib/Math/BigInt/t/lib_load.t lib/Math/BigInt/t/mbi_rand.t + ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t + ! lib/Math/BigInt/t/with_sub.t +____________________________________________________________________________ +[ 31158] By: craigb on 2007/05/05 23:53:58 + Log: Archive::Extract test tries to do the logically impossible. + Branch: perl + ! lib/Archive/Extract/t/01_Archive-Extract.t +____________________________________________________________________________ +[ 31157] By: craigb on 2007/05/05 23:44:01 + Log: Make ppptools.pl allow a trailing dot in filenames for VMS. + Branch: perl + ! ext/Devel/PPPort/parts/ppptools.pl +____________________________________________________________________________ +[ 31156] By: craigb on 2007/05/05 23:42:42 + Log: Some filename dot and extension help for Module::Build on VMS. + Branch: perl + ! lib/Module/Build/Base.pm lib/Module/Build/Platform/VMS.pm +____________________________________________________________________________ +[ 31154] By: davem on 2007/05/05 17:38:12 + Log: move PL_lex_state into the PL_parser struct + Branch: perl + ! embedvar.h intrpvar.h mg.c op.c parser.h perl.c perlapi.h + ! pp_ctl.c sv.c toke.c +____________________________________________________________________________ +[ 31153] By: nicholas on 2007/05/05 17:35:22 + Log: Tweak change 30841 so that B works on maint too. + Branch: perl + ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/t/concise-xs.t +____________________________________________________________________________ +[ 31152] By: nicholas on 2007/05/05 13:26:28 + Log: Shuffling PL_gensym saves 8 bytes on LP64 systems. + Branch: perl + ! intrpvar.h +____________________________________________________________________________ +[ 31148] By: davem on 2007/05/05 00:49:51 + Log: migrate more variables to PL_parser struct: + PL_nexttoke PL_curforce PL_nextval PL_nexttype + Branch: perl + ! embedvar.h intrpvar.h parser.h perlapi.h sv.c toke.c +____________________________________________________________________________ +[ 31147] By: davem on 2007/05/04 22:18:42 + Log: move some more variables into the PL_parser struct: + PL_bufptr PL_oldbufptr PL_oldoldbufptr + PL_linestart PL_bufend + PL_last_uni PL_last_lop PL_last_lop_op + Branch: perl + ! embedvar.h intrpvar.h op.c parser.h perl.h perlapi.h sv.c + ! toke.c +____________________________________________________________________________ +[ 31142] By: rgs on 2007/05/04 15:33:22 + Log: Add a few manpages to Maintainers.pl + Branch: perl + ! Porting/Maintainers.pl +____________________________________________________________________________ +[ 31141] By: rgs on 2007/05/04 14:45:09 + Log: Add CPANPLUS to Maintainers.pl + Branch: perl + ! Porting/Maintainers.pl +____________________________________________________________________________ +[ 31140] By: rgs on 2007/05/04 14:33:07 + Log: Subject: [PATCH] Add CPANPLUS::Dist::Build to the core + From: "Jos I. Boumans" + Date: Fri, 4 May 2007 14:41:39 +0200 + Message-Id: <58AAEC18-D5B6-4840-9FA5-B121D95446A3@dwim.org> + Branch: perl + + lib/CPANPLUS/Dist/Build.pm + + lib/CPANPLUS/Dist/Build/Constants.pm + + lib/CPANPLUS/Dist/Build/t/01_CPANPLUS-Dist-Build-Constants.t + + lib/CPANPLUS/Dist/Build/t/02_CPANPLUS-Dist-Build.t + + lib/CPANPLUS/Dist/Build/t/inc/conf.pl + + lib/CPANPLUS/Dist/Build/t/src/noxs/Foo-Bar-0.01.tar.gz.packed + + lib/CPANPLUS/Dist/Build/t/src/xs/Foo-Bar-0.01.tar.gz.packed + ! MANIFEST +____________________________________________________________________________ +[ 31139] By: rgs on 2007/05/04 14:17:54 + Log: A patch from ExtUtils::CBuilder::Base from : + + Subject: [PATCH] Add CPANPLUS::Dist::Build to the core + From: "Jos I. Boumans" + Date: Fri, 4 May 2007 14:41:39 +0200 + Message-Id: <58AAEC18-D5B6-4840-9FA5-B121D95446A3@dwim.org> + Branch: perl + ! lib/ExtUtils/CBuilder/Base.pm +____________________________________________________________________________ +[ 31138] By: rgs on 2007/05/04 14:02:26 + Log: Subject: [perl #42844] careless use of gethostbyname() in Socket.xs + From: kan@dcit.cz (via RT) + Date: Tue, 01 May 2007 09:17:22 -0700 + Message-ID: + Branch: perl + ! ext/Socket/Socket.pm ext/Socket/Socket.xs +____________________________________________________________________________ +[ 31137] By: rgs on 2007/05/04 13:21:53 + Log: Subject: [PATCH] Documentation fixes for EGID/GID confusion + From: David Leadbeater + Date: Thu, 3 May 2007 18:27:13 +0100 + Message-ID: <20070503172713.GA23180@sirius.otherwize.co.uk> + Branch: perl + ! ext/POSIX/POSIX.pod pod/perlvar.pod +____________________________________________________________________________ +[ 31136] By: davem on 2007/05/04 09:18:05 + Log: toke.c changes missed from change #31134 + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 31135] By: davem on 2007/05/04 00:57:20 + Log: eliminate PL_bufend from util.c (missed from #30820) + Branch: perl + ! util.c +____________________________________________________________________________ +[ 31134] By: davem on 2007/05/04 00:41:51 + Log: move PL_expect and PL_copline into the PL_parser structure + Branch: perl + ! embedvar.h ext/Devel/PPPort/parts/inc/variables intrpvar.h + ! op.c parser.h perlapi.h perly.act perly.y sv.c +____________________________________________________________________________ +[ 31132] By: steveh on 2007/05/03 17:17:01 + Log: Fix breakages caused by #31130: + report_uninit was not exported on Win32 and + my_reg_numbered_buff_length had wrong prototype + Branch: perl + ! embed.fnc embed.h ext/re/re.xs global.sym proto.h +____________________________________________________________________________ +[ 31131] By: steveh on 2007/05/03 16:41:29 + Log: Silence some VC6 compiler warnings in the regex code + Branch: perl + ! embed.fnc ext/re/re.xs proto.h regcomp.c +____________________________________________________________________________ +[ 31130] By: rgs on 2007/05/03 16:04:13 + Log: Subject: [PATCH] FETCH/STORE/LENGTH callbacks for numbered capture variables + From: "=?UTF-8?Q?=C3=86var_Arnfj=C3=B6r=C3=B0_Bjarmason?=" + Date: Tue, 1 May 2007 23:58:44 +0000 + Message-ID: <51dd1af80705011658g1156e14cw4d2b21a8d772ed41@mail.gmail.com> + Branch: perl + ! embed.fnc embed.h ext/re/re.xs ext/re/re_top.h global.sym gv.c + ! mg.c perl.h pod/perlreapi.pod proto.h regcomp.c regcomp.h + ! regexp.h t/op/tr.t universal.c +____________________________________________________________________________ +[ 31127] By: nicholas on 2007/05/03 14:45:32 + Log: Move PL_delayedisa into a better spot in the interpreter structure. + Branch: perl + ! thrdvar.h +____________________________________________________________________________ +[ 31126] By: rgs on 2007/05/03 14:30:49 + Log: Subject: [PATCH] Add John Peacock as maintainer of version.pm + From: Gerard Goossen + Date: Thu, 3 May 2007 16:23:58 +0200 + Message-ID: <20070503142358.GE27210@ostwald> + Branch: perl + ! Porting/Maintainers.pl +____________________________________________________________________________ +[ 31125] By: nicholas on 2007/05/03 14:23:14 + Log: Initialise PL_delayedisa on thread clone. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 31124] By: rgs on 2007/05/03 13:35:18 + Log: Subject: [PATCH lib/ExtUtils/t/MM_Unix.t] Fix warning. + From: Abigail + Date: Tue, 24 Apr 2007 00:37:15 +0200 + Message-ID: <20070423223715.GB544@abigail.nl> + Branch: perl + ! lib/ExtUtils/t/MM_Unix.t +____________________________________________________________________________ +[ 31123] By: rgs on 2007/05/03 09:30:08 + Log: Subject: The revenge of the consts + From: andy@petdance.com (Andy Lester) + Date: Thu, 3 May 2007 00:45:54 -0500 + Message-ID: <20070503054554.GA30975@petdance.com> + Branch: perl + ! av.c embed.fnc numeric.c proto.h regcomp.c +____________________________________________________________________________ +[ 31122] By: rgs on 2007/05/03 09:24:47 + Log: Subject: Re: mro status, etc + From: "Brandon Black" + Date: Mon, 30 Apr 2007 16:45:54 -0500 + Message-ID: <84621a60704301445y37e9b05ey235210a8e5547cc1@mail.gmail.com> + Branch: perl + ! embedvar.h lib/mro.pm mg.c perlapi.h pp_hot.c + ! t/mro/recursion_c3.t t/mro/recursion_dfs.t thrdvar.h +____________________________________________________________________________ +[ 31121] By: steveh on 2007/05/03 07:51:17 + Log: Fix a CPANPLUS test that fails when run on a read-only source tree + (such as a p4 client repository) + Branch: perl + ! lib/CPANPLUS/Internals.pm lib/CPANPLUS/Internals/Source.pm +____________________________________________________________________________ +[ 31120] By: nicholas on 2007/05/02 16:26:24 + Log: Get PERL_OLD_COPY_ON_WRITE passing all tests, apart from + ext/Compress/Raw/Zlib/t/07bufsize.t + which still puzzles me. + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 31119] By: rgs on 2007/05/02 15:32:38 + Log: Subject: [perl #42839] Swatch hash cache has key mismatch + From: Jonathan Steinert (via RT) + Date: Tue, 01 May 2007 05:18:52 -0700 + Message-ID: + Branch: perl + + t/uni/cache.t + ! MANIFEST lib/utf8_heavy.pl +____________________________________________________________________________ +[ 31118] By: rgs on 2007/05/02 14:28:45 + Log: Subject: [PATCH] tweak some regexp params to avoid warnings + From: demerphq + Date: Tue, 1 May 2007 23:46:40 +0200 + Message-ID: <9b18b3110705011446h2113221cndf70af928d72505@mail.gmail.com> + Branch: perl + ! embed.fnc perl.h proto.h regexec.c regexp.h +____________________________________________________________________________ +[ 31117] By: rgs on 2007/05/02 12:42:04 + Log: Upgrade to XSLoader 0.08 + Branch: perl + ! ext/DynaLoader/XSLoader_pm.PL +____________________________________________________________________________ +[ 31116] By: rgs on 2007/05/02 12:17:22 + Log: Subject: [PATCH] When FETCHSIZE returns <0 perl segfaults + From: "=?UTF-8?Q?=C3=86var_Arnfj=C3=B6r=C3=B0_Bjarmason?=" + Date: Tue, 1 May 2007 21:06:47 +0000 + Message-ID: <51dd1af80705011406j7897772bm58e9c770183ef3ed@mail.gmail.com> + Branch: perl + ! mg.c pod/perldiag.pod t/op/tiearray.t +____________________________________________________________________________ +[ 31115] By: steveh on 2007/05/02 11:22:19 + Log: Fix threaded builds (broken by change #31112) + Branch: perl + ! embed.fnc embed.h proto.h util.c +____________________________________________________________________________ +[ 31114] By: steveh on 2007/05/02 08:43:08 + Log: Subject: [PATCH-revised] Remove ext/Thread + From: "Jerry D. Hedden" + Date: Mon, 30 Apr 2007 17:06:28 -0400 + Message-ID: <1ff86f510704301406t6373912ame78fea5c7a148cf4@mail.gmail.com> + Branch: perl + - ext/Thread/Makefile.PL ext/Thread/Notes ext/Thread/Queue.pmx + - ext/Thread/README ext/Thread/README.threads + - ext/Thread/Semaphore.pmx ext/Thread/Thread.xs + - ext/Thread/Thread/Signal.pm ext/Thread/Thread/Specific.pm + - ext/Thread/create.tx ext/Thread/die.tx ext/Thread/die2.tx + - ext/Thread/io.tx ext/Thread/join.tx ext/Thread/join2.tx + - ext/Thread/list.tx ext/Thread/lock.tx ext/Thread/queue.tx + - ext/Thread/specific.tx ext/Thread/sync.tx ext/Thread/sync2.tx + - ext/Thread/unsync.tx ext/Thread/unsync2.tx + - ext/Thread/unsync3.tx ext/Thread/unsync4.tx + ! Configure Cross/config.sh-arm-linux INSTALL MANIFEST + ! NetWare/Makefile NetWare/config.wc Porting/config.sh + ! hints/vmesa.sh lib/Carp/Heavy.pm perl.h plan9/config_sh.sample + ! pod/perlmodlib.pod pod/perlothrtut.pod pod/perlthrtut.pod + ! toke.c win32/Makefile win32/Makefile.ce + ! win32/ce-helpers/cecopy-lib.pl win32/config.bc win32/config.ce + ! win32/config.gc win32/config.vc win32/config.vc64 + ! win32/config_sh.PL win32/makefile.mk +____________________________________________________________________________ +[ 31113] By: stevep on 2007/05/01 18:20:02 + Log: Fixing a Perl_my_dirfd() related test failure. + Branch: perl + ! t/op/chdir.t +____________________________________________________________________________ +[ 31112] By: stevep on 2007/05/01 15:32:15 + Log: Add Perl_my_dirfd() to util.c + Branch: perl + ! doio.c embed.fnc embed.h global.sym handy.h pp_sys.c proto.h + ! t/op/stat.t util.c +____________________________________________________________________________ +[ 31111] By: rgs on 2007/05/01 11:50:36 + Log: Subject: Re: [PATCH] Change meaning of \v, \V, and add \h, \H to match Perl6, add \R to match PCRE and unicode tr18 + From: demerphq + Date: Tue, 1 May 2007 12:35:37 +0200 + Message-ID: <9b18b3110705010335w1924941ep3eb925a3ed597604@mail.gmail.com> + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 31110] By: rgs on 2007/04/30 15:34:29 + Log: Two new manpages, by Abigail + Branch: perl + + pod/perlrebackslash.pod pod/perlrecharclass.pod + ! MANIFEST pod.lst pod/perl.pod vms/descrip_mms.template + ! win32/pod.mak +____________________________________________________________________________ +[ 31109] By: rgs on 2007/04/30 12:21:50 + Log: Signedness nit, found by Jarkko + Branch: perl + ! regexec.c +____________________________________________________________________________ +[ 31108] By: rgs on 2007/04/30 10:18:15 + Log: Subject: [PATCH] make mad/PLXML.pm use strict + From: Gerard Goossen + Date: Thu, 19 Apr 2007 14:56:13 +0200 + Message-ID: <20070419125613.GF19244@ostwald> + Branch: perl + ! mad/PLXML.pm +____________________________________________________________________________ +[ 31107] By: rgs on 2007/04/30 09:22:58 + Log: Subject: Re: mro status, etc + From: "Brandon Black" + Date: Sun, 29 Apr 2007 17:27:03 -0500 + Message-ID: <84621a60704291527y1b39be37l221ef66e4c828f66@mail.gmail.com> + Branch: perl + ! embedvar.h gv.c hv.c hv.h intrpvar.h lib/mro.pm mg.c mro.c + ! op.c perl.c perlapi.h pod/perlapi.pod pod/perlboot.pod + ! pod/perlobj.pod pod/perltoot.pod pp.c pp_hot.c scope.c sv.c + ! t/mro/method_caching.t universal.c +____________________________________________________________________________ +[ 31106] By: rgs on 2007/04/30 08:42:44 + Log: Subject: Re: [PATCH] Cleanup of the regexp API + From: "=?UTF-8?Q?=C3=86var_Arnfj=C3=B6r=C3=B0_Bjarmason?=" + Date: Fri, 27 Apr 2007 02:22:25 +0000 + Message-ID: <51dd1af80704261922j3db0615wa86ccc4cb65b2713@mail.gmail.com> + Branch: perl + ! embed.fnc embed.h ext/re/re.xs ext/re/re_top.h global.sym + ! perl.h pod/perlreapi.pod pp_hot.c proto.h regcomp.c regcomp.h + ! regexec.c regexp.h +____________________________________________________________________________ +[ 31105] By: craigb on 2007/04/28 16:06:01 + Log: VMS-specific tweak to FindBin for when $0 returns a unix-style filespec. + Branch: perl + ! lib/FindBin.pm +____________________________________________________________________________ +[ 31104] By: craigb on 2007/04/28 14:28:00 + Log: Don't try to build old Thread extension on VMS when -Duseithreads + has been chosen. + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 31103] By: steveh on 2007/04/27 17:12:05 + Log: Do the same as #31095 for Win32 + Branch: perl + ! win32/FindExt.pm +____________________________________________________________________________ +[ 31102] By: rgs on 2007/04/27 14:19:15 + Log: Subject: Re: Analysis of problems with mixed encoding case insensitive matches in regex engine. + From: demerphq + Date: Fri, 27 Apr 2007 16:09:56 +0200 + Message-ID: <9b18b3110704270709y50ef652ci436b3bb29abca275@mail.gmail.com> + Branch: perl + ! Porting/regcharclass.pl regcharclass.h regcomp.c regexec.c + ! t/op/pat.t win32/Makefile +____________________________________________________________________________ +[ 31101] By: rgs on 2007/04/27 13:10:06 + Log: Reindent bash functions properly + Branch: perl + ! pod/perlhack.pod +____________________________________________________________________________ +[ 31098] By: rgs on 2007/04/27 07:56:05 + Log: Subject: [PATCH] Cargo-cult fix for an AIX build problem + From: "Jan Dubois" + Date: Thu, 26 Apr 2007 17:02:01 -0700 + Message-ID: <048b01c7885f$48862510$d9926f30$@com> + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 31097] By: rgs on 2007/04/27 07:55:34 + Log: Fix a signed/unsigned comparison warning + Branch: perl + ! regexec.c +____________________________________________________________________________ +[ 31096] By: merijn on 2007/04/27 06:16:02 + Log: More up-to-date info about the metaunits + Branch: perl + ! Porting/pumpkin.pod +____________________________________________________________________________ +[ 31095] By: merijn on 2007/04/27 06:03:52 + Log: Subject: [PATCH] special Configure handling for IO/Compress modules no longer needed + From: "Craig A. Berry" + Date: Thu, 26 Apr 2007 18:59:15 -0500 + Message-Id: + Branch: perl + ! Configure +____________________________________________________________________________ +[ 31093] By: nicholas on 2007/04/26 20:43:13 + Log: Avoid a SIGBUS caused by passing a U32 pointer to utf8_to_uvchr(), + which expects a STRLEN pointer. + Avoid some signed/unsigned casting warnings by adding casts. + Branch: perl + ! regcomp.c regexec.c +____________________________________________________________________________ +[ 31092] By: rgs on 2007/04/26 16:57:55 + Log: strxfrm() returns a size_t, not a ssize_t. See: + + Subject: locale.c usage of strxfrm + From: "Devin Heitmueller" + Date: Fri, 20 Apr 2007 18:20:21 -0400 + Message-ID: <412bdbff0704201520i7aac0189n74f0cef5c5213f41@mail.gmail.com> + Branch: perl + ! locale.c +____________________________________________________________________________ +[ 31091] By: rgs on 2007/04/26 16:29:01 + Log: Fix a bug in method caching. Better version (broader) of change #29336. + + Subject: Re: mro status, etc + From: "Brandon Black" + Date: Thu, 26 Apr 2007 10:52:20 -0500 + Message-ID: <84621a60704260852y5a3dd2a5jeb633bb46cc7a8c0@mail.gmail.com> + Branch: perl + ! pp_hot.c sv.c t/mro/method_caching.t +____________________________________________________________________________ +[ 31090] By: rgs on 2007/04/26 14:27:18 + Log: Doc nit, by Peter Scott + Branch: perl + ! README +____________________________________________________________________________ +[ 31089] By: nicholas on 2007/04/26 14:26:13 + Log: Subject: Re: VMS and Win32 Makefiles in change 31059 + From: Steve Hay + Message-ID: <46306D01.6070607@uk.radan.com> + Date: Thu, 26 Apr 2007 10:12:33 +0100 + Branch: perl + ! win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 31088] By: rgs on 2007/04/26 13:58:34 + Log: Remove the Thread typemap + Branch: perl + - ext/Thread/typemap + ! MANIFEST +____________________________________________________________________________ +[ 31087] By: rgs on 2007/04/26 13:15:14 + Log: Subject: mro status, etc + From: "Brandon Black" + Date: Wed, 25 Apr 2007 18:37:21 -0500 + Message-ID: <84621a60704251637v1f4a3f84y19b39461166e3631@mail.gmail.com> + Branch: perl + ! mro.c +____________________________________________________________________________ +[ 31086] By: rgs on 2007/04/26 13:05:29 + Log: Fix mro docs. + + Subject: Re: mro callbacks patch + From: "Brandon Black" + Date: Mon, 23 Apr 2007 18:58:39 -0500 + Message-ID: <84621a60704231658o4c85783ere3c3e90dd614c30b@mail.gmail.com> + Branch: perl + ! embed.fnc embed.h global.sym mro.c pod/perlapi.pod + ! pod/perlintern.pod proto.h +____________________________________________________________________________ +[ 31085] By: rgs on 2007/04/26 12:53:30 + Log: Forgot to submit regcomp.c in change #31081 + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 31084] By: rgs on 2007/04/26 12:47:57 + Log: Do the same thing as change #31082, but for warnings.pm. + Branch: perl + ! lib/warnings.pm warnings.pl +____________________________________________________________________________ +[ 31083] By: davem on 2007/04/26 12:36:45 + Log: eliminate "unused var" warning + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 31082] By: rgs on 2007/04/26 10:51:36 + Log: Subject: Re: The Strict trap + From: Johan Vromans + Date: Wed, 25 Apr 2007 16:12:58 +0200 + Message-ID: + Branch: perl + ! ext/Storable/t/code.t lib/strict.pm +____________________________________________________________________________ +[ 31081] By: rgs on 2007/04/26 10:23:30 + Log: Subject: Re: Analysis of problems with mixed encoding case insensitive matches in regex engine. + From: demerphq + Date: Tue, 24 Apr 2007 16:46:05 +0200 + Message-ID: <9b18b3110704240746u461e4bdcl208ef7d7f9c5ef64@mail.gmail.com> + Branch: perl + ! Porting/regcharclass.pl regcharclass.h regcomp.h regcomp.sym + ! regexec.c regnodes.h t/op/pat.t +____________________________________________________________________________ +[ 31080] By: rgs on 2007/04/26 07:09:32 + Log: Subject: [PATCH] fixed Fcntl::S_IFMT() breakage introduced by change 30674 (blead 26701) + From: Alexey Tourbin + Date: Wed, 25 Apr 2007 18:12:22 +0400 + Message-ID: <20070425141222.GA24828@solemn.turbinal> + Branch: perl + + ext/Fcntl/t/mode.t + ! MANIFEST ext/Fcntl/Fcntl.pm +____________________________________________________________________________ +[ 31079] By: rgs on 2007/04/25 16:17:01 + Log: Subject: [PATCH] Safely store user locks in threads::shared + From: "Jerry D. Hedden" + Date: Mon, 23 Apr 2007 13:21:11 -0400 + Message-ID: <1ff86f510704231021l6989ee0bkd68ab89e99bf8c6b@mail.gmail.com> + Branch: perl + ! ext/threads/shared/Changes ext/threads/shared/shared.pm + ! ext/threads/shared/shared.xs +____________________________________________________________________________ +[ 31078] By: rgs on 2007/04/25 16:13:54 + Log: Subject: [PATCH] Thread.xs doesn't need magic sig anymore + From: "Jerry D. Hedden" + Date: Mon, 23 Apr 2007 13:25:20 -0400 + Message-ID: <1ff86f510704231025y22d30ecfk1ebc418f2b3a0bf7@mail.gmail.com> + Branch: perl + ! ext/Thread/Thread.xs +____________________________________________________________________________ +[ 31077] By: rgs on 2007/04/25 15:31:29 + Log: Small perlivp.PL updates + + Subject: Re: [Andreas J. Koenig] C3 MRO breaks Params::Util and Graph + From: Johan Vromans + Date: Wed, 25 Apr 2007 14:37:16 +0200 + Message-ID: + Branch: perl + ! utils/perlivp.PL +____________________________________________________________________________ +[ 31076] By: rgs on 2007/04/25 15:19:21 + Log: overload must not load XS modules at compile time, or perl + doesn't compile. + overload must not clobber $! or $@ behind the scenes when + loading an XS module. + Branch: perl + ! lib/overload.pm +____________________________________________________________________________ +[ 31075] By: rgs on 2007/04/25 15:03:21 + Log: Remove a now redundant require + Branch: perl + ! lib/overload.pm +____________________________________________________________________________ +[ 31074] By: rgs on 2007/04/25 14:53:57 + Log: Move the require at the top of the file. + Else, Test::More has test failures. + Branch: perl + ! lib/overload.pm +____________________________________________________________________________ +[ 31073] By: rgs on 2007/04/25 12:15:55 + Log: Subject: Re: [Andreas J. Koenig] C3 MRO breaks Params::Util and Graph + From: "Brandon Black" + Date: Tue, 24 Apr 2007 07:58:44 -0500 + Message-ID: <84621a60704240558q7ff65863l803c6f9b9b8ca4a6@mail.gmail.com> + Branch: perl + ! ext/DynaLoader/t/DynaLoader.t lib/overload.pm +____________________________________________________________________________ +[ 31072] By: stevep on 2007/04/25 11:00:34 + Log: Upgrade to CPAN-1.9101 + Branch: perl + ! lib/CPAN.pm lib/CPAN/Kwalify/distroprefs.dd +____________________________________________________________________________ +[ 31069] By: nicholas on 2007/04/25 09:54:17 + Log: Avoid the need for 2 casts added in 31055 by using a better type for + the local variable. Add an assertion that another cast is not a data + loss (and that there is no buffer overflow) + Branch: perl + ! ext/Devel/Peek/Peek.xs utf8.c +____________________________________________________________________________ +[ 31068] By: nicholas on 2007/04/25 09:32:50 + Log: Remove vestigical include of , which came from a previous + version that tried to make the initialiser out of a single "" string. + (Which turned out to be over 509 characters long) + Branch: perl + ! generate_uudmap.c +____________________________________________________________________________ +[ 31067] By: rgs on 2007/04/25 08:42:27 + Log: Subject: [PATCH] perlre.pod spellcheck + From: "Alexandr Ciornii" + Date: Tue, 24 Apr 2007 00:45:05 +0300 + Message-ID: <2f1541220704231445w6fa7bfcbl41c9b6f56fb70feb@mail.gmail.com> + Branch: perl + ! pod/perlre.pod +____________________________________________________________________________ +[ 31066] By: merijn on 2007/04/25 08:12:16 + Log: Leave try.c and include files where they are if we need them later + Branch: perl + ! Configure +____________________________________________________________________________ +[ 31064] By: rgs on 2007/04/25 08:10:05 + Log: Subject: [PATCH] Move hash action constants to hv.h + From: "Jerry D. Hedden" + Date: Tue, 24 Apr 2007 10:35:43 -0400 + Message-ID: <1ff86f510704240735t50cfc159g59b55726ac5ac64b@mail.gmail.com> + Branch: perl + ! ext/Hash/Util/FieldHash/FieldHash.xs hv.c hv.h +____________________________________________________________________________ +[ 31063] By: rgs on 2007/04/25 08:08:18 + Log: perlguts nit, found by Jerry D. Hedden + Branch: perl + ! pod/perlguts.pod +____________________________________________________________________________ +[ 31062] By: craigb on 2007/04/25 03:10:23 + Log: Work a little harder at building generate_uudmap on VMS. + Branch: perl + ! vms/descrip_mms.template +____________________________________________________________________________ +[ 31061] By: stevep on 2007/04/25 01:06:23 + Log: Upgrade to Encode-2.20 + Branch: perl + + ext/Encode/lib/Encode/GSM0338.pm + ! MANIFEST ext/Encode/Byte/Byte.pm ext/Encode/Changes + ! ext/Encode/Encode.pm ext/Encode/Encode.xs + ! ext/Encode/Makefile.PL ext/Encode/bin/piconv + ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Config.pm + ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/gsm0338.t + ! ext/Encode/t/mime-header.t +____________________________________________________________________________ +[ 31060] By: nicholas on 2007/04/24 23:16:12 + Log: Ooops. It helps to p4 add the new file. + Branch: perl + + generate_uudmap.c +____________________________________________________________________________ +[ 31059] By: nicholas on 2007/04/24 23:10:05 + Log: Make PL_uudmap a constant global. Remove the run time initialisation + code, and instead use it to generate a header at perl build time. + By removing uudmap from the interpreter structure we save 256 bytes + per child thread. + Branch: perl + ! MANIFEST Makefile.SH embedvar.h intrpvar.h perl.h perlapi.h + ! pp_pack.c sv.c vms/descrip_mms.template win32/Makefile + ! win32/makefile.mk +____________________________________________________________________________ +[ 31058] By: davem on 2007/04/24 16:42:12 + Log: move PL_linestr from the interpreter struct to the parser struct + Branch: perl + ! cop.h embedvar.h intrpvar.h parser.h perl.c perlapi.h pp_ctl.c + ! sv.c toke.c +____________________________________________________________________________ +[ 31057] By: steveh on 2007/04/24 13:31:29 + Log: Silence VC6 warning about not all control paths returning a value + Branch: perl + ! mro.c +____________________________________________________________________________ +[ 31056] By: steveh on 2007/04/24 13:11:50 + Log: Fix a function signature missed by #31027 to silence a VC6 warning + Branch: perl + ! ext/re/re.xs +____________________________________________________________________________ +[ 31055] By: steveh on 2007/04/24 12:17:00 + Log: Silence 5 "possible loss of data" warnings from VC6 + Branch: perl + ! ext/Devel/Peek/Peek.xs toke.c utf8.c +____________________________________________________________________________ +[ 31054] By: steveh on 2007/04/24 12:16:07 + Log: Subject: [perl #42648] [PATCH] crash in win32/VMem.h when out of memory + From: "Devin Heitmueller" (via RT) + Date: Fri, 20 Apr 2007 14:49:08 -0700 + Message-ID: + Branch: perl + ! win32/vmem.h +____________________________________________________________________________ +[ 31053] By: rgs on 2007/04/24 11:25:56 + Log: Adjust test count. + Branch: perl + ! ext/B/t/concise-xs.t +____________________________________________________________________________ +[ 31052] By: rgs on 2007/04/24 10:35:15 + Log: Fix potential precedence problem + Branch: perl + ! op.c +____________________________________________________________________________ +[ 31051] By: rgs on 2007/04/24 10:34:20 + Log: Remove unnecessarily paranoid protection in pp_defined + Branch: perl + ! pp_hot.c +____________________________________________________________________________ +[ 31050] By: rgs on 2007/04/24 10:32:33 + Log: Fix a bug in dor assignment (@x //= 1 was triggering an + assertion failure) + Branch: perl + ! op.c +____________________________________________________________________________ +[ 31049] By: rgs on 2007/04/24 10:31:28 + Log: Remove the code that handles assignment to state variables + Branch: perl + ! op.c op.h pod/perldiag.pod pod/perlfunc.pod pod/perlsub.pod + ! pp_hot.c t/lib/warnings/op t/op/state.t +____________________________________________________________________________ +[ 31048] By: merijn on 2007/04/24 06:01:41 + Log: Subject: [PATCH t/base/num.t] Typo fix. + From: Abigail + Date: Tue, 24 Apr 2007 00:48:26 +0200 + Message-ID: <20070423224826.GC544@abigail.nl> + Branch: perl + ! t/base/num.t +____________________________________________________________________________ +[ 31047] By: craigb on 2007/04/24 03:18:34 + Log: Reduce directory depth for IO::Compress modules. + Branch: perl + +> (branch 94 files) + - ext/IO/Compress/Base/Changes ext/IO/Compress/Base/Makefile.PL + - ext/IO/Compress/Base/README + - ext/IO/Compress/Base/lib/File/GlobMapper.pm + - 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/private/MakeUtil.pm + - ext/IO/Compress/Base/t/01misc.t + - ext/IO/Compress/Base/t/globmapper.t + - ext/IO/Compress/Zlib/Changes ext/IO/Compress/Zlib/Makefile.PL + - ext/IO/Compress/Zlib/README + - ext/IO/Compress/Zlib/examples/gzappend + - ext/IO/Compress/Zlib/examples/gzcat + - ext/IO/Compress/Zlib/examples/gzgrep + - ext/IO/Compress/Zlib/examples/gzstream + - ext/IO/Compress/Zlib/examples/unzip + - ext/IO/Compress/Zlib/lib/IO/Compress/Adapter/Deflate.pm + - ext/IO/Compress/Zlib/lib/IO/Compress/Adapter/Identity.pm + - ext/IO/Compress/Zlib/lib/IO/Compress/Deflate.pm + - ext/IO/Compress/Zlib/lib/IO/Compress/Gzip.pm + - ext/IO/Compress/Zlib/lib/IO/Compress/Gzip/Constants.pm + - ext/IO/Compress/Zlib/lib/IO/Compress/RawDeflate.pm + - ext/IO/Compress/Zlib/lib/IO/Compress/Zip.pm + - ext/IO/Compress/Zlib/lib/IO/Compress/Zip/Constants.pm + - ext/IO/Compress/Zlib/lib/IO/Compress/Zlib/Constants.pm + - ext/IO/Compress/Zlib/lib/IO/Compress/Zlib/Extra.pm + - ext/IO/Compress/Zlib/lib/IO/Uncompress/Adapter/Identity.pm + - ext/IO/Compress/Zlib/lib/IO/Uncompress/Adapter/Inflate.pm + - ext/IO/Compress/Zlib/lib/IO/Uncompress/AnyInflate.pm + - ext/IO/Compress/Zlib/lib/IO/Uncompress/Gunzip.pm + - ext/IO/Compress/Zlib/lib/IO/Uncompress/Inflate.pm + - ext/IO/Compress/Zlib/lib/IO/Uncompress/RawInflate.pm + - ext/IO/Compress/Zlib/lib/IO/Uncompress/Unzip.pm + - ext/IO/Compress/Zlib/private/MakeUtil.pm + - ext/IO/Compress/Zlib/t/001zlib-generic-deflate.t + - ext/IO/Compress/Zlib/t/001zlib-generic-gzip.t + - ext/IO/Compress/Zlib/t/001zlib-generic-rawdeflate.t + - ext/IO/Compress/Zlib/t/001zlib-generic-zip.t + - ext/IO/Compress/Zlib/t/002any-deflate.t + - ext/IO/Compress/Zlib/t/002any-gzip.t + - ext/IO/Compress/Zlib/t/002any-rawdeflate.t + - ext/IO/Compress/Zlib/t/002any-transparent.t + - ext/IO/Compress/Zlib/t/002any-zip.t + - ext/IO/Compress/Zlib/t/004gziphdr.t + - ext/IO/Compress/Zlib/t/005defhdr.t + - ext/IO/Compress/Zlib/t/010examples.t + - ext/IO/Compress/Zlib/t/020isize.t + - ext/IO/Compress/Zlib/t/050interop-gzip.t + - ext/IO/Compress/Zlib/t/100generic-deflate.t + - ext/IO/Compress/Zlib/t/100generic-gzip.t + - ext/IO/Compress/Zlib/t/100generic-rawdeflate.t + - ext/IO/Compress/Zlib/t/100generic-zip.t + - ext/IO/Compress/Zlib/t/101truncate-deflate.t + - ext/IO/Compress/Zlib/t/101truncate-gzip.t + - ext/IO/Compress/Zlib/t/101truncate-rawdeflate.t + - ext/IO/Compress/Zlib/t/101truncate-zip.t + - ext/IO/Compress/Zlib/t/102tied-deflate.t + - ext/IO/Compress/Zlib/t/102tied-gzip.t + - ext/IO/Compress/Zlib/t/102tied-rawdeflate.t + - ext/IO/Compress/Zlib/t/102tied-zip.t + - ext/IO/Compress/Zlib/t/103newtied-deflate.t + - ext/IO/Compress/Zlib/t/103newtied-gzip.t + - ext/IO/Compress/Zlib/t/103newtied-rawdeflate.t + - ext/IO/Compress/Zlib/t/103newtied-zip.t + - ext/IO/Compress/Zlib/t/104destroy-deflate.t + - ext/IO/Compress/Zlib/t/104destroy-gzip.t + - ext/IO/Compress/Zlib/t/104destroy-rawdeflate.t + - ext/IO/Compress/Zlib/t/104destroy-zip.t + - ext/IO/Compress/Zlib/t/105oneshot-deflate.t + - ext/IO/Compress/Zlib/t/105oneshot-gzip-only.t + - ext/IO/Compress/Zlib/t/105oneshot-gzip.t + - ext/IO/Compress/Zlib/t/105oneshot-rawdeflate.t + - ext/IO/Compress/Zlib/t/105oneshot-zip-only.t + - ext/IO/Compress/Zlib/t/105oneshot-zip.t + - ext/IO/Compress/Zlib/t/106prime-deflate.t + - ext/IO/Compress/Zlib/t/106prime-gzip.t + - ext/IO/Compress/Zlib/t/106prime-rawdeflate.t + - ext/IO/Compress/Zlib/t/106prime-zip.t + - ext/IO/Compress/Zlib/t/107multi-deflate.t + - ext/IO/Compress/Zlib/t/107multi-gzip.t + - ext/IO/Compress/Zlib/t/107multi-rawdeflate.t + - ext/IO/Compress/Zlib/t/107multi-zip.t + - ext/IO/Compress/Zlib/t/108anyunc-deflate.t + - ext/IO/Compress/Zlib/t/108anyunc-gzip.t + - ext/IO/Compress/Zlib/t/108anyunc-rawdeflate.t + - ext/IO/Compress/Zlib/t/108anyunc-transparent.t + - ext/IO/Compress/Zlib/t/108anyunc-zip.t + - ext/IO/Compress/Zlib/t/109merge-deflate.t + - ext/IO/Compress/Zlib/t/109merge-gzip.t + - ext/IO/Compress/Zlib/t/109merge-rawdeflate.t + - ext/IO/Compress/Zlib/t/109merge-zip.t + ! MANIFEST +____________________________________________________________________________ +[ 31046] By: davem on 2007/04/23 23:01:18 + Log: eliminate some uses of PL_linestr in perl.c + Branch: perl + ! embed.fnc embed.h perl.c proto.h +____________________________________________________________________________ +[ 31045] By: davem on 2007/04/23 22:27:27 + Log: inline S_init_lexer() and regen + Branch: perl + ! embed.fnc embed.h embedvar.h perl.c perlapi.h proto.h +____________________________________________________________________________ +[ 31044] By: davem on 2007/04/23 22:04:59 + Log: make initialisation of PL_sv_no etc unconditional + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 31043] By: merijn on 2007/04/23 20:55:05 + Log: Missed quotes in protocheck for rm_try + Branch: perl + ! Configure +____________________________________________________________________________ +[ 31040] By: merijn on 2007/04/23 17:35:53 + Log: Major *try* cleanup: introduce $rm_try; Some whitespace cleanups; + Small textual nit from Jarkko + Branch: perl + ! Configure +____________________________________________________________________________ +[ 31038] By: nicholas on 2007/04/23 16:36:31 + Log: Remove the unnecessary allocation of and assignment to hunk[3], as the + perl API functions called don't need a NUL terminated string. + Branch: perl + ! pp_pack.c +____________________________________________________________________________ +[ 31037] By: rgs on 2007/04/23 15:31:48 + Log: Switch to hex format for integer constants in regcharclass.h + (Yves Orton). Also, avoid trailing spaces. + Branch: perl + ! Porting/regcharclass.pl regcharclass.h +____________________________________________________________________________ +[ 31036] By: rgs on 2007/04/23 15:07:52 + Log: Upgrade to Term::ANSIColor 1.12. + Branch: perl + ! lib/Term/ANSIColor.pm lib/Term/ANSIColor/ChangeLog + ! lib/Term/ANSIColor/README lib/Term/ANSIColor/t/basic.t +____________________________________________________________________________ +[ 31034] By: nicholas on 2007/04/23 14:40:05 + Log: More variable reordering saves another 40 bytes from the interpreter + structure. (on LP64). Zero cost space saving! Woohoo! + Branch: perl + ! intrpvar.h pod/perltodo.pod thrdvar.h +____________________________________________________________________________ +[ 31033] By: rgs on 2007/04/23 13:17:05 + Log: Subject: [PATCH] Un-mathom Perl_save_I16 + From: "Jerry D. Hedden" + Date: Mon, 23 Apr 2007 09:10:01 -0400 + Message-ID: <1ff86f510704230610t13c62378s381eaceae3e7e9b1@mail.gmail.com> + Branch: perl + ! mathoms.c scope.c +____________________________________________________________________________ +[ 31032] By: rgs on 2007/04/23 13:10:56 + Log: A safer version of CopFILE, by Jarkko + Branch: perl + ! cop.h +____________________________________________________________________________ +[ 31031] By: rgs on 2007/04/23 12:30:12 + Log: Change boilerplate of regcharclass.h + Branch: perl + ! Porting/regcharclass.pl regcharclass.h +____________________________________________________________________________ +[ 31030] By: rgs on 2007/04/23 12:25:10 + Log: Add Yves Orton's script to regenerate regcharclass.h + Branch: perl + + Porting/regcharclass.pl + ! MANIFEST regcharclass.h +____________________________________________________________________________ +[ 31029] By: rgs on 2007/04/23 10:02:13 + Log: Remove generated test files from CPANPLUS + Branch: perl + - lib/CPANPLUS/t/dummy-localmirror/01mailrc.txt.gz.packed + - lib/CPANPLUS/t/dummy-localmirror/02packages.details.txt.gz.pac + - ked lib/CPANPLUS/t/dummy-localmirror/03modlist.data.gz.packed + - lib/CPANPLUS/t/dummy-localmirror/authors/id/E/EU/EUNOXS/Bundle + - -Foo-Bar-0.01.tar.gz.packed + - lib/CPANPLUS/t/dummy-localmirror/authors/id/E/EU/EUNOXS/CHECKS + - UMS + - lib/CPANPLUS/t/dummy-localmirror/authors/id/E/EU/EUNOXS/Foo-Ba + - r-0.01.tar.gz.packed + - lib/CPANPLUS/t/dummy-localmirror/authors/id/E/EU/EUNOXS/perl5. + - 005_03.tar.gz.packed + - lib/CPANPLUS/t/dummy-localmirror/authors/id/E/EU/EUXS/CHECKSUM + - S + - lib/CPANPLUS/t/dummy-localmirror/authors/id/E/EU/EUXS/Foo-Bar- + - 0.01.tar.gz.packed + - lib/CPANPLUS/t/dummy-localmirror/authors/id/M/MB/MBNOXS/CHECKS + - UMS + - lib/CPANPLUS/t/dummy-localmirror/authors/id/M/MB/MBNOXS/Foo-Ba + - r-0.01.tar.gz.packed + - lib/CPANPLUS/t/dummy-localmirror/authors/id/M/MB/MBXS/CHECKSUM + - S + - lib/CPANPLUS/t/dummy-localmirror/authors/id/M/MB/MBXS/Foo-Bar- + - 0.01.tar.gz.packed + ! MANIFEST +____________________________________________________________________________ +[ 31028] By: rgs on 2007/04/23 09:53:41 + Log: Patch to config to avoid failures in the perl core due + to too much verbosity (by Jos Boumans) + Branch: perl + ! lib/CPANPLUS/t/inc/conf.pl +____________________________________________________________________________ +[ 31027] By: rgs on 2007/04/23 09:39:38 + Log: Subject: Re: [PATCH (incomplete)] Make regcomp use SV* sv, instead of char* exp, char* xend + From: + Date: Sat, 21 Apr 2007 21:30:47 +0000 + Message-ID: <51dd1af80704211430m6ad1b4afy49b069faa61e33a9@mail.gmail.com> + Branch: perl + ! embed.fnc embed.h op.c perl.h pod/perlreapi.pod pp_ctl.c + ! proto.h regcomp.c regexec.c regexp.h uupacktool.pl +____________________________________________________________________________ +[ 31026] By: rgs on 2007/04/23 09:04:31 + Log: Subject: [PATCH] Change meaning of \v, \V, and add \h, \H to match Perl6, add \R to match PCRE and unicode tr18 + From: demerphq + Date: Sun, 22 Apr 2007 23:34:55 +0200 + Message-ID: <9b18b3110704221434g43457742p28cab00289f83639@mail.gmail.com> + Branch: perl + + regcharclass.h + ! MANIFEST lib/unicore/mktables pod/perlre.pod regcomp.c + ! regcomp.h regcomp.sym regexec.c regnodes.h t/op/pat.t + ! t/op/re_tests t/op/regexp.t +____________________________________________________________________________ +[ 31025] By: rgs on 2007/04/23 08:21:50 + Log: An optimisation to the MRO code, by Brandon Black, + plus more comments. + Branch: perl + ! mro.c +____________________________________________________________________________ +[ 31024] By: craigb on 2007/04/23 03:14:53 + Log: Shorten long symbols in mro.c to avoid name mangling on VMS. + Branch: perl + ! mro.c +____________________________________________________________________________ +[ 31023] By: nicholas on 2007/04/22 22:57:54 + Log: Fix problems caused by downsizing in change 31017. (Which don't show + up until you test on a "real" architecture) + Branch: perl + ! pp_ctl.c utf8.c +____________________________________________________________________________ +[ 31022] By: rgs on 2007/04/22 15:08:45 + Log: Reflect change of path for Module::Pluggable's tests in Maintainers.pl + Branch: perl + ! Porting/Maintainers.pl +____________________________________________________________________________ +[ 31021] By: rgs on 2007/04/22 15:03:27 + Log: Add missing file to MANIFEST + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 31020] By: rgs on 2007/04/22 15:03:13 + Log: Subject: [PATCH] Update CPANPLUS to 0.79_01 + From: "Jos I. Boumans" + Date: Sun, 22 Apr 2007 10:18:10 +0200 + Message-Id: + Branch: perl + + lib/CPANPLUS/t/15_CPANPLUS-Shell.t + ! lib/CPANPLUS.pm lib/CPANPLUS/Config.pm lib/CPANPLUS/Dist/MM.pm + ! lib/CPANPLUS/Internals.pm lib/CPANPLUS/Internals/Constants.pm + ! lib/CPANPLUS/Selfupdate.pm lib/CPANPLUS/Shell.pm + ! lib/CPANPLUS/Shell/Default.pm + ! lib/CPANPLUS/t/30_CPANPLUS-Internals-Selfupdate.t + ! lib/CPANPLUS/t/dummy-CPAN/authors/01mailrc.txt.gz.packed + ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/Bundle-Foo-Ba + ! r-0.01.tar.gz.packed + ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/Foo-Bar-0.01. + ! tar.gz.packed + ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/perl5.005_03. + ! tar.gz.packed + ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUXS/Foo-Bar-0.01.ta + ! r.gz.packed + ! lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBNOXS/Foo-Bar-0.01. + ! tar.gz.packed + ! lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBXS/Foo-Bar-0.01.ta + ! r.gz.packed + ! lib/CPANPLUS/t/dummy-CPAN/modules/02packages.details.txt.gz.pa + ! cked + ! lib/CPANPLUS/t/dummy-CPAN/modules/03modlist.data.gz.packed + ! lib/CPANPLUS/t/inc/conf.pl +____________________________________________________________________________ +[ 31019] By: craigb on 2007/04/22 14:34:28 + Log: Move Module::Pluggable tests up under main test directory. + Branch: perl + +> (branch 50 files) + - 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 t/TEST t/harness +____________________________________________________________________________ +[ 31018] By: craigb on 2007/04/22 00:50:18 + Log: Make t/harness find the t/mro tests + Branch: perl + ! t/harness +____________________________________________________________________________ +[ 31017] By: nicholas on 2007/04/21 21:47:34 + Log: Various variables in intrpvar.h and thrdvar.h are considerably larger + than they need to be. + Branch: perl + ! intrpvar.h pad.c thrdvar.h +____________________________________________________________________________ +[ 31016] By: nicholas on 2007/04/21 21:46:27 + Log: Fix bug in change 31015 - saving the wrong size of variable. + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 31015] By: nicholas on 2007/04/21 19:05:08 + Log: Several members of struct yy_parser can go on a diet. Some I32s were + actually only holding chars. + Branch: perl + ! intrpvar.h op.c parser.h perl.h toke.c +____________________________________________________________________________ +[ 31014] By: nicholas on 2007/04/21 18:41:39 + Log: By re-ordering declarations in interpvar.h and thrdvar.h, reduce the + size of the interpreter structure. (For LP64, from 3712 to 3584, for + ILP32, from 2288 to 2248). + Branch: perl + ! intrpvar.h thrdvar.h +____________________________________________________________________________ +[ 31013] By: nicholas on 2007/04/21 17:01:53 + Log: Remove widesyscalls and numeric_compat1, two unused per-interpreter + variables retained for binary compatibility, something which we no + longer maintain back to 5.6.x. + Branch: perl + ! intrpvar.h +____________________________________________________________________________ +[ 31012] By: nicholas on 2007/04/21 13:54:28 + Log: Eliminate Internals::inc_sub_generation, which nothing now calls. + Branch: perl + ! universal.c +____________________________________________________________________________ +[ 31010] By: nicholas on 2007/04/21 11:42:43 + Log: Where possible, use SvIV instead of SvIVX, SvNV instead of SvNVX, + SvUV instead of SvUVX, and SvPV* variants instead of SvPVX*. + Document that the non-x variants are preferable whenever the expression + has no side effects. (Compilers perform common subexression + elimination). Likewise SvREFCNT_inc simple variants are valid for all + cases apart from expressions with side effects. + Branch: perl + ! doio.c op.c pod/perlapi.pod pp.c pp_ctl.c pp_sys.c sv.c sv.h +____________________________________________________________________________ +[ 31009] By: nicholas on 2007/04/21 10:28:59 + Log: Storing PL_sv_yes over itself is as cheap as calling hv_exists(), so + always store it, to save the (second) store call. SvIVx is more + expensive than SvIVX, so use the latter. Reorder the other call to + hv_store() to be immediately after the call to hv_exists(), to try to + avoid thrashing the CPU cache. + Branch: perl + ! mro.c +____________________________________________________________________________ +[ 31008] By: nicholas on 2007/04/21 09:43:27 + Log: In Perl_mro_get_linear_isa_dfs(), by treating the local variable sv as + an array of size 1, we can merge two arms and reduce code duplication. + Branch: perl + ! mro.c +____________________________________________________________________________ +[ 31007] By: rgs on 2007/04/21 09:29:45 + Log: Typo fix by Abigail + Branch: perl + ! ext/Hash/Util/FieldHash/t/02_function.t +____________________________________________________________________________ +[ 31005] By: rgs on 2007/04/21 09:20:56 + Log: Upgrade to version-0.7203. + Plus a change in Module::Build::Version, specific to bleadperl. + Branch: perl + ! ext/DynaLoader/t/XSLoader.t lib/Module/Build/Version.pm + ! lib/Module/Build/t/metadata.t lib/Module/Build/t/moduleinfo.t + ! lib/version.pm lib/version.pod lib/version.t perl.c + ! t/comp/use.t t/op/sprintf.t universal.c util.c +____________________________________________________________________________ +[ 31004] By: rgs on 2007/04/21 09:08:04 + Log: Completely remove Test::More from the MRO tests, by Brandon Black + Branch: perl + ! t/mro/basic.t t/mro/basic_01_c3.t t/mro/basic_01_dfs.t + ! t/mro/basic_02_c3.t t/mro/basic_02_dfs.t t/mro/basic_03_c3.t + ! t/mro/basic_03_dfs.t t/mro/basic_04_c3.t t/mro/basic_04_dfs.t + ! t/mro/basic_05_c3.t t/mro/basic_05_dfs.t t/mro/complex_c3.t + ! t/mro/complex_dfs.t t/mro/dbic_c3.t t/mro/dbic_dfs.t + ! t/mro/next_method.t t/mro/next_skip.t t/mro/vulcan_c3.t + ! t/mro/vulcan_dfs.t +____________________________________________________________________________ +[ 31003] By: rgs on 2007/04/21 09:06:38 + Log: Small optimisations, by Brandon Black + Branch: perl + ! mro.c +____________________________________________________________________________ +[ 31002] By: rgs on 2007/04/21 09:05:41 + Log: Code comments, by Brandon Black + Branch: perl + ! mro.c +____________________________________________________________________________ +[ 31001] By: rgs on 2007/04/21 08:55:16 + Log: Subject: [PATCH] Bug in Hash::Util::FieldHash + From: Anno Siegel + Date: Sat, 21 Apr 2007 02:11:00 +0200 + Message-Id: + Branch: perl + ! ext/Hash/Util/FieldHash/Changes + ! ext/Hash/Util/FieldHash/FieldHash.xs + ! ext/Hash/Util/FieldHash/lib/Hash/Util/FieldHash.pm + ! ext/Hash/Util/FieldHash/t/02_function.t +____________________________________________________________________________ +[ 31000] By: nicholas on 2007/04/20 19:34:15 + Log: Terser source code in Perl_mro_meta_dup() + Branch: perl + ! mro.c +____________________________________________________________________________ +[ 30999] By: nicholas on 2007/04/20 16:09:31 + Log: Make struct mro_meta 4(ish) bytes smaller. + Branch: perl + ! hv.h +____________________________________________________________________________ +[ 30998] By: rgs on 2007/04/20 15:38:47 + Log: Shorten some file names + Branch: perl + +> t/mro/next_NEXT.t t/mro/next_edgecases.t t/mro/next_inanon.t + +> t/mro/next_ineval.t t/mro/next_skip.t + - t/mro/next_method_edge_cases.t t/mro/next_method_in_anon.t + - t/mro/next_method_in_eval.t t/mro/next_method_skip.t + - t/mro/next_method_used_with_NEXT.t + ! MANIFEST +____________________________________________________________________________ +[ 30997] By: rgs on 2007/04/20 15:03:57 + Log: Silence some diagnostic messages when running within the core tests. + By Jerry D. Hedden + Branch: perl + ! lib/Archive/Extract/t/01_Archive-Extract.t + ! lib/Archive/Tar/t/02_methods.t +____________________________________________________________________________ +[ 30996] By: rgs on 2007/04/20 14:22:26 + Log: Nit to S_isa_lookup by Brandon Black + Branch: perl + ! universal.c +____________________________________________________________________________ +[ 30995] By: rgs on 2007/04/20 14:20:42 + Log: Additions to perldiag for MRO, by Brandon Black. + Branch: perl + ! pod/perldiag.pod +____________________________________________________________________________ +[ 30994] By: rgs on 2007/04/20 13:54:26 + Log: A little bit more safe version of HvMROMETA + Branch: perl + ! hv.h +____________________________________________________________________________ +[ 30993] By: rgs on 2007/04/20 13:42:21 + Log: Don't use Test::More in core tests (at least, where + that's possible, that is where is_deeply() isn't used) + Branch: perl + ! t/mro/c3_with_overload.t t/mro/inconsistent_c3.t + ! t/mro/method_caching.t t/mro/next_method_edge_cases.t + ! t/mro/next_method_in_anon.t t/mro/next_method_in_eval.t + ! t/mro/next_method_used_with_NEXT.t t/mro/overload_c3.t + ! t/mro/overload_dfs.t t/mro/recursion_c3.t + ! t/mro/recursion_dfs.t +____________________________________________________________________________ +[ 30992] By: rgs on 2007/04/20 11:55:37 + Log: Subject: Re: [PATCH] madprop about forced words + From: Gerard Goossen + Date: Thu, 19 Apr 2007 13:33:21 +0200 + Message-ID: <20070419113321.GE19244@ostwald> + Branch: perl + ! op.h toke.c +____________________________________________________________________________ +[ 30991] By: rgs on 2007/04/20 11:49:36 + Log: Subject: [perl #42614] NAN_COMPARE_BROKEN.DIV_BY_NAN_BUG (with patch) + From: patrick.dugnolle@bnpparibas.com (via RT) + Date: Thu, 19 Apr 2007 06:34:18 -0700 + Message-ID: + Branch: perl + ! pp.c +____________________________________________________________________________ +[ 30990] By: rgs on 2007/04/20 08:04:41 + Log: Clean the MRO documentation up + Branch: perl + ! lib/mro.pm +____________________________________________________________________________ +[ 30989] By: stevep on 2007/04/20 01:58:55 + Log: Upgrade to CPAN-1.91 + Branch: perl + ! lib/CPAN.pm lib/CPAN/HandleConfig.pm lib/CPAN/Tarzip.pm + ! lib/CPAN/t/10version.t +____________________________________________________________________________ +[ 30988] By: rgs on 2007/04/19 17:28:38 + Log: Simpler version, and that zeroes the allocated memory + Branch: perl + ! mro.c +____________________________________________________________________________ +[ 30987] By: rgs on 2007/04/19 17:15:25 + Log: Use Newxc instead of casting by hand + Branch: perl + ! mro.c +____________________________________________________________________________ +[ 30986] By: rgs on 2007/04/19 17:07:14 + Log: A Tolkien quote for mro.c, found by Audrey Tang. + Branch: perl + ! mro.c +____________________________________________________________________________ +[ 30985] By: steveh on 2007/04/19 16:20:09 + Log: Fix non-threaded build on Win32 following #30980 + Branch: perl + ! makedef.pl +____________________________________________________________________________ +[ 30984] By: rgs on 2007/04/19 15:06:53 + Log: Fix compilation error with threads + Branch: perl + ! mro.c +____________________________________________________________________________ +[ 30983] By: rgs on 2007/04/19 15:04:19 + Log: Adjust the warning category in the test, too + Branch: perl + ! t/lib/warnings/gv +____________________________________________________________________________ +[ 30982] By: rgs on 2007/04/19 14:53:36 + Log: Put the "Can't locate package..." warnings in the "syntax" + category, as documented + Branch: perl + ! gv.c mro.c universal.c +____________________________________________________________________________ +[ 30981] By: rgs on 2007/04/19 14:50:11 + Log: Change an "Internal error" message to the more common "panic" + in the C3 MRO code + Branch: perl + ! mro.c +____________________________________________________________________________ +[ 30980] By: rgs on 2007/04/19 14:48:20 + Log: Subject: Re: new C3 MRO patch + From: "Brandon Black" + Date: Tue, 17 Apr 2007 13:14:36 -0500 + Message-ID: <84621a60704171114k29b0460el5b08ce5185d55ed5@mail.gmail.com> + Branch: perl + + lib/mro.pm mro.c t/mro/basic.t t/mro/basic_01_c3.t + + t/mro/basic_01_dfs.t t/mro/basic_02_c3.t t/mro/basic_02_dfs.t + + t/mro/basic_03_c3.t t/mro/basic_03_dfs.t t/mro/basic_04_c3.t + + t/mro/basic_04_dfs.t t/mro/basic_05_c3.t t/mro/basic_05_dfs.t + + t/mro/c3_with_overload.t t/mro/complex_c3.t + + t/mro/complex_dfs.t t/mro/dbic_c3.t t/mro/dbic_dfs.t + + t/mro/inconsistent_c3.t t/mro/method_caching.t + + t/mro/next_method.t t/mro/next_method_edge_cases.t + + t/mro/next_method_in_anon.t t/mro/next_method_in_eval.t + + t/mro/next_method_skip.t t/mro/next_method_used_with_NEXT.t + + t/mro/overload_c3.t t/mro/overload_dfs.t t/mro/recursion_c3.t + + t/mro/recursion_dfs.t t/mro/vulcan_c3.t t/mro/vulcan_dfs.t + ! MANIFEST Makefile.SH Makefile.micro NetWare/Makefile embed.fnc + ! embed.h ext/B/t/b.t global.sym gv.c hv.c hv.h lib/constant.pm + ! lib/overload.pm mg.c op.c perl.c pod/perlapi.pod pp_hot.c + ! proto.h scope.c sv.c t/TEST t/op/magic.t universal.c + ! vms/descrip_mms.template win32/Makefile win32/Makefile.ce + ! win32/makefile.mk +____________________________________________________________________________ +[ 30979] By: steveh on 2007/04/19 12:15:30 + Log: Subject: [PATCH] Allow sending SIGINT to child processes on Windows *if* they are running Perl + From: "Jan Dubois" + Date: Mon, 16 Apr 2007 17:52:25 -0700 + Message-ID: <01e301c7808a$ac0cca30$04265e90$@com> + Branch: perl + ! win32/win32.c +____________________________________________________________________________ +[ 30978] By: steveh on 2007/04/19 07:54:42 + Log: Subject: [PATCH - again] Re: [perl #41574] cond_wait hang ups under MSWin32 + From: "Jerry D. Hedden" + Date: Wed, 18 Apr 2007 14:32:16 -0400 + Message-ID: <1ff86f510704181132qf94b413mfda6aaa0f347df28@mail.gmail.com> + + Makes the test "TODO" on Win32, where it is not reliable, and turns + the 50 separate tests in one single test for less line noise + Branch: perl + ! ext/threads/shared/Changes ext/threads/shared/shared.pm + ! ext/threads/shared/t/stress.t +____________________________________________________________________________ +[ 30977] By: merijn on 2007/04/18 19:04:40 + Log: 1. Move #30327 to the generation location + 2. Regen after backports + 3. Include Jarkko's $run and \n patch + Branch: perl + ! Configure Porting/config_h.pl config_h.SH +____________________________________________________________________________ +[ 30973] By: steveh on 2007/04/18 08:40:42 + Log: Add a test for the bug fixed by #30970 + Branch: perl + + t/op/kill0.t + ! MANIFEST +____________________________________________________________________________ +[ 30972] By: rgs on 2007/04/18 08:36:24 + Log: Sys::Syslog was missing from Maintainers.pl + Branch: perl + ! Porting/Maintainers.pl +____________________________________________________________________________ +[ 30971] By: steveh on 2007/04/17 17:12:23 + Log: These test scripts probably wanted BEGIN blocks, + not just blocks with "BEGIN:" labels. + Branch: perl + ! t/comp/multiline.t t/op/exec.t +____________________________________________________________________________ +[ 30970] By: steveh on 2007/04/17 11:13:23 + Log: Subject: [PATCH] Fix kill(0, $pid) on Windows + From: "Jan Dubois" + Date: Mon, 16 Apr 2007 17:35:48 -0700 + Message-ID: <01df01c78088$59718d30$0c54a790$@com> + + Fixes breakage caused by #29605. + Branch: perl + ! win32/win32.c +____________________________________________________________________________ +[ 30969] By: nicholas on 2007/04/16 16:17:05 + Log: Remove the "performance hack" that suppressed used only once warnings + for files in the standard library. + Branch: perl + ! gv.c +____________________________________________________________________________ +[ 30968] By: merijn on 2007/04/16 15:01:31 + Log: Subject: Re: [PATCH] Mention sorting MANIFEST in perlhack.pod + From: "Jerry D. Hedden" + Date: Mon, 16 Apr 2007 10:44:36 -0400 + Message-ID: <1ff86f510704160744j9ae934cv9fef077afe3ca516@mail.gmail.com> + Branch: perl + ! pod/perlhack.pod +____________________________________________________________________________ +[ 30967] By: rgs on 2007/04/16 13:37:05 + Log: Subject: [PATCH] Re: Thread.t hangs, even under normal test... + From: "Jerry D. Hedden" + Date: Mon, 16 Apr 2007 09:31:39 -0400 + Message-ID: <1ff86f510704160631ue286a97kb66a0ce649c9aae4@mail.gmail.com> + Branch: perl + ! lib/Thread.t +____________________________________________________________________________ +[ 30966] By: merijn on 2007/04/16 11:44:54 + Log: Subject: [PATCH] sv.c: %d ne size_t + From: Jarkko Hietaniemi + Date: Mon, 16 Apr 2007 14:31:42 +0300 (EEST) + Message-Id: <200704161131.l3GBVg3n104476@kosh.hut.fi> + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 30965] By: davem on 2007/04/15 23:33:13 + Log: fix casting warning in pp_ord() + Branch: perl + ! pp.c +____________________________________________________________________________ +[ 30964] By: davem on 2007/04/15 23:24:21 + Log: get rid of warning due to empty dangling else in malloc.c + Branch: perl + ! malloc.c +____________________________________________________________________________ +[ 30963] By: davem on 2007/04/15 21:10:55 + Log: follow PL_watchaddr when cloning a thread + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 30962] By: davem on 2007/04/15 16:32:42 + Log: with DEBUG_LEAKING_SCALARS, dump multiply-freed scalars + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 30958] By: nicholas on 2007/04/15 12:37:44 + Log: Remove wince/ from checkcfgvar.pl, now that it is gone in 5.8.x too. + Branch: perl + ! Porting/checkcfgvar.pl +____________________________________________________________________________ +[ 30957] By: rgs on 2007/04/15 12:35:38 + Log: Add the Default Unicode Collation Element Table for UCD 5.0.0 + to Unicode::Collate + Branch: perl + + lib/Unicode/Collate/allkeys.txt + ! MANIFEST +____________________________________________________________________________ +[ 30955] By: rgs on 2007/04/15 07:26:28 + Log: Change prototype of async() to be compatible with the one + of threads::async() + Branch: perl + ! lib/Thread.pm +____________________________________________________________________________ +[ 30954] By: rgs on 2007/04/15 07:16:44 + Log: Subject: [PATCH] Remove 5005threads from Thread.pm + From: "Jerry D. Hedden" + Date: Fri, 13 Apr 2007 13:19:26 -0400 + Message-ID: <1ff86f510704131019i3ea1f99es7067ba2ef60171ca@mail.gmail.com> + Branch: perl + ! lib/Thread.pm +____________________________________________________________________________ +[ 30953] By: rgs on 2007/04/15 07:12:33 + Log: Subject: [PATCH] Fix Thread.pm + From: "Jerry D. Hedden" + Date: Fri, 13 Apr 2007 12:51:40 -0400 + Message-ID: <1ff86f510704130951t5f66baa0m4ed13018539976a3@mail.gmail.com> + Branch: perl + + lib/Thread.t + ! MANIFEST lib/Thread.pm +____________________________________________________________________________ +[ 30952] By: davem on 2007/04/14 21:53:17 + Log: Move PL_comppad nulling from do_clean_all to sv_clear + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 30951] By: merijn on 2007/04/14 20:52:56 + Log: Typo in croak message + Branch: perl + ! universal.c +____________________________________________________________________________ +[ 30950] By: merijn on 2007/04/14 17:38:23 + Log: Subject: [PATCH pod/perlfunc.pod] Typo in =item say + From: Abigail + Date: Sat, 14 Apr 2007 19:22:41 +0200 + Message-ID: <20070414172241.GB3191@abigail.nl> + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 30943] By: rgs on 2007/04/13 12:14:06 + Log: Subject: RE: [PATCH] Restore Win64 compilation with the Windows Platform SDK + From: "Jan Dubois" + Date: Tue, 10 Apr 2007 16:49:21 -0700 + Message-ID: <001b01c77bca$dcae7720$960b6560$@com> + Branch: perl + ! lib/ExtUtils/CBuilder/Platform/Windows.pm +____________________________________________________________________________ +[ 30940] By: nicholas on 2007/04/12 21:03:08 + Log: Bump the VERSION of ExtUtils::Constant::Base. + Branch: perl + ! lib/ExtUtils/Constant/Base.pm +____________________________________________________________________________ +[ 30939] By: nicholas on 2007/04/12 20:45:21 + Log: PL_madskills is a bool, so save it as one (else Solaris rightly + SIGBUSes) + Branch: perl + ! pp_ctl.c +____________________________________________________________________________ +[ 30936] By: nicholas on 2007/04/12 18:52:49 + Log: Fix two errors in the OP debugging code. Now all test errors relate + to newCONSTSUB(). + Branch: perl + ! op.c sv.c +____________________________________________________________________________ +[ 30932] By: rgs on 2007/04/12 15:54:33 + Log: Subject: Re: [PATCH] Add CPANPLUS 0.78 to the core + From: demerphq + Date: Tue, 10 Apr 2007 18:31:28 +0200 + Message-ID: <9b18b3110704100931t5c0c97e0n9d3c059e6f404dd5@mail.gmail.com> + Branch: perl + ! lib/ExtUtils/MM_Unix.pm +____________________________________________________________________________ +[ 30931] By: nicholas on 2007/04/12 15:51:58 + Log: Change 18797 (Patch for [perl #9402], known also as "glibc _moddi3 bug + with negative quads", or also as RedHat bug #65612.) was a bit brute + force. In reality, we don't need to have an auto-detecting pp_i_modulo + unless we're compiled with 64 bit IVs and on glibc. + Branch: perl + ! pp.c +____________________________________________________________________________ +[ 30926] By: rgs on 2007/04/12 14:50:04 + Log: Run buildtoc --build-all + Branch: perl + ! MANIFEST pod/perltoc.pod vms/descrip_mms.template + ! win32/pod.mak +____________________________________________________________________________ +[ 30925] By: rgs on 2007/04/12 14:37:35 + Log: Subject: [PATCH] Add $VERSION to Module::Build::Version + From: "Jerry D. Hedden" + Date: Wed, 11 Apr 2007 12:45:19 -0400 + Message-ID: <1ff86f510704110945q173f2ac8p399171428fd182cd@mail.gmail.com> + Branch: perl + ! lib/Module/Build/Version.pm +____________________________________________________________________________ +[ 30923] By: rgs on 2007/04/12 14:33:33 + Log: Upgrade to Archive::Extract 0.18 + Branch: perl + ! lib/Archive/Extract.pm + ! 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 +____________________________________________________________________________ +[ 30922] By: rgs on 2007/04/12 14:27:23 + Log: Add the perlreapi man page, by Ævar Arnfjörð Bjarmason + (largely from perlreguts) + Branch: perl + + pod/perlreapi.pod + ! MANIFEST pod.lst pod/perl.pod pod/perlreguts.pod + ! vms/descrip_mms.template win32/pod.mak +____________________________________________________________________________ +[ 30921] By: rgs on 2007/04/12 14:05:17 + Log: Subject: Re: [PATCH] extflags/pmflags Change 30841, in dump.c:pm_description regex does not have to exist + From: avarab@gmail.com + Date: Wed, 11 Apr 2007 20:54:43 +0000 + Message-ID: <51dd1af80704111354h4bbd0212hc96a9f1911d2ffb4@mail.gmail.com> + Branch: perl + ! dump.c +____________________________________________________________________________ +[ 30920] By: rgs on 2007/04/12 13:57:49 + Log: Subject: Re: [PATCH] perlreguts.pod: use the unicode name for ß and show the codepoint + From: avarab@gmail.com + Date: Fri, 6 Apr 2007 21:41:57 +0000 + Message-ID: <51dd1af80704061441v4b972257ta4c95230bdbc47c5@mail.gmail.com> + Branch: perl + ! pod/perlreguts.pod +____________________________________________________________________________ +[ 30919] By: nicholas on 2007/04/12 11:57:26 + Log: When removing the test program source, also remove the compiled + executable. + Branch: perl + ! Configure +____________________________________________________________________________ +[ 30918] By: merijn on 2007/04/12 06:15:36 + Log: Subject: [PATCH] g++ in Tru64: align sockaddr and sockaddr_in defs + From: Jarkko Hietaniemi + Date: Thu, 12 Apr 2007 05:19:30 +0300 (EEST) + Message-Id: <200704120219.l3C2JUGZ294947@kosh.hut.fi> + Branch: perl + ! hints/dec_osf.sh +____________________________________________________________________________ +[ 30915] By: nicholas on 2007/04/11 19:48:36 + Log: For symbolic references test the defined path through the pp functions. + Branch: perl + ! t/op/ref.t +____________________________________________________________________________ +[ 30913] By: nicholas on 2007/04/11 17:51:02 + Log: Be a bit more specific in what our second typeglob isn't. It is actually + expected to be undef. + Branch: perl + ! t/op/ref.t +____________________________________________________________________________ +[ 30912] By: stevep on 2007/04/11 17:16:00 + Log: Fix spelling nit. + Branch: perl + ! ext/POSIX/t/posix.t +____________________________________________________________________________ +[ 30910] By: nicholas on 2007/04/11 14:15:19 + Log: Run pod/buildtoc --build-all + Branch: perl + ! MANIFEST pod/perltoc.pod vms/descrip_mms.template +____________________________________________________________________________ +[ 30909] By: nicholas on 2007/04/11 14:09:31 + Log: perl5.9.5delta is about 5, not 4. + Branch: perl + ! pod.lst +____________________________________________________________________________ +[ 30908] By: nicholas on 2007/04/11 13:52:43 + Log: Update MANIFEST to include 3 files added in change 30893. + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 30907] By: rgs on 2007/04/11 13:08:49 + Log: Subject: [PATCH] Correct Shell.pm POD regarding $Shell::capture_stderr + From: "Jerry D. Hedden" + Date: Tue, 10 Apr 2007 13:54:10 -0400 + Message-ID: <1ff86f510704101054q2ccc7c10l66d62971716877f9@mail.gmail.com> + Branch: perl + ! lib/Shell.pm +____________________________________________________________________________ +[ 30906] By: rgs on 2007/04/11 13:06:49 + Log: Add Shell.pm to the list of dual-life modules + Branch: perl + ! Porting/Maintainers.pl +____________________________________________________________________________ +[ 30905] By: rgs on 2007/04/11 13:05:28 + Log: Upgrade to Shell 0.72 (noticed by Jerry D. Hedden) + Branch: perl + ! lib/Shell.pm lib/Shell.t +____________________________________________________________________________ +[ 30904] By: nicholas on 2007/04/11 08:02:43 + Log: If the test programs for strtoul(), strtoull() or strtouq() fail, don't + assume that the functions work. + Branch: perl + ! Configure +____________________________________________________________________________ +[ 30903] By: nicholas on 2007/04/11 07:39:21 + Log: Work round what appears to be a bug in Sun C++ 5.8 2005/10/13 + If we just cast GvSVn(gv) to void, it ignores evaluating it for + its side effect. + Branch: perl + ! gv.c +____________________________________________________________________________ +[ 30902] By: craigb on 2007/04/11 04:08:47 + Log: Fully VMSify CPANPLUS util names following #30885 + Branch: perl + ! vms/descrip_mms.template +____________________________________________________________________________ +[ 30900] By: nicholas on 2007/04/10 19:39:01 + Log: Silence the g++ warnings "right-hand operand of comma has no effect" + Branch: perl + ! perl.c perly.act perly.h perly.tab perly.y regcomp.c +____________________________________________________________________________ +[ 30898] By: nicholas on 2007/04/10 18:56:17 + Log: Cast needed to get POSIX compiling with g++ on FreeBSD. + Branch: perl + ! ext/POSIX/POSIX.xs +____________________________________________________________________________ +[ 30897] By: nicholas on 2007/04/10 18:30:04 + Log: Make the don't-use-nm symbol table probes work under C++. + Branch: perl + ! Configure +____________________________________________________________________________ +[ 30896] By: stevep on 2007/04/10 16:36:08 + Log: Version change to ExtUtils::MM_Unix missed in change #30380. + Branch: perl + ! lib/ExtUtils/MM_Unix.pm +____________________________________________________________________________ +[ 30895] By: stevep on 2007/04/10 16:23:10 + Log: Somehow, version.pm was missed from change #30629. + Branch: perl + ! lib/version.pm +____________________________________________________________________________ +[ 30894] By: nicholas on 2007/04/10 16:11:41 + Log: Undo the non-maint part of change 30816. Silly Nicholas. + Branch: perl + ! hints/freebsd.sh +____________________________________________________________________________ +[ 30893] By: stevep on 2007/04/10 15:44:51 + Log: Upgrade to Module-Build-0.2807 + Branch: perl + + lib/Module/Build/t/new_from_context.t + + lib/Module/Build/t/test_type.t lib/Module/Build/t/test_types.t + ! lib/Module/Build.pm lib/Module/Build/API.pod + ! lib/Module/Build/Base.pm lib/Module/Build/ModuleInfo.pm + ! lib/Module/Build/Version.pm lib/Module/Build/YAML.pm + ! lib/Module/Build/t/extend.t lib/Module/Build/t/lib/MBTest.pm + ! lib/Module/Build/t/manifypods.t lib/Module/Build/t/metadata.t + ! lib/Module/Build/t/moduleinfo.t lib/Module/Build/t/ppm.t + ! lib/Module/Build/t/tilde.t +____________________________________________________________________________ +[ 30891] By: nicholas on 2007/04/10 14:49:31 + Log: S_forget_pmop() only needs a flags argument for the ithreads case, + because PmopSTASH_free() is a no-op in an unthreaded perl. + Branch: perl + ! embed.fnc embed.h op.c op.h proto.h +____________________________________________________________________________ +[ 30888] By: nicholas on 2007/04/10 11:48:07 + Log: If PL_curpm is pointing to an op that is getting freed, reset it to + NULL. Otherwise we have a pointer dangling into undefined behaviour. + Branch: perl + ! op.c +____________________________________________________________________________ +[ 30887] By: rgs on 2007/04/10 09:43:34 + Log: Could someone explain why this file was added twice. + Branch: perl + ! ext/threads/shared/t/stress.t +____________________________________________________________________________ +[ 30886] By: rgs on 2007/04/10 09:41:00 + Log: Upgrade to threads::shared 1.09 : + - Fix casting issue under MSWin32 + - Modify stress test to not hang under MSWin32 + Branch: perl + + ext/threads/shared/t/stress.t + ! MANIFEST ext/threads/shared/Changes ext/threads/shared/README + ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs + ! ext/threads/shared/t/cond.t +____________________________________________________________________________ +[ 30885] By: rgs on 2007/04/10 09:23:43 + Log: Add the new CPANPLUS utilities to the VMS build process. + Branch: perl + ! vms/descrip_mms.template +____________________________________________________________________________ +[ 30884] By: rgs on 2007/04/10 07:44:50 + Log: Sync MANIFEST. Files have disappeared ? + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 30883] By: rgs on 2007/04/10 07:42:33 + Log: Add CPANPLUS 0.78 + Branch: perl + + lib/CPANPLUS.pm lib/CPANPLUS/Backend.pm + + lib/CPANPLUS/Backend/RV.pm lib/CPANPLUS/Config.pm + + lib/CPANPLUS/Configure.pm lib/CPANPLUS/Configure/Setup.pm + + lib/CPANPLUS/Dist.pm lib/CPANPLUS/Dist/Base.pm + + lib/CPANPLUS/Dist/MM.pm lib/CPANPLUS/Dist/Sample.pm + + lib/CPANPLUS/Error.pm lib/CPANPLUS/FAQ.pod + + lib/CPANPLUS/Hacking.pod lib/CPANPLUS/Internals.pm + + lib/CPANPLUS/Internals/Constants.pm + + lib/CPANPLUS/Internals/Constants/Report.pm + + lib/CPANPLUS/Internals/Extract.pm + + lib/CPANPLUS/Internals/Fetch.pm + + lib/CPANPLUS/Internals/Report.pm + + lib/CPANPLUS/Internals/Search.pm + + lib/CPANPLUS/Internals/Source.pm + + lib/CPANPLUS/Internals/Utils.pm + + lib/CPANPLUS/Internals/Utils/Autoflush.pm + + lib/CPANPLUS/Module.pm lib/CPANPLUS/Module/Author.pm + + lib/CPANPLUS/Module/Author/Fake.pm + + lib/CPANPLUS/Module/Checksums.pm lib/CPANPLUS/Module/Fake.pm + + lib/CPANPLUS/Module/Signature.pm lib/CPANPLUS/Selfupdate.pm + + lib/CPANPLUS/Shell.pm lib/CPANPLUS/Shell/Classic.pm + + lib/CPANPLUS/Shell/Default.pm + + lib/CPANPLUS/Shell/Default/Plugins/HOWTO.pod + + lib/CPANPLUS/Shell/Default/Plugins/Remote.pm + + lib/CPANPLUS/Shell/Default/Plugins/Source.pm + + lib/CPANPLUS/bin/cpan2dist lib/CPANPLUS/bin/cpanp + + lib/CPANPLUS/bin/cpanp-run-perl lib/CPANPLUS/inc.pm + + lib/CPANPLUS/t/00_CPANPLUS-Inc.t + + lib/CPANPLUS/t/00_CPANPLUS-Internals-Utils.t + + lib/CPANPLUS/t/01_CPANPLUS-Configure.t + + lib/CPANPLUS/t/02_CPANPLUS-Internals.t + + lib/CPANPLUS/t/03_CPANPLUS-Internals-Source.t + + lib/CPANPLUS/t/04_CPANPLUS-Module.t + + lib/CPANPLUS/t/05_CPANPLUS-Internals-Fetch.t + + lib/CPANPLUS/t/06_CPANPLUS-Internals-Constants.t + + lib/CPANPLUS/t/07_CPANPLUS-Internals-Extract.t + + lib/CPANPLUS/t/08_CPANPLUS-Backend.t + + lib/CPANPLUS/t/09_CPANPLUS-Internals-Search.t + + lib/CPANPLUS/t/10_CPANPLUS-Error.t + + lib/CPANPLUS/t/19_CPANPLUS-Dist.t + + lib/CPANPLUS/t/20_CPANPLUS-Dist-MM.t + + lib/CPANPLUS/t/21_CPANPLUS-Dist-No-Build.t + + lib/CPANPLUS/t/30_CPANPLUS-Internals-Selfupdate.t + + lib/CPANPLUS/t/40_CPANPLUS-Internals-Report.t + + lib/CPANPLUS/t/dummy-CPAN/authors/01mailrc.txt.gz.packed + + lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/Bundle-Foo-Ba + + r-0.01.tar.gz.packed + + lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/CHECKSUMS + + lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/Foo-Bar-0.01. + + readme + + lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/Foo-Bar-0.01. + + tar.gz.packed + + lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/perl5.005_03. + + tar.gz.packed + + lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUXS/CHECKSUMS + + lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUXS/Foo-Bar-0.01.re + + adme + + lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUXS/Foo-Bar-0.01.ta + + r.gz.packed + + lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBNOXS/CHECKSUMS + + lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBNOXS/Foo-Bar-0.01. + + readme + + lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBNOXS/Foo-Bar-0.01. + + tar.gz.packed + + lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBXS/CHECKSUMS + + lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBXS/Foo-Bar-0.01.re + + adme + + lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBXS/Foo-Bar-0.01.ta + + r.gz.packed + + lib/CPANPLUS/t/dummy-CPAN/modules/02packages.details.txt.gz.pa + + cked + + lib/CPANPLUS/t/dummy-CPAN/modules/03modlist.data.gz.packed + + lib/CPANPLUS/t/dummy-localmirror/01mailrc.txt.gz.packed + + lib/CPANPLUS/t/dummy-localmirror/02packages.details.txt.gz.pac + + ked lib/CPANPLUS/t/dummy-localmirror/03modlist.data.gz.packed + + lib/CPANPLUS/t/dummy-localmirror/authors/id/E/EU/EUNOXS/Bundle + + -Foo-Bar-0.01.tar.gz.packed + + lib/CPANPLUS/t/dummy-localmirror/authors/id/E/EU/EUNOXS/CHECKS + + UMS + + lib/CPANPLUS/t/dummy-localmirror/authors/id/E/EU/EUNOXS/Foo-Ba + + r-0.01.tar.gz.packed + + lib/CPANPLUS/t/dummy-localmirror/authors/id/E/EU/EUNOXS/perl5. + + 005_03.tar.gz.packed + + lib/CPANPLUS/t/dummy-localmirror/authors/id/E/EU/EUXS/CHECKSUM + + S + + lib/CPANPLUS/t/dummy-localmirror/authors/id/E/EU/EUXS/Foo-Bar- + + 0.01.tar.gz.packed + + lib/CPANPLUS/t/dummy-localmirror/authors/id/M/MB/MBNOXS/CHECKS + + UMS + + lib/CPANPLUS/t/dummy-localmirror/authors/id/M/MB/MBNOXS/Foo-Ba + + r-0.01.tar.gz.packed + + lib/CPANPLUS/t/dummy-localmirror/authors/id/M/MB/MBXS/CHECKSUM + + S + + lib/CPANPLUS/t/dummy-localmirror/authors/id/M/MB/MBXS/Foo-Bar- + + 0.01.tar.gz.packed lib/CPANPLUS/t/inc/conf.pl + + utils/cpan2dist.PL utils/cpanp-run-perl.PL utils/cpanp.PL + ! MANIFEST installperl utils.lst utils/Makefile win32/Makefile + ! win32/makefile.mk +____________________________________________________________________________ +[ 30882] By: rgs on 2007/04/10 06:46:54 + Log: Fix new tests + Branch: perl + ! t/op/pat.t +____________________________________________________________________________ +[ 30881] By: stevep on 2007/04/10 02:53:34 + Log: Subject: Re: [PATCH] length() on magic capture variables + From: "Ævar Arnfjörð Bjarmason" + Date: Mon, 9 Apr 2007 22:02:42 +0000 + Message-ID: <51dd1af80704091502m19130c28y29e6e656516fabfd@mail.gmail.com> + Branch: perl + ! t/op/pat.t +____________________________________________________________________________ +[ 30880] By: stevep on 2007/04/10 02:49:07 + Log: Subject: [PATCH] Test for the qr// construct + From: "Ævar Arnfjörð Bjarmason" + Date: Mon, 9 Apr 2007 20:36:58 +0000 + Message-ID: <51dd1af80704091336q335f0584o602b5e245bc210fe@mail.gmail.com> + + Includes add to the MANIFEST + Branch: perl + + t/op/qr.t + ! MANIFEST +____________________________________________________________________________ +[ 30879] By: stevep on 2007/04/10 02:37:04 + Log: Subject: [PATCH] Cast markstack values to I32 + From: Jan Dubois + Date: Mon, 09 Apr 2007 18:11:32 -0700 + Message-ID: + Branch: perl + ! XSUB.h pp.h +____________________________________________________________________________ +[ 30878] By: stevep on 2007/04/10 02:30:38 + Log: Subject: [PATCH] Restore Win64 compilation with the Windows Platform SDK + From: Jan Dubois + Date: Mon, 09 Apr 2007 17:27:17 -0700 + Message-ID: <4kll13df3tndn8alp54gi9ur9jmq063aij@4ax.com> + Branch: perl + ! lib/ExtUtils/MM_Win32.pm win32/win32.c +____________________________________________________________________________ +[ 30877] By: stevep on 2007/04/10 02:18:24 + Log: Upgrade to bignum-0.20 and Math-BigRat-0.18. + Branch: perl + + lib/bignum/t/bigexp.t + ! MANIFEST lib/Math/BigRat.pm lib/bignum.pm +____________________________________________________________________________ +[ 30876] By: stevep on 2007/04/10 02:11:02 + Log: Subject: BigInt, FastCalc, BitRat, bignum released to CPAN [PATCH] + From: Tels + Date: Mon, 9 Apr 2007 20:59:22 +0000 + Message-Id: <200704092059.24058@bloodgate.com> + Branch: perl + ! ext/Math/BigInt/FastCalc/FastCalc.pm + ! ext/Math/BigInt/FastCalc/FastCalc.xs + ! ext/Math/BigInt/FastCalc/t/leak.t lib/Math/BigFloat.pm + ! lib/Math/BigInt.pm lib/Math/BigInt/t/biglog.t + ! lib/Math/BigInt/t/fallback.t +____________________________________________________________________________ +[ 30875] By: stevep on 2007/04/09 14:06:22 + Log: Upgrade to CPAN-1.90. + Branch: perl + ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Queue.pm +____________________________________________________________________________ +[ 30871] By: rgs on 2007/04/08 07:58:39 + Log: Subject: [PATCH] RXf_WHITE never used due to small bug in regcomp.c + From: "=?UTF-8?Q?=C3=86var_Arnfj=C3=B6r=C3=B0_Bjarmason?=" + Date: Sat, 7 Apr 2007 00:17:05 +0000 + Message-ID: <51dd1af80704061717s44107fb9jf468ef28080d33a6@mail.gmail.com> + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 30870] By: rgs on 2007/04/08 07:55:04 + Log: Subject: [PATCH] makedepend.SH syntax error + From: "Yitzchak Scott-Thoennes" + Date: Sat, 7 Apr 2007 23:32:44 -0700 (PDT) + Message-ID: <41520.67.40.29.216.1176013964.squirrel@webmail.efn.org> + Branch: perl + ! makedepend.SH +____________________________________________________________________________ +[ 30869] By: nicholas on 2007/04/07 21:36:19 + Log: Upgrade to Module-Pluggable 3.6 + Branch: perl + ! lib/Module/Pluggable.pm lib/Module/Pluggable/Object.pm +____________________________________________________________________________ +[ 30868] By: nicholas on 2007/04/07 20:43:14 + Log: Ensure PL_last_in_gv doesn't end up pointing to garbage by NULLing it + if the GV it is pointing to gets freed. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 30867] By: nicholas on 2007/04/07 17:14:11 + Log: Under PERL_DEBUG_READONLY_OPS don't panic if you can't find the slab + being freed. Also, need to set the slab to read/write before + incrementing or decrementing an op's reference count. + With this we can build all extentions, and run test_harness. + Branch: perl + ! embed.fnc op.c op.h proto.h +____________________________________________________________________________ +[ 30866] By: nicholas on 2007/04/07 12:45:44 + Log: Upgrade to Encode 2.19 + Branch: perl + ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm + ! ext/Encode/Encode.xs ext/Encode/bin/piconv + ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm + ! ext/Encode/lib/Encode/CJKConstants.pm + ! ext/Encode/lib/Encode/JP/H2Z.pm + ! ext/Encode/lib/Encode/JP/JIS7.pm + ! ext/Encode/lib/Encode/MIME/Header.pm + ! ext/Encode/lib/Encode/Unicode/UTF7.pm ext/Encode/t/Aliases.t + ! ext/Encode/t/mime-header.t +____________________________________________________________________________ +[ 30865] By: nicholas on 2007/04/07 12:15:40 + Log: Turn op_pmreplroot in struct pmop into a real union. + Branch: perl + ! dump.c ext/B/B.xs op.c op.h pp.c pp_hot.c +____________________________________________________________________________ +[ 30863] By: nicholas on 2007/04/07 10:48:08 + Log: Remove a now un-needed goto from Perl_peep(). + Branch: perl + ! op.c +____________________________________________________________________________ +[ 30862] By: nicholas on 2007/04/07 10:43:37 + Log: Rejig Perl_peep() to assume that ops are optimised by default. The + source code is simpler, and the object code slightly smaller. + Branch: perl + ! op.c +____________________________________________________________________________ +[ 30861] By: nicholas on 2007/04/07 08:32:46 + Log: Re-ordering OP_STUB in the switch statement in Perl_peep saves a goto. + Branch: perl + ! op.c +____________________________________________________________________________ +[ 30860] By: nicholas on 2007/04/06 23:31:14 + Log: Merge op_pmreplstart and op_pmstash/op_pmstashpv into a union in + PMOP, as both pointers never need to be set at the same time. + Branch: perl + ! dump.c ext/B/B.xs op.c op.h pp_ctl.c +____________________________________________________________________________ +[ 30859] By: nicholas on 2007/04/06 22:32:02 + Log: assert() that OP_QR and OP_MATCH never set op_pmreplstart, which + simplifies the peep hole optimiser slightly. + Branch: perl + ! op.c +____________________________________________________________________________ +[ 30858] By: nicholas on 2007/04/06 22:08:20 + Log: Add editor block. + Branch: perl + ! op.h +____________________________________________________________________________ +[ 30857] By: nicholas on 2007/04/06 21:53:46 + Log: Only append ?? match ops to the list used by reset. This saves memory + and time. + Branch: perl + ! op.c op.h toke.c +____________________________________________________________________________ +[ 30856] By: nicholas on 2007/04/06 20:57:34 + Log: Avoid accessing free()d memory when calling reset in one thread, after + deleting pattern match ops in another thread. + Branch: perl + ! embed.fnc embed.h op.c proto.h t/op/reset.t +____________________________________________________________________________ +[ 30855] By: nicholas on 2007/04/06 20:46:47 + Log: Give accurate failure diagnostics when unlike() fails. + Branch: perl + ! t/test.pl +____________________________________________________________________________ +[ 30854] By: nicholas on 2007/04/06 20:17:14 + Log: Ooops. Forgot to update proto.h in change 30853. + Branch: perl + ! proto.h +____________________________________________________________________________ +[ 30853] By: nicholas on 2007/04/06 19:50:12 + Log: Remove op_pmnext from PMOPs, and instead store the list for reset as + an array hanging from the mg_ptr of the symbol table magic. + (Previously the linked list head was in the mg_obj member) + Branch: perl + ! embed.fnc embed.h ext/B/B.xs op.c op.h sv.c +____________________________________________________________________________ +[ 30852] By: rgs on 2007/04/06 14:15:44 + Log: Subject: [PATCH] Allow any *DBM_File to work for DynaLoader testing + From: "Jerry D. Hedden" + Date: Wed, 4 Apr 2007 09:57:16 -0400 + Message-ID: <1ff86f510704040657t732af552jbcbdb8804d134ff7@mail.gmail.com> + Branch: perl + ! ext/DynaLoader/t/DynaLoader.t ext/DynaLoader/t/XSLoader.t +____________________________________________________________________________ +[ 30851] By: rgs on 2007/04/06 13:35:15 + Log: Subject: [PATCH] MAD do not ignore errors from 'use' + From: Gerard Goossen + Date: Thu, 29 Mar 2007 18:02:29 +0200 + Message-ID: <20070329160229.GF20231@ostwald> + + plus another similar correction + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 30850] By: rgs on 2007/04/06 13:19:44 + Log: Subject: [PATCH] madprop about forced words + From: Gerard Goossen + Date: Thu, 29 Mar 2007 18:10:42 +0200 + Message-ID: <20070329161042.GG20231@ostwald> + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 30849] By: rgs on 2007/04/06 12:13:14 + Log: Subject: Re: Proposed changes and to regular expression interfaces in core + From: "Ævar Arnfjörð Bjarmason" + Date: Thu, 29 Mar 2007 22:52:49 +0000 + Message-ID: <51dd1af80703291552y1073bcb6r954b043eb68a4459@mail.gmail.com> + Branch: perl + ! embed.fnc embed.h ext/re/re.xs ext/re/re_top.h global.sym + ! perl.h pp_hot.c proto.h regcomp.c regcomp.h regexp.h +____________________________________________________________________________ +[ 30848] By: stevep on 2007/04/05 16:32:19 + Log: g++ on NetBSD needs to have environ declared as well. + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 30847] By: rgs on 2007/04/05 16:26:18 + Log: C++ compilation fix by Steve Peters + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 30846] By: nicholas on 2007/04/05 08:56:10 + Log: S_op_destroy() was not static. Also tidy all other STATIC/static + declarations onto the same line as the return type, to make checking + this easier. + Branch: perl + ! dump.c op.c pp_ctl.c pp_pack.c +____________________________________________________________________________ +[ 30845] By: nicholas on 2007/04/04 21:42:26 + Log: Add TODO tests for the (sometimes) crashing threads/op deletion/reset + combination. + Branch: perl + ! t/op/reset.t +____________________________________________________________________________ +[ 30844] By: nicholas on 2007/04/04 19:55:23 + Log: A test for reset. + Branch: perl + + t/op/reset.t + ! MANIFEST +____________________________________________________________________________ +[ 30843] By: nicholas on 2007/04/04 17:22:02 + Log: Get further through the build with read-only optrees. Free()ing cops + as currently implemented seems to want write activity to them. Also we + save a field in PL_curcop at one point, and sometimes this can be in + a read only COP. If so, the end of scope restoration is always to the + same value, but it's easier to cheat and skip the restoration than to + dig around and avoid the save. + Branch: perl + ! op.c scope.c +____________________________________________________________________________ +[ 30842] By: rgs on 2007/04/04 08:40:52 + Log: Symbol export nit, found by Yves + Branch: perl + ! makedef.pl +____________________________________________________________________________ +[ 30841] By: rgs on 2007/04/04 08:32:37 + Log: Subject: Re: pmdynflags and thread safety + From: demerphq + Date: Wed, 4 Apr 2007 01:46:26 +0200 + Message-ID: <9b18b3110704031646p7ac8dbearf9e41397a5f884d8@mail.gmail.com> + Branch: perl + ! bytecode.pl dump.c embed.fnc ext/B/B.pm ext/B/B.xs + ! ext/B/B/Asmdata.pm ext/B/B/Deparse.pm ext/B/defsubs_h.PL + ! ext/B/t/concise-xs.t ext/re/re.xs op.c op.h pod/perlreguts.pod + ! pod/perltoc.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c + ! regexec.c regexp.h sv.c toke.c +____________________________________________________________________________ +[ 30840] By: rgs on 2007/04/04 06:46:46 + Log: Subject: [PATCH] ext\ExtUtils\t\Embed.t fails test when upgrading a perl with different core headers. + From: demerphq + Date: Wed, 4 Apr 2007 03:17:21 +0200 + Message-ID: <9b18b3110704031817l37c034d3gf3d2b1cd205ac517@mail.gmail.com> + Branch: perl + ! lib/ExtUtils/t/Embed.t +____________________________________________________________________________ +[ 30839] By: rgs on 2007/04/04 06:39:46 + Log: Subject: [PATCH] Re: [PATCH] microperl plus missing config vars + From: Jarkko Hietaniemi + Date: Tue, 03 Apr 2007 18:28:30 -0400 + Message-ID: <4612D50E.5010105@iki.fi> + Branch: perl + ! Porting/checkcfgvar.pl win32/config.gc +____________________________________________________________________________ +[ 30838] By: rgs on 2007/04/03 16:17:01 + Log: Subject: Re: [PATCH] MAD prototype checking + From: Gerard Goossen + Date: Thu, 29 Mar 2007 17:34:23 +0200 + Message-ID: <20070329153423.GE20231@ostwald> + Branch: perl + ! op.c +____________________________________________________________________________ +[ 30837] By: rgs on 2007/04/03 16:12:08 + Log: Subject: Re: [PATCH] MAD disable constant inlining + From: Gerard Goossen + Date: Thu, 29 Mar 2007 17:31:32 +0200 + Message-ID: <20070329153132.GD20231@ostwald> + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 30836] By: rgs on 2007/04/03 08:34:09 + Log: C++ compilation patch by Jarkko + Branch: perl + ! ext/Encode/bin/enc2xs +____________________________________________________________________________ +[ 30835] By: nicholas on 2007/04/02 21:27:26 + Log: We may not even have a list of slabs when Perl_Slab_Free is called. + Branch: perl + ! op.c +____________________________________________________________________________ +[ 30834] By: nicholas on 2007/04/02 21:25:03 + Log: Cleanups for PERL_DEBUG_READONLY_OPS debugging code - remove a now- + unneeded include of , and make PERL_DEBUG_READONLY_OPS + appear in -V output. + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 30833] By: rgs on 2007/04/02 19:53:08 + Log: Subject: [PATCH] Allow testing of DBM_Filter with any *DBM_File + From: "Jerry D. Hedden" + Date: Mon, 2 Apr 2007 10:15:47 -0700 (PDT) + Message-ID: <642435.53086.qm@web30215.mail.mud.yahoo.com> + Branch: perl + ! lib/DBM_Filter/t/01error.t lib/DBM_Filter/t/02core.t + ! lib/DBM_Filter/t/compress.t lib/DBM_Filter/t/encode.t + ! lib/DBM_Filter/t/int32.t lib/DBM_Filter/t/null.t + ! lib/DBM_Filter/t/utf8.t +____________________________________________________________________________ +[ 30832] By: nicholas on 2007/04/02 19:53:06 + Log: For Perl_Slab_Alloc(), eliminate the unused parameter 'm'. + Branch: perl + ! embed.fnc embed.h op.c op.h proto.h +____________________________________________________________________________ +[ 30831] By: rgs on 2007/04/02 19:51:08 + Log: Subject: [PATCH] Don't install dbm_filter_util.pl + From: "Jerry D. Hedden" + Date: Mon, 2 Apr 2007 09:31:13 -0700 (PDT) + Message-ID: <721682.89546.qm@web30209.mail.mud.yahoo.com> + Branch: perl + ! installperl +____________________________________________________________________________ +[ 30830] By: nicholas on 2007/04/02 19:25:53 + Log: The op slab allocator can call calloc() instead of malloc(), and save + a Zero(). Also, argument m is unused. + Branch: perl + ! op.c +____________________________________________________________________________ +[ 30829] By: nicholas on 2007/04/02 19:03:55 + Log: Add a new compile option PERL_DEBUG_READONLY_OPS which marks the optree + as read only (or as much of it as it practical). This makes it trivial + to detect buggy code that is modifying the optree at runtime. + Branch: perl + ! embed.fnc embed.h embedvar.h intrpvar.h op.c perl.c perlapi.h + ! pod/perlhack.pod proto.h +____________________________________________________________________________ +[ 30828] By: rgs on 2007/04/02 08:50:23 + Log: Subject: [PATCH?] perlfunc.pod: Lexical visibility hint in require docu + From: Christian Winter + Date: Sun, 01 Apr 2007 18:01:24 +0200 + Message-ID: <460FD754.8050106@linux-config.de> + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 30827] By: craigb on 2007/04/01 18:11:28 + Log: Update name of Perl executable on VMS following #30414. + Branch: perl + ! t/op/taint.t +____________________________________________________________________________ +[ 30826] By: craigb on 2007/04/01 18:01:01 + Log: Mark new regex glob test as a TODO on VMS. + Branch: perl + ! ext/File/Glob/t/basic.t +____________________________________________________________________________ +[ 30825] By: merijn on 2007/04/01 15:44:33 + Log: Subject: README.$OS URLs + From: Steffen Mueller + Date: Sat, 31 Mar 2007 16:37:56 +0200 + Message-ID: <20070331143757.26271.qmail@lists.develooper.com> + Branch: perl + ! README.amiga README.cn README.dos README.jp README.netware + ! README.tw +____________________________________________________________________________ +[ 30824] By: stevep on 2007/04/01 13:10:11 + Log: Subject: [PATCH] Symbian sync + From: Jarkko Hietaniemi + Date: Sat, 31 Mar 2007 15:30:09 -0400 + Message-ID: <460EB6C1.4020406@iki.fi> + Branch: perl + ! README.symbian lib/AutoSplit.pm lib/constant.pm regcomp.pl + ! regnodes.h symbian/port.pl symbian/sdk.pl +____________________________________________________________________________ +[ 30823] By: stevep on 2007/04/01 12:57:24 + Log: Subject: [PATCH] microperl plus missing config vars + From: Jarkko Hietaniemi + Date: Sat, 31 Mar 2007 17:50:18 -0400 + Message-ID: <460ED79A.5030809@iki.fi> + Branch: perl + ! Cross/config.sh-arm-linux Makefile.micro NetWare/config.wc + ! Porting/checkcfgvar.pl README.micro epoc/config.sh + ! plan9/config_sh.sample symbian/config.sh uconfig.h uconfig.sh + ! win32/config.bc win32/config.ce win32/config.vc + ! win32/config.vc64 +____________________________________________________________________________ +[ 30822] By: davem on 2007/04/01 01:27:57 + Log: Make parser_free() be called slightly later, + i.e. at the point where lexer vars are being restored in a LEAVE, + rather than at the end of yyparse() + Branch: perl + ! perly.c toke.c +____________________________________________________________________________ +[ 30821] By: davem on 2007/04/01 01:22:20 + Log: Eliminate the use of PL_curforce outside of toke.c + Branch: perl + ! perl.c toke.c +____________________________________________________________________________ +[ 30820] By: davem on 2007/04/01 01:20:02 + Log: Eliminate the use of PL_bufend outside of toke.c: + give Perl_scan_vstring() an explicit 'end' arg rather than using + PL_bufend, and replace it with a local var in Perl_find_script() + Branch: perl + ! embed.fnc embed.h proto.h sv.c toke.c +____________________________________________________________________________ +[ 30819] By: davem on 2007/04/01 00:51:00 + Log: free backtrack track when on unexpected exit, eg /(?{ die })/ + Branch: perl + ! regexec.c +____________________________________________________________________________ +[ 30818] By: davem on 2007/04/01 00:27:02 + Log: fix $^R scoping bug. + By setting the outer saved $^R to the current $^R just at the + end of a successful match, and ensuring that that the savestack + doesn't get popped beforehand, the code is simplified and fixes a + bug. + Branch: perl + ! regexec.c t/op/pat.t +____________________________________________________________________________ +[ 30817] By: nicholas on 2007/03/31 23:15:15 + Log: Rearrange members of structures to reduce memory size on some + platforms. On LP64 structs stackinfo, refcounted_he, and magic shrink + by 8 bytes, struct yy_parser by 16. + Branch: perl + ! cop.h gv.h hv.h mg.h parser.h perl.h +____________________________________________________________________________ +[ 30815] By: nicholas on 2007/03/31 20:52:53 + Log: Reorder the members of various regexp structs to reduce their size on + LP64 platforms, by pairing up I32 and U32 members. Notably structs + _reg_trie_data, reg_ac_data, regexp and regmatch_state down by 8 bytes, + re_save_state by 16, and regmatch_slab up by 48 (ie one more state per + slab) + Branch: perl + ! regcomp.h regexp.h +____________________________________________________________________________ +[ 30814] By: craigb on 2007/03/31 19:42:35 + Log: Fix URL rot in README.vms + Branch: perl + ! README.vms +____________________________________________________________________________ +[ 30813] By: craigb on 2007/03/31 19:40:43 + Log: Make Perl_vms_start_glob return the input pattern when there are + no matches. + Branch: perl + ! vms/vms.c +____________________________________________________________________________ +[ 30812] By: nicholas on 2007/03/31 15:50:05 + Log: precomp in struct regexp can be const char *. + Branch: perl + ! regexp.h +____________________________________________________________________________ +[ 30811] By: rgs on 2007/03/31 14:11:40 + Log: Fix bug #42224, perl -MO=Deparse -e 'print readpipe $x, $y' broken + Branch: perl + ! ext/B/B/Deparse.pm +____________________________________________________________________________ +[ 30806] By: rgs on 2007/03/31 06:23:12 + Log: Fix the error message "Can't call method "DOES" on unblessed + reference". + Branch: perl + ! pp_hot.c t/op/universal.t universal.c +____________________________________________________________________________ +[ 30805] By: rgs on 2007/03/31 06:16:09 + Log: Don't use utf8.pm in the test (avoiding embedding utf8 in the test + file), and use greek to test for something out of 8-bit latin, as + Jarkko suggested. Everything flows. + Branch: perl + ! t/io/dup.t +____________________________________________________________________________ +[ 30804] By: ams on 2007/03/31 00:51:55 + Log: This was released as 2.16. + Branch: perl + ! ext/Storable/Storable.pm +____________________________________________________________________________ +[ 30803] By: ams on 2007/03/31 00:34:13 + Log: Add new hints files. + Branch: perl + ! ext/Storable/MANIFEST +____________________________________________________________________________ +[ 30791] By: nicholas on 2007/03/30 16:17:25 + Log: Bump File::Glob's VERSION to go with change 30103. + Branch: perl + ! ext/File/Glob/Glob.pm +____________________________________________________________________________ +[ 30785] By: nicholas on 2007/03/30 11:52:43 + Log: Remove the never-used numeric and character switch ops. + Branch: perl + ! opcode.pl +____________________________________________________________________________ +[ 30784] By: nicholas on 2007/03/30 11:48:54 + Log: A logical rearrangement of ops, to get the post 5.005 ops to their + logical groups. + Branch: perl + ! ext/B/t/b.t opcode.h opcode.pl opnames.h pp.sym pp_proto.h +____________________________________________________________________________ +[ 30783] By: nicholas on 2007/03/30 10:53:31 + Log: Oops. Failed to remove the now obsolete comment about custom ops. + Branch: perl + ! opcode.pl +____________________________________________________________________________ +[ 30782] By: nicholas on 2007/03/30 10:50:10 + Log: Remove the restriction that op_custom has to be the last op. + This allows more ops to be added during the life of a stable release. + Branch: perl + ! opcode.h opcode.pl +____________________________________________________________________________ +[ 30781] By: rgs on 2007/03/30 08:30:35 + Log: When dup'ing a filehandle, retain the :utf8 layer + Branch: perl + ! perlio.c t/io/dup.t +____________________________________________________________________________ +[ 30780] By: rgs on 2007/03/30 07:48:59 + Log: Add two deprecation warnings: + Opening dirhandle %s also as a file + Opening filehandle %s also as a directory + Branch: perl + ! pod/perldiag.pod pp_sys.c t/lib/warnings/pp_sys t/op/chdir.t +____________________________________________________________________________ +[ 30779] By: stevep on 2007/03/30 03:24:22 + Log: Subject: [PATCH] cflags.SH: 30327 wasn't portable Bourne (avoid '!: not found') + From: Jarkko Hietaniemi + Date: Fri, 30 Mar 2007 04:44:11 +0300 (EEST) + Message-Id: <200703300144.l2U1iBSA490663@kosh.hut.fi> + Branch: perl + ! cflags.SH +____________________________________________________________________________ +[ 30778] By: stevep on 2007/03/29 23:11:29 + Log: Upgrade to CGI.pm-3.28 + Branch: perl + ! lib/CGI.pm lib/CGI/Changes lib/CGI/Cookie.pm +____________________________________________________________________________ +[ 30777] By: rgs on 2007/03/29 13:03:54 + Log: Subject: [PATCH] Shorten 'skipping...' test message + From: "Jerry D. Hedden" + Date: Thu, 29 Mar 2007 05:56:51 -0700 (PDT) + Message-ID: <213529.35369.qm@web30214.mail.mud.yahoo.com> + Branch: perl + ! t/TEST +____________________________________________________________________________ +[ 30776] By: rgs on 2007/03/29 07:56:11 + Log: Back out changes 30762 and 30763 + Branch: perl + ! pp.c +____________________________________________________________________________ +[ 30775] By: rgs on 2007/03/28 08:43:10 + Log: Subject: [PATCH?]: perlguts.pod + From: "John P. Linderman" + Date: Tue, 27 Mar 2007 12:33:39 -0400 + Message-Id: <200703271633.l2RGXd3u3443680@raptor.research.att.com> + Branch: perl + ! pod/perlguts.pod +____________________________________________________________________________ +[ 30774] By: merijn on 2007/03/27 12:30:11 + Log: Subject: [PATCH] stop the cargo cult of (MEM_SIZE)~0 + From: Jarkko Hietaniemi + Date: Tue, 27 Mar 2007 15:07:52 +0300 (EEST) + Message-Id: <200703271207.l2RC7qOC443040@kosh.hut.fi> + Branch: perl + ! handy.h pp.c util.c +____________________________________________________________________________ +[ 30773] By: rgs on 2007/03/27 11:15:51 + Log: Compress::Zlib isn't a good example of extra modules, + since it's now core + Branch: perl + ! INSTALL +____________________________________________________________________________ +[ 30772] By: rgs on 2007/03/27 09:42:44 + Log: Fix return value of state assignment ($x=state $y=$z). + Fix a form of state assignment (state($x)=$y). + Minor optimisation in pp_aassign for state variables. + New tests. + Branch: perl + ! op.c pp_hot.c t/op/state.t +____________________________________________________________________________ +[ 30771] By: merijn on 2007/03/27 06:17:25 + Log: Subject: [PATCH] util.c [PATCH] perlhack.pod (Was: Re: threads crashes in Tru64) + From: Jarkko Hietaniemi + Date: Mon, 26 Mar 2007 19:50:11 -0400 + Message-ID: <46085C33.1030601@iki.fi> + Branch: perl + ! pod/perlhack.pod util.c +____________________________________________________________________________ +[ 30770] By: merijn on 2007/03/27 06:15:21 + Log: Documented the PA-RISC End-Of_Life plan; more servers; some IPF + remarks. TODO: the various locations for downloading prebuilt + depots, and what their specifics are. The first is now in, but + no specifics yet. + Branch: perl + ! README.hpux +____________________________________________________________________________ +[ 30769] By: nicholas on 2007/03/26 22:52:18 + Log: In struct regexp replace the two arrays of I32s accessed via startp + and endp with a single array of struct regexp_paren_pair, which has 2 + I32 members. PL_regstartp and PL_regendp are replaced with a pointer + to regexp_paren_pair. The regexp swap structure now only has one + member, so abolish it and store the pointer to the swap array directly. + Hopefully keeping the corresponding start and end adjacent in memory + will help with cache coherency. + Branch: perl + ! mg.c pp.c pp_ctl.c pp_hot.c regcomp.c regexec.c regexp.h sv.c + ! universal.c +____________________________________________________________________________ +[ 30768] By: davem on 2007/03/26 21:48:48 + Log: add p55.t MAD tests, and convert renamed mad/nomad into a module + Subject: Re: [PATCH] p55 tests + From: Gerard Goossen + Message-ID: <20070322174056.GE24152@ostwald> + Branch: perl + + mad/t/p55.t + ! MANIFEST mad/Nomad.pm +____________________________________________________________________________ +[ 30767] By: davem on 2007/03/26 21:42:48 + Log: Rename mad/nomad to mad/Nomad.pm + + Subject: Re: [PATCH] p55 tests + From: Gerard Goossen + Message-ID: <20070322174056.GE24152@ostwald> + Branch: perl + +> mad/Nomad.pm + - mad/nomad + ! MANIFEST +____________________________________________________________________________ +[ 30766] By: nicholas on 2007/03/26 21:40:12 + Log: Move the declaration of two variables into the only block that uses + them. + Branch: perl + ! regexec.c +____________________________________________________________________________ +[ 30763] By: rgs on 2007/03/26 14:36:17 + Log: Nit to change 30762 by Gisle. + Avoids storing the chars removed by 4-arg substr() in void context. + Branch: perl + ! pp.c +____________________________________________________________________________ +[ 30762] By: rgs on 2007/03/26 14:33:41 + Log: Subject: [PATCH] Re: substr($megabytes, 30) = + From: "Yitzchak Scott-Thoennes" + Date: Mon, 12 Feb 2007 22:13:50 -0800 (PST) + Message-ID: <1119.63.226.247.186.1171347230.squirrel@63.226.247.186> + Branch: perl + ! pp.c +____________________________________________________________________________ +[ 30761] By: rgs on 2007/03/26 14:21:39 + Log: Make the warning "interpreted as function" a bit less annoying, + and test it properly + Branch: perl + ! t/lib/warnings/toke toke.c +____________________________________________________________________________ +[ 30760] By: rgs on 2007/03/26 13:51:30 + Log: say() should parse exactly like print() + Branch: perl + ! sv.c toke.c +____________________________________________________________________________ +[ 30759] By: rgs on 2007/03/26 11:52:21 + Log: Remove the object_compatibility placeholder in the interpreter struct + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 30758] By: rgs on 2007/03/26 10:09:21 + Log: On Linux, don't compile with -DTHREADS_HAVE_PIDS if the + kernel uses the NPTL threading model + Branch: perl + ! hints/linux.sh +____________________________________________________________________________ +[ 30757] By: nicholas on 2007/03/26 08:39:43 + Log: Simplify the logic in Perl_re_dup() - copy the structure as 1 block, + then fix up what differs. Curiously -Os with gcc x86 produces the same + sized object code. + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 30756] By: nicholas on 2007/03/25 23:40:00 + Log: Change 30753 forgot to remove 2 now unused variables. + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 30755] By: nicholas on 2007/03/25 23:34:58 + Log: Looks like re_dup has been leaking references on 2 SVs for most regexps + since dot (only to be recovered for certain at thread exit). + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 30754] By: nicholas on 2007/03/25 22:32:11 + Log: A more efficient copy in Perl_reg_temp_copy() + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 30753] By: nicholas on 2007/03/25 21:59:58 + Log: Subject: Re: The performance problem of 30678 + From: Marcus Holland-Moritz + Message-ID: <20070324185511.02f84668@r2d2> + Date: Sat, 24 Mar 2007 18:55:11 +0100 + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 30750] By: rgs on 2007/03/24 21:14:22 + Log: Make readline() default to *ARGV. + Plus MAD fixes. + Branch: perl + ! embed.fnc embed.h op.c opcode.h opcode.pl pod/perlfunc.pod + ! pp.sym pp_proto.h proto.h t/op/readline.t +____________________________________________________________________________ +[ 30749] By: rgs on 2007/03/24 16:58:28 + Log: Now that readpipe defaults to $_, I should update the prototype table + in opcode.pl too. + Branch: perl + ! opcode.h opcode.pl t/op/cproto.t +____________________________________________________________________________ +[ 30748] By: rgs on 2007/03/24 16:51:13 + Log: Make sure readpipe without argument can be followed by // + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 30747] By: rgs on 2007/03/24 16:46:02 + Log: Make readpipe default to $_ + Branch: perl + ! op.c pod/perlfunc.pod t/op/exec.t +____________________________________________________________________________ +[ 30745] By: nicholas on 2007/03/24 14:44:28 + Log: startp and endp can allocate their array of I32s from the same block of + memory, and Copy() and free it as one. + Probably these two pointers to array should merge into single pointer + to an array of structs. + Branch: perl + ! regcomp.c regexec.c +____________________________________________________________________________ +[ 30740] By: nicholas on 2007/03/23 23:32:19 + Log: It's possible to write the dup of struct reg_substr_datum with a + memcpy() replacing the member by member copy. Curiously gcc's -Os + produces the same sized code, but not all optimisers may manage this. + Also, by reading and re-assigning to the copied data for the sv_dup()s + we hope to avoid any cache misses on the copied from data. + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 30730] By: rgs on 2007/03/23 18:25:43 + Log: Don't use PL_na. + Branch: perl + ! universal.c +____________________________________________________________________________ +[ 30729] By: rgs on 2007/03/23 17:34:48 + Log: Subject: [perl #41775] Memoize bug (and patch): problem with LIST_CACHE => MERGE + From: Father Chrysostomos (via RT) + Date: Sat, 10 Mar 2007 12:18:35 -0800 + Message-ID: + Branch: perl + ! lib/Memoize.pm +____________________________________________________________________________ +[ 30728] By: mhx on 2007/03/23 17:21:15 + Log: Upgrade to Devel::PPPort 3.11_01 + Branch: perl + ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort_pm.PL + ! ext/Devel/PPPort/parts/inc/call + ! ext/Devel/PPPort/parts/inc/variables + ! ext/Devel/PPPort/parts/todo/5006000 ext/Devel/PPPort/soak + ! ext/Devel/PPPort/t/call.t ext/Devel/PPPort/t/variables.t +____________________________________________________________________________ +[ 30726] By: nicholas on 2007/03/23 16:55:13 + Log: Move CHECK_WORD in regcomp.c to a more generic memEQs() in handy.h + and provide memNEs() too. + Branch: perl + ! handy.h regcomp.c +____________________________________________________________________________ +[ 30725] By: rgs on 2007/03/23 16:45:14 + Log: Subject: [PATCH] Silence compiler warning in util.c + From: "Jerry D. Hedden" + Date: Fri, 23 Mar 2007 09:40:02 -0700 (PDT) + Message-ID: <256688.25862.qm@web30215.mail.mud.yahoo.com> + Branch: perl + ! util.c +____________________________________________________________________________ +[ 30724] By: nicholas on 2007/03/23 16:15:58 + Log: Change 30080 was wrong to swap the BEGIN test to memEQ + Branch: perl + ! op.c +____________________________________________________________________________ +[ 30722] By: rgs on 2007/03/23 14:47:09 + Log: Subject: Re: [perl #41683] [PATCH] v5.8.8 pod2html -- incorrect treatment of non-manual page refs like "this(c)" + From: Jari Aalto + Date: Wed, 07 Mar 2007 11:08:24 +0200 + Message-ID: <87ejo1s9o7.fsf@w2kpicasso.cante.net> + + with adjustments to the regexp + Branch: perl + ! lib/Pod/Html.pm +____________________________________________________________________________ +[ 30721] By: rgs on 2007/03/23 14:33:22 + Log: PerlFAQ sync. + Also, use a svn checkout done under an English locale, to + avoid having French dates in the headers. Hateful. + Branch: perl + ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod + ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod + ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod + ! pod/perlfaq9.pod +____________________________________________________________________________ +[ 30718] By: rgs on 2007/03/23 11:59:55 + Log: Subject: [PATCH] Cwd doesn't need ppport.h in core + From: "Jerry D. Hedden" + Date: Tue, 20 Mar 2007 13:16:46 -0700 (PDT) + Message-ID: <196803.14702.qm@web30215.mail.mud.yahoo.com> + Branch: perl + ! ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/Cwd.pm mkppport.lst +____________________________________________________________________________ +[ 30716] By: rgs on 2007/03/23 11:41:58 + Log: Subject: symbol-exports needed for Data::Alias + From: Matthijs van Duin + Date: Tue, 20 Mar 2007 14:59:15 +0100 + Message-ID: <20070320135915.GA25192@cds.nl> + Branch: perl + ! embed.fnc embed.h global.sym +____________________________________________________________________________ +[ 30715] By: rgs on 2007/03/23 10:48:41 + Log: Convert file to proper line-endings + Branch: perl + ! lib/Pod/Simple/t/items02.t +____________________________________________________________________________ +[ 30714] By: rgs on 2007/03/23 10:43:04 + Log: Missing file in MANIFEST + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 30713] By: rgs on 2007/03/23 08:48:33 + Log: Fix path of a test file for running in the core + Branch: perl + ! lib/Pod/Simple/t/reinit.t +____________________________________________________________________________ +[ 30712] By: stevep on 2007/03/23 03:45:30 + Log: Upgrade to CPAN-1.88_79 + Branch: perl + ! lib/CPAN.pm +____________________________________________________________________________ +[ 30711] By: stevep on 2007/03/23 03:36:47 + Log: Upgrade to Test-Simple-0.70 + Branch: perl + ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple.pm + ! lib/Test/Simple/Changes lib/Test/Simple/t/is_fh.t +____________________________________________________________________________ +[ 30710] By: stevep on 2007/03/23 02:17:50 + Log: Re-sorting the MANIFEST after the mess made of it with the + Pod-Simple renamings + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 30709] By: stevep on 2007/03/23 02:06:06 + Log: Perforce appararently didn't like integrating this file, since + I had done it twice. It looks like an add will have to do instead. + Branch: perl + + lib/Pod/Simple/t/perlvaro.txt +____________________________________________________________________________ +[ 30708] By: stevep on 2007/03/23 01:54:54 + Log: fix instalhtml and Pod::HTML issues. + From: demerphq + Date: Thu, 22 Mar 2007 19:42:54 +0100 + Message-ID: <9b18b3110703221142g4955362atffee33d05e30bd27@mail.gmail.com> + + Just the changes to installhtml and Pod::HTML in this patch. + Branch: perl + ! installhtml lib/Pod/Html.pm +____________________________________________________________________________ +[ 30707] By: stevep on 2007/03/23 01:47:41 + Log: Additional test file edits needed for Pod-Simple-3.05 that couldn't + be included due to the integrates being performed in the previous + change. + Branch: perl + ! lib/Pod/Simple/t/htmlbat.t lib/Pod/Simple/t/render.t + ! lib/Pod/Simple/t/search10.t lib/Pod/Simple/t/search12.t + ! lib/Pod/Simple/t/search20.t lib/Pod/Simple/t/search22.t + ! lib/Pod/Simple/t/search25.t lib/Pod/Simple/t/search26.t + ! lib/Pod/Simple/t/search27.t lib/Pod/Simple/t/search28.t + ! lib/Pod/Simple/t/search29.t +____________________________________________________________________________ +[ 30706] By: stevep on 2007/03/23 01:43:11 + Log: Upgrade to Pod-Simple-3.05. + Branch: perl + + lib/Pod/Simple/t/20_skip.t lib/Pod/Simple/t/accept01.t + + lib/Pod/Simple/t/corpus/2202jp.txt.packed + + lib/Pod/Simple/t/corpus/2202jpx.txt.packed + + lib/Pod/Simple/t/corpus/2202jpy.txt.packed + + lib/Pod/Simple/t/corpus2/polish_utf16be_bom.txt.packed + + lib/Pod/Simple/t/corpus2/polish_utf16le_bom.txt.packed + + lib/Pod/Simple/t/reinit.t + +> (branch 87 files) + - lib/Pod/Simple/t/20_skip_before_58.t + - lib/Pod/Simple/t/ac_c_extend.t lib/Pod/Simple/t/ac_c_simple.t + - lib/Pod/Simple/t/beginend.t + - lib/Pod/Simple/t/corpus/buniya_cp1256.txt + - lib/Pod/Simple/t/corpus/buniya_cp1256.xml + - lib/Pod/Simple/t/corpus/buniya_iso6.txt + - lib/Pod/Simple/t/corpus/buniya_iso6.xml + - lib/Pod/Simple/t/corpus/fet_contradiction.txt + - lib/Pod/Simple/t/corpus/fet_contradiction.xml + - lib/Pod/Simple/t/corpus/fet_duplication.txt + - lib/Pod/Simple/t/corpus/fet_duplication.xml + - lib/Pod/Simple/t/corpus/fet_when_koi8r.txt + - lib/Pod/Simple/t/corpus/fet_when_koi8r.xml + - lib/Pod/Simple/t/corpus/french_implicit_latin1.txt + - lib/Pod/Simple/t/corpus/french_implicit_latin1.xml + - lib/Pod/Simple/t/corpus/french_latin1.txt + - lib/Pod/Simple/t/corpus/french_latin1.xml + - lib/Pod/Simple/t/corpus/greek_iso_8859_7.pod + - lib/Pod/Simple/t/corpus/greek_iso_8859_7.xml + - lib/Pod/Simple/t/corpus/haiku-iso2202jp.xml + - lib/Pod/Simple/t/corpus/haiku-iso2202jpx.xml + - lib/Pod/Simple/t/corpus/haiku-iso2202jpy.xml + - lib/Pod/Simple/t/corpus/haiku-iso2202jpz.txt + - lib/Pod/Simple/t/corpus/haiku-iso2202jpz.xml + - lib/Pod/Simple/t/corpus_not_yet_impl/fiqhakbar_iso6.txt + - lib/Pod/Simple/t/corpus_not_yet_impl/fiqhakbar_iso6.xml + - lib/Pod/Simple/t/corpus_not_yet_impl/polish_implicit_utf8.txt + - lib/Pod/Simple/t/corpus_not_yet_impl/polish_utf8_bom.txt + - lib/Pod/Simple/t/corpus_not_yet_impl/polish_utf8_bom.xml + - lib/Pod/Simple/t/corpus_not_yet_impl/polish_utf8_bom2.txt + - lib/Pod/Simple/t/corpus_not_yet_impl/polish_utf8_bom2.xml + - lib/Pod/Simple/t/corpustest.t + - lib/Pod/Simple/t/encoding_nonesuch.t + - lib/Pod/Simple/t/encoding_not_error.t + - lib/Pod/Simple/t/encoding_not_error0.t + - lib/Pod/Simple/t/fcodes_ee.t lib/Pod/Simple/t/fcodes_ell.t + - lib/Pod/Simple/t/fcodes_ess.t + - lib/Pod/Simple/t/fullstop_spaces.t + - lib/Pod/Simple/t/head_ends_over.t lib/Pod/Simple/t/html-para.t + - lib/Pod/Simple/t/html-styles.t lib/Pod/Simple/t/html-title.t + - lib/Pod/Simple/t/htmlbatch_01.t lib/Pod/Simple/t/itemadapt.t + - lib/Pod/Simple/t/junk1_out.txt lib/Pod/Simple/t/junk2_out.txt + - lib/Pod/Simple/t/linkclass.t + - lib/Pod/Simple/t/other_test_lib/Sizzlesuzzle.pm + - lib/Pod/Simple/t/other_test_lib/hink_honk/Glunk.pod + - lib/Pod/Simple/t/other_test_lib/hink_honk/Vliff.pm + - lib/Pod/Simple/t/other_test_lib/hink_honk/readme.txt + - lib/Pod/Simple/t/other_test_lib/pod/perlthang.pod + - lib/Pod/Simple/t/other_test_lib/pod/perlzuk.pod + - lib/Pod/Simple/t/other_test_lib/squaa/Vliff.pm + - lib/Pod/Simple/t/other_test_lib/squaa/Wowo.pod + - lib/Pod/Simple/t/perlcyg_out.txt lib/Pod/Simple/t/perlfaq3.pod + - lib/Pod/Simple/t/perlfaq3_out.txt + - lib/Pod/Simple/t/perlvar_out.txt lib/Pod/Simple/t/pulltitle.t + - lib/Pod/Simple/t/sanity_tfh.t lib/Pod/Simple/t/search_05sane.t + - lib/Pod/Simple/t/search_10survey_specific.t + - lib/Pod/Simple/t/search_12survey_cwd.t + - lib/Pod/Simple/t/search_20survey_two.t + - lib/Pod/Simple/t/search_22survey_two_shadowing.t + - lib/Pod/Simple/t/search_25_glob_squaa.t + - lib/Pod/Simple/t/search_26_glob_kleene_k.t + - lib/Pod/Simple/t/search_27_glob_squaa_kleene.t + - lib/Pod/Simple/t/search_28_glob_z_kleene_k.t + - lib/Pod/Simple/t/search_29_glob_z_qmark_k.t + - lib/Pod/Simple/t/search_50survey_inc.t + - lib/Pod/Simple/t/test_lib/Blorm.pm + - lib/Pod/Simple/t/test_lib/Zonk/Fiddle.txt + - lib/Pod/Simple/t/test_lib/Zonk/Pronk.pm + - lib/Pod/Simple/t/test_lib/Zonk/Veng.pm + - lib/Pod/Simple/t/test_lib/hink_honk/Glunk.pod + - lib/Pod/Simple/t/test_lib/hink_honk/Vliff.pm + - lib/Pod/Simple/t/test_lib/hink_honk/readme.txt + - lib/Pod/Simple/t/test_lib/pod/perlfliff.pod + - lib/Pod/Simple/t/test_lib/pod/perlthang.pod + - lib/Pod/Simple/t/test_lib/squaa.pm + - lib/Pod/Simple/t/test_lib/squaa/Glunk.pod + - lib/Pod/Simple/t/test_lib/squaa/Vliff.pm + - lib/Pod/Simple/t/test_lib/zikzik.pod + - lib/Pod/Simple/t/verbatim_formatted.t + - lib/Pod/Simple/t/verbatims.t + - lib/Pod/Simple/t/yet_another_test_lib/squaa/Vliff.pm + ! MANIFEST lib/Pod/Simple.pm lib/Pod/Simple/ChangeLog + ! lib/Pod/Simple/Search.pm +____________________________________________________________________________ +[ 30700] By: nicholas on 2007/03/22 22:21:54 + Log: Can use memEQ instead of strnEQ in CHECK_WORD() + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 30693] By: rgs on 2007/03/22 18:26:36 + Log: Subject: [PATCH] Re: [perl #32687] Encode::is_utf8 on tainted UTF8 string + From: Rafael Garcia-Suarez + Date: Thu, 16 Nov 2006 17:36:44 +0100 + Message-ID: <20061116173644.4412f66f@grubert.mandriva.com> + Branch: perl + ! ext/Encode/Encode.xs +____________________________________________________________________________ +[ 30691] By: steveh on 2007/03/22 17:46:43 + Log: Make sure Win32CORE.pm gets cleaned up + + Normally it happens anyway, but sometimes when running 'distclean' + on a half-built source tree it gets left behind. + Branch: perl + ! win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 30688] By: rgs on 2007/03/22 14:45:36 + Log: Misc. L<> fixes in core docs : don't link to man pages; + provide full urls when linking to web sites. + Branch: perl + ! pod/perlipc.pod pod/perllocale.pod pod/perlpacktut.pod +____________________________________________________________________________ +[ 30687] By: stevep on 2007/03/22 14:43:32 + Log: Subject: [PATCH] Fix to threads::shared t/waithires.t + From: "Jerry D. Hedden" + Date: Thu, 22 Mar 2007 07:34:23 -0700 (PDT) + Message-ID: <381102.32342.qm@web30207.mail.mud.yahoo.com> + Branch: perl + ! ext/threads/shared/t/waithires.t +____________________________________________________________________________ +[ 30686] By: rgs on 2007/03/22 14:41:17 + Log: Fix a broken link and a meaningless phrase in perldebguts + Branch: perl + ! pod/perldebguts.pod +____________________________________________________________________________ +[ 30685] By: rgs on 2007/03/22 14:37:43 + Log: Remove references to perlcc from the core docs. + Branch: perl + ! pod/perlfunc.pod pod/perlmod.pod pod/perlutil.pod + ! pod/perlvar.pod +____________________________________________________________________________ +[ 30684] By: rgs on 2007/03/22 14:25:54 + Log: Fix internal POD link + Branch: perl + ! lib/Term/ANSIColor.pm +____________________________________________________________________________ +[ 30683] By: nicholas on 2007/03/22 14:00:14 + Log: Re-order the flags values for struct refcounted_he to allow the + possibility of storing 2 futher types. Add a void * to the union + as it won't increase the size, but may become useful. + Branch: perl + ! hv.c hv.h +____________________________________________________________________________ +[ 30681] By: rgs on 2007/03/22 09:28:15 + Log: Subject: [PATCH] Re: [PATCH] lib/Pod/Html.pm plus a funky UT8-8 regex bug + From: Jarkko Hietaniemi + Date: Wed, 21 Mar 2007 08:01:14 -0400 + Message-ID: <46011E8A.1080009@iki.fi> + Branch: perl + ! lib/Pod/Html.pm +____________________________________________________________________________ +[ 30680] By: rgs on 2007/03/22 09:19:22 + Log: regexp refcount is an integer, not a pointer + Branch: perl + ! dump.c +____________________________________________________________________________ +[ 30679] By: rgs on 2007/03/22 09:16:37 + Log: Fix error message for re::regnames_iterinit() + Branch: perl + ! universal.c +____________________________________________________________________________ +[ 30678] By: rgs on 2007/03/22 09:01:37 + Log: Subject: [PATCH] Resolve PL_curpm issues with (??{}) and fix corruption of match results when pattern is a qr. + From: demerphq + Date: Wed, 21 Mar 2007 10:39:24 +0100 + Message-ID: <9b18b3110703210239x540f5ad9mdb41c2ea6229ac31@mail.gmail.com> + + plus two follow-up patches (minor tweaks) + Branch: perl + ! dump.c embed.fnc embed.h ext/Devel/Peek/t/Peek.t + ! ext/Encode/t/Aliases.t ext/re/re.pm ext/re/t/re_funcs.t + ! global.sym lib/Tie/Hash/NamedCapture.pm pp_ctl.c proto.h + ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t universal.c +____________________________________________________________________________ +[ 30677] By: rgs on 2007/03/22 08:34:42 + Log: Subject: [PATCH] threads 1.61 + From: "Jerry D. Hedden" + Date: Wed, 21 Mar 2007 13:15:53 -0700 (PDT) + Message-ID: <999680.51877.qm@web30208.mail.mud.yahoo.com> + + Fix 'list/array' context - both keywords are supported + Branch: perl + ! ext/threads/Changes ext/threads/README ext/threads/t/context.t + ! ext/threads/t/exit.t ext/threads/t/thread.t + ! ext/threads/threads.pm ext/threads/threads.xs +____________________________________________________________________________ +[ 30676] By: davem on 2007/03/22 00:16:23 + Log: fix MAD compilation of C-style for loop + + Subject: [PATCH] MAD C-style for loop + From: Gerard Goossen + Date: Wed, 21 Mar 2007 19:18:52 +0100 + Message-Id: <20070321181852.GD31539@ostwald> + Branch: perl + ! perly.act perly.y +____________________________________________________________________________ +[ 30675] By: stevep on 2007/03/21 23:21:46 + Log: Silence a couple of warnings caused by change #30672. + Branch: perl + ! doio.c +____________________________________________________________________________ +[ 30673] By: nicholas on 2007/03/21 22:59:47 + Log: Adjust test count for 5.8.x + Branch: perl + ! ext/B/t/concise-xs.t +____________________________________________________________________________ +[ 30672] By: stevep on 2007/03/21 22:44:10 + Log: Make gcc warn in case code is not C++ compatible. + Branch: perl + ! cflags.SH +____________________________________________________________________________ +[ 30671] By: nicholas on 2007/03/21 22:01:32 + Log: Only use proxy constant subroutines for 5.9.x. + Branch: perl + ! ext/Fcntl/Makefile.PL ext/POSIX/Makefile.PL + ! ext/Socket/Makefile.PL +____________________________________________________________________________ +[ 30670] By: nicholas on 2007/03/21 21:28:35 + Log: Subject: [PATCH] Change 30661 could result in undefined variable + From: "Jerry D. Hedden" + Message-ID: <915076.64236.qm@web30212.mail.mud.yahoo.com> + Date: Wed, 21 Mar 2007 12:47:52 -0700 (PDT) + Branch: perl + ! util.c +____________________________________________________________________________ +[ 30667] By: nicholas on 2007/03/21 19:02:50 + Log: Add some PERL_MEM* defines to the -V output that were missing. + "Correct" the whitespace on the only inconsistent #ifdef/#endif + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 30661] By: nicholas on 2007/03/21 16:31:52 + Log: Remove the (sometimes) unused variable from change 30652. + Branch: perl + ! util.c +____________________________________________________________________________ +[ 30660] By: stevep on 2007/03/21 13:32:22 + Log: Pod fix to h2ph from John Morrissey on the Debian bug list. + Branch: perl + ! utils/h2ph.PL +____________________________________________________________________________ +[ 30659] By: nicholas on 2007/03/21 12:53:56 + Log: Don't try to set the NV on a typeglob-in-action. Should cure bug + 41920. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 30658] By: nicholas on 2007/03/21 12:20:03 + Log: AVs and HVs never had the NV slot. (Not that this error mattered, as + you can't upgrade from them, and the only code path that uses the + flag in sv_upgrade isn't reached when upgrading to AVs or HVs) + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 30657] By: rgs on 2007/03/21 10:43:52 + Log: Subject: [PATCH] Sys::Syslog doesn't need ppport.h in core + From: "Jerry D. Hedden" + Date: Tue, 20 Mar 2007 13:15:31 -0700 (PDT) + Message-ID: <203426.48736.qm@web30214.mail.mud.yahoo.com> + Branch: perl + ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.pm + ! ext/Sys/Syslog/Syslog.xs mkppport.lst +____________________________________________________________________________ +[ 30656] By: rgs on 2007/03/21 10:24:52 + Log: Subject: [PATCH] Data::Dumper doesn't need ppport.h in core + From: "Jerry D. Hedden" + Date: Tue, 20 Mar 2007 11:48:24 -0700 (PDT) + Message-ID: <627715.37131.qm@web30212.mail.mud.yahoo.com> + Branch: perl + ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs + ! ext/Data/Dumper/Makefile.PL mkppport.lst +____________________________________________________________________________ +[ 30655] By: rgs on 2007/03/21 09:27:40 + Log: Subject: [PATCH] Compress::Raw::Zlib doesn't need ppport.h in core [REVISED] + From: "Jerry D. Hedden" + Date: Tue, 20 Mar 2007 14:05:46 -0700 (PDT) + Message-ID: <855257.38889.qm@web30205.mail.mud.yahoo.com> + Branch: perl + ! ext/Compress/Raw/Zlib/Makefile.PL + ! ext/Compress/Raw/Zlib/Zlib.xs + ! ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm mkppport.lst +____________________________________________________________________________ +[ 30654] By: rgs on 2007/03/21 09:20:30 + Log: Subject: [PATCH] Remove unneeded pragma line from B/t/OptreeCheck.pm + From: "Jerry D. Hedden" + Date: Tue, 20 Mar 2007 16:43:02 -0700 (PDT) + Message-ID: <376615.72521.qm@web30204.mail.mud.yahoo.com> + Branch: perl + ! ext/B/t/OptreeCheck.pm +____________________________________________________________________________ +[ 30653] By: rgs on 2007/03/21 08:57:22 + Log: Don't install XS::APItest and XS::Typemap + Branch: perl + ! installperl utils/perlivp.PL +____________________________________________________________________________ +[ 30652] By: nicholas on 2007/03/20 23:20:46 + Log: In safecalloc, use the system calloc() for the non-DEBUGGING case, as + it may be able to memset() to 0 for free. + Branch: perl + ! util.c +____________________________________________________________________________ +[ 30651] By: rgs on 2007/03/20 16:15:55 + Log: Subject: [PATCH] Re: ppport.h in core + From: "Jerry D. Hedden" + Date: Tue, 20 Mar 2007 09:08:19 -0700 (PDT) + Message-ID: <319763.15276.qm@web30202.mail.mud.yahoo.com> + + Digest::SHA no longer uses ppport.h + Branch: perl + ! mkppport.lst +____________________________________________________________________________ +[ 30649] By: merijn on 2007/03/20 16:06:11 + Log: Subject: [PATCH] my email address changed + From: Michael Stevens + Date: Tue, 20 Mar 2007 15:49:12 +0000 + Message-ID: <20070320154912.GE50318@etla.org> + Branch: perl + ! AUTHORS +____________________________________________________________________________ +[ 30648] By: rgs on 2007/03/20 11:39:16 + Log: More nits in the PERL5LIB docs, suggested by Andreas. + Branch: perl + ! pod/perlrun.pod +____________________________________________________________________________ +[ 30647] By: rgs on 2007/03/20 09:01:05 + Log: Subject: [PATCH] feel the the baß (encoding problems in the regex engine) + From: demerphq + Date: Tue, 20 Mar 2007 01:40:34 +0100 + Message-ID: <9b18b3110703191740m6bf21942p6521f3016ed8092f@mail.gmail.com> + Branch: perl + ! pod/perlreguts.pod regcomp.c regexec.c t/op/pat.t +____________________________________________________________________________ +[ 30646] By: rgs on 2007/03/19 23:59:54 + Log: Better wording for the return value of select() + (bug #41907) + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 30645] By: rgs on 2007/03/19 23:34:50 + Log: More adjustments to the PERL5LIB docs by Rick + Delaney and myself + Branch: perl + ! pod/perlrun.pod +____________________________________________________________________________ +[ 30644] By: rgs on 2007/03/19 23:11:12 + Log: Let %^H be modifiable in eval-strings (bug #41531), + by adding a meaning for OPf_SPECIAL on OP_CONST. + Patch by Yves Orton. + Branch: perl + ! op.c op.h pp_hot.c t/comp/hints.t +____________________________________________________________________________ +[ 30643] By: rgs on 2007/03/19 22:44:18 + Log: Subject: Re: Composing @INC from PERL5LIB + From: andreas.koenig.7os6VVqR@franz.ak.mind.de (Andreas J. Koenig) + Date: Mon, 19 Mar 2007 23:35:10 +0100 + Message-ID: <87ircwkgkh.fsf@k75.linux.bogus> + Branch: perl + ! pod/perlrun.pod +____________________________________________________________________________ +[ 30634] By: rgs on 2007/03/19 15:42:58 + Log: Adjust timing tolerance in threads tests, by Jerry D. Hedden + Branch: perl + ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs + ! ext/threads/shared/t/waithires.t +____________________________________________________________________________ +[ 30633] By: nicholas on 2007/03/19 15:17:27 + Log: PerlIO_exportFILE() and PerlIO_releaseFILE() should manage the fd + reference counts correctly. + Branch: perl + ! ext/XS/Typemap/Typemap.xs perlio.c +____________________________________________________________________________ +[ 30631] By: rgs on 2007/03/19 09:34:32 + Log: Subject: Re: [perl #41691] [PATCH] v5.8.8 pod2html -- Convert RFC links to point ot IETF pages + From: Jari Aalto + Date: Sat, 17 Mar 2007 11:11:17 +0300 + Message-ID: <87k5xg9tne.fsf@w2kpicasso.cante.net> + Branch: perl + ! lib/Pod/Html.pm +____________________________________________________________________________ +[ 30630] By: rgs on 2007/03/19 09:27:29 + Log: Subject: Re: perlreguts: Copy-editing and wishlist + From: Marvin Humphrey + Date: Fri, 16 Mar 2007 12:44:55 -0700 + Message-Id: + Branch: perl + ! pod/perlreguts.pod +____________________________________________________________________________ +[ 30629] By: rgs on 2007/03/19 08:58:08 + Log: Upgrade to version.pm 0.71, by John Peacock + Branch: perl + ! embed.fnc embed.h gv.c lib/version.t perl.c pod/perlapi.pod + ! pp_ctl.c proto.h t/comp/use.t t/op/universal.t universal.c + ! util.c +____________________________________________________________________________ +[ 30628] By: davem on 2007/03/19 00:00:46 + Log: minor code simplification made possible by change #30627 + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 30627] By: davem on 2007/03/18 23:43:05 + Log: When restoring localised values, call set only on container magic. + Avoids (among other things), localised pos index being trashed at + scope exit. + Branch: perl + ! mg.c t/op/pos.t +____________________________________________________________________________ +[ 30624] By: davem on 2007/03/18 23:17:04 + Log: move magic container/value test into separate function + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 30618] By: nicholas on 2007/03/18 21:14:16 + Log: The test case applied in change 29502 really should have gone at the + end of the file t/op/re_tests. + Branch: perl + ! t/op/re_tests +____________________________________________________________________________ +[ 30614] By: nicholas on 2007/03/18 19:44:42 + Log: Subject: 29044 broke Fatal.pm + From: andreas.koenig.7os6VVqR@franz.ak.mind.de (Andreas J. Koenig) + Message-ID: <87slc37y99.fsf@k75.linux.bogus> + Date: Sun, 18 Mar 2007 09:26:58 +0100 + Branch: perl + ! lib/Fatal.pm lib/Fatal.t +____________________________________________________________________________ +[ 30610] By: nicholas on 2007/03/17 18:42:30 + Log: PerlIO_importFILE() should increase the reference count on the fd + that it brings into PerlIO managed space. (A long standing problem + reported by Steve Hay) + Branch: perl + ! perlio.c +____________________________________________________________________________ +[ 30609] By: rgs on 2007/03/17 17:43:48 + Log: Subject: [PATCH] perl5db.t: skip test when /dev/tty is not available + From: Alexey Tourbin + Date: Sat, 17 Mar 2007 19:28:33 +0300 + Message-ID: <20070317162833.GA10670@solemn.turbinal> + Branch: perl + ! lib/perl5db.t +____________________________________________________________________________ +[ 30608] By: nicholas on 2007/03/17 16:58:00 + Log: Test case from Karl Chen in RT #41831 + (The bug was already fixed in blead, merged to maint, and it seems + better to adapt the sample code rather than add the whole new test) + Branch: perl + ! t/op/taint.t +____________________________________________________________________________ +[ 30607] By: nicholas on 2007/03/17 15:14:38 + Log: Remove the other 4 bits of MAD code designed to abort on local $^L. + Branch: perl + ! scope.c +____________________________________________________________________________ +[ 30606] By: nicholas on 2007/03/17 13:01:18 + Log: The code in newCONDOP can be made visibly simpler by using intermediate + variables. It's also 8 bytes smaller with -Os + Branch: perl + ! op.c +____________________________________________________________________________ +[ 30605] By: nicholas on 2007/03/16 19:29:04 + Log: Under -Dmad, free the ops representing the dead code when a branch + conditional value is actually a constant. Previously this was leaking + ops, and more visibly shared hash keys. + Branch: perl + ! op.c +____________________________________________________________________________ +[ 30604] By: rgs on 2007/03/16 15:18:07 + Log: Subject: Re: [perl #41691] [PATCH] v5.8.8 pod2html -- Convert RFC links to point ot IETF pages + From: Jari Aalto + Date: Wed, 14 Mar 2007 21:56:14 +0300 + Message-ID: <87hcsnbqnl.fsf@w2kpicasso.cante.net> + Branch: perl + ! lib/Pod/Html.pm +____________________________________________________________________________ +[ 30603] By: nicholas on 2007/03/16 08:41:02 + Log: Remove the abort() trap, which Larry said was actually only ever + intended as a way to enter gdb by using local $^L + Branch: perl + ! scope.c +____________________________________________________________________________ +[ 30602] By: craigb on 2007/03/16 01:40:50 + Log: Make sure escaped dots in filenames are preserved when translating + filenames from VMS to UNIX syntax. + Branch: perl + ! vms/ext/filespec.t vms/vms.c +____________________________________________________________________________ +[ 30601] By: rgs on 2007/03/15 17:43:43 + Log: Patch by Abigail to avoid using $& in diagnostics.pm. + Branch: perl + ! lib/diagnostics.pm +____________________________________________________________________________ +[ 30600] By: rgs on 2007/03/15 17:18:18 + Log: Subject: [PATCH] Re: Smoke [5.8.8] 30522 FAIL(XF) Solaris 2.10 (i386/1 cpu) + From: Abe Timmerman + Date: Thu, 15 Mar 2007 18:06:25 +0100 + Message-ID: <45F97D11.2080009@ztreet.demon.nl> + + skips some tests when perl is built without useperlio + Branch: perl + ! ext/PerlIO/encoding/t/nolooping.t t/op/inccode.t +____________________________________________________________________________ +[ 30599] By: rgs on 2007/03/15 16:14:22 + Log: Patch by Gerard Goossen to add madprops to "require" opcode + Branch: perl + ! perly.act perly.h perly.tab perly.y +____________________________________________________________________________ +[ 30597] By: rgs on 2007/03/15 16:01:33 + Log: Patch by Gerard Goossen to have nomad print also + the [ ] { } madprops. + Branch: perl + ! mad/nomad +____________________________________________________________________________ +[ 30596] By: rgs on 2007/03/15 15:53:28 + Log: Don't mention DynaLoader.a in INSTALL, + since it doesn't exist anymore + Branch: perl + ! INSTALL +____________________________________________________________________________ +[ 30595] By: nicholas on 2007/03/15 15:02:55 + Log: Seems that 5.6.x needs the same fix as 5.005_xx for dclone.t + Branch: perl + ! ext/Storable/Storable.xs +____________________________________________________________________________ +[ 30594] By: nicholas on 2007/03/15 13:23:49 + Log: Subject: Re: [Patch] Fix some of the tests of Storable on Perl 5.004 + From: Sébastien Aperghis-Tramoni + Message-ID: <1173961567.45f93b5f0fc9f@imp.free.fr> + Date: Thu, 15 Mar 2007 13:26:07 +0100 + Branch: perl + ! ext/Storable/Storable.pm ext/Storable/t/file_magic.t + ! ext/Storable/t/threads.t +____________________________________________________________________________ +[ 30593] By: nicholas on 2007/03/15 11:35:26 + Log: Tweak to Storable to make dclone.t pass on 5.005_03. + Branch: perl + ! ext/Storable/Storable.xs +____________________________________________________________________________ +[ 30592] By: nicholas on 2007/03/15 11:32:38 + Log: Subject: [PATCH blead] Re: What is this MAD stuff all about? + From: Rick Delaney + Message-ID: <20070313001511.GJ6001@bort.ca> + Date: Mon, 12 Mar 2007 20:15:12 -0400 + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 30591] By: rgs on 2007/03/15 09:52:05 + Log: Upgrade to threads::shared 1.08 : + - Sub-second resolution for cont_timedwait under WIN32 + (courtesy of Dean Arnold) + - Fix compiler warnings + Branch: perl + + ext/threads/shared/t/waithires.t + ! MANIFEST ext/threads/shared/Changes ext/threads/shared/README + ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs + ! ext/threads/shared/t/blessed.t +____________________________________________________________________________ +[ 30590] By: rgs on 2007/03/15 09:35:14 + Log: Make the isdst argument to asctime and mktime default to -1 + instead of 0, as suggested by Mike Schilli. + Branch: perl + ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs +____________________________________________________________________________ +[ 30589] By: nicholas on 2007/03/14 23:33:02 + Log: Changes needed to get Storable to compile on 5.005_03. + Passing tests is a different matter... + Branch: perl + ! ext/Storable/Storable.xs +____________________________________________________________________________ +[ 30584] By: rgs on 2007/03/14 16:18:33 + Log: Subject: Re: [perl #41687] [PATCH] v5.8.8 pod2html -- Add --[no]fragmentuniq to support more readable refs + From: Jari Aalto + Date: Wed, 07 Mar 2007 10:04:15 +0200 + Message-ID: <87y7m9scn4.fsf@w2kpicasso.cante.net> + + with test adjustments + Branch: perl + ! lib/Pod/Html.pm lib/Pod/t/htmllink.t lib/Pod/t/htmlview.t +____________________________________________________________________________ +[ 30583] By: rgs on 2007/03/14 15:50:21 + Log: Subject: [perl #41698] [PATCH] v5.8.8 pod2html -- Add
..
around the outputted INDEX section + From: Jari Aalto (via RT) + Date: Sun, 04 Mar 2007 13:33:20 -0800 + Message-ID: + + plus test adjustments + Branch: perl + ! lib/Pod/Html.pm lib/Pod/t/htmlescp.t lib/Pod/t/htmllink.t + ! lib/Pod/t/htmlview.t +____________________________________________________________________________ +[ 30582] By: rgs on 2007/03/14 15:40:54 + Log: Subject: [perl #41701] [PATCH] v5.8.8. pod2html -- F should add 'class="file"' in the HTML output + From: Jari Aalto (via RT) + Date: Mon, 05 Mar 2007 02:05:38 -0800 + Message-ID: + + plus adjustments to tests + Branch: perl + ! lib/Pod/Html.pm lib/Pod/t/htmlescp.t lib/Pod/t/htmlview.t +____________________________________________________________________________ +[ 30580] By: rgs on 2007/03/14 13:38:15 + Log: De-hardcode a path in a Test::Simple test, so it works + when integrated to the core. + Branch: perl + ! lib/Test/Simple/t/fail-more.t +____________________________________________________________________________ +[ 30578] By: stevep on 2007/03/14 13:17:42 + Log: Upgrade to Test-Simple-0.68. Includes a tweak to + lib/Test/Simple/t/fail-more.t so that all of its tests pass within + the Perl core. + Branch: perl + ! lib/Test/Builder.pm lib/Test/Builder/Module.pm + ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes + ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/is_fh.t + ! lib/Test/Simple/t/overload.t +____________________________________________________________________________ +[ 30577] By: davem on 2007/03/14 12:34:05 + Log: use a fresh stack when loading Errno.pm etc. + Stops 'use vars qw($!)' in lib/vars.t segfaulting. + (This can be reduced to 'my $sym = "!"; *$sym = \$$sym') + Branch: perl + ! gv.c +____________________________________________________________________________ +[ 30576] By: rgs on 2007/03/14 09:43:21 + Log: Patch by Sébastien Aperghis-Tramoni to avoid encoding + everything that goes through Net::Cmd as UTF-8 + (regression as of Net::Cmd 2.27, see CPAN RT #24835) + Branch: perl + ! lib/Net/Cmd.pm +____________________________________________________________________________ +[ 30575] By: rgs on 2007/03/14 07:51:57 + Log: Subject: [PATCH] perlfunc.pod (ref results), perlop.pod (qr// result) + From: Wolfgang Laun + Date: Wed, 14 Mar 2007 07:56:45 +0100 + Message-ID: <45F79CAD.5050005@thalesgroup.com> + Branch: perl + ! pod/perlfunc.pod pod/perlop.pod +____________________________________________________________________________ +[ 30574] By: nicholas on 2007/03/13 23:10:11 + Log: The dMY_CXT added in change 27938 isn't needed when in the PERL_CORE. + Branch: perl + ! regexec.c +____________________________________________________________________________ +[ 30572] By: nicholas on 2007/03/13 22:48:46 + Log: Check that stat and -X favours the file handle over the directory + handle when using *THINGY{IO} syntax too. + Branch: perl + ! t/op/stat.t +____________________________________________________________________________ +[ 30571] By: nicholas on 2007/03/13 22:24:54 + Log: Check that stat and -X on barewords favour the file handle over the + directory handle for the ambiguous case. + Branch: perl + ! t/op/stat.t +____________________________________________________________________________ +[ 30569] By: nicholas on 2007/03/13 20:48:17 + Log: Bump versions of modules that are currently on "dev" releases in maint. + Branch: perl + ! ext/B/B/Debug.pm ext/B/B/Terse.pm +____________________________________________________________________________ +[ 30566] By: nicholas on 2007/03/13 19:33:02 + Log: Integrate: + [ 30565] + Make the constant AVf_REAL conditional on Perl version. + Branch: perl + !> ext/B/defsubs_h.PL +____________________________________________________________________________ +[ 30563] By: nicholas on 2007/03/13 17:35:05 + Log: 5.8's B.xs exports AVf_REAL, so need to jiggle the test count by 1. + (And then merge the difference back into blead) + Branch: perl + ! ext/B/t/concise-xs.t +____________________________________________________________________________ +[ 30562] By: stevep on 2007/03/13 15:54:56 + Log: Subject: [PATCH] DB_File with g++ and db v1 + From: Jarkko Hietaniemi + Date: Mon, 12 Mar 2007 22:01:34 -0400 + Message-ID: <45F605FE.1090606@iki.fi> + Branch: perl + ! ext/DB_File/DB_File.xs +____________________________________________________________________________ +[ 30561] By: rgs on 2007/03/13 11:13:20 + Log: Subject: [PATCH] inform constant.pm about UNITCHECK + From: "Joshua ben Jore" + Date: Tue, 13 Mar 2007 00:35:11 -0700 + Message-ID: + Branch: perl + ! lib/constant.pm lib/constant.t +____________________________________________________________________________ +[ 30560] By: rgs on 2007/03/13 11:02:03 + Log: Need a SPAGAIN here because the stack pointer might have + moved when evaluating a tied hash in scalar context. + Branch: perl + ! pp_hot.c +____________________________________________________________________________ +[ 30558] By: nicholas on 2007/03/13 00:01:42 + Log: Get B compiling and passing all tests on both 5.9.x and 5.8.x + Branch: perl + ! ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL + ! ext/B/t/OptreeCheck.pm ext/B/t/concise-xs.t ext/B/t/f_sort.t + ! ext/B/t/optree_constants.t ext/B/t/optree_specials.t + ! ext/B/t/pragma.t +____________________________________________________________________________ +[ 30557] By: rgs on 2007/03/12 22:14:27 + Log: Fix a couple of minor typos in comments + Branch: perl + ! dump.c +____________________________________________________________________________ +[ 30556] By: rgs on 2007/03/12 21:58:19 + Log: Better wording for (?|...) in perlre, from a suggestion by Ruud. + Branch: perl + ! pod/perlre.pod +____________________________________________________________________________ +[ 30555] By: rgs on 2007/03/12 21:22:55 + Log: Remove notes about experimental functions in the utf8 module. + Also, document that the internal utf8 functions can be used + without loading utf8.pm. (Suggested by Juerd) + Branch: perl + ! lib/utf8.pm +____________________________________________________________________________ +[ 30554] By: rgs on 2007/03/12 21:00:05 + Log: warn() without args doesn't take a default message in $_, but in $@ + Branch: perl + ! pod/perldiag.pod +____________________________________________________________________________ +[ 30553] By: nicholas on 2007/03/12 18:21:56 + Log: Fix the partially passing TODO test in optree_constants.t by + making the tests for PL_sv_yes and PL_sv_no run as separate programs, + rather than code eval'd in the current program, as under ithreads + whether you get the real thing or a copy depends on whether any + previous code has that SV in a PAD op. + Branch: perl + ! ext/B/t/optree_constants.t +____________________________________________________________________________ +[ 30552] By: nicholas on 2007/03/12 15:30:39 + Log: With the demise of ByteLoader in blead, unshare_hek can return to the + backwaters of 'p'. Not being visible to 'EX'tensions means that there's + less exposure to maintenance compatibility concerns. + Branch: perl + ! embed.fnc embed.h global.sym +____________________________________________________________________________ +[ 30551] By: stevep on 2007/03/12 15:12:39 + Log: Upgrade to CPAN-1.88_78 + Branch: perl + ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Kwalify.pm + ! lib/CPAN/Kwalify/distroprefs.dd + ! lib/CPAN/Kwalify/distroprefs.yml lib/CPAN/bin/cpan +____________________________________________________________________________ +[ 30550] By: nicholas on 2007/03/12 15:03:29 + Log: Bitten again by the snakes in the MANIFEST spec - tabs, not spaces. + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 30548] By: rgs on 2007/03/12 14:33:01 + Log: Like fake scalars, state variables shouldn't get new pad entries + at each recursion, in order to be truly stateful. (bug #41789) + Branch: perl + ! pad.c t/op/state.t +____________________________________________________________________________ +[ 30544] By: craigb on 2007/03/11 23:42:14 + Log: ExtUtils::Manifest fix-ups for VMS: + - don't use multiple dots in .bak filenames + - remove VMS-specific clobbering of keys with values in mkmanifest() + patch also in RT at + Branch: perl + ! lib/ExtUtils/Manifest.pm lib/ExtUtils/t/Manifest.t +____________________________________________________________________________ +[ 30543] By: craigb on 2007/03/11 21:05:08 + Log: Upgrade inplace.t and iprefix.t to use test.pl, avoiding a lot + of OS-specific shenanigans. + Branch: perl + ! t/io/inplace.t t/io/iprefix.t +____________________________________________________________________________ +[ 30542] By: craigb on 2007/03/11 21:01:35 + Log: Add directory depth check for older VMS systems to check83.pl + Branch: perl + ! Porting/check83.pl +____________________________________________________________________________ +[ 30537] By: nicholas on 2007/03/10 16:56:21 + Log: Test that format references can't be wrongly dereferenced. + Test that a glob dereference of a PVIO correctly sets the IO of the + temporary glob that it creates. + Branch: perl + ! t/op/ref.t +____________________________________________________________________________ +[ 30535] By: nicholas on 2007/03/10 16:20:31 + Log: Bump Exporter's $VERSION. + Branch: perl + ! lib/Exporter.pm +____________________________________________________________________________ +[ 30533] By: nicholas on 2007/03/10 15:34:34 + Log: A test case for change 30527 (chdir bareword ambiguity with dirhandles + and filehandles) + Branch: perl + ! t/op/chdir.t +____________________________________________________________________________ +[ 30532] By: nicholas on 2007/03/10 15:30:46 + Log: Refactor the "has fchdir" and "has dirfd" logic to one place. + Branch: perl + ! t/op/chdir.t +____________________________________________________________________________ +[ 30531] By: nicholas on 2007/03/09 20:49:47 + Log: Don't swallow up other warnings in Exporter's test. Remove a needless + eval that happened to generate 4 warnings. + Branch: perl + ! lib/Exporter.t +____________________________________________________________________________ +[ 30530] By: merijn on 2007/03/09 19:47:15 + Log: Subject: [perl #41587] [PATCH] 5.8.8 make sure we get the proper ldflags on libperl.so + From: Tom Callaway (via RT) + Date: Thu, 22 Feb 2007 14:39:02 -0800 + Message-ID: + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 30529] By: nicholas on 2007/03/09 19:23:57 + Log: Make Exporter::Heavy correctly not warn when exporting a symbol only + declared in the export specification. Ensure that the test actually + tests this. + Branch: perl + ! lib/Exporter.t lib/Exporter/Heavy.pm +____________________________________________________________________________ +[ 30528] By: merijn on 2007/03/09 19:02:23 + Log: Tom Callaway's Redhat patches + + Subject: [perl #41595] [PATCH] 5.8.8 Use CFLAGS for all compiler invocations + From: Tom Callaway (via RT) + Date: Thu, 22 Feb 2007 19:33:45 -0800 + Message-ID: + + Subject: [perl #41589] [PATCH] 5.8.8 Linux needs -FPIC too + From: Tom Callaway (via RT) + Date: Thu, 22 Feb 2007 14:56:24 -0800 + Message-ID: + Branch: perl + ! Configure +____________________________________________________________________________ +[ 30527] By: stevep on 2007/03/09 18:30:16 + Log: Prefer dirhandles to filehandles when passing a bareword typeglob + to chdir() and the typeglob has both a dirhandle and a + filehandle assigned to it. + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 30525] By: rgs on 2007/03/09 17:47:22 + Log: Mention Perl::Unsafe::Signals in the core docs en passant. + Branch: perl + ! pod/perlipc.pod +____________________________________________________________________________ +[ 30521] By: craigb on 2007/03/09 00:46:34 + Log: In ExtUtils::Liblist::Kid::_vms_ext(), escape the dollar, not the + minus (there was no intention to use $\ or $- here). + Branch: perl + ! lib/ExtUtils/Liblist/Kid.pm +____________________________________________________________________________ +[ 30520] By: rgs on 2007/03/08 16:31:36 + Log: The HePV macro was borked. + Branch: perl + ! hv.h +____________________________________________________________________________ +[ 30519] By: rgs on 2007/03/08 16:12:29 + Log: Warning fix. Since HePV's second argument is supposed + to be an unsigned integer, there's not point in comparing + it to 0. + Branch: perl + ! hv.h +____________________________________________________________________________ +[ 30518] By: rgs on 2007/03/08 15:48:53 + Log: Subject: Re: [PATCH] Tweaks so that miniperl.exe doesnt croak while building perl.exe + From: demerphq + Date: Thu, 8 Mar 2007 10:20:50 +0100 + Message-ID: <9b18b3110703080120s41147a4fh4f4c1f9817079be3@mail.gmail.com> + Branch: perl + ! gv.c lib/Tie/Hash/NamedCapture.pm t/op/regexp_namedcapture.t +____________________________________________________________________________ +[ 30517] By: rgs on 2007/03/08 15:06:49 + Log: Subject: Re: [PATCH] Tweaks so that miniperl.exe doesnt croak while building perl.exe + From: demerphq + Date: Wed, 7 Mar 2007 20:44:52 +0100 + Message-ID: <9b18b3110703071144t787e028s8a79fa1986624b54@mail.gmail.com> + Branch: perl + + lib/Tie/Hash/NamedCapture.pm t/op/regexp_namedcapture.t + - ext/re/lib/re/Tie/Hash/NamedCapture.pm + ! MANIFEST embed.fnc ext/re/re.xs ext/re/t/re_funcs.t global.sym + ! gv.c pod/perl595delta.pod pod/perlvar.pod proto.h universal.c +____________________________________________________________________________ +[ 30516] By: steveh on 2007/03/08 14:13:11 + Log: Subject: RE: $Win32::VERSION problem + From: "Jan Dubois" + Date: Wed, 7 Mar 2007 12:26:01 -0800 + Message-ID: <00b301c760f6$d28129d0$77837d70$@com> + + Adds the tests from the dual-lived CPAN distribution Win32-0.27 + and removes two old t/win32 tests which are now redundant + Branch: perl + + ext/Win32/t/ExpandEnvironmentStrings.t + + ext/Win32/t/GetFileVersion.t ext/Win32/t/GetFolderPath.t + + ext/Win32/t/GetFullPathName.t ext/Win32/t/GetLongPathName.t + + ext/Win32/t/GetOSVersion.t ext/Win32/t/GuidGen.t + - t/win32/getosversion.t t/win32/longpath.t + ! MANIFEST +____________________________________________________________________________ +[ 30515] By: rgs on 2007/03/08 13:49:42 + Log: Subject: debugger history save and load + From: andreas.koenig.7os6VVqR@franz.ak.mind.de (Andreas J. Koenig) + Date: Wed, 07 Mar 2007 14:53:58 +0100 + Message-ID: <87y7m99n2h.fsf@k75.linux.bogus> + Branch: perl + ! lib/perl5db.pl +____________________________________________________________________________ +[ 30514] By: rgs on 2007/03/08 13:46:16 + Log: Better docs for C + Branch: perl + ! pod/perl593delta.pod pod/perlfunc.pod +____________________________________________________________________________ +[ 30513] By: rgs on 2007/03/08 11:19:38 + Log: Need to extend the stack when using warn() without + an argument (this fixes bug #41716) + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 30512] By: rgs on 2007/03/08 11:17:21 + Log: Subject: [PATCH] Default to ELF on FreeBSD when objformat is not there + From: Anton Berezin + Date: Thu, 8 Mar 2007 12:08:45 +0100 + Message-ID: <20070308110845.GA24332@heechee.tobez.org> + Branch: perl + ! hints/freebsd.sh +____________________________________________________________________________ +[ 30511] By: craigb on 2007/03/08 03:50:32 + Log: MM->{ldflags} may not be defined and wouldn't help us locate + the perlshr library anyway (follow-up to #30462). + Branch: perl + ! lib/ExtUtils/Liblist/Kid.pm +____________________________________________________________________________ +[ 30510] By: craigb on 2007/03/08 03:06:53 + Log: Make vms/gen_shrfls.pl better able to detect header transitions with + various compiler versions (needed after #30463). + Branch: perl + ! vms/gen_shrfls.pl +____________________________________________________________________________ +[ 30500] By: rgs on 2007/03/07 17:08:54 + Log: Regenerates internal and external API docs + Branch: perl + ! pod/perlapi.pod pod/perlintern.pod +____________________________________________________________________________ +[ 30499] By: rgs on 2007/03/07 17:05:29 + Log: Add the new man page, perlunifaq, in relevant places + Branch: perl + ! plan9/mkfile pod.lst pod/perl.pod vms/descrip_mms.template + ! win32/pod.mak +____________________________________________________________________________ +[ 30497] By: rgs on 2007/03/07 16:36:20 + Log: Syntax nit in ExtUtils::Liblist::Kid, noticed by Yves Orton + Branch: perl + ! lib/ExtUtils/Liblist/Kid.pm +____________________________________________________________________________ +[ 30496] By: rgs on 2007/03/07 16:32:48 + Log: Use another method to avoid the "possible interpolation" warning + for @- and @+ : do this directly from the lexer (patch by Yves + Orton.) This way, @- and @+ aren't preloaded anymore. + Avoid to require re::Tie::Hash::NamedCapture when the *- or *+ + globs are created, this was breaking the build due to miniperl's + inability to load it. + Branch: perl + ! gv.c perl.c toke.c +____________________________________________________________________________ +[ 30493] By: merijn on 2007/03/07 13:23:23 + Log: Subject: Re: [PATCH] (Re: [PATCH] unicode/utf8 pod) + From: Juerd Waalboer + Date: Sun, 4 Mar 2007 16:00:19 +0100 + Message-ID: <20070304150019.GN4723@c4.convolution.nl> + Branch: perl + + pod/perlunifaq.pod + ! MANIFEST ext/Encode/Encode.pm ext/Encode/encoding.pm + ! lib/PerlIO.pm lib/utf8.pm pod/perlapi.pod pod/perldata.pod + ! pod/perldiag.pod pod/perlfunc.pod pod/perlguts.pod + ! pod/perlpacktut.pod pod/perlport.pod pod/perlretut.pod + ! pod/perlunicode.pod pod/perluniintro.pod pod/perlunitut.pod + ! pod/perlvar.pod sv.c +____________________________________________________________________________ +[ 30492] By: rgs on 2007/03/07 11:00:07 + Log: Localize $! in splainthis() too. (see bug #41717) + Branch: perl + ! lib/diagnostics.pm +____________________________________________________________________________ +[ 30491] By: rgs on 2007/03/07 10:57:11 + Log: Better localisation of $_ in diagnostics. + This fixes bug #41717. + Branch: perl + ! lib/diagnostics.pm +____________________________________________________________________________ +[ 30490] By: rgs on 2007/03/07 10:33:38 + Log: Avoid to load the *+ and *- globs too early. + To silence spurious interpolation warnings, merely + create the stash entry for them. Ensure that the + re::Tie::Hash::NamedCapture module is always loaded + when we have created the tied hashes %+ and %-. + Revert change #30483, which is now unnecessary. + Branch: perl + ! gv.c lib/dumpvar.pl perl.c +____________________________________________________________________________ +[ 30489] By: stevep on 2007/03/06 16:49:47 + Log: Upgrade to IO-Zlib-1.05. There are updates to the core that have + not yet been included in the CPAN distribution, so the core + module has a version bump. + Branch: perl + ! lib/IO/Zlib.pm lib/IO/Zlib/t/basic.t lib/IO/Zlib/t/getline.t +____________________________________________________________________________ +[ 30488] By: rgs on 2007/03/06 15:51:06 + Log: Fix error messages returned by S_require_tie_mod. Fix small leaks + happening in there too. More importantly, call it when we load both + a hash or a glob. + Branch: perl + ! gv.c +____________________________________________________________________________ +[ 30487] By: rgs on 2007/03/06 15:04:03 + Log: Fix a small leak on loading *+ and *- globs + Branch: perl + ! gv.c +____________________________________________________________________________ +[ 30486] By: stevep on 2007/03/06 13:52:56 + Log: Upgrade to CGI.pm-3.27 + Branch: perl + ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Changes lib/CGI/Util.pm + ! lib/CGI/t/form.t lib/CGI/t/util.t +____________________________________________________________________________ +[ 30485] By: rgs on 2007/03/06 11:19:04 + Log: Subject: [PATCH] 'Unknown PerlIO layer "encoding"...' message + From: "Jerry D. Hedden" + Date: Fri, 2 Mar 2007 06:59:41 -0800 (PST) + Message-ID: <794180.55454.qm@web30208.mail.mud.yahoo.com> + Branch: perl + ! lib/Pod/t/man.t +____________________________________________________________________________ +[ 30484] By: rgs on 2007/03/06 11:10:26 + Log: Doc patch about PerlIO::encoding: + + Subject: [PATCH] Re: 'Unknown PerlIO layer "encoding"...' message + From: Tels + Date: Fri, 2 Mar 2007 11:31:39 +0000 + Message-Id: <200703021131.41085@bloodgate.com> + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 30483] By: rgs on 2007/03/06 10:32:01 + Log: dumpvar.pl must load re::Tie::Hash::NamedCapture if it wants + to dump %+ and %-. + Branch: perl + ! lib/dumpvar.pl +____________________________________________________________________________ +[ 30482] By: steveh on 2007/03/06 09:20:51 + Log: Reinstate part of #28744 that was accidentally reverted in #30454 + to suppress a couple of warnings (at least on Win32) + Branch: perl + ! ext/Math/BigInt/FastCalc/FastCalc.pm + ! ext/Math/BigInt/FastCalc/FastCalc.xs +____________________________________________________________________________ +[ 30481] By: nicholas on 2007/03/05 23:52:09 + Log: As SvUPGRADE() is a macro wrapping a call to sv_upgrade() inside + a check on the existing SvTYPE(), there's no need to wrap it inside + another explcit check of SvTYPE(). This won't make any difference to + the output of an optimising compiler, but it makes the source clearer. + Branch: perl + ! pp_ctl.c sv.c +____________________________________________________________________________ +[ 30464] By: nicholas on 2007/03/05 12:26:46 + Log: Change 30461 was wrong. As ext/re (re)builds the regexp engine with + -DDEBUGGING, it's going to need PL_reg_name even if core perl doesn't. + So something is always going to use it, so always define it, and always + export it. (But only define it once, so that static builds work.) + Branch: perl + ! makedef.pl regcomp.pl regnodes.h +____________________________________________________________________________ +[ 30463] By: craigb on 2007/03/05 00:13:50 + Log: In vms/gen_shrfls.pl, no more special handling of vars from + regcomp.h -- just process the file. (Needed for PL_reg_name.) + Branch: perl + ! vms/gen_shrfls.pl +____________________________________________________________________________ +[ 30462] By: craigb on 2007/03/04 22:58:29 + Log: Use linker flags rather than compiler flags in ExtUtils::Liblist::Kid::_vms_ext + when determining whether the perlshr library was linked debug. Also submitted + to CPAN RT queue at . + Branch: perl + ! lib/ExtUtils/Liblist/Kid.pm +____________________________________________________________________________ +[ 30461] By: nicholas on 2007/03/04 19:22:45 + Log: It seems that change 30451 should also have arranged to export + PL_reg_name properly. Hopefuly this will fix it, but I don't have + access to any platform where I can test this directly. + Branch: perl + ! globvar.sym makedef.pl +____________________________________________________________________________ +[ 30460] By: stevep on 2007/03/04 17:15:38 + Log: Subject: [PATCH] Math::BigInt 1.80 + From: Tels + Date: Sun, 4 Mar 2007 15:57:01 +0000 + Message-Id: <200703041557.02996@bloodgate.com> + Branch: perl + + lib/Math/BigInt/t/nan_cmp.t lib/Math/BigInt/t/new_ovld.t + ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm + ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/CalcEmu.pm + ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t + ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/biglog.t + ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/upgrade.inc +____________________________________________________________________________ +[ 30459] By: nicholas on 2007/03/04 11:51:08 + Log: Rename exception() to apitest_exception() in XS/APItest, so that it + doesn't clash with the exception() in Devel/PPPort. This way, all + tests pass when both modules are staticly linked. + Branch: perl + ! ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs + ! ext/XS/APItest/exception.c ext/XS/APItest/t/exception.t +____________________________________________________________________________ +[ 30458] By: stevep on 2007/03/04 07:01:34 + Log: Upgrade to IO-Compress-Base-2.004, Compress-Raw-Zlib-2.004, + IO-Compress-Zlib-2.004, and Compress-Zlib-2.004. + Branch: perl + ! ext/Compress/Raw/Zlib/Changes + ! ext/Compress/Raw/Zlib/Makefile.PL ext/Compress/Raw/Zlib/README + ! ext/Compress/Raw/Zlib/Zlib.xs + ! ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm + ! ext/Compress/Raw/Zlib/t/02zlib.t ext/Compress/Zlib/Changes + ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/README + ! ext/Compress/Zlib/lib/Compress/Zlib.pm + ! ext/Compress/Zlib/t/03zlib-v1.t ext/IO/Compress/Base/Changes + ! ext/IO/Compress/Base/Makefile.PL 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 + ! ext/IO/Compress/Zlib/t/050interop-gzip.t + ! t/lib/compress/generic.pl t/lib/compress/merge.pl +____________________________________________________________________________ +[ 30457] By: stevep on 2007/03/04 04:51:28 + Log: Upgrade to Time-HiRes-1.9707 + Branch: perl + ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/t/HiRes.t + ! pod/perlretut.pod +____________________________________________________________________________ +[ 30456] By: craigb on 2007/03/03 23:26:33 + Log: Clean up the right file in vms/test.com (following #30414). + Branch: perl + ! vms/test.com +____________________________________________________________________________ +[ 30455] By: rgs on 2007/03/03 18:19:01 + Log: Add missing file from change #30454 + Branch: perl + + ext/Math/BigInt/FastCalc/t/leak.t +____________________________________________________________________________ +[ 30454] By: nicholas on 2007/03/03 16:47:05 + Log: Subject: [PATCH] Math::BigInt::FastCalc 0.12 (plug leaks) + From: Tels + Date: Sat, 3 Mar 2007 17:09:58 +0000 + Message-Id: <200703031710.00203@bloodgate.com> + Branch: perl + ! MANIFEST ext/Math/BigInt/FastCalc/FastCalc.pm + ! ext/Math/BigInt/FastCalc/FastCalc.xs +____________________________________________________________________________ +[ 30453] By: nicholas on 2007/03/03 15:50:33 + Log: Must only use dynamic extensions in the Dynaloader test. If the + extensions are static, it doesn't work :-) + Branch: perl + ! ext/DynaLoader/t/DynaLoader.t +____________________________________________________________________________ +[ 30452] By: nicholas on 2007/03/03 15:28:39 + Log: As the test is about the parser, not actually running the code, better + to avoid running rather than run it with warnings disabled. + Branch: perl + ! t/op/gv.t +____________________________________________________________________________ +[ 30451] By: nicholas on 2007/03/03 12:22:19 + Log: Define and initialise reg_name only once. + This allows re to be a static extension. + As it's now no-longer a static variable in regcomp.c, it needs a PL_ + prefix. + Branch: perl + ! regcomp.c regcomp.pl regexec.c regnodes.h +____________________________________________________________________________ +[ 30450] By: rgs on 2007/03/03 10:09:49 + Log: Don't let feature.pm interfere with the tests for use VERSION. + That probably needs to be refined. + Branch: perl + ! t/comp/use.t +____________________________________________________________________________ +[ 30449] By: rgs on 2007/03/03 09:39:55 + Log: Subject: [PATCH] Don't copy DynaLoader.o unnecessarily + From: "Jerry D. Hedden" + Date: Thu, 1 Mar 2007 08:47:30 -0800 (PST) + Message-ID: <566598.96493.qm@web30204.mail.mud.yahoo.com> + Branch: perl + ! ext/DynaLoader/Makefile.PL +____________________________________________________________________________ +[ 30448] By: rgs on 2007/03/03 09:36:54 + Log: Add a volatile modifier to avoid possible cloberring by longjmp, + as the compiler used by Jerry D. Hedden warns. + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 30447] By: rgs on 2007/03/03 09:34:23 + Log: Compilation warnings fixes by Jerry D. Hedden + Branch: perl + ! perlio.c pp_sys.c universal.c xsutils.c +____________________________________________________________________________ +[ 30446] By: rgs on 2007/03/03 09:29:37 + Log: Make use VERSION also load feature.pm + Branch: perl + + t/lib/feature/implicit + ! MANIFEST lib/feature.pm pod/perlfunc.pod pp_ctl.c +____________________________________________________________________________ +[ 30445] By: craigb on 2007/03/03 04:35:24 + Log: Fix a few errors and ambiguities in configure.com caught by + Charlie Hammond's DCL Checker. + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 30444] By: nicholas on 2007/03/02 15:02:43 + Log: Avoid an assertion failure when overloading readpipe. + Branch: perl + ! t/op/gv.t toke.c +____________________________________________________________________________ +[ 30443] By: nicholas on 2007/03/02 14:42:27 + Log: More assertion failures, found by auditing the code. + Branch: perl + ! gv.c t/op/gv.t toke.c universal.c +____________________________________________________________________________ +[ 30442] By: nicholas on 2007/03/02 13:23:22 + Log: Don't crash if the symbol table entry for ISA isn't a typeglob. + Branch: perl + ! gv.c t/op/gv.t +____________________________________________________________________________ +[ 30441] By: rgs on 2007/03/02 12:58:04 + Log: More work on perldelta + Branch: perl + ! pod/perl595delta.pod +____________________________________________________________________________ +[ 30440] By: nicholas on 2007/03/01 17:46:49 + Log: The bug fixed by change 29610 would have been avoided with this + assertion - ensure that the hek argument to Perl_unshare_hek() is not + NULL, because if it is, then S_unshare_hek_or_pvn() will merrily + unshare the string "" instead. + Branch: perl + ! hv.c +____________________________________________________________________________ +[ 30439] By: nicholas on 2007/03/01 16:09:31 + Log: Don't SEGV when dumping an undefined typeglob. The HEK used to store + the GV's name can be NULL. + Branch: perl + ! gv.h +____________________________________________________________________________ +[ 30438] By: rgs on 2007/03/01 15:22:52 + Log: Mention the syntax C in feature.pm's synopsis + Branch: perl + ! lib/feature.pm +____________________________________________________________________________ +[ 30437] By: rgs on 2007/03/01 11:20:14 + Log: Upgrade to Params::Check 0.26 + Branch: perl + ! lib/Params/Check.pm lib/Params/Check/t/01_Params-Check.t +____________________________________________________________________________ +[ 30436] By: rgs on 2007/03/01 10:54:09 + Log: Subject: Re: New file: t/op/regexp_email.t + From: demerphq + Date: Wed, 28 Feb 2007 17:45:33 +0100 + Message-ID: <9b18b3110702280845p7860ca08taf1aead39a178aa4@mail.gmail.com> + Branch: perl + + t/op/regexp_email.t + ! MANIFEST ext/re/re.pm regcomp.h regexec.c +____________________________________________________________________________ +[ 30435] By: rgs on 2007/03/01 10:30:04 + Log: A new test by Abigail: Check that certain modules don't + get loaded when other modules are used. + Branch: perl + + t/lib/no_load.t + ! MANIFEST +____________________________________________________________________________ +[ 30434] By: rgs on 2007/03/01 10:21:58 + Log: Subject: [PATCH] Re: Revisits in 'make install' + From: "Jerry D. Hedden" + Date: Wed, 28 Feb 2007 10:59:49 -0800 (PST) + Message-ID: <95346.11233.qm@web30207.mail.mud.yahoo.com> + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 30433] By: rgs on 2007/03/01 10:10:41 + Log: A couple of casting nits by Jarkko + Branch: perl + ! op.c pp_hot.c +____________________________________________________________________________ +[ 30432] By: rgs on 2007/03/01 09:19:07 + Log: Teach Module::Build about DragonflyBSD + Branch: perl + ! lib/Module/Build.pm +____________________________________________________________________________ +[ 30431] By: rgs on 2007/02/28 15:27:23 + Log: Missing dual-lived modules in maintainers list + Branch: perl + ! Porting/Maintainers.pl +____________________________________________________________________________ +[ 30430] By: rgs on 2007/02/28 14:51:41 + Log: Update my email address + Branch: perl + ! AUTHORS Porting/checkAUTHORS.pl +____________________________________________________________________________ +[ 30429] By: steveh on 2007/02/28 12:29:35 + Log: Subject: [PATCH] Win32 doc update for Win32CORE changes + From: "Yitzchak Scott-Thoennes" + Date: Mon, 26 Feb 2007 11:28:00 -0800 (PST) + Message-ID: <13678.68.166.55.187.1172518080.squirrel@68.166.55.187> + Branch: perl + ! ext/Win32/Win32.pm ext/Win32CORE/Win32CORE.pm +____________________________________________________________________________ +[ 30428] By: rgs on 2007/02/28 10:42:03 + Log: Subject: [PATCH t/japh/abigail.t] Unexpected output + From: Abigail + Date: Tue, 27 Feb 2007 23:00:28 +0100 + Message-ID: <20070227220028.GA460@abigail.nl> + Branch: perl + ! t/japh/abigail.t +____________________________________________________________________________ +[ 30427] By: rgs on 2007/02/28 09:22:56 + Log: Remove obsolete test for the deprecation warning I just removed. + Branch: perl + ! t/op/regmesg.t +____________________________________________________________________________ +[ 30426] By: steveh on 2007/02/28 09:13:43 + Log: Subject: [PATCH] Fix ext/Win32API/File/t/file.t under test harness + From: "Jerry D. Hedden" + Date: Tue, 27 Feb 2007 09:38:15 -0800 (PST) + Message-ID: <994673.36516.qm@web30215.mail.mud.yahoo.com> + Branch: perl + ! ext/Win32API/File/t/file.t +____________________________________________________________________________ +[ 30425] By: steveh on 2007/02/28 09:11:19 + Log: Subject: Re: [PATCH] Re: Math::BigInt and Win32API::File whines a lot during make test... + From: "Jerry D. Hedden" + Date: Tue, 27 Feb 2007 10:33:36 -0800 (PST) + Message-ID: <738238.57355.qm@web30201.mail.mud.yahoo.com> + + (Silences warnings about math lib(s), avoids using Math::BigInt + when using 64-bit ints and changes "new" to "->new()") + Branch: perl + ! ext/Win32API/File/File.pm +____________________________________________________________________________ +[ 30424] By: rgs on 2007/02/28 08:54:05 + Log: (?p{}) has been deprecated for a long time. + Remove it, so people are not confused with regard to the + new /p regexp modifier. + Branch: perl + ! regcomp.c t/lib/warnings/regcomp toke.c +____________________________________________________________________________ +[ 30423] By: rgs on 2007/02/28 08:45:55 + Log: Add new tests for keys in %+ and %- + Branch: perl + ! t/op/pat.t +____________________________________________________________________________ +[ 30422] By: rgs on 2007/02/28 08:45:13 + Log: perltodo nit for SelfLoader + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 30421] By: rgs on 2007/02/28 08:44:16 + Log: Fix a couple of typos in internal docs + Branch: perl + ! hv.c util.c +____________________________________________________________________________ +[ 30420] By: nicholas on 2007/02/27 23:07:39 + Log: Subject: [PATCH AUTHORS] Change of email address. + From: Abigail + Message-ID: <20070227225456.GA1808@abigail.nl> + Date: Tue, 27 Feb 2007 23:54:56 +0100 + Branch: perl + ! AUTHORS +____________________________________________________________________________ +[ 30419] By: nicholas on 2007/02/27 20:36:14 + Log: Subject: [PATCH] Skip tests if Encode not built + From: "Jerry D. Hedden" + Date: Tue, 27 Feb 2007 11:27:58 -0800 (PST) + Message-ID: <176638.9767.qm@web30207.mail.mud.yahoo.com> + Branch: perl + ! lib/Pod/Simple/t/corpustest.t + ! lib/encoding/warnings/t/4-lexical.t +____________________________________________________________________________ +[ 30418] By: rgs on 2007/02/27 14:07:28 + Log: Disable the strict pragma before eval'ing selfloaded code. + Branch: perl + ! lib/SelfLoader.pm +____________________________________________________________________________ +[ 30417] By: rgs on 2007/02/27 13:39:03 + Log: dmq points out that %+ and %- are not arrays. Fix the doc. + Branch: perl + ! ext/re/lib/re/Tie/Hash/NamedCapture.pm +____________________________________________________________________________ +[ 30416] By: rgs on 2007/02/27 13:16:46 + Log: Update Changes + Branch: perl + ! Changes +____________________________________________________________________________ +[ 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 + ! Configure Porting/Glossary config_h.SH +____________________________________________________________________________ +[ 29336] By: rgs on 2006/11/21 14:45:19 + Log: Invalidate the method lookup cache when assigning to a glob + named "isa". (That happens when importing "isa" from UNIVERSAL, + for example.) Fixes bug #24824. + Branch: perl + ! pp_hot.c t/op/universal.t +____________________________________________________________________________ +[ 29335] By: rgs on 2006/11/21 10:22:21 + Log: Remove warnings against WHOA THERE warnings from the hints files. + Branch: perl + ! hints/machten.sh hints/machten_2.sh hints/sco.sh + ! hints/solaris_2.sh hints/sunos_4_1.sh hints/ultrix_4.sh + ! hints/umips.sh +____________________________________________________________________________ +[ 29334] By: rgs on 2006/11/21 10:17:36 + Log: Remove description of WHOA THERE messages for recommended hint values, + removed by change #29288. + Branch: perl + ! INSTALL +____________________________________________________________________________ +[ 29333] By: rgs on 2006/11/21 09:15:43 + Log: Remove the test counter checker at the end of t/op/pat.t : it + doesn't get updated correctly. + Branch: perl + ! t/op/pat.t +____________________________________________________________________________ +[ 29332] By: stevep on 2006/11/21 03:59:34 + Log: "This is going to be slow." This change switches OpenBSD locale + tests from the spaghetti doneness test to specifically testing + locales in its /usr/share/locale. Speeds up lib/locale.t to + 13 minutes a run vs. the previous time of over two hours. + Branch: perl + ! lib/locale.t +____________________________________________________________________________ +[ 29331] By: nicholas on 2006/11/20 22:53:39 + Log: Correct typo in test description. + Branch: perl + ! t/op/pat.t +____________________________________________________________________________ +[ 29330] By: rgs on 2006/11/20 18:03:43 + Log: Unify the two warnings "Can't declare %s in %s", in line with what's + documented in perldiag. + Branch: perl + ! op.c t/op/attrs.t +____________________________________________________________________________ +[ 29329] By: rgs on 2006/11/20 16:05:33 + Log: Subject: [PATCH] Re: thread free problem + From: "Jerry D. Hedden" + Date: Mon, 20 Nov 2006 07:32:36 -0800 (PST) + Message-ID: <696736.39963.qm@web30204.mail.mud.yahoo.com> + Branch: perl + ! op.c +____________________________________________________________________________ +[ 29328] By: rgs on 2006/11/20 15:31:03 + Log: Actually, undef $SIG{FOO} should restore the default signal + handler. Else, once we exit a block where the signal handler was + localized, it becomes ignored. + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 29327] By: rgs on 2006/11/20 15:19:36 + Log: Make undef $SIG{FOO} ignore the signal FOO + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 29326] By: rgs on 2006/11/20 14:51:46 + Log: Subject: [patch@29297] perl5db.pl detecting forked debugger on VMS. + From: "John E. Malmberg" + Date: Sat, 18 Nov 2006 23:07:17 -0500 + Message-ID: <455FD875.8050007@qsl.net> + Branch: perl + ! lib/perl5db.pl +____________________________________________________________________________ +[ 29325] By: rgs on 2006/11/20 14:04:22 + Log: Fix precedence problem + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 29324] By: rgs on 2006/11/20 13:36:10 + Log: Patch by Yves Orton to fix the regression reported in : + Subject: 28325/6 break DateTime::Format::Strptime + From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig) + Date: Sun, 19 Nov 2006 05:41:53 +0100 + Message-ID: <877ixs6oa6.fsf@k75.linux.bogus> + Branch: perl + ! ext/re/t/lexical_debug.pl ext/re/t/lexical_debug.t + ! ext/re/t/regop.t pp.sym pp_proto.h regcomp.c regexec.c + ! t/op/pat.t +____________________________________________________________________________ +[ 29323] By: rgs on 2006/11/20 11:19:29 + Log: Extend the test-reonly make target on windows (Yves Orton) + Branch: perl + ! win32/Makefile +____________________________________________________________________________ +[ 29322] By: rgs on 2006/11/20 11:18:03 + Log: Un-TODO tests for bug #32840, plus some new tests, + by Yves Orton + Branch: perl + ! t/op/rxcode.t +____________________________________________________________________________ +[ 29321] By: steveh on 2006/11/20 10:38:07 + Log: Revert #29307. It doesn't fix the XXX after all. Using "$(shell @type )" + on a temporary file just inserts the contents of the file in question + into the command-line, exactly like putting the data there in the first + place would achieve. It doesn't avoid creating a long command-line as we + would like to do. + Branch: perl + ! win32/makefile.mk +____________________________________________________________________________ +[ 29320] By: rgs on 2006/11/20 09:54:10 + Log: Update Text::Tabs and Text::Wrap to version 2006.1117 + Branch: perl + + lib/Text/TabsWrap/t/Jacobson.t lib/Text/TabsWrap/t/Jacobson2.t + ! MANIFEST lib/Text/Tabs.pm lib/Text/TabsWrap/CHANGELOG + ! lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t + ! lib/Text/Wrap.pm +____________________________________________________________________________ +[ 29319] By: rgs on 2006/11/19 15:36:29 + Log: Subject: [PATCH] ExtUtils/typemap: better error messages + constant string optimization + From: Alexey Tourbin + Date: Sat, 18 Nov 2006 05:06:47 +0300 + Message-ID: <20061118020647.GA23287@localhost.localdomain> + Branch: perl + ! lib/ExtUtils/typemap +____________________________________________________________________________ +[ 29318] By: rgs on 2006/11/19 13:56:32 + Log: Subject: Re: [PATCH] Study SUSPEND (and recursion) properly + From: demerphq + Date: Fri, 17 Nov 2006 13:34:42 +0100 + Message-ID: <9b18b3110611170434w218b4e86x7d61df2d1166a746@mail.gmail.com> + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 29317] By: craigb on 2006/11/18 17:02:38 + Log: Update skip count for VMS. + Branch: perl + ! t/uni/class.t +____________________________________________________________________________ +[ 29316] By: nicholas on 2006/11/18 16:14:18 + Log: Subject: [perl #40921] shellwords.pl cannot handle trailing backslash + From: alexander_bluhm@genua.de (via RT) + Message-ID: + Date: Fri, 17 Nov 2006 09:31:48 -0800 + + (and convert the example to a test) + Branch: perl + ! lib/Text/ParseWords.pm lib/Text/ParseWords.t +____________________________________________________________________________ +[ 29315] By: nicholas on 2006/11/18 15:32:04 + Log: Convert lib/Text/ParseWords.t to Test::More + Branch: perl + ! lib/Text/ParseWords.t +____________________________________________________________________________ +[ 29314] By: stevep on 2006/11/18 05:42:14 + Log: Sync up the function definitions for Perl_my_popen with the prototype. + Branch: perl + ! util.c +____________________________________________________________________________ +[ 29313] By: stevep on 2006/11/18 05:04:42 + Log: Tweaks needed to get Perl compiling with g++ on OpenBSD. + Branch: perl + ! perl.h perlio.c +____________________________________________________________________________ +[ 29312] By: merijn on 2006/11/17 20:46:20 + Log: Subject: [perl #18209] bug in regex s/\s$word\s/ /gi; and $& + From: "yves orton via RT" + Date: Fri, 17 Nov 2006 10:17:48 -0800 + Message-ID: + Branch: perl + ! mg.c t/op/pat.t +____________________________________________________________________________ +[ 29311] By: merijn on 2006/11/17 20:28:27 + Log: Subject: [perl #18209] bug in regex s/\s$word\s/ /gi; and $& + From: "yves orton via RT" + Date: Fri, 17 Nov 2006 10:17:48 -0800 + Message-ID: + Branch: perl + ! t/op/pat.t +____________________________________________________________________________ +[ 29310] By: merijn on 2006/11/17 20:25:27 + Log: Subject: [perl #22395] regexp /(.*)[bc]/ 10000 times slower in 5.8.0 vs 5.6.1 + From: "yves orton via RT" + Date: Fri, 17 Nov 2006 09:48:14 -0800 + Message-ID: + Branch: perl + ! regcomp.c t/op/pat.t +____________________________________________________________________________ +[ 29309] By: merijn on 2006/11/17 20:12:20 + Log: Subject: [perl #17542] regex confusion + From: "yves orton via RT" + Date: Fri, 17 Nov 2006 07:40:15 -0800 + Message-ID: + Branch: perl + ! t/op/subst.t +____________________________________________________________________________ +[ 29308] By: merijn on 2006/11/17 19:54:49 + Log: Subject: [perl #36909] $^R undefined on matches involving backreferences + From: yves orton via RT + Date: Nov 17, 2006 4:07 PM + Branch: perl + ! regcomp.c regexec.c t/op/pat.t t/op/subst.t win32/Makefile +____________________________________________________________________________ +[ 29307] By: steveh on 2006/11/17 17:07:33 + Log: Fix the XXX in #29303 + Branch: perl + ! win32/makefile.mk +____________________________________________________________________________ +[ 29306] By: steveh on 2006/11/17 15:55:51 + Log: Tidy up Makefile part of #29260 and apply to makefile.mk too + Branch: perl + ! win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 29305] By: steveh on 2006/11/17 15:45:26 + Log: Install perl-static.exe if it was built + + Perhaps this should be done via "installperl" so as to get, e.g., + perl5.9.5-static.exe and honour INST_VER and INST_ARCH? + + Just do it quick-and-dirty for now, as is done for wperl.exe. It + can always be fixed later if anyone wants it. + Branch: perl + ! win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 29304] By: rgs on 2006/11/17 15:45:23 + Log: Subject: [patch@29297] d_printf_format_null needed in configure.com + From: "John E. Malmberg" + Date: Fri, 17 Nov 2006 10:22:50 -0500 + Message-ID: <455DD3CA.6050405@qsl.net> + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 29303] By: steveh on 2006/11/17 15:12:12 + Log: Add perl-static.exe support to win32/makefile.mk + + This applies the same changes that were made in win32/Makefile by + changes #29285 and #29296, plus a tweak to win32/runperl.c to fix + a linker error when using MinGW/gcc + Branch: perl + ! win32/makefile.mk win32/runperl.c +____________________________________________________________________________ +[ 29302] By: nicholas on 2006/11/17 13:01:51 + Log: Change 29297 omitted a semicolon. + Branch: perl + ! t/op/taint.t +____________________________________________________________________________ +[ 29301] By: rgs on 2006/11/17 11:06:48 + Log: Subject: [PATCH] Study SUSPEND (and recursion) properly + From: demerphq + Date: Thu, 16 Nov 2006 20:32:11 +0100 + Message-ID: <9b18b3110611161132j695ee86ata939a149b08efb11@mail.gmail.com> + Branch: perl + ! regcomp.c t/op/pat.t +____________________________________________________________________________ +[ 29300] By: rgs on 2006/11/17 09:45:56 + Log: Doc nits to re.pm + Branch: perl + ! ext/re/re.pm +____________________________________________________________________________ +[ 29299] By: rgs on 2006/11/17 09:38:56 + Log: Subject: [PATCH] add regmust() to re.pm/re.xs + From: demerphq + Date: Fri, 17 Nov 2006 00:54:13 +0100 + Message-ID: <9b18b3110611161554m222446bay7912ec1f778d3aaa@mail.gmail.com> + Branch: perl + ! ext/re/re.pm ext/re/re.xs ext/re/t/re_funcs.t pod/perltodo.pod +____________________________________________________________________________ +[ 29298] By: steveh on 2006/11/17 08:53:21 + Log: Add missing d_ctermid/HAS_CTERMID to Win32 canned configs + Branch: perl + ! win32/config.bc win32/config.gc win32/config.vc + ! win32/config.vc64 win32/config_H.bc win32/config_H.gc + ! win32/config_H.vc win32/config_H.vc64 +____________________________________________________________________________ +[ 29297] By: stevep on 2006/11/17 04:20:01 + Log: Change #27951 added tests to t/op/taint.t involving taint, opening + "|-". Unfortunately, this usually reacts badly on OpenBSD with + threaded Perls, causing zombie processes nearly every time this is run. + For now, skipping the test seem reasonable while working on a solution + to the problem. + Branch: perl + ! t/op/taint.t +____________________________________________________________________________ +[ 29296] By: steveh on 2006/11/16 14:28:59 + Log: Fix Extensions_static dependencies to avoid relinking every time + + Subject: Re: [PATCH@29224] RE: [patch-at-29217] static linkage for perl.ex e fo r win32 + From: demerphq + Date: Thu, 16 Nov 2006 13:58:32 +0100 + Message-ID: <9b18b3110611160458r6bebb7f6k8421abe68b474997@mail.gmail.com> + Branch: perl + ! win32/Makefile +____________________________________________________________________________ +[ 29295] By: rgs on 2006/11/16 13:35:14 + Log: Remove duplicate declaration + Branch: perl + ! regexp.h +____________________________________________________________________________ +[ 29294] By: rgs on 2006/11/16 11:55:07 + Log: Clarifications to close() docs, pointed out by Peter Dintelmann + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 29293] By: rgs on 2006/11/16 10:24:47 + Log: Subject: [PATCH] threads 1.51 + From: "Jerry D. Hedden" + Date: Wed, 15 Nov 2006 11:36:58 -0800 (PST) + Message-ID: <71793.95536.qm@web30213.mail.mud.yahoo.com> + Branch: perl + ! ext/threads/Changes ext/threads/README ext/threads/t/exit.t + ! ext/threads/t/thread.t ext/threads/threads.pm + ! ext/threads/threads.xs +____________________________________________________________________________ +[ 29292] By: steveh on 2006/11/16 09:30:48 + Log: Update checkcfgvars.pl: config.ce is in win32/ in 5.9.x + Leave wince/config.ce in the list as well, though, because that still + exists in 5.8.x + Branch: perl + ! Porting/checkcfgvar.pl +____________________________________________________________________________ +[ 29291] By: merijn on 2006/11/16 09:13:08 + Log: Extended uconfig.sh based on Porting/checkcfgvar.pl findings + Branch: perl + ! uconfig.sh +____________________________________________________________________________ +[ 29289] By: merijn on 2006/11/16 08:07:33 + Log: Yet another step in generation a more reliable Glossary + Branch: perl + ! Porting/Glossary Porting/config.sh +____________________________________________________________________________ +[ 29288] By: merijn on 2006/11/15 21:36:30 + Log: 1. Less Whoa there, based on a suggestion by Andy Dougherty + 2. d_printf_format_null, based on a patch by Robin Barker + Branch: perl + ! Configure Porting/Glossary config_h.SH +____________________________________________________________________________ +[ 29285] By: steveh on 2006/11/15 18:07:44 + Log: Add support for building a perl-static.exe that doesn't depend on + the perl59.dll. It currently can't load DLL extension modules, so + any that are required must be statically linked too. This may be + fixed sometime. Changes to win32/makefile.mk also to follow. + + Subject: RE: [PATCH@29224] RE: [patch-at-29217] static linkage for perl.exe fo r win32 + From: "Konovalov, Vadim Vladimirovich (Vadim)** CTR **" + Date: Mon, 13 Nov 2006 19:45:05 +0100 + Message-ID: + + (with minor tweaks for cleanup and embedding manifest file) + Branch: perl + ! win32/Makefile +____________________________________________________________________________ +[ 29284] By: steveh on 2006/11/15 17:32:24 + Log: Fix tests added by #29248 and #29249 + Branch: perl + ! ext/XS/APItest/APItest.xs ext/XS/APItest/core_or_not.inc +____________________________________________________________________________ +[ 29283] By: rgs on 2006/11/15 15:28:53 + Log: Subject: [perl #39026] Tie::Memoize::EXISTS not caching the value + From: Len Weisberg (via RT) + Date: Fri, 28 Apr 2006 20:36:05 -0700 + Message-ID: + Branch: perl + ! lib/Tie/Memoize.pm +____________________________________________________________________________ +[ 29282] By: rgs on 2006/11/15 13:56:52 + Log: FAQ sync + Branch: perl + ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod + ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq7.pod + ! pod/perlfaq9.pod +____________________________________________________________________________ +[ 29281] By: rgs on 2006/11/15 13:03:34 + Log: Fix a signedness cast warning + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 29280] By: rgs on 2006/11/15 12:51:48 + Log: Tweaks to the debugger test by Richard Foley, + plus fix auxiliary file path + Branch: perl + ! lib/perl5db.t +____________________________________________________________________________ +[ 29279] By: rgs on 2006/11/15 12:41:24 + Log: Subject: Re: [PATCH] Fix RT#19049 and add relative backreferences + From: demerphq + Date: Wed, 15 Nov 2006 12:29:39 +0100 + Message-ID: <9b18b3110611150329l206e4552w887ae5f0a3f7ca80@mail.gmail.com> + Branch: perl + ! ext/re/re.xs pod/perl595delta.pod pod/perldiag.pod + ! pod/perlre.pod pod/perlreguts.pod regcomp.c regexec.c regexp.h + ! t/op/pat.t t/op/re_tests +____________________________________________________________________________ +[ 29278] By: rgs on 2006/11/15 11:12:30 + Log: Move the test files for the debugger in a t/ subdirectory, so they + don't get installed + Branch: perl + +> lib/perl5db/t/eval-line-bug + - lib/perl5db/eval-line-bug + ! MANIFEST +____________________________________________________________________________ +[ 29277] By: rgs on 2006/11/15 10:37:58 + Log: Subject: Re: Fix linker error on Win32 + From: demerphq + Date: Wed, 15 Nov 2006 10:36:34 +0100 + Message-ID: <9b18b3110611150136n7c90d187t5cf49847f153a537@mail.gmail.com> + Branch: perl + ! ext/XS/APItest/core_or_not.inc +____________________________________________________________________________ +[ 29276] By: stevep on 2006/11/15 04:33:20 + Log: Subject: [PATCH] Makefile.SH: lib/re.pm often messes restarted parallel makes + From: jhi@cc.hut.fi (Jarkko Hietaniemi) + Date: Wed, 15 Nov 2006 05:48:32 +0200 (EET) + Message-Id: <20061115034832.43B7E8B3E7@seth.hut.fi> + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 29275] By: davem on 2006/11/14 23:24:45 + Log: debugger test could hang if run with umask 0002 + Branch: perl + ! lib/perl5db.t +____________________________________________________________________________ +[ 29274] By: rgs on 2006/11/14 16:59:45 + Log: A first regression test for the debugger, by Shlomi Fish + and Richard Foley. + Branch: perl + + lib/perl5db.t lib/perl5db/eval-line-bug + ! MANIFEST +____________________________________________________________________________ +[ 29273] By: rgs on 2006/11/14 14:19:46 + Log: Fix bug #39037: rcatline doesn't stringify references + Branch: perl + ! pp_hot.c t/op/readline.t +____________________________________________________________________________ +[ 29272] By: rgs on 2006/11/14 12:36:15 + Log: Doc patch by Thomas O Smailus : + Subject: Fwd: [perl #40866] Error on doc page? (File::Basename) + From: "Adriano Rodrigues" + Date: Tue, 14 Nov 2006 10:24:38 -0200 + Message-ID: <73ddeb6c0611140424t26b01d0aq667ca95e77f25e6@mail.gmail.com> + Branch: perl + ! lib/File/Basename.pm +____________________________________________________________________________ +[ 29271] By: rgs on 2006/11/14 11:35:04 + Log: Assert that we don't access strings saved for $1 etc. out of bounds + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 29270] By: rgs on 2006/11/14 10:18:00 + Log: Subject: Re: Why aren't %Carp::Internal and %Carp::CarpInternal documented? + From: "Ben Tilly" + Date: Sun, 22 Oct 2006 14:07:23 -0700 + Message-ID: + Branch: perl + ! lib/Carp.pm lib/Carp.t lib/Carp/Heavy.pm +____________________________________________________________________________ +[ 29269] By: rgs on 2006/11/14 09:40:43 + Log: Subject: [PATCH] ParseXS.pm: small optimization for "Usage: ..." constant strings + From: Alexey Tourbin + Date: Tue, 14 Nov 2006 05:45:40 +0300 + Message-ID: <20061114024540.GA21986@localhost.localdomain> + Branch: perl + ! lib/ExtUtils/ParseXS.pm +____________________________________________________________________________ +[ 29268] By: rgs on 2006/11/14 09:36:17 + Log: Subject: Fwd: Memory leak with s/// and hashes + From: demerphq + Date: Tue, 14 Nov 2006 00:38:31 +0100 + Message-ID: <9b18b3110611131538kc00175ft4db7ff71df22e766@mail.gmail.com> + Branch: perl + ! regcomp.c regexec.c regexp.h +____________________________________________________________________________ +[ 29267] By: rgs on 2006/11/14 06:59:03 + Log: Subject: [PATCH] Allow negative indexing in recursive patterns + From: demerphq + Date: Mon, 13 Nov 2006 18:59:32 +0100 + Message-ID: <9b18b3110611130959k1fdd2485yd8eb1cd428de570a@mail.gmail.com> + Branch: perl + ! pod/perlre.pod regcomp.c t/op/pat.t t/op/re_tests +____________________________________________________________________________ +[ 29266] By: steveh on 2006/11/13 18:09:58 + Log: Embed manifest files in EXEs and DLLs when building with VC++ 8.x + + See the thread starting here for details: + http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-11/msg00398.html + + (Still need to do something for Module::Build somtime...) + Branch: perl + ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm + ! win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 29265] By: rgs on 2006/11/13 15:52:54 + Log: Todo (nice to have): an improvement to ~~ + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 29264] By: stevep on 2006/11/13 15:10:16 + Log: Upgrade to CPAN-1.88_62 + Branch: perl + ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm + ! lib/CPAN/SIGNATURE +____________________________________________________________________________ +[ 29263] By: rgs on 2006/11/13 15:05:27 + Log: Fix a bug in the debugger tracing variables when one was eval'ing + a string including a "#line" directive containing the actual + name of the file already. (following-up change #25409) + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 29262] By: rgs on 2006/11/13 14:30:15 + Log: The latest regression test to Scalar::Util doesn't pass with threaded perls + Branch: perl + ! ext/List/Util/t/readonly.t +____________________________________________________________________________ +[ 29261] By: rgs on 2006/11/13 14:15:33 + Log: A new regression test from: + + Subject: [PATHCH] Scalar::Util::readonly & compression (was RE: Change 29117: [PATCH] IO::Compress modules) + From: "Paul Marquess" + Date: Sun, 29 Oct 2006 21:03:21 -0000 + Message-ID: <02cf01c6fb9d$ade808a0$6501a8c0@myopwv.com> + Branch: perl + ! ext/List/Util/t/readonly.t +____________________________________________________________________________ +[ 29260] By: rgs on 2006/11/13 14:00:41 + Log: Subject: Re: [PATCH] New regex syntax omnibus + From: demerphq + Date: Thu, 9 Nov 2006 17:09:34 +0100 + Message-ID: <9b18b3110611090809l667860c9t6c27453d7c86a21e@mail.gmail.com> + Branch: perl + ! pod/perl595delta.pod pod/perlre.pod regcomp.c regcomp.h + ! regcomp.pl regcomp.sym regexec.c regexp.h regnodes.h + ! t/op/pat.t win32/Makefile +____________________________________________________________________________ +[ 29259] By: rgs on 2006/11/13 11:38:02 + Log: Subject: [PATCH] was RE: Perl_die() / Perl_croak() + From: "Robin Barker" + Date: Mon, 13 Nov 2006 10:25:08 -0000 + Message-ID: <2C2E01334A940D4792B3E115F95B7226149377@exchsvr1.npl.ad.local> + Branch: perl + ! embed.fnc embed.pl perl.h proto.h +____________________________________________________________________________ +[ 29258] By: rgs on 2006/11/13 11:17:10 + Log: Parsing fix: it wasn't possible to call a function with a (_) prototype + (that is, a function mimicing an unary op) without parentheses. + Bug reported by Ævar Arnfjörð Bjarmason. + Branch: perl + ! madly.act madly.tab madly.y perly.act perly.tab perly.y + ! t/comp/uproto.t +____________________________________________________________________________ +[ 29257] By: rgs on 2006/11/13 10:13:52 + Log: Subject: Re: [perl #27053] /^/m doesn't match after a newline at the end of the string + From: demerphq + Date: Sat, 11 Nov 2006 16:25:17 +0100 + Message-ID: <9b18b3110611110725t3dc1e447v751ef5880363aa9b@mail.gmail.com> + Branch: perl + ! pod/perlre.pod +____________________________________________________________________________ +[ 29256] By: rgs on 2006/11/13 10:12:34 + Log: Casting nit + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 29255] By: rgs on 2006/11/13 09:55:11 + Log: POD fixes and nits in re.pm + Branch: perl + ! ext/re/re.pm +____________________________________________________________________________ +[ 29254] By: rgs on 2006/11/13 09:40:35 + Log: Subject: [PATCH DOC] minor nit in binmode docs + From: Paul Johnson + Date: Fri, 10 Nov 2006 12:17:37 +0100 + Message-ID: <20061110111737.GP17047@pjcj.net> + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 29253] By: stevep on 2006/11/13 02:23:29 + Log: The DynaLoader test isn't happy with OpenBSD's libc.so.39.3. + Branch: perl + ! ext/DynaLoader/t/DynaLoader.t +____________________________________________________________________________ +[ 29252] By: stevep on 2006/11/13 02:19:12 + Log: Subject: [PATCH] Regex Utility Functions and Substituion Fix (XML::Twig core dump) + From: demerphq + Date: Sun, 12 Nov 2006 23:29:41 +0100 + Message-ID: <9b18b3110611121429g1fc9d6c1t4007dc711f9e8396@mail.gmail.com> + + Plus a couple tweaks to ext/re/re.pm and t/op/pat.t to those patches + to apply cleanly. + Branch: perl + + ext/re/t/re_funcs.t + ! MANIFEST embed.fnc embed.h ext/re/re.pm ext/re/re.xs + ! ext/re/re_top.h lib/ExtUtils/ParseXS.pm perl.h + ! pod/perlreguts.pod pp.c pp_hot.c proto.h regcomp.c regcomp.h + ! regexp.h sv.c t/op/pat.t +____________________________________________________________________________ +[ 29251] By: nicholas on 2006/11/12 23:09:46 + Log: Re-order ops to the implementation order in pp_sys.c - this makes a + branch table corresponding to a switch statement slightly smaller. + Branch: perl + ! opcode.h opcode.pl opnames.h +____________________________________________________________________________ +[ 29250] By: nicholas on 2006/11/12 22:17:30 + Log: Avoid ext/Safe/t/safeops.t needing to keep its tests in lockstep with + opcode.pl OP order. + Branch: perl + ! ext/Safe/t/safeops.t +____________________________________________________________________________ +[ 29249] By: nicholas on 2006/11/12 21:57:22 + Log: Forgot to add the new files for 29248. + Branch: perl + + ext/XS/APItest/core.c ext/XS/APItest/core_or_not.inc + + ext/XS/APItest/notcore.c ext/XS/APItest/t/svsetsv.t +____________________________________________________________________________ +[ 29248] By: nicholas on 2006/11/12 20:22:28 + Log: Change 24714 was arguably over-ambitious, in that non-core modules + can't be expected to know that sv_setsv() may now not "really" copy a + scalar. So arrange things so that COW of shared hash key scalars is + only done for calls within the the PERL_CORE. + Branch: perl + ! MANIFEST ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs + ! ext/XS/APItest/MANIFEST ext/XS/APItest/Makefile.PL sv.c sv.h +____________________________________________________________________________ +[ 29247] By: nicholas on 2006/11/12 18:16:52 + Log: Looks like I didn't actually test the COW conditional code in + change 27533. Perl now compiles, but + ext/Compress/Raw/Zlib/t/07bufsize.t fails. + Branch: perl + ! pp_ctl.c regexec.c +____________________________________________________________________________ +[ 29246] By: rgs on 2006/11/12 13:35:24 + Log: Subject: [PATCH] (2nd version) small tweaks based on smoke signs + From: Jarkko Hietaniemi + Date: Sat, 11 Nov 2006 06:18:56 +0200 (EET) + Message-Id: <200611110418.kAB4Ium5350338@kosh.hut.fi> + Branch: perl + ! hv.c regcomp.c regexec.c +____________________________________________________________________________ +[ 29245] By: rgs on 2006/11/12 13:11:07 + Log: Reinstate warning 'Useless use of "re" pragma' + Branch: perl + ! ext/re/re.pm +____________________________________________________________________________ +[ 29244] By: stevep on 2006/11/10 22:55:01 + Log: Upgrade to Test-Simple-0.65. + Branch: perl + ! lib/Test/Builder.pm lib/Test/Builder/Module.pm + ! lib/Test/Builder/Tester.pm lib/Test/More.pm lib/Test/Simple.pm + ! lib/Test/Simple/Changes +____________________________________________________________________________ +[ 29243] By: rgs on 2006/11/09 15:58:11 + Log: Add to Attribute::Handlers the ability to report caller's file and line + number. Based on: + + Subject: FW: Attribute::Handlers + From: "David Feldman" + Date: Wed, 25 Oct 2006 16:34:26 -0400 + Message-ID: + + plus docs and tests. + Branch: perl + + lib/Attribute/Handlers/t/linerep.t + ! MANIFEST lib/Attribute/Handlers.pm + ! lib/Attribute/Handlers/t/multi.t +____________________________________________________________________________ +[ 29242] By: rgs on 2006/11/09 13:33:57 + Log: Silence warnings in Pod::Man + Branch: perl + ! lib/Pod/t/man.t +____________________________________________________________________________ +[ 29241] By: rgs on 2006/11/09 12:32:41 + Log: Subject: [PATCH regexec.c regexp.h] ***speculative*** was RE: [PATCH] regexec.c - silence compiler warning + From: "Robin Barker" + Date: Wed, 8 Nov 2006 15:29:47 -0000 + Message-ID: <2C2E01334A940D4792B3E115F95B7226120AA6@exchsvr1.npl.ad.local> + Branch: perl + ! regexec.c regexp.h +____________________________________________________________________________ +[ 29240] By: rgs on 2006/11/09 11:05:24 + Log: Subject: [PATCH] regcomp.c: printf arg casts + From: Jarkko Hietaniemi + Date: Thu, 9 Nov 2006 06:47:53 +0200 (EET) + Message-Id: <200611090447.kA94lreg223840@kosh.hut.fi> + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 29239] By: davem on 2006/11/08 19:13:57 + Log: perl parser bug leading to memory corruption + quoted-string parser naughtily maintained a pointer into an SV + which could get realloc()ed. + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 29238] By: merijn on 2006/11/08 16:39:21 + Log: Subject: Configure patch to add detection for DIR.dd_fd member variable + From: "Steve Peters" + Date: Sun, 5 Nov 2006 01:40:34 -0600 + Message-ID: + Branch: perl + ! Configure Cross/config.sh-arm-linux NetWare/config.wc + ! Porting/Glossary config_h.SH configure.com epoc/config.sh + ! handy.h plan9/config_sh.sample symbian/config.sh uconfig.sh + ! win32/config.bc win32/config.gc win32/config.vc + ! win32/config.vc64 +____________________________________________________________________________ +[ 29236] By: rgs on 2006/11/08 15:33:02 + Log: Subject: [PATCH t/op/inccode.t] fails under minitest + From: "Robin Barker" + Date: Wed, 8 Nov 2006 15:18:23 -0000 + Message-ID: <2C2E01334A940D4792B3E115F95B7226120AA5@exchsvr1.npl.ad.local> + Branch: perl + ! t/op/inccode.t +____________________________________________________________________________ +[ 29235] By: rgs on 2006/11/08 15:14:31 + Log: Change the documentation of the return values of @INC-hooks to match + what is tested to work. (It's a bit confusing that optional values + might appear at the middle, too.) + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 29234] By: rgs on 2006/11/08 14:02:46 + Log: Subject: [PATCH] Supress df warning in stat.t on OS X + From: Michael G Schwern + Date: Wed, 08 Nov 2006 08:51:50 -0500 + Message-ID: <4551E0F6.20108@gmail.com> + Branch: perl + ! t/op/stat.t +____________________________________________________________________________ +[ 29233] By: steveh on 2006/11/08 13:53:52 + Log: Don't use the PERL_MSVCRT_READFIX when using VC++ 7.x onwards. + + VC++ 7.x onwards use their own MSVCR7x.dll, MSVCR8x.dll, etc, rather + than MSVCRT.dll, so they do not require the read() fix. + + Therefore, we also don't need to update the ioinfo struct used by the + read() fix w.r.t. VC++ 8.x, so back out that part of change #29218 + Branch: perl + ! win32/Makefile win32/makefile.mk win32/win32.h +____________________________________________________________________________ +[ 29232] By: rgs on 2006/11/08 13:27:14 + Log: Type change to avoid signed/unsigned compiler warnings + (thanks to Robin Barker) + Branch: perl + ! regexec.c +____________________________________________________________________________ +[ 29231] By: rgs on 2006/11/08 13:14:20 + Log: Regenerate Changes; update perldelta + Branch: perl + ! Changes pod/perl595delta.pod +____________________________________________________________________________ +[ 29230] By: rgs on 2006/11/08 11:23:13 + Log: Subject: Re: New version diagnostic breaks a bunch of modules. + From: Glenn Linderman + Date: Mon, 30 Oct 2006 12:50:21 -0800 + Message-ID: <4546658D.6090507@NevCal.com> + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 29229] By: rgs on 2006/11/08 10:43:52 + Log: Subject: [PATCH] Perl_die() / Perl_croak() + From: "Philip M. Gollucci" + Date: Tue, 07 Nov 2006 23:27:40 -0800 + Message-ID: <455186EC.8010906@p6m7g8.com> + + (backported to embed.fnc) + Branch: perl + ! embed.fnc proto.h +____________________________________________________________________________ +[ 29228] By: rgs on 2006/11/08 10:28:49 + Log: Subject: Patch for bug in SelfLoader.pm + From: Mike Schilli + Date: Tue, 7 Nov 2006 13:39:30 -0800 (PST) + Message-ID: <20061107132809.I31331@spiral.corp.yahoo.com> + Branch: perl + ! lib/SelfLoader.pm +____________________________________________________________________________ +[ 29227] By: rgs on 2006/11/07 17:31:02 + Log: Use $HOME/localperl as default prefix for installing perl + in the terse installation instructions in README. + Branch: perl + ! README +____________________________________________________________________________ +[ 29226] By: rgs on 2006/11/07 16:50:47 + Log: More notes in perldelta + Branch: perl + ! pod/perl595delta.pod +____________________________________________________________________________ +[ 29225] By: rgs on 2006/11/07 14:23:08 + Log: Forbid using tainted formats in printf and sprintf + Branch: perl + ! pod/perl595delta.pod pp.c pp_sys.c t/op/taint.t +____________________________________________________________________________ +[ 29224] By: rgs on 2006/11/07 11:16:54 + Log: Subject: Re: [PATCH] [perl #40668] Data::Dumper fails to dump all hash keys when itertaor is not at start + From: "Jerry D. Hedden" + Date: Mon, 6 Nov 2006 08:57:04 -0800 (PST) + Message-ID: <20061106165704.939.qmail@web30214.mail.mud.yahoo.com> + Branch: perl + ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/t/bugs.t +____________________________________________________________________________ +[ 29223] By: rgs on 2006/11/07 10:45:26 + Log: Subject: Because I like pain. An update to README + From: Jesse Vincent + Date: Mon, 6 Nov 2006 19:52:35 -0500 + Message-Id: <7BF48AB1-5285-4A9D-929B-8DD697348664@fsck.com> + Branch: perl + ! README +____________________________________________________________________________ +[ 29222] By: rgs on 2006/11/07 10:21:25 + Log: Subject: [PATCH] New regex syntax omnibus + From: demerphq + Date: Mon, 6 Nov 2006 13:06:28 +0100 + Message-ID: <9b18b3110611060406u2fa1572as57073949a5df9e62@mail.gmail.com> + + Plus a portability fix (in string comparison for regex verbs) + and doc tweaks / podchecker fixes + Branch: perl + ! embed.fnc embed.h ext/re/t/regop.t pod/perl595delta.pod + ! pod/perldiag.pod pod/perlre.pod proto.h regcomp.c regcomp.h + ! regcomp.sym regexec.c regexp.h regnodes.h t/op/pat.t + ! t/op/re_tests +____________________________________________________________________________ +[ 29221] By: nicholas on 2006/11/06 22:21:05 + Log: assert() that SvPV_set() isn't used on arrays. + Branch: perl + ! av.c cop.h mathoms.c pp.c pp_ctl.c pp_hot.c pp_sort.c sv.c + ! sv.h +____________________________________________________________________________ +[ 29220] By: nicholas on 2006/11/06 21:05:59 + Log: assert() that SvPV_set() isn't used on hashes. + Branch: perl + ! sv.c sv.h +____________________________________________________________________________ +[ 29219] By: nicholas on 2006/11/06 20:02:38 + Log: assert() that scalars are of the correct type in *set macros. + Branch: perl + ! sv.h +____________________________________________________________________________ +[ 29218] By: steveh on 2006/11/06 16:26:48 + Log: Get Visual C++ 2005 (aka Visual C++ 8.x) support off the ground + + This is not a complete fix yet by any means (there are lots of compiler + warnings and lots of test failures), but it's a step in the right + direction. + + See the thread starting here: + http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-10/msg00893.html + and continuing here: + http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-11/msg00102.html + for further information + Branch: perl + ! win32/Makefile win32/makefile.mk win32/win32.c win32/win32.h +____________________________________________________________________________ +[ 29217] By: merijn on 2006/11/06 15:19:38 + Log: Subject: Re: [PATCH] Detecting bad /dev/null's in Configure + From: Michael Cummings + Date: Fri, 25 Aug 2006 15:48:44 -0400 + Message-ID: <44EF541C.7050801@gentoo.org> + Branch: perl + ! Configure +____________________________________________________________________________ +[ 29215] By: rgs on 2006/11/06 14:37:32 + Log: Subject: Re: [perl #26136] localtime(3) calls tzset(3), but localtime_r(3) may not. + From: SADAHIRO Tomoyuki + Date: Mon, 06 Nov 2006 23:31:50 +0900 + Message-Id: <20061106233139.A2BC.BQW10602@nifty.com> + Branch: perl + ! t/op/time.t +____________________________________________________________________________ +[ 29214] By: rgs on 2006/11/06 14:05:41 + Log: Sync Pod::Usage with the CPAN version + Branch: perl + ! lib/Pod/Usage.pm +____________________________________________________________________________ +[ 29213] By: merijn on 2006/11/06 13:58:56 + Log: The non-unix parts for localtime_r_needs_tzset + Plus forced Glossary entry. That is a TODO for automation + Branch: perl + ! Cross/config.sh-arm-linux NetWare/config.wc Porting/Glossary + ! Porting/config_H config_h.SH configure.com epoc/config.sh + ! handy.h plan9/config.plan9 plan9/config_h.sample + ! plan9/config_sh.sample uconfig.sh win32/config.bc + ! win32/config.ce win32/config.gc win32/config.vc + ! win32/config.vc64 win32/config_H.bc win32/config_H.ce + ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64 +____________________________________________________________________________ +[ 29212] By: rgs on 2006/11/06 13:18:25 + Log: Subject: [PATCH] Re: the new t/run/cloexec.t failing in Solaris and Tru64 + From: Andrew Savige + Date: Tue, 7 Nov 2006 00:06:46 +1100 (EST) + Message-ID: <20061106130647.57891.qmail@web56411.mail.re3.yahoo.com> + Branch: perl + ! t/run/cloexec.t +____________________________________________________________________________ +[ 29211] By: rgs on 2006/11/06 10:59:16 + Log: Upgrade to Test::Simple 0.64_03 + Branch: perl + + lib/Test/Simple/t/carp.t + ! MANIFEST lib/Test/Builder.pm lib/Test/Builder/Module.pm + ! lib/Test/Builder/Tester.pm lib/Test/More.pm lib/Test/Simple.pm + ! lib/Test/Simple/Changes + ! lib/Test/Simple/t/00test_harness_check.t + ! lib/Test/Simple/t/tbt_01basic.t + ! lib/Test/Simple/t/tbt_02fhrestore.t + ! lib/Test/Simple/t/tbt_03die.t + ! lib/Test/Simple/t/tbt_04line_num.t + ! lib/Test/Simple/t/tbt_05faildiag.t + ! lib/Test/Simple/t/tbt_06errormess.t + ! lib/Test/Simple/t/tbt_07args.t +____________________________________________________________________________ +[ 29210] By: rgs on 2006/11/06 10:09:12 + Log: Change reentr.pl to generate reentr.h accordingly to change 29209 + Branch: perl + ! reentr.pl +____________________________________________________________________________ +[ 29209] By: merijn on 2006/11/06 09:43:30 + Log: RE: [perl #26136] localtime(3) calls tzset(3), but localtime_r(3) may not. + From: "Benjamin Holzman" + Date: Wed, 19 Jul 2006 07:11:09 -0400 + Message-ID: <010801c6ab24$09b9ed30$ce0515ac@office.iseoptions.com> + Branch: perl + ! Configure Porting/Glossary config_h.SH reentr.h t/op/time.t +____________________________________________________________________________ +[ 29208] By: rgs on 2006/11/06 09:30:41 + Log: Silence a cast warning + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 29206] By: nicholas on 2006/11/06 08:13:09 + Log: PVCVs no longer allocate memory for the SvNVX slot, so assert that + no-one is trying to access it. + Branch: perl + ! sv.h +____________________________________________________________________________ +[ 29205] By: craigb on 2006/11/06 01:37:13 + Log: In pipe_exit_routine in vms/vms.c, mark a subprocess we've deleted + as done. Courtesy of Scott Lepage. + Branch: perl + ! vms/vms.c +____________________________________________________________________________ +[ 29204] By: merijn on 2006/11/04 19:15:19 + Log: Subject: Re: [perl #40641] crash with unicode characters in regex comment + From: SADAHIRO Tomoyuki + Date: Sat, 04 Nov 2006 21:53:50 +0900 + Message-Id: <20061104215302.3325.BQW10602@nifty.com> + Branch: perl + + t/uni/greek.t t/uni/latin2.t + ! MANIFEST embed.fnc embed.h global.sym pod/perldiag.pod proto.h + ! regcomp.c t/uni/tr_utf8.t +____________________________________________________________________________ +[ 29203] By: nicholas on 2006/11/04 18:56:33 + Log: Change 27506 wasn't quite correct - the copy of the AMAGIC flag should + be as part of RvDEEPCP() in gv.c (Perl_amagic_call()) + Branch: perl + ! gv.c sv.c +____________________________________________________________________________ +[ 29202] By: stevep on 2006/11/04 15:39:57 + Log: Subject: [PATCH] New test for close-on-exec ($^F): t/run/cloexec.t + From: Andrew Savige + Date: Sat, 4 Nov 2006 21:24:14 +1100 (EST) + Message-ID: <20061104102414.78987.qmail@web56403.mail.re3.yahoo.com> + Branch: perl + + t/run/cloexec.t + ! MANIFEST +____________________________________________________________________________ +[ 29201] By: rgs on 2006/11/03 16:04:48 + Log: Subject: [PATCH] replace S_sv_pos_b2u_forwards with utf8_length (was: sv_pos_b2u dislikes the extended UTF-8) + From: SADAHIRO Tomoyuki + Date: Sun, 21 May 2006 14:00:43 +0900 + Message-Id: <20060521140011.358D.BQW10602@nifty.com> + Branch: perl + ! embed.fnc embed.h proto.h sv.c t/op/index.t +____________________________________________________________________________ +[ 29200] By: rgs on 2006/11/03 15:04:15 + Log: The assignment to $VERSION must be on its own line, for + ExtUtils::MM_Unix::parse_version to be happy. + Branch: perl + ! ext/DynaLoader/DynaLoader_pm.PL +____________________________________________________________________________ +[ 29199] By: rgs on 2006/11/03 14:01:30 + Log: Subject: [PATCH] threads 1.49 + From: "Jerry D. Hedden" + Date: Fri, 3 Nov 2006 05:37:16 -0800 (PST) + Message-ID: <20061103133716.95143.qmail@web30214.mail.mud.yahoo.com> + Branch: perl + ! ext/threads/Changes ext/threads/README ext/threads/t/exit.t + ! ext/threads/t/thread.t ext/threads/threads.pm + ! ext/threads/threads.xs +____________________________________________________________________________ +[ 29198] By: rgs on 2006/11/03 13:32:31 + Log: Wrap the $VERSION initialization of DynaLoader in a BEGIN block + + Subject: [perl #40651] (Obscure) Bug in Dynaloader + From: gml4410@ggr.co.uk (via RT) + Date: Thu, 02 Nov 2006 09:30:34 -0800 + Message-ID: + Branch: perl + ! ext/DynaLoader/DynaLoader_pm.PL +____________________________________________________________________________ +[ 29197] By: rgs on 2006/11/03 10:09:19 + Log: When code is loaded through an @INC-hook, and when this hook + has set a filename entry in %INC, make sure __FILE__ is set + for this code accordingly to the contents of that %INC entry. + Branch: perl + ! pp_ctl.c t/op/inccode.t +____________________________________________________________________________ +[ 29196] By: gisle on 2006/11/03 07:08:18 + Log: Typo fixes by Troy Topnik. + Branch: perl + ! pod/perlretut.pod +____________________________________________________________________________ +[ 29195] By: merijn on 2006/11/02 17:49:53 + Log: Change #29193 makes this addition unneeded + Branch: perl + ! t/lib/common.pl +____________________________________________________________________________ +[ 29194] By: davem on 2006/11/02 17:36:33 + Log: add test that eval undef clears $@ + Branch: perl + ! t/op/eval.t +____________________________________________________________________________ +[ 29193] By: davem on 2006/11/02 17:07:00 + Log: eval $undef should emit one warning, not three. + Also ensure that eval $undef clears $@ (it did, but only by luck) + Branch: perl + ! pp_ctl.c t/lib/warnings/9uninit toke.c +____________________________________________________________________________ +[ 29192] By: rgs on 2006/11/02 16:45:13 + Log: Fix case in external pod link + Branch: perl + ! pod/perlop.pod +____________________________________________________________________________ +[ 29191] By: rgs on 2006/11/02 13:51:21 + Log: say() has the same syntax than print(), so forbid to override it + (like print()) + Branch: perl + ! perl_keyword.pl t/op/cproto.t toke.c +____________________________________________________________________________ +[ 29190] By: rgs on 2006/11/02 13:04:10 + Log: This volatile modifier is not on the referent, but on the pointer + (see change 28606) + Branch: perl + ! op.c +____________________________________________________________________________ +[ 29189] By: rgs on 2006/11/02 12:26:47 + Log: Subject: [PATCH] Add more backtracking control verbs to regex engine (?CUT), (?ERROR) + From: demerphq + Date: Thu, 2 Nov 2006 12:35:10 +0100 + Message-ID: <9b18b3110611020335h7ea469a8g28ca483f6832816d@mail.gmail.com> + Branch: perl + ! embed.fnc ext/re/re.pm pod/perl595delta.pod pod/perlre.pod + ! proto.h regcomp.c regcomp.h regcomp.pl regcomp.sym regexec.c + ! regexp.h regnodes.h t/op/pat.t +____________________________________________________________________________ +[ 29188] By: rgs on 2006/11/02 11:59:23 + Log: Subject: [patch at 21983] factor out $^O eq 'darwin' from XSLoader.pm + From: "Konovalov, Vadim Vladimirovich (Vadim)** CTR **" + Date: Thu, 2 Nov 2006 12:36:49 +0100 + Message-ID: + Branch: perl + ! ext/DynaLoader/XSLoader_pm.PL +____________________________________________________________________________ +[ 29187] By: rgs on 2006/11/02 11:14:42 + Log: Subject: Re: $, and say + From: Gisle Aas + Date: 27 Jan 2006 14:46:00 -0800 + Message-ID: + + with tweaks so "say;" continues to default to $_ + plus a regression test + Branch: perl + ! embed.fnc embed.h op.c opcode.h opcode.pl pod/perlfunc.pod + ! pp.sym pp_hot.c pp_proto.h proto.h t/io/say.t +____________________________________________________________________________ +[ 29186] By: rgs on 2006/11/02 11:01:29 + Log: Silence a gcc warning + Branch: perl + ! regexec.c +____________________________________________________________________________ +[ 29185] By: rgs on 2006/11/02 10:32:18 + Log: More regression tests for the _ prototype + Branch: perl + ! t/comp/uproto.t +____________________________________________________________________________ +[ 29184] By: rgs on 2006/11/02 10:06:37 + Log: More heuristics to make warnings.t pass under different + combinations of PERL_UNICODE / locale + Branch: perl + ! t/lib/common.pl +____________________________________________________________________________ +[ 29183] By: rgs on 2006/11/01 17:05:03 + Log: Subject: [PATCH] Add a commit verb to regex engine to allow fine tuning of backtracking control. + From: demerphq + Date: Tue, 31 Oct 2006 22:49:57 +0100 + Message-ID: <9b18b3110610311349n5947cc8fsf0b2e6ddd9a7ee01@mail.gmail.com> + Branch: perl + ! pod/perlre.pod regcomp.c regcomp.sym regexec.c regnodes.h + ! t/op/pat.t +____________________________________________________________________________ +[ 29182] By: rgs on 2006/11/01 16:29:05 + Log: Fix the failures in warnings tests when PERL_UNICODE is defined + that show up in the smokes under UTF-8 locales. Based on : + + Subject: Re: UTF-8 Failures in smoke ($PERL_UNICODE) + From: "H.Merijn Brand" + Date: Wed, 1 Nov 2006 17:03:55 +0100 + Message-ID: <20061101170355.7c57b515@pc09> + Branch: perl + ! t/lib/common.pl t/lib/warnings/9uninit +____________________________________________________________________________ +[ 29181] By: steveh on 2006/11/01 13:22:16 + Log: Forgot to bump Time-HiRes $VERSION in change #29180 + (IO's $VERSION is bumped already) + Branch: perl + ! ext/Time/HiRes/HiRes.pm +____________________________________________________________________________ +[ 29180] By: steveh on 2006/11/01 13:07:37 + Log: Silence VC++ compiler warnings + See: http://www.nntp.perl.org/group/perl.daily-build.reports/42208 + Branch: perl + ! ext/IO/IO.xs ext/Time/HiRes/HiRes.xs regexec.c +____________________________________________________________________________ +[ 29179] By: rgs on 2006/11/01 12:39:39 + Log: Subject: [PATCH] Remove beta status from compression modules + From: "Paul Marquess" + Date: Wed, 1 Nov 2006 10:34:52 -0000 + Message-ID: <02b301c6fda1$5d799950$4e3c140a@myopwv.com> + Branch: perl + ! ext/Compress/IO/Base/Changes ext/Compress/IO/Base/README + ! ext/Compress/IO/Base/lib/IO/Compress/Base.pm + ! ext/Compress/IO/Base/lib/IO/Compress/Base/Common.pm + ! ext/Compress/IO/Base/lib/IO/Uncompress/AnyUncompress.pm + ! ext/Compress/IO/Base/lib/IO/Uncompress/Base.pm + ! ext/Compress/IO/Zlib/Changes ext/Compress/IO/Zlib/README + ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Deflate.pm + ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Identity.pm + ! ext/Compress/IO/Zlib/lib/IO/Compress/Deflate.pm + ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip.pm + ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip/Constants.pm + ! ext/Compress/IO/Zlib/lib/IO/Compress/RawDeflate.pm + ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip.pm + ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip/Constants.pm + ! ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Constants.pm + ! ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Extra.pm + ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Identity.pm + ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Inflate.pm + ! ext/Compress/IO/Zlib/lib/IO/Uncompress/AnyInflate.pm + ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Gunzip.pm + ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Inflate.pm + ! ext/Compress/IO/Zlib/lib/IO/Uncompress/RawInflate.pm + ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Unzip.pm + ! ext/Compress/Raw/Zlib/Changes ext/Compress/Raw/Zlib/README + ! ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm + ! ext/Compress/Zlib/Changes ext/Compress/Zlib/README + ! ext/Compress/Zlib/lib/Compress/Zlib.pm +____________________________________________________________________________ +[ 29178] By: rgs on 2006/11/01 10:44:58 + Log: Regression test by Yves Orton for : [perl #36046] Special var @- + becomes arbitrarily large + Branch: perl + ! t/op/pat.t +____________________________________________________________________________ +[ 29177] By: nicholas on 2006/10/31 22:36:40 + Log: Missed a ) in a comment. + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 29176] By: rgs on 2006/10/31 16:28:33 + Log: Don't run ext/Sys/Syslog/t/constants.t with taint mode, so it's + not systematically skipped + Branch: perl + ! ext/Sys/Syslog/t/constants.t +____________________________________________________________________________ +[ 29175] By: rgs on 2006/10/31 16:02:03 + Log: Some diagnostic output was giving warnings in op/pack.t + under UTF-8 locales, and warnings where fatal by default. + Make them non-fatal for diagnostics. + Branch: perl + ! t/op/pack.t +____________________________________________________________________________ +[ 29174] By: rgs on 2006/10/31 14:47:25 + Log: Fix a case of segfault in ithread destruction + Branch: perl + ! ext/threads/threads.xs +____________________________________________________________________________ +[ 29173] By: rgs on 2006/10/31 14:29:07 + Log: Doc clarification for PerlIO::encoding + (thanks to Steve Hay) + Branch: perl + ! ext/PerlIO/encoding/encoding.pm +____________________________________________________________________________ +[ 29172] By: rgs on 2006/10/31 14:10:25 + Log: threads::shared doesn't use ppport.h in the core + Branch: perl + ! mkppport.lst +____________________________________________________________________________ +[ 29171] By: rgs on 2006/10/31 14:03:30 + Log: Subject: [PATCH] threads 1.47 + From: "Jerry D. Hedden" + Date: Tue, 31 Oct 2006 05:26:25 -0800 (PST) + Message-ID: <20061031132626.18317.qmail@web30214.mail.mud.yahoo.com> + Branch: perl + ! ext/threads/Changes ext/threads/README ext/threads/t/exit.t + ! ext/threads/t/stack.t ext/threads/t/thread.t + ! ext/threads/threads.pm ext/threads/threads.xs +____________________________________________________________________________ +[ 29170] By: rgs on 2006/10/31 13:51:38 + Log: Silence a warning and call readpipe_override() correctly. + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 29169] By: rgs on 2006/10/31 13:49:26 + Log: Make S_readpipe_override() compile with threads; regenerate perlapi.pod + Branch: perl + ! embed.fnc embed.h pod/perlapi.pod proto.h toke.c +____________________________________________________________________________ +[ 29168] By: rgs on 2006/10/31 13:34:30 + Log: Make readpipe() overridable (and also `` and qx//) + Branch: perl + ! opcode.h opcode.pl pod/perlsub.pod pod/perltodo.pod pp.c + ! t/op/cproto.t t/op/override.t toke.c +____________________________________________________________________________ +[ 29167] By: rgs on 2006/10/31 10:59:02 + Log: Remove duplicated entries + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 29166] By: gisle on 2006/10/30 20:13:04 + Log: Improve documentation of av_len and av_fill. + Branch: perl + ! av.c +____________________________________________________________________________ +[ 29165] By: nicholas on 2006/10/30 18:37:41 + Log: Avoid Devel::DProf failing an assertion during global destruction. + Branch: perl + ! ext/Devel/DProf/DProf.xs +____________________________________________________________________________ +[ 29164] By: stevep on 2006/10/30 18:29:30 + Log: It seems only HWND__* is needed by MinGW g++. + Branch: perl + ! win32/win32.c +____________________________________________________________________________ +[ 29162] By: rgs on 2006/10/30 17:56:33 + Log: The second patch from: + Subject: [PATCH] regex engine optimiser should grok subroutine patterns, and, name subroutine regops more intuitively + From: demerphq + Date: Mon, 30 Oct 2006 19:15:13 +0200 + Message-ID: <9b18b3110610300915x3abf6cddu9c2071a70bea48e1@mail.gmail.com> + Branch: perl + ! pod/perldiag.pod regcomp.c regcomp.sym regexec.c regnodes.h +____________________________________________________________________________ +[ 29161] By: rgs on 2006/10/30 17:36:18 + Log: The first patch from: + Subject: [PATCH] regex engine optimiser should grok subroutine patterns, and, name subroutine regops more intuitively + From: demerphq + Date: Mon, 30 Oct 2006 19:15:13 +0200 + Message-ID: <9b18b3110610300915x3abf6cddu9c2071a70bea48e1@mail.gmail.com> + Branch: perl + ! embed.fnc embed.h proto.h regcomp.c regcomp.sym regexec.c + ! regnodes.h +____________________________________________________________________________ +[ 29160] By: rgs on 2006/10/30 17:07:46 + Log: Mention that field hashes are for inside-out objects + (this will be useful for perl5100delta.) + Branch: perl + ! pod/perl594delta.pod +____________________________________________________________________________ +[ 29159] By: stevep on 2006/10/30 16:46:13 + Log: Subject: Patch 29155 breaks VC + From: demerphq + Date: Mon, 30 Oct 2006 18:08:17 +0200 + Message-ID: <9b18b3110610300808u39cc6cefxbee1468a149dc186@mail.gmail.com> + + Plus an additional casting. + Branch: perl + ! win32/win32.c +____________________________________________________________________________ +[ 29158] By: rgs on 2006/10/30 16:29:35 + Log: Update perldelta with changes up to 28867 + Branch: perl + ! pod/perl595delta.pod +____________________________________________________________________________ +[ 29157] By: stevep on 2006/10/30 15:53:50 + Log: VOL should be used instead of volatile in the core. + Branch: perl + ! op.c perl.c +____________________________________________________________________________ +[ 29156] By: merijn on 2006/10/30 14:14:25 + Log: $hex is already hex, so cannot be used in %X if starting with [A-F] + Branch: perl + ! lib/charnames.pm +____________________________________________________________________________ +[ 29155] By: stevep on 2006/10/30 13:58:15 + Log: Initial cleanups to support compiling Win32 with MinGW g++. + Branch: perl + ! perlio.c win32/win32.c +____________________________________________________________________________ +[ 29154] By: rgs on 2006/10/30 11:25:39 + Log: Subject: Re: Closures with named subs + From: Christian Winter + Date: Sun, 29 Oct 2006 21:34:25 +0100 + Message-ID: <45451051.4080200@linux-config.de> + Branch: perl + ! pod/perlref.pod +____________________________________________________________________________ +[ 29153] By: rgs on 2006/10/30 10:38:09 + Log: Subject: [PATCH] threads 1.46 + From: "Jerry D. Hedden" + Date: Fri, 27 Oct 2006 17:01:11 -0700 (PDT) + Message-ID: <20061028000111.23729.qmail@web30207.mail.mud.yahoo.com> + Branch: perl + ! ext/threads/Changes ext/threads/README ext/threads/t/thread.t + ! ext/threads/threads.pm ext/threads/threads.xs +____________________________________________________________________________ +[ 29152] By: rgs on 2006/10/30 10:13:22 + Log: Silence a g++ warning reported by Jarkko. + Branch: perl + ! ext/Data/Dumper/Dumper.xs +____________________________________________________________________________ +[ 29151] By: rgs on 2006/10/30 10:08:24 + Log: Delete Encode's MANIFEST (or else the make process complains + about the missing Encode's META.yml file) + Branch: perl + - ext/Encode/MANIFEST + ! MANIFEST +____________________________________________________________________________ +[ 29150] By: steveh on 2006/10/30 10:02:35 + Log: Bump $VERSION in Term::UI following change #29120 + Branch: perl + ! lib/Term/UI.pm +____________________________________________________________________________ +[ 29149] By: rgs on 2006/10/30 09:52:05 + Log: Subject: [PATCH] Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.68.tar.gz + From: John Peacock + Date: Sun, 29 Oct 2006 14:47:51 -0500 + Message-ID: <45450567.7040609@rowman.com> + Branch: perl + ! lib/version.pm lib/version.t +____________________________________________________________________________ +[ 29148] By: rgs on 2006/10/30 09:43:30 + Log: Subject: [patch] simplify optree test support + From: Jim Cromie + Date: Sun, 29 Oct 2006 14:50:02 -0700 + Message-ID: <4545220A.6060500@gmail.com> + Branch: perl + ! ext/B/t/OptreeCheck.pm +____________________________________________________________________________ +[ 29147] By: steveh on 2006/10/30 09:38:21 + Log: Add some missing targets to win32/makefile.mk + + This updates makefile.mk w.r.t. Makefile, following changes #28293, + #28832, #28904 and #29131 + Branch: perl + ! win32/makefile.mk +____________________________________________________________________________ +[ 29146] By: rgs on 2006/10/30 09:33:33 + Log: In vim, modelines are not taken into account if they begin on the + first character. Also, regenerate perlintern.pod. + Branch: perl + ! autodoc.pl pod/perlapi.pod pod/perlintern.pod +____________________________________________________________________________ +[ 29145] By: merijn on 2006/10/30 07:17:18 + Log: Subject: [PATCH@29157] wince patch + From: Vadim + Date: Sat, 28 Oct 2006 23:48:46 +0400 + Message-ID: <4543B41E.3070006@vkonovalov.ru> + Branch: perl + ! README.ce win32/Makefile.ce +____________________________________________________________________________ +[ 29144] By: craigb on 2006/10/30 00:33:34 + Log: When we open a file and pass it along to PerlIO, be sure to enter the + PerlIO world via Unix I/O. If you start from stdio, a Unix I/O counter + will get decremented on close even though it was never incremented (and + may not even exist). Exposed by #29065. + Branch: perl + ! vms/ext/Stdio/Stdio.xs +____________________________________________________________________________ +[ 29143] By: craigb on 2006/10/30 00:23:35 + Log: Change the non-mkstemp, non-win32 code path of PerlIO_tmpfile + to use PerlIO_fdopen so that when the tmpfile is closed we do + not decrement a ref count that doesn't exist or is zero. + Branch: perl + ! perlio.c +____________________________________________________________________________ +[ 29142] By: stevep on 2006/10/30 00:22:00 + Log: Changes to get perl to compile with g++ on Cygwin. Some additional + changes will be needed to get it to link though. + Branch: perl + ! cygwin/cygwin.c malloc.c perl.h sv.c +____________________________________________________________________________ +[ 29140] By: nicholas on 2006/10/29 22:01:17 + Log: Subject: [PATHCH] Scalar::Util::readonly & compression (was RE: Change 29117: [PATCH] IO::Compress modules) + From: "Paul Marquess" + Message-ID: <02cf01c6fb9d$ade808a0$6501a8c0@myopwv.com> + Date: Sun, 29 Oct 2006 21:03:21 -0000 + Branch: perl + ! ext/Compress/IO/Base/t/01misc.t t/lib/compress/oneshot.pl +____________________________________________________________________________ +[ 29139] By: nicholas on 2006/10/29 21:54:29 + Log: Fix a typo in my description for change 26427. + Branch: perl + ! Changes +____________________________________________________________________________ +[ 29138] By: nicholas on 2006/10/29 21:23:12 + Log: Modify autodoc.pl to add read-only editor boilerplate for perlapi.pod + and perlguts.pod + Branch: perl + ! autodoc.pl pod/perlapi.pod pod/perlguts.pod +____________________________________________________________________________ +[ 29133] By: nicholas on 2006/10/29 19:27:45 + Log: Subject: [PATCH] Re: Deparse bug? + From: Stephen McCamant + Message-ID: <17732.55694.646895.706177@apocalypse.OCF.Berkeley.EDU> + Date: Sun, 29 Oct 2006 08:40:46 -0800 + Branch: perl + ! ext/B/B/Deparse.pm ext/B/t/deparse.t +____________________________________________________________________________ +[ 29131] By: merijn on 2006/10/29 18:32:55 + Log: Subject: [PATCH] Add a few useful developers maketargets to win32/Makefile + From: demerphq + Date: Sun, 29 Oct 2006 13:28:31 +0200 + Message-ID: <9b18b3110610290328v71956891s7df10e40efd2350c@mail.gmail.com> + Branch: perl + ! win32/Makefile +____________________________________________________________________________ +[ 29130] By: nicholas on 2006/10/29 18:30:25 + Log: Add the note from change 25773 about auditing for destruction ordering. + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 29128] By: nicholas on 2006/10/29 18:23:01 + Log: I shrunk struct context, so remove it from perltodo. + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 29127] By: nicholas on 2006/10/27 21:40:40 + Log: Change 27779 failed to free() memory in two places in Perl_magic_set(), + and hence was leaking like the proverbial Jumblie maritime craft. + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 29126] By: stevep on 2006/10/27 13:29:05 + Log: Upgrade to Pod-Parser-1.35. + Branch: perl + + t/pod/p2u_data.pl t/pod/twice.t + ! MANIFEST lib/Pod/Checker.pm lib/Pod/ParseUtils.pm + ! lib/Pod/Parser.pm lib/Pod/PlainText.pm lib/Pod/Select.pm + ! lib/Pod/Usage.pm t/pod/testcmp.pl +____________________________________________________________________________ +[ 29125] By: rgs on 2006/10/27 09:45:33 + Log: Document the limitation of Attribute::Handlers w.r.t. UNITCHECK blocks. + Branch: perl + ! lib/Attribute/Handlers.pm +____________________________________________________________________________ +[ 29124] By: rgs on 2006/10/27 08:43:26 + Log: Subject: [PATCH] Change MY_CXT ref in perl.h + From: "Jerry D. Hedden" + Date: Thu, 26 Oct 2006 08:35:46 -0700 (PDT) + Message-ID: <20061026153546.71547.qmail@web30214.mail.mud.yahoo.com> + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 29123] By: rgs on 2006/10/27 08:41:45 + Log: Subject: [PATCH] Make 'threads' conform to perlguts + From: "Jerry D. Hedden" + Date: Thu, 26 Oct 2006 11:10:57 -0700 (PDT) + Message-ID: <20061026181057.74650.qmail@web30211.mail.mud.yahoo.com> + Branch: perl + ! ext/threads/threads.xs +____________________________________________________________________________ +[ 29122] By: stevep on 2006/10/27 04:48:43 + Log: Spelling fixes for re.pm. + Branch: perl + ! ext/re/re.pm +____________________________________________________________________________ +[ 29121] By: stevep on 2006/10/27 03:48:34 + Log: Spelling nits from Debian bug list... + + Subject: Bug#395426: perl: spelling errors + From: Matt Taggart + Date: Thu, 26 Oct 2006 15:23:29 -0700 + Message-Id: <20061026222329.8B8CF1AAC6D@cyrix.home.bogus> + Branch: perl + ! ext/Encode/bin/enc2xs lib/ExtUtils/xsubpp x2p/find2perl.PL + ! x2p/s2p.PL +____________________________________________________________________________ +[ 29120] By: steveh on 2006/10/26 16:26:56 + Log: Close temporary test file before unlinking (for the sake of Win32) + Branch: perl + ! lib/Term/UI/t/02_ui.t +____________________________________________________________________________ +[ 29119] By: rgs on 2006/10/26 16:11:26 + Log: Document the new (?FAIL) assertion (Yves Orton) + Branch: perl + ! pod/perlre.pod +____________________________________________________________________________ +[ 29118] By: rgs on 2006/10/26 15:58:18 + Log: Subject: [PATCH] Fix a problem with jump-tries, add (?FAIL) pattern. + From: demerphq + Date: Thu, 26 Oct 2006 14:59:11 +0200 + Message-ID: <9b18b3110610260559k3efa98barc28987e88c581a8a@mail.gmail.com> + Branch: perl + ! regcomp.c regcomp.sym regexec.c regexp.h regnodes.h + ! t/op/re_tests +____________________________________________________________________________ +[ 29117] By: rgs on 2006/10/26 15:42:40 + Log: Subject: [PATCH] IO::Compress modules + From: "Paul Marquess" + Date: Thu, 26 Oct 2006 15:29:43 +0100 + Message-ID: <028201c6f90b$2de7a4b0$4e3c140a@myopwv.com> + Branch: perl + ! ext/Compress/IO/Base/Changes ext/Compress/IO/Base/Makefile.PL + ! ext/Compress/IO/Base/README + ! ext/Compress/IO/Base/lib/IO/Compress/Base.pm + ! ext/Compress/IO/Base/lib/IO/Compress/Base/Common.pm + ! ext/Compress/IO/Base/lib/IO/Uncompress/AnyUncompress.pm + ! ext/Compress/IO/Base/lib/IO/Uncompress/Base.pm + ! ext/Compress/IO/Base/private/MakeUtil.pm + ! ext/Compress/IO/Base/t/01misc.t ext/Compress/IO/Zlib/Changes + ! ext/Compress/IO/Zlib/README + ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Deflate.pm + ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Identity.pm + ! ext/Compress/IO/Zlib/lib/IO/Compress/Deflate.pm + ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip.pm + ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip/Constants.pm + ! ext/Compress/IO/Zlib/lib/IO/Compress/RawDeflate.pm + ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip.pm + ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip/Constants.pm + ! ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Constants.pm + ! ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Extra.pm + ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Identity.pm + ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Inflate.pm + ! ext/Compress/IO/Zlib/lib/IO/Uncompress/AnyInflate.pm + ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Gunzip.pm + ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Inflate.pm + ! ext/Compress/IO/Zlib/lib/IO/Uncompress/RawInflate.pm + ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Unzip.pm + ! ext/Compress/IO/Zlib/private/MakeUtil.pm + ! ext/Compress/Raw/Zlib/Changes + ! ext/Compress/Raw/Zlib/Makefile.PL ext/Compress/Raw/Zlib/README + ! ext/Compress/Raw/Zlib/Zlib.xs + ! ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm + ! ext/Compress/Raw/Zlib/private/MakeUtil.pm + ! ext/Compress/Zlib/Changes ext/Compress/Zlib/README + ! ext/Compress/Zlib/lib/Compress/Zlib.pm + ! ext/Compress/Zlib/private/MakeUtil.pm + ! t/lib/compress/CompTestUtils.pm t/lib/compress/generic.pl + ! t/lib/compress/multi.pl t/lib/compress/oneshot.pl +____________________________________________________________________________ +[ 29116] By: rgs on 2006/10/26 15:30:52 + Log: Subject: Re: [perl #40583] sprintf "%#04X" also uppercases the 0x-prefix + From: SADAHIRO Tomoyuki + Date: Fri, 27 Oct 2006 00:19:34 +0900 + Message-Id: <20061027001924.B158.BQW10602@nifty.com> + Branch: perl + ! pod/perlfunc.pod sv.c t/op/sprintf.t +____________________________________________________________________________ +[ 29115] By: merijn on 2006/10/26 14:08:03 + Log: Subject: [PATCH] Fix typo in File::Find POD + From: "Jerry D. Hedden" + Date: Thu, 26 Oct 2006 06:50:04 -0700 (PDT) + Message-ID: <20061026135004.79720.qmail@web30211.mail.mud.yahoo.com> + Branch: perl + ! lib/File/Find.pm +____________________________________________________________________________ +[ 29114] By: rgs on 2006/10/26 12:22:07 + Log: Add Term::UI and Object::Accessor to the list of dual-life modules + Branch: perl + ! Porting/Maintainers.pl +____________________________________________________________________________ +[ 29113] By: rgs on 2006/10/26 12:16:49 + Log: Subject: [PATCH] Add Object::Accessor to the core + From: "Jos Boumans" + Date: Thu, 26 Oct 2006 14:04:44 +0200 (CEST) + Message-ID: <18983.80.127.35.68.1161864284.squirrel@webmail.xs4all.nl> + Branch: perl + + lib/Object/Accessor.pm + + lib/Object/Accessor/t/00_Object-Accessor.t + + lib/Object/Accessor/t/01_Object-Accessor-Subclassed.t + + lib/Object/Accessor/t/02_Object-Accessor-allow.t + + lib/Object/Accessor/t/03_Object-Accessor-local.t + + lib/Object/Accessor/t/04_Object-Accessor-lvalue.t + + lib/Object/Accessor/t/05_Object-Accessor-callback.t + ! MANIFEST +____________________________________________________________________________ +[ 29112] By: rgs on 2006/10/26 12:13:59 + Log: Subject: [PATCH] Add Term::UI to the core + From: "Jos Boumans" + Date: Mon, 23 Oct 2006 12:07:23 +0200 (CEST) + Message-ID: <19689.80.127.35.68.1161598043.squirrel@webmail.xs4all.nl> + Branch: perl + + lib/Term/UI.pm lib/Term/UI/History.pm lib/Term/UI/t/00_load.t + + lib/Term/UI/t/01_history.t lib/Term/UI/t/02_ui.t + ! MANIFEST +____________________________________________________________________________ +[ 29111] By: rgs on 2006/10/26 11:02:15 + Log: Fix a memory leak : + Subject: Re: Valgrind findings + From: demerphq + Date: Thu, 26 Oct 2006 12:34:43 +0200 + Message-ID: <9b18b3110610260334t6b77c2dbu2ca8207d822402da@mail.gmail.com> + Branch: perl + ! regexec.c +____________________________________________________________________________ +[ 29110] By: rgs on 2006/10/26 10:42:03 + Log: Subject: [PATCH] threads-shared 1.05 + From: "Jerry D. Hedden" + Date: Wed, 25 Oct 2006 11:27:15 -0700 (PDT) + Message-ID: <20061025182715.561.qmail@web30211.mail.mud.yahoo.com> + Branch: perl + ! ext/threads/shared/Changes ext/threads/shared/Makefile.PL + ! ext/threads/shared/README ext/threads/shared/shared.pm + ! ext/threads/shared/shared.xs +____________________________________________________________________________ +[ 29109] By: rgs on 2006/10/26 10:37:43 + Log: Subject: [PATCH] threads 1.45 + From: "Jerry D. Hedden" + Date: Wed, 25 Oct 2006 11:26:29 -0700 (PDT) + Message-ID: <20061025182629.16434.qmail@web30209.mail.mud.yahoo.com> + Branch: perl + ! ext/threads/Changes ext/threads/Makefile.PL ext/threads/README + ! ext/threads/t/thread.t ext/threads/threads.pm +____________________________________________________________________________ +[ 29108] By: rgs on 2006/10/25 16:19:50 + Log: Fix small leak with -F at interpreter destruction + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 29107] By: rgs on 2006/10/25 13:51:55 + Log: Plug a memory leak in newCONSTSUB + Branch: perl + ! op.c +____________________________________________________________________________ +[ 29106] By: rgs on 2006/10/25 12:16:08 + Log: I'll finally get it right. (thanks to Sadahiro Tomoyuki) + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 29105] By: rgs on 2006/10/25 11:18:27 + Log: Fix nit in previous patch, spotted by Gisle + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 29104] By: rgs on 2006/10/25 10:59:55 + Log: Add a %B sprintf format + + Subject: Re: [perl #40583] sprintf "%#04X" also uppercases the 0x-prefix + From: Nicholas Clark + Date: Mon, 23 Oct 2006 18:19:51 +0100 + Message-ID: <20061023171951.GA3262@plum.flirble.org> + (plus docs) + Branch: perl + ! pod/perlfunc.pod sv.c t/op/sprintf.t +____________________________________________________________________________ +[ 29103] By: rgs on 2006/10/25 10:27:05 + Log: Subject: [PATCH] FindBin.pm: better fix for PATH entries + From: Alexey Tourbin + Date: Wed, 25 Oct 2006 14:02:55 +0400 + Message-ID: <20061025100255.GE7821@localhost.localdomain> + Branch: perl + ! lib/FindBin.pm +____________________________________________________________________________ +[ 29102] By: rgs on 2006/10/25 09:56:06 + Log: Document that warnings.pm doesn't load Carp anymore + Branch: perl + ! pod/perl595delta.pod +____________________________________________________________________________ +[ 29101] By: craigb on 2006/10/25 03:58:38 + Log: Initialize d_ctermid and i_gdbm in configure.com. + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 29100] By: stevep on 2006/10/24 15:44:22 + Log: Upgrade to CPAN-1.88_57. + Branch: perl + ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm + ! lib/CPAN/SIGNATURE +____________________________________________________________________________ +[ 29099] By: rgs on 2006/10/24 14:42:13 + Log: Silence an expected warning (when playing with utf8ness and string overloading) + Branch: perl + ! t/uni/overload.t +____________________________________________________________________________ +[ 29098] By: rgs on 2006/10/24 12:53:14 + Log: New UTF-8 warning : Variable length character upgraded in print. + + Subject: Re: Changing the internal encoding (was: Re: utf8 regexp performance problem) + From: SADAHIRO Tomoyuki + Date: Sun, 22 Oct 2006 14:32:34 +0900 + Message-Id: <20061022142512.A7D3.BQW10602@nifty.com> + + (but with ckWARN_d replaced by ckWARN) + Branch: perl + ! doio.c pod/perldiag.pod +____________________________________________________________________________ +[ 29097] By: rgs on 2006/10/24 09:46:57 + Log: No warning was produced if perl failed to load PerlIO::scalar + (contrary to other PerlIO layers.) + Branch: perl + ! perlio.c +____________________________________________________________________________ +[ 29096] By: merijn on 2006/10/23 15:43:15 + Log: Fix for RT#38169 & RT#38945 + Configure won't handle versions 5.10.0 or 5.8.10. + Branch: perl + ! Configure config_h.SH +____________________________________________________________________________ +[ 29093] By: rgs on 2006/10/23 13:43:32 + Log: Document that the %#X printf format prefixes the output with 0X, not 0x. + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 29092] By: rgs on 2006/10/23 09:33:26 + Log: Update Changes + Branch: perl + ! Changes +____________________________________________________________________________ +[ 29091] By: rgs on 2006/10/23 09:22:05 + Log: Some notes about the recent changes in perldelta + Branch: perl + ! pod/perl595delta.pod +____________________________________________________________________________ +[ 29090] By: rgs on 2006/10/23 08:51:02 + Log: Subject: [PATCH] base.pm + From: Ovid + Date: Thu, 19 Oct 2006 08:47:48 -0700 (PDT) + Message-ID: <20061019154748.87433.qmail@web60824.mail.yahoo.com> + Branch: perl + ! lib/base.pm lib/base/t/base.t +____________________________________________________________________________ +[ 29089] By: rgs on 2006/10/23 08:28:08 + Log: Protection against overwriting defsubs.h via a symlink + (by Jim Cromie) + Branch: perl + ! ext/B/defsubs_h.PL +____________________________________________________________________________ +[ 29088] By: rgs on 2006/10/23 08:27:05 + Log: Subject: [patch] make test.valgrind capable of running cachegrind + From: Jim Cromie + Date: Fri, 20 Oct 2006 14:49:03 -0600 + Message-ID: <4539363F.9020205@gmail.com> + Branch: perl + ! t/TEST +____________________________________________________________________________ +[ 29086] By: nicholas on 2006/10/22 22:51:59 + Log: Fix the other bug introduced by change 29079 + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 29085] By: nicholas on 2006/10/22 22:35:42 + Log: Fix bug in change 27321 - Perl_ss_dup should also have been updated. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 29084] By: nicholas on 2006/10/22 22:12:57 + Log: Fix a bug introduced by change 29079 + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 29083] By: stevep on 2006/10/22 21:47:11 + Log: Removed typo that caused a variable to shadow an existing variable + in an external scope. + Branch: perl + ! ext/threads/Makefile.PL +____________________________________________________________________________ +[ 29082] By: nicholas on 2006/10/22 21:02:28 + Log: Merge cases in Perl_ss_dup(). + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 29079] By: nicholas on 2006/10/22 19:06:14 + Log: const the variable used for the save stack type in Perl_ss_dup(). + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 29078] By: rgs on 2006/10/22 13:15:39 + Log: Make the overrides of built-ins in the bytes pragma use the new prototype _. + Branch: perl + ! lib/bytes.pm lib/bytes_heavy.pl +____________________________________________________________________________ +[ 29077] By: nicholas on 2006/10/21 23:01:45 + Log: Add PERLIO_INIT and PERLIO_TERM to PERL_SYS_INIT* and PERL_SYS_TERM* + in */*ish.h headers. + Branch: perl + ! epoc/epocish.h mpeix/mpeixish.h os2/os2ish.h plan9/plan9ish.h + ! vms/vmsish.h +____________________________________________________________________________ +[ 29076] By: nicholas on 2006/10/21 22:40:28 + Log: Subject: Re: Change 29050: Memory leak fix, by Jarkko + From: Jarkko Hietaniemi + Message-ID: <453A97FA.5090403@iki.fi> + Date: Sat, 21 Oct 2006 17:58:18 -0400 + + (Make AIX linker happy) + Branch: perl + ! makedef.pl +____________________________________________________________________________ +[ 29075] By: nicholas on 2006/10/21 21:53:48 + Log: Semicolon consistency between PERL_FPU_INIT and the other INITs. + Branch: perl + ! perl.h unixish.h +____________________________________________________________________________ +[ 29074] By: nicholas on 2006/10/21 21:31:20 + Log: Add PERLIO_INIT to PERL_SYS_INIT. + I infer that this was accidentally omitted from change 29060 + Branch: perl + ! dosish.h perl.h unixish.h +____________________________________________________________________________ +[ 29073] By: nicholas on 2006/10/21 21:02:53 + Log: Always defining PERLIO_TERM, even if it's empty, makes for a simpler + PERL_SYS_TERM + Branch: perl + ! dosish.h perl.h unixish.h +____________________________________________________________________________ +[ 29072] By: stevep on 2006/10/21 18:16:53 + Log: Changes for threads::shared to all building with g++. + Branch: perl + ! ext/threads/shared/Makefile.PL ext/threads/shared/shared.xs +____________________________________________________________________________ +[ 29071] By: stevep on 2006/10/21 16:45:38 + Log: Fixes for Storable.xs when compiling a threaded Perl with g++. + Branch: perl + ! ext/Storable/Storable.xs +____________________________________________________________________________ +[ 29070] By: stevep on 2006/10/21 16:17:58 + Log: Fix in perl.h for compiling with g++. + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 29069] By: stevep on 2006/10/21 13:28:13 + Log: Better solution to silencing prereq warnings from threads's + Makefile.PL + Branch: perl + ! ext/threads/Makefile.PL +____________________________________________________________________________ +[ 29068] By: stevep on 2006/10/21 02:04:19 + Log: Quiet a warning in pp_sys.c on AIX. + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 29067] By: stevep on 2006/10/20 19:28:46 + Log: Comment out Hash::Util and IO::File from prereqs of threads, since + they are both available in the core. + Branch: perl + ! ext/threads/Makefile.PL +____________________________________________________________________________ +[ 29066] By: rgs on 2006/10/20 15:31:36 + Log: Adjustment to symbol lists after latest changes (by Jarkko) + Branch: perl + ! makedef.pl perlio.sym +____________________________________________________________________________ +[ 29065] By: rgs on 2006/10/20 15:04:47 + Log: Enable perlio mutexes under threads (by Jarkko) + Branch: perl + ! perlio.c perlvars.h +____________________________________________________________________________ +[ 29064] By: rgs on 2006/10/20 13:01:14 + Log: regen headers + Branch: perl + ! embedvar.h perlapi.h +____________________________________________________________________________ +[ 29063] By: davem on 2006/10/20 13:00:52 + Log: only do \C hackery if \C is seen + + From: demerphq + Date: Fri, 20 Oct 2006 12:38:13 +0200 + Subject: Re: utf8 regexp performance problem + Message-ID: <9b18b3110610200338k5df1d3afpf829fbc0f3663a75@mail.gmail.com> + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 29062] By: rgs on 2006/10/20 11:51:57 + Log: Subject: [PATCH] B:: changes for UNITCHECK blocks + From: Alex Gough + Date: Fri, 20 Oct 2006 02:05:20 +0100 + Message-ID: <20061020010520.GC12290@the.earth.li> + Branch: perl + ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Deparse.pm + ! ext/B/t/concise-xs.t ext/B/t/optree_specials.t +____________________________________________________________________________ +[ 29061] By: rgs on 2006/10/20 10:32:20 + Log: Let's undocument -Dusesfio in INSTALL. + Branch: perl + ! INSTALL +____________________________________________________________________________ +[ 29060] By: rgs on 2006/10/20 10:20:18 + Log: More leak fixes, by Jarkko + Branch: perl + ! dosish.h perl.h perlio.c perliol.h perlvars.h unixish.h +____________________________________________________________________________ +[ 29059] By: davem on 2006/10/20 10:06:57 + Log: zero length $1 took too long to detect utf8-ness + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 29058] By: rgs on 2006/10/20 09:04:49 + Log: Silence some warnings + Branch: perl + ! pp_ctl.c regcomp.c +____________________________________________________________________________ +[ 29057] By: nicholas on 2006/10/19 20:52:31 + Log: Subject: Re: Off by one in the trie code? + From: demerphq + Message-ID: <9b18b3110610181151i3ca438cdied769ebaa4255079@mail.gmail.com> + Date: Wed, 18 Oct 2006 20:51:41 +0200 + + 1. code necessary to make patterns with interpolated vars behave + correctly under lexical re 'debug', including additional tests. + 2. changes necessary to resolve the off by one error, + 3. tweaks to re.pm to document that re 'debug' is lexical, + Branch: perl + ! ext/re/re.pm ext/re/t/lexical_debug.pl + ! ext/re/t/lexical_debug.t ext/re/t/regop.pl ext/re/t/regop.t + ! pp_ctl.c regcomp.c regcomp.h +____________________________________________________________________________ +[ 29056] By: nicholas on 2006/10/19 20:47:53 + Log: Subject: Re: Off by one in the trie code? + From: demerphq + Date: Wed, 18 Oct 2006 20:51:41 +0200 + Message-ID: <9b18b3110610181151i3ca438cdied769ebaa4255079@mail.gmail.com> + + change test files that do a require "./test.pl"; without a BEGIN block + to ensure prototypes are seen, plus fix any breakage this reveals. + Branch: perl + ! ext/Devel/Peek/t/Peek.t ext/POSIX/t/posix.t lib/vmsish.t + ! t/comp/parser.t t/comp/utf.t t/io/argv.t t/io/utf8.t + ! t/op/stash.t t/run/switchC.t t/run/switchd.t t/run/switches.t +____________________________________________________________________________ +[ 29055] By: merijn on 2006/10/19 16:40:08 + Log: isnb't the same as C, and looks so stupid in man + Branch: perl + ! pod/perlop.pod +____________________________________________________________________________ +[ 29054] By: rgs on 2006/10/19 16:20:41 + Log: Trim perltodo. + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 29053] By: rgs on 2006/10/19 15:54:15 + Log: Subject: [PATCH] stab at UNITCHECK blocks + From: Alex Gough + Date: Thu, 19 Oct 2006 13:04:12 +0100 + Message-ID: <20061019120412.GA12290@the.earth.li> + Branch: perl + + t/op/blocks.t + ! MANIFEST cv.h embedvar.h intrpvar.h keywords.h keywords.pl + ! madly.act madly.h madly.tab madly.y op.c perl.c + ! perl_keyword.pl perlapi.h perly.act perly.tab perly.y + ! pod/perldebug.pod pod/perldiag.pod pod/perlfunc.pod + ! pod/perlmod.pod pod/perlrun.pod pod/perlsub.pod pp_ctl.c sv.c + ! toke.c +____________________________________________________________________________ +[ 29052] By: stevep on 2006/10/19 13:49:56 + Log: Subject: [PATCH] Add Log::Message and Log::Message::Simple to the core + From: "Jos Boumans" + Date: Fri, 13 Oct 2006 17:12:57 +0200 (CEST) + Message-ID: <13003.80.127.35.68.1160752377.squirrel@webmail.xs4all.nl> + Branch: perl + + lib/Log/Message.pm lib/Log/Message/Config.pm + + lib/Log/Message/Handlers.pm lib/Log/Message/Item.pm + + lib/Log/Message/Simple.pm lib/Log/Message/Simple/t/01_use.t + + lib/Log/Message/Simple/t/02_imports.t + + lib/Log/Message/Simple/t/03_functions.t + + lib/Log/Message/t/01_Log-Message-Config.t + + lib/Log/Message/t/02_Log-Message.t + + lib/Log/Message/t/conf/LoadMe.pl + + lib/Log/Message/t/conf/config_file + ! MANIFEST Porting/Maintainers.pl +____________________________________________________________________________ +[ 29051] By: rgs on 2006/10/19 12:17:18 + Log: Make prototype("CORE::mkdir") work. That's a special case, + since from the OA_* flags we can't figure out which parameter + is going to default to $_. + Branch: perl + ! pp.c t/op/cproto.t +____________________________________________________________________________ +[ 29050] By: rgs on 2006/10/19 12:08:24 + Log: Memory leak fix, by Jarkko + Branch: perl + ! perlio.c +____________________________________________________________________________ +[ 29049] By: rgs on 2006/10/19 10:27:20 + Log: Adjust documentation for previous change + Branch: perl + ! pod/perlsub.pod +____________________________________________________________________________ +[ 29048] By: rgs on 2006/10/19 10:26:54 + Log: Allow the _ prototype character to be followed by optional arguments + Branch: perl + ! op.c t/comp/uproto.t +____________________________________________________________________________ +[ 29047] By: rgs on 2006/10/19 08:56:14 + Log: Make all JAPH tests pass + Branch: perl + ! t/japh/abigail.t +____________________________________________________________________________ +[ 29046] By: rgs on 2006/10/19 08:04:04 + Log: Remove free() part of change #29045, which causes + panics from miniperl in FreeBSD/multithreaded + Branch: perl + ! perlio.c +____________________________________________________________________________ +[ 29045] By: stevep on 2006/10/19 01:18:50 + Log: Subject: [PATCH] blead valgrind finding + From: Jarkko Hietaniemi + Date: Wed, 18 Oct 2006 20:07:54 -0400 + Message-ID: <4536C1DA.4060600@iki.fi> + Branch: perl + ! perlio.c +____________________________________________________________________________ +[ 29044] By: rgs on 2006/10/18 20:26:37 + Log: Make prototype("CORE::foo") return prototypes with _ when it should + (except for mkdir) + Branch: perl + ! pp.c t/op/cproto.t +____________________________________________________________________________ +[ 29043] By: rgs on 2006/10/18 19:37:01 + Log: Add a regression test for change #29041 + Branch: perl + ! t/comp/uproto.t +____________________________________________________________________________ +[ 29042] By: nicholas on 2006/10/18 19:11:55 + Log: Using explicit printf-like APIs with a format of "%s" isn't the world's + most efficient idea. + Branch: perl + ! XSUB.h dump.c +____________________________________________________________________________ +[ 29041] By: rgs on 2006/10/18 17:40:57 + Log: Functions with a (_) prototype should behave as unary operators + (which is not the case of functions with a (;$) prototype) + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 29040] By: nicholas on 2006/10/18 17:35:06 + Log: panic if we attempt to sv_setsv to or from an already freed SV. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 29039] By: rgs on 2006/10/18 14:41:26 + Log: Test for the interaction between ; and _ in prototypes + Branch: perl + ! t/comp/uproto.t +____________________________________________________________________________ +[ 29038] By: rgs on 2006/10/18 14:34:26 + Log: Document _ prototype in perlsub + Branch: perl + ! pod/perlsub.pod +____________________________________________________________________________ +[ 29037] By: rgs on 2006/10/18 14:30:57 + Log: Fix prototype to mimic built-in in perlsub examples + Branch: perl + ! pod/perlsub.pod +____________________________________________________________________________ +[ 29036] By: rgs on 2006/10/18 14:01:59 + Log: The _ character is only allowed to be at the end of prototypes + Branch: perl + ! op.c t/comp/uproto.t +____________________________________________________________________________ +[ 29035] By: rgs on 2006/10/18 12:54:34 + Log: Improvements and fixes to the _ prototype + Branch: perl + ! op.c t/comp/uproto.t +____________________________________________________________________________ +[ 29034] By: rgs on 2006/10/18 08:49:01 + Log: FAQ sync + Branch: perl + ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod + ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod + ! pod/perlfaq7.pod pod/perlfaq9.pod +____________________________________________________________________________ +[ 29033] By: rgs on 2006/10/18 08:24:30 + Log: Subject: [perl #40557] regexec.c saves context stack position improperly + From: Dave Bailey (via RT) + Date: Tue, 17 Oct 2006 09:37:28 -0700 + Message-ID: + Branch: perl + ! regexec.c scope.c scope.h +____________________________________________________________________________ +[ 29032] By: rgs on 2006/10/17 16:07:04 + Log: First attempt at implementing the _ prototype + Branch: perl + + t/comp/uproto.t + ! MANIFEST op.c toke.c +____________________________________________________________________________ +[ 29031] By: stevep on 2006/10/17 15:43:05 + Log: Upgrade to Time-HiRes-1.94. + Branch: perl + ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm + ! ext/Time/HiRes/t/HiRes.t +____________________________________________________________________________ +[ 29030] By: rgs on 2006/10/17 14:13:52 + Log: Subject: Re: [PATCH] remove leaveit from toke.c:scan_const + From: SADAHIRO Tomoyuki + Date: Tue, 17 Oct 2006 23:10:04 +0900 + Message-Id: <20061017230958.41A2.BQW10602@nifty.com> + Branch: perl + ! pod/perldiag.pod +____________________________________________________________________________ +[ 29029] By: stevep on 2006/10/17 12:42:04 + Log: Upgrade to CPAN-1.88_55. + Branch: perl + ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/SIGNATURE +____________________________________________________________________________ +[ 29028] By: rgs on 2006/10/17 07:44:09 + Log: Less brace nesting. + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 29027] By: rgs on 2006/10/16 12:59:07 + Log: The "Unrecognized escape" warning can now be emitted in category + "regexp" after change 29026 + Branch: perl + ! pod/perldiag.pod +____________________________________________________________________________ +[ 29026] By: rgs on 2006/10/16 12:55:28 + Log: Subject: [PATCH] remove leaveit from toke.c:scan_const + From: SADAHIRO Tomoyuki + Date: Sun, 15 Oct 2006 22:23:00 +0900 + Message-Id: <20061015222223.BC38.BQW10602@nifty.com> + Branch: perl + ! pod/perlop.pod t/lib/warnings/regcomp t/lib/warnings/toke + ! t/op/pat.t t/op/regmesg.t toke.c +____________________________________________________________________________ +[ 29025] By: rgs on 2006/10/16 09:26:17 + Log: Subject: [PATCH] Re: sprintf 64 test + From: SADAHIRO Tomoyuki + Date: Sun, 15 Oct 2006 16:51:34 +0900 + Message-Id: <20061015165052.77AD.BQW10602@nifty.com> + + 1. nullify 0 flag in integer conversions when precision is given + 2. ignore space after a plus sign as a sign for a nonnegative number + 3. make a negative precision through * working as if the precision + is omitted + Branch: perl + ! pod/perlfunc.pod sv.c t/op/sprintf.t t/op/sprintf2.t +____________________________________________________________________________ +[ 29024] By: nicholas on 2006/10/16 04:41:30 + Log: Fix change 28770 to cope with the strange 32 bit bool type on VMS. + (I should have seen this one coming - the two structures weren't + textually identical) + Branch: perl + ! cop.h +____________________________________________________________________________ +[ 29023] By: stevep on 2006/10/15 17:17:32 + Log: Upgrade to Time-HiRes-1.93. + Branch: perl + ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm + ! ext/Time/HiRes/t/HiRes.t +____________________________________________________________________________ +[ 29020] By: stevep on 2006/10/14 23:18:29 + Log: Upgrade to CPAN-1.88_54. + Branch: perl + ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm +____________________________________________________________________________ +[ 29019] By: stevep on 2006/10/14 23:11:23 + Log: Upgrade to Digest-SHA-5.44. + Branch: perl + ! ext/Digest/SHA/Changes ext/Digest/SHA/README + ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/SHA.xs + ! ext/Digest/SHA/bin/shasum ext/Digest/SHA/src/hmac.c + ! ext/Digest/SHA/src/hmac.h ext/Digest/SHA/src/sha.c + ! ext/Digest/SHA/src/sha.h +____________________________________________________________________________ +[ 29018] By: nicholas on 2006/10/14 23:06:52 + Log: Avoid undefined behaviour for -DPERL_MEM_LOG by not using a + dereference of member of the structure being reallocated as part of + the size calculation. (This one was well hidden by macros) + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 29017] By: stevep on 2006/10/14 23:00:35 + Log: Upgrade to XSLoader-0.07. + Branch: perl + ! ext/DynaLoader/XSLoader_pm.PL ext/DynaLoader/t/XSLoader.t +____________________________________________________________________________ +[ 29016] By: nicholas on 2006/10/14 22:40:00 + Log: Avoid undefined behaviour for -DPERL_MEM_LOG by not using a direct + dereference of member of the structure being reallocated as part of + the size calculation. (There may be other similar bugs). + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 29015] By: nicholas on 2006/10/14 20:38:59 + Log: Use Perl_croak_nocontext() rather than Perl_croak() for the snprintf() + and vsnprintf() macros. + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 29012] By: nicholas on 2006/10/14 14:32:28 + Log: Fix typo. + Branch: perl + ! Changes +____________________________________________________________________________ +[ 29011] By: nicholas on 2006/10/13 20:35:44 + Log: Subject: Re: SVpvs vs SVpvn + From: Jim Cromie + Message-ID: <452FED1D.1000504@gmail.com> + Date: Fri, 13 Oct 2006 13:46:37 -0600 + + plus the last newSVpvn() in toke.c that his regexp missed. + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 29010] By: stevep on 2006/10/13 14:11:04 + Log: Upgrade to Time-HiRes-1.92. + Branch: perl + + ext/Time/HiRes/hints/aix.pl + ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm + ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL + ! ext/Time/HiRes/t/HiRes.t +____________________________________________________________________________ +[ 29009] By: nicholas on 2006/10/13 13:53:16 + Log: Correct one "parenthesis" to "parentheses". + Branch: perl + ! pod/perlre.pod +____________________________________________________________________________ +[ 29008] By: rgs on 2006/10/13 12:12:04 + Log: Don't bother checking for bad characters in prototypes if we're not + going to warn about them. + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 29007] By: rgs on 2006/10/13 11:27:54 + Log: Subject: [PATCH] compiler warning noreturn + From: "Robin Barker" + Date: Fri, 13 Oct 2006 11:49:11 +0100 + Message-ID: <2C2E01334A940D4792B3E115F95B7226120A70@exchsvr1.npl.ad.local> + Branch: perl + ! doio.c +____________________________________________________________________________ +[ 29006] By: rgs on 2006/10/13 09:15:43 + Log: Fix nit in possessive quantifier descriptions. + Add some =head3 headings. + Branch: perl + ! pod/perlre.pod +____________________________________________________________________________ +[ 29005] By: rgs on 2006/10/13 09:02:05 + Log: Subject: [PATCH] Add possessive quantifiers to regex engine. + From: demerphq + Date: Thu, 12 Oct 2006 21:23:15 +0200 + Message-ID: <9b18b3110610121223m191e47ddtce3398cb0e8ba320@mail.gmail.com> + + With doc tweaks + Branch: perl + ! pod/perl595delta.pod pod/perlre.pod pod/perltodo.pod regcomp.c + ! regcomp.h t/op/re_tests t/op/regexp.t +____________________________________________________________________________ +[ 29004] By: stevep on 2006/10/12 15:07:17 + Log: Upgrade to PathTools-3.23. + Branch: perl + ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm + ! lib/File/Spec/Win32.pm lib/File/Spec/t/Spec.t +____________________________________________________________________________ +[ 29003] By: rgs on 2006/10/12 14:52:42 + Log: Subject: [PATCH] threads::shared 1.04 + From: Jerry Hedden + Date: Thu, 12 Oct 2006 07:47:37 -0700 (PDT) + Message-ID: <20061012144737.56305.qmail@web30207.mail.mud.yahoo.com> + Branch: perl + ! ext/threads/Changes ext/threads/Makefile.PL ext/threads/README + ! ext/threads/shared/shared.pm +____________________________________________________________________________ +[ 29002] By: rgs on 2006/10/12 14:26:37 + Log: Subject: [PATCH] threads 1.44 + From: Jerry Hedden + Date: Wed, 11 Oct 2006 05:57:43 -0700 (PDT) + Message-ID: <20061011125743.68567.qmail@web30211.mail.mud.yahoo.com> + Branch: perl + ! ext/threads/Changes ext/threads/README ext/threads/t/thread.t + ! ext/threads/threads.pm +____________________________________________________________________________ +[ 29001] By: rgs on 2006/10/12 14:19:33 + Log: Subject: [PATCH] fix format errors; was RE: g++ compile and make test 100% + From: "Robin Barker" + Date: Wed, 11 Oct 2006 17:02:01 +0100 + Message-ID: <2C2E01334A940D4792B3E115F95B7226120A69@exchsvr1.npl.ad.local> + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 29000] By: rgs on 2006/10/12 14:03:55 + Log: Subject: [PATCH] RE: g++ compile and make test 100% + From: "Robin Barker" + Date: Wed, 11 Oct 2006 16:58:10 +0100 + Message-ID: <2C2E01334A940D4792B3E115F95B7226120A68@exchsvr1.npl.ad.local> + Branch: perl + ! ext/ODBM_File/t/odbm.t +____________________________________________________________________________ +[ 28999] By: rgs on 2006/10/12 13:57:57 + Log: Subject: [PATCH] More regexp documentation + From: demerphq + Date: Thu, 12 Oct 2006 14:45:25 +0200 + Message-ID: <9b18b3110610120545m3002e17cqace30f908b0e2277@mail.gmail.com> + Branch: perl + ! pod/perlre.pod pod/perlreguts.pod regcomp.c +____________________________________________________________________________ +[ 28998] By: rgs on 2006/10/12 08:43:20 + Log: Subject: [PATCH] Add Regex conditionals. Various bugfixes. More tests. + From: demerphq + Date: Thu, 12 Oct 2006 00:46:50 +0200 + Message-ID: <9b18b3110610111546j74ca490dg21bd9fd1e7e10d42@mail.gmail.com> + Branch: perl + ! embed.fnc embed.h pod/perlre.pod proto.h regcomp.c regcomp.sym + ! regexec.c regnodes.h t/op/pat.t t/op/re_tests +____________________________________________________________________________ +[ 28997] By: rgs on 2006/10/11 15:01:52 + Log: Subject: RE: g++ compile and make test 100% + From: "Robin Barker" + Date: Wed, 11 Oct 2006 15:29:43 +0100 + Message-ID: <2C2E01334A940D4792B3E115F95B7226120A65@exchsvr1.npl.ad.local> + Branch: perl + ! ext/NDBM_File/typemap +____________________________________________________________________________ +[ 28996] By: stevep on 2006/10/11 14:48:45 + Log: Fix typo in NDBM_File.xs and bump up the version number. + Branch: perl + ! ext/NDBM_File/NDBM_File.pm ext/NDBM_File/NDBM_File.xs +____________________________________________________________________________ +[ 28995] By: rgs on 2006/10/11 09:59:15 + Log: Fix aliasing to an non-existent element of %+ + (by Yves Orton) + Branch: perl + ! hv.c +____________________________________________________________________________ +[ 28994] By: rgs on 2006/10/11 09:38:37 + Log: Update comment (by Yves Orton), plus POD fixes + Branch: perl + ! ext/re/re.pm +____________________________________________________________________________ +[ 28993] By: rgs on 2006/10/11 08:03:03 + Log: Missing % in format string + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 28992] By: merijn on 2006/10/11 07:02:56 + Log: Subject: [PATCH] ext re: C++: EXTERN_C needed, and where did sub install() go? + From: jhi@cc.hut.fi (Jarkko Hietaniemi) + Date: Wed, 11 Oct 2006 09:53:59 +0300 (EEST) + Message-Id: <20061011065359.DFC4C8B3A1@seth.hut.fi> + Branch: perl + ! ext/re/re.pm ext/re/re.xs +____________________________________________________________________________ +[ 28991] By: stevep on 2006/10/11 00:52:58 + Log: Grrr...moved the files, but forgot to update Soundex.pm + Branch: perl + ! ext/Text/Soundex/Soundex.pm +____________________________________________________________________________ +[ 28990] By: rgs on 2006/10/10 16:26:31 + Log: Subject: [PATCH] C++: class is a keyword + From: jhi@cc.hut.fi (Jarkko Hietaniemi) + Date: Tue, 10 Oct 2006 19:20:26 +0300 (EEST) + Message-Id: <20061010162026.190BE8B37C@seth.hut.fi> + Branch: perl + ! lib/ExtUtils/ParseXS/t/XSTest.xs +____________________________________________________________________________ +[ 28989] By: rgs on 2006/10/10 16:23:48 + Log: Adjust test count for ExtUtils::Command + Branch: perl + ! lib/ExtUtils/t/eu_command.t +____________________________________________________________________________ +[ 28988] By: stevep on 2006/10/10 15:04:09 + Log: Upgrade to ExtUtils-Manifest-1.49. + Branch: perl + ! lib/ExtUtils/Manifest.pm lib/ExtUtils/t/Manifest.t +____________________________________________________________________________ +[ 28987] By: stevep on 2006/10/10 15:01:21 + Log: Upgrade to ExtUtils-Command-1.12. + Branch: perl + ! lib/ExtUtils/Command.pm lib/ExtUtils/t/eu_command.t +____________________________________________________________________________ +[ 28986] By: stevep on 2006/10/10 14:49:47 + Log: Upgrade to CPAN-1.88_53. + Branch: perl + ! lib/CPAN.pm lib/CPAN/HandleConfig.pm lib/CPAN/Queue.pm + ! lib/CPAN/SIGNATURE +____________________________________________________________________________ +[ 28985] By: rgs on 2006/10/10 14:36:49 + Log: Subject: [perl #40473] sprintf width+precision fails on wide chars + From: Anatoly Vorobey (via RT) + Date: Sun, 08 Oct 2006 17:58:16 -0700 + Message-ID: + Branch: perl + ! sv.c t/op/sprintf2.t +____________________________________________________________________________ +[ 28984] By: stevep on 2006/10/10 14:33:53 + Log: Upgrade to ExtUtils-Makemaker-6.31. + Branch: perl + ! lib/ExtUtils/Changes lib/ExtUtils/Command/MM.pm + ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Liblist/Kid.pm + ! lib/ExtUtils/MM.pm lib/ExtUtils/MM_AIX.pm + ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_BeOS.pm + ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_DOS.pm + ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_NW5.pm + ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_QNX.pm + ! lib/ExtUtils/MM_UWIN.pm lib/ExtUtils/MM_Unix.pm + ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_VOS.pm + ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm + ! lib/ExtUtils/MY.pm lib/ExtUtils/MakeMaker.pm + ! lib/ExtUtils/MakeMaker/Config.pm + ! lib/ExtUtils/MakeMaker/bytes.pm + ! lib/ExtUtils/MakeMaker/vmsish.pm lib/ExtUtils/Mkbootstrap.pm + ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/README + ! lib/ExtUtils/TODO lib/ExtUtils/t/basic.t + ! lib/ExtUtils/testlib.pm +____________________________________________________________________________ +[ 28983] By: stevep on 2006/10/10 14:05:52 + Log: Update to PathTools-3.22. + Branch: perl + ! ext/Cwd/Changes ext/Text/Soundex/Soundex.xs lib/Cwd.pm + ! lib/File/Spec.pm lib/File/Spec/Unix.pm lib/File/Spec/t/Spec.t + ! lib/File/Spec/t/crossplatform.t +____________________________________________________________________________ +[ 28982] By: merijn on 2006/10/10 14:02:16 + Log: New shiny models + Branch: perl + ! README.hpux +____________________________________________________________________________ +[ 28981] By: rgs on 2006/10/10 13:13:18 + Log: Subject: [PATCH] Regexp Recurse by name. + From: demerphq + Date: Mon, 9 Oct 2006 20:36:20 +0200 + Message-ID: <9b18b3110610091136g48e5b154tf16d00d38e80a6dc@mail.gmail.com> + + (with doc nits) + Branch: perl + ! embed.fnc embed.h ext/re/re.pm pod/perlre.pod proto.h + ! regcomp.c t/op/re_tests +____________________________________________________________________________ +[ 28980] By: rgs on 2006/10/10 11:25:58 + Log: Subject: [PATCH] enc2xs and C++: add extern "C" to data + From: Jarkko Hietaniemi + Date: Tue, 10 Oct 2006 13:52:57 +0300 + Message-ID: <452B7B89.201@iki.fi> + Branch: perl + ! ext/Encode/bin/enc2xs +____________________________________________________________________________ +[ 28979] By: rgs on 2006/10/10 11:20:19 + Log: Subject: [PATCH] Linux and Solaris hints: C++ vs dlerror + From: Jarkko Hietaniemi + Date: Tue, 10 Oct 2006 14:00:40 +0300 + Message-ID: <452B7D58.1090009@iki.fi> + Branch: perl + ! hints/linux.sh hints/solaris_2.sh +____________________________________________________________________________ +[ 28978] By: steveh on 2006/10/10 10:25:06 + Log: Updates for building on Win32 with Visual C++ 2005 Express Edition + + Add some instructions in README.win32, clarify macro comments and add + missing macros to makefile.mk, and drop the GLOBEXEBUILD macro from + Makefile--the Express Edition of Visual C++ 2005 is free and includes + setargv.obj, so there is no need to support the .NET 2.0 SDK compiler + which didn't include it. + + Unfortunately, the build still doesn't work yet--my attempt got as far + as building extensions, but miniperl.exe crashed. Hopefully this can + be sorted out soon. + Branch: perl + ! README.win32 win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 28977] By: craigb on 2006/10/10 03:29:50 + Log: fix a doc typo and a warning typo in VMS::DCLsym + Branch: perl + ! vms/ext/DCLsym/DCLsym.pm +____________________________________________________________________________ +[ 28976] By: stevep on 2006/10/09 20:17:07 + Log: Make g++ happy when compiling NDBM_File on a system that + is likely using the GDBM compatibility headers that + g++ (and other C++ implementations) cannot handle. + Branch: perl + ! ext/NDBM_File/Makefile.PL ext/NDBM_File/NDBM_File.xs +____________________________________________________________________________ +[ 28975] By: davem on 2006/10/09 16:35:02 + Log: fix bad free in do_exec3() + Branch: perl + ! doio.c +____________________________________________________________________________ +[ 28974] By: rgs on 2006/10/09 14:29:52 + Log: Subject: [PATCH] Encode.xs: add an explicit cast to make g++ happier + From: jhi@cc.hut.fi (Jarkko Hietaniemi) + Date: Mon, 9 Oct 2006 16:54:12 +0300 (EEST) + Message-Id: <20061009135412.47F7A8B3A0@seth.hut.fi> + Branch: perl + ! ext/Encode/Encode.xs +____________________________________________________________________________ +[ 28973] By: rgs on 2006/10/09 14:13:25 + Log: Address update for Jerry D. Hedden + Branch: perl + ! AUTHORS +____________________________________________________________________________ +[ 28972] By: rgs on 2006/10/09 12:53:40 + Log: Update perldelta for recent regexp changes, based on a text by Yves Orton. + Branch: perl + ! pod/perl595delta.pod +____________________________________________________________________________ +[ 28971] By: rgs on 2006/10/09 12:28:11 + Log: Subject: [PATCH] Digest::SHA 5.43_01 - ANSIfy src/hmac.c + From: Jarkko Hietaniemi + Date: Mon, 09 Oct 2006 14:24:09 +0300 + Message-ID: <452A3159.3060003@iki.fi> + Branch: perl + ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/src/hmac.c +____________________________________________________________________________ +[ 28970] By: rgs on 2006/10/09 10:32:06 + Log: Add perl595delta + Branch: perl + + pod/perl595delta.pod + ! MANIFEST Makefile.SH pod.lst pod/perl.pod + ! vms/descrip_mms.template win32/Makefile win32/makefile.mk + ! win32/pod.mak +____________________________________________________________________________ +[ 28969] By: rgs on 2006/10/09 10:11:09 + Log: Bump version to 5.9.5 + Branch: perl + ! Cross/config.sh-arm-linux NetWare/Makefile NetWare/config_H.wc + ! epoc/config.sh epoc/createpkg.pl patchlevel.h + ! plan9/config.plan9 win32/Makefile win32/Makefile.ce + ! win32/config_H.bc win32/config_H.ce win32/config_H.gc + ! win32/config_H.vc win32/config_H.vc64 win32/makefile.mk +____________________________________________________________________________ +[ 28968] By: rgs on 2006/10/09 10:02:08 + Log: Subject: Re: [PATCH] regexec.c: goto crossing initialization + From: Jarkko Hietaniemi + Date: Mon, 09 Oct 2006 12:47:11 +0300 + Message-ID: <452A1A9F.4080103@iki.fi> + Branch: perl + ! regexec.c +____________________________________________________________________________ +[ 28967] By: rgs on 2006/10/08 19:53:10 + Log: Subject: Re: [perl #40468] Not OK: perl 5.9.4 +patchaperlup: on i686-linux-64int 2.6.17-2-k7 (UNINSTALLED) + From: demerphq + Date: Sun, 8 Oct 2006 20:14:24 +0200 + Message-ID: <9b18b3110610081114g11dabafaw860181598ab54bd6@mail.gmail.com> + Branch: perl + ! hv.c regcomp.c t/op/pat.t +____________________________________________________________________________ +[ 28966] By: rgs on 2006/10/08 19:39:00 + Log: Revert change 28962 (at least until a better solution is found) + Branch: perl + ! XSUB.h perl.h sv.c +____________________________________________________________________________ +[ 28965] By: rgs on 2006/10/08 17:07:42 + Log: Clarifications on the usage of setlocale() and LC_NUMERIC to + affect the decimal point in output, by Jarkko. + Branch: perl + ! pod/perldata.pod pod/perlfunc.pod pod/perllocale.pod +____________________________________________________________________________ +[ 28964] By: nicholas on 2006/10/08 00:25:07 + Log: Document the growth policy, and Yves suggested a better arbitary + constant. (The original plan was add 80 if free space is less than 80, + which wasn't a noticable improvement. Hence 40 was 80/2 for plan B) + Branch: perl + ! ext/Data/Dumper/Dumper.xs +____________________________________________________________________________ +[ 28963] By: nicholas on 2006/10/07 23:42:56 + Log: Yves said that the XS version of Data::Dumper was inefficient because + it keeps triggering realloc() due to sv_cat(). Here's a rather brute + force approach to pre-stretching the buffer - if there are less than + 40 bytes free, grow it by 50%. + + Surprisingly effective for my test program + ./perl -Ilib -MData::Dumper -MStorable=retrieve -we \ + 'print Dumper(retrieve(shift))' ~/.cpan/Metadata >/dev/null + + Before + real 2m42.921s + user 1m43.321s + sys 0m55.611s + + + After + real 0m5.205s + user 0m4.885s + sys 0m0.255s + + Same 25M of output, byte for byte. :-) + Branch: perl + ! ext/Data/Dumper/Dumper.xs +____________________________________________________________________________ +[ 28962] By: nicholas on 2006/10/07 22:24:28 + Log: No need to create a new magic vtable if it's all 0 pointers. + [And these are function pointers, so they're not NULL :-)] + Branch: perl + ! XSUB.h perl.h sv.c +____________________________________________________________________________ +[ 28961] By: nicholas on 2006/10/07 22:06:19 + Log: Make reference stringification (blessed and unblessed) about as fast as + is possible, because I'm told it's used quite frequently. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 28960] By: nicholas on 2006/10/07 17:16:01 + Log: Use packed addresses for the seen tracking hash, rather than + "stringified" references. These use less memory, and should be faster + as there is no call to sprintf(). + Branch: perl + ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs +____________________________________________________________________________ +[ 28959] By: nicholas on 2006/10/07 16:08:04 + Log: Eliminate two more unneeded strlen()s from Dumper.xs + Branch: perl + ! ext/Data/Dumper/Dumper.xs +____________________________________________________________________________ +[ 28958] By: rgs on 2006/10/07 16:01:55 + Log: Subject: [PATCH] threads 1.43 - stringify + From: Jerry Hedden + Date: Fri, 6 Oct 2006 12:19:41 -0700 (PDT) + Message-ID: <20061006191941.22457.qmail@web30205.mail.mud.yahoo.com> + Branch: perl + - ext/threads/typemap + ! MANIFEST ext/threads/Changes ext/threads/Makefile.PL + ! ext/threads/README ext/threads/t/basic.t + ! ext/threads/t/thread.t ext/threads/threads.pm +____________________________________________________________________________ +[ 28957] By: rgs on 2006/10/07 14:30:32 + Log: Subject: Re: [PATCH] Initial attempt at named captures for perls regexp engine + From: demerphq + Date: Fri, 6 Oct 2006 19:16:01 +0200 + Message-ID: <9b18b3110610061016x5ddce965u30d9a821f632d450@mail.gmail.com> + Branch: perl + ! XSUB.h doop.c dump.c embed.fnc embed.h gv.c hv.c perl.h + ! pod/perlre.pod pod/perltodo.pod pod/perlvar.pod pp.c proto.h + ! regcomp.c regcomp.h regcomp.sym regexec.c regexp.h regnodes.h + ! sv.c t/op/pat.t t/op/re_tests t/op/regexp.t toke.c +____________________________________________________________________________ +[ 28956] By: nicholas on 2006/10/07 13:53:36 + Log: Change sprintf() to my_sprintf(), and use the returned length from + that and my_snprintf() to avoid calls to strlen() + Branch: perl + ! ext/Data/Dumper/Dumper.xs +____________________________________________________________________________ +[ 28955] By: merijn on 2006/10/07 11:56:31 + Log: Subject: [PATCH] cflags.SH: strip -std=c89 for g++ + From: Jarkko Hietaniemi + Date: Sat, 07 Oct 2006 13:37:04 +0300 + Message-ID: <45278350.8020707@iki.fi> + Branch: perl + ! cflags.SH +____________________________________________________________________________ +[ 28954] By: merijn on 2006/10/07 11:52:04 + Log: Subject: [PATCH] another g++ patch (Util.xs) + From: "Paul Marquess" + Date: Fri, 6 Oct 2006 11:14:03 +0100 + Message-ID: <00ea01c6e930$269f3d70$4e3c140a@myopwv.com> + Branch: perl + ! ext/List/Util/Util.xs +____________________________________________________________________________ +[ 28953] By: stevep on 2006/10/07 01:34:15 + Log: Upgrade to Test-Harness-2.64 + Branch: perl + + lib/Test/Harness/Results.pm + ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes + ! lib/Test/Harness/Straps.pm lib/Test/Harness/Util.pm + ! lib/Test/Harness/bin/prove lib/Test/Harness/t/00compile.t + ! lib/Test/Harness/t/callback.t lib/Test/Harness/t/failure.t + ! lib/Test/Harness/t/prove-switches.t + ! lib/Test/Harness/t/strap-analyze.t + ! lib/Test/Harness/t/test-harness.t +____________________________________________________________________________ +[ 28952] By: nicholas on 2006/10/06 21:56:46 + Log: Make the executable slightly smaller by using PL_hexdigit in + Perl_sv_vcatpvfn. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 28951] By: nicholas on 2006/10/06 21:27:13 + Log: Fix typo spotted by Rafael. Close the file handle explicity and check + for errors. Add overload.pl to regen.pl + Branch: perl + ! overload.pl regen.pl +____________________________________________________________________________ +[ 28950] By: nicholas on 2006/10/06 21:19:26 + Log: Generate the overload enum and names array programatically, which + allows experimentation with the order. The new order shaves nearly + 900 bytes from gv.o, because the compiler can make smaller branch + tables for switch statements. + Branch: perl + + overload.h overload.pl + ! MANIFEST perl.h +____________________________________________________________________________ +[ 28949] By: nicholas on 2006/10/06 21:01:00 + Log: Reoder struct am_table and am_table_short to save 8 bytes on LP64 + systems, by placing the two U32 fields next to each other. + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 28948] By: stevep on 2006/10/06 20:02:48 + Log: Upgrade to PathTools-3.21 + Branch: perl + ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm + ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm + ! lib/File/Spec/t/Spec.t +____________________________________________________________________________ +[ 28947] By: nicholas on 2006/10/06 18:05:45 + Log: Don't bother generating the "Operation \"%s\": no method found..." + message text if we're not going to use it. + Branch: perl + ! gv.c +____________________________________________________________________________ +[ 28946] By: davem on 2006/10/05 18:16:19 + Log: Document the new regmatch() backtracking mechanism + Branch: perl + ! regexec.c +____________________________________________________________________________ +[ 28945] By: davem on 2006/10/05 16:05:57 + Log: remove REGMATCH detritus and shrink the size of the backtrack structure + Branch: perl + ! regexec.c regexp.h +____________________________________________________________________________ +[ 28944] By: davem on 2006/10/05 14:00:38 + Log: migrate CURLYX/WHILEM branch in regmatch() to new FSM-esque paradigm + Branch: perl + ! regcomp.sym regexec.c regexp.h regnodes.h t/op/pat.t +____________________________________________________________________________ +[ 28943] By: rgs on 2006/10/05 12:39:53 + Log: Subject: Re: [perl #8835] fairly large regex optimization bug with 5.7.3 + From: demerphq + Date: Wed, 4 Oct 2006 19:08:47 +0200 + Message-ID: <9b18b3110610041008v2bd63d14g9294f93804122dec@mail.gmail.com> + Branch: perl + ! regcomp.c regcomp.h +____________________________________________________________________________ +[ 28942] By: rgs on 2006/10/05 12:23:24 + Log: Nit in regcomp, discovered by a gcc warning, fixed by Yves + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 28941] By: rgs on 2006/10/05 12:20:28 + Log: Fix a couple of casting warnings + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 28940] By: stevep on 2006/10/05 11:30:56 + Log: Fix a few pod nits in perlre. + Branch: perl + ! pod/perlre.pod +____________________________________________________________________________ +[ 28939] By: rgs on 2006/10/05 10:23:08 + Log: Subject: Re: [PATCH] Add recursive regexes similar to PCRE + From: demerphq + Date: Wed, 4 Oct 2006 15:45:15 +0200 + Message-ID: <9b18b3110610040645s563220a2id6f235494b497e90@mail.gmail.com> + + Subject: Re: [PATCH] Add recursive regexes similar to PCRE + From: demerphq + Date: Wed, 4 Oct 2006 21:05:10 +0200 + Message-ID: <9b18b3110610041205m2660eb43m1315cf4b0653db96@mail.gmail.com> + Branch: perl + ! embed.fnc embed.h pod/perlre.pod pod/perltodo.pod proto.h + ! regcomp.c regcomp.h regcomp.pl regcomp.sym regexec.c regexp.h + ! regnodes.h t/op/pat.t t/op/re_tests +____________________________________________________________________________ +[ 28938] By: rgs on 2006/10/05 08:43:25 + Log: Upgrade to Module::CoreList 2.09: + - make the dependency on version.pm optional + - improve doc of corelist(1) + Branch: perl + ! lib/Module/CoreList.pm lib/Module/CoreList/bin/corelist +____________________________________________________________________________ +[ 28937] By: rgs on 2006/10/05 08:00:57 + Log: Change md5sum of MD5.xs after change 28936 (on UNIX, might + need adjustments on other platforms) + Branch: perl + ! ext/Digest/MD5/t/files.t +____________________________________________________________________________ +[ 28936] By: stevep on 2006/10/04 19:56:13 + Log: Change to sv_reftype return value caused compile for Digest::MD5 + with g++ to fail. + Branch: perl + ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t +____________________________________________________________________________ +[ 28935] By: stevep on 2006/10/04 19:44:58 + Log: Subject: [PATCH] Give zlib the ASNI C treatmant + From: "Paul Marquess" + Date: Wed, 4 Oct 2006 17:14:05 +0100 + Message-ID: <018901c6e7d0$1f06c8f0$7565140a@myopwv.com> + Branch: perl + ! ext/Compress/Raw/Zlib/zlib-src/adler32.c + ! ext/Compress/Raw/Zlib/zlib-src/compress.c + ! ext/Compress/Raw/Zlib/zlib-src/crc32.c + ! ext/Compress/Raw/Zlib/zlib-src/deflate.c + ! ext/Compress/Raw/Zlib/zlib-src/infback.c + ! ext/Compress/Raw/Zlib/zlib-src/inffast.c + ! ext/Compress/Raw/Zlib/zlib-src/inflate.c + ! ext/Compress/Raw/Zlib/zlib-src/inftrees.c + ! ext/Compress/Raw/Zlib/zlib-src/trees.c + ! ext/Compress/Raw/Zlib/zlib-src/uncompr.c + ! ext/Compress/Raw/Zlib/zlib-src/zutil.c +____________________________________________________________________________ +[ 28934] By: stevep on 2006/10/04 18:45:37 + Log: Fixes to compile Perl with g++ and DEBUGGING. + Branch: perl + ! regcomp.pl regnodes.h x2p/a2p.c +____________________________________________________________________________ +[ 28933] By: rgs on 2006/10/04 07:16:04 + Log: Subject: [PATCH] Update Stratus VOS files. + From: "Green, Paul" + Date: Tue, 3 Oct 2006 17:40:03 -0400 + Message-ID: + Branch: perl + + vos/syslog.h + ! MANIFEST vos/Changes vos/vos.c +____________________________________________________________________________ +[ 28932] By: rgs on 2006/10/03 16:39:58 + Log: Text::Soundex is now dual-lived. + Branch: perl + ! Porting/Maintainers.pl +____________________________________________________________________________ +[ 28931] By: rgs on 2006/10/03 15:52:33 + Log: Subject: [PATCH] threads-shared 1.03 - Changes, Makefile.PL + From: Jerry Hedden + Date: Tue, 3 Oct 2006 07:49:37 -0700 (PDT) + Message-ID: <20061003144937.58522.qmail@web30202.mail.mud.yahoo.com> + Branch: perl + + ext/threads/shared/Changes + ! MANIFEST ext/threads/shared/Makefile.PL +____________________________________________________________________________ +[ 28930] By: stevep on 2006/10/03 15:36:55 + Log: Upgrade to CGI.pm-3.25 + Branch: perl + ! lib/CGI.pm lib/CGI/Changes lib/CGI/Util.pm +____________________________________________________________________________ +[ 28929] By: stevep on 2006/10/03 15:08:35 + Log: Quiet warnings in new test for ExtUtils::Command. + Branch: perl + ! lib/ExtUtils/t/eu_command.t +____________________________________________________________________________ +[ 28928] By: rgs on 2006/10/03 14:53:33 + Log: Subject: PATCH: clarify docs for lib.pm + From: Mark Stosberg + Date: Mon, 25 Sep 2006 15:53:44 -0400 + Message-ID: <20060925195512.27418.qmail@lists.develooper.com> + + (further modified by Merijn) + Branch: perl + ! lib/lib_pm.PL +____________________________________________________________________________ +[ 28927] By: stevep on 2006/10/03 14:52:45 + Log: Move Text::Soundex from lib/ to ext/ and upgrade it to + Text-Soundex-3.02. + Branch: perl + + ext/Text/Soundex/Changes ext/Text/Soundex/Makefile.PL + + ext/Text/Soundex/README ext/Text/Soundex/Soundex.pm + + ext/Text/Soundex/Soundex.xs + +> ext/Text/Soundex/t/Soundex.t + - lib/Text/Soundex.pm lib/Text/Soundex.t + ! MANIFEST +____________________________________________________________________________ +[ 28926] By: rgs on 2006/10/03 14:36:59 + Log: Subject: [patch] convert spare debug flag to DEBUG_U, for Unofficial, User hacking. + From: Jim Cromie + Date: Fri, 29 Sep 2006 12:38:56 -0600 + Message-ID: <451D6840.3020408@gmail.com> + Branch: perl + ! perl.c perl.h +____________________________________________________________________________ +[ 28925] By: rgs on 2006/10/03 14:29:48 + Log: Un-TODO some B tests + Branch: perl + ! ext/B/t/optree_constants.t +____________________________________________________________________________ +[ 28924] By: stevep on 2006/10/03 13:51:30 + Log: Upgrade to version-0.6701 + Branch: perl + ! lib/version.pm +____________________________________________________________________________ +[ 28923] By: stevep on 2006/10/03 13:46:26 + Log: Upgrade to threads-shared-1.03 + Branch: perl + ! ext/threads/shared/README ext/threads/shared/shared.pm + ! ext/threads/shared/shared.xs ext/threads/shared/t/0nothread.t + ! ext/threads/shared/t/av_refs.t + ! ext/threads/shared/t/av_simple.t + ! ext/threads/shared/t/blessed.t ext/threads/shared/t/cond.t + ! ext/threads/shared/t/disabled.t ext/threads/shared/t/hv_refs.t + ! ext/threads/shared/t/hv_simple.t + ! ext/threads/shared/t/no_share.t + ! ext/threads/shared/t/shared_attr.t + ! ext/threads/shared/t/sv_refs.t + ! ext/threads/shared/t/sv_simple.t ext/threads/shared/t/wait.t + ! mkppport.lst +____________________________________________________________________________ +[ 28922] By: stevep on 2006/10/03 13:28:30 + Log: Upgrade to threads-1.42 + Branch: perl + ! ext/threads/Changes ext/threads/README ext/threads/t/libc.t + ! ext/threads/t/thread.t ext/threads/threads.pm +____________________________________________________________________________ +[ 28921] By: stevep on 2006/10/03 13:19:48 + Log: Upgrade to ExtUtils-Manifest-1.48 + Branch: perl + ! lib/ExtUtils/Manifest.pm lib/ExtUtils/t/Manifest.t +____________________________________________________________________________ +[ 28920] By: stevep on 2006/10/03 13:13:53 + Log: Upgrade to CPAN-1.88_52 + Branch: perl + ! lib/CPAN.pm lib/CPAN/Debug.pm lib/CPAN/HandleConfig.pm + ! lib/CPAN/SIGNATURE lib/CPAN/Tarzip.pm lib/CPAN/Version.pm + ! lib/CPAN/t/10version.t +____________________________________________________________________________ +[ 28919] By: stevep on 2006/10/03 13:08:35 + Log: Upgrade to Time-HiRes-1.91 + Branch: perl + ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm + ! ext/Time/HiRes/HiRes.xs +____________________________________________________________________________ +[ 28918] By: stevep on 2006/10/03 13:06:06 + Log: Update to ExtUtils-Command-1.11 + Branch: perl + + lib/ExtUtils/t/eu_command.t + - lib/ExtUtils/t/Command.t + ! MANIFEST lib/ExtUtils/Command.pm +____________________________________________________________________________ +[ 28917] By: rgs on 2006/10/03 11:58:46 + Log: Subject: [perl #40427] Segfault in pack + From: dgay@acm.org (via RT) + Date: Thu, 28 Sep 2006 17:30:37 -0700 + Message-ID: + Branch: perl + ! pp_pack.c +____________________________________________________________________________ +[ 28916] By: rgs on 2006/10/03 07:51:03 + Log: Regenerate proto.h + Branch: perl + ! proto.h +____________________________________________________________________________ +[ 28915] By: merijn on 2006/10/03 06:56:41 + Log: Subject: [PATCH] const sv_reftype + From: Jarkko Hietaniemi + Date: Tue, 03 Oct 2006 08:05:24 +0300 + Message-ID: <4521EF94.5080602@iki.fi> + Branch: perl + ! embed.fnc pod/perlapi.pod sv.c +____________________________________________________________________________ +[ 28914] By: merijn on 2006/10/02 20:50:18 + Log: Subject: Re: [PATCH] cflags.SH: rethink of the gcc -std=c89 and -pedantic + From: Jarkko Hietaniemi + Date: Mon, 02 Oct 2006 13:04:14 +0300 + Message-ID: <4520E41E.8040300@iki.fi> + Branch: perl + ! cflags.SH +____________________________________________________________________________ +[ 28913] By: merijn on 2006/10/02 11:10:21 + Log: doc typo change on jhi's request + Branch: perl + ! pod/perldiag.pod +____________________________________________________________________________ +[ 28912] By: merijn on 2006/10/02 10:09:48 + Log: Subject: [PATCH] perldiag.pod: followup on the PerlIO::scalar patch + From: Jarkko Hietaniemi + Date: Mon, 02 Oct 2006 12:58:18 +0300 + Message-ID: <4520E2BA.1000309@iki.fi> + Branch: perl + ! pod/perldiag.pod +____________________________________________________________________________ +[ 28911] By: nicholas on 2006/10/01 20:22:02 + Log: In PerlIO_debug(), if tainting or set*id, set PL_perlio_debug_fd to -1 + first time through to reduce the checks on subsequent calls. + Branch: perl + ! perlio.c +____________________________________________________________________________ +[ 28910] By: nicholas on 2006/10/01 19:29:50 + Log: In pp_binmode, call mode_from_discipline() once and remember the result. + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 28909] By: stevep on 2006/09/30 14:17:55 + Log: Subject: [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.88_51.tar.gz + From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig) + Date: Sat, 30 Sep 2006 13:44:02 +0200 + Message-ID: <87ejttmvel.fsf@k75.linux.bogus> + Branch: perl + + lib/CPAN/Queue.pm + ! MANIFEST lib/CPAN.pm lib/CPAN/Debug.pm lib/CPAN/FirstTime.pm + ! lib/CPAN/HandleConfig.pm lib/CPAN/SIGNATURE + ! lib/CPAN/t/03pkgs.t +____________________________________________________________________________ +[ 28908] By: davem on 2006/09/30 11:31:14 + Log: remove backing up outercc->cur in regmatch()/WHILEM + Branch: perl + ! regexec.c +____________________________________________________________________________ +[ 28907] By: davem on 2006/09/30 00:29:10 + Log: assert that backing up outercc->cur in regmatch()/WHILEM is not needed + Branch: perl + ! regexec.c +____________________________________________________________________________ +[ 28906] By: davem on 2006/09/30 00:22:20 + Log: add stress test for CURLYX/WHILEM regex ops + Branch: perl + ! t/op/pat.t +____________________________________________________________________________ +[ 28905] By: davem on 2006/09/30 00:07:49 + Log: rationalise sayYES and sayNO code in regmatch() + Branch: perl + ! regexec.c regexp.h +____________________________________________________________________________ +[ 28904] By: merijn on 2006/09/29 17:54:12 + Log: Subject: [PATCH] Minor re 'Debug' tweaks, also fix a bug in dumping certain patterns. + From: demerphq + Date: Fri, 29 Sep 2006 17:39:16 +0200 + Message-ID: <9b18b3110609290839i58fa703u59259e4ec1d9f2d9@mail.gmail.com> + Branch: perl + ! ext/re/re.pm regcomp.c regcomp.h win32/Makefile +____________________________________________________________________________ +[ 28903] By: stevep on 2006/09/29 15:10:41 + Log: Subject: [PATCH] PerlIO::scalar (aka open(my $fh, >\$foo)): zero-filling seekand don't talk to negative strangers + From: Jarkko Hietaniemi + Date: Fri, 29 Sep 2006 17:41:28 +0300 + Message-ID: <451D3098.1000305@iki.fi> + Branch: perl + ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t + ! pod/perldiag.pod +____________________________________________________________________________ +[ 28902] By: merijn on 2006/09/29 15:05:22 + Log: Subject: Re: [PATCH] Add hook for re_dup() into regex engine as reg_dupe (make re pluggable under threads) + From: demerphq + Date: Fri, 29 Sep 2006 16:57:07 +0200 + Message-ID: <9b18b3110609290757n62b3484i7bb948f965524191@mail.gmail.com> + Branch: perl + ! perl.h regcomp.c regexp.h +____________________________________________________________________________ +[ 28901] By: stevep on 2006/09/29 13:55:55 + Log: Fix debug format in regcomp.c that was failing under + -Doptimize="-g" + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 28900] By: merijn on 2006/09/29 12:29:24 + Log: Subject: Re: [PATCH] Add hook for re_dup() into regex engine as reg_dupe (make re pluggable under threads) + From: demerphq + Date: Fri, 29 Sep 2006 12:41:26 +0200 + Message-ID: <9b18b3110609290341p11767110sec20a6fee2038a00@mail.gmail.com> + Branch: perl + + ext/re/t/lexical_debug.pl ext/re/t/lexical_debug.t + ! MANIFEST embed.fnc embed.h embedvar.h ext/re/re.pm + ! ext/re/re.xs ext/re/t/re.t op.c perl.h perlapi.h pp.c pp_ctl.c + ! pp_hot.c proto.h regcomp.c regcomp.h regcomp.pl regexec.c + ! regexp.h regnodes.h sv.c thrdvar.h +____________________________________________________________________________ +[ 28899] By: nicholas on 2006/09/28 22:15:57 + Log: Silence two warnings from gcc when being -pedantic + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 28898] By: merijn on 2006/09/28 11:23:38 + Log: Subject: Re: reentr reshuffle + From: Jarkko Hietaniemi + Date: Thu, 28 Sep 2006 14:15:45 +0300 + Message-ID: <451BAEE1.1070509@iki.fi> + Branch: perl + ! reentr.h reentr.pl +____________________________________________________________________________ +[ 28897] By: merijn on 2006/09/28 10:36:00 + Log: Regen for #28896 + Branch: perl + ! reentr.c reentr.h +____________________________________________________________________________ +[ 28896] By: merijn on 2006/09/28 10:30:21 + Log: Subject: reentr reshuffle + From: Jarkko Hietaniemi + Date: Thu, 28 Sep 2006 12:40:04 +0300 + Message-ID: <451B9874.7060000@iki.fi> + Branch: perl + ! pod/perlembed.pod pod/perlxs.pod reentr.pl +____________________________________________________________________________ +[ 28895] By: rgs on 2006/09/27 08:45:02 + Log: Saddest patch I ever had to apply. + Branch: perl + ! Porting/Maintainers.pl +____________________________________________________________________________ +[ 28894] By: steveh on 2006/09/27 08:37:23 + Log: I think we need to skip PL_regdupe as well as Perl_regdupe + when USE_ITHREADS is not defined + + See: http://www.nntp.perl.org/group/perl.daily-build.reports/41274 + Branch: perl + ! makedef.pl +____________________________________________________________________________ +[ 28893] By: nicholas on 2006/09/26 22:29:09 + Log: Make Perl_regdupe only exist for threaded perls. + Branch: perl + ! embed.fnc embed.h ext/re/re.xs makedef.pl proto.h regcomp.c + ! thrdvar.h +____________________________________________________________________________ +[ 28892] By: davem on 2006/09/25 22:01:36 + Log: Automate generation of the regmatch() state constants + + Subject: Re: Problem with EVAL handling in bleads iterative regex code. + From: demerphq + Date: Mon, 25 Sep 2006 20:09:07 +0200 + Message-Id: <9b18b3110609251109t4cb1d443y87d7a7dc94fcfc24@mail.gmail.com> + Branch: perl + ! regcomp.c regcomp.pl regcomp.sym regexec.c regnodes.h +____________________________________________________________________________ +[ 28891] By: nicholas on 2006/09/25 20:47:34 + Log: Subject: [PATCH] Add hook for re_dup() into regex engine as reg_dupe (make re + From: demerphq + Message-ID: <9b18b3110609170557r73d94c18v90285bd57a38b876@mail.gmail.com> + Date: Sun, 17 Sep 2006 14:57:57 +0200 + Branch: perl + ! embed.fnc embed.h embedvar.h ext/re/re.xs ext/re/re_top.h + ! global.sym perl.h perlapi.h proto.h regcomp.c sv.c thrdvar.h +____________________________________________________________________________ +[ 28890] By: rgs on 2006/09/25 13:28:24 + Log: Remove three X<...> that cannot be handled by pod2text currently + (spotted by David Landgren) + Branch: perl + ! pod/perlref.pod +____________________________________________________________________________ +[ 28889] By: rgs on 2006/09/25 13:10:45 + Log: Subject: [PATCH] perlref clarification (was: Re: Is this a bug or a feature?) + From: David Landgren + Date: Mon, 25 Sep 2006 15:03:33 +0200 + Message-ID: <4517D3A5.4010200@landgren.net> + Branch: perl + ! pod/perlref.pod +____________________________________________________________________________ +[ 28888] By: davem on 2006/09/25 10:03:41 + Log: Fix re debug formatting nits + + From: demerphq + Message-ID: <9b18b3110609250237h4dcf1784s487f1979b2b431b9@mail.gmail.com> + Date: Mon, 25 Sep 2006 11:37:36 +0200 + Subject: Re: Problem with EVAL handling in bleads iterative regex code. + Branch: perl + ! regexec.c +____________________________________________________________________________ +[ 28887] By: rgs on 2006/09/25 08:31:37 + Log: Typo fix in overload docs + Branch: perl + ! lib/overload.pm +____________________________________________________________________________ +[ 28886] By: nicholas on 2006/09/25 07:12:36 + Log: Subject: Re: Change 28877: [PATCH] deal with some gcc warnings + From: Jarkko Hietaniemi + Message-ID: <45175CA4.3020900@iki.fi> + Date: Mon, 25 Sep 2006 07:35:48 +0300 + + remove casts that were causing failure on FreeBSD -Duse64bitint, and + some other cleanups. + Branch: perl + ! doio.c reentr.c reentr.pl +____________________________________________________________________________ +[ 28885] By: davem on 2006/09/25 01:23:31 + Log: eliminate PL_regindent and improve -Mre=Debug,STATE output + Branch: perl + ! perl.c regexec.c regexp.h +____________________________________________________________________________ +[ 28884] By: davem on 2006/09/24 22:31:59 + Log: fix regression introduced in #27778: must backtrack into inner regex + "aa" =~ /(??{"a+"})a/ + Branch: perl + ! regexec.c regexp.h t/op/pat.t t/op/re_tests +____________________________________________________________________________ +[ 28883] By: davem on 2006/09/24 22:03:05 + Log: in S_regmatch(), convert state var st->cc into local var cur_curlyx + Branch: perl + ! regexec.c regexp.h +____________________________________________________________________________ +[ 28882] By: davem on 2006/09/24 21:23:28 + Log: allow fields in re_tests to include \x{nnn} etc + Branch: perl + ! t/op/re_tests t/op/regexp.t +____________________________________________________________________________ +[ 28881] By: stevep on 2006/09/23 16:58:17 + Log: Upgrade to CPAN-1.8801. + Branch: perl + ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Tarzip.pm +____________________________________________________________________________ +[ 28880] By: rgs on 2006/09/21 15:08:54 + Log: Document the values that mad_key can hold + (by Larry) + Branch: perl + ! op.h +____________________________________________________________________________ +[ 28879] By: rgs on 2006/09/21 14:52:15 + Log: Subject: RE: Combining UTF-16 output with :crlf is awkward + From: "Jan Dubois" + Date: Thu, 6 Apr 2006 18:37:21 -0700 + Message-ID: <0bbe01c659e3$d0c334a0$2217a8c0@candy> + Branch: perl + ! perlio.c +____________________________________________________________________________ +[ 28878] By: merijn on 2006/09/21 12:02:14 + Log: Subject: Re: \N{...} in regular expression [PATCH] + From: SADAHIRO Tomoyuki + Date: Thu, 21 Sep 2006 20:47:02 +0900 + Message-Id: <20060921204520.80A6.BQW10602@nifty.com> + Branch: perl + ! pod/perlop.pod +____________________________________________________________________________ +[ 28877] By: rgs on 2006/09/21 07:54:10 + Log: Subject: [PATCH] deal with some gcc warnings + From: Jarkko Hietaniemi + Date: Thu, 21 Sep 2006 09:08:47 +0300 + Message-ID: <45122C6F.9080904@iki.fi> + Branch: perl + ! doio.c reentr.c reentr.pl regcomp.c regexec.c sv.c toke.c + ! util.c +____________________________________________________________________________ +[ 28876] By: stevep on 2006/09/21 02:17:30 + Log: Subject: [perl #40369] File::Find mishandles non-dangling symlinks + From: ammon@rhythm.com (via RT) + Date: Tue, 19 Sep 2006 20:56:32 -0700 + Message-ID: + Branch: perl + ! lib/File/Find.pm +____________________________________________________________________________ +[ 28875] By: rgs on 2006/09/20 16:12:14 + Log: Deliver SIGILL, SIGBUS and SIGSEGV always in an "unsafe" manner. + + Subject: Safe signals and SIGSEGV + From: Rafael Garcia-Suarez + Date: Fri, 8 Sep 2006 17:43:41 +0200 + Message-ID: <20060908174341.0cc7988f@grubert.mandriva.com> + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 28874] By: rgs on 2006/09/20 15:22:22 + Log: prototype() wasn't working to get the prototype of optional core + keywords (like say, err, given.) Fix this by adding a parameter to + Perl_keyword to always get the keyword number, even if the feature + isn't in effect. + Branch: perl + ! embed.fnc embed.h perl_keyword.pl pp.c proto.h t/op/cproto.t + ! toke.c +____________________________________________________________________________ +[ 28873] By: rgs on 2006/09/20 11:53:59 + Log: Subject: Re: [PATCH] Patch for win32.c to fix #38723 and #39531 + From: Andrew Savige + Date: Tue, 19 Sep 2006 23:42:31 +1000 (EST) + Message-ID: <20060919134231.87370.qmail@web56407.mail.re3.yahoo.com> + Branch: perl + ! win32/win32.c +____________________________________________________________________________ +[ 28872] By: merijn on 2006/09/19 19:09:36 + Log: Subject: Re: \N{...} in regular expression [PATCH] + From: demerphq + Date: Tue, 19 Sep 2006 20:36:17 +0200 + Message-ID: <9b18b3110609191136v4d595f37pa0a52b8c20851588@mail.gmail.com> + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 28871] By: rgs on 2006/09/19 14:05:48 + Log: Upgrade to podlators 2.0.5 + Branch: perl + + lib/Pod/t/pod-parser.t + ! MANIFEST lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/t/basic.man + ! lib/Pod/t/basic.t lib/Pod/t/filehandle.t lib/Pod/t/man.t +____________________________________________________________________________ +[ 28870] By: merijn on 2006/09/19 11:16:11 + Log: Changed +DA2.0w to +DD64; Added notes about C ANSI C updates + on HP-UX 11.00. + Branch: perl + ! README.hpux +____________________________________________________________________________ +[ 28869] By: rgs on 2006/09/19 07:54:24 + Log: Subject: Re: [PATCH] lib/File/Copy.t - test descriptions and minor fixes + From: "Adriano Ferreira" + Date: Mon, 18 Sep 2006 17:36:50 -0300 + Message-ID: <73ddeb6c0609181336g53a90dceo9a29777f7686e372@mail.gmail.com> + Branch: perl + ! lib/File/Copy.t +____________________________________________________________________________ +[ 28868] By: merijn on 2006/09/19 06:56:36 + Log: Subject: Re: \N{...} in regular expression [PATCH] + From: demerphq + Date: Tue, 19 Sep 2006 01:37:19 +0200 + Message-ID: <9b18b3110609181637m796d6c16o1b2741edc5f09eb2@mail.gmail.com> + Branch: perl + + t/lib/Cname.pm + ! MANIFEST embed.fnc embed.h pod/perldiag.pod proto.h regcomp.c + ! regexec.c t/op/pat.t toke.c +____________________________________________________________________________ +[ 28867] By: merijn on 2006/09/19 06:45:26 + Log: Subject: [PATCH] C++: add -Wno-used-parameter, and drop ODBM_File + From: Jarkko Hietaniemi + Date: Tue, 19 Sep 2006 09:19:22 +0300 + Message-ID: <450F8BEA.1010802@iki.fi> + Branch: perl + ! Makefile.SH cflags.SH +____________________________________________________________________________ +[ 28866] By: rgs on 2006/09/18 09:04:02 + Log: Fix declaration-after-statement problem + + Subject: [bug] IO::Socket's IO.xs fails to compile + From: Sebastian Steinlechner + Date: Mon, 18 Sep 2006 01:38:31 +0200 + Message-ID: <450DDC77.2060405@gmx.net> + Branch: perl + ! ext/IO/IO.xs +____________________________________________________________________________ +[ 28865] By: rgs on 2006/09/18 08:37:21 + Log: Subject: [PATCH] bleed - silence warning in sv.c + From: "Philip M. Gollucci" + Date: Mon, 18 Sep 2006 01:30:05 -0700 + Message-ID: <450E590D.1060205@p6m7g8.com> + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 28864] By: rgs on 2006/09/18 08:35:21 + Log: Subject: [PATCH] Re: [perl #37714] XSUB.h version check may fail due to locale + From: John Peacock + Date: Sun, 17 Sep 2006 16:58:58 -0400 + Message-ID: <450DB712.4040703@rowman.com> + Branch: perl + ! universal.c util.c +____________________________________________________________________________ +[ 28863] By: nicholas on 2006/09/17 19:26:01 + Log: Fix one genuine unitialised code path spotted by gcc, and a signed/ + unsigned warning. + Branch: perl + ! doio.c +____________________________________________________________________________ +[ 28862] By: nicholas on 2006/09/17 18:52:00 + Log: Avoid compiler warning about a variable that isn't used when + -DDEBUGGING is not in force. + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 28861] By: rgs on 2006/09/17 13:32:18 + Log: A better version of change #28847 + Branch: perl + ! universal.c util.c +____________________________________________________________________________ +[ 28860] By: rgs on 2006/09/17 12:07:27 + Log: Subject: [PATCH] util.c: restore Perl_my_setenv() to pre-28814 + From: Jarkko Hietaniemi + Date: Sun, 17 Sep 2006 10:29:08 +0300 + Message-ID: <450CF944.7000402@iki.fi> + Branch: perl + ! util.c +____________________________________________________________________________ +[ 28859] By: nicholas on 2006/09/17 10:39:27 + Log: Some notes about struct block_loop + Branch: perl + ! cop.h +____________________________________________________________________________ +[ 28858] By: nicholas on 2006/09/17 00:06:53 + Log: Store a pointer to the op in struct block_loop, rather than the + pointers to last and redo. (for ithreads also drop the next pointer, + as pp_ctl.c doesn't re-write it for ithreads). This shrinks the struct + to 40 bytes on ILP32 systems, and therefore struct block to 64 bytes. + Branch: perl + ! cop.h pp_ctl.c scope.c sv.c +____________________________________________________________________________ +[ 28857] By: stevep on 2006/09/16 20:19:08 + Log: Upgrade to CPAN-CPAN-1.87_64 + Branch: perl + ! lib/CPAN/Debug.pm lib/CPAN/FirstTime.pm + ! lib/CPAN/HandleConfig.pm lib/CPAN/Nox.pm lib/CPAN/SIGNATURE + ! lib/CPAN/Tarzip.pm lib/CPAN/Version.pm +____________________________________________________________________________ +[ 28856] By: stevep on 2006/09/16 19:37:51 + Log: Upgrade to ExtUtils-ParseXS-2.16. There actually are a couple of + changes in bleadperl not in the new version, so version was bumped + to 2.16_01. + Branch: perl + ! lib/ExtUtils/ParseXS.pm +____________________________________________________________________________ +[ 28855] By: nicholas on 2006/09/16 17:59:17 + Log: Shrink the interpreter structure by 4 bytes (usually) by making + PL_in_eval a U8 and PL_delaymagic a U16. (And corresponding changes + in struct block_eval in cop.h to avoid any possible compiler warnings) + Branch: perl + ! cop.h thrdvar.h +____________________________________________________________________________ +[ 28853] By: nicholas on 2006/09/16 17:07:03 + Log: Revert changes 28772, 28773, 28774 as they won't gain us anything - I + failed to realise that struct block_sub is not the largest of the + 4 structures in the block.blk_u union. (It's actually block_loop) + Branch: perl + ! cop.h pp_ctl.c pp_hot.c scope.c sv.c +____________________________________________________________________________ +[ 28851] By: craigb on 2006/09/16 15:14:36 + Log: return value of -1 without errno set is ok in + ext/POSIX/t/sysconf.t (it just means the feature is + not implemented, not defined, or has no limit) + Branch: perl + ! ext/POSIX/t/sysconf.t +____________________________________________________________________________ +[ 28850] By: rgs on 2006/09/16 06:32:36 + Log: No declarations after statements ! (noticed by Sadahiro Tomoyuki) + Branch: perl + ! util.c +____________________________________________________________________________ +[ 28849] By: nicholas on 2006/09/15 22:03:53 + Log: Avoid warnings when $Config{d_cplusplus} is undefined. + Branch: perl + ! ext/Encode/bin/enc2xs +____________________________________________________________________________ +[ 28848] By: craigb on 2006/09/15 00:39:32 + Log: More hacking in util.c's ifdef jungle following 28844 to avoid + duplicate definition of Perl_my_setenv on VMS. + Branch: perl + ! util.c +____________________________________________________________________________ +[ 28847] By: rgs on 2006/09/14 15:31:22 + Log: Fix for bug #37714: XSUB.h version check may fail due to locale + Always convert version to number under C locale settings + Branch: perl + ! util.c +____________________________________________________________________________ +[ 28846] By: stevep on 2006/09/14 15:24:04 + Log: Subject: [PATCH] C++ Encode + From: Jarkko Hietaniemi + Date: Thu, 14 Sep 2006 09:05:10 +0300 + Message-ID: <4508F116.40606@iki.fi> + Branch: perl + ! ext/Encode/bin/enc2xs +____________________________________________________________________________ +[ 28845] By: rgs on 2006/09/14 14:18:32 + Log: MakeMaker is being split in new sub-distributions on CPAN + Branch: perl + ! Porting/Maintainers.pl +____________________________________________________________________________ +[ 28844] By: rgs on 2006/09/14 12:39:16 + Log: Subject: Re: Re: [PATCH] C++: Solaris CC now compiles "perl" + From: demerphq + Date: Thu, 14 Sep 2006 14:28:16 +0200 + Message-ID: <9b18b3110609140528x49e063aay724169d7f1e49531@mail.gmail.com> + Branch: perl + ! util.c +____________________________________________________________________________ +[ 28843] By: craigb on 2006/09/14 03:50:18 + Log: Define d_cplusplus on VMS when appropriate + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 28842] By: stevep on 2006/09/14 01:36:13 + Log: Subject: [PATCH] (1) g++ 4.x (or Mac OS X) (2) Solaris g++ or CC + From: Jarkko Hietaniemi + Date: Wed, 13 Sep 2006 20:19:04 +0300 + Message-ID: <45083D88.7050207@iki.fi> + + Plus a tweak to the name of CC. + Branch: perl + ! cflags.SH hints/solaris_2.sh perl.h +____________________________________________________________________________ +[ 28841] By: stevep on 2006/09/14 01:10:01 + Log: Regenerated mktables.lst per Yves Orton's suggestion. + Branch: perl + ! lib/unicore/mktables.lst +____________________________________________________________________________ +[ 28840] By: stevep on 2006/09/13 16:05:33 + Log: darwin also seems to be lacking a dl_unload_file() in its + DynaLoader, so some additional skips are needed. If I only + had a NeXT to test with now... + Branch: perl + ! ext/DynaLoader/t/DynaLoader.t +____________________________________________________________________________ +[ 28839] By: stevep on 2006/09/13 15:34:46 + Log: Add darwin to the list of OS's that fail to pass test + op/sprintf.t #157. Newer versions appear to be OK, + but Mac OS X 10.2.X regularly fail with this test. + Branch: perl + ! t/op/sprintf.t +____________________________________________________________________________ +[ 28838] By: stevep on 2006/09/13 14:59:01 + Log: Test cases for version cannot handle Test::More versions that + end with _0X. TODO-ing the failing test cases for now. + Branch: perl + ! lib/version.t +____________________________________________________________________________ +[ 28837] By: rgs on 2006/09/13 14:23:38 + Log: Upgrade to CPAN 1.87_63 + Branch: perl + ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm + ! lib/CPAN/SIGNATURE +____________________________________________________________________________ +[ 28836] By: stevep on 2006/09/13 13:35:32 + Log: Upgrade to Test-Simple-0.64_02 + Branch: perl + ! lib/Test/Builder.pm lib/Test/Builder/Module.pm + ! lib/Test/Builder/Tester.pm lib/Test/More.pm lib/Test/Simple.pm + ! lib/Test/Simple/Changes + ! lib/Test/Simple/t/00test_harness_check.t + ! lib/Test/Simple/t/diag.t lib/Test/Simple/t/extra.t + ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t + ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/fail_one.t + ! lib/Test/Simple/t/harness_active.t + ! lib/Test/Simple/t/is_deeply_fail.t lib/Test/Simple/t/is_fh.t + ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t + ! lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_bad.t + ! lib/Test/Simple/t/skip.t lib/Test/Simple/t/sort_bug.t + ! lib/Test/Simple/t/threads.t +____________________________________________________________________________ +[ 28835] By: rgs on 2006/09/13 13:27:05 + Log: Bump version and other misc. changes. 3rd patch from: + + Subject: [PATCH] thread 1.41 - A drama in three parts + From: "Jerry D. Hedden" + Date: Sun, 10 Sep 2006 09:12:06 -0700 + Message-ID: <20060910091206.fb30e530d17747c2b054d625b8945d88.321c7cbc94.wbe@email.secureserver.net> + Branch: perl + ! ext/threads/Changes ext/threads/README ext/threads/t/state.t + ! ext/threads/t/thread.t ext/threads/threads.pm + ! ext/threads/threads.xs +____________________________________________________________________________ +[ 28834] By: rgs on 2006/09/13 13:21:07 + Log: Statically allocate the main thread. + 2nd patch from: + + Subject: [PATCH] thread 1.41 - A drama in three parts + From: "Jerry D. Hedden" + Date: Sun, 10 Sep 2006 09:12:06 -0700 + Message-ID: <20060910091206.fb30e530d17747c2b054d625b8945d88.321c7cbc94.wbe@email.secureserver.net> + Branch: perl + ! ext/threads/threads.xs +____________________________________________________________________________ +[ 28833] By: rgs on 2006/09/13 13:15:44 + Log: Race condition fix in threads.pm + First patch from: + + Subject: [PATCH] thread 1.41 - A drama in three parts + From: "Jerry D. Hedden" + Date: Sun, 10 Sep 2006 09:12:06 -0700 + Message-ID: <20060910091206.fb30e530d17747c2b054d625b8945d88.321c7cbc94.wbe@email.secureserver.net> + Branch: perl + ! ext/threads/threads.xs +____________________________________________________________________________ +[ 28832] By: rgs on 2006/09/13 09:55:09 + Log: Subject: mktables executes seven time per build sigh + From: demerphq + Date: Sun, 10 Sep 2006 17:52:10 +0200 + Message-ID: <9b18b3110609100852q2cfc2497ufceda5ff5d0875e3@mail.gmail.com> + + (Fix for Windows) + Branch: perl + ! lib/unicore/mktables win32/Makefile +____________________________________________________________________________ +[ 28831] By: rgs on 2006/09/13 09:44:26 + Log: Subject: [perl #40328] B::Deparse pod does not list failure to grok outer lexical scopes in BUGS section + From: David Nicol (via RT) + Date: Tue, 12 Sep 2006 13:21:24 -0700 + Message-ID: + Branch: perl + ! ext/B/B/Deparse.pm +____________________________________________________________________________ +[ 28830] By: rgs on 2006/09/13 09:36:11 + Log: Subject: [perl #40327] Doc patch for perlfunc.pod + From: merijnb@ms.com (via RT) + Date: Tue, 12 Sep 2006 09:12:12 -0700 + Message-ID: + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 28829] By: merijn on 2006/09/13 06:51:55 + Log: Accumulated fixes from earlier backports, amongst of which: + Subject: [PATCH] remove -Wdeclaration-after-statement scan from Configure + From: Jarkko Hietaniemi + Date: Tue, 12 Sep 2006 07:19:32 +0300 + Message-ID: <45063554.1040301@iki.fi> + Branch: perl + ! Configure Porting/Glossary config_h.SH +____________________________________________________________________________ +[ 28827] By: rgs on 2006/09/12 15:51:53 + Log: Disable study() for utf-8 strings + + Subject: Re: Re: [Fwd: Smoke [5.9.4] 28821 FAIL(XF) OSF1 V5.1 (EV6/4 cpu)] + From: demerphq + Date: Tue, 12 Sep 2006 17:08:55 +0200 + Message-ID: <9b18b3110609120808jceb84ces55ef29c2f2b73ebc@mail.gmail.com> + Branch: perl + ! pp.c +____________________________________________________________________________ +[ 28826] By: stevep on 2006/09/12 15:30:57 + Log: Upgrade to CPAN-1.87_62 + Branch: perl + ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm +____________________________________________________________________________ +[ 28825] By: rgs on 2006/09/12 14:49:21 + Log: Upgrade to MakeMaker 6.30_04 + Branch: perl + + lib/ExtUtils/t/build_man.t lib/ExtUtils/t/pm.t + ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/MM_Any.pm + ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm + ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win95.pm + ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/FAQ.pod + ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/MM_Win32.t + ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/revision.t +____________________________________________________________________________ +[ 28824] By: rgs on 2006/09/12 14:04:54 + Log: More warnings silencing, including suggestions by Dominic Dunlop + Branch: perl + ! regcomp.c regexec.c +____________________________________________________________________________ +[ 28823] By: rgs on 2006/09/12 07:26:46 + Log: Subject: [PATCH] Re: C++ status [Fwd: Smoke [5.9.4] 28776 FAIL(FM) OSF1 V5.1 (EV6/4 cpu)] + From: Dominic Dunlop + Date: Tue, 12 Sep 2006 09:13:41 +0200 + Message-Id: <6FD7503D-349B-4BE4-B457-D79458900FA0@computer.org> + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 28822] By: rgs on 2006/09/12 07:22:40 + Log: Another warning-silencing cast + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 28821] By: rgs on 2006/09/11 13:05:16 + Log: POD fixes in perlce manpage + Branch: perl + ! README.ce +____________________________________________________________________________ +[ 28820] By: rgs on 2006/09/11 12:32:35 + Log: FAQ sync + Branch: perl + ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod + ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod + ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod + ! pod/perlfaq9.pod +____________________________________________________________________________ +[ 28819] By: rgs on 2006/09/11 11:51:04 + Log: Fix a few more printf format warnings + Branch: perl + ! regexec.c +____________________________________________________________________________ +[ 28818] By: rgs on 2006/09/11 10:19:20 + Log: Fix definition of macro HOP3 (spotted by a gcc warning) + Branch: perl + ! regexec.c +____________________________________________________________________________ +[ 28817] By: rgs on 2006/09/11 10:12:32 + Log: Fix some compilation warnings + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 28816] By: rgs on 2006/09/11 10:04:19 + Log: Subject: [PATCH] Teach regex optimiser how to handle (?=) and (?<=) properly. + From: demerphq + Date: Sat, 9 Sep 2006 22:00:05 +0200 + Message-ID: <9b18b3110609091300x1fd0b15dt32932902a0a80674@mail.gmail.com> + Branch: perl + ! embed.fnc embed.h proto.h regcomp.c regcomp.h regcomp.sym + ! regexec.c regnodes.h sv.c t/op/re_tests t/op/regexp.t +____________________________________________________________________________ +[ 28815] By: rgs on 2006/09/11 09:14:58 + Log: Subject: Re: [perl #40302] sigtrap(3pm) man page is vague + From: "David Nicol" + Date: Fri, 8 Sep 2006 11:19:23 -0500 + Message-ID: <934f64a20609080919g3d0add8cr1ca3d1c7ea9a5d32@mail.gmail.com> + Branch: perl + ! lib/sigtrap.pm +____________________________________________________________________________ +[ 28814] By: rgs on 2006/09/11 08:56:21 + Log: Subject: [PATCH] C++: Solaris CC now compiles "perl" + From: Jarkko Hietaniemi + Date: Sat, 09 Sep 2006 15:29:12 +0300 + Message-ID: <4502B398.6060505@iki.fi> + Branch: perl + ! hints/solaris_2.sh opcode.h opcode.pl perl.h perlio.c + ! unixish.h util.c +____________________________________________________________________________ +[ 28813] By: rgs on 2006/09/11 08:41:50 + Log: Subject: NULL and sv_setpv vs. newSVpv + From: "Yitzchak Scott-Thoennes" + Date: Sun, 10 Sep 2006 20:31:46 -0700 (PDT) + Message-ID: <8750.24.19.24.170.1157945506.squirrel@24.19.24.170> + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 28812] By: steveh on 2006/09/08 16:08:53 + Log: Update Porting/Maintainers.pl w.r.t. #28811 + Branch: perl + ! Porting/Maintainers.pl +____________________________________________________________________________ +[ 28811] By: steveh on 2006/09/08 16:05:53 + Log: Subject: [PATCH] Add Params::Check to the core + From: "Jos Boumans" + Date: Fri, 8 Sep 2006 13:57:16 +0200 (CEST) + Message-ID: <8319.80.127.35.68.1157716636.squirrel@webmail.xs4all.nl> + + (Just the Params-Check part: Locale-Maketext-Simple has already been + added by change #28809) + Branch: perl + + lib/Params/Check.pm lib/Params/Check/t/01_Params-Check.t + ! MANIFEST +____________________________________________________________________________ +[ 28810] By: steveh on 2006/09/08 15:33:18 + Log: Update Porting/Maintainers.pl w.r.t. #28809 + Branch: perl + ! Porting/Maintainers.pl +____________________________________________________________________________ +[ 28809] By: steveh on 2006/09/08 15:19:50 + Log: Subject: Re: [PATCH] Add Locale::Maketext::Simple to the core + From: kane@xs4all.nl + Date: Sun, 13 Aug 2006 15:51:58 +0200 (CEST) + Message-ID: <24406.80.127.35.68.1155477118.squirrel@webmail.xs4all.nl> + + Actually added 0.18, rather than 0.17 which this PATCH contained, for + an updated licence statement. + Branch: perl + + lib/Locale/Maketext/Simple.pm + + lib/Locale/Maketext/Simple/t/0-signature.t + + lib/Locale/Maketext/Simple/t/1-basic.t + ! MANIFEST +____________________________________________________________________________ +[ 28808] By: rgs on 2006/09/08 08:36:32 + Log: Use %^H instead of $^H for the assertions pragma + Branch: perl + ! lib/assertions.pm op.c perl.h +____________________________________________________________________________ +[ 28807] By: rgs on 2006/09/08 07:39:10 + Log: Remove empty typemap file + Branch: perl + - ext/threads/shared/typemap + ! MANIFEST +____________________________________________________________________________ +[ 28806] By: craigb on 2006/09/08 02:07:30 + Log: declaration after code nit in vms/vms.c (from Martin Vorlaender) + Branch: perl + ! vms/vms.c +____________________________________________________________________________ +[ 28805] By: stevep on 2006/09/07 18:39:22 + Log: Clean up some comments. + Branch: perl + ! cygwin/ld2.in +____________________________________________________________________________ +[ 28804] By: rgs on 2006/09/07 15:21:56 + Log: Typo fix in #ifdef + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 28803] By: stevep on 2006/09/07 14:24:18 + Log: Fix to first problem causing Cygwin Perl to fail to build + in a path with spaces in it. + Branch: perl + ! cygwin/Makefile.SHs +____________________________________________________________________________ +[ 28802] By: gisle on 2006/09/07 14:12:14 + Log: Document mkpath() return value in scalar context. + Document that rmtree() return value include deleted + directories. + Branch: perl + ! lib/File/Path.pm +____________________________________________________________________________ +[ 28801] By: rgs on 2006/09/07 13:16:12 + Log: Subject: Re: [perl #40262] kill( 0, ... ) does not return alive status of child process + From: "David Nicol" + Date: Fri, 1 Sep 2006 17:26:34 -0500 + Message-ID: <934f64a20609011526odd7f5bta847a3be1f6fa5f0@mail.gmail.com> + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 28800] By: rgs on 2006/09/07 13:13:05 + Log: Subject: [perl #40293] perlsec talks erroneously about "Non-Finite Automaton" + From: premchai21@yahoo.com (via RT) + Date: Wed, 06 Sep 2006 23:11:10 -0700 + Message-ID: + Branch: perl + ! pod/perlsec.pod +____________________________________________________________________________ +[ 28799] By: rgs on 2006/09/07 11:46:40 + Log: Bump version of PerlIO::scalar + Branch: perl + ! ext/PerlIO/scalar/scalar.pm +____________________________________________________________________________ +[ 28798] By: rgs on 2006/09/07 11:45:36 + Log: Fix for [perl #40267] PerlIO::scalar doesn't respect readonly-ness + Branch: perl + ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t +____________________________________________________________________________ +[ 28797] By: rgs on 2006/09/07 09:49:31 + Log: Invalidate ISA and method caches when calling a safe compartment + (bug #39887) + + Remove XS_VERSION, make it equal to VERSION + Branch: perl + ! ext/Opcode/Makefile.PL ext/Opcode/Opcode.pm + ! ext/Opcode/Opcode.xs +____________________________________________________________________________ +[ 28796] By: rgs on 2006/09/07 09:25:18 + Log: Add Exporter in the dual-lived module list + Branch: perl + ! Porting/Maintainers.pl +____________________________________________________________________________ +[ 28795] By: rgs on 2006/09/07 09:21:56 + Log: Subject: Dual life for Exporter + From: "Adriano Ferreira" + Date: Wed, 6 Sep 2006 16:40:28 -0300 + Message-ID: <73ddeb6c0609061240g34f60d9fodaf7727575778d8e@mail.gmail.com> + Branch: perl + ! lib/Exporter.t +____________________________________________________________________________ +[ 28794] By: stevep on 2006/09/07 02:07:57 + Log: Convert Errno.t to Test::More. Increase the test coverage + while in there as well. + Branch: perl + ! ext/Errno/t/Errno.t +____________________________________________________________________________ +[ 28793] By: steveh on 2006/09/06 16:54:19 + Log: cxtype is a U16, not a U32 (Stops VC++ complaining) + Branch: perl + ! pp_ctl.c +____________________________________________________________________________ +[ 28792] By: stevep on 2006/09/06 14:33:06 + Log: Removed some leftover debugging accidentally added with + change #28788. + Branch: perl + ! regexec.c +____________________________________________________________________________ +[ 28791] By: rgs on 2006/09/06 14:11:09 + Log: Revert accidental file deletion + Branch: perl + + ext/threads/shared/typemap +____________________________________________________________________________ +[ 28790] By: rgs on 2006/09/06 14:04:33 + Log: Remove perlcc and the byteloader + Branch: perl + - ext/B/B/Assembler.pm ext/B/B/Bblock.pm ext/B/B/Bytecode.pm + - ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Disassembler.pm + - ext/B/B/Stackobj.pm ext/B/B/Stash.pm ext/B/B/assemble + - ext/B/B/cc_harness ext/B/B/disassemble ext/B/B/makeliblinks + - ext/B/C/C.xs ext/B/C/Makefile.PL ext/B/NOTES ext/B/README + - ext/B/TESTS ext/B/Todo ext/B/ramblings/cc.notes + - ext/B/ramblings/curcop.runtime ext/B/ramblings/flip-flop + - ext/B/ramblings/magic ext/B/ramblings/reg.alloc + - ext/B/ramblings/runtime.porting ext/B/t/asmdata.t + - ext/B/t/assembler.t ext/B/t/bblock.t ext/B/t/bytecode.t + - ext/B/t/stash.t ext/ByteLoader/ByteLoader.pm + - ext/ByteLoader/ByteLoader.xs ext/ByteLoader/Makefile.PL + - ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c + - ext/ByteLoader/byterun.h ext/ByteLoader/hints/sunos.pl + - ext/threads/shared/typemap utils/perlcc.PL + ! MANIFEST Makefile.SH NetWare/Makefile bytecode.pl + ! configure.com ext/B/B/Asmdata.pm pod/Makefile.SH + ! pod/perlcompile.pod regen.pl t/TEST t/harness + ! t/lib/1_compile.t utils.lst utils/Makefile + ! vms/descrip_mms.template win32/Makefile win32/makefile.mk + ! win32/pod.mak x2p/Makefile.SH +____________________________________________________________________________ +[ 28789] By: rgs on 2006/09/06 09:18:31 + Log: Remove JPL + Branch: perl + - jpl/ChangeLog jpl/JNI/Changes jpl/JNI/Closer.java + - jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/JNIConfig + - jpl/JNI/JNIConfig.Win32 jpl/JNI/JNIConfig.kaffe + - jpl/JNI/JNIConfig.noembed jpl/JNI/JNIConfig.standard + - jpl/JNI/Makefile.PL jpl/JNI/test.pl jpl/JNI/typemap + - jpl/JNI/typemap.gcc jpl/JNI/typemap.win32 + - jpl/JPL/AutoLoader.pm jpl/JPL/Class.pm jpl/JPL/Compile.pm + - jpl/JPL/Makefile.PL jpl/JPL_Rolo/JPL_Rolo.jpl + - jpl/JPL_Rolo/Makefile.PL jpl/JPL_Rolo/README + - jpl/JPL_Rolo/cardfile jpl/PerlInterpreter/Makefile.PL + - jpl/PerlInterpreter/PerlInterpreter.c + - jpl/PerlInterpreter/PerlInterpreter.h + - jpl/PerlInterpreter/PerlInterpreter.java jpl/README + - jpl/README.JUST-JNI jpl/SETVARS.PL jpl/Sample/Makefile.PL + - jpl/Sample/Sample.jpl jpl/Test/Makefile.PL jpl/Test/Test.jpl + - jpl/bin/jpl jpl/docs/Tutorial.pod jpl/get_jdk/README + - jpl/get_jdk/get_jdk.pl jpl/get_jdk/jdk_hosts jpl/install-jpl + ! MANIFEST +____________________________________________________________________________ +[ 28788] By: stevep on 2006/09/06 00:35:15 + Log: Subject: [PATCH] UCD 5.0.0 + From: Jarkko Hietaniemi + Date: Tue, 05 Sep 2006 21:29:45 +0300 + Message-ID: <44FDC219.8010006@iki.fi> + Branch: perl + + lib/unicore/NamedSqProv.txt + ! MANIFEST lib/Unicode/UCD.t lib/unicore/ArabicShaping.txt + ! lib/unicore/BidiMirroring.txt lib/unicore/Blocks.txt + ! lib/unicore/CaseFolding.txt + ! lib/unicore/CompositionExclusions.txt + ! lib/unicore/EastAsianWidth.txt + ! lib/unicore/HangulSyllableType.txt lib/unicore/Index.txt + ! lib/unicore/Jamo.txt lib/unicore/LineBreak.txt + ! lib/unicore/NamedSequences.txt lib/unicore/NamesList.txt + ! lib/unicore/NormalizationCorrections.txt + ! lib/unicore/PropList.txt lib/unicore/PropValueAliases.txt + ! lib/unicore/PropertyAliases.txt lib/unicore/README.perl + ! lib/unicore/Scripts.txt lib/unicore/SpecialCasing.txt + ! lib/unicore/StandardizedVariants.txt + ! lib/unicore/UnicodeData.txt lib/unicore/version regexec.c + ! t/uni/class.t +____________________________________________________________________________ +[ 28787] By: rgs on 2006/09/05 11:09:03 + Log: Fix a few warnings + Branch: perl + ! regcomp.c regexec.c +____________________________________________________________________________ +[ 28786] By: rgs on 2006/09/05 10:40:25 + Log: Subject: [PATCH perl-current]; was RE: [PATCH perlio.c pp.c regcomp.c] silence format and comparison warnings + From: "Robin Barker" + Date: Fri, 1 Sep 2006 16:10:25 +0100 + Message-ID: <2C2E01334A940D4792B3E115F95B7226120A21@exchsvr1.npl.ad.local> + Branch: perl + ! dump.c perl.h perlio.c pp.c pp_pack.c sv.c utf8.c +____________________________________________________________________________ +[ 28785] By: rgs on 2006/09/05 10:21:57 + Log: Subject: Re: [PATCH] Trie jumping + From: demerphq + Date: Sat, 2 Sep 2006 16:40:12 +0200 + Message-ID: <9b18b3110609020740y2eb9004cpab313c3353a437ca@mail.gmail.com> + Branch: perl + ! embed.fnc embed.h ext/re/re.pm opcode.h proto.h regcomp.c + ! regcomp.h regcomp.sym regexec.c regexp.h regnodes.h t/op/pat.t + ! t/op/re_tests +____________________________________________________________________________ +[ 28783] By: rgs on 2006/09/04 16:54:36 + Log: Subject: [perl #40239] New hints file for MidnightBSD + From: Lucas Holt (via RT) + Date: Fri, 25 Aug 2006 20:16:40 -0700 + Message-ID: + Branch: perl + + hints/midnightbsd.sh + ! MANIFEST +____________________________________________________________________________ +[ 28782] By: rgs on 2006/09/04 15:50:17 + Log: Upgrade to Sys::Syslog 0.18 + Branch: perl + ! ext/Sys/Syslog/Changes ext/Sys/Syslog/README + ! ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/t/syslog.t +____________________________________________________________________________ +[ 28781] By: rgs on 2006/09/04 14:53:00 + Log: Subject: [perl #40272] subroutine call with & in perlop example + From: yath-perlbug@yath.de (via RT) + Date: Sun, 03 Sep 2006 13:03:28 -0700 + Message-ID: + Branch: perl + ! pod/perlop.pod +____________________________________________________________________________ +[ 28780] By: rgs on 2006/09/04 13:12:20 + Log: Documentation nit, found by Dr Ruud. + Branch: perl + ! pod/perldsc.pod +____________________________________________________________________________ +[ 28779] By: rgs on 2006/09/04 13:11:01 + Log: Subject: [PATCH] Correction to POD for FETCH_*_ATTRIBUTES + From: "Jerry D. Hedden" + Date: Fri, 01 Sep 2006 12:43:46 -0700 + Message-ID: <20060901124346.fb30e530d17747c2b054d625b8945d88.0cfdb87cb8.wbe@email.secureserver.net> + Branch: perl + ! lib/attributes.pm +____________________________________________________________________________ +[ 28778] By: rgs on 2006/09/04 12:41:39 + Log: Subject: Re: AW: [PATCH pod/*] Use Direct Object Constructor Calls + From: chromatic + Date: Fri, 1 Sep 2006 09:12:45 -0700 + Message-Id: <200609010912.46314.chromatic@wgz.org> + Branch: perl + ! pod/perllexwarn.pod pod/perlmodlib.PL pod/perlop.pod + ! pod/perlothrtut.pod pod/perlref.pod pod/perltie.pod +____________________________________________________________________________ +[ 28777] By: rgs on 2006/09/04 12:30:36 + Log: Subject: [PATCH pod/perlfunc.pod] Add Index Numbers to caller() Docs + From: chromatic + Date: Fri, 1 Sep 2006 05:42:17 -0700 + Message-Id: <200609010542.17571.chromatic@wgz.org> + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 28776] By: rgs on 2006/09/03 12:51:57 + Log: Remove dead code from sort.pm + Branch: perl + ! lib/sort.pm +____________________________________________________________________________ +[ 28774] By: nicholas on 2006/09/01 17:25:50 + Log: Merge lval and hasargs into one U8 in struct block_sub + Branch: perl + ! cop.h +____________________________________________________________________________ +[ 28773] By: nicholas on 2006/09/01 16:27:48 + Log: Access to cx->blk_sub.lval via macros (as it's about to move). + Branch: perl + ! cop.h pp_ctl.c pp_hot.c scope.c sv.c +____________________________________________________________________________ +[ 28772] By: nicholas on 2006/09/01 15:05:10 + Log: Access cx->blk_sub.hasargs via a pair of macros (as it's about to + move) + Branch: perl + ! cop.h pp_ctl.c scope.c sv.c +____________________________________________________________________________ +[ 28771] By: nicholas on 2006/08/31 09:05:50 + Log: Change the generation of {} and [] from 3 ops to 1, and avoid 1 mortal + on the tempstack, by augmenting pp_anonlist and pp_anonhash to accept + OPf_SPECIAL to mean "return a reference to the aggregate" on the stack + rather than the aggregate itself. + Branch: perl + ! ext/B/B/Deparse.pm ext/B/t/concise-xs.t ext/B/t/f_map.t + ! ext/B/t/f_sort.t ext/Devel/Peek/t/Peek.t op.c op.h pp.c +____________________________________________________________________________ +[ 28770] By: nicholas on 2006/08/31 08:26:13 + Log: Save 4 bytes from struct context (on ILP32) by moving cx_type into + struct block and struct subst. + Branch: perl + ! cop.h +____________________________________________________________________________ +[ 28769] By: steveh on 2006/08/30 15:57:13 + Log: Silence some more Borland compiler warnings + (See: http://www.nntp.perl.org/group/perl.daily-build.reports/40471) + + - Change the cryptic pragma warn strings into numbers that are more + easily recognized, and add a new one (8027). + + - Add a similar pragma warn line to fcrypt.c, which doesn't use + win32.h. + Branch: perl + ! win32/fcrypt.c win32/win32.h +____________________________________________________________________________ +[ 28768] By: steveh on 2006/08/29 13:24:56 + Log: Silence Borland compiler warnings in XS::APItest and Win32 + (See: http://www.nntp.perl.org/group/perl.daily-build.reports/40471) + Branch: perl + ! ext/XS/APItest/APItest.xs win32/ext/Win32/Win32.pm + ! win32/ext/Win32/Win32.xs +____________________________________________________________________________ +[ 28767] By: rgs on 2006/08/28 12:52:00 + Log: Revert bogus change 28763. + Branch: perl + ! EXTERN.h INTERN.h +____________________________________________________________________________ +[ 28766] By: rgs on 2006/08/28 09:26:52 + Log: Fix PerlIO::scalar fileno() documentation as suggested in: + Subject: [perl #40245] POD error for PerlIO::scalar in 5.8.8 + From: "Shawn Boyette" (via RT) + Date: Mon, 28 Aug 2006 00:21:25 -0700 + Message-ID: + Branch: perl + ! ext/PerlIO/scalar/scalar.pm +____________________________________________________________________________ +[ 28765] By: stevep on 2006/08/27 17:53:17 + Log: Added an additional #ifndef based on comments by Jarkko and + John Malmberg. + Branch: perl + ! x2p/INTERN.h +____________________________________________________________________________ +[ 28764] By: rgs on 2006/08/27 16:05:09 + Log: Subject: [PATCH DOC] perlsyn incomplete duplicate definition of truth + From: Daniel Frederick Crisman + Date: Thu, 24 Aug 2006 17:29:57 -0400 + Message-ID: <20060824212957.GA32557@fury.crisman.org> + Branch: perl + ! pod/perlsyn.pod +____________________________________________________________________________ +[ 28763] By: rgs on 2006/08/27 15:57:39 + Log: More conditional defines of EXTERN_C, by Jarkko + Branch: perl + ! EXTERN.h INTERN.h +____________________________________________________________________________ +[ 28762] By: rgs on 2006/08/27 15:51:25 + Log: Subject: [PATCH] Change #24364 broke Data::Dumper::Seen() + From: Marcus Holland-Moritz + Date: Fri, 25 Aug 2006 22:35:33 +0200 + Message-ID: <20060825223533.04efdf2d@r2d2> + Branch: perl + ! ext/Data/Dumper/Dumper.pm +____________________________________________________________________________ +[ 28761] By: rgs on 2006/08/27 15:46:54 + Log: Regression test for attributes 'reserved' warning, + by Jerry D. Hedden + Branch: perl + ! t/op/attrs.t +____________________________________________________________________________ +[ 28760] By: rgs on 2006/08/25 16:47:08 + Log: Put a plan in the last added test + Branch: perl + ! lib/SelfLoader-buggy.t +____________________________________________________________________________ +[ 28759] By: steveh on 2006/08/25 16:12:52 + Log: Silence a bunch of Borland compiler warnings in SDBM_File + (See: http://www.nntp.perl.org/group/perl.daily-build.reports/40283) + Branch: perl + ! XSUB.h +____________________________________________________________________________ +[ 28758] By: rgs on 2006/08/25 15:58:41 + Log: Subject: Re: [perl #40216] SelfLoader::croak doesn't protect $@ from being clobbered by require + From: "Adriano Ferreira" + Date: Thu, 24 Aug 2006 10:20:43 -0300 + Message-ID: <73ddeb6c0608240620s207124d1mc202aea6a4598576@mail.gmail.com> + Branch: perl + + lib/SelfLoader-buggy.t + ! MANIFEST lib/SelfLoader.pm +____________________________________________________________________________ +[ 28757] By: rgs on 2006/08/25 15:45:08 + Log: Following Jarkko's advice, it seems that ODBM_File cannot be + compiled as C++ as-is. + Branch: perl + ! ext/ODBM_File/ODBM_File.xs +____________________________________________________________________________ +[ 28756] By: rgs on 2006/08/25 15:24:28 + Log: Subject: [PATCH] RE: [perl #40227] 'reserved' warning not working + From: "Jerry D. Hedden" + Date: Thu, 24 Aug 2006 09:04:12 -0700 + Message-ID: <20060824090412.fb30e530d17747c2b054d625b8945d88.e8ae12ccab.wbe@email.secureserver.net> + Branch: perl + ! lib/attributes.pm xsutils.c +____________________________________________________________________________ +[ 28755] By: stevep on 2006/08/24 15:07:58 + Log: Upgrade to File-Temp-0.17. Also, a change to Tim Jenness's email. + Branch: perl + + lib/File/Temp/t/seekable.t + ! AUTHORS MANIFEST lib/File/Temp.pm +____________________________________________________________________________ +[ 28754] By: rgs on 2006/08/24 12:36:08 + Log: Subject: [PATCH ext/ODBM_File/ODBM_File.xs] change 28744 broke ODBM_File + From: "Robin Barker" + Date: Thu, 24 Aug 2006 13:22:47 +0100 + Message-ID: <2C2E01334A940D4792B3E115F95B7226120A1A@exchsvr1.npl.ad.local> + Branch: perl + ! ext/ODBM_File/ODBM_File.xs +____________________________________________________________________________ +[ 28753] By: rgs on 2006/08/24 12:23:15 + Log: Subject: [PATCH] Don't promulgate Perl attributes + From: "Jerry D. Hedden" + Date: Wed, 23 Aug 2006 10:07:05 -0700 + Message-ID: <20060823100705.fb30e530d17747c2b054d625b8945d88.87c0ee9326.wbe@email.secureserver.net> + Branch: perl + ! lib/attributes.pm xsutils.c +____________________________________________________________________________ +[ 28752] By: stevep on 2006/08/24 01:27:08 + Log: Upgrade to CGI.pm-3.22. + Branch: perl + ! lib/CGI.pm lib/CGI/Changes +____________________________________________________________________________ +[ 28751] By: stevep on 2006/08/23 16:08:17 + Log: Subject: [perl #40161] ccversion fix for hpux + From: smoketst@hp46t243.cup.hp.com (via RT) + Date: Wed, 16 Aug 2006 23:10:52 -0700 + Message-ID: + Branch: perl + ! hints/hpux.sh +____________________________________________________________________________ +[ 28750] By: stevep on 2006/08/23 03:04:47 + Log: The previous change causes compile failures with threaded Perls. + Branch: perl + ! reentr.h reentr.pl +____________________________________________________________________________ +[ 28749] By: stevep on 2006/08/22 20:16:55 + Log: Part of one of Jarkko's g++ patches that was missed. + Branch: perl + ! reentr.h reentr.pl +____________________________________________________________________________ +[ 28748] By: stevep on 2006/08/22 17:41:33 + Log: Update to Time-HiRes-1.90. + Branch: perl + ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm + ! ext/Time/HiRes/HiRes.xs +____________________________________________________________________________ +[ 28747] By: stevep on 2006/08/22 16:43:52 + Log: Upgrade to Time-HiRes-1.89. + Branch: perl + ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm + ! ext/Time/HiRes/HiRes.xs +____________________________________________________________________________ +[ 28746] By: stevep on 2006/08/22 14:18:16 + Log: Upgrade to CGI.pm-3.21 + Branch: perl + ! lib/CGI.pm lib/CGI/Changes lib/CGI/Cookie.pm +____________________________________________________________________________ +[ 28745] By: stevep on 2006/08/22 14:14:23 + Log: Upgrade to Time-HiRes-1.88. + Branch: perl + ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm + ! ext/Time/HiRes/HiRes.xs +____________________________________________________________________________ +[ 28744] By: stevep on 2006/08/22 14:07:13 + Log: Subject: [PATCH] g++: fix Digest::MD5, Math::BigInt::FastCalc, ODBM_File, XS::APItest (and Time::HiRes 1.88 in CPAN) + From: Jarkko Hietaniemi + Date: Tue, 22 Aug 2006 10:45:41 +0300 (EEST) + Message-Id: <200608220745.k7M7jfjP050939@kosh.hut.fi> + + ...plus various version bumps and Digest::MD5 test file fixes. + Branch: perl + ! ext/Digest/MD5/MD5.pm ext/Digest/MD5/MD5.xs + ! ext/Digest/MD5/t/files.t ext/Math/BigInt/FastCalc/FastCalc.pm + ! ext/Math/BigInt/FastCalc/FastCalc.xs + ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs + ! ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs +____________________________________________________________________________ +[ 28743] By: stevep on 2006/08/22 02:12:16 + Log: Subject: [PATCH] perlhack.pod: small porta-tweaks (this time without pod2man :-) + From: Jarkko Hietaniemi + Date: Mon, 21 Aug 2006 22:39:35 +0300 (EEST) + Message-Id: <200608211939.k7LJdZ9P170671@kosh.hut.fi> + Branch: perl + ! pod/perlhack.pod +____________________________________________________________________________ +[ 28742] By: stevep on 2006/08/22 01:03:05 + Log: Subject: [PATCH] g++/x2p (better version) + From: Jarkko Hietaniemi + Date: Mon, 21 Aug 2006 14:48:26 +0300 (EEST) + Message-Id: <200608211148.k7LBmQGL161830@kosh.hut.fi> + Branch: perl + ! x2p/EXTERN.h x2p/INTERN.h x2p/hash.h +____________________________________________________________________________ +[ 28741] By: rgs on 2006/08/21 10:15:30 + Log: Subject: [PATCH] g++/Tru64: got perl linking once got the linkage right + From: Jarkko Hietaniemi + Date: Fri, 18 Aug 2006 13:03:17 +0300 (EEST) + Message-Id: <200608181003.k7IA3Hso276655@kosh.hut.fi> + Branch: perl + ! hints/dec_osf.sh perl.h pp_sys.c +____________________________________________________________________________ +[ 28740] By: rgs on 2006/08/20 10:13:12 + Log: Amendment to change #28739 + Branch: perl + ! ext/B/B/Assembler.pm +____________________________________________________________________________ +[ 28739] By: rgs on 2006/08/20 09:25:59 + Log: Subject: [PATCH] bytecode.t failures in Tru64: svtype (enum) is int, not long + From: Jarkko Hietaniemi + Date: Sat, 19 Aug 2006 14:34:53 +0300 (EEST) + Message-Id: <200608191134.k7JBYroK518962@kosh.hut.fi> + Branch: perl + ! ext/B/B/Assembler.pm +____________________________________________________________________________ +[ 28738] By: rgs on 2006/08/20 09:15:21 + Log: perlthrtut update, by Jerry D. Hedden. + Branch: perl + ! pod/perlthrtut.pod +____________________________________________________________________________ +[ 28737] By: rgs on 2006/08/20 08:46:33 + Log: Subject: [PATCH] g++/Solaris: force d_dlopen=define + From: Jarkko Hietaniemi + Date: Fri, 18 Aug 2006 15:48:34 +0300 (EEST) + Message-Id: <200608181248.k7ICmY2W028375@vipunen.hut.fi> + Branch: perl + ! hints/solaris_2.sh +____________________________________________________________________________ +[ 28736] By: rgs on 2006/08/18 16:22:18 + Log: Phrasing nit in perlxstut (by Ville Koskinen) + Branch: perl + ! pod/perlxstut.pod +____________________________________________________________________________ +[ 28735] By: rgs on 2006/08/18 15:46:18 + Log: A type change that apparently works around a compiler bug + (gcc 4.1.1 on Solaris) (by Robin Barker) + Branch: perl + ! pp_hot.c +____________________________________________________________________________ +[ 28734] By: stevep on 2006/08/17 20:28:36 + Log: Subject: [PATCH] Re: A large-ish C++ TODO (Re: [PATCH] g++ stage 1 reached) + From: Jarkko Hietaniemi + Date: Thu, 17 Aug 2006 19:16:09 +0300 + Message-ID: <44E49649.9090307@iki.fi> + Branch: perl + ! XSUB.h mathoms.c op.h perl.h perlio.c utf8.c +____________________________________________________________________________ +[ 28733] By: stevep on 2006/08/17 17:57:33 + Log: syscall() declaration in perl.h needs to have an EXTERN_C prefixing + it for some C++ compiles. Might as well fix usleep()'s + declaration too. + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 28732] By: stevep on 2006/08/17 15:28:36 + Log: Fix to problem where CGI can lose the filehandle during an upload. + Patch posted to the Debian bug list by Eric Wong + . + Branch: perl + ! lib/CGI.pm +____________________________________________________________________________ +[ 28731] By: stevep on 2006/08/17 14:50:36 + Log: gcc-4.1.1 on Fedora optimized away NULL chacks in Perl_do_close(), + which caused core dumps. + Branch: perl + ! embed.fnc proto.h +____________________________________________________________________________ +[ 28730] By: stevep on 2006/08/16 17:44:44 + Log: Cast needed to compile bsd_glob.c with C++ + Branch: perl + ! ext/File/Glob/bsd_glob.c +____________________________________________________________________________ +[ 28729] By: stevep on 2006/08/16 13:11:15 + Log: Additional changes to get C++ a little closer to a clean compile + of Perl. + Branch: perl + ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/bytecode.h + ! ext/ByteLoader/byterun.c ext/DB_File/DB_File.pm + ! ext/DB_File/DB_File.xs ext/Hash/Util/FieldHash/FieldHash.xs + ! ext/Hash/Util/FieldHash/lib/Hash/Util/FieldHash.pm + ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs +____________________________________________________________________________ +[ 28728] By: stevep on 2006/08/15 18:57:11 + Log: Additional floating point strictness is needed to get Intel cc to pass + its tests. + Branch: perl + ! hints/linux.sh +____________________________________________________________________________ +[ 28727] By: rgs on 2006/08/15 10:01:48 + Log: Update Changes + Branch: perl + ! Changes +____________________________________________________________________________ +[ 28726] By: rgs on 2006/08/15 09:59:24 + Log: Update Module::CoreList data with 5.9.4 + Branch: perl + ! lib/Module/CoreList.pm +____________________________________________________________________________ +[ 28725] By: rgs on 2006/08/15 09:55:27 + Log: 5.9.4 is today. + Branch: perl + ! pod/perlhist.pod +____________________________________________________________________________ +[ 28724] By: rgs on 2006/08/15 09:54:02 + Log: Actually, Richard Clamp doesn't maintain Module::CoreList anymore. + Branch: perl + ! Porting/Maintainers.pl +____________________________________________________________________________ +[ 28723] By: rgs on 2006/08/15 09:43:40 + Log: Regenerate perlmodlib and perltoc + Branch: perl + ! pod/perlmodlib.pod pod/perltoc.pod +____________________________________________________________________________ +[ 28722] By: rgs on 2006/08/15 09:40:08 + Log: POD formatting nit + Branch: perl + ! pod/perl594delta.pod +____________________________________________________________________________ +[ 28721] By: rgs on 2006/08/15 09:29:03 + Log: Remove some of the known problems documented in perldelta, which were + caused by change #28319, just backed out. Add some Windows news (by + Steve Hay) + Branch: perl + ! pod/perl594delta.pod +____________________________________________________________________________ +[ 28720] By: rgs on 2006/08/15 09:22:54 + Log: Revert change 28319, which may cause segfaults with threaded perls + on eval("syntax error") statements + Branch: perl + ! perly.c +____________________________________________________________________________ +[ 28719] By: rgs on 2006/08/15 07:57:54 + Log: More perldelta nits found by my reviewers + Branch: perl + ! pod/perl594delta.pod +____________________________________________________________________________ +[ 28718] By: rgs on 2006/08/14 22:30:18 + Log: Spelling fixes, thanks to Nicholas and to Ronald Kimball + Branch: perl + ! pod/perl594delta.pod +____________________________________________________________________________ +[ 28717] By: rgs on 2006/08/14 21:58:15 + Log: More perldelta entries and fixes + Branch: perl + ! pod/perl594delta.pod +____________________________________________________________________________ +[ 28716] By: rgs on 2006/08/14 21:31:43 + Log: Typo fix in the documentation of source filters in @INC + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 28715] By: mhx on 2006/08/14 20:29:57 + Log: Only copy ppport.h to destination if it is different. + This avoids unneccessary rebuilds. + Branch: perl + ! mkppport +____________________________________________________________________________ +[ 28714] By: mhx on 2006/08/14 19:43:23 + Log: Upgrade to Devel::PPPort 3.10 + Branch: perl + ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort_pm.PL + ! ext/Devel/PPPort/soak +____________________________________________________________________________ +[ 28713] By: rgs on 2006/08/14 19:30:17 + Log: perldelta entry describing regexp work, by Yves Orton + Branch: perl + ! pod/perl594delta.pod +____________________________________________________________________________ +[ 28712] By: rgs on 2006/08/14 15:27:51 + Log: Regenerate metafile + Branch: perl + ! META.yml +____________________________________________________________________________ +[ 28711] By: rgs on 2006/08/14 14:24:19 + Log: New authors + Branch: perl + ! AUTHORS +____________________________________________________________________________ +[ 28710] By: rgs on 2006/08/14 12:45:59 + Log: More perldelta entries; plus, credits. + Branch: perl + ! pod/perl594delta.pod +____________________________________________________________________________ +[ 28709] By: rgs on 2006/08/14 12:35:13 + Log: Typo fix in perldiag + Branch: perl + ! pod/perldiag.pod +____________________________________________________________________________ +[ 28708] By: steveh on 2006/08/14 10:20:13 + Log: Update pod/perl594delta.pod w.r.t. #28706, and arrange list of modules + alphabetically. + Branch: perl + ! pod/perl594delta.pod +____________________________________________________________________________ +[ 28707] By: steveh on 2006/08/14 10:15:04 + Log: Update Porting/Maintainers.pl w.r.t. #28695, #28703 and #28706. + Branch: perl + ! Porting/Maintainers.pl +____________________________________________________________________________ +[ 28706] By: steveh on 2006/08/14 10:10:07 + Log: Subject: [PATCH] Add Module::Loaded to the core + From: kane@xs4all.nl + Date: Sun, 13 Aug 2006 16:22:09 +0200 (CEST) + Message-ID: <9310.80.127.35.68.1155478929.squirrel@webmail.xs4all.nl> + Branch: perl + + lib/Module/Loaded.pm lib/Module/Loaded/t/01_Module-Loaded.t + ! MANIFEST +____________________________________________________________________________ +[ 28705] By: rgs on 2006/08/14 09:30:38 + Log: More perldelta nits. + Branch: perl + ! pod/perl594delta.pod +____________________________________________________________________________ +[ 28704] By: rgs on 2006/08/14 09:19:02 + Log: Make the NAME section of Package::Constants more conformant to + man page conventions + Branch: perl + ! lib/Package/Constants.pm +____________________________________________________________________________ +[ 28703] By: steveh on 2006/08/14 09:09:40 + Log: Subject: [PATCH] Add Package::Constants to the core + From: kane@xs4all.nl + Date: Sat, 12 Aug 2006 23:57:58 +0200 (CEST) + Message-ID: <9749.80.127.35.68.1155419878.squirrel@webmail.xs4all.nl> + Branch: perl + + lib/Package/Constants.pm lib/Package/Constants/t/01_list.t + ! MANIFEST +____________________________________________________________________________ +[ 28702] By: nicholas on 2006/08/13 19:51:41 + Log: Regularise the indents of Changes to placate Porting/checkAUTHORS.pl + Branch: perl + ! Changes +____________________________________________________________________________ +[ 28701] By: rgs on 2006/08/13 13:53:54 + Log: Fix URL of perlbug database + Branch: perl + ! pod/perl594delta.pod +____________________________________________________________________________ +[ 28700] By: rgs on 2006/08/13 12:44:18 + Log: More perldelta entries + Branch: perl + ! pod/perl594delta.pod +____________________________________________________________________________ +[ 28699] By: rgs on 2006/08/13 07:51:46 + Log: Fix a couple URLs in perlhack + Branch: perl + ! pod/perlhack.pod +____________________________________________________________________________ +[ 28698] By: rgs on 2006/08/12 12:53:32 + Log: Subject: [PATCH] perlhack.pod: more portability pitfalls + From: Jarkko Hietaniemi + Date: Sat, 12 Aug 2006 10:33:38 +0300 (EEST) + Message-Id: <200608120733.k7C7XcU0268432@kosh.hut.fi> + Branch: perl + ! pod/perlhack.pod +____________________________________________________________________________ +[ 28697] By: steveh on 2006/08/11 17:31:45 + Log: Resync win32/config_H.* and win32/config.* with config_h.SH + and Porting/config.sh respectively + + No real changes except for the addition of the missing + HAS_C99_VARIADIC_MACROS to win32/config_H.* and + initialinstalllocation, madlyh, madlyobj and madlysrc to + win32/config.* + Branch: perl + ! win32/config.bc win32/config.gc win32/config.vc + ! win32/config.vc64 win32/config_H.bc win32/config_H.gc + ! win32/config_H.vc win32/config_H.vc64 +____________________________________________________________________________ +[ 28696] By: rgs on 2006/08/11 16:02:32 + Log: More perldelta notes. Also, I did forget things + in perl593delta... + Branch: perl + ! pod/perl593delta.pod pod/perl594delta.pod +____________________________________________________________________________ +[ 28695] By: steveh on 2006/08/11 12:52:51 + Log: Subject: [PATCH] Add Module::Load to 5.9.x + From: kane@xs4all.nl + Date: Wed, 9 Aug 2006 12:23:42 +0200 (CEST) + Message-ID: <9866.194.109.0.185.1155119022.squirrel@webmail.xs4all.nl> + Branch: perl + + lib/Module/Load.pm lib/Module/Load/t/01_Module-Load.t + + lib/Module/Load/t/to_load/LoadIt.pm + + lib/Module/Load/t/to_load/LoadMe.pl + + lib/Module/Load/t/to_load/Must/Be/Loaded.pm + + lib/Module/Load/t/to_load/TestModule.pm + + lib/Module/Load/t/to_load/ToBeLoaded + + lib/Module/Load/t/to_load/config_file + ! MANIFEST +____________________________________________________________________________ +[ 28694] By: steveh on 2006/08/11 12:49:00 + Log: Close file before unlinking (on Win32 at least!) + Branch: perl + ! t/op/stat.t +____________________________________________________________________________ +[ 28693] By: rgs on 2006/08/10 16:46:07 + Log: Subject: [PATCH] Re: Smoke [5.9.4] 28683 FAIL(F) Solaris 2.11 (i386/1 cpu) + From: Andrew Dougherty + Date: Thu, 10 Aug 2006 12:37:39 -0400 (EDT) + Message-ID: + Branch: perl + ! lib/open.t +____________________________________________________________________________ +[ 28692] By: rgs on 2006/08/10 14:27:44 + Log: Update Changes + Branch: perl + ! Changes +____________________________________________________________________________ +[ 28691] By: rgs on 2006/08/10 13:17:51 + Log: Some updates to the cross-compilation config script + Branch: perl + ! Cross/config.sh-arm-linux +____________________________________________________________________________ +[ 28690] By: rgs on 2006/08/10 09:46:34 + Log: lstat on *GLOB{IO} with warnings on would segfault + (noticed by Andrew Dougherty) + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 28689] By: rgs on 2006/08/10 08:23:31 + Log: Subject: [PATCH] g++: gethostbyaddr, and more Tru64 defines + From: Jarkko Hietaniemi + Date: Thu, 10 Aug 2006 09:00:44 +0300 + Message-ID: <44DACB8C.1080708@iki.fi> + Branch: perl + ! hints/dec_osf.sh pp_sys.c +____________________________________________________________________________ +[ 28688] By: rgs on 2006/08/10 08:22:01 + Log: Subject: [PATCH] doio.c: vararg NULLs must be cast right + From: Jarkko Hietaniemi + Date: Thu, 10 Aug 2006 08:35:53 +0300 (EEST) + Message-Id: <200608100535.k7A5Zr2Z156515@kosh.hut.fi> + Branch: perl + ! doio.c +____________________________________________________________________________ +[ 28687] By: rgs on 2006/08/10 08:14:46 + Log: Upgrade to version.pm 0.67 + Branch: perl + ! lib/version.pm lib/version.pod lib/version.t +____________________________________________________________________________ +[ 28686] By: stevep on 2006/08/09 21:54:08 + Log: A couple const's and a cast to get Sun CC to compile these files. + Perl, however, still will not build with the Sun CC. + Branch: perl + ! op.c pp_sort.c toke.c +____________________________________________________________________________ +[ 28685] By: stevep on 2006/08/09 19:45:06 + Log: Fix comment nit in config.h + Branch: perl + ! config_h.SH +____________________________________________________________________________ +[ 28684] By: rgs on 2006/08/09 15:46:55 + Log: Subject: Re: [perl #37731] junk and uninit'ed values in tied scalars + From: Yitzchak Scott-Thoennes + Date: Mon, 28 Nov 2005 01:26:31 -0800 + Message-ID: <20051128092605.GA2328@efn.org> + + plus a regression test + Branch: perl + ! sv.c t/op/tie.t +____________________________________________________________________________ +[ 28683] By: rgs on 2006/08/09 12:43:19 + Log: Subject: PATCH: Sync Time::Local in blead to 1.13 on CPAN + From: Dave Rolsky + Date: Wed, 9 Aug 2006 04:38:28 -0500 (CDT) + Message-ID: + Branch: perl + ! lib/Time/Local.pm lib/Time/Local.t +____________________________________________________________________________ +[ 28682] By: rgs on 2006/08/09 09:58:52 + Log: Add OS-specific core modules in Module::CoreList for 5.8.[78] and 5.9.[23] + Branch: perl + ! lib/Module/CoreList.pm +____________________________________________________________________________ +[ 28681] By: rgs on 2006/08/09 09:52:38 + Log: Add OS-specific modules in Module::Corelist generation script + (hinted by Steve Hay) + Branch: perl + ! Porting/corelist.pl +____________________________________________________________________________ +[ 28680] By: rgs on 2006/08/09 09:42:34 + Log: Fix data for 5.9.2, 5.9.3, 5.8.7 and 5.8.8 + Branch: perl + ! lib/Module/CoreList.pm +____________________________________________________________________________ +[ 28679] By: rgs on 2006/08/09 09:23:02 + Log: More fixes in the Module::Corelist data generation process + Branch: perl + ! Porting/corelist.pl +____________________________________________________________________________ +[ 28678] By: rgs on 2006/08/09 09:01:25 + Log: Really submit previous change + Branch: perl + ! Porting/corelist.pl +____________________________________________________________________________ +[ 28677] By: rgs on 2006/08/09 08:34:42 + Log: Several fixes in Porting/corelist.pl + - make it run with 5.8.x perls + - make it handle new modules layout in bleadperl + Branch: perl + ! Porting/corelist.pl +____________________________________________________________________________ +[ 28676] By: rgs on 2006/08/08 09:39:35 + Log: Subject: [PATCH] Small precision about $SIG{__WARN__} + From: Sébastien Aperghis-Tramoni + Date: Tue, 08 Aug 2006 11:17:58 +0200 + Message-ID: <1155028678.44d856c64fa0d@imp6-g19.free.fr> + Branch: perl + ! pod/perlvar.pod +____________________________________________________________________________ +[ 28675] By: rgs on 2006/08/08 09:22:27 + Log: Simplification in Perl_magic_clearsig, plus a fix similar and + symmetrical to the one implemented in change #28669. + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 28674] By: stevep on 2006/08/08 03:55:13 + Log: Subject: [PATCH] g++ stage 1 reached + From: Jarkko Hietaniemi + Date: Tue, 08 Aug 2006 00:02:35 +0300 + Message-ID: <44D7AA6B.4040802@iki.fi> + Branch: perl + ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh + ! Porting/config_H cflags.SH config_h.SH configure.com deb.c + ! dump.c epoc/config.sh gv.c mathoms.c mg.c op.c opcode.h + ! plan9/config.plan9 plan9/config_h.sample symbian/config.sh + ! uconfig.h uconfig.sh win32/config.bc win32/config.ce + ! win32/config.gc win32/config.vc win32/config.vc64 + ! win32/config_H.bc win32/config_H.ce win32/config_H.gc + ! win32/config_H.vc win32/config_H.vc64 +____________________________________________________________________________ +[ 28673] By: stevep on 2006/08/07 19:54:51 + Log: Upgrade to Module-Build-0.2805 + Branch: perl + ! 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/ModuleInfo.pm + ! lib/Module/Build/Platform/MacOS.pm lib/Module/Build/Version.pm + ! lib/Module/Build/t/moduleinfo.t +____________________________________________________________________________ +[ 28672] By: stevep on 2006/08/07 19:37:28 + Log: Upgrade to Digest-SHA-5.43 + Branch: perl + ! ext/Digest/SHA/Changes ext/Digest/SHA/README + ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/bin/shasum + ! ext/Digest/SHA/src/hmac.c ext/Digest/SHA/src/hmac.h + ! ext/Digest/SHA/src/sha.c ext/Digest/SHA/src/sha.h + ! ext/Digest/SHA/src/sha64bit.c +____________________________________________________________________________ +[ 28671] By: steveh on 2006/08/07 16:58:16 + Log: Subject: Define PERL_NO_DEV_RANDOM on Windows + From: "Davies, Alex" + Date: Thu, 3 Aug 2006 13:31:14 -0400 + Message-ID: + + This stops perl from trying to read C:\dev\urandom on Windows + Branch: perl + ! dosish.h +____________________________________________________________________________ +[ 28670] By: steveh on 2006/08/07 16:21:40 + Log: Fixups for test failures caused by #28667 and #28668 + Branch: perl + ! ext/B/B/Assembler.pm ext/B/t/assembler.t +____________________________________________________________________________ +[ 28669] By: rgs on 2006/08/07 14:10:15 + Log: We shouldn't try to decrement the refcount of PL_warnhook + if it has been set to PERL_WARNHOOK_FATAL. + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 28668] By: steveh on 2006/08/07 10:24:39 + Log: Provide a BGET_svtype, required by #28667 + Branch: perl + ! ext/ByteLoader/bytecode.h +____________________________________________________________________________ +[ 28667] By: rgs on 2006/08/07 09:43:20 + Log: Try to reinstate the fix of change #28638 by patching bytecode.pl and + not the file it generates + Branch: perl + ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c +____________________________________________________________________________ +[ 28666] By: rgs on 2006/08/07 09:23:35 + Log: Restore modification in warnings.h from change 28662 by backporting it + to warnings.pl + Branch: perl + ! warnings.h warnings.pl +____________________________________________________________________________ +[ 28665] By: rgs on 2006/08/07 09:13:42 + Log: Subject: [PATCH] File::Basename add X<> tags, replace regex delimiters + From: "Gabor Szabo" + Date: Sat, 5 Aug 2006 23:00:14 +0300 + Message-ID: + Branch: perl + ! lib/File/Basename.pm +____________________________________________________________________________ +[ 28664] By: rgs on 2006/08/07 08:28:50 + Log: Subject: [PATCH] adding X<> to perlvar + From: "Gabor Szabo" + Date: Sun, 6 Aug 2006 13:59:28 +0300 + Message-ID: + Branch: perl + ! pod/perlvar.pod +____________________________________________________________________________ +[ 28663] By: rgs on 2006/08/07 08:23:13 + Log: Regenerate files after previous change + Branch: perl + ! ext/ByteLoader/byterun.c warnings.h +____________________________________________________________________________ +[ 28662] By: rgs on 2006/08/07 08:15:39 + Log: Subject: [PATCH] g++ large patch + From: Jarkko Hietaniemi + Date: Fri, 04 Aug 2006 08:58:27 +0300 + Message-ID: <44D2E203.5050201@iki.fi> + Branch: perl + ! cflags.SH deb.c dump.c embed.fnc embed.h gv.c hv.c mathoms.c + ! mg.c op.c perl.h perlio.c pp_ctl.c pp_hot.c pp_pack.c pp_sys.c + ! proto.h regcomp.c regexec.c scope.c sv.c toke.c utf8.c util.c + ! warnings.h +____________________________________________________________________________ +[ 28661] By: rgs on 2006/08/05 15:46:34 + Log: Subject: [PATCH] perlfunc.pod - unite gmtime and localtime + From: "Gabor Szabo" + Date: Thu, 27 Jul 2006 09:25:02 +0300 + Message-ID: + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 28660] By: rgs on 2006/08/05 15:28:39 + Log: Subject: [PATCH] add more X<> tags to perlfunc + From: "Gabor Szabo" + Date: Thu, 27 Jul 2006 00:27:06 +0300 + Message-ID: + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 28659] By: rgs on 2006/08/05 15:22:18 + Log: Subject: [PATCH] File::Copy pod updated adding X<> + From: "Gabor Szabo" + Date: Tue, 1 Aug 2006 08:55:37 +0200 + Message-ID: + Branch: perl + ! lib/File/Copy.pm +____________________________________________________________________________ +[ 28658] By: stevep on 2006/08/04 16:42:54 + Log: Sorting the MANIFEST + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 28657] By: rgs on 2006/08/04 09:45:37 + Log: Subject: [PATCH blead] Re: [perl #39882] inconsistent list slice behaviour + From: Rick Delaney + Date: Thu, 3 Aug 2006 21:48:07 -0400 + Message-ID: <20060804014807.GW21381@localhost.localdomain> + Branch: perl + ! pp.c t/op/list.t +____________________________________________________________________________ +[ 28656] By: rgs on 2006/08/04 09:20:31 + Log: Subject: [PATCH blead] Re: [perl #40055] B::Deparse double do + From: Rick Delaney + Date: Thu, 3 Aug 2006 17:30:06 -0400 + Message-ID: <20060803213006.GU21381@localhost.localdomain> + Branch: perl + ! ext/B/B/Deparse.pm ext/B/t/deparse.t +____________________________________________________________________________ +[ 28655] By: stevep on 2006/08/03 20:18:28 + Log: Subject: [PATCH] Tru64 oops + From: Jarkko Hietaniemi + Date: Thu, 3 Aug 2006 22:59:37 +0300 (EEST) + Message-Id: <200608031959.k73JxbsC395856@kosh.hut.fi> + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 28654] By: rgs on 2006/08/03 08:15:51 + Log: Subject: [PATCH] more g++ in Tru64 + From: Jarkko Hietaniemi + Date: Thu, 03 Aug 2006 09:04:45 +0300 + Message-ID: <44D191FD.9030902@iki.fi> + Branch: perl + ! hints/dec_osf.sh perlio.c pp_sys.c +____________________________________________________________________________ +[ 28653] By: stevep on 2006/08/02 17:47:34 + Log: Upgrade to Archive-Tar-1.30. Since change #27571 is not included, + the bleadperl version is bumped to 1.30_01. + Branch: perl + ! lib/Archive/Tar.pm +____________________________________________________________________________ +[ 28652] By: rgs on 2006/08/02 13:11:25 + Log: Cross-compilation makefile fails to copy Config_heavy.pl + (noticed by Alexandre Jousset ) + Branch: perl + ! Cross/Makefile +____________________________________________________________________________ +[ 28651] By: merijn on 2006/08/02 11:21:30 + Log: Subject: [PATCH] g++ heavy shoveling + From: Jarkko Hietaniemi + Date: Wed, 02 Aug 2006 00:04:42 +0300 + Message-ID: <44CFC1EA.2050702@iki.fi> + Branch: perl + ! Configure +____________________________________________________________________________ +[ 28649] By: rgs on 2006/08/02 09:49:10 + Log: Subject: [PATCH blead] Re: [perl #39733] $AUTOLOAD is never tainted + From: Rick Delaney + Date: Sun, 9 Jul 2006 15:01:50 -0400 + Message-ID: <20060709190150.GA1922@localhost.localdomain> + + Plus a note in perldelta + Branch: perl + ! gv.c pod/perl594delta.pod t/op/taint.t +____________________________________________________________________________ +[ 28645] By: stevep on 2006/08/02 03:11:51 + Log: Subject: [PATCH] g++ heavy shoveling + From: Jarkko Hietaniemi + Date: Wed, 02 Aug 2006 00:04:42 +0300 + Message-ID: <44CFC1EA.2050702@iki.fi> + Branch: perl + ! cflags.SH hints/linux.sh perl.h +____________________________________________________________________________ +[ 28644] By: rgs on 2006/08/01 16:47:01 + Log: Subject: Re: New perltrap? + From: Rick Delaney + Date: Tue, 1 Aug 2006 08:43:36 -0400 + Message-ID: <20060801124336.GM21381@localhost.localdomain> + Branch: perl + ! pod/perlsec.pod +____________________________________________________________________________ +[ 28643] By: steveh on 2006/08/01 16:17:47 + Log: Silence a couple of Borland compiler warnings + Branch: perl + ! cop.h regexec.c win32/win32.h +____________________________________________________________________________ +[ 28642] By: rgs on 2006/08/01 16:11:24 + Log: Subject: [PATCH] threads 1.38 + From: "Jerry D. Hedden" + Date: Tue, 01 Aug 2006 08:58:52 -0700 + Message-ID: <20060801085852.fb30e530d17747c2b054d625b8945d88.ad7fb0a136.wbe@email.secureserver.net> + Branch: perl + ! ext/threads/Changes ext/threads/README ext/threads/t/free.t + ! ext/threads/t/free2.t ext/threads/t/thread.t + ! ext/threads/threads.pm ext/threads/threads.xs +____________________________________________________________________________ +[ 28641] By: rgs on 2006/08/01 15:11:15 + Log: Bump version of Module::CoreList + Branch: perl + ! lib/Module/CoreList.pm +____________________________________________________________________________ +[ 28640] By: rgs on 2006/08/01 14:59:36 + Log: Patch by Marius Feraru to handle dotted perl versions + in the corelist utility, and to add an easy way to determine what was + some module's version bundled with a specified Perl release. + Branch: perl + ! lib/Module/CoreList/bin/corelist +____________________________________________________________________________ +[ 28639] By: merijn on 2006/08/01 12:13:53 + Log: Subject: [PATCH] g++ dNOOP (luckily one can mix code and decls in C++) + Somewhat modifies as per Steve Hay's comment + From: Jarkko Hietaniemi + Date: Tue, 1 Aug 2006 08:46:15 +0300 (EEST) + Message-Id: <200608010546.k715kEdP017064@kosh.hut.fi> + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 28638] By: steveh on 2006/08/01 11:20:47 + Log: Silence the VC7 compiler warning in the following smoke: + http://www.nntp.perl.org/group/perl.daily-build.reports/39824 + Branch: perl + ! ext/ByteLoader/byterun.c +____________________________________________________________________________ +[ 28637] By: merijn on 2006/08/01 08:44:58 + Log: ANSI-C headers in test snippets to please g++ (and the rest) + Subject: [PATCH] (back) towards g++ compilation (in Tru64, and elsewhere) + From: Jarkko Hietaniemi + Date: Mon, 31 Jul 2006 23:44:55 +0300 + Message-ID: <44CE6BC7.8060805@iki.fi> + Branch: perl + ! Configure +____________________________________________________________________________ +[ 28635] By: steveh on 2006/08/01 08:10:07 + Log: Subject: [PATCH] op/stat.t: SKIP count fix in case of no dirfd() + From: Jarkko Hietaniemi + Date: Tue, 1 Aug 2006 08:04:26 +0300 (EEST) + Message-Id: <200608010504.k7154QT3178692@kosh.hut.fi> + Branch: perl + ! t/op/stat.t +____________________________________________________________________________ +[ 28634] By: stevep on 2006/08/01 00:17:19 + Log: Subject: [PATCH] solution(?) to the "warning: comparison is always false dueto limited range of data type" with New*() + From: Jarkko Hietaniemi + Date: Fri, 28 Jul 2006 09:00:28 +0300 + Message-ID: <44C9A7FC.1060801@iki.fi> + Branch: perl + ! handy.h +____________________________________________________________________________ +[ 28633] By: stevep on 2006/08/01 00:10:06 + Log: Subject: [PATCH] (back) towards g++ compilation (in Tru64, and elsewhere) + From: Jarkko Hietaniemi + Date: Mon, 31 Jul 2006 23:44:55 +0300 + Message-ID: <44CE6BC7.8060805@iki.fi> + + Just the hints/dec_osf.sh changes from this set of patches. + Branch: perl + ! hints/dec_osf.sh +____________________________________________________________________________ +[ 28632] By: stevep on 2006/07/30 17:03:10 + Log: Tests to go with change #28628. + Branch: perl + ! t/op/stat.t +____________________________________________________________________________ +[ 28631] By: stevep on 2006/07/30 16:20:58 + Log: Subject: [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.87_55.tar.gz + From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig) + Date: Sat, 29 Jul 2006 22:06:31 +0200 + Message-ID: <877j1w2n20.fsf@k75.linux.bogus> + Branch: perl + ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm + ! lib/CPAN/SIGNATURE lib/CPAN/Tarzip.pm +____________________________________________________________________________ +[ 28630] By: steveh on 2006/07/28 16:37:48 + Log: Remove a (UINT) cast to silence a VC6 compiler warning + (this was added by #27352, but Digest-SHA-5.37 changed the + loop variable to be signed so the cast now needs to go). + Also bump the VERSION since #27482 has not yet been applied + to the CPAN version. + Branch: perl + ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/src/sha.c +____________________________________________________________________________ +[ 28629] By: merijn on 2006/07/28 08:04:01 + Log: Subject: [PATCH] z/OS: an easy test nit + From: Jarkko Hietaniemi + Date: Thu, 27 Jul 2006 20:00:02 +0300 (EEST) + Message-Id: <200607271700.k6RH02V1355005@kosh.hut.fi> + Branch: perl + ! ext/PerlIO/t/encoding.t +____________________________________________________________________________ +[ 28628] By: stevep on 2006/07/28 00:42:04 + Log: Change stat() and -X filetests so that they treat *FILE{IO} + filehandles like *FILE filehandles. This resolves RT #8244. + Branch: perl + ! doio.c pp_sys.c +____________________________________________________________________________ +[ 28627] By: stevep on 2006/07/27 21:17:10 + Log: Upgrade to Digest-SHA-5.42 + Branch: perl + ! ext/Digest/SHA/Changes ext/Digest/SHA/README + ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/bin/shasum + ! ext/Digest/SHA/src/hmac.c ext/Digest/SHA/src/hmac.h + ! ext/Digest/SHA/src/sha.c ext/Digest/SHA/src/sha.h + ! ext/Digest/SHA/t/1-exist.t ext/Digest/SHA/t/2-nist-sha-oo.t + ! ext/Digest/SHA/t/2-nist-vectors-bit.t + ! ext/Digest/SHA/t/2-nist-vectors-byte.t + ! ext/Digest/SHA/t/3-gillogly-hard.t + ! ext/Digest/SHA/t/6-dump-load.t ext/Digest/SHA/t/7-ireland.t +____________________________________________________________________________ +[ 28626] By: steveh on 2006/07/27 16:25:41 + Log: Clear up most of the VC6 compiler warnings in the following smoke: + http://www.nntp.perl.org/group/perl.daily-build.reports/39733 + Branch: perl + ! doio.c ext/B/B.xs ext/XS/APItest/APItest.xs hv.c op.c pp.c + ! pp_pack.c utf8.c +____________________________________________________________________________ +[ 28625] By: merijn on 2006/07/27 15:33:07 + Log: #7217: config.h comments for HAS_POLL incorrect + http://rt.perl.org/rt3/Ticket/Display.html?id=7217 + Date: Mon, 2 Jul 2001 14:58:27 -0700 + From: David Dyck + Subject: config.h comments for HAS_POLL incorrect + Branch: perl + ! config_h.SH +____________________________________________________________________________ +[ 28623] By: craigb on 2006/07/27 13:54:55 + Log: Subject: Re: Silence/fix more warnings from the regex engine + From: demerphq + Date: Tue, 18 Jul 2006 21:57:15 +0200 + Message-ID: <9b18b3110607181257l28cc424aj1de28ebfc4c196d7@mail.gmail.com> + + REGCP_SET should only set a value, not check the previous value of its arg + Branch: perl + ! regexec.c +____________________________________________________________________________ +[ 28622] By: stevep on 2006/07/27 11:00:18 + Log: Subject: [perl #39835] Patch for perlipc.pod to update TCP server example wrt safe signals and accept() + From: Andy Wardley (via RT) + Date: Fri, 14 Jul 2006 10:11:44 -0700 + Message-ID: + Branch: perl + ! pod/perlipc.pod +____________________________________________________________________________ +[ 28621] By: rgs on 2006/07/26 20:36:19 + Log: Some notes in perl594delta. + Branch: perl + ! pod/perl594delta.pod +____________________________________________________________________________ +[ 28620] By: rgs on 2006/07/26 20:32:08 + Log: Subject: interpolation of @- (and @+) in patterns ([perl #27940] comes back) + From: SADAHIRO Tomoyuki + Date: Tue, 25 Jul 2006 00:15:50 +0900 + Message-Id: <20060725001517.3C5D.BQW10602@nifty.com> + Branch: perl + ! pod/perlop.pod t/op/pat.t t/op/subst.t t/op/tr.t toke.c +____________________________________________________________________________ +[ 28619] By: stevep on 2006/07/26 13:54:28 + Log: Added tests from CGI.pm that had not been integrated into core. + Branch: perl + + lib/CGI/t/start_end_asterisk.t lib/CGI/t/start_end_end.t + + lib/CGI/t/start_end_start.t + ! MANIFEST +____________________________________________________________________________ +[ 28618] By: rgs on 2006/07/26 06:41:56 + Log: Add a few links to standard modules in perlfunc, by Gabor Szabo. + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 28617] By: stevep on 2006/07/26 01:59:06 + Log: Subject: [PATCH] Re: [ID 20000816.012] *foo = *_ is broken + From: Mike Guy + Date: Thu, 17 Aug 2000 16:26:56 +0100 + Message-Id: + + Only part regarding @ARG missing from the documentation was applied. + Branch: perl + ! pod/perlvar.pod +____________________________________________________________________________ +[ 28616] By: mhx on 2006/07/25 18:54:08 + Log: Upgrade to Devel::PPPort 3.09_02 + Branch: perl + + ext/Devel/PPPort/parts/inc/strlfuncs + + ext/Devel/PPPort/t/strlfuncs.t + ! MANIFEST ext/Devel/PPPort/Changes + ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/TODO + ! ext/Devel/PPPort/parts/apicheck.pl + ! ext/Devel/PPPort/parts/base/5009004 + ! ext/Devel/PPPort/parts/embed.fnc + ! ext/Devel/PPPort/parts/todo/5009004 ext/Devel/PPPort/soak +____________________________________________________________________________ +[ 28615] By: mhx on 2006/07/25 18:42:26 + Log: Very recent development versions of gcc (4.2.0 20060715) seem + to have switched from '' to ''. + Branch: perl + ! makedepend.SH +____________________________________________________________________________ +[ 28614] By: stevep on 2006/07/24 17:30:38 + Log: Replace some sprintf()'s in Data::Dumper with my_snprintf()'s + Branch: perl + ! ext/Data/Dumper/Dumper.xs mkppport.lst +____________________________________________________________________________ +[ 28613] By: rgs on 2006/07/23 20:32:33 + Log: Revert change 28603: this was a wrong fix, that didn't prevent + a later crash. Reindent a bit of the same function. + Branch: perl + ! pp_hot.c +____________________________________________________________________________ +[ 28612] By: rgs on 2006/07/23 19:59:55 + Log: Subject: [PATCH document] perlop: parsing quoted constructs + From: SADAHIRO Tomoyuki + Date: Sun, 16 Jul 2006 20:06:33 +0900 + Message-Id: <20060716200218.2CE6.BQW10602@nifty.com> + Branch: perl + ! pod/perlop.pod +____________________________________________________________________________ +[ 28611] By: stevep on 2006/07/23 13:46:05 + Log: The rest of the changes for Sys-Syslog-0.17 which my new patch no + longer automatically "p4 edits" for me. + Branch: perl + ! ext/Sys/Syslog/Changes ext/Sys/Syslog/Makefile.PL + ! ext/Sys/Syslog/README ext/Sys/Syslog/t/syslog.t +____________________________________________________________________________ +[ 28610] By: stevep on 2006/07/23 13:42:55 + Log: Upgrade to Sys-Syslog-0.17 + Branch: perl + ! ext/Sys/Syslog/Syslog.pm +____________________________________________________________________________ +[ 28609] By: stevep on 2006/07/23 13:20:07 + Log: Subject: [PATCH] Tru64: if cc given both -O and -g, -g must be -g3 + From: Jarkko Hietaniemi + Date: Sun, 23 Jul 2006 10:18:11 +0300 (EEST) + Message-Id: <200607230718.k6N7IB4u009170@kosh.hut.fi> + Branch: perl + ! hints/dec_osf.sh +____________________________________________________________________________ +[ 28608] By: rgs on 2006/07/23 13:17:48 + Log: Revert part of last change, that was causing utf8 test failures + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 28607] By: rgs on 2006/07/23 13:04:10 + Log: Subject: [PATCH] z/OS: pp_sys.c, reg*.c, toke.c, utf8.c + From: Jarkko Hietaniemi + Date: Sat, 22 Jul 2006 18:51:48 +0300 + Message-ID: <44C24994.6020008@iki.fi> + Branch: perl + ! pp_sys.c regcomp.c regexec.c toke.c utf8.c +____________________________________________________________________________ +[ 28606] By: rgs on 2006/07/23 12:51:02 + Log: Add another volatile modifier to protect against longjmp clobbering + Branch: perl + ! op.c +____________________________________________________________________________ +[ 28605] By: mhx on 2006/07/21 17:56:39 + Log: Upgrade to Devel::PPPort 3.09_01 + Branch: perl + ! ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS + ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/PPPort_xs.PL + ! ext/Devel/PPPort/mktests.PL ext/Devel/PPPort/parts/ppptools.pl + ! ext/Devel/PPPort/soak +____________________________________________________________________________ +[ 28604] By: rgs on 2006/07/21 15:27:20 + Log: More tweaks to threads 1.37, by Jerry D. Hedden + Branch: perl + ! ext/threads/Changes ext/threads/t/exit.t + ! ext/threads/t/thread.t ext/threads/threads.pm + ! ext/threads/threads.xs +____________________________________________________________________________ +[ 28603] By: rgs on 2006/07/20 22:03:59 + Log: In pp_entersub, accept to handle a CV with a NULL padlist. + This fixes a crash with mod_perl 1.29. + Branch: perl + ! pp_hot.c +____________________________________________________________________________ +[ 28602] By: rgs on 2006/07/20 21:36:25 + Log: Upgrade to threads 1.37, by Jerry D. Hedden + 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 +____________________________________________________________________________ +[ 28601] By: rgs on 2006/07/19 21:34:05 + Log: Band-aid for segfault in ext/threads/t/blocks.t on SMP machines + Branch: perl + ! pp_hot.c +____________________________________________________________________________ +[ 28600] By: stevep on 2006/07/19 14:59:24 + Log: Subject: [perl #39876] Time::gmtime 1.02 examples patch + From: Alexandr Ciornii (via RT) + Date: Wed, 19 Jul 2006 05:46:36 -0700 + Message-ID: + + Pod fixes for Time::gmtime.pm + Branch: perl + ! lib/Time/gmtime.pm +____________________________________________________________________________ +[ 28599] By: rgs on 2006/07/18 21:43:52 + Log: Subject: [PATCH] make magic vtables const if PERL_GLOBAL_STRUCT_PRIVATE + From: Jarkko Hietaniemi + Date: Mon, 17 Jul 2006 09:09:24 +0300 + Message-ID: <44BB2994.5090609@iki.fi> + Branch: perl + ! perl.h pod/perlguts.pod pod/perlhack.pod +____________________________________________________________________________ +[ 28598] By: rgs on 2006/07/18 21:02:39 + Log: Subject: [PATCH] [Fwd: Smoke [5.9.4] 28575 FAIL(XF) OSF1 V5.1 (EV6/4 cpu)] + From: "Jerry D. Hedden" + Date: Mon, 17 Jul 2006 05:00:01 -0700 + Message-ID: <20060717050001.fb30e530d17747c2b054d625b8945d88.b729fe881f.wbe@email.secureserver.net> + Branch: perl + ! ext/threads/t/basic.t ext/threads/t/free.t +____________________________________________________________________________ +[ 28597] By: steveh on 2006/07/18 12:11:36 + Log: Fix Borland problem with quoted pre-processor macros in response files + + This should clear up the errors from Module/Build/t/ppm.t and + Module/Build/t/xs.t in the Borland smokes. + + Subject: Re: Smoke [5.9.4] 27656 FAIL(F) MSWin32 WinXP/.Net SP2 (x86/2 cpu) + From: "Randy W. Sims" + Date: Thu, 06 Apr 2006 22:33:04 -0400 + Message-ID: <4435CF60.1000707@thepierianspring.org> + + See the thread here for details: + http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-04/msg00027.html + Branch: perl + ! lib/ExtUtils/CBuilder/Platform/Windows.pm +____________________________________________________________________________ +[ 28596] By: stevep on 2006/07/18 03:10:51 + Log: Additional reason for ssh passphrase failures. + Branch: perl + ! Porting/repository.pod +____________________________________________________________________________ +[ 28595] By: rgs on 2006/07/17 21:11:52 + Log: Remove the C89 checking with gcc + (but leave a note in perlhack) + Branch: perl + ! cflags.SH pod/perlhack.pod +____________________________________________________________________________ +[ 28594] By: steveh on 2006/07/17 14:32:19 + Log: Subject: Silence system warning during tests (only on win32 for now) + From: demerphq + Date: Sat, 15 Jul 2006 18:21:15 +0200 + Message-ID: <9b18b3110607150921p33be8e87wd51b2fd317a81587@mail.gmail.com> + Branch: perl + ! t/comp/opsubs.t +____________________________________________________________________________ +[ 28593] By: steveh on 2006/07/17 14:23:59 + Log: Avoid an error that VC++'s resource compiler seems to have + with a reference to "perly.y" in "perly.h" + + See the thread here for details: + http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-07/msg00460.html + Branch: perl + ! perly.h regen_perly.pl +____________________________________________________________________________ +[ 28592] By: merijn on 2006/07/17 06:51:54 + Log: Cygwin doesn't cope (yet) with gcc flags -std=c89 + Branch: perl + ! cflags.SH +____________________________________________________________________________ +[ 28591] By: rgs on 2006/07/16 21:42:59 + Log: Check for taintedness of PERL5SHELL on Windows + (bug #39832) + Branch: perl + ! taint.c +____________________________________________________________________________ +[ 28590] By: stevep on 2006/07/16 19:18:27 + Log: Subject: [PATCH] MIME::Base64 quoted-print.t: z/OS (EBCDIC) + From: Jarkko Hietaniemi + Date: Sun, 16 Jul 2006 13:11:15 +0300 + Message-ID: <44BA10C3.8040007@iki.fi> + Branch: perl + ! ext/MIME/Base64/t/quoted-print.t +____________________________________________________________________________ +[ 28589] By: stevep on 2006/07/16 19:12:28 + Log: Subject: Re: Fix loads of warnings from the last escaping patch... + From: demerphq + Date: Sun, 16 Jul 2006 19:59:02 +0200 + Message-ID: <9b18b3110607161059j276ac869p450aa178150044ae@mail.gmail.com> + Branch: perl + ! dump.c embed.fnc ext/re/re.pm pod/perlapi.pod proto.h + ! regcomp.c regcomp.h +____________________________________________________________________________ +[ 28588] By: stevep on 2006/07/16 19:06:01 + Log: Subject: [PATCH] perlhack: advertise Configure -Dgccansipedantic + From: Jarkko Hietaniemi + Date: Sun, 16 Jul 2006 20:27:20 +0300 (EEST) + Message-Id: <200607161727.k6GHRKFk069579@kosh.hut.fi> + Branch: perl + ! pod/perlhack.pod +____________________________________________________________________________ +[ 28587] By: stevep on 2006/07/16 15:40:29 + Log: Upgrade to Module-Build-0.2803 + Branch: perl + ! lib/Module/Build.pm lib/Module/Build/Base.pm + ! lib/Module/Build/Changes +____________________________________________________________________________ +[ 28586] By: stevep on 2006/07/16 14:54:58 + Log: Upgrade to Test-Simple-0.64 + Branch: perl + ! lib/Test/Builder/Tester.pm lib/Test/More.pm lib/Test/Simple.pm + ! lib/Test/Simple/Changes lib/Test/Simple/t/skip.t + ! lib/Test/Simple/t/tbt_01basic.t + ! lib/Test/Simple/t/tbt_05faildiag.t + ! lib/Test/Simple/t/tbt_06errormess.t + ! lib/Test/Simple/t/tbt_07args.t +____________________________________________________________________________ +[ 28585] By: stevep on 2006/07/16 13:46:35 + Log: various safety/portability tweaks + From: Jarkko Hietaniemi + Date: Sat, 15 Jul 2006 22:15:29 +0300 + Message-ID: <44B93ED1.7080000@iki.fi> + + Fix for change #28578. + Branch: perl + ! util.c +____________________________________________________________________________ +[ 28584] By: davem on 2006/07/16 00:20:25 + Log: run regen_headerds + Branch: perl + ! embed.h global.sym proto.h +____________________________________________________________________________ +[ 28583] By: davem on 2006/07/15 22:14:46 + Log: Subject: [PATCH] comment update for scan_const + From: SADAHIRO Tomoyuki + Date: Sat, 15 Jul 2006 20:16:01 +0900 + Message-Id: <20060715201552.9FA5.BQW10602@nifty.com> + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 28582] By: davem on 2006/07/15 21:59:43 + Log: Subject: Updated escaping code. utf8 regex debug output improvements + From: demerphq + Date: Sat, 15 Jul 2006 18:56:03 +0200 + Message-Id: <9b18b3110607150956o6273a16clb1518911d1945d4@mail.gmail.com> + Branch: perl + ! dump.c embed.fnc ext/re/re.pm perl.h regcomp.c regcomp.h + ! regexec.c +____________________________________________________________________________ +[ 28581] By: stevep on 2006/07/15 18:57:39 + Log: Adding Module::Build::Version missed in upgrade. + Branch: perl + + lib/Module/Build/Version.pm + ! MANIFEST +____________________________________________________________________________ +[ 28580] By: stevep on 2006/07/15 15:22:35 + Log: Upgrade to ANSIColor-1.11 + Branch: perl + + lib/Term/ANSIColor/t/basic.t lib/Term/ANSIColor/t/pod.t + - lib/Term/ANSIColor/test.pl + ! MANIFEST lib/Term/ANSIColor.pm lib/Term/ANSIColor/ChangeLog + ! lib/Term/ANSIColor/README +____________________________________________________________________________ +[ 28579] By: stevep on 2006/07/15 14:46:53 + Log: Upgrade to Module-Build-0.2802 + Branch: perl + ! lib/Module/Build.pm lib/Module/Build/Base.pm + ! lib/Module/Build/Changes lib/Module/Build/ModuleInfo.pm + ! lib/Module/Build/t/moduleinfo.t + ! lib/Module/Build/t/runthrough.t +____________________________________________________________________________ +[ 28578] By: merijn on 2006/07/15 11:53:36 + Log: Subject: [PATCH] various safety/portability tweaks + From: Jarkko Hietaniemi + Date: Sat, 15 Jul 2006 13:14:32 +0300 + Message-ID: <44B8C008.4030300@iki.fi> + Branch: perl + ! pod/perlhack.pod pod/perltodo.pod pp_sys.c sv.c util.c +____________________________________________________________________________ +[ 28577] By: merijn on 2006/07/15 11:45:15 + Log: Subject: [PATCH] cflags.SH: add missing C files + From: Jarkko Hietaniemi + Date: Sat, 15 Jul 2006 12:30:25 +0300 + Message-ID: <44B8B5B1.2050902@iki.fi> + Branch: perl + ! cflags.SH +____________________________________________________________________________ +[ 28576] By: merijn on 2006/07/15 11:41:59 + Log: Subject: [PATCH] Re: [PATCH] cflags.SH: add -std=c89 + From: Jarkko Hietaniemi + Date: Sat, 15 Jul 2006 12:19:45 +0300 + Message-ID: <44B8B331.8090009@iki.fi> + Branch: perl + ! cflags.SH +____________________________________________________________________________ +[ 28575] By: craigb on 2006/07/14 18:18:18 + Log: overload.t has same locale problem with VMS that it has with dec_osf + Branch: perl + ! t/uni/overload.t +____________________________________________________________________________ +[ 28574] By: craigb on 2006/07/14 18:09:40 + Log: Make sysconf tests handle unimplemented success indications + for the benefit of Mac OS X and VMS. + Branch: perl + ! ext/POSIX/t/sysconf.t +____________________________________________________________________________ +[ 28573] By: steveh on 2006/07/14 14:42:57 + Log: Silence a compiler warning on Win32/VC++ + + Subject: Re: Smoke [5.9.4] 28569 FAIL(F) MSWin32 WinXP/.Net SP2 (x86/2 cpu) + From: Anno Siegel + Date: Fri, 14 Jul 2006 16:33:01 +0200 + Message-Id: <8CC2FF7E-42EE-4B28-A9D2-4FCD8C745004@mailbox.tu-berlin.de> + Branch: perl + ! ext/Hash/Util/FieldHash/FieldHash.xs +____________________________________________________________________________ +[ 28572] By: stevep on 2006/07/14 14:38:28 + Log: Skip tests for pathconf() and fpathconf() on HP-UX for + _PC_CHOWN_RESTRICTED. The HP-UX manpage suggests not trying + to do it, and that the errno will not be set on failure. + Branch: perl + ! ext/POSIX/t/sysconf.t +____________________________________________________________________________ +[ 28571] By: davem on 2006/07/14 11:50:37 + Log: remove regex postive super-linear cache code + (it wasn't actually achieving anything) + Branch: perl + ! regexec.c t/op/re_tests +____________________________________________________________________________ +[ 28570] By: merijn on 2006/07/14 07:03:08 + Log: Subject: [PATCH] -DPERL_GLOBAL_STRUCT_PRIVATE tweaks (done_sanity_check global? yech!) + From: Jarkko Hietaniemi + Date: Fri, 14 Jul 2006 09:34:09 +0300 (EEST) + Message-Id: <200607140634.k6E6Y9Ia471707@kosh.hut.fi> + Branch: perl + ! hv.c sv.c +____________________________________________________________________________ +[ 28569] By: stevep on 2006/07/13 20:31:59 + Log: Version bumps for z/OS fixes. + Branch: perl + ! ext/Encode/Encode.pm ext/MIME/Base64/Base64.pm + ! ext/threads/shared/shared.pm +____________________________________________________________________________ +[ 28568] By: stevep on 2006/07/13 20:18:59 + Log: Subject: [PATCH] z/OS: CPAN-ized ext/ and lib/ + From: Jarkko Hietaniemi + Date: Thu, 13 Jul 2006 23:10:27 +0300 + Message-ID: <44B6A8B3.5070605@iki.fi> + Branch: perl + ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t + ! ext/Encode/Encode.xs ext/Encode/t/utf8strict.t + ! ext/MIME/Base64/Base64.xs ext/Storable/t/downgrade.t + ! ext/Storable/t/overload.t ext/threads/shared/shared.xs + ! lib/CGI/t/util-58.t lib/Digest/t/base.t lib/Digest/t/file.t + ! lib/Pod/t/pod2html-lib.pl lib/Tie/File/t/09_gen_rs.t +____________________________________________________________________________ +[ 28567] By: merijn on 2006/07/13 17:12:00 + Log: Subject: [PATCH] z/OS: non-CPAN ext and lib + main() without the third arg + Stephen McCamant's comment + From: Jarkko Hietaniemi + Date: Thu, 13 Jul 2006 19:47:29 +0300 + Message-ID: <44B67921.6090901@iki.fi> + Branch: perl + ! ext/B/B/Deparse.pm lib/AutoLoader.t lib/DBM_Filter/t/encode.t + ! lib/DBM_Filter/t/utf8.t lib/ExtUtils/Constant/Utils.pm + ! lib/ExtUtils/Embed.pm lib/ExtUtils/t/Embed.t + ! lib/PerlIO/via/t/QuotedPrint.t lib/bytes.t lib/dumpvar.pl + ! lib/utf8.t miniperlmain.c perl.h +____________________________________________________________________________ +[ 28566] By: stevep on 2006/07/13 15:46:11 + Log: Keep Intel C++ from claiming that it is gcc. + Branch: perl + ! hints/linux.sh +____________________________________________________________________________ +[ 28565] By: stevep on 2006/07/13 14:04:18 + Log: Clear up a few more warnings from blead. + Branch: perl + ! op.c perl.c reentr.c reentr.pl regexec.c +____________________________________________________________________________ +[ 28564] By: rgs on 2006/07/13 08:46:30 + Log: Not everybody has env + Branch: perl + ! pod/perlintro.pod +____________________________________________________________________________ +[ 28563] By: rgs on 2006/07/13 08:40:12 + Log: Subject: Re: Misunderstanding escapes in heredocs? + From: demerphq + Date: Sun, 9 Jul 2006 16:42:45 +0200 + Message-ID: <9b18b3110607090742gc55b4ffl402d5fadc5bd231e@mail.gmail.com> + + with formatting nits + Branch: perl + ! pod/perlop.pod +____________________________________________________________________________ +[ 28562] By: rgs on 2006/07/13 08:17:04 + Log: Additions to perlhack based on a patch by Gabor Szabo + Branch: perl + ! pod/perlhack.pod +____________________________________________________________________________ +[ 28561] By: rgs on 2006/07/13 08:04:44 + Log: Nits to the perlintro safety net (by Gabor Szabo and Merijn) + Branch: perl + ! pod/perlintro.pod +____________________________________________________________________________ +[ 28560] By: merijn on 2006/07/13 06:50:55 + Log: Relink to use temp file forced on current dir in mpeix + Subject: [PATCH] mpeix/relink: tweak from Donna Garverick + From: Jarkko Hietaniemi + Date: Thu, 13 Jul 2006 08:25:59 +0300 (EEST) + Message-Id: <200607130525.k6D5PxFp251263@kosh.hut.fi> + Branch: perl + ! mpeix/relink +____________________________________________________________________________ +[ 28559] By: rgs on 2006/07/12 13:19:04 + Log: Cleanup and conversion to t/test.pl + Branch: perl + ! ext/Devel/Peek/t/Peek.t +____________________________________________________________________________ +[ 28558] By: rgs on 2006/07/12 12:29:58 + Log: I prefer array indexes that start from 0 in beginner docs + Branch: perl + ! pod/perlintro.pod +____________________________________________________________________________ +[ 28557] By: rgs on 2006/07/12 12:28:34 + Log: Integration of strlcat is to-done (noticed by Yves) + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 28556] By: steveh on 2006/07/12 10:28:39 + Log: Fix change #28552: VC++ doesn't like code before declarations + Branch: perl + ! ext/Hash/Util/FieldHash/FieldHash.xs +____________________________________________________________________________ +[ 28555] By: rgs on 2006/07/12 09:56:04 + Log: Additions and removals in perltodo + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 28554] By: merijn on 2006/07/12 09:40:14 + Log: Subject: [PATCH] more strictness in perlintro + From: "Gabor Szabo" + Date: Wed, 12 Jul 2006 10:30:06 +0300 + Message-ID: + Branch: perl + ! pod/perlintro.pod +____________________________________________________________________________ +[ 28553] By: merijn on 2006/07/12 09:27:59 + Log: Subject: [PATCH] perlinro (use $fh filehandler + not to use built in function name in sub example) + From: "Gabor Szabo" + Date: Wed, 12 Jul 2006 10:51:03 +0300 + Message-ID: + Branch: perl + ! pod/perlintro.pod +____________________________________________________________________________ +[ 28552] By: rgs on 2006/07/12 09:00:01 + Log: Subject: Re: [PATCH] FieldHash coverity-compliant + From: Anno Siegel + Date: Wed, 12 Jul 2006 00:45:44 +0200 + Message-Id: <7AEBF247-0AF7-46A8-9D61-D38B45FD21EA@mailbox.tu-berlin.de> + Branch: perl + ! ext/Hash/Util/FieldHash/FieldHash.xs +____________________________________________________________________________ +[ 28551] By: rgs on 2006/07/12 08:49:17 + Log: Upgrade to PathTools 3.19 + Branch: perl + ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm + ! lib/File/Spec/Unix.pm lib/File/Spec/t/Spec.t +____________________________________________________________________________ +[ 28550] By: merijn on 2006/07/12 06:53:22 + Log: Subject: [PATCH] z/OS: t/ - mostly EBCDIC fixes + From: Jarkko Hietaniemi + Date: Wed, 12 Jul 2006 00:01:29 +0300 (EEST) + Message-Id: <200607112101.k6BL1TGr321715@kosh.hut.fi> + Branch: perl + ! t/comp/parser.t t/op/caller.t t/op/chop.t t/op/exec.t + ! t/op/index.t t/op/pack.t t/op/pat.t t/op/sprintf.t + ! t/op/utfhash.t t/run/fresh_perl.t t/uni/case.pl t/uni/class.t +____________________________________________________________________________ +[ 28549] By: rgs on 2006/07/11 17:00:26 + Log: A few rough notes for the next perldelta + Branch: perl + ! pod/perl594delta.pod +____________________________________________________________________________ +[ 28548] By: rgs on 2006/07/11 14:55:17 + Log: Revert bogus fix for bug #27940, which wasn't really a bug, + and a new test item, as found and suggested by Sadahiro Tomoyuki. + Branch: perl + ! t/op/pat.t toke.c +____________________________________________________________________________ +[ 28547] By: rgs on 2006/07/11 14:06:08 + Log: Subject: Re: Misunderstanding escapes in heredocs? + From: SADAHIRO Tomoyuki + Date: Sun, 09 Jul 2006 11:57:42 +0900 + Message-Id: <20060709115613.78FF.BQW10602@nifty.com> + Branch: perl + ! pod/perlop.pod +____________________________________________________________________________ +[ 28546] By: stevep on 2006/07/11 12:31:10 + Log: Upgrade to Text-Tabs+Wrap-2006.0711. Keep the local changes from + change #27541. Also, leave out the test files Jacobson.t and + Jacobson2.t which both generated several warnings. + Branch: perl + + lib/Text/TabsWrap/t/37000.t lib/Text/TabsWrap/t/39548.t + + lib/Text/TabsWrap/t/Jochen.t lib/Text/TabsWrap/t/belg4mit.t + + lib/Text/TabsWrap/t/sep.t lib/Text/TabsWrap/t/sep2.t + ! MANIFEST lib/Text/Tabs.pm lib/Text/TabsWrap/CHANGELOG + ! lib/Text/TabsWrap/t/fill.t lib/Text/Wrap.pm +____________________________________________________________________________ +[ 28545] By: steveh on 2006/07/11 11:26:17 + Log: Fix change #28533: my_strlcpy does not return the dest str! + Branch: perl + ! util.c +____________________________________________________________________________ +[ 28544] By: rgs on 2006/07/11 09:29:23 + Log: Adjust test count in threads test + Branch: perl + ! ext/threads/t/kill.t +____________________________________________________________________________ +[ 28543] By: rgs on 2006/07/11 09:27:25 + Log: Subject: [PATCH] threads 1.36 - Signalling terminated threads core dumps + From: "Jerry D. Hedden" + Date: Mon, 10 Jul 2006 13:28:25 -0700 + Message-ID: <20060710132825.fb30e530d17747c2b054d625b8945d88.5bdc82d2c0.wbe@email.secureserver.net> + Branch: perl + ! ext/threads/Changes ext/threads/README ext/threads/t/kill.t + ! ext/threads/t/thread.t ext/threads/threads.pm + ! ext/threads/threads.xs +____________________________________________________________________________ +[ 28542] By: rgs on 2006/07/11 08:06:26 + Log: Subject: [PATCH] FieldHash coverity-compliant + From: Anno Siegel + Date: Mon, 10 Jul 2006 21:30:15 +0200 + Message-Id: <9C6C104C-8040-489A-BB35-40D22BC48AFC@mailbox.tu-berlin.de> + Branch: perl + ! ext/Hash/Util/FieldHash/FieldHash.xs + ! ext/Hash/Util/FieldHash/lib/Hash/Util/FieldHash.pm + ! ext/Hash/Util/FieldHash/t/02_function.t + ! ext/Hash/Util/FieldHash/t/04_thread.t +____________________________________________________________________________ +[ 28541] By: rgs on 2006/07/11 07:55:21 + Log: Subject: [PATCH] Re: [perl #39634] gcc 3.3 has problems with __attribute__((unused)) + From: Andy Dougherty + Date: Mon, 10 Jul 2006 13:16:27 -0400 (EDT) + Message-ID: + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 28540] By: rgs on 2006/07/11 07:48:24 + Log: Subject: [PATCH] sysconf.t: still failing in tru64, try harder to skip + From: Jarkko Hietaniemi + Date: Tue, 11 Jul 2006 09:23:08 +0300 (EEST) + Message-Id: <200607110623.k6B6N8Ni488812@kosh.hut.fi> + Branch: perl + ! ext/POSIX/t/sysconf.t +____________________________________________________________________________ +[ 28539] By: rgs on 2006/07/10 20:14:34 + Log: Subject: [PATCH] z/OS: hints/os390.sh and Makefile.SH + From: Jarkko Hietaniemi + Date: Mon, 10 Jul 2006 22:55:33 +0300 + Message-ID: <44B2B0B5.3000008@iki.fi> + Branch: perl + ! Makefile.SH hints/os390.sh +____________________________________________________________________________ +[ 28538] By: rgs on 2006/07/10 19:42:18 + Log: Update Changes + Branch: perl + ! Changes +____________________________________________________________________________ +[ 28537] By: stevep on 2006/07/10 19:28:54 + Log: Subject: [PATCH] perlhack: argh... + From: Jarkko Hietaniemi + Date: Mon, 10 Jul 2006 21:07:35 +0300 + Message-ID: <44B29767.4040606@iki.fi> + Branch: perl + ! pod/perlhack.pod +____________________________________________________________________________ +[ 28536] By: stevep on 2006/07/10 19:12:07 + Log: Restoring change #28523 accidentilly reverted with change #28528. + Branch: perl + ! doio.c +____________________________________________________________________________ +[ 28535] By: stevep on 2006/07/10 18:26:25 + Log: Fix another empty if-statement warning + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 28534] By: stevep on 2006/07/10 18:17:30 + Log: Silence empty if-statement warning. + Branch: perl + ! universal.c +____________________________________________________________________________ +[ 28533] By: stevep on 2006/07/10 17:23:02 + Log: Convert some low hanging fruit to my_strlcpy/my_strlcat. + Branch: perl + ! doio.c mg.c pp_sys.c toke.c util.c +____________________________________________________________________________ +[ 28532] By: rgs on 2006/07/10 17:09:38 + Log: POD fixes in perlhack + Branch: perl + ! pod/perlhack.pod +____________________________________________________________________________ +[ 28531] By: rgs on 2006/07/10 17:07:43 + Log: Typo found by Craig Berry + Branch: perl + ! pod/perlhack.pod +____________________________________________________________________________ +[ 28530] By: rgs on 2006/07/10 17:05:12 + Log: More perlhack portability additions by Jarkko + Branch: perl + ! pod/perlhack.pod +____________________________________________________________________________ +[ 28529] By: rgs on 2006/07/10 14:04:00 + Log: Subject: [PATCH] threads 1.35 - Borland compiler fix + From: "Jerry D. Hedden" + Date: Mon, 10 Jul 2006 06:49:34 -0700 + Message-ID: <20060710064934.fb30e530d17747c2b054d625b8945d88.384e3b280c.wbe@email.secureserver.net> + Branch: perl + ! ext/threads/Changes ext/threads/README ext/threads/t/thread.t + ! ext/threads/threads.pm ext/threads/threads.xs +____________________________________________________________________________ +[ 28528] By: stevep on 2006/07/10 13:55:39 + Log: Change existing uses of strlcpy()/strlcat() to use new my_strlcpy()/ + my_strlcat() API. Convert ext/File/Glob/bsd_glob.c to use + my_strlcat(). Add to the strlcy()/strlcat() todo entry. + Branch: perl + ! doio.c ext/File/Glob/bsd_glob.c pod/perltodo.pod pp_ctl.c + ! util.c +____________________________________________________________________________ +[ 28527] By: rgs on 2006/07/10 12:46:41 + Log: Subject: [PATCH] perlhack: more portability musings + From: Jarkko Hietaniemi + Date: Mon, 10 Jul 2006 15:41:10 +0300 + Message-ID: <44B24AE6.6030708@iki.fi> + Branch: perl + ! pod/perlhack.pod +____________________________________________________________________________ +[ 28526] By: rgs on 2006/07/10 12:01:20 + Log: Subject: examples in the core documentation + From: "Gabor Szabo" + Date: Sun, 9 Jul 2006 15:44:47 +0200 + Message-ID: + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 28525] By: stevep on 2006/07/10 11:28:24 + Log: Add Russ Allbery's public domain implementations of strlcat and + strlcpy as Perl_my_strlcat and Perl_my_strlcpy to the Perl core. + Thanks Russ! + Branch: perl + ! embed.fnc embed.h global.sym perl.h proto.h util.c +____________________________________________________________________________ +[ 28524] By: rgs on 2006/07/10 10:16:53 + Log: Add a macro to remove duplicated code + + Subject: Re: cut-and-paste findings for blead 28504 + From: SADAHIRO Tomoyuki + Date: Sun, 09 Jul 2006 13:47:04 +0900 + Message-Id: <20060709134236.E51A.BQW10602@nifty.com> + Branch: perl + ! pp_sort.c +____________________________________________________________________________ +[ 28523] By: rgs on 2006/07/10 10:11:22 + Log: Fix a signed/unsigned warning + Branch: perl + ! doio.c +____________________________________________________________________________ +[ 28522] By: rgs on 2006/07/10 09:53:33 + Log: Pod cleanup in Shell.pm + Branch: perl + ! lib/Shell.pm +____________________________________________________________________________ +[ 28521] By: merijn on 2006/07/10 07:41:25 + Log: Even Jarkko's patches should go in only once + Subject: [PATCH] undouble Jarkko's patch + From: andy@petdance.com (Andy Lester) + Date: Mon, 10 Jul 2006 00:22:18 -0500 + Message-ID: <20060710052218.GA7477@petdance.com> + Branch: perl + ! pod/perlhack.pod +____________________________________________________________________________ +[ 28520] By: stevep on 2006/07/10 03:07:59 + Log: Subject: [PATCH] Skip tests of a POSIX constant on Mac OS X because saved IDs are borked + From: Dominic Dunlop + Date: Sun, 9 Jul 2006 22:22:14 +0200 + Message-Id: + Branch: perl + ! ext/POSIX/t/sysconf.t +____________________________________________________________________________ +[ 28519] By: stevep on 2006/07/10 00:29:02 + Log: Clear up test based on line number differences between the core and the + Test-Simple version. + Branch: perl + ! lib/Test/Simple/t/tbt_01basic.t +____________________________________________________________________________ +[ 28518] By: nicholas on 2006/07/09 21:56:18 + Log: Tweak for Jarkko's addition to perlhack, suggested by Yves. + Branch: perl + ! pod/perlhack.pod +____________________________________________________________________________ +[ 28517] By: stevep on 2006/07/09 20:51:48 + Log: Hmmm...patch didn't warn about rejects in tbt_01basic.t. + Branch: perl + ! lib/Test/Simple/t/tbt_01basic.t +____________________________________________________________________________ +[ 28516] By: merijn on 2006/07/09 18:50:01 + Log: Subject: [PATCH] some coding guidelines/tips to perlhack (+ one perltodo) + From: Jarkko Hietaniemi + Date: Sun, 09 Jul 2006 19:42:10 +0300 + Message-ID: <44B131E2.8050805@iki.fi> + Branch: perl + ! pod/perlhack.pod pod/perltodo.pod +____________________________________________________________________________ +[ 28515] By: stevep on 2006/07/09 13:57:25 + Log: Subject: [PATCH] perlhack.pod + From: Jarkko Hietaniemi + Date: Sun, 09 Jul 2006 14:55:20 +0300 + Message-ID: <44B0EEA8.4080003@iki.fi> + Branch: perl + ! pod/perlhack.pod +____________________________________________________________________________ +[ 28514] By: stevep on 2006/07/09 13:51:37 + Log: Upgrade to Test-Simple-0.63 + Branch: perl + ! lib/Test/Builder.pm lib/Test/Builder/Tester.pm + ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes + ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/tbt_01basic.t + ! lib/Test/Simple/t/tbt_05faildiag.t +____________________________________________________________________________ +[ 28513] By: mhx on 2006/07/09 08:19:33 + Log: Integrate mkppport. All ppport.h files in the core will now + be autogenerated at build time (and removed during cleanup). + Branch: perl + + mkppport mkppport.lst + - ext/Compress/Raw/Zlib/ppport.h ext/Cwd/ppport.h + - ext/Digest/SHA/ppport.h ext/Sys/Syslog/ppport.h + - ext/Time/HiRes/ppport.h win32/ext/Win32API/File/ppport.h + ! MANIFEST Makefile.SH vms/descrip_mms.template win32/Makefile + ! win32/Makefile.ce win32/makefile.mk +____________________________________________________________________________ +[ 28512] By: stevep on 2006/07/08 18:08:07 + Log: Subject: [PATCH] Macroize vast tracks of duplicated code in regexec.c + From: demerphq + Date: Sat, 8 Jul 2006 17:48:34 +0200 + Message-ID: <9b18b3110607080848u663b114ag86f76ac5c9c9d5e@mail.gmail.com> + + Removing duplicated regexp trie-related code. + Branch: perl + ! regexec.c +____________________________________________________________________________ +[ 28511] By: stevep on 2006/07/08 18:00:17 + Log: Subject: [PATCH] optimisation for File::Spec::abs2rel where both args are relative + From: Brendan O'Dea + Date: Thu, 6 Jul 2006 01:02:41 +1000 + Message-ID: <20060705150241.GA2244@londo.c47.org> + Branch: perl + ! lib/File/Spec/Unix.pm +____________________________________________________________________________ +[ 28510] By: stevep on 2006/07/08 17:51:43 + Log: Subject: [PATCH] perl5db.pl: read full lines from remote socket + From: Brendan O'Dea + Date: Sat, 8 Jul 2006 13:27:50 +1000 + Message-ID: <20060708032750.GA20454@londo.c47.org> + Branch: perl + ! lib/perl5db.pl +____________________________________________________________________________ +[ 28509] By: stevep on 2006/07/08 17:47:24 + Log: Making encoding::warnings lexical is to-done. + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 28508] By: stevep on 2006/07/08 17:28:36 + Log: Subject: Skip some POSIX tests when the thing they are testing is unimplemented + From: demerphq + Date: Sat, 8 Jul 2006 17:55:09 +0200 + Message-ID: <9b18b3110607080855g73407c4fx41a578815c2a6da2@mail.gmail.com> + Branch: perl + ! ext/POSIX/t/sysconf.t ext/POSIX/t/termios.t +____________________________________________________________________________ +[ 28507] By: mhx on 2006/07/08 16:27:10 + Log: Upgrade to Devel::PPPort 3.09 + Branch: perl + ! ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS + ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort_pm.PL + ! ext/Devel/PPPort/parts/apidoc.fnc + ! ext/Devel/PPPort/parts/base/5009004 + ! ext/Devel/PPPort/parts/embed.fnc + ! ext/Devel/PPPort/parts/inc/podtest + ! ext/Devel/PPPort/parts/todo/5009004 ext/Devel/PPPort/soak + ! ext/Devel/PPPort/t/podtest.t +____________________________________________________________________________ +[ 28506] By: stevep on 2006/07/08 14:50:33 + Log: Update Audrey Tang's email throughout various files. + Branch: perl + ! AUTHORS Porting/Maintainers.pl Porting/checkAUTHORS.pl +____________________________________________________________________________ +[ 28505] By: merijn on 2006/07/08 09:04:56 + Log: POSIX test improvements on True64 + Subject: [PATCH] the new POSIX tests + From: Jarkko Hietaniemi + Date: Sat, 08 Jul 2006 11:43:05 +0300 + Message-ID: <44AF7019.3070509@iki.fi> + Branch: perl + ! ext/POSIX/POSIX.pod ext/POSIX/t/sysconf.t + ! ext/POSIX/t/termios.t +____________________________________________________________________________ +[ 28504] By: stevep on 2006/07/08 01:14:28 + Log: Upgrade to encoding-warnings-0.10 + Branch: perl + + lib/encoding/warnings/t/4-lexical.t + ! MANIFEST lib/encoding/warnings.pm + ! lib/encoding/warnings/t/3-normal.t +____________________________________________________________________________ +[ 28503] By: stevep on 2006/07/07 18:38:01 + Log: Subject: [PATCH] Test scripts for I18N::Langinfo and POSIX + From: Sébastien Aperghis-Tramoni + Date: Fri, 07 Jul 2006 11:02:31 +0200 + Message-ID: <1152262951.44ae23272ffa0@imp3-g19.free.fr> + + Only includes changes to: + * ext/I18N/Langinfo/t/Langinfo.t + * ext/POSIX/t/sysconf.t + * ext/POSIX/t/termios.t + Branch: perl + + ext/POSIX/t/sysconf.t ext/POSIX/t/termios.t + ! MANIFEST ext/I18N/Langinfo/t/Langinfo.t +____________________________________________________________________________ +[ 28502] By: rgs on 2006/07/07 14:52:15 + Log: Subject: Re: Dual life for Shell.pm + From: "Adriano Ferreira" + Date: Thu, 6 Jul 2006 13:02:23 -0300 + Message-ID: <73ddeb6c0607060902tc471f84sf1bb841b6e9ecddf@mail.gmail.com> + Branch: perl + ! lib/Shell.pm lib/Shell.t +____________________________________________________________________________ +[ 28501] By: rgs on 2006/07/07 14:12:59 + Log: Subject: [PATCH] threads 1.34 - state methods + From: "Jerry D. Hedden" + Date: Thu, 06 Jul 2006 07:33:13 -0700 + Message-ID: <20060706073313.fb30e530d17747c2b054d625b8945d88.baa39d91bc.wbe@email.secureserver.net> + Branch: perl + + ext/threads/t/state.t + ! MANIFEST ext/threads/Changes ext/threads/README + ! ext/threads/t/context.t ext/threads/t/thread.t + ! ext/threads/threads.pm ext/threads/threads.xs +____________________________________________________________________________ +[ 28500] By: rgs on 2006/07/07 13:23:45 + Log: Subject: More escaping in the RE + From: demerphq + Date: Fri, 7 Jul 2006 10:40:40 +0200 + Message-ID: <9b18b3110607070140p5cb2c58ftcadbcd113a58c3af@mail.gmail.com> + + (with tweaks) + Branch: perl + ! regcomp.c regcomp.h regexec.c +____________________________________________________________________________ +[ 28499] By: rgs on 2006/07/07 09:50:35 + Log: Fix the implementation of list assignment to state(). + Branch: perl + ! op.c t/lib/warnings/op t/op/state.t +____________________________________________________________________________ +[ 28498] By: rgs on 2006/07/06 16:55:57 + Log: The state() implementation is not yet perfect. Check in a new todo test + Branch: perl + ! t/op/state.t +____________________________________________________________________________ +[ 28497] By: rgs on 2006/07/06 16:35:37 + Log: Error in the formulation of the new warning, spotted by Dominic Dunlop + Branch: perl + ! pod/perldiag.pod +____________________________________________________________________________ +[ 28496] By: rgs on 2006/07/06 15:49:30 + Log: Add a new warning, "State variable %s will be reinitialized" + Branch: perl + ! op.c pod/perldiag.pod t/lib/warnings/op +____________________________________________________________________________ +[ 28495] By: stevep on 2006/07/06 15:38:51 + Log: Upgrade to Module-Build-0.2801. + Branch: perl + ! lib/Module/Build.pm lib/Module/Build/Base.pm + ! lib/Module/Build/Changes lib/Module/Build/Compat.pm + ! lib/Module/Build/Cookbook.pm lib/Module/Build/Platform/Unix.pm + ! lib/Module/Build/Platform/Windows.pm lib/Module/Build/YAML.pm + ! lib/Module/Build/t/extend.t lib/Module/Build/t/lib/MBTest.pm + ! lib/Module/Build/t/mbyaml.t lib/Module/Build/t/runthrough.t +____________________________________________________________________________ +[ 28494] By: stevep on 2006/07/06 15:18:58 + Log: Math-Complex now dual-lived with Jarkko Hietaniemi as the maintainer. + Also, sync'ing up with the CPAN version of the module. + Branch: perl + ! Porting/Maintainers.pl lib/Math/Complex.pm lib/Math/Complex.t + ! lib/Math/Trig.pm lib/Math/Trig.t +____________________________________________________________________________ +[ 28493] By: rgs on 2006/07/06 14:31:55 + Log: Document state() variables in perlsub + Branch: perl + ! pod/perlsub.pod +____________________________________________________________________________ +[ 28492] By: stevep on 2006/07/06 14:12:56 + Log: Alphabetizing function names in perlfunc lists. + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 28491] By: rgs on 2006/07/06 13:36:57 + Log: Mention state variables in perldiag. Add switch-related keywords + in the keyword listing section in perlfunc. Add a summary of + C in perlfunc. Fix a typo in the synopsis for C. + Don't say that C is illegal in perlsub. + Branch: perl + ! pod/perldiag.pod pod/perlfunc.pod pod/perlsub.pod +____________________________________________________________________________ +[ 28490] By: rgs on 2006/07/06 09:01:16 + Log: Introduce a new function, pv_escape(), to display contents of PVs + that might contain non printable chars. + + Subject: Re: [PATCH]: fix: [perl #39583] Pattern Match fails for specific length string + From: demerphq + Date: Wed, 5 Jul 2006 20:40:58 +0200 + Message-ID: <9b18b3110607051140n10c211a1jf17d3b7914d6f68b@mail.gmail.com> + Branch: perl + ! dump.c embed.fnc embed.h global.sym perl.h pod/perlapi.pod + ! proto.h reentr.c regexec.c t/lib/warnings/9uninit +____________________________________________________________________________ +[ 28489] By: rgs on 2006/07/05 21:00:31 + Log: Implement handling of state variables in list assignment + Branch: perl + ! ext/B/B/Concise.pm op.c pp_hot.c t/op/state.t +____________________________________________________________________________ +[ 28488] By: rgs on 2006/07/05 20:00:10 + Log: Fix a bug on setting OPpASSIGN_COMMON on a AASSIGN op when the left + side is made out a list declared with our(). In this case OPpLVAL_INTRO + isn't set on the left op, so we just remove that check. Add new tests. + Branch: perl + ! op.c t/op/array.t +____________________________________________________________________________ +[ 28487] By: rgs on 2006/07/05 19:49:36 + Log: Adjust test count after introducing new constants in POSIX + Branch: perl + ! ext/B/t/concise-xs.t +____________________________________________________________________________ +[ 28486] By: stevep on 2006/07/05 16:27:16 + Log: Add constants needed for recvmsg()/sendmsg() support. + Branch: perl + ! ext/POSIX/Makefile.PL +____________________________________________________________________________ +[ 28485] By: stevep on 2006/07/05 15:40:05 + Log: Skip lib/Memoize/t/tie_ndbm.t if $TMP is not writable. + Branch: perl + ! lib/Memoize/t/tie_ndbm.t +____________________________________________________________________________ +[ 28484] By: rgs on 2006/07/05 14:10:18 + Log: Add a TODO test for list assignment to a list of state variables. + Not sure yet how to encode in the optree the information that + state($x, $y) and (state $x, state $y) must be treated differently. + Branch: perl + ! t/op/state.t +____________________________________________________________________________ +[ 28483] By: rgs on 2006/07/05 12:48:57 + Log: Don't add extra warning flags for gcc versions < 3. + Branch: perl + ! cflags.SH +____________________________________________________________________________ +[ 28482] By: rgs on 2006/07/05 08:53:56 + Log: Make the distclean target remove lib/Hash correctly + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 28481] By: craigb on 2006/07/05 02:31:06 + Log: Subject: [PATCH] RE: [PATCH] threads 1.33 + From: "Jerry D. Hedden" + Message-id: <20060704171845.fb30e530d17747c2b054d625b8945d88.f0db2cab53.wbe@email.secureserver.net> + Date: Tue, 04 Jul 2006 17:18:45 -0700 + + exiting from threads works differently on VMS + Branch: perl + ! ext/threads/t/exit.t +____________________________________________________________________________ +[ 28480] By: craigb on 2006/07/04 21:27:42 + Log: fix signed/unsigned nit in reentr.c + Branch: perl + ! reentr.c +____________________________________________________________________________ +[ 28479] By: craigb on 2006/07/04 19:08:16 + Log: fix type mismatch warning caused by return statement lurking in DIE macro + Branch: perl + ! doio.c +____________________________________________________________________________ +[ 28478] By: nicholas on 2006/07/04 18:58:10 + Log: Subject: [PATCH] more warning-silencing in FieldHash + From: Anno Siegel + Message-Id: + Date: Tue, 4 Jul 2006 19:42:12 +0200 + Branch: perl + ! ext/Hash/Util/FieldHash/FieldHash.xs + ! ext/Hash/Util/FieldHash/t/02_function.t + ! ext/Hash/Util/FieldHash/t/05_perlhook.t +____________________________________________________________________________ +[ 28477] By: rgs on 2006/07/04 12:04:58 + Log: Subject: [PATCH] consting and localizing in universal.c + From: andy@petdance.com (Andy Lester) + Date: Mon, 3 Jul 2006 17:41:48 -0500 + Message-ID: <20060703224148.GA14449@petdance.com> + Branch: perl + ! embed.fnc proto.h universal.c +____________________________________________________________________________ +[ 28476] By: rgs on 2006/07/04 09:42:12 + Log: Subject: [PATCH] toke.c consting and localizing + From: andy@petdance.com (Andy Lester) + Date: Mon, 3 Jul 2006 17:42:50 -0500 + Message-ID: <20060703224250.GA14481@petdance.com> + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 28475] By: rgs on 2006/07/04 09:37:10 + Log: Subject: [PATCH] threads 1.33 + From: "Jerry D. Hedden" + Date: Mon, 03 Jul 2006 09:01:53 -0700 + Message-ID: <20060703090153.fb30e530d17747c2b054d625b8945d88.b26e047e0f.wbe@email.secureserver.net> + Branch: perl + + ext/threads/t/exit.t + ! MANIFEST ext/threads/Changes ext/threads/README + ! ext/threads/t/blocks.t ext/threads/t/context.t + ! ext/threads/t/end.t ext/threads/t/free.t ext/threads/t/free2.t + ! ext/threads/t/join.t ext/threads/t/thread.t + ! ext/threads/threads.pm ext/threads/threads.xs +____________________________________________________________________________ +[ 28474] By: mhx on 2006/07/03 21:40:58 + Log: Upgrade to Devel::PPPort 3.08_07 + Branch: perl + + ext/Devel/PPPort/PPPort.xs + ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/Makefile.PL + ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/PPPort_xs.PL + ! ext/Devel/PPPort/parts/inc/ppphbin + ! ext/Devel/PPPort/parts/inc/ppphdoc + ! ext/Devel/PPPort/parts/inc/ppphtest ext/Devel/PPPort/soak + ! ext/Devel/PPPort/t/ppphtest.t +____________________________________________________________________________ +[ 28473] By: stevep on 2006/07/03 18:09:01 + Log: Allow stat() and -X file tests work on dirhandles. + Branch: perl + ! doio.c pod/perlfunc.pod pp_sys.c t/op/stat.t +____________________________________________________________________________ +[ 28472] By: rgs on 2006/07/03 16:51:05 + Log: Subject: [PATCH] embed.pl enhancements + From: andy@petdance.com (Andy Lester) + Date: Sun, 2 Jul 2006 12:11:39 -0500 + Message-ID: <20060702171139.GA20266@petdance.com> + + Add experimental (and optional) splint support + Branch: perl + ! embed.pl perlapi.c +____________________________________________________________________________ +[ 28471] By: rgs on 2006/07/03 16:40:19 + Log: Subject: [PATCH] Makefile splint support + From: andy@petdance.com (Andy Lester) + Date: Sun, 2 Jul 2006 12:19:08 -0500 + Message-ID: <20060702171908.GA20443@petdance.com> + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 28470] By: rgs on 2006/07/03 16:36:14 + Log: Subject: [PATCH] DProf.xs patch + From: andy@petdance.com (Andy Lester) + Date: Sun, 2 Jul 2006 12:17:08 -0500 + Message-ID: <20060702171708.GA20392@petdance.com> + Branch: perl + ! ext/Devel/DProf/DProf.xs +____________________________________________________________________________ +[ 28469] By: rgs on 2006/07/03 09:39:42 + Log: Subject: [PATCH] mg.c cleanups + From: andy@petdance.com (Andy Lester) + Date: Sun, 2 Jul 2006 12:33:36 -0500 + Message-ID: <20060702173336.GA20641@petdance.com> + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 28468] By: rgs on 2006/07/03 09:34:44 + Log: Subject: [PATCH] Clean up mathoms.c + From: andy@petdance.com (Andy Lester) + Date: Sun, 2 Jul 2006 12:24:45 -0500 + Message-ID: <20060702172445.GA20521@petdance.com> + Branch: perl + ! mathoms.c +____________________________________________________________________________ +[ 28467] By: steveh on 2006/07/03 08:23:03 + Log: Subject: Re: Win32API::File now in core + From: demerphq + Date: Sun, 2 Jul 2006 15:19:58 +0200 + Message-ID: <9b18b3110607020619s4c4480d8ra3e681aee69a8d7@mail.gmail.com> + + Sync blead with Win32API-File-0.1001 + (plus change to sync README too) + Branch: perl + ! win32/ext/Win32API/File/Changes + ! win32/ext/Win32API/File/File.pm win32/ext/Win32API/File/README +____________________________________________________________________________ +[ 28466] By: davem on 2006/07/02 22:47:24 + Log: silence a compiler warning + Branch: perl + ! regexec.c +____________________________________________________________________________ +[ 28465] By: davem on 2006/07/02 19:30:49 + Log: remove some unnecessary uses of WITH_THR + Branch: perl + ! mg.c op.c +____________________________________________________________________________ +[ 28464] By: craigb on 2006/07/02 18:06:36 + Log: s/have a more/have more/ typo fix in perlfaq4 + Branch: perl + ! pod/perlfaq4.pod +____________________________________________________________________________ +[ 28463] By: davem on 2006/07/02 16:31:10 + Log: Subject: [PATCH] Synchronize ExtUtils::Instal 1.41 + From: demerphq + Date: Sun, 2 Jul 2006 16:23:21 +0200 + Message-Id: <9b18b3110607020723h1765f051hda802b6682a99df0@mail.gmail.com> + + Sync ExtUtils::Install with CPAN (just trivially change version nos) + Branch: perl + ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm + ! lib/ExtUtils/Packlist.pm +____________________________________________________________________________ +[ 28462] By: davem on 2006/07/02 15:34:23 + Log: + From: demerphq + Date: Sun, 2 Jul 2006 15:13:20 +0200 + Subject: Re: [PATCH]: fix: [perl #39583] Pattern Match fails for specific length string + Message-ID: <9b18b3110607020613u1ab782dam2c425da61deb1876@mail.gmail.com> + + add test for patch #28417 + Branch: perl + ! t/op/pat.t +____________________________________________________________________________ +[ 28461] By: rgs on 2006/06/30 16:33:57 + Log: Must not forget that. + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 28460] By: steveh on 2006/06/30 13:46:06 + Log: Add Win32API::File to the core + + For discussions, see the thread starting here: + http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-06/msg00710.html + Branch: perl + + 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/ppport.h + + win32/ext/Win32API/File/t/file.t + + win32/ext/Win32API/File/t/tie.t + + win32/ext/Win32API/File/typemap + ! MANIFEST Porting/Maintainers.pl t/TEST t/harness + ! win32/Makefile win32/config_sh.PL win32/makefile.mk +____________________________________________________________________________ +[ 28459] By: rgs on 2006/06/30 13:28:46 + Log: Fix casting warnings related to snprintf/vsnprintf + Branch: perl + ! perl.h util.c +____________________________________________________________________________ +[ 28458] By: merijn on 2006/06/30 13:17:59 + Log: Solaris' sh doesn't like empty if's + Branch: perl + ! hints/solaris_2.sh +____________________________________________________________________________ +[ 28457] By: rgs on 2006/06/30 13:09:40 + Log: PERL_UNUSED_CONTEXT is not enough to silence warnings when pTHXx + is used. + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 28456] By: rgs on 2006/06/30 12:56:59 + Log: Fix a couple of compilation warnings + Branch: perl + ! regcomp.c toke.c +____________________________________________________________________________ +[ 28455] By: davem on 2006/06/30 12:07:01 + Log: migrate CURLY/PLUS/STAR branch in regmatch() to new FSM-esque paradigm + Branch: perl + ! regexec.c regexp.h +____________________________________________________________________________ +[ 28454] By: rgs on 2006/06/30 08:13:24 + Log: Small adjustment to the Plan + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 28453] By: merijn on 2006/06/30 05:00:22 + Log: HASATTRIBUTE_UNUSED works for gcc-3.3, but not for g++-3.3 + Subject: Re: [PATCH] Re: [perl #39634] gcc 3.3 has problems with __attribute__((unused)) + From: Andrew Dougherty + Date: Thu, 29 Jun 2006 13:41:28 -0400 (EDT) + Message-ID: + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 28452] By: rgs on 2006/06/29 16:47:32 + Log: Another typo fix. + Branch: perl + ! pod/perlre.pod +____________________________________________________________________________ +[ 28451] By: rgs on 2006/06/29 16:12:05 + Log: Typo fix. + Branch: perl + ! pod/perlre.pod +____________________________________________________________________________ +[ 28450] By: rgs on 2006/06/29 15:53:43 + Log: Subject: [PATCH] Small precision about \Q \E inside m//x + From: Sébastien Aperghis-Tramoni + Date: Thu, 29 Jun 2006 17:46:57 +0200 + Message-ID: <1151596017.44a3f5f105205@imp1-g19.free.fr> + Branch: perl + ! pod/perlre.pod +____________________________________________________________________________ +[ 28449] By: rgs on 2006/06/29 14:53:38 + Log: Subject: [PATCH] Cleanup in Hash::Util::FieldHash + From: Anno Siegel + Date: Wed, 28 Jun 2006 19:20:14 +0200 + Message-Id: + Branch: perl + ! ext/Hash/Util/FieldHash/FieldHash.xs + ! ext/Hash/Util/FieldHash/Makefile.PL + ! ext/Hash/Util/FieldHash/t/01_load.t +____________________________________________________________________________ +[ 28448] By: craigb on 2006/06/29 14:21:35 + Log: Updated handling of signal names and signals for VMS + Branch: perl + ! configure.com vms/vms.c +____________________________________________________________________________ +[ 28447] By: rgs on 2006/06/29 12:12:00 + Log: Some CPP macro sanitization by Sadahiro Tomoyuki + Branch: perl + ! utfebcdic.h +____________________________________________________________________________ +[ 28446] By: merijn on 2006/06/28 17:51:28 + Log: Solaris hints: gcc flags confuse Configure + Subject: [PATCH] (Was Re: [perl #39636] Configure fails) + From: Andy Dougherty + Date: Wed, 28 Jun 2006 13:37:54 -0400 (EDT) + Message-ID: + Branch: perl + ! hints/solaris_2.sh +____________________________________________________________________________ +[ 28445] By: rgs on 2006/06/28 14:37:03 + Log: Subject: [PATCH] Update for IO::Uncompress::Base + From: "Paul Marquess" + Date: Wed, 28 Jun 2006 14:22:46 +0100 + Message-ID: <001701c69ab5$f4d5d3d0$2405140a@myopwv.com> + Branch: perl + ! ext/Compress/IO/Base/lib/IO/Uncompress/AnyUncompress.pm + ! ext/Compress/IO/Base/lib/IO/Uncompress/Base.pm + ! ext/Compress/IO/Zlib/lib/IO/Uncompress/AnyInflate.pm + ! t/lib/compress/CompTestUtils.pm t/lib/compress/any.pl + ! t/lib/compress/anyunc.pl t/lib/compress/multi.pl + ! t/lib/compress/oneshot.pl +____________________________________________________________________________ +[ 28444] By: rgs on 2006/06/28 08:42:09 + Log: Subject: [perl #39639] perldoc -f waitpid has wrong code example + From: Alexander_Gernler@genua.de (via RT) + Date: Tue, 27 Jun 2006 07:23:59 -0700 + Message-ID: + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 28435] By: rgs on 2006/06/27 14:01:30 + Log: Nits in the perlpragma manpage + Branch: perl + ! pod/perlpragma.pod +____________________________________________________________________________ +[ 28434] By: rgs on 2006/06/27 08:48:45 + Log: Subject: [PATCH] cflags.SH: scan the gcc warning flags only once, during .SH expansion + From: jhi@cc.hut.fi (Jarkko Hietaniemi) + Date: Mon, 26 Jun 2006 22:12:37 +0300 (EEST) + Message-Id: <20060626191237.8A0936CF04@seth.hut.fi> + Branch: perl + ! cflags.SH +____________________________________________________________________________ +[ 28433] By: rgs on 2006/06/26 17:17:57 + Log: Adjust test preamble for Hash::Util tests too. + Branch: perl + ! ext/Hash/Util/t/Util.t +____________________________________________________________________________ +[ 28432] By: rgs on 2006/06/26 16:50:58 + Log: Adjust test preambles for Hash::Util::FieldHash tests to change + the @INC path only when testing inside the core + Branch: perl + ! ext/Hash/Util/FieldHash/t/01_load.t + ! ext/Hash/Util/FieldHash/t/02_function.t + ! ext/Hash/Util/FieldHash/t/03_class.t + ! ext/Hash/Util/FieldHash/t/04_thread.t + ! ext/Hash/Util/FieldHash/t/05_perlhook.t + ! ext/Hash/Util/FieldHash/t/10_hash.t + ! ext/Hash/Util/FieldHash/t/11_hashassign.t + ! ext/Hash/Util/FieldHash/t/12_hashwarn.t +____________________________________________________________________________ +[ 28431] By: rgs on 2006/06/26 16:32:16 + Log: Subject: Re: [PATCH] Hash::Util::FieldHash + From: Anno Siegel + Date: Mon, 26 Jun 2006 18:05:53 +0200 + Message-Id: <133195AB-599D-49EC-8CFE-D67299D947EB@mailbox.tu-berlin.de> + Branch: perl + ! ext/Hash/Util/FieldHash/Changes + ! ext/Hash/Util/FieldHash/FieldHash.xs + ! ext/Hash/Util/FieldHash/Makefile.PL +____________________________________________________________________________ +[ 28430] By: rgs on 2006/06/26 16:29:06 + Log: Remove notes about removed 5005-threads from perlguts. + Branch: perl + ! pod/perlguts.pod +____________________________________________________________________________ +[ 28429] By: rgs on 2006/06/26 12:31:19 + Log: Subject: [patch@28427] vms.c - null termination of string missing. + From: "John E. Malmberg" + Date: Mon, 26 Jun 2006 08:24:57 -0400 + Message-ID: <449FD219.5060900@qsl.net> + Branch: perl + ! vms/vms.c +____________________________________________________________________________ +[ 28428] By: rgs on 2006/06/26 08:55:56 + Log: More perlreguts nits by Dominic Dunlop, + plus fix a broken internal POD link + Branch: perl + ! pod/perlreguts.pod +____________________________________________________________________________ +[ 28427] By: rgs on 2006/06/25 22:23:46 + Log: Nits about lock() in perlthrtut by Daniel Frederick Crisman, + plus other nits by rgs + Branch: perl + ! pod/perlthrtut.pod +____________________________________________________________________________ +[ 28426] By: rgs on 2006/06/25 21:57:30 + Log: Compilation fixes for VMS by John E. Malmberg + Branch: perl + ! ext/Hash/Util/FieldHash/FieldHash.xs +____________________________________________________________________________ +[ 28425] By: rgs on 2006/06/25 21:12:06 + Log: Nits to perlreguts.pod by Dominic Dunlop + Branch: perl + ! pod/perlreguts.pod +____________________________________________________________________________ +[ 28424] By: mhx on 2006/06/25 08:13:33 + Log: Upgrade to Devel::PPPort 3.08_06 + Branch: perl + ! ext/Devel/PPPort/Changes ext/Devel/PPPort/Makefile.PL + ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/mktests.PL + ! ext/Devel/PPPort/ppport_h.PL 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/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 +____________________________________________________________________________ +[ 28423] By: stevep on 2006/06/25 01:45:51 + Log: Re: [PATCH] Hash::Util::FieldHash + From: demerphq + Date: Sat, 24 Jun 2006 13:19:35 +0200 + Message-ID: <9b18b3110606240419p1b5a2072t3867306925a3ce46@mail.gmail.com> + Branch: perl + ! ext/Hash/Util/FieldHash/Makefile.PL +____________________________________________________________________________ +[ 28422] By: davem on 2006/06/24 23:31:33 + Log: quieten warning by avoiding a comment-within-a-comment + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 28421] By: davem on 2006/06/23 22:26:02 + Log: migrate TRIE branch in regmatch() to new FSM-esque paradigm + Branch: perl + ! regexec.c regexp.h +____________________________________________________________________________ +[ 28420] By: mhx on 2006/06/23 19:06:43 + Log: Upgrade to Devel::PPPort 3.08_05 + Branch: perl + - ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort.xs + ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/Makefile.PL + ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/soak +____________________________________________________________________________ +[ 28419] By: rgs on 2006/06/23 16:28:03 + Log: Subject: Re: [PATCH] Hash::Util::FieldHash + From: Anno Siegel + Date: Wed, 21 Jun 2006 22:39:51 +0200 + Message-Id: <974A5B4B-7614-4F3F-BA7C-828960D82C55@mailbox.tu-berlin.de> + Branch: perl + + ext/Hash/Util/FieldHash/Changes + + ext/Hash/Util/FieldHash/FieldHash.xs + + ext/Hash/Util/FieldHash/Makefile.PL + + ext/Hash/Util/FieldHash/lib/Hash/Util/FieldHash.pm + + ext/Hash/Util/FieldHash/t/01_load.t + + ext/Hash/Util/FieldHash/t/02_function.t + + ext/Hash/Util/FieldHash/t/03_class.t + + ext/Hash/Util/FieldHash/t/04_thread.t + + ext/Hash/Util/FieldHash/t/05_perlhook.t + + ext/Hash/Util/FieldHash/t/10_hash.t + + ext/Hash/Util/FieldHash/t/11_hashassign.t + + ext/Hash/Util/FieldHash/t/12_hashwarn.t + ! MANIFEST embed.fnc embed.h ext/Hash/Util/Changes + ! ext/Hash/Util/Makefile.PL ext/Hash/Util/lib/Hash/Util.pm hv.c + ! mg.c pod/perlapi.pod pod/perlguts.pod proto.h sv.c +____________________________________________________________________________ +[ 28418] By: rgs on 2006/06/23 14:00:59 + Log: Subject: Re: [PATCH] perlhack.pod + From: "Dr.Ruud" + Date: Thu, 22 Jun 2006 23:42:53 +0200 + Message-ID: <20060622215407.9605.qmail@lists.develooper.com> + Branch: perl + ! pod/perlhack.pod +____________________________________________________________________________ +[ 28417] By: rgs on 2006/06/23 10:50:29 + Log: Subject: [PATCH]: fix: [perl #39583] Pattern Match fails for specific length string + From: demerphq + Date: Fri, 23 Jun 2006 11:54:19 +0200 + Message-ID: <9b18b3110606230254m6afd620bjde6322aefda6f199@mail.gmail.com> + Branch: perl + ! regexec.c +____________________________________________________________________________ +[ 28416] By: rgs on 2006/06/23 09:41:36 + Log: perltodo additions by Vadim Konovalov + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 28415] By: stevep on 2006/06/22 11:34:20 + Log: Subject: [PATCH] IO::Compress::Base + From: "Paul Marquess" + Date: Thu, 22 Jun 2006 11:40:10 +0100 + Message-ID: <01f701c695e8$3d035e20$2405140a@myopwv.com> + Branch: perl + ! ext/Compress/IO/Base/lib/IO/Compress/Base.pm + ! t/lib/compress/merge.pl +____________________________________________________________________________ +[ 28414] By: steveh on 2006/06/22 08:05:14 + Log: Subject: Re: Smoke [5.9.4] 28410 FAIL(Fm) MSWin32 WinXP/.Net SP2 (x86/2 cpu) + From: demerphq + Date: Wed, 21 Jun 2006 22:51:03 +0200 + Message-ID: <9b18b3110606211351v5b052103i4d727ad464a162e@mail.gmail.com> + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 28413] By: rgs on 2006/06/21 08:15:38 + Log: Subject: [PATCH] isALNUM(*s) && *s != '_' + From: "Dr.Ruud" + Date: Wed, 21 Jun 2006 01:58:19 +0200 + Message-ID: <20060621000237.24398.qmail@lists.develooper.com> + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 28412] By: steveh on 2006/06/21 08:07:21 + Log: Fix code before declaration error introduced by #28405 + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 28411] By: rgs on 2006/06/21 07:44:24 + Log: Subject: [PATCH] Re: [PATCH] Re: [perl #39530] printf: bad formatting of hexadecimal conversion of binary string using vector flag + From: Dominic Dunlop + Date: Tue, 20 Jun 2006 21:49:07 +0200 + Message-Id: + Branch: perl + ! t/op/sprintf.t +____________________________________________________________________________ +[ 28410] By: rgs on 2006/06/20 22:01:16 + Log: Upgrade to Sys::Syslog 0.16 + Branch: perl + ! ext/Sys/Syslog/Changes ext/Sys/Syslog/Syslog.pm + ! ext/Sys/Syslog/t/syslog.t +____________________________________________________________________________ +[ 28409] By: rgs on 2006/06/20 17:22:15 + Log: Change 28404 broke the construct s/foo/< + Date: Tue, 20 Jun 2006 16:02:38 +0200 + Message-Id: + Branch: perl + ! sv.c t/op/sprintf.t +____________________________________________________________________________ +[ 28407] By: rgs on 2006/06/20 12:51:31 + Log: Subject: [PATCH] IO::Compress::* 2.000_13 + From: "Paul Marquess" + Date: Tue, 20 Jun 2006 13:40:47 +0100 + Message-ID: <00b101c69466$c18f0af0$2405140a@myopwv.com> + Branch: perl + ! ext/Compress/IO/Base/Changes ext/Compress/IO/Base/README + ! ext/Compress/IO/Base/lib/IO/Compress/Base.pm + ! ext/Compress/IO/Base/lib/IO/Compress/Base/Common.pm + ! ext/Compress/IO/Base/lib/IO/Uncompress/AnyUncompress.pm + ! ext/Compress/IO/Base/lib/IO/Uncompress/Base.pm + ! ext/Compress/IO/Base/t/01misc.t ext/Compress/IO/Zlib/Changes + ! ext/Compress/IO/Zlib/README + ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Deflate.pm + ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Identity.pm + ! ext/Compress/IO/Zlib/lib/IO/Compress/Deflate.pm + ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip.pm + ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip/Constants.pm + ! ext/Compress/IO/Zlib/lib/IO/Compress/RawDeflate.pm + ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip.pm + ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip/Constants.pm + ! ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Constants.pm + ! ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Extra.pm + ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Identity.pm + ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Inflate.pm + ! ext/Compress/IO/Zlib/lib/IO/Uncompress/AnyInflate.pm + ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Gunzip.pm + ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Inflate.pm + ! ext/Compress/IO/Zlib/lib/IO/Uncompress/RawInflate.pm + ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Unzip.pm + ! ext/Compress/IO/Zlib/t/105oneshot-zip-only.t + ! 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 t/lib/compress/multi.pl + ! t/lib/compress/oneshot.pl +____________________________________________________________________________ +[ 28406] By: rgs on 2006/06/20 12:44:27 + Log: Upgrade to Unicode::Normalize 1.01 + Branch: perl + + ext/Unicode/Normalize/t/tie.t + ! MANIFEST ext/Unicode/Normalize/Changes + ! ext/Unicode/Normalize/Normalize.pm + ! ext/Unicode/Normalize/Normalize.xs + ! ext/Unicode/Normalize/README ext/Unicode/Normalize/t/func.t + ! ext/Unicode/Normalize/t/illegal.t +____________________________________________________________________________ +[ 28405] By: stevep on 2006/06/20 12:14:27 + Log: Clean up a few warnings in regcomp.c under -Dgccansipedantic. + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 28404] By: rgs on 2006/06/20 08:52:12 + Log: Subject: [perl #39365] Bug in toke.c (eval in subst) + From: bcarter@gumdrop.flyinganvil.org (via RT) + Date: Fri, 09 Jun 2006 02:08:44 -0700 + Message-ID: + + plus a regression test. + Branch: perl + ! t/comp/parser.t toke.c +____________________________________________________________________________ +[ 28403] By: rgs on 2006/06/20 08:16:58 + Log: Subject: [PATCH lib/UNIVERSAL.pm] Add Documentation for DOES() + From: chromatic + Date: Sat, 17 Jun 2006 17:24:03 -0700 + Message-Id: <200606171724.04302.chromatic@wgz.org> + Branch: perl + ! lib/UNIVERSAL.pm +____________________________________________________________________________ +[ 28402] By: rgs on 2006/06/19 11:27:03 + Log: Subject: RE: [PATCH] cflags.SH: rework the gcc warnings selection + From: "Green, Paul" + Date: Sun, 18 Jun 2006 19:41:50 -0400 + Message-ID: + Branch: perl + ! cflags.SH +____________________________________________________________________________ +[ 28401] By: davem on 2006/06/18 09:58:08 + Log: Subject: [PATCH] Re: blead trie problems in tru64 with -DDEBUGGING + From: Jarkko Hietaniemi + Date: Sun, 18 Jun 2006 01:04:46 +0300 + Message-Id: <44947C7E.7090100@iki.fi> + Branch: perl + ! regexec.c +____________________________________________________________________________ +[ 28400] By: davem on 2006/06/17 20:01:38 + Log: Subject: [PATCH] Comply with the 0x80th commandment + From: demerphq + Date: Sat, 17 Jun 2006 16:44:17 +0200 + Message-Id: <9b18b3110606170744x60f4074bg11bf0f4c87eeb6c1@mail.gmail.com> + + add some (U8) casts + Branch: perl + ! regcomp.h +____________________________________________________________________________ +[ 28399] By: davem on 2006/06/17 16:39:53 + Log: dont warn at exit of detatched threads still running + Branch: perl + ! ext/threads/t/blocks.t ext/threads/threads.xs +____________________________________________________________________________ +[ 28398] By: davem on 2006/06/16 23:25:51 + Log: start turning regmatch() main loop into a FSM + also make BRANCH use the state stack rather than its own unwind struct + Branch: perl + ! regcomp.pl regexec.c regexp.h regnodes.h t/op/re_tests +____________________________________________________________________________ +[ 28397] By: rgs on 2006/06/15 10:01:14 + Log: Subject: [PATCH] cflags.SH: rework the gcc warnings selection + From: Jarkko Hietaniemi + Date: Thu, 15 Jun 2006 09:12:53 +0300 + Message-ID: <4490FA65.70006@iki.fi> + Branch: perl + ! cflags.SH +____________________________________________________________________________ +[ 28396] By: craigb on 2006/06/15 03:20:48 + Log: only use NAML$M_OPEN_SPECIAL where it exists + Branch: perl + ! vms/vms.c +____________________________________________________________________________ +[ 28395] By: craigb on 2006/06/15 03:16:34 + Log: signedness nit in Unicode::Normalize::decompose + Branch: perl + ! ext/Unicode/Normalize/Normalize.xs +____________________________________________________________________________ +[ 28394] By: rgs on 2006/06/14 14:58:14 + Log: Subject: Re: [PATCH] fix re debug segvs in global destruction, and a tweak to Benchmark to prevent infinite loops. (Re: ext/re/t/regop.pl SEGV) + From: demerphq + Date: Wed, 14 Jun 2006 14:33:24 +0200 + Message-ID: <9b18b3110606140533k583fdd3bh6c4b292e7ff4cf13@mail.gmail.com> + Branch: perl + ! regcomp.c regcomp.h +____________________________________________________________________________ +[ 28393] By: rgs on 2006/06/14 12:11:13 + Log: Subject: [PATCH] fix re debug segvs in global destruction, and a tweak to Benchmark to prevent infinite loops. (Re: ext/re/t/regop.pl SEGV) + From: demerphq + Date: Wed, 14 Jun 2006 13:54:04 +0200 + Message-ID: <9b18b3110606140454p19f4241exae6528f1c7bb32d7@mail.gmail.com> + Branch: perl + ! ext/re/t/regop.pl lib/Benchmark.pm regcomp.c regcomp.h + ! regexec.c +____________________________________________________________________________ +[ 28392] By: rgs on 2006/06/13 09:23:23 + Log: I thought I had fixed the spelling of DOES() in universal.t, but + apparently no. + Branch: perl + ! t/op/universal.t +____________________________________________________________________________ +[ 28391] By: rgs on 2006/06/13 08:32:04 + Log: Subject: Guard clause should happen first, otherwise its not a guard clause. + From: demerphq + Date: Tue, 13 Jun 2006 09:39:42 +0200 + Message-ID: <9b18b3110606130039v1c6a3fe6s448e92ab2a05888a@mail.gmail.com> + Branch: perl + ! regcomp.c regexec.c +____________________________________________________________________________ +[ 28390] By: stevep on 2006/06/13 01:15:21 + Log: Upgrade to Digest-SHA-5.41 + Branch: perl + ! ext/Digest/SHA/Changes ext/Digest/SHA/README + ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/bin/shasum + ! ext/Digest/SHA/src/hmac.c ext/Digest/SHA/src/hmac.h + ! ext/Digest/SHA/src/sha.c ext/Digest/SHA/src/sha.h + ! ext/Digest/SHA/t/2-nist-sha-oo.t +____________________________________________________________________________ +[ 28389] By: stevep on 2006/06/13 01:00:02 + Log: Upgrade to Unicode-Normalize-1.00 + Branch: perl + ! ext/Unicode/Normalize/Changes + ! ext/Unicode/Normalize/Normalize.pm + ! ext/Unicode/Normalize/Normalize.xs + ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader + ! ext/Unicode/Normalize/t/fcdc.t ext/Unicode/Normalize/t/func.t + ! ext/Unicode/Normalize/t/norm.t ext/Unicode/Normalize/t/null.t + ! ext/Unicode/Normalize/t/test.t +____________________________________________________________________________ +[ 28388] By: rgs on 2006/06/12 17:21:22 + Log: Subject: Re: Segv from new regex code when under threads. + From: demerphq + Date: Mon, 12 Jun 2006 19:17:30 +0200 + Message-ID: <9b18b3110606121017t3af81484t4fb13015fac74592@mail.gmail.com> + Branch: perl + ! regcomp.c win32/vmem.h +____________________________________________________________________________ +[ 28387] By: rgs on 2006/06/12 16:41:44 + Log: Add the new method UNIVERSAL::DOES() and the API function sv_does() + + Subject: Re: [PROPOSED PATCH: universal.c, t/op/universal.t] Add does() + From: chromatic + Date: Tue, 30 May 2006 17:41:08 -0700 + Message-Id: <200605301741.08363.chromatic@wgz.org> + Branch: perl + ! embed.fnc embed.h global.sym pod/perlapi.pod proto.h + ! t/op/universal.t universal.c +____________________________________________________________________________ +[ 28386] By: rgs on 2006/06/12 14:35:22 + Log: Adapt the new Test::Harness test to the core + Branch: perl + ! lib/Test/Harness/t/failure.t +____________________________________________________________________________ +[ 28385] By: rgs on 2006/06/12 14:12:18 + Log: Subject: [PATCH] Static cleanup in pp_sort.c + From: andy@petdance.com (Andy Lester) + Date: Mon, 12 Jun 2006 08:59:34 -0500 + Message-ID: <20060612135934.GA2202@petdance.com> + Branch: perl + ! embed.fnc embed.h pp_sort.c proto.h +____________________________________________________________________________ +[ 28384] By: rgs on 2006/06/12 14:08:09 + Log: Upgrade to Test::Harness 2.62 + Branch: perl + + lib/Test/Harness/t/failure.t + ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes +____________________________________________________________________________ +[ 28383] By: rgs on 2006/06/12 13:01:43 + Log: Subject: Fw: CPAN Upload: S/SA/SAPER/Sys-Syslog-0.15.tar.gz + From: Sébastien Aperghis-Tramoni + Date: Sun, 11 Jun 2006 02:30:54 +0200 + Message-ID: <1149985854.448b643e27a1f@imp5-g19.free.fr> + Branch: perl + + ext/Sys/Syslog/ppport.h + ! MANIFEST ext/Sys/Syslog/Changes ext/Sys/Syslog/README + ! ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/Syslog.xs + ! ext/Sys/Syslog/t/syslog.t +____________________________________________________________________________ +[ 28382] By: rgs on 2006/06/12 12:08:54 + Log: Subject: Re: [PATCH DOC] Three minor fixes related to perlop + From: Daniel Frederick Crisman + Date: Sat, 10 Jun 2006 10:49:29 -0400 + Message-ID: <20060610144929.GA10201@fury.crisman.org> + Branch: perl + ! pod/perldiag.pod pod/perlop.pod +____________________________________________________________________________ +[ 28381] By: rgs on 2006/06/12 10:07:18 + Log: Subject: [PATCH] Proper use of enums + From: andy@petdance.com (Andy Lester) + Date: Sun, 11 Jun 2006 22:44:34 -0500 + Message-ID: <20060612034434.GA21588@petdance.com> + Branch: perl + ! embed.fnc gv.c op.c perlio.c pod/perlapi.pod pp.c proto.h sv.c + ! sv.h +____________________________________________________________________________ +[ 28380] By: rgs on 2006/06/11 23:08:32 + Log: Subject: Re: [PATCH] regexec/regcomp.c cleanups + From: demerphq + Date: Sun, 11 Jun 2006 23:01:14 +0200 + Message-ID: <9b18b3110606111401o143b2f57rd17bf117979853e7@mail.gmail.com> + Branch: perl + ! ext/re/re.pm pod/perlreguts.pod regcomp.c regcomp.h regexec.c + ! regexp.h sv.c +____________________________________________________________________________ +[ 28379] By: rgs on 2006/06/11 22:00:03 + Log: Subject: Re: [PATCH] Better version of the Aho-Corasick patch and lots of benchmarks. + From: demerphq + Date: Fri, 9 Jun 2006 19:48:11 +0200 + Message-ID: <9b18b3110606091048n4d1f3b17vc608943044d4532a@mail.gmail.com> + Branch: perl + ! ext/re/re.pm regcomp.c regexec.c regexp.h +____________________________________________________________________________ +[ 28378] By: nicholas on 2006/06/11 20:52:36 + Log: A little more work needed to get ext/re/t/re.t test 14 (no segv) passing + with PERL_DESTRUCT_LEVEL=2. + Branch: perl + ! gv.c regcomp.h +____________________________________________________________________________ +[ 28377] By: rgs on 2006/06/09 16:40:52 + Log: Mark the 1st argument to S_exec_failed as non null + Branch: perl + ! embed.fnc proto.h +____________________________________________________________________________ +[ 28376] By: rgs on 2006/06/09 16:15:08 + Log: Subject: [PATCH] Add error checks after execing PL_cshname or PL_sh_path + From: "Jan Dubois" + Date: Wed, 7 Jun 2006 15:53:02 -0700 + Message-ID: <002301c68a85$21aa7320$d045a8c0@candy> + Branch: perl + ! doio.c embed.fnc embed.h proto.h +____________________________________________________________________________ +[ 28375] By: rgs on 2006/06/09 16:03:03 + Log: Subject: [patch] Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.64.tar.gz + From: John Peacock + Date: Thu, 08 Jun 2006 21:14:04 -0400 + Message-ID: <4488CB5C.4070702@rowman.com> + Branch: perl + ! lib/version.pm lib/version.pod lib/version.t universal.c + ! util.c +____________________________________________________________________________ +[ 28374] By: rgs on 2006/06/09 14:39:31 + Log: Subject: [PATCH] sv_dup + From: andy@petdance.com (Andy Lester) + Date: Fri, 9 Jun 2006 00:39:25 -0500 + Message-ID: <20060609053925.GA30698@petdance.com> + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 28373] By: rgs on 2006/06/09 14:06:24 + Log: Subject: Re: [PATCH] Better version of the Aho-Corasick patch and lots of benchmarks. + From: demerphq + Date: Fri, 9 Jun 2006 00:56:37 +0200 + Message-ID: <9b18b3110606081556t779de698r82f361d82a05fbc8@mail.gmail.com> + + (with tweaks) + Branch: perl + ! embed.fnc embed.h ext/re/t/re.t ext/re/t/regop.pl + ! ext/re/t/regop.t proto.h regcomp.c regcomp.h regexec.c sv.c +____________________________________________________________________________ +[ 28372] By: rgs on 2006/06/08 14:11:29 + Log: Add the perlreguts manpage, by Yves Orton + Branch: perl + + pod/perlreguts.pod + ! MANIFEST pod.lst pod/perl.pod pod/perltoc.pod + ! vms/descrip_mms.template win32/pod.mak +____________________________________________________________________________ +[ 28371] By: rgs on 2006/06/08 13:00:18 + Log: Subject: [PATCH] Re: range operator vs. unicode + From: Yitzchak Scott-Thoennes + Date: Thu, 8 Jun 2006 02:33:43 -0700 + Message-ID: <20060608093343.GD2676@efn.org> + + with tweaks + Branch: perl + ! pod/perlop.pod +____________________________________________________________________________ +[ 28370] By: rgs on 2006/06/07 20:47:20 + Log: Revert change #20462 (except the regression test), + since the bug has been really fixed by change #22074, + as explained in : + Subject: Re: [perl #39247] defined-ness of substrings disappear over repeated calls + From: SADAHIRO Tomoyuki + Date: Thu, 01 Jun 2006 08:16:51 +0900 + Message-Id: <20060601081304.7A39.BQW10602@nifty.com> + Branch: perl + ! pp.c +____________________________________________________________________________ +[ 28369] By: nicholas on 2006/06/07 17:36:32 + Log: The binmode in t/iop/utf8.t doesn't need to be conditional on ${^OPEN} + Branch: perl + ! t/io/utf8.t +____________________________________________________________________________ +[ 28368] By: craigb on 2006/06/07 12:29:32 + Log: autosplit one level deeper so we don't miss anything + on a second pass (where lib/auto already exists) + Branch: perl + ! vms/descrip_mms.template +____________________________________________________________________________ +[ 28367] By: craigb on 2006/06/07 12:14:39 + Log: Subject: [patch@28349] vmsify - full EFS charset support + From: "John E. Malmberg" + Date: Mon, 05 Jun 2006 23:39:32 -0400 + Message-id: <4484F8F4.7040902@qsl.net> + + Branch: perl + ! vms/vms.c vms/vmsish.h +____________________________________________________________________________ +[ 28366] By: rgs on 2006/06/07 09:13:51 + Log: Add a regression test to ensure that charnames pragma + is propagated to eval("") + Branch: perl + ! lib/charnames.t +____________________________________________________________________________ +[ 28365] By: rgs on 2006/06/07 08:47:49 + Log: Make "use feature 'dor'" an alias for "use feature 'err'" + Branch: perl + ! lib/feature.pm +____________________________________________________________________________ +[ 28364] By: rgs on 2006/06/07 08:33:35 + Log: Subject: [PATCH] exhausting <> in BEGIN{} gets ARGVOUT used only once warning + From: Yitzchak Scott-Thoennes + Date: Tue, 6 Jun 2006 22:24:46 -0700 + Message-ID: <20060607052446.GA3240@efn.org> + Branch: perl + ! gv.c t/op/readline.t +____________________________________________________________________________ +[ 28363] By: rgs on 2006/06/07 08:30:03 + Log: Subject: [PATCH] dump.c patches + From: andy@petdance.com (Andy Lester) + Date: Tue, 6 Jun 2006 10:01:37 -0500 + Message-ID: <20060606150137.GA4434@petdance.com> + Branch: perl + ! doop.c dump.c +____________________________________________________________________________ +[ 28362] By: merijn on 2006/06/06 18:33:52 + Log: Subject: [PATCH]Teach Configure that icc is not gcc + From: Steve Peters + Date: Tue, 6 Jun 2006 10:33:12 -0500 + Message-ID: <20060606153312.GA5542@fisharerojo.org> + Branch: perl + ! Configure +____________________________________________________________________________ +[ 28360] By: rgs on 2006/06/06 16:30:36 + Log: Upgrade to Module::CoreList 2.05 + (contains a patch by Adriano Ferreira to make corelist accept + regexps as arguments) + Branch: perl + + lib/Module/CoreList/t/find_modules.t + ! MANIFEST lib/Module/CoreList.pm + ! lib/Module/CoreList/bin/corelist +____________________________________________________________________________ +[ 28359] By: rgs on 2006/06/06 12:37:34 + Log: Upgrade to Encode 2.18 + Branch: perl + ! ext/Encode/Byte/Byte.pm ext/Encode/CN/CN.pm ext/Encode/Changes + ! ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/Encode.pm + ! ext/Encode/Encode.xs ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm + ! ext/Encode/Symbol/Symbol.pm ext/Encode/TW/TW.pm + ! ext/Encode/bin/enc2xs ext/Encode/encoding.pm + ! ext/Encode/lib/Encode/Alias.pm + ! ext/Encode/lib/Encode/CJKConstants.pm + ! ext/Encode/lib/Encode/CN/HZ.pm ext/Encode/lib/Encode/Config.pm + ! ext/Encode/lib/Encode/Encoding.pm + ! ext/Encode/lib/Encode/Guess.pm ext/Encode/lib/Encode/JP/H2Z.pm + ! ext/Encode/lib/Encode/JP/JIS7.pm + ! ext/Encode/lib/Encode/KR/2022_KR.pm + ! ext/Encode/lib/Encode/MIME/Header.pm + ! ext/Encode/lib/Encode/MIME/Header/ISO_2022_JP.pm + ! ext/Encode/lib/Encode/Unicode/UTF7.pm +____________________________________________________________________________ +[ 28358] By: rgs on 2006/06/06 11:27:19 + Log: Subject: [PATCH] more accumulated cleanups + From: andy@petdance.com (Andy Lester) + Date: Tue, 6 Jun 2006 00:25:01 -0500 + Message-ID: <20060606052501.GA30469@petdance.com> + Branch: perl + ! av.c doio.c utf8.c util.c +____________________________________________________________________________ +[ 28357] By: rgs on 2006/06/06 11:17:22 + Log: Subject: [PATCH] Accumulated toke.c cleanups + From: andy@petdance.com (Andy Lester) + Date: Tue, 6 Jun 2006 00:07:36 -0500 + Message-ID: <20060606050736.GA30291@petdance.com> + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 28356] By: rgs on 2006/06/06 11:05:46 + Log: Subject: [PATCH] random thread test failure + From: "Jerry D. Hedden" + Date: Mon, 05 Jun 2006 13:28:51 -0700 + Message-ID: <20060605132851.fb30e530d17747c2b054d625b8945d88.65486bb40b.wbe@email.secureserver.net> + Branch: perl + ! ext/threads/t/thread.t +____________________________________________________________________________ +[ 28355] By: rgs on 2006/06/06 11:02:14 + Log: Subject: [PATCH] threads 1.32 + From: "Jerry D. Hedden" + Date: Mon, 05 Jun 2006 06:34:56 -0700 + Message-ID: <20060605063456.fb30e530d17747c2b054d625b8945d88.21396dde59.wbe@email.secureserver.net> + Branch: perl + + ext/threads/hints/hpux.pl + ! MANIFEST ext/threads/Changes ext/threads/README + ! ext/threads/t/blocks.t ext/threads/t/context.t + ! ext/threads/t/end.t ext/threads/t/free.t ext/threads/t/free2.t + ! ext/threads/t/join.t ext/threads/t/kill.t ext/threads/t/libc.t + ! ext/threads/t/problems.t ext/threads/t/thread.t + ! ext/threads/threads.pm ext/threads/threads.xs +____________________________________________________________________________ +[ 28354] By: nicholas on 2006/06/05 21:39:40 + Log: Eliminate most of the UTF-8 black smoke by skipping optree tests when + ${^OPEN} is set, and tweaking hints.t to understand that $^H is + different when -C has been used. + Branch: perl + ! 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 + ! t/comp/hints.t +____________________________________________________________________________ +[ 28353] By: nicholas on 2006/06/05 21:38:38 + Log: Add the missing ${^OPEN} hints flag to B::Concise + Branch: perl + ! ext/B/B/Concise.pm +____________________________________________________________________________ +[ 28352] By: rgs on 2006/06/05 16:22:46 + Log: Subject: [DOCPATCH perlunicode.pod] paragraphing nit + From: SADAHIRO Tomoyuki + Date: Sun, 04 Jun 2006 15:52:54 +0900 + Message-Id: <20060604155149.0913.BQW10602@nifty.com> + Branch: perl + ! pod/perlunicode.pod +____________________________________________________________________________ +[ 28351] By: rgs on 2006/06/05 08:35:45 + Log: Subject: [PATCH] mg.c: using #ifdef inside a macro call ENONPORTABLE (causes e.g. AIX to barf) + From: Jarkko Hietaniemi + Date: Sun, 4 Jun 2006 11:21:30 +0300 (EEST) + Message-Id: <200606040821.k548LUYu010965@vipunen.hut.fi> + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 28350] By: rgs on 2006/06/05 07:50:12 + Log: Use POSIX::_exit instead of exit in IPC::Open when exiting after an + exec() failure, as suggested by Salvador Fandino after change #28347 + Branch: perl + ! lib/IPC/Open3.pm +____________________________________________________________________________ +[ 28349] By: rgs on 2006/06/04 22:32:50 + Log: The smart match table was duplicated in source code and in perlsyn, + so remove the one in the source code + Branch: perl + ! pod/perlsyn.pod pp_ctl.c +____________________________________________________________________________ +[ 28348] By: craigb on 2006/06/02 23:18:08 + Log: It's all relative -- better handling of tainted directories + in PATH on VMS (and scrubbing them in t/test.pl). + Branch: perl + ! mg.c t/test.pl +____________________________________________________________________________ +[ 28347] By: davem on 2006/06/02 19:53:52 + Log: IPC::Open3 handled exec failure badly + When you're in the child, don't croak - you may get trapped by + eval. Also clarify the documentation + Branch: perl + ! lib/IPC/Open3.pm +____________________________________________________________________________ +[ 28346] By: stevep on 2006/06/01 19:11:38 + Log: Subject: [perl #39178] IO::Socket::connect returns wrong errno on timeout + From: "mlelstv@serpens.de (via RT)" + Date: Sun, 21 May 2006 04:23:38 -0700 + Message-ID: + Branch: perl + ! ext/IO/lib/IO/Socket.pm +____________________________________________________________________________ +[ 28345] By: rgs on 2006/06/01 14:50:50 + Log: Add the perlunitut manpage, by Juerd Waalboer + Branch: perl + + pod/perlunitut.pod + ! MANIFEST pod.lst pod/perl.pod pod/perltoc.pod + ! vms/descrip_mms.template win32/pod.mak +____________________________________________________________________________ +[ 28344] By: rgs on 2006/06/01 12:16:09 + Log: Subject: [PATCH: installperl] Was: Bug#369481: perl-base: 5.8.4-8sarge4 seemed to trigger "weak references not implemented" + From: Brendan O'Dea + Date: Wed, 31 May 2006 22:51:48 +1000 + Message-ID: <20060531125148.GA20658@londo.c47.org> + Branch: perl + ! installperl +____________________________________________________________________________ +[ 28343] By: rgs on 2006/06/01 11:40:34 + Log: Add a few more built-in types in perlfunc/ref() + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 28342] By: rgs on 2006/06/01 07:08:36 + Log: Remove duplicate file in manifest + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 28341] By: rgs on 2006/06/01 07:07:43 + Log: Add missing file to MANIFEST + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 28340] By: craigb on 2006/05/31 03:31:54 + Log: Teach incfilter.t some DCL. + Branch: perl + ! t/op/incfilter.t +____________________________________________________________________________ +[ 28339] By: craigb on 2006/05/31 03:19:27 + Log: Make VMS-specific device name encoding routine say no more politely. + Branch: perl + ! vms/vms.c +____________________________________________________________________________ +[ 28338] By: rgs on 2006/05/30 12:21:17 + Log: Subject: Re: B::Lint changes + From: "Joshua ben Jore" + Date: Thu, 18 May 2006 08:45:30 -0500 + Message-ID: + Branch: perl + ! ext/B/B/Lint.pm ext/B/t/lint.t +____________________________________________________________________________ +[ 28337] By: nicholas on 2006/05/30 11:59:26 + Log: Fix bugs in the bytecode system caused by the abolition of cop_io. + Branch: perl + ! ext/B/B.xs ext/B/B/Bytecode.pm +____________________________________________________________________________ +[ 28336] By: rgs on 2006/05/30 08:32:00 + Log: Subject: C is not perl, AV's dont just magically free themselves... + From: demerphq + Date: Tue, 30 May 2006 10:23:19 +0200 + Message-ID: <9b18b3110605300123t467f14eerf30a149f253be281@mail.gmail.com> + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 28335] By: nicholas on 2006/05/29 22:58:46 + Log: Comprehensive regression tests for Perl_refcounted_he_fetch(). + Fix a bug due to the fact that Perl's typedef'd "bool" type isn't + actually boolean. + Branch: perl + + ext/XS/APItest/t/op.t t/op/caller.pl + ! MANIFEST ext/XS/APItest/APItest.xs hv.c t/op/caller.t +____________________________________________________________________________ +[ 28334] By: craigb on 2006/05/29 22:34:23 + Log: Subject: [PATCH] redo part of change 27374 + From: Abe Timmerman + Date: Mon, 29 May 2006 23:24:51 +0200 + Message-id: <200605292324.51714.abe@ztreet.demon.nl> + + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 28333] By: craigb on 2006/05/29 19:37:41 + Log: And some more DynaLoader things that should not be tested on + VMS since they are not part of the implementation. + Branch: perl + ! ext/DynaLoader/t/DynaLoader.t +____________________________________________________________________________ +[ 28332] By: mhx on 2006/05/29 17:50:48 + Log: Upgrade to Devel::PPPort 3.08_04 + Branch: perl + ! ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS + ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm + ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/TODO + ! ext/Devel/PPPort/apicheck_c.PL + ! ext/Devel/PPPort/devel/buildperl.pl + ! ext/Devel/PPPort/devel/devtools.pl + ! ext/Devel/PPPort/devel/mktodo ext/Devel/PPPort/devel/mktodo.pl + ! ext/Devel/PPPort/devel/regenerate + ! ext/Devel/PPPort/parts/apicheck.pl + ! ext/Devel/PPPort/parts/base/5004000 + ! ext/Devel/PPPort/parts/base/5004050 + ! ext/Devel/PPPort/parts/base/5005000 + ! ext/Devel/PPPort/parts/base/5005030 + ! ext/Devel/PPPort/parts/base/5006000 + ! ext/Devel/PPPort/parts/base/5006001 + ! ext/Devel/PPPort/parts/base/5007001 + ! ext/Devel/PPPort/parts/base/5007002 + ! ext/Devel/PPPort/parts/base/5007003 + ! ext/Devel/PPPort/parts/base/5008000 + ! ext/Devel/PPPort/parts/base/5008001 + ! ext/Devel/PPPort/parts/base/5009000 + ! ext/Devel/PPPort/parts/base/5009001 + ! ext/Devel/PPPort/parts/base/5009002 + ! ext/Devel/PPPort/parts/base/5009003 + ! ext/Devel/PPPort/parts/base/5009004 + ! ext/Devel/PPPort/parts/inc/podtest + ! ext/Devel/PPPort/parts/todo/5004000 + ! ext/Devel/PPPort/parts/todo/5005000 + ! ext/Devel/PPPort/parts/todo/5005030 + ! ext/Devel/PPPort/parts/todo/5006000 + ! ext/Devel/PPPort/parts/todo/5006001 + ! ext/Devel/PPPort/parts/todo/5007001 + ! ext/Devel/PPPort/parts/todo/5007002 + ! ext/Devel/PPPort/parts/todo/5007003 + ! ext/Devel/PPPort/parts/todo/5008000 + ! ext/Devel/PPPort/parts/todo/5008001 + ! ext/Devel/PPPort/parts/todo/5009000 + ! ext/Devel/PPPort/parts/todo/5009001 + ! ext/Devel/PPPort/parts/todo/5009002 + ! ext/Devel/PPPort/parts/todo/5009003 + ! ext/Devel/PPPort/parts/todo/5009004 ext/Devel/PPPort/soak + ! ext/Devel/PPPort/t/podtest.t +____________________________________________________________________________ +[ 28331] By: davem on 2006/05/29 15:27:02 + Log: make require report too many open files error + ie don't continue searching the rest of @INC + Branch: perl + ! pp_ctl.c +____________________________________________________________________________ +[ 28330] By: davem on 2006/05/29 14:12:13 + Log: ensure failure to load Carp::Heavy gets reported + Branch: perl + ! lib/Carp.pm +____________________________________________________________________________ +[ 28329] By: rgs on 2006/05/29 14:08:42 + Log: Revert change 28322, which makes ithreads panic + Branch: perl + ! perlio.c +____________________________________________________________________________ +[ 28328] By: rgs on 2006/05/29 13:41:24 + Log: Subject: Re: [perl #39126] possible memory related bug when using sprintf with an utf-8 encoded format-string and iso-8859-1 encoded string variables. + From: SADAHIRO Tomoyuki + Date: Sun, 21 May 2006 19:33:21 +0900 + Message-Id: <20060521193259.81E5.BQW10602@nifty.com> + + with test tweaks further suggested by the same + Branch: perl + ! sv.c t/op/sprintf2.t +____________________________________________________________________________ +[ 28327] By: rgs on 2006/05/29 13:10:45 + Log: Silence a warning + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 28326] By: rgs on 2006/05/29 12:40:15 + Log: Regen headers following change 28325. Also, make it compile + with gcc by forward-declaring struct _reg_trie_data; and + tweak the new re test to use test.pl, in order to portably + run a new interpreter + Branch: perl + ! embed.h ext/re/t/regop.t perl.h proto.h regcomp.c regcomp.h + ! regexec.c regnodes.h +____________________________________________________________________________ +[ 28325] By: rgs on 2006/05/29 12:38:09 + Log: Subject: Re: [PATCH] More regex optimisations and debug enhancements (including Andys stuff too) + From: demerphq + Date: Sun, 28 May 2006 16:24:59 +0200 + Message-ID: <9b18b3110605280724u54a9c53bn3b20692b6fe4f1c3@mail.gmail.com> + Branch: perl + + ext/re/t/regop.pl ext/re/t/regop.t + ! MANIFEST embed.fnc ext/re/re.pm regcomp.c regcomp.h regcomp.pl + ! regcomp.sym regexec.c t/op/re_tests +____________________________________________________________________________ +[ 28324] By: rgs on 2006/05/29 09:39:06 + Log: Subject: [PATCH] skip t/op/incfilter.t for "make clean;make miniperl;make minitest" + From: Jarkko Hietaniemi + Date: Sun, 28 May 2006 14:11:02 +0300 (EEST) + Message-Id: <200605281111.k4SBB2jc133843@kosh.hut.fi> + Branch: perl + ! t/op/incfilter.t +____________________________________________________________________________ +[ 28323] By: rgs on 2006/05/29 08:20:36 + Log: Subject: [PATCH] gv.c consting + From: andy@petdance.com (Andy Lester) + Date: Sun, 28 May 2006 12:24:25 -0500 + Message-ID: <20060528172425.GA8291@petdance.com> + + Subject: [PATCH] mg.c consting + From: andy@petdance.com (Andy Lester) + Date: Sun, 28 May 2006 11:34:33 -0500 + Message-ID: <20060528163433.GA5518@petdance.com> + Branch: perl + ! embed.fnc gv.c mg.c proto.h +____________________________________________________________________________ +[ 28322] By: rgs on 2006/05/29 08:00:04 + Log: Subject: [PATCH] perlio.c: nobody was freeing PL_perlio_fd_refcnt, now PerlIO_cleanup() is + From: jhi@cc.hut.fi (Jarkko Hietaniemi) + Date: Sun, 28 May 2006 18:15:35 +0300 (EEST) + Message-Id: <20060528151535.BEA3E6D08C@seth.hut.fi> + Branch: perl + ! perlio.c +____________________________________________________________________________ +[ 28321] By: nicholas on 2006/05/28 10:55:17 + Log: Subject: [PATCH] DynaLoader.t: less assumptions + From: Jarkko Hietaniemi + Message-ID: <44796AF2.8060903@gmail.com> + Date: Sun, 28 May 2006 12:18:42 +0300 + Branch: perl + ! ext/DynaLoader/t/DynaLoader.t +____________________________________________________________________________ +[ 28320] By: nicholas on 2006/05/28 10:40:48 + Log: Perl_refcounted_he_chain_2hv()'s code to skip duplicate keys was far + too lax. + Branch: perl + ! hv.c t/op/caller.t +____________________________________________________________________________ +[ 28319] By: davem on 2006/05/27 21:16:30 + Log: fix eval qw(BEGIN{die}) style leaks. + death while exdcuting code while parsing meant that the current + parse stack got quiety abandonded, thus leaking a bunch of OPs. + Register a destructor to be called when this happens. + Branch: perl + ! perly.c +____________________________________________________________________________ +[ 28318] By: craigb on 2006/05/27 18:00:31 + Log: use the same arg names everyone else does and handle undef filename + Branch: perl + ! ext/DynaLoader/dl_vms.xs +____________________________________________________________________________ +[ 28317] By: davem on 2006/05/27 15:05:30 + Log: Subject: RE: perlhack.pod confused about POPSTACK + From: "Jan Dubois" + Date: Thu, 25 May 2006 18:20:25 -0700 + Message-Id: <059101c68062$9143d550$2217a8c0@candy> + + more fixing of the PUSHMARK example + Branch: perl + ! pod/perlhack.pod +____________________________________________________________________________ +[ 28316] By: davem on 2006/05/27 00:54:18 + Log: make -Dpv display OP names ons the parser stack + Branch: perl + ! perly.c +____________________________________________________________________________ +[ 28315] By: davem on 2006/05/27 00:31:33 + Log: stop OPs leaking in eval "syntax error" + When bison pops states during error recovery, any states holding + an OP would leak the OP. Create an extra YY table that tells us + which states are of type opval, and when popping one of those, + free the op. + Branch: perl + ! madly.tab perly.c perly.tab regen_perly.pl +____________________________________________________________________________ +[ 28314] By: davem on 2006/05/26 18:50:34 + Log: stop eval "sub{" leaking + Branch: perl + ! madly.act madly.h madly.tab madly.y perly.act perly.h + ! perly.tab perly.y +____________________________________________________________________________ +[ 28313] By: stevep on 2006/05/26 15:03:12 + Log: Subject: [PATCH] SysV IPC + From: Jarkko Hietaniemi + Date: Thu, 25 May 2006 18:49:33 +0300 + Message-ID: <4475D20D.9010600@gmail.com> + Branch: perl + ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm + ! ext/IPC/SysV/SysV.pm pod/perlipc.pod +____________________________________________________________________________ +[ 28312] By: stevep on 2006/05/26 14:45:01 + Log: Upgrade to Sys-Syslog-0.14 + Branch: perl + ! ext/Sys/Syslog/Changes ext/Sys/Syslog/Makefile.PL + ! ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/fallback/const-c.inc + ! ext/Sys/Syslog/t/constants.t ext/Sys/Syslog/t/syslog.t +____________________________________________________________________________ +[ 28311] By: stevep on 2006/05/26 13:39:06 + Log: Fix pod nit in perltodo. + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 28310] By: stevep on 2006/05/26 13:38:16 + Log: Stop a warning generated from thread's Makefile.PL + Branch: perl + ! ext/threads/Makefile.PL +____________________________________________________________________________ +[ 28309] By: stevep on 2006/05/26 13:33:54 + Log: Sun C on Linux doesn't complain about the attributes sprinkled + through the code in all cases, even though attributes are not + supported. In some cases, however, it does. + Branch: perl + ! hints/linux.sh +____________________________________________________________________________ +[ 28308] By: rgs on 2006/05/26 13:01:35 + Log: Subject: Re: [PATCH] Test script for DynaLoader + From: demerphq + Date: Thu, 25 May 2006 13:20:53 +0200 + Message-ID: <9b18b3110605250420m7431bfbeve44aada2025264f7@mail.gmail.com> + Branch: perl + ! ext/DynaLoader/t/DynaLoader.t +____________________________________________________________________________ +[ 28307] By: mhx on 2006/05/25 15:52:02 + Log: Upgrade to Devel::PPPort 3.08_03 + Branch: perl + + ext/Devel/PPPort/devel/devtools.pl + + ext/Devel/PPPort/devel/regenerate + ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS + ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort_pm.PL + ! ext/Devel/PPPort/TODO ext/Devel/PPPort/apicheck_c.PL + ! ext/Devel/PPPort/devel/mktodo ext/Devel/PPPort/devel/mktodo.pl + ! ext/Devel/PPPort/parts/apicheck.pl + ! ext/Devel/PPPort/parts/apidoc.fnc + ! ext/Devel/PPPort/parts/base/5006000 + ! ext/Devel/PPPort/parts/base/5009003 + ! ext/Devel/PPPort/parts/base/5009004 + ! ext/Devel/PPPort/parts/embed.fnc + ! ext/Devel/PPPort/parts/inc/podtest + ! ext/Devel/PPPort/parts/inc/ppphtest + ! ext/Devel/PPPort/parts/todo/5009003 + ! ext/Devel/PPPort/parts/todo/5009004 ext/Devel/PPPort/soak + ! ext/Devel/PPPort/t/podtest.t ext/Devel/PPPort/t/ppphtest.t +____________________________________________________________________________ +[ 28306] By: stevep on 2006/05/25 13:48:56 + Log: Upgrade to Digest-SHA-5.38. + Branch: perl + ! ext/Digest/SHA/Changes ext/Digest/SHA/README + ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/bin/shasum + ! ext/Digest/SHA/src/hmac.c ext/Digest/SHA/src/hmac.h + ! ext/Digest/SHA/src/sha.c ext/Digest/SHA/src/sha.h + ! ext/Digest/SHA/t/2-nist-sha-oo.t +____________________________________________________________________________ +[ 28305] By: gisle on 2006/05/25 07:09:15 + Log: Subject: Pod::Html should not convert "foo" in `foo'' + From: Gisle Aas + Date: 24 May 2006 14:09:49 -0700 + Message-ID: + Branch: perl + ! lib/Pod/Html.pm +____________________________________________________________________________ +[ 28304] By: stevep on 2006/05/25 02:17:21 + Log: Upgrade to Test-Harness-2.60 + Branch: perl + ! lib/Test/Harness.pm lib/Test/Harness/Changes +____________________________________________________________________________ +[ 28303] By: davem on 2006/05/25 00:21:21 + Log: Subject: RE: perlhack.pod confused about POPSTACK + From: "Jan Dubois" + Date: Wed, 24 May 2006 16:35:14 -0700 + Message-Id: <03ee01c67f8a$b4d6aca0$2217a8c0@candy> + + clean up davem's doc thinko of change #28292 + Branch: perl + ! pod/perlhack.pod +____________________________________________________________________________ +[ 28302] By: mhx on 2006/05/24 17:44:20 + Log: Run 'make regen' for changes 28299, 28300, 28301. + Branch: perl + ! pod/perlapi.pod proto.h +____________________________________________________________________________ +[ 28301] By: mhx on 2006/05/24 17:40:01 + Log: The sv_catpvs() and sv_setpvs() macros also return void. + Branch: perl + ! handy.h +____________________________________________________________________________ +[ 28300] By: mhx on 2006/05/24 17:38:08 + Log: The SvREFCNT_*void* macros return void, not SV*. + Branch: perl + ! sv.h +____________________________________________________________________________ +[ 28299] By: mhx on 2006/05/24 17:31:28 + Log: The 'f' flag was missing for my_snprintf(). + Branch: perl + ! embed.fnc +____________________________________________________________________________ +[ 28298] By: rgs on 2006/05/24 13:34:45 + Log: Fix segfault in SDBM_File when the destructor is called multiple times + Branch: perl + ! ext/SDBM_File/SDBM_File.pm ext/SDBM_File/SDBM_File.xs +____________________________________________________________________________ +[ 28297] By: rgs on 2006/05/24 12:39:31 + Log: Subject: [PATCH] Stop harness from printing summary table header for each row in table + From: demerphq + Date: Tue, 23 May 2006 22:27:40 +0200 + Message-ID: <9b18b3110605231327t316104caoce301668178ee442@mail.gmail.com> + Branch: perl + ! lib/Test/Harness.pm +____________________________________________________________________________ +[ 28296] By: rgs on 2006/05/24 12:24:27 + Log: Subject: [PATCH] Refactoring in av.c + From: andy@petdance.com (Andy Lester) + Date: Wed, 24 May 2006 00:16:40 -0500 + Message-ID: <20060524051640.GA4713@petdance.com> + Branch: perl + ! av.c cop.h +____________________________________________________________________________ +[ 28295] By: rgs on 2006/05/24 07:27:47 + Log: Subject: [PATCH lib/AutoLoader.pm lib/AutoLoader.t] Export can() with AUTOLOAD() + From: chromatic + Date: Sat, 20 May 2006 11:40:27 -0700 + Message-Id: <200605201140.27789.chromatic@wgz.org> + + With tweaks: use built-in ref() instead of Scalar::Util::blessed + Branch: perl + ! lib/AutoLoader.pm lib/AutoLoader.t +____________________________________________________________________________ +[ 28294] By: stevep on 2006/05/24 02:56:23 + Log: Subject: [PATCH] Make t/TEST more helpful + From: andy@petdance.com (Andy Lester) + Date: Tue, 23 May 2006 21:07:48 -0500 + Message-ID: <20060524020748.GA16729@petdance.com> + Branch: perl + ! t/TEST +____________________________________________________________________________ +[ 28293] By: stevep on 2006/05/24 02:53:38 + Log: Subject: Re: [patch] win32/buildext.pl to handle inclusions and not just exclusions + From: demerphq + Date: Sun, 21 May 2006 12:20:12 +0200 + Message-ID: <9b18b3110605210320h5adc9df4hbee2302722b3dd6e@mail.gmail.com> + Branch: perl + ! win32/Makefile win32/buildext.pl +____________________________________________________________________________ +[ 28292] By: davem on 2006/05/23 22:16:28 + Log: correct POPSTACK/POPMARK confusion in perlhack.pod + Branch: perl + ! pod/perlhack.pod +____________________________________________________________________________ +[ 28291] By: rgs on 2006/05/23 08:05:56 + Log: Typo fix + Branch: perl + ! ext/threads/threads.pm +____________________________________________________________________________ +[ 28290] By: rgs on 2006/05/23 08:03:08 + Log: Subject: [PATCH] Explicit thread context + From: "Jerry D. Hedden" + Date: Fri, 19 May 2006 13:42:50 -0700 + Message-ID: <20060519134250.fb30e530d17747c2b054d625b8945d88.933b701674.wbe@email.secureserver.net> + Branch: perl + + ext/threads/t/context.t + ! MANIFEST ext/threads/Changes ext/threads/README + ! ext/threads/threads.pm ext/threads/threads.xs +____________________________________________________________________________ +[ 28289] By: rgs on 2006/05/23 07:27:11 + Log: Subject: [PATCH] clean some lint findings + From: andy@petdance.com (Andy Lester) + Date: Sun, 21 May 2006 00:02:40 -0500 + Message-ID: <20060521050240.GA21051@petdance.com> + Branch: perl + ! embed.fnc embed.h hv.c perlio.c pp_pack.c proto.h +____________________________________________________________________________ +[ 28288] By: rgs on 2006/05/23 07:23:48 + Log: Subject: Re: [PATCH - DUH] Synchronize bleadperl with version-0.60 + From: John Peacock + Date: Mon, 22 May 2006 19:08:03 -0400 + Message-ID: <44724453.5090606@rowman.com> + Branch: perl + ! lib/version.pm lib/version.t +____________________________________________________________________________ +[ 28287] By: rgs on 2006/05/23 07:20:15 + Log: Fix a syntax error in test + Branch: perl + ! lib/Text/Balanced/t/00-load.t +____________________________________________________________________________ +[ 28286] By: merijn on 2006/05/23 06:17:26 + Log: HAS_HAS WAS NOW HAS + Branch: perl + ! handy.h +____________________________________________________________________________ +[ 28285] By: stevep on 2006/05/22 20:30:14 + Log: Subject: [PATCH] IO::Compress::Base::Common + From: "Paul Marquess" + Date: Sat, 20 May 2006 11:55:21 +0100 + Message-ID: <3F2DD0FCF1E2EA4D974C6195B482FD8801C339EF@bfs-exch-prd1.myopwv.com> + Branch: perl + ! ext/Compress/IO/Base/lib/IO/Compress/Base/Common.pm +____________________________________________________________________________ +[ 28284] By: merijn on 2006/05/22 17:39:47 + Log: If I needed this now, I'll probably need it next time too :) + Branch: perl + ! handy.h +____________________________________________________________________________ +[ 28283] By: merijn on 2006/05/22 17:37:33 + Log: Re-generation after backports of + #28188 Only ask about MAD for 5.9.0 and greater. Otherwise silently + #28189 A Configure probe for C99 variadic macros, based on code from + #28202 Take advantage of the bug that binexp ignores the Configure + #28263 Oops. Fix bad #! lines when not using userelocatableinc + One small cleanup fix added. Some small re-ordering. Some whitespace. + Branch: perl + ! Configure Porting/Glossary Porting/config.sh config_h.SH +____________________________________________________________________________ +[ 28280] By: rgs on 2006/05/22 16:51:36 + Log: Amend version.pm so it correctly loads the XS version of qv() + Branch: perl + ! lib/version.pm +____________________________________________________________________________ +[ 28279] By: rgs on 2006/05/22 16:41:56 + Log: Subject: [PATCH] pp_sys cleanup again + From: andy@petdance.com (Andy Lester) + Date: Sat, 20 May 2006 16:20:20 -0500 + Message-ID: <20060520212020.GA30688@petdance.com> + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 28277] By: steveh on 2006/05/22 15:18:33 + Log: Fix Win32 linker error + + See: + http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-05/msg00758.html + Branch: perl + ! embed.fnc embed.h global.sym +____________________________________________________________________________ +[ 28276] By: rgs on 2006/05/22 15:02:08 + Log: Upgrade to version.pm 0.60 + Branch: perl + ! lib/version.pm lib/version.t universal.c util.c +____________________________________________________________________________ +[ 28275] By: rgs on 2006/05/22 14:49:05 + Log: Subject: Perl_PerlIO_context_layers and PerlIO_apply_layers, as well as other unexported/undefined entities... (patch 28258/28264 incomplete?) + From: demerphq + Date: Sun, 21 May 2006 15:06:20 +0200 + Message-ID: <9b18b3110605210606l441b69b3lf6934a15d9a26e4b@mail.gmail.com> + + (only the makedef.pl and perlio.c patches) + Branch: perl + ! makedef.pl perlio.c +____________________________________________________________________________ +[ 28274] By: merijn on 2006/05/22 14:42:47 + Log: Better handling for error-checking + From: IRC/#p5p/Maddingue (Sebastien Aperghis-Tramoni) + Branch: perl + ! ext/DynaLoader/t/DynaLoader.t +____________________________________________________________________________ +[ 28273] By: rgs on 2006/05/22 13:58:45 + Log: Subject: [PATCH] literal string macros + From: Marcus Holland-Moritz + Date: Mon, 22 May 2006 13:39:33 +0200 + Message-ID: <20060522133933.65ea93ce@r2d2> + Branch: perl + ! handy.h pod/perlapi.pod +____________________________________________________________________________ +[ 28272] By: stevep on 2006/05/22 13:57:54 + Log: Additional perlpragma.pod nits. + Branch: perl + ! pod/perlpragma.pod +____________________________________________________________________________ +[ 28271] By: rgs on 2006/05/22 13:47:19 + Log: More nits in perlpragma, and remove the warning about %^H being + strictly internal in perlvar. + Branch: perl + ! pod/perlpragma.pod pod/perlvar.pod +____________________________________________________________________________ +[ 28270] By: stevep on 2006/05/22 13:46:30 + Log: Silence Text::Balanced's 00-load.t when PERL_CORE is defined. + Branch: perl + ! lib/Text/Balanced/t/00-load.t +____________________________________________________________________________ +[ 28269] By: rgs on 2006/05/22 13:09:12 + Log: Subject: Re: [PATCH] optimize /[x]/ to /x/. + From: demerphq + Date: Sun, 21 May 2006 19:32:15 +0200 + Message-ID: <9b18b3110605211032n5035d2cfne703514d8271e181@mail.gmail.com> + + New tests. + Branch: perl + ! t/op/re_tests +____________________________________________________________________________ +[ 28268] By: rgs on 2006/05/22 12:55:13 + Log: Fix two nits in perlpragma.pod + Branch: perl + ! pod/perlpragma.pod +____________________________________________________________________________ +[ 28267] By: mhx on 2006/05/22 11:31:57 + Log: Upgrade to Devel::PPPort 3.08_02 + Branch: perl + + ext/Devel/PPPort/parts/inc/SvREFCNT + + ext/Devel/PPPort/parts/inc/podtest + + ext/Devel/PPPort/t/SvREFCNT.t ext/Devel/PPPort/t/podtest.t + ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm + ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/PPPort_pm.PL + ! ext/Devel/PPPort/TODO ext/Devel/PPPort/mktests.PL + ! ext/Devel/PPPort/parts/apidoc.fnc + ! ext/Devel/PPPort/parts/base/5009004 + ! ext/Devel/PPPort/parts/embed.fnc + ! ext/Devel/PPPort/parts/inc/memory + ! ext/Devel/PPPort/parts/inc/misc + ! ext/Devel/PPPort/parts/inc/ppphbin + ! ext/Devel/PPPort/parts/inc/ppphdoc + ! ext/Devel/PPPort/parts/inc/pvs + ! 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/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/ppphtest.t ext/Devel/PPPort/t/pvs.t + ! ext/Devel/PPPort/t/snprintf.t ext/Devel/PPPort/t/sv_xpvf.t + ! ext/Devel/PPPort/t/testutil.pl ext/Devel/PPPort/t/threads.t + ! ext/Devel/PPPort/t/uv.t ext/Devel/PPPort/t/variables.t + ! ext/Devel/PPPort/t/warn.t +____________________________________________________________________________ +[ 28266] By: mhx on 2006/05/21 22:34:29 + Log: Remove duplicate documentation for SvREFCNT_inc(). + Add documentation for SvREFCNT_inc_simple_void_NN(). + Wrap SvREFCNT_inc_simple_void() in STMT_START/STMT_END. + Branch: perl + ! sv.h +____________________________________________________________________________ +[ 28265] By: mhx on 2006/05/21 22:20:48 + Log: Document PoisonFree() instead of documenting Poison() twice. + Branch: perl + ! handy.h +____________________________________________________________________________ +[ 28264] By: stevep on 2006/05/21 03:47:18 + Log: Add Perl_PerlIO_context_layers() to the public API to fix Win32 builds. + Also, picked up a missed change for pod/perlapi.pod. + Branch: perl + ! embed.fnc embed.h global.sym pod/perlapi.pod +____________________________________________________________________________ +[ 28263] By: nicholas on 2006/05/20 23:08:40 + Log: Oops. Fix bad #! lines when not using userelocatableinc + Branch: perl + ! Configure +____________________________________________________________________________ +[ 28262] By: davem on 2006/05/20 22:23:21 + Log: Subject: [PATCH] optimize /[x]/ to /x/. + From: demerphq + Date: Sat, 20 May 2006 23:16:33 +0200 + Message-Id: <9b18b3110605201416i3dc44c39k86cd9b2f47f5cda0@mail.gmail.com> + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 28261] By: nicholas on 2006/05/20 22:17:07 + Log: Fix bug in change 28258. So how come I thought I'd passed all tests? + Branch: perl + ! ext/B/B.xs +____________________________________________________________________________ +[ 28260] By: davem on 2006/05/20 21:07:34 + Log: don't try to dump GVish parts of an LV if it hasn't got GVish parts + Branch: perl + ! dump.c +____________________________________________________________________________ +[ 28259] By: mhx on 2006/05/20 18:22:00 + Log: Upgrade to Devel::PPPort 3.08_01 + Branch: perl + + ext/Devel/PPPort/parts/base/5008008 + + ext/Devel/PPPort/parts/base/5009004 + + ext/Devel/PPPort/parts/inc/pvs + + ext/Devel/PPPort/parts/inc/snprintf + + ext/Devel/PPPort/parts/inc/warn + + ext/Devel/PPPort/parts/todo/5008008 + + ext/Devel/PPPort/parts/todo/5009004 ext/Devel/PPPort/t/pvs.t + + ext/Devel/PPPort/t/snprintf.t ext/Devel/PPPort/t/warn.t + - ext/Devel/PPPort/MANIFEST + ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS + ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort.xs + ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/TODO + ! ext/Devel/PPPort/parts/apicheck.pl + ! ext/Devel/PPPort/parts/apidoc.fnc + ! ext/Devel/PPPort/parts/base/5004050 + ! ext/Devel/PPPort/parts/base/5006000 + ! ext/Devel/PPPort/parts/base/5006001 + ! ext/Devel/PPPort/parts/base/5007002 + ! ext/Devel/PPPort/parts/base/5007003 + ! ext/Devel/PPPort/parts/base/5008000 + ! ext/Devel/PPPort/parts/base/5008001 + ! ext/Devel/PPPort/parts/base/5009000 + ! ext/Devel/PPPort/parts/base/5009003 + ! ext/Devel/PPPort/parts/embed.fnc + ! ext/Devel/PPPort/parts/inc/Sv_set + ! ext/Devel/PPPort/parts/inc/magic + ! ext/Devel/PPPort/parts/inc/misc + ! ext/Devel/PPPort/parts/todo/5004000 + ! ext/Devel/PPPort/parts/todo/5005000 + ! ext/Devel/PPPort/parts/todo/5006000 + ! ext/Devel/PPPort/parts/todo/5006001 + ! ext/Devel/PPPort/parts/todo/5007003 + ! ext/Devel/PPPort/parts/todo/5009003 ext/Devel/PPPort/soak + ! ext/Devel/PPPort/t/Sv_set.t ext/Devel/PPPort/t/magic.t + ! ext/Devel/PPPort/t/misc.t +____________________________________________________________________________ +[ 28258] By: nicholas on 2006/05/20 17:29:52 + Log: Abolish cop_io (the simple way) by storing the value in cop_hints_hash. + Todo - store the in and out values under 2 keys, and avoid the need to + create a temporary mortal SV while checking it. + Branch: perl + ! bytecode.pl cop.h embed.fnc embed.h ext/B/B.xs + ! ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c + ! ext/ByteLoader/byterun.h mg.c op.c perl.c perl.h perlio.c + ! perlio.h pp_ctl.c pp_sys.c proto.h sv.c +____________________________________________________________________________ +[ 28257] By: nicholas on 2006/05/20 15:27:28 + Log: Move the hints from op_private into cop_hints. This allows all 32 bits + to be stored. Make B::Concise display the new hints field, and modify + B::Deparse to use it. + Branch: perl + ! cop.h ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm + ! ext/B/B/Deparse.pm ext/B/t/f_map.t ext/B/t/f_sort.t + ! 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 + ! ext/ByteLoader/bytecode.h op.c perl.h +____________________________________________________________________________ +[ 28255] By: merijn on 2006/05/20 15:16:29 + Log: Small typo correction + Branch: perl + ! INSTALL +____________________________________________________________________________ +[ 28254] By: davem on 2006/05/20 14:30:50 + Log: eval { s/$foo/die/e } leaked a scalar + Branch: perl + ! pp_ctl.c pp_hot.c +____________________________________________________________________________ +[ 28253] By: merijn on 2006/05/20 13:26:51 + Log: Subject: Re: Over-pious message from Configure? + From: Dominic Dunlop + Date: Thu, 18 May 2006 15:47:27 +0200 + Message-Id: <90C6E6BF-D1B1-4346-A893-1708E8E50534@mac.com> + Branch: perl + ! INSTALL +____________________________________________________________________________ +[ 28252] By: nicholas on 2006/05/20 12:31:09 + Log: Rename cop_hints to cop_hints_hash + Branch: perl + ! cop.h mg.c op.c perl.c pod/perlintern.pod pp_ctl.c scope.c + ! scope.h sv.c +____________________________________________________________________________ +[ 28251] By: davem on 2006/05/20 11:58:07 + Log: Perl segfaults; test case available + sub f { s/$var/f()/e } could free the wrong RE + Branch: perl + ! cop.h pp_ctl.c pp_hot.c +____________________________________________________________________________ +[ 28250] By: nicholas on 2006/05/20 11:29:26 + Log: Abolish cop_arybase. Signal a non zero $[ with a hint flag, and store + the value in the hints structure used for %^H. + Branch: perl + ! cop.h embed.fnc embed.h global.sym hv.c op.c perl.h proto.h +____________________________________________________________________________ +[ 28249] By: nicholas on 2006/05/20 10:27:23 + Log: Solaris was happy, but change 28247 removed the wrong dTHX as far as + some other operating systems were concerned. + Branch: perl + ! perlio.c +____________________________________________________________________________ +[ 28248] By: davem on 2006/05/20 00:43:42 + Log: SEGV with complicated regexp and long string + PL_reg_maxiter was wrapping to a negative value + Branch: perl + ! op.c regexec.c +____________________________________________________________________________ +[ 28247] By: nicholas on 2006/05/19 22:48:38 + Log: Perl_croak() needs an aTHX_ in PerlIO_vsprintf(). + Branch: perl + ! perlio.c +____________________________________________________________________________ +[ 28246] By: mhx on 2006/05/19 22:11:44 + Log: There is no STASH type. + Branch: perl + ! sv.h +____________________________________________________________________________ +[ 28245] By: nicholas on 2006/05/19 21:44:14 + Log: Correct Perl_refcounted_he_chain_2hv() and its caller - it doesn't + store a reference to the value, so don't pass it in a new SV. + Branch: perl + ! hv.c mg.c pod/perlintern.pod +____________________________________________________________________________ +[ 28244] By: stevep on 2006/05/19 20:15:10 + Log: Grrr...Perforce decided not to add the MANIFEST changes for change + #28243. Hateful indeed! + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 28243] By: stevep on 2006/05/19 20:12:23 + Log: Shortening name of a Pod::Simple test case to allow the test to be + run on the VOS operating system. Fixes "RT #38645: Test case name + is too long". + Branch: perl + +> lib/Pod/Simple/t/search_25_glob_squaa.t + - lib/Pod/Simple/t/search_25_glob_squaa_coloncolon_kleene.t +____________________________________________________________________________ +[ 28242] By: nicholas on 2006/05/19 20:11:57 + Log: Rebuild perltoc.pod. + Branch: perl + ! pod/perltoc.pod +____________________________________________________________________________ +[ 28241] By: nicholas on 2006/05/19 20:10:47 + Log: Add perlpragma.pod, which describes how to implement user pragmata. + Branch: perl + + pod/perlpragma.pod + ! MANIFEST pod.lst pod/perl.pod vms/descrip_mms.template + ! win32/pod.mak +____________________________________________________________________________ +[ 28239] By: nicholas on 2006/05/19 20:08:46 + Log: Add README.riscos to pod.lst + Branch: perl + ! pod.lst pod/perl.pod vms/descrip_mms.template win32/Makefile + ! win32/makefile.mk +____________________________________________________________________________ +[ 28238] By: nicholas on 2006/05/19 20:08:21 + Log: pod/buildtoc has fussy ideas about the order of MANIFEST + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 28237] By: stevep on 2006/05/19 18:36:13 + Log: Subject: [PATCH] strlcat aaargh + From: Jarkko Hietaniemi + Date: Fri, 19 May 2006 20:44:46 +0300 + Message-ID: <446E040E.8030205@gmail.com> + Branch: perl + ! doio.c +____________________________________________________________________________ +[ 28236] By: nicholas on 2006/05/19 16:31:35 + Log: strlen(foo) rather than strchr(foo, 0) makes simpler code, and is + likely to be a more efficient implementation. + Branch: perl + ! perlio.c +____________________________________________________________________________ +[ 28235] By: davem on 2006/05/19 16:06:58 + Log: give a more useful example for $^V + Branch: perl + ! pod/perlvar.pod +____________________________________________________________________________ +[ 28234] By: rgs on 2006/05/19 15:17:00 + Log: Subject: [PATCH] Re: [PATCH] Re: Change 28183 has broken 64-bit builds? + From: Jarkko Hietaniemi + Date: Thu, 18 May 2006 22:44:14 +0300 + Message-ID: <446CCE8E.8010407@gmail.com> + Branch: perl + ! perl.h perlio.c util.c +____________________________________________________________________________ +[ 28232] By: rgs on 2006/05/19 08:46:09 + Log: Adjust test following change #28225 + Branch: perl + ! t/lib/h2ph.pht +____________________________________________________________________________ +[ 28231] By: davem on 2006/05/19 00:14:15 + Log: lots of warnings with diagnostics and (warn or die) + stop C outputing lots of 'uninit' + warnings. + Branch: perl + ! lib/diagnostics.pm +____________________________________________________________________________ +[ 28230] By: davem on 2006/05/18 23:50:51 + Log: test some die codepaths in pp_enterwrite + Branch: perl + ! t/op/write.t +____________________________________________________________________________ +[ 28229] By: davem on 2006/05/18 23:16:16 + Log: Subject: [PATCH] threads core dump in BEGIN + From: "Jerry D. Hedden" + Date: Thu, 18 May 2006 13:22:20 -0700 + Message-Id: <20060518132220.fb30e530d17747c2b054d625b8945d88.f45de90925.wbe@email.secureserver.net> + Branch: perl + + ext/threads/t/blocks.t + ! MANIFEST ext/threads/Changes ext/threads/README + ! ext/threads/threads.pm ext/threads/threads.xs +____________________________________________________________________________ +[ 28228] By: rgs on 2006/05/18 15:45:49 + Log: We can now remove DynaLoader from 1_compile.t + Branch: perl + ! t/lib/1_compile.t +____________________________________________________________________________ +[ 28227] By: rgs on 2006/05/18 15:43:25 + Log: Nits in the DynaLoader test: make it warning-clean, + and avoid checking OS- and locale-specific messages + Branch: perl + ! ext/DynaLoader/t/DynaLoader.t +____________________________________________________________________________ +[ 28226] By: stevep on 2006/05/18 15:16:40 + Log: Subject: [PATCH] Test script for DynaLoader + From: Sébastien Aperghis-Tramoni + Date: Thu, 18 May 2006 16:46:00 +0200 + Message-ID: <1147963560.446c88a8891e1@imp1-g19.free.fr> + Branch: perl + + ext/DynaLoader/t/DynaLoader.t + ! MANIFEST +____________________________________________________________________________ +[ 28225] By: rgs on 2006/05/18 12:52:34 + Log: Subject: [perl #39130] h2ph generates incorrect code for '#if defined A || defined B' + From: Jason Vas Dias (via RT) + Date: Thu, 11 May 2006 11:00:42 -0700 + Message-ID: + Branch: perl + ! utils/h2ph.PL +____________________________________________________________________________ +[ 28224] By: rgs on 2006/05/18 12:34:35 + Log: Subject: Re: [perl #39152] diagnostics.pm: "-traceonly" vs "-trace" + From: "Fergal Daly" + Date: Wed, 17 May 2006 18:59:50 +0100 + Message-ID: <875029960605171059y286fe449nd39d6830ef2b229a@mail.gmail.com> + Branch: perl + ! lib/diagnostics.pm +____________________________________________________________________________ +[ 28223] By: rgs on 2006/05/18 11:38:00 + Log: Subject: [PATCH] threads 1.28 + From: "Jerry D. Hedden" + Date: Wed, 17 May 2006 11:45:32 -0700 + Message-ID: <20060517114532.fb30e530d17747c2b054d625b8945d88.ca725822fc.wbe@email.secureserver.net> + Branch: perl + ! ext/threads/Changes ext/threads/README ext/threads/t/kill.t + ! ext/threads/threads.pm ext/threads/threads.xs +____________________________________________________________________________ +[ 28222] By: rgs on 2006/05/18 06:30:09 + Log: Adjust calling of Perl_va_copy(), noticed by Jarkko + Branch: perl + ! util.c +____________________________________________________________________________ +[ 28221] By: nicholas on 2006/05/17 23:13:51 + Log: Another SvVOK(). I believe that this is the last. + Branch: perl + ! util.c +____________________________________________________________________________ +[ 28219] By: rgs on 2006/05/17 21:01:54 + Log: Oops, missed a SvVOK. + Branch: perl + ! util.c +____________________________________________________________________________ +[ 28218] By: rgs on 2006/05/17 20:54:23 + Log: Add a new macro SvVSTRING_mg that returns vstring magic, if any. + SvVOK used to do that, in stealth mode, but now it returns a + boolean like it used to. Patch suggested by John Peacock. + Branch: perl + ! sv.c sv.h +____________________________________________________________________________ +[ 28217] By: rgs on 2006/05/17 19:55:30 + Log: Parenthesize uses of macro arguments + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 28216] By: rgs on 2006/05/17 19:50:54 + Log: Subject: Re: Change 28183 has broken 64-bit builds? + From: Jarkko Hietaniemi + Date: Wed, 17 May 2006 22:19:51 +0300 + Message-ID: <446B7757.8030301@gmail.com> + Branch: perl + ! perl.h perlio.c pod/perlapi.pod util.c +____________________________________________________________________________ +[ 28215] By: steveh on 2006/05/17 17:06:26 + Log: Subject: Re: [perl #39145] win32, @_ and fork crashing in dounwind + From: Dave Mitchell + Date: Wed, 17 May 2006 17:38:16 +0100 + Message-ID: <20060517163816.GN17109@iabyn.com> + + (Dave's fix, plus a test taken from [perl #39145]) + Branch: perl + ! sv.c t/op/fork.t +____________________________________________________________________________ +[ 28214] By: stevep on 2006/05/17 15:02:45 + Log: Subject: [PATCH] IO::Compress* 2.000_12 + From: "Paul Marquess" + Date: Wed, 17 May 2006 13:45:16 +0100 + Message-ID: <00c101c679af$c0305af0$2405140a@myopwv.com> + Branch: perl + + ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Extra.pm + + ext/Compress/Raw/Zlib/Changes + ! MANIFEST ext/Compress/IO/Base/README + ! ext/Compress/IO/Base/lib/IO/Compress/Base.pm + ! ext/Compress/IO/Base/lib/IO/Compress/Base/Common.pm + ! ext/Compress/IO/Base/lib/IO/Uncompress/AnyUncompress.pm + ! ext/Compress/IO/Base/lib/IO/Uncompress/Base.pm + ! ext/Compress/IO/Base/t/01misc.t ext/Compress/IO/Zlib/Changes + ! ext/Compress/IO/Zlib/README + ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Deflate.pm + ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Identity.pm + ! ext/Compress/IO/Zlib/lib/IO/Compress/Deflate.pm + ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip.pm + ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip/Constants.pm + ! ext/Compress/IO/Zlib/lib/IO/Compress/RawDeflate.pm + ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip.pm + ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip/Constants.pm + ! ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Constants.pm + ! ext/Compress/IO/Zlib/lib/IO/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/t/004gziphdr.t + ! ext/Compress/IO/Zlib/t/101truncate-zip.t + ! 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 + ! t/lib/compress/CompTestUtils.pm x2p/find2perl.PL +____________________________________________________________________________ +[ 28210] By: nicholas on 2006/05/16 16:41:45 + Log: Revert change 27513 + [Make the original versions of relocated paths available from + %Config::Config with the prefix "raw_". Not sure if "raw_" is the + best choice.] + Branch: perl + ! configpm +____________________________________________________________________________ +[ 28209] By: rgs on 2006/05/16 16:14:46 + Log: Subject: Re: [PATCH] upgrade bytes_to_uni + From: SADAHIRO Tomoyuki + Date: Mon, 15 May 2006 22:39:58 +0900 + Message-Id: <20060515223901.F3B0.BQW10602@nifty.com> + Branch: perl + ! pp_pack.c +____________________________________________________________________________ +[ 28206] By: rgs on 2006/05/16 13:14:12 + Log: Subject: [PATCH] Refactoring reghops + From: andy@petdance.com (Andy Lester) + Date: Mon, 15 May 2006 08:54:24 -0500 + Message-ID: <20060515135424.GA31585@petdance.com> + Branch: perl + ! embed.fnc proto.h regexec.c +____________________________________________________________________________ +[ 28205] By: rgs on 2006/05/16 13:09:17 + Log: Subject: [PATCH] refactoring out S_regoptail + From: andy@petdance.com (Andy Lester) + Date: Sun, 14 May 2006 23:15:18 -0500 + Message-ID: <20060515041518.GA15745@petdance.com> + Branch: perl + ! embed.fnc embed.h proto.h regcomp.c +____________________________________________________________________________ +[ 28202] By: nicholas on 2006/05/16 10:00:55 + Log: Take advantage of the bug that binexp ignores the Configure + installprefix, by using initialinstalllocation rather than binexp + to determine the #! line for installed scripts. This way they are at + least correct initially for a relocatable @INC perl, rather than + starting as .../../bin/perl + Branch: perl + ! Configure +____________________________________________________________________________ +[ 28200] By: stevep on 2006/05/15 16:43:44 + Log: Clarification on what Perl does to floating points in the modulus + operation. + Branch: perl + ! pod/perlop.pod +____________________________________________________________________________ +[ 28198] By: nicholas on 2006/05/15 15:11:15 + Log: Encode run-time relocation of file names in packlist with a relocate_as + attribute. With this, unmodified instmodsh correctly verifies installed + modules even after relocation. + Branch: perl + ! lib/ExtUtils/Packlist.pm +____________________________________________________________________________ +[ 28197] By: stevep on 2006/05/15 14:13:46 + Log: Upgrade to Digest-SHA-5.37 + Branch: perl + ! ext/Digest/SHA/Changes ext/Digest/SHA/README + ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/bin/shasum + ! ext/Digest/SHA/src/hmac.c ext/Digest/SHA/src/hmac.h + ! ext/Digest/SHA/src/sha.c ext/Digest/SHA/src/sha.h +____________________________________________________________________________ +[ 28196] By: nicholas on 2006/05/15 13:57:25 + Log: Simplify the implementation in ExtUtils::Packlist::read. + Branch: perl + ! lib/ExtUtils/Packlist.pm +____________________________________________________________________________ +[ 28195] By: rgs on 2006/05/15 11:29:59 + Log: Subject: [REPATCH universal.c] Make sv_derived_from Documentation Clearer + From: chromatic + Date: Sun, 14 May 2006 16:51:36 -0700 + Message-Id: <200605141651.37181.chromatic@wgz.org> + Branch: perl + ! pod/perlapi.pod universal.c +____________________________________________________________________________ +[ 28194] By: rgs on 2006/05/15 09:43:02 + Log: Subject: [PATCH] S_reguni should return its length + From: andy@petdance.com (Andy Lester) + Date: Sun, 14 May 2006 09:46:32 -0500 + Message-ID: <20060514144632.GA20935@petdance.com> + Branch: perl + ! embed.fnc embed.h proto.h regcomp.c +____________________________________________________________________________ +[ 28193] By: rgs on 2006/05/15 08:33:53 + Log: Subject: [PATCH] strange encodings upsets pp_chr + From: SADAHIRO Tomoyuki + Date: Sun, 14 May 2006 19:57:28 +0900 + Message-Id: <20060514195532.5422.BQW10602@nifty.com> + Branch: perl + + t/uni/chr.t + ! MANIFEST pp.c t/op/chr.t t/op/ord.t +____________________________________________________________________________ +[ 28192] By: nicholas on 2006/05/14 12:27:19 + Log: TEST needs to binmode the file handle that is reading the TAP, else it + can get killed if TEST's environment has made it default all opens to + UTF-8 but the TAP is not UTF-8. + Branch: perl + ! t/TEST +____________________________________________________________________________ +[ 28190] By: nicholas on 2006/05/14 10:33:39 + Log: Upgrade to Test::Harness 2.58. + Branch: perl + ! lib/Test/Harness.pm +____________________________________________________________________________ +[ 28189] By: nicholas on 2006/05/13 15:48:24 + Log: A Configure probe for C99 variadic macros, based on code from Jarkko. + Branch: perl + ! Configure Cross/config.sh-arm-linux NetWare/config.wc + ! Porting/Glossary config_h.SH configure.com epoc/config.sh + ! plan9/config_sh.sample symbian/config.sh uconfig.sh + ! win32/config.bc win32/config.gc win32/config.vc + ! win32/config.vc64 +____________________________________________________________________________ +[ 28188] By: nicholas on 2006/05/13 12:57:50 + Log: Only ask about MAD for 5.9.0 and greater. Otherwise silently select + 'n'. + Branch: perl + ! Configure +____________________________________________________________________________ +[ 28187] By: nicholas on 2006/05/13 11:26:04 + Log: Subject: t/uni/overload.t + From: Jarkko Hietaniemi + Message-ID: <4465988C.9080407@gmail.com> + Date: Sat, 13 May 2006 11:27:56 +0300 + Branch: perl + ! t/uni/overload.t +____________________________________________________________________________ +[ 28186] By: nicholas on 2006/05/13 10:36:49 + Log: Subject: [PATCH] sv.c: printf %d wants int not size_t + From: Jarkko Hietaniemi + Message-Id: <200605130715.k4D7FWg3089581@kosh.hut.fi> + Date: Sat, 13 May 2006 10:15:32 +0300 (EEST) + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 28185] By: nicholas on 2006/05/13 10:36:18 + Log: Can't do require Foo if $tainted; because taint tunnels. + (Documented, but I regard this as a serious practical deficiency in + tainting) + Branch: perl + ! lib/Tie/RefHash.pm +____________________________________________________________________________ +[ 28183] By: rgs on 2006/05/12 20:57:07 + Log: Subject: Re: [PATCH] my_snprintf + From: Jarkko Hietaniemi + Date: Fri, 12 May 2006 22:28:49 +0300 + Message-ID: <4464E1F1.9010706@gmail.com> + Branch: perl + ! embed.fnc global.sym perl.h perlio.c pod/perlapi.pod pp_ctl.c + ! proto.h regcomp.c sv.c toke.c universal.c util.c +____________________________________________________________________________ +[ 28181] By: rgs on 2006/05/12 16:55:36 + Log: Subject: AW: question on "len item/string item" with unpack() + From: "Dintelmann, Peter" + Date: Fri, 5 May 2006 13:20:24 +0200 + Message-ID: + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 28180] By: rgs on 2006/05/12 15:48:43 + Log: Subject: [PATCH] upgrade bytes_to_uni + From: andy@petdance.com (Andy Lester) + Date: Fri, 12 May 2006 00:21:23 -0500 + Message-ID: <20060512052123.GA21648@petdance.com> + Branch: perl + ! embed.fnc embed.h pp_pack.c proto.h +____________________________________________________________________________ +[ 28179] By: rgs on 2006/05/12 14:33:40 + Log: Subject: [PATCH] Proper use of static funcs in toke.c and pp_sys.c + From: andy@petdance.com (Andy Lester) + Date: Tue, 9 May 2006 12:27:30 -0500 + Message-ID: <20060509172730.GA5272@petdance.com> + Branch: perl + ! embed.fnc embed.h pp_sys.c proto.h toke.c +____________________________________________________________________________ +[ 28178] By: nicholas on 2006/05/12 14:08:45 + Log: The upgrade/croak order in Perl_sv_utf8_encode() seemed utterly + backwards. It now checks for readonly *first*. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 28177] By: rgs on 2006/05/12 13:09:29 + Log: Upgrade to Tie::RefHash 1.34, by Yuval Kogman + Branch: perl + + lib/Tie/RefHash/rebless.t lib/Tie/RefHash/storable.t + ! MANIFEST lib/Tie/RefHash.pm lib/Tie/RefHash/refhash.t + ! lib/Tie/RefHash/threaded.t +____________________________________________________________________________ +[ 28176] By: rgs on 2006/05/12 12:23:03 + Log: Subject: [PATCH] Speed up utf8.c a bit + From: andy@petdance.com (Andy Lester) + Date: Thu, 11 May 2006 22:41:01 -0500 + Message-ID: <20060512034101.GA10709@petdance.com> + Branch: perl + ! utf8.c +____________________________________________________________________________ +[ 28175] By: rgs on 2006/05/12 12:13:03 + Log: Subject: [PATCH] Fixing embed.fnc + From: andy@petdance.com (Andy Lester) + Date: Thu, 11 May 2006 21:54:10 -0500 + Message-ID: <20060512025410.GA32709@petdance.com> + Branch: perl + ! embed.fnc proto.h +____________________________________________________________________________ +[ 28174] By: nicholas on 2006/05/12 11:47:40 + Log: Threads and signals. Delicious. Tweak change 28168 to add a local + signal handler in the sleeping thread, because some operating systems + deliver the SIGINT to that thread rather than the signalling thread. + Branch: perl + ! ext/threads/t/kill.t +____________________________________________________________________________ +[ 28173] By: rgs on 2006/05/12 11:40:51 + Log: Subject: [PATCH] Better unsafe signals info in threads.pm + From: "Jerry D. Hedden" + Date: Thu, 11 May 2006 11:50:15 -0700 + Message-ID: <20060511115015.fb30e530d17747c2b054d625b8945d88.8b4855700b.wbe@email.secureserver.net> + Branch: perl + ! ext/threads/threads.pm +____________________________________________________________________________ +[ 28172] By: nicholas on 2006/05/12 09:47:29 + Log: Fix concise-xs.t following the changes to B::Deparse. + Branch: perl + ! ext/B/t/concise-xs.t +____________________________________________________________________________ +[ 28171] By: nicholas on 2006/05/11 21:44:06 + Log: Tk spots that S_glob_2pv might be called from *_nolen, so we need to + check that len is non-NULL before assigning to it. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 28168] By: rgs on 2006/05/11 16:47:33 + Log: Subject: [PATCH] Thread signalling [REVISED] + From: "Jerry D. Hedden" + Date: Thu, 11 May 2006 08:55:39 -0700 + Message-ID: <20060511085539.fb30e530d17747c2b054d625b8945d88.a90037f085.wbe@email.secureserver.net> + Branch: perl + + ext/threads/t/kill.t + ! MANIFEST ext/threads/Changes ext/threads/Makefile.PL + ! ext/threads/threads.pm ext/threads/threads.xs +____________________________________________________________________________ +[ 28166] By: rgs on 2006/05/11 16:06:06 + Log: Deparse state variables. + Branch: perl + ! ext/B/B/Deparse.pm +____________________________________________________________________________ +[ 28156] By: stevep on 2006/05/11 00:09:53 + Log: Adding a mention of STDIN processing by qx// as requested by + RT #34288: perlop: qx/STRING/: mention STDIN + Branch: perl + ! pod/perlop.pod +____________________________________________________________________________ +[ 28155] By: stevep on 2006/05/10 23:02:20 + Log: Add -fno-delete-null-pointer-checks to ccflags on Itaniums when + compiling with gcc's 3.2, 3.3, or 3.4. This fixes RT #37156. + Branch: perl + ! hints/linux.sh +____________________________________________________________________________ +[ 28152] By: stevep on 2006/05/10 15:03:03 + Log: Upgrade to Encode-2.17 + Branch: perl + ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/encoding.pm +____________________________________________________________________________ +[ 28150] By: nicholas on 2006/05/10 14:08:43 + Log: no 5.9.4; should fail in version 5.9.4. + Improve the diagnostics and test names in t/comp/use.t + Branch: perl + ! pp_ctl.c t/comp/use.t +____________________________________________________________________________ +[ 28149] By: nicholas on 2006/05/10 13:08:49 + Log: Convert use.t to an inlined is/isnt/like implementation, to give better + diagnostics. + Branch: perl + ! t/comp/use.t +____________________________________________________________________________ +[ 28148] By: davem on 2006/05/10 01:32:10 + Log: disable WARN and DIE hooks during constant folding + Branch: perl + ! op.c t/comp/fold.t util.c warnings.h warnings.pl +____________________________________________________________________________ +[ 28146] By: nicholas on 2006/05/09 21:42:18 + Log: Change 28145 means that Perl_allocmy() can take a const char *name. + Branch: perl + ! embed.fnc op.c proto.h +____________________________________________________________________________ +[ 28145] By: nicholas on 2006/05/09 20:42:03 + Log: Simplify the non-printable name error reporting code in Perl_allocmy(). + Branch: perl + ! op.c +____________________________________________________________________________ +[ 28144] By: nicholas on 2006/05/09 20:10:12 + Log: In Perl_Gv_AMupdate(), there's no need to call sv_unmagic() if we know + the magic isn't there. + Branch: perl + ! gv.c +____________________________________________________________________________ +[ 28143] By: nicholas on 2006/05/09 19:31:04 + Log: Gv_AMupdate() always creates magic, so mg can never be NULL. + Branch: perl + ! gv.c +____________________________________________________________________________ +[ 28142] By: nicholas on 2006/05/09 16:35:25 + Log: Two signed array indicies that Coverity spots should be unsigned. + Branch: perl + ! ext/POSIX/POSIX.xs +____________________________________________________________________________ +[ 28141] By: nicholas on 2006/05/09 16:04:25 + Log: Ressurect change 27824, which plugs a resource leak in uncalled code. + Branch: perl + ! ext/Encode/Encode.xs +____________________________________________________________________________ +[ 28140] By: rgs on 2006/05/09 15:23:55 + Log: Subject: wince crosscompile patch for 28132 + From: Vadim + Date: Tue, 09 May 2006 15:09:43 +0400 + Message-ID: <44607877.90603@vkonovalov.ru> + Branch: perl + ! INSTALL perl.h perlio.c win32/Makefile.ce win32/config.ce + ! win32/config_H.ce +____________________________________________________________________________ +[ 28139] By: rgs on 2006/05/09 14:03:30 + Log: POD fixes + Branch: perl + ! lib/DBM_Filter/compress.pm lib/DBM_Filter/encode.pm + ! lib/DBM_Filter/int32.pm lib/DBM_Filter/null.pm + ! lib/DBM_Filter/utf8.pm +____________________________________________________________________________ +[ 28138] By: rgs on 2006/05/09 13:45:43 + Log: Subject: Re: [PATCH] ext/IPC/SysV/t/ipcsysv.t using test.pl + From: David Landgren + Date: Tue, 09 May 2006 13:03:22 +0200 + Message-ID: <446076FA.6010409@landgren.net> + Branch: perl + ! ext/IPC/SysV/t/sem.t +____________________________________________________________________________ +[ 28137] By: rgs on 2006/05/09 13:18:34 + Log: Fix another Coverity problem by adding an assert that says that + some string we got from the lexer is null-terminated + Branch: perl + ! op.c +____________________________________________________________________________ +[ 28136] By: rgs on 2006/05/09 13:10:01 + Log: Fix a logic error in conditional found by Coverity + Branch: perl + ! op.c +____________________________________________________________________________ +[ 28135] By: davem on 2006/05/09 11:43:55 + Log: allow exit during fold_constants + eg BEGIN { $SIG{__WARN__} = sub{exit};} "a" == "b" + Branch: perl + ! op.c +____________________________________________________________________________ +[ 28134] By: steveh on 2006/05/09 08:04:29 + Log: Subject: [PATCH] 'threads' patch to fix threaded build on Win32 + From: "Jerry D. Hedden" + Date: Mon, 08 May 2006 10:23:33 -0700 + Message-ID: <20060508102333.fb30e530d17747c2b054d625b8945d88.1e447744fc.wbe@email.secureserver.net> + Branch: perl + ! ext/threads/Changes ext/threads/README ext/threads/threads.pm + ! ext/threads/threads.xs +____________________________________________________________________________ +[ 28133] By: rgs on 2006/05/09 07:27:37 + Log: Subject: perlop.pod doc patch: I/O operators + From: Ash Berlin + Date: Sat, 06 May 2006 14:16:00 +0100 + Message-ID: <445CA190.1070105@cpan.org> + Branch: perl + ! pod/perlop.pod +____________________________________________________________________________ +[ 28132] By: stevep on 2006/05/09 02:16:18 + Log: Subject: [PATCH] PERL_MEM_LOG enhancements + From: Jarkko Hietaniemi + Date: Sat, 06 May 2006 11:21:02 +0300 + Message-ID: <445C5C6E.6070201@gmail.com> + Branch: perl + ! util.c +____________________________________________________________________________ +[ 28131] By: nicholas on 2006/05/08 21:11:37 + Log: Subject: [PATCH] ext/IPC/SysV/t/ipcsysv.t using test.pl + From: David Landgren + Message-ID: <445B694B.8060901@landgren.net> + Date: Fri, 05 May 2006 17:03:39 +0200 + + Subject: Re: [PATCH] ext/IPC/SysV/t/sem.t using test.pl + From: David Landgren + Message-ID: <445B75EF.3000100@landgren.net> + Date: Fri, 05 May 2006 17:57:35 +0200 + Branch: perl + ! ext/IPC/SysV/t/ipcsysv.t ext/IPC/SysV/t/sem.t +____________________________________________________________________________ +[ 28127] By: stevep on 2006/05/08 19:01:56 + Log: Rename lib/Text/Balanced/t/00.load.t to + lib/Text/Balanced/t/00-load.t and restore a test to + lib/Text/Balanced/t/extmul.t. + Branch: perl + +> lib/Text/Balanced/t/00-load.t + - lib/Text/Balanced/t/00.load.t + ! MANIFEST lib/Text/Balanced/t/extmul.t +____________________________________________________________________________ +[ 28126] By: stevep on 2006/05/08 18:46:16 + Log: Version bump and typo fix from change #28125. + Branch: perl + ! lib/Text/Balanced.pm +____________________________________________________________________________ +[ 28125] By: stevep on 2006/05/08 18:37:47 + Log: Rollback two changes in Text::Balanced which cause test failures in the + CPAN and bleadperl version of the tests. Also, the previous bleadperl + version of one test file is a bit more comprehensive than what was in + CPAN, so it has been completely restored. + Branch: perl + ! lib/Text/Balanced.pm lib/Text/Balanced/t/extqlk.t +____________________________________________________________________________ +[ 28122] By: stevep on 2006/05/08 16:47:39 + Log: Upgrade to Digest-SHA-5.36. Actually bumped to 5.36_01 as + change #27352 has not yet been applied to the CPAN version. + Branch: perl + ! ext/Digest/SHA/Changes ext/Digest/SHA/Makefile.PL + ! ext/Digest/SHA/README ext/Digest/SHA/SHA.pm + ! ext/Digest/SHA/bin/shasum ext/Digest/SHA/src/hmac.c + ! ext/Digest/SHA/src/hmac.h ext/Digest/SHA/src/sha.c + ! ext/Digest/SHA/src/sha.h ext/Digest/SHA/t/nist/Readme.txt + ! ext/Digest/SHA/t/nist/bit-hashes.sha1 + ! ext/Digest/SHA/t/nist/bit-messages.sha1 + ! ext/Digest/SHA/t/nist/byte-hashes.sha1 + ! ext/Digest/SHA/t/nist/byte-messages.sha1 +____________________________________________________________________________ +[ 28118] By: nicholas on 2006/05/08 11:23:15 + Log: Tie::RefHash is now dual life, maintained by Yuval Kogman. + Branch: perl + ! Porting/Maintainers.pl +____________________________________________________________________________ +[ 28116] By: merijn on 2006/05/07 14:18:45 + Log: Remvove code that gets undone in the next line. + Keep the documentation part. + Branch: perl + ! hints/hpux.sh +____________________________________________________________________________ +[ 28108] By: stevep on 2006/05/05 16:26:48 + Log: These Module::Build tests depended on STDIN. Unfortunately, cron + closes STDIN, so these build failures were only seen while + running smokes through cron. + Branch: perl + ! lib/Module/Build/t/extend.t +____________________________________________________________________________ +[ 28106] By: rgs on 2006/05/05 12:48:19 + Log: Implement state array and state hashes. Initialisation assignment + to state arrays or hashes is not implemented yet. + Branch: perl + ! ext/B/B/Concise.pm pp.c t/op/state.t +____________________________________________________________________________ +[ 28105] By: stevep on 2006/05/05 12:40:41 + Log: Upgrade to Text-Balanced-1.98 + Branch: perl + + lib/Text/Balanced/t/00.load.t + + lib/Text/Balanced/t/pod-coverage.t lib/Text/Balanced/t/pod.t + ! MANIFEST lib/Text/Balanced.pm lib/Text/Balanced/Changes + ! lib/Text/Balanced/t/extcbk.t lib/Text/Balanced/t/extmul.t + ! lib/Text/Balanced/t/extqlk.t lib/Text/Balanced/t/exttag.t + ! lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t +____________________________________________________________________________ +[ 28104] By: rgs on 2006/05/05 11:32:36 + Log: Subject: [PATCH] threads - stack size support + From: "Jerry D. Hedden" + Date: Thu, 04 May 2006 10:07:58 -0700 + Message-ID: <20060504100758.fb30e530d17747c2b054d625b8945d88.1ee893a99c.wbe@email.secureserver.net> + Branch: perl + + ext/threads/t/stack.t ext/threads/t/stack_env.t + ! MANIFEST ext/threads/Changes ext/threads/README + ! ext/threads/threads.pm ext/threads/threads.xs +____________________________________________________________________________ +[ 28103] By: stevep on 2006/05/05 01:26:08 + Log: Teach checkAUTHORS.pl about Sarathy's new email address. + Branch: perl + ! Porting/checkAUTHORS.pl +____________________________________________________________________________ +[ 28102] By: stevep on 2006/05/05 01:12:41 + Log: Subject: [PATCH] Email address changes + From: "Jan Dubois" + Date: Thu, 4 May 2006 15:28:19 -0700 + Message-ID: <007101c66fca$0b651a50$2217a8c0@candy> + Branch: perl + ! AUTHORS +____________________________________________________________________________ +[ 28101] By: stevep on 2006/05/04 20:03:42 + Log: Upgrade to ExtUtils-Install-1.40 + Branch: perl + ! lib/ExtUtils/Install.pm +____________________________________________________________________________ +[ 28100] By: rgs on 2006/05/04 16:37:28 + Log: Subject: RE: [PATCH-for-28089] wince yet another step + From: "Konovalov, Vadim Vladimirovich (Vadim)** CTR **" + Date: Thu, 4 May 2006 17:32:12 +0200 + Message-ID: + Branch: perl + ! README.ce win32/perllib.c win32/vmem.h win32/win32.h +____________________________________________________________________________ +[ 28099] By: rgs on 2006/05/04 12:51:51 + Log: Subject: [PATCH] threads - formatting [REVISED] + From: "Jerry D. Hedden" + Date: Wed, 03 May 2006 12:34:34 -0700 + Message-ID: <20060503123433.fb30e530d17747c2b054d625b8945d88.d352e5da51.wbe@email.secureserver.net> + Branch: perl + ! ext/threads/README ext/threads/t/basic.t ext/threads/t/end.t + ! ext/threads/t/join.t ext/threads/t/libc.t ext/threads/t/list.t + ! ext/threads/t/problems.t ext/threads/t/stress_cv.t + ! ext/threads/t/stress_re.t ext/threads/t/stress_string.t + ! ext/threads/t/thread.t ext/threads/threads.pm + ! ext/threads/threads.xs +____________________________________________________________________________ +[ 28098] By: rgs on 2006/05/04 12:06:33 + Log: Upgrade to Encode 2.16 + Branch: perl + ! ext/Encode/Byte/Byte.pm ext/Encode/Byte/Makefile.PL + ! ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL + ! ext/Encode/Changes ext/Encode/EBCDIC/EBCDIC.pm + ! ext/Encode/EBCDIC/Makefile.PL ext/Encode/Encode.pm + ! ext/Encode/Encode.xs ext/Encode/Encode/Makefile_PL.e2x + ! ext/Encode/Encode/encode.h ext/Encode/JP/JP.pm + ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm + ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL + ! ext/Encode/Symbol/Makefile.PL ext/Encode/Symbol/Symbol.pm + ! ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm + ! ext/Encode/Unicode/Makefile.PL ext/Encode/Unicode/Unicode.pm + ! ext/Encode/Unicode/Unicode.xs ext/Encode/bin/enc2xs + ! ext/Encode/bin/piconv ext/Encode/bin/ucm2table + ! ext/Encode/bin/ucmlint ext/Encode/bin/ucmsort + ! ext/Encode/bin/unidump ext/Encode/encengine.c + ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm + ! ext/Encode/lib/Encode/CJKConstants.pm + ! ext/Encode/lib/Encode/CN/HZ.pm ext/Encode/lib/Encode/Config.pm + ! ext/Encode/lib/Encode/Encoder.pm + ! ext/Encode/lib/Encode/Encoding.pm + ! ext/Encode/lib/Encode/Guess.pm ext/Encode/lib/Encode/JP/H2Z.pm + ! ext/Encode/lib/Encode/JP/JIS7.pm + ! ext/Encode/lib/Encode/KR/2022_KR.pm + ! ext/Encode/lib/Encode/MIME/Header.pm + ! ext/Encode/lib/Encode/MIME/Header/ISO_2022_JP.pm + ! ext/Encode/lib/Encode/PerlIO.pod + ! ext/Encode/lib/Encode/Unicode/UTF7.pm ext/Encode/t/Aliases.t + ! ext/Encode/t/CJKT.t ext/Encode/t/Encode.t + ! ext/Encode/t/Unicode.t ext/Encode/t/at-cn.t + ! ext/Encode/t/at-tw.t ext/Encode/t/enc_data.t + ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_module.t + ! ext/Encode/t/enc_utf8.t ext/Encode/t/encoding.t + ! ext/Encode/t/fallback.t ext/Encode/t/guess.t + ! ext/Encode/t/jperl.t ext/Encode/t/mime-header.t + ! ext/Encode/t/mime_header_iso2022jp.t ext/Encode/t/perlio.t + ! ext/Encode/t/rt.pl ext/Encode/t/unibench.pl + ! ext/Encode/t/utf8strict.t +____________________________________________________________________________ +[ 28097] By: rgs on 2006/05/04 11:32:05 + Log: Resubmit change #28095 + Branch: perl + ! t/op/grep.t +____________________________________________________________________________ +[ 28096] By: steveh on 2006/05/04 11:22:04 + Log: Subject: [PATCH-for-28089] wince yet another step + From: "Konovalov, Vadim Vladimirovich (Vadim)** CTR **" + Date: Thu, 4 May 2006 13:04:45 +0200 + Message-ID: + Branch: perl + ! win32/Makefile.ce +____________________________________________________________________________ +[ 28095] By: rgs on 2006/05/04 10:00:14 + Log: Subject: [PATCH] t/op/grep.t using test.pl + From: David Landgren + Date: Wed, 03 May 2006 15:53:38 +0200 + Message-ID: <4458B5E2.7090103@landgren.net> + Branch: perl + ! t/op/grep.t +____________________________________________________________________________ +[ 28094] By: rgs on 2006/05/04 09:58:28 + Log: Subject: [PATCH] t/op/context.t using test.pl + From: David Landgren + Date: Wed, 03 May 2006 16:20:40 +0200 + Message-ID: <4458BC38.6050600@landgren.net> + Branch: perl + ! t/op/context.t +____________________________________________________________________________ +[ 28093] By: rgs on 2006/05/04 09:56:56 + Log: Subject: [PATCH] t/op/list.t using test.pl + From: David Landgren + Date: Wed, 03 May 2006 19:40:40 +0200 + Message-ID: <4458EB18.8070904@landgren.net> + Branch: perl + ! t/op/list.t +____________________________________________________________________________ +[ 28092] By: rgs on 2006/05/04 09:43:51 + Log: Document order of evaluation for the comma operator + + Subject: [PATCH] Re: Kill select((select(OUTPUT_HANDLE), $| = 1)[0]); + From: Paul Johnson + Date: Wed, 26 Apr 2006 22:38:43 +0200 + Message-ID: <20060426203843.GE21543@pjcj.net> + Branch: perl + ! pod/perlop.pod +____________________________________________________________________________ +[ 28091] By: steveh on 2006/05/04 08:24:06 + Log: Subject: RE: [PATCH] Implement ${^WIN32_SLOPPY_STAT} + From: "Jan Dubois" + Date: Wed, 3 May 2006 12:41:23 -0700 + Message-ID: <013f01c66ee9$8f1437a0$d045a8c0@candy> + Branch: perl + ! pod/perlport.pod +____________________________________________________________________________ +[ 28090] By: rgs on 2006/05/04 07:42:27 + Log: Another test for state variables and closures, + adapted from a Perl 6 example, pointed out by + Joshua "Limbic_Region" Gatcomb + Branch: perl + ! t/op/state.t +____________________________________________________________________________ +[ 28089] By: rgs on 2006/05/03 22:49:14 + Log: Ensure that C<(state $x) = $y> is not a state assignment + (due to the parentheses that make it a regular assignment + to a variable declared inside a list) + Branch: perl + ! t/op/state.t +____________________________________________________________________________ +[ 28088] By: rgs on 2006/05/03 22:40:28 + Log: New test case for state variables with ties, suggested by Nicholas + Branch: perl + ! t/op/state.t +____________________________________________________________________________ +[ 28087] By: rgs on 2006/05/03 22:01:41 + Log: Add "state" feature + Branch: perl + ! lib/feature.pm perl_keyword.pl t/op/state.t toke.c +____________________________________________________________________________ +[ 28086] By: rgs on 2006/05/03 21:46:02 + Log: Introduce a new keyword, state, for state variables. + Branch: perl + + t/op/state.t + ! MANIFEST dump.c embed.fnc embed.h ext/B/B/Concise.pm + ! ext/B/t/concise-xs.t keywords.h keywords.pl op.c op.h pad.c + ! perl.h perl_keyword.pl pod/perlintern.pod pp_hot.c proto.h + ! sv.h toke.c +____________________________________________________________________________ +[ 28085] By: rgs on 2006/05/03 19:15:00 + Log: Subject: [PATCH] wince another step + From: "Konovalov, Vadim Vladimirovich (Vadim)** CTR **" + Date: Wed, 3 May 2006 20:11:11 +0200 + Message-ID: + Branch: perl + - win32/xconfig.h + ! MANIFEST win32/Makefile.ce +____________________________________________________________________________ +[ 28084] By: rgs on 2006/05/03 19:10:29 + Log: Subject: [PATCH] Clarify hard link support on Windows + From: "Jan Dubois" + Date: Wed, 3 May 2006 11:30:03 -0700 + Message-ID: <013a01c66edf$982ebcc0$d045a8c0@candy> + Branch: perl + ! pod/perlport.pod +____________________________________________________________________________ +[ 28083] By: rgs on 2006/05/03 19:06:26 + Log: Subject: RE: [PATCH] Implement ${^WIN32_SLOPPY_STAT} + From: "Jan Dubois" + Date: Wed, 3 May 2006 11:18:30 -0700 + Message-ID: <013901c66edd$fb8ae750$d045a8c0@candy> + Branch: perl + ! pod/perlvar.pod +____________________________________________________________________________ +[ 28082] By: stevep on 2006/05/03 17:56:37 + Log: Upgrade to CGI-3.20 + Branch: perl + ! lib/CGI.pm lib/CGI/Changes lib/CGI/Cookie.pm + ! lib/CGI/t/cookie.t lib/CGI/t/function.t +____________________________________________________________________________ +[ 28081] By: rgs on 2006/05/03 16:24:04 + Log: Subject: [PATCH] more logic localizations + From: andy@petdance.com (Andy Lester) + Date: Tue, 11 Apr 2006 14:14:45 -0500 + Message-ID: <20060411191445.GA4938@petdance.com> + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 28080] By: rgs on 2006/05/03 16:09:48 + Log: Subject: -Dmad breaks a few tests + From: Sébastien Aperghis-Tramoni + Date: Tue, 2 May 2006 01:37:03 +0200 + Message-Id: <64F8ECEA-D96B-11DA-AA80-000502F3279F@free.fr> + + (part of, with tweaks) + Branch: perl + ! t/op/incfilter.t +____________________________________________________________________________ +[ 28079] By: rgs on 2006/05/03 09:04:30 + Log: Subject: [PATCH] Remove an unnecessary goto + From: andy@petdance.com (Andy Lester) + Date: Wed, 3 May 2006 00:54:30 -0500 + Message-ID: <20060503055430.GA4922@petdance.com> + Branch: perl + ! op.c +____________________________________________________________________________ +[ 28078] By: rgs on 2006/05/03 09:00:39 + Log: Subject: [PATCH] optimize S_find_array_subscript + From: andy@petdance.com (Andy Lester) + Date: Tue, 2 May 2006 21:09:08 -0500 + Message-ID: <20060503020908.GA2234@petdance.com> + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 28077] By: rgs on 2006/05/03 08:57:45 + Log: Subject: [PATCH] clean up loops in doio.c and dump.c + From: andy@petdance.com (Andy Lester) + Date: Tue, 2 May 2006 13:38:15 -0500 + Message-ID: <20060502183815.GA7979@petdance.com> + Branch: perl + ! doio.c dump.c embed.fnc embed.h proto.h +____________________________________________________________________________ +[ 28076] By: rgs on 2006/05/03 08:52:01 + Log: Subject: [PATCH] pp_sys.c: U8* cast + From: Jarkko Hietaniemi + Date: Tue, 2 May 2006 20:04:33 +0300 (EEST) + Message-Id: <200605021704.k42H4XIh255652@kosh.hut.fi> + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 28075] By: rgs on 2006/05/03 08:51:14 + Log: Subject: [PATCH] hv.c: do zeroing via mem wrap check + From: Jarkko Hietaniemi + Date: Tue, 2 May 2006 20:03:01 +0300 (EEST) + Message-Id: <200605021703.k42H31PF216868@kosh.hut.fi> + Branch: perl + ! hv.c +____________________________________________________________________________ +[ 28074] By: rgs on 2006/05/03 08:38:39 + Log: Subject: [PATCH] microperl update + From: Jarkko Hietaniemi + Date: Wed, 03 May 2006 08:20:31 +0300 + Message-ID: <44583D9F.8060401@gmail.com> + Branch: perl + ! Makefile.micro README.micro uconfig.h uconfig.sh +____________________________________________________________________________ +[ 28073] By: steveh on 2006/05/03 08:25:27 + Log: Make Perl_unshare_hek visible to core extensions without being public + + See the comments in: + http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-04/msg00480.html + (which were put into practice in changes #27800 and #27848) + Branch: perl + ! embed.fnc embed.h +____________________________________________________________________________ +[ 28072] By: steveh on 2006/05/03 08:03:50 + Log: Subject: Re: Smoke [5.9.4] 28069 FAIL(M) MSWin32 WinXP/.Net SP2 (x86/2 cpu) + From: Vadim + Date: Wed, 03 May 2006 06:10:59 +0400 + Message-ID: <44581133.8080100@vkonovalov.ru> + Branch: perl + +> win32/perlmaince.c + - win32/perlmain.c + ! MANIFEST +____________________________________________________________________________ +[ 28071] By: stevep on 2006/05/03 01:46:27 + Log: Subject: Re: Smoke [5.9.4] 28069 FAIL(M) MSWin32 WinXP/.Net SP2 (x86/2 cpu) + From: SADAHIRO Tomoyuki + Date: Wed, 03 May 2006 10:00:03 +0900 + Message-Id: <20060503095420.0357.BQW10602@nifty.com> + Branch: perl + ! embed.fnc embed.h global.sym +____________________________________________________________________________ +[ 28070] By: nicholas on 2006/05/02 22:38:52 + Log: Remove a variable left unused since change 28065. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 28069] By: nicholas on 2006/05/02 22:19:56 + Log: Add a new hash key flag HVhek_UNSHARED, to mark all unshared hash keys. + Otherwise Perl_newSVhek(), called by Perl_hv_iterkeysv(), naively + assumes that it can share any hash key directly. + Branch: perl + ! hv.c hv.h sv.c +____________________________________________________________________________ +[ 28068] By: nicholas on 2006/05/02 22:16:25 + Log: cumulative totals and list reverse for checkAUTHORS.pl + Branch: perl + ! Porting/checkAUTHORS.pl +____________________________________________________________________________ +[ 28067] By: stevep on 2006/05/02 18:03:57 + Log: Another place where Intel C++ pretending to be gcc is a really + bad thing. + Branch: perl + ! gv.h +____________________________________________________________________________ +[ 28066] By: nicholas on 2006/05/02 17:46:38 + Log: *static* pointers to newXSUB(), dammit! + Branch: perl + ! writemain.SH xsutils.c +____________________________________________________________________________ +[ 28065] By: nicholas on 2006/05/02 17:00:56 + Log: Assert that SvMAGIC() isn't being called on PVMGs which are using the + same union to store the stash for our. + Branch: perl + ! sv.c sv.h +____________________________________________________________________________ +[ 28064] By: nicholas on 2006/05/02 16:24:14 + Log: Change 28063 forgot 1 key line - acutally use the correct filename + storage. + Branch: perl + ! op.c +____________________________________________________________________________ +[ 28063] By: nicholas on 2006/05/02 15:55:25 + Log: Fix bug in DynaLoader, which has been passing a filename in dynamic + storage to newXS() seemingly forever. This involves creating + newXS_flags(), with the first flag being "arrange to copy the + filename and free it at the right time". + Branch: perl + ! XSUB.h cv.h embed.fnc embed.h ext/DynaLoader/dl_aix.xs + ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_dld.xs + ! ext/DynaLoader/dl_dllload.xs ext/DynaLoader/dl_dlopen.xs + ! ext/DynaLoader/dl_dyld.xs ext/DynaLoader/dl_hpux.xs + ! ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_mpeix.xs + ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_symbian.xs + ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs op.c + ! pod/perlapi.pod proto.h +____________________________________________________________________________ +[ 28062] By: rgs on 2006/05/02 15:37:35 + Log: Move some scripts under win32/ce-helpers. + + Subject: RE: Merge WinCE into Win32 directory and remove the the WinCE dir ectory + From: "Konovalov, Vadim Vladimirovich (Vadim)** CTR **" + Date: Tue, 2 May 2006 17:30:59 +0200 + Message-ID: + Branch: perl + +> win32/ce-helpers/cecopy-lib.pl win32/ce-helpers/comp.pl + +> win32/ce-helpers/compile-all.bat win32/ce-helpers/compile.bat + +> win32/ce-helpers/makedist.pl win32/ce-helpers/registry.bat + - win32/cecopy-lib.pl win32/comp.pl win32/compile-all.bat + - win32/compile.bat win32/makedist.pl win32/registry.bat + - win32/win32-d.h + ! MANIFEST win32/Makefile.ce +____________________________________________________________________________ +[ 28061] By: rgs on 2006/05/02 14:28:31 + Log: Subject: Re: Merge WinCE into Win32 directory and remove the the WinCE directory + From: demerphq + Date: Mon, 1 May 2006 19:02:09 +0200 + Message-ID: <9b18b3110605011002m56c0db99n169ae677efb6d059@mail.gmail.com> + + Plus adjustements to MANIFEST. Also, perlmain.c seemed to be missing + from the patch. + Branch: perl + + win32/Makefile.ce win32/cecopy-lib.pl win32/comp.pl + + win32/compile-all.bat win32/compile.bat win32/config.ce + + win32/config_H.ce win32/makedist.pl win32/perl.rc + + win32/perlmain.c win32/registry.bat win32/win32-d.h + + win32/win32ceio.c win32/win32iop-o.h win32/wince.c + + win32/wince.h win32/wincesck.c win32/xconfig.h + - wince/Makefile.ce wince/bin/exetype.pl wince/bin/perlglob.pl + - wince/bin/pl2bat.pl wince/bin/runperl.pl wince/bin/search.pl + - wince/cecopy-lib.pl wince/comp.pl wince/compile-all.bat + - wince/compile.bat wince/config.ce wince/config_H.ce + - wince/config_h.PL wince/config_sh.PL wince/dl_win32.xs + - wince/include/arpa/inet.h wince/include/sys/socket.h + - wince/makedist.pl wince/makeico.pl wince/perl.rc + - wince/perlhost.h wince/perllib.c wince/perlmain.c + - wince/registry.bat wince/runperl.c wince/splittree.pl + - wince/vdir.h wince/vmem.h wince/win32.h wince/win32io.c + - wince/win32iop.h wince/win32thread.c wince/win32thread.h + - wince/wince.c wince/wince.h wince/wincesck.c + ! MANIFEST win32/include/sys/socket.h win32/win32.h + ! win32/win32thread.h +____________________________________________________________________________ +[ 28060] By: nicholas on 2006/05/02 12:41:43 + Log: GvFILE() cannot be a pointer to the memory owned by the COP, because + COPs created by use can be freed along this memory, but the GP + remains. Given that several GVs may refer to the same file, use a + shared string rather than an individual allocation per GP. + Branch: perl + ! bytecode.pl ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c + ! gv.c gv.h sv.c +____________________________________________________________________________ +[ 28059] By: nicholas on 2006/05/02 12:02:32 + Log: Change 28037 broke t/op/each.t when running with TEST. + Branch: perl + ! t/test.pl +____________________________________________________________________________ +[ 28058] By: nicholas on 2006/05/02 11:15:26 + Log: De-duplicate the code that creates new GPs into Perl_newGP(). + Branch: perl + ! embed.fnc embed.h gv.c proto.h scope.c +____________________________________________________________________________ +[ 28057] By: rgs on 2006/05/02 10:39:01 + Log: Subject: Re: [PATCH] t/op/glob.t using test.pl + From: David Landgren + Date: Sat, 29 Apr 2006 15:32:07 +0200 + Message-ID: <44536AD7.4060608@landgren.net> + Branch: perl + ! t/op/glob.t +____________________________________________________________________________ +[ 28056] By: rgs on 2006/05/02 10:36:39 + Log: Subject: [PATCH] t/op/hashwarn.t using test.pl + From: David Landgren + Date: Sat, 29 Apr 2006 17:51:28 +0200 + Message-ID: <44538B80.2060503@landgren.net> + Branch: perl + ! t/op/hashwarn.t +____________________________________________________________________________ +[ 28055] By: rgs on 2006/05/02 10:16:23 + Log: Subject: [PATCH] toke.c: function pointer to data pointer + From: Jarkko Hietaniemi + Date: Tue, 2 May 2006 08:25:55 +0300 (EEST) + Message-Id: <200605020525.k425Ptik165705@kosh.hut.fi> + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 28054] By: rgs on 2006/05/02 10:11:10 + Log: Subject: [DOC PATCH] chop warning in perlport + From: Xavier Noria + Date: Tue, 2 May 2006 12:08:34 +0200 + Message-Id: + Branch: perl + ! pod/perlport.pod +____________________________________________________________________________ +[ 28053] By: steveh on 2006/05/02 09:59:23 + Log: Sigh. Third time lucky. + Branch: perl + ! win32/win32.h +____________________________________________________________________________ +[ 28052] By: steveh on 2006/05/02 09:46:41 + Log: Ahem. And here's the rest of #28051... + Branch: perl + ! win32/win32.h +____________________________________________________________________________ +[ 28051] By: steveh on 2006/05/02 09:39:01 + Log: Subject: RE: [PATCH] fix 27987 for MSVC (was Re: Smoke [5.9.4] 28020 FAIL(m) MSWin32 Win2000 SP4 (x86/1 cpu)) + From: "Jan Dubois" + Date: Mon, 1 May 2006 18:55:11 -0700 + Message-ID: <08ff01c66d8b$7282e320$2217a8c0@candy> + + Subject: Re: [PATCH] fix 27987 for MSVC (was Re: Smoke [5.9.4] 28020 FAIL(m) + From: "H.Merijn Brand" + Date: Tue, 2 May 2006 09:23:51 +0200 + Message-ID: <20060502092351.7bae0896@pc09> + Branch: perl + ! win32/config.vc win32/config.vc64 win32/config_H.vc + ! win32/config_H.vc64 +____________________________________________________________________________ +[ 28050] By: rgs on 2006/05/02 09:13:19 + Log: Subject: [PATCH] pp.c casting, take two + From: andy@petdance.com (Andy Lester) + Date: Sun, 30 Apr 2006 19:48:26 -0500 + Message-ID: <20060501004826.GA4744@petdance.com> + + (with adjustements, some of the code has already + been touched since) + Branch: perl + ! pp.c +____________________________________________________________________________ +[ 28049] By: rgs on 2006/05/02 08:50:05 + Log: Subject: [PATCH] Some more SvREFCNT_inc updates + From: andy@petdance.com (Andy Lester) + Date: Sun, 30 Apr 2006 13:24:14 -0500 + Message-ID: <20060430182414.GA18094@petdance.com> + Branch: perl + ! cop.h pp_ctl.c +____________________________________________________________________________ +[ 28048] By: rgs on 2006/05/02 08:48:04 + Log: Subject: [PATCH] quiet some perlio.c warnings + From: andy@petdance.com (Andy Lester) + Date: Sun, 30 Apr 2006 13:23:22 -0500 + Message-ID: <20060430182322.GA18064@petdance.com> + Branch: perl + ! perlio.c +____________________________________________________________________________ +[ 28047] By: rgs on 2006/05/02 08:45:26 + Log: Subject: [PATCH] More tweaking of SvREFCNT_inc calls + From: andy@petdance.com (Andy Lester) + Date: Sun, 30 Apr 2006 12:06:21 -0500 + Message-ID: <20060430170621.GA4054@petdance.com> + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 28046] By: stevep on 2006/05/02 02:50:33 + Log: One too many ('s in change #28043. + Branch: perl + ! ext/Errno/Errno_pm.PL +____________________________________________________________________________ +[ 28045] By: stevep on 2006/05/02 02:47:43 + Log: Escape prompts with #'s to avoid causing tests to fail from + the unexpected output. + Branch: perl + ! lib/Module/Build/t/extend.t +____________________________________________________________________________ +[ 28044] By: stevep on 2006/05/02 01:55:53 + Log: Fix for RT #25366: h2xs 1.23 from "Aaron Kaplan". + Branch: perl + ! utils/h2xs.PL +____________________________________________________________________________ +[ 28043] By: stevep on 2006/05/02 00:23:05 + Log: Fix for RT #7916: perl 5.6.1 with Intel's icc on RedHat + Linux 7.2. The original fix, change #13053, added a check + for $Config{gccversion} which is now populated by newer + Intel compilers. This additional change checks to see + if Intel is in $Config{gccversion}. If it is, its not + a gcc. + Branch: perl + ! ext/Errno/Errno_pm.PL +____________________________________________________________________________ +[ 28042] By: stevep on 2006/05/01 23:30:59 + Log: Subject: [PATCH] signed vs unsigned char * nit + From: Jarkko Hietaniemi + Date: Sat, 29 Apr 2006 20:59:29 +0300 (EEST) + Message-Id: <200604291759.k3THxTji032009@kosh.hut.fi> + Branch: perl + ! pp.c +____________________________________________________________________________ +[ 28041] By: stevep on 2006/05/01 23:25:30 + Log: Reverting context removal from change #27992. This should + clear up threaded builds on Win32 and VMS. + Branch: perl + ! embed.fnc embed.h pp_ctl.c proto.h +____________________________________________________________________________ +[ 28040] By: rgs on 2006/05/01 20:25:17 + Log: Add a BUGS section to Fatal.pm, see bug #38790 + Branch: perl + ! lib/Fatal.pm +____________________________________________________________________________ +[ 28039] By: nicholas on 2006/05/01 19:07:06 + Log: Disable SIGRTMAX and SIGRTMIN in POSIX if Configure's probes found that + they aren't viable. (Certain glibcs are "interesting") + Branch: perl + ! ext/POSIX/Makefile.PL +____________________________________________________________________________ +[ 28038] By: nicholas on 2006/05/01 17:28:43 + Log: Allow a macro of "0" to mean "#if 0" for convenient elimination of + constants. + Branch: perl + ! lib/ExtUtils/Constant/Base.pm +____________________________________________________________________________ +[ 28037] By: merijn on 2006/05/01 14:18:16 + Log: Subject: Re: [PATCH] provide diag() and don't use ++ in test.pl + From: David Landgren + Date: Mon, 01 May 2006 15:50:03 +0200 + Message-ID: <4456120B.3000302@landgren.net> + + Plus some additional comment (also from David) about WHY not to + use ++ in test.pl + Branch: perl + ! t/test.pl +____________________________________________________________________________ +[ 28036] By: merijn on 2006/05/01 12:56:54 + Log: Subject: Re: [PATCH] fix 27987 for MSVC (was Re: Smoke [5.9.4] 28020 FAIL(m) MSWin32 Win2000 SP4 (x86/1 cpu)) + From: SADAHIRO Tomoyuki + Date: Mon, 01 May 2006 21:34:33 +0900 + Message-Id: <20060501213249.814E.BQW10602@nifty.com> + Branch: perl + ! win32/config.vc64 +____________________________________________________________________________ +[ 28035] By: nicholas on 2006/05/01 11:16:13 + Log: Re-order one DO_UTF8 to be after the SvPV. + Branch: perl + ! ext/Data/Dumper/Dumper.xs +____________________________________________________________________________ +[ 28034] By: nicholas on 2006/04/30 23:08:17 + Log: Fix two errors found by Coverity. + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 28033] By: nicholas on 2006/04/30 23:02:46 + Log: Add a --percentage option to checkAUTHORS.pl to show rankings as + percentages. + Branch: perl + ! Porting/checkAUTHORS.pl +____________________________________________________________________________ +[ 28032] By: nicholas on 2006/04/30 22:00:34 + Log: Replace a STRLEN no_len; with a _nolen macro call. + Branch: perl + ! pp_pack.c +____________________________________________________________________________ +[ 28031] By: nicholas on 2006/04/30 21:27:20 + Log: Perl_pack_cat() is a mathom too! + Branch: perl + ! mathoms.c pod/perlapi.pod pp_pack.c +____________________________________________________________________________ +[ 28030] By: nicholas on 2006/04/30 20:41:29 + Log: One part of pp_pack couldn't correctly handle surprises from UTF-8 + overloading. + Branch: perl + ! pp_pack.c t/uni/overload.t +____________________________________________________________________________ +[ 28029] By: nicholas on 2006/04/30 19:07:43 + Log: do_vop() couldn't correctly handle surprises from UTF-8 overloading. + Branch: perl + ! doop.c t/uni/overload.t +____________________________________________________________________________ +[ 28028] By: nicholas on 2006/04/30 17:58:53 + Log: We had no tests that covered the grow paths in pp_uc and pp_lc. + Branch: perl + ! t/op/lc.t +____________________________________________________________________________ +[ 28027] By: nicholas on 2006/04/30 17:23:44 + Log: Dave noticed that change 28022 was wrong - should read is_index + rather than just index. + Branch: perl + ! pp.c +____________________________________________________________________________ +[ 28026] By: merijn on 2006/04/30 15:22:12 + Log: Subject: [PATCH] fix 27987 for MSVC (was Re: Smoke [5.9.4] 28020 FAIL(m) MSWin32 Win2000 SP4 (x86/1 cpu)) + From: Abe Timmerman + Date: Sun, 30 Apr 2006 15:15:24 +0200 + Message-Id: <200604301515.24580.abe@ztreet.demon.nl> + Branch: perl + ! win32/config.vc win32/config_H.vc +____________________________________________________________________________ +[ 28025] By: stevep on 2006/04/30 14:27:08 + Log: I was mistaken. Borland and gcc do have snprintf() and vsnprintf() + on Win32. + Branch: perl + ! win32/config_H.bc win32/config_H.gc win32/config_H.vc + ! win32/config_H.vc64 +____________________________________________________________________________ +[ 28024] By: stevep on 2006/04/30 13:14:25 + Log: OK, Win32 must no have snprintf()/vsnprintf + Branch: perl + ! win32/config_H.bc win32/config_H.gc win32/config_H.vc + ! win32/config_H.vc64 +____________________________________________________________________________ +[ 28023] By: davem on 2006/04/30 12:32:09 + Log: remove a compiler warning by making HOPBACKc only hop *back* + Branch: perl + ! regexec.c +____________________________________________________________________________ +[ 28022] By: nicholas on 2006/04/30 11:14:04 + Log: index and rindex couldn't correctly handle surprises from UTF-8 + overloading. + Branch: perl + ! pp.c t/lib/warnings/9uninit t/uni/overload.t +____________________________________________________________________________ +[ 28021] By: nicholas on 2006/04/30 10:58:11 + Log: Document SvGAMAGIC(), and its significance w.r.t. the side effects of + inadvertently calling magic and overloading too often. + Branch: perl + ! pod/perlapi.pod sv.h +____________________________________________________________________________ +[ 28020] By: nicholas on 2006/04/29 23:35:52 + Log: Coverity disliked us passing a negative length to vsnprintf(). + Branch: perl + ! perlio.c +____________________________________________________________________________ +[ 28019] By: nicholas on 2006/04/29 23:33:36 + Log: syswrite couldn't correctly handle surprises from UTF-8 overloading. + As part of fixing this, syswrite now tries to take advantage of the + UTF-8 cache logic for lengths and offsets on regular scalars. + Branch: perl + ! pp_sys.c t/lib/warnings/9uninit t/uni/overload.t +____________________________________________________________________________ +[ 28018] By: nicholas on 2006/04/29 23:32:06 + Log: More tests for syswrite with UTF-8 data. + Branch: perl + ! lib/open.t +____________________________________________________________________________ +[ 28017] By: nicholas on 2006/04/29 21:54:38 + Log: It should never be possible for SvGMAGICAL() to be true on SVt_IV. + Branch: perl + ! doio.c +____________________________________________________________________________ +[ 28016] By: nicholas on 2006/04/29 17:38:08 + Log: print couldn't correctly handle surprises from UTF-8 overloading. + Branch: perl + ! doio.c t/uni/overload.t +____________________________________________________________________________ +[ 28015] By: nicholas on 2006/04/29 17:31:27 + Log: Add a cross reference to bytes_from_utf8() in the documentation for + utf8_to_bytes(). Regenerate perlapi.pod. + Branch: perl + ! pod/perlapi.pod utf8.c +____________________________________________________________________________ +[ 28014] By: nicholas on 2006/04/29 16:07:31 + Log: There were more ways to break uc/lc/ucfirst/lcfirst even without + use 'locale'; so test for them too. Correct the skip count. + Branch: perl + ! t/uni/overload.t +____________________________________________________________________________ +[ 28013] By: nicholas on 2006/04/29 15:55:51 + Log: lcfirst/ucfist plus an 8 bit locale could mangle UTF-8 values + returned by overloaded stringification. + Branch: perl + ! pp.c t/uni/overload.t +____________________________________________________________________________ +[ 28012] By: nicholas on 2006/04/29 14:05:55 + Log: uc plus an 8 bit locale could get confused by UTF-8 values returned by + overloaded stringification. + Branch: perl + ! pp.c t/uni/overload.t +____________________________________________________________________________ +[ 28011] By: nicholas on 2006/04/29 13:43:26 + Log: lc plus an 8 bit locale could mangle UTF-8 values returned by + overloaded stringification. + Branch: perl + ! pp.c t/uni/overload.t +____________________________________________________________________________ +[ 28010] By: stevep on 2006/04/29 13:09:18 + Log: Subject: [PATCH] more -ansi -pedantic cleanliness + From: Jarkko Hietaniemi + Date: Sat, 29 Apr 2006 11:13:24 +0300 + Message-ID: <44532024.9070303@gmail.com> + Branch: perl + ! cop.h gv.c regcomp.c regexec.c sv.c toke.c +____________________________________________________________________________ +[ 28009] By: stevep on 2006/04/28 20:53:07 + Log: Subject: Re: [ANNOUNCE] Module::Build 0.28 -> CPAN + From: "Randy W. Sims" + Date: Fri, 28 Apr 2006 15:31:55 -0400 + Message-ID: <44526DAB.8070408@thepierianspring.org> + Branch: perl + ! lib/Module/Build/ConfigData.pm +____________________________________________________________________________ +[ 28008] By: stevep on 2006/04/28 20:40:41 + Log: Subject: [PATCH] reduce gcc -ansi -pedantic noise plus a suggestion + From: Jarkko Hietaniemi + Date: Fri, 28 Apr 2006 22:58:58 +0300 + Message-ID: <44527402.8000506@gmail.com> + Branch: perl + ! doio.c gv.c hv.c op.c pad.c perl.c perl.h perlio.c pp.c + ! pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c sv.c toke.c + ! universal.c utf8.c +____________________________________________________________________________ +[ 28007] By: stevep on 2006/04/28 19:14:22 + Log: Subject: two [PATCH]es: dVAR for malloc.c, and a signed/unsigned char* + From: Jarkko Hietaniemi + Date: Fri, 28 Apr 2006 21:04:59 +0300 + Message-ID: <4452594B.4040609@gmail.com> + Branch: perl + ! malloc.c pp.c +____________________________________________________________________________ +[ 28006] By: nicholas on 2006/04/28 16:34:14 + Log: Fix bug 34297 (length of overloaded UTF-8 strings) + Branch: perl + + t/uni/overload.t + ! MANIFEST pp.c +____________________________________________________________________________ +[ 28005] By: stevep on 2006/04/28 16:15:25 + Log: Typo in MANIFEST from change #27997. Mustn't touch Perl before coffee. + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 28004] By: stevep on 2006/04/28 15:35:37 + Log: Added Changes file left out from change #28001. + Branch: perl + ! ext/Cwd/Changes +____________________________________________________________________________ +[ 28003] By: rgs on 2006/04/28 15:29:30 + Log: Subject: Merge WinCE and Win32 directories -- Initial patch + From: demerphq + Date: 27-Apr-2006 23:30 + Message-ID: <9b18b3110604271430k4de84685jec6535ded195ed94@mail.gmail.com> + Branch: perl + ! win32/config_h.PL win32/dl_win32.xs win32/include/sys/socket.h + ! win32/makeico.pl win32/perlhost.h win32/perllib.c win32/vdir.h + ! win32/vmem.h win32/win32.h +____________________________________________________________________________ +[ 28001] By: stevep on 2006/04/28 13:34:39 + Log: Upgrade to Pathtools-3.18 + Branch: perl + ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm + ! lib/File/Spec/VMS.pm lib/File/Spec/t/Spec.t +____________________________________________________________________________ +[ 28000] By: rgs on 2006/04/28 13:33:37 + Log: Subject: [PATCH] t/op/defins.pl using test.pl + From: David Landgren + Date: Fri, 28 Apr 2006 14:27:39 +0200 + Message-ID: <44520A3B.1080707@landgren.net> + Branch: perl + ! t/op/defins.t +____________________________________________________________________________ +[ 27999] By: rgs on 2006/04/28 13:33:11 + Log: Subject: [PATCH] t/op/delete.t using test.pl + From: David Landgren + Date: Fri, 28 Apr 2006 15:03:39 +0200 + Message-ID: <445212AB.4080404@landgren.net> + Branch: perl + ! t/op/delete.t +____________________________________________________________________________ +[ 27998] By: rgs on 2006/04/28 13:32:53 + Log: Subject: [PATCH] t/op/auto.pl using test.pl + From: David Landgren + Date: Fri, 28 Apr 2006 13:56:30 +0200 + Message-ID: <445202EE.6000604@landgren.net> + Branch: perl + ! t/op/auto.t +____________________________________________________________________________ +[ 27997] By: stevep on 2006/04/28 13:29:41 + Log: Upgrade to Module-Build-0.28 + Branch: perl + + lib/Module/Build/API.pod + ! MANIFEST lib/Module/Build.pm 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/Platform/MacOS.pm + ! lib/Module/Build/Platform/VMS.pm + ! lib/Module/Build/Platform/Windows.pm + ! lib/Module/Build/Platform/os2.pm lib/Module/Build/YAML.pm + ! lib/Module/Build/t/bundled/Tie/CPHash.pm + ! lib/Module/Build/t/destinations.t lib/Module/Build/t/extend.t + ! lib/Module/Build/t/mbyaml.t +____________________________________________________________________________ +[ 27995] By: nicholas on 2006/04/28 12:48:27 + Log: Anton Berezin says that on FreeBSD we're wrong to be using -lc_r, and + should just be using -pthread on the linker line. + This stops the new taint tests looping infinitely. It also seems to + cure the TODO test in posix.t - masked SIGINT is now received. + Branch: perl + ! hints/freebsd.sh +____________________________________________________________________________ +[ 27994] By: rgs on 2006/04/28 12:10:24 + Log: Subject: [PATCH] threads - miscellaneous + From: "Jerry D. Hedden" + Date: Wed, 26 Apr 2006 11:24:05 -0700 + Message-ID: <20060426112405.fb30e530d17747c2b054d625b8945d88.4331e666e7.wbe@email.secureserver.net> + Branch: perl + ! ext/threads/Changes ext/threads/Makefile.PL + ! ext/threads/t/end.t ext/threads/t/join.t ext/threads/t/libc.t + ! ext/threads/t/problems.t ext/threads/threads.xs +____________________________________________________________________________ +[ 27993] By: rgs on 2006/04/28 09:14:17 + Log: Subject: [PATCH] t/op/sort.t using test.pl + From: David Landgren + Date: Thu, 27 Apr 2006 18:25:56 +0200 + Message-ID: <4450F094.2010907@landgren.net> + Branch: perl + ! t/op/sort.t +____________________________________________________________________________ +[ 27992] By: rgs on 2006/04/28 09:04:36 + Log: Subject: [PATCH] Removing another context parm + From: andy@petdance.com (Andy Lester) + Date: Thu, 27 Apr 2006 10:31:56 -0500 + Message-ID: <20060427153156.GA11445@petdance.com> + Branch: perl + ! embed.fnc embed.h pp_ctl.c proto.h +____________________________________________________________________________ +[ 27991] By: rgs on 2006/04/28 08:53:51 + Log: Subject: [PATCH] t/op/loopctl.t using test.pl + From: David Landgren + Date: Thu, 27 Apr 2006 19:13:28 +0200 + Message-ID: <4450FBB8.8070203@landgren.net> + Branch: perl + ! t/op/loopctl.t +____________________________________________________________________________ +[ 27990] By: rgs on 2006/04/28 08:51:09 + Log: Subject: [PATCH] dVAR (-DPERL_GLOBAL_STRUCT_PRIVATE) update + From: Jarkko Hietaniemi + Date: Thu, 27 Apr 2006 21:18:30 +0300 + Message-ID: <44510AF6.6040603@gmail.com> + Branch: perl + ! hv.c perl.h perlio.c sv.c +____________________________________________________________________________ +[ 27989] By: rgs on 2006/04/28 08:41:25 + Log: Typo fix in perlretut by Simon Taylor + Branch: perl + ! pod/perlretut.pod +____________________________________________________________________________ +[ 27988] By: rgs on 2006/04/28 07:58:16 + Log: Fix typo in function call + Branch: perl + ! perlio.c +____________________________________________________________________________ +[ 27987] By: stevep on 2006/04/28 02:12:03 + Log: Subject: Re: [PATCH] use snprintf/strlcpy/strlcat when useful + From: Jarkko Hietaniemi + Date: Tue, 25 Apr 2006 18:23:39 +0300 + Message-ID: <444E3EFB.8020503@gmail.com> + Branch: perl + ! op.c perl.h perlio.c pp_ctl.c regcomp.c sv.c toke.c + ! universal.c util.c +____________________________________________________________________________ +[ 27986] By: davem on 2006/04/27 23:15:02 + Log: another REIFY bug + Branch: perl + ! scope.c t/op/local.t +____________________________________________________________________________ +[ 27983] By: stevep on 2006/04/27 18:06:12 + Log: Upgrade to ExtUtils-Install-1.39 + Branch: perl + ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm + ! lib/ExtUtils/Packlist.pm lib/ExtUtils/t/Install.t + ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/Packlist.t +____________________________________________________________________________ +[ 27982] By: stevep on 2006/04/27 17:53:11 + Log: Upgrade to Encode-2.15 + Branch: perl + ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs + ! ext/Encode/Unicode/Unicode.xs + ! ext/Encode/lib/Encode/Unicode/UTF7.pm +____________________________________________________________________________ +[ 27976] By: rgs on 2006/04/27 12:29:47 + Log: Subject: [PATCH] Removing unused context + From: andy@petdance.com (Andy Lester) + Date: Thu, 27 Apr 2006 00:32:15 -0500 + Message-ID: <20060427053215.GA31445@petdance.com> + Branch: perl + ! embed.fnc embed.h proto.h sv.c +____________________________________________________________________________ +[ 27968] By: mhx on 2006/04/26 19:18:09 + Log: Change type of temporary padoff_du used in dUNDERBAR + from I32 to PADOFFSET, which is more correct (and fixes + a warning in Devel::PPPort). + Branch: perl + ! XSUB.h +____________________________________________________________________________ +[ 27962] By: rgs on 2006/04/26 07:53:36 + Log: Subject: Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2 + From: Marcus Holland-Moritz + Date: Mon, 24 Apr 2006 23:20:38 +0200 + Message-ID: <20060424232038.7550f9b6@r2d2> + Branch: perl + ! deb.c doio.c doop.c dump.c gv.c handy.h + ! lib/ExtUtils/Constant/ProxySubs.pm mg.c op.c patchlevel.h + ! perl.c perlio.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c + ! regexec.c scope.h sv.c toke.c util.c +____________________________________________________________________________ +[ 27961] By: rgs on 2006/04/26 07:38:38 + Log: Subject: [PATCH] threads - consolidate XS functions + From: "Jerry D. Hedden" + Date: Tue, 25 Apr 2006 07:50:05 -0700 + Message-ID: <20060425075005.fb30e530d17747c2b054d625b8945d88.e23f2fed42.wbe@email.secureserver.net> + Branch: perl + ! ext/threads/threads.pm ext/threads/threads.xs +____________________________________________________________________________ +[ 27960] By: steveh on 2006/04/25 16:23:38 + Log: Make Module-Build aware of new Test-Harness output + + See also: + http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-04/msg00755.html + Branch: perl + ! lib/Module/Build/t/compat.t +____________________________________________________________________________ +[ 27959] By: nicholas on 2006/04/25 12:51:40 + Log: Coverity has started to notice another inconsistency in our NULL + pointer checking. + Branch: perl + ! pp_ctl.c +____________________________________________________________________________ +[ 27958] By: rgs on 2006/04/25 08:41:38 + Log: Subject: [PATCH] use NOOP macro + From: andy@petdance.com (Andy Lester) + Date: Mon, 24 Apr 2006 13:44:51 -0500 + Message-ID: <20060424184451.GA1479@petdance.com> + Branch: perl + ! gv.c gv.h hv.c op.c pad.c perl.h perlio.c pp.c pp_ctl.c + ! pp_hot.c regcomp.c regexec.c sv.c toke.c utf8.c +____________________________________________________________________________ +[ 27957] By: rgs on 2006/04/25 08:35:22 + Log: Subject: [PATCH] Continuing threads sync + From: "Jerry D. Hedden" + Date: Mon, 24 Apr 2006 13:00:23 -0700 + Message-ID: <20060424130023.fb30e530d17747c2b054d625b8945d88.969ed54130.wbe@email.secureserver.net> + Branch: perl + ! ext/threads/t/free.t ext/threads/threads.pm + ! ext/threads/threads.xs +____________________________________________________________________________ +[ 27956] By: nicholas on 2006/04/24 16:38:09 + Log: Perl_unpack_str() is a mathom! + Branch: perl + ! mathoms.c pp_pack.c +____________________________________________________________________________ +[ 27955] By: stevep on 2006/04/24 16:31:24 + Log: Really bump the version of File::Find. + Branch: perl + ! lib/File/Find.pm +____________________________________________________________________________ +[ 27954] By: stevep on 2006/04/24 16:29:59 + Log: Reverting change #27953, as it appears that File::Find has + localized the C<$_> usable by the wanted function since + version 1.04 (change #18501, to be exact). Update the + docs to express this change. Finally, bump the version. + Branch: perl + ! lib/File/Find.pm +____________________________________________________________________________ +[ 27953] By: stevep on 2006/04/24 15:27:39 + Log: Subject: Re: [perl #38965] File::Find documentation - is "Don't modify thesevariables" still valid? + From: David Landgren + Date: Mon, 24 Apr 2006 13:02:02 +0200 + Message-ID: <444CB02A.2000604@landgren.net> + Branch: perl + ! lib/File/Find.pm +____________________________________________________________________________ +[ 27952] By: nicholas on 2006/04/24 13:21:09 + Log: Subject: Re: recursion now removed from the regex engine + From: demerphq + Message-ID: <9b18b3110604231210w5deff59el3a1a79c98f34e0fd@mail.gmail.com> + Date: Sun, 23 Apr 2006 21:10:34 +0200 + Branch: perl + ! regcomp.sym regnodes.h +____________________________________________________________________________ +[ 27951] By: rgs on 2006/04/24 12:15:58 + Log: Subject: [perl #38709] Opening '|-' triggers unjustified taint check + From: mhasch@cpan.org (via RT) + Date: Fri, 10 Mar 2006 20:10:49 -0800 + Message-ID: + Branch: perl + ! doio.c t/op/taint.t +____________________________________________________________________________ +[ 27950] By: rgs on 2006/04/24 11:59:25 + Log: Add regression test for bug #38475 + Branch: perl + + t/op/attrhand.t + ! MANIFEST +____________________________________________________________________________ +[ 27949] By: nicholas on 2006/04/24 10:52:09 + Log: Change 27947 forgot to remove one now-unneeded cast. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 27948] By: rgs on 2006/04/24 10:33:34 + Log: Subject: [perl #38475] attribute multiline fix (in tokenizer) + From: bas@quarantainenet.nl (via RT) + Date: Thu, 09 Feb 2006 06:33:51 -0800 + Message-ID: + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 27947] By: nicholas on 2006/04/24 09:40:58 + Log: Following change 27942 it's clear that the return type of + glob_2inpuv_number() should change. Rename it and glob_2inpuv() to + reflect what they do. + Branch: perl + ! embed.fnc embed.h proto.h sv.c +____________________________________________________________________________ +[ 27946] By: rgs on 2006/04/24 08:08:03 + Log: Cleanup some gcc warnings + Third and fourth patches from: + Subject: Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2 + From: Marcus Holland-Moritz + Date: Sun, 23 Apr 2006 04:47:04 +0200 + Message-ID: <20060423044704.6a383ee8@r2d2> + Branch: perl + ! mg.c perl.h toke.c +____________________________________________________________________________ +[ 27945] By: rgs on 2006/04/24 08:04:11 + Log: A couple of casts to PADOFFSET. + 2nd patch from : + Subject: Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2 + From: Marcus Holland-Moritz + Date: Sun, 23 Apr 2006 04:47:04 +0200 + Message-ID: <20060423044704.6a383ee8@r2d2> + Branch: perl + ! op.c pad.c pp.c toke.c +____________________________________________________________________________ +[ 27944] By: rgs on 2006/04/24 08:01:32 + Log: Ensure GvNAME doesn't return NULL + First patch from : + Subject: Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2 + From: Marcus Holland-Moritz + Date: Sun, 23 Apr 2006 04:47:04 +0200 + Message-ID: <20060423044704.6a383ee8@r2d2> + Branch: perl + ! embed.fnc gv.c gv.h proto.h +____________________________________________________________________________ +[ 27943] By: rgs on 2006/04/24 07:39:23 + Log: Subject: [PATCH] doop.c consting, take 2 + From: andy@petdance.com (Andy Lester) + Date: Sun, 23 Apr 2006 20:45:09 -0500 + Message-ID: <20060424014509.GA29642@petdance.com> + Branch: perl + ! doop.c embed.fnc proto.h +____________________________________________________________________________ +[ 27942] By: rgs on 2006/04/24 07:27:33 + Log: Subject: [PATCH] Refactor S_glob_2inpuv + From: andy@petdance.com (Andy Lester) + Date: Sun, 23 Apr 2006 21:12:39 -0500 + Message-ID: <20060424021239.GA5449@petdance.com> + Branch: perl + ! embed.fnc embed.h proto.h sv.c +____________________________________________________________________________ +[ 27941] By: rgs on 2006/04/24 07:14:49 + Log: Subject: [PATCH] Inlining static funcs in perl.c + From: andy@petdance.com (Andy Lester) + Date: Sun, 23 Apr 2006 21:50:27 -0500 + Message-ID: <20060424025027.GA25998@petdance.com> + Branch: perl + ! embed.fnc embed.h perl.c proto.h +____________________________________________________________________________ +[ 27940] By: nicholas on 2006/04/23 20:48:25 + Log: Assimilate Test::Harness 2.57_06 + Branch: perl + ! lib/Test/Harness.pm lib/Test/Harness/Changes + ! lib/Test/Harness/Straps.pm lib/Test/Harness/bin/prove + ! lib/Test/Harness/t/version.t +____________________________________________________________________________ +[ 27939] By: stevep on 2006/04/22 23:08:50 + Log: Subject: Update to AUTHORS file + From: Joshua Rodd + Date: Sat, 22 Apr 2006 14:39:11 -0400 + Message-ID: <20060422183911.GA19435@rodd.us> + Branch: perl + ! AUTHORS +____________________________________________________________________________ +[ 27938] By: nicholas on 2006/04/22 09:31:16 + Log: "Don't Repeat Yourself" on the "We *really* need to overwrite these + symbols" section. + Minor tweaks to make it possible to use the code unchanged with 5.8.x + Branch: perl + + ext/re/re_comp.h ext/re/re_top.h + ! MANIFEST regcomp.c regexec.c +____________________________________________________________________________ +[ 27937] By: nicholas on 2006/04/21 23:08:59 + Log: Remove the enable_debugging member from the structure, and instead + decree that state & 1 indicates debugging. This is simpler. + Branch: perl + ! ext/re/re.xs +____________________________________________________________________________ +[ 27936] By: nicholas on 2006/04/21 21:40:49 + Log: Use a struct to hold the regexp engine state information, to make + swapping possible between more two alternatives. + Branch: perl + ! ext/re/re.xs +____________________________________________________________________________ +[ 27935] By: nicholas on 2006/04/21 21:01:42 + Log: Merge the install and uninstall routines. + Branch: perl + ! ext/re/re.pm ext/re/re.xs +____________________________________________________________________________ +[ 27934] By: nicholas on 2006/04/21 20:38:15 + Log: Refactor re.pm slightly. This has no change to documented behaviour, + but anyone mad enought to set ${^RE_DEBUG_FLAGS} and then do + no re 'Debug'; will now find that it will load the debuging version of + the regexp engine. + Branch: perl + ! ext/re/re.pm +____________________________________________________________________________ +[ 27933] By: rgs on 2006/04/21 15:55:38 + Log: Subject: [PATCH] Rework threads destruct call + From: "Jerry D. Hedden" + Date: Thu, 20 Apr 2006 13:53:20 -0700 + Message-ID: <20060420135320.fb30e530d17747c2b054d625b8945d88.ef565d84db.wbe@email.secureserver.net> + Branch: perl + + ext/threads/t/free.t ext/threads/t/free2.t + ! MANIFEST ext/threads/threads.xs +____________________________________________________________________________ +[ 27932] By: rgs on 2006/04/21 13:01:09 + Log: Subject: Re: [perl #38904] Text::ParseWords doesn't always handle backslashes correctly + From: Alexey Toptygin + Date: Thu, 20 Apr 2006 15:42:20 +0000 (UTC) + Message-ID: + Branch: perl + ! lib/Text/ParseWords.pm lib/Text/ParseWords.t +____________________________________________________________________________ +[ 27931] By: nicholas on 2006/04/21 12:46:43 + Log: Why hide functions (and duplicate them) when you can just avoid + compiling them in the first place? + Branch: perl + ! regcomp.c regexec.c +____________________________________________________________________________ +[ 27930] By: nicholas on 2006/04/21 11:38:24 + Log: Given that use re 'debug' can turn on DEBUGGING even on a non-DEBUGGING + build, we cannot assume that PL_reg_starttry isn't needed. So copy it + in Perl_ss_dup. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 27927] By: nicholas on 2006/04/20 21:27:21 + Log: Remove the last traces of explicitly setting HINT_LOCALIZE_HH from + perl modules. + Branch: perl + ! lib/charnames.pm lib/open.pm lib/open.t lib/overload.pm +____________________________________________________________________________ +[ 27925] By: stevep on 2006/04/20 20:55:09 + Log: Subject: Re: TODO tests and test::harness + From: demerphq + Date: Thu, 20 Apr 2006 22:36:08 +0200 + Message-ID: <9b18b3110604201336k5a974f28h732a2819853b995@mail.gmail.com> + Branch: perl + ! lib/Test/Harness.pm lib/Test/Harness/t/version.t +____________________________________________________________________________ +[ 27923] By: rgs on 2006/04/20 20:24:46 + Log: Add test boilerplate and use test.pl instead of Test::More + Branch: perl + ! t/op/rxcode.t +____________________________________________________________________________ +[ 27922] By: rgs on 2006/04/20 20:22:23 + Log: Add new tests for bug #32840 provided by David Landgren, + as a new file rxcode.t (they mostly test $^R for now) + Branch: perl + + t/op/rxcode.t + ! MANIFEST +____________________________________________________________________________ +[ 27919] By: nicholas on 2006/04/20 18:51:02 + Log: Tweak change 23256 to continue passing on 5.8.x + Branch: perl + ! lib/base/t/fields.t +____________________________________________________________________________ +[ 27918] By: nicholas on 2006/04/20 17:37:31 + Log: Convert two ok()s to better constructions. + Branch: perl + ! lib/base/t/fields.t +____________________________________________________________________________ +[ 27917] By: rgs on 2006/04/20 17:25:43 + Log: Subject: [REPOST] [PATCH] Remove superfluous counter in threads + From: "Jerry D. Hedden" + Date: Wed, 19 Apr 2006 05:32:14 -0700 + Message-ID: <20060419053214.fb30e530d17747c2b054d625b8945d88.4606123135.wbe@email.secureserver.net> + Branch: perl + ! ext/threads/threads.pm ext/threads/threads.xs +____________________________________________________________________________ +[ 27913] By: nicholas on 2006/04/20 13:54:45 + Log: Fix typo in the description of change 21323. + Branch: perl + ! Changes +____________________________________________________________________________ +[ 27912] By: rgs on 2006/04/20 12:59:50 + Log: New test for the "Assignment to both a list and a scalar" error, + suggested by Stephen McCamant + Branch: perl + ! t/comp/parser.t +____________________________________________________________________________ +[ 27911] By: davem on 2006/04/20 12:33:09 + Log: regmatch(): replace magic value -1000 with symbolic CHRTEST_VOID + Branch: perl + ! regexec.c +____________________________________________________________________________ +[ 27910] By: rgs on 2006/04/20 10:02:25 + Log: Subject: [PATCH] op_type shrinking + From: andy@petdance.com (Andy Lester) + Date: Wed, 19 Apr 2006 23:16:53 -0500 + Message-ID: <20060420041653.GA28523@petdance.com> + Branch: perl + ! dump.c sv.c +____________________________________________________________________________ +[ 27909] By: rgs on 2006/04/20 09:35:00 + Log: Subject: [PATCH] regexec consting & localizing + From: andy@petdance.com (Andy Lester) + Date: Wed, 19 Apr 2006 12:35:43 -0500 + Message-ID: <20060419173543.GA8268@petdance.com> + Branch: perl + ! regexec.c +____________________________________________________________________________ +[ 27908] By: rgs on 2006/04/20 09:04:46 + Log: Subject: [PATCH] Localizing vars + From: andy@petdance.com (Andy Lester) + Date: Wed, 19 Apr 2006 23:44:01 -0500 + Message-ID: <20060420044401.GA2792@petdance.com> + Branch: perl + ! util.c +____________________________________________________________________________ +[ 27907] By: davem on 2006/04/20 00:30:53 + Log: regmatch: merge the greedy and non-greedy branches of CURLYM + Branch: perl + ! regexec.c regexp.h +____________________________________________________________________________ +[ 27906] By: stevep on 2006/04/19 16:40:56 + Log: Subject: [perl #38892] PATCH: remove spurious warning from Benchmark.pm + From: Linda Walsh (via RT) + Date: Mon, 10 Apr 2006 18:53:46 -0700 + Message-ID: + Branch: perl + ! lib/Benchmark.pm +____________________________________________________________________________ +[ 27905] By: stevep on 2006/04/19 16:32:26 + Log: Changes to perlfaq8 "How do I find out if I'm running interactively + or not?" suggested by Slaven Rezic in RT #38901: perlfaq8 correction + Branch: perl + ! pod/perlfaq8.pod +____________________________________________________________________________ +[ 27904] By: stevep on 2006/04/19 14:57:36 + Log: Add a TODO test for RT #1085: "what should be output of perl -we + 'print do { foreach (1, 2) { 1; } }'" + Branch: perl + ! t/cmd/for.t +____________________________________________________________________________ +[ 27903] By: davem on 2006/04/19 13:56:07 + Log: regmatch(): make IFMATCH use PUSH_STACK rather than fake recursion + Branch: perl + ! regexec.c regexp.h t/op/re_tests +____________________________________________________________________________ +[ 27902] By: rgs on 2006/04/19 11:38:11 + Log: Upgrade to Test::Harness 2.57_05 + Branch: perl + + lib/Test/Harness/Util.pm + ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Assert.pm + ! lib/Test/Harness/Changes lib/Test/Harness/Point.pm + ! lib/Test/Harness/Straps.pm lib/Test/Harness/TAP.pod + ! lib/Test/Harness/bin/prove lib/Test/Harness/t/inc_taint.t + ! lib/Test/Harness/t/prove-globbing.t + ! lib/Test/Harness/t/prove-switches.t lib/Test/Harness/t/strap.t + ! lib/Test/Harness/t/test-harness.t +____________________________________________________________________________ +[ 27901] By: nicholas on 2006/04/19 11:20:08 + Log: newCONSTSUB needs to be robust in case CopFILE is NULL. + Branch: perl + ! op.c +____________________________________________________________________________ +[ 27900] By: nicholas on 2006/04/19 09:58:19 + Log: Oops. Need a macro to convert cv_ckproto() to cv_ckproto_len(). + Branch: perl + ! op.h +____________________________________________________________________________ +[ 27899] By: rgs on 2006/04/19 09:34:48 + Log: There's a macro to get ${^RE_DEBUG_FLAGS} when debugging, + so use it (and this fixes a valgrind memory access error) + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 27898] By: nicholas on 2006/04/19 09:22:03 + Log: Avoid temporarily writing over the prototype when reporting an error. + (And beef up the relevant tests to really check that it all works). + Branch: perl + ! op.c t/comp/proto.t +____________________________________________________________________________ +[ 27897] By: rgs on 2006/04/19 09:09:14 + Log: Replace some Copy() by Move() calls, because valgrind reports + we can have overlapping memory areas here + Branch: perl + ! doop.c +____________________________________________________________________________ +[ 27896] By: nicholas on 2006/04/19 08:42:18 + Log: Calling cv_undef() on the CV created by newCONSTSUB() would leak like + a Jumblie's preferred maritime craft. To free CvFILE for this case, + take advantage of the 0 length prototype that will also be there, + and hang it from the prototype. To do this properly means changing + code to actually pay attention to SvCUR() on prototypes. It turns out + that we always know the length of the prototype string, so this may + be faster. Certainly, it's a memory saving (even ignoring the leak). + Branch: perl + ! dump.c embed.fnc embed.h global.sym mathoms.c op.c + ! pod/perlapi.pod proto.h sv.c util.c +____________________________________________________________________________ +[ 27895] By: nicholas on 2006/04/19 07:55:18 + Log: Fix compilation of microperl, which doesn't have INT_MAX. + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 27894] By: nicholas on 2006/04/18 19:52:19 + Log: Revert 27869 at Jarkko's request. + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 27893] By: davem on 2006/04/18 17:03:15 + Log: regmatch: fix a || vs | typo in CACHEsayYES and add a test from Hugo. + Also defer altering the cache bit until CACHEsayYES/NO is called + Branch: perl + ! regexec.c t/op/re_tests +____________________________________________________________________________ +[ 27892] By: stevep on 2006/04/18 16:47:58 + Log: Add a TODO regarding merging the win32 and wince codebases. + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 27891] By: rgs on 2006/04/18 16:05:15 + Log: When checking whether perl is built with -g in optimisation + flags, use a more tolerant regexp, because we can now have + things like '-O2 -g'. + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 27890] By: nicholas on 2006/04/18 16:03:10 + Log: Expand "am I hot or not" into a more general "Profile Perl" section. + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 27889] By: stevep on 2006/04/18 15:47:48 + Log: A fix to change #27845 to get it to compile with -DPERL_MAD. + Branch: perl + ! dump.c +____________________________________________________________________________ +[ 27888] By: steveh on 2006/04/18 15:17:52 + Log: Subject: [PATCH] win32/Makefile changes for Windows 64 bit + From: "Jan Dubois" + Date: Mon, 17 Apr 2006 01:48:34 -0700 + Message-ID: <036401c661fb$bc7a1200$2217a8c0@candy> + + and make similar changes to win32/makefile.mk + and delete a spurious extra line from that file + Branch: perl + ! win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 27887] By: rgs on 2006/04/18 14:02:23 + Log: Addition to README.riscos suggested by Nicholas + Branch: perl + ! README.riscos +____________________________________________________________________________ +[ 27886] By: nicholas on 2006/04/18 13:18:27 + Log: Note that Rafael has done the first cut of state variables. + Document that UTF-8 cleansing the tokeniser and the pads is TODO. + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 27885] By: nicholas on 2006/04/18 13:10:35 + Log: Relocatable @INC and parallel builds pretty much work now. + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 27884] By: rgs on 2006/04/18 12:48:31 + Log: Subject: [PATCH] Support compiling for RISC OS + From: Alex Waugh + Date: Mon, 17 Apr 2006 00:14:26 +0100 + Message-ID: <2498b2184e.ajw498@caramel.cp15.org> + Branch: perl + + README.riscos hints/riscos.sh + ! MANIFEST ext/Errno/Errno_pm.PL hv.c util.c +____________________________________________________________________________ +[ 27883] By: nicholas on 2006/04/18 11:18:12 + Log: Coverity still thinks that there is a route through do_vop that can + leak resources. I believe that it's spotted that you can skip all the + cases in the switch. Plug that hole. + Branch: perl + ! doop.c +____________________________________________________________________________ +[ 27882] By: nicholas on 2006/04/18 10:54:15 + Log: Coverity insists that if we deference a pointer without checking, and + subsequently check that same pointer before deferencing it, something + in our code or our logic is bogus. So assert() that it's safe the + first time and remove the second check. + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 27881] By: nicholas on 2006/04/17 20:50:34 + Log: Fix an error, spotted by Tim Bunce. + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 27880] By: nicholas on 2006/04/17 20:41:00 + Log: Coderefs in @INC are done and documented. + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 27879] By: nicholas on 2006/04/17 20:35:52 + Log: Document all the return values that code references in @INC can return. + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 27878] By: stevep on 2006/04/17 20:05:03 + Log: Patch to fix RT #31227: perldoc -f, -q ignores extra arguments with no notice. + Never made it to the mailing list though, so, was never found. Patch + previously provided to the Pod-Perldoc CPAN RT queue. + Branch: perl + ! lib/Pod/Perldoc.pm +____________________________________________________________________________ +[ 27877] By: nicholas on 2006/04/17 19:12:23 + Log: Coverity is upset about a signed int in ext/Filter/Util/Call/Call.xs, + but the real problem is down in Perl_filter_read() in toke.c. + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 27876] By: nicholas on 2006/04/17 18:30:59 + Log: Coverity is a persistent beast. Hot on the tails of fixing one leak, + it notices a slightly earlier leak. + (Which also suggests that marking bugs as RESOLVED isn't a great plan, + as it's not clear whether that calls off the dogs of war. I'd much + prefer it to be forced to scan again, and give a positve "all clear" + (or more accurately "nowt wrong I can see with that")) + Branch: perl + ! ext/Storable/Storable.xs +____________________________________________________________________________ +[ 27875] By: nicholas on 2006/04/17 16:52:54 + Log: Turn on UTF8 cache assertions with -Ca + Branch: perl + ! locale.c perl.c perl.h pod/perlrun.pod util.c +____________________________________________________________________________ +[ 27874] By: nicholas on 2006/04/17 16:52:07 + Log: Oops. Change 27826 had an error in the definition of BGET_PADOFFSET(). + Branch: perl + ! ext/ByteLoader/bytecode.h +____________________________________________________________________________ +[ 27873] By: stevep on 2006/04/17 16:49:51 + Log: Upgrade to CGI.pm-3.19. + Branch: perl + ! lib/CGI.pm lib/CGI/Changes +____________________________________________________________________________ +[ 27872] By: nicholas on 2006/04/17 15:33:21 + Log: Note that PVIOs probably aren't worth shrinking. Note 3 possible + subflags for -C if the two Unicode TODOs are done. + Branch: perl + ! pod/perlrun.pod pod/perltodo.pod +____________________________________________________________________________ +[ 27871] By: nicholas on 2006/04/17 15:11:03 + Log: Subject: Re: [PATCH] update to pp_complement() via Coverity + From: SADAHIRO Tomoyuki + Message-Id: <20060416184044.4ADB.BQW10602@nifty.com> + Date: Sun, 16 Apr 2006 18:45:37 +0900 + + Subject: Re: [PATCH] update to pp_complement() via Coverity + From: SADAHIRO Tomoyuki + Message-Id: <20060417230614.20A5.BQW10602@nifty.com> + Date: Mon, 17 Apr 2006 23:06:21 +0900 + Branch: perl + ! pp.c t/op/bop.t +____________________________________________________________________________ +[ 27870] By: nicholas on 2006/04/17 14:48:13 + Log: In Change 27764 I forgot to at PL_hints_mutex to the list of symbols to + exclude when not compiling with ithreads. It would be good to automate + the processing of this. + Branch: perl + ! makedef.pl +____________________________________________________________________________ +[ 27869] By: nicholas on 2006/04/17 13:38:30 + Log: Subject: [PATCH] (tentative) regcomp.c: try convincing Coverity that data ptr in study_chunk is non-NULL when needed + From: jhi@cc.hut.fi (Jarkko Hietaniemi) + Message-Id: <20060416092648.812D36CF2D@aprikoosi.hut.fi> + Date: Sun, 16 Apr 2006 12:26:48 +0300 (EEST) + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 27868] By: nicholas on 2006/04/17 13:15:34 + Log: Note in av_store() that S_regclass relies on being able to pass NULL. + Branch: perl + ! av.c +____________________________________________________________________________ +[ 27867] By: nicholas on 2006/04/17 13:14:55 + Log: Add assertions to cover cases where the Coverity scanner thinks we + could are deferencing a NULL pointer, but we think it missed something + it should have been capable of figuring out. + Branch: perl + ! hv.c op.c +____________________________________________________________________________ +[ 27866] By: nicholas on 2006/04/17 12:48:43 + Log: Add Dave's explainations of why certain pointers are always non-NULL, + and assert() that it is true. + Branch: perl + ! regexec.c +____________________________________________________________________________ +[ 27865] By: stevep on 2006/04/17 12:30:08 + Log: Subject: [PATCH] fix cygwin build + From: Yitzchak Scott-Thoennes + Date: Sun, 16 Apr 2006 18:05:20 -0700 + Message-ID: <20060417010520.GA2888@efn.org> + Branch: perl + ! cygwin/Makefile.SHs +____________________________________________________________________________ +[ 27863] By: merijn on 2006/04/17 12:18:07 + Log: Support for -DDEBUGGING and its alias -DEBUGGING + Branch: perl + ! Configure INSTALL config_h.SH +____________________________________________________________________________ +[ 27862] By: nicholas on 2006/04/17 12:07:23 + Log: Revert change 27818, as change 27853 fixes the real bug. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 27861] By: stevep on 2006/04/17 11:53:04 + Log: Subject: [PATCH] Compress::Zlib + From: "Paul Marquess" + Date: Mon, 17 Apr 2006 10:58:30 +0100 + Message-ID: <019b01c66205$7dc7ea50$6601a8c0@myopwv.com> + Branch: perl + ! ext/Compress/Zlib/lib/Compress/Zlib.pm + ! ext/Compress/Zlib/t/14gzopen.t +____________________________________________________________________________ +[ 27860] By: nicholas on 2006/04/17 11:39:27 + Log: Subject: [PATCH] pp_ctl.c caching + From: andy@petdance.com (Andy Lester) + Message-ID: <20060417044035.GA28818@petdance.com> + Date: Sun, 16 Apr 2006 23:40:35 -0500 + Branch: perl + ! pp_ctl.c +____________________________________________________________________________ +[ 27859] By: nicholas on 2006/04/17 11:37:38 + Log: Subject: [PATCH] dooop.c: the strong asserts in Sv* macros could cause memory leakage -- move the macro calls earlier (Coverity CID 84) + From: jhi@cc.hut.fi (Jarkko Hietaniemi) + Message-Id: <20060417071937.C13346CF2D@aprikoosi.hut.fi> + Date: Mon, 17 Apr 2006 10:19:37 +0300 (EEST) + Branch: perl + ! doop.c +____________________________________________________________________________ +[ 27857] By: nicholas on 2006/04/17 10:28:40 + Log: Revert 27856. + Branch: perl + ! doop.c +____________________________________________________________________________ +[ 27856] By: nicholas on 2006/04/17 10:24:58 + Log: The danger of piping an mbox to patch is that it contains more than + one message. So both: + + Subject: [PATCH] doop.c: one more code path where memory could leak (Coverity) + From: jhi@cc.hut.fi (Jarkko Hietaniemi) + Message-Id: <20060416081925.680336CF2D@aprikoosi.hut.fi> + Date: Sun, 16 Apr 2006 11:19:25 +0300 (EEST) + + and + + Subject: [PATCH] doop.c: one more code path where memory could leak (Coverity) + From: jhi@cc.hut.fi (Jarkko Hietaniemi) + Message-Id: <20060416081925.680336CF2D@aprikoosi.hut.fi> + Date: Sun, 16 Apr 2006 11:19:25 +0300 (EEST) + Branch: perl + ! doop.c +____________________________________________________________________________ +[ 27855] By: davem on 2006/04/16 23:30:36 + Log: generalize the 'continue on success' mechanism of deferred REs + Branch: perl + ! regexec.c regexp.h +____________________________________________________________________________ +[ 27854] By: davem on 2006/04/16 23:12:31 + Log: abstract regmatch slab access with SLAB_FIRST and SLAB_LAST macros + Branch: perl + ! regexec.c +____________________________________________________________________________ +[ 27853] By: davem on 2006/04/16 23:07:13 + Log: stop PL_op and PL_curpad referring to different pads at start of doeval + (this could make find_uninit_var do Bad Things) + Branch: perl + ! pp_ctl.c +____________________________________________________________________________ +[ 27852] By: nicholas on 2006/04/16 21:44:59 + Log: Fix bug introduced with change 27841. (len + 1, not just len). + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 27851] By: nicholas on 2006/04/16 19:06:19 + Log: Coverity is flagging a potential problem because it sees a check for + NULL and assumes that this means that the variable host could be + NULL. It can't, and the check added in change 13291 was a little bit + more than the minimal solution needed for the bug report + [ID 20011126.148] + Hence remove the NULL check. + Branch: perl + ! ext/Socket/Socket.xs +____________________________________________________________________________ +[ 27850] By: nicholas on 2006/04/16 18:09:33 + Log: Subject: [PATCH] op.c patch, 2nd version + From: andy@petdance.com (Andy Lester) + Message-ID: <20060415042924.GA1786@petdance.com> + Date: Fri, 14 Apr 2006 23:29:24 -0500 + Branch: perl + ! op.c +____________________________________________________________________________ +[ 27849] By: nicholas on 2006/04/16 15:04:36 + Log: A scalar reference returned from a coderef in @INC is treated as the + initial "content" of the file. When it is exhausted input is taken + from a real file handle, or a generator sub, if either exists. + Branch: perl + ! pp_ctl.c t/op/incfilter.t +____________________________________________________________________________ +[ 27848] By: stevep on 2006/04/16 14:03:59 + Log: Subject: [PATCH] remove some cruft from makedef.pl + From: "Jan Dubois" + Date: Sun, 16 Apr 2006 02:05:00 -0700 + Message-ID: <022e01c66134$d7a8dec0$2217a8c0@candy> + Branch: perl + ! embed.fnc global.sym makedef.pl +____________________________________________________________________________ +[ 27847] By: stevep on 2006/04/16 13:52:47 + Log: Subject: [PATCH] testcase for change #27832 + From: "Jan Dubois" + Date: Sun, 16 Apr 2006 00:57:00 -0700 + Message-ID: <022a01c6612b$575cb7e0$2217a8c0@candy> + Branch: perl + ! lib/Pod/Html.pm lib/Pod/t/htmllink.pod +____________________________________________________________________________ +[ 27846] By: stevep on 2006/04/16 13:44:47 + Log: Stray pod/perlapi.pod change found after a regen. + Branch: perl + ! pod/perlapi.pod +____________________________________________________________________________ +[ 27845] By: stevep on 2006/04/16 13:43:01 + Log: Subject: [PATCH] dump.c patch redux + From: andy@petdance.com (Andy Lester) + Date: Sun, 16 Apr 2006 00:29:36 -0500 + Message-ID: <20060416052936.GA19143@petdance.com> + Branch: perl + ! dump.c embed.fnc embed.h proto.h +____________________________________________________________________________ +[ 27843] By: nicholas on 2006/04/16 13:25:18 + Log: Perl_do_vop can profitably use Perl_sv_usepvn_flags, as it has + allocated space for an initialised a trailing NUL. + Branch: perl + ! doop.c +____________________________________________________________________________ +[ 27842] By: nicholas on 2006/04/16 12:06:57 + Log: In Perl_sv_usepvn_flags, assert() that the caller has RTFM. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 27841] By: nicholas on 2006/04/16 11:35:38 + Log: Provide a new flag for sv_usepvn_flags, SV_HAS_TRAILING_NUL, which + signals that the buffer passed in is already well-formed for use as + SvPVX (i.e. it is followed by a trailing NUL), and hence the realloc() + to add a NUL can be skipped. + Branch: perl + ! pp.c sv.c sv.h +____________________________________________________________________________ +[ 27840] By: nicholas on 2006/04/16 11:03:28 + Log: Merge sv_usepvn and sv_usepvn_mg into sv_usepvn_flags. "Promote" the + other two to mathoms.c + Branch: perl + ! embed.fnc embed.h global.sym mathoms.c proto.h sv.c sv.h +____________________________________________________________________________ +[ 27839] By: nicholas on 2006/04/16 10:37:46 + Log: In Perl_sv_usepvn(), force a move under DEBUGGING to shake out caller + bugs. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 27838] By: nicholas on 2006/04/16 10:37:04 + Log: Fix htmllink.t to cater for the case where perladmin isn't an empty + string. + Branch: perl + ! lib/Pod/t/htmllink.t +____________________________________________________________________________ +[ 27837] By: nicholas on 2006/04/16 09:36:18 + Log: Coverity notes that we might be dereferencing fgv before a check that + it's not NULL. In fact, the code ordering meant that one "if (fgv)" + would always be true. So fix this. + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 27836] By: stevep on 2006/04/16 05:24:04 + Log: Subject: [PATCH] update to pp_complement() via Coverity + From: andy@petdance.com (Andy Lester) + Date: Sun, 16 Apr 2006 00:14:23 -0500 + Message-ID: <20060416051423.GA17063@petdance.com> + Branch: perl + ! pp.c +____________________________________________________________________________ +[ 27835] By: stevep on 2006/04/16 05:17:57 + Log: Subject: [PATCH] clean up hv_assert() + From: andy@petdance.com (Andy Lester) + Date: Sat, 15 Apr 2006 23:18:27 -0500 + Message-ID: <20060416041827.GA3031@petdance.com> + Branch: perl + ! hv.c +____________________________________________________________________________ +[ 27834] By: stevep on 2006/04/16 05:12:56 + Log: Subject: [PATCH] Removed unused var in a macro + From: andy@petdance.com (Andy Lester) + Date: Sat, 15 Apr 2006 23:32:53 -0500 + Message-ID: <20060416043253.GA3438@petdance.com> + Branch: perl + ! thread.h +____________________________________________________________________________ +[ 27833] By: stevep on 2006/04/16 04:59:19 + Log: Subject: [PATCH] Change anchor generation in Pod::Html for "=item item 2" + From: "Jan Dubois" + Date: Fri, 14 Apr 2006 13:13:20 -0700 + Message-ID: <017a01c65fff$dfd0f370$2217a8c0@candy> + Branch: perl + ! lib/Pod/Html.pm lib/Pod/t/htmllink.t +____________________________________________________________________________ +[ 27832] By: stevep on 2006/04/16 04:50:15 + Log: Subject: [PATCH] Pod::Html::depod() doesn't work correctly for multi-line strings + From: "Jan Dubois" + Date: Mon, 10 Apr 2006 15:32:23 -0700 + Message-ID: <017b01c65cee$a2f5fe00$6062a8c0@candy> + Branch: perl + ! lib/Pod/Html.pm +____________________________________________________________________________ +[ 27831] By: stevep on 2006/04/16 04:41:34 + Log: Subject: [PATCH] Missing part of change 25186 + From: "Jan Dubois" + Date: Thu, 13 Apr 2006 18:26:29 -0700 + Message-ID: <009401c65f62$74fded70$2217a8c0@candy> + Branch: perl + ! lib/Pod/t/htmllink.t +____________________________________________________________________________ +[ 27830] By: stevep on 2006/04/16 04:37:46 + Log: Subject: [PATCH] Missing part of change 25676 + From: "Jan Dubois" + Date: Thu, 13 Apr 2006 18:19:26 -0700 + Message-ID: <009001c65f61$78866d60$2217a8c0@candy> + Branch: perl + ! lib/Pod/t/htmllink.t +____________________________________________________________________________ +[ 27829] By: nicholas on 2006/04/15 23:51:10 + Log: Subject: [PATCH] Handle null io in leavewrite (not possible?) (Coverity) + From: bah@longitude.com + Message-ID: <1661.38.96.138.153.1145124821.squirrel@mail.longitude.com> + Date: Sat, 15 Apr 2006 14:13:41 -0400 (EDT) + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 27828] By: nicholas on 2006/04/15 23:41:23 + Log: Subject: [PATCH] Potential (?) memory leak in Storable.xs (Coverity) + From: bah@longitude.com + Message-ID: <1561.38.96.138.153.1145123650.squirrel@mail.longitude.com> + Date: Sat, 15 Apr 2006 13:54:10 -0400 (EDT) + Branch: perl + ! ext/Storable/Storable.xs +____________________________________________________________________________ +[ 27827] By: nicholas on 2006/04/15 22:44:30 + Log: Teach Perl_do_sv_dump how to cope with IOs that have bogus things in + GV slots. (Which source filters are prone to do to them). + Branch: perl + ! dump.c +____________________________________________________________________________ +[ 27826] By: nicholas on 2006/04/15 21:50:12 + Log: Coverity was getting upset about an assignment from a function + returning int to a U8 variable. Curiously it was only getting upset + about the first of many. + However, we are doing NO ERROR CHECKING on whether we read in the + requested number of bytes of bytecode. All except BGET_op_tr_array + will now croak on a short read. + Branch: perl + ! ext/ByteLoader/bytecode.h +____________________________________________________________________________ +[ 27825] By: nicholas on 2006/04/15 21:43:13 + Log: Coverity reports that Storable can potentially cause a NULL pointer + dereference while iterating a hash. This should never happen unless + the hash lies about how many keys it has, so croak if a fib is spotted. + Branch: perl + ! ext/Storable/Storable.xs +____________________________________________________________________________ +[ 27824] By: nicholas on 2006/04/15 21:11:44 + Log: Coverity notes that resource are leaked in the unfinished and never + called function _utf8_to_bytes. + Branch: perl + ! ext/Encode/Encode.xs +____________________________________________________________________________ +[ 27823] By: nicholas on 2006/04/15 20:55:20 + Log: Coverity correctly reports that gv might (just) be NULL. So don't + derefernece it if it is. + Branch: perl + ! ext/IO/IO.pm ext/IO/IO.xs +____________________________________________________________________________ +[ 27822] By: nicholas on 2006/04/15 20:54:44 + Log: Update the assertion to a croak "Out of range special SV number" + to give ByteLoader more meaningful failure diagnostics. + Branch: perl + ! ext/ByteLoader/bytecode.h +____________________________________________________________________________ +[ 27821] By: nicholas on 2006/04/15 20:19:22 + Log: I believe that it makes little sense for the simple user filters + provided by coderefs to be run in block mode. Hence always read from + the upstream filter in line mode, and always call the user's filter + with 1 line. + Branch: perl + ! pp_ctl.c +____________________________________________________________________________ +[ 27820] By: nicholas on 2006/04/15 20:01:58 + Log: Fix a bug - the introduction of the caching code means that we should + initialise the SV upstream after it. + assert that filter_sub is always non-null now. + Branch: perl + ! pp_ctl.c +____________________________________________________________________________ +[ 27819] By: nicholas on 2006/04/15 19:37:32 + Log: Augment the user filter caching code so that if the user filter returns + multiple lines, only one line at a time is returned. + Rename the variable len to status, as it is the status value. + Branch: perl + ! pp_ctl.c t/op/incfilter.t +____________________________________________________________________________ +[ 27818] By: nicholas on 2006/04/15 19:17:51 + Log: Deep in the bowels of creating new and exciting bugs, I managed to + segfault the uninitialised value reporting code. This protects against + the segfault. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 27817] By: nicholas on 2006/04/15 18:08:04 + Log: $foo .= $bar doesn't warn if $foo is undefined, so simplify code. + Branch: perl + ! t/op/incfilter.t +____________________________________________________________________________ +[ 27816] By: nicholas on 2006/04/15 18:05:12 + Log: If the downstream caller wants block mode, and we're in line mode, + then don't return more bytes than they asked for. Hold bytes over + until next time if necessary. + Branch: perl + ! pp_ctl.c t/op/incfilter.t +____________________________________________________________________________ +[ 27815] By: nicholas on 2006/04/15 17:00:54 + Log: Eliminate the filter_child_proc hack from pp_require. + Branch: perl + ! pp_ctl.c +____________________________________________________________________________ +[ 27814] By: nicholas on 2006/04/15 16:43:22 + Log: If you return void from a filter subroutine, the caller's status is + used. If not, your last statement is the return value, and if it keeps + being +ve you'll never hit EOF. + The probably should be a sanity check for this in toke.c, but I'm not + sure how. + Branch: perl + ! t/op/incfilter.t +____________________________________________________________________________ +[ 27813] By: nicholas on 2006/04/15 16:42:23 + Log: Tests for having multiple pipes open simultaneously. + (See comment added in change 3771 about this apparently being buggy) + Branch: perl + ! t/op/inccode.t +____________________________________________________________________________ +[ 27812] By: nicholas on 2006/04/15 13:45:13 + Log: Add more tests for the builtin source filter implementation, and fix + two bugs - it would loop infinitely if data were already in the read + buffer, and it would process those data twice. + Branch: perl + ! pp_ctl.c t/op/incfilter.t +____________________________________________________________________________ +[ 27811] By: nicholas on 2006/04/15 11:59:26 + Log: Add a test for source filters returned from code references in @INC. + Branch: perl + + t/op/incfilter.t + ! MANIFEST +____________________________________________________________________________ +[ 27810] By: nicholas on 2006/04/15 11:22:29 + Log: Bump the expect file count in readdir.t. We keep writing more tests. + Branch: perl + ! t/op/readdir.t +____________________________________________________________________________ +[ 27809] By: nicholas on 2006/04/15 10:51:48 + Log: Subject: [PATCH] perlio.c: layer data might be allocated and unused (Coverity) + From: jhi@cc.hut.fi (Jarkko Hietaniemi) + Message-Id: <20060415082417.24F0A6D08C@ugli.hut.fi> + Date: Sat, 15 Apr 2006 11:24:17 +0300 (EEST) + + (with a correction) + Branch: perl + ! perlio.c +____________________________________________________________________________ +[ 27808] By: craigb on 2006/04/15 06:05:44 + Log: Fix bug in prime_env_iter where the terms of a comparison were reversed + so we thought we didn't have a logical name table when we did. Reported as: + Subject: LWP::Simple crashes on VMSperl + From: "juna" + Date: 24 Mar 2006 13:52:41 -0800 + Newsgroups: comp.os.vms,comp.lang.perl.misc + Message-ID: <1143237161.931669.48370@t31g2000cwb.googlegroups.com> + Branch: perl + ! vms/vms.c +____________________________________________________________________________ +[ 27807] By: craigb on 2006/04/15 00:45:26 + Log: Honor READALL privilege in cando_by_name (from Scott + Lepage of HP OpenVMS Engineering) + Branch: perl + ! vms/vms.c +____________________________________________________________________________ +[ 27806] By: craigb on 2006/04/15 00:42:41 + Log: Don't die after SS$_NOPRIV in Perl_vmssetenv, courtesy + of Scott Lepage at HP. + Branch: perl + ! vms/vms.c +____________________________________________________________________________ +[ 27805] By: nicholas on 2006/04/14 20:44:27 + Log: Change SAVECOPWARNINGS(c) to SAVECOMPILEWARNINGS() - it's only used to + save the warnings on PL_compiling, so constraining its use to what we + can test seems to make sense. Particularly as testing Perl_ss_dup is + tricky. + Branch: perl + ! op.c pp_ctl.c scope.c scope.h sv.c +____________________________________________________________________________ +[ 27804] By: nicholas on 2006/04/14 19:44:34 + Log: In the description of require, clarify the file handle return and why + C must be qualified. + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 27803] By: nicholas on 2006/04/14 16:43:03 + Log: S_glob_2inpuv() did not check if lenp was NULL. Oops. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 27802] By: nicholas on 2006/04/14 16:18:30 + Log: Replace explict "/dev/null" with BIT_BUCKET, which varies by platform. + Branch: perl + ! pp_ctl.c +____________________________________________________________________________ +[ 27801] By: rgs on 2006/04/14 16:11:19 + Log: Subject: [PATCH] doop.c: (Coverity) found a bug but not quite what Coverity thought it did (try valgrind on the new bop.t without the doop.c patch) + From: jhi@cc.hut.fi (Jarkko Hietaniemi) + Date: Thu, 13 Apr 2006 19:20:46 +0300 (EEST) + Message-Id: <20060413162046.5F9636D08C@ugli.hut.fi> + Branch: perl + ! doop.c pod/perlapi.pod sv.c t/op/bop.t +____________________________________________________________________________ +[ 27800] By: nicholas on 2006/04/14 14:45:04 + Log: Mark new_warnings_bitfield as XE, and add it to __DATA__ in makedef.pl + Remove a reference to the deleted function Perl_refcounted_he_dup. + Branch: perl + ! embed.fnc embed.h global.sym makedef.pl +____________________________________________________________________________ +[ 27799] By: stevep on 2006/04/14 12:16:01 + Log: Subject: [PATCH] IO::Compress::* + From: Paul Marquess + Date: Fri, 14 Apr 2006 09:05:39 +0100 + Message-ID: <004f01c65f9a$3871eb30$2405140a@myopwv.com> + Branch: perl + ! ext/Compress/IO/Base/Changes + ! ext/Compress/IO/Base/lib/IO/Compress/Base.pm + ! ext/Compress/IO/Base/lib/IO/Compress/Base/Common.pm + ! ext/Compress/IO/Base/lib/IO/Uncompress/AnyUncompress.pm + ! ext/Compress/IO/Base/lib/IO/Uncompress/Base.pm + ! ext/Compress/IO/Zlib/Changes ext/Compress/IO/Zlib/README + ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Deflate.pm + ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Identity.pm + ! ext/Compress/IO/Zlib/lib/IO/Compress/Deflate.pm + ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip.pm + ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip/Constants.pm + ! ext/Compress/IO/Zlib/lib/IO/Compress/RawDeflate.pm + ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip.pm + ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip/Constants.pm + ! ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Constants.pm + ! ext/Compress/IO/Zlib/lib/IO/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/t/105oneshot-zip-only.t + ! ext/Compress/Raw/Zlib/README + ! ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm + ! ext/Compress/Zlib/README + ! ext/Compress/Zlib/lib/Compress/Zlib.pm + ! t/lib/compress/generic.pl +____________________________________________________________________________ +[ 27798] By: nicholas on 2006/04/14 11:50:56 + Log: Subject: [PATCH] perlio.c: (Coverity) eliminate temp ptr that confuses Coverity into thinking there is a resource leak + From: jhi@cc.hut.fi (Jarkko Hietaniemi) + Message-Id: <20060414085644.94A076D08C@ugli.hut.fi> + Date: Fri, 14 Apr 2006 11:56:44 +0300 (EEST) + Branch: perl + ! perlio.c +____________________________________________________________________________ +[ 27797] By: stevep on 2006/04/14 11:26:59 + Log: Reverting change #27791 which may cause corruption addition corruption + within a regular expression. + Branch: perl + ! regexec.c +____________________________________________________________________________ +[ 27796] By: rgs on 2006/04/14 08:42:27 + Log: Fix implementation of threads->_handle on unixes. + See : + Subject: RE: [PATCH] 2nd patch to sync blead 'threads' with CPAN [REPOST] + From: "Jerry D. Hedden" + Date: Tue, 04 Apr 2006 09:25:20 -0700 + Message-ID: <20060404092520.fb30e530d17747c2b054d625b8945d88.4a8a6b16c9.wbe@email.email.secureserver.net> + Branch: perl + ! ext/threads/threads.xs +____________________________________________________________________________ +[ 27795] By: nicholas on 2006/04/13 21:59:52 + Log: (Hopefully) fix coredumps in ByteLoader, which were a side effect of + fixing a bug in B, and non-robust autogenerated code. When + autogenerating initialiser statements for an array, it's a bad plan to + have the size of that array hard coded. + Branch: perl + ! bytecode.pl ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c +____________________________________________________________________________ +[ 27794] By: davem on 2006/04/13 18:31:54 + Log: eliminate PL_regbol PL_regtill PL_regnarrate PL_reg_ganch PL_reg_sv + (only another 434 to go ...) + Branch: perl + ! embed.fnc proto.h regexec.c regexp.h sv.c +____________________________________________________________________________ +[ 27793] By: davem on 2006/04/13 17:16:41 + Log: disable 'split /(?{ split "" })/' test until recursive split is fixed + Branch: perl + ! t/op/pat.t +____________________________________________________________________________ +[ 27792] By: nicholas on 2006/04/13 16:14:23 + Log: Remove SAVEt_FREESHAREDPV, as nothing is using it, and it isn't catered + for in Perl_ss_dup, hence nothing is testing it and nothing will alert + us if it breaks. + Branch: perl + ! scope.c scope.h +____________________________________________________________________________ +[ 27791] By: stevep on 2006/04/13 15:08:04 + Log: Add another NULL check thanks to Coverity. + Branch: perl + ! regexec.c +____________________________________________________________________________ +[ 27790] By: nicholas on 2006/04/13 14:14:57 + Log: For duping SAVEHINTS it rather helps if you pay attention to what is + actually being pushed onto the save stack. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 27789] By: nicholas on 2006/04/13 13:53:55 + Log: Subject: [PATCH] regexec.c: (Coverity) add NULL check + From: Jarkko Hietaniemi + Message-Id: <200604131252.k3DCqFUL497781@kosh.hut.fi> + Date: Thu, 13 Apr 2006 15:52:15 +0300 (EEST) + Branch: perl + ! regexec.c +____________________________________________________________________________ +[ 27788] By: nicholas on 2006/04/13 13:28:50 + Log: Subject: [PATCH] regexec.c: (Coverity) move NULL check even earlier + From: Jarkko Hietaniemi + Message-Id: <200604131239.k3DCdXhe124107@kosh.hut.fi> + Date: Thu, 13 Apr 2006 15:39:33 +0300 (EEST) + Branch: perl + ! regexec.c +____________________________________________________________________________ +[ 27787] By: nicholas on 2006/04/13 13:02:30 + Log: Add a break; to the end of the SAVEt_COP_WARNINGS case, and don't try + to dereference cop_hints if it's NULL. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 27786] By: nicholas on 2006/04/13 12:40:24 + Log: Fix B and ByteLoader to cope with cop_warnings no longer being an SV. + Branch: perl + ! bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm + ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c +____________________________________________________________________________ +[ 27785] By: nicholas on 2006/04/13 10:46:32 + Log: Add SAVEt_COP_WARNINGS to ss_dup. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 27784] By: nicholas on 2006/04/13 10:09:20 + Log: Subject: Re: [PATCH] add pTHX_ parameter to new_warnings_bitfield() + From: Steve Hay + Message-ID: <443E1998.9090909@uk.radan.com> + Date: Thu, 13 Apr 2006 10:27:52 +0100 + Branch: perl + ! embed.fnc mg.c perl.c pp_ctl.c proto.h util.c +____________________________________________________________________________ +[ 27783] By: davem on 2006/04/13 02:20:33 + Log: eliminate PL_reg_re + (only another 439 to go ...) + Branch: perl + ! embed.fnc embed.h pod/perlintern.pod proto.h regcomp.c + ! regexec.c regexp.h sv.c +____________________________________________________________________________ +[ 27782] By: davem on 2006/04/12 23:51:57 + Log: Subject: [perl #38906] Regex engine does not release MINMOD + From: "Animator via RT" + Message-ID: + Date: Wed, 12 Apr 2006 15:27:41 -0700 + + zero-length minimum matches that failed could leak into a following + maximal match + Branch: perl + ! regexec.c t/op/re_tests +____________________________________________________________________________ +[ 27781] By: nicholas on 2006/04/12 23:17:18 + Log: D'oh! Don't try to do #ifdefs inside "functions" that are actually + macros. + Branch: perl + ! hv.c +____________________________________________________________________________ +[ 27780] By: nicholas on 2006/04/12 22:49:58 + Log: Add tests for all the other types that %^H serialisation is supposed + to support. In the process, found and corrected a bug. + Tests are good, m'kay. + Branch: perl + ! hv.c t/op/caller.t +____________________________________________________________________________ +[ 27779] By: nicholas on 2006/04/12 22:45:12 + Log: Change cop_warnings from an SV holding the warnings bitmask to a + directly (shared) malloc()ed buffer holding the warnings bitmask. + This avoids bugs/crashes when the interpreter that created an optree + is freed but the optree remains in use by other interpreters. + Branch: perl + ! cop.h embed.fnc embed.h mg.c op.c perl.c pp_ctl.c proto.h + ! scope.c scope.h sv.c util.c warnings.h warnings.pl +____________________________________________________________________________ +[ 27778] By: davem on 2006/04/12 22:43:03 + Log: Remove the final recursion path from S_regmatch: (??{...}) + Also put PUSH/POP_STATE infastructure in place + Also eliminate PL_reg_call_cc + (only another 440 global vars to go ...) + Branch: perl + ! regexec.c regexp.h sv.c +____________________________________________________________________________ +[ 27777] By: nicholas on 2006/04/12 16:18:30 + Log: Test that we can do embedded 0 bytes in hints. + Branch: perl + ! t/op/caller.t +____________________________________________________________________________ +[ 27776] By: nicholas on 2006/04/12 16:01:08 + Log: Store cop_hints as a shared structure without using any SVs (on + ithreads). + Branch: perl + ! hv.c hv.h +____________________________________________________________________________ +[ 27775] By: nicholas on 2006/04/12 14:14:50 + Log: Remove Perl_refcounted_he_copy and Perl_refcounted_he_dup. + Branch: perl + ! embed.fnc embed.h hv.c proto.h +____________________________________________________________________________ +[ 27774] By: nicholas on 2006/04/12 12:31:29 + Log: Newxz() can use calloc() rather than malloc(), as the implementation + of calloc() may know that it has fresh pages from the OS, and so + doesn't need to zero them itself. Plus our object code should be + slightly smaller. + Branch: perl + ! handy.h +____________________________________________________________________________ +[ 27773] By: nicholas on 2006/04/12 12:01:38 + Log: As OPs are shared between threads, they should be using + PerlMemShared_*alloc functions, rather than per-thread *alloc()s. + Branch: perl + ! op.c op.h +____________________________________________________________________________ +[ 27772] By: nicholas on 2006/04/11 22:17:25 + Log: Subject: [PATCH] regexec.c: move NULL check earlier to make Coverity happier + From: Jarkko Hietaniemi + Message-Id: <200604112004.k3BK4mV3097400@kosh.hut.fi> + Date: Tue, 11 Apr 2006 23:04:48 +0300 (EEST) + Branch: perl + ! regexec.c +____________________________________________________________________________ +[ 27771] By: nicholas on 2006/04/11 21:53:33 + Log: Subject: [PATCH] regcomp.c (try II): use &PL_sv_undef for listsv as suggested by Nick + From: Jarkko Hietaniemi + Message-Id: <200604112053.k3BKrPgk310001@kosh.hut.fi> + Date: Tue, 11 Apr 2006 23:53:25 +0300 (EEST) + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 27770] By: nicholas on 2006/04/11 21:03:48 + Log: Subject: [PATCH] perlio.c: false Coverity finding (it cannot see that two pointers are the same): but help Coverity by removing the temp ptr + From: Jarkko Hietaniemi + Message-Id: <200604112039.k3BKdWix334525@kosh.hut.fi> + Date: Tue, 11 Apr 2006 23:39:32 +0300 (EEST) + Branch: perl + ! perlio.c +____________________________________________________________________________ +[ 27769] By: nicholas on 2006/04/11 19:47:15 + Log: Subject: [PATCH] locale.c: more Safefree() (Coverity finding) + From: Jarkko Hietaniemi + Message-Id: <200604111908.k3BJ8ewn030950@kosh.hut.fi> + Date: Tue, 11 Apr 2006 22:08:40 +0300 (EEST) + Branch: perl + ! locale.c +____________________________________________________________________________ +[ 27768] By: nicholas on 2006/04/11 19:26:48 + Log: First stab at using the pad to store the serialised hints data. + This approach is almost certainly not only wrong, but also doomed. + But it's needed to build a correct solution. + Branch: perl + ! hv.c hv.h op.c pp_ctl.c scope.h sv.c +____________________________________________________________________________ +[ 27767] By: nicholas on 2006/04/11 18:06:30 + Log: Within Perl_newSVhek, inline most of newSVpvn_share(), because + share_hek_hek() is far more efficient than sharepvn(). + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 27766] By: nicholas on 2006/04/11 16:17:13 + Log: Stop Perl_newSVpvn_share() potentially leaking the return result from + bytes_from_utf8(). + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 27764] By: nicholas on 2006/04/11 13:47:05 + Log: Need to migrate the refcounted_he structure to be properly shared. + Add a mutex for manipulated their reference counts. + Unwrap the structure, so that for ithreads it can store SVs in pads. + Branch: perl + ! dosish.h embedvar.h hv.c hv.h perl.c perlapi.h perlvars.h + ! symbian/symbianish.h unixish.h vms/vmsish.h win32/win32.c + ! wince/wince.c +____________________________________________________________________________ +[ 27763] By: rgs on 2006/04/11 07:54:23 + Log: Subject: [PATCH] Quiet a coverity problem + From: andy@petdance.com (Andy Lester) + Date: Mon, 10 Apr 2006 23:51:50 -0500 + Message-ID: <20060411045150.GA1422@petdance.com> + Branch: perl + ! pp.c +____________________________________________________________________________ +[ 27762] By: nicholas on 2006/04/10 19:55:49 + Log: All S_dumpuntil()'s regnode pointer arguments can be const. + Branch: perl + ! embed.fnc proto.h regcomp.c +____________________________________________________________________________ +[ 27761] By: nicholas on 2006/04/10 17:48:04 + Log: Perl_unsharepvn() was no longer being used in core, and changes to + S_unshare_hek_or_pvn() had broken it. Now fixed and tested. + Branch: perl + ! ext/XS/APItest/APItest.xs ext/XS/APItest/t/hash.t hv.c +____________________________________________________________________________ +[ 27760] By: merijn on 2006/04/10 16:35:30 + Log: config_H being the last part of my mkglossary work + Branch: perl + ! Porting/config_H +____________________________________________________________________________ +[ 27758] By: merijn on 2006/04/10 16:14:32 + Log: Regeneration of Glossary and the underlying tools. + Branch: perl + ! Porting/Glossary Porting/config.sh +____________________________________________________________________________ +[ 27757] By: rgs on 2006/04/10 15:46:27 + Log: Subject: [PATCH] Fix coverity warning in utf8.c + From: Andy Dougherty + Date: Mon, 10 Apr 2006 11:18:35 -0400 (EDT) + Message-ID: + Branch: perl + ! utf8.c +____________________________________________________________________________ +[ 27756] By: nicholas on 2006/04/10 12:21:34 + Log: Subject: [PATCH] pp_sys.c: some Coverity findings: NULL guards for format cv + From: jhi@cc.hut.fi (Jarkko Hietaniemi) + Message-Id: <20060408155541.46B796D08C@ugli.hut.fi> + Date: Sat, 8 Apr 2006 18:55:41 +0300 (EEST) + Branch: perl + ! pp_sys.c t/op/write.t +____________________________________________________________________________ +[ 27755] By: nicholas on 2006/04/10 11:56:21 + Log: Subject: [PATCH] pp_sys.c: some Coverity findings: NULL guards for io pointers + From: jhi@cc.hut.fi (Jarkko Hietaniemi) + Message-Id: <20060408155232.4C9726D08C@ugli.hut.fi> + Date: Sat, 8 Apr 2006 18:52:32 +0300 (EEST) + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 27754] By: nicholas on 2006/04/10 11:12:26 + Log: Subject: [PATCH]es: quiet some warnings (with a free AIX cpp insanity avoidance tip) + From: Jarkko Hietaniemi + Message-ID: <44375F23.6030900@gmail.com> + Date: Sat, 08 Apr 2006 09:58:43 +0300 + Branch: perl + ! op.c pad.h pp_sys.c +____________________________________________________________________________ +[ 27753] By: davem on 2006/04/10 09:10:37 + Log: Subject: [PATCH] True consting goodness in regexes + From: andy@petdance.com (Andy Lester) + Date: Mon, 10 Apr 2006 02:15:58 -0500 + Message-Id: <20060410071558.GA24756@petdance.com> + Branch: perl + ! embed.fnc proto.h regcomp.c regexec.c +____________________________________________________________________________ +[ 27752] By: nicholas on 2006/04/09 21:07:48 + Log: Fix pointer error in change 27741, spotted by John E. Malmberg. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 27751] By: stevep on 2006/04/09 19:28:35 + Log: Subject: Re: [PATCH] perlio.c: Coverity finding: finding false (Coverity notable to follow vtable logic) but adding an assert + From: Jarkko Hietaniemi + Date: Sun, 09 Apr 2006 10:18:52 +0300 + Message-ID: <4438B55C.9010604@gmail.com> + Branch: perl + ! perlio.c +____________________________________________________________________________ +[ 27750] By: stevep on 2006/04/09 18:55:07 + Log: Subject: Re: [PATCH] locale.c: Coverity finding + From: Jarkko Hietaniemi + Date: Sun, 09 Apr 2006 10:31:32 +0300 + Message-ID: <4438B854.6040301@gmail.com> + Branch: perl + ! locale.c +____________________________________________________________________________ +[ 27749] By: stevep on 2006/04/09 18:44:17 + Log: Subject: [PATCH] Rename variables in some mg_* funcs + From: andy@petdance.com (Andy Lester) + Date: Sun, 9 Apr 2006 00:20:12 -0500 + Message-ID: <20060409052012.GA15887@petdance.com> + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 27746] By: davem on 2006/04/08 23:58:51 + Log: fix potential null deref introduced by change #27716 + Branch: perl + ! regexec.c +____________________________________________________________________________ +[ 27745] By: nicholas on 2006/04/08 22:37:29 + Log: Subject: [PATCH] perlio.c: Coverity finding: finding false (Coverity not able to follow vtable logic) but adding an assert + From: jhi@cc.hut.fi (Jarkko Hietaniemi) + Message-Id: <20060408161136.CEAC86D08C@ugli.hut.fi> + Date: Sat, 8 Apr 2006 19:11:36 +0300 (EEST) + Branch: perl + ! perlio.c +____________________________________________________________________________ +[ 27744] By: nicholas on 2006/04/08 22:23:26 + Log: Subject: [PATCH] sv.c, rs.t, perlvar.pod (Coverity finding: did you know what happens with $/=\0?) + From: jhi@cc.hut.fi (Jarkko Hietaniemi) + Message-Id: <20060408152533.C4D5F6D08C@ugli.hut.fi> + Date: Sat, 8 Apr 2006 18:25:33 +0300 (EEST) + + (although I should add that this version of Coverity is actually + raising a false positive here, albeit something still interesting) + Branch: perl + ! pod/perlvar.pod sv.c t/base/rs.t +____________________________________________________________________________ +[ 27741] By: nicholas on 2006/04/08 15:14:13 + Log: As av_dup, gv_dup and hv_dup are the same as sv_dup, code in various + branches of Perl_ss_dup() is actually duplicated, so can be merged. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 27740] By: nicholas on 2006/04/08 14:46:53 + Log: By swapping the order of pushes onto the save stack for + SAVEt_GENERIC_PVREF, we can merge it with SAVEt_PPTR in Perl_ss_dup(). + Branch: perl + ! scope.c sv.c +____________________________________________________________________________ +[ 27739] By: nicholas on 2006/04/08 13:43:46 + Log: Teach ss_dup about SAVEt_RE_STATE. (As correctly as it ever was before) + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 27738] By: nicholas on 2006/04/08 12:50:13 + Log: ss_dup of SAVEt_COP_ARYBASE can use the same code as SAVEt_I8. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 27737] By: nicholas on 2006/04/07 21:24:35 + Log: Give more information in the panic in ss_dup. (Although I'm not sure + if croak() works at this point, given PerlIO's dependency on a + functional interpreter.) + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 27736] By: gisle on 2006/04/07 16:08:26 + Log: Make perl_fini() run when compiling perl with + the Sun WorkShop compiler. + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 27735] By: steveh on 2006/04/07 14:55:41 + Log: Patch from Jarkko to fix breakage caused by change #27649 + see: http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-04/msg00144.html + Branch: perl + ! malloc.c perl.h +____________________________________________________________________________ +[ 27734] By: nicholas on 2006/04/07 12:49:11 + Log: Oops. Being too terse for my own good - it's not a great idea to chain + assignment of char * to struct pmop *, even when the value is NULL. + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 27733] By: craigb on 2006/04/07 02:53:52 + Log: Subject: [patch@27694] VMS RMSEXPAND/PERL_CANDO fixes + From: "John E. Malmberg" + Date: Mon, 03 Apr 2006 07:39:10 -0400 + Message-id: <4431095E.8030003@qsl.net> + Branch: perl + ! vms/vms.c vms/vmsish.h +____________________________________________________________________________ +[ 27732] By: nicholas on 2006/04/06 15:52:37 + Log: Move all the regexp state variables into a single structure. + This allows it to be saved, restored and cloned with a single Copy() + (but inevitably still some fixup) + Branch: perl + ! embedvar.h perl.c perlapi.h regcomp.c regexp.h scope.c sv.c + ! thrdvar.h +____________________________________________________________________________ +[ 27731] By: steveh on 2006/04/06 14:55:40 + Log: Subject: Re: Smoke [5.9.4] 27728 FAIL(F) MSWin32 WinXP/.Net SP2 (x86/2 cpu) + From: Rafael Garcia-Suarez + Date: Thu, 6 Apr 2006 14:32:50 +0200 + Message-ID: <20060406143250.5a7de4b8@grubert.mandriva.com> + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 27729] By: steveh on 2006/04/06 12:16:53 + Log: Fix skip count in ext\B\t\lint.t + Branch: perl + ! ext/B/t/lint.t +____________________________________________________________________________ +[ 27728] By: nicholas on 2006/04/05 21:40:11 + Log: Save the regexp engine state as 1 block on the save stack. + Branch: perl + ! regcomp.c regexp.h scope.c scope.h +____________________________________________________________________________ +[ 27727] By: rgs on 2006/04/05 20:59:53 + Log: Subject: Re: expr foreach (...) isn't a B::Lint warning anymore + From: "Joshua ben Jore" + Date: Wed, 5 Apr 2006 01:11:11 -0500 + Message-ID: + Branch: perl + ! ext/B/B/Lint.pm ext/B/t/lint.t +____________________________________________________________________________ +[ 27726] By: nicholas on 2006/04/05 20:19:34 + Log: Perl_save_alloc can use the new(er) SSGROW rather than looping. + Branch: perl + ! scope.c +____________________________________________________________________________ +[ 27725] By: rgs on 2006/04/05 19:45:42 + Log: Assigning undef to an entry in %ENV shouldn't produce warnings, even + though it's silently converted to "" + Branch: perl + ! mg.c t/lib/warnings/mg +____________________________________________________________________________ +[ 27724] By: stevep on 2006/04/05 16:15:41 + Log: Try not to use negative values when accessing arrays in C. Yet another + Coverity catch. + Branch: perl + ! util.c +____________________________________________________________________________ +[ 27723] By: stevep on 2006/04/05 15:31:18 + Log: Initializing variables is good. This is another Coverity catch. + Branch: perl + ! gv.c +____________________________________________________________________________ +[ 27722] By: rgs on 2006/04/05 14:44:11 + Log: Subject: perlio.c breaks on Solaris/gcc when > 256 FDs are available + From: Alan Burlison + Date: Wed, 05 Apr 2006 15:52:14 +0100 + Message-ID: <4433D99E.40800@sun.com> + Branch: perl + ! perlio.c +____________________________________________________________________________ +[ 27721] By: rgs on 2006/04/05 12:56:10 + Log: There should be only one META.yml file + Branch: perl + - ext/Devel/PPPort/META.yml ext/Encode/META.yml + ! MANIFEST +____________________________________________________________________________ +[ 27720] By: rgs on 2006/04/05 12:19:11 + Log: Fix test portability on non-ASCII platforms + + Subject: Re: lib/ExtUtils/t/Constant.t problem on z/OS + From: SADAHIRO Tomoyuki + Date: Wed, 05 Apr 2006 21:13:02 +0900 + Message-Id: <20060405210426.F99D.BQW10602@nifty.com> + Branch: perl + ! lib/ExtUtils/t/Constant.t +____________________________________________________________________________ +[ 27719] By: stevep on 2006/04/05 11:49:23 + Log: Document the functions htmlify() and anchorify() in Pod::Html. + Branch: perl + ! lib/Pod/Html.pm +____________________________________________________________________________ +[ 27718] By: steveh on 2006/04/05 10:35:58 + Log: Simplify tests for fork() capabilities + + Jarkko pointed out that change #27710 was causing some + black smoke so makes the tests for fork() simpler, as + per lib\Test\Simple\t\fork.t for now. (Ideally we want + a $Config{d_pseudofork}, as suggested by Andy Dougherty, + but that'll have to wait until I get some more tuits.) + Branch: perl + ! ext/IO/t/io_multihomed.t ext/IO/t/io_pipe.t ext/IO/t/io_sock.t +____________________________________________________________________________ +[ 27717] By: davem on 2006/04/05 03:17:50 + Log: (??{...}) didn't always restore PL_reg_re. + Also trie debugging output was using a var that was no longer + valid + Branch: perl + ! regexec.c +____________________________________________________________________________ +[ 27716] By: davem on 2006/04/05 01:50:33 + Log: eliminate PL_regprecomp, PL_regprogram, PL_regnpar and PL_regdata + (only another 441 global vars to go ...) + Branch: perl + ! embed.fnc embed.h embedvar.h perlapi.h proto.h regcomp.c + ! regexec.c sv.c thrdvar.h +____________________________________________________________________________ +[ 27715] By: davem on 2006/04/05 01:26:59 + Log: restructure the EVAL branch of regmatch() to minimise local var scope + (no changes to functionality) + Branch: perl + ! regexec.c +____________________________________________________________________________ +[ 27714] By: rgs on 2006/04/04 15:15:19 + Log: Subject: Re: Making IO::Socket pass test on Win32 + From: Jim Cromie + Date: Tue, 04 Apr 2006 11:07:03 -0400 + Message-ID: <44328B97.2060903@gmail.com> + Branch: perl + ! ext/B/t/concise-xs.t +____________________________________________________________________________ +[ 27713] By: rgs on 2006/04/04 12:42:44 + Log: FEATURE_IS_ENABLED takes only one parameter now, so reflect that in + perl_keyword.pl + Branch: perl + ! perl_keyword.pl +____________________________________________________________________________ +[ 27712] By: rgs on 2006/04/04 11:42:05 + Log: Subject: [PATCH] threads.pm should overload != operator + From: "Jan Dubois" + Date: Mon, 3 Apr 2006 18:06:24 -0700 + Message-ID: <02fc01c65783$fe4820f0$2217a8c0@candy> + Branch: perl + ! ext/threads/t/basic.t ext/threads/threads.pm +____________________________________________________________________________ +[ 27711] By: rgs on 2006/04/04 11:14:27 + Log: Fix syntax error in io_pipe test + Branch: perl + ! ext/IO/t/io_pipe.t +____________________________________________________________________________ +[ 27710] By: steveh on 2006/04/04 10:34:10 + Log: Subject: Re: Making IO::Socket pass test on Win32 + From: demerphq + Date: Sun, 2 Apr 2006 11:07:19 +0200 + Message-ID: <9b18b3110604020107o6a0b594cwfc2344a172c360b0@mail.gmail.com> + + plus extra $Config{d_fork} changes to io_pipe.t and io_multihomed.t + Branch: perl + ! ext/IO/lib/IO/Socket.pm ext/IO/t/io_multihomed.t + ! ext/IO/t/io_pipe.t ext/IO/t/io_sock.t ext/IO/t/io_unix.t +____________________________________________________________________________ +[ 27709] By: rgs on 2006/04/04 08:54:05 + Log: Subject: [PATCH] Move conditional SOCKS5 code into #ifdefs + From: andy@petdance.com (Andy Lester) + Date: Mon, 3 Apr 2006 08:28:18 -0500 + Message-ID: <20060403132818.GA7820@petdance.com> + Branch: perl + ! perlio.c +____________________________________________________________________________ +[ 27708] By: gisle on 2006/04/04 08:36:02 + Log: Change 27592 disabled the building of manpages for non core-extensions + The init_MAN3PODS method need to be called when no INSTALLMAN3DIR is + present in the first place. + Branch: perl + ! lib/ExtUtils/MM_Unix.pm +____________________________________________________________________________ +[ 27707] By: rgs on 2006/04/04 07:39:59 + Log: Subject: [PATCH] "smart match" description in overload.pm is in the middle of "fallback" section + From: "Jan Dubois" + Date: Mon, 3 Apr 2006 18:11:55 -0700 + Message-ID: <02fd01c65784$c3f3c430$2217a8c0@candy> + Branch: perl + ! lib/overload.pm +____________________________________________________________________________ +[ 27706] By: craigb on 2006/04/04 03:12:34 + Log: sort out some utime() issues on VMS + Branch: perl + ! vms/perlvms.pod vms/vms.c +____________________________________________________________________________ +[ 27705] By: rgs on 2006/04/03 16:21:57 + Log: Subject: [PATCH] 2nd patch to sync blead 'threads' with CPAN [REPOST] + From: "Jerry D. Hedden" + Date: Mon, 03 Apr 2006 06:10:35 -0700 + Message-ID: <20060403061035.fb30e530d17747c2b054d625b8945d88.7482c755b8.wbe@email.email.secureserver.net> + Branch: perl + ! ext/threads/Changes ext/threads/README ext/threads/t/basic.t + ! ext/threads/t/join.t ext/threads/t/list.t + ! ext/threads/t/problems.t ext/threads/t/thread.t + ! ext/threads/threads.pm ext/threads/threads.xs +____________________________________________________________________________ +[ 27704] By: nicholas on 2006/04/03 11:32:44 + Log: Two modules in ext/ have dependencies that are post-miniperl. + Encode this information in the Makefile for now. + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 27703] By: merijn on 2006/04/03 10:02:37 + Log: Regeneration after backports of #27447, #27484, #27485, #27488, + #27489, #27490, #27491, and #27632 + Branch: perl + ! Configure config_h.SH +____________________________________________________________________________ +[ 27702] By: davem on 2006/04/03 09:56:29 + Log: undo #27700 and add a missing Safefree() + Branch: perl + ! regexec.c +____________________________________________________________________________ +[ 27701] By: rgs on 2006/04/03 09:50:45 + Log: Subject: [PATCH] SvREFCNT_inc tweaks + From: andy@petdance.com (Andy Lester) + Date: Sat, 1 Apr 2006 02:01:30 -0600 + Message-ID: <20060401080130.GA19372@petdance.com> + Branch: perl + ! op.c pad.c perlio.c +____________________________________________________________________________ +[ 27700] By: rgs on 2006/04/03 09:07:20 + Log: Subject: [PATCH] Removed unused code in regexec.c + From: andy@petdance.com (Andy Lester) + Date: Mon, 3 Apr 2006 00:00:50 -0500 + Message-ID: <20060403050050.GA19055@petdance.com> + Branch: perl + ! regexec.c +____________________________________________________________________________ +[ 27699] By: rgs on 2006/04/03 08:57:57 + Log: Subject: [PATCH] ext/IO/t/io_unix.t + From: Jarkko Hietaniemi + Date: Sun, 02 Apr 2006 21:57:19 +0300 + Message-ID: <44301E8F.2060503@gmail.com> + Branch: perl + ! ext/IO/t/io_unix.t +____________________________________________________________________________ +[ 27698] By: rgs on 2006/04/03 08:50:28 + Log: Subject: revisited: pow.t test failures on AIX 5.1 perl588 with -Duselongdouble + From: "John L. Allen" + Date: Thu, 30 Mar 2006 17:53:13 -0500 (EST) + Message-ID: + Branch: perl + ! pp.c +____________________________________________________________________________ +[ 27697] By: rgs on 2006/04/03 08:30:27 + Log: Document that the regexp engine is not currently reentrant + + Subject: Re: [perl #33936] segment fault when using split() in regexp with (??{...}) + From: Dominic Dunlop + Date: Sun, 2 Apr 2006 21:13:59 +0200 + Message-Id: + Branch: perl + ! pod/perlre.pod +____________________________________________________________________________ +[ 27696] By: rgs on 2006/04/03 08:22:15 + Log: Take splint into account for PERL_UNUSED_ARG (patch by Jarkko) + Branch: perl + ! XSUB.h perl.h +____________________________________________________________________________ +[ 27694] By: davem on 2006/04/03 01:31:12 + Log: anonymous unions aren't legal ANSI c + Branch: perl + ! regexec.c regexp.h +____________________________________________________________________________ +[ 27693] By: nicholas on 2006/04/03 00:25:45 + Log: The make_ext script should pass MAKE=$MAKE to submakes it invokes for + extentions, as they in turn may invoke $MAKE, and should invoke the + same $MAKE as at the top level, which may not be $Config{make} + Branch: perl + ! ext/util/make_ext +____________________________________________________________________________ +[ 27692] By: davem on 2006/04/02 23:50:25 + Log: whoops, change 27691 blew away the regexec.c changes from 27688 + Branch: perl + ! regexec.c +____________________________________________________________________________ +[ 27691] By: davem on 2006/04/02 22:37:57 + Log: subsume CURCUR (current curly) struct within the main regmatch_state + Branch: perl + ! regexec.c regexp.h +____________________________________________________________________________ +[ 27690] By: rgs on 2006/04/02 21:41:28 + Log: Subject: [PATCH] Removed unnecessary pointers checks + From: andy@petdance.com (Andy Lester) + Date: Sat, 1 Apr 2006 01:01:32 -0600 + Message-ID: <20060401070132.GA6616@petdance.com> + Branch: perl + ! gv.c +____________________________________________________________________________ +[ 27689] By: rgs on 2006/04/02 21:13:16 + Log: Subject: [PATCH] Prevent "use sort 'stable'" from reversing the order + From: Robin Houston + Date: Sun, 2 Apr 2006 17:20:24 +0100 + Message-ID: <20060402162024.GA3854@rpc142.cs.man.ac.uk> + Branch: perl + ! lib/sort.t pp_sort.c +____________________________________________________________________________ +[ 27688] By: rgs on 2006/04/02 20:58:59 + Log: Subject: Re: [perl #38293] chr(65535) should be allowed in regexes + From: SADAHIRO Tomoyuki + Date: Sun, 02 Apr 2006 22:48:44 +0900 + Message-Id: <20060402224657.B942.BQW10602@nifty.com> + Branch: perl + ! doop.c op.c regcomp.c regexec.c t/op/pat.t t/op/tr.t utf8.h +____________________________________________________________________________ +[ 27687] By: nicholas on 2006/04/02 20:27:24 + Log: Change 27677 missed two direct accesses to op_private in COPs. + I believe that all are now found, as redefining CopHINTS_get(c) + to (~(c)->op_private) (with corresponding changes to CopHINTS_set() + and the initialisation of PL_compiling) works. + Branch: perl + ! perl.h pp_ctl.c utf8.h +____________________________________________________________________________ +[ 27686] By: merijn on 2006/04/02 19:10:55 + Log: First stab at a more reliable Glossary. This now is (again) + mostly generated. (Well, It's a repair to the existing version + "based on" a generated version, which is now well sorted, but + still incomplete for less obvious reasons). + Branch: perl + ! Porting/Glossary +____________________________________________________________________________ +[ 27685] By: davem on 2006/04/02 18:32:32 + Log: make parts of struct regmatch_state unions + This reduces its size from 120 to 72 bytes + Branch: perl + ! regexec.c regexp.h +____________________________________________________________________________ +[ 27681] By: nicholas on 2006/04/02 17:05:34 + Log: Better failure diagnostics from switch.t. + Branch: perl + ! t/op/switch.t +____________________________________________________________________________ +[ 27680] By: nicholas on 2006/04/02 16:51:53 + Log: Subject: Re: recent changes have some unmatching of parameters and types + From: SADAHIRO Tomoyuki + Message-Id: <20060402122547.0037.BQW10602@nifty.com> + Date: Sun, 02 Apr 2006 12:32:53 +0900 + Branch: perl + ! embed.fnc pod/perlintern.pod proto.h +____________________________________________________________________________ +[ 27679] By: davem on 2006/04/02 16:32:10 + Log: use slabs to allocate save state space in regmatch() + Branch: perl + ! embedvar.h perl.c perl.h perlapi.h regcomp.h regexec.c + ! regexp.h sv.c thrdvar.h +____________________________________________________________________________ +[ 27677] By: nicholas on 2006/04/02 11:17:58 + Log: Abstract all reads/writes of the hints in COPs with 2 new macros, + CopHINTS_get() and CopHINTS_set(). + Branch: perl + ! cop.h op.c pp_ctl.c utf8.c +____________________________________________________________________________ +[ 27676] By: nicholas on 2006/04/02 10:55:36 + Log: 'SvIOK(sv) ? SvIVX(sv) : sv_2iv(sv)' is 'SvIV(sv)' so write it as such. + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 27674] By: nicholas on 2006/04/02 10:41:30 + Log: Convert ByteLoader to use CopARYBASE_set(). + Branch: perl + ! bytecode.pl ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c +____________________________________________________________________________ +[ 27671] By: nicholas on 2006/04/02 10:08:04 + Log: Abstract all the accesses to cop_arybase (apart from ByteLoader) + Branch: perl + ! cop.h ext/B/B.xs mg.c op.c pp.c pp_ctl.c pp_hot.c scope.c + ! scope.h toke.c +____________________________________________________________________________ +[ 27669] By: craigb on 2006/04/02 01:09:38 + Log: fix typo in vms/gen_shrfls.pl itanium detector + Branch: perl + ! vms/gen_shrfls.pl +____________________________________________________________________________ +[ 27668] By: nicholas on 2006/04/01 23:34:10 + Log: If the passed in target rv for Perl_newSVrv() was already a reference + to something, it would leak the reference count on that thing. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 27667] By: nicholas on 2006/04/01 23:09:34 + Log: Test no mypragma; + Branch: perl + ! t/lib/mypragma.t +____________________________________________________________________________ +[ 27666] By: nicholas on 2006/04/01 21:17:46 + Log: Automatically set HINT_LOCALIZE_HH whenever %^H is modified. + Branch: perl + ! embed.fnc embed.h hv.c lib/feature.pm lib/sort.pm mg.c op.c + ! proto.h scope.c scope.h t/lib/mypragma.pm +____________________________________________________________________________ +[ 27665] By: nicholas on 2006/04/01 19:38:31 + Log: The call to Perl_hv_assert(aTHX_ hv) should be wrapped in a DEBUG_A(). + Branch: perl + ! hv.c +____________________________________________________________________________ +[ 27664] By: nicholas on 2006/04/01 15:26:48 + Log: Test that user pragmas work inside string eval. + Branch: perl + ! t/lib/mypragma.t +____________________________________________________________________________ +[ 27663] By: nicholas on 2006/04/01 15:22:54 + Log: Add Rafael's example user pragma, and convert his demo to a test. + Branch: perl + + t/lib/mypragma.pm t/lib/mypragma.t + ! MANIFEST +____________________________________________________________________________ +[ 27662] By: nicholas on 2006/04/01 15:21:56 + Log: If the comment says "(and not ours)" then it should be tested. + Branch: perl + ! t/op/getppid.t +____________________________________________________________________________ +[ 27660] By: nicholas on 2006/04/01 15:11:11 + Log: Rewrite t/op/getppid.t to remove the assumption that init has PID of 1. + Branch: perl + ! t/op/getppid.t +____________________________________________________________________________ +[ 27659] By: nicholas on 2006/04/01 14:31:37 + Log: Propagate cop_hints inside string evals. For the unthreaded case this + is easy. For the threaded case it's not, because the current OP may + be shared with another thread, so solve this by copying the hints + chain. + Branch: perl + ! embed.fnc embed.h hv.c pod/perlintern.pod pp_ctl.c proto.h + ! t/op/caller.t +____________________________________________________________________________ +[ 27657] By: nicholas on 2006/04/01 12:32:23 + Log: Inconsistencies in paramter const-ness noticed by SADAHIRO Tomoyuki. + Branch: perl + ! embed.fnc proto.h sv.c +____________________________________________________________________________ +[ 27656] By: rgs on 2006/03/31 21:53:22 + Log: Subject: [PATCH] Re: recursion now removed from the regex engine + From: Dominic Dunlop + Date: Thu, 30 Mar 2006 10:31:55 +0200 + Message-Id: + Branch: perl + ! t/op/pat.t +____________________________________________________________________________ +[ 27653] By: rgs on 2006/03/31 20:02:40 + Log: Updated version of the grumpy comment deleted by change #27649, + by Jarkko + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 27652] By: merijn on 2006/03/31 19:36:44 + Log: Glossary part for #27447 (madlyh, madlyobj, madlysrc) + Branch: perl + ! Porting/Glossary +____________________________________________________________________________ +[ 27650] By: nicholas on 2006/03/31 19:30:09 + Log: Need to dup any hints HV stored on the save stack. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 27649] By: rgs on 2006/03/31 16:59:53 + Log: Subject: [PATCH] Redo PERL_UNUSED_DECL + From: andy@petdance.com (Andy Lester) + Date: Fri, 31 Mar 2006 00:54:58 -0600 + Message-ID: <20060331065458.GA28571@petdance.com> + Branch: perl + ! malloc.c perl.h +____________________________________________________________________________ +[ 27648] By: craigb on 2006/03/31 16:31:28 + Log: Subject: [patch@27638] Enable standard stat for VMS >=8.2 + From: "John E. Malmberg" + Date: Fri, 31 Mar 2006 00:39:23 -0500 + Message-id: <442CC08A.30409@qsl.net> + Branch: perl + ! configure.com vms/vms.c vms/vmsish.h +____________________________________________________________________________ +[ 27647] By: nicholas on 2006/03/31 16:22:13 + Log: Note future possible flexibility for Perl_magic_sethint(). + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 27646] By: nicholas on 2006/03/31 16:19:38 + Log: Test that entries in %^H are actually independant. + Branch: perl + ! t/op/caller.t +____________________________________________________________________________ +[ 27645] By: nicholas on 2006/03/31 14:10:39 + Log: I can't spell. + Branch: perl + ! op.c +____________________________________________________________________________ +[ 27644] By: rgs on 2006/03/31 14:08:12 + Log: Document new magic types in perlguts. Fix a comment about sort hints. + Branch: perl + ! perl.h pod/perlguts.pod +____________________________________________________________________________ +[ 27643] By: nicholas on 2006/03/31 13:45:57 + Log: Serialise changes to %^H onto the current COP. Return the compile time + state of %^H as an eleventh value from caller. This allows users to + write pragmas. + Branch: perl + ! cop.h dump.c embed.fnc embed.h gv.c hv.c hv.h makedef.pl mg.c + ! op.c perl.c perl.h pod/perlfunc.pod pod/perlintern.pod + ! pp_ctl.c proto.h scope.c scope.h sv.c t/op/caller.t +____________________________________________________________________________ +[ 27642] By: rgs on 2006/03/31 13:22:00 + Log: Upgrade to Time::Local 1.12_01 + Branch: perl + ! lib/Time/Local.pm lib/Time/Local.t +____________________________________________________________________________ +[ 27641] By: rgs on 2006/03/31 12:30:31 + Log: Subject: [PATCH] Random accumulated patches + From: andy@petdance.com (Andy Lester) + Date: Thu, 30 Mar 2006 23:42:28 -0600 + Message-ID: <20060331054228.GA18940@petdance.com> + Branch: perl + ! cop.h doio.c dump.c embed.fnc gv.c gv.h hv.c mg.c op.c perl.c + ! perl.h pp.c pp_ctl.c pp_hot.c pp_sort.c proto.h regcomp.c sv.c + ! sv.h toke.c utf8.c +____________________________________________________________________________ +[ 27640] By: rgs on 2006/03/31 12:10:57 + Log: Subject: [PATCH] IO::Compress::Zip + From: "Paul Marquess" + Date: Fri, 31 Mar 2006 09:48:36 +0100 + Message-ID: <005201c6549f$e7374490$2405140a@myopwv.com> + Branch: perl + ! ext/Compress/IO/Zlib/t/105oneshot-zip-only.t +____________________________________________________________________________ +[ 27639] By: rgs on 2006/03/31 08:00:08 + Log: Test for fileno definedness instead of truth + Don't load Config.pm, which isn't used + Branch: perl + ! lib/FileCache.pm +____________________________________________________________________________ +[ 27638] By: nicholas on 2006/03/30 20:55:17 + Log: Localising hash slices with UTF-8 encoded keys was also buggy. + (See also change 27637) + Branch: perl + ! pp.c t/op/local.t +____________________________________________________________________________ +[ 27637] By: nicholas on 2006/03/30 20:37:03 + Log: Fix bug #38815 (localising keys which are UTF-8 encoded didn't delete + them correctly on scope exit) + Branch: perl + ! pp_hot.c scope.c t/op/local.t +____________________________________________________________________________ +[ 27636] By: nicholas on 2006/03/30 18:18:27 + Log: Fix bug 36267 - assigning to a tied hash shouldn't change the + underlying hash. (It used to, if the underlying hash had had storage + allocated). This has the side effect of changing the return value from + hv_store and hv_store_ent for some tied hash scenarios. But *to* + something consistent (ly crazy) + Branch: perl + ! ext/XS/APItest/t/hash.t hv.c t/op/tie.t +____________________________________________________________________________ +[ 27635] By: stevep on 2006/03/30 12:49:28 + Log: Pod nit mentioned in Debian bug #358455. + Branch: perl + ! pod/perlsec.pod +____________________________________________________________________________ +[ 27634] By: gisle on 2006/03/30 12:31:26 + Log: Populate pre-canned config.sh files with + d_archlib and d_inc_version_list. + Ref change 27632. + Branch: perl + ! configure.com symbian/config.sh win32/config.bc + ! win32/config.gc win32/config.vc win32/config.vc64 + ! wince/config.ce +____________________________________________________________________________ +[ 27633] By: rgs on 2006/03/30 12:15:35 + Log: Subject: PATCH t/op/tie.t + From: Robin Barker + Date: Thu, 30 Mar 2006 13:07:47 +0100 + Message-ID: <533D273D4014D411AB1D00062938C4D90849C9CA@hotel.npl.ad.local> + Branch: perl + ! t/op/tie.t +____________________________________________________________________________ +[ 27632] By: gisle on 2006/03/30 12:13:54 + Log: Introduce d_sitearch and d_inc_version_list config.sh variables. + These allow me to set sitearch and sitelib to be the same without + ending up with duplicate entries in @INC. + + Basically the same way the old d_archlib variable is used. + Branch: perl + ! Configure Porting/Glossary config_h.SH perl.c +____________________________________________________________________________ +[ 27631] By: rgs on 2006/03/30 08:28:38 + Log: Subject: Re: New Module::Build released + From: "Randy W. Sims" + Date: Wed, 29 Mar 2006 14:10:32 -0500 + Message-ID: <442ADBA8.4000203@thepierianspring.org> + Branch: perl + + lib/Module/Build/YAML.pm lib/Module/Build/t/mbyaml.t + ! MANIFEST lib/ExtUtils/CBuilder.pm + ! lib/ExtUtils/CBuilder/Changes + ! lib/ExtUtils/CBuilder/Platform/VMS.pm lib/Module/Build.pm + ! lib/Module/Build/Authoring.pod lib/Module/Build/Base.pm + ! lib/Module/Build/Changes lib/Module/Build/Platform/MacOS.pm + ! lib/Module/Build/Platform/VMS.pm + ! lib/Module/Build/Platform/Windows.pm + ! lib/Module/Build/Platform/os2.pm + ! lib/Module/Build/t/bundled/Tie/CPHash.pm + ! lib/Module/Build/t/lib/DistGen.pm + ! lib/Module/Build/t/metadata.t +____________________________________________________________________________ +[ 27630] By: rgs on 2006/03/30 08:17:12 + Log: Subject: [PATCH] Clean up regexec.c, and remove two functions + From: andy@petdance.com (Andy Lester) + Date: Wed, 29 Mar 2006 10:13:36 -0600 + Message-ID: <20060329161336.GA12456@petdance.com> + Branch: perl + ! embed.fnc embed.h proto.h regexec.c +____________________________________________________________________________ +[ 27629] By: rgs on 2006/03/29 12:30:56 + Log: Subject: child's processor time + From: hv@crypt.org + Date: Mar 29, 2006 2:34 PM + Message-Id: <200603291234.k2TCY6r29535@zen.crypt.org> + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 27628] By: rgs on 2006/03/29 09:26:01 + Log: Subject: CLONE for Tie::RefHash + From: Yuval Kogman + Date: Mon, 27 Mar 2006 15:34:07 +0200 + Message-ID: <20060327133407.GA16901@woobling.org> + + (also rename old Tie::RefHash test, so several test files + are allowed.) + Branch: perl + + lib/Tie/RefHash/threaded.t + +> lib/Tie/RefHash/refhash.t + - lib/Tie/RefHash.t + ! MANIFEST lib/Tie/RefHash.pm +____________________________________________________________________________ +[ 27627] By: rgs on 2006/03/29 09:01:21 + Log: Subject: [PATCH] Devel::DProf consting + From: andy@petdance.com (Andy Lester) + Date: Sat, 25 Mar 2006 23:32:13 -0600 + Message-ID: <20060326053213.GA10401@petdance.com> + Branch: perl + ! ext/Devel/DProf/DProf.xs +____________________________________________________________________________ +[ 27626] By: rgs on 2006/03/29 08:55:21 + Log: Subject: re-[PATCH] Re: [PATCH] Poison now in two different flavours! + From: Jarkko Hietaniemi + Date: Sun, 26 Mar 2006 14:53:56 +0300 + Message-ID: <442680D4.3000809@gmail.com> + Branch: perl + ! handy.h pod/perlapi.pod pod/perlclib.pod pod/perlhack.pod + ! pp_ctl.c scope.c sv.c util.c +____________________________________________________________________________ +[ 27625] By: rgs on 2006/03/29 08:42:28 + Log: Subject: [doc-patch] clarify -Accflags in INSTALL + From: Jim Cromie + Date: Sun, 26 Mar 2006 20:33:23 -0500 + Message-ID: <442740E3.8030006@gmail.com> + Branch: perl + ! INSTALL +____________________________________________________________________________ +[ 27622] By: nicholas on 2006/03/28 15:43:59 + Log: Only compile Perl_hv_assert with DEBUGGING. + Branch: perl + ! hv.c makedef.pl +____________________________________________________________________________ +[ 27621] By: nicholas on 2006/03/28 15:17:06 + Log: Having tested IPv6 support in all builtins for TCP and UDP, it all + seem to work perfectly. So remove from perltodo.pod. + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 27620] By: gisle on 2006/03/28 11:18:52 + Log: Improved description of the tmon.out format. + The / lines where undocumented. + Branch: perl + ! ext/Devel/DProf/DProf.pm +____________________________________________________________________________ +[ 27619] By: steveh on 2006/03/28 10:38:52 + Log: Subject: [PATCH lib/Term/ReadLine] Re: [cpan #17773] Bug in Term::ReadKey being trigger by a bug in Term::ReadLine + From: Jonathan Stowe + Date: Mon, 13 Mar 2006 16:09:44 +0000 + Message-Id: <1142266184.5811.141.camel@orpheus.gellyfish.com> + Branch: perl + ! lib/Term/ReadLine.pm +____________________________________________________________________________ +[ 27618] By: craigb on 2006/03/28 04:01:21 + Log: Subject: [patch@27613] VMS long file path support active. + From: "John E. Malmberg" + Date: Mon, 27 Mar 2006 08:05:33 -0500 + Message-id: <4427E31D.2030801@qsl.net> + + Branch: perl + ! vms/vms.c vms/vmsish.h +____________________________________________________________________________ +[ 27617] By: nicholas on 2006/03/27 21:04:58 + Log: Merge the cut & paste code from Perl_call_sv/Perl_fold_constants with + the near identical code in pp_entertry into Perl_create_eval_scope. + Move the cut & paste code from Perl_call_sv/Perl_fold_constants into + Perl_delete_eval_scope. + Branch: perl + ! cop.h embed.fnc embed.h ext/B/t/concise-xs.t op.c perl.c + ! pp_ctl.c proto.h +____________________________________________________________________________ +[ 27616] By: nicholas on 2006/03/27 20:31:52 + Log: It helps to actually add the files you add to MANIFEST. (Thanks Dave + for spotting my mistake). + Branch: perl + + t/comp/fold.t +____________________________________________________________________________ +[ 27615] By: nicholas on 2006/03/27 19:25:02 + Log: If constant folding fails, don't fold constants, rather than reporting + the error at compile time. This allows illegal constant expressions in + dead code to be ignored. + Branch: perl + ! MANIFEST op.c pod/perldiag.pod pod/perltodo.pod +____________________________________________________________________________ +[ 27613] By: craigb on 2006/03/27 00:04:10 + Log: EU::MM::MM_VMS::one_liner must quote "--" argument + Branch: perl + ! lib/ExtUtils/MM_VMS.pm +____________________________________________________________________________ +[ 27612] By: nicholas on 2006/03/26 22:12:57 + Log: Replace all sv_mortalcopy(&PL_sv_no); sv_set*(...) with + sv2mortal(newSV*(...)) to avoid needless upgrades to PVNV and needless + allocation of a copy of "". + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 27611] By: craigb on 2006/03/26 21:58:49 + Log: Subject: [patch@27609] vms pool corruption fix for _NLA0: + From: "John E. Malmberg" + Date: Sun, 26 Mar 2006 14:32:30 -0500 + Message-id: <4426EC4E.8030801@qsl.net> + Branch: perl + ! vms/vms.c +____________________________________________________________________________ +[ 27610] By: gisle on 2006/03/26 09:15:01 + Log: REXEC_ML is unused. + Branch: perl + ! regexp.h +____________________________________________________________________________ +[ 27609] By: gbarr on 2006/03/26 02:49:11 + Log: Update to IO-1.23 + Branch: perl + ! ext/IO/ChangeLog ext/IO/IO.pm ext/IO/lib/IO/Dir.pm + ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm + ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm + ! ext/IO/lib/IO/Socket/UNIX.pm ext/IO/t/io_multihomed.t + ! ext/IO/t/io_pipe.t ext/IO/t/io_sock.t ext/IO/t/io_taint.t + ! ext/IO/t/io_tell.t ext/IO/t/io_udp.t ext/IO/t/io_unix.t +____________________________________________________________________________ +[ 27608] By: nicholas on 2006/03/25 22:45:34 + Log: Add S_space_join_names_mortal() which joins a char** array with " "s, + replacing 5 instances of the same code. + Branch: perl + ! embed.fnc embed.h pp_sys.c proto.h +____________________________________________________________________________ +[ 27607] By: nicholas on 2006/03/25 22:10:27 + Log: Silence 3 (spurious) gcc warnings about "maybe used uninitialized". + Branch: perl + ! regexec.c sv.c +____________________________________________________________________________ +[ 27603] By: davem on 2006/03/25 14:57:19 + Log: make configpm only update Config.pm, Config_heavy.pl if changed. + Should stop spurious rebuilding of extensions. + Also add documentation and copyright to top of file. + Branch: perl + ! configpm +____________________________________________________________________________ +[ 27602] By: nicholas on 2006/03/25 14:46:09 + Log: PL_multiline isn't referenced, and can be removed. + Branch: perl + ! embedvar.h intrpvar.h perl.c perlapi.h sv.c +____________________________________________________________________________ +[ 27601] By: rgs on 2006/03/25 13:42:38 + Log: Subject: [PATCH] ext/Compress/IO/Zlib/t/050interop-gzip.t + From: "Paul Marquess" + Date: Fri, 24 Mar 2006 16:19:05 -0000 + Message-ID: <001b01c64f5e$ad8284d0$6b65140a@myopwv.com> + Branch: perl + ! ext/Compress/IO/Zlib/t/050interop-gzip.t +____________________________________________________________________________ +[ 27600] By: nicholas on 2006/03/25 11:35:33 + Log: Free the regexp state when exiting "recursion". + Branch: perl + ! regexec.c +____________________________________________________________________________ +[ 27599] By: davem on 2006/03/24 23:21:52 + Log: remove unused PL_regcc variable + Branch: perl + ! embedvar.h perlapi.h regcomp.c sv.c thrdvar.h +____________________________________________________________________________ +[ 27598] By: davem on 2006/03/24 23:05:11 + Log: make S_regmatch() iterative rather than recursive. + Goodbye stack-bustng regexes! + Branch: perl + ! regexec.c +____________________________________________________________________________ +[ 27597] By: craigb on 2006/03/24 21:05:45 + Log: restore EU::MM test fixes from 26079, 26813, and 26919 + that were lost in 27590 + Branch: perl + ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/FIRST_MAKEFILE.t + ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/basic.t +____________________________________________________________________________ +[ 27596] By: rgs on 2006/03/24 13:51:15 + Log: Bump version number of ExtUtils::MM_Win32 + Branch: perl + ! lib/ExtUtils/MM_Win32.pm +____________________________________________________________________________ +[ 27595] By: steveh on 2006/03/24 13:01:32 + Log: Fix broken MM_Win32.t tests following 27590 + + Test 31 was failing because 27590 had undone part of 25627. + Test 41 was failing because the change to pasthru() in MM_Win32.pm + means that $self->{MAKE} now needs to be initialized. + Branch: perl + ! lib/ExtUtils/t/MM_Win32.t +____________________________________________________________________________ +[ 27594] By: rgs on 2006/03/24 11:01:01 + Log: Subject: [PATCH] (2nd revised) 1st patch to sync blead 'threads' with CPAN + From: "Jerry D. Hedden" + Date: Thu, 23 Mar 2006 09:19:54 -0700 + Message-ID: <20060323091954.fb30e530d17747c2b054d625b8945d88.884826707f.wbe@email.email.secureserver.net> + Branch: perl + ! ext/threads/Changes ext/threads/Makefile.PL ext/threads/README + ! ext/threads/t/basic.t ext/threads/t/end.t ext/threads/t/join.t + ! ext/threads/t/libc.t ext/threads/t/list.t + ! ext/threads/t/problems.t ext/threads/t/stress_cv.t + ! ext/threads/t/stress_re.t ext/threads/t/stress_string.t + ! ext/threads/t/thread.t ext/threads/threads.pm + ! ext/threads/threads.xs +____________________________________________________________________________ +[ 27593] By: craigb on 2006/03/23 23:19:38 + Log: improve thread linking options on VMS + Branch: perl + ! configure.com vms/descrip_mms.template +____________________________________________________________________________ +[ 27592] By: rgs on 2006/03/23 22:13:13 + Log: When MAN3PODS is forced to {} in a Makefile.PL, manpages should not be + built from pods. This change fixes bleadperl compilation -- trying to + build manpages with miniperl causes a bootstrapping problem. + Branch: perl + ! lib/ExtUtils/MM_Unix.pm +____________________________________________________________________________ +[ 27591] By: rgs on 2006/03/23 17:50:29 + Log: No reason to ship MakeMaker's META.yml + Branch: perl + - lib/ExtUtils/META.yml + ! MANIFEST +____________________________________________________________________________ +[ 27590] By: rgs on 2006/03/23 17:43:26 + Log: Merge changes from CPAN's EU:MM 6.30_01. + The modules that have local changes have superior + version numbers than the CPAN counterparts. + Branch: perl + + lib/ExtUtils/t/INSTALL_BASE.t lib/ExtUtils/t/make.t + + lib/ExtUtils/t/revision.t + - lib/ExtUtils/t/installbase.t + ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/META.yml + ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_NW5.pm + ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm + ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm + ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/FAQ.pod + ! lib/ExtUtils/PATCHING lib/ExtUtils/t/Command.t + ! lib/ExtUtils/t/FIRST_MAKEFILE.t lib/ExtUtils/t/MM_NW5.t + ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/Manifest.t + ! lib/ExtUtils/t/basic.t +____________________________________________________________________________ +[ 27589] By: nicholas on 2006/03/23 16:27:42 + Log: Document the values for ${^UTF8CACHE} + Branch: perl + ! pod/perlvar.pod +____________________________________________________________________________ +[ 27588] By: nicholas on 2006/03/23 16:25:51 + Log: Rejig the location of the cache assertion code in Perl_sv_pos_b2u(). + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 27587] By: rgs on 2006/03/23 15:27:15 + Log: Get version numbers in line with what's in the CPAN + EU::MM 6.30_01 tarball. (ExtUtils::Install has local changes, + so bump its version number.) + Branch: perl + ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm + ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mkbootstrap.pm + ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm +____________________________________________________________________________ +[ 27586] By: nicholas on 2006/03/23 14:31:28 + Log: Move orphaned documentation back to its functions + Document the new static functions, and how the cache works. + Branch: perl + ! pod/perltodo.pod sv.c +____________________________________________________________________________ +[ 27585] By: nicholas on 2006/03/23 14:09:33 + Log: Make S_sv_pos_u2b_cached use both cache pairs. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 27584] By: nicholas on 2006/03/23 13:47:41 + Log: Use both cache entries for Perl_sv_pos_b2u(). + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 27583] By: nicholas on 2006/03/23 13:16:53 + Log: Complete the other 2 arms of the cache update code. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 27582] By: nicholas on 2006/03/23 12:44:35 + Log: Pass the (byte) length of the entire string into + utf8_mg_pos_cache_update() + Start to use the cache to store two pairs of byte/utf-8 pairs. + Add the first third of the cache update code. + Branch: perl + ! embed.fnc embed.h proto.h sv.c +____________________________________________________________________________ +[ 27581] By: rgs on 2006/03/23 12:30:39 + Log: Upgrade to Time::Local 1.12 + Branch: perl + ! lib/Time/Local.pm lib/Time/Local.t +____________________________________________________________________________ +[ 27580] By: nicholas on 2006/03/23 11:33:48 + Log: Add all new static functions to embed.fnc + Remove old unused static functions. + Remove references to cache[2] and cache[3]. + Branch: perl + ! embed.fnc embed.h proto.h sv.c +____________________________________________________________________________ +[ 27579] By: nicholas on 2006/03/23 11:06:52 + Log: Use the cache in S_sv_pos_u2b_cached() when the desired offset is + between the start of the string and the cached location. + Remove unneccesary else from Perl_sv_pos_b2u(). + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 27578] By: nicholas on 2006/03/23 10:42:26 + Log: Use the cache in S_sv_pos_u2b_cached when the sought offset is after + the first cache entry. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 27577] By: rgs on 2006/03/23 10:01:48 + Log: Further adjustement to change #27576 by Jan Dubois + (this change being blead-specific, while #27576 is + integrable to maint) + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 27576] By: rgs on 2006/03/23 09:58:22 + Log: Subject: RE: [PATCH, no, really!] Re: [perl #38779] NAN's on Win32 + From: "Jan Dubois" + Date: Wed, 22 Mar 2006 22:49:11 -0800 + Message-ID: <060201c64e45$e4ca7020$2217a8c0@candy> + + Also, back out change #27567. + Branch: perl + ! README.win32 pp.c pp_hot.c sv.c win32/win32.h +____________________________________________________________________________ +[ 27575] By: nicholas on 2006/03/23 00:14:53 + Log: Call S_utf8_mg_pos_cache_update() from S_sv_pos_u2b_cached(). + S_utf8_mg_pos_cache_update() can't use S_sv_pos_b2u_forwards() in the + cache assertion code as it triggers warnings about surrogates. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 27574] By: nicholas on 2006/03/22 22:49:42 + Log: Take advantage of uoffset >= uoffset0, to simplify some logic. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 27573] By: nicholas on 2006/03/22 21:19:50 + Log: Add S_sv_pos_u2b_midway for when we know the utf-8/bytes offsets on + both sides of the desired offset, so could count either way. + Use cached utf-8 length in S_sv_pos_u2b_cached. + Check the results if PL_utf8cache < 0. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 27572] By: nicholas on 2006/03/22 20:38:20 + Log: Create S_sv_pos_u2b_cached, which abstracts away utf-8 to byte + conversions, hiding the complexity of any cache lookup. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 27571] By: rgs on 2006/03/22 20:33:56 + Log: Subject: Uninitialized value in Archive::Tar + From: "Randy W. Sims" + Date: Mon, 20 Mar 2006 06:37:31 -0500 + Message-ID: <441E93FB.3050906@thepierianspring.org> + Branch: perl + ! lib/Archive/Tar.pm +____________________________________________________________________________ +[ 27570] By: nicholas on 2006/03/22 18:13:06 + Log: The simplest way to start on Perl_sv_pos_u2b seems to be to take out + all of the caching code. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 27569] By: davem on 2006/03/22 16:05:16 + Log: remove idential code branch from regmatch() + Branch: perl + ! regexec.c +____________________________________________________________________________ +[ 27568] By: stevep on 2006/03/22 15:59:07 + Log: Fix some test failures in t/op/cmp.t when compiling with the Intel + C++ Compiler on Linux. + Branch: perl + ! hints/linux.sh +____________________________________________________________________________ +[ 27567] By: rgs on 2006/03/22 14:27:21 + Log: Subject: [PATCH] Re: [perl #38779] NAN's on Win32 + From: Dominic Dunlop + Date: Wed, 22 Mar 2006 15:18:33 +0100 + Message-Id: + Branch: perl + ! README.win32 +____________________________________________________________________________ +[ 27566] By: gisle on 2006/03/22 13:37:19 + Log: Adjust docs to reflect that DynaLoader, as of change 27549, + is part of libperl. + Branch: perl + ! lib/ExtUtils/Embed.pm +____________________________________________________________________________ +[ 27565] By: stevep on 2006/03/22 02:18:58 + Log: Increase the length of content compressed as a kludge to get + around incompatibilities in OpenBSD's gzip. + Branch: perl + ! ext/Compress/IO/Zlib/t/050interop-gzip.t +____________________________________________________________________________ +[ 27564] By: nicholas on 2006/03/21 22:09:51 + Log: (Hopefully) make VMS happy. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 27563] By: craigb on 2006/03/21 13:01:47 + Log: Subject: [patch@27529] thread.h - VMS needs more stack + From: "John E. Malmberg" + Date: Fri, 17 Mar 2006 11:05:33 -0500 + Message-id: <441ADE4D.2090207@qsl.net> + + Branch: perl + ! thread.h +____________________________________________________________________________ +[ 27562] By: gisle on 2006/03/21 11:34:38 + Log: Upgrade to Digest-1.15 + Branch: perl + ! lib/Digest.pm lib/Digest/Changes +____________________________________________________________________________ +[ 27561] By: rgs on 2006/03/21 10:49:14 + Log: Subject: [patch@27538] utime patch for VMS + From: "John E. Malmberg" + Date: Mon, 20 Mar 2006 08:12:19 -0500 + Message-ID: <441EAA33.6010603@qsl.net> + Branch: perl + ! configure.com vms/vms.c vms/vmsish.h +____________________________________________________________________________ +[ 27560] By: gisle on 2006/03/21 10:16:43 + Log: Test croak(NULL) + Branch: perl + ! ext/XS/APItest/APItest.xs ext/XS/APItest/t/exception.t +____________________________________________________________________________ +[ 27559] By: nicholas on 2006/03/20 19:30:48 + Log: Extend change 27558 - if we know the character offset of the end, but + don't have a cache for intermediate offsets, we can still use the end + offset. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 27558] By: nicholas on 2006/03/20 18:54:32 + Log: In Perl_sv_pos_b2u, if we know the character offset of the end, we + can take advantage of this to count backwards if close. + Remove some now unnecessary casts. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 27557] By: nicholas on 2006/03/20 18:17:39 + Log: Abstract the string walking functionality from Perl_sv_pos_b2u into + static functions, and make it respect PL_utf8cache. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 27556] By: steveh on 2006/03/20 17:32:25 + Log: Merge some more changes from ActivePerl 5.8.8.816 + + See (again): + http://downloads.activestate.com/ActivePerl/src/5.8/AP816_diff.txt + + These changes improve support for the MS 64-bit compiler in + win32/Makefile (and tentatively make the same changes to + win32/makefile.mk), and also switches the now deprecated -Gf switch to + -GF for all flavours of VC++ instead of just the latest ones. + + (See: + http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-02/msg00353.html + for a comment on the s/-Gf/-GF/ change.) + Branch: perl + ! win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 27555] By: steveh on 2006/03/20 17:21:15 + Log: Merge some changes from ActivePerl 5.8.8.816 + + See: + http://downloads.activestate.com/ActivePerl/src/5.8/AP816_diff.txt + + These changes provide better support for building XS extension modules + using VC++ or MinGW when perl itself was built with the opposite of + those two compilers. + Branch: perl + ! win32/config_H.gc win32/config_H.vc +____________________________________________________________________________ +[ 27554] By: rgs on 2006/03/20 13:03:07 + Log: Revert part of change 27546 related to a /dev/null bug + workaround on VMS, as requested by John E. Malmberg + Branch: perl + ! vms/vms.c +____________________________________________________________________________ +[ 27553] By: nicholas on 2006/03/20 12:37:22 + Log: Perl_utf8_distance can be implemented as a call to Perl_utf8_length. + Branch: perl + ! utf8.c +____________________________________________________________________________ +[ 27552] By: nicholas on 2006/03/20 12:13:46 + Log: The two loops in Perl_utf8_distance can be merged. + Branch: perl + ! utf8.c +____________________________________________________________________________ +[ 27551] By: gisle on 2006/03/20 10:51:36 + Log: Avoid "uninitialized value" warnings during 'make test'. + My system is set up with a few PATH entries I'm not allowed + to access, so stat() fails for these. + Branch: perl + ! t/test.pl +____________________________________________________________________________ +[ 27550] By: gisle on 2006/03/20 10:44:08 + Log: Also strip $ENV{PATH} dirs writable by world. + The stripping was introduced in change 27364 to improve taint handling. + Branch: perl + ! t/test.pl +____________________________________________________________________________ +[ 27549] By: gisle on 2006/03/20 10:21:50 + Log: Move DynaLoader.o into libperl.so. + + This avoids the need to statically link DynaLoader into the stub perl + executable and make libperl.so provide all the code needed to get a + functional embedded perl interpreter up running. As a side effect + this also moves DynaLoader into libperl.a for non-useshrplib builds. + + Fixes [perl #32539] + Branch: perl + ! Makefile.SH ext/DynaLoader/Makefile.PL ext/util/make_ext + ! writemain.SH +____________________________________________________________________________ +[ 27548] By: nicholas on 2006/03/20 10:13:38 + Log: If the scalar has just been upgraded to SVt_RV, there's no way SvPVX + can be non-NULL, so no need to check. + Branch: perl + ! pp.c +____________________________________________________________________________ +[ 27547] By: rgs on 2006/03/20 10:11:21 + Log: Subject: [PATCH blead] Re: [perl #38710] localised stash slice + From: Rick Delaney + Date: Sat, 18 Mar 2006 19:52:11 -0500 + Message-ID: <20060319005211.GM25733@localhost.localdomain> + + One can now localize slices. + Branch: perl + ! pp.c t/op/local.t +____________________________________________________________________________ +[ 27546] By: rgs on 2006/03/20 09:53:17 + Log: Subject: [patch@27538] Misc vms.c fixes for buffer sizes. + From: "John E. Malmberg" + Date: Sun, 19 Mar 2006 20:08:34 -0500 + Message-ID: <441E0092.2010405@qsl.net> + Branch: perl + ! vms/vms.c +____________________________________________________________________________ +[ 27545] By: steveh on 2006/03/20 09:34:57 + Log: Subject: [PATCH] win32_async_check must *always* check for pending signals + From: "Jan Dubois" + Date: Fri, 17 Mar 2006 12:23:01 -0800 + Message-ID: <00d401c64a00$96af8ae0$2217a8c0@candy> + Branch: perl + ! win32/win32.c +____________________________________________________________________________ +[ 27544] By: davem on 2006/03/20 00:52:09 + Log: merge the TRIEF/TRIEFL and TRIE branches in regmatch(), + expunge a couple of macros, and move some variable declarations + inwards + Branch: perl + ! regexec.c +____________________________________________________________________________ +[ 27543] By: nicholas on 2006/03/19 19:26:05 + Log: Remove a redundant test on mg->mg_ptr. (It had to be non-NULL to get + into this block). + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 27542] By: stevep on 2006/03/19 16:38:11 + Log: Subject: [PATCH] Change the semantics of S_isa_lookup + From: Andy Lester + Date: Sat, 18 Mar 2006 00:28:45 -0600 + Message-ID: <20060318062845.GA11607@petdance.com> + Branch: perl + ! embed.fnc proto.h universal.c +____________________________________________________________________________ +[ 27541] By: stevep on 2006/03/19 16:32:16 + Log: Subject: [PATCH] a bit 'use strict' cleanliness + From: Jarkko Hietaniemi + Date: Sun, 19 Mar 2006 13:21:37 +0200 + Message-ID: <441D3EC1.20902@gmail.com> + Branch: perl + ! lib/English.pm lib/Text/Tabs.pm lib/Tie/Hash.pm + ! lib/Tie/Scalar.pm +____________________________________________________________________________ +[ 27540] By: stevep on 2006/03/19 16:24:22 + Log: Subject: [PATCH] Data::Dumper consting + From: Andy Lester + Date: Sun, 19 Mar 2006 01:22:04 -0600 + Message-ID: <20060319072204.GB5596@petdance.com> + Branch: perl + ! ext/Data/Dumper/Dumper.xs +____________________________________________________________________________ +[ 27539] By: stevep on 2006/03/19 16:21:29 + Log: Subject: [PATCH] Cleanups in op.c + From: Andy Lester + Date: Sun, 19 Mar 2006 00:30:29 -0600 + Message-ID: <20060319063029.GA5077@petdance.com> + Branch: perl + ! op.c +____________________________________________________________________________ +[ 27538] By: nicholas on 2006/03/17 22:12:27 + Log: Make Perl_sv_len_utf8 honour the new ${^UTF8CACHE}. + If PERL_UTF8_CACHE_ASSERT is defined, default ${^UTF8CACHE} to -1 + (assertion mode). Need a way to turn this on with existing command + line flags. + Branch: perl + ! intrpvar.h sv.c +____________________________________________________________________________ +[ 27537] By: nicholas on 2006/03/17 20:39:47 + Log: Remove a duplicated conditional test by putting everything for the + not readonly case inside one block. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 27536] By: nicholas on 2006/03/17 19:37:41 + Log: Properly set/reset the UTF-8 length cache in regcomp.c. + Branch: perl + ! regcomp.c sv.c +____________________________________________________________________________ +[ 27535] By: nicholas on 2006/03/17 16:46:44 + Log: Restore a bit of change 27533 that change 27534 inadvertently unwound. + Branch: perl + ! regexec.c +____________________________________________________________________________ +[ 27534] By: davem on 2006/03/17 15:58:45 + Log: inline, then delete, S_regrepeat_hard() + Branch: perl + ! embed.fnc embed.h proto.h regexec.c +____________________________________________________________________________ +[ 27533] By: nicholas on 2006/03/17 13:38:34 + Log: sv_find() returning false, followed by sv_magic() to add the magic, + followed immediately by sv_find() to find it, is somewhat wasteful. + So use sv_magicext(). (All cases are also correct w.r.t. SvREADONLY()) + Branch: perl + ! mg.c pp_ctl.c pp_hot.c regexec.c sv.c +____________________________________________________________________________ +[ 27532] By: steveh on 2006/03/17 13:20:11 + Log: Make "distclean" target on Win32 clean up temporary HTML directory + that gets left behind after running the "install" target. + Also clean up a couple of leftover pod2html cache files. + Branch: perl + ! win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 27531] By: rgs on 2006/03/17 13:18:38 + Log: Upgrade to ExtUtils::CBuilder 0.17 + Branch: perl + + lib/ExtUtils/CBuilder/Changes + ! MANIFEST lib/ExtUtils/CBuilder.pm + ! lib/ExtUtils/CBuilder/Base.pm + ! lib/ExtUtils/CBuilder/Platform/VMS.pm + ! lib/ExtUtils/CBuilder/Platform/Windows.pm +____________________________________________________________________________ +[ 27530] By: steveh on 2006/03/17 11:10:41 + Log: Install POD files into "lib\pods" rather than "lib\pod" on Win32 + to avoid clashing with "lib\Pod" (cf. perl change #26363) + + Also remove a couple of unused macros from the makefiles + Branch: perl + ! installperl win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 27529] By: stevep on 2006/03/17 04:40:24 + Log: Subject: [PATCH] threads.xs broken under PERL_IMPLICIT_SYS; 5.8.8 regression + From: Jan Dubois + Date: Thu, 16 Mar 2006 19:34:00 -0800 + Message-ID: <02e601c64973$a1960cf0$6062a8c0@candy> + + Also includes a version bump to ext/threads/threads.pm. + Branch: perl + ! ext/threads/threads.pm ext/threads/threads.xs +____________________________________________________________________________ +[ 27528] By: stevep on 2006/03/17 04:29:30 + Log: Subject: [PATCH] win32_pclose() error exit doesn't unlock mutex + From: Jan Dubois + Date: Thu, 16 Mar 2006 16:30:23 -0800 + Message-ID: <02c701c64959$fac63ad0$6062a8c0@candy> + Branch: perl + ! win32/win32.c wince/wince.c +____________________________________________________________________________ +[ 27527] By: stevep on 2006/03/17 04:19:01 + Log: Subject: [PATCH] win32_async_check() can loop indefinitely; 5.8.8 regression + From: Jan Dubois + Date: Thu, 16 Mar 2006 16:11:48 -0800 + Message-ID: <02ab01c64957$62142e70$6062a8c0@candy> + Branch: perl + ! win32/win32.c +____________________________________________________________________________ +[ 27526] By: davem on 2006/03/17 02:57:45 + Log: reduce S_regrepeat_hard() callers from 3 to 1 + Branch: perl + ! regexec.c +____________________________________________________________________________ +[ 27525] By: nicholas on 2006/03/16 23:11:11 + Log: Add a new per-interpeter variable PL_utf8cache, which will be used to + control the UTF-8 offset caching code. Make this visible as + ${^UTF8CACHE} + Branch: perl + ! embedvar.h gv.c intrpvar.h mg.c perlapi.h pod/perlvar.pod +____________________________________________________________________________ +[ 27524] By: nicholas on 2006/03/16 22:20:57 + Log: Note that it's worth looking to downsize variables in the interpreter + structure. + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 27523] By: nicholas on 2006/03/16 21:52:49 + Log: Correct the macros in the comments in hv.c. Given the improvements in + compiler optimisation, and the almost irrelevance of instructions + executed over cache misses, maybe we should just remove the comments + by putting their code back in place of the o{ptimis,bfuscat}ed version. + Branch: perl + ! hv.c +____________________________________________________________________________ +[ 27522] By: gisle on 2006/03/16 21:27:00 + Log: Avoid hardcoded $(OBJ_EXT) + Branch: perl + ! ext/DynaLoader/Makefile.PL +____________________________________________________________________________ +[ 27521] By: gisle on 2006/03/16 21:20:46 + Log: Change 27520 was a bit too aggressive. Let's keep the warning. + Branch: perl + ! ext/util/make_ext +____________________________________________________________________________ +[ 27520] By: gisle on 2006/03/16 21:14:26 + Log: Remove unused code. No extension use Makefile.SH any more. + Branch: perl + ! ext/util/make_ext +____________________________________________________________________________ +[ 27519] By: gisle on 2006/03/16 20:32:27 + Log: Fix up miniperl dependency. + Depend on $(obj) when we use that to build miniperl. + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 27518] By: gisle on 2006/03/16 20:24:08 + Log: Simplify; make perl.o included in $(obj) + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 27517] By: rgs on 2006/03/16 16:17:38 + Log: Add a couple of regression tests for the untested + "Bad name after %s" parsing error + Branch: perl + ! t/comp/parser.t +____________________________________________________________________________ +[ 27516] By: rgs on 2006/03/16 15:19:03 + Log: Subject: [PATCH] Compress::Raw::Zlib, Compress::Zlib, IO::Compress::Zlib 2.000_10 + From: "Paul Marquess" + Date: Thu, 16 Mar 2006 14:38:52 -0000 + Message-ID: <009401c64907$5a6ed710$4c05140a@myopwv.com> + Branch: perl + ! ext/Compress/IO/Base/Changes ext/Compress/IO/Base/README + ! ext/Compress/IO/Base/lib/IO/Compress/Base.pm + ! ext/Compress/IO/Base/lib/IO/Compress/Base/Common.pm + ! ext/Compress/IO/Base/lib/IO/Uncompress/AnyUncompress.pm + ! ext/Compress/IO/Base/lib/IO/Uncompress/Base.pm + ! ext/Compress/IO/Zlib/Changes ext/Compress/IO/Zlib/Makefile.PL + ! ext/Compress/IO/Zlib/README + ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Deflate.pm + ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Identity.pm + ! ext/Compress/IO/Zlib/lib/IO/Compress/Deflate.pm + ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip.pm + ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip/Constants.pm + ! ext/Compress/IO/Zlib/lib/IO/Compress/RawDeflate.pm + ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip.pm + ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip/Constants.pm + ! ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Constants.pm + ! ext/Compress/IO/Zlib/lib/IO/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/t/010examples.t + ! ext/Compress/IO/Zlib/t/050interop-gzip.t + ! ext/Compress/Raw/Zlib/Makefile.PL ext/Compress/Raw/Zlib/README + ! ext/Compress/Raw/Zlib/Zlib.xs + ! ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm + ! ext/Compress/Raw/Zlib/t/02zlib.t ext/Compress/Zlib/Changes + ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/README + ! ext/Compress/Zlib/examples/gzcat + ! ext/Compress/Zlib/examples/gzstream + ! ext/Compress/Zlib/lib/Compress/Zlib.pm + ! ext/Compress/Zlib/t/14gzopen.t t/lib/compress/generic.pl + ! t/lib/compress/tied.pl +____________________________________________________________________________ +[ 27515] By: gisle on 2006/03/16 12:01:10 + Log: require should ignore directories found when searching @INC not just + die as soon as it finds one. It should for instance be possible to + for require "File" to read the file "./File" even if there happens to + be a "File" directory in perl's standard library. + + This fixes the RT #24404 fix in change 26373. + Branch: perl + ! pp_ctl.c t/comp/require.t +____________________________________________________________________________ +[ 27514] By: rgs on 2006/03/16 08:32:28 + Log: Make the threads tests silent with regard to the new :unique deprecation warning + Branch: perl + ! ext/threads/t/problems.t +____________________________________________________________________________ +[ 27513] By: nicholas on 2006/03/15 23:02:49 + Log: Make the original versions of relocated paths available from + %Config::Config with the prefix "raw_". Not sure if "raw_" is the + best choice. + Branch: perl + ! configpm +____________________________________________________________________________ +[ 27511] By: nicholas on 2006/03/15 19:47:02 + Log: Correct the non gcc-brace-group definition of SvAMAGIC_off + Branch: perl + ! sv.h +____________________________________________________________________________ +[ 27510] By: nicholas on 2006/03/15 18:47:32 + Log: D'oh! 27508 wasn't quite testing what I wanted it to test. This does. + Branch: perl + ! lib/overload.t +____________________________________________________________________________ +[ 27508] By: nicholas on 2006/03/15 17:57:14 + Log: Test for reblessing objects with weak references. + Branch: perl + ! lib/overload.t +____________________________________________________________________________ +[ 27507] By: nicholas on 2006/03/15 17:21:00 + Log: Expunge references to HV_AMAGIC, HV_AMAGICbad and HV_AMAGICmb which + have been unused since revision 1. + Branch: perl + ! hv.h sv.h +____________________________________________________________________________ +[ 27506] By: nicholas on 2006/03/15 15:08:49 + Log: Moving the overloading flag from the reference to the referant allows + (re)?blessing of overloaded objects to work correctly. + Branch: perl + ! dump.c lib/overload.t sv.c sv.h +____________________________________________________________________________ +[ 27505] By: nicholas on 2006/03/15 13:13:19 + Log: Finish converting overload.t to Test::More + Branch: perl + ! lib/overload.t +____________________________________________________________________________ +[ 27504] By: nicholas on 2006/03/15 12:43:15 + Log: Further conversion of overload.t + Branch: perl + ! lib/overload.t +____________________________________________________________________________ +[ 27503] By: stevep on 2006/03/15 12:34:10 + Log: Additions to README.win32 and win32/Makefile based on comments from + Steve Hay. + Branch: perl + ! README.win32 win32/Makefile +____________________________________________________________________________ +[ 27502] By: nicholas on 2006/03/15 12:29:01 + Log: Further conversion of overload.t + Branch: perl + ! lib/overload.t +____________________________________________________________________________ +[ 27501] By: nicholas on 2006/03/15 12:05:27 + Log: Partially convert overload.t to Test::More + Branch: perl + ! lib/overload.t +____________________________________________________________________________ +[ 27500] By: stevep on 2006/03/15 11:06:34 + Log: The first step in supporting VC++ 8.0. Added macros for the free .NET 2.0 SDK and Visual Studio + 2005. Added these macros to "if" conditions that were appropriate. Added a fix to prevent + the .NET 1.1 and 2.0 SDK compilers from attempting to build perlglob.exe (they are both missing + the setargv.obj file necessary to do it). + Branch: perl + ! win32/Makefile +____________________________________________________________________________ +[ 27499] By: rgs on 2006/03/14 17:32:48 + Log: Deprecate :unique even with threads + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 27498] By: rgs on 2006/03/14 17:02:38 + Log: Make usage of :unique emit a deprecation warning. + Remove its outdated documentation. + Branch: perl + ! cv.h pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/toke + ! toke.c +____________________________________________________________________________ +[ 27497] By: rgs on 2006/03/14 16:02:35 + Log: Subject: [PATCH] perl @ 27483 fix lib/Pod/Simple/t/corpustest.t to work on VMS ODS-2 + From: Peter Prymmer + Date: Tue, 14 Mar 2006 10:38:00 -0500 + Message-ID: + Branch: perl + ! lib/Pod/Simple/t/corpustest.t +____________________________________________________________________________ +[ 27496] By: nicholas on 2006/03/14 15:21:54 + Log: SVphv_REHASH can use the same flag bit as SVf_FAKE. This allows + 0x10000000 (SVf_AMAGIC) to be set on all 16 SV types, which seems to + be necessary to fix subtle bugs involving reblessing and overloading. + Branch: perl + ! sv.h +____________________________________________________________________________ +[ 27495] By: rgs on 2006/03/14 09:55:17 + Log: Subject: [perl #38710] localised stash slice + From: Hugo van der Sanden (via RT) + Date: Sat, 11 Mar 2006 02:47:56 -0800 + Message-ID: + + (new TODO tests) + Branch: perl + ! t/op/local.t +____________________________________________________________________________ +[ 27494] By: rgs on 2006/03/14 08:53:07 + Log: threads and threads::shared are now dual-lived modules + Branch: perl + ! Porting/Maintainers.pl +____________________________________________________________________________ +[ 27493] By: rgs on 2006/03/14 08:38:45 + Log: Subject: [PATCH] Do nothing in a GCC-friendly way + From: andy@petdance.com (Andy Lester) + Date: Mon, 13 Mar 2006 12:48:50 -0600 + Message-ID: <20060313184850.GA16905@petdance.com> + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 27492] By: rgs on 2006/03/14 08:35:24 + Log: Subject: [PATCH] looks_like_bool can be const + From: andy@petdance.com (Andy Lester) + Date: Mon, 13 Mar 2006 09:31:52 -0600 + Message-ID: <20060313153152.GA13254@petdance.com> + Branch: perl + ! embed.fnc op.c proto.h +____________________________________________________________________________ +[ 27491] By: nicholas on 2006/03/13 23:13:23 + Log: Somewhat less shaky relocatable @INC support. You can install things + to the current location of the perl tree, move it, install more things, + move it again, lather rinse repeat. + Configure with -Duserelocatableinc + Branch: perl + ! Configure configpm installperl +____________________________________________________________________________ +[ 27490] By: nicholas on 2006/03/13 20:49:55 + Log: First stab at rather shaky Configure support for relocatable @INC. + Seems to be installing rather more that it's supposed to be. + Branch: perl + ! Configure configpm +____________________________________________________________________________ +[ 27489] By: nicholas on 2006/03/13 18:59:27 + Log: Split break out the installprefix code from setprefixvar, which allows + the remaining 8 places to call the common prefix conversion code. + Branch: perl + ! Configure +____________________________________________________________________________ +[ 27488] By: nicholas on 2006/03/13 18:01:11 + Log: Refactor most of the cut & paste for setting prefix/prefixexp variables + and the "Change installation prefix, if necessary" into a new + "function" setprefixvar (which I assume will become Setprefixvar.U) + How many platforms still have Bourne shells that can't do shell + functions? Someone's going to say Irix? + Branch: perl + ! Configure +____________________________________________________________________________ +[ 27487] By: rgs on 2006/03/13 17:35:59 + Log: Forgot the ending \. Why did it still compile ? + Branch: perl + ! ext/List/Util/multicall.h +____________________________________________________________________________ +[ 27486] By: rgs on 2006/03/13 17:34:09 + Log: Subject: [PATCH] Automatically SPAGAIN in the poor-man's-multicall API + From: Robin Houston + Date: Mon, 13 Mar 2006 12:48:21 +0000 + Message-ID: <20060313124821.GA11203@rpc142.cs.man.ac.uk> + Branch: perl + ! ext/List/Util/multicall.h +____________________________________________________________________________ +[ 27485] By: nicholas on 2006/03/13 17:10:14 + Log: The existing order of the checks for whether man1dir and man3dir were + ' ' were obviously buggy, because they set installman[13]dir only for + the next if block to set it again. Reordering removes that daftness. + Branch: perl + ! Configure +____________________________________________________________________________ +[ 27484] By: nicholas on 2006/03/13 15:50:04 + Log: The "Change installation prefix, if necessary." code needs to use + the ~ expanded prefix and installprefix in the substitution. + Branch: perl + ! Configure +____________________________________________________________________________ +[ 27483] By: rgs on 2006/03/12 15:12:29 + Log: Load .pmc always, even if they are older than a matching .pm file. + (This trick is going to be used by pugs.) + Branch: perl + ! pod/perlfunc.pod pp_ctl.c +____________________________________________________________________________ +[ 27482] By: stevep on 2006/03/12 14:07:17 + Log: Subject: [PATCH] Removed unnecessary NULL check in Digest::SHA + From: Andy Lester + Date: Tue, 7 Mar 2006 12:12:35 -0600 + Message-ID: <20060307181235.GA25688@petdance.com> + Branch: perl + ! ext/Digest/SHA/src/hmac.c +____________________________________________________________________________ +[ 27481] By: stevep on 2006/03/12 13:48:10 + Log: Upgrade to Module-Build-0.27_09 + Branch: perl + ! Porting/Maintainers.pl lib/Module/Build.pm + ! lib/Module/Build/Authoring.pod lib/Module/Build/Base.pm + ! lib/Module/Build/Changes lib/Module/Build/Compat.pm + ! lib/Module/Build/Cookbook.pm +____________________________________________________________________________ +[ 27480] By: nicholas on 2006/03/11 23:40:34 + Log: isSPACE('\0') is false, so can simplify the condition in the for + loop. As the for loop is basically a while loop, write it as one, to + make its intentions clearer. + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 27479] By: nicholas on 2006/03/11 22:51:26 + Log: Fix the last 2 perly.y specific parts of regen_perly.pl, and make + the regen_perly target call it for both perly.y and madly.y. + Branch: perl + - regen_madly.pl + ! MANIFEST Makefile.SH regen_perly.pl +____________________________________________________________________________ +[ 27478] By: nicholas on 2006/03/11 22:29:56 + Log: NNs and NULLOKs for MAD's new functions. + Branch: perl + ! embed.fnc proto.h +____________________________________________________________________________ +[ 27477] By: stevep on 2006/03/11 22:08:34 + Log: Perl_newWHILEOP() had exactly the same lack of a NULL pointer check + that Perl_newLOOPOP() had and fixed in change #27476. Maybe some + refactoring is needed? + Branch: perl + ! op.c +____________________________________________________________________________ +[ 27476] By: stevep on 2006/03/11 21:41:20 + Log: Possible NULL pointer reference found by Coverity checks. + Branch: perl + ! op.c +____________________________________________________________________________ +[ 27475] By: stevep on 2006/03/11 20:57:26 + Log: Keep from using a variable in S_my_kid() before it is initialized. This was introduced with the MAD changes. + Branch: perl + ! op.c +____________________________________________________________________________ +[ 27474] By: craigb on 2006/03/11 17:26:00 + Log: Subject: [PATCH] perl@27437 fix File::Path::mkpath so that perl installs on VMS + From: Peter Prymmer + Date: Fri, 10 Mar 2006 15:24:23 -0500 + Message-id: + Branch: perl + ! lib/File/Path.pm +____________________________________________________________________________ +[ 27473] By: merijn on 2006/03/11 11:03:55 + Log: Subject: [PATCH] Reapply change 24432 + From: "Jan Dubois" + Date: Fri, 10 Mar 2006 18:21:39 -0800 + Message-ID: <01b001c644b2$879a1f50$6062a8c0@candy> + Branch: perl + ! config_h.SH +____________________________________________________________________________ +[ 27471] By: nicholas on 2006/03/11 10:21:27 + Log: Missed the hunk that adds regen_madly.pl to the regen_perl target. + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 27470] By: nicholas on 2006/03/11 10:16:04 + Log: Subject: [PATCH] Sync up embed.fnc and doio.c + From: andy@petdance.com (Andy Lester) + Message-ID: <20060311071338.GA12490@petdance.com> + Date: Sat, 11 Mar 2006 01:13:38 -0600 + Branch: perl + ! embed.fnc proto.h +____________________________________________________________________________ +[ 27469] By: nicholas on 2006/03/11 09:55:43 + Log: Subject: [PATCH] Localizing some vars in S_checkcomma + From: andy@petdance.com (Andy Lester) + Message-ID: <20060310223100.GA13455@petdance.com> + Date: Fri, 10 Mar 2006 16:31:00 -0600 + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 27468] By: nicholas on 2006/03/11 09:32:18 + Log: Remove the obsolete mad/P5RE.pm + Branch: perl + - mad/P5RE.pm + ! MANIFEST +____________________________________________________________________________ +[ 27467] By: craigb on 2006/03/11 01:52:37 + Log: null terminate command string -- broken in #27438 + Branch: perl + ! vms/vms.c +____________________________________________________________________________ +[ 27466] By: nicholas on 2006/03/10 21:54:18 + Log: Move the 12 static MAD variables from toke.c into the interpeter + structure. + Branch: perl + ! embedvar.h intrpvar.h makedef.pl perl.c perlapi.h sv.c toke.c +____________________________________________________________________________ +[ 27465] By: nicholas on 2006/03/10 20:58:23 + Log: Rename the 12 static variables in toke.c to PL_* + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 27464] By: nicholas on 2006/03/10 19:47:11 + Log: gozer took over from gsar (some time ago). + Branch: perl + ! Porting/repository.pod +____________________________________________________________________________ +[ 27463] By: nicholas on 2006/03/10 18:53:01 + Log: All the autogenerated files from change 27462. + Branch: perl + ! madly.act madly.h madly.tab +____________________________________________________________________________ +[ 27462] By: nicholas on 2006/03/10 18:52:40 + Log: Merge perly.y changes from 5.9.2 to now into madly.y. + Branch: perl + ! madly.y +____________________________________________________________________________ +[ 27461] By: nicholas on 2006/03/10 12:57:18 + Log: Teaching embed.pl about conditional symbols is a TODO. + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 27460] By: nicholas on 2006/03/10 12:09:39 + Log: Tweak change 27457 - make PL_lasttoke MAD only, but teach makedef.pl + about MADness (and unMADness - maybe there is a special word for that) + Branch: perl + ! intrpvar.h makedef.pl +____________________________________________________________________________ +[ 27459] By: nicholas on 2006/03/10 11:31:14 + Log: Summon constman! S_checkcomma now has all 3 arguments const char. + Branch: perl + ! embed.fnc proto.h toke.c +____________________________________________________________________________ +[ 27458] By: nicholas on 2006/03/10 10:50:29 + Log: Tease apart the keyword/subroutine test in S_checkcomma. + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 27457] By: stevep on 2006/03/10 02:17:43 + Log: Move PL_lasttoke out of its PERL_MAD define in intrpvar.h. + Otherwise, Win32 does not compile. + Branch: perl + ! intrpvar.h +____________________________________________________________________________ +[ 27456] By: nicholas on 2006/03/09 23:23:19 + Log: Correct another gv_fetchpv() - it takes a bitmask of flags, not simply + TRUE/FALSE. + Branch: perl + ! gv.c +____________________________________________________________________________ +[ 27455] By: nicholas on 2006/03/09 22:50:23 + Log: Remove two NEWSV()s in the non-ithread dump code that got missed. + Branch: perl + ! dump.c +____________________________________________________________________________ +[ 27454] By: mhx on 2006/03/09 22:07:01 + Log: Subject: Re: [PATCH pod/perlfunc.pd] Re: truncate needs seek on filehandle + From: Ronald J Kimball + Date: Thu, 9 Mar 2006 16:29:12 -0500 + Message-ID: <20060309212912.GF22682@penkwe.pair.com> + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 27453] By: nicholas on 2006/03/09 22:03:55 + Log: Add the Perl 5 to Perl 5 convertor scripts. + Branch: perl + + mad/P5AST.pm mad/P5RE.pm mad/P5re.pm mad/PLXML.pm mad/nomad + + mad/p55 + ! MANIFEST +____________________________________________________________________________ +[ 27452] By: nicholas on 2006/03/09 22:01:28 + Log: Superior *printf-fu lets us avoid modifying source code. + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 27451] By: nicholas on 2006/03/09 21:49:20 + Log: Avoid scribbling on the passed in command line string for -i in + moreswitches. + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 27450] By: nicholas on 2006/03/09 21:24:04 + Log: -Dmad works, albeit with some test failures: + ext/B/t/f_sort.t 20 5 25.00% 2 4-6 16 + ext/B/t/optree_samples.t 20 1 5.00% 18 + ext/List/Util/t/weak.t 1 256 22 1 4.55% 22 + ext/Safe/t/safeops.t 0 134 354 288 81.36% 211-354 + lib/warnings.t 561 2 0.36% 3 10 + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 27449] By: nicholas on 2006/03/09 20:53:11 + Log: Oops. Failed to add madly.c + Branch: perl + + madly.c +____________________________________________________________________________ +[ 27448] By: stevep on 2006/03/09 20:48:50 + Log: The Coverity audit is upset that the scream_olds variable is not + directly initialized, although it is likely initialized after + another variable takes a reference to it. + Branch: perl + ! regexec.c +____________________________________________________________________________ +[ 27447] By: nicholas on 2006/03/09 20:48:18 + Log: Add the madly parser. I believe that this is all the C code. Now to + find the bugs that stowed away. + Branch: perl + + madly.act madly.h madly.tab madly.y regen_madly.pl + ! Configure MANIFEST Makefile.SH embed.fnc embed.h perly.c + ! proto.h +____________________________________________________________________________ +[ 27446] By: nicholas on 2006/03/09 19:53:53 + Log: It helps to run embed.pl in the correct directory. (not the symlink + tree) + Branch: perl + ! embed.h embedvar.h perlapi.h proto.h +____________________________________________________________________________ +[ 27445] By: nicholas on 2006/03/09 19:22:10 + Log: The remainder of the toke.c MAD changes. Now to investigate why MAD + no longer builds. + Branch: perl + ! embed.fnc intrpvar.h sv.c toke.c +____________________________________________________________________________ +[ 27444] By: nicholas on 2006/03/09 19:00:26 + Log: Another refactoring from Larry implicit in the MAD patch. + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 27443] By: nicholas on 2006/03/09 18:08:52 + Log: Refactoring from Larry implicit in the MAD patch. + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 27442] By: nicholas on 2006/03/09 17:06:46 + Log: Replace PL_nextval[PL_nexttoke].opval with the macro NEXTVAL_NEXTTOKE + as MAD conditionally changes this consistently in 27 places. + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 27441] By: stevep on 2006/03/09 16:14:20 + Log: Need to update test count from change #27440. + Branch: perl + ! ext/POSIX/t/sigaction.t +____________________________________________________________________________ +[ 27440] By: stevep on 2006/03/09 16:03:21 + Log: croak in POSIX::sigaction() when passed a negative signal instead + dumping core. + Branch: perl + ! ext/POSIX/POSIX.xs ext/POSIX/t/sigaction.t +____________________________________________________________________________ +[ 27439] By: nicholas on 2006/03/09 15:13:49 + Log: MAD changes for bare skipspace() + Branch: perl + ! embed.fnc embed.h proto.h toke.c +____________________________________________________________________________ +[ 27438] By: craigb on 2006/03/09 14:49:45 + Log: Subject: patch@27385 - VMS thread fixes (was: threads and VMS) + From: "John E. Malmberg" + Date: Wed, 08 Mar 2006 23:34:05 -0500 + Message-id: <440FB03D.8010409@qsl.net> + + Branch: perl + ! vms/vms.c +____________________________________________________________________________ +[ 27437] By: nicholas on 2006/03/09 13:45:30 + Log: Add the MAD change to perly.y, which brings a new PEG token. + Branch: perl + ! perly.act perly.h perly.tab perly.y +____________________________________________________________________________ +[ 27436] By: mhx on 2006/03/09 12:54:19 + Log: Fix a memory leak in ck_grep(), spotted by coverity: + perl -e'eval "grep" while 1' + Branch: perl + ! op.c +____________________________________________________________________________ +[ 27435] By: nicholas on 2006/03/09 12:41:40 + Log: Tweaking the order of op creation/op free in Perl_ck_require to Larry's + order doesn't make tests pass :-(. Nor does it make them fail. + Branch: perl + ! op.c +____________________________________________________________________________ +[ 27434] By: nicholas on 2006/03/09 12:17:41 + Log: Fix C99ism in dump.c + Branch: perl + ! dump.c +____________________________________________________________________________ +[ 27433] By: nicholas on 2006/03/09 12:01:36 + Log: Unroll 27425 - keeping Larry's order in op.c means that exactly the + same sequence of pad usage is generated with and without MAD. + Branch: perl + ! ext/B/t/f_map.t op.c +____________________________________________________________________________ +[ 27432] By: nicholas on 2006/03/09 11:20:14 + Log: Note the weakref.t failure that commenting out this code caused. + Pesky waterbeds. + Branch: perl + ! op.c +____________________________________________________________________________ +[ 27431] By: nicholas on 2006/03/09 11:04:23 + Log: Note the cause of another MAD test failure - an explicit abort trap + for saving PL_formfeed is being hit. + Branch: perl + ! scope.c +____________________________________________________________________________ +[ 27430] By: nicholas on 2006/03/09 10:53:25 + Log: Bodge MAD code to get pack.t and ext/Encode/t/Encode.t passing. + Branch: perl + ! op.c +____________________________________________________________________________ +[ 27429] By: nicholas on 2006/03/08 23:33:05 + Log: Make MAD at least compile and link once more. Although it's now failing + 6 regression tests. + Branch: perl + ! op.c perly.c +____________________________________________________________________________ +[ 27428] By: nicholas on 2006/03/08 22:36:30 + Log: Further MAD changes. + Branch: perl + ! perl.c perly.c pp_ctl.c scope.c +____________________________________________________________________________ +[ 27427] By: nicholas on 2006/03/08 21:53:06 + Log: Oops. Didn't mean to commit 27426 to maint first. Integrate it: + Avoid writing over the input string in the case 'F' in moreswitches. + Branch: perl + !> perl.c +____________________________________________________________________________ +[ 27425] By: nicholas on 2006/03/08 21:18:58 + Log: The last MAD change to op.c changes the pad offsets of the test that + ext/B/t/f_map.t is using. + Branch: perl + ! ext/B/t/f_map.t op.c +____________________________________________________________________________ +[ 27424] By: nicholas on 2006/03/08 20:34:16 + Log: Almost all the MAD changes for op.c + Branch: perl + ! embed.fnc embed.h op.c perl.h proto.h +____________________________________________________________________________ +[ 27423] By: nicholas on 2006/03/08 18:17:09 + Log: Change from Larry in the MAD code which seems to be unrelated to MAD. + Branch: perl + ! op.c +____________________________________________________________________________ +[ 27422] By: nicholas on 2006/03/08 16:29:26 + Log: MAD changes to dump.c + Branch: perl + ! dump.c embed.fnc embed.h global.sym makedef.pl proto.h +____________________________________________________________________________ +[ 27421] By: steveh on 2006/03/08 16:25:23 + Log: Get rid of unnecessary "rmdir /s" calls in Win32 makefiles + + They only existed for the benefit of old shells that didn't + understand "rmdir /s /q", but since change #27195 effectively + drops support for old shells that don't understand "xcopy /y" + it seems unnecessary now. + + Windows NT4, 2000, XP and onwards all support "rmdir /s /q", so + it's probably only the Windows 9x shells that lose out. + Branch: perl + ! win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 27420] By: steveh on 2006/03/08 15:20:28 + Log: Sort the ext/ and lib/ tests when running under t/harness + + Unless they are sorted then they are run in the same order in which + they are listed in MANIFEST, which is not always ideal. In particular, + the ext/Compress/IO/Zlib/t/*.t tests are not run in the correct order, + which causes some files to be left behind afterwards. + + ExtUtils::Command::MM::test_harness() sorts test files, so it seems + sensible for t/harness to do likewise, rather than relying on the + ordering in MANIFEST. + Branch: perl + ! t/harness +____________________________________________________________________________ +[ 27419] By: nicholas on 2006/03/08 13:40:48 + Log: Add MAD changes to pad code (new function Perl_pad_peg) + Branch: perl + ! embed.fnc embed.h makedef.pl pad.c pad.h proto.h +____________________________________________________________________________ +[ 27418] By: steveh on 2006/03/08 13:37:28 + Log: Adjust Win32 distclean as per changes #27411 and #27417 + Branch: perl + ! win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 27417] By: rgs on 2006/03/08 13:29:26 + Log: "make distclean" fix noticed by Steve Hay + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 27416] By: steveh on 2006/03/08 12:15:04 + Log: Cleanup Archive-Tar temporary test files + + I've done this twice before already (changes #25043 and #26785), + but it keeps getting accidentally removed. Third time lucky? + Branch: perl + ! lib/Archive/Tar.pm lib/Archive/Tar/t/02_methods.t +____________________________________________________________________________ +[ 27415] By: rgs on 2006/03/08 10:31:24 + Log: Subject: [PATCH] Re: [perl #38684] O::Deparse not working as expected + From: Stephen McCamant + Date: Tue, 7 Mar 2006 20:00:30 -0800 + Message-ID: <17422.22238.570532.2771@apocalypse.OCF.Berkeley.EDU> + Branch: perl + ! ext/B/B/Deparse.pm ext/B/t/deparse.t +____________________________________________________________________________ +[ 27414] By: rgs on 2006/03/08 10:25:26 + Log: Subject: [PATCH] Removed unused check and assignment in pp_hot.c + From: andy@petdance.com (Andy Lester) + Date: Wed, 8 Mar 2006 00:45:29 -0600 + Message-ID: <20060308064529.GA16499@petdance.com> + Branch: perl + ! pp_hot.c +____________________________________________________________________________ +[ 27413] By: steveh on 2006/03/08 09:36:50 + Log: Don't try to export PL_madskills/PL_xmlfp when they're not defined + (Fixes Win32 linker error introduced by change #27408) + Branch: perl + ! makedef.pl +____________________________________________________________________________ +[ 27412] By: steveh on 2006/03/08 08:42:44 + Log: Complete change #27407/27410 on Win32 and tidy up change #27372 + Branch: perl + ! win32/config_H.bc win32/config_H.gc win32/config_H.vc + ! win32/config_H.vc64 +____________________________________________________________________________ +[ 27411] By: rgs on 2006/03/08 08:23:54 + Log: "make distclean" adjustments for the new Compress modules + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 27410] By: merijn on 2006/03/08 08:10:25 + Log: Backport #27407 + Add a Configure question for mad (Misc Attribute Decoration - Larry's + perl5 to perl[56] convertor), which if set defines PERL_MAD in config.h + Branch: perl + ! Configure Porting/Glossary config_h.SH +____________________________________________________________________________ +[ 27408] By: nicholas on 2006/03/07 23:24:55 + Log: Some of the MAD structures in headers, plus PL_madskills and PL_xmlfp, + and default definitions for the 2 variables. (Which will save a lot of + conditional complilation, by instead letting the C compiler optimiser + remove dead code.) + Branch: perl + ! XSUB.h embedvar.h intrpvar.h op.h perl.h perlapi.h +____________________________________________________________________________ +[ 27407] By: nicholas on 2006/03/07 22:16:55 + Log: Add a Configure question for mad (Misc Attribute Decoration - Larry's + perl5 to perl[56] convertor), which if set defines PERL_MAD in config.h + Branch: perl + ! Configure Cross/config.sh-arm-linux NetWare/config.wc + ! Porting/Glossary config_h.SH configure.com epoc/config.sh + ! perl.c plan9/config_sh.sample symbian/config.sh uconfig.sh + ! win32/config.bc win32/config.gc win32/config.vc + ! win32/config.vc64 wince/config.ce +____________________________________________________________________________ +[ 27406] By: nicholas on 2006/03/07 19:31:49 + Log: Two more TODOs for those with C knowledge. + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 27405] By: nicholas on 2006/03/07 19:27:28 + Log: Remove the #define - ARENASETS are always on now. + Branch: perl + ! perl.h sv.c +____________________________________________________________________________ +[ 27404] By: nicholas on 2006/03/07 19:23:14 + Log: TPF++ # http://www.perlfoundation.org/gc/grants/2006-perl5-improve.html + Shrinking PVGVs, PVLVs, PVCVs and PVFMs is TODOne. + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 27403] By: rgs on 2006/03/07 17:09:54 + Log: This looks like a memory leak. + Branch: perl + ! op.c +____________________________________________________________________________ +[ 27402] By: rgs on 2006/03/07 16:49:58 + Log: $[ = 2 should not warn. + Branch: perl + ! op.c t/lib/warnings/op +____________________________________________________________________________ +[ 27401] By: steveh on 2006/03/07 14:58:20 + Log: Fix lib/Module/Build/t/compat.t + (e.g. see http://www.nntp.perl.org/group/perl.daily-build.reports/36431) + Branch: perl + ! lib/Module/Build/t/compat.t +____________________________________________________________________________ +[ 27400] By: rgs on 2006/03/07 14:36:00 + Log: Make report on bad filenames easier to read + Branch: perl + ! Porting/check83.pl +____________________________________________________________________________ +[ 27399] By: rgs on 2006/03/07 14:15:46 + Log: FAQ sync. (FAQ now moved to svn) + Branch: perl + ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod + ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod + ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod + ! pod/perlfaq9.pod +____________________________________________________________________________ +[ 27398] By: stevep on 2006/03/07 04:48:29 + Log: Upgrade to PathTools-3.17 + Branch: perl + ! ext/Cwd/Cwd.xs ext/Cwd/t/cwd.t lib/Cwd.pm lib/File/Spec.pm +____________________________________________________________________________ +[ 27397] By: stevep on 2006/03/06 23:31:21 + Log: Subject: Re: [PATCH] Removed a redundant o->op_type + From: Paul Johnson + Date: Tue, 28 Feb 2006 20:17:31 +0100 + Message-ID: <20060228191731.GD20933@pjcj.net> + Branch: perl + ! op.c +____________________________________________________________________________ +[ 27396] By: mhx on 2006/03/06 22:18:52 + Log: Don't free thread memory if PERL_DESTRUCT_LEVEL is set to a non-zero + value as we're probably hunting memory leaks then + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 27393] By: nicholas on 2006/03/06 20:44:02 + Log: Update David Dyck's e-mail address. + Branch: perl + ! AUTHORS Porting/checkAUTHORS.pl +____________________________________________________________________________ +[ 27390] By: rgs on 2006/03/06 17:26:43 + Log: Add all new utilities in the perlutil man page. + Includes lots of work by Zsban Ambrus. + Branch: perl + ! pod/perlutil.pod +____________________________________________________________________________ +[ 27389] By: rgs on 2006/03/06 16:09:50 + Log: Subject: [PATCH] add Module::Build 0.27_08 + From: Yitzchak Scott-Thoennes + Date: Sun, 5 Mar 2006 12:08:30 -0800 + Message-ID: <20060305200830.GA2660@efn.org> + Branch: perl + + lib/Module/Build.pm lib/Module/Build/Authoring.pod + + lib/Module/Build/Base.pm lib/Module/Build/Changes + + lib/Module/Build/Compat.pm lib/Module/Build/ConfigData.pm + + lib/Module/Build/Cookbook.pm lib/Module/Build/ModuleInfo.pm + + lib/Module/Build/Notes.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/cygwin.pm + + lib/Module/Build/Platform/darwin.pm + + lib/Module/Build/Platform/os2.pm lib/Module/Build/PodParser.pm + + lib/Module/Build/scripts/config_data + + lib/Module/Build/t/basic.t + + lib/Module/Build/t/bundled/Tie/CPHash.pm + + lib/Module/Build/t/compat.t lib/Module/Build/t/destinations.t + + lib/Module/Build/t/ext.t lib/Module/Build/t/extend.t + + lib/Module/Build/t/files.t lib/Module/Build/t/install.t + + lib/Module/Build/t/lib/DistGen.pm + + lib/Module/Build/t/lib/MBTest.pm + + lib/Module/Build/t/manifypods.t lib/Module/Build/t/metadata.t + + lib/Module/Build/t/metadata2.t lib/Module/Build/t/moduleinfo.t + + lib/Module/Build/t/notes.t lib/Module/Build/t/parents.t + + lib/Module/Build/t/pod_parser.t lib/Module/Build/t/ppm.t + + lib/Module/Build/t/runthrough.t lib/Module/Build/t/signature.t + + lib/Module/Build/t/tilde.t lib/Module/Build/t/versions.t + + lib/Module/Build/t/xs.t utils/config_data.PL + ! MANIFEST Porting/Maintainers.pl installperl pod/perlutil.pod + ! utils.lst utils/Makefile vms/descrip_mms.template + ! win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 27388] By: rgs on 2006/03/06 14:52:48 + Log: Upgrade to Archive::Tar 1.29 + Branch: perl + ! lib/Archive/Tar.pm lib/Archive/Tar/t/00_setup.t + ! lib/Archive/Tar/t/02_methods.t lib/Archive/Tar/t/99_clean.t +____________________________________________________________________________ +[ 27387] By: rgs on 2006/03/06 10:06:53 + Log: Add and remove files forgotten in change #27384 + Branch: perl + + 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 + - (delete 110 files) + ! MANIFEST +____________________________________________________________________________ +[ 27386] By: craigb on 2006/03/06 03:42:19 + Log: Subject: PATCH: 2 vms specific build files in perl @ 27383 + From: Peter Prymmer + Date: Sun, 05 Mar 2006 20:30:09 -0500 + Message-id: + Branch: perl + ! configure.com vms/gen_shrfls.pl +____________________________________________________________________________ +[ 27385] By: craigb on 2006/03/06 03:26:39 + Log: Subject: Re: threads and VMS + From: "John E. Malmberg" + Date: Sun, 05 Mar 2006 00:32:27 -0500 + Message-id: <440A77EB.2030205@qsl.net> + Branch: perl + ! vms/vms.c +____________________________________________________________________________ +[ 27384] By: stevep on 2006/03/06 02:06:04 + Log: Subject: [PATCH] Compress::Zlib + From: "Paul Marquess" + Date: Fri, 3 Mar 2006 10:25:48 -0000 + Message-ID: <007101c63eac$d919c6c0$4c05140a@myopwv.com> + Branch: perl + + (add 129 files) + ! MANIFEST ext/Compress/Zlib/Changes + ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/README + ! ext/Compress/Zlib/examples/filtdef + ! ext/Compress/Zlib/examples/filtinf + ! ext/Compress/Zlib/examples/gzcat + ! ext/Compress/Zlib/examples/gzgrep + ! ext/Compress/Zlib/examples/gzstream + ! ext/Compress/Zlib/t/01version.t + ! ext/Compress/Zlib/t/03zlib-v1.t + ! ext/Compress/Zlib/t/05examples.t + ! ext/Compress/Zlib/t/06gzsetp.t + ! ext/Compress/Zlib/t/08encoding.t + ! ext/Compress/Zlib/t/14gzopen.t ext/Compress/Zlib/t/99pod.t + ! t/lib/compress/any.pl t/lib/compress/anyunc.pl + ! t/lib/compress/destroy.pl t/lib/compress/generic.pl + ! t/lib/compress/merge.pl t/lib/compress/multi.pl + ! t/lib/compress/newtied.pl t/lib/compress/oneshot.pl + ! t/lib/compress/prime.pl t/lib/compress/tied.pl + ! t/lib/compress/truncate.pl t/lib/compress/zlib-generic.pl +____________________________________________________________________________ +[ 27383] By: nicholas on 2006/03/05 21:21:10 + Log: Change 27380 (HEK into the IV union failed to convert the code in the + non-gcc-debugging ifdef. Whoops. Very lax of me) + Branch: perl + ! gv.h +____________________________________________________________________________ +[ 27382] By: nicholas on 2006/03/05 19:07:12 + Log: Perl_gv_name_set should not leak the old HEK. Allow the flag GV_ADD + to simplify GV initialisation. + Branch: perl + ! gv.c gv.h sv.c +____________________________________________________________________________ +[ 27381] By: nicholas on 2006/03/05 18:40:59 + Log: Change hv_name_set to take U32 length and flags parameters. + Branch: perl + ! embed.fnc hv.c proto.h +____________________________________________________________________________ +[ 27380] By: nicholas on 2006/03/05 18:13:42 + Log: Move the GvNAME HEK into the IV union - every GV is now 1 pointer + smaller. + Branch: perl + ! av.h cv.h gv.c gv.h hv.h sv.h +____________________________________________________________________________ +[ 27379] By: nicholas on 2006/03/05 17:47:23 + Log: Use a HEK to store the GV's name, rather than a malloc()ed string. + Saves 1 word in each GV (no more strlen), and will also save the memory + used by the string itself, as the HEK will exist already due to the + key used by the symbol table for this GV. + Branch: perl + ! gv.c gv.h sv.c sv.h +____________________________________________________________________________ +[ 27378] By: nicholas on 2006/03/05 12:12:56 + Log: Only #define PERL_DONT_CREATE_GVSV if it wasn't already defined. + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 27377] By: nicholas on 2006/03/05 11:53:55 + Log: Provide Perl_gv_name_set to replace LVALUE use of GvNAME and GvNAMESET. + Branch: perl + ! embed.fnc embed.h global.sym gv.c gv.h proto.h sv.c +____________________________________________________________________________ +[ 27376] By: craigb on 2006/03/05 00:03:31 + Log: Subject: Re: threads and VMS + From: "John E. Malmberg" + Date: Sat, 04 Mar 2006 18:29:22 -0500 + Message-id: <440A22D2.30009@qsl.net> + Branch: perl + ! doio.c +____________________________________________________________________________ +[ 27375] By: merijn on 2006/03/04 06:48:13 + Log: Subject: patch@27373 VMS build fix + more long pathname stuff + From: "John E. Malmberg" + Date: Sat, 04 Mar 2006 00:36:03 -0500 + Message-ID: <44092743.4030607@qsl.net> + Branch: perl + ! vms/vms.c +____________________________________________________________________________ +[ 27374] By: merijn on 2006/03/04 06:44:10 + Log: Subject: Re: [PATCH] include configure.com in Porting/checkcfgvar.pl + From: Abe Timmerman + Date: Fri, 3 Mar 2006 22:56:47 +0100 + Message-Id: <200603032256.47170.abe@ztreet.demon.nl> + Branch: perl + ! Porting/checkcfgvar.pl configure.com +____________________________________________________________________________ +[ 27373] By: stevep on 2006/03/03 18:40:22 + Log: Add d_builtin_choose_expr and d_builtin_expect to configure.com as + 'undef'. + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 27372] By: stevep on 2006/03/03 18:34:18 + Log: Make Win32 configuration changes for HAS_BUILTIN_CHOOSE_EXPR and + HAS_BUILTIN_EXPECT. + 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 +____________________________________________________________________________ +[ 27371] By: stevep on 2006/03/03 17:49:01 + Log: Subject: [PATCH] include configure.com in Porting/checkcfgvar.pl + From: Abe Timmerman + Date: Fri, 3 Mar 2006 18:43:24 +0100 + Message-Id: <200603031843.24250.abe@ztreet.demon.nl> + Branch: perl + ! Porting/checkcfgvar.pl +____________________________________________________________________________ +[ 27370] By: merijn on 2006/03/03 16:40:57 + Log: Subject: [PATCH] Support for __builtin_expect and __builtin_choose_expr + From: Andy Lester + Date: Wed, 28 Dec 2005 15:34:08 -0600 + Message-ID: <20051228213408.GB26033@petdance.com> + Branch: perl + ! Configure Porting/Glossary config_h.SH perl.h +____________________________________________________________________________ +[ 27368] By: rgs on 2006/03/03 15:45:32 + Log: Subject: [PATCH] Re: [perl #38657] -d:Foo=bar broke in 5.8.8 + From: Jarkko Hietaniemi + Date: Thu, 02 Mar 2006 20:21:26 +0200 + Message-ID: <440737A6.4060606@gmail.com> + Branch: perl + ! t/lib/Devel/switchd.pm t/run/switchd.t +____________________________________________________________________________ +[ 27367] By: merijn on 2006/03/03 07:35:51 + Log: #27363 broke HP-UX (and others). if [[ ... ]] syntax not supported + Branch: perl + ! Configure +____________________________________________________________________________ +[ 27365] By: stevep on 2006/03/03 00:18:40 + Log: Subject: Re: [PATCH] Re: [perl #38612] Data::Dumper core dump in 5.8.6, fixed by 5.8.7 + From: Jarkko Hietaniemi + Date: Thu, 02 Mar 2006 22:46:14 +0200 + Message-ID: <44075996.1000002@gmail.com> + Branch: perl + ! ext/Data/Dumper/t/bugs.t +____________________________________________________________________________ +[ 27364] By: merijn on 2006/03/02 20:14:50 + Log: Taint handling for runperl: + - better taint detection (switch -T in command) + - $ENV{PATH} stripping of writeable directories on unix/linux + Branch: perl + ! t/test.pl +____________________________________________________________________________ +[ 27363] By: merijn on 2006/03/02 20:07:51 + Log: Subject: [perl #38385] _h2ph_pre.ph / $Config{cppsymbols} omits gcc-3.4+ cpp "predefined macros" + Date: Tue, 31 Jan 2006 09:50:32 -0800 + From: Jason Vas Dias (via RT) + Branch: perl + ! Configure utils/h2ph.PL +____________________________________________________________________________ +[ 27361] By: rgs on 2006/03/02 09:11:35 + Log: Subject: [PATCH] mgvtbl initialization + From: andy@petdance.com (Andy Lester) + Date: Wed, 1 Mar 2006 22:52:20 -0600 + Message-ID: <20060302045220.GA15985@petdance.com> + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 27360] By: rgs on 2006/03/02 09:08:30 + Log: Subject: [PATCH] Non-null optimizations + From: andy@petdance.com (Andy Lester) + Date: Wed, 1 Mar 2006 22:13:45 -0600 + Message-ID: <20060302041345.GA13731@petdance.com> + Branch: perl + ! embed.fnc pod/perlapi.pod proto.h sv.c +____________________________________________________________________________ +[ 27359] By: rgs on 2006/03/01 22:39:24 + Log: Don't put strings with embedded NULs in the environment. + This makes things like -d:Foo=bar work again. + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 27358] By: stevep on 2006/03/01 20:15:27 + Log: Grammar nit in Locale::Maketext::TPJ13.pod, found by Justin Pryzby. + Branch: perl + ! lib/Locale/Maketext/TPJ13.pod +____________________________________________________________________________ +[ 27357] By: stevep on 2006/03/01 16:53:49 + Log: Upgrade to podlators-2.04 + Branch: perl + + lib/Pod/t/filehandle.t + ! MANIFEST lib/Pod/Man.pm lib/Pod/Text.pm +____________________________________________________________________________ +[ 27356] By: stevep on 2006/03/01 16:29:37 + Log: Upgrade to assertions-0.03 + Branch: perl + ! lib/assertions.pm lib/assertions/activate.pm + ! lib/assertions/compat.pm t/comp/assertions.t + ! t/comp/asstcompat.t +____________________________________________________________________________ +[ 27355] By: rgs on 2006/03/01 16:13:56 + Log: Subject: [PATCH] a buglet in fakesdio.h + From: Anton Berezin + Date: Wed, 1 Mar 2006 16:56:13 +0100 + Message-ID: <20060301155613.GA30368@heechee.tobez.org> + Branch: perl + ! fakesdio.h +____________________________________________________________________________ +[ 27354] By: stevep on 2006/03/01 16:08:17 + Log: Upgrade to CGI.pm-3.17, but continuing the version bump for + unintegrated changes. + Branch: perl + ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Fast.pm +____________________________________________________________________________ +[ 27353] By: rgs on 2006/03/01 09:08:46 + Log: Subject: Re: Patch lint for grep { /.../ } and grep /.../, + From: "Joshua ben Jore" + Date: Wed, 1 Mar 2006 01:14:14 -0600 + Message-ID: + Branch: perl + ! ext/B/B/Lint.pm ext/B/t/lint.t +____________________________________________________________________________ +[ 27352] By: steveh on 2006/02/28 12:51:55 + Log: Silence another VC++ warning + (signed/unsigned mismatch) + Branch: perl + ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/src/sha.c +____________________________________________________________________________ +[ 27351] By: steveh on 2006/02/28 12:40:06 + Log: Silence a VC++ warning with DEBUGGING builds + (signed/unsigned mismatch) + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 27350] By: nicholas on 2006/02/27 21:41:58 + Log: In Perl_sv_setsv_flags, swap the default in the type based switch to + the "Bizarre copy" failure case. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 27349] By: nicholas on 2006/02/27 21:10:21 + Log: Subject: [PATCH] Removed a redundant o->op_type + From: andy@petdance.com (Andy Lester) + Message-ID: <20060227202043.GA7783@petdance.com> + Date: Mon, 27 Feb 2006 14:20:43 -0600 + Branch: perl + ! op.c +____________________________________________________________________________ +[ 27348] By: steveh on 2006/02/27 17:48:55 + Log: Silence a GCC warning + (assignment from incompatible pointer type) + Branch: perl + ! sv.h +____________________________________________________________________________ +[ 27347] By: steveh on 2006/02/27 17:24:37 + Log: Silence a VC++ warning + (conversion from 'long ' to 'char ', possible loss of data) + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 27346] By: rgs on 2006/02/27 17:00:37 + Log: Upgrade to CPAN 1.87 + Branch: perl + ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm + ! lib/CPAN/SIGNATURE lib/CPAN/Tarzip.pm +____________________________________________________________________________ +[ 27345] By: nicholas on 2006/02/27 16:13:05 + Log: Move all the de-tainting logic for runperl into test.pl. + Branch: perl + ! t/op/utftaint.t t/test.pl +____________________________________________________________________________ +[ 27344] By: rgs on 2006/02/27 15:43:41 + Log: Subject: [PATCH] fix up gv.c and gv.h + From: andy@petdance.com (Andy Lester) + Date: Sat, 25 Feb 2006 20:52:16 -0600 + Message-ID: <20060226025216.GA12758@petdance.com> + Branch: perl + ! gv.h +____________________________________________________________________________ +[ 27343] By: rgs on 2006/02/27 15:36:46 + Log: Subject: [PATCH] PERL_TRACK_MEMPOOL cripples environment after exit() + From: Marcus Holland-Moritz + Date: Sun, 26 Feb 2006 20:47:21 +0100 + Message-ID: <20060226204721.00be2bff@r2d2> + Branch: perl + ! miniperlmain.c +____________________________________________________________________________ +[ 27342] By: rgs on 2006/02/27 14:45:00 + Log: Subject: [patch] dumping tied globs without FILENO method on the debugger fails + From: Salvador Fandino + Date: Sat, 25 Feb 2006 11:14:20 +0100 + Message-ID: <20060225101254.726.qmail@lists.develooper.com> + Branch: perl + ! lib/dumpvar.pl +____________________________________________________________________________ +[ 27341] By: steveh on 2006/02/27 14:39:46 + Log: Fix op/utftaint.t on Win32 following change #27248 + (Don't remove PATH completely because it'll break on Unix if you + have . in the PATH) + Branch: perl + ! t/op/utftaint.t +____________________________________________________________________________ +[ 27340] By: nicholas on 2006/02/27 14:19:32 + Log: There is now the potential for an upgrade from something without an + offset (PVNV or PVMG) to something with one (PVCV, PVFM). Deal with + this correctly. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 27339] By: rgs on 2006/02/27 13:40:44 + Log: ptr_table_find() is only defined with ithreads + Branch: perl + ! embed.fnc embed.h proto.h sv.c +____________________________________________________________________________ +[ 27338] By: merijn on 2006/02/27 13:28:04 + Log: Workaround for initialization errors on HP's pre-compiler + Do not ask me to explain. This re-definition works on AIX + and HP-UX. Let's await the smokes. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 27337] By: steveh on 2006/02/27 12:21:14 + Log: Fix code-before-declaration error (under VC++) from change #27334 + Branch: perl + ! perlio.c +____________________________________________________________________________ +[ 27336] By: nicholas on 2006/02/27 12:00:12 + Log: Change 27330 failed to decontaminate SvCUR/GvFLAGS when upgrading an + SvPV acting as a prototype placeholder to a full typeglob. + Branch: perl + ! gv.c +____________________________________________________________________________ +[ 27335] By: rgs on 2006/02/27 11:26:58 + Log: Subject: Testing hash key stringification + From: Anno Siegel + Date: Sun, 26 Feb 2006 23:30:01 +0100 + Message-Id: <4871E87D-4B59-40A3-A091-A7A3CFA221CF@mailbox.tu-berlin.de> + Branch: perl + ! t/op/hashassign.t +____________________________________________________________________________ +[ 27334] By: rgs on 2006/02/27 11:06:30 + Log: Subject: [PATCH] Speedups and shrinkages of SvREFCNT_inc + From: andy@petdance.com (Andy Lester) + Date: Fri, 24 Feb 2006 14:54:35 -0600 + Message-ID: <20060224205434.GA17867@petdance.com> + Branch: perl + ! av.c cop.h doio.c doop.c gv.c hv.c mg.c op.c pad.c perl.c + ! perl.h perlio.c pod/perlapi.pod pod/perlintern.pod pp.c + ! pp_ctl.c pp_hot.c pp_sort.c pp_sys.c regcomp.c scope.c sv.c + ! sv.h toke.c +____________________________________________________________________________ +[ 27333] By: rgs on 2006/02/27 10:33:59 + Log: Subject: [PATCH] Suppress System V IPC for 64-bit Darwin builds + From: Dominic Dunlop + Date: Fri, 24 Feb 2006 17:22:54 +0100 + Message-Id: + Branch: perl + ! README.macosx hints/darwin.sh +____________________________________________________________________________ +[ 27332] By: rgs on 2006/02/27 10:30:35 + Log: Subject: [perl #38633] doc patch: perlfunc "new" section lacks lock and qr + From: Zsban Ambrus (via RT) + Date: Sat, 25 Feb 2006 05:11:03 -0800 + Message-ID: + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 27331] By: rgs on 2006/02/27 07:33:53 + Log: Fix argument grouping for some macros + Branch: perl + ! gv.h +____________________________________________________________________________ +[ 27330] By: nicholas on 2006/02/25 17:16:24 + Log: GvFLAGS can be overlaid with SvCUR. + Branch: perl + ! gv.h sv.h +____________________________________________________________________________ +[ 27329] By: nicholas on 2006/02/25 16:51:34 + Log: Subject: Re: [perl #38619] Bug in lc and uc (interaction between UTF-8, substr, and lc/uc) + From: SADAHIRO Tomoyuki + Date: Sat, 25 Feb 2006 18:16:45 +0900 + Message-Id: <20060225180934.FCC3.BQW10602@nifty.com> + Branch: perl + ! pp.c t/op/lc.t +____________________________________________________________________________ +[ 27328] By: nicholas on 2006/02/25 16:50:15 + Log: Use xpv_len rather than xpv_cur in GVs to store GvASSIGN_GENERATION. + Assert that GVs do not access SvCUR or SvLEN. + Branch: perl + ! gv.h sv.h +____________________________________________________________________________ +[ 27327] By: nicholas on 2006/02/25 16:48:46 + Log: Abstract the specific use of SvCUR in GVs for detecting variables on + both sides of an assignment using GvASSIGN_GENERATION() and + GvASSIGN_GENERATION_set(). + Branch: perl + ! gv.h op.c +____________________________________________________________________________ +[ 27326] By: nicholas on 2006/02/25 15:38:25 + Log: xgv_stash can be stored as a union with the NV, reducing the size of + PVGVs by another pointer. + Branch: perl + ! av.h cv.h gv.h hv.h sv.h +____________________________________________________________________________ +[ 27325] By: nicholas on 2006/02/25 15:11:28 + Log: Curiously none of the macros SvIVX, SvUVX or SvNVX are used on + typeglobs. + Branch: perl + ! dump.c ext/Devel/Peek/t/Peek.t sv.h +____________________________________________________________________________ +[ 27324] By: nicholas on 2006/02/25 14:50:38 + Log: Amazingly, it seems that none of the other GV specific macros are + accessed unless the GV thinks that it is a GV. + Branch: perl + ! gv.h sv.c +____________________________________________________________________________ +[ 27323] By: nicholas on 2006/02/25 00:39:30 + Log: Store GvGP in the SV head union. For all the common lookups [eg GvCV()] + this avoids 1 pointer dereference and the associated risk of a CPU + cache miss. Although this patch looks deceptively small, I fear its + CBV(*) might be rather high. + (* Crack By Volume) + Branch: perl + ! dump.c ext/Devel/Peek/t/Peek.t gv.c gv.h pp.c pp_hot.c sv.c + ! sv.h +____________________________________________________________________________ +[ 27322] By: nicholas on 2006/02/24 23:30:50 + Log: With PERL_DONT_CREATE_GVSV, don't need to create a new GvSV in + Perl_save_scalar. + Branch: perl + ! scope.c +____________________________________________________________________________ +[ 27321] By: nicholas on 2006/02/24 22:43:14 + Log: Given that SvPV on a typeglob is now irrelevant, really we only need + to store the GvGP. + Branch: perl + ! scope.c +____________________________________________________________________________ +[ 27320] By: nicholas on 2006/02/24 21:42:33 + Log: Given that Perl_gp_free() is refcount-dec-and-maybe-free for the glob + pointer, it's inconsistent that it only sets this GV's GvGP to 0 if + this GV happened to have the last reference. Why should this GV care if + it had the last reference? So always set it to 0. It's free. Gone. + Branch: perl + ! gv.c +____________________________________________________________________________ +[ 27319] By: nicholas on 2006/02/24 19:32:11 + Log: Avoid special case SvMAGIC macros just to cope with Perl_sv_unmagic. + Branch: perl + ! sv.c sv.h +____________________________________________________________________________ +[ 27313] By: nicholas on 2006/02/24 14:19:37 + Log: Use PVMGs rather than PVGVs to store the names of our variables in the + pad. + Branch: perl + ! pad.c sv.c sv.h +____________________________________________________________________________ +[ 27312] By: nicholas on 2006/02/24 13:59:57 + Log: Store the stash for our in the magic slot. This will allow us to use + PVMGs in pad names where previously PVGVs were used. In turn, this + gives much greater flexibility for the layout of PVGVs. + Branch: perl + ! av.h cv.h hv.h pad.c sv.c sv.h +____________________________________________________________________________ +[ 27311] By: stevep on 2006/02/24 13:55:23 + Log: Upgrade to CPAN-1.86 + Branch: perl + ! lib/CPAN.pm lib/CPAN/SIGNATURE +____________________________________________________________________________ +[ 27309] By: rgs on 2006/02/24 12:52:01 + Log: Skip unportable test on VMS + Branch: perl + ! t/comp/opsubs.t +____________________________________________________________________________ +[ 27307] By: nicholas on 2006/02/24 11:52:53 + Log: Assert that GvSTASH is only called on PVGVs and PVLVs. + Branch: perl + ! gv.h +____________________________________________________________________________ +[ 27306] By: nicholas on 2006/02/24 11:52:28 + Log: Replace usage of GvSTASH for storing the stash of C with + OURSTASH. Set the stash with OURSTASH_SET. + Branch: perl + ! pad.c pad.h sv.h +____________________________________________________________________________ +[ 27304] By: nicholas on 2006/02/24 11:21:06 + Log: assert that SvMAGIC is never non-NULL for any PVMG used as a pad name. + Branch: perl + ! sv.h +____________________________________________________________________________ +[ 27302] By: nicholas on 2006/02/24 10:56:00 + Log: Redo previous sv.h change. + Branch: perl + ! sv.h +____________________________________________________________________________ +[ 27301] By: stevep on 2006/02/24 10:54:14 + Log: Subject: [PATCH] Perl_save_aelem can't be const + From: Andy Lester + Date: Thu, 23 Feb 2006 22:53:40 -0600 + Message-ID: <20060224045340.GA6318@petdance.com> + Branch: perl + ! embed.fnc proto.h scope.c +____________________________________________________________________________ +[ 27300] By: stevep on 2006/02/24 10:41:53 + Log: Subject: [PATCH] unused context warnings + From: andy@petdance.com (Andy Lester) + Date: Tue, 21 Feb 2006 00:27:11 -0600 + Message-ID: <20060221062711.GA16160@petdance.com> + Branch: perl + ! deb.c embed.pl hv.c locale.c mathoms.c mg.c miniperlmain.c + ! numeric.c op.c perl.c perl.h perlapi.c perlio.c pp_ctl.c + ! regcomp.c scope.c sv.c toke.c universal.c utf8.c util.c +____________________________________________________________________________ +[ 27297] By: nicholas on 2006/02/24 10:29:48 + Log: As SVs can't both be in a pad, and the name of a variable in the pad, + overlay SVs_PADTMP with SVpad_TYPED and SVs_PADMY with SVpad_OUR. + Branch: perl + ! pad.h +____________________________________________________________________________ +[ 27296] By: stevep on 2006/02/24 02:56:02 + Log: Revert change #27295, which I thought fixed builds on Win32. + Instead remove &PL_vtbl_glob from globvar.sym. + Branch: perl + ! XSUB.h globvar.sym +____________________________________________________________________________ +[ 27295] By: stevep on 2006/02/24 02:02:14 + Log: Last instance of PL_vtbl_glob removed. It was missed change #27289. + Branch: perl + ! XSUB.h +____________________________________________________________________________ +[ 27294] By: nicholas on 2006/02/23 23:45:39 + Log: Replace direct flags tests & manipulations for SVpad_TYPED and + SVpad_OUR with macros SvPAD_TYPED(), SvPAD_OUR() etc, to abstract + away the flags bits acutally used to store this information. + Branch: perl + ! XSUB.h dump.c op.c pad.c pad.h pp.c sv.c sv.h toke.c +____________________________________________________________________________ +[ 27293] By: nicholas on 2006/02/23 22:17:07 + Log: Document a sixth use for SVf_FAKE + Branch: perl + ! sv.h +____________________________________________________________________________ +[ 27292] By: nicholas on 2006/02/23 20:28:34 + Log: We have sufficient spare bits to store the SV type in body_details, + so add a small sanity check to ensure that we have the array in the + correct order. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 27291] By: nicholas on 2006/02/23 19:40:23 + Log: Shrink struct body_details and hence sv.o slightly further by using + bitfields. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 27290] By: nicholas on 2006/02/23 19:15:48 + Log: Using U8 rather than size type shrinks the body_details table. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 27289] By: nicholas on 2006/02/23 18:00:19 + Log: Remove set magic from typeglobs. Remove typeglob magic entirely. + Typeglobs now never access the SvPVX, SvIVX or SvNVX when holding a + valid GvGP(). + Branch: perl + ! dump.c ext/Devel/Peek/t/Peek.t gv.c perl.h pod/perlguts.pod + ! sv.c util.c +____________________________________________________________________________ +[ 27288] By: nicholas on 2006/02/23 17:45:55 + Log: In XS_attributes__guess_stash, attempting to call Gv* on a PVMG is + bad and wrong. + Branch: perl + ! xsutils.c +____________________________________________________________________________ +[ 27287] By: stevep on 2006/02/23 17:42:09 + Log: Add test for RT #2166: foreach spuriously autovivifies + Branch: perl + ! t/cmd/for.t +____________________________________________________________________________ +[ 27286] By: stevep on 2006/02/23 16:24:19 + Log: Converted t/op/pos.t to use test.pl and added TODO test for + RT #1716 - search position reset after 'local' save/restore + Branch: perl + ! t/op/pos.t +____________________________________________________________________________ +[ 27283] By: rgs on 2006/02/23 14:07:13 + Log: Subject: [PATCH] Implement ${^WIN32_SLOPPY_STAT} + From: "Jan Dubois" + Date: Tue, 21 Feb 2006 12:36:31 -0800 + Message-ID: <019601c63726$7fcca200$6062a8c0@candy> + Branch: perl + ! win32/win32.c +____________________________________________________________________________ +[ 27282] By: nicholas on 2006/02/23 13:42:29 + Log: Recalculate dstr in Perl_sv_setsv_flags, as dstr may have been upgraded. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 27279] By: nicholas on 2006/02/23 13:07:54 + Log: Remove un-needed case in Perl_sv_setsv_flags (sv_upgrade will cover + this one for us). + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 27278] By: nicholas on 2006/02/23 11:11:12 + Log: Remove get magic from typeglobs. This means that PVGVs holding + typeglobs never need to use SvPVX. This comes at price - typeglobs + were using magic get for their stringificiation, and to pass SvOK(), + so need to make typeglobs SvOK by default (by sucking SVp_SCREAM into + SVf_OK - it's the only flag left), tweak SvSCREAM() to also check + SVp_POK, and teach sv_2[inpu]v how to convert globs. + However, it should free up SvPVX for the next part of the plan to + pointer indirections, and therefore CPU cache pressure. + Branch: perl + ! embed.fnc embed.h ext/Devel/Peek/t/Peek.t gv.c mg.c perl.h + ! proto.h sv.c sv.h +____________________________________________________________________________ +[ 27276] By: nicholas on 2006/02/23 00:29:04 + Log: Fix the copy sizes for PVFM and PVCV back to sanity. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 27274] By: nicholas on 2006/02/22 23:43:10 + Log: Fix typos and a missing bracket. + Branch: perl + ! pp.c t/op/studytied.t +____________________________________________________________________________ +[ 27273] By: nicholas on 2006/02/22 22:30:19 + Log: Avoid Cing any strings that might change underneath us, such + as tied scalars and scalars with overloaded stringification. + Branch: perl + ! pp.c t/op/studytied.t +____________________________________________________________________________ +[ 27272] By: rgs on 2006/02/22 22:09:41 + Log: Mark some new study tests as TODO + Branch: perl + ! t/op/studytied.t +____________________________________________________________________________ +[ 27271] By: rgs on 2006/02/22 21:04:33 + Log: Add a test for study() on tied scalars, by Andy Lester after + Rick Delaney + Branch: perl + + t/op/studytied.t + ! MANIFEST +____________________________________________________________________________ +[ 27270] By: rgs on 2006/02/22 20:28:41 + Log: Turn on match string copying when /e flag is set on a substitution. + + Subject: [PATCH] dodge a valgrind error (for maint or blead) + From: Jarkko Hietaniemi + Date: Feb 22, 2006 8:16 PM + Message-ID: <43FCB896.7060106@gmail.com> + Branch: perl + ! pp_hot.c +____________________________________________________________________________ +[ 27269] By: nicholas on 2006/02/22 18:21:30 + Log: sv_dump should report the PV for PVGVs, as it can get set. + (Typeglobs stringify via a call to GET magic, which uses the PV slot.) + Branch: perl + ! dump.c ext/Devel/Peek/t/Peek.t +____________________________________________________________________________ +[ 27268] By: nicholas on 2006/02/22 16:50:25 + Log: Test warnings for converting globs to other forms. + Branch: perl + ! t/op/gv.t +____________________________________________________________________________ +[ 27267] By: nicholas on 2006/02/22 00:23:49 + Log: Change 24643 made the mistake of assuming that CvCONST can only be true + on XSUBs. Somehow it can also end up on perl subs. Bug spotted by and + test case from Marcus Holland-Moritz. + Branch: perl + ! sv.c t/op/threads.t +____________________________________________________________________________ +[ 27265] By: nicholas on 2006/02/21 20:09:25 + Log: Can merge the two arms of Perl_magic_getglob to save space. + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 27264] By: nicholas on 2006/02/21 19:04:39 + Log: Reorder the SV flags so that SVp_?OK and SVf_?OK occupy 8 contiguous + bits (0x0000XX00). This makes perl 3K smaller with -Os on x86 FreeBSD, + and might also help on other architectures (eg with 8 contiguous bits, + the SvOK() test on ARM won't need an intermediate constant). + Branch: perl + ! sv.h +____________________________________________________________________________ +[ 27263] By: stevep on 2006/02/21 18:44:21 + Log: Additional hints needed to build threaded Perls on NetBSD. + Branch: perl + ! hints/netbsd.sh +____________________________________________________________________________ +[ 27262] By: nicholas on 2006/02/21 18:00:57 + Log: PL_body_arenas should be set to NULL when the interpreter is cleared. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 27261] By: nicholas on 2006/02/21 16:28:02 + Log: Teach B about CVf_ISXSUB + Branch: perl + ! ext/B/defsubs_h.PL ext/B/t/concise-xs.t +____________________________________________________________________________ +[ 27260] By: nicholas on 2006/02/21 16:12:37 + Log: Goodbye PERL_XSUB_OLDSTYLE. + Branch: perl + ! cv.h ext/B/defsubs_h.PL ext/B/t/concise-xs.t + ! ext/Devel/Peek/t/Peek.t pp_ctl.c pp_hot.c +____________________________________________________________________________ +[ 27259] By: nicholas on 2006/02/21 15:40:04 + Log: Re-order the definitions of the private bits in SvFLAGS by value, so + that we can see where we're already double-booked. + Branch: perl + ! sv.h +____________________________________________________________________________ +[ 27258] By: nicholas on 2006/02/21 15:23:21 + Log: Document the many uses of SVf_FAKE. + Branch: perl + ! sv.h +____________________________________________________________________________ +[ 27257] By: stevep on 2006/02/21 15:18:58 + Log: Add tests for the previously untested Hash::Util::all_keys(). + Branch: perl + ! ext/Hash/Util/t/Util.t +____________________________________________________________________________ +[ 27256] By: stevep on 2006/02/21 00:43:43 + Log: $ExtUtils::MM_Unix::VERSION needs to stay numeric to avoid test + warnings. + Branch: perl + ! lib/ExtUtils/MM_Unix.pm +____________________________________________________________________________ +[ 27255] By: stevep on 2006/02/21 00:40:23 + Log: Subject: Patches: B, CGI, ExtUtils::MM_Unix + From: "Joshua ben Jore" + Date: Sun, 19 Feb 2006 02:58:10 -0600 + Message-ID: + Branch: perl + ! AUTHORS lib/CGI.pm +____________________________________________________________________________ +[ 27254] By: stevep on 2006/02/21 00:02:46 + Log: Subject: Re: Patches: B, CGI, ExtUtils::MM_Unix + From: "Joshua ben Jore" + Date: Mon, 20 Feb 2006 09:50:15 -0600 + Message-ID: + + Includes changes to increment test count in ext/B/t/concise-xs.t and + uses "no warnings 'once';" in ext/B/t/b.t rather than kludging to + avoid the warning. + Branch: perl + ! ext/B/B.pm ext/B/B.xs ext/B/t/b.t ext/B/t/concise-xs.t +____________________________________________________________________________ +[ 27252] By: stevep on 2006/02/20 23:01:41 + Log: Subject: [PATCH] op/magic failure on cygwin after 1.5.19-4 + From: Yitzchak Scott-Thoennes + Date: Mon, 20 Feb 2006 11:09:33 -0800 + Message-ID: <20060220190933.GA1316@efn.org> + Branch: perl + ! t/op/magic.t +____________________________________________________________________________ +[ 27251] By: nicholas on 2006/02/20 20:32:09 + Log: Steal code from maint, and use PERL_ARENA_ROOTS_SIZE to size the arena + arrays, rather than SVt_LAST, so that SVt_LAST can truthfully remain + the number of genuine SV types, unclouded by implementation details. + Branch: perl + ! intrpvar.h sv.c sv.h +____________________________________________________________________________ +[ 27250] By: rgs on 2006/02/20 20:03:37 + Log: Subject: [PATCH] Make SDBM_File work with -Duse64bitall on Darwin (Mac OS X) + From: Dominic Dunlop + Date: Feb 20, 2006 1:46 PM + Message-Id: + Branch: perl + ! ext/SDBM_File/Makefile.PL hints/darwin.sh +____________________________________________________________________________ +[ 27249] By: nicholas on 2006/02/20 19:00:22 + Log: PVCVs don't need XNVs either. + (And actually remove xcv_depth) + (And fix the copy lengths in bodies_by_type) + Branch: perl + ! cv.h dump.c ext/B/B/Bytecode.pm ext/Devel/Peek/t/Peek.t sv.c +____________________________________________________________________________ +[ 27248] By: rgs on 2006/02/20 17:59:42 + Log: Subject: [PATCH] Trouble with $ENV{CDPATH} after change #27236 + From: Dominic Dunlop + Date: Feb 20, 2006 2:49 PM + Message-Id: <6393FA5A-6B84-46E9-A557-DED3BB0AD7EE@mac.com> + Branch: perl + ! t/op/utftaint.t +____________________________________________________________________________ +[ 27247] By: nicholas on 2006/02/20 17:48:21 + Log: PVFMs don't need CvDEPTH, and PVCVs don't use SvIVX, so moving + xcv_depth into the IV union saves 4(ish) bytes per CV and format. + "ish" because it was a long, but has been changed to I32 (along with + the corresponding field in struct block_sub) so as not to enlarge the + IV union on platforms where sizeof(long) > sizeof(IV), or struct + block_sub where sizeof(long) > sizeof(I32) + Branch: perl + ! cop.h cv.h dump.c ext/B/B/Bytecode.pm ext/Devel/Peek/t/Peek.t + ! op.c sv.c sv.h +____________________________________________________________________________ +[ 27245] By: nicholas on 2006/02/20 14:01:59 + Log: Fix sv_dump to dump formats without the (non-existent) NVX. + Branch: perl + ! dump.c +____________________________________________________________________________ +[ 27244] By: nicholas on 2006/02/20 13:42:47 + Log: xcv_root and xcv_xsub can also be merged into a union, providing a new + flag is added to denote whether the PVCV is perl or XSUB. + Branch: perl + ! cv.h dump.c ext/B/B.xs ext/Devel/Peek/t/Peek.t op.c sv.c sv.h +____________________________________________________________________________ +[ 27243] By: nicholas on 2006/02/20 11:54:38 + Log: xcv_start and xcv_xsubany can be merged into a union, as they are never + both needed. + Branch: perl + ! cv.h dump.c ext/B/B.xs ext/Devel/Peek/t/Peek.t sv.h +____________________________________________________________________________ +[ 27242] By: nicholas on 2006/02/20 11:54:03 + Log: Need to clear CvXSUBANY() too to turn a constant sub into a prototype. + Branch: perl + ! lib/ExtUtils/Constant/ProxySubs.pm +____________________________________________________________________________ +[ 27241] By: nicholas on 2006/02/20 10:40:59 + Log: Add a new CvISXSUB() macro, for abstracting the test as to whether a + PVCV is perl or XS. + Branch: perl + ! cv.h dump.c ext/Devel/Peek/Peek.xs gv.c op.c pad.c pp_ctl.c + ! pp_hot.c pp_sort.c sv.c +____________________________________________________________________________ +[ 27240] By: nicholas on 2006/02/20 10:10:11 + Log: Abolish BROKEN_UNION_INIT in B::C, as it works around problems in + pre-ANSI C compilers, but pays in code duplication. + Branch: perl + ! cv.h ext/B/B/C.pm +____________________________________________________________________________ +[ 27239] By: rgs on 2006/02/20 09:31:03 + Log: Subject: patch@27236 vms glob/readdir/chdir EFS/long filename support + From: John E. Malmberg + Date: Feb 20, 2006 3:43 AM + Message-ID: <43F92CE6.5040704@qsl.net> + Branch: perl + ! doio.c t/io/fs.t vms/vms.c +____________________________________________________________________________ +[ 27238] By: rgs on 2006/02/20 09:26:15 + Log: More NullXXX macro removal from Andy Lester + Branch: perl + ! cop.h deb.c doio.c doop.c hv.c intrpvar.h mg.h pad.c pad.h + ! perl.c pp_ctl.c pp_hot.c pp_sys.c scope.c sv.c toke.c + ! universal.c util.c +____________________________________________________________________________ +[ 27237] By: rgs on 2006/02/20 08:54:22 + Log: Yitzchak points out that the perldiag entry for "Integer overflow in + division" is no longer useful. + Branch: perl + ! pod/perldiag.pod +____________________________________________________________________________ +[ 27236] By: nicholas on 2006/02/20 00:36:34 + Log: utftaint.t won't be able to run tests with -T if you have + Insecure directory in $ENV{PATH} + so skip them. (Probably this means you have . in your PATH) + Branch: perl + ! t/op/utftaint.t +____________________________________________________________________________ +[ 27235] By: nicholas on 2006/02/20 00:21:09 + Log: Remove the last (U16) cast for CV depths, missed by change 17835. + Branch: perl + ! pp_ctl.c +____________________________________________________________________________ +[ 27234] By: nicholas on 2006/02/20 00:02:53 + Log: Re-order CV flags to bring the 4 CVf_BUILTIN_ATTRS into adjacent bits, + and make other flag bits that are paired in the code adjacent. + Will produce tighter code on ARM; might help on other platforms too. + Branch: perl + ! cv.h ext/Devel/Peek/t/Peek.t +____________________________________________________________________________ +[ 27233] By: nicholas on 2006/02/19 23:59:52 + Log: Ministry of Truth removes typo in description of Change 26166. + Change 26166 was correct from the start. + Nothing to see. Move along. + We thank Big Brother for raising the chocolate ration to 20g per week. + Branch: perl + ! Changes +____________________________________________________________________________ +[ 27231] By: nicholas on 2006/02/19 22:35:24 + Log: Shave sizeof(NV) bytes from formats, by using the same offset + manoeuvre as PVs, PVIVs, PVAVs and PVHVs. + Branch: perl + ! sv.c sv.h +____________________________________________________________________________ +[ 27230] By: nicholas on 2006/02/19 20:30:24 + Log: AVs and HVs don't have IVXs or NVXs, so assert this too. + Branch: perl + ! sv.h +____________________________________________________________________________ +[ 27229] By: nicholas on 2006/02/19 20:10:34 + Log: Under -DDEBUGGING, assert that SvIVX, SvUVX and SvNVX aren't being + used on scalars that don't have the memory allocated. Correct + SvSTASH and SvMAGIC to only evaluate the sv argument once. + Branch: perl + ! sv.h +____________________________________________________________________________ +[ 27228] By: nicholas on 2006/02/19 18:57:35 + Log: To make arithmetic on tainted dualvars work properly requires that + sv_2nv uses SvIVX in preference to SvPVX, if SVp_IOK is true. + Branch: perl + ! sv.c t/op/taint.t +____________________________________________________________________________ +[ 27227] By: nicholas on 2006/02/19 12:14:15 + Log: SvROK(sv) will never be true when SvIOKp() or SvNOKp() is true, so the + code inside the if() test in sv_2pv_flags is dead and can be removed. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 27223] By: rgs on 2006/02/18 20:13:51 + Log: As Anno Siegel points out, mtime/ctime test should be skipped + on OS X on HFS+. + Branch: perl + ! t/op/stat.t +____________________________________________________________________________ +[ 27222] By: nicholas on 2006/02/18 19:01:48 + Log: save_re_context() and even errsv_save = newSVsv(ERRSV); can turn + PL_tainted back on, so defer turning if off as late as possible. + This gets lib/locale.t working once more. + Branch: perl + ! utf8.c +____________________________________________________________________________ +[ 27221] By: nicholas on 2006/02/18 18:23:43 + Log: Turn of tainting locally inside swash_init(), as the internal + implementation of the regexp engine has nothing to do with user data, + so when and where it happens to call require is agnostic of the current + expression's taintedness. + Branch: perl + ! t/op/utftaint.t utf8.c +____________________________________________________________________________ +[ 27220] By: nicholas on 2006/02/18 18:22:13 + Log: Assume that if runperl is called under tainting, that the caller really + really wanted to run perl, so brute force untaint everything. + Branch: perl + ! t/test.pl +____________________________________________________________________________ +[ 27219] By: nicholas on 2006/02/18 17:38:38 + Log: Convert utftaint.t to test.pl (from Test.pm) and provide it with + tainted() from taint.t to remove the dependency on Scalar::Util. + (So it will now work with miniperl) + Branch: perl + ! t/op/utftaint.t +____________________________________________________________________________ +[ 27218] By: stevep on 2006/02/18 12:58:49 + Log: Upgrade to Digest-SHA-5.34. + Branch: perl + ! ext/Digest/SHA/Changes ext/Digest/SHA/README + ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/bin/shasum + ! ext/Digest/SHA/ppport.h ext/Digest/SHA/src/hmac.c + ! ext/Digest/SHA/src/hmac.h ext/Digest/SHA/src/sha.c + ! ext/Digest/SHA/src/sha.h ext/Digest/SHA/t/0-pod-coverage.t + ! ext/Digest/SHA/t/0-pod.t ext/Digest/SHA/t/1-exist.t + ! ext/Digest/SHA/t/1-hello-world.t + ! ext/Digest/SHA/t/2-nist-sha-1.t + ! ext/Digest/SHA/t/2-nist-sha-224.t + ! ext/Digest/SHA/t/2-nist-sha-256.t + ! ext/Digest/SHA/t/2-nist-sha-384.t + ! ext/Digest/SHA/t/2-nist-sha-512.t + ! ext/Digest/SHA/t/2-nist-sha-base64.t + ! ext/Digest/SHA/t/2-nist-sha-oo.t + ! ext/Digest/SHA/t/2-nist-vectors-bit.t + ! ext/Digest/SHA/t/2-nist-vectors-byte.t + ! ext/Digest/SHA/t/3-gillogly-easy.t + ! ext/Digest/SHA/t/3-gillogly-hard.t + ! ext/Digest/SHA/t/4-bitstr-increasing.t + ! ext/Digest/SHA/t/4-bitstr-large.t + ! ext/Digest/SHA/t/4-bitstr-random.t + ! ext/Digest/SHA/t/5-hmac-fips198.t + ! ext/Digest/SHA/t/5-hmac-rfc2202.t + ! ext/Digest/SHA/t/5-hmac-sha-256.t + ! ext/Digest/SHA/t/5-hmac-woodbury.t + ! ext/Digest/SHA/t/6-dump-load.t ext/Digest/SHA/t/7-ireland.t +____________________________________________________________________________ +[ 27215] By: nicholas on 2006/02/18 00:11:07 + Log: Subject: arena-rework : consolidated patch + From: Jim Cromie + Message-ID: <43F0F649.9040205@gmail.com> + Date: Mon, 13 Feb 2006 14:12:41 -0700 + + Tweaked somewhat to split the arena boolean from the arena_size, + and with the PTE still doubling-up with one of the SV types in the + array. + Branch: perl + ! embed.fnc embed.h hv.c perl.h pod/perlapi.pod proto.h sv.c + ! sv.h +____________________________________________________________________________ +[ 27214] By: nicholas on 2006/02/17 23:26:58 + Log: Subject: Re: Smoke [5.9.4] 27195 FAIL(m) irix 6.2 (IP22/1 cpu) + From: Abe Timmerman + Message-Id: <200602172358.23977.abe@ztreet.demon.nl> + Date: Fri, 17 Feb 2006 23:58:23 +0100 + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 27213] By: nicholas on 2006/02/17 22:40:31 + Log: The two whitespace changes from + + Subject: arena-rework : consolidated patch + From: Jim Cromie + Message-ID: <43F0F649.9040205@gmail.com> + Date: Mon, 13 Feb 2006 14:12:41 -0700 + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 27212] By: gisle on 2006/02/17 21:21:05 + Log: Don't add -fPIC if already present. + + Subject: [PATCH] 5.8.8: Debian patches + From: "Brendan O'Dea" + Date: Sat, 11 Feb 2006 00:37:15 +1100 + Message-ID: <20060210133715.GA6826@londo.c47.org> + Branch: perl + ! hints/linux.sh +____________________________________________________________________________ +[ 27211] By: gisle on 2006/02/17 21:19:03 + Log: Fix precedence. + + Subject: [PATCH] 5.8.8: Debian patches + From: "Brendan O'Dea" + Date: Sat, 11 Feb 2006 00:37:15 +1100 + Message-ID: <20060210133715.GA6826@londo.c47.org> + Branch: perl + ! lib/Net/NNTP.pm +____________________________________________________________________________ +[ 27210] By: gisle on 2006/02/17 20:54:46 + Log: Fix quote typo. + + Subject: [PATCH] 5.8.8: Debian patches + From: "Brendan O'Dea" + Date: Sat, 11 Feb 2006 00:37:15 +1100 + Message-ID: <20060210133715.GA6826@londo.c47.org> + Branch: perl + ! utils/c2ph.PL +____________________________________________________________________________ +[ 27209] By: rgs on 2006/02/17 15:48:59 + Log: In TODO: make encoding.pm lexical ? + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 27208] By: rgs on 2006/02/17 15:09:11 + Log: Subject: [PATCH] cleaning up perly.c + From: andy@petdance.com (Andy Lester) + Date: Sun, 12 Feb 2006 23:04:56 -0600 + Message-ID: <20060213050455.GA27993@petdance.com> + Branch: perl + ! perly.c +____________________________________________________________________________ +[ 27207] By: rgs on 2006/02/17 14:27:22 + Log: Subject: Re: Perl_sighandler voodoo (was Re: Smoke [5.8.7] 26127 FAIL(XF) MSWin32 WinXP/.Net SP2 (x86/2 cpu)) + From: Robin Houston + Date: Sun, 27 Nov 2005 00:43:13 +0000 + Message-ID: <20051127004313.GA7007@rpc142.cs.man.ac.uk> + + Simplification of the code in my_exit_jump() that unwinds context + stacks + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 27205] By: rgs on 2006/02/17 08:50:27 + Log: Subject: Re: [perl #38485] use integer; 0x80000000/-1; # coredump + From: Yitzchak Scott-Thoennes + Date: Mon, 13 Feb 2006 01:39:25 -0800 + Message-ID: <20060213093925.GA3476@efn.org> + Branch: perl + ! lib/integer.t pp.c +____________________________________________________________________________ +[ 27204] By: rgs on 2006/02/16 14:44:10 + Log: Subject: Re: how to build with -DPERL_MEM_LOG ? + From: Andy Dougherty + Date: Fri, 3 Feb 2006 11:55:58 -0500 (EST) + Message-ID: + Branch: perl + ! x2p/a2p.h +____________________________________________________________________________ +[ 27203] By: rgs on 2006/02/16 14:15:53 + Log: Subject: Problem compiling swigged c++ code with 5.8.8 + From: Merijn Broeren + Date: Wed, 15 Feb 2006 13:51:49 +0100 + Message-ID: <20060215125148.GA12535@brugman.iloquent.nl> + Branch: perl + ! XSUB.h perl.h +____________________________________________________________________________ +[ 27202] By: stevep on 2006/02/16 12:54:08 + Log: Upgrade to CGI-3.16, with version bump on CGI.pm for documentation + fixes not yet integrated. + Branch: perl + ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Changes lib/CGI/Cookie.pm + ! lib/CGI/Fast.pm lib/CGI/t/cookie.t lib/CGI/t/function.t + ! lib/CGI/t/html.t +____________________________________________________________________________ +[ 27201] By: rgs on 2006/02/16 12:47:13 + Log: Remove lib/Hash directory when doing make distclean + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 27200] By: rgs on 2006/02/16 11:46:51 + Log: Subject: [PATCH] stat() on Windows doesn't handle trailing slashes/backslashes correctly + From: "Jan Dubois" + Date: Wed, 15 Feb 2006 17:19:29 -0800 + Message-ID: <017901c63297$08e1e3f0$2217a8c0@candy> + Branch: perl + ! win32/win32.c +____________________________________________________________________________ +[ 27199] By: rgs on 2006/02/16 11:43:09 + Log: Subject: [patch] t/lib/warnings/pp_sys + From: "Green, Paul" + Date: Wed, 15 Feb 2006 11:09:57 -0500 + Message-ID: + Branch: perl + ! t/lib/warnings/pp_sys +____________________________________________________________________________ +[ 27198] By: rgs on 2006/02/16 11:40:42 + Log: CPAN::FirstTime can go as well from the untested module list + Branch: perl + ! t/lib/1_compile.t +____________________________________________________________________________ +[ 27197] By: rgs on 2006/02/16 11:38:00 + Log: Pod::Plainer is tested, actually (spotted by chromatic) + Branch: perl + ! t/lib/1_compile.t +____________________________________________________________________________ +[ 27195] By: rgs on 2006/02/16 09:10:38 + Log: Subject: [PATCH] Make XCOPY not prompt every two seconds when rebuilding on Win32 + From: demerphq + Date: Mon, 13 Feb 2006 09:41:37 +0100 + Message-ID: <9b18b3110602130041q2d64122am5c83392dd75e0413@mail.gmail.com> + Branch: perl + ! win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 27194] By: gisle on 2006/02/15 15:25:36 + Log: Get perl_fini() running on HP-UX again. + It was effectively disabled by change 24667 since + __ux_version is only available under DCE threads + which isn't used when perl is built on HP-UX 11 + and later. + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 27193] By: rgs on 2006/02/15 13:22:27 + Log: Fix to run this test in the core + Branch: perl + ! lib/CPAN/t/03pkgs.t +____________________________________________________________________________ +[ 27192] By: stevep on 2006/02/15 13:11:06 + Log: Subject: [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.84.tar.gz + From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig) + Date: Wed, 15 Feb 2006 09:19:56 +0100 + Message-ID: <87oe19owyb.fsf@k75.linux.bogus> + Branch: perl + + lib/CPAN/t/01loadme.t lib/CPAN/t/02nox.t lib/CPAN/t/03pkgs.t + + lib/CPAN/t/10version.t lib/CPAN/t/11mirroredby.t + - lib/CPAN/t/Nox.t lib/CPAN/t/loadme.t lib/CPAN/t/mirroredby.t + - lib/CPAN/t/vcmp.t lib/CPAN/t/version.t + ! MANIFEST lib/CPAN.pm lib/CPAN/Debug.pm lib/CPAN/FirstTime.pm + ! lib/CPAN/HandleConfig.pm lib/CPAN/Nox.pm lib/CPAN/SIGNATURE + ! lib/CPAN/Tarzip.pm lib/CPAN/Version.pm +____________________________________________________________________________ +[ 27190] By: merijn on 2006/02/15 09:11:12 + Log: Added hints/dragonfly.sh for #27189 + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 27189] By: merijn on 2006/02/15 09:07:43 + Log: Subject: Patch for perl to compile/work on DragonFlyBSD + From: Robert Sebastian Gerus + Date: Tue, 14 Feb 2006 17:27:52 +0100 + Message-ID: <4a1e16420602140827w17fd6595w@mail.gmail.com> + Branch: perl + + hints/dragonfly.sh + ! Configure Makefile.SH +____________________________________________________________________________ +[ 27187] By: craigb on 2006/02/15 04:32:14 + Log: Subject: patch@27162 long path name support in readdir / cando_by_name + From: "John E. Malmberg" + Date: Sun, 12 Feb 2006 15:24:58 -0500 + Message-id: <43EF999A.1020500@qsl.net> + Branch: perl + ! vms/vms.c vms/vmsish.h +____________________________________________________________________________ +[ 27186] By: stevep on 2006/02/15 02:55:13 + Log: Version bump to go along with change #27185 + Branch: perl + ! lib/Getopt/Long.pm +____________________________________________________________________________ +[ 27185] By: stevep on 2006/02/15 02:53:10 + Log: Subject: Getopt::Long::Configure 'no_getopt_compat' + From: Abigail + Date: Tue, 14 Feb 2006 23:58:07 +0100 + Message-ID: <20060214225806.GA4120@abigail.nl> + Branch: perl + ! lib/Getopt/Long.pm +____________________________________________________________________________ +[ 27184] By: nicholas on 2006/02/14 23:42:45 + Log: Back out change change 10214 (drop SVp_IOK from >> PRIVSHIFT) as it + never felt quite correct, and other parts of the SV conversion + implementation have improved such that the symptoms 10214 covered + over are gone even without it. + Branch: perl + ! mg.c scope.c sv.c +____________________________________________________________________________ +[ 27182] By: stevep on 2006/02/14 17:50:06 + Log: Upgrade to Time-HiRes-1.87 + Branch: perl + ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm + ! ext/Time/HiRes/t/HiRes.t +____________________________________________________________________________ +[ 27181] By: stevep on 2006/02/14 17:41:02 + Log: Hash::Util tests should check if Hash::Util has been built, not + List::Util (spotted by Rafael). + Branch: perl + ! ext/Hash/Util/t/Util.t +____________________________________________________________________________ +[ 27180] By: stevep on 2006/02/14 17:08:08 + Log: Subject: [Patch] Enhance Hash::Util + From: demerphq + Date: Mon, 13 Feb 2006 11:39:33 +0100 + Message-ID: <9b18b3110602130239w311d05fcr776ae8333776ca2e@mail.gmail.com> + Branch: perl + + ext/Hash/Util/Changes ext/Hash/Util/Makefile.PL + + ext/Hash/Util/Util.xs ext/Hash/Util/lib/Hash/Util.pm + + ext/Hash/Util/t/Util.t + - lib/Hash/Util.pm lib/Hash/Util.t + ! MANIFEST win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 27179] By: rgs on 2006/02/14 13:23:04 + Log: One shouldn't be able to dereference a GLOB as a SCALAR. + + Subject: Re: [perl #38484] Data::Dumper only warns on unhandled reference types + From: Yitzchak Scott-Thoennes + Date: Sun, 12 Feb 2006 09:18:39 -0800 + Message-ID: <20060212171839.GA3604@efn.org> + + plus regression tests. + Branch: perl + ! pp.c t/op/ref.t +____________________________________________________________________________ +[ 27178] By: rgs on 2006/02/14 10:18:48 + Log: Remove a my_perl that slipped in + Branch: perl + ! perlio.c +____________________________________________________________________________ +[ 27177] By: rgs on 2006/02/14 10:00:36 + Log: Subject: [PATCH] Sun Studio lint patches + From: andy@petdance.com (Andy Lester) + Date: Mon, 13 Feb 2006 23:46:17 -0600 + Message-ID: <20060214054617.GA8824@petdance.com> + Branch: perl + ! Makefile.SH gv.c hv.c op.c pad.c perlio.c pp.c pp_ctl.c + ! pp_hot.c regcomp.c sv.c toke.c utf8.c +____________________________________________________________________________ +[ 27176] By: nicholas on 2006/02/13 21:46:13 + Log: Ensure that public I, N and P flags are off when SvTAINT is called on + something that already has taint magic. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 27174] By: rgs on 2006/02/13 17:27:59 + Log: Subject: [PATCH] perldiag.pod patching re: integer overflow + From: andy@petdance.com (Andy Lester) + Date: Sun, 12 Feb 2006 23:08:48 -0600 + Message-ID: <20060213050848.GB27993@petdance.com> + Branch: perl + ! pod/perldiag.pod pod/perlop.pod +____________________________________________________________________________ +[ 27173] By: rgs on 2006/02/13 17:17:40 + Log: Subject: [perl #38346] [PATCH] Re: B::Deparse's bug? + From: Stephen McCamant + Date: Wed, 8 Feb 2006 17:48:49 -0800 + Message-ID: <17386.40833.64309.454938@conquest.OCF.Berkeley.EDU> + Branch: perl + ! ext/B/B/Deparse.pm +____________________________________________________________________________ +[ 27172] By: steveh on 2006/02/13 16:46:14 + Log: Teach checkAUTHORS.pl about Changelogs with leading tabs + in the log entries, and fix a malformed log entry in Changes5.005 + Branch: perl + ! Changes5.005 Porting/checkAUTHORS.pl +____________________________________________________________________________ +[ 27171] By: steveh on 2006/02/13 16:03:23 + Log: Revert an assert() fix in the light of change #27152 + + The MinGW problem described here: + http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-01/msg00146.html + was fixed by change #26664. This is no longer relevant in the light of + change #27152, so revert it. + + (The other problems with VC++ 6 and BCC, fixed by change #26634, have + not gone away, however.) + Branch: perl + ! gv.h +____________________________________________________________________________ +[ 27169] By: nicholas on 2006/02/13 15:12:58 + Log: All the bits of clone_params.flags need to be initialised, not just + CLONEf_JOIN_IN. + Branch: perl + ! ext/threads/threads.xs +____________________________________________________________________________ +[ 27166] By: nicholas on 2006/02/12 19:03:47 + Log: Fix change 27059 so that it actually works with >16 file descriptors. + With programmers like these, we need Stadler & Waldorf on code review. + Branch: perl + ! perlio.c +____________________________________________________________________________ +[ 27162] By: nicholas on 2006/02/11 22:52:40 + Log: In perldiag.pod add an entry for the error message that change 27155 + introduced. + Branch: perl + ! pod/perldiag.pod +____________________________________________________________________________ +[ 27161] By: nicholas on 2006/02/11 16:10:22 + Log: Remove SOFT_CAST() as it no longer does anything useful. + Branch: perl + ! perl.h scope.h +____________________________________________________________________________ +[ 27159] By: nicholas on 2006/02/11 15:10:32 + Log: Coalesce 2 if blocks with duplicated conditions in Perl_sv_dup. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 27158] By: stevep on 2006/02/11 14:16:45 + Log: Test to go with change #27155. + Branch: perl + ! lib/integer.t +____________________________________________________________________________ +[ 27155] By: stevep on 2006/02/11 06:14:02 + Log: Die when integer overflow condition is detected in division under + C. Hopefully fixes RT #38485. + Branch: perl + ! pp.c +____________________________________________________________________________ +[ 27154] By: nicholas on 2006/02/11 00:40:04 + Log: assert() that we can't reach two unreachable code paths + (in Perl_magic_get and Perl_pp_shift). + Branch: perl + ! mg.c pp.c +____________________________________________________________________________ +[ 27153] By: nicholas on 2006/02/10 22:37:23 + Log: The return value from S_hv_auxinit can be ignored, as it's also stored + within the passed in hv parameter. + Branch: perl + ! embed.fnc proto.h +____________________________________________________________________________ +[ 27152] By: steveh on 2006/02/10 17:46:35 + Log: A better fix than 27148 + + Subject: Win32 assert (was Re: Smoke [5.9.4] 27145 FAIL(M) MSWin32 WinXP/.Net SP2 (x86/2 cpu)) + From: Nicholas Clark + Date: Fri, 10 Feb 2006 14:58:47 +0000 + Message-ID: <20060210145847.GA85020@plum.flirble.org> + + Subject: RE: Win32 assert (was Re: Smoke [5.9.4] 27145 FAIL(M) MSWin32 WinXP/.Net SP2 (x86/2 cpu)) + From: "Jan Dubois" + Date: Fri, 10 Feb 2006 09:03:41 -0800 + Message-ID: <024401c62e63$f1e53c10$6062a8c0@candy> + Branch: perl + ! embed.fnc embed.h hv.c perl.h proto.h sv.c +____________________________________________________________________________ +[ 27151] By: nicholas on 2006/02/10 14:25:33 + Log: With PERL_POISON defined, ensure freshly malloc()ed memory isn't zeros, + and when PERL_TRACK_MEMPOOL is also defined scribble on any extension + added by realloc(). + Branch: perl + ! util.c +____________________________________________________________________________ +[ 27148] By: steveh on 2006/02/10 11:20:23 + Log: Fix the effects of 27136 on Win32 with DEBUGGING and PERL_IMPLICIT_SYS + Branch: perl + ! embed.fnc embed.h hv.c proto.h sv.c +____________________________________________________________________________ +[ 27145] By: nicholas on 2006/02/09 23:23:59 + Log: Change 27136 seems to have inadvertently upset some compilers, + presumably where NULL was defined as 0, not (void *)0 + Branch: perl + ! op.c +____________________________________________________________________________ +[ 27140] By: stevep on 2006/02/09 18:25:02 + Log: Fix breakage in S_set_csh() from change #27136. + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 27139] By: gisle on 2006/02/09 18:09:01 + Log: Document incompatible interpretation of chdir FOO. + Ref change 27125. + Branch: perl + ! pod/perl594delta.pod +____________________________________________________________________________ +[ 27138] By: rgs on 2006/02/09 17:49:18 + Log: Really regenerate headers + Branch: perl + ! embed.h proto.h +____________________________________________________________________________ +[ 27137] By: stevep on 2006/02/09 17:40:02 + Log: Regenerated headers for change #27136. + Branch: perl + ! embed.h proto.h +____________________________________________________________________________ +[ 27136] By: stevep on 2006/02/09 16:49:32 + Log: Subject: [PATCH] Trying my "remove the pTHXes" patch again + From: Andy Lester + Date: Thu, 9 Feb 2006 09:40:18 -0600 + Message-ID: <20060209154018.GA14610@petdance.com> + Branch: perl + ! Makefile.SH cc_runtime.h cop.h deb.c embed.fnc hv.c mg.c op.c + ! op.h perl.c pp.c pp_ctl.c pp_sort.c regcomp.c regexec.c sv.c + ! toke.c utf8.c util.c +____________________________________________________________________________ +[ 27135] By: rgs on 2006/02/09 12:38:35 + Log: Skip new chdir warning test if fchdir is not available + Branch: perl + ! t/lib/warnings/pp_sys +____________________________________________________________________________ +[ 27134] By: nicholas on 2006/02/09 12:37:13 + Log: Avoid calling all the scanning code in gv_fetchpvn_flags when saving + $1 etc, as we can perfom a hash lookup on %:: directly. + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 27133] By: nicholas on 2006/02/08 20:57:24 + Log: lastparen in the regexp structure is never initialised, and so will + still be uninitialised after a failed match, yet various points in + mg.c read it come what may. Should fix bug 38461. + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 27132] By: gisle on 2006/02/08 17:52:16 + Log: Bareword file handles not supported for chown/chmod/utime. + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 27131] By: rgs on 2006/02/08 16:57:48 + Log: Wave hands about encoding::warnings + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 27130] By: rgs on 2006/02/08 13:15:51 + Log: Subject: [perl #38464] chdir() on closed handles + From: Peter Dintelmann (via RT) + Date: Wed, 08 Feb 2006 01:33:54 -0800 + Message-ID: + + Plus a regression test. + Branch: perl + ! pp_sys.c t/lib/warnings/pp_sys +____________________________________________________________________________ +[ 27129] By: stevep on 2006/02/08 03:23:27 + Log: Subject: [PATCH] Handle unused args + From: andy@petdance.com (Andy Lester) + Date: Tue, 7 Feb 2006 16:36:56 -0600 + Message-ID: <20060207223656.GA5177@petdance.com> + Branch: perl + ! doio.c pad.c perl.c pp_sys.c +____________________________________________________________________________ +[ 27128] By: stevep on 2006/02/08 03:04:05 + Log: Subject: [patch] several broken make *.valgrind targets + From: Jim Cromie + Date: Tue, 07 Feb 2006 15:11:54 -0700 + Message-ID: <43E91B2A.4060700@gmail.com> + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 27127] By: nicholas on 2006/02/08 00:05:44 + Log: Borland's C compiler warns that the & is unnecessary. + Branch: perl + ! pp.c +____________________________________________________________________________ +[ 27126] By: nicholas on 2006/02/07 18:01:26 + Log: Merging pp_bit_or and pp_bit_xor shrinks the object code by about .7K. + The overloading tests are not free. + Branch: perl + ! mathoms.c opcode.h opcode.pl pp.c pp.h +____________________________________________________________________________ +[ 27125] By: gisle on 2006/02/07 17:32:50 + Log: Allow bareword file handle as argument to chdir(). + This copies the mechanism used by truncate(). + Fixes bug #38457. + Branch: perl + ! embed.h op.c opcode.h opcode.pl pp.sym pp_proto.h pp_sys.c + ! t/op/chdir.t +____________________________________________________________________________ +[ 27124] By: nicholas on 2006/02/07 17:12:08 + Log: All the trancendental unary operators can be merged into PP_sin + (cos, exp, log, sqrt) + Branch: perl + ! mathoms.c opcode.h opcode.pl pp.c +____________________________________________________________________________ +[ 27123] By: nicholas on 2006/02/07 15:52:18 + Log: Avoid gcc warning about possibly uninitialised variables. + Branch: perl + ! pp.c +____________________________________________________________________________ +[ 27122] By: nicholas on 2006/02/07 15:28:41 + Log: Create new macros AMG_CALLun_var, AMG_CALLun_var and tryAMAGICun_var + which don't do the pre-processor string manipulation internally. + Branch: perl + ! pp.c pp.h +____________________________________________________________________________ +[ 27121] By: nicholas on 2006/02/07 14:57:36 + Log: pp_pop can be implemented by pp_shift. + Branch: perl + ! mathoms.c opcode.h opcode.pl pp.c +____________________________________________________________________________ +[ 27120] By: rgs on 2006/02/07 14:37:15 + Log: Subject: Re: [PATCH] Documentation patch for overload + From: Steffen Mueller + Date: Mon, 06 Feb 2006 10:58:44 +0100 + Message-ID: <43E71DD4.5010108@sneakemail.com> + Branch: perl + ! lib/overload.pm +____________________________________________________________________________ +[ 27119] By: nicholas on 2006/02/07 14:11:42 + Log: pp_hex can be implemented trivially by pp_oct, making pp_hex a mathom. + Branch: perl + ! mathoms.c opcode.h opcode.pl pp.c +____________________________________________________________________________ +[ 27118] By: nicholas on 2006/02/07 13:13:44 + Log: Merge pp_index and pp_rindex - we have another mathom. + Branch: perl + ! mathoms.c opcode.h opcode.pl pp.c +____________________________________________________________________________ +[ 27117] By: nicholas on 2006/02/07 12:41:27 + Log: Some refactoring to converge pp_index and pp_rindex + Branch: perl + ! pp.c +____________________________________________________________________________ +[ 27116] By: nicholas on 2006/02/07 12:19:17 + Log: Fix bug 38454 (rindex corrects for $[ on bytes rather than UTF-8) + Branch: perl + ! pp.c t/op/index.t +____________________________________________________________________________ +[ 27115] By: craigb on 2006/02/07 04:46:47 + Log: Subject: Re: Configure.com issue, more quoting needed. + From: Peter Prymmer + Date: Mon, 06 Feb 2006 13:27:14 -0500 + Message-id: + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 27114] By: craigb on 2006/02/07 04:39:09 + Log: Subject: patch@27082 Allow fatal exceptions to bring up VMS debugger + From: "John E. Malmberg" + Date: Sat, 04 Feb 2006 16:04:32 -0500 + Message-id: <43E516E0.1000508@qsl.net> + + Branch: perl + ! vms/perlvms.pod vms/vms.c +____________________________________________________________________________ +[ 27113] By: nicholas on 2006/02/06 22:28:41 + Log: Optimise index so that if the big string is ISO-8859-1 but the little + string is UTF-8, it tries to downgrade the little string, rather than + upgrade the big string. For half-meg big strings this is a fourfold + speed gain. + Branch: perl + ! pp.c +____________________________________________________________________________ +[ 27112] By: nicholas on 2006/02/06 21:40:57 + Log: Given that the memory allocated in Perl_bytes_from_utf8 and + Perl_bytes_to_utf8 will immediately be written to, I see no need to + allocate it zeroed. + Branch: perl + ! utf8.c +____________________________________________________________________________ +[ 27111] By: nicholas on 2006/02/06 20:52:41 + Log: Rename S_glob_assign to S_glob_assign_glob + Rename S_pvgv_assign to S_glob_assign_ref + + I don't think that they share enough common code to merge them. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 27110] By: nicholas on 2006/02/06 20:12:58 + Log: I think that "merge Perl_sv_2[inpu]v" and "reduce duplication in + sv_setsv_flags" are about as done as they can be. + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 27109] By: nicholas on 2006/02/06 20:04:35 + Log: In Perl_sv_upgrade, the assignment to new_type_details only needs to + be done once. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 27108] By: stevep on 2006/02/06 19:43:17 + Log: Document the limitations of calling exit() (instead of _exit()) from + a child process on Solaris. + Branch: perl + ! pod/perlfork.pod +____________________________________________________________________________ +[ 27107] By: nicholas on 2006/02/06 18:45:35 + Log: Remove a duplicate flag copy line from Perl_sv_setsv_flags. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 27106] By: nicholas on 2006/02/06 18:07:28 + Log: Move Perl_save_long, Perl_save_I16, Perl_save_I8, Perl_save_iv, + Perl_save_nogv, Perl_save_list, Perl_save_destructor to mathoms.c + Perl_save_svref can't actually move because it calls a static function. + Branch: perl + ! mathoms.c scope.c +____________________________________________________________________________ +[ 27105] By: nicholas on 2006/02/06 16:50:22 + Log: Expunge USE_5005THREADS from perl.c + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 27104] By: nicholas on 2006/02/06 13:08:34 + Log: Fix bug #38439 - reference to typeglob assignment needs to be based + on SvROK(sstr) rather than SvTYPE(sstr) == SVt_RV. + Branch: perl + ! sv.c t/op/gv.t +____________________________________________________________________________ +[ 27103] By: rgs on 2006/02/06 09:42:33 + Log: Subject: [PATCH] 5.8.8: Unicos test skip (and for the record: config.sh and harness results) + From: Jarkko Hietaniemi + Date: Sun, 05 Feb 2006 12:16:37 +0200 + Message-ID: <43E5D085.90400@iki.fi> + Branch: perl + ! lib/Math/BigInt/t/bigintc.t +____________________________________________________________________________ +[ 27102] By: stevep on 2006/02/06 04:48:04 + Log: Subject: [PATCH] Cleaning up shadowed variables + From: Andy Lester + Date: Sun, 5 Feb 2006 21:56:43 -0600 + Message-Id: + Branch: perl + ! op.c pp_ctl.c +____________________________________________________________________________ +[ 27101] By: nicholas on 2006/02/05 23:44:12 + Log: Merge the PVCV case into the common code in S_pvgv_assign. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 27100] By: nicholas on 2006/02/05 23:20:21 + Log: Merge the PVAV and PVHV clauses into the common code of S_pvgv_assign. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 27099] By: nicholas on 2006/02/05 23:02:58 + Log: Merge the default case (GvSV) with the common code in S_pvgv_assign. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 27098] By: nicholas on 2006/02/05 22:41:42 + Log: Start to merge the 6 arms of S_pvgv_assign into one. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 27097] By: nicholas on 2006/02/05 22:00:11 + Log: Subject: [patch] rework arenas - repair arenasets + From: Jim Cromie + Message-ID: <43E5F012.1080203@gmail.com> + Date: Sun, 05 Feb 2006 05:31:14 -0700 + Branch: perl + ! hv.c sv.c +____________________________________________________________________________ +[ 27096] By: rgs on 2006/02/05 21:22:03 + Log: Subject: [PATCH] Documentation patch for overload + From: Steffen Mueller + Date: Feb 5, 2006 12:26 PM + Message-ID: <43E5E0E9.1070707@sneakemail.com> + Branch: perl + ! lib/overload.pm +____________________________________________________________________________ +[ 27095] By: nicholas on 2006/02/05 20:51:43 + Log: The message "Can't upgrade that kind of scalar" can be far more + informative. + Branch: perl + ! pod/perldiag.pod sv.c +____________________________________________________________________________ +[ 27094] By: nicholas on 2006/02/05 20:33:57 + Log: new_body_type doesn't need to subtract the offset, that's what + new_body_allocated is for. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 27093] By: nicholas on 2006/02/05 20:26:40 + Log: Yes, I broke Win32 with change 27089 by having a { in the wrong place. + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 27092] By: nicholas on 2006/02/05 19:52:50 + Log: Remove "Can't upgrade to undef" from perldiag, as the corresponding + code is now gone from sv_upgrade. + Branch: perl + ! pod/perldiag.pod +____________________________________________________________________________ +[ 27091] By: nicholas on 2006/02/05 19:45:37 + Log: Merge and refactor the PVAV and PVHV code in Perl_sv_upgrade, which + reduces the object size by about 80 bytes. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 27090] By: nicholas on 2006/02/05 18:51:17 + Log: Eliminate a croak we can't get to. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 27089] By: nicholas on 2006/02/05 11:15:34 + Log: Without this Windows and Netware compilers should be complaining + about perl.c having code before a declaration, *but only if compiling + with PERL_TRACK_MEMPOOL*. So, will it fix the smoke failures? Place + bets now. + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 27088] By: stevep on 2006/02/05 05:08:02 + Log: Don't export PL_memory_debug_header to Win32 (and others) unless + PERL_TRACK_MEMPOOL is defined. + Branch: perl + ! makedef.pl +____________________________________________________________________________ +[ 27087] By: stevep on 2006/02/05 04:13:27 + Log: Fixed embed.fnc entry for S_forbid_setid() and picked up a change in + pod/perlapi.pod for good measure when regenerating files. + Branch: perl + ! embed.fnc pod/perlapi.pod proto.h +____________________________________________________________________________ +[ 27086] By: nicholas on 2006/02/04 22:51:17 + Log: bcc was issuing a warning about this line in Perl_sv_2cv, so tweak it + to keep it happy. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 27085] By: nicholas on 2006/02/04 22:13:08 + Log: Add regression tests to lib/charnames.t to ensure that unicore/Names.pl + is 100% 7 bit ASCII. + Branch: perl + ! lib/charnames.t +____________________________________________________________________________ +[ 27084] By: nicholas on 2006/02/04 19:09:17 + Log: Enhance PERL_TRACK_MEMPOOL so that it also emulates the PerlHost + behaviour of freeing up all memory at thread exit. With this and + tools such as valgrind you will now get warnings as soon as you + read from the deallocated memory, rather than just a warning much + later about freeing to the wrong pool. + Branch: perl + ! embedvar.h intrpvar.h perl.c perl.h perlapi.h pod/perltodo.pod + ! sv.c util.c +____________________________________________________________________________ +[ 27083] By: nicholas on 2006/02/04 18:48:09 + Log: The TODO 'Tidy up global variables' can go, replaced with a second + paragraph on 'Ordering of "global" variables'. + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 27082] By: nicholas on 2006/02/04 17:11:54 + Log: I believe that mathoms have been completely TODOne. + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 27081] By: nicholas on 2006/02/04 13:27:00 + Log: Rejig the definition of ARENAS_PER_SET to maximise the size of the + array whilst keeping the structure within PERL_ARENA_SIZE. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 27080] By: nicholas on 2006/02/04 13:00:06 + Log: Tweak arena sets to avoid assignment between different pointers. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 27079] By: nicholas on 2006/02/04 12:28:03 + Log: Subject: [patch] arena rework - arena sets + From: Jim Cromie + Message-ID: <43DF4F66.4080808@gmail.com> + Date: Tue, 31 Jan 2006 04:52:06 -0700 + Branch: perl + ! embed.fnc embed.h hv.c proto.h sv.c +____________________________________________________________________________ +[ 27078] By: nicholas on 2006/02/04 11:10:52 + Log: warnings.h does some evil(*) pointer arithmetic on (SV *)0, so a + simple replace of Nullsv with NULL turns out to be a bad idea. + * Technically undefined behaviour, I believe. + Branch: perl + ! warnings.h warnings.pl +____________________________________________________________________________ +[ 27077] By: nicholas on 2006/02/04 10:37:08 + Log: Remove obsolete comment. + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 27076] By: nicholas on 2006/02/03 23:21:37 + Log: S_find_beginning is only called from one place, so by hoisting the + forbid_setid check for -x into the caller, we can eliminate the + suidscript parameter from S_find_beginning. + Branch: perl + ! embed.fnc embed.h perl.c proto.h +____________________________________________________________________________ +[ 27075] By: nicholas on 2006/02/03 22:41:55 + Log: And as we've now got to the point where all calls to Perl_moreswitches + have -1 as the second argument, we can remove the second argument, + which gets us back to where we started, only with the elimination of + a per-thread variable. + Branch: perl + ! embed.fnc embed.h perl.c proto.h toke.c +____________________________________________________________________________ +[ 27074] By: nicholas on 2006/02/03 22:18:45 + Log: The MSDOS-only call to moreswitches will never reach forbid_setid, so + it can have a parameter of -1 without changing any behaviour. + I see no reason to forbid "command line" switches when they are + actually coming from the #! line of the script itself (as read by perl) + as they must have been written by the owner of the script, rather than + being crafted by the user manipulating the command line, and therefore + cannot be subverted. (Or alternatively, can be subverted as easily as + the rest of the script, and we're permitting *that* to be run) + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 27073] By: nicholas on 2006/02/03 21:47:04 + Log: Pull the variables fdscript and suidscript into a much smaller scope. + Replace suidscript with literal -1 where it could only have been -1. + (Re-indent the other code inside the new block creating the scope. + Rejig the indentation of the conditionals) + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 27072] By: nicholas on 2006/02/03 21:23:21 + Log: Change 27070 failed to initialise a variable. (But despite that still + passed all tests locally.) + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 27071] By: nicholas on 2006/02/03 20:12:10 + Log: Silence a warning about "statement not reached" from the Sun C compiler. + It was accurate - the conditional code used to give 2 return statements. + Branch: perl + ! mathoms.c +____________________________________________________________________________ +[ 27070] By: nicholas on 2006/02/03 20:10:07 + Log: Eliminating PL_suidscript is more tricky, and requires changing the + prototype of Perl_moreswitches. + Branch: perl + ! embed.fnc embed.h embedvar.h intrpvar.h perl.c perlapi.h + ! proto.h toke.c +____________________________________________________________________________ +[ 27069] By: nicholas on 2006/02/03 18:27:52 + Log: Passing the flag to S_forbit_setid as a single char rather than a + string is a slight space optimisation. + Branch: perl + ! embed.fnc intrpvar.h perl.c proto.h +____________________________________________________________________________ +[ 27068] By: nicholas on 2006/02/03 18:10:45 + Log: Oops. I *thought* that I had checked that all changed files were open. + Clearly not. (Fixes change 27066) + Branch: perl + ! embed.h embedvar.h perlapi.h proto.h +____________________________________________________________________________ +[ 27067] By: nicholas on 2006/02/03 17:06:43 + Log: Oops. When changing warnings.pl one should re-run it. Well spotted + Rafael. + Branch: perl + ! warnings.h +____________________________________________________________________________ +[ 27066] By: nicholas on 2006/02/03 17:06:04 + Log: It's actually easier to get rid of PL_fdscript than we thought. + Branch: perl + ! embed.fnc intrpvar.h perl.c +____________________________________________________________________________ +[ 27065] By: nicholas on 2006/02/03 16:03:01 + Log: Subject: Re: [PATCH] s/Null(gv|hv|sv)/NULL/g + From: Steven Schubiger + Message-ID: <20060203152449.GI12591@accognoscere.homeunix.org> + Date: Fri, 3 Feb 2006 16:24:49 +0100 + Branch: perl + ! cop.h doio.c doop.c dump.c embed.pl gv.c hv.c hv.h intrpvar.h + ! locale.c mathoms.c mg.c op.c pad.c pad.h perl.c perlio.c + ! perlio.h pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c + ! regexec.c scope.c sv.c sv.h thrdvar.h toke.c utf8.c util.c + ! warnings.pl +____________________________________________________________________________ +[ 27064] By: rgs on 2006/02/03 15:18:18 + Log: Fix file where internal XS functions are defined + Branch: perl + ! universal.c +____________________________________________________________________________ +[ 27063] By: rgs on 2006/02/03 14:06:40 + Log: Help to compile on VMS with UNLINK_ALL_VERSIONS + See : + Subject: bug@26347 embed.fnc/embed.h with unlnk macro + From: "John E. Malmberg" + Date: Tue, 13 Dec 2005 22:18:56 -0500 + Message-ID: <439F8F20.4050207@qsl.net> + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 27062] By: rgs on 2006/02/03 13:46:46 + Log: Subject: [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.83_64.tar.gz + From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig) + Date: Thu, 02 Feb 2006 12:35:41 +0100 + Message-ID: <87acda0z8y.fsf@k75.linux.bogus> + Branch: perl + ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm + ! lib/CPAN/SIGNATURE +____________________________________________________________________________ +[ 27061] By: rgs on 2006/02/03 13:35:44 + Log: Subject: L and Pod::Html + From: SADAHIRO Tomoyuki + Date: Mon, 09 Jan 2006 12:53:15 +0900 + Message-Id: <20060109125220.3BB0.BQW10602@nifty.com> + Branch: perl + ! lib/Pod/Html.pm +____________________________________________________________________________ +[ 27060] By: nicholas on 2006/02/03 13:21:46 + Log: Subject: [PATCH] s/Nullcv/NULL/g + From: Steven Schubiger + Message-ID: <20060202150241.GF12591@accognoscere.homeunix.org> + Date: Thu, 2 Feb 2006 16:02:41 +0100 + Branch: perl + ! cop.h dump.c gv.c gv.h mg.c op.c pad.c perl.c pp_ctl.c sv.c +____________________________________________________________________________ +[ 27059] By: nicholas on 2006/02/03 13:06:00 + Log: Change PL_perlio_fd_refcnt from a fixed size static array to a pointer + to a dynamic array. + Branch: perl + ! embedvar.h perlapi.h perlio.c perlvars.h +____________________________________________________________________________ +[ 27057] By: stevep on 2006/02/02 20:57:01 + Log: It would be nice to have tests in B for the functions getting changed. + Branch: perl + ! ext/B/t/b.t +____________________________________________________________________________ +[ 27056] By: stevep on 2006/02/02 20:42:56 + Log: Death to magic characters! No pun intended. + Branch: perl + ! ext/B/B.xs +____________________________________________________________________________ +[ 27054] By: rgs on 2006/02/02 14:24:03 + Log: Subject: Re: [PATCH] s/Null(av|ch)/NULL/g + From: Steven Schubiger + Date: Thu, 2 Feb 2006 10:38:49 +0100 + Message-ID: <20060202093849.GD12591@accognoscere.homeunix.org> + Branch: perl + ! XSUB.h cop.h doio.c doop.c dump.c gv.c hv.c hv.h locale.c + ! malloc.c mathoms.c mg.c op.c op.h pad.c perl.c perl.h perlio.c + ! perlsdio.h pod/perlapi.pod pp_sort.c pp_sys.c regcomp.h + ! regexec.c sv.c sv.h thrdvar.h toke.c util.c +____________________________________________________________________________ +[ 27053] By: nicholas on 2006/02/02 12:31:30 + Log: gv_fetchpvn_flags ranks highly in the profile, and the ::/' scanning + loop is iterated over millions of times. Add a flag GV_NOTQUAL purely + as an optimisation, when the caller is passing in a string that is + known not to contain any package separators. + Branch: perl + ! doio.c gv.c gv.h op.c perl.c pp_ctl.c pp_sort.c pp_sys.c + ! toke.c util.c +____________________________________________________________________________ +[ 27052] By: rgs on 2006/02/02 11:22:43 + Log: Update to Module::CoreList 3.04. + Cleanup corelist manpage. + Remove -w in corelist shebang to avoid spurious warnings. + Branch: perl + ! lib/Module/CoreList.pm lib/Module/CoreList/bin/corelist +____________________________________________________________________________ +[ 27051] By: gisle on 2006/02/02 10:05:32 + Log: perl-5.8.8 also contained change 27040. + Branch: perl + ! lib/Module/CoreList.pm +____________________________________________________________________________ +[ 27050] By: nicholas on 2006/02/02 00:36:38 + Log: Yet more instances of gv_fetchpv... that should be GV_ADD rather than + TRUE. + Convert two gv_fetchpvn_flags to gv_fetchpvs. + Branch: perl + ! doio.c gv.c perl.c pp_ctl.c pp_sort.c util.c +____________________________________________________________________________ +[ 27049] By: nicholas on 2006/02/02 00:24:06 + Log: And another assumption. + Branch: perl + ! gv.c +____________________________________________________________________________ +[ 27048] By: nicholas on 2006/02/01 23:38:53 + Log: Since PERL_COPY_ON_WRITE becamse PERL_OLD_COPY_ON_WRITE it seems that + no-one has been testing it, as there was a const too far. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 27047] By: stevep on 2006/02/01 23:34:47 + Log: Doc nit found by Stephen Gordon. + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 27046] By: nicholas on 2006/02/01 23:03:11 + Log: doubleplusoops. Apart from the documented NUL termination assumption. + Now removed. + Branch: perl + ! gv.c +____________________________________________________________________________ +[ 27045] By: nicholas on 2006/02/01 22:39:29 + Log: References can't have SVp_IOK or SVp_NOK set, so no need for all the + conditional code to copy IVX and NVX if true. "You cannot get here". + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 27044] By: nicholas on 2006/02/01 22:03:37 + Log: Oops. 1 NUL termination assumption remains in Perl_gv_fetchpvn_flags + Branch: perl + ! gv.c +____________________________________________________________________________ +[ 27043] By: nicholas on 2006/02/01 20:26:46 + Log: Correct my comment, so that it's actually useful. :-) + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 27042] By: nicholas on 2006/02/01 19:30:52 + Log: , tweaked from + Subject: Re: [:...:] and \p{...} character class equivalence in utf8 regexps + From: Steve Purkis + Message-Id: <0DAE5956-3ECC-4692-A0C9-C62C8F790C97@multimap.com> + Date: Fri, 20 Jan 2006 12:35:06 -0500 + Branch: perl + ! pod/perlre.pod +____________________________________________________________________________ +[ 27039] By: rgs on 2006/02/01 18:07:26 + Log: Improve a bit the documentation for kill() with SIGNAL==0 + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 27038] By: nicholas on 2006/02/01 18:05:20 + Log: Mmm, it looks like it's a bad plan to rebuild the TOC from a tree that + has other modules in ext/ + TODO - fix buildtoc to cross check with MANIFEST. + Branch: perl + ! pod/perltoc.pod +____________________________________________________________________________ +[ 27037] By: nicholas on 2006/02/01 17:53:28 + Log: Integrate perl588delta.pod from maint, and re-run pod/buildtoc. + Branch: perl + +> pod/perl588delta.pod + ! pod/perl.pod vms/descrip_mms.template + !> MANIFEST Makefile.SH pod.lst pod/perltoc.pod win32/Makefile + !> win32/makefile.mk win32/pod.mak +____________________________________________________________________________ +[ 27036] By: rgs on 2006/02/01 17:49:53 + Log: Doc nit by Andy Dougherty + Branch: perl + ! README.aix +____________________________________________________________________________ +[ 27035] By: rgs on 2006/02/01 16:14:07 + Log: autouse actually requires perl 5.6 at least. + Branch: perl + ! lib/autouse.pm +____________________________________________________________________________ +[ 27034] By: rgs on 2006/02/01 15:51:35 + Log: Avoid "Prototype mismatch" warnings with autouse. + Branch: perl + ! lib/autouse.pm +____________________________________________________________________________ +[ 27033] By: rgs on 2006/02/01 13:22:26 + Log: Fix corelist data for 5.8.8 + Branch: perl + ! lib/Module/CoreList.pm +____________________________________________________________________________ +[ 27032] By: rgs on 2006/02/01 12:41:37 + Log: More history + Branch: perl + ! pod/perlhist.pod +____________________________________________________________________________ +[ 27031] By: rgs on 2006/02/01 12:30:14 + Log: Update to Module::CoreList 2.03 (includes 5.8.8 and 5.9.3) + Branch: perl + ! lib/Module/CoreList.pm lib/Module/CoreList/bin/corelist +____________________________________________________________________________ +[ 27030] By: nicholas on 2006/02/01 11:53:04 + Log: Subject: [patch] arena rework - unify arenaroots + From: Jim Cromie + Message-ID: <43DF3D0A.3040102@gmail.com> + Date: Tue, 31 Jan 2006 03:33:46 -0700 + Branch: perl + ! embedvar.h hv.c intrpvar.h perlapi.h sv.c +____________________________________________________________________________ +[ 27028] By: nicholas on 2006/01/31 22:59:27 + Log: Make Perl_gv_fetchpvn_flags actually heed the passed in length. + This means that \0 bytes in symbolic references now work. + Branch: perl + ! doio.c gv.c perl.c t/op/ref.t toke.c +____________________________________________________________________________ +[ 27027] By: stevep on 2006/01/31 18:42:31 + Log: Intel C Compiler 9.0 hatefully defines __GNUC__. Unfortunately, + icc does not support gcc built-ins like __attribiute__. + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 27022] By: nicholas on 2006/01/31 15:33:15 + Log: Subject: [perl #38380] Typo in perlfunc.pod + From: p.boven@sara.nl (via RT) + Message-ID: + Date: Tue, 31 Jan 2006 05:22:28 -0800 + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 27021] By: nicholas on 2006/01/31 15:10:37 + Log: Eliminate save_threadsv, as it is never linked to, and all it does + post 5005 threads is croak(). + Branch: perl + ! embed.fnc embed.h global.sym proto.h scope.c +____________________________________________________________________________ +[ 27016] By: rgs on 2006/01/31 10:07:00 + Log: Subject: Re: [PATCH] Re: replacing "inuse" Win files (was Re: Help with a Cwd.pm build error) + From: demerphq + Date: Tue, 31 Jan 2006 09:55:25 +0100 + Message-ID: <9b18b3110601310055h7aeb9aa1gdc2d63cc56d97768@mail.gmail.com> + Branch: perl + ! lib/ExtUtils/Install.pm +____________________________________________________________________________ +[ 27015] By: craigb on 2006/01/31 04:37:27 + Log: Subject: patch@26996 - patch around stat("_NLA0:") bug + From: "John E. Malmberg" Date: Mon, 30 Jan 2006 23:21:34 -0500 + Message-id: <43DEE5CE.7060108@qsl.net> + + Branch: perl + ! vms/vms.c vms/vmsish.h +____________________________________________________________________________ +[ 27014] By: nicholas on 2006/01/31 00:15:26 + Log: Silence a warning from the MS compiler about signed/unsigned mismatch. + Branch: perl + ! util.c +____________________________________________________________________________ +[ 27010] By: rgs on 2006/01/30 17:47:56 + Log: Add perl594delta + Branch: perl + + pod/perl594delta.pod + ! MANIFEST Makefile.SH pod.lst pod/perl.pod + ! vms/descrip_mms.template win32/Makefile win32/makefile.mk + ! win32/pod.mak +____________________________________________________________________________ +[ 27009] By: nicholas on 2006/01/30 17:12:54 + Log: Change the author aliasing to reflect updates to AUTHORS. + Branch: perl + ! Porting/checkAUTHORS.pl +____________________________________________________________________________ +[ 27007] By: rgs on 2006/01/30 16:58:47 + Log: Bump version number to 5.9.4 + Regenerate template config in Porting + Branch: perl + ! NetWare/Makefile NetWare/config_H.wc Porting/config.sh + ! Porting/config_H epoc/config.sh epoc/createpkg.pl patchlevel.h + ! plan9/config.plan9 win32/Makefile win32/config_H.bc + ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64 + ! win32/makefile.mk wince/Makefile.ce wince/config_H.ce +____________________________________________________________________________ +[ 27006] By: nicholas on 2006/01/30 16:50:38 + Log: Silence another Irix compiler warning. + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 27005] By: nicholas on 2006/01/30 16:29:38 + Log: Avoid a warning from the Irix C compiler. + Branch: perl + ! hv.c +____________________________________________________________________________ +[ 27004] By: stevep on 2006/01/30 15:04:50 + Log: Teach the Makefile how to cleanup config.over. + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 27002] By: nicholas on 2006/01/30 13:42:56 + Log: Code assumes that *FOO{SCALAR} will always return a scalar reference, + so make it so, creating $FOO if necessary. + (Effectively this is a policy decision that PERL_DONT_CREATE_GVSV is + visible to XS code, but isn't visible to Perl code) + Branch: perl + ! pp.c t/op/gv.t +____________________________________________________________________________ +[ 27001] By: stevep on 2006/01/30 13:25:04 + Log: Add -DPTR_IS_LONG when building with -Duse64bitint on Solaris/i386. + Otherwise, the build fails in POSIX. + Branch: perl + ! hints/solaris_2.sh +____________________________________________________________________________ +[ 27000] By: nicholas on 2006/01/30 12:59:12 + Log: Use a union for storing the shared hash key reference count, rather + than messy pointer hacks. + Branch: perl + ! ext/XS/APItest/APItest.xs hv.c hv.h perl.c +____________________________________________________________________________ +[ 26999] By: rgs on 2006/01/30 09:52:06 + Log: Subject: [DOC PATCH] $^X isn't necessarily argv[0] + From: Yitzchak Scott-Thoennes + Date: Mon, 30 Jan 2006 01:06:24 -0800 + Message-ID: <20060130090624.GA3760@efn.org> + Branch: perl + ! pod/perlvar.pod +____________________________________________________________________________ +[ 26998] By: merijn on 2006/01/30 09:10:53 + Log: Subject: [PATCH] maint and blead: unicos.sh hints + From: Jarkko Hietaniemi + Date: Sun, 29 Jan 2006 23:45:03 +0200 (EET) + Message-Id: <200601292145.k0TLj3mW320311@kosh.hut.fi> + Branch: perl + ! hints/unicos.sh +____________________________________________________________________________ +[ 26997] By: nicholas on 2006/01/30 00:18:52 + Log: Assert that IVs and NVs can never be tainted. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26996] By: nicholas on 2006/01/29 22:00:11 + Log: Solaris seems not to enjoy initialising constants from SIG_??? on 64 + bit builds. + Branch: perl + ! ext/POSIX/Makefile.PL +____________________________________________________________________________ +[ 26995] By: stevep on 2006/01/29 20:43:44 + Log: Upgrade to podlators-2.0.3 + Branch: perl + ! lib/Pod/t/basic.t lib/Pod/t/color.t lib/Pod/t/man.t + ! lib/Pod/t/termcap.t lib/Pod/t/text-options.t lib/Pod/t/text.t +____________________________________________________________________________ +[ 26994] By: rgs on 2006/01/29 18:31:52 + Log: Email change for Steven Schubiger + Branch: perl + ! AUTHORS +____________________________________________________________________________ +[ 26993] By: merijn on 2006/01/29 10:14:09 + Log: Subject: Re: [patch] s/ar ts/ar s/g + From: "Philippe M. Chiasson" + Date: Thu, 26 Jan 2006 13:53:07 -0800 + Message-ID: <43D944C3.60101@ActiveState.com> + Branch: perl + ! Configure +____________________________________________________________________________ +[ 26991] By: nicholas on 2006/01/29 00:25:04 + Log: C compilers don't let you return void. Pay attention gcc, and + stop aping Shildt. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26990] By: nicholas on 2006/01/29 00:09:10 + Log: Avoid using space to create 2 functions just to force mathoms to be + linked. Instead, force the link via the perl interpreter structure + via a function pointer that gets replaced at run time anyway. + Branch: perl + ! embed.fnc embed.h intrpvar.h mathoms.c perl.c proto.h +____________________________________________________________________________ +[ 26989] By: nicholas on 2006/01/28 17:46:56 + Log: Call gv_fetchpvn_flags where we already know the length. + Branch: perl + ! doio.c toke.c +____________________________________________________________________________ +[ 26988] By: stevep on 2006/01/28 17:25:03 + Log: Upgrade to podlators-2.0.2 + Branch: perl + ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm + ! lib/Pod/Text/Termcap.pm lib/Pod/t/basic.t lib/Pod/t/color.t + ! lib/Pod/t/man.t lib/Pod/t/termcap.t lib/Pod/t/text-options.t + ! lib/Pod/t/text.t pod/pod2man.PL pod/pod2text.PL +____________________________________________________________________________ +[ 26987] By: nicholas on 2006/01/28 17:15:21 + Log: Squeeze more flag manipulations together in sv_setsv_flags. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26986] By: stevep on 2006/01/28 16:50:32 + Log: Upgrade to CPAN-1.83_59 + Branch: perl + ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm + ! lib/CPAN/SIGNATURE +____________________________________________________________________________ +[ 26985] By: stevep on 2006/01/28 16:43:43 + Log: Upgrade to Archive-Tar-1.28 + Branch: perl + ! lib/Archive/Tar.pm lib/Archive/Tar/bin/ptardiff + ! lib/Archive/Tar/t/02_methods.t + ! lib/Archive/Tar/t/04_resolved_issues.t +____________________________________________________________________________ +[ 26983] By: nicholas on 2006/01/28 15:44:04 + Log: Add gv_fetchpvs, which uses STR_WITH_LEN to call gv_fetchpvn_flags. + Many strlen()s saved. + Branch: perl + ! doio.c handy.h op.c perl.c pp_ctl.c pp_sort.c pp_sys.c toke.c + ! util.c +____________________________________________________________________________ +[ 26982] By: nicholas on 2006/01/28 14:46:35 + Log: Merge the IOK and NOK clauses together in sv_setsv_flags. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26981] By: nicholas on 2006/01/28 14:23:49 + Log: The flags manipulation in sv_setsv_flags can be more efficient. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26980] By: nicholas on 2006/01/28 14:02:10 + Log: PERL_DONT_CREATE_GVSV wasn't as effective as it should have been. + Branch: perl + ! gv.c +____________________________________________________________________________ +[ 26979] By: nicholas on 2006/01/28 13:38:28 + Log: By changing SvVOK() from returning 0/1 to 0/pointer-to-magic we can + save duplicating mg_find calls, without changing the semantics in any + boolean context. + Branch: perl + ! sv.c sv.h util.c +____________________________________________________________________________ +[ 26978] By: nicholas on 2006/01/28 12:49:15 + Log: Pull the other large chunk of PVGV assignment code into S_pvgv_assign. + There seems to be some duplication with S_glob_assign. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26977] By: nicholas on 2006/01/28 12:26:47 + Log: Remove goto glob_assign; + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26976] By: nicholas on 2006/01/28 12:08:01 + Log: Pull glob_assign out from sv_setsv_flags into a static function. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26975] By: rgs on 2006/01/28 11:00:30 + Log: Update Changes + Branch: perl + ! Changes +____________________________________________________________________________ +[ 26974] By: rgs on 2006/01/28 10:57:04 + Log: Add perl 5.9.3 in release list + Branch: perl + ! pod/perlhist.pod +____________________________________________________________________________ +[ 26970] By: gisle on 2006/01/27 19:48:28 + Log: Subject: Re: Make Passive mode the default for Net::FTP + From: Gisle Aas + Date: 27 Jan 2006 07:21:16 -0800 + Message-ID: + Branch: perl + ! lib/Net/Config.pm lib/Net/FTP.pm +____________________________________________________________________________ +[ 26969] By: rgs on 2006/01/27 18:27:22 + Log: Oops. Forgot to add this file. + Branch: perl + + utils/ptardiff.PL +____________________________________________________________________________ +[ 26968] By: rgs on 2006/01/27 18:07:54 + Log: Regenerate META.yml + Branch: perl + ! META.yml +____________________________________________________________________________ +[ 26967] By: rgs on 2006/01/27 18:04:17 + Log: Regenerate Changes; remove ^M chars in Changes + Branch: perl + ! Changes +____________________________________________________________________________ +[ 26966] By: rgs on 2006/01/27 17:47:32 + Log: Remove patch number + Branch: perl + ! patchlevel.h +____________________________________________________________________________ +[ 26965] By: rgs on 2006/01/27 17:44:48 + Log: Mention ptardiff in perldelta. + Branch: perl + ! pod/perl593delta.pod +____________________________________________________________________________ +[ 26964] By: rgs on 2006/01/27 17:37:27 + Log: Don't install ptardiff in the module tree + Branch: perl + ! installperl +____________________________________________________________________________ +[ 26963] By: rgs on 2006/01/27 17:19:52 + Log: Install the ptardiff utility that comes with Archive::Tar + Branch: perl + ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template + ! win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 26962] By: rgs on 2006/01/27 17:04:35 + Log: Install nit : README.e2x should be installed, the other READMEs shouldn't + Branch: perl + ! installperl +____________________________________________________________________________ +[ 26961] By: rgs on 2006/01/27 16:31:33 + Log: Regenerate PODs + Branch: perl + ! pod/perlmodlib.pod pod/perltoc.pod +____________________________________________________________________________ +[ 26960] By: rgs on 2006/01/27 15:35:01 + Log: Some spelling fixes by David Landgren. + Mention perltodo. + Branch: perl + ! pod/perl593delta.pod +____________________________________________________________________________ +[ 26959] By: rgs on 2006/01/27 15:26:05 + Log: Revert change 24461, now that change 26757 allows TEST + to accept extra output from module tests + Branch: perl + ! cygwin/perlld.in +____________________________________________________________________________ +[ 26958] By: rgs on 2006/01/27 13:54:06 + Log: Subject: [PATCH] quiet gcc Info message in cygwin + From: Yitzchak Scott-Thoennes + Date: Wed, 25 Jan 2006 19:16:09 -0800 + Message-ID: <20060126031608.GA2588@efn.org> + Branch: perl + ! hints/cygwin.sh +____________________________________________________________________________ +[ 26957] By: rgs on 2006/01/27 13:08:12 + Log: Remove note about #elif, see : + Subject: Re: Change 26954: Simplify nested '#ifdef' by replacing it with '#elif defined()' + From: Steve Hay + Date: Fri, 27 Jan 2006 11:09:02 +0000 + Message-ID: <43D9FF4E.6010501@uk.radan.com> + Branch: perl + ! Porting/pumpkin.pod +____________________________________________________________________________ +[ 26955] By: nicholas on 2006/01/27 10:36:05 + Log: A description of the new constants. + Branch: perl + ! pod/perl593delta.pod +____________________________________________________________________________ +[ 26954] By: gisle on 2006/01/27 08:54:04 + Log: Simplify nested '#ifdef' by replacing it with '#elif defined()' + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 26953] By: gisle on 2006/01/27 08:49:34 + Log: Safer implementation of RTRIM(). + Don't rely on SvCUR to be sane unless SvPOK. + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 26952] By: nicholas on 2006/01/26 22:03:19 + Log: Subject: [PATCH] Change 26781/26830 (SvRTRIM should also write a new '\0' at the end) can cause segfaults + From: "Philippe M. Chiasson" + Message-ID: <43D941AF.1060503@ActiveState.com> + Date: Thu, 26 Jan 2006 13:39:59 -0800 + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 26951] By: stevep on 2006/01/26 19:23:48 + Log: Fix a few nits in perl593delta + Branch: perl + ! pod/perl593delta.pod +____________________________________________________________________________ +[ 26950] By: rgs on 2006/01/26 18:48:27 + Log: miniperl isn't enough anymore to run pod2man. + Branch: perl + ! pod/Makefile.SH +____________________________________________________________________________ +[ 26949] By: nicholas on 2006/01/26 18:35:56 + Log: 2 spelling corrections, and rephrase the entry on perlivp (better + grammer, more succinct) + Branch: perl + ! pod/perl593delta.pod +____________________________________________________________________________ +[ 26948] By: rgs on 2006/01/26 18:14:26 + Log: More work on perldelta + Branch: perl + ! pod/perl593delta.pod +____________________________________________________________________________ +[ 26947] By: steveh on 2006/01/26 16:25:20 + Log: Make dump and -u croak on Win32 and Cygwin to avoid confusion + such as was seen here: + + Subject: Weird Win32 error: "This application has requested the Runtime to terminate it in an unusual way." + From: demerphq + Date: Thu, 26 Jan 2006 15:40:42 +0100 + Message-ID: <9b18b3110601260640x34b2442cnf5379d2f83b74187@mail.gmail.com> + Branch: perl + ! perl.c pod/perldiag.pod pod/perlport.pod +____________________________________________________________________________ +[ 26946] By: nicholas on 2006/01/26 14:57:42 + Log: SvREADONLY_off inside the magic routines is also dangerous on shared + hash key scalars, so decompose them to normal scalars if they ever + get here. + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 26945] By: rgs on 2006/01/26 11:49:22 + Log: assertions.pm is dual-lived + Branch: perl + ! Porting/Maintainers.pl +____________________________________________________________________________ +[ 26943] By: rgs on 2006/01/25 17:12:11 + Log: Subject: aelemfast optimization opclass problem (c.f. [perl #38279]) + From: Stephen McCamant + Date: Jan 24, 2006 7:23 AM + Message-ID: <17365.51166.604020.571992@conquest.OCF.Berkeley.EDU> + Branch: perl + + ext/B/t/optree_misc.t + ! MANIFEST ext/B/B.xs +____________________________________________________________________________ +[ 26941] By: gisle on 2006/01/24 15:37:25 + Log: Subject: Simplify &IO::Handle::say + From: Gisle Aas + Date: 24 Jan 2006 05:01:28 -0800 + Message-ID: + Branch: perl + ! ext/IO/lib/IO/Handle.pm +____________________________________________________________________________ +[ 26940] By: rgs on 2006/01/24 15:10:27 + Log: Fix a regression on suidperl : the error message "No #! line" was + produced in erroneous cases, because we used to read values in a + string buffer that pointed to nothing. + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 26936] By: steveh on 2006/01/24 12:13:15 + Log: Remove d_nanosleep from win32 configs + Change 19899 removed them before, but they have accidentally crept back. + Branch: perl + ! win32/config.bc win32/config.gc win32/config.vc + ! win32/config.vc64 +____________________________________________________________________________ +[ 26935] By: steveh on 2006/01/24 09:22:44 + Log: Subject: SPRINTF_RETURNS_STRLEN isn't really a compile-time option + From: Gisle Aas + Date: 23 Jan 2006 02:12:04 -0800 + Message-ID: + + Subject: RE: SPRINTF_RETURNS_STRLEN isn't really a compile-time option + From: "Jan Dubois" + Date: Mon, 23 Jan 2006 11:30:51 -0800 + Message-ID: <008001c62053$86adf680$2217a8c0@candy> + Branch: perl + ! makedef.pl perl.c +____________________________________________________________________________ +[ 26933] By: rgs on 2006/01/23 19:24:06 + Log: More work on perldelta + Branch: perl + ! pod/perl593delta.pod +____________________________________________________________________________ +[ 26932] By: nicholas on 2006/01/23 19:06:41 + Log: constant_add_symbol needs to be static, else static builds can fail at + link time. (*How* many meanings is "static" overloaded with?) + Branch: perl + ! lib/ExtUtils/Constant/ProxySubs.pm +____________________________________________________________________________ +[ 26930] By: stevep on 2006/01/23 18:40:08 + Log: Subject: [PATCH] Tru64: -Uusedl: lib/ExtUtils/t/Embed.t + From: Jarkko Hietaniemi + Date: Mon, 23 Jan 2006 20:34:18 +0200 + Message-ID: <43D521AA.7030008@gmail.com> + Branch: perl + ! lib/ExtUtils/t/Embed.t +____________________________________________________________________________ +[ 26929] By: stevep on 2006/01/23 15:56:34 + Log: Upgrade to Pod-Simple-3.04 + Branch: perl + ! lib/Pod/Simple.pm lib/Pod/Simple/BlackBox.pm + ! lib/Pod/Simple/Search.pm +____________________________________________________________________________ +[ 26928] By: rgs on 2006/01/23 15:28:51 + Log: Now that change #26410 is reverted, mark as TODO the tests added + by change #26925. + Branch: perl + ! t/op/pat.t +____________________________________________________________________________ +[ 26927] By: rgs on 2006/01/23 15:18:30 + Log: Missing chunk in change #26926 + Branch: perl + ! t/op/taint.t +____________________________________________________________________________ +[ 26926] By: rgs on 2006/01/23 15:18:10 + Log: Revert change 26410, marking the test that was added there as TODO. + See the thread : + Subject: LVALUE m//g (was Re: au revoir ...) + From: Nicholas Clark + Date: Jan 18, 2006 9:30 PM + Message-ID: <20060118203058.GQ616@plum.flirble.org> + Branch: perl + ! op.c +____________________________________________________________________________ +[ 26925] By: nicholas on 2006/01/23 15:11:11 + Log: Change the regression test added by 26410 to use test.pl; this makes + it easier to TODO if needed. + Add the TODO test provided by Rick Delaney, but not as TODO, because + change 26410 also made pos on LVALUE subroutines work for the first + time. + Branch: perl + ! t/op/pat.t t/op/taint.t +____________________________________________________________________________ +[ 26924] By: rgs on 2006/01/23 14:44:59 + Log: Un-const magic virtual tables; this consting breaks the nasty + things done by Swig, as noticed by Audrey. + Branch: perl + ! embed.fnc mg.c mg.h perl.h pod/perlapi.pod proto.h sv.c +____________________________________________________________________________ +[ 26923] By: stevep on 2006/01/23 14:35:52 + Log: Upgrade to CPAN-1.83_58 + Branch: perl + ! lib/CPAN.pm lib/CPAN/Debug.pm lib/CPAN/FirstTime.pm + ! lib/CPAN/HandleConfig.pm lib/CPAN/SIGNATURE + ! lib/CPAN/Version.pm lib/CPAN/t/vcmp.t +____________________________________________________________________________ +[ 26922] By: gisle on 2006/01/23 12:33:02 + Log: Avoid warning with MS Visual C compiler. + Encode.xs(443) : warning C4761: integral size mismatch in argument; conversion supplied + Branch: perl + ! ext/Encode/Encode.xs +____________________________________________________________________________ +[ 26921] By: gisle on 2006/01/23 09:57:10 + Log: Subject: Avoid most getprotobyname/number calls in IO::Socket::INET + From: Gisle Aas + Date: 18 Jan 2006 09:28:24 -0800 + Message-ID: + Branch: perl + ! ext/IO/lib/IO/Socket/INET.pm +____________________________________________________________________________ +[ 26919] By: craigb on 2006/01/21 17:05:07 + Log: Make Manifest.t do what is says it's doing. + Branch: perl + ! lib/ExtUtils/t/Manifest.t +____________________________________________________________________________ +[ 26918] By: mhx on 2006/01/21 15:31:06 + Log: Remove wrong cast to (void *), which fixes a gcc warning, and use + the return value of upg_version() at least once in the core. + Branch: perl + ! pp_ctl.c util.c +____________________________________________________________________________ +[ 26915] By: nicholas on 2006/01/20 10:12:12 + Log: Note 5.8.8-RC1 + Branch: perl + ! pod/perlhist.pod +____________________________________________________________________________ +[ 26914] By: mhx on 2006/01/19 18:44:34 + Log: Upgrade to Devel::PPPort 3.08 + Branch: perl + ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml + ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm + ! ext/Devel/PPPort/PPPort_pm.PL + ! ext/Devel/PPPort/parts/inc/ppphtest ext/Devel/PPPort/soak +____________________________________________________________________________ +[ 26913] By: craigb on 2006/01/19 04:55:19 + Log: find_perl() must be after environment initialization + Branch: perl + ! ext/Devel/PPPort/t/ppphtest.t +____________________________________________________________________________ +[ 26912] By: stevep on 2006/01/19 02:58:37 + Log: Fix hardcoded "/" in a filepath that causes ext/List/Util/t/p_tainted.t + to fail on VMS. + Branch: perl + ! ext/List/Util/t/p_tainted.t +____________________________________________________________________________ +[ 26911] By: stevep on 2006/01/19 02:32:06 + Log: Fix another concatenated filepath in a test for Digest::SHA. + Branch: perl + ! ext/Digest/SHA/t/6-dump-load.t +____________________________________________________________________________ +[ 26910] By: nicholas on 2006/01/18 23:52:20 + Log: Integrate 26847 from maint. + [Whoops, that was never the plan. Didn't realise which directory I was + in] + Branch: perl + !> AUTHORS Porting/Maintainers.pl +____________________________________________________________________________ +[ 26904] By: nicholas on 2006/01/18 18:02:17 + Log: Change 26410 caused a regression, with the RVALUE return value of + method calls now failing if bound to a global match. Add a TODO test. + Branch: perl + ! t/op/pat.t +____________________________________________________________________________ +[ 26903] By: gisle on 2006/01/18 14:43:14 + Log: Allow IPPROTO_ICMP and IPPROTO_UDP to be exported. + These were introduced in change 26897. + Branch: perl + ! ext/Socket/Socket.pm +____________________________________________________________________________ +[ 26902] By: gisle on 2006/01/18 14:41:17 + Log: Use the IPPROTO_TCP constant instead of 6. + Branch: perl + ! ext/Socket/t/Socket.t +____________________________________________________________________________ +[ 26901] By: steveh on 2006/01/18 14:23:09 + Log: Change all NEWSV() to newSV() in the core and non-dual-lived modules. + Keep NEWSV() itself for backwards-compatibility outside of the core, + but don't advertise it any more. + (cf. change #25101). + Branch: perl + ! av.c doio.c dump.c ext/ByteLoader/bytecode.h + ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs gv.c handy.h hv.c + ! mathoms.c op.c os2/OS2/REXX/REXX.xs pad.c perl.c perly.c + ! pod/perlapi.pod pod/perlembed.pod pp.c pp_ctl.c pp_hot.c + ! pp_pack.c pp_sys.c regexec.c scope.c sv.c toke.c + ! vms/ext/Stdio/Stdio.xs +____________________________________________________________________________ +[ 26900] By: stevep on 2006/01/18 13:32:09 + Log: Digest::SHA's t/2-nist-sha-oo.t has some path related problems on + VMS as well. + Branch: perl + ! ext/Digest/SHA/t/2-nist-sha-oo.t +____________________________________________________________________________ +[ 26899] By: stevep on 2006/01/18 13:09:10 + Log: Fixes for Digest::SHA. Replaced old ppport.h file with a new one + generated from Devel::PPPort 3.07. Also, fixed a UNIX-based path + element that caused test failures on VMS (reported by John E. Malmberg + ). + Branch: perl + ! ext/Digest/SHA/ppport.h ext/Digest/SHA/t/6-dump-load.t +____________________________________________________________________________ +[ 26897] By: gisle on 2006/01/18 11:57:07 + Log: Make sure the most common IPPROTO_* constants are always available. + These are well known numbers so it should not be a problem to + hardcode values when no constant is provided by the C library. + Ref . + + On some old glibc systems (eg Redhat 6) IPPROTO_TCP is an enum only + and this change workaround that problem as well. + Branch: perl + ! ext/Socket/Makefile.PL +____________________________________________________________________________ +[ 26893] By: gisle on 2006/01/18 10:12:14 + Log: Suppress "statement not reached" warning from the Sun C compiler. + Branch: perl + ! doio.c +____________________________________________________________________________ +[ 26892] By: rgs on 2006/01/18 10:06:24 + Log: Explain better how that test count works. + Branch: perl + ! t/comp/require.t +____________________________________________________________________________ +[ 26891] By: nicholas on 2006/01/18 10:02:19 + Log: New t/comp/require.t tests should go before the conditional exit. + Branch: perl + ! t/comp/require.t +____________________________________________________________________________ +[ 26889] By: craigb on 2006/01/18 05:12:10 + Log: special VMS handling no longer needed since we now close the file + Branch: perl + ! lib/File/Compare.t +____________________________________________________________________________ +[ 26885] By: rgs on 2006/01/17 21:45:37 + Log: Gisle points out that it's ok to ignore the return value of newSVrv. + Due to how embed.pl is implemented, this also has the unfortunate + side-effect of removing __attribute__malloc__ from the attributes of + this function, but given that the new pointer is stored elsewhere + anyway, this shouldn't impact what gcc could have optimized. + Branch: perl + ! embed.fnc proto.h +____________________________________________________________________________ +[ 26883] By: rgs on 2006/01/17 21:22:38 + Log: Regression test for change #26881 + Branch: perl + ! t/comp/require.t +____________________________________________________________________________ +[ 26881] By: rgs on 2006/01/17 19:03:51 + Log: The current OP that is tested in doeval() can be a require(), an + eval() or a do(). When we test whether OPf_SPECIAL is set on it, be + sure to take into account that it's the eval-related meaning of + OPf_SPECIAL we're testing for, not the require-related one. + Branch: perl + ! pp_ctl.c +____________________________________________________________________________ +[ 26878] By: rgs on 2006/01/17 16:15:15 + Log: Make the description of $^M in perlvar a bit more clear + w.r.t. cross-references to the INSTALL document. (spotted + by Stas Bekman) + Branch: perl + ! pod/perlvar.pod +____________________________________________________________________________ +[ 26877] By: rgs on 2006/01/17 16:08:47 + Log: Subject: Re: [PATCH] Updated README.macosx + From: Sherm Pendley + Date: Mon, 16 Jan 2006 16:53:23 -0500 + Message-Id: <619C9A5D-972F-4B90-A99A-B4B6D04C584D@dot-app.org> + Branch: perl + ! README.macosx +____________________________________________________________________________ +[ 26871] By: gisle on 2006/01/17 11:37:54 + Log: More readable MEM_WRAP_CHECK_1() macro. + This form also avoids the "dead part of constant expression is nonconstant" + warning from the Sun Studio 10 compiler. + Branch: perl + ! README.solaris handy.h +____________________________________________________________________________ +[ 26870] By: craigb on 2006/01/17 04:03:01 + Log: Dots in directory names aren't nice on VMS. + Branch: perl + ! lib/Archive/Tar/t/04_resolved_issues.t +____________________________________________________________________________ +[ 26869] By: craigb on 2006/01/17 03:28:20 + Log: more case tolerance for vms/ext/filespec.t + Branch: perl + ! vms/ext/filespec.t +____________________________________________________________________________ +[ 26868] By: stevep on 2006/01/16 22:31:52 + Log: Don't warn about a directory being closed in the DESTROY for + IO::Dir. + Branch: perl + ! ext/IO/lib/IO/Dir.pm +____________________________________________________________________________ +[ 26867] By: rgs on 2006/01/16 19:16:58 + Log: defined %foo::bar:: wasn't working like it used to do in evals + (and, consequently, when require'ing modules.) + Branch: perl + ! t/op/stash.t toke.c +____________________________________________________________________________ +[ 26866] By: mhx on 2006/01/16 18:13:28 + Log: Upgrade to Devel::PPPort 3.07 + Branch: perl + + ext/Devel/PPPort/parts/base/5008007 + + ext/Devel/PPPort/parts/base/5009003 + + ext/Devel/PPPort/parts/inc/Sv_set + + ext/Devel/PPPort/parts/inc/memory + + ext/Devel/PPPort/parts/inc/variables + + ext/Devel/PPPort/parts/todo/5008007 + + ext/Devel/PPPort/parts/todo/5009003 + + ext/Devel/PPPort/t/Sv_set.t ext/Devel/PPPort/t/memory.t + + ext/Devel/PPPort/t/variables.t + ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS + ! ext/Devel/PPPort/MANIFEST ext/Devel/PPPort/META.yml + ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm + ! ext/Devel/PPPort/PPPort.xs 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/devel/buildperl.pl + ! ext/Devel/PPPort/devel/mkapidoc.sh + ! ext/Devel/PPPort/devel/mktodo ext/Devel/PPPort/devel/mktodo.pl + ! ext/Devel/PPPort/devel/scanprov 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/apidoc.fnc + ! ext/Devel/PPPort/parts/base/5004000 + ! ext/Devel/PPPort/parts/base/5004050 + ! ext/Devel/PPPort/parts/base/5006000 + ! ext/Devel/PPPort/parts/base/5007001 + ! ext/Devel/PPPort/parts/base/5008001 + ! ext/Devel/PPPort/parts/embed.fnc + ! ext/Devel/PPPort/parts/inc/MY_CXT + ! ext/Devel/PPPort/parts/inc/SvPV + ! 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/misc + ! ext/Devel/PPPort/parts/inc/newCONSTSUB + ! ext/Devel/PPPort/parts/inc/newRV + ! ext/Devel/PPPort/parts/inc/ppphbin + ! ext/Devel/PPPort/parts/inc/ppphdoc + ! ext/Devel/PPPort/parts/inc/ppphtest + ! ext/Devel/PPPort/parts/inc/sv_xpvf + ! ext/Devel/PPPort/parts/inc/threads + ! ext/Devel/PPPort/parts/inc/uv + ! ext/Devel/PPPort/parts/inc/version + ! ext/Devel/PPPort/parts/ppptools.pl + ! ext/Devel/PPPort/parts/todo/5004000 + ! ext/Devel/PPPort/parts/todo/5007001 + ! ext/Devel/PPPort/parts/todo/5008001 + ! ext/Devel/PPPort/ppport_h.PL ext/Devel/PPPort/soak + ! ext/Devel/PPPort/t/misc.t ext/Devel/PPPort/t/ppphtest.t + ! ext/Devel/PPPort/t/testutil.pl ext/Devel/PPPort/typemap +____________________________________________________________________________ +[ 26863] By: rgs on 2006/01/16 14:09:29 + Log: Upgrade to Encode 2.14 + Branch: perl + + ext/Encode/t/from_to.t + ! MANIFEST ext/Encode/AUTHORS ext/Encode/Changes + ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/MANIFEST + ! ext/Encode/META.yml ext/Encode/bin/enc2xs + ! ext/Encode/encoding.pm ext/Encode/lib/Encode/CN/HZ.pm + ! ext/Encode/lib/Encode/MIME/Header.pm + ! ext/Encode/t/mime-header.t ext/Encode/ucm/8859-7.ucm +____________________________________________________________________________ +[ 26861] By: nicholas on 2006/01/16 13:10:06 + Log: Teach checkAUTHORS about all the authors in 5.8.2-5.8.8, and any others + whose e-mail address I recognise. + Branch: perl + ! Porting/checkAUTHORS.pl +____________________________________________________________________________ +[ 26859] By: rgs on 2006/01/16 12:07:34 + Log: Add new directories from C::Zlib to make clean + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 26858] By: rgs on 2006/01/16 11:13:54 + Log: Subject: [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.83_55.tar.gz + From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig) + Date: Sat, 14 Jan 2006 12:57:48 +0100 + Message-ID: <87u0c7yqbn.fsf@k75.linux.bogus> + Branch: perl + ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm + ! lib/CPAN/SIGNATURE lib/CPAN/bin/cpan +____________________________________________________________________________ +[ 26857] By: craigb on 2006/01/14 16:45:56 + Log: Give up on through.t on VMS for now -- no can do with current + pipe implementation. + Branch: perl + ! t/io/through.t +____________________________________________________________________________ +[ 26856] By: nicholas on 2006/01/14 12:49:31 + Log: Can now count the patches committed with --thanks-applied. + Changes5.8's top 3: + 3332: jhi + 321: ams + 60: nick + Branch: perl + ! Porting/checkAUTHORS.pl +____________________________________________________________________________ +[ 26855] By: nicholas on 2006/01/14 12:35:58 + Log: Oops. When the e-mail address came first, or there was no name with it, + checkAUTHORS.pl wasn't recognising it, which caused the change to be + attributed to the committer rather than the author. This now reveals + several people "missing" from the AUTHORS file. + Branch: perl + ! Porting/checkAUTHORS.pl +____________________________________________________________________________ +[ 26854] By: nicholas on 2006/01/14 12:25:15 + Log: Some reordering and one new address for Stéphane Payrard + Branch: perl + ! Porting/checkAUTHORS.pl +____________________________________________________________________________ +[ 26853] By: nicholas on 2006/01/14 12:20:19 + Log: Teach checkAUTHORS.pl about everyone in Changes5.8.[2-8], adding to + AUTHORS where necessary. + Branch: perl + ! AUTHORS Porting/checkAUTHORS.pl +____________________________________________________________________________ +[ 26852] By: nicholas on 2006/01/14 11:54:09 + Log: Add Ken Hirsch to AUTHORS. + Branch: perl + ! AUTHORS +____________________________________________________________________________ +[ 26850] By: nicholas on 2006/01/14 11:39:42 + Log: e-mail update from Phil Lobbes + Branch: perl + ! AUTHORS Porting/checkAUTHORS.pl +____________________________________________________________________________ +[ 26849] By: rgs on 2006/01/14 10:26:15 + Log: Perldelta nits by Jim Cromie + Branch: perl + ! pod/perl593delta.pod +____________________________________________________________________________ +[ 26846] By: rgs on 2006/01/14 08:49:12 + Log: Adapt test.valgrind make target to recent valgrinds (3.x) + by Jim Cromie + Branch: perl + ! t/TEST +____________________________________________________________________________ +[ 26845] By: craigb on 2006/01/14 05:16:27 + Log: Friday the 13th, Part II. Don't call SYS$GETJPI with fancy case + lookup stuff on older systems that don't know what it means (broken + in #25306). + Branch: perl + ! vms/vms.c +____________________________________________________________________________ +[ 26844] By: craigb on 2006/01/14 05:02:38 + Log: Eek. #25783 broke all pre-v8.2 VMS builds. Undo all the bits + having to do with dirent, opendir, etc. Must be Friday the 13th. + Branch: perl + ! configure.com vms/vms.c vms/vmsish.h +____________________________________________________________________________ +[ 26838] By: nicholas on 2006/01/13 21:44:47 + Log: checkAUTHORS.pl --rank would loop infinitely on an empty results array. + Branch: perl + ! Porting/checkAUTHORS.pl +____________________________________________________________________________ +[ 26835] By: stevep on 2006/01/13 19:31:19 + Log: Additional tests for RT #38207: "Useless localization of constant ($[) + in getopts.pl". + Branch: perl + ! t/op/local.t +____________________________________________________________________________ +[ 26831] By: nicholas on 2006/01/13 18:10:55 + Log: Subject: Re: Today's compiling adventure + From: Ken Hirsch + Message-ID: <43C69F48.7090600@ftml.net> + Date: Thu, 12 Jan 2006 13:26:16 -0500 + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 26826] By: rgs on 2006/01/13 17:32:31 + Log: More perldelta work + Branch: perl + ! pod/perl593delta.pod +____________________________________________________________________________ +[ 26824] By: nicholas on 2006/01/13 17:08:13 + Log: $utf8::VERSION++ # Documentation. + Branch: perl + ! lib/utf8.pm +____________________________________________________________________________ +[ 26819] By: rgs on 2006/01/13 14:50:32 + Log: Fix internal links in POD. + Branch: perl + ! lib/utf8.pm +____________________________________________________________________________ +[ 26817] By: nicholas on 2006/01/13 14:02:00 + Log: More $VERSION bumps. + Branch: perl + ! ext/PerlIO/via/via.pm lib/Attribute/Handlers.pm lib/Switch.pm +____________________________________________________________________________ +[ 26816] By: rgs on 2006/01/13 13:47:52 + Log: Better wording for change 26796. Plus, make podchecker happy. + Branch: perl + ! lib/PerlIO.pm +____________________________________________________________________________ +[ 26815] By: gisle on 2006/01/13 12:10:28 + Log: Fix [perl #38223]; _IOC_SIZE() not always safe. + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 26814] By: rgs on 2006/01/13 09:22:14 + Log: Add a link to the Opcode doc in Safe. + (see RT CPAN ticket #8579) + Branch: perl + ! ext/Opcode/Safe.pm +____________________________________________________________________________ +[ 26813] By: craigb on 2006/01/13 01:12:44 + Log: Assorted VMS-only MakeMaker fixes for blead + Branch: perl + ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm + ! lib/ExtUtils/t/FIRST_MAKEFILE.t lib/ExtUtils/t/basic.t +____________________________________________________________________________ +[ 26812] By: rgs on 2006/01/12 23:11:16 + Log: Make h2ph recognize (and skip) const and __const__ in C function + prototypes. This makes it produce better files on linux-sparc64. + Branch: perl + ! utils/h2ph.PL +____________________________________________________________________________ +[ 26809] By: nicholas on 2006/01/12 20:03:51 + Log: Upgrade to Devel::PPPort 3.06_01 + Branch: perl + ! ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS + ! ext/Devel/PPPort/META.yml ext/Devel/PPPort/PPPort.pm + ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/PPPort_pm.PL + ! ext/Devel/PPPort/devel/buildperl.pl + ! ext/Devel/PPPort/devel/mkapidoc.sh ext/Devel/PPPort/mktests.PL + ! ext/Devel/PPPort/parts/apicheck.pl + ! ext/Devel/PPPort/parts/apidoc.fnc + ! ext/Devel/PPPort/parts/base/5006000 + ! ext/Devel/PPPort/parts/base/5009002 + ! ext/Devel/PPPort/parts/embed.fnc + ! ext/Devel/PPPort/parts/inc/MY_CXT + ! ext/Devel/PPPort/parts/inc/SvPV + ! ext/Devel/PPPort/parts/inc/format + ! ext/Devel/PPPort/parts/inc/grok + ! ext/Devel/PPPort/parts/inc/misc + ! ext/Devel/PPPort/parts/inc/newCONSTSUB + ! ext/Devel/PPPort/parts/inc/ppphbin + ! ext/Devel/PPPort/parts/inc/ppphdoc + ! ext/Devel/PPPort/parts/inc/ppphtest + ! ext/Devel/PPPort/parts/inc/version + ! ext/Devel/PPPort/parts/ppptools.pl + ! ext/Devel/PPPort/parts/todo/5004040 + ! ext/Devel/PPPort/parts/todo/5005000 + ! ext/Devel/PPPort/parts/todo/5006000 + ! ext/Devel/PPPort/ppport_h.PL ext/Devel/PPPort/soak + ! ext/Devel/PPPort/t/newCONSTSUB.t ext/Devel/PPPort/t/ppphtest.t +____________________________________________________________________________ +[ 26808] By: merijn on 2006/01/12 19:54:57 + Log: Add new mpeix file from #26807 + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 26807] By: merijn on 2006/01/12 19:52:01 + Log: Subject: Re: Today's compiling adventure + From: Ken Hirsch + Date: Thu, 12 Jan 2006 13:26:16 -0500 + Message-ID: <43C69F48.7090600@ftml.net> + Branch: perl + + mpeix/mpeix_setjmp.c + ! README.mpeix hints/mpeix.sh mpeix/mpeix.c mpeix/mpeixish.h + ! pp_sys.c +____________________________________________________________________________ +[ 26805] By: nicholas on 2006/01/12 19:09:19 + Log: $Socket::VERSION++; # You always miss one. + Branch: perl + ! ext/Socket/Socket.pm +____________________________________________________________________________ +[ 26804] By: nicholas on 2006/01/12 18:44:49 + Log: Bump $VERSION in many modules that have changed. + Branch: perl + ! ext/File/Glob/Glob.pm ext/GDBM_File/GDBM_File.pm + ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm + ! ext/Opcode/Opcode.pm ext/Opcode/ops.pm + ! ext/SDBM_File/SDBM_File.pm ext/XS/Typemap/Typemap.pm + ! ext/attrs/attrs.pm ext/re/re.pm ext/threads/shared/shared.pm + ! lib/DB.pm lib/Dumpvalue.pm lib/English.pm lib/File/Copy.pm + ! lib/FileCache.pm lib/Pod/Functions.pm lib/Pod/Html.pm + ! lib/Term/ReadLine.pm lib/Tie/Hash.pm lib/Unicode/UCD.pm + ! lib/User/grent.pm lib/blib.pm lib/diagnostics.pm + ! lib/overload.pm lib/vmsish.pm lib/warnings.pm + ! lib/warnings/register.pm os2/OS2/PrfDB/PrfDB.pm + ! os2/OS2/Process/Process.pm os2/OS2/REXX/REXX.pm warnings.pl +____________________________________________________________________________ +[ 26803] By: rgs on 2006/01/12 15:40:53 + Log: Don't warn when localizing $[ + Branch: perl + ! op.c t/lib/warnings/op +____________________________________________________________________________ +[ 26802] By: rgs on 2006/01/12 13:47:59 + Log: Subject: [perl #38205] misleading typo in perlfaq8 + From: erik@cs.uni-jena.de (via RT) + Date: Wed, 11 Jan 2006 14:56:28 -0800 + Message-ID: + Branch: perl + ! pod/perlfaq8.pod +____________________________________________________________________________ +[ 26801] By: rgs on 2006/01/12 13:36:05 + Log: FAQ sync. + Branch: perl + ! pod/perlfaq.pod pod/perlfaq2.pod +____________________________________________________________________________ +[ 26800] By: rgs on 2006/01/12 13:25:15 + Log: Subject: [PATCH] Compress::Zlib + From: "Paul Marquess" + Date: Thu, 12 Jan 2006 13:20:58 -0000 + Message-ID: <020d01c6177b$087b1c60$4c05140a@myopwv.com> + Branch: perl + ! ext/Compress/Zlib/t/16oneshot-gzip-only.t + ! ext/Compress/Zlib/t/16oneshot-zip-only.t +____________________________________________________________________________ +[ 26799] By: rgs on 2006/01/12 11:20:27 + Log: Subject: Re: cloning and foo_dup functions + From: Yitzchak Scott-Thoennes + Date: Thu, 12 Jan 2006 01:41:18 -0800 + Message-ID: <20060112094118.GA1432@efn.org> + Branch: perl + ! embed.fnc pod/perltodo.pod proto.h +____________________________________________________________________________ +[ 26798] By: rgs on 2006/01/12 11:02:45 + Log: Test comment fix by Dominic Dunlop + Branch: perl + ! lib/locale.t +____________________________________________________________________________ +[ 26797] By: rgs on 2006/01/12 10:13:27 + Log: Typo fix. + Branch: perl + ! pod/perlvar.pod +____________________________________________________________________________ +[ 26796] By: nicholas on 2006/01/11 22:41:04 + Log: Subject: [PATCH] fix for :crlf example + From: Xavier Noria + Message-Id: <0F64C146-3A80-4FDF-8149-AFB35B3C4D3B@hashref.com> + Date: Wed, 11 Jan 2006 23:11:49 +0100 + + plus bump its $VERSION + Branch: perl + ! lib/PerlIO.pm +____________________________________________________________________________ +[ 26795] By: gisle on 2006/01/11 21:09:19 + Log: A few more places that can use hv_fetchs(). + Ref change 26676. + Branch: perl + ! ext/POSIX/POSIX.xs gv.c mg.c pp_ctl.c toke.c universal.c + ! utf8.c util.c +____________________________________________________________________________ +[ 26793] By: merijn on 2006/01/11 21:02:14 + Log: Cygwin issue (26792) and patchlevel (26790) + + Subject: Re: Cygwin status, maint and blead + From: Yitzchak Scott-Thoennes + Date: Fri, 6 Jan 2006 13:47:10 -0800 + Message-ID: <20060106214710.GA592@efn.org> + + Subject: Re: Cygwin status, maint and blead + From: Yitzchak Scott-Thoennes + Date: Thu, 10 Nov 2005 00:46:33 -0800 + Message-ID: <20051110084633.GA3364@efn.org> + Branch: perl + ! Configure +____________________________________________________________________________ +[ 26791] By: gisle on 2006/01/11 20:50:30 + Log: Make $( and $) list the groups in the order they + are returned from the OS. Linux seems to return + the gids sorted and it seemed wrong for perl to + reverse this order. + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 26789] By: stevep on 2006/01/11 19:07:04 + Log: Subject: Re: [PATCH] Mac OS X 10.4.4 (Darwin 8.4.0) still does not fix locale issue + From: Dominic Dunlop + Date: Wed, 11 Jan 2006 19:52:20 +0100 + Message-Id: + Branch: perl + ! lib/locale.t +____________________________________________________________________________ +[ 26787] By: nicholas on 2006/01/11 14:47:04 + Log: Refactor S_vdie_common so that Perl_vwarn can use it too. + Branch: perl + ! embed.fnc embed.h proto.h util.c +____________________________________________________________________________ +[ 26786] By: gisle on 2006/01/11 14:23:28 + Log: Get rid of the following gcc format warnings by simplifying the + getgroups implementation: + + mg.c: In function Perl_magic_get': + mg.c:1008: warning: long unsigned int format, gid_t arg (arg 3) + mg.c:1014: warning: long unsigned int format, gid_t arg (arg 3) + mg.c:1025: warning: long unsigned int format, unsigned int arg (arg 3) + + Since we already cast the numeric Gid_t values to an IV it should not + be too risky to also cast the Group_t values. Converting these values + with Gid_t_f wasn't quite right anyway. + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 26785] By: steveh on 2006/01/11 14:07:47 + Log: Clean up temp files/dirs left by Archive-Tar tests + + Part of this reinstates change 25043 which was mistakenly removed + by change 25312 + Branch: perl + ! lib/Archive/Tar/t/02_methods.t lib/Archive/Tar/t/99_clean.t +____________________________________________________________________________ +[ 26784] By: rgs on 2006/01/11 12:52:27 + Log: Make description of new warning introduced in change 26780 more precise + Branch: perl + ! pod/perldiag.pod +____________________________________________________________________________ +[ 26783] By: steveh on 2006/01/11 12:31:26 + Log: Clean up libdirs left behind by new Compress-Zlib + Branch: perl + ! win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 26782] By: stevep on 2006/01/11 12:25:24 + Log: Subject: Fw: CPAN Upload: S/SA/SAPER/Sys-Syslog-0.13.tar.gz + From: Sébastien Aperghis-Tramoni + Date: Wed, 11 Jan 2006 02:13:31 +0100 + Message-ID: <1136942011.43c45bbb82dce@imp1-g19.free.fr> + Branch: perl + ! ext/Sys/Syslog/Changes ext/Sys/Syslog/Syslog.pm +____________________________________________________________________________ +[ 26781] By: nicholas on 2006/01/11 12:11:03 + Log: Gisle notes that SvRTRIM should also write a new '\0' at the end. + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 26780] By: stevep on 2006/01/11 11:53:07 + Log: Fix the new warning created with version-0.53 + Branch: perl + ! pod/perldiag.pod util.c +____________________________________________________________________________ +[ 26779] By: gisle on 2006/01/11 09:52:18 + Log: Make setting 'PL_origalen = 1' before perl_parse() disable + argv[0] munging when $0 is assigned to. + Branch: perl + ! mg.c perl.c pod/perlembed.pod +____________________________________________________________________________ +[ 26778] By: steveh on 2006/01/11 09:04:38 + Log: Bleadperl's Win32::Win32 is more recent than the current CPAN release + of libwin32 (0.26), so bump the $VERSION a little + Branch: perl + ! win32/ext/Win32/Win32.pm +____________________________________________________________________________ +[ 26777] By: stevep on 2006/01/11 03:22:57 + Log: Upgrade to version-0.53 + Branch: perl + ! lib/version.pm lib/version.t util.c +____________________________________________________________________________ +[ 26774] By: nicholas on 2006/01/10 17:46:15 + Log: s/superceded/superseded/g + Branch: perl + ! Changes5.004 Changes5.6 handy.h pod/perlapi.pod +____________________________________________________________________________ +[ 26773] By: nicholas on 2006/01/10 16:59:25 + Log: Subject: Re: Sys::Syslog blows up rather spectacularly on Solaris + From: Alan Burlison + Message-ID: <43C3D80E.20704@sun.com> + Date: Tue, 10 Jan 2006 15:51:42 +0000 + Branch: perl + ! ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/t/constants.t +____________________________________________________________________________ +[ 26772] By: nicholas on 2006/01/10 16:36:03 + Log: Gisle is correct - $host needs to stay in case the user sets it + themselves. But if the user doesn't, default to INADDR_LOOPBACK. + Branch: perl + ! ext/Sys/Syslog/Syslog.pm +____________________________________________________________________________ +[ 26770] By: merijn on 2006/01/10 15:16:03 + Log: 1. Make HP C-ANSI-C work on Itanium2 (HP-UX 11.23) + broken optimizer + 2. Remove a compiler warning in a try program + Branch: perl + ! hints/hpux.sh +____________________________________________________________________________ +[ 26769] By: nicholas on 2006/01/10 15:09:07 + Log: Why should Syslog jump through hoops to look up the hostname so it can + immediately convert it to an IP address, when all it really wants is + a connection to the loopback device? + Branch: perl + ! ext/Sys/Syslog/Syslog.pm +____________________________________________________________________________ +[ 26768] By: gisle on 2006/01/10 14:32:43 + Log: If getservbyname fails tell what service the lookup + attempt tried to use. + Branch: perl + ! ext/Sys/Syslog/Syslog.pm +____________________________________________________________________________ +[ 26767] By: nicholas on 2006/01/10 13:24:26 + Log: Missing an initialisation, as spotted by Merijn's HP compiler. + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 26766] By: rgs on 2006/01/10 13:20:52 + Log: Remove Syslog tests that use external modules + Branch: perl + - ext/Sys/Syslog/t/distchk.t ext/Sys/Syslog/t/pod.t + - ext/Sys/Syslog/t/podcover.t ext/Sys/Syslog/t/podspell.t + - ext/Sys/Syslog/t/portfs.t + ! MANIFEST +____________________________________________________________________________ +[ 26765] By: gisle on 2006/01/10 11:41:24 + Log: Move initialization of old values prior to moreswitches() + closer to their use and together with 'switches_done'. + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 26764] By: rgs on 2006/01/10 10:51:16 + Log: Subject: [PATCH] It's the Barbie bus patch + From: Andy Lester + Date: Mon, 9 Jan 2006 23:42:43 -0600 + Message-ID: <20060110054243.GA26165@petdance.com> + Branch: perl + ! av.c doio.c embed.fnc embed.h gv.c hv.c mg.c op.c pad.c + ! pp_ctl.c pp_hot.c pp_sys.c proto.h reentr.c reentr.h regcomp.c + ! regexec.c sv.c toke.c uconfig.sh util.c +____________________________________________________________________________ +[ 26762] By: gisle on 2006/01/10 10:10:10 + Log: Remove stale date. + Branch: perl + ! pod/perlembed.pod +____________________________________________________________________________ +[ 26761] By: rgs on 2006/01/10 10:05:26 + Log: Subject: [PATCH] Compress::Zlib becomes zlib agnostic + From: "Paul Marquess" + Date: Mon, 9 Jan 2006 20:25:00 -0000 + Message-ID: <002101c6155a$c5886c90$1340100a@myopwv.com> + Branch: perl + + ext/Compress/Zlib/lib/Compress/Zip/Constants.pm + + ext/Compress/Zlib/lib/CompressPlugin/Deflate.pm + + ext/Compress/Zlib/lib/CompressPlugin/Identity.pm + + ext/Compress/Zlib/lib/IO/Compress/Base.pm + + ext/Compress/Zlib/lib/IO/Compress/Zip.pm + + ext/Compress/Zlib/lib/IO/Uncompress/AnyUncompress.pm + + ext/Compress/Zlib/lib/IO/Uncompress/Base.pm + + ext/Compress/Zlib/lib/IO/Uncompress/Unzip.pm + + ext/Compress/Zlib/lib/UncompressPlugin/Identity.pm + + ext/Compress/Zlib/lib/UncompressPlugin/Inflate.pm + + ext/Compress/Zlib/t/04generic-deflate.t + + ext/Compress/Zlib/t/04generic-gzip.t + + ext/Compress/Zlib/t/04generic-rawdeflate.t + + ext/Compress/Zlib/t/04generic-zip.t + + ext/Compress/Zlib/t/04zlib-generic-deflate.t + + ext/Compress/Zlib/t/04zlib-generic-gzip.t + + ext/Compress/Zlib/t/04zlib-generic-rawdeflate.t + + ext/Compress/Zlib/t/04zlib-generic-zip.t + + ext/Compress/Zlib/t/12any-deflate.t + + ext/Compress/Zlib/t/12any-gzip.t + + ext/Compress/Zlib/t/12any-rawdeflate.t + + ext/Compress/Zlib/t/12any-transparent.t + + ext/Compress/Zlib/t/12any-zip.t + + ext/Compress/Zlib/t/13prime-deflate.t + + ext/Compress/Zlib/t/13prime-gzip.t + + ext/Compress/Zlib/t/13prime-rawdeflate.t + + ext/Compress/Zlib/t/13prime-zip.t + + ext/Compress/Zlib/t/15multi-deflate.t + + ext/Compress/Zlib/t/15multi-gzip.t + + ext/Compress/Zlib/t/15multi-rawdeflate.t + + ext/Compress/Zlib/t/15multi-zip.t + + ext/Compress/Zlib/t/16oneshot-deflate.t + + ext/Compress/Zlib/t/16oneshot-gzip-only.t + + ext/Compress/Zlib/t/16oneshot-gzip.t + + ext/Compress/Zlib/t/16oneshot-rawdeflate.t + + ext/Compress/Zlib/t/16oneshot-zip-only.t + + ext/Compress/Zlib/t/16oneshot-zip.t + + ext/Compress/Zlib/t/19destroy-deflate.t + + ext/Compress/Zlib/t/19destroy-gzip.t + + ext/Compress/Zlib/t/19destroy-rawdeflate.t + + ext/Compress/Zlib/t/19destroy-zip.t + + ext/Compress/Zlib/t/20tied-deflate.t + + ext/Compress/Zlib/t/20tied-gzip.t + + ext/Compress/Zlib/t/20tied-rawdeflate.t + + ext/Compress/Zlib/t/20tied-zip.t + + ext/Compress/Zlib/t/21newtied-deflate.t + + ext/Compress/Zlib/t/21newtied-gzip.t + + ext/Compress/Zlib/t/21newtied-rawdeflate.t + + ext/Compress/Zlib/t/21newtied-zip.t + + ext/Compress/Zlib/t/22merge-deflate.t + + ext/Compress/Zlib/t/22merge-gzip.t + + ext/Compress/Zlib/t/22merge-rawdeflate.t + + ext/Compress/Zlib/t/22merge-zip.t + + ext/Compress/Zlib/t/25anyunc-deflate.t + + ext/Compress/Zlib/t/25anyunc-gzip.t + + ext/Compress/Zlib/t/25anyunc-rawdeflate.t + + ext/Compress/Zlib/t/25anyunc-transparent.t + + ext/Compress/Zlib/t/25anyunc-zip.t ext/Compress/Zlib/t/99pod.t + + t/lib/compress/ZlibTestUtils.pm t/lib/compress/any.pl + + t/lib/compress/anyunc.pl t/lib/compress/destroy.pl + + t/lib/compress/generic.pl t/lib/compress/merge.pl + + t/lib/compress/multi.pl t/lib/compress/newtied.pl + + t/lib/compress/oneshot.pl t/lib/compress/prime.pl + + t/lib/compress/tied.pl t/lib/compress/truncate.pl + + t/lib/compress/zlib-generic.pl + - ext/Compress/Zlib/t/04def.t ext/Compress/Zlib/t/12any.t + - ext/Compress/Zlib/t/13prime.t ext/Compress/Zlib/t/15multi.t + - ext/Compress/Zlib/t/16oneshot.t + - ext/Compress/Zlib/t/19destroy.t ext/Compress/Zlib/t/20tied.t + - ext/Compress/Zlib/t/21newtied.t ext/Compress/Zlib/t/22merge.t + - t/lib/ZlibTestUtils.pm + ! MANIFEST ext/Compress/Zlib/Changes + ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/README + ! ext/Compress/Zlib/Zlib.pm ext/Compress/Zlib/Zlib.xs + ! ext/Compress/Zlib/lib/Compress/Gzip/Constants.pm + ! ext/Compress/Zlib/lib/Compress/Zlib/Common.pm + ! ext/Compress/Zlib/lib/Compress/Zlib/FileConstants.pm + ! ext/Compress/Zlib/lib/Compress/Zlib/ParseParameters.pm + ! ext/Compress/Zlib/lib/File/GlobMapper.pm + ! ext/Compress/Zlib/lib/IO/Compress/Deflate.pm + ! ext/Compress/Zlib/lib/IO/Compress/Gzip.pm + ! ext/Compress/Zlib/lib/IO/Compress/RawDeflate.pm + ! ext/Compress/Zlib/lib/IO/Uncompress/AnyInflate.pm + ! ext/Compress/Zlib/lib/IO/Uncompress/Gunzip.pm + ! ext/Compress/Zlib/lib/IO/Uncompress/Inflate.pm + ! ext/Compress/Zlib/lib/IO/Uncompress/RawInflate.pm + ! ext/Compress/Zlib/pod/FAQ.pod ext/Compress/Zlib/ppport.h + ! ext/Compress/Zlib/t/01version.t ext/Compress/Zlib/t/02zlib.t + ! ext/Compress/Zlib/t/03zlib-v1.t + ! ext/Compress/Zlib/t/05examples.t + ! ext/Compress/Zlib/t/06gzsetp.t ext/Compress/Zlib/t/07bufsize.t + ! ext/Compress/Zlib/t/08encoding.t + ! ext/Compress/Zlib/t/09gziphdr.t ext/Compress/Zlib/t/10defhdr.t + ! ext/Compress/Zlib/t/11truncate.t + ! ext/Compress/Zlib/t/14gzopen.t ext/Compress/Zlib/t/17isize.t + ! ext/Compress/Zlib/t/18lvalue.t ext/Compress/Zlib/t/23misc.t + ! ext/Compress/Zlib/t/globmapper.t +____________________________________________________________________________ +[ 26760] By: gisle on 2006/01/10 08:58:21 + Log: Avoid possible dereference of NULL in the initialization of PL_origalen. + This can only happen when perlparse is called with no argv. + Don't try to update PL_origargv unless PL_origalen is at least 2. + Branch: perl + ! mg.c perl.c +____________________________________________________________________________ +[ 26759] By: craigb on 2006/01/10 04:28:25 + Log: Make FAKE,READONLY optional on VMS in test 21 + Branch: perl + ! ext/Devel/Peek/t/Peek.t +____________________________________________________________________________ +[ 26758] By: rgs on 2006/01/09 14:58:57 + Log: Add Digest::SHA to the Win32 makefiles + Branch: perl + ! win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 26757] By: rgs on 2006/01/09 14:42:18 + Log: Subject: Re: relaxing TEST restrictions (was: Re: 5.9.3 approaches) + From: Yitzchak Scott-Thoennes + Date: Mon, 9 Jan 2006 06:38:25 -0800 + Message-ID: <20060109143825.GB4132@efn.org> + Branch: perl + ! t/TEST +____________________________________________________________________________ +[ 26756] By: rgs on 2006/01/09 14:28:20 + Log: Subject: [patch] more about embed.fnc in perlguts + From: Jim Cromie + Date: Sun, 08 Jan 2006 11:35:46 -0700 + Message-ID: <43C15B82.9090309@gmail.com> + + (with a few nits) + Branch: perl + ! embed.fnc pod/perlguts.pod +____________________________________________________________________________ +[ 26755] By: stevep on 2006/01/09 14:27:07 + Log: Added standard core header to test cases for Digest::SHA + Branch: perl + ! ext/Digest/SHA/t/0-pod-coverage.t ext/Digest/SHA/t/0-pod.t + ! ext/Digest/SHA/t/1-exist.t ext/Digest/SHA/t/1-hello-world.t + ! ext/Digest/SHA/t/2-nist-sha-1.t + ! ext/Digest/SHA/t/2-nist-sha-224.t + ! ext/Digest/SHA/t/2-nist-sha-256.t + ! ext/Digest/SHA/t/2-nist-sha-384.t + ! ext/Digest/SHA/t/2-nist-sha-512.t + ! ext/Digest/SHA/t/2-nist-sha-base64.t + ! ext/Digest/SHA/t/2-nist-sha-oo.t + ! ext/Digest/SHA/t/2-nist-vectors-bit.t + ! ext/Digest/SHA/t/2-nist-vectors-byte.t + ! ext/Digest/SHA/t/3-gillogly-easy.t + ! ext/Digest/SHA/t/3-gillogly-hard.t + ! ext/Digest/SHA/t/4-bitstr-increasing.t + ! ext/Digest/SHA/t/4-bitstr-large.t + ! ext/Digest/SHA/t/4-bitstr-random.t + ! ext/Digest/SHA/t/5-hmac-fips198.t + ! ext/Digest/SHA/t/5-hmac-rfc2202.t + ! ext/Digest/SHA/t/5-hmac-sha-256.t + ! ext/Digest/SHA/t/5-hmac-woodbury.t + ! ext/Digest/SHA/t/6-dump-load.t ext/Digest/SHA/t/7-ireland.t +____________________________________________________________________________ +[ 26754] By: nicholas on 2006/01/09 14:10:34 + Log: POSIX and Fcntl both export the same constants derived from the same + C macros. Given that constants are now real inline and *defined*, + rather than merely declared and AUTOLOADed as needed, it is best that + POSIX quite litereally re-exports the constants defined by Fcntl. + Branch: perl + ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm +____________________________________________________________________________ +[ 26753] By: gisle on 2006/01/09 13:59:48 + Log: Restore hardcoded PERL_PATCHNUM removed in change 26672. + This is actually needed for the current Configure logic + to pick up the real patchnum from the .patch file. + Branch: perl + ! patchlevel.h +____________________________________________________________________________ +[ 26752] By: rgs on 2006/01/09 13:44:20 + Log: Upgrade to Sys::Syslog 0.12 + Branch: perl + ! ext/Sys/Syslog/Changes ext/Sys/Syslog/README + ! ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/t/constants.t + ! ext/Sys/Syslog/t/podspell.t +____________________________________________________________________________ +[ 26751] By: rgs on 2006/01/09 10:16:23 + Log: Subject: [PATCH] RE: Failing tests on VMS blead@26652 + From: "Paul Marquess" + Date: Sun, 8 Jan 2006 23:47:33 -0000 + Message-ID: <00cd01c614ad$e815d340$6401a8c0@myopwv.com> + Branch: perl + ! ext/Compress/Zlib/t/03zlib-v1.t ext/Compress/Zlib/t/04def.t + ! ext/Compress/Zlib/t/05examples.t + ! ext/Compress/Zlib/t/06gzsetp.t + ! ext/Compress/Zlib/t/08encoding.t + ! ext/Compress/Zlib/t/09gziphdr.t ext/Compress/Zlib/t/10defhdr.t + ! ext/Compress/Zlib/t/11truncate.t ext/Compress/Zlib/t/13prime.t + ! ext/Compress/Zlib/t/14gzopen.t ext/Compress/Zlib/t/15multi.t + ! ext/Compress/Zlib/t/16oneshot.t + ! ext/Compress/Zlib/t/19destroy.t ext/Compress/Zlib/t/20tied.t + ! ext/Compress/Zlib/t/21newtied.t ext/Compress/Zlib/t/22merge.t + ! ext/Compress/Zlib/t/23misc.t t/lib/ZlibTestUtils.pm +____________________________________________________________________________ +[ 26750] By: rgs on 2006/01/09 08:20:00 + Log: Revert change 26749 + Branch: perl + ! pod/perlvar.pod +____________________________________________________________________________ +[ 26749] By: davem on 2006/01/09 02:20:51 + Log: Subject: [PATCH] identifiers always in main (was: defining a _ function breaks File::Find) + From: Xavier Noria + Date: Sun, 23 Oct 2005 09:47:37 +0200 + Message-Id: + + clarify which variables are always forced into main:: + Branch: perl + ! pod/perlvar.pod +____________________________________________________________________________ +[ 26747] By: nicholas on 2006/01/08 22:43:15 + Log: Cope with change entries that are \r terminated + Branch: perl + ! Porting/genlog +____________________________________________________________________________ +[ 26745] By: craigb on 2006/01/08 22:37:47 + Log: follow-up to 26740, shasum --> shasum.com + Branch: perl + ! vms/descrip_mms.template +____________________________________________________________________________ +[ 26744] By: craigb on 2006/01/08 22:19:39 + Log: Grr. #26690 broke handling of old ODS-2 style names + on current versions of VMS + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 26743] By: craigb on 2006/01/08 22:14:13 + Log: VMS needs the meta-quoted version of $0 + Branch: perl + ! lib/Test/Simple/t/is_deeply_fail.t +____________________________________________________________________________ +[ 26740] By: rgs on 2006/01/08 21:42:59 + Log: Install shasum on Windows and VMS too + Branch: perl + ! vms/descrip_mms.template win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 26739] By: rgs on 2006/01/08 21:34:22 + Log: Subject: Re: [perl #38181] Default IO Layer is ignored in 3-argument open call + From: SADAHIRO Tomoyuki + Date: Mon, 09 Jan 2006 01:29:30 +0900 + Message-Id: <20060109012103.F20A.BQW10602@nifty.com> + Branch: perl + ! lib/open.pm pod/perlfunc.pod +____________________________________________________________________________ +[ 26737] By: nicholas on 2006/01/08 21:13:05 + Log: Update copyright with the 2 years where changes were made. + Branch: perl + ! pad.h +____________________________________________________________________________ +[ 26736] By: nicholas on 2006/01/08 20:41:25 + Log: Update the copyright years in the generated files, and nostdio.h + Branch: perl + ! keywords.h keywords.pl nostdio.h opcode.pl opnames.h +____________________________________________________________________________ +[ 26735] By: davem on 2006/01/08 20:41:16 + Log: document svt_copy, svt_dup and svt_local vtable slots + Branch: perl + ! pod/perlguts.pod +____________________________________________________________________________ +[ 26733] By: rgs on 2006/01/08 20:16:06 + Log: Add shasum (from Digest::SHA) to utils.lst + Branch: perl + ! utils.lst +____________________________________________________________________________ +[ 26732] By: nicholas on 2006/01/08 19:53:11 + Log: Update copyright years (including some years where we made changes but + did not update) + Branch: perl + ! av.c deb.c mathoms.c mg.h numeric.c pad.c patchlevel.h perl.h + ! perlvars.h perly.c run.c scope.c taint.c thread.h +____________________________________________________________________________ +[ 26726] By: nicholas on 2006/01/08 18:27:27 + Log: run pod/buildtoc --build-all + Branch: perl + ! MANIFEST pod/perltoc.pod vms/descrip_mms.template + ! win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 26725] By: nicholas on 2006/01/08 18:25:20 + Log: With VMS moving from [lib.pod] to [lib.pods] then pod/buildtoc needs + tweaking + Branch: perl + ! pod/buildtoc +____________________________________________________________________________ +[ 26713] By: nicholas on 2006/01/08 15:24:53 + Log: Add an option 'opened' which reports on the maintainers of all files + perforce currently has open. + Branch: perl + ! Porting/Maintainers.pm +____________________________________________________________________________ +[ 26710] By: craigb on 2006/01/08 13:33:43 + Log: pod2usage2.t is not readily portable to VMS either + Branch: perl + ! t/pod/pod2usage2.t +____________________________________________________________________________ +[ 26709] By: nicholas on 2006/01/08 13:15:30 + Log: Tweak the code that generates unique entries in @POSIX::EXPORT so that + the array ends up with shared hash key scalars, for a memory saving. + Branch: perl + ! ext/POSIX/POSIX.pm +____________________________________________________________________________ +[ 26708] By: merijn on 2006/01/08 12:27:29 + Log: Subject: [PATCH] blead: format warnings + Date: Sat, 07 Jan 2006 21:42:08 +0200 + From: Jarkko Hietaniemi + Message-ID: <43C01990.6020207@gmail.com> + Branch: perl + ! mg.c regcomp.c sv.c +____________________________________________________________________________ +[ 26707] By: merijn on 2006/01/08 09:53:56 + Log: Subject: [PATCH] hints/dec_osf.sh (Re: blead@26701 compilation warning from tru64 cc) + From: Jarkko Hietaniemi + Date: Sun, 08 Jan 2006 11:38:34 +0200 + Message-ID: <43C0DD9A.9080809@gmail.com> + Branch: perl + ! hints/dec_osf.sh +____________________________________________________________________________ +[ 26706] By: nicholas on 2006/01/08 08:33:46 + Log: Add utils/shasum.PL to MANIFEST + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 26705] By: nicholas on 2006/01/08 08:28:29 + Log: Add missing files in ext/Digest/SHA/src that somehow escaped the net. + Branch: perl + + ext/Digest/SHA/src/hmac.c ext/Digest/SHA/src/hmac.h + + ext/Digest/SHA/src/hmacxtra.c ext/Digest/SHA/src/sha.c + + ext/Digest/SHA/src/sha.h ext/Digest/SHA/src/sha64bit.c + + ext/Digest/SHA/src/sha64bit.h ext/Digest/SHA/src/shaxtra.c +____________________________________________________________________________ +[ 26704] By: stevep on 2006/01/08 04:17:08 + Log: Add Digest-SHA-5.32 for SHA-256 support for CPAN. + Branch: perl + + ext/Digest/SHA/Changes ext/Digest/SHA/Makefile.PL + + ext/Digest/SHA/README ext/Digest/SHA/SHA.pm + + ext/Digest/SHA/SHA.xs ext/Digest/SHA/bin/shasum + + ext/Digest/SHA/ppport.h ext/Digest/SHA/t/0-pod-coverage.t + + ext/Digest/SHA/t/0-pod.t ext/Digest/SHA/t/1-exist.t + + ext/Digest/SHA/t/1-hello-world.t + + ext/Digest/SHA/t/2-nist-sha-1.t + + ext/Digest/SHA/t/2-nist-sha-224.t + + ext/Digest/SHA/t/2-nist-sha-256.t + + ext/Digest/SHA/t/2-nist-sha-384.t + + ext/Digest/SHA/t/2-nist-sha-512.t + + ext/Digest/SHA/t/2-nist-sha-base64.t + + ext/Digest/SHA/t/2-nist-sha-oo.t + + ext/Digest/SHA/t/2-nist-vectors-bit.t + + ext/Digest/SHA/t/2-nist-vectors-byte.t + + ext/Digest/SHA/t/3-gillogly-easy.t + + ext/Digest/SHA/t/3-gillogly-hard.t + + ext/Digest/SHA/t/4-bitstr-increasing.t + + ext/Digest/SHA/t/4-bitstr-large.t + + ext/Digest/SHA/t/4-bitstr-random.t + + ext/Digest/SHA/t/5-hmac-fips198.t + + ext/Digest/SHA/t/5-hmac-rfc2202.t + + ext/Digest/SHA/t/5-hmac-sha-256.t + + ext/Digest/SHA/t/5-hmac-woodbury.t + + ext/Digest/SHA/t/6-dump-load.t ext/Digest/SHA/t/7-ireland.t + + ext/Digest/SHA/t/gillogly/state.011 + + ext/Digest/SHA/t/gillogly/state.110 + + ext/Digest/SHA/t/nist/COPYRIGHT + + ext/Digest/SHA/t/nist/Readme.txt + + ext/Digest/SHA/t/nist/bit-hashes.sha1 + + ext/Digest/SHA/t/nist/bit-messages.sha1 + + ext/Digest/SHA/t/nist/byte-hashes.sha1 + + ext/Digest/SHA/t/nist/byte-messages.sha1 + + ext/Digest/SHA/t/state/state.1 + + ext/Digest/SHA/t/state/state.256 + + ext/Digest/SHA/t/state/state.384 + + ext/Digest/SHA/t/state/state.512 ext/Digest/SHA/typemap + + utils/shasum.PL + ! MANIFEST Porting/Maintainers.pl utils/Makefile +____________________________________________________________________________ +[ 26703] By: craigb on 2006/01/07 22:12:16 + Log: Make v?snprintf available on VMS v7.3-2 and later and clean up + some other version-dependency checks. + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 26702] By: nicholas on 2006/01/07 20:42:57 + Log: Remove the greedy quantifier from inside the grouping (?:) so that it + and the greedy quantifier on the (?:) don't fight each other until the + C stack is exhausted. + Branch: perl + ! lib/Pod/Simple/BlackBox.pm +____________________________________________________________________________ +[ 26701] By: nicholas on 2006/01/07 17:19:29 + Log: Reorder Fcntl's bootstrapping so that the constants actually get + inlined within the functions that Fcntl defines. + Branch: perl + ! ext/Fcntl/Fcntl.pm +____________________________________________________________________________ +[ 26695] By: davem on 2006/01/07 03:13:08 + Log: preserve the referent associated with a shared RV. + its faster, and the user doesn't see a different address each time + for ref($sharedref). + Branch: perl + ! ext/threads/shared/shared.xs +____________________________________________________________________________ +[ 26694] By: stevep on 2006/01/07 03:13:05 + Log: Additional const prototype fixes. + Branch: perl + ! os2/os2.c wince/wince.c +____________________________________________________________________________ +[ 26693] By: davem on 2006/01/07 01:24:37 + Log: fix coredump on 'local $shared[N]' introduced by change #24942 + Branch: perl + ! ext/threads/shared/shared.xs +____________________________________________________________________________ +[ 26691] By: nicholas on 2006/01/06 23:57:55 + Log: Don't code the absolute number of tests for the UTF8/EBCDIC case; much + better to subtract the number of tests that don't get run. + Branch: perl + ! t/comp/require.t +____________________________________________________________________________ +[ 26690] By: craigb on 2006/01/06 23:16:30 + Log: Make VMS manifest checker handle multi-dot filenames on ODS-5 + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 26687] By: nicholas on 2006/01/06 22:19:47 + Log: Correct the typo in the description of change 24253 + Branch: perl + ! Changes +____________________________________________________________________________ +[ 26685] By: stevep on 2006/01/06 21:59:00 + Log: Upgrade to version-0.52 + Branch: perl + ! lib/version.pm lib/version.pod lib/version.t sv.c + ! t/op/sprintf.t util.c +____________________________________________________________________________ +[ 26684] By: davem on 2006/01/06 21:13:12 + Log: make ithreads shared vars smaller/quicker by eliminating shared_sv + struct. Also document how it works. + Branch: perl + ! ext/threads/shared/shared.xs ext/threads/shared/typemap +____________________________________________________________________________ +[ 26680] By: stevep on 2006/01/06 18:59:54 + Log: const'ing parameters killed the builds for djgpp. Changes get the + Perl core, but not the modules, to compile cleanly. + Branch: perl + ! djgpp/djgpp.c djgpp/djgpp.h +____________________________________________________________________________ +[ 26679] By: nicholas on 2006/01/06 18:29:57 + Log: Negating an unsigned value generates warnings for some compilers, so + cast it first. + Branch: perl + ! lib/ExtUtils/Constant/ProxySubs.pm +____________________________________________________________________________ +[ 26677] By: steveh on 2006/01/06 17:20:47 + Log: DBL_MAX and FLT_MAX are not constants in Borland C++ + + (Fixes BCC compilation error in POSIX introduced by change 26455) + Branch: perl + ! ext/POSIX/Makefile.PL +____________________________________________________________________________ +[ 26676] By: rgs on 2006/01/06 16:58:14 + Log: Subject: [PATCH] hv_fetchs() support + From: Andy Lester + Date: Fri, 6 Jan 2006 09:57:19 -0600 + Message-ID: <20060106155719.GB9035@petdance.com> + Branch: perl + ! doop.c handy.h hv.c malloc.c op.c pp_sys.c taint.c +____________________________________________________________________________ +[ 26675] By: rgs on 2006/01/06 15:50:34 + Log: Subject: [PATCH] sprinkle dVAR + From: Jarkko Hietaniemi + Date: Fri, 06 Jan 2006 16:18:53 +0200 + Message-ID: <43BE7C4D.1010302@gmail.com> + Branch: perl + ! av.c deb.c doio.c doop.c dump.c ext/threads/threads.xs gv.c + ! hv.c lib/ExtUtils/ParseXS.pm locale.c mathoms.c mg.c numeric.c + ! op.c opcode.h opcode.pl pad.c perl.c perl.h perl_keyword.pl + ! perlio.c perlvars.h perly.c pp.c pp_ctl.c pp_hot.c pp_pack.c + ! pp_sort.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c + ! taint.c toke.c universal.c utf8.c util.c xsutils.c +____________________________________________________________________________ +[ 26674] By: rgs on 2006/01/06 14:35:38 + Log: Subject: [PATCH] performance tweaking op.c + From: Andy Lester + Date: Fri, 6 Jan 2006 01:44:48 -0600 + Message-ID: <20060106074448.GB3401@petdance.com> + Branch: perl + ! op.c +____________________________________________________________________________ +[ 26673] By: gisle on 2006/01/06 14:00:14 + Log: Remove code duplicated a few lines above by change 19695. + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 26672] By: gisle on 2006/01/06 13:57:27 + Log: Move "DEVEL####" marker to the 'perl -v' output. + This avoids problem with using STRINGIFY in patchlevel.h + (ref msg <43BE4BAC.6010701@uk.radan.com> posted to p5p). + Branch: perl + ! patchlevel.h perl.c t/run/switches.t utils/perlbug.PL +____________________________________________________________________________ +[ 26671] By: stevep on 2006/01/06 13:04:44 + Log: Replacing broken call to savepvn() with savepvs() to get threaded + Cygwin to compile again. + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 26670] By: gisle on 2006/01/06 10:54:18 + Log: Make '-s' on the shebang line able to parse -foo=bar switches again. + This feature was broken by change 19695 some years ago + and integrated into perl-5.8.1. perl-5.8.0 was fine. + Ref http://bugs.activestate.com/show_bug.cgi?id=43483 + Branch: perl + ! perl.c t/run/switches.t +____________________________________________________________________________ +[ 26669] By: gisle on 2006/01/06 10:38:37 + Log: Improve description of the -s switch. + I found the "This means you can have switches + with two leading dashes." sentence introduced by + change 7144 really confusing. The note after + the example should make it clear enough that double + dash switches can be used for those that insist. + Branch: perl + ! pod/perlrun.pod +____________________________________________________________________________ +[ 26668] By: merijn on 2006/01/05 21:04:32 + Log: Test if the probed availability of v?snprintf () is + actually usable. Thanks to Russ and Jarkko. + Branch: perl + ! Configure +____________________________________________________________________________ +[ 26666] By: rgs on 2006/01/05 17:39:07 + Log: Upgrade to CPAN.pm 1.83 + Branch: perl + ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm + ! lib/CPAN/SIGNATURE lib/CPAN/Tarzip.pm +____________________________________________________________________________ +[ 26665] By: rgs on 2006/01/05 17:27:28 + Log: Regenerate PODs + Branch: perl + ! pod/perlmodlib.pod pod/perltoc.pod +____________________________________________________________________________ +[ 26664] By: steveh on 2006/01/05 17:24:44 + Log: Workaround another problem following change 26395 + + MinGW doesn't like 26395 either! (ref: change 26634) + Branch: perl + ! gv.h +____________________________________________________________________________ +[ 26663] By: rgs on 2006/01/05 17:19:27 + Log: Really commit change 26662 (duh) + Branch: perl + ! pod.lst pod/perl.pod +____________________________________________________________________________ +[ 26662] By: rgs on 2006/01/05 17:17:52 + Log: Let table of contents know about perllinux man page + Branch: perl + ! pod.lst pod/perl.pod +____________________________________________________________________________ +[ 26661] By: rgs on 2006/01/05 16:58:51 + Log: Update Changes + Branch: perl + ! Changes +____________________________________________________________________________ +[ 26659] By: steveh on 2006/01/05 16:22:50 + Log: Subject: MinGW and lib/CORE/Win32.h + From: "Sisyphus" + Date: Wed, 4 Jan 2006 21:29:19 +1100 + Message-ID: <024301c61119$bca4a840$e201140a@desktop> + Branch: perl + ! win32/win32.h +____________________________________________________________________________ +[ 26658] By: rgs on 2006/01/05 15:33:32 + Log: Install less README files + Branch: perl + ! installperl +____________________________________________________________________________ +[ 26657] By: rgs on 2006/01/05 14:36:40 + Log: Remove old Pod::Man parser creation. + Fix a run-time warning. + Branch: perl + ! installman +____________________________________________________________________________ +[ 26656] By: stevep on 2006/01/05 14:33:16 + Log: Change installman to instantiate a new Pod::Man instance for each + file processed. This is now required with podlators-2.0. + Branch: perl + ! installman +____________________________________________________________________________ +[ 26655] By: steveh on 2006/01/05 09:21:52 + Log: Reorder changes made in change 26630 + + (Keep the order in win32/config.* and win32/config_H.* the same as in + Configure and config_H.SH for easier diffing) + 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 +____________________________________________________________________________ +[ 26654] By: steveh on 2006/01/04 17:57:14 + Log: Run regen.pl (Just updating copyright years) + Branch: perl + ! embed.h embedvar.h global.sym opcode.h perlapi.c perlapi.h + ! proto.h +____________________________________________________________________________ +[ 26653] By: steveh on 2006/01/04 17:49:38 + Log: Don't try to export PL_my_ctx_mutex and PL_my_cxt_* when + PERL_IMPLICIT_CONTEXT is not defined + + Fixes non-threaded build errors on Win32 following change 26523 + Branch: perl + ! makedef.pl +____________________________________________________________________________ +[ 26652] By: rgs on 2006/01/04 17:19:37 + Log: More copyright updates + Branch: perl + ! cop.h dump.c gv.c gv.h handy.h locale.c op.c perlio.c + ! pp_pack.c sv.h thread.h universal.c xsutils.c +____________________________________________________________________________ +[ 26651] By: rgs on 2006/01/04 16:50:47 + Log: Subject: Re: [patch] optimized constant subs are cool, teach B::Concise about them + From: Jim Cromie + Date: Tue, 03 Jan 2006 23:18:09 -0700 + Message-ID: <43BB68A1.7060708@gmail.com> + + With syntactic tweaks to the test file + Branch: perl + ! ext/B/B/Concise.pm ext/B/t/concise-xs.t + ! ext/B/t/optree_constants.t +____________________________________________________________________________ +[ 26650] By: gisle on 2006/01/04 16:42:03 + Log: Move all the xxxpvs() macros to handy.h. + This brings them closer to STR_WITH_LEN. Besides only half + of them were sv-related after change 26649. + Branch: perl + ! handy.h sv.h +____________________________________________________________________________ +[ 26649] By: gisle on 2006/01/04 16:15:34 + Log: Make the new STR_WITH_LEN() affected compile under -Dusethreads. + Can't use STR_WITH_LEN() as argument to a macro :-( + Branch: perl + ! gv.c locale.c mg.c perl.c perlio.c pp_sys.c sv.c sv.h toke.c +____________________________________________________________________________ +[ 26648] By: gisle on 2006/01/04 14:23:20 + Log: Add an extra NUL so that we can use sv_catpvs() + for "our @F=split..." and get rid of 15 and the + explaination for why it's there. + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 26647] By: gisle on 2006/01/04 14:10:34 + Log: Get rid of hardcoded string length. + Branch: perl + ! thread.h +____________________________________________________________________________ +[ 26646] By: gisle on 2006/01/04 14:04:16 + Log: Introduce newSVpvs_share() macro. + Gets rid of some hardcoded string lengths. + Branch: perl + ! op.c perl.c sv.h +____________________________________________________________________________ +[ 26645] By: gisle on 2006/01/04 13:53:16 + Log: Get rid of a few more hardcoded string lengths. + Branch: perl + ! locale.c mg.c perl.c perlio.c sv.c +____________________________________________________________________________ +[ 26644] By: stevep on 2006/01/04 13:13:50 + Log: Update copyright year. + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 26643] By: rgs on 2006/01/04 13:02:18 + Log: Fix some compilation warnings + Branch: perl + ! pp_hot.c +____________________________________________________________________________ +[ 26642] By: gisle on 2006/01/04 13:00:45 + Log: Get rid of a few more hardcoded string lengths. + Branch: perl + ! gv.c perl.c perlio.c pp_sys.c +____________________________________________________________________________ +[ 26641] By: gisle on 2006/01/04 12:48:34 + Log: Introduce the macros newSVpvs(str) and sv_catpvs(sv, str). + Gets rid of many hardcoded string lengths. + Branch: perl + ! dump.c gv.c op.c perl.c perlio.c pp.c pp_ctl.c pp_pack.c + ! pp_sys.c regcomp.c sv.c sv.h toke.c universal.c utf8.c util.c + ! xsutils.c +____________________________________________________________________________ +[ 26640] By: gisle on 2006/01/04 12:35:45 + Log: Removed unused part of string passed to sv_catpvn(). + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 26639] By: stevep on 2006/01/04 12:31:17 + Log: Updates to various configurations courtesy of Jarkko. + Branch: perl + ! Cross/config.sh-arm-linux NetWare/config.wc epoc/config.sh + ! plan9/config_sh.sample symbian/config.sh uconfig.sh + ! wince/config.ce +____________________________________________________________________________ +[ 26638] By: stevep on 2006/01/04 12:19:49 + Log: Don't warn about invalid dirhandles in DirHandle::DESTROY(). + Branch: perl + ! lib/DirHandle.pm +____________________________________________________________________________ +[ 26637] By: steveh on 2006/01/04 11:10:36 + Log: Make Borland and MinGW happy with change 26379 + + (They both complain "invalid conversion from `void*' to `HWND__*'" + otherwise) + Branch: perl + ! win32/perlhost.h +____________________________________________________________________________ +[ 26636] By: gisle on 2006/01/04 10:46:42 + Log: Fix typo in comment. + Branch: perl + ! handy.h +____________________________________________________________________________ +[ 26635] By: gisle on 2006/01/04 10:44:48 + Log: Introduce STR_WITH_LEN macro in the form suggested by Chip. + Branch: perl + ! handy.h toke.c +____________________________________________________________________________ +[ 26634] By: steveh on 2006/01/04 10:39:13 + Log: Workaround Win32 compiler bugs following change 26395 + + Can't understand what VC++ 6 and Borland don't like about it. There + is similar code for SvMAGIC and SvSTASH already in sv.h. Must be + compiler bugs since VC++ 7 and MinGW (and compilers on other platforms) + are all happy. + Branch: perl + ! gv.h +____________________________________________________________________________ +[ 26633] By: gisle on 2006/01/04 10:25:42 + Log: Silence compiler warning; ref change 26598 + Branch: perl + ! op.c +____________________________________________________________________________ +[ 26632] By: stevep on 2006/01/04 03:43:20 + Log: Added snprintf() and vsnprintf() to configure.com as 'undef'. + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 26631] By: stevep on 2006/01/04 03:31:08 + Log: Add warnings for the various other *dir() functions when attempted + on invalid dirhandles. + Branch: perl + ! pod/perldiag.pod pp_sys.c +____________________________________________________________________________ +[ 26630] By: stevep on 2006/01/04 02:47:39 + Log: Add snprintf() and vsnprintf() to the various Win32 configuration + files. + 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 +____________________________________________________________________________ +[ 26625] By: stevep on 2006/01/03 20:03:49 + Log: Subject: Re: [perl #38034] A combination eval, DESTROY method and $@ - dangerous - bug + From: Mike Guy + Date: Tue, 03 Jan 2006 19:18:41 +0000 + Message-Id: + Branch: perl + ! pod/perlobj.pod +____________________________________________________________________________ +[ 26623] By: nicholas on 2006/01/03 19:38:24 + Log: If NV_ZERO_IS_ALLBITS_ZERO is not true, then it's important to inialise + the NV only if the new body has an NV. (D'oh!) + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26617] By: stevep on 2006/01/03 18:14:27 + Log: Attemting to readdir() something that isn't a dirhandle should cause + a warning. + Branch: perl + ! pod/perldiag.pod pp_sys.c +____________________________________________________________________________ +[ 26608] By: steveh on 2006/01/03 15:57:18 + Log: Fix release mode builds following change 26598 + Branch: perl + ! cop.h +____________________________________________________________________________ +[ 26607] By: stevep on 2006/01/03 15:56:19 + Log: perldiag.pod additions to go with change #26602. + Branch: perl + ! pod/perldiag.pod +____________________________________________________________________________ +[ 26606] By: merijn on 2006/01/03 15:46:10 + Log: Add probe for snprintf () and vsnprintf () + + Subject: [PATCH] snprintf() and vsnprintf() (was Re: [PATCH] Configure: stdio char (un)signedness) + From: Steve Peters + Date: Mon, 2 Jan 2006 09:37:27 -0600 + Message-ID: <20060102153727.GA14247@mccoy.peters.homeunix.org> + Branch: perl + ! Configure Porting/Glossary config_h.SH handy.h +____________________________________________________________________________ +[ 26605] By: rgs on 2006/01/03 15:42:19 + Log: Update perldelta, up to change 25344 more or less. + Branch: perl + ! pod/perl593delta.pod +____________________________________________________________________________ +[ 26602] By: stevep on 2006/01/03 14:58:21 + Log: Bad symbols that are pretending to be dirhandles, should say they + are dirhandles in their error messages. + Branch: perl + ! gv.c +____________________________________________________________________________ +[ 26601] By: rgs on 2006/01/03 14:10:04 + Log: Sync perlfaq. + Branch: perl + ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod + ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod + ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod + ! pod/perlfaq9.pod +____________________________________________________________________________ +[ 26598] By: davem on 2006/01/03 12:29:38 + Log: silence some compiler warnings + Branch: perl + ! cop.h toke.c +____________________________________________________________________________ +[ 26595] By: rgs on 2006/01/03 10:09:39 + Log: Subject: Re: [patch] optimized constant subs are cool, teach B::Concise about them + From: Jim Cromie + Date: Mon, 02 Jan 2006 15:06:48 -0700 + Message-ID: <43B9A3F8.8060609@gmail.com> + Branch: perl + ! ext/B/B/Concise.pm ext/B/t/concise-xs.t + ! ext/B/t/optree_constants.t +____________________________________________________________________________ +[ 26594] By: rgs on 2006/01/03 09:33:59 + Log: Subject: [PATCH] Re: [perl #36837] B::Deparse fails when it comes to ByteLoader programs + From: Stephen McCamant + Date: Mon, 2 Jan 2006 18:52:24 -0800 + Message-ID: <17337.59112.502009.496275@conquest.OCF.Berkeley.EDU> + Branch: perl + ! ext/B/B/Deparse.pm +____________________________________________________________________________ +[ 26593] By: rgs on 2006/01/03 09:23:24 + Log: Subject: [patch@26561] utf8.c const issue. + From: "John E. Malmberg" + Date: Mon, 02 Jan 2006 14:16:02 -0500 + Message-ID: <43B97BF2.2050201@qsl.net> + Branch: perl + ! utf8.c +____________________________________________________________________________ +[ 26592] By: rgs on 2006/01/03 09:02:04 + Log: Subject: [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.81.tar.gz + From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig) + Date: Tue, 03 Jan 2006 00:33:27 +0100 + Message-ID: <87u0cm433s.fsf@k75.linux.bogus> + Branch: perl + ! lib/CPAN.pm lib/CPAN/FirstTime.pm +____________________________________________________________________________ +[ 26591] By: davem on 2006/01/03 02:20:28 + Log: ithreads: SVs that were only on the tmps stack leaked + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26589] By: nicholas on 2006/01/02 22:52:03 + Log: The two never used NOTYET switch ops can go. + Branch: perl + ! pp_ctl.c +____________________________________________________________________________ +[ 26587] By: davem on 2006/01/02 21:50:55 + Log: stop DEBUG_LEAKING_SCALARS producing spurious memory pool errors + (change #25775 wasn't complete) + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26586] By: nicholas on 2006/01/02 20:48:30 + Log: More missing AUTHORS + Branch: perl + ! AUTHORS Porting/checkAUTHORS.pl +____________________________________________________________________________ +[ 26581] By: craigb on 2006/01/02 19:22:52 + Log: Subject: patch@26561 & earlier - buffer overrun in VMS.C + From: "John E. Malmberg" + Date: Mon, 02 Jan 2006 14:05:43 -0500 + Message-id: <43B97987.70201@qsl.net> + Branch: perl + ! vms/vms.c +____________________________________________________________________________ +[ 26580] By: nicholas on 2006/01/02 18:48:13 + Log: Erk! craigb's changes come out of p4 with ^Ms as line endings. + Long term, need to fix the update changes script to cope. + Branch: perl + ! Changes +____________________________________________________________________________ +[ 26579] By: nicholas on 2006/01/02 18:44:14 + Log: More missing AUTHORS + Branch: perl + ! AUTHORS Porting/checkAUTHORS.pl +____________________________________________________________________________ +[ 26578] By: nicholas on 2006/01/02 17:04:55 + Log: Fix up missing and duplicate AUTHORS + Branch: perl + ! AUTHORS Porting/checkAUTHORS.pl +____________________________________________________________________________ +[ 26576] By: rgs on 2006/01/02 15:54:25 + Log: Subject: Re: [patch] optimized constant subs are cool, teach B::Concise about them + From: Jim Cromie + Date: Sun, 01 Jan 2006 23:05:00 -0700 + Message-ID: <43B8C28C.20502@gmail.com> + Branch: perl + + ext/B/t/optree_constants.t + ! MANIFEST ext/B/B/Concise.pm ext/B/t/concise-xs.t +____________________________________________________________________________ +[ 26574] By: rgs on 2006/01/02 15:19:59 + Log: Since we no longer autovivify stashes (change #26370), we need + to turn off strict-refs on them, or we'll have a stricture + error the first time we'd try to access them (when they'll be + actually autovivified). + Branch: perl + ! op.c t/op/stash.t +____________________________________________________________________________ +[ 26573] By: rgs on 2006/01/02 14:57:18 + Log: Documentation fix for File::Temp::new + + Subject: [perl #38127] Bug in perldoc File::Temp + From: pm@capmon.dk (via RT) + Date: Mon, 02 Jan 2006 02:48:41 -0800 + Message-ID: + Branch: perl + ! lib/File/Temp.pm +____________________________________________________________________________ +[ 26572] By: nicholas on 2006/01/02 14:43:37 + Log: Happy New Year. (It's not just embed.pl). + Branch: perl + ! README opcode.pl perl.c reentr.pl +____________________________________________________________________________ +[ 26571] By: stevep on 2006/01/02 14:24:58 + Log: Note that the "unlink"ing directories is attempted when running as a + superuser, and that some operating systems may not support it. + Branch: perl + ! pod/perlfunc.pod pod/perlrun.pod +____________________________________________________________________________ +[ 26570] By: nicholas on 2006/01/02 12:19:51 + Log: Typo fix in the description of change 26370. + (Also corrected in the repository) + Branch: perl + ! Changes +____________________________________________________________________________ +[ 26569] By: davem on 2006/01/02 12:09:37 + Log: add svt_local slot to magic vtable, and fix local $shared + Branch: perl + ! ext/threads/shared/shared.xs mg.c mg.h +____________________________________________________________________________ +[ 26565] By: nicholas on 2006/01/02 11:48:28 + Log: Add 2006 to the copyright years in the header generated by embed.pl + Branch: perl + ! embed.pl +____________________________________________________________________________ +[ 26564] By: rgs on 2006/01/02 11:20:25 + Log: Subject: [patch] comment grammar and indentation, spurious tab + From: Jim Cromie + Date: Fri, 30 Dec 2005 22:45:55 -0700 + Message-ID: <43B61B13.3050704@gmail.com> + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26563] By: rgs on 2006/01/02 11:04:37 + Log: Subject: [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.80_58.tar.gz + From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig) + Date: Sun, 01 Jan 2006 10:12:46 +0100 + Message-ID: <87zmmgnwfl.fsf@k75.linux.bogus> + Branch: perl + ! lib/CPAN.pm +____________________________________________________________________________ +[ 26562] By: rgs on 2006/01/02 10:56:05 + Log: Update copyrights for files modified in 2006 + Branch: perl + ! doio.c doop.c hv.c mg.c pp.c pp_ctl.c pp_hot.c pp_sort.c + ! regcomp.c regexec.c sv.c toke.c utf8.c util.c +____________________________________________________________________________ +[ 26561] By: gisle on 2006/01/01 20:43:00 + Log: Get rid of length argument for the FEATURE_IS_ENABLED() macro. + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 26558] By: merijn on 2006/01/01 10:42:16 + Log: Subject: [PATCH] Making 0 pointers to NULLs + From: Andy Lester + Date: Fri, 30 Dec 2005 23:05:58 -0600 + Message-ID: <20051231050558.GA29093@petdance.com> + Branch: perl + ! doio.c doop.c hv.c mg.c pp.c pp_ctl.c pp_hot.c pp_sort.c + ! regcomp.c regexec.c sv.c toke.c utf8.c util.c +____________________________________________________________________________ +[ 26556] By: merijn on 2006/01/01 10:23:19 + Log: Subject: [PATCH] Making 0 pointers to NULLs + From: Andy Lester + Date: Fri, 30 Dec 2005 23:05:58 -0600 + Message-ID: <20051231050558.GA29093@petdance.com> + Branch: perl + ! doio.c doop.c hv.c mg.c pp.c pp_ctl.c pp_hot.c pp_sort.c + ! regcomp.c regexec.c sv.c toke.c utf8.c util.c +____________________________________________________________________________ +[ 26555] By: davem on 2005/12/31 23:24:26 + Log: make threads use MY_CXT API rather than using PL_modglobal + Branch: perl + ! ext/threads/threads.xs +____________________________________________________________________________ +[ 26554] By: davem on 2005/12/31 21:36:05 + Log: tidy index arrangements in new MY_CXT code + Branch: perl + ! intrpvar.h sv.c util.c +____________________________________________________________________________ +[ 26553] By: stevep on 2005/12/31 18:45:37 + Log: Upgrade to CPAN-1.80_57 + Branch: perl + ! lib/CPAN.pm lib/CPAN/Debug.pm lib/CPAN/HandleConfig.pm + ! lib/CPAN/Tarzip.pm lib/CPAN/t/mirroredby.t +____________________________________________________________________________ +[ 26552] By: nicholas on 2005/12/31 17:24:34 + Log: Turn a for loop that's almost a while into an honest-to-goodness while. + Branch: perl + ! hv.c +____________________________________________________________________________ +[ 26551] By: nicholas on 2005/12/31 16:57:32 + Log: Calling Perl_hv_clear_placeholders while the hash iterator was active + would turn lazy delete on, causing the hash to become corrupted at the + next iterator change. + Branch: perl + ! hv.c lib/Hash/Util.t +____________________________________________________________________________ +[ 26550] By: nicholas on 2005/12/31 16:42:08 + Log: Remove unneeded test in Perl_hv_clear_placeholders. + Rejig S_hfreeentries to a double loop, which is clearer and smaller. + Branch: perl + ! hv.c +____________________________________________________________________________ +[ 26549] By: rgs on 2005/12/31 15:24:48 + Log: Subject: [PATCH] op/pack.t failure on Win64 + From: Jan Dubois + Date: Dec 30, 2005 9:55 PM + Message-ID: <017a01c60d83$5dc73110$2217a8c0@candy> + Branch: perl + ! pp_pack.c +____________________________________________________________________________ +[ 26548] By: nicholas on 2005/12/31 15:07:16 + Log: Add a test for change 26547. (We no longer expect to see errors about + unbalanced string table reference counts.) + Branch: perl + ! t/op/stash.t +____________________________________________________________________________ +[ 26547] By: nicholas on 2005/12/31 14:57:27 + Log: Re-attempt to clear the hash in S_hfreeentries if anything adds to it. + Panic if we seem to be looping forever. + Branch: perl + ! hv.c pod/perldiag.pod +____________________________________________________________________________ +[ 26546] By: nicholas on 2005/12/31 13:16:06 + Log: Stop 'sub a { // }; %::=()' panicing because the backreference array + became lost. + Branch: perl + ! hv.c +____________________________________________________________________________ +[ 26545] By: nicholas on 2005/12/30 22:44:06 + Log: Marcus Holland-Moritz suggested that assert should + Perl_croak_nocontext rather than Perl_croak. + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 26544] By: nicholas on 2005/12/30 20:02:56 + Log: Tweak S_init_main_stash so as allocate PL_curstname as a shared string + scalar, and hence avoid thrashing the shared string table for "main". + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 26543] By: stevep on 2005/12/30 17:47:45 + Log: Convert t/op/sleep.t to using test.pl + Branch: perl + ! t/op/sleep.t +____________________________________________________________________________ +[ 26542] By: nicholas on 2005/12/30 16:53:39 + Log: Document why it's a bad plan to move the backreferences array from + the magic structure to the hv_aux structure during backreference + deletion. Add an optimisation for an empty backreference array. + Branch: perl + ! hv.c sv.c +____________________________________________________________________________ +[ 26541] By: nicholas on 2005/12/30 15:55:05 + Log: Now that the backreference array has no NULL entries, and is correctly + marked as AvREAL_off(), there's no reason not to use sv_dup to clone + it. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26540] By: nicholas on 2005/12/30 15:39:53 + Log: POSIX now declares missing constants as sub ... ();, so Net::Ping + needs to define them with a prototype to match. + Branch: perl + ! lib/Net/Ping.pm +____________________________________________________________________________ +[ 26539] By: rgs on 2005/12/30 15:10:41 + Log: Update perltodo. First shot at perl593delta. + Branch: perl + ! pod/perl593delta.pod pod/perltodo.pod +____________________________________________________________________________ +[ 26538] By: nicholas on 2005/12/30 14:57:00 + Log: In the shared string table, if we add new entries to the head of the + linked list chain, then we don't need as much bookkeeping in the loop. + Branch: perl + ! hv.c +____________________________________________________________________________ +[ 26537] By: stevep on 2005/12/30 14:39:49 + Log: Subject: [PATCH] Differences from Perl 6 + From: Robin Houston + Date: Fri, 30 Dec 2005 13:45:34 +0000 + Message-ID: <20051230134534.GA18675@rpc142.cs.man.ac.uk> + Branch: perl + ! pod/perlsyn.pod +____________________________________________________________________________ +[ 26536] By: rgs on 2005/12/30 12:25:24 + Log: Subject: Re: [PATCH] Re: INSTALLSCRIPT versus INSTALLDIRS + From: Rafael Garcia-Suarez + Date: Mon, 12 Dec 2005 19:22:32 +0100 + Message-ID: <20051212192232.39cd0c1e@grubert.mandrakesoft.com> + Branch: perl + ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm + ! lib/ExtUtils/MakeMaker.pm +____________________________________________________________________________ +[ 26535] By: davem on 2005/12/30 12:21:05 + Log: fix errors in new MY_CTX code + Branch: perl + ! perl.c sv.c +____________________________________________________________________________ +[ 26534] By: rgs on 2005/12/30 11:57:14 + Log: Reduce size of buffers for identifier names, as suggested in + + Subject: Stack usage (in gv_stashpvn and others) + From: Tels + Date: Thu, 29 Dec 2005 18:40:49 +0100 + Message-Id: <200512291840.50765@bloodgate.com> + Branch: perl + ! gv.c +____________________________________________________________________________ +[ 26533] By: rgs on 2005/12/30 11:43:42 + Log: Subject: [PATCH] perlio.c - gv_stashpvn() vs gv_stashpv() + From: Tels + Date: Thu, 29 Dec 2005 18:57:43 +0100 + Message-Id: <200512291857.59458@bloodgate.com> + Branch: perl + ! perlio.c +____________________________________________________________________________ +[ 26532] By: rgs on 2005/12/30 10:40:31 + Log: Subject: [PATCH] Perl_gv_fetchpv vs. gv_fetchpvn + From: Tels + Date: Thu, 29 Dec 2005 18:32:10 +0100 + Message-Id: <200512291832.20651@bloodgate.com> + Branch: perl + ! gv.c +____________________________________________________________________________ +[ 26531] By: rgs on 2005/12/30 09:53:54 + Log: Skip my_cxt_init if PERL_IMPLICIT_CONTEXT isn't defined + (spotted by Jan Dubois) + Branch: perl + ! makedef.pl +____________________________________________________________________________ +[ 26530] By: nicholas on 2005/12/30 01:08:46 + Log: RMAGIC on symbol tables is bad, m'kay. + Allow hashes (and therefore all symbol tables) to store the + backreference array in the hv_aux structure, and thereby undo the + performance damage of 24966, which resulted in 60% of all hash lookups + trying to mg_find tiehash magic. + Branch: perl + ! dump.c embed.fnc embed.h hv.c hv.h mg.c proto.h sv.c +____________________________________________________________________________ +[ 26529] By: davem on 2005/12/30 01:06:05 + Log: change #26523 didn't make my_cxt_init public + Branch: perl + ! embed.fnc embed.h global.sym +____________________________________________________________________________ +[ 26528] By: rgs on 2005/12/29 17:32:21 + Log: Subject: [PATCH] $a = \$a oddity + From: Tels + Date: Thu, 29 Dec 2005 18:01:42 +0100 + Message-Id: <200512291802.00742@bloodgate.com> + + plus trim some whitespace + Branch: perl + ! pod/perlreftut.pod +____________________________________________________________________________ +[ 26527] By: rgs on 2005/12/29 15:59:30 + Log: Subject: [PATCH] Actual real consting of parms + From: Andy Lester + Date: Thu, 29 Dec 2005 01:15:09 -0600 + Message-ID: <20051229071509.GA32653@petdance.com> + Branch: perl + ! embed.fnc proto.h sv.c +____________________________________________________________________________ +[ 26526] By: rgs on 2005/12/29 15:32:42 + Log: Subject: [PATCH] av.c cleanup, plus! + From: Andy Lester + Date: Wed, 28 Dec 2005 15:44:14 -0600 + Message-ID: <20051228214414.GD26033@petdance.com> + Branch: perl + ! av.c dump.c embed.fnc gv.c perl.c proto.h sv.c toke.c +____________________________________________________________________________ +[ 26525] By: rgs on 2005/12/29 14:32:09 + Log: Fix test for perl version number in Makefile.PL + Branch: perl + ! ext/Sys/Syslog/Makefile.PL +____________________________________________________________________________ +[ 26524] By: rgs on 2005/12/29 14:17:38 + Log: Subject: [PATCH] Fixing the SVREFCNT macro + From: Andy Lester + Date: Wed, 28 Dec 2005 13:30:51 -0600 + Message-ID: <20051228193051.GD23207@petdance.com> + Branch: perl + ! sv.h +____________________________________________________________________________ +[ 26523] By: davem on 2005/12/29 12:00:29 + Log: re-implement MY_CXT API more efficiently, and add explicit + interpeter arg variant + Branch: perl + ! embed.fnc embed.h embedvar.h ext/XS/APItest/APItest.xs + ! intrpvar.h perl.h perlapi.h perlvars.h pod/perlxs.pod proto.h + ! sv.c util.c +____________________________________________________________________________ +[ 26522] By: davem on 2005/12/29 11:35:04 + Log: add tests for MY_CXT API and improve its documentation + Branch: perl + + ext/XS/APItest/t/my_cxt.t + ! MANIFEST ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs + ! pod/perlxs.pod +____________________________________________________________________________ +[ 26521] By: rgs on 2005/12/29 10:21:23 + Log: Subject: [PATCH] Test that constant overloading is propagated into eval + From: Robin Houston + Date: Mon, 26 Dec 2005 17:56:48 +0000 + Message-ID: <20051226175648.GA28402@rpc142.cs.man.ac.uk> + Branch: perl + ! lib/overload.t +____________________________________________________________________________ +[ 26520] By: rgs on 2005/12/29 10:11:56 + Log: Subject: [DOC PATCH] rindex clarification + From: Yitzchak Scott-Thoennes + Date: Mon, 26 Dec 2005 18:42:40 -0800 + Message-ID: <20051227024240.GA2940@efn.org> + + plus another formatting nit + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 26519] By: craigb on 2005/12/29 03:49:58 + Log: Subject: [PATCH] fortify Pod::Simple::Search against non-case-preserving filesystems + From: "Craig A. Berry" + Date: Tue, 27 Dec 2005 17:59:35 -0600 + Message-id: <43B1D567.9080504@mac.com> + Branch: perl + ! lib/Pod/Simple/Search.pm + ! lib/Pod/Simple/t/other_test_lib/squaa/Wowo.pod +____________________________________________________________________________ +[ 26518] By: nicholas on 2005/12/29 00:19:01 + Log: A GVs stash can be NULL, so don't call macros that assume otherwise + without checking. + Branch: perl + ! pp.c +____________________________________________________________________________ +[ 26517] By: nicholas on 2005/12/28 19:40:26 + Log: As the backreferences AV doesn't hold references on its contents, + surely it should have AvREAL turned off? + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26516] By: nicholas on 2005/12/28 13:35:03 + Log: PL_amagic_generation is always non-zero, so remove the test for this. + (Since change 17990 added version object overloading) + Branch: perl + ! pp.h +____________________________________________________________________________ +[ 26515] By: stevep on 2005/12/28 13:31:02 + Log: Upgrade to Sys-Syslog-0.11 + Branch: perl + ! ext/Sys/Syslog/Changes ext/Sys/Syslog/README + ! ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/t/podspell.t + ! ext/Sys/Syslog/t/syslog.t +____________________________________________________________________________ +[ 26514] By: gisle on 2005/12/28 13:25:30 + Log: Cleanup; replace a croak("panic: ...") with assert(). + Branch: perl + ! av.c +____________________________________________________________________________ +[ 26513] By: gisle on 2005/12/28 13:12:30 + Log: assert(av); Cleanup the way that the av_*() functions check + that they are really passed an av argument. + Should improve the test coverage a bit. + Branch: perl + ! av.c pod/perldiag.pod +____________________________________________________________________________ +[ 26512] By: gisle on 2005/12/28 12:38:03 + Log: Use memchr() instead of ninstr() to locate the end-of-line. + The call to memchr() will faster. + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 26511] By: gisle on 2005/12/28 12:18:58 + Log: Leaner ninstr(). + The compiled function ended up 37% smaller on Linux/gcc. + I ought to be faster as well, but I did not try to measure that. + Branch: perl + ! util.c +____________________________________________________________________________ +[ 26510] By: gisle on 2005/12/28 11:01:46 + Log: Remove test for NUL ending in r?instr(). + This test is actually harmful because we will search + for any garbage found past the empty search string. + Ref change 26509. + Branch: perl + ! util.c +____________________________________________________________________________ +[ 26509] By: gisle on 2005/12/28 10:57:46 + Log: Fix 2 off-by-one errors in the call to ninstr(). + This code managed to still work because of a bug + in how ninstr() treats empty search strings. + Branch: perl + ! ext/Filter/Util/Call/Call.xs +____________________________________________________________________________ +[ 26508] By: stevep on 2005/12/28 03:27:13 + Log: Upgrade to PathTools-3.15 + Branch: perl + ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm +____________________________________________________________________________ +[ 26507] By: nicholas on 2005/12/27 23:39:42 + Log: s/%/%%/ in the package name so that it can be used safely in the + sprintf format string (and hence not need runtime %s interpolation) + Branch: perl + ! lib/ExtUtils/Constant.pm lib/ExtUtils/Constant/ProxySubs.pm +____________________________________________________________________________ +[ 26506] By: nicholas on 2005/12/27 22:19:28 + Log: Pass in the full arguments to ExtUtils::Constant::ProxySubs + Prototype all the missing constants, so that parsing doesn't depend on + the phase of the moon. (Well, the system headers) + Add an option for making missing constants generate errors at read time + (which can be during constant folding). This isn't the default. + Branch: perl + ! lib/ExtUtils/Constant.pm lib/ExtUtils/Constant/ProxySubs.pm +____________________________________________________________________________ +[ 26505] By: stevep on 2005/12/27 22:07:44 + Log: Subject: [PATCH] pre-likely cleanup + From: Andy Lester + Date: Tue, 27 Dec 2005 14:39:39 -0600 + Message-ID: <20051227203939.GC1781@petdance.com> + + Includes a small fix to the changes in tryAMAGICbinW_var() in pp.h. + Branch: perl + ! av.c doop.c handy.h hv.c mg.c pp.c pp.h sv.c util.c +____________________________________________________________________________ +[ 26504] By: stevep on 2005/12/27 18:36:19 + Log: It'd be nice if I hadn't broken corecpan.pl. Its fixed now, though. + Branch: perl + ! Porting/Maintainers.pl +____________________________________________________________________________ +[ 26503] By: nicholas on 2005/12/27 17:33:13 + Log: gv_fetch_flags in newATTRSUB can actually be const. + Comment the logic behind the terms in the ternary that chooses the + flags value. + Branch: perl + ! op.c +____________________________________________________________________________ +[ 26502] By: nicholas on 2005/12/27 17:24:11 + Log: As what we're doing is generating subroutines, which are methods, we + need to invalidate cached methods. For constant.pm we need to create + &Internals::inc_sub_generation + Branch: perl + ! lib/ExtUtils/Constant/ProxySubs.pm lib/constant.pm universal.c +____________________________________________________________________________ +[ 26501] By: stevep on 2005/12/27 14:10:20 + Log: Subject: [patch] ext/b/t/lint.t fails on win32 + From: demerphq + Date: Fri, 23 Dec 2005 20:06:52 +0100 + Message-ID: <9b18b3110512231106k7ad395bfp8a0c05cd0f87fc61@mail.gmail.com> + Branch: perl + ! ext/B/t/lint.t +____________________________________________________________________________ +[ 26500] By: nicholas on 2005/12/27 12:02:57 + Log: Refactor the require failure message generation to use 1 less temporary + SV, and to build as much text as possible with newSVpvf + Branch: perl + ! pp_ctl.c +____________________________________________________________________________ +[ 26499] By: nicholas on 2005/12/27 00:29:33 + Log: Removing MAKE_JOBS_FIFO from %ENV causes FreeBSD make to forget about + any -j flags. (And their implied disabling of backwards compatibility, + which is the real cause of the make disttest failure). + Branch: perl + ! lib/ExtUtils/t/basic.t +____________________________________________________________________________ +[ 26498] By: nicholas on 2005/12/26 23:52:44 + Log: tabs, not spaces, in MANIFEST. No, I can't remember why this is. + Or whether it could be relaxed. + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 26497] By: nicholas on 2005/12/26 23:50:14 + Log: Remove the hard wired test numbers in the generated test script for + simple tests. Use this script twice, firstly for testing the old style + autoloaded constants, then for testing the ProxySubs. + Make testing the dogfood/regeneration code optional, as the ProxySubs + output doesn't contain it. + Branch: perl + ! lib/ExtUtils/t/Constant.t +____________________________________________________________________________ +[ 26496] By: nicholas on 2005/12/26 23:48:00 + Log: Support type UNDEF, and correct a bug in the macro generation by using + macro_from_item. + Branch: perl + ! lib/ExtUtils/Constant/ProxySubs.pm +____________________________________________________________________________ +[ 26495] By: nicholas on 2005/12/26 23:47:01 + Log: Add method macro_from_item to encapsulate the entire logic for getting + the correct macro direct from the item hash. + Branch: perl + ! lib/ExtUtils/Constant/Base.pm lib/ExtUtils/Constant/XS.pm +____________________________________________________________________________ +[ 26494] By: nicholas on 2005/12/26 23:10:53 + Log: Don't try to store PL_sv_undef in pads. (For now) + Branch: perl + ! op.c +____________________________________________________________________________ +[ 26493] By: stevep on 2005/12/26 22:01:49 + Log: Upgrade to CPAN-1.80_56 + Branch: perl + + lib/CPAN/Debug.pm lib/CPAN/HandleConfig.pm lib/CPAN/Tarzip.pm + ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/SIGNATURE + ! lib/CPAN/bin/cpan +____________________________________________________________________________ +[ 26492] By: stevep on 2005/12/26 17:29:13 + Log: In this, the last tale of the NGROUPS saga, a former pumpking prods + a mere committer to remove the last of the NGROUPS-sized arrays... + + Perl_magic_set() was using the last of these arrays to do the + lvalue work on $). Instead of an array, a pointer is used and + re-sized as needed. + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 26491] By: nicholas on 2005/12/26 17:01:35 + Log: Add a couple of newlines for tidier regen output, consistent with the + code generated by WriteConstants() + Branch: perl + ! lib/ExtUtils/Constant/XS.pm +____________________________________________________________________________ +[ 26490] By: nicholas on 2005/12/26 16:13:57 + Log: Add C_FH and XS_FH arguments to ExtUtils::Constant::WriteConstants, + to allow the caller to pass in file handles. Use this in Contant.t + with tied file handles to capture the output, rather than calling + the lower level routines directly. + Branch: perl + ! lib/ExtUtils/Constant.pm lib/ExtUtils/t/Constant.t +____________________________________________________________________________ +[ 26489] By: stevep on 2005/12/26 16:08:49 + Log: Subject: chg 26486 removes last use of NGROUPS, so remove the macro-def + From: Jim Cromie + Date: Mon, 26 Dec 2005 07:57:51 -0700 + Message-ID: <43B004EF.8060500@gmail.com> + Branch: perl + ! doio.c +____________________________________________________________________________ +[ 26488] By: nicholas on 2005/12/26 12:48:10 + Log: The values for proxy constant subroutines need to be read only. + Branch: perl + ! lib/ExtUtils/Constant/ProxySubs.pm +____________________________________________________________________________ +[ 26487] By: nicholas on 2005/12/26 12:31:01 + Log: Rework constant.pm to take advantage of the space savings of proxy + constant subroutines whenever it can. + Branch: perl + ! lib/constant.pm +____________________________________________________________________________ +[ 26486] By: stevep on 2005/12/26 03:51:24 + Log: Obviously, Perl_ingroup() is also using 256k of stack memory on Linux. + Adapt change #26480 to reduce memory usage here as well. + Branch: perl + ! doio.c +____________________________________________________________________________ +[ 26485] By: nicholas on 2005/12/24 16:27:28 + Log: The value from caller doesn't change, so my $pkg = caller; + should be moved out of the loop. + Branch: perl + ! lib/constant.pm +____________________________________________________________________________ +[ 26484] By: nicholas on 2005/12/24 16:06:10 + Log: Tests for creating constants where prototypes or other symbols of the + same name already exist. + Branch: perl + ! lib/constant.t +____________________________________________________________________________ +[ 26483] By: nicholas on 2005/12/24 15:09:28 + Log: Using a hash reference rather than a hash can save a hash copy. + Branch: perl + ! lib/constant.pm +____________________________________________________________________________ +[ 26482] By: nicholas on 2005/12/24 14:48:42 + Log: Unless the peephole optimiser already knows that we're in void context, + avoid even attempting the whole proxy constant sub copying + optimisation. + Branch: perl + ! op.c +____________________________________________________________________________ +[ 26481] By: nicholas on 2005/12/24 14:09:56 + Log: Given that IO::Socket is documented as exporting all of Socket's + exports, there's no need for IO::Socket::INET or IO::Socket::UNIX to + use both. (And re-exporting removes some of the efficiency of the new + constants implementation) + Branch: perl + ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm +____________________________________________________________________________ +[ 26480] By: stevep on 2005/12/24 03:30:02 + Log: Subject: Re: [perl #37907] Perl_magic_get reqires ridiculous amounts of stackmemory + From: Jim Cromie + Date: Fri, 23 Dec 2005 13:24:29 -0700 + Message-ID: <43AC5CFD.3060200@gmail.com> + + Includes a change in variable names from "j" to "num_groups". + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 26479] By: nicholas on 2005/12/24 00:01:50 + Log: Looks like the macro CLK_TCK is not actually a constant on Solaris. + Branch: perl + ! ext/POSIX/Makefile.PL +____________________________________________________________________________ +[ 26478] By: nicholas on 2005/12/23 17:30:19 + Log: For PERL_TRACK_MEMPOOL with PERL_POISON, Poison the end of any block + being shrunk in realloc() + Branch: perl + ! util.c +____________________________________________________________________________ +[ 26477] By: nicholas on 2005/12/23 17:24:44 + Log: For the rare case of EMFILE during require, save object code space + by using newSVpvf + (Would it be worth using it for all require failures?) + Branch: perl + ! pp_ctl.c +____________________________________________________________________________ +[ 26476] By: nicholas on 2005/12/23 16:55:35 + Log: If PERL_TRACK_MEMPOOL and PERL_POISON are in use, then scribble all + over memory to invalidate it just before free()ing it. + Branch: perl + ! perl.h util.c +____________________________________________________________________________ +[ 26475] By: nicholas on 2005/12/23 16:20:53 + Log: Provide support for types PVN and UNDEF in + ExtUtils::Constant::ProxySubs + Branch: perl + ! lib/ExtUtils/Constant/ProxySubs.pm +____________________________________________________________________________ +[ 26474] By: nicholas on 2005/12/23 15:27:10 + Log: Create a struct to use as the header with PERL_TRACK_MEMPOOL, so that + other information can be stored in it. + Branch: perl + ! perl.h util.c +____________________________________________________________________________ +[ 26473] By: nicholas on 2005/12/23 13:54:37 + Log: ExtUtils::ParseXS needs to stack $filepathname to make #line directives + in #INCLUDEs work. + Branch: perl + ! lib/ExtUtils/ParseXS.pm +____________________________________________________________________________ +[ 26472] By: nicholas on 2005/12/23 12:21:19 + Log: Add support for PV to ExtUtils::Constant::ProxySubs, and enable its + use in Sys::Syslog + Branch: perl + ! ext/Sys/Syslog/Makefile.PL lib/ExtUtils/Constant/ProxySubs.pm +____________________________________________________________________________ +[ 26471] By: nicholas on 2005/12/23 12:01:29 + Log: inlining autoloaded constants is TODOne. + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 26470] By: nicholas on 2005/12/23 11:36:43 + Log: Now that proxy subroutines can be unproxied in 2 places without + becoming the same newCONSTSUB, need an explicit check to avoid a + warning about subroutines being redefined, as there has never been + a warning when you assing the same subroutine to a glob's GvCV() + Branch: perl + ! sv.c t/op/gv.t +____________________________________________________________________________ +[ 26469] By: nicholas on 2005/12/23 11:35:21 + Log: like and unlike weren't reporting failure where correctly in test.pl + Branch: perl + ! t/test.pl +____________________________________________________________________________ +[ 26468] By: rgs on 2005/12/23 11:06:34 + Log: Fix build of Compress::Zlib on MVS (by Paul Marquess) + Branch: perl + ! ext/Compress/Zlib/zlib-src/zconf.h +____________________________________________________________________________ +[ 26467] By: rgs on 2005/12/23 10:13:30 + Log: Clarify example of .. in perlop + to fix [perl #38008] Documentation bug: perlop + plus some minor formatting nits + Branch: perl + ! pod/perlop.pod +____________________________________________________________________________ +[ 26466] By: rgs on 2005/12/23 09:21:09 + Log: Subject: [REPATCH lib/UNIVERSAL.pm] Recommend Against Using Methods as Functions + From: chromatic + Date: Dec 22, 2005 8:58 PM + Message-Id: <200512221158.54474.chromatic@wgz.org> + Branch: perl + ! lib/UNIVERSAL.pm +____________________________________________________________________________ +[ 26465] By: nicholas on 2005/12/23 01:38:01 + Log: Need to be more careful with the symbol table manipulation - if there + is already an entry in place, back off and generate a real constant + subroutine. (fixes lib/Net/hostent.t failure) + Fix a bug with how hv_store was being called. + Branch: perl + ! lib/ExtUtils/Constant/ProxySubs.pm +____________________________________________________________________________ +[ 26464] By: nicholas on 2005/12/23 01:09:05 + Log: SIGRTMAX, SIGRTMIN, LDBL_MAX, LDBL_MIN, LDBL_EPSILON and HUGE_VAL + aren't constants on (at least some) Linux. + And more evil than that, HUGE_VAL likes to use the C preprocessor + in its value, necessitating use of a temporary. + Branch: perl + ! ext/POSIX/Makefile.PL lib/ExtUtils/Constant/ProxySubs.pm +____________________________________________________________________________ +[ 26463] By: nicholas on 2005/12/23 00:37:04 + Log: Use inlineable proxy constant subs for Socket + Branch: perl + ! ext/Socket/Makefile.PL lib/ExtUtils/Constant/ProxySubs.pm +____________________________________________________________________________ +[ 26462] By: stevep on 2005/12/23 00:28:54 + Log: ctime_r() and asctime_r() seem to have some problems before HP-UX 11. + Branch: perl + ! hints/hpux.sh +____________________________________________________________________________ +[ 26461] By: nicholas on 2005/12/23 00:27:50 + Log: Subject: [PATCH] Speed up Perl_sv_derived_from + From: Andy Lester + Message-ID: <20051222220044.GH4370@petdance.com> + Date: Thu, 22 Dec 2005 16:00:44 -0600 + Branch: perl + ! universal.c +____________________________________________________________________________ +[ 26460] By: nicholas on 2005/12/23 00:18:49 + Log: Create a sub LC_ALL with the correct prototype. + Branch: perl + ! lib/locale.t +____________________________________________________________________________ +[ 26459] By: nicholas on 2005/12/23 00:18:27 + Log: De-duplicate the items in @EXPORT. (@EXPORT is built from all the tags, + and some constants are mentioned in multiple tags). + Should this logic be in Exporter::Heavy? + Branch: perl + ! ext/POSIX/POSIX.pm +____________________________________________________________________________ +[ 26458] By: stevep on 2005/12/23 00:10:25 + Log: Make hostname.t deal with undefined or blank hostnames and domain + names. + Branch: perl + ! lib/Net/t/hostname.t +____________________________________________________________________________ +[ 26457] By: stevep on 2005/12/23 00:06:58 + Log: Fix for pod2man() in ExtUtils::Command::MM to work with + the Pod::Man 2.04. + Branch: perl + ! lib/ExtUtils/Command/MM.pm +____________________________________________________________________________ +[ 26456] By: nicholas on 2005/12/23 00:06:52 + Log: Subject: [PATCH] Speedup (rn|n)?instr + From: Andy Lester + Message-ID: <20051222223839.GI4370@petdance.com> + Date: Thu, 22 Dec 2005 16:38:39 -0600 + Branch: perl + ! util.c +____________________________________________________________________________ +[ 26455] By: nicholas on 2005/12/22 23:57:27 + Log: Use inlineable proxy constant subs for POSIX. + There may be trouble ahead, as it seems that not all POSIX "constants" + are. I wonder if too many systems are going to have too many + variations to make this viable. + Branch: perl + ! ext/POSIX/Makefile.PL lib/ExtUtils/Constant/Base.pm + ! lib/ExtUtils/Constant/ProxySubs.pm +____________________________________________________________________________ +[ 26454] By: nicholas on 2005/12/22 23:43:22 + Log: Missing ; in Tie::File + Branch: perl + ! lib/Tie/File.pm lib/Tie/File/t/00_version.t +____________________________________________________________________________ +[ 26453] By: nicholas on 2005/12/22 21:02:19 + Log: Make ExtUtils::Constant generate the inlineable proxy constant subs. + So far just enough to make Fcntl work. + Branch: perl + + lib/ExtUtils/Constant/ProxySubs.pm + ! MANIFEST ext/Fcntl/Makefile.PL lib/ExtUtils/Constant.pm +____________________________________________________________________________ +[ 26452] By: rgs on 2005/12/22 19:37:42 + Log: Compilation help for EBCDIC platforms, from Jarkko, + tested by Rajarshi Das + Branch: perl + ! utf8.h +____________________________________________________________________________ +[ 26451] By: nicholas on 2005/12/22 19:00:52 + Log: Break out the code to generate #ifdef/#endif into new methods + macro_to_ifdef and macro_to_endif + Add an args hashref to normalise_items; provide a + disable_utf8_duplication argument to disable the utf8 duplication code. + Branch: perl + ! lib/ExtUtils/Constant/Base.pm +____________________________________________________________________________ +[ 26450] By: rgs on 2005/12/22 17:09:59 + Log: Subject: [PATCH] Ho! Ho! Ho! Santa brings consting! + From: Andy Lester + Date: Thu, 22 Dec 2005 10:57:17 -0600 + Message-ID: <20051222165717.GA2874@petdance.com> + Branch: perl + ! dump.c embed.fnc embed.h gv.c hv.c op.c pp.c pp_ctl.c pp_hot.c + ! pp_sys.c proto.h regcomp.c sv.c toke.c universal.c +____________________________________________________________________________ +[ 26449] By: nicholas on 2005/12/22 17:01:33 + Log: Break out the item normalisation code into a method normalise_items. + Branch: perl + ! lib/ExtUtils/Constant/Base.pm +____________________________________________________________________________ +[ 26448] By: nicholas on 2005/12/22 15:43:20 + Log: Regression tests for proxy subroutine glob assignment. + Fix a bug (it turns out that a typeglob isn't SvOK()) + Remove stray debugging code. + Branch: perl + ! pp_hot.c t/op/gv.t +____________________________________________________________________________ +[ 26447] By: rgs on 2005/12/22 14:55:52 + Log: Subject: [PATCH] eliminate HINT_HH_FOR_EVAL + From: Robin Houston + Date: Thu, 22 Dec 2005 11:54:55 +0000 + Message-ID: <20051222115455.GB30301@rpc142.cs.man.ac.uk> + Branch: perl + ! lib/feature.pm lib/overload.pm lib/sort.pm op.c perl.h + ! t/comp/hints.t +____________________________________________________________________________ +[ 26446] By: nicholas on 2005/12/22 11:23:34 + Log: Add an optimisation to allow proxy constant subroutines to be copied + as proxy constant subroutines in a new symbol table where possible. + (Rather than converting them to full blown constant subroutines and + instantiating 2 typeglobs) + Branch: perl + ! ext/B/t/concise-xs.t gv.c gv.h op.c op.h pp.c pp_hot.c sv.c +____________________________________________________________________________ +[ 26445] By: rgs on 2005/12/22 11:13:25 + Log: Regenerate Changes + Branch: perl + ! Changes +____________________________________________________________________________ +[ 26444] By: gisle on 2005/12/22 10:42:36 + Log: Remove unused variable 'stash' since change 26437. + Branch: perl + ! pp_hot.c +____________________________________________________________________________ +[ 26443] By: rgs on 2005/12/22 10:32:17 + Log: Regenerate perlapi.pod. + Fix indentation of code examples in perlsyn. + Branch: perl + ! pod/perlapi.pod pod/perlsyn.pod +____________________________________________________________________________ +[ 26442] By: rgs on 2005/12/22 10:10:04 + Log: Subject: [PATCH] switch / ~~ doccos + From: Robin Houston + Date: Wed, 21 Dec 2005 13:51:18 +0000 + Message-ID: <20051221135118.GC26527@rpc142.cs.man.ac.uk> + Branch: perl + ! pod/perlsyn.pod +____________________________________________________________________________ +[ 26441] By: merijn on 2005/12/22 07:02:37 + Log: Subject: [PATCH] wrong setting in canned win32/config.vc64 file + From: "Jan Dubois" + Date: Wed, 21 Dec 2005 15:04:30 -0800 + Message-ID: <06c701c60682$e650adc0$d563a8c0@candy> + Branch: perl + ! win32/config.vc64 +____________________________________________________________________________ +[ 26440] By: stevep on 2005/12/22 03:08:59 + Log: Add documentation for method domainname() in Net::Domain. Add some + additional tests for Net::Domain. Also, since it is tested, remove + test case from lib/1_compile.t. One step closer to $500. + Branch: perl + ! lib/Net/Domain.pm lib/Net/t/hostname.t t/lib/1_compile.t +____________________________________________________________________________ +[ 26439] By: nicholas on 2005/12/21 22:40:04 + Log: Avoid negating an unsigned value. (The offset in the SV body table) + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26438] By: nicholas on 2005/12/21 21:20:23 + Log: For consistency sv_2cv should not leave the stash pointer uninitialised + for some cases. Although it seems that only pp_sort pays any attention + to it, of all the code on CPAN. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26437] By: nicholas on 2005/12/21 20:38:42 + Log: Localise the stash variable in pp_entersub(). + Branch: perl + ! pp_hot.c +____________________________________________________________________________ +[ 26436] By: nicholas on 2005/12/21 19:37:48 + Log: Undo my goto spaghetti from change 18340 - what we really need are + hints to compilers about likey/unlikely branches. + Branch: perl + ! pp_hot.c +____________________________________________________________________________ +[ 26435] By: stevep on 2005/12/21 19:04:37 + Log: Add tests for untested math functions in POSIX + Branch: perl + + ext/POSIX/t/math.t + ! MANIFEST +____________________________________________________________________________ +[ 26434] By: nicholas on 2005/12/21 18:34:03 + Log: The lref argument of sv_2cv is actually passed onwards to gv_fetchsv, + so it is a bitmap of flag bits rather than simple TRUE/FALSE. + Branch: perl + ! mg.c pp.c pp_hot.c sv.c +____________________________________________________________________________ +[ 26433] By: rgs on 2005/12/21 17:07:05 + Log: Remove switch from perltodo + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 26432] By: rgs on 2005/12/21 16:16:19 + Log: Subject: [PATCH] Feature bundle is now :5.10, and add -E switch + From: Robin Houston + Date: Wed, 21 Dec 2005 11:00:08 +0000 + Message-ID: <20051221110008.GB25877@rpc142.cs.man.ac.uk> + Branch: perl + + t/lib/feature/err + ! MANIFEST embedvar.h global.sym intrpvar.h lib/feature.pm + ! perl.c perl_keyword.pl perlapi.h pod/perlop.pod + ! pod/perlrun.pod sv.c t/lib/feature/nonesuch t/lib/warnings/op + ! t/op/dor.t t/run/switches.t toke.c +____________________________________________________________________________ +[ 26431] By: rgs on 2005/12/21 11:12:32 + Log: Fix for [perl #37999] lc() + Latin-1 chars is failing erratically + based on copying part of change #22196 from do_chomp() to do_chop(). + Branch: perl + ! doop.c +____________________________________________________________________________ +[ 26430] By: rgs on 2005/12/21 09:23:05 + Log: Subject: [PATCH] Fix bug in change #26379 + From: "Jan Dubois" + Date: Tue, 20 Dec 2005 16:42:24 -0800 + Message-ID: <046001c605c7$69470290$d563a8c0@candy> + Branch: perl + ! win32/win32.c +____________________________________________________________________________ +[ 26429] By: nicholas on 2005/12/20 23:12:17 + Log: rv_2av, rv_2cv and rv_2hv also make use of OPf_SPECIAL, so update the + descriptive comment to include them. + Branch: perl + ! op.h +____________________________________________________________________________ +[ 26428] By: rgs on 2005/12/20 20:50:26 + Log: Remove some hardcoded references to ./perl in tests + Branch: perl + ! t/op/closure.t t/op/magic.t t/run/runenv.t +____________________________________________________________________________ +[ 26427] By: nicholas on 2005/12/20 20:13:12 + Log: Take care in toke.c not to convert constant subroutine reference + proxies into full blown PVGVs with PVCVs, and recognise them and inline + their values. Adds a new function gv_const_sv(gv) to return the value + of the constant subroutine from a GV, and adds a cv parameter to + S_intuit_method. + Branch: perl + ! embed.fnc embed.h gv.c proto.h toke.c +____________________________________________________________________________ +[ 26426] By: merijn on 2005/12/20 19:56:58 + Log: Small update on using threads on HP-UX 10.20 + 64bit is far beyond experimental by now + Branch: perl + ! README.hpux +____________________________________________________________________________ +[ 26425] By: nicholas on 2005/12/20 19:55:46 + Log: Add a GV_NOADD_NOINIT flag to gv_fetch{pv,pvn,sv} that disables + addition of new typeglobs, and also disables initialisation of any + typeglob placeholders. Needed to make the new constant subroutine + proxy references work efficiently. + Branch: perl + ! gv.c gv.h +____________________________________________________________________________ +[ 26424] By: rgs on 2005/12/20 19:37:26 + Log: Fix typos in regular expressions + Branch: perl + ! ext/POSIX/t/time.t +____________________________________________________________________________ +[ 26423] By: nicholas on 2005/12/20 16:34:27 + Log: Get the "cv" from the "gv" once, and be more careful so that we can + cope if either aren't their regular types. + cv_const_sv should verify the type of SV passed, instead of assuming + that it's a viable CV. + Branch: perl + ! op.c toke.c +____________________________________________________________________________ +[ 26422] By: nicholas on 2005/12/20 15:11:09 + Log: Croak if gv_init doesn't know how to create a typeglob from that type + of referant. Test that ARRAY, HASH, PVIO, CODE and FORMAT croak. + Globs are actually first class assignable objects, so test that you + can create a constant subroutine that returns one. + Branch: perl + ! gv.c pod/perldiag.pod t/op/gv.t +____________________________________________________________________________ +[ 26421] By: rgs on 2005/12/20 14:54:10 + Log: POD nits on B::Lint + Branch: perl + ! ext/B/B/Lint.pm +____________________________________________________________________________ +[ 26420] By: rgs on 2005/12/20 14:48:34 + Log: Subject: Re: Pluggable lint patch + From: Joshua ben Jore + Date: Mon, 19 Dec 2005 09:22:04 -0600 + Message-ID: + Branch: perl + ! ext/B/B/Lint.pm ext/B/t/lint.t +____________________________________________________________________________ +[ 26419] By: gisle on 2005/12/20 14:39:22 + Log: Make perlivp skip the *.ph tests by default, since these + files are normally not generated. + The -a option is now needed for it to run all tests. + Branch: perl + ! utils/perlivp.PL +____________________________________________________________________________ +[ 26418] By: rgs on 2005/12/20 14:24:06 + Log: Subject: [TEST PATCH] %^H can now propagate into eval + From: Robin Houston + Date: Tue, 20 Dec 2005 12:06:15 +0000 + Message-ID: <20051220120615.GA21794@rpc142.cs.man.ac.uk> + Branch: perl + ! t/comp/hints.t +____________________________________________________________________________ +[ 26417] By: nicholas on 2005/12/20 14:10:39 + Log: Verify that the code for initialising typeglobs from other types works. + Branch: perl + ! t/op/gv.t +____________________________________________________________________________ +[ 26416] By: rgs on 2005/12/20 13:55:19 + Log: Use PTR2IV instead of casting directly + Branch: perl + ! pp_ctl.c +____________________________________________________________________________ +[ 26415] By: nicholas on 2005/12/20 13:39:01 + Log: gv_fetchpv, gv_fetchpvn and gv_fetchsv take a bitmask of flags, rather + than a simple boolean, so passing FALSE or TRUE is bogus. + Branch: perl + ! doio.c gv.c mg.c op.c pp.c pp_hot.c pp_sys.c regcomp.c sv.c + ! toke.c universal.c +____________________________________________________________________________ +[ 26414] By: nicholas on 2005/12/20 12:51:21 + Log: In Perl_yylex, move the declaration of orig_keyword, gv and gvp down to + the block labelled keylookup. + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 26413] By: rgs on 2005/12/20 10:25:01 + Log: Subject: [PATCH] make failing cygwin test TODO'd + From: Yitzchak Scott-Thoennes + Date: Mon, 19 Dec 2005 03:41:12 -0800 + Message-ID: <20051219114112.GA5568@efn.org> + Branch: perl + ! lib/File/Compare.t +____________________________________________________________________________ +[ 26412] By: nicholas on 2005/12/19 23:47:26 + Log: In Perl_yylex, make tmp a temporary variable local to the blocks in + which it is used. + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 26411] By: nicholas on 2005/12/19 22:38:54 + Log: Assert that orig_keyword, gv and gvp aren't used before the main + keyword parser of Perl_yylex. + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 26410] By: davem on 2005/12/19 22:07:49 + Log: //g loops infinitely on tainted data + make the LHS of expr =~ /foo/g an lvalue, so that any pos magic + attached to it stays attached. + Branch: perl + ! op.c t/op/taint.t +____________________________________________________________________________ +[ 26409] By: nicholas on 2005/12/19 20:57:40 + Log: Make gv_init recognise a reference-to-something in a symbol table as + meaning a constant subroutine with that thing as it value + Branch: perl + ! gv.c +____________________________________________________________________________ +[ 26408] By: rgs on 2005/12/19 19:27:09 + Log: Fix internal broken link ; reindent code examples + Branch: perl + ! pod/perlsyn.pod +____________________________________________________________________________ +[ 26407] By: rgs on 2005/12/19 19:21:47 + Log: Fix typo. + Add empty lines after =items. + Branch: perl + ! pod/perldiag.pod +____________________________________________________________________________ +[ 26406] By: rgs on 2005/12/19 19:18:48 + Log: A note on say() and ORS grabbed from Damian's Perl6::Say. + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 26405] By: rgs on 2005/12/19 18:43:04 + Log: Attempt at making IO::Handle backwards compatible again + Branch: perl + ! ext/IO/lib/IO/Handle.pm +____________________________________________________________________________ +[ 26404] By: nicholas on 2005/12/19 18:28:03 + Log: Make sv_dump (and therefore Devel::Peek) report the value of the + constant in inlineable constant subroutines. + Branch: perl + ! dump.c ext/Devel/Peek/t/Peek.t +____________________________________________________________________________ +[ 26403] By: rgs on 2005/12/19 18:20:48 + Log: sort.pm deserves a new version number + Branch: perl + ! lib/sort.pm +____________________________________________________________________________ +[ 26402] By: rgs on 2005/12/19 18:17:19 + Log: Subject: Re: [PATCH] Make the 'sort' pragma lexically scoped + From: Robin Houston + Date: Dec 19, 2005 6:46 PM + Message-ID: <20051219174620.GA17940@rpc142.cs.man.ac.uk> + Branch: perl + ! embed.fnc embed.h ext/B/B/Concise.pm ext/B/t/concise-xs.t + ! ext/B/t/f_sort.t global.sym lib/feature.pm lib/sort.pm + ! lib/sort.t op.c op.h pod/perlapi.pod pp_sort.c proto.h toke.c +____________________________________________________________________________ +[ 26401] By: rgs on 2005/12/19 16:39:44 + Log: Missing file from last change + Branch: perl + + t/lib/common.pl +____________________________________________________________________________ +[ 26400] By: rgs on 2005/12/19 16:26:15 + Log: Subject: [PATCH] latest switch/say/~~ + From: Robin Houston + Date: Sat, 17 Dec 2005 20:44:31 +0000 + Message-Id: <20051217204431.GB28940@rpc142.cs.man.ac.uk> + Branch: perl + + lib/feature.pm lib/feature.t t/io/say.t t/lib/feature/nonesuch + + t/lib/feature/say t/lib/feature/smartmatch + + t/lib/feature/switch t/op/smartmatch.t t/op/switch.t + ! MANIFEST cop.h embed.fnc embed.h ext/B/B/Deparse.pm + ! ext/B/t/concise-xs.t ext/B/t/f_map.t ext/B/t/optree_samples.t + ! ext/IO/lib/IO/Handle.pm ext/Opcode/Opcode.pm global.sym + ! keywords.h keywords.pl lib/overload.pm lib/warnings.t op.c + ! op.h opcode.h opcode.pl opnames.h perl.h perl_keyword.pl + ! perly.act perly.h perly.tab perly.y pod/perldiag.pod + ! pod/perlfunc.pod pod/perlop.pod pod/perlsyn.pod pp.sym + ! pp_ctl.c pp_proto.h proto.h t/op/cproto.t toke.c +____________________________________________________________________________ +[ 26399] By: rgs on 2005/12/19 09:52:42 + Log: Un-TODO a fixed test + + Subject: Re: Change 26165 broke ext/threads/t/stress_re.t test on Win32 (and patch to t/test.pl and/or Test::Harness) + From: demerphq + Date: Sat, 17 Dec 2005 17:23:23 +0100 + Message-ID: <9b18b3110512170823q1bb2cd27h838b4d4dcdba72c9@mail.gmail.com> + Branch: perl + ! t/op/pat.t +____________________________________________________________________________ +[ 26398] By: rgs on 2005/12/19 09:52:03 + Log: TODO-SKIP tests must be "not ok", or else the test harness will think + it's an unexpected success + + Subject: Re: Change 26165 broke ext/threads/t/stress_re.t test on Win32 (and patch to t/test.pl and/or Test::Harness) + From: demerphq + Date: Sat, 17 Dec 2005 17:23:23 +0100 + Message-ID: <9b18b3110512170823q1bb2cd27h838b4d4dcdba72c9@mail.gmail.com> + Branch: perl + ! t/test.pl +____________________________________________________________________________ +[ 26397] By: rgs on 2005/12/18 10:23:55 + Log: Subject: [PATCH] Make script embedded in patchlevel.h work on win32. + From: demerphq Mailed-By: perl.org + Date: Dec 17, 2005 7:52 PM + Message-ID: <9b18b3110512171052h2052d598rdf038f1d38560317@mail.gmail.com> + Branch: perl + ! patchlevel.h +____________________________________________________________________________ +[ 26396] By: craigb on 2005/12/18 00:16:42 + Log: Two test workarounds for VMS + Branch: perl + ! lib/File/Copy.t t/op/goto.t +____________________________________________________________________________ +[ 26395] By: nicholas on 2005/12/17 23:22:31 + Log: Add some paranoia to check that GP accesses aren't being done on the + wrong types of SV. + Branch: perl + ! gv.h +____________________________________________________________________________ +[ 26394] By: stevep on 2005/12/17 19:21:35 + Log: Upgrade to Time-HiRes-1.86 + Branch: perl + ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm + ! ext/Time/HiRes/t/HiRes.t +____________________________________________________________________________ +[ 26393] By: nicholas on 2005/12/17 18:50:08 + Log: Two it's => its grammar fixes. + Branch: perl + ! op.c perl.h +____________________________________________________________________________ +[ 26392] By: nicholas on 2005/12/17 18:25:59 + Log: Move and const some definitions of variables used to save errno. + Branch: perl + ! doio.c perlio.c +____________________________________________________________________________ +[ 26391] By: nicholas on 2005/12/17 17:46:06 + Log: Add t/op/negate.t to MANIFEST. + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 26390] By: nicholas on 2005/12/17 17:40:44 + Log: Pull the definition of olderrno in sv_2pv_flags into the block where + it's used. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26389] By: stevep on 2005/12/17 15:47:39 + Log: Subject: [PATCH] Correct typo in Time::HiRes tests introduced by patch 26383 + From: Dominic Dunlop + Date: Sat, 17 Dec 2005 15:57:54 +0100 + Message-Id: + Branch: perl + ! ext/Time/HiRes/t/HiRes.t +____________________________________________________________________________ +[ 26388] By: stevep on 2005/12/17 15:41:38 + Log: Fix a typo and add some clarification to change #26387. + Branch: perl + ! pod/perlop.pod +____________________________________________________________________________ +[ 26387] By: stevep on 2005/12/17 15:35:45 + Log: Addition documentation explaining aritmetic negation on strings. Also, + additional test cases based partially on code by Piotr Fusik in + RT #36675: -'-10' eq '+10'. + Branch: perl + + t/op/negate.t + ! pod/perlop.pod +____________________________________________________________________________ +[ 26386] By: nicholas on 2005/12/17 12:00:51 + Log: The IV/UV choice can be made inside uiv_2buf rather than sv_2pv_flags. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26385] By: nicholas on 2005/12/17 11:44:47 + Log: The THINKFIRST check after the GMAGICAL check in sv_2iv_flags and + sv_2uv_flags should have been else if. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26384] By: stevep on 2005/12/17 04:03:05 + Log: Fix for ext/POSIX/t/time.t so the strftime() test works on systems + that aren't quite up to SUS3. Based on a patch by David Dyck in + RT #37960: POSIX/t/time fails bleadperl + Branch: perl + ! ext/POSIX/t/time.t +____________________________________________________________________________ +[ 26383] By: stevep on 2005/12/17 01:46:58 + Log: Upgrade to Time-HiRes-1.85 + Branch: perl + ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm + ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL + ! ext/Time/HiRes/fallback/const-c.inc + ! ext/Time/HiRes/fallback/const-xs.inc ext/Time/HiRes/t/HiRes.t +____________________________________________________________________________ +[ 26382] By: nicholas on 2005/12/16 22:41:01 + Log: Typo fixes from Robin Houston in + <20051216201446.GA24709@rpc142.cs.man.ac.uk> + Branch: perl + ! sv.h +____________________________________________________________________________ +[ 26381] By: nicholas on 2005/12/16 21:54:13 + Log: s/Nullhv/NULL/g; + # Although I see that Robin is proposing to add some :-) + Branch: perl + ! cop.h ext/Data/Dumper/Dumper.xs ext/DynaLoader/dlutils.c gv.c + ! op.c op.h pad.c perl.c sv.c toke.c universal.c xsutils.c +____________________________________________________________________________ +[ 26380] By: nicholas on 2005/12/16 21:30:34 + Log: s/Nullav/NULL/g + Branch: perl + ! cop.h ext/Data/Dumper/Dumper.xs gv.c intrpvar.h pad.c perl.c + ! pp.c pp_ctl.c pp_sort.c scope.c sv.c +____________________________________________________________________________ +[ 26379] By: rgs on 2005/12/16 21:13:37 + Log: Subject: [PATCH] RE: PeekMessage() call in win32\win32.c win32_async_check + From: Jan Dubois + Date: Dec 16, 2005 7:12 AM + Message-ID: <015901c60207$abd64210$d563a8c0@candy> + + (Without the proposed alarm.t test) + Branch: perl + ! t/op/fork.t win32/perlhost.h win32/win32.c win32/win32.h +____________________________________________________________________________ +[ 26378] By: nicholas on 2005/12/16 18:12:26 + Log: Perl_sv_dup should be allocating bodies based on *size*, not the + length to copy. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26377] By: nicholas on 2005/12/16 15:55:51 + Log: comp/require.t exits early for the case of UTF-8 or EBCDIC, so need to + add "new" tests before the end. + Branch: perl + ! t/comp/require.t +____________________________________________________________________________ +[ 26376] By: davem on 2005/12/15 22:03:57 + Log: change #26373 broke threaded builds (aTHX_ now superfluous) + Branch: perl + ! pp_ctl.c +____________________________________________________________________________ +[ 26375] By: stevep on 2005/12/15 18:16:20 + Log: Added test for change #26373. + Branch: perl + ! t/comp/require.t +____________________________________________________________________________ +[ 26374] By: rgs on 2005/12/15 18:00:34 + Log: Fix for [perl #37886] strict 'refs' doesn't apply inside defined + Branch: perl + ! pod/perl593delta.pod pp.c t/lib/strict/refs +____________________________________________________________________________ +[ 26373] By: stevep on 2005/12/15 17:48:42 + Log: Prevent require() from attempting to open directories and block + devices. This fixes RT #24404. + Branch: perl + ! embed.fnc embed.h pp_ctl.c proto.h +____________________________________________________________________________ +[ 26372] By: nicholas on 2005/12/15 17:26:52 + Log: Use PL_op_desc rather than literal strings in pp_ioctl + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 26371] By: nicholas on 2005/12/15 17:26:22 + Log: Expand the comment describing the intent of change 26370, and how it + relates to change 24660. + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 26370] By: rgs on 2005/12/15 17:12:01 + Log: Don't autovivify stashes as soon as the lexer sees them. + This makes defined %foo::bar:: work again. + Add tests for it, remove note in perldelta about having broken it. + Branch: perl + ! pod/perl593delta.pod t/op/stash.t toke.c +____________________________________________________________________________ +[ 26369] By: nicholas on 2005/12/15 16:24:21 + Log: In Perl_apply, the name of the op can be found from PL_op_name, instead + of using local string constants. + Branch: perl + ! doio.c +____________________________________________________________________________ +[ 26368] By: rgs on 2005/12/15 15:11:15 + Log: More general fix for bug [perl #37915] + Make Net::Ping::mselect return undef on error instead of -1. + Branch: perl + ! lib/Net/Ping.pm +____________________________________________________________________________ +[ 26367] By: rgs on 2005/12/15 14:44:51 + Log: Subject: [perl #37915] Bad select error handling in Net::Ping + From: alexander_bluhm@genua.de (via RT) + Date: Tue, 13 Dec 2005 10:44:47 -0800 + Message-ID: + Branch: perl + ! lib/Net/Ping.pm +____________________________________________________________________________ +[ 26366] By: gisle on 2005/12/15 12:34:12 + Log: Silence test output to STDERR + because it makes the 'make test' output look ugly. + Branch: perl + ! ext/Sys/Syslog/t/00-load.t +____________________________________________________________________________ +[ 26365] By: gisle on 2005/12/15 10:42:03 + Log: Subject: Re: [perl #37897] sprintf of version objects + From: John Peacock + Date: Wed, 14 Dec 2005 10:12:56 -0500 + Message-ID: <43A03678.2060700@rowman.com> + + (with some formatting tweaks and extra test cases) + Branch: perl + ! sv.c t/op/sprintf.t +____________________________________________________________________________ +[ 26364] By: rgs on 2005/12/15 10:04:36 + Log: Some cleanups by Jarkko (and one by myself) to check83.pl + Branch: perl + ! Porting/check83.pl +____________________________________________________________________________ +[ 26363] By: craigb on 2005/12/15 03:59:21 + Log: On VMS, put pods in [.lib.pods] rather than [.lib.pod] + in order to avoid collisions with [.lib.Pod] + Branch: perl + ! configure.com installperl vms/descrip_mms.template +____________________________________________________________________________ +[ 26362] By: stevep on 2005/12/15 02:33:11 + Log: Reverting change #26360 and #26361 since it appears that the bugs I + thought I fixed had been previously fixed with change #25953. + Branch: perl + ! pp_sort.c +____________________________________________________________________________ +[ 26361] By: stevep on 2005/12/15 02:02:25 + Log: Again, FREETMPS not SAVETMPS! + Branch: perl + ! pp_sort.c +____________________________________________________________________________ +[ 26360] By: stevep on 2005/12/15 02:00:19 + Log: Add a missing FREETMPS to match up with a SAVETMPS. This change + fixes problems with nested sorts. (RTs #7063 and #36430). + Branch: perl + ! pp_sort.c +____________________________________________________________________________ +[ 26359] By: stevep on 2005/12/15 00:36:25 + Log: Upgrade to Getopt-Long-2.35 + Branch: perl + ! lib/Getopt/Long.pm +____________________________________________________________________________ +[ 26358] By: craigb on 2005/12/14 22:03:28 + Log: Using the system's utime() requires a patch to vms/vmsish.h + that has not been submitted yet. + Branch: perl + ! vms/vms.c +____________________________________________________________________________ +[ 26357] By: nicholas on 2005/12/14 16:41:33 + Log: lib/Pod/t/man.t should use TODO with not ok to express its intentions + correctly in TAP. (or alternatively if it really wants to skip, it + needs to print ok) + Branch: perl + ! lib/Pod/t/man.t +____________________________________________________________________________ +[ 26355] By: nicholas on 2005/12/14 15:25:39 + Log: Duplicate the AMAGIC temporary variable consting from sv_2iv_flags into + sv_2uv_flags, sv_2nv and sv_2pv_flags. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26354] By: nicholas on 2005/12/14 14:59:18 + Log: Simplify the SvGMAGIC code in sv_[ipu]v_flags. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26353] By: nicholas on 2005/12/14 14:08:24 + Log: Simplify the SvGMAGIC code in sv_2nv, removing duplicated checks to + warn for uninitialized values. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26352] By: nicholas on 2005/12/14 13:22:14 + Log: The logic to use SVt_NV or SVt_PVNV is in sv_upgrade, so no need to + dupliate it in sv_2nv. Also, the final sv_upgrade is never called. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26351] By: davem on 2005/12/14 12:46:29 + Log: forgot to add new file to change #26350 + Branch: perl + + ext/threads/shared/t/blessed.t +____________________________________________________________________________ +[ 26350] By: davem on 2005/12/14 12:44:20 + Log: Subject: [perl #37919] Blessed scalar refs with threads::shared + From: "Jerry D. Hedden" (via RT) + Date: Tue, 13 Dec 2005 15:11:20 -0800 + Message-Id: + + Unlike arrays and hashes, coping blessed refs to shared scalars left + the copy unblessed + Branch: perl + ! MANIFEST ext/threads/shared/shared.xs +____________________________________________________________________________ +[ 26349] By: steveh on 2005/12/14 12:41:02 + Log: Fix compilation error when building with -DPERL_MEM_LOG_STDERR + Branch: perl + ! util.c +____________________________________________________________________________ +[ 26347] By: nicholas on 2005/12/13 22:07:30 + Log: Convert range.t to test.pl + Branch: perl + ! t/op/range.t +____________________________________________________________________________ +[ 26346] By: nicholas on 2005/12/13 20:05:31 + Log: Update embed.fnc and headers after change 26345 (spotted by Rafael) + Branch: perl + ! embed.fnc embed.h proto.h +____________________________________________________________________________ +[ 26345] By: nicholas on 2005/12/13 19:44:22 + Log: Inline asIV and asUV, as each is only used once, and it distracts from + the patterns of repeated code in sv_2iv_flags, sv_2uv_flags, sv_2nv + and sv_2pv_flags. Add a comment noting the return path from the end of + the SvGMAGICAL case to all 4. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26344] By: craigb on 2005/12/13 17:27:48 + Log: Don't include utime.h in vms.c -- it collides with + homegroun definitions in vmsish.h. + Branch: perl + ! vms/vms.c +____________________________________________________________________________ +[ 26343] By: rgs on 2005/12/13 14:07:12 + Log: Fix realclean target for Sys::Syslog + Branch: perl + ! ext/Sys/Syslog/Makefile.PL +____________________________________________________________________________ +[ 26342] By: gisle on 2005/12/13 13:54:44 + Log: Remove tests that were not portable to 64bit ints. + Branch: perl + ! t/op/sprintf2.t +____________________________________________________________________________ +[ 26341] By: stevep on 2005/12/13 12:17:57 + Log: Renaming of some of Pod::Simple's test files to make it more 8.3 + friendly. + Branch: perl + +> lib/Pod/Simple/t/junk1.pod lib/Pod/Simple/t/junk1_out.txt + +> lib/Pod/Simple/t/junk2.pod lib/Pod/Simple/t/junk2_out.txt + +> lib/Pod/Simple/t/perlcyg.pod lib/Pod/Simple/t/perlcyg_out.txt + +> lib/Pod/Simple/t/perlfaq3.pod + +> lib/Pod/Simple/t/perlfaq3_out.txt lib/Pod/Simple/t/perlvar.pod + +> lib/Pod/Simple/t/perlvar_out.txt + - lib/Pod/Simple/t/test_junk1.pod + - lib/Pod/Simple/t/test_junk1_out.txt + - lib/Pod/Simple/t/test_junk2.pod + - lib/Pod/Simple/t/test_junk2_out.txt + - lib/Pod/Simple/t/test_old_perlcygwin.pod + - lib/Pod/Simple/t/test_old_perlcygwin_out.txt + - lib/Pod/Simple/t/test_old_perlfaq3.pod + - lib/Pod/Simple/t/test_old_perlfaq3_out.txt + - lib/Pod/Simple/t/test_old_perlvar.pod + - lib/Pod/Simple/t/test_old_perlvar_out.txt + ! MANIFEST lib/Pod/Simple/t/render.t +____________________________________________________________________________ +[ 26340] By: stevep on 2005/12/13 11:54:54 + Log: Changes to Pod::Simple's tests to get rid of the "^"s in the + directory names. + Branch: perl + + lib/Pod/Simple/t/other_test_lib/Sizzlesuzzle.pm + + lib/Pod/Simple/t/other_test_lib/hink_honk/Glunk.pod + + lib/Pod/Simple/t/other_test_lib/hink_honk/Vliff.pm + + lib/Pod/Simple/t/other_test_lib/hink_honk/readme.txt + + lib/Pod/Simple/t/other_test_lib/pod/perlthang.pod + + lib/Pod/Simple/t/other_test_lib/pod/perlzuk.pod + + lib/Pod/Simple/t/other_test_lib/squaa/Vliff.pm + + lib/Pod/Simple/t/other_test_lib/squaa/Wowo.pod + + lib/Pod/Simple/t/test_lib/Blorm.pm + + lib/Pod/Simple/t/test_lib/Zonk/Fiddle.txt + + lib/Pod/Simple/t/test_lib/Zonk/Pronk.pm + + lib/Pod/Simple/t/test_lib/Zonk/Veng.pm + + lib/Pod/Simple/t/test_lib/hink_honk/Glunk.pod + + lib/Pod/Simple/t/test_lib/hink_honk/Vliff.pm + + lib/Pod/Simple/t/test_lib/hink_honk/readme.txt + + lib/Pod/Simple/t/test_lib/pod/perlfliff.pod + + lib/Pod/Simple/t/test_lib/pod/perlthang.pod + + lib/Pod/Simple/t/test_lib/squaa.pm + + lib/Pod/Simple/t/test_lib/squaa/Glunk.pod + + lib/Pod/Simple/t/test_lib/squaa/Vliff.pm + + lib/Pod/Simple/t/test_lib/zikzik.pod + + lib/Pod/Simple/t/yet_another_test_lib/squaa/Vliff.pm + - lib/Pod/Simple/t/other^test^lib/Sizzlesuzzle.pm + - lib/Pod/Simple/t/other^test^lib/hink^honk/Glunk.pod + - lib/Pod/Simple/t/other^test^lib/hink^honk/Vliff.pm + - lib/Pod/Simple/t/other^test^lib/hink^honk/readme.txt + - lib/Pod/Simple/t/other^test^lib/pod/perlthang.pod + - lib/Pod/Simple/t/other^test^lib/pod/perlzuk.pod + - lib/Pod/Simple/t/other^test^lib/squaa/Vliff.pm + - lib/Pod/Simple/t/other^test^lib/squaa/Wowo.pod + - lib/Pod/Simple/t/test^lib/Blorm.pm + - lib/Pod/Simple/t/test^lib/Zonk/Fiddle.txt + - lib/Pod/Simple/t/test^lib/Zonk/Pronk.pm + - lib/Pod/Simple/t/test^lib/Zonk/Veng.pm + - lib/Pod/Simple/t/test^lib/hink^honk/Glunk.pod + - lib/Pod/Simple/t/test^lib/hink^honk/Vliff.pm + - lib/Pod/Simple/t/test^lib/hink^honk/readme.txt + - lib/Pod/Simple/t/test^lib/pod/perlfliff.pod + - lib/Pod/Simple/t/test^lib/pod/perlthang.pod + - lib/Pod/Simple/t/test^lib/squaa.pm + - lib/Pod/Simple/t/test^lib/squaa/Glunk.pod + - lib/Pod/Simple/t/test^lib/squaa/Vliff.pm + - lib/Pod/Simple/t/test^lib/zikzik.pod + - lib/Pod/Simple/t/yet^another^test^lib/squaa/Vliff.pm + ! MANIFEST lib/Pod/Simple/t/htmlbatch_01.t + ! lib/Pod/Simple/t/search_10survey_specific.t + ! lib/Pod/Simple/t/search_12survey_cwd.t + ! lib/Pod/Simple/t/search_20survey_two.t + ! lib/Pod/Simple/t/search_22survey_two_shadowing.t + ! lib/Pod/Simple/t/search_25_glob_squaa_coloncolon_kleene.t + ! lib/Pod/Simple/t/search_26_glob_kleene_k.t + ! lib/Pod/Simple/t/search_27_glob_squaa_kleene.t + ! lib/Pod/Simple/t/search_28_glob_z_kleene_k.t + ! lib/Pod/Simple/t/search_29_glob_z_qmark_k.t +____________________________________________________________________________ +[ 26339] By: gisle on 2005/12/13 11:40:26 + Log: Add overflow check to EXPECT_NUMBER() used by sv_vcatpvfn(). + sprintf() or printf() will now croak if any of the indexes and + widths specified in the format string are too large. + Branch: perl + ! pod/perldiag.pod sv.c t/op/sprintf.t t/op/sprintf2.t +____________________________________________________________________________ +[ 26338] By: rgs on 2005/12/13 11:20:16 + Log: Subject: Re: check83.pl + From: Yitzchak Scott-Thoennes + Date: Sun, 11 Dec 2005 07:19:58 -0800 + Message-ID: <20051211151958.GA6188@efn.org> + Branch: perl + ! Porting/check83.pl +____________________________________________________________________________ +[ 26337] By: steveh on 2005/12/13 09:41:29 + Log: Fix lib/File/Compare.t test failures on Win32 + + Change 26225, updated by 26245, added a test for another filename with + a trailing space but failed to open the new filehandle in binary mode + + To compound matters, creating a file called "foo " on Win32 "succeeds" + but actually creates a file called just "foo", so we have actually + overwritten the original file with this non-binary mode version, and + hence some of the original tests started failing too! + + (And because of this the new test doesn't actually add anything new on + Win32 at the moment, but right now I can't think of a filename that + would have failed under 2-arg open but succeeds with 3-arg open, which + was the purpose of this test) + Branch: perl + ! lib/File/Compare.t +____________________________________________________________________________ +[ 26336] By: steveh on 2005/12/13 08:54:45 + Log: Don't try to export Perl_pad_sv when it isn't defined + + Fixes a Win32 linker error in non-DEBUGGING builds following 26316 + Branch: perl + ! makedef.pl +____________________________________________________________________________ +[ 26334] By: rgs on 2005/12/12 16:03:00 + Log: A suggestion by Yamashina Hio to speed up substitutions + with right-hand side expressions by freeing temporaries. + See : + + Subject: s///ge; consumes PL_tmps_stack in its loop + From: YAMASHINA Hio + Date: Tue, 30 Aug 2005 17:17:23 +0900 + Message-Id: <20050830160113.9716.HIO@ymir.co.jp> + Branch: perl + ! pp_ctl.c +____________________________________________________________________________ +[ 26332] By: nicholas on 2005/12/12 15:24:06 + Log: Check that %v$foo does not crash. + Branch: perl + ! t/op/sprintf2.t +____________________________________________________________________________ +[ 26330] By: gisle on 2005/12/12 13:55:14 + Log: Use load_module() instead of perl_eval_sv("require $mod") to + load modules. This is safer since $mod comes from an external + source. + Branch: perl + ! ext/Storable/Storable.xs +____________________________________________________________________________ +[ 26329] By: stevep on 2005/12/12 13:21:03 + Log: Pod::Man's tests aren't Unicode friendly. Let's skip the unfriendly + test for now. + Branch: perl + ! lib/Pod/t/man.t +____________________________________________________________________________ +[ 26328] By: rgs on 2005/12/12 13:18:21 + Log: Robin Houston points out a better way to replace + the C construct. + Branch: perl + ! pod/perl593delta.pod +____________________________________________________________________________ +[ 26327] By: gisle on 2005/12/12 12:21:39 + Log: Oops, change 26326 broke t/run/switches.t + Reverting change 24912 fixes it. + Branch: perl + ! t/run/switches.t +____________________________________________________________________________ +[ 26326] By: gisle on 2005/12/12 10:41:04 + Log: Drop "v" prefix from sprintf("%vd", $^V). + + The sprintf documentation has this example: + + printf "version is v%vd\n", $^V; + + and it printed 'version is vv5.9.3\n'. + Branch: perl + ! sv.c t/op/sprintf.t +____________________________________________________________________________ +[ 26325] By: nicholas on 2005/12/11 22:37:40 + Log: Fix *printf %*vd with mixed Latin 1/UTF-8. (Fixes bug 37889) + Branch: perl + ! sv.c t/uni/sprintf.t +____________________________________________________________________________ +[ 26324] By: nicholas on 2005/12/11 20:34:33 + Log: Move the rest of the data munging into the test preparation loop. + Branch: perl + ! t/op/sprintf.t +____________________________________________________________________________ +[ 26323] By: nicholas on 2005/12/11 19:49:53 + Log: Move the $data and $result munging into the test preparation loop. + Branch: perl + ! t/op/sprintf.t +____________________________________________________________________________ +[ 26321] By: gisle on 2005/12/11 18:14:24 + Log: Disallow sprintf's vector handling for non-integer formats. + Avoids core dump for printf("%vs") and similar. + Branch: perl + ! sv.c t/op/sprintf.t +____________________________________________________________________________ +[ 26320] By: nicholas on 2005/12/11 12:54:14 + Log: Quench the other 2 ways obscure ways of abusing positional parameters + to generate bogus array indexes. These two are inside the vector + formatting code. + Branch: perl + ! sv.c t/op/sprintf.t +____________________________________________________________________________ +[ 26319] By: nicholas on 2005/12/10 18:13:33 + Log: Re-instate the old perl getcwd as _perl_getcwd, and use it if loading + the XS fails. (Needed to bootstrap the core build) + Branch: perl + ! lib/Cwd.pm +____________________________________________________________________________ +[ 26318] By: stevep on 2005/12/10 15:42:39 + Log: Upgrade to PathTools-3.14_01 + Branch: perl + ! ext/Cwd/Changes ext/Cwd/Cwd.xs lib/Cwd.pm lib/File/Spec.pm + ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm + ! lib/File/Spec/t/Spec.t +____________________________________________________________________________ +[ 26317] By: stevep on 2005/12/10 15:21:37 + Log: Subject: [PATCH] Code tweaks in sv.c + From: Andy Lester + Date: Fri, 9 Dec 2005 11:09:21 -0600 + Message-ID: <20051209170921.GC16943@petdance.com> + + Includes a minor change the patch to account for code that moved + elsewhere. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26316] By: stevep on 2005/12/10 15:14:37 + Log: Subject: [PATCH] Excluding pad funcs when not debugging + From: Andy Lester + Date: Wed, 7 Dec 2005 21:58:05 -0600 + Message-ID: <20051208035805.GA23007@petdance.com> + Branch: perl + ! pad.c +____________________________________________________________________________ +[ 26315] By: nicholas on 2005/12/09 23:09:42 + Log: A better hash for PTR_TABLE_HASH (?) + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26314] By: craigb on 2005/12/09 21:13:50 + Log: Subject: patch@26310 - Major step for > 256 char paths on VMS + From: "John E. Malmberg" + Date: Fri, 09 Dec 2005 14:08:53 -0500 + Message-id: <4399D645.8070803@qsl.net> + Branch: perl + ! vms/vms.c +____________________________________________________________________________ +[ 26313] By: nicholas on 2005/12/09 19:18:32 + Log: An alternative way of structuring ptr_table_clear so that the variables + can be assigned to at declaration time. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26312] By: nicholas on 2005/12/09 18:46:17 + Log: A more efficient way to loop in ptr_table_clear + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26311] By: stevep on 2005/12/09 13:22:33 + Log: Subject: Re: Pod::Simple integration + From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig) + Date: Fri, 09 Dec 2005 07:06:00 +0100 + Message-ID: <87k6ee7qk7.fsf@k75.linux.bogus> + + These files are still giving problems after attempting to convert + them to text in p4. The tests pass without them, so we'll remove them + from the Perl distribution. + Branch: perl + - lib/Pod/Simple/t/corpus/haiku-iso2202jp.txt + - lib/Pod/Simple/t/corpus/haiku-iso2202jpx.txt + - lib/Pod/Simple/t/corpus/haiku-iso2202jpy.txt + - lib/Pod/Simple/t/corpus_not_yet_impl/polish_utf16be_bom.txt + - lib/Pod/Simple/t/corpus_not_yet_impl/polish_utf16le_bom.txt + ! MANIFEST +____________________________________________________________________________ +[ 26310] By: stevep on 2005/12/09 03:39:17 + Log: Fixes compile errors introduce with change #26301 when compiling + with ithreads and DEBUGGING. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26309] By: stevep on 2005/12/09 02:07:32 + Log: Upgrade to Sys-Syslog-0.10 + Branch: perl + + ext/Sys/Syslog/Changes ext/Sys/Syslog/README + + ext/Sys/Syslog/fallback/const-c.inc + + ext/Sys/Syslog/fallback/const-xs.inc + + ext/Sys/Syslog/t/00-load.t ext/Sys/Syslog/t/constants.t + + ext/Sys/Syslog/t/distchk.t ext/Sys/Syslog/t/pod.t + + ext/Sys/Syslog/t/podcover.t ext/Sys/Syslog/t/podspell.t + + ext/Sys/Syslog/t/portfs.t + ! MANIFEST ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.pm + ! ext/Sys/Syslog/t/syslog.t +____________________________________________________________________________ +[ 26308] By: stevep on 2005/12/09 01:41:44 + Log: Upgrade to CGI.pm-3.15 + Branch: perl + ! lib/CGI.pm lib/CGI/Changes +____________________________________________________________________________ +[ 26307] By: stevep on 2005/12/08 19:40:33 + Log: Add pointer to Pod::Simple for the Pod -> HTML task. + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 26306] By: stevep on 2005/12/08 19:21:25 + Log: One final Pod::Usage yak to shave... + Branch: perl + ! lib/Pod/Usage.pm +____________________________________________________________________________ +[ 26305] By: stevep on 2005/12/08 19:07:38 + Log: Version bump for Pod::Usage + Branch: perl + ! lib/Pod/Usage.pm +____________________________________________________________________________ +[ 26304] By: stevep on 2005/12/08 19:04:59 + Log: Further yak-shaving on Pod::Usage. Now, t/pod/pod2usage2.t tests + pass. + Branch: perl + ! lib/Pod/Usage.pm t/pod/pod2usage2.t +____________________________________________________________________________ +[ 26303] By: stevep on 2005/12/08 15:53:36 + Log: Fix to Pod::Usage to work with all recent Pod::Text versions. Also + includes a change to the Pod::Usage test file for compatibility + purposes. + Branch: perl + ! lib/Pod/Usage.pm lib/Pod/t/Usage.t +____________________________________________________________________________ +[ 26302] By: craigb on 2005/12/08 14:47:57 + Log: On VMS, do not use Perl's memory allocator for the home-grown pipe + structures. They may be allocated during start-up and are torn down + in an exit handler, where thread context and other Perlish support + are iffy. + Branch: perl + ! vms/vms.c +____________________________________________________________________________ +[ 26301] By: nicholas on 2005/12/08 14:06:37 + Log: Merge common code from ptr_table_fetch and ptr_table_store into + S_ptr_table_find. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26300] By: gisle on 2005/12/08 09:56:22 + Log: Fixup the setsockopt usage message; missing OPTVAL. + Branch: perl + ! ext/IO/lib/IO/Socket.pm +____________________________________________________________________________ +[ 26299] By: gisle on 2005/12/08 09:53:35 + Log: Improve the setsockopt description. + Removed claim that OPTVAL might be undef as it is just treated + the same as 0 and give the usual use-of-uninitialized-value + warning. Added an example. + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 26298] By: craigb on 2005/12/08 04:34:42 + Log: Subject: patch@26253 Allow embedded new lines passed through to commands + From: "John E. Malmberg" + Date: Wed, 07 Dec 2005 22:26:21 -0500 + Message-id: <4397A7DD.8030403@qsl.net> + Branch: perl + ! vms/vms.c +____________________________________________________________________________ +[ 26297] By: stevep on 2005/12/07 20:39:24 + Log: One quick fix to the test for differences in error output. + Branch: perl + ! lib/Pod/t/Usage.t +____________________________________________________________________________ +[ 26296] By: rgs on 2005/12/07 15:46:46 + Log: Subject: [PATCH] All args in embed.fnc should be named + From: Andy Lester + Date: Wed, 7 Dec 2005 10:08:18 -0600 + Message-ID: <20051207160818.GA13465@petdance.com> + Branch: perl + ! embed.fnc embed.pl pod/perlapi.pod proto.h +____________________________________________________________________________ +[ 26295] By: rgs on 2005/12/07 15:13:03 + Log: Don't build manpages for Encode and Unicode::Normalize + (when compiling perl manpages are built afterwards, not + by MakeMaker like when installing modules.) This fix a + bootstrap problem (now that Pod::Man uses POSIX.) + Branch: perl + ! ext/Encode/Makefile.PL ext/Unicode/Normalize/Makefile.PL +____________________________________________________________________________ +[ 26294] By: rgs on 2005/12/07 13:22:39 + Log: Check in those files as text, not binary + Branch: perl + ! lib/Pod/Simple/t/corpus/haiku-iso2202jp.txt + ! lib/Pod/Simple/t/corpus/haiku-iso2202jpx.txt + ! lib/Pod/Simple/t/corpus/haiku-iso2202jpy.txt + ! lib/Pod/Simple/t/corpus_not_yet_impl/polish_utf16be_bom.txt + ! lib/Pod/Simple/t/corpus_not_yet_impl/polish_utf16le_bom.txt +____________________________________________________________________________ +[ 26293] By: rgs on 2005/12/07 13:01:00 + Log: Remove space + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 26292] By: stevep on 2005/12/07 12:36:59 + Log: Upgrade to podlators-2.00 + Branch: perl + + lib/Pod/t/color.t lib/Pod/t/termcap.t + - lib/Pod/t/text-errors.t + ! MANIFEST lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm + ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm + ! lib/Pod/t/basic.cap lib/Pod/t/basic.clr lib/Pod/t/basic.man + ! lib/Pod/t/basic.ovr lib/Pod/t/basic.pod lib/Pod/t/basic.t + ! lib/Pod/t/basic.txt lib/Pod/t/man.t lib/Pod/t/text-options.t + ! lib/Pod/t/text.t pod/pod2man.PL pod/pod2text.PL +____________________________________________________________________________ +[ 26291] By: stevep on 2005/12/07 11:38:00 + Log: Assimilate Pod-Simple-3.03 to the Perl core + Branch: perl + + (add 170 files) + ! MANIFEST Porting/Maintainers.pl +____________________________________________________________________________ +[ 26290] By: nicholas on 2005/12/07 08:53:03 + Log: Pull the regexp stringification code out into S_stringify_regexp, to + make sv_2pv_flags clearer. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26289] By: nicholas on 2005/12/07 08:30:26 + Log: 3 instances of SvIsUV_on(sv); can be replaced with one. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26288] By: stevep on 2005/12/07 02:10:26 + Log: Upgrade to CGI-3.14. + + Mmm...pi. Oh, also including some Pod fixes in bleadperl that haven't + yet been applied to the actual CGI distribution yet. + Branch: perl + ! lib/CGI.pm lib/CGI/Changes lib/CGI/t/form.t +____________________________________________________________________________ +[ 26287] By: nicholas on 2005/12/06 21:55:29 + Log: Add a ; that 26281 was lacking. + (Dear Mark, please can I have back one of the two that I sent you after + change 23614) + Branch: perl + ! util.c +____________________________________________________________________________ +[ 26286] By: nicholas on 2005/12/06 21:39:24 + Log: Move vast swathes of common code from sv_2iv_flags and sv_2uv_flags + into S_sv_2iuv_common. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26285] By: nicholas on 2005/12/06 19:41:43 + Log: The early return for SvIOKp(sv) in sv_2[iu]v_flags is actually code + duplication. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26281] By: rgs on 2005/12/06 17:23:09 + Log: Subject: [PATCH] More consting, and putting stuff in embed.fnc + From: Andy Lester + Date: Mon, 5 Dec 2005 13:46:13 -0600 + Message-ID: <20051205194613.GB7791@petdance.com> + Branch: perl + ! deb.c doio.c dump.c embed.fnc embed.h hv.c hv.h locale.c mg.c + ! op.c op.h pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c + ! proto.h regcomp.c sv.c taint.c toke.c utf8.c util.c +____________________________________________________________________________ +[ 26280] By: nicholas on 2005/12/06 16:53:46 + Log: Subject: Re: stringification of v-string references + From: John Peacock + Message-ID: <439592B4.2050101@rowman.com> + Date: Tue, 06 Dec 2005 08:31:32 -0500 + Branch: perl + ! t/op/ref.t +____________________________________________________________________________ +[ 26279] By: gisle on 2005/12/06 16:42:31 + Log: Fix typo spotted by Ronald J Kimball. + Branch: perl + ! ext/Sys/Syslog/Syslog.pm +____________________________________________________________________________ +[ 26278] By: rgs on 2005/12/06 14:56:28 + Log: Subject: Re: Perl PR: "Security holes in Sys::Syslog" + From: Ronald J Kimball + Date: Tue, 6 Dec 2005 09:56:12 -0500 + Message-ID: <20051206145612.GA94530@penkwe.pair.com> + Branch: perl + ! ext/Sys/Syslog/Syslog.pm +____________________________________________________________________________ +[ 26277] By: gisle on 2005/12/06 14:45:30 + Log: Document why syslog($priority, "%s", $message) is a good idea + if the code might be running with older versions of Sys::Syslog. + Branch: perl + ! ext/Sys/Syslog/Syslog.pm +____________________________________________________________________________ +[ 26276] By: merijn on 2005/12/06 14:30:53 + Log: Itanium blade servers added to the model list + Branch: perl + ! README.hpux +____________________________________________________________________________ +[ 26275] By: nicholas on 2005/12/06 13:56:15 + Log: Don't use Copy for 1 and 2 character string constants. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26274] By: nicholas on 2005/12/06 13:40:07 + Log: Eliminate an unneeded local variable. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26273] By: nicholas on 2005/12/06 13:08:57 + Log: Eliminate all the gotos in sv_2pv_flags, by moving the tokensave* + code into the GMAGIC block. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26272] By: nicholas on 2005/12/06 12:19:23 + Log: sv_2pv_flags shouldn't return a constant string "NULLREF" - it was the + only constant non-"" string returned. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26271] By: nicholas on 2005/12/05 23:57:51 + Log: Make all the return statements closer to the final calcuation of the + returned value in the reference stringification code. Pull variables + into tigher scope which also allows some to become const. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26270] By: nicholas on 2005/12/05 23:29:46 + Log: Move the scope of origsv inwards, and rename variables to avoid the + need to re-assign to sv. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26269] By: nicholas on 2005/12/05 23:12:33 + Log: Clone the brief return logic and thereby remove a goto. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26268] By: nicholas on 2005/12/05 22:44:32 + Log: As they are now the same, can fold the entire switch statement for + reference type in sv_2pv_flags into a call to sv_reftype. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26267] By: nicholas on 2005/12/05 22:20:31 + Log: Untease the regexp stringification from the reference naming in + sv_2pv_flags. (Lots of re-indentation, little real change) + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26266] By: nicholas on 2005/12/05 21:58:20 + Log: References to version objects should stringify as VSTRING. This makes + stringification consistent with the output of ref(). + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26265] By: nicholas on 2005/12/05 20:37:11 + Log: The extra return is actually a duplicated code path, and can go. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26264] By: nicholas on 2005/12/05 20:09:23 + Log: Fix typo in description. + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 26263] By: nicholas on 2005/12/05 19:56:43 + Log: Add ext/MIME/Base64/README to MANIFEST + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 26262] By: stevep on 2005/12/05 16:35:14 + Log: Upgrade to MIME-Base64-3.07 + Branch: perl + + ext/MIME/Base64/README + ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Changes + ! ext/MIME/Base64/QuotedPrint.pm +____________________________________________________________________________ +[ 26261] By: stevep on 2005/12/05 16:29:46 + Log: Upgrade to Digest-MD5-2.36 + Branch: perl + ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm + ! ext/Digest/MD5/README ext/Digest/MD5/t/files.t +____________________________________________________________________________ +[ 26260] By: stevep on 2005/12/05 16:20:17 + Log: Upgrade to CGI.pm-3.13 + Branch: perl + + lib/CGI/t/no_tabindex.t + ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Changes + ! lib/CGI/Cookie.pm lib/CGI/t/form.t +____________________________________________________________________________ +[ 26259] By: rgs on 2005/12/05 16:19:35 + Log: "Malformed UTF-8 character" was a severe warning, and can now be + also a fatal error (since change #26258) + Branch: perl + ! pod/perldiag.pod +____________________________________________________________________________ +[ 26258] By: rgs on 2005/12/05 16:04:16 + Log: Subject: Re: [perl #37836] Simple Regex causes SEGV when run on specific data + From: SADAHIRO Tomoyuki + Date: Tue, 06 Dec 2005 00:35:52 +0900 + Message-Id: <20051206003221.5AD9.BQW10602@nifty.com> + Branch: perl + ! regexec.c +____________________________________________________________________________ +[ 26257] By: rgs on 2005/12/05 15:25:00 + Log: Better variable names make code clearer + + Subject: Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup) + From: SADAHIRO Tomoyuki + Date: Sun, 04 Dec 2005 16:24:29 +0900 + Message-Id: <20051204162412.D720.BQW10602@nifty.com> + Branch: perl + ! embed.fnc proto.h utf8.c +____________________________________________________________________________ +[ 26256] By: rgs on 2005/12/05 15:20:32 + Log: Rework the error messages from the swashget code. + + Subject: Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup) + From: SADAHIRO Tomoyuki + Date: Sun, 04 Dec 2005 16:24:59 +0900 + Message-Id: <20051204162431.D723.BQW10602@nifty.com> + Branch: perl + ! pod/perldiag.pod utf8.c +____________________________________________________________________________ +[ 26255] By: rgs on 2005/12/05 15:15:53 + Log: Clarification and cleanup of the XS SWASHGET code + + Subject: Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup) + From: SADAHIRO Tomoyuki + Date: Sun, 04 Dec 2005 16:28:35 +0900 + Message-Id: <20051204162508.D726.BQW10602@nifty.com> + Branch: perl + ! lib/utf8_heavy.pl regexec.c t/op/pat.t utf8.c +____________________________________________________________________________ +[ 26254] By: rgs on 2005/12/05 09:58:02 + Log: Subject: [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.80.tar.gz + From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig) + Date: Sat, 03 Dec 2005 12:24:05 +0100 + Message-ID: <87mzji8luy.fsf@k75.linux.bogus> + Branch: perl + ! lib/CPAN.pm lib/CPAN/SIGNATURE lib/CPAN/Version.pm +____________________________________________________________________________ +[ 26253] By: mhx on 2005/12/04 19:37:58 + Log: NULL is a legal value for newXS()'s name parameter. + (This caused strange build failures with gcc4 -O3) + Branch: perl + ! embed.fnc proto.h +____________________________________________________________________________ +[ 26252] By: stevep on 2005/12/04 15:30:55 + Log: Fix handling of author's names that had apostrophes. Based on a patch + by Sean O'Rourke in RT bug #22950. + Branch: perl + ! utils/h2xs.PL +____________________________________________________________________________ +[ 26251] By: davem on 2005/12/03 15:20:24 + Log: clarify description of vector (v) sprintf format modifier + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 26250] By: craigb on 2005/12/03 15:15:47 + Log: In vms/vms.c, don't use the thread-specific Newx() during + startup before threads are initialized. + Branch: perl + ! vms/vms.c +____________________________________________________________________________ +[ 26249] By: stevep on 2005/12/03 12:31:02 + Log: Update perlhack.pod with the updated, permanent ActiveState URLs + Branch: perl + ! pod/perlhack.pod +____________________________________________________________________________ +[ 26248] By: rgs on 2005/12/03 12:16:54 + Log: Missing chunk in change #26247. + Branch: perl + ! ext/Sys/Syslog/Syslog.pm +____________________________________________________________________________ +[ 26247] By: rgs on 2005/12/03 11:23:29 + Log: Sys::Syslog::syslog can accept a message without printf + escapes and arguments. + + Subject: Re: Perl PR: "Security holes in Sys::Syslog" + From: Gisle Aas + Date: 03 Dec 2005 03:35:32 -0800 + Message-ID: + Branch: perl + ! ext/Sys/Syslog/Syslog.pm +____________________________________________________________________________ +[ 26246] By: stevep on 2005/12/03 03:30:00 + Log: Upgrade to version-0.50 + Branch: perl + ! lib/version.pm lib/version.pod lib/version.t util.c +____________________________________________________________________________ +[ 26245] By: rgs on 2005/12/02 23:00:55 + Log: Replace ^M by a space in test for bug #37716, to make + Cygwin happy (found by Yitzchak) + Branch: perl + ! lib/File/Compare.t +____________________________________________________________________________ +[ 26244] By: nicholas on 2005/12/02 17:15:27 + Log: Address Hugo's comment on Dave's change (26240) + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26243] By: rgs on 2005/12/02 10:37:05 + Log: Subject: Storable retrieve_lscalar fails for empty strings [PATCH] + From: Gisle Aas + Date: 28 Nov 2005 04:48:18 -0800 + Message-ID: + + and + Message-ID: + Branch: perl + ! ext/Storable/Storable.xs ext/Storable/t/malice.t +____________________________________________________________________________ +[ 26242] By: rgs on 2005/12/02 09:26:48 + Log: Subject: [PATCH] Signs, signs, everywhere a sign + From: Andy Lester + Date: Thu, 1 Dec 2005 14:24:51 -0600 + Message-ID: <20051201202451.GI22713@petdance.com> + Branch: perl + ! pp_pack.c +____________________________________________________________________________ +[ 26241] By: stevep on 2005/12/01 20:27:34 + Log: Nit from change #26232 noticed by H. Merijn Brand + Branch: perl + ! pod/perlop.pod +____________________________________________________________________________ +[ 26240] By: davem on 2005/12/01 16:40:29 + Log: sprintf %NNN$ check for large values wrapping to negative + Branch: perl + ! sv.c t/op/sprintf2.t +____________________________________________________________________________ +[ 26239] By: rgs on 2005/12/01 15:40:11 + Log: Always define PL_memory_wrap, and use it for the new sprintf checks + Branch: perl + ! makedef.pl perl.h sv.c +____________________________________________________________________________ +[ 26238] By: rgs on 2005/12/01 15:26:09 + Log: Missing #ifdef, noticed by Jan Dubois + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26237] By: rgs on 2005/12/01 14:25:34 + Log: Subject: [PATCH] Re: Perl PR: "Security holes in Sys::Syslog" + From: Gisle Aas + Date: 01 Dec 2005 06:20:14 -0800 + Message-ID: + + Subject: [PATCH] Suppress "0b" prefix for sprintf("%#b", 0) + From: Gisle Aas + Date: 01 Dec 2005 06:11:44 -0800 + Message-ID: + Branch: perl + ! sv.c t/op/sprintf.t +____________________________________________________________________________ +[ 26236] By: rgs on 2005/12/01 11:52:24 + Log: Subject: [PATCH] Disable constant folding of sprintf + From: Gisle Aas + Date: 01 Dec 2005 03:22:10 -0800 + Message-ID: + Branch: perl + ! op.c opcode.h opcode.pl t/lib/warnings/sv t/op/sprintf2.t +____________________________________________________________________________ +[ 26235] By: rgs on 2005/12/01 09:26:01 + Log: Subject: [patch] Re: Perl PR: "Security holes in Sys::Syslog" + From: "Philippe M. Chiasson" + Date: Wed, 30 Nov 2005 20:17:31 -0800 + Message-ID: <438E795B.9060805@ActiveState.com> + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26234] By: rgs on 2005/12/01 08:34:42 + Log: Revert change #26110 (already reverted in maintperl by change 26182) + Branch: perl + ! op.c +____________________________________________________________________________ +[ 26233] By: rgs on 2005/11/30 21:15:21 + Log: Jan Dubois notices that sitecustomize.pl is to be found in sitelib, + not siteperl + Branch: perl + ! pod/perlrun.pod +____________________________________________________________________________ +[ 26232] By: stevep on 2005/11/30 19:09:17 + Log: dor-assign (//=) was missing from perlop.pod + Branch: perl + ! pod/perlop.pod +____________________________________________________________________________ +[ 26231] By: rgs on 2005/11/30 17:57:16 + Log: Subject: [PATCH] Remove redundant SvUTF8_on() calls + From: Gisle Aas + Date: 30 Nov 2005 09:28:54 -0800 + Message-ID: + Branch: perl + ! pp.c sv.c +____________________________________________________________________________ +[ 26229] By: rgs on 2005/11/30 14:29:23 + Log: Subject: Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup) + From: SADAHIRO Tomoyuki + Date: Sun, 27 Nov 2005 17:02:02 +0900 + Message-Id: <20051127170016.A786.BQW10602@nifty.com> + Branch: perl + ! embed.fnc embed.h lib/utf8_heavy.pl pod/perlapi.pod + ! pod/perlintern.pod proto.h universal.c utf8.c utf8.h + ! utfebcdic.h +____________________________________________________________________________ +[ 26228] By: nicholas on 2005/11/30 13:55:05 + Log: The regexp engine should check SV flags rather than SV type for + determining if something is a reference, because under the debugger + the value returned by the swash code is SVt_PVMG. + Not doing this has the side effect of repeatedly reassigning the + same array element, which causes destructors to fire on the reassignment + which in turn causes &utf8::DESTROY to run outside of the pseudo-safety + of save_re_context, which under the debugger involves re-entering the + regexp engine, which causes corruption of the regexp engine's global + state. + Branch: perl + ! regexec.c +____________________________________________________________________________ +[ 26227] By: rgs on 2005/11/30 12:30:47 + Log: Fix B::Concise tests after change #26226 + Branch: perl + ! ext/B/t/optree_varinit.t +____________________________________________________________________________ +[ 26226] By: rgs on 2005/11/30 09:53:11 + Log: Revert change #22520 (optimise away my $foo = undef and similar + constructs), in order to fix bug perl #37776 + Branch: perl + ! op.c t/op/my.t +____________________________________________________________________________ +[ 26225] By: rgs on 2005/11/29 17:40:16 + Log: Subject: Re: [perl #37716] Re: File::Compare broken for filenames with whitespace + From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig) + Date: Tue, 29 Nov 2005 08:07:19 +0100 + Message-ID: <878xv89bko.fsf@k75.linux.bogus> + Branch: perl + ! lib/File/Compare.pm lib/File/Compare.t +____________________________________________________________________________ +[ 26224] By: stevep on 2005/11/29 12:36:46 + Log: Assimilate Pod-Escapes-1.04. This is a prereq for Pod::Simple, + which is now a prereq for podlators. + Branch: perl + + lib/Pod/Escapes.pm lib/Pod/Escapes/ChangeLog + + lib/Pod/Escapes/README lib/Pod/Escapes/t/01_about_verbose.t + + lib/Pod/Escapes/t/10_main.t + + lib/Pod/Escapes/t/15_name2charnum.t + ! MANIFEST Porting/Maintainers.pl +____________________________________________________________________________ +[ 26223] By: rgs on 2005/11/28 18:43:51 + Log: Typo fix, by Olivier Blin + Branch: perl + ! lib/Getopt/Long.pm +____________________________________________________________________________ +[ 26222] By: steveh on 2005/11/28 17:07:25 + Log: Fix ext/POSIX/t/time.t on Win32 + + According to MSDN, "The string result produced by ctime contains + exactly 26 characters and has the form: Wed Jan 02 02:03:55 1980\n\0" + so we *do* want the leading zero on the day returned by strftime + Branch: perl + ! ext/POSIX/t/time.t +____________________________________________________________________________ +[ 26221] By: stevep on 2005/11/28 14:11:23 + Log: Mac OS X/Darwin seems to have problems with tzname(). + Branch: perl + ! ext/POSIX/t/time.t +____________________________________________________________________________ +[ 26220] By: rgs on 2005/11/28 11:00:37 + Log: FAQ sync. + Branch: perl + ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod + ! pod/perlfaq5.pod pod/perlfaq7.pod pod/perlfaq9.pod +____________________________________________________________________________ +[ 26219] By: stevep on 2005/11/28 02:48:18 + Log: Subject: [PATCH] Math::Trig: blead and maint (doc patch only): s/Bay/Gulf/ and do away with bad quotes + From: jhi@cc.hut.fi (Jarkko Hietaniemi) + Date: Sun, 27 Nov 2005 23:04:31 +0200 (EET) + Message-Id: <20051127210431.F1D2C6CF55@ugli.hut.fi> + Branch: perl + ! lib/Math/Trig.pm +____________________________________________________________________________ +[ 26218] By: stevep on 2005/11/28 02:34:49 + Log: Mention of possible use of a scalar variable on the rhs of an arrow "->" + operator added to close two tickets. + Branch: perl + ! pod/perlobj.pod +____________________________________________________________________________ +[ 26217] By: rgs on 2005/11/27 23:18:38 + Log: Don't let MakeMaker install doc for MIME::Base64 + (since installpod does it already) + Branch: perl + ! ext/MIME/Base64/Makefile.PL +____________________________________________________________________________ +[ 26216] By: rgs on 2005/11/27 22:42:42 + Log: Upgrade to Getopt::Long 2.34_04 + Branch: perl + ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES + ! lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t + ! lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t + ! lib/Getopt/Long/t/gol-oo.t +____________________________________________________________________________ +[ 26215] By: rgs on 2005/11/27 21:43:17 + Log: Subject: [PATCH] fix wrong pool error in cygwin build + From: Yitzchak Scott-Thoennes + Date: Nov 27, 2005 9:29 AM + Message-ID: <20051127082918.GA2556@efn.org> + Branch: perl + ! cygwin/cygwin.c +____________________________________________________________________________ +[ 26214] By: stevep on 2005/11/27 02:35:25 + Log: Upgrade to MIME-Base64-3.06 + Branch: perl + ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs + ! ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL + ! ext/MIME/Base64/QuotedPrint.pm +____________________________________________________________________________ +[ 26213] By: stevep on 2005/11/26 12:48:42 + Log: Deal with differences in what clock() does between POSIX and BSD. + Branch: perl + ! ext/POSIX/t/time.t +____________________________________________________________________________ +[ 26212] By: stevep on 2005/11/26 12:04:00 + Log: Upgrade to Scalar-List-Utils-1.18 + Branch: perl + + ext/List/Util/t/00version.t + ! MANIFEST ext/List/Util/Changes +____________________________________________________________________________ +[ 26211] By: stevep on 2005/11/26 11:50:17 + Log: Upgrade to Digest-MD5-2.35 + Branch: perl + ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm + ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL + ! ext/Digest/MD5/t/files.t +____________________________________________________________________________ +[ 26210] By: stevep on 2005/11/26 11:40:57 + Log: Actually update one of the files from the previous change. + Branch: perl + ! lib/Digest.pm +____________________________________________________________________________ +[ 26209] By: stevep on 2005/11/26 11:38:02 + Log: Upgrade to Digest-1.14 + Branch: perl + ! lib/Digest.pm lib/Digest/Changes +____________________________________________________________________________ +[ 26208] By: stevep on 2005/11/26 02:56:26 + Log: Just be explicit about $TZ. + Branch: perl + ! ext/POSIX/t/time.t +____________________________________________________________________________ +[ 26207] By: stevep on 2005/11/26 02:32:10 + Log: Hmmm...strftime() does work on Win32, but tzset() is having problems + on OpenBSD. + Branch: perl + ! ext/POSIX/t/time.t +____________________________________________________________________________ +[ 26206] By: stevep on 2005/11/26 01:31:24 + Log: Additional tests for B and POSIX. The POSIX ones concern me a bit, + but I don't expect any black smokes because of testing on OpenBSD, + Linux, Win32, an Cygwin. + Branch: perl + + ext/POSIX/t/time.t + ! MANIFEST ext/B/t/b.t +____________________________________________________________________________ +[ 26205] By: nicholas on 2005/11/25 15:12:02 + Log: Move report_uninit() and its static supporting functions to the end of + sv.c, so that they are not sandwiched between the two halves of the + SV allocation code. However, the diff looks far more evil than it + should given that this is just moving a single albeit large hunk. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26204] By: rgs on 2005/11/25 12:40:34 + Log: Subject: [PATCH] perlpod documentation discrepancy in 5.8.6 ( and maybe later? ) + From: demerphq + Date: Fri, 25 Nov 2005 13:57:38 +0100 + Message-ID: <9b18b3110511250457k6c196c4fu167badd045c2d9e6@mail.gmail.com> + Branch: perl + ! pod/perlpod.pod +____________________________________________________________________________ +[ 26203] By: rgs on 2005/11/24 16:09:48 + Log: Subject: Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup) + From: SADAHIRO Tomoyuki + Date: Fri, 25 Nov 2005 00:19:35 +0900 + Message-Id: <20051125001031.24E3.BQW10602@nifty.com> + + Date: Fri, 25 Nov 2005 01:18:17 +0900 + Message-Id: <20051125011410.24E9.BQW10602@nifty.com> + Branch: perl + ! universal.c utf8.c +____________________________________________________________________________ +[ 26202] By: rgs on 2005/11/24 15:38:05 + Log: Document new perldoc -L switch + + Subject: Re: Pod::Perldoc patch (Fw: [ANNOUNCE] POD2::IT 0.10) + From: Enrico Sorcinelli + Date: Thu, 24 Nov 2005 16:04:03 +0100 + Message-Id: <20051124160403.568a194b.bepi@perl.it> + Branch: perl + ! pod/perldoc.pod +____________________________________________________________________________ +[ 26201] By: rgs on 2005/11/24 08:52:35 + Log: Delete a README made redundant by change 26200. + Branch: perl + - wince/README.perlce +____________________________________________________________________________ +[ 26200] By: rgs on 2005/11/23 20:45:44 + Log: Subject: [PATCH @26198] perlce touches + From: Konovalov, Vadim + Date: Nov 23, 2005 8:55 PM + Message-ID: <7DD1BE2C50259746ABB8683672D2089E12DDC3@itotest-1.spb.lucent.com> + Branch: perl + ! INSTALL MANIFEST README.ce makedef.pl wince/Makefile.ce + ! wince/wince.c +____________________________________________________________________________ +[ 26199] By: rgs on 2005/11/23 15:34:54 + Log: Subject: XS-assisted SWASHGET (esp. for t/uni/class.t speedup) + From: SADAHIRO Tomoyuki + Date: Wed, 23 Nov 2005 17:57:34 +0900 + Message-Id: <20051123175603.FFD5.BQW10602@nifty.com> + + And : + Message-Id: <20051123202935.4D9D.BQW10602@nifty.com> + + with some nits to use U8 instead of char more consistently + Branch: perl + ! lib/utf8_heavy.pl t/op/pat.t universal.c utf8.c +____________________________________________________________________________ +[ 26198] By: rgs on 2005/11/22 21:24:19 + Log: Notes in perlstyle about POD formatting, by Sébastien + Aperghis-Tramoni, with nits by chromatic and Randy W. Sims. + Branch: perl + ! pod/perlstyle.pod +____________________________________________________________________________ +[ 26197] By: nicholas on 2005/11/22 20:23:34 + Log: Note the URL describing the vast riches awaiting us. + Branch: perl + ! t/lib/1_compile.t +____________________________________________________________________________ +[ 26196] By: davem on 2005/11/22 16:52:24 + Log: include PERL_TRACK_MEMPOOL in perl -V output + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 26195] By: davem on 2005/11/22 16:32:42 + Log: perl segfaults on reversed array reference + + The 'for (reverse @a)' optimisation got its index wrong when + create LVALUE SVs for undef elements + Branch: perl + ! pp_ctl.c pp_hot.c t/op/loopctl.t +____________________________________________________________________________ +[ 26194] By: rgs on 2005/11/22 16:16:00 + Log: Subject: [DOC PATCH] Sort subs *can* now be recursive + From: Robin Houston + Date: Tue, 22 Nov 2005 13:28:17 +0000 + Message-ID: <20051122132817.GA20895@rpc142.cs.man.ac.uk> + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 26193] By: rgs on 2005/11/22 16:10:00 + Log: Use the system's free to dealloc a PV allocated by the system + (more precisely by libgdbm.) See : + + Subject: GDBM_file realloc failures + From: Rafael Garcia-Suarez + Date: Mon, 21 Nov 2005 18:22:00 +0100 + Message-ID: <20051121182200.0b3d2454@grubert.mandrakesoft.com> + Branch: perl + ! ext/GDBM_File/GDBM_File.xs +____________________________________________________________________________ +[ 26192] By: rgs on 2005/11/22 15:54:16 + Log: Subject: Re: [PATCH] concat interacts badly with magic + From: Robin Houston + Date: Tue, 22 Nov 2005 14:07:27 +0000 + Message-ID: <20051122140727.GA29861@rpc142.cs.man.ac.uk> + + (new version of patch for bug #37722) + Branch: perl + ! pp_hot.c t/lib/warnings/9uninit t/lib/warnings/pp_hot + ! t/op/tie.t +____________________________________________________________________________ +[ 26191] By: rgs on 2005/11/22 14:16:05 + Log: Subject: Pod::Perldoc patch (Fw: [ANNOUNCE] POD2::IT 0.10) + From: Enrico Sorcinelli + Date: Sun, 20 Nov 2005 10:20:51 +0100 + Message-Id: <20051120102051.23ef095d.bepi@perl.it> + + Also, bump version number of Perldoc. + Branch: perl + ! lib/Pod/Perldoc.pm +____________________________________________________________________________ +[ 26190] By: rgs on 2005/11/22 11:29:03 + Log: Revert change #26185, which could have some unwanted side-effects. + (lib/warnings.t had failures due to this patch.) + Moreover Dave Mitchell correctly pointed out that [perl #37722] + wasn't really a bug. + Branch: perl + ! pp_hot.c t/op/tie.t +____________________________________________________________________________ +[ 26189] By: merijn on 2005/11/22 06:33:05 + Log: Subject: RE: [perl #37708] [PATCH] wrong IP_ constants on Win32 + From: "Jan Dubois" + Date: Mon, 21 Nov 2005 21:35:51 -0800 + Message-ID: <062401c5ef26$99b3a490$2217a8c0@candy> + Branch: perl + ! win32/include/sys/socket.h +____________________________________________________________________________ +[ 26188] By: stevep on 2005/11/22 03:41:17 + Log: Subject: [PATCH] ff_chop.patch redux + From: Andy Lester + Date: Mon, 21 Nov 2005 21:16:14 -0600 + Message-ID: <20051122031614.GB19424@petdance.com> + Branch: perl + ! pp_ctl.c +____________________________________________________________________________ +[ 26187] By: stevep on 2005/11/22 03:37:30 + Log: Subject: patch@26180 - t/op/pat.t : Can't reset %ENV on VMS + From: "John E. Malmberg" + Date: Mon, 21 Nov 2005 22:09:17 -0500 + Message-ID: <43828BDD.7080302@qsl.net> + Branch: perl + ! t/op/pat.t +____________________________________________________________________________ +[ 26186] By: stevep on 2005/11/22 03:32:04 + Log: Subject: patch@26180 - t/op/array.t : Can't reset %ENV on VMS + From: "John E. Malmberg" + Date: Mon, 21 Nov 2005 21:19:31 -0500 + Message-ID: <43828033.9040708@qsl.net> + Branch: perl + ! t/op/array.t +____________________________________________________________________________ +[ 26185] By: rgs on 2005/11/21 17:19:34 + Log: Subject: [PATCH] concat interacts badly with magic + From: Robin Houston + Date: Mon, 21 Nov 2005 17:03:39 +0000 + Message-ID: <20051121170339.GA8214@rpc142.cs.man.ac.uk> + Branch: perl + ! pp_hot.c t/op/tie.t +____________________________________________________________________________ +[ 26184] By: nicholas on 2005/11/21 14:18:03 + Log: Flip the sign of the value in body details offset, and change its type + to size_t. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26183] By: merijn on 2005/11/21 14:11:28 + Log: Thread failures on AIX (and others) caused by interleaved output + + Subject: Smoke [5.9.3] 26168 FAIL(X) AIX 4.3.3.0/ML11 (PPC/1 cpu) + From: "H.Merijn Brand" + Date: Sun, 20 Nov 2005 14:36 +0100 + Message-Id: <200511201337.jAKDbc1O066213@smtp-vbr6.xs4all.nl> + Branch: perl + ! t/op/threads.t +____________________________________________________________________________ +[ 26181] By: rgs on 2005/11/21 08:58:59 + Log: Upgrade to Time::HiRes 1.83 + Branch: perl + ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm + ! ext/Time/HiRes/Makefile.PL ext/Time/HiRes/t/HiRes.t +____________________________________________________________________________ +[ 26180] By: nicholas on 2005/11/20 20:39:50 + Log: Eliminate two more strlen()s, by using the return value of sprintf(). + Branch: perl + ! pp_ctl.c +____________________________________________________________________________ +[ 26179] By: rgs on 2005/11/20 12:10:15 + Log: Declarations must come first, or some compilers aren't happy. + (spotted by Jarkko) + Branch: perl + ! ext/B/B.xs +____________________________________________________________________________ +[ 26178] By: stevep on 2005/11/20 02:41:01 + Log: Subject: [PATCH] Pulling ancient RCS comments + From: Andy Lester + Date: Sat, 19 Nov 2005 00:16:39 -0600 + Message-ID: <20051119061639.GA25086@petdance.com> + Branch: perl + ! lib/AnyDBM_File.t lib/importenv.pl lib/stat.pl lib/validate.pl + ! t/base/cond.t t/base/if.t t/base/pat.t t/base/term.t + ! t/cmd/elsif.t t/cmd/mod.t t/cmd/subval.t t/cmd/switch.t + ! t/comp/cmdopt.t t/comp/cpp.t t/comp/decl.t t/io/inplace.t + ! t/io/read.t t/io/tell.t t/op/append.t t/op/auto.t t/op/cond.t + ! t/op/do.t t/op/flip.t t/op/goto_xs.t t/op/my.t t/op/push.t + ! t/op/read.t t/op/time.t t/op/unshift.t +____________________________________________________________________________ +[ 26177] By: stevep on 2005/11/20 02:31:10 + Log: Subject: Reworked PERL_TRACK_MEMPOOL patch + From: "Jan Dubois" + Date: Fri, 18 Nov 2005 11:38:24 -0800 + Message-ID: <003601c5ec77$a45eb260$2217a8c0@candy> + Branch: perl + ! perl.h util.c +____________________________________________________________________________ +[ 26176] By: stevep on 2005/11/19 19:14:42 + Log: Down with "warning: code has no effect" + Branch: perl + ! XSUB.h +____________________________________________________________________________ +[ 26175] By: stevep on 2005/11/19 18:06:14 + Log: Cleaning up some warnings generated by "gcc -W" + Branch: perl + ! deb.c ext/B/B.xs ext/Data/Dumper/Dumper.xs + ! ext/PerlIO/encoding/encoding.xs mg.c op.c regcomp.c scope.c +____________________________________________________________________________ +[ 26174] By: stevep on 2005/11/19 13:46:27 + Log: Upgrade to PathTools-3.14 + Branch: perl + + lib/File/Spec/t/tmpdir.t + ! MANIFEST ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm + ! lib/File/Spec/Cygwin.pm lib/File/Spec/Unix.pm + ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm + ! lib/File/Spec/t/Spec.t +____________________________________________________________________________ +[ 26173] By: nicholas on 2005/11/19 11:21:15 + Log: Norman observed that a couple of macros could make the body defintion + table a lot more readable. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26172] By: nicholas on 2005/11/19 00:50:33 + Log: With -DPURFIY we change the flags so that everything is allocated + directly. (Don't use arenas at all.) This seems a rather elegant way + to simplify some of the code in sv.c by removing conditional + compilation. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26171] By: nicholas on 2005/11/19 00:21:58 + Log: Map the HE arena onto SV type 0 (SVt_NULL). + Abolish PL_he_root and PL_he_arenaroot. + Branch: perl + ! embedvar.h ext/XS/APItest/APItest.xs hv.c intrpvar.h perlapi.h + ! sv.c sv.h +____________________________________________________________________________ +[ 26170] By: nicholas on 2005/11/18 23:44:32 + Log: Remove all the now unused new_XFOO()/del_XFOO() macros + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26169] By: nicholas on 2005/11/18 23:28:59 + Log: sv_clear can manipulate the arena array directly too. + Also, I think that we may have been "leaking" NV bodies in blead since + 25051. Oops. (Will not have been detectable except with -DPURIFY as + the leak is not returning them as free to the arena) + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26168] By: nicholas on 2005/11/18 21:25:23 + Log: We only need to zero new bodies for upgrades. sv_dup doesn't need to + zero as it's copying over the same sized structure. So change + new_NOARENA to malloc(), and add new_NOARENAZ() to calloc() + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26167] By: nicholas on 2005/11/18 21:02:34 + Log: Merge the arms of the switch. The decision about what comes from an + arena and what comes from malloc is now solely in the table. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26166] By: nicholas on 2005/11/18 20:38:26 + Log: Eliminate new_body_length from sv_dup. Replace SvTYPE(sstr) with + sv_type, which is a constant variable with the same value. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26165] By: nicholas on 2005/11/18 19:50:24 + Log: Eliminate new_body_offset from sv_dup() + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26164] By: nicholas on 2005/11/18 17:37:39 + Log: Merge the last remaining case duplication in sv_upgrade + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26163] By: nicholas on 2005/11/18 16:18:38 + Log: Eliminate new_body_length from sv_upgrade + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26162] By: nicholas on 2005/11/18 15:51:10 + Log: Eliminate new_body_offset from sv_upgrade + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26161] By: nicholas on 2005/11/18 15:03:01 + Log: new_body_inline doesn't need to be passed the root, as it's already + inferring the arenaroot directly from the passed-in type. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26160] By: rgs on 2005/11/18 12:40:16 + Log: Tabs are still required in the MANIFEST + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 26159] By: nicholas on 2005/11/18 12:06:06 + Log: Add a flag to the body details of which types come from arenas. + Update the allocation information for all the types. + Add a new macro new_NOARENA() for allocating the non-arena types. + Use calloc rather than malloc for the new_NOARENA so that the Zero() + can be skipped. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26158] By: nicholas on 2005/11/18 11:20:10 + Log: Simplify the expression for the upgrade logic for SVt_IV. + Replace the "can't happen" comment for SVt_PVIV with assertions + that it didn't happen. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26157] By: stevep on 2005/11/18 11:07:34 + Log: Adding README.linux to the MANIFEST + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 26156] By: nicholas on 2005/11/18 10:30:12 + Log: const and static for the const static private table. + Replace the "upgrade" special case for SVt_PV with assertions as it's + not been needed since we forced *up*grades. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26155] By: nicholas on 2005/11/18 10:13:31 + Log: Rename sv_upgrade's parameter mt to new_type. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26154] By: rgs on 2005/11/18 08:30:18 + Log: Subject: Dumpvalue doc patch + From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig) + Date: Fri, 18 Nov 2005 03:42:52 +0100 + Message-ID: <87br0ibrrn.fsf@k75.linux.bogus> + Branch: perl + ! lib/Dumpvalue.pm +____________________________________________________________________________ +[ 26153] By: stevep on 2005/11/18 00:54:53 + Log: Initial, albeit hackish, support for the alpha version of Sun Studio + compilers of Linux. + Branch: perl + + README.linux + ! hints/linux.sh +____________________________________________________________________________ +[ 26152] By: nicholas on 2005/11/17 23:27:59 + Log: All that can be in the first switch statement of sv_upgrade is now + table driven. The shrinking continues on the morrow. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26151] By: nicholas on 2005/11/17 22:50:07 + Log: "Can you see what it is yet?" + Next steps towards making as much as possible table driven. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26150] By: nicholas on 2005/11/17 21:58:58 + Log: Add the size of the structure to copy as a field in the per type + data table. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26149] By: nicholas on 2005/11/17 16:33:05 + Log: Merge sizeof_body_by_svtype and offset_by_svtype into a single array + of structures. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26148] By: nicholas on 2005/11/17 14:36:39 + Log: Move the location of the definition of the arena slot used for pte + into sv.h, to keep it in one central place. + Change it to use SVt_RV. (Having SVt_IV for real use will be useful. + SVt_RV has no body, and doesn't pretend to have one, so it is spare.) + Branch: perl + ! sv.c sv.h +____________________________________________________________________________ +[ 26147] By: rgs on 2005/11/17 14:09:10 + Log: Subject: [PATCH] Sort subs now in embed.fnc + From: Andy Lester + Date: Thu, 17 Nov 2005 07:53:38 -0600 + Message-ID: <20051117135338.GA31715@petdance.com> + Branch: perl + ! embed.fnc embed.h pp_sort.c proto.h +____________________________________________________________________________ +[ 26146] By: nicholas on 2005/11/17 13:51:01 + Log: s/SvTYPE(sv)/old_type/ in sv_upgrade because we already have that value + in that variable. + Don't compile S_new_body with -DPURIFY + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26145] By: rgs on 2005/11/17 09:06:33 + Log: It's clearer to use "morphing" than "polymorphing" when + describing what exec() does + Branch: perl + ! pod/perlmod.pod +____________________________________________________________________________ +[ 26144] By: stevep on 2005/11/17 00:18:31 + Log: Subject: [perl #37694] segfault with PerlIO::get_layers() + From: Peter Dintelmann (via RT) + Date: Wed, 16 Nov 2005 07:11:41 -0800 + Message-ID: + Branch: perl + ! universal.c +____________________________________________________________________________ +[ 26143] By: nicholas on 2005/11/16 23:40:55 + Log: Oi gcc, No! sizeof(void) is an error. *Not* 1. + Wanting sizeof(void) isn't even a compilation error with -ansi + -pedantic. Just a warning. Lame! I'm going to send it back for a full + refund. Hateful software. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26142] By: nicholas on 2005/11/16 20:18:58 + Log: PL_pte_root and PL_pte_arenaroot can be exterminated. Which reveals + an erroneous remaining reference to PL_pte_root to correct. + Branch: perl + ! embedvar.h intrpvar.h perlapi.h sv.c +____________________________________________________________________________ +[ 26141] By: nicholas on 2005/11/16 19:26:17 + Log: Subject: Re: eliminate discreet arenaroots + From: Jim Cromie + Message-ID: <4378E5B0.3010708@gmail.com> + Date: Mon, 14 Nov 2005 12:29:52 -0700 + Branch: perl + ! embedvar.h intrpvar.h perlapi.h sv.c sv.h +____________________________________________________________________________ +[ 26140] By: merijn on 2005/11/16 19:26:13 + Log: Subject: [PATCH @26137] for wince + From: "Konovalov, Vadim" + Date: Wed, 16 Nov 2005 20:57:13 +0300 + Message-ID: <7DD1BE2C50259746ABB8683672D2089E12DC9F@itotest-1.spb.lucent.com> + Branch: perl + ! makedef.pl wince/Makefile.ce wince/config.ce wince/config_H.ce + ! wince/wince.c +____________________________________________________________________________ +[ 26137] By: rgs on 2005/11/16 15:06:10 + Log: Subject: Re: [perl #37688] Unexpected regex failure. + From: hv@crypt.org + Date: Wed, 16 Nov 2005 14:54:55 +0000 + Message-Id: <200511161454.jAGEst117787@zen.crypt.org> + Branch: perl + ! regexec.c t/op/re_tests +____________________________________________________________________________ +[ 26136] By: rgs on 2005/11/15 16:33:02 + Log: Subject: Re: [perl #37616] Bug in &= (string) and/or m// + From: SADAHIRO Tomoyuki + Date: Wed, 09 Nov 2005 02:12:00 +0900 + Message-Id: <20051109021035.69D8.BQW10602@nifty.com> + Branch: perl + ! doop.c t/op/bop.t +____________________________________________________________________________ +[ 26135] By: rgs on 2005/11/15 13:30:00 + Log: Subject: [PATCH] Re: Cygwin status, maint and blead + From: Yitzchak Scott-Thoennes + Date: Sun, 13 Nov 2005 16:01:02 -0800 + Message-ID: <20051114000102.GA5556@efn.org> + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 26134] By: nicholas on 2005/11/14 22:48:02 + Log: Remove the two register keywords from auto variables that PERL_POSION + wants to take the address of. + Branch: perl + ! hv.c scope.c +____________________________________________________________________________ +[ 26133] By: nicholas on 2005/11/14 22:32:14 + Log: More PERL_POISON - poison SvANY() and SvREFCNT() in freed SV heads. + (by using the union pointer to chain the freed heads together) + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26132] By: nicholas on 2005/11/14 22:31:14 + Log: Mark all places where perl needs to look at a possibly-freed scalar + with a macro SvIS_FREED(sv) + Branch: perl + ! av.c mg.c op.c pad.c pp_hot.c sv.h +____________________________________________________________________________ +[ 26131] By: stevep on 2005/11/14 17:31:59 + Log: Removed reference to the non-existent C. + Branch: perl + ! pod/perlguts.pod +____________________________________________________________________________ +[ 26130] By: rgs on 2005/11/14 16:32:33 + Log: The warning "Field too wide in 'u' format in pack" was emitted even + when pack warnings were not enabled + Branch: perl + ! pp_pack.c +____________________________________________________________________________ +[ 26129] By: nicholas on 2005/11/14 16:22:26 + Log: Provide a crude way for specifying the command line for + make test.valgrind + Branch: perl + ! Makefile.SH t/TEST +____________________________________________________________________________ +[ 26128] By: rgs on 2005/11/14 15:40:08 + Log: A better fix for [perl #35847] File::Find not performing as documented, + suggested by Darren Dunham. Includes a fix to the code example that + uses File::Find in perlfaq3. + Branch: perl + ! lib/File/Find.pm pod/perlfaq3.pod +____________________________________________________________________________ +[ 26126] By: rgs on 2005/11/14 12:43:29 + Log: Don't warn about lack of docs for functions that appear twice in embed.fnc. + Branch: perl + ! autodoc.pl +____________________________________________________________________________ +[ 26124] By: rgs on 2005/11/14 10:45:25 + Log: Fix indentation of apidoc for sv_2pvutf8 + (so perlapi.pod is correctly generated) + Branch: perl + ! pod/perlapi.pod sv.c +____________________________________________________________________________ +[ 26123] By: rgs on 2005/11/14 10:24:58 + Log: Suppress gcc warnings when ignoring the return value of io_close(), + as suggested by Gisle Aas. + Branch: perl + ! embed.fnc proto.h +____________________________________________________________________________ +[ 26122] By: rgs on 2005/11/14 10:13:41 + Log: Subject: [PATCH] Missing ; in Storable.xs + From: Gisle Aas + Date: 14 Nov 2005 02:32:14 -0800 + Message-ID: + Branch: perl + ! ext/Storable/Storable.xs +____________________________________________________________________________ +[ 26120] By: steveh on 2005/11/14 09:39:48 + Log: Subject: [PATCH] Compress::Zlib + From: "Paul Marquess" + Date: Sun, 13 Nov 2005 17:09:08 -0000 + Message-ID: <00d101c5e874$f865f910$6d1c140a@myopwv.com> + Branch: perl + ! ext/Compress/Zlib/Zlib.pm + ! ext/Compress/Zlib/lib/Compress/Zlib/Common.pm + ! ext/Compress/Zlib/lib/IO/Compress/Gzip.pm + ! ext/Compress/Zlib/lib/IO/Uncompress/Gunzip.pm + ! ext/Compress/Zlib/t/09gziphdr.t +____________________________________________________________________________ +[ 26119] By: steveh on 2005/11/14 09:39:02 + Log: Fix code-before-declaration in boot_Storable added by 26107 + Branch: perl + ! ext/Storable/Storable.xs +____________________________________________________________________________ +[ 26118] By: stevep on 2005/11/14 01:13:16 + Log: Subject: [PATCH] consting perlbug breaking in blead & maint + From: Yitzchak Scott-Thoennes + Date: Sun, 13 Nov 2005 16:00:49 -0800 + Message-ID: <20051114000049.GA7676@efn.org> + Branch: perl + ! utils/perlbug.PL +____________________________________________________________________________ +[ 26112] By: nicholas on 2005/11/13 18:47:27 + Log: Fix breakages that prevended -DPERL_POISON from compiling. + Branch: perl + ! handy.h sv.h +____________________________________________________________________________ +[ 26110] By: nicholas on 2005/11/13 11:44:30 + Log: Integrate: + [ 26108] + BEGIN blocks should start a new stack, as they can be called as a + side effect of "regular" Perl API calls within subroutines that have + already cached the current stack's address. If they don't, any stack + extension during the call may move the stack, rendering that cached + value invalid without the cachee realising. (For example, PP code + calling gv_fetchpv() which triggers a load of Errno.pm) + Branch: perl + !> op.c +____________________________________________________________________________ +[ 26107] By: stevep on 2005/11/13 00:40:25 + Log: Subject: Re: [PATCH] Enhanced Storable::read_magic() + From: Gisle Aas + Date: 12 Nov 2005 13:13:23 -0800 + Message-ID: + Branch: perl + + ext/Storable/t/file_magic.t + ! MANIFEST ext/Storable/MANIFEST ext/Storable/Storable.pm + ! ext/Storable/Storable.xs +____________________________________________________________________________ +[ 26103] By: stevep on 2005/11/12 20:44:16 + Log: Upgrade to Locale-Maketext-1.10. As change #25547 did not make it + into the module release, I bumped the version number and added the + missing code. + Branch: perl + ! lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog +____________________________________________________________________________ +[ 26101] By: stevep on 2005/11/12 19:46:18 + Log: Subject: [perl #37657] segfault with binmode ":pop" + From: Peter Dintelmann (via RT) + Date: Fri, 11 Nov 2005 06:36:20 -0800 + Message-ID: + Branch: perl + ! perlio.c +____________________________________________________________________________ +[ 26100] By: nicholas on 2005/11/12 18:48:29 + Log: Make B's tests skip correctly when PerlIO is not configured. + Branch: perl + ! ext/B/t/concise-xs.t ext/B/t/concise.t +____________________________________________________________________________ +[ 26099] By: stevep on 2005/11/12 16:59:49 + Log: Subject: [PATCH] mathoms prototypes aren't prototypes + From: Andy Lester + Date: Fri, 11 Nov 2005 17:20:30 -0600 + Message-ID: <20051111232030.GA882@petdance.com> + Branch: perl + ! mathoms.c perl.c +____________________________________________________________________________ +[ 26096] By: stevep on 2005/11/12 15:41:09 + Log: Andy Lester maintains Locale::Maketext now. + Branch: perl + ! Porting/Maintainers.pl +____________________________________________________________________________ +[ 26093] By: nicholas on 2005/11/12 10:21:50 + Log: Change 26063 got one conditional the wrong way round. + Branch: perl + ! ext/B/B/Bytecode.pm +____________________________________________________________________________ +[ 26091] By: nicholas on 2005/11/12 09:15:32 + Log: Make the removal of references to AvFLAGS in the B modules conditional + on perl version. + Branch: perl + ! ext/B/B/C.pm ext/B/B/Debug.pm +____________________________________________________________________________ +[ 26090] By: stevep on 2005/11/11 22:47:06 + Log: const'ing Netdb_host_t broke HP-UX and created warnings on gcc for a double const. + Netdb_host_t is a macro that for a const pointer. + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 26089] By: nicholas on 2005/11/11 21:52:20 + Log: 26085 was wrong. Undo it. + (I suspect that I got this wrong because more changes have been made + in blead subsequent to the change I was attempting to merge in, and + and jiggled around with the number of tests) + Branch: perl + ! ext/B/t/concise-xs.t +____________________________________________________________________________ +[ 26088] By: stevep on 2005/11/11 16:44:39 + Log: Subject: [PATCH] DB_File 1.814 + From: Paul Marquess + Date: Fri, 11 Nov 2005 12:09:55 -0000 + Message-ID: <00e301c5e6b8$d5a357f0$241c140a@myopwv.com> + Branch: perl + ! ext/DB_File/Changes ext/DB_File/DB_File.pm + ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t +____________________________________________________________________________ +[ 26087] By: stevep on 2005/11/11 16:17:03 + Log: Subject: [PATCH] Storable 0.1 compatibility + From: Gisle Aas + Date: 11 Nov 2005 05:42:29 -0800 + Message-ID: + + Also added an entry in the main MANIFEST file for the new test and + a version bump in Storable.pm. + Branch: perl + + ext/Storable/t/compat01.t + ! MANIFEST ext/Storable/MANIFEST ext/Storable/Storable.pm + ! ext/Storable/Storable.xs +____________________________________________________________________________ +[ 26085] By: nicholas on 2005/11/11 14:16:30 + Log: Correct the version-dependant expression for the number of tests, as it + is now giving the wrong number for 5.8.x + Branch: perl + ! ext/B/t/concise-xs.t +____________________________________________________________________________ +[ 26082] By: stevep on 2005/11/11 04:55:56 + Log: Subject: [PATCH] Const & local: Special Victims Unit + From: Andy Lester + Date: Thu, 10 Nov 2005 22:47:00 -0600 + Message-ID: <20051111044700.GA24161@petdance.com> + Branch: perl + ! cop.h doio.c doop.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c sv.c + ! util.c +____________________________________________________________________________ +[ 26081] By: stevep on 2005/11/11 03:27:35 + Log: Pod nit in Encode.pm, found by Marc Lehmann in RT #36949. + Branch: perl + ! ext/Encode/Encode.pm +____________________________________________________________________________ +[ 26080] By: stevep on 2005/11/11 03:18:11 + Log: Fix for RT #37654. Added $COMPILING to list of variables exported. + Branch: perl + ! lib/English.pm +____________________________________________________________________________ +[ 26079] By: rgs on 2005/11/10 16:59:15 + Log: Subject: [PATCH] Suppress leaked warnings in ExtUtils tests + From: Dominic Dunlop + Date: Thu, 10 Nov 2005 18:10:00 +0100 + Message-Id: + Branch: perl + ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/Manifest.t +____________________________________________________________________________ +[ 26078] By: rgs on 2005/11/10 16:36:12 + Log: Patch by Ilya Zakharevich to give more meaningful error + messages from if.pm when invoked with a condition in list + context. Also bump if's VERSION. + Branch: perl + ! lib/if.pm +____________________________________________________________________________ +[ 26077] By: rgs on 2005/11/10 15:10:42 + Log: Define PERL_DEFAULT_DO_EXEC3_IMPLEMENTATION earlier in perl.h + (that is, before embed.h, that uses this symbol, is included) + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 26076] By: rgs on 2005/11/10 14:26:12 + Log: Subject: [perl #35847] File::Find not performing as documented + From: "jms@mathras.comcast.net (via RT)" + Date: 17 May 2005 10:40:08 -0000 + Message-ID: + Branch: perl + ! lib/File/Find.pm +____________________________________________________________________________ +[ 26075] By: rgs on 2005/11/10 13:03:20 + Log: Subject: [perl #37648] segfault with PERLIO_DEBUG + From: Peter Dintelmann (via RT) + Date: Thu, 10 Nov 2005 04:31:39 -0800 + Message-ID: + Branch: perl + ! perlio.c +____________________________________________________________________________ +[ 26074] By: stevep on 2005/11/10 12:22:43 + Log: Subject: [perl #37582] [PATCH] h2ph inc_dirs() fails to prepend gcc include search path, resulting in missing C standard headers on Linux + From: Jason Vas Dias (via RT) + Date: Tue, 01 Nov 2005 15:22:45 -0800 + Message-ID: + Branch: perl + ! utils/h2ph.PL +____________________________________________________________________________ +[ 26073] By: rgs on 2005/11/10 10:52:51 + Log: Subject: [PATCH] remove whitespace preceding semicolon in docs + From: Steven Schubiger + Date: Mon, 31 Oct 2005 22:48:27 +0100 + Message-ID: <20051031214827.GH24416@accognoscere.homeunix.org> + Branch: perl + ! pod/perl561delta.pod pod/perl56delta.pod pod/perlcall.pod + ! pod/perldbmfilter.pod pod/perldiag.pod pod/perlfaq5.pod + ! pod/perlfilter.pod pod/perlipc.pod pod/perllexwarn.pod + ! pod/perlop.pod pod/perlre.pod pod/perlsub.pod pod/perltrap.pod + ! pod/perlxs.pod +____________________________________________________________________________ +[ 26072] By: rgs on 2005/11/10 10:37:42 + Log: Really apply change #26071. + Branch: perl + ! configpm ext/Cwd/Cwd.xs wince/Makefile.ce wince/config_h.PL + ! wince/config_sh.PL +____________________________________________________________________________ +[ 26071] By: rgs on 2005/11/10 10:35:57 + Log: Subject: [PATCH @26062] wince patch + From: "Konovalov, Vadim" + Date: Wed, 9 Nov 2005 20:22:52 +0300 + Message-ID: <7DD1BE2C50259746ABB8683672D2089E12DC02@itotest-1.spb.lucent.com> + Branch: perl + ! configpm ext/Cwd/Cwd.xs wince/Makefile.ce wince/config_h.PL + ! wince/config_sh.PL +____________________________________________________________________________ +[ 26070] By: rgs on 2005/11/10 09:11:26 + Log: Add tests for two untested syntax error messages about \N + Branch: perl + ! t/comp/parser.t +____________________________________________________________________________ +[ 26069] By: steveh on 2005/11/10 08:41:53 + Log: Make Perl_seed public + + Fixes Win32 linker error in List::Util introduced by change #26054 + Branch: perl + ! embed.fnc embed.h global.sym +____________________________________________________________________________ +[ 26068] By: rgs on 2005/11/10 08:36:13 + Log: Subject: [PATCH] blead@26052 Symbian update + From: + Date: Wed, 9 Nov 2005 17:45:07 +0200 + Message-ID: + Branch: perl + ! README.symbian symbian/TODO symbian/config.pl symbian/port.pl + ! symbian/sdk.pl symbian/sisify.pl +____________________________________________________________________________ +[ 26067] By: nicholas on 2005/11/09 21:52:03 + Log: As using -C to turn on utf8 IO is equivalent to the open pragma, + change 25925 had the side effect of breaking ext/Encode/t/perlio.t + Fixed by opening with :bytes. + Branch: perl + ! ext/Encode/t/perlio.t +____________________________________________________________________________ +[ 26066] By: nicholas on 2005/11/09 21:30:02 + Log: I/O is UTF-8, not "UNICODE" + Branch: perl + ! t/io/layers.t +____________________________________________________________________________ +[ 26065] By: nicholas on 2005/11/09 20:53:29 + Log: As using -C to turn on utf8 IO is equivalent to the open pragma, + change 25925 had the side effect of breaking t/io/utf8.t + Fixed by adding the missing binmode()s. + Branch: perl + ! t/io/utf8.t +____________________________________________________________________________ +[ 26064] By: nicholas on 2005/11/09 20:23:28 + Log: Better diagnostics from io/utf8.t + Branch: perl + ! t/io/utf8.t +____________________________________________________________________________ +[ 26063] By: nicholas on 2005/11/09 17:29:44 + Log: Make the Bytecode changes conditional on perl version. + Branch: perl + ! ext/B/B/Bytecode.pm +____________________________________________________________________________ +[ 26062] By: rgs on 2005/11/09 11:56:04 + Log: Subject: Re: [PATCH] Re: [perl #32383] DProf breaks List::Util::shuffle + From: Graham Barr + Date: Wed, 9 Nov 2005 06:09:48 -0600 + Message-Id: <6CAD749E-AE29-415A-9ACB-BA8F6FB8279E@pobox.com> + Branch: perl + ! ext/List/Util/Util.xs ext/List/Util/lib/Scalar/Util.pm + ! ext/List/Util/t/lln.t 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 +____________________________________________________________________________ +[ 26061] By: nicholas on 2005/11/09 11:21:10 + Log: Simplify Perl_allocmy slightly, and cope better with the name is "" + case. + Branch: perl + ! op.c +____________________________________________________________________________ +[ 26060] By: nicholas on 2005/11/09 11:17:17 + Log: Add a comment about possible future refactoring of the pad code. + Branch: perl + ! pad.c +____________________________________________________________________________ +[ 26059] By: nicholas on 2005/11/09 10:56:28 + Log: Remove superfluous strlen() from pp_require(). + Branch: perl + ! pp_ctl.c +____________________________________________________________________________ +[ 26058] By: stevep on 2005/11/09 10:45:57 + Log: Patch from Gisle to add NO_MATHOMS to the Compile-time options. + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 26057] By: rgs on 2005/11/09 10:31:35 + Log: Don't declare a function inside another function + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 26056] By: merijn on 2005/11/09 09:54:28 + Log: Subject: Configure setting patchlevel broken + From: Yitzchak Scott-Thoennes + Date: Fri, 14 Oct 2005 00:33:29 -0700 + Message-ID: <20051014073329.GA3236@efn.org> + Branch: perl + ! Configure +____________________________________________________________________________ +[ 26054] By: rgs on 2005/11/09 09:15:04 + Log: Subject: [PATCH] Re: [perl #32383] DProf breaks List::Util::shuffle + From: Robin Houston + Date: Tue, 8 Nov 2005 19:02:34 +0000 + Message-ID: <20051108190234.GA25953@rpc142.cs.man.ac.uk> + Branch: perl + ! cop.h ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm + ! ext/List/Util/multicall.h ext/List/Util/t/first.t + ! ext/List/Util/t/reduce.t pod/perlcall.pod +____________________________________________________________________________ +[ 26053] By: rgs on 2005/11/09 08:57:10 + Log: Subject: patch@26052 - compile rule for mathoms.c + From: "John E. Malmberg" + Date: Tue, 08 Nov 2005 23:09:03 -0500 + Message-ID: <4371765F.1000900@qsl.net> + Branch: perl + ! vms/descrip_mms.template +____________________________________________________________________________ +[ 26052] By: nicholas on 2005/11/08 22:05:57 + Log: It helps to actually *remove* the now-superfluous strlen(). + (An addendum to 26050.) + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 26051] By: nicholas on 2005/11/08 21:55:40 + Log: Moving the 4 writes of PL_no_mem followed by exit(1) to a static + function makes the object code slightly smaller. + Branch: perl + ! util.c +____________________________________________________________________________ +[ 26050] By: nicholas on 2005/11/08 21:37:52 + Log: Eliminate some unnecessary strlen()s + Branch: perl + ! doio.c op.c perl.c perlio.c sv.c toke.c util.c +____________________________________________________________________________ +[ 26049] By: nicholas on 2005/11/08 20:43:11 + Log: Eliminate duplicate strlen()s by explicitly calling it. + Note two places for future audit with FIXME. + Convert a SvPVX_const to SvPVX_const_nolen, where the length is unused. + Branch: perl + ! pp_ctl.c +____________________________________________________________________________ +[ 26048] By: nicholas on 2005/11/08 20:35:11 + Log: 3 calls to strlen() we can avoid. + Branch: perl + ! doio.c +____________________________________________________________________________ +[ 26047] By: rgs on 2005/11/08 17:35:58 + Log: Subject: [DOC PATCH] mention @-, @+ in perl56delta.pod + From: Yitzchak Scott-Thoennes + Date: Tue, 8 Nov 2005 08:46:42 -0800 + Message-ID: <20051108164642.GD7972@efn.org> + Branch: perl + ! pod/perl561delta.pod pod/perl56delta.pod +____________________________________________________________________________ +[ 26046] By: nicholas on 2005/11/08 16:30:18 + Log: Probaby a good idea to include DEBUG_LEAKING_SCALARS in -V output, as + its presence changes structure sizes. + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 26045] By: stevep on 2005/11/08 14:24:39 + Log: From: SADAHIRO Tomoyuki + Subject: Re: A surprising segfault + Date: Tue, 08 Nov 2005 23:36:13 +0900 + Message-Id: <20051108233535.735D.BQW10602@nifty.com> + Branch: perl + ! t/io/fs.t t/io/print.t t/op/chop.t t/op/sort.t +____________________________________________________________________________ +[ 26044] By: steveh on 2005/11/08 10:16:56 + Log: Remove an unused variable left over from change #26041 + Branch: perl + ! win32/win32.c +____________________________________________________________________________ +[ 26043] By: rgs on 2005/11/08 10:11:55 + Log: Subject: Re: C considered harmful + From: Benjamin Sugars + Date: Fri, 20 Apr 2001 10:30:20 -0400 (EDT) + Message-ID: + + except the part that increases the refcount of PL_stderrgv, already + fixed separately. + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 26042] By: rgs on 2005/11/08 09:57:10 + Log: Upgrade to CPAN 1.76_65 + Branch: perl + - lib/CPAN/Admin.pm + ! MANIFEST lib/CPAN.pm lib/CPAN/SIGNATURE lib/CPAN/bin/cpan + ! lib/CPAN/t/version.t +____________________________________________________________________________ +[ 26041] By: merijn on 2005/11/08 06:29:56 + Log: Subject: [PATCH] Remove unused USING_WIDE code from win32 and wince branches + From: "Jan Dubois" + Date: Mon, 7 Nov 2005 20:39:02 -0800 + Message-ID: <078001c5e41e$585c4140$6401a8c0@candy> + Branch: perl + ! win32/ext/Win32/Win32.xs win32/perlhost.h win32/win32.c + ! win32/win32.h wince/perlhost.h wince/win32.h wince/wince.c +____________________________________________________________________________ +[ 26040] By: stevep on 2005/11/08 00:41:51 + Log: Updated perldiag.pod entry for "Can't use subscript..." + Branch: perl + ! pod/perldiag.pod +____________________________________________________________________________ +[ 26039] By: nicholas on 2005/11/07 21:31:16 + Log: Merge pp_slt, pp_sgt and pp_sge into pp_sle. (The most commonly used + of the 4. Not that any are that popular.) + Branch: perl + ! mathoms.c opcode.h opcode.pl pp.c +____________________________________________________________________________ +[ 26038] By: stevep on 2005/11/07 18:35:47 + Log: Subject: [PATCH] Re: [perl #36061] Not OK: perl v5.8.7 on darwin-2level 8.1.0 (UNINSTALLED) + From: shouldbedomo@mac.com (Dominic Dunlop) + Date: Mon, 7 Nov 2005 18:24:50 +0100 + Message-ID: + + README.macosx updates + Branch: perl + ! README.macosx +____________________________________________________________________________ +[ 26037] By: nicholas on 2005/11/07 15:21:01 + Log: s/Nick Clark/Nicholas Clark/ + Branch: perl + ! Changes Changes5.8 doio.c t/op/lc.t +____________________________________________________________________________ +[ 26036] By: nicholas on 2005/11/07 15:18:51 + Log: For each test function, test it as is, and with extra data appended + after each test character. + Branch: perl + ! t/uni/case.pl +____________________________________________________________________________ +[ 26035] By: nicholas on 2005/11/07 14:05:25 + Log: The rarely used lcfirst and ucfirst share almost all their code. + Merge the two as pp_ucfirst. + Branch: perl + ! mathoms.c opcode.h opcode.pl pp.c +____________________________________________________________________________ +[ 26034] By: nicholas on 2005/11/07 13:22:35 + Log: Fix bug #37628 (both lcfirst and ucfirst) + Branch: perl + ! pp.c t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t +____________________________________________________________________________ +[ 26033] By: rgs on 2005/11/07 12:26:29 + Log: Subject: [PATCH] Cleaning up x2p directory + From: Andy Lester + Date: Fri, 4 Nov 2005 15:13:55 -0600 + Message-ID: <20051104211355.GB12651@petdance.com> + Branch: perl + - x2p/proto.h + ! MANIFEST x2p/EXTERN.h x2p/INTERN.h x2p/a2p.h x2p/a2py.c + ! x2p/hash.c x2p/hash.h x2p/str.c x2p/str.h x2p/util.c + ! x2p/util.h x2p/walk.c +____________________________________________________________________________ +[ 26032] By: rgs on 2005/11/07 12:20:59 + Log: Subject: [PATCH] Missing static declarations + From: Gisle Aas + Date: 05 Nov 2005 05:08:03 -0800 + Message-ID: + Branch: perl + ! genpacksizetables.pl pp_pack.c +____________________________________________________________________________ +[ 26031] By: rgs on 2005/11/07 11:49:46 + Log: Remove CPAN.pm's META.yml. + Add CPAN.pm's SIGNATURE in MANIFEST. + Branch: perl + - lib/CPAN/META.yml + ! MANIFEST +____________________________________________________________________________ +[ 26030] By: rgs on 2005/11/07 11:39:57 + Log: Subject: [PATCH] Symbian update blead@26025 + From: + Date: Mon, 7 Nov 2005 13:32:15 +0200 + Message-ID: + Branch: perl + + symbian/PerlUi.cpp symbian/PerlUi.h symbian/PerlUi.hrh + + symbian/PerlUiS60.rss symbian/PerlUiS80.rss + + symbian/PerlUiUIQ.rss symbian/ext/Moped/Msg/Msg.mmp + + symbian/ext/Moped/Msg/Msg.pkg symbian/ext/Moped/Msg/Msg.pm + + symbian/ext/Moped/Msg/Msg.xs symbian/ext/Moped/Msg/README + + symbian/ext/Moped/Msg/bld.inf + + symbian/ext/Moped/Msg/location.pl + - symbian/PerlAppS60.rss symbian/PerlAppS80.rss + - symbian/PerlAppUIQ.rss + ! MANIFEST doio.c perl.c symbian/PerlApp.cpp symbian/PerlApp.h + ! symbian/PerlApp.hrh symbian/PerlBase.h symbian/TODO + ! symbian/config.pl symbian/config.sh symbian/sanity.pl + ! symbian/sdk.pl symbian/sisify.pl symbian/symbian_proto.h + ! symbian/symbian_utils.cpp symbian/symbianish.h + ! symbian/xsbuild.pl +____________________________________________________________________________ +[ 26029] By: nicholas on 2005/11/07 10:52:08 + Log: Add lib/CPAN/Admin.pm from CPAN to make version.t pass. + Branch: perl + + lib/CPAN/Admin.pm + ! MANIFEST +____________________________________________________________________________ +[ 26028] By: rgs on 2005/11/07 10:24:54 + Log: Subject: [PATCH] Consting and localizing: Part LXVIII + From: Andy Lester + Date: Fri, 4 Nov 2005 15:12:56 -0600 + Message-ID: <20051104211256.GA12651@petdance.com> + Branch: perl + ! deb.c embed.fnc embed.h locale.c pp_sys.c proto.h scope.c + ! universal.c utf8.c util.c +____________________________________________________________________________ +[ 26027] By: rgs on 2005/11/07 09:58:26 + Log: Subject: [perl #24254] Attempt to free unreferenced scalar + From: "Chris Heath via RT" + Date: Sun, 06 Nov 2005 20:08:05 -0800 + Message-ID: + Branch: perl + ! cop.h +____________________________________________________________________________ +[ 26026] By: merijn on 2005/11/07 08:14:59 + Log: Subject: [PATCH] follow up on 25969 for VMS + From: Abe Timmerman + Date: Sat, 5 Nov 2005 13:29:58 +0200 + Message-Id: <200511051229.58297.abe@ztreet.demon.nl> + Branch: perl + ! vms/vms.c vms/vmsish.h +____________________________________________________________________________ +[ 26025] By: stevep on 2005/11/07 03:42:53 + Log: Added note to README.macosx regarding failures from broken locale + files. + Branch: perl + ! README.macosx +____________________________________________________________________________ +[ 26024] By: stevep on 2005/11/07 02:58:31 + Log: Fix documentation for gmtime(). + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 26023] By: stevep on 2005/11/06 20:18:23 + Log: Upgrade to CPAN-1.76_61 + Branch: perl + + lib/CPAN/PAUSE2005.pub + ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/META.yml + ! lib/CPAN/Nox.pm lib/CPAN/SIGNATURE lib/CPAN/Version.pm + ! lib/CPAN/bin/cpan lib/CPAN/t/Nox.t lib/CPAN/t/vcmp.t + ! lib/CPAN/t/version.t +____________________________________________________________________________ +[ 26022] By: stevep on 2005/11/06 19:16:54 + Log: Nits in the pp_defined code spotted by Jarkko. + Branch: perl + ! pp_hot.c +____________________________________________________________________________ +[ 26021] By: stevep on 2005/11/06 18:38:02 + Log: Upgrade to Time-HiRes-1.82 + 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 +____________________________________________________________________________ +[ 26020] By: merijn on 2005/11/06 07:23:15 + Log: Subject: Re: [PATCH configure.com] add the new d_futimes as undef + From: "John E. Malmberg" + Date: Sat, 05 Nov 2005 21:28:33 -0500 + Message-ID: <436D6A51.5040700@qsl.net> + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 26019] By: nicholas on 2005/11/05 16:47:31 + Log: Make the 5.9 changes to B conditional on perl version. + Branch: perl + ! ext/B/B.pm ext/B/B.xs +____________________________________________________________________________ +[ 26018] By: nicholas on 2005/11/05 16:28:09 + Log: '[at]' should be '@' + Suck in CPAN/Nox.pm from CPAN, so that version.t passes. + Branch: perl + ! lib/CPAN.pm lib/CPAN/Nox.pm lib/CPAN/Version.pm + ! lib/CPAN/t/version.t +____________________________________________________________________________ +[ 26017] By: stevep on 2005/11/05 14:49:11 + Log: Kill warnings and add a panic to pp_defined() in case the wrong op + is passed in. + Branch: perl + ! pp_hot.c +____________________________________________________________________________ +[ 26016] By: stevep on 2005/11/05 13:44:10 + Log: Upgrade to CPAN-1.76_60. + Branch: perl + + lib/CPAN/Version.pm lib/CPAN/t/version.t + ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/t/Nox.t + ! lib/CPAN/t/loadme.t lib/CPAN/t/mirroredby.t lib/CPAN/t/vcmp.t +____________________________________________________________________________ +[ 26015] By: nicholas on 2005/11/05 12:57:40 + Log: Allow passing of the full enum name into the tryAMAGICbin family of + macros, to avoid needing C pre-processor string concatenation within + the lowest level expansion. + Branch: perl + ! pp.c pp.h +____________________________________________________________________________ +[ 26014] By: stevep on 2005/11/05 12:55:47 + Log: Upgrade to Time-HiRes-1.81 + Branch: perl + ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm + ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/t/HiRes.t +____________________________________________________________________________ +[ 26013] By: merijn on 2005/11/05 11:38:32 + Log: Subject: [PATCH configure.com] add the new d_futimes as undef + From: Abe Timmerman + Date: Sat, 5 Nov 2005 11:26:33 +0200 + Message-Id: <200511051026.33940.abe@ztreet.demon.nl> + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 26012] By: rgs on 2005/11/05 10:13:56 + Log: Remove the obsolete KNOWN PROBLEMS sections from perlcall.pod + (noticed by Robin Houston) + Branch: perl + ! pod/perlcall.pod +____________________________________________________________________________ +[ 26011] By: rgs on 2005/11/05 10:10:09 + Log: Subject: Re: A surprising segfault + From: SADAHIRO Tomoyuki + Date: Nov 5, 2005 5:54 AM + Message-Id: <20051105135053.27D7.BQW10602@nifty.com> + Branch: perl + ! pp.c pp_sort.c pp_sys.c +____________________________________________________________________________ +[ 26010] By: nicholas on 2005/11/05 08:32:39 + Log: dorassign doesn't need --SP; + Branch: perl + ! pp_hot.c +____________________________________________________________________________ +[ 26009] By: davem on 2005/11/05 01:57:23 + Log: pp_print didn't extend the stack before pushing its return value + Branch: perl + ! pp_hot.c +____________________________________________________________________________ +[ 26008] By: stevep on 2005/11/05 01:39:51 + Log: Typos in opcode.pl this time. + Branch: perl + ! opcode.h opcode.pl +____________________________________________________________________________ +[ 26007] By: stevep on 2005/11/05 01:36:17 + Log: Merge pp_andassign, pp_orassign, and pp_dorassign into pp_and, + pp_or, and pp_defined, respectively. + Branch: perl + ! mathoms.c opcode.h opcode.pl pp_ctl.c pp_hot.c +____________________________________________________________________________ +[ 26006] By: nicholas on 2005/11/04 22:50:22 + Log: s/printf/my_printf/ because we're using the return value. + My mistake spotted by Gisle. + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 26005] By: stevep on 2005/11/04 21:41:43 + Log: s/pp_dor/pp_defined/ + Branch: perl + ! mathoms.c +____________________________________________________________________________ +[ 26004] By: stevep on 2005/11/04 21:39:44 + Log: I barely knew ya pp_dor. Merged into pp_defined from whence you came. + This change has also caused pp_defined to be promoted to being a hot + op. + Branch: perl + ! mathoms.c opcode.h opcode.pl pp.c pp_hot.c +____________________________________________________________________________ +[ 26003] By: nicholas on 2005/11/04 21:22:46 + Log: Use the return value of sprintf in sv_2pv_flags. Remove dead code. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26002] By: nicholas on 2005/11/04 21:03:58 + Log: You can't there from here. (Dead code in sv_2pv_flags) + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 26001] By: nicholas on 2005/11/04 20:47:34 + Log: Use the return value from sprintf(). + Branch: perl + ! regcomp.c taint.c universal.c util.c +____________________________________________________________________________ +[ 26000] By: nicholas on 2005/11/04 20:20:56 + Log: pp_semop can fit within Perl_pp_shmwrite(). + Branch: perl + ! mathoms.c opcode.h opcode.pl pp_sys.c +____________________________________________________________________________ +[ 25999] By: nicholas on 2005/11/04 19:53:33 + Log: The remaining special logic in pp_syswrite can be moved into pp_send, + which is actually already 50% syswrite. + Branch: perl + ! mathoms.c opcode.h opcode.pl pp_sys.c +____________________________________________________________________________ +[ 25998] By: rgs on 2005/11/04 18:38:34 + Log: Revert patch #25993. + Branch: perl + ! regexec.c t/op/pat.t +____________________________________________________________________________ +[ 25997] By: steveh on 2005/11/04 17:23:49 + Log: Fix a Win32 linker error following change #25972 + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 25996] By: rgs on 2005/11/04 16:35:17 + Log: Subject: [PATCH] use clearenv if available + From: Alan Burlison + Date: Fri, 04 Nov 2005 16:33:30 +0000 + Message-ID: <436B8D5A.4010502@sun.com> + Branch: perl + ! embed.fnc embed.h mg.c proto.h sv.c util.c +____________________________________________________________________________ +[ 25995] By: merijn on 2005/11/04 16:30:03 + Log: Subject: Re: futimes [PATCH] + From: Steve Peters + Date: Fri, 4 Nov 2005 09:00:25 -0600 + Message-ID: <20051104150025.GA3873@mccoy.peters.homeunix.org> + Branch: perl + ! Configure +____________________________________________________________________________ +[ 25993] By: rgs on 2005/11/04 16:26:08 + Log: Subject: [perl #19049] Incorrect $` after replacement + From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig) + Date: Fri, 04 Nov 2005 08:17:25 +0100 + Message-ID: <87fyqc51bu.fsf@k75.linux.bogus> + Branch: perl + ! regexec.c t/op/pat.t +____________________________________________________________________________ +[ 25992] By: rgs on 2005/11/04 15:41:21 + Log: Subject: Re: [PATCH] sort/multicall patch + From: Robin Houston + Date: Fri, 4 Nov 2005 15:20:29 +0000 + Message-ID: <20051104152029.GA17169@rpc142.cs.man.ac.uk> + Branch: perl + ! pp_ctl.c t/op/sort.t +____________________________________________________________________________ +[ 25991] By: stevep on 2005/11/04 15:10:44 + Log: Subject: Re: Configure -Dno_mathoms + From: gisle@ActiveState.com (Gisle Aas) + Date: 01 Nov 2005 03:27:49 -0800 + Message-ID: + Branch: perl + ! mathoms.c perl.c +____________________________________________________________________________ +[ 25990] By: nicholas on 2005/11/04 14:47:49 + Log: Merge msgsnd, msgrcv with Perl_pp_shmwrite(). + "Perfection is achieved not when there's nothing more to add, + but when there's nothing left to remove" (Antoine de Saint-Exupéry) + Branch: perl + ! mathoms.c opcode.h opcode.pl pp_sys.c +____________________________________________________________________________ +[ 25989] By: nicholas on 2005/11/04 14:21:19 + Log: Once more, with feeling. + [Mmm, has someone been swapping the coffee for decaf?] + [Actual cause - make sure the edited version of the file is in the + correct directory] + Branch: perl + ! pod/perldiag.pod +____________________________________________________________________________ +[ 25988] By: nicholas on 2005/11/04 14:18:14 + Log: Meta-oops. Change 25987 was not the change you were looking for. + Branch: perl + ! pod/perldiag.pod +____________________________________________________________________________ +[ 25987] By: nicholas on 2005/11/04 14:09:11 + Log: Oops. This new panic was meant to be added to the documented + diagnostics. + Branch: perl + ! pod/perldiag.pod +____________________________________________________________________________ +[ 25986] By: nicholas on 2005/11/04 13:02:42 + Log: ftrwrite, ftrexec, fteread, ftewrite and fteexec can all be merged + with Perl_pp_ftrread(). + Branch: perl + ! mathoms.c opcode.h opcode.pl pod/perldiag.pod pod/perltodo.pod + ! pp_sys.c +____________________________________________________________________________ +[ 25985] By: stevep on 2005/11/04 12:02:51 + Log: Upgrade to Time-HiRes-1.80 + Branch: perl + ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm + ! ext/Time/HiRes/HiRes.xs +____________________________________________________________________________ +[ 25984] By: nicholas on 2005/11/04 11:36:24 + Log: PERL_EFF_ACCESS_[RWX]_OK can go. + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 25983] By: nicholas on 2005/11/04 11:16:08 + Log: The PERL_EFF_ACCESS_[RWX]_OK macros are all defined as triples, so + can be refactored to a single platform dependent PERL_EFF_ACCESS macro + with the other 3 implemented in terms of it. + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 25982] By: merijn on 2005/11/04 09:16:53 + Log: Subject: [PATCH] bad semicolon in pp_ftrowned + From: Andy Lester + Date: Fri, 4 Nov 2005 00:37:54 -0600 + Message-ID: <20051104063753.GA3863@petdance.com> + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 25981] By: stevep on 2005/11/04 00:10:21 + Log: Upgrade to Time-HiRes 1.79 + Branch: perl + ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm + ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/t/HiRes.t +____________________________________________________________________________ +[ 25980] By: stevep on 2005/11/03 21:23:48 + Log: Reverting the reversion. va_end() goes with va_start(). + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 25979] By: rgs on 2005/11/03 21:07:54 + Log: Fix test failures introduced by the change of flags on op_sort + Branch: perl + ! ext/B/t/f_sort.t +____________________________________________________________________________ +[ 25978] By: stevep on 2005/11/03 20:28:20 + Log: Upgrade to Time-HiRes-1.78 + Branch: perl + ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm + ! ext/Time/HiRes/t/HiRes.t +____________________________________________________________________________ +[ 25977] By: stevep on 2005/11/03 17:27:58 + Log: Change #25976 seemed to cause test failures in ext/B/t/f_sort.t. What + was that line about Jenga again? + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 25976] By: stevep on 2005/11/03 17:14:17 + Log: Missing va_end(args) from SA_SIGINFO related code. + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 25975] By: stevep on 2005/11/03 16:00:12 + Log: Test for the right signal should use the constant for that signal. + Branch: perl + ! ext/POSIX/t/sigaction.t +____________________________________________________________________________ +[ 25974] By: stevep on 2005/11/03 15:07:26 + Log: Add appropriate skips to t/io/fs.t to fix test failures on Cygwin. + Branch: perl + ! t/io/fs.t +____________________________________________________________________________ +[ 25973] By: stevep on 2005/11/03 14:56:25 + Log: More core test cleanups. Mainly fixes to remove code that caused + warnings, but there were a few bug fixes that were hidden by + no using warnings. + Branch: perl + ! t/io/nargv.t t/io/openpid.t t/io/pipe.t t/io/print.t + ! t/io/read.t t/io/tell.t +____________________________________________________________________________ +[ 25972] By: nicholas on 2005/11/03 14:19:34 + Log: Perl_pp_symlink and Perl_pp_link can be merged. The diff looks evil, + but the actual finished code is not as bad as it seems. + Branch: perl + ! mathoms.c opcode.h opcode.pl pp_sys.c +____________________________________________________________________________ +[ 25971] By: rgs on 2005/11/03 12:29:18 + Log: Document some bogus compiler warnings in README.solaris + + Subject: Re: Why is malloc_wrap now the default? + From: Alan Burlison + Date: Thu, 03 Nov 2005 12:54:16 +0000 + Message-ID: <436A0878.1030703@sun.com> + Branch: perl + ! README.solaris +____________________________________________________________________________ +[ 25970] By: stevep on 2005/11/03 11:37:31 + Log: Upgrade to Time-HiRes-1.77 + Branch: perl + ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm + ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL + ! ext/Time/HiRes/fallback/const-c.inc + ! ext/Time/HiRes/fallback/const-xs.inc ext/Time/HiRes/t/HiRes.t +____________________________________________________________________________ +[ 25969] By: nicholas on 2005/11/03 11:09:39 + Log: Patch 3945 was a bit overkeen - the effective parameter to cando() and + ingroup() is a boolean flag, not a GID or UID. + Branch: perl + ! doio.c embed.fnc proto.h +____________________________________________________________________________ +[ 25968] By: nicholas on 2005/11/03 09:51:56 + Log: Avoiding source code duplication for the lstat() on filehandle %s + warning also makes the object code slightly smaller. + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 25967] By: stevep on 2005/11/03 02:09:30 + Log: Clean up some test files. + Branch: perl + ! t/io/argv.t t/io/crlf_through.t t/io/dup.t t/io/layers.t + ! t/io/through.t +____________________________________________________________________________ +[ 25966] By: stevep on 2005/11/03 01:45:45 + Log: Make harness warning-free when running with -Mdiagnostics + Branch: perl + ! t/harness +____________________________________________________________________________ +[ 25965] By: stevep on 2005/11/02 22:37:48 + Log: Test case should not execute /no_such_process if it does exist. + Branch: perl + ! t/io/pipe.t +____________________________________________________________________________ +[ 25964] By: nicholas on 2005/11/02 21:27:58 + Log: unlink chmod utime kill can be merged into Perl_pp_chown(). + Branch: perl + ! mathoms.c opcode.h opcode.pl pp_sys.c +____________________________________________________________________________ +[ 25963] By: nicholas on 2005/11/02 20:59:52 + Log: Move the conditonal compiles that report absence of kill and chown + from pp_kill() and pp_chown() into apply(). + Branch: perl + ! doio.c pp_sys.c +____________________________________________________________________________ +[ 25962] By: nicholas on 2005/11/02 20:13:24 + Log: Move ftsuid ftsgid ftsvtx into Perl_pp_ftrowned. + Branch: perl + ! mathoms.c opcode.h opcode.pl pp_sys.c +____________________________________________________________________________ +[ 25961] By: nicholas on 2005/11/02 19:04:10 + Log: Merge ftzero ftsock ftchr ftblk ftfile ftdir ftpipe into + Perl_pp_ftrowned + Branch: perl + ! mathoms.c opcode.h opcode.pl pp_sys.c +____________________________________________________________________________ +[ 25960] By: nicholas on 2005/11/02 17:24:35 + Log: Avoid a pad panic by attempting to use dTARGET; in an op that didn't + flag that it needed a target (OP_FTIS) + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 25959] By: nicholas on 2005/11/02 16:35:42 + Log: Correct error in 25958 for threaded builds. + Branch: perl + ! mathoms.c +____________________________________________________________________________ +[ 25958] By: nicholas on 2005/11/02 15:59:30 + Log: Merge ftsize ftmtime ftatime ftctime into Perl_pp_ftis + Branch: perl + ! mathoms.c opcode.h opcode.pl pp_sys.c +____________________________________________________________________________ +[ 25957] By: rgs on 2005/11/02 14:33:32 + Log: Remove last sort test, that was failing with and without threads. + Silence some warnings. + Branch: perl + ! t/op/sort.t +____________________________________________________________________________ +[ 25956] By: rgs on 2005/11/02 14:10:54 + Log: Adjust test count + Branch: perl + ! ext/B/t/concise-xs.t +____________________________________________________________________________ +[ 25955] By: rgs on 2005/11/02 13:39:35 + Log: Add missing file from change 25953 + Branch: perl + + ext/List/Util/multicall.h +____________________________________________________________________________ +[ 25954] By: rgs on 2005/11/02 13:14:19 + Log: Regen headers + Branch: perl + ! global.sym opcode.h pod/perlapi.pod pod/perldiag.pod +____________________________________________________________________________ +[ 25953] By: merijn on 2005/11/02 12:49:54 + Log: Subject: [PATCH] sort/multicall patch + From: Robin Houston + Date: Sat, 29 Oct 2005 21:33:07 +0100 + Message-ID: <20051029203307.GA8869@rpc142.cs.man.ac.uk> + Branch: perl + ! AUTHORS MANIFEST cop.h embed.fnc embedvar.h + ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm + ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/first.t + ! ext/List/Util/t/p_first.t ext/List/Util/t/p_reduce.t + ! ext/List/Util/t/p_tainted.t ext/List/Util/t/reduce.t + ! ext/List/Util/t/refaddr.t ext/List/Util/t/tainted.t makedef.pl + ! op.c opcode.pl perlapi.h pod/perlcall.pod pod/perldiag.pod + ! pp_ctl.c pp_hot.c pp_sort.c sv.c t/op/sort.t t/op/threads.t + ! thrdvar.h +____________________________________________________________________________ +[ 25952] By: steveh on 2005/11/02 09:41:25 + Log: Subject: [PATCH] RE: [perl #37571] -z FH broken with Borland build + From: "Paul Marquess" + Date: Tue, 1 Nov 2005 17:05:38 -0000 + Message-ID: <003501c5df06$7d63fdb0$0505140a@myopwv.com> + Branch: perl + ! t/op/stat.t win32/win32.c +____________________________________________________________________________ +[ 25951] By: rgs on 2005/11/02 08:57:52 + Log: Subject: Re: futimes [PATCH] + From: Gisle Aas + Date: 01 Nov 2005 00:02:37 -0800 + Message-ID: + Branch: perl + ! t/io/fs.t +____________________________________________________________________________ +[ 25950] By: stevep on 2005/11/02 04:59:47 + Log: Ambiguous test cases may be hazardous to your health. + Branch: perl + ! t/op/list.t +____________________________________________________________________________ +[ 25949] By: stevep on 2005/11/02 04:54:52 + Log: Lowercase barewords considered harmful to your health. + Branch: perl + ! t/io/fs.t +____________________________________________________________________________ +[ 25948] By: rgs on 2005/11/01 19:23:23 + Log: Subject: [PATCH] perlio.c consting + From: Andy Lester + Date: Oct 31, 2005 6:54 PM + Message-ID: <20051031175411.GA18480@petdance.com> + Branch: perl + ! op.c perlio.c +____________________________________________________________________________ +[ 25947] By: steveh on 2005/11/01 17:20:18 + Log: This *really* should clear up Win32's Perl_do_exec undefined warnings + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 25946] By: nicholas on 2005/11/01 16:38:31 + Log: This should clear up 'Perl_do_exec' undefined; warnings on win32 + Branch: perl + ! embed.fnc embed.h proto.h +____________________________________________________________________________ +[ 25945] By: steveh on 2005/11/01 10:33:48 + Log: Make PerlLIOUtime()'s filename const + + Fixes a warning brought about by change #25941 (which made the + filename argument const). + The various implementations of PerlLIOUtime() (in NetWare/, win32/ + and wince/) already take a const filename. + Branch: perl + ! NetWare/nwperlhost.h NetWare/nwperlsys.h iperlsys.h + ! win32/perlhost.h wince/perlhost.h +____________________________________________________________________________ +[ 25944] By: steveh on 2005/11/01 08:45:09 + Log: Fix nit in pod nit fix + Branch: perl + ! pod/perlhack.pod +____________________________________________________________________________ +[ 25943] By: steveh on 2005/11/01 08:39:32 + Log: Update win32 config files w.r.t. change #25935 + 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 +____________________________________________________________________________ +[ 25942] By: stevep on 2005/10/31 23:46:01 + Log: Upgrade to DB_File 1.813. + Branch: perl + ! ext/DB_File/Changes ext/DB_File/DB_File.pm + ! ext/DB_File/DB_File.xs ext/DB_File/t/db-recno.t +____________________________________________________________________________ +[ 25941] By: merijn on 2005/10/31 22:15:01 + Log: Subject: futimes [PATCH] + From: Gisle Aas + Date: 31 Oct 2005 13:53:53 -0800 + Message-ID: + Branch: perl + ! doio.c handy.h pod/perlfunc.pod t/io/fs.t +____________________________________________________________________________ +[ 25940] By: nicholas on 2005/10/31 20:36:36 + Log: All the ops that are simply C can be bypassed + in the op dispatch table, and the bodies retired. + Branch: perl + ! mathoms.c opcode.h opcode.pl pp.c pp_ctl.c pp_sys.c +____________________________________________________________________________ +[ 25939] By: nicholas on 2005/10/31 19:55:18 + Log: Simplify the implementation of the "unimplemented" message in the + conditionally compiled ops. + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 25938] By: nicholas on 2005/10/31 19:14:47 + Log: Further pod nit spotted by Jarkko + Branch: perl + ! pod/perlhack.pod +____________________________________________________________________________ +[ 25937] By: nicholas on 2005/10/31 18:34:59 + Log: Replace the 3 currently "unreachable" ops with a single op body + unimplemented_op() that panics descriptively if ever reached. + Branch: perl + ! opcode.h opcode.pl pod/perldiag.pod pp.c +____________________________________________________________________________ +[ 25936] By: nicholas on 2005/10/31 18:29:05 + Log: Add "moving common filetest code to a static function" to the todo. + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 25935] By: merijn on 2005/10/31 17:50:05 + Log: revive probe for futimes () + Branch: perl + ! Configure Porting/Glossary config_h.SH handy.h +____________________________________________________________________________ +[ 25934] By: rgs on 2005/10/31 17:00:44 + Log: A B::Deparse fix from : + Subject: Re: [perl #37527] regular-expression parser does not see '(' character + From: Bas van Sisseren + Date: Wed, 26 Oct 2005 13:59:42 +0200 + Message-ID: <435F6FAE.4060502@quarantainenet.nl> + Branch: perl + ! ext/B/B/Deparse.pm +____________________________________________________________________________ +[ 25933] By: merijn on 2005/10/31 16:25:23 + Log: Subject: [PATCH] Symbian port 0.3.0 as of blead@25911 + From: + Date: Mon, 31 Oct 2005 18:38:42 +0200 + Message-ID: + Branch: perl + + symbian/PerlAppUIQ.rss + ! MANIFEST README.symbian symbian/PerlApp.cpp symbian/PerlApp.h + ! symbian/PerlApp.hrh symbian/PerlAppAif.rss symbian/config.pl + ! symbian/port.pl symbian/sanity.pl symbian/sdk.pl + ! symbian/sisify.pl symbian/symbian_utils.cpp symbian/xsbuild.pl +____________________________________________________________________________ +[ 25932] By: rgs on 2005/10/31 16:24:31 + Log: Avoid corruption when calling mg_get to retrieve the value + of a $digit variable. This is done by ensuring it's not + tainted. + See http://bugs.debian.org/303308 + Patch by Chris Heath + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 25931] By: nicholas on 2005/10/31 16:24:29 + Log: maddingue prefers this e-mail address. + Branch: perl + ! AUTHORS +____________________________________________________________________________ +[ 25930] By: merijn on 2005/10/31 16:18:03 + Log: Try to preserve the lost opcode alias info in comments + extent to change #25929 + Branch: perl + ! opcode.h opcode.pl +____________________________________________________________________________ +[ 25929] By: nicholas on 2005/10/31 15:52:50 + Log: It appears that it's trivially easy to alias opcode functions in + the opcode table. We should be able to get both a speed and size + saving here. Time will tell how much. + Branch: perl + ! opcode.h opcode.pl +____________________________________________________________________________ +[ 25928] By: nicholas on 2005/10/31 15:13:06 + Log: Add maddingue to AUTHORS + Branch: perl + ! AUTHORS +____________________________________________________________________________ +[ 25927] By: nicholas on 2005/10/31 15:09:54 + Log: Subject: [PATCH] Making ExtUtils::Constant compatible with Perl 5.004 + From: Sébastien Aperghis-Tramoni + Message-ID: <1130712761.43654eb9cd9f7@imp4-g19.free.fr> + Date: Sun, 30 Oct 2005 23:52:41 +0100 + + with tweaks by chromatic and me. + Branch: perl + ! lib/ExtUtils/Constant.pm +____________________________________________________________________________ +[ 25926] By: nicholas on 2005/10/31 14:51:48 + Log: A more elegant way to deal with utf8n_to_uvchr() and utf8n_to_uvuni(). + Branch: perl + ! embed.fnc embed.h proto.h utf8.c utf8.h +____________________________________________________________________________ +[ 25925] By: rgs on 2005/10/31 14:27:32 + Log: Fix [perl #37533] open pragma ignored for all 3-arg opens + Also, correct the documentation in open.pm that stated + that open() did not override open.pm-given default encodings. + Branch: perl + ! lib/open.pm perlio.c +____________________________________________________________________________ +[ 25924] By: nicholas on 2005/10/31 14:18:59 + Log: Perl_csighandler was in global.sym twice. + Branch: perl + ! global.sym +____________________________________________________________________________ +[ 25923] By: nicholas on 2005/10/31 14:18:14 + Log: Arrange to only output each symbol once into global.sym + Branch: perl + ! embed.pl +____________________________________________________________________________ +[ 25922] By: rgs on 2005/10/31 13:45:06 + Log: Tests for index/rindex with empty search string, + adapted from a patch by Rick Delaney + Branch: perl + ! t/op/index.t +____________________________________________________________________________ +[ 25921] By: nicholas on 2005/10/31 13:22:01 + Log: uvchr_to_utf8() and utf8n_to_uvchr() are mathoms on ASCII based + systems, and not on EBCDIC, so some more thinking is going to be + needed here. + Branch: perl + ! mathoms.c utf8.c +____________________________________________________________________________ +[ 25920] By: stevep on 2005/10/31 11:58:08 + Log: Coverage stats showed that there were no tests for taking a slice + from (). + Branch: perl + ! t/op/list.t +____________________________________________________________________________ +[ 25919] By: steveh on 2005/10/31 11:53:05 + Log: Change some spaces to tabs for easier diffing against config_h.SH + Branch: perl + ! win32/config_H.bc win32/config_H.gc win32/config_H.vc + ! win32/config_H.vc64 +____________________________________________________________________________ +[ 25918] By: steveh on 2005/10/31 11:30:15 + Log: Fixed threaded builds following change 25916 + Branch: perl + ! pp_hot.c +____________________________________________________________________________ +[ 25917] By: nicholas on 2005/10/31 11:29:43 + Log: POD nit spotted by Jarkko + Branch: perl + ! pod/perlhack.pod +____________________________________________________________________________ +[ 25916] By: rgs on 2005/10/31 10:44:32 + Log: is_utf8_string_loc() is now a macro, don't use its Perl_-prefixed form + Branch: perl + ! pp_hot.c +____________________________________________________________________________ +[ 25915] By: rgs on 2005/10/31 10:28:32 + Log: Subject: [PATCH] Etta James presents: More consting + From: Andy Lester + Date: Sun, 30 Oct 2005 23:44:13 -0600 + Message-ID: <20051031054413.GA10767@petdance.com> + Branch: perl + ! cop.h doop.c hv.c numeric.c op.c perl.c perlio.c pp_hot.c + ! pp_sys.c sv.c toke.c universal.c util.c +____________________________________________________________________________ +[ 25914] By: rgs on 2005/10/31 10:18:15 + Log: Subject: [PATCH] S_tokereport's unused parm + From: Andy Lester + Date: Mon, 31 Oct 2005 00:04:59 -0600 + Message-ID: <20051031060459.GC10767@petdance.com> + Branch: perl + ! embed.fnc embed.h proto.h toke.c +____________________________________________________________________________ +[ 25913] By: rgs on 2005/10/31 08:54:18 + Log: Regenerate perlapi.pod + Branch: perl + ! pod/perlapi.pod +____________________________________________________________________________ +[ 25912] By: rgs on 2005/10/31 08:40:23 + Log: Robin Houston remarks that mention of a context is missing from the + threads.pm documentation. + Branch: perl + ! ext/threads/threads.pm +____________________________________________________________________________ +[ 25911] By: stevep on 2005/10/31 03:51:08 + Log: perlsio_binmode() is pretty much a mathom on UNIX platforms, but it is + used on Cygwin, at least. + Branch: perl + ! mathoms.c perlio.c +____________________________________________________________________________ +[ 25910] By: nicholas on 2005/10/30 21:53:03 + Log: const const bad bad. + gcc bad bad too, because it didn't grumble one bit. (or two, for that + matter). + Branch: perl + ! utf8.c +____________________________________________________________________________ +[ 25909] By: nicholas on 2005/10/30 21:38:29 + Log: is_utf8_alnum() and is_utf8_alnumc() can use is_utf8_common() too. + Branch: perl + ! utf8.c +____________________________________________________________________________ +[ 25908] By: nicholas on 2005/10/30 21:24:29 + Log: Jarkko and I think that Perl_is_utf8_alnumc should be initialising + and using PL_utf8_alnum*c*, not PL_utf8_alnum. + Branch: perl + ! utf8.c +____________________________________________________________________________ +[ 25907] By: nicholas on 2005/10/30 21:10:39 + Log: Perl_is_utf8_* share a lot of common code. Pull that out into a new + function S_is_utf8_common. + Branch: perl + ! utf8.c +____________________________________________________________________________ +[ 25906] By: nicholas on 2005/10/30 18:31:25 + Log: Given that sv_nosharing performs the same function as sv_nolocking + and sv_unnolocking (ie sweet FA), we might as well use the 1 function + to initialise all 3 variables, and elimiate the other two. + For some reason all 3 are listed as being in the public API. Daft. + Branch: perl + ! embed.fnc embed.h intrpvar.h mathoms.c proto.h util.c +____________________________________________________________________________ +[ 25905] By: nicholas on 2005/10/30 18:04:17 + Log: Replace uvuni_to_utf8() with a macro that passes the extra 0 argument + to uvuni_to_utf8_flags(). Move the old body to mathoms.c + Branch: perl + ! embed.fnc embed.h mathoms.c proto.h utf8.c utf8.h +____________________________________________________________________________ +[ 25904] By: nicholas on 2005/10/30 17:59:08 + Log: global.sym appears to have become out of date. Oops. + Branch: perl + ! global.sym +____________________________________________________________________________ +[ 25903] By: nicholas on 2005/10/30 17:49:27 + Log: Replace is_utf8_string_loc() with a macro that passes the extra 0 + argument to is_utf8_string_loc(). Correct the description of its + parameters in its POD. + Branch: perl + ! embed.fnc embed.h mathoms.c proto.h utf8.c utf8.h +____________________________________________________________________________ +[ 25902] By: nicholas on 2005/10/30 17:14:08 + Log: Fix typos in comments. + Branch: perl + ! utf8.c +____________________________________________________________________________ +[ 25901] By: nicholas on 2005/10/30 17:08:39 + Log: Functions that die aren't exactly well used code. + (ck_retarget, oopsCV, pp_padany, pp_threadsv, pp_mapstart) + Branch: perl + ! mathoms.c op.c pp.c pp_ctl.c +____________________________________________________________________________ +[ 25900] By: nicholas on 2005/10/30 16:45:34 + Log: save_hints is a mathom. + Branch: perl + ! mathoms.c op.c +____________________________________________________________________________ +[ 25899] By: nicholas on 2005/10/30 16:41:02 + Log: I infer that change 25891 as-is would break OS2. This should fix it. + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 25898] By: nicholas on 2005/10/30 16:36:22 + Log: init_i18nl14n is a mathom. + Branch: perl + ! locale.c mathoms.c +____________________________________________________________________________ +[ 25897] By: nicholas on 2005/10/30 16:24:37 + Log: Replace hv_magic() with a macro to call sv_magic() directly. Move the + old body to mathoms.c + Branch: perl + ! embed.fnc embed.h hv.c hv.h mathoms.c proto.h +____________________________________________________________________________ +[ 25896] By: nicholas on 2005/10/30 16:07:58 + Log: Fix win32 breakage inadvertently introduced by 25889 + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 25895] By: nicholas on 2005/10/30 10:31:01 + Log: Replace hv_iternext() with a macro that calls hv_iternext_flags with + an extra 0 argument. Move the old body to mathoms.c + Branch: perl + ! embed.fnc embed.h hv.c hv.h mathoms.c proto.h +____________________________________________________________________________ +[ 25894] By: nicholas on 2005/10/30 10:00:42 + Log: Fix typo in comment. + Branch: perl + ! hv.c +____________________________________________________________________________ +[ 25893] By: nicholas on 2005/10/30 09:59:41 + Log: Replace gv_fetchmethod() with a macro to call gv_fetchmethod_autoload() + with the extra TRUE argument. + Branch: perl + ! embed.fnc embed.h gv.c gv.h mathoms.c proto.h +____________________________________________________________________________ +[ 25892] By: nicholas on 2005/10/30 08:51:52 + Log: I think we have a winner. do_pipe hasn't been called since 4.036. + Maybe we should just remove this appendix. + Branch: perl + ! doio.c mathoms.c +____________________________________________________________________________ +[ 25891] By: nicholas on 2005/10/30 08:38:07 + Log: Replace do_aexec() with a macro to call do_aexec5() with the two extra + 0 arguments. Move the old body to mathoms.c + Branch: perl + ! doio.c embed.fnc embed.h mathoms.c perl.h proto.h +____________________________________________________________________________ +[ 25890] By: nicholas on 2005/10/30 08:23:29 + Log: Replace do_exec() with a macro to call do_exec3() with the extra two + 0 arguments. Move the old body to mathoms.c + Branch: perl + ! doio.c embed.fnc embed.h mathoms.c perl.h proto.h +____________________________________________________________________________ +[ 25889] By: nicholas on 2005/10/30 08:05:32 + Log: Replace do_open() with a macro to call do_openn() with the extra two + 0 paramters. Move the old body to mathoms.c. + Branch: perl + ! doio.c embed.fnc embed.h mathoms.c perl.h proto.h +____________________________________________________________________________ +[ 25888] By: stevep on 2005/10/30 04:20:45 + Log: Subject: [PATCH] warnings.pl/pm: Croaker function: bug (perl v5.8, v5.9) + From: Bram + Date: Thu, 04 Aug 2005 23:55:33 +0200 + Message-Id: <42F28ED5.CFFDCCFD@wizbit.be> + Branch: perl + ! lib/warnings.pm warnings.pl +____________________________________________________________________________ +[ 25887] By: stevep on 2005/10/29 22:37:50 + Log: Subject: Re: [PATCH] predecrement vs postdecrement + From: Jarkko Hietaniemi + Date: Sat, 29 Oct 2005 23:24:33 +0300 + Message-ID: <4363DA81.6060600@gmail.com> + + Nit in pod/perlhack.pod + Branch: perl + ! pod/perlhack.pod +____________________________________________________________________________ +[ 25886] By: nicholas on 2005/10/29 17:31:01 + Log: Replace the body of the rarely used sv_setpviv_mg with a call to + sv_setpviv followed by SvSETMAGIC. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 25885] By: nicholas on 2005/10/29 17:21:24 + Log: Replace sv_catsv_mg and sv_catpvn_mg, and move the obsolete bodies to + mathoms.c + Branch: perl + ! embed.fnc embed.h mathoms.c proto.h sv.c sv.h +____________________________________________________________________________ +[ 25884] By: nicholas on 2005/10/29 17:02:49 + Log: Add a new SMAGIC flag, to signal a call to SvSETMAGIC. Add it to + sv_catpvn_flags and sv_catsv_flags, and then re-implement sv_catpvn_mg + and sv_catsv_mg as calls to sv_catpvn_flags and sv_catsv_flags + respectively. + Branch: perl + ! sv.c sv.h +____________________________________________________________________________ +[ 25883] By: nicholas on 2005/10/29 16:25:38 + Log: sv_2pv_nolen, sv_2pvbyte_nolen and sv_2pvutf8_nolen can all be replaced + with terse macros, and the function bodies retired. + Branch: perl + ! embed.fnc embed.h mathoms.c proto.h sv.c sv.h +____________________________________________________________________________ +[ 25882] By: nicholas on 2005/10/29 16:06:39 + Log: All the private implementations of @foo for compilers that can't do + complex macro expansions became dead wood sometime around 5.7.3 + (Don't tell Otava this) + Branch: perl + ! mathoms.c sv.c +____________________________________________________________________________ +[ 25881] By: stevep on 2005/10/29 15:34:22 + Log: Subject: [perl #30563] [PATCH] Storable::dclone fails for tied elements + From: perlbug-followup@perl.org (Srezic@Iconmobile.Com) + Date: 2 Jul 2004 11:32:12 -0000 + Message-ID: + + Also, a version bump to Storable.pm. + Branch: perl + ! ext/Storable/Storable.pm ext/Storable/Storable.xs + ! ext/Storable/t/dclone.t +____________________________________________________________________________ +[ 25880] By: nicholas on 2005/10/29 15:07:42 + Log: sv_utf8_upgrade declares itself to be a mathom, so off it goes. + Remove duplicate declaration of Perl_sv_2uv + Branch: perl + ! mathoms.c sv.c +____________________________________________________________________________ +[ 25879] By: nicholas on 2005/10/29 14:51:32 + Log: Replace sv_force_normal with a macro that calls sv_force_normal_flags. + Branch: perl + ! embed.fnc embed.h mathoms.c proto.h sv.c sv.h +____________________________________________________________________________ +[ 25878] By: nicholas on 2005/10/29 14:39:37 + Log: Replace sv_unref with a macro that calls sv_unref_flags + Branch: perl + ! embed.fnc embed.h mathoms.c proto.h sv.c sv.h +____________________________________________________________________________ +[ 25877] By: stevep on 2005/10/29 14:33:30 + Log: Oops, missed an sv_force_normal() + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 25876] By: nicholas on 2005/10/29 14:25:55 + Log: sv_taint() can easily be replaced by a macro. + Branch: perl + ! embed.fnc embed.h mathoms.c proto.h sv.c sv.h +____________________________________________________________________________ +[ 25875] By: stevep on 2005/10/29 14:14:25 + Log: Change to use sv_force_normal_flags() directly, rather than calling + sv_force_normal() to call sv_force_normal_flags(). + Branch: perl + ! NetWare/sv_nw.c mg.c +____________________________________________________________________________ +[ 25874] By: nicholas on 2005/10/29 11:50:29 + Log: A terser implementation of S_varname, by using and post-processing + gv_fullname4 + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 25873] By: stevep on 2005/10/29 11:47:55 + Log: Additional mathoms from doio.c + Branch: perl + ! doio.c mathoms.c +____________________________________________________________________________ +[ 25872] By: stevep on 2005/10/29 11:36:26 + Log: Coverage stats say av_fake() is a mathom too. + Branch: perl + ! av.c mathoms.c +____________________________________________________________________________ +[ 25871] By: nicholas on 2005/10/29 11:14:40 + Log: gv_fullname3 and gv_efullname3 are definately mathoms. They even say so. + Branch: perl + ! gv.c mathoms.c +____________________________________________________________________________ +[ 25870] By: stevep on 2005/10/29 11:02:12 + Log: Subject: Re: [PATCH] predecrement vs postdecrement + From: Jarkko Hietaniemi + Date: Sat, 29 Oct 2005 11:52:25 +0300 + Message-ID: <43633849.6060809@gmail.com> + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 25869] By: nicholas on 2005/10/29 10:53:40 + Log: gv_fullname and gv_efullname are definately mathoms. + Branch: perl + ! gv.c mathoms.c +____________________________________________________________________________ +[ 25868] By: stevep on 2005/10/28 23:38:35 + Log: Subject: [PATCH] perl5db.pl incorrect instructions in termination message + From: Brendan O'Dea + Date: Sat, 29 Oct 2005 07:14:40 +1000 + Message-ID: <20051028211440.GA23305@londo.c47.org> + Branch: perl + ! lib/perl5db.pl +____________________________________________________________________________ +[ 25867] By: stevep on 2005/10/28 21:12:35 + Log: Makefiles like tabs, not spaces. + Branch: perl + ! win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 25866] By: stevep on 2005/10/28 21:09:31 + Log: Add a new file, mathoms.c, to hold old code kept around for binary + compatability with previous versions of Perl. Change also includes + various Makefile changes to compile the new file and link it into + libperl. + Branch: perl + + mathoms.c + ! MANIFEST Makefile.SH Makefile.micro NetWare/Makefile globals.c + ! numeric.c op.c perlio.c plan9/mkfile sv.c utf8.c + ! vms/descrip_mms.template win32/Makefile win32/makefile.mk + ! wince/Makefile.ce +____________________________________________________________________________ +[ 25865] By: stevep on 2005/10/28 11:30:51 + Log: Check for changes in IO on CPAN. + Branch: perl + ! Porting/Maintainers.pl +____________________________________________________________________________ +[ 25864] By: stevep on 2005/10/28 11:21:48 + Log: gbarr is maintaining IO. + Branch: perl + ! Porting/Maintainers.pl +____________________________________________________________________________ +[ 25863] By: stevep on 2005/10/28 10:48:32 + Log: Add SPRINTF_RETURNS_STRLEN to the various Win32 config_H.* files. + Branch: perl + ! win32/config_H.bc win32/config_H.gc win32/config_H.vc + ! win32/config_H.vc64 +____________________________________________________________________________ +[ 25862] By: nicholas on 2005/10/28 10:24:43 + Log: Use the return value from sprintf and avoid a call to strlen + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 25861] By: stevep on 2005/10/27 11:13:50 + Log: Subject: Re: IO::File performace issue + From: gisle@ActiveState.com (Gisle Aas) + Date: 27 Oct 2005 01:00:39 -0700 + Message-ID: + + Also includes a version bump for IO::File. + Branch: perl + ! ext/IO/lib/IO/File.pm +____________________________________________________________________________ +[ 25860] By: nicholas on 2005/10/27 08:53:03 + Log: Change 25850 failed to include all changed headers + Branch: perl + ! embed.h proto.h +____________________________________________________________________________ +[ 25859] By: stevep on 2005/10/27 01:55:08 + Log: Win32 fix for change #25850. I don't know if this define will ever + be used on Win32, but it does fix the problem at hand. + Branch: perl + ! win32/perlhost.h +____________________________________________________________________________ +[ 25858] By: rgs on 2005/10/26 13:27:31 + Log: Subject: [patch@25854]vms.c rmsexpand and memmove fixes + From: "John E. Malmberg" + Date: Wed, 26 Oct 2005 08:08:05 -0400 + Message-ID: <435F71A5.6030809@qsl.net> + Branch: perl + ! vms/vms.c +____________________________________________________________________________ +[ 25857] By: rgs on 2005/10/26 12:52:37 + Log: FAQ sync. + Branch: perl + ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod + ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod + ! pod/perlfaq7.pod pod/perlfaq9.pod +____________________________________________________________________________ +[ 25856] By: merijn on 2005/10/26 12:37:47 + Log: Subject: [PATCH] Symbian: better Series 80 support + From: + Date: Wed, 26 Oct 2005 15:50:08 +0300 + Message-ID: + Branch: perl + + symbian/hexdump.pl + ! MANIFEST symbian/PerlApp.cpp symbian/PerlApp.h + ! symbian/PerlAppS80.rss symbian/config.pl symbian/makesis.pl + ! symbian/sisify.pl +____________________________________________________________________________ +[ 25855] By: stevep on 2005/10/26 11:52:46 + Log: Multiple versions of OpenBSD fail this test, not just 3.7. + Branch: perl + ! t/op/sprintf.t +____________________________________________________________________________ +[ 25854] By: rgs on 2005/10/26 10:21:30 + Log: Subject: Re: [PATCH] minor speed-up for pp_push() + From: Tassilo von Parseval + Date: Tue, 25 Oct 2005 08:11:42 +0200 + Message-id: <20051025061141.GA2256@ethan> + Branch: perl + ! pp.c +____________________________________________________________________________ +[ 25853] By: nicholas on 2005/10/26 10:06:37 + Log: Store the raw bytes of the pid in PL_pidstatus, rather than the + stringification, as removing the conversions saves time and code. + Branch: perl + ! util.c +____________________________________________________________________________ +[ 25852] By: rgs on 2005/10/26 09:37:25 + Log: Subject: [perl #37535] [PATCH] ioctl IOCPARM_LEN(x) should be _IOC_SIZE(x) on Linux, not 256 + From: Jason Vas Dias (via RT) + Date: Tue, 25 Oct 2005 15:27:28 -0700 + Message-ID: + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 25851] By: rgs on 2005/10/26 08:58:42 + Log: Subject: Re: [patch@25838]Hopefully the last VMS exit/error fixes needed. + From: "John E. Malmberg" + Date: Tue, 25 Oct 2005 13:36:20 -0400 + Message-ID: <435E6D14.7000104@qsl.net> + Branch: perl + ! perl.h vms/perlvms.pod +____________________________________________________________________________ +[ 25850] By: nicholas on 2005/10/26 08:31:20 + Log: Most platforms don't actually need PL_pidstatus, or the associated + .5K of code. + Branch: perl + ! embed.fnc intrpvar.h makedef.pl perl.c perl.h perlapi.h + ! pp_sys.c sv.c util.c +____________________________________________________________________________ +[ 25849] By: rgs on 2005/10/25 15:26:20 + Log: Back out change #25839, and apply : + + Subject: [patch@25838]Hopefully the last VMS exit/error fixes needed. + From: "John E. Malmberg" + Date: Tue, 25 Oct 2005 11:09:37 -0400 + Message-ID: <435E4AB1.1000106@qsl.net> + Branch: perl + ! perl.c perl.h vms/perlvms.pod +____________________________________________________________________________ +[ 25848] By: nicholas on 2005/10/25 12:54:18 + Log: Code in wait4pid was calling hv_delete with the hash iterator + currently on that entry. On aggregate this does more work, beacuse + the next call to hv_iterinit() would spot the flag, and have to call + the delete routine, while in the meantime any new entries can't + re-use that memory. + Branch: perl + ! util.c +____________________________________________________________________________ +[ 25847] By: rgs on 2005/10/25 12:35:29 + Log: t/TEST should require Time::HiRes only when it uses it. + This fixes minitest. + Branch: perl + ! t/TEST +____________________________________________________________________________ +[ 25846] By: rgs on 2005/10/25 12:17:33 + Log: Rediff the Makefile.SH patch for cross-compilation. + (this doesn't mean it works, though.) + Branch: perl + ! Cross/Makefile.SH.patch +____________________________________________________________________________ +[ 25845] By: stevep on 2005/10/25 11:56:53 + Log: Upgrade to Time-HiRes-1.76 + 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 +____________________________________________________________________________ +[ 25844] By: rgs on 2005/10/25 11:19:44 + Log: Remove remaining references to mv-if-diff + Branch: perl + ! os2/Makefile.SHs pod/Makefile.SH pod/perlmodlib.PL +____________________________________________________________________________ +[ 25843] By: nicholas on 2005/10/25 10:55:27 + Log: Oops. the trick is to edit Makefile.SH + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 25842] By: nicholas on 2005/10/25 10:36:39 + Log: Subject: [PATCH] remove mv-if-diff + From: Rafael Garcia-Suarez + Message-ID: <20051024193257.2022ea0d@grubert.mandrakesoft.com> + Date: Mon, 24 Oct 2005 19:32:57 +0200 + + (with tweak to add rm for opmini.c, remove mv-if-diff, and reflect + this removal in MANIFEST) + Branch: perl + - mv-if-diff + ! MANIFEST Makefile.SH +____________________________________________________________________________ +[ 25841] By: nicholas on 2005/10/25 09:09:49 + Log: Replace all the strlen()s related to PL_pidstatus with the return + value of my_sprintf + Branch: perl + ! util.c +____________________________________________________________________________ +[ 25840] By: nicholas on 2005/10/25 08:32:25 + Log: Whoops. The Windows build is going to need to know that this symbol is + defined. + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 25839] By: rgs on 2005/10/25 08:14:33 + Log: Subject: VMS exit handling still broken, need some help. + From: "John E. Malmberg" + Date: Mon, 24 Oct 2005 01:34:41 -0400 + Message-ID: <435C7271.8070403@qsl.net> + Branch: perl + ! perl.c perl.h vms/vms.c +____________________________________________________________________________ +[ 25838] By: merijn on 2005/10/25 05:58:00 + Log: Subject: [patch@25837] Change 25831: sprintf returns the length of the buffer. + From: "John E. Malmberg" + Date: Mon, 24 Oct 2005 23:37:46 -0400 + Message-ID: <435DA88A.90201@qsl.net> + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 25837] By: merijn on 2005/10/24 23:35:40 + Log: Backport of changes #25831 and #25832. Re-order needed + + Subject: [PATCH] Re: Configure question about format of cc/cppsymbols + From: Yitzchak Scott-Thoennes + Date: Mon, 24 Oct 2005 13:04:58 -0700 + Message-ID: <20051024200458.GC2312@efn.org> + Branch: perl + ! Configure config_h.SH +____________________________________________________________________________ +[ 25833] By: merijn on 2005/10/24 22:44:22 + Log: Subject: [PATCH] Compress::Zlib + From: "Paul Marquess" + Date: Mon, 24 Oct 2005 23:19:48 +0100 + Message-ID: <00ab01c5d8e9$0ef31b40$02f0440a@myopwv.com> + Branch: perl + ! ext/Compress/Zlib/Zlib.pm + ! ext/Compress/Zlib/lib/Compress/Zlib/Common.pm + ! ext/Compress/Zlib/lib/IO/Compress/Gzip.pm + ! ext/Compress/Zlib/lib/IO/Uncompress/Gunzip.pm + ! ext/Compress/Zlib/t/03zlib-v1.t + ! ext/Compress/Zlib/t/16oneshot.t ext/Compress/Zlib/t/22merge.t +____________________________________________________________________________ +[ 25832] By: nicholas on 2005/10/24 21:20:21 + Log: Add my_sprintf, which is usually just a macro for sprintf, for those + places where we want to use the return value of sprintf. This allows + a wrapper to be used for platforms where the C library isn't ANSI- + conformant. + Branch: perl + ! config_h.SH embed.fnc embed.h global.sym makedef.pl perl.h + ! proto.h util.c +____________________________________________________________________________ +[ 25831] By: nicholas on 2005/10/24 20:03:38 + Log: Add a probe for whether sprintf returns the length of the buffer. + Update all the canned config.sh files. + Assume that symbian and Win32 are all ANSI conformant, note that ARM + Linux (ie glibc) will be, don't assume that any other platform is. + Branch: perl + ! Configure Cross/config.sh-arm-linux NetWare/config.wc + ! Porting/Glossary configure.com epoc/config.sh + ! plan9/config_sh.sample symbian/config.sh uconfig.sh + ! win32/config.bc win32/config.gc win32/config.vc + ! win32/config.vc64 wince/config.ce +____________________________________________________________________________ +[ 25830] By: rgs on 2005/10/24 16:18:41 + Log: Fix path in code example + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 25829] By: rgs on 2005/10/24 15:21:28 + Log: Subject: Re: do { EXPR for EXPR } + From: Robin Houston + Date: Sat, 22 Oct 2005 16:56:27 +0100 + Message-ID: <20051022155627.GA22420@rpc142.cs.man.ac.uk> + Branch: perl + ! op.c t/cmd/mod.t +____________________________________________________________________________ +[ 25828] By: stevep on 2005/10/24 14:16:32 + Log: Update one of merijn's previous emails. + Branch: perl + ! Porting/checkAUTHORS.pl +____________________________________________________________________________ +[ 25827] By: craigb on 2005/10/23 22:17:44 + Log: Subject: [patch@25825] Fix st_ino compare to use real data. + From: "John E. Malmberg" + Date: Sun, 23 Oct 2005 17:46:46 -0400 + Message-id: <435C04C6.2090405@qsl.net> + Branch: perl + ! vms/vms.c +____________________________________________________________________________ +[ 25825] By: mhx on 2005/10/23 10:16:45 + Log: Fix mismatched braces in S_fd_on_nosuid_fs(). + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 25824] By: craigb on 2005/10/22 16:43:40 + Log: VMS threaded build fixes for things broken in #25783 + Branch: perl + ! vms/vms.c vms/vmsish.h +____________________________________________________________________________ +[ 25823] By: nicholas on 2005/10/22 13:12:48 + Log: use more 'const' in the Encode data structures. + Branch: perl + ! ext/Encode/Encode/encode.h ext/Encode/bin/enc2xs +____________________________________________________________________________ +[ 25822] By: mhx on 2005/10/22 13:02:02 + Log: Turn NN to NULLOK for functions that have code to handle + the ptr == NULL case and are currently called with NULL + pointers. Having parameters tagged NN can make gcc optimize + away the code for the NULL case, causing segfaults. + Branch: perl + ! embed.fnc proto.h +____________________________________________________________________________ +[ 25821] By: nicholas on 2005/10/22 12:08:34 + Log: Mark more static Encode data structures as const. + Branch: perl + ! ext/Encode/Encode.xs ext/Encode/Encode/encode.h + ! ext/Encode/bin/enc2xs ext/Encode/encengine.c +____________________________________________________________________________ +[ 25820] By: stevep on 2005/10/21 21:54:01 + Log: Documentation on getting a FORMAT ref from a GLOB was missing from + perlref.pod. Thanks for David Wheeler for starting the discussion + and Paul Johnson for confirming that it could actually be done. + Branch: perl + ! pod/perlref.pod +____________________________________________________________________________ +[ 25819] By: merijn on 2005/10/21 15:49:00 + Log: Subject: [PATCH] Symbian/beginnings of Series 80 support + From: + Date: Fri, 21 Oct 2005 17:15:23 +0300 + Message-ID: + Branch: perl + + symbian/PerlAppS60.rss symbian/PerlAppS80.rss + ! MANIFEST +____________________________________________________________________________ +[ 25818] By: rgs on 2005/10/21 15:44:38 + Log: Subject: allow "" as select bitmask [PATCH] + From: Gisle Aas + Date: 21 Oct 2005 08:04:40 -0700 + Message-ID: + Branch: perl + ! pp_sys.c t/op/sselect.t +____________________________________________________________________________ +[ 25816] By: rgs on 2005/10/21 15:06:13 + Log: Rewording of doc change #25812 + Branch: perl + ! pod/perlsub.pod +____________________________________________________________________________ +[ 25815] By: merijn on 2005/10/21 14:12:37 + Log: Subject: [PATCH] Symbian/beginnings of Series 80 support + From: + Date: Fri, 21 Oct 2005 17:15:23 +0300 + Message-ID: + Branch: perl + - symbian/PerlApp.rss +____________________________________________________________________________ +[ 25814] By: merijn on 2005/10/21 14:12:10 + Log: Subject: [PATCH] Symbian/beginnings of Series 80 support + From: + Date: Fri, 21 Oct 2005 17:15:23 +0300 + Message-ID: + Branch: perl + ! MANIFEST README.symbian symbian/PerlApp.cpp symbian/PerlApp.h + ! symbian/PerlApp.hrh symbian/config.pl symbian/config.sh + ! symbian/makesis.pl symbian/sdk.pl symbian/sisify.pl + ! symbian/xsbuild.pl +____________________________________________________________________________ +[ 25813] By: rgs on 2005/10/21 13:24:30 + Log: Subject: wrong maxlen in sselect [PATCH] + From: Gisle Aas + Date: 21 Oct 2005 05:24:30 -0700 + Message-ID: + + Plus a regression test for the new warning. + Branch: perl + ! pod/perldiag.pod pp_sys.c t/lib/warnings/pp_sys +____________________________________________________________________________ +[ 25812] By: rgs on 2005/10/21 13:01:26 + Log: Subject: Re: [PATCH] return values reworded in perlsub.pod + From: Xavier Noria + Date: Fri, 21 Oct 2005 08:43:12 +0200 + Message-Id: <1C8D7C5C-986C-4336-8C4F-8B965CE1AD17@hashref.com> + + (with minor tweaks) + Branch: perl + ! pod/perlsub.pod +____________________________________________________________________________ +[ 25811] By: rgs on 2005/10/21 09:31:52 + Log: Remove last remaining reference to vax11c + Branch: perl + ! x2p/a2p.h +____________________________________________________________________________ +[ 25810] By: craigb on 2005/10/20 22:38:36 + Log: Subject: [patch@25809]restore documented exit behavior + From: "John E. Malmberg" + Date: Thu, 20 Oct 2005 18:21:20 -0400 + Message-id: <43581860.3020108@qsl.net> + Branch: perl + ! mg.c perl.c perl.h t/op/exec.t vms/perlvms.pod vms/vms.c +____________________________________________________________________________ +[ 25809] By: rgs on 2005/10/19 21:15:53 + Log: Fix doc typo, by Gisle Aas + Branch: perl + ! lib/User/grent.pm +____________________________________________________________________________ +[ 25808] By: rgs on 2005/10/19 20:46:50 + Log: Subject: Re: [PATCH] Re: [perl #37350] $#{@$aref} in debugger gives: Bizarre copy of ARRAY in leave + From: Robin Houston + Date: Oct 14, 2005 1:54 AM + Message-ID: <20051013235457.GA23386@rpc142.cs.man.ac.uk> + Branch: perl + ! embed.fnc embed.h global.sym op.c op.h proto.h t/op/array.t +____________________________________________________________________________ +[ 25805] By: rgs on 2005/10/19 13:19:17 + Log: Forgotten chunk by jhi + Branch: perl + ! symbian/makesis.pl +____________________________________________________________________________ +[ 25804] By: rgs on 2005/10/19 13:09:09 + Log: Subject: [PATCH] blead 25801: Symbian batch of today + From: + Date: Wed, 19 Oct 2005 16:19:23 +0300 + Message-ID: + Branch: perl + ! perl.h pp_sys.c symbian/config.sh symbian/symbianish.h + ! symbian/xsbuild.pl +____________________________________________________________________________ +[ 25803] By: rgs on 2005/10/19 08:18:30 + Log: Subject: [PATCH] More consting, and DRY leads to shrinking object code + From: Andy Lester + Date: Tue, 18 Oct 2005 09:57:23 -0500 + Message-ID: <20051018145723.GA4964@petdance.com> + Branch: perl + ! av.c gv.c hv.c mg.c pp_ctl.c pp_hot.c sv.c +____________________________________________________________________________ +[ 25802] By: rgs on 2005/10/19 07:52:20 + Log: Subject: [PATCH] Adding documentation index to perlapi.pod and perlintern.pod + From: Sébastien Aperghis-Tramoni + Date: Tue, 18 Oct 2005 22:22:57 +0200 + Message-ID: <1129666977.435559a10cb95@imp5-g19.free.fr> + + (tweaked to remove trailing whitespace to doc entries) + Plus, regenerate doc and headers + Branch: perl + ! autodoc.pl embed.h pod/perlapi.pod pod/perlintern.pod proto.h +____________________________________________________________________________ +[ 25801] By: craigb on 2005/10/19 00:29:00 + Log: Subject: [patch@25784] enable open(FOO, "child.pl foo|") on VMS + From: "John E. Malmberg" + Date: Tue, 18 Oct 2005 14:43:29 -0400 + Message-id: <43554251.5020704@qsl.net> + Branch: perl + ! vms/vms.c vms/vmsish.h +____________________________________________________________________________ +[ 25800] By: rgs on 2005/10/18 21:22:17 + Log: Add notes about -f _ and defined %foo:: in perldelta + Branch: perl + ! pod/perl593delta.pod +____________________________________________________________________________ +[ 25799] By: rgs on 2005/10/18 20:57:43 + Log: Force _ to be always a bareword after filetest operators + Branch: perl + ! t/op/filetest.t toke.c +____________________________________________________________________________ +[ 25798] By: nicholas on 2005/10/18 19:52:27 + Log: Add Rafael's 5.10 roadmap to perltodo. + Add state variables. + Remove xsubpp entry, as that had been done already. + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 25797] By: rgs on 2005/10/18 19:24:55 + Log: Fix tokenizer debugging trace for file tests + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 25796] By: stevep on 2005/10/18 19:15:40 + Log: Upgrade to Digest-1.13 + Branch: perl + ! lib/Digest.pm lib/Digest/Changes lib/Digest/file.pm +____________________________________________________________________________ +[ 25795] By: merijn on 2005/10/18 16:30:54 + Log: VMS does not have clearenv () according to John E. Malmberg + Followup to 25793 + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 25794] By: steveh on 2005/10/18 15:03:50 + Log: Update win32 config files w.r.t. change #25793 + 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 +____________________________________________________________________________ +[ 25793] By: merijn on 2005/10/18 13:50:15 + Log: Add probe for clearenv (), like #25733 for unsetenv () + Branch: perl + ! Configure Porting/Glossary config_h.SH handy.h +____________________________________________________________________________ +[ 25790] By: rgs on 2005/10/18 12:48:17 + Log: Subject: [PATCH] missed some SYMBIAN ifdefs + From: + Date: Tue, 18 Oct 2005 16:07:28 +0300 + Message-ID: + Branch: perl + ! perl.h util.h +____________________________________________________________________________ +[ 25789] By: stevep on 2005/10/18 10:52:01 + Log: Upgrade to Time-HiRes-1.75 + Branch: perl + ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm + ! ext/Time/HiRes/Makefile.PL +____________________________________________________________________________ +[ 25788] By: rgs on 2005/10/18 09:29:05 + Log: Subject: [PATCH] Symbian: New vs New + From: + Date: Tue, 18 Oct 2005 12:53:16 +0300 + Message-ID: + Branch: perl + ! symbian/PerlUtil.cpp +____________________________________________________________________________ +[ 25786] By: rgs on 2005/10/18 08:01:12 + Log: Subject: [patch@25783] vmsish.h fix for lstat() definition + From: "John E. Malmberg" + Date: Mon, 17 Oct 2005 17:08:19 -0400 + Message-ID: <435412C3.3080504@qsl.net> + Branch: perl + ! vms/vmsish.h +____________________________________________________________________________ +[ 25784] By: steveh on 2005/10/17 15:48:24 + Log: Silence gcc complaints about comments in config.h + + This suppresses dozens of lines of warnings seen, e.g. here: + http://www.nntp.perl.org/group/perl.daily-build.reports/32231 + Branch: perl + ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/Zlib.pm +____________________________________________________________________________ +[ 25783] By: rgs on 2005/10/17 15:13:35 + Log: Subject: [patch@25775] VMS prep for symbolic links and long filename + From: "John E. Malmberg" + Date: Mon, 17 Oct 2005 08:12:37 -0400 + Message-ID: <43539535.70609@qsl.net> + Branch: perl + ! vms/vms.c vms/vmsish.h +____________________________________________________________________________ +[ 25782] By: rgs on 2005/10/17 15:05:23 + Log: Subject: [PATCH] even more Symbian + From: + Date: Mon, 17 Oct 2005 18:27:57 +0300 + Message-ID: + Branch: perl + ! ext/Storable/Storable.xs symbian/TODO + ! symbian/find_writeable_data.pl symbian/xsbuild.pl +____________________________________________________________________________ +[ 25781] By: nicholas on 2005/10/17 14:44:59 + Log: Correct precedence from and to && in an expression with assignment. + Branch: perl + ! ext/IO/t/io_sock.t +____________________________________________________________________________ +[ 25780] By: rgs on 2005/10/17 10:16:30 + Log: Subject: Re: small addition to $, and $\ in perlvar.pod + From: Xavier Noria + Date: Sun, 16 Oct 2005 12:27:30 +0200 + Message-Id: <7CA83392-70CD-4AC8-AA44-D94F508BB028@hashref.com> + Branch: perl + ! pod/perlvar.pod +____________________________________________________________________________ +[ 25779] By: steveh on 2005/10/17 10:14:46 + Log: Make some casts explicit to keep VC++ 7 happy + + Specifically, this silences the warnings from the following smoke: + http://www.nntp.perl.org/group/perl.daily-build.reports/32258 + (Hmm. Looks like you need to decode the base64 yourself before you + can read that.) + Branch: perl + ! numeric.c op.c pp_pack.c toke.c +____________________________________________________________________________ +[ 25778] By: rgs on 2005/10/17 09:57:24 + Log: Subject: [PATCH] another Symbian update: Alan's fault :-) + From: + Date: Mon, 17 Oct 2005 13:19:34 +0300 + Message-ID: + Branch: perl + + symbian/find_writeable_data.pl + ! MANIFEST XSUB.h doio.c embed.fnc embed.h mg.c perl.c perl.h + ! perlio.c pp_ctl.c pp_sys.c symbian/config.pl symbian/sisify.pl + ! util.c +____________________________________________________________________________ +[ 25777] By: rgs on 2005/10/17 08:46:31 + Log: Doc/style fixes pointed out by Gisle + Branch: perl + ! lib/warnings/register.pm +____________________________________________________________________________ +[ 25776] By: rgs on 2005/10/17 08:28:15 + Log: Subject: [PATCH] blead@25775 Symbian update + From: + Date: Mon, 17 Oct 2005 11:49:20 +0300 + Message-ID: + Branch: perl + + symbian/PerlUtil.cpp symbian/PerlUtil.h symbian/PerlUtil.pod + ! MANIFEST README.symbian symbian/PerlBase.pod symbian/TODO + ! symbian/config.pl symbian/sdk.pl symbian/sisify.pl + ! symbian/symbian_proto.h symbian/xsbuild.pl +____________________________________________________________________________ +[ 25775] By: davem on 2005/10/16 23:05:44 + Log: DEBUG_LEAKING_SCALARS doesn't need shared memory to store filenames + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 25774] By: rgs on 2005/10/16 21:47:57 + Log: Subject: [PATCH] Keys of %INC always use forward slashes + From: Jan Dubois + Date: Oct 16, 2005 8:24 PM + Message-ID: <006e01c5d27e$d722c6e0$2217a8c0@candy> + Branch: perl + ! lib/CPAN.pm +____________________________________________________________________________ +[ 25772] By: craigb on 2005/10/16 19:10:56 + Log: Subject: [patch@25763] Fix VMS error/exit handling, update kill function + From: "John E. Malmberg" + Message-id: <4351F393.8030809@qsl.net> + Date: Sun, 16 Oct 2005 02:30:43 -0400 + Branch: perl + ! perl.c perl.h t/run/exit.t vms/vms.c vms/vmsish.h +____________________________________________________________________________ +[ 25771] By: davem on 2005/10/16 17:46:10 + Log: an assert in av_undef was leaking memory + Branch: perl + ! av.c +____________________________________________________________________________ +[ 25770] By: davem on 2005/10/16 17:39:20 + Log: static functions should be prefixed S_ + Branch: perl + ! ext/threads/threads.xs +____________________________________________________________________________ +[ 25769] By: davem on 2005/10/16 14:53:45 + Log: free a thread's interpreter after $t->join() rather than after undef $t + This should fix some ithreads memory leaks. + Branch: perl + ! ext/threads/threads.xs +____________________________________________________________________________ +[ 25768] By: stevep on 2005/10/16 13:53:00 + Log: Upgrade to version-0.49 + Branch: perl + ! lib/version.pm lib/version.pod +____________________________________________________________________________ +[ 25767] By: stevep on 2005/10/16 13:24:23 + Log: No more attempting to edit Pod before the first coffee of the morning. + Branch: perl + ! ext/DynaLoader/XSLoader_pm.PL +____________________________________________________________________________ +[ 25766] By: stevep on 2005/10/16 13:10:02 + Log: Upgrade to XSLoader-0.06 (plus a minor doc nit found by podchecker). + Branch: perl + ! ext/DynaLoader/XSLoader_pm.PL ext/DynaLoader/t/XSLoader.t +____________________________________________________________________________ +[ 25765] By: stevep on 2005/10/16 13:02:19 + Log: Upgrade to Pod-Parser-1.34 (with some changes to get the new test file + to work within the core). + Branch: perl + + lib/Pod/t/contains_pod.t t/lib/contains_pod.xr + ! MANIFEST lib/Pod/Find.pm +____________________________________________________________________________ +[ 25764] By: stevep on 2005/10/16 12:36:37 + Log: Upgrade to ExtUtils-ParseXS-2.15. + Branch: perl + ! lib/ExtUtils/ParseXS.pm +____________________________________________________________________________ +[ 25763] By: nicholas on 2005/10/15 21:35:29 + Log: Subject: pre{inc,dec} is faster, even with integers + From: hv@crypt.org + Message-Id: <200510141722.j9EHMfa25945@zen.crypt.org> + Date: Fri, 14 Oct 2005 18:22:41 +0100 + Branch: perl + ! op.c t/op/inc.t +____________________________________________________________________________ +[ 25761] By: craigb on 2005/10/15 03:59:44 + Log: Subject: [patch@blead] perlport.pod + From: "John E. Malmberg" + Date: Fri, 14 Oct 2005 23:48:20 -0400 + Message-id: <43507C04.8050003@qsl.net> + Branch: perl + ! pod/perlport.pod +____________________________________________________________________________ +[ 25760] By: craigb on 2005/10/15 03:43:30 + Log: Subject: patch for blead - Perlvms.pod update + From: "John E. Malmberg" + Date: Fri, 14 Oct 2005 21:15:26 -0400 + Message-id: <4350582E.4070209@qsl.net> + Branch: perl + ! vms/perlvms.pod +____________________________________________________________________________ +[ 25759] By: craigb on 2005/10/14 15:31:33 + Log: Grab enough room from the outset in do_tovmsspec() + Branch: perl + ! vms/vms.c +____________________________________________________________________________ +[ 25758] By: steveh on 2005/10/14 08:00:58 + Log: Subject: [PATCH] Compress::Zlib - fix for win32 + From: "Paul Marquess" + Date: Thu, 13 Oct 2005 23:06:25 +0100 + Message-ID: <002a01c5d042$5c25fea0$1a1c140a@myopwv.com> + Branch: perl + ! ext/Compress/Zlib/Zlib.xs +____________________________________________________________________________ +[ 25757] By: stevep on 2005/10/14 03:46:24 + Log: gcc complains when it sees variables declared + + const register ... + + switched them all to + + register const ... + Branch: perl + ! av.c pp.c pp_hot.c regexec.c sv.c toke.c util.c +____________________________________________________________________________ +[ 25756] By: stevep on 2005/10/14 01:20:21 + Log: Upgrade to Unicode-Collate-0.52 + Branch: perl + ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes + ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t +____________________________________________________________________________ +[ 25755] By: stevep on 2005/10/13 23:31:03 + Log: Add PERL_USE_SAFE_PUTENV to the compile time options in perl -V + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 25754] By: stevep on 2005/10/13 23:03:46 + Log: Subject: [PATCH] Stas' croak patch and then some + From: Andy Lester + Date: Thu, 13 Oct 2005 16:42:12 -0500 + Message-ID: <20051013214212.GA1122@petdance.com> + Branch: perl + ! embed.fnc gv.c op.c pad.c perl.c pp_sort.c proto.h regcomp.c + ! sv.c t/TEST toke.c utf8.c +____________________________________________________________________________ +[ 25753] By: rgs on 2005/10/13 15:53:39 + Log: If /dev/null is not readable, perl -e fails with + an obscure error message. Make it more understandable. + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 25752] By: rgs on 2005/10/13 14:18:50 + Log: Subject: [patch@25744] t/op/local.t - change 25514 broke VMS + From: "John E. Malmberg" + Date: Thu, 13 Oct 2005 10:28:23 -0400 + Message-ID: <434E6F07.5020108@qsl.net> + Branch: perl + ! t/op/local.t +____________________________________________________________________________ +[ 25751] By: rgs on 2005/10/13 12:38:21 + Log: Subject: SvPVutf8_nolen crashes [PATCH] + From: Gisle Aas + Date: 13 Oct 2005 06:00:49 -0700 + Message-ID: + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 25750] By: rgs on 2005/10/13 12:22:24 + Log: Better cleanup of directories created by C::Zlib + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 25749] By: merijn on 2005/10/13 12:17:41 + Log: PL_use_safe_putenv needs to be in the export lists + Branch: perl + ! makedef.pl +____________________________________________________________________________ +[ 25748] By: rgs on 2005/10/13 11:20:23 + Log: Subject: [PATCH] POD index entries with X<> + From: Ivan Tubert-Brohman + Date: Wed, 12 Oct 2005 19:20:18 -0400 + Message-ID: <434D9A32.4050305@cpan.org> + Branch: perl + ! pod/perldata.pod pod/perldebug.pod pod/perldsc.pod + ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlform.pod + ! pod/perlfunc.pod pod/perllexwarn.pod pod/perlmod.pod + ! pod/perlobj.pod pod/perlop.pod pod/perlpod.pod pod/perlre.pod + ! pod/perlref.pod pod/perlrun.pod pod/perlsub.pod + ! pod/perlsyn.pod pod/perltie.pod +____________________________________________________________________________ +[ 25747] By: rgs on 2005/10/13 09:43:46 + Log: Subject: Accidental interpolation of $@ in Pod::Html [PATCH] + From: Gisle Aas + Date: 13 Oct 2005 01:42:32 -0700 + Message-ID: + Branch: perl + ! lib/Pod/Html.pm +____________________________________________________________________________ +[ 25746] By: rgs on 2005/10/13 09:05:42 + Log: The new REQUIRE token introduced by change 25599 must be + nonassoc, just like the UNIOP token it's patterned after. + (While we're at it, allow to use bison 2.1 to regenerate + the parser files.) + Branch: perl + ! perly.act perly.h perly.tab perly.y regen_perly.pl +____________________________________________________________________________ +[ 25745] By: rgs on 2005/10/13 08:14:32 + Log: Document that -F doesn't accept whitespace in patterns. + (fixes bug #37366) + Branch: perl + ! pod/perlrun.pod +____________________________________________________________________________ +[ 25744] By: merijn on 2005/10/13 06:10:27 + Log: Subject: RE: [PATCH] Compress::Zlib + From: "Paul Marquess" + Date: Wed, 12 Oct 2005 22:41:41 +0100 + Message-ID: <004c01c5cf75$bd368fc0$0e1c140a@myopwv.com> + Branch: perl + ! ext/Compress/Zlib/lib/Compress/Zlib/Common.pm +____________________________________________________________________________ +[ 25743] By: stevep on 2005/10/12 23:28:04 + Log: Subject: [PATCH pp_sort.c 5.8.7] Typo in comment. + From: Abigail + Date: Thu, 13 Oct 2005 01:25:10 +0200 + Message-ID: <20051012232509.GA1018@abigail.nl> + Branch: perl + ! pp_sort.c +____________________________________________________________________________ +[ 25742] By: rgs on 2005/10/12 15:55:21 + Log: Subject: [PATCH] Symbian blead update: Symbian port 0.2.0 + From: + Date: Wed, 12 Oct 2005 19:12:57 +0300 + Message-ID: + Branch: perl + + symbian/sisify.pl + ! MANIFEST README.symbian symbian/PerlApp.cpp symbian/PerlApp.h + ! symbian/TODO symbian/config.pl symbian/port.pl +____________________________________________________________________________ +[ 25741] By: rgs on 2005/10/12 11:37:49 + Log: Update to the config boilerplates, by Jarkko + Branch: perl + ! Cross/config.sh-arm-linux NetWare/config.wc epoc/config.sh + ! plan9/config_sh.sample symbian/config.sh uconfig.h uconfig.sh + ! wince/config.ce +____________________________________________________________________________ +[ 25740] By: craigb on 2005/10/11 23:58:26 + Log: disarm unsetenv() on VMS for now (function is present + but %ENV is more complicated) + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 25739] By: stevep on 2005/10/11 22:27:18 + Log: Subject: [PATCH] Compress::Zlib + From: Paul Marquess + Date: Tue, 11 Oct 2005 22:54:25 +0100 + + This silences a few warnings on AIX + Branch: perl + ! ext/Compress/Zlib/lib/Compress/Zlib/Common.pm + ! ext/Compress/Zlib/t/04def.t +____________________________________________________________________________ +[ 25738] By: rgs on 2005/10/11 21:14:49 + Log: Comment fix + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 25737] By: merijn on 2005/10/11 15:15:37 + Log: Subject: [PATCH] environ fixup + From: Alan Burlison + Date: Tue, 11 Oct 2005 16:29:54 +0100 + Message-ID: <434BDA72.4090109@sun.com> + Branch: perl + ! handy.h hints/solaris_2.sh perl.c util.c +____________________________________________________________________________ +[ 25736] By: merijn on 2005/10/11 11:30:22 + Log: Subject: [PATCH] Symbian blead fix + From: + Date: Tue, 11 Oct 2005 14:48:49 +0300 + Message-ID: + Branch: perl + ! symbian/PerlApp.cpp +____________________________________________________________________________ +[ 25735] By: merijn on 2005/10/11 11:25:46 + Log: Subject: [PATCH] Compress::Zlib + From: "Paul Marquess" + Date: Tue, 11 Oct 2005 12:35:22 +0100 + Message-ID: <013e01c5ce57$dee62af0$671c140a@myopwv.com> + Branch: perl + ! ext/Compress/Zlib/lib/Compress/Zlib/Common.pm + ! ext/Compress/Zlib/t/16oneshot.t +____________________________________________________________________________ +[ 25734] By: steveh on 2005/10/11 10:09:48 + Log: Update win32 config files w.r.t. change #25733 + 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 +____________________________________________________________________________ +[ 25733] By: merijn on 2005/10/10 13:47:17 + Log: Add probe for unsetenv () + Subject: Re: Perl's handling of environ breaks on Solaris 10 + From: Steve Peters + Date: Mon, 10 Oct 2005 07:51:17 -0500 + Message-ID: <20051010125117.GA27566@mccoy.peters.homeunix.org> + Branch: perl + ! Configure Porting/Glossary config_h.SH handy.h +____________________________________________________________________________ +[ 25731] By: stevep on 2005/10/10 13:14:50 + Log: Subject: Re: Win32::GetShortPathName() does not always return a short name [DOC PATCH] + From: Gisle Aas + Date: 10 Oct 2005 06:20:23 -0700 + + Change to remove a call to Win32::GetShortPathName() from + Test::Harness::Straps. + Branch: perl + ! lib/Test/Harness/Straps.pm +____________________________________________________________________________ +[ 25730] By: rgs on 2005/10/10 11:22:08 + Log: Subject: [PATCH] Symbian bleadperl@25725 update + From: + Date: Mon, 10 Oct 2005 14:28:31 +0300 + Message-ID: + Branch: perl + ! ext/Compress/Zlib/Zlib.xs ext/Compress/Zlib/zlib-src/trees.c + ! symbian/PerlApp.cpp symbian/TODO symbian/symbian_utils.cpp + ! symbian/xsbuild.pl +____________________________________________________________________________ +[ 25729] By: rgs on 2005/10/10 11:16:24 + Log: Subject: RE: [PATCH] Compress::Zlib + From: "Paul Marquess" + Date: Mon, 10 Oct 2005 12:24:29 +0100 + Message-ID: <013501c5cd8d$2f5d3e90$291c140a@myopwv.com> + Branch: perl + ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/Zlib.xs +____________________________________________________________________________ +[ 25728] By: merijn on 2005/10/10 10:36:51 + Log: Subject: Win32::GetShortPathName() does not always return a short name [DOC PATCH] + From: Gisle Aas + Date: 10 Oct 2005 03:58:09 -0700 + Message-ID: + Branch: perl + ! win32/ext/Win32/Win32.pm +____________________________________________________________________________ +[ 25727] By: merijn on 2005/10/10 10:27:12 + Log: Making t/14gzopen.t a bit more robust. + Subject: [PATCH] Compress::Zlib + From: "Paul Marquess" + Date: Mon, 10 Oct 2005 11:40:00 +0100 + Message-ID: <012101c5cd86$f895b640$291c140a@myopwv.com> + Branch: perl + ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/Zlib.xs + ! ext/Compress/Zlib/t/14gzopen.t +____________________________________________________________________________ +[ 25726] By: merijn on 2005/10/10 06:14:30 + Log: Compress::Zlib should not ask under Cygwin in CORE + Branch: perl + ! ext/Compress/Zlib/Makefile.PL +____________________________________________________________________________ +[ 25725] By: stevep on 2005/10/10 01:18:58 + Log: From: Paul Marquess + Subject: RE: [PATCH] DB_File 1.1812 + Date: Sun, 9 Oct 2005 23:25:38 +0100 + + Patch to ext/Compress/Zlib/Zlib.xs from Paul Marquess. + Branch: perl + ! ext/Compress/Zlib/Zlib.xs +____________________________________________________________________________ +[ 25724] By: rgs on 2005/10/09 21:27:57 + Log: Upgrade to DB_File 1.1812, by Paul Marquess + Branch: perl + ! ext/DB_File/Changes ext/DB_File/DB_File.pm + ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t + ! ext/DB_File/t/db-hash.t +____________________________________________________________________________ +[ 25723] By: stevep on 2005/10/09 18:53:02 + Log: Tweaks to get Test::Builder::Tester's tests to work in the core. + Branch: perl + ! lib/Test/Simple/t/tbt_01basic.t + ! lib/Test/Simple/t/tbt_04line_num.t +____________________________________________________________________________ +[ 25722] By: stevep on 2005/10/09 18:06:13 + Log: Upgraded to ExtUtils-ParseXS-2.14. + Branch: perl + ! lib/ExtUtils/ParseXS.pm +____________________________________________________________________________ +[ 25721] By: rgs on 2005/10/09 16:42:26 + Log: Don't use a regexp in DB::sub(). + This should work around perlbug #37102. + Branch: perl + ! lib/DB.pm +____________________________________________________________________________ +[ 25720] By: stevep on 2005/10/09 15:37:41 + Log: It would be nice to upgrade the right file. Double grrrrr. + Branch: perl + ! lib/ExtUtils/CBuilder.pm +____________________________________________________________________________ +[ 25719] By: stevep on 2005/10/09 15:32:29 + Log: Add standard core test header to Test::Builder::Tester tests. + Branch: perl + ! lib/Test/Simple/t/tbt_01basic.t + ! lib/Test/Simple/t/tbt_02fhrestore.t + ! lib/Test/Simple/t/tbt_03die.t + ! lib/Test/Simple/t/tbt_04line_num.t + ! lib/Test/Simple/t/tbt_05faildiag.t + ! lib/Test/Simple/t/tbt_06errormess.t + ! lib/Test/Simple/t/tbt_07args.t +____________________________________________________________________________ +[ 25718] By: stevep on 2005/10/09 15:24:43 + Log: Upgrade to Test-Simple-0.62. + Branch: perl + + lib/Test/Builder/Tester.pm lib/Test/Builder/Tester/Color.pm + + lib/Test/Simple/t/tbt_01basic.t + + lib/Test/Simple/t/tbt_02fhrestore.t + + lib/Test/Simple/t/tbt_03die.t + + lib/Test/Simple/t/tbt_04line_num.t + + lib/Test/Simple/t/tbt_05faildiag.t + + lib/Test/Simple/t/tbt_06errormess.t + + lib/Test/Simple/t/tbt_07args.t + ! MANIFEST lib/Test/Builder.pm lib/Test/Builder/Module.pm + ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes + ! lib/Test/Simple/t/More.t lib/Test/Simple/t/bail_out.t + ! lib/Test/Simple/t/is_deeply_fail.t +____________________________________________________________________________ +[ 25717] By: stevep on 2005/10/09 14:51:12 + Log: Missed files in upgrading modules. Grrrr + Branch: perl + ! lib/Cwd.pm lib/ExtUtils/ParseXS.pm +____________________________________________________________________________ +[ 25716] By: rgs on 2005/10/09 14:31:47 + Log: Subject: [PATCH with testsuite] undef IS_UTF8_CHAR() on EBCDIC + From: SADAHIRO Tomoyuki + Date: Oct 8, 2005 9:59 AM + Message-Id: <20051008165752.348A.BQW10602@nifty.com> + Branch: perl + ! lib/utf8.t utf8.c utf8.h +____________________________________________________________________________ +[ 25712] By: stevep on 2005/10/07 15:41:32 + Log: Documentation nit in INSTALL found by Alan Burlison. + Branch: perl + ! INSTALL +____________________________________________________________________________ +[ 25711] By: stevep on 2005/10/07 03:29:37 + Log: Upgrade to Pathtools-3.12 + Branch: perl + ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/File/Spec.pm + ! lib/File/Spec/Win32.pm +____________________________________________________________________________ +[ 25710] By: craigb on 2005/10/07 02:41:03 + Log: Parse symbols for the linker when more than one declaration + on the same line (the way PERLVARISC now throws at us). + Branch: perl + ! vms/gen_shrfls.pl +____________________________________________________________________________ +[ 25709] By: nicholas on 2005/10/06 21:31:39 + Log: Avoid a cast + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 25708] By: stevep on 2005/10/06 19:23:59 + Log: Convert lvalue usage of SvNVX() and SvIVX() to SvNV_set() and + SvIV_set(). Otherwise, compiling with -DPERL_DEBUG_COW fails. + Branch: perl + ! ext/Compress/Zlib/Zlib.xs +____________________________________________________________________________ +[ 25707] By: rgs on 2005/10/06 13:42:00 + Log: Be nice with subversion hidden directories + Branch: perl + ! ext/Compress/Zlib/Makefile.PL +____________________________________________________________________________ +[ 25706] By: rgs on 2005/10/06 13:24:24 + Log: Update with new files from C::Zlib + Branch: perl + ! Porting/Maintainers.pl +____________________________________________________________________________ +[ 25705] By: rgs on 2005/10/06 13:23:20 + Log: Move ZlibTestUtils.pm under t/ + Branch: perl + + t/lib/ZlibTestUtils.pm + - lib/ZlibTestUtils.pm + ! MANIFEST ext/Compress/Zlib/t/01version.t + ! ext/Compress/Zlib/t/02zlib.t ext/Compress/Zlib/t/03zlib-v1.t + ! ext/Compress/Zlib/t/04def.t ext/Compress/Zlib/t/05examples.t + ! ext/Compress/Zlib/t/06gzsetp.t ext/Compress/Zlib/t/07bufsize.t + ! ext/Compress/Zlib/t/08encoding.t + ! ext/Compress/Zlib/t/09gziphdr.t ext/Compress/Zlib/t/10defhdr.t + ! ext/Compress/Zlib/t/11truncate.t ext/Compress/Zlib/t/12any.t + ! ext/Compress/Zlib/t/13prime.t ext/Compress/Zlib/t/14gzopen.t + ! ext/Compress/Zlib/t/15multi.t ext/Compress/Zlib/t/16oneshot.t + ! ext/Compress/Zlib/t/17isize.t ext/Compress/Zlib/t/18lvalue.t + ! ext/Compress/Zlib/t/19destroy.t ext/Compress/Zlib/t/20tied.t + ! ext/Compress/Zlib/t/21newtied.t ext/Compress/Zlib/t/22merge.t + ! ext/Compress/Zlib/t/23misc.t ext/Compress/Zlib/t/globmapper.t +____________________________________________________________________________ +[ 25704] By: rgs on 2005/10/06 09:09:06 + Log: Don't install pods via MakeMaker for C::Zlib, + as suggested by Robin Barker + Branch: perl + ! ext/Compress/Zlib/Makefile.PL +____________________________________________________________________________ +[ 25703] By: merijn on 2005/10/06 08:42:56 + Log: Add -C to allowed $PERL5OPT options + Add -C to the $PERL5OPT documentation (and added the missing -A too) + t/run/runenv.t Could use some more tests about how supported + and unsupported options in $PERL5OPT are handled + Branch: perl + ! perl.c pod/perldiag.pod pod/perlrun.pod +____________________________________________________________________________ +[ 25702] By: rgs on 2005/10/06 07:27:39 + Log: Remove the getprotobynumber test, for portability concerns + Branch: perl + - t/op/getprotobynumber.t + ! MANIFEST +____________________________________________________________________________ +[ 25701] By: nicholas on 2005/10/05 23:22:27 + Log: Fix Compress::Zlib test boilerplate + Branch: perl + ! ext/Compress/Zlib/t/01version.t ext/Compress/Zlib/t/02zlib.t + ! ext/Compress/Zlib/t/03zlib-v1.t ext/Compress/Zlib/t/04def.t + ! ext/Compress/Zlib/t/05examples.t + ! ext/Compress/Zlib/t/06gzsetp.t ext/Compress/Zlib/t/07bufsize.t + ! ext/Compress/Zlib/t/08encoding.t + ! ext/Compress/Zlib/t/09gziphdr.t ext/Compress/Zlib/t/10defhdr.t + ! ext/Compress/Zlib/t/11truncate.t ext/Compress/Zlib/t/12any.t + ! ext/Compress/Zlib/t/13prime.t ext/Compress/Zlib/t/14gzopen.t + ! ext/Compress/Zlib/t/15multi.t ext/Compress/Zlib/t/16oneshot.t + ! ext/Compress/Zlib/t/17isize.t ext/Compress/Zlib/t/18lvalue.t + ! ext/Compress/Zlib/t/19destroy.t ext/Compress/Zlib/t/20tied.t + ! ext/Compress/Zlib/t/21newtied.t ext/Compress/Zlib/t/22merge.t + ! ext/Compress/Zlib/t/23misc.t ext/Compress/Zlib/t/globmapper.t +____________________________________________________________________________ +[ 25699] By: rgs on 2005/10/05 21:26:57 + Log: Compress::Zlib's Makefile.PL shouldn't create .bak files when building the core + Branch: perl + ! ext/Compress/Zlib/Makefile.PL +____________________________________________________________________________ +[ 25698] By: rgs on 2005/10/05 21:03:29 + Log: Add test preambles to Compress::Zlib. + Remove 99pod.t, useless in the core + Branch: perl + - ext/Compress/Zlib/t/99pod.t + ! MANIFEST ext/Compress/Zlib/t/01version.t + ! ext/Compress/Zlib/t/02zlib.t ext/Compress/Zlib/t/03zlib-v1.t + ! ext/Compress/Zlib/t/04def.t ext/Compress/Zlib/t/05examples.t + ! ext/Compress/Zlib/t/06gzsetp.t ext/Compress/Zlib/t/07bufsize.t + ! ext/Compress/Zlib/t/08encoding.t + ! ext/Compress/Zlib/t/09gziphdr.t ext/Compress/Zlib/t/10defhdr.t + ! ext/Compress/Zlib/t/11truncate.t ext/Compress/Zlib/t/12any.t + ! ext/Compress/Zlib/t/13prime.t ext/Compress/Zlib/t/14gzopen.t + ! ext/Compress/Zlib/t/15multi.t ext/Compress/Zlib/t/16oneshot.t + ! ext/Compress/Zlib/t/17isize.t ext/Compress/Zlib/t/18lvalue.t + ! ext/Compress/Zlib/t/19destroy.t ext/Compress/Zlib/t/20tied.t + ! ext/Compress/Zlib/t/21newtied.t ext/Compress/Zlib/t/22merge.t + ! ext/Compress/Zlib/t/23misc.t ext/Compress/Zlib/t/globmapper.t +____________________________________________________________________________ +[ 25697] By: stevep on 2005/10/05 18:20:54 + Log: Subject: proposal [perl #34301]: IO::Socket calls getpeername far too often + From: Peter.Dintelmann@Dresdner-Bank.com (Peter Dintelmann) + Date: Thu, 2 Jun 2005 13:34:49 +0200 + Message-ID: + Branch: perl + ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm +____________________________________________________________________________ +[ 25696] By: steveh on 2005/10/05 16:04:26 + Log: Subject: [PATCH] Re: Untested builtins + From: Steven Schubiger + Date: Wed, 28 Sep 2005 15:46:45 +0200 + Message-ID: <20050928134645.GD11546@accognoscere.homeunix.org> + Branch: perl + + t/op/getprotobynumber.t + ! MANIFEST +____________________________________________________________________________ +[ 25695] By: rgs on 2005/10/05 15:53:34 + Log: Upgrade to Compress::Zlib 2.000_05 + Branch: perl + + ext/Compress/Zlib/examples/gzcat.zlib + + ext/Compress/Zlib/fallback/constants.h + + ext/Compress/Zlib/fallback/constants.xs + + ext/Compress/Zlib/lib/Compress/Gzip/Constants.pm + + ext/Compress/Zlib/lib/Compress/Zlib/Common.pm + + ext/Compress/Zlib/lib/Compress/Zlib/FileConstants.pm + + ext/Compress/Zlib/lib/Compress/Zlib/ParseParameters.pm + + ext/Compress/Zlib/lib/File/GlobMapper.pm + + ext/Compress/Zlib/lib/IO/Compress/Deflate.pm + + ext/Compress/Zlib/lib/IO/Compress/Gzip.pm + + ext/Compress/Zlib/lib/IO/Compress/RawDeflate.pm + + ext/Compress/Zlib/lib/IO/Uncompress/AnyInflate.pm + + ext/Compress/Zlib/lib/IO/Uncompress/Gunzip.pm + + ext/Compress/Zlib/lib/IO/Uncompress/Inflate.pm + + ext/Compress/Zlib/lib/IO/Uncompress/RawInflate.pm + + ext/Compress/Zlib/pod/FAQ.pod ext/Compress/Zlib/ppport.h + + ext/Compress/Zlib/t/03zlib-v1.t ext/Compress/Zlib/t/04def.t + + ext/Compress/Zlib/t/05examples.t + + ext/Compress/Zlib/t/06gzsetp.t ext/Compress/Zlib/t/07bufsize.t + + ext/Compress/Zlib/t/08encoding.t + + ext/Compress/Zlib/t/09gziphdr.t ext/Compress/Zlib/t/10defhdr.t + + ext/Compress/Zlib/t/11truncate.t ext/Compress/Zlib/t/12any.t + + ext/Compress/Zlib/t/13prime.t ext/Compress/Zlib/t/14gzopen.t + + ext/Compress/Zlib/t/15multi.t ext/Compress/Zlib/t/16oneshot.t + + ext/Compress/Zlib/t/17isize.t ext/Compress/Zlib/t/18lvalue.t + + ext/Compress/Zlib/t/19destroy.t ext/Compress/Zlib/t/20tied.t + + ext/Compress/Zlib/t/21newtied.t ext/Compress/Zlib/t/22merge.t + + ext/Compress/Zlib/t/23misc.t ext/Compress/Zlib/t/99pod.t + + ext/Compress/Zlib/t/globmapper.t lib/ZlibTestUtils.pm + - ext/Compress/Zlib/ANNOUNCE ext/Compress/Zlib/fallback.h + - ext/Compress/Zlib/fallback.xs ext/Compress/Zlib/t/03examples.t + - ext/Compress/Zlib/t/04encoding.t + - ext/Compress/Zlib/t/05gzsetp.t ext/Compress/Zlib/t/06gzdopen.t + - ext/Compress/Zlib/zlib-src/gzio.c + ! MANIFEST ext/Compress/Zlib/Changes + ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/README + ! ext/Compress/Zlib/Zlib.pm ext/Compress/Zlib/Zlib.xs + ! ext/Compress/Zlib/config.in ext/Compress/Zlib/examples/filtdef + ! ext/Compress/Zlib/examples/filtinf + ! ext/Compress/Zlib/examples/gzcat + ! ext/Compress/Zlib/examples/gzgrep + ! ext/Compress/Zlib/examples/gzstream + ! ext/Compress/Zlib/t/01version.t ext/Compress/Zlib/t/02zlib.t + ! ext/Compress/Zlib/typemap +____________________________________________________________________________ +[ 25694] By: steveh on 2005/10/05 15:34:18 + Log: Fix $Config{ccflags} for Win32 perls built with dmake + + The nmake makefile (win32/Makefile) currently adds -nologo, $(STRPOOL) + and -W3 to the ccflags in CFG_VARS, but the dmake makefile + (win32/makefile.mk) doesn't. This means that extensions built with + perls built with VC++ and dmake spit out damn M$ logo messages and use + a lower warning level. + + The reason for the difference is probably that the dmake makefile + supports multiple compilers. Therefore, put the extra ccflags into a + new macro, and set it appropriately for each compiler. Add the new + macro to the nmake makefile too for orthogonality. + Branch: perl + ! win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 25693] By: merijn on 2005/10/05 15:34:09 + Log: Subject: Re: [PATCH] Random constings and printf cleanup + From: Andy Lester + Date: Tue, 4 Oct 2005 15:16:05 -0500 + Message-ID: <20051004201605.GA31682@petdance.com> + Branch: perl + ! malloc.c pad.c perl.c perl.h pp_ctl.c sv.c utf8.c xsutils.c +____________________________________________________________________________ +[ 25691] By: stevep on 2005/10/04 16:24:28 + Log: Fixes to Pod errors found by podchecker. + Branch: perl + ! README.os2 pod/perlfunc.pod +____________________________________________________________________________ +[ 25690] By: stevep on 2005/10/04 12:02:04 + Log: Upgrade to ExtUtils-ParseXS-2.13 + Branch: perl + ! lib/ExtUtils/ParseXS.pm +____________________________________________________________________________ +[ 25689] By: stevep on 2005/10/04 11:01:11 + Log: Upgrade to ExtUtils-CBuilder-0.15 (with a small edit to + ExtUtils::CBuilder::Pltaform::dec_osf.pm to add a $VERSION) + Branch: perl + ! lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/Base.pm + ! lib/ExtUtils/CBuilder/Platform/Windows.pm + ! lib/ExtUtils/CBuilder/Platform/dec_osf.pm + ! lib/ExtUtils/CBuilder/Platform/os2.pm + ! lib/ExtUtils/CBuilder/t/02-link.t +____________________________________________________________________________ +[ 25688] By: merijn on 2005/10/04 10:10:41 + Log: Subject: Re: $^CHILD_ERROR_NATIVE issues (with attachment) + From: Gisle Aas + Date: 04 Oct 2005 02:18:27 -0700 + Message-ID: + Branch: perl + ! cop.h doio.c perl.c perl.h pp_sys.c win32/perlhost.h + ! wince/perlhost.h +____________________________________________________________________________ +[ 25687] By: rgs on 2005/10/03 16:16:21 + Log: Subject: Clone PL_statusvalue_posix [PATCH] + From: Gisle Aas + Date: 03 Oct 2005 09:37:57 -0700 + Message-ID: + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 25686] By: rgs on 2005/10/03 15:42:45 + Log: Pod::Usage documentation fix, suggested by : + + Subject: [perl #37322] Pod::Usage implementation of -sections disagrees with its documentation + From: "Steven Schubiger via RT" + Date: Sun, 02 Oct 2005 07:25:37 -0700 + Message-ID: + Branch: perl + ! lib/Pod/Usage.pm +____________________________________________________________________________ +[ 25685] By: rgs on 2005/10/03 15:17:09 + Log: Yitzchak points out that this function argument is NULLOK + Branch: perl + ! embed.fnc proto.h +____________________________________________________________________________ +[ 25684] By: rgs on 2005/10/03 11:27:31 + Log: Spaces to tabs + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 25683] By: craigb on 2005/10/03 03:43:31 + Log: We lied about strtoq way back in #8120 + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 25682] By: stevep on 2005/10/03 03:10:05 + Log: Upgrade to Digest-1.12 + Branch: perl + ! lib/Digest.pm lib/Digest/Changes +____________________________________________________________________________ +[ 25681] By: craigb on 2005/10/03 00:20:30 + Log: fix bug introduced by #25507 that kept ccflags from + making it into config.sh + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 25680] By: craigb on 2005/10/02 21:45:20 + Log: assorted blead build help for VMS (mostly ithreads-related) + Branch: perl + ! configure.com pp_sys.c vms/gen_shrfls.pl vms/vmsish.h +____________________________________________________________________________ +[ 25679] By: stevep on 2005/10/02 12:50:02 + Log: Subject: [perl #37233] [PATCH] Test::Harness and Devel::Cover combine with overloading to cause infinite recursion in Carp.pm + From: perlbug-followup[at]perl.org (Yves Orton) + Date: Thu, 22 Sep 2005 11:31:02 -0700 + Message-ID: + Branch: perl + ! lib/Carp/Heavy.pm +____________________________________________________________________________ +[ 25678] By: stevep on 2005/10/02 04:42:46 + Log: Clarify the documentation regarding the return value from C. + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 25677] By: stevep on 2005/10/02 04:32:48 + Log: If a 'use' or 'require' fails due to too many open files (EMFILE), + give an appropriate error message rather than saying the module + cannot be found in @INC. + Branch: perl + ! pp_ctl.c +____________________________________________________________________________ +[ 25676] By: stevep on 2005/10/02 03:30:55 + Log: Missed test changes and a bit of debugging code that should + have been removed. + Branch: perl + ! lib/Pod/Html.pm lib/Pod/t/htmlescp.t lib/Pod/t/htmlview.t +____________________________________________________________________________ +[ 25675] By: stevep on 2005/10/02 02:24:12 + Log: Fix some of the XHTML issues in Pod::Html. The call for some time + with a debugger to figure out what is going on. + Branch: perl + ! lib/Pod/Html.pm +____________________________________________________________________________ +[ 25674] By: davem on 2005/10/01 23:51:40 + Log: Improve -DT output and fix wild buffer pointer error + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 25672] By: steveh on 2005/09/30 15:52:30 + Log: Make building perl on Win32 with the free VC++ toolkit easier + + Introduce new CCTYPE's MSVC70FREE and MSVC70 for the free and the full + versions of MS VC++ 7.x respectively. Perl can now be built with the + free VC++ toolkit simply by running "nmake CCTYPE=MSVC70FREE" with no + hacking of the win32/Makefile required. Update README.win32 with + these changes. + + Also add the CCTYPE MSVC to win32/Makefile. This is already supported + in win32/makefile.mk and is useful for avoiding the use of -DELAYLOAD + for MS VC++ 3.x through 5.x. Update README.win32 for this too. + Branch: perl + ! README.win32 win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 25666] By: rgs on 2005/09/30 08:59:14 + Log: Upgrade to XSLoader 0.05, plus a few doc nits, + by Sébastien Aperghis-Tramoni + Branch: perl + ! ext/DynaLoader/XSLoader_pm.PL ext/DynaLoader/t/XSLoader.t +____________________________________________________________________________ +[ 25665] By: davem on 2005/09/29 22:57:44 + Log: PL_defoutgv could be used after being freed + Was giving "use of freed value" warnings in t/io/through.t + and t/io/crlf_through.t + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 25664] By: davem on 2005/09/29 21:01:54 + Log: the return value of start_subparse() can legally be ignored + Branch: perl + ! embed.fnc gv.c proto.h +____________________________________________________________________________ +[ 25663] By: stevep on 2005/09/29 20:43:52 + Log: Added new flag (--use-xsloader) to use XSLoader when in backward + compatibility mode. + Branch: perl + ! utils/h2xs.PL +____________________________________________________________________________ +[ 25662] By: stevep on 2005/09/29 18:04:29 + Log: With XSLoader on CPAN now, add XSLoader as a prerequisite in Makefile.PL + if the compatible version is less than 5.006 (the first version with + XSLoader). + Branch: perl + ! utils/h2xs.PL +____________________________________________________________________________ +[ 25660] By: nicholas on 2005/09/29 13:00:18 + Log: 2 more e-mail addresses that map to rgs + Branch: perl + ! Porting/checkAUTHORS.pl +____________________________________________________________________________ +[ 25659] By: nicholas on 2005/09/29 12:54:00 + Log: checkAUTHORS.pl wasn't aware of one of Merijn's e-mail addresses + Branch: perl + ! Porting/checkAUTHORS.pl +____________________________________________________________________________ +[ 25658] By: nicholas on 2005/09/29 12:50:40 + Log: Correct/tweak Changes so that checkAUTHORS.pl parses it. + Branch: perl + ! Changes +____________________________________________________________________________ +[ 25657] By: nicholas on 2005/09/29 11:01:53 + Log: Teach the alias mapping about new committers. + Branch: perl + ! Porting/checkAUTHORS.pl +____________________________________________________________________________ +[ 25656] By: nicholas on 2005/09/29 10:54:56 + Log: Cope with completely empty lines within the Changes file. + Better diagnostics on "malformed" lines. + Branch: perl + ! Porting/checkAUTHORS.pl +____________________________________________________________________________ +[ 25652] By: steveh on 2005/09/29 08:47:26 + Log: Clean up CBuilder and ParseXS test files + + This was done once already in change 25222, but then modified in change + 25225. The new versions of CBuilder and ParseXS that sync'ed those + changes and have now been integrated back into bleadperl missed some + bits of change 25225. Try again. + Branch: perl + ! lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/t/01-basic.t + ! lib/ExtUtils/CBuilder/t/02-link.t lib/ExtUtils/ParseXS.pm + ! lib/ExtUtils/ParseXS/t/basic.t +____________________________________________________________________________ +[ 25651] By: nicholas on 2005/09/29 06:52:35 + Log: Attempting to do too many things simultaneously with the C pre- + processor considered harmful. + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 25650] By: stevep on 2005/09/29 00:23:44 + Log: Upgrade to ExtUtils::CBuilder 0.14 + Branch: perl + ! lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/Base.pm + ! lib/ExtUtils/CBuilder/Platform/VMS.pm + ! lib/ExtUtils/CBuilder/t/01-basic.t + ! lib/ExtUtils/CBuilder/t/02-link.t +____________________________________________________________________________ +[ 25649] By: stevep on 2005/09/28 22:59:08 + Log: Upgrade to Test::Harness 2.56 + Branch: perl + + t/lib/sample-tests/bignum_many + ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes + ! lib/Test/Harness/Straps.pm lib/Test/Harness/TAP.pod + ! lib/Test/Harness/bin/prove lib/Test/Harness/t/test-harness.t + ! t/lib/sample-tests/bignum +____________________________________________________________________________ +[ 25640] By: nicholas on 2005/09/28 19:56:53 + Log: savepv and savepvn are actually NULLOK + Branch: perl + ! embed.fnc proto.h +____________________________________________________________________________ +[ 25638] By: nicholas on 2005/09/28 18:51:15 + Log: Forgot to run embed.pl after change 25637 + Branch: perl + ! proto.h +____________________________________________________________________________ +[ 25637] By: nicholas on 2005/09/28 18:31:04 + Log: Subject: [PATCH] embed.fnc now requires NN/NULLOK + From: Andy Lester + Message-ID: <20050928172254.GE20201@petdance.com> + Date: Wed, 28 Sep 2005 12:22:54 -0500 + Branch: perl + ! embed.fnc embed.pl +____________________________________________________________________________ +[ 25634] By: nicholas on 2005/09/28 15:56:45 + Log: We can use the C pre-processor to build a single, longer string + constant which makes the object code slightly smaller. + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 25627] By: steveh on 2005/09/28 08:23:01 + Log: Improve File::Spec::Win32->path() and fix MM_Win32.t + + Subject: Improved File::Spec::Win32->path [PATCH] + From: Gisle Aas + Date: 17 Sep 2005 00:13:41 -0700 + Message-ID: + + Subject: Re: Improved File::Spec::Win32->path [PATCH] + From: Michael G Schwern + Date: Tue, 27 Sep 2005 13:05:54 -0700 + Message-ID: <20050927200554.GC20908@windhund.schwern.org> + Branch: perl + ! lib/ExtUtils/t/MM_Win32.t lib/File/Spec/Win32.pm +____________________________________________________________________________ +[ 25626] By: stevep on 2005/09/28 00:06:29 + Log: Upgrade to CGI-3.11, with some modifications for Pod differences in + bleadperl. + Branch: perl + ! lib/CGI.pm lib/CGI/Changes lib/CGI/Cookie.pm +____________________________________________________________________________ +[ 25625] By: rgs on 2005/09/27 20:07:32 + Log: Comment nit by Vadim Konovalov + And while we're at it, reindent consistently. + Branch: perl + ! t/io/crlf.t +____________________________________________________________________________ +[ 25624] By: rgs on 2005/09/27 20:04:07 + Log: POD nit by Yitzchak + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 25623] By: rgs on 2005/09/27 17:02:42 + Log: Clarify what -MFoo=number does on the command-line + Branch: perl + ! pod/perlrun.pod +____________________________________________________________________________ +[ 25621] By: stevep on 2005/09/27 15:05:18 + Log: Subject: AW: [perl #36291] incorrect $! from open ">&nr" with too many open files + From: "Dintelmann, Peter" + Date: Tue, 27 Sep 2005 15:18:00 +0200 + Branch: perl + ! doio.c +____________________________________________________________________________ +[ 25619] By: rgs on 2005/09/27 14:25:53 + Log: Fix by Rick Delaney for [perl #3269] no warnings "bareword" turns off + too many warnings. + Branch: perl + ! mg.c t/io/binmode.t t/lib/warnings/2use +____________________________________________________________________________ +[ 25618] By: rgs on 2005/09/27 12:53:49 + Log: Subject: [PATCH] Re: [BUG 5.8.7] Another major bug in PerlIO layer + From: Ilya Zakharevich + Date: Tue, 27 Sep 2005 02:07:35 -0700 + Message-ID: <20050927090734.GB3687@math.berkeley.edu> + Branch: perl + + t/io/crlf_through.t t/io/through.t + ! MANIFEST perlio.c +____________________________________________________________________________ +[ 25617] By: rgs on 2005/09/27 11:06:23 + Log: OPpRUNTIME can be set on OP_QR too + Branch: perl + ! ext/B/B/Concise.pm +____________________________________________________________________________ +[ 25616] By: rgs on 2005/09/27 10:09:46 + Log: Fix the overriding of CORE::do, just like change 25599 + was fixing the overriding of CORE::require + Branch: perl + ! embed.fnc embed.h op.c perly.act perly.y proto.h toke.c +____________________________________________________________________________ +[ 25615] By: rgs on 2005/09/27 09:18:42 + Log: Micro-optimisation: use PL_globalstash instead of looking up + CORE::GLOBAL::require by name + Branch: perl + ! op.c +____________________________________________________________________________ +[ 25614] By: rgs on 2005/09/27 09:04:50 + Log: Addition to change 25612 + Branch: perl + ! symbian/PerlApp.cpp +____________________________________________________________________________ +[ 25613] By: rgs on 2005/09/27 08:36:24 + Log: Subject: [PATCH] mark cannot be const because MEXTEND() modifies it, and tkGlue.c uses MEXTEND() + From: "Jan Dubois" + Date: Mon, 26 Sep 2005 21:19:51 -0700 + Message-Id: <200509270419.j8R4JtVw026876@smtp3.ActiveState.com> + Branch: perl + ! XSUB.h +____________________________________________________________________________ +[ 25612] By: rgs on 2005/09/27 08:33:36 + Log: Subject: [PATCH] 5.9.x@25609 Symbian update + From: + Date: Tue, 27 Sep 2005 11:54:00 +0300 + Message-ID: + Branch: perl + ! symbian/PerlApp.cpp symbian/config.sh +____________________________________________________________________________ +[ 25611] By: rgs on 2005/09/27 07:42:52 + Log: Test for OPpCONST_NOVER only on OP_CONST ops. + Plus a regression test by Schwern. + Branch: perl + ! pp_ctl.c t/op/override.t +____________________________________________________________________________ +[ 25610] By: rgs on 2005/09/27 06:40:09 + Log: Subject: Warnings in tests @25605 due to cmp_ok behavior change. + From: Michael G Schwern + Date: Mon, 26 Sep 2005 14:21:09 -0700 + Message-ID: <20050926212109.GA11036@windhund.schwern.org> + Branch: perl + ! lib/AutoSplit.t lib/Pod/t/InputObjects.t +____________________________________________________________________________ +[ 25609] By: stevep on 2005/09/27 02:45:50 + Log: Upgrade to Encode 2.12 + Branch: perl + ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm + ! ext/Encode/Encode.xs ext/Encode/META.yml + ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Supported.pod + ! ext/Encode/t/fallback.t ext/Encode/ucm/8859-7.ucm +____________________________________________________________________________ +[ 25608] By: stevep on 2005/09/26 23:09:44 + Log: Upgrade to Digest 1.11 with a minor Pod fix. Also my first commit :) + Branch: perl + ! lib/Digest.pm lib/Digest/Changes +____________________________________________________________________________ +[ 25605] By: nicholas on 2005/09/26 17:54:06 + Log: const sausage const const bacon const tomato and const + The search_ext parameter to find_script can be a little more const. + Branch: perl + ! embed.fnc proto.h util.c +____________________________________________________________________________ +[ 25604] By: rgs on 2005/09/26 16:31:43 + Log: Upgrade to Test::Simple 0.61 + Branch: perl + + lib/Test/Builder/Module.pm lib/Test/Simple/t/bail_out.t + + t/lib/Test/Simple/sample_tests/too_few_fail.plx + ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm + ! lib/Test/Simple.pm lib/Test/Simple/Changes + ! lib/Test/Simple/t/00test_harness_check.t + ! lib/Test/Simple/t/create.t lib/Test/Simple/t/eq_set.t + ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t + ! lib/Test/Simple/t/extra_one.t lib/Test/Simple/t/fail-like.t + ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/fail.t + ! lib/Test/Simple/t/fail_one.t + ! lib/Test/Simple/t/harness_active.t + ! lib/Test/Simple/t/has_plan2.t + ! lib/Test/Simple/t/is_deeply_fail.t lib/Test/Simple/t/missing.t + ! lib/Test/Simple/t/no_diag.t lib/Test/Simple/t/overload.t + ! lib/Test/Simple/t/plan_no_plan.t lib/Test/Simple/t/todo.t + ! lib/Test/Simple/t/undef.t + ! t/lib/Test/Simple/sample_tests/too_few.plx +____________________________________________________________________________ +[ 25602] By: rgs on 2005/09/26 14:45:53 + Log: Fix change 25597 for non-Windows platforms + Branch: perl + ! lib/File/Find.pm +____________________________________________________________________________ +[ 25601] By: rgs on 2005/09/26 14:24:20 + Log: Make B::Deparse handle correctly CORE::require + Branch: perl + ! ext/B/B/Deparse.pm +____________________________________________________________________________ +[ 25600] By: rgs on 2005/09/26 14:22:43 + Log: Document the new meaning of OPf_SPECIAL on OP_REQUIRE + Branch: perl + ! op.h +____________________________________________________________________________ +[ 25599] By: rgs on 2005/09/26 14:04:21 + Log: CORE::require was always parsed as require(). + That's because require() isn't overridable at tokenizer-level + like other overridable built-ins, but is handled by the optree + builder. So, find a way to pass the information that require() + was written as CORE::require() to Perl_ck_require. This is + done by adding a new token type REQUIRE and by adding OPf_SPECIAL + to OP_REQUIRE when it's saw as CORE::require in the program text. + This fixes bug [perl #37274] The "CORE" in CORE::require is ignored. + Branch: perl + ! op.c perly.act perly.h perly.tab perly.y toke.c +____________________________________________________________________________ +[ 25597] By: steveh on 2005/09/26 08:54:13 + Log: Subject: [perl #37223] [PATCH] File::Find::find fails on Win32 with follow => 1 + From: "Steve Peters via RT" + Date: Sun, 25 Sep 2005 14:41:03 -0700 + Message-ID: + + and update docs + Branch: perl + ! lib/File/Find.pm +____________________________________________________________________________ +[ 25591] By: rgs on 2005/09/23 20:46:04 + Log: Upgrade to Compress::Zlib 1.40 + Branch: perl + ! ext/Compress/Zlib/Changes ext/Compress/Zlib/README + ! ext/Compress/Zlib/Zlib.pm ext/Compress/Zlib/Zlib.xs + ! ext/Compress/Zlib/t/03examples.t +____________________________________________________________________________ +[ 25590] By: rgs on 2005/09/23 19:06:31 + Log: Subject: [PATCH] Fix to PERL_DEBUG_COW + From: Steve Peters + Date: Sep 23, 2005 8:11 PM + Message-ID: <20050923181109.GA1350@mccoy.peters.homeunix.org> + Branch: perl + ! sv.h +____________________________________________________________________________ +[ 25588] By: rgs on 2005/09/23 15:54:02 + Log: Subject: Re: pod/pod2usage2.t + From: "H.Merijn Brand" + Date: Thu, 22 Sep 2005 12:12:49 +0200 + Message-ID: <20050922121249.5077ee3e@pc09> + + Also, skip all tests on Windows until we find a way + to write them portably + Branch: perl + ! t/pod/pod2usage2.t +____________________________________________________________________________ +[ 25586] By: rgs on 2005/09/23 15:12:03 + Log: Subject: [PATCH] quiet a few warnings + From: Yitzchak Scott-Thoennes + Date: Wed, 21 Sep 2005 18:45:56 -0700 + Message-ID: <20050922014555.GA2852@efn.org> + Branch: perl + ! cygwin/cygwin.c embed.fnc proto.h +____________________________________________________________________________ +[ 25582] By: rgs on 2005/09/23 13:49:24 + Log: Subject: [PATCH] Changes for hints/linux.sh for Purify + From: Steve Peters + Date: Fri, 23 Sep 2005 08:38:58 -0500 + Message-ID: <20050923133858.GA29475@mccoy.peters.homeunix.org> + Branch: perl + ! hints/linux.sh +____________________________________________________________________________ +[ 25581] By: steveh on 2005/09/23 13:46:40 + Log: Extend 25579 to cover vc64 too + Branch: perl + ! Porting/checkcfgvar.pl +____________________________________________________________________________ +[ 25579] By: rgs on 2005/09/23 13:08:14 + Log: Add Porting/checkcfgvar.pl by Jarkko + Branch: perl + + Porting/checkcfgvar.pl + ! MANIFEST +____________________________________________________________________________ +[ 25578] By: rgs on 2005/09/23 12:35:30 + Log: SAPER is the new maintainer of XSLoader + Branch: perl + ! Porting/Maintainers.pl +____________________________________________________________________________ +[ 25573] By: steveh on 2005/09/23 08:40:58 + Log: Change 25226 should have done this too + Branch: perl + ! win32/config.bc +____________________________________________________________________________ +[ 25571] By: nicholas on 2005/09/22 14:35:52 + Log: As SvPVX_mutable and SvPVX_const are new, they don't need to be LVALUEs + Branch: perl + ! sv.h +____________________________________________________________________________ +[ 25570] By: nicholas on 2005/09/22 14:09:37 + Log: The New*() compatibility macros aren't needed inside the perl core. + Branch: perl + ! handy.h +____________________________________________________________________________ +[ 25563] By: steveh on 2005/09/22 07:26:20 + Log: Forgot to update MANIFEST in change 25547 + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 25560] By: rgs on 2005/09/21 21:10:50 + Log: Add an option --ignore to installhtml + and use it to avoid to install doc in Porting/. + Skip also test modules. + Branch: perl + ! Makefile.SH installhtml +____________________________________________________________________________ +[ 25547] By: steveh on 2005/09/21 16:19:03 + Log: Localize $@ in Locale::Maketext::maketext() + so that $lh->maketext("Error: [_1]\n", $@) works as expected + + Also added a new test for this fix + Branch: perl + + lib/Locale/Maketext/t/30_local.t + ! lib/Locale/Maketext.pm +____________________________________________________________________________ +[ 25544] By: rgs on 2005/09/21 15:53:33 + Log: A few POD fixes + Branch: perl + ! Porting/pumpkin.pod ext/B/B/Concise.pm + ! ext/Data/Dumper/Dumper.pm lib/FileCache.pm +____________________________________________________________________________ +[ 25543] By: rgs on 2005/09/21 15:31:02 + Log: Upgrade to Pod::Parser 1.33 + Branch: perl + + t/pod/pod2usage2.t + ! MANIFEST lib/Pod/Checker.pm lib/Pod/InputObjects.pm + ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm + ! lib/Pod/Usage.pm t/pod/find.t t/pod/poderrs.xr +____________________________________________________________________________ +[ 25537] By: rgs on 2005/09/21 14:20:14 + Log: PodParser is now Pod-Parser on CPAN + Branch: perl + ! Porting/Maintainers.pl +____________________________________________________________________________ +[ 25534] By: rgs on 2005/09/21 13:12:33 + Log: Subject: [PATCH 5.8.7] misc a2p fixes + From: Brendan O'Dea + Date: Sun, 11 Sep 2005 19:43:14 +1000 + Message-ID: <20050911094314.GA15155@londo.c47.org> + + and remove the check_byacc target from the x2p makefile + Branch: perl + ! x2p/Makefile.SH x2p/a2p.c x2p/a2p.y x2p/a2py.c x2p/walk.c +____________________________________________________________________________ +[ 25533] By: rgs on 2005/09/21 11:25:54 + Log: Upgrade to ExtUtils::ParseXS 2.12 + Branch: perl + ! lib/ExtUtils/ParseXS.pm lib/ExtUtils/ParseXS/t/basic.t +____________________________________________________________________________ +[ 25532] By: rgs on 2005/09/21 11:15:43 + Log: Upgrade to Time::HiRes 1.74 + Branch: perl + ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm + ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL +____________________________________________________________________________ +[ 25530] By: nicholas on 2005/09/21 10:53:56 + Log: Remove the last STRLEN n_a;s that my compiler can reach. + Branch: perl + ! doop.c ext/Devel/DProf/DProf.xs ext/Opcode/Opcode.xs perly.act + ! perly.y pp_pack.c sv.h +____________________________________________________________________________ +[ 25526] By: rgs on 2005/09/21 09:37:27 + Log: Integrate changes from Text::Tabs and Text::Wrap on CPAN + (Text-Tabs+Wrap-2005.0824). Keep local changes. + Branch: perl + ! lib/Text/Tabs.pm lib/Text/TabsWrap/CHANGELOG lib/Text/Wrap.pm +____________________________________________________________________________ +[ 25523] By: rgs on 2005/09/20 19:12:28 + Log: Yitzchak says that Tim says that we can distribute + the perl glossary under the same terms as Perl itself. + Branch: perl + ! pod/perlglossary.pod +____________________________________________________________________________ +[ 25515] By: rgs on 2005/09/20 11:09:48 + Log: Subject: [PATCH blead] Re: [perl #36733] %SIG not properly local-ized + From: Rick Delaney + Date: Thu, 8 Sep 2005 08:55:16 -0400 + Message-ID: <20050908125516.GA18184@localhost.localdomain> + Branch: perl + ! hv.c t/op/local.t +____________________________________________________________________________ +[ 25513] By: steveh on 2005/09/20 09:20:16 + Log: Resolve [perl #37110]: Update README.win32 + + I give up trying to keep the Platform SDK links up-to-date. They seem + to have changed every time that I look at them, so make the + instructions more general. + Branch: perl + ! README.win32 +____________________________________________________________________________ +[ 25512] By: rgs on 2005/09/20 09:15:17 + Log: Upgrade to Compress::Zlib 1.39 + Branch: perl + ! ext/Compress/Zlib/Changes ext/Compress/Zlib/README + ! ext/Compress/Zlib/Zlib.pm ext/Compress/Zlib/Zlib.xs +____________________________________________________________________________ +[ 25511] By: rgs on 2005/09/20 09:02:17 + Log: Subject: PATCH for #37138: using XSUB as DB::DB causes perl to crash + From: Salvador "FandiXo" + Date: Mon, 19 Sep 2005 06:56:39 -0700 (PDT) + Message-ID: <20050919135639.96726.qmail@web52701.mail.yahoo.com> + + (adapted to bleadperl) + Branch: perl + ! pp_ctl.c +____________________________________________________________________________ +[ 25507] By: merijn on 2005/09/20 06:51:38 + Log: Subject: [patch@25502] Add hard link and V8.2 crtl support to VMS. + From: "John E. Malmberg" + Date: Tue, 20 Sep 2005 01:22:24 -0400 + Message-ID: <432F9C90.7080702@qsl.net> + Branch: perl + ! configure.com vms/descrip_mms.template x2p/s2p.PL +____________________________________________________________________________ +[ 25502] By: nicholas on 2005/09/19 21:02:02 + Log: The second argument to Move() is the destination, so cannot possibly + be const. Pesky casting in handy.h. Getting in the way of correctness. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 25499] By: nicholas on 2005/09/19 19:44:07 + Log: Add parallel testing to TODO + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 25497] By: nicholas on 2005/09/19 18:48:10 + Log: First argument to he_dup is actually a const HE * + Branch: perl + ! embed.fnc hv.c proto.h sv.c +____________________________________________________________________________ +[ 25493] By: nicholas on 2005/09/19 15:59:44 + Log: All Perl_hv_name_set()s need to be plain hv_name_set if they are to + work with a macro version. + Branch: perl + ! ext/ByteLoader/bytecode.h +____________________________________________________________________________ +[ 25488] By: steveh on 2005/09/19 14:18:40 + Log: Update win32 config files w.r.t. change #25387 + 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 +____________________________________________________________________________ +[ 25486] By: rgs on 2005/09/19 12:38:26 + Log: Subject: bleadperl DProf.xs:140: warning: `unused' attribute ignored + From: Yitzchak Scott-Thoennes + Date: Sun, 18 Sep 2005 19:46:37 -0700 + Message-ID: <20050919024637.GA2860@efn.org> + Branch: perl + ! ext/Devel/DProf/DProf.xs +____________________________________________________________________________ +[ 25480] By: nicholas on 2005/09/19 07:11:38 + Log: Improve failure case diagnostics from comp/package.t + Branch: perl + ! t/comp/package.t +____________________________________________________________________________ +[ 25476] By: nicholas on 2005/09/18 21:54:18 + Log: Should have been embed.h, not proto.h, in 25475 + Branch: perl + ! embed.h +____________________________________________________________________________ +[ 25475] By: nicholas on 2005/09/18 21:52:25 + Log: It looks like the only way to reliably make Perl_hv_name_set a pure + macro in 5.8.x is to make it available as hv_name_set. + [Otherwise when and where aTHX_ hv gets expanded to foo, hv causes + warnings or other games when Perl_hv_name_set() is a macro] + Branch: perl + ! embed.fnc ext/Opcode/Opcode.xs gv.c hv.c perl.c proto.h +____________________________________________________________________________ +[ 25474] By: merijn on 2005/09/18 18:36:15 + Log: Subject: [patch@25452] VMS fix required by Change 25387 + From: "John E. Malmberg" + Date: Sun, 18 Sep 2005 14:53:09 -0400 + Message-ID: <432DB795.8050801@qsl.net> + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 25463] By: nicholas on 2005/09/18 11:07:51 + Log: Tidying up the unused or unneeded global variables would be good. + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 25459] By: nicholas on 2005/09/18 10:12:51 + Log: Controlling what the GNU linker exports from a shared library would + be a useful thing TODO + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 25457] By: nicholas on 2005/09/18 09:38:59 + Log: Detail the minimal rewards programme we have on offer. + Hoik relocatable perl to the top of its section. + Some other formatting tweaks. + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 25452] By: nicholas on 2005/09/17 19:50:47 + Log: + refactoring xsubpp should have been in the "just perl" section. + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 25451] By: nicholas on 2005/09/17 19:49:27 + Log: Add "refactor xsubpp to be a thin wrapper around ExtUtils::ParseXS" + to the TODO + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 25448] By: nicholas on 2005/09/17 19:11:33 + Log: Add shrinking GVs and CVs to the TODO + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 25446] By: nicholas on 2005/09/17 18:59:37 + Log: Add reduce duplication in sv_setsv_flags to TODO + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 25445] By: nicholas on 2005/09/17 18:53:39 + Log: Missing DO_BO_PACK_PC and DO_BO_UNPACK_PC for the 5.8.x case + (and the don't know the pointer size case) + Branch: perl + ! pp_pack.c +____________________________________________________________________________ +[ 25444] By: nicholas on 2005/09/17 18:40:29 + Log: vv5.9.3 is clearly a bug. + Branch: perl + ! utils/perlbug.PL +____________________________________________________________________________ +[ 25443] By: nicholas on 2005/09/17 18:34:37 + Log: Add ordering of "global" variables to TODO + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 25442] By: nicholas on 2005/09/17 18:05:30 + Log: Holding a mutex then croak()ing strikes me as deadlock. + Branch: perl + ! ext/threads/threads.xs +____________________________________________________________________________ +[ 25439] By: nicholas on 2005/09/17 17:09:25 + Log: Add emulate the per-thread memory pool on Unix to the TODO + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 25436] By: nicholas on 2005/09/17 15:42:51 + Log: Add suggestion to profile to find a better set of hot ops for pp_hot. + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 25434] By: nicholas on 2005/09/17 15:32:36 + Log: add merge Perl_sv_2[inpu]v to TODO + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 25431] By: nicholas on 2005/09/17 14:36:14 + Log: Making make -j... work is a TODO + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 25430] By: nicholas on 2005/09/17 14:33:33 + Log: Add "automating coverage tests" as a TODO + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 25429] By: nicholas on 2005/09/17 14:19:54 + Log: Re-order the TODO tasks based on the skills they need, putting the + easist tasks first. I've categorised them as + + =head1 Tasks that only need Perl knowledge + =head1 Tasks that need a little sysadmin-type knowledge + =head1 Tasks that need a little C knowledge + =head1 Tasks that need a knowledge of XS + =head1 Tasks that need a knowledge of the interpreter + =head1 Big projects + + Lets see if we get any takers. + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 25418] By: rgs on 2005/09/16 12:54:43 + Log: Revert change #24223 : select() will continue + to return -1 on error, like in previous versions, and + like other system builtins. + Branch: perl + ! pod/perl593delta.pod pod/perlfunc.pod pp_sys.c +____________________________________________________________________________ +[ 25417] By: rgs on 2005/09/15 14:48:37 + Log: Fix obsolete identifiers in comment + Branch: perl + ! av.h +____________________________________________________________________________ +[ 25416] By: rgs on 2005/09/15 14:19:19 + Log: Upgrade to version.pm 0.48 + Branch: perl + + lib/version.pod + ! MANIFEST lib/version.pm lib/version.t util.c +____________________________________________________________________________ +[ 25414] By: rgs on 2005/09/14 12:49:58 + Log: Subject: [PATCH] Math::Complex and Math::Trig updates (Re: [perl #37117] Math::Complex atan2 bug) + From: Jarkko Hietaniemi + Date: Wed, 14 Sep 2005 09:26:11 +0300 + Message-ID: <4327C283.80706@gmail.com> + Branch: perl + ! lib/Math/Complex.pm lib/Math/Complex.t lib/Math/Trig.pm + ! lib/Math/Trig.t pod/perlfunc.pod +____________________________________________________________________________ +[ 25413] By: rgs on 2005/09/14 08:58:04 + Log: Subject: [perl #37163] dprofpp array subscript error + From: scott@perlcode.org (via RT) + Date: Tue, 13 Sep 2005 12:11:46 -0700 + Message-ID: + Branch: perl + ! utils/dprofpp.PL +____________________________________________________________________________ +[ 25411] By: rgs on 2005/09/14 08:11:08 + Log: Change 25409 wasn't necessary for threaded perls + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 25409] By: rgs on 2005/09/14 01:08:22 + Log: The debugger wasn't tracing correctly execution in eval("")'ed + code containing #line directives + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 25406] By: rgs on 2005/09/13 20:58:38 + Log: Subject: [PATCH] Re: [MAINT24637] fails "make test" on OSX 10.4 (lib/locale.t) + From: Dominic Dunlop + Date: Sep 13, 2005 11:13 PM + Message-Id: <456439EA-CE2E-49A0-97FF-1B003CF8AFDE@mac.com> + Branch: perl + ! lib/locale.t +____________________________________________________________________________ +[ 25403] By: nicholas on 2005/09/13 18:16:55 + Log: Add Luke Closs to AUTHORS + Branch: perl + ! AUTHORS +____________________________________________________________________________ +[ 25402] By: nicholas on 2005/09/13 17:54:09 + Log: Subject: [perl #36448] configuring ranlib for perl on osx with xcode 2.1 + From: Luke Closs (via RT) + Message-ID: + Date: 1 Jul 2005 21:56:31 -0000 + Branch: perl + ! Configure hints/darwin.sh +____________________________________________________________________________ +[ 25399] By: rgs on 2005/09/13 13:25:23 + Log: Allow non-arrowed form of chained subscripts after slices + + Subject: Re: [perl #37039] perlref documentation about optional -> is too vague + From: Yitzchak Scott-Thoennes + Date: Thu, 1 Sep 2005 17:41:36 -0700 + Message-ID: <20050902004136.GA2656@efn.org> + + Date: Mon, 5 Sep 2005 08:10:20 -0700 + Message-ID: <20050905151020.GA3556@efn.org> + Branch: perl + ! perly.act perly.h perly.tab perly.y t/op/ref.t +____________________________________________________________________________ +[ 25398] By: merijn on 2005/09/13 06:22:58 + Log: Subject: [patch@25388] vms/vms.c Perl_cando fix. + From: "John E. Malmberg" + Date: Mon, 12 Sep 2005 23:56:36 -0400 + Message-ID: <43264DF4.6090403@qsl.net> + Branch: perl + ! vms/vms.c +____________________________________________________________________________ +[ 25397] By: merijn on 2005/09/13 06:18:46 + Log: Subject: [PATCH] The return of the consting + From: Andy Lester + Date: Tue, 13 Sep 2005 01:08:36 -0500 + Message-ID: <20050913060835.GA1037@petdance.com> + Branch: perl + ! embed.fnc lib/overload.pm pp_pack.c proto.h util.c +____________________________________________________________________________ +[ 25388] By: rgs on 2005/09/12 14:32:29 + Log: Subject: [perl #37142] h2xs skips enums with negative values + From: Aaron Kaplan (via RT) + Date: Sun, 11 Sep 2005 13:33:44 -0700 + Message-ID: + Branch: perl + ! utils/h2xs.PL +____________________________________________________________________________ +[ 25387] By: merijn on 2005/09/12 13:26:31 + Log: Detection of malloc_size and malloc_good_size + Branch: perl + ! Configure Porting/Glossary config_h.SH handy.h +____________________________________________________________________________ +[ 25383] By: merijn on 2005/09/11 13:50:53 + Log: Reverted 25364 on authors request + Branch: perl + ! lib/ExtUtils/CBuilder/Base.pm + ! lib/ExtUtils/CBuilder/Platform/VMS.pm +____________________________________________________________________________ +[ 25374] By: nicholas on 2005/09/10 17:07:04 + Log: Experiment with putting the F<.patch>level into patchlevel.h + (a sure way to accelerate any change to subversion) + Branch: perl + ! cflags.SH patchlevel.h +____________________________________________________________________________ +[ 25366] By: rgs on 2005/09/09 09:35:01 + Log: Minor comment fix + Branch: perl + ! hv.h +____________________________________________________________________________ +[ 25365] By: merijn on 2005/09/08 07:20:19 + Log: Subject: [PATCH blead] Make t/op/local.t use test.pl. + From: Rick Delaney + Date: Wed, 7 Sep 2005 22:45:44 -0400 + Message-ID: <20050908024544.GA4058@localhost.localdomain> + Branch: perl + ! t/op/local.t +____________________________________________________________________________ +[ 25364] By: merijn on 2005/09/08 06:07:53 + Log: Subject: [patch@cbuilder_0.13] VMS fixes for cbuilder + From: "John E. Malmberg" + Date: Wed, 07 Sep 2005 19:59:36 -0400 + Message-ID: <431F7EE8.3040908@qsl.net> + Branch: perl + ! lib/ExtUtils/CBuilder/Base.pm + ! lib/ExtUtils/CBuilder/Platform/VMS.pm +____________________________________________________________________________ +[ 25363] By: rgs on 2005/09/07 11:09:10 + Log: The formatting function of Carp::Heavy has problem with utf8 strings. + Work around it. + Branch: perl + ! lib/Carp/Heavy.pm +____________________________________________________________________________ +[ 25362] By: rgs on 2005/09/07 10:31:47 + Log: Subject: [perl #37091] File::Path::mkpath resets errno + From: kvr@centrum.cz (via RT) + Date: Tue, 06 Sep 2005 08:07:14 -0700 + Message-ID: + Branch: perl + ! lib/File/Path.pm +____________________________________________________________________________ +[ 25361] By: rgs on 2005/09/06 19:06:38 + Log: Upgrade to Compress::Zlib 1.38 + Branch: perl + ! ext/Compress/Zlib/Changes ext/Compress/Zlib/Makefile.PL + ! ext/Compress/Zlib/README ext/Compress/Zlib/Zlib.pm + ! ext/Compress/Zlib/Zlib.xs ext/Compress/Zlib/t/03examples.t +____________________________________________________________________________ +[ 25360] By: nicholas on 2005/09/06 17:46:33 + Log: Add a TODO test for bug #37038 - assigning to the match variable + should not corrupt match vars such as $1 and $2 + Branch: perl + ! t/op/pat.t +____________________________________________________________________________ +[ 25359] By: rgs on 2005/09/06 16:06:44 + Log: Revert Makefile.PL change from #25355 + Branch: perl + ! ext/IO/Makefile.PL +____________________________________________________________________________ +[ 25358] By: rgs on 2005/09/06 14:50:18 + Log: Subject: Re: Fw: Tied hash numeric values are rounded off under Perl v5.8.6 + From: Yitzchak Scott-Thoennes + Date: Fri, 2 Sep 2005 00:05:52 -0700 + Message-ID: <20050902070552.GA3992@efn.org> + Branch: perl + ! mg.c t/op/tie.t +____________________________________________________________________________ +[ 25357] By: merijn on 2005/09/06 14:10:28 + Log: Added amd64 and x86_64 to recognized predefined cpp syms + Branch: perl + ! Configure +____________________________________________________________________________ +[ 25355] By: rgs on 2005/09/06 08:46:37 + Log: Upgrade to IO 1.22 from gbarr + - Adjust the regression tests to use t/test.pl from bleadperl + when $ENV{PERL_CORE} is defined + - Add can_ok and isa_ok to t/test.pl from the implementation + found in the IO CPAN distribution + Branch: perl + ! ext/IO/ChangeLog ext/IO/IO.pm ext/IO/IO.xs ext/IO/Makefile.PL + ! ext/IO/README ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/File.pm + ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Pipe.pm + ! ext/IO/lib/IO/Poll.pm ext/IO/lib/IO/Seekable.pm + ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm + ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm + ! ext/IO/t/IO.t ext/IO/t/io_file.t ext/IO/t/io_linenum.t + ! ext/IO/t/io_pipe.t ext/IO/t/io_sel.t ext/IO/t/io_sock.t + ! ext/IO/t/io_utf8.t t/test.pl +____________________________________________________________________________ +[ 25354] By: rgs on 2005/09/05 11:12:14 + Log: Subject: regression test for 25352 + From: Jim Cromie + Date: Sat, 03 Sep 2005 22:38:13 -0600 + Message-ID: <431A7A35.6050705@gmail.com> + Branch: perl + ! ext/B/t/optree_specials.t +____________________________________________________________________________ +[ 25353] By: davem on 2005/09/04 09:40:05 + Log: Subject: Re: [perl #37039] perlref documentation about optional -> is too vague + From: Yitzchak Scott-Thoennes + Date: Thu, 1 Sep 2005 17:41:36 -0700 + Message-Id: <20050902004136.GA2656@efn.org> + + Allow any variant of bison 1.875 to be used + Branch: perl + ! regen_perly.pl +____________________________________________________________________________ +[ 25352] By: rgs on 2005/09/02 20:18:01 + Log: Subject: Re: Optree Generation + From: Yitzchak Scott-Thoennes + Date: Aug 31, 2005 2:18 PM + Message-ID: <20050831121822.GA3464@efn.org> + Branch: perl + ! ext/B/B/Concise.pm +____________________________________________________________________________ +[ 25351] By: rgs on 2005/09/02 19:57:21 + Log: Subject: document index() with out of bounds POSITION + From: Yitzchak Scott-Thoennes + Date: Sep 2, 2005 2:23 PM + Message-ID: <20050902122311.GA3104@efn.org> + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 25350] By: rgs on 2005/09/02 17:35:31 + Log: Really fix the Archive::Tar setup test. + p4 and svn don't behave similarly concerning removal + of empty directories... + Branch: perl + ! lib/Archive/Tar/t/00_setup.t +____________________________________________________________________________ +[ 25349] By: rgs on 2005/09/02 16:45:31 + Log: Once again, fix Archive::Tar setup test with -Dmksymlinks + Branch: perl + ! lib/Archive/Tar/t/00_setup.t +____________________________________________________________________________ +[ 25348] By: rgs on 2005/09/02 13:19:48 + Log: Subject: RE: [ANNOUNCE] Archive::Tar 1.25 + From: Robin Barker + Date: Thu, 1 Sep 2005 20:09:43 +0100 + Message-ID: <533D273D4014D411AB1D00062938C4D90849C7A9@hotel.npl.co.uk> + Branch: perl + - lib/Archive/Tar/t/src/long/b lib/Archive/Tar/t/src/short/b + ! MANIFEST lib/Archive/Tar/t/00_setup.t + ! lib/Archive/Tar/t/02_methods.t lib/Archive/Tar/t/99_clean.t +____________________________________________________________________________ +[ 25347] By: rgs on 2005/09/02 12:53:49 + Log: Regression test for the fix in change #25308, + based on code by Troy Loveday + Branch: perl + + ext/Data/Dumper/t/bugs.t + ! MANIFEST +____________________________________________________________________________ +[ 25346] By: rgs on 2005/09/01 15:00:15 + Log: Oops, fix threaded build + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 25345] By: rgs on 2005/09/01 14:50:24 + Log: Don't list test modules when listing cpan versions + Branch: perl + ! Porting/corecpan.pl +____________________________________________________________________________ +[ 25344] By: rgs on 2005/09/01 14:45:23 + Log: Add the "no 6" / "no v6" syntax. + Branch: perl + ! embed.fnc embed.h ext/B/t/concise-xs.t op.c op.h pp_ctl.c + ! proto.h t/comp/use.t toke.c +____________________________________________________________________________ +[ 25343] By: rgs on 2005/09/01 14:43:19 + Log: Remove no 6 from the todo list + Branch: perl + ! embed.fnc embed.h ext/B/t/concise-xs.t op.c op.h + ! pod/perltodo.pod pp_ctl.c proto.h t/comp/use.t toke.c +____________________________________________________________________________ +[ 25342] By: rgs on 2005/08/31 15:14:28 + Log: Document that Sys::Syslog::openlog might die. + Fixes [perl #36848] Sys::Syslog::syslog kills program if syslogd not running + Branch: perl + ! ext/Sys/Syslog/Syslog.pm +____________________________________________________________________________ +[ 25341] By: rgs on 2005/08/31 14:14:21 + Log: Fix for [perl #37036] perl segfault at 'compile'-time + Branch: perl + ! op.c +____________________________________________________________________________ +[ 25340] By: rgs on 2005/08/31 08:07:37 + Log: Subject: [patch@25339] ext/Dev/Peek/t/peek.t fix for VMS + From: "John E. Malmberg" + Date: Tue, 30 Aug 2005 22:17:42 -0400 + Message-ID: <43151346.4010001@qsl.net> + Branch: perl + ! ext/Devel/Peek/t/Peek.t +____________________________________________________________________________ +[ 25339] By: rgs on 2005/08/30 18:55:46 + Log: Clarify the cases where system() returns 1, + per a suggestion of Rick Delaney (bug #36976) + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 25338] By: rgs on 2005/08/30 09:38:54 + Log: Upgrade to PathTools 3.11 + (no real changes) + Branch: perl + ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm +____________________________________________________________________________ +[ 25337] By: rgs on 2005/08/30 09:34:54 + Log: Subject: sv-head refactor + From: Jim Cromie + Date: Thu, 25 Aug 2005 21:42:44 -0600 + Message-ID: + Branch: perl + ! sv.h +____________________________________________________________________________ +[ 25336] By: rgs on 2005/08/30 09:09:22 + Log: Subject: [patch@25334] t/op/magic.t - Last 3 tests invalid on VMS + From: "John E. Malmberg" + Date: Sat, 27 Aug 2005 19:54:26 -0400 + Message-ID: <4310FD32.70809@qsl.net> + Branch: perl + ! t/op/magic.t +____________________________________________________________________________ +[ 25335] By: rgs on 2005/08/30 09:08:31 + Log: Subject: [patch@25334] hv.c vms environment fix. + From: "John E. Malmberg" + Date: Sat, 27 Aug 2005 19:20:50 -0400 + Message-ID: <4310F552.8050401@qsl.net> + Branch: perl + ! hv.c +____________________________________________________________________________ +[ 25334] By: rgs on 2005/08/27 16:59:02 + Log: Upgrade to PathTools 3.10 + Branch: perl + ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm + ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm + ! lib/File/Spec/Win32.pm lib/File/Spec/t/Spec.t +____________________________________________________________________________ +[ 25333] By: rgs on 2005/08/27 16:28:27 + Log: Fix failure in Archive::Tar tests when perl is built + with -Dmksymlinks + Branch: perl + ! lib/Archive/Tar/t/02_methods.t +____________________________________________________________________________ +[ 25332] By: nicholas on 2005/08/25 14:53:23 + Log: Revert 25331 (except for the typo fix). + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 25331] By: nicholas on 2005/08/25 14:06:43 + Log: To make the current implementation of sv_replace sane, we should + assert that the reference count of the target is also 1. + (Given that we're splatting an SV with a reference count of 1 onto + the target) + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 25330] By: nicholas on 2005/08/25 13:46:31 + Log: Promote the warning about reference miscount in sv_replace to a panic. + TODO - document the panics + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 25329] By: nicholas on 2005/08/25 13:15:17 + Log: No need to manually set the reference count of a new IO to 1. + Branch: perl + ! gv.c +____________________________________________________________________________ +[ 25328] By: rgs on 2005/08/25 09:29:43 + Log: Don't mention redundant usethreads in -V output + Be more consistent in using commas + Branch: perl + ! myconfig.SH +____________________________________________________________________________ +[ 25327] By: rgs on 2005/08/25 09:13:07 + Log: Subject: update B::Concise pod to reflect previous changes + From: Jim Cromie + Date: Wed, 24 Aug 2005 11:05:47 -0600 + Message-ID: <430CA8EB.3010904@divsol.com> + Branch: perl + ! ext/B/B/Concise.pm +____________________________________________________________________________ +[ 25326] By: rgs on 2005/08/25 08:45:04 + Log: Fix miniperl build with threaded perl + Branch: perl + ! util.c +____________________________________________________________________________ +[ 25325] By: rgs on 2005/08/24 15:53:01 + Log: Subject: [Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.47.tar.gz] + From: "John Peacock" + Date: Tue, 23 Aug 2005 20:41:11 +0300 (IDT) + Message-ID: <2444.85.65.24.143.1124818871.squirrel@webmail.rowman.com> + Branch: perl + ! embed.fnc embed.h global.sym lib/version.pm lib/version.t + ! pod/perlapi.pod proto.h t/comp/use.t util.c +____________________________________________________________________________ +[ 25324] By: rgs on 2005/08/24 07:28:27 + Log: Unmatched parentheses (thanks to Steve Peters) + Branch: perl + ! pod/perlvar.pod +____________________________________________________________________________ +[ 25323] By: rgs on 2005/08/23 13:52:17 + Log: My system produces core.$$ files + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 25322] By: rgs on 2005/08/23 13:25:15 + Log: Subject: [PATCH blead] Use SvGETMAGIC more often + From: Rick Delaney + Date: Mon, 22 Aug 2005 13:00:33 -0400 + Message-ID: <20050822170033.GH7674@localhost.localdomain> + Branch: perl + ! doio.c pp.c pp_ctl.c pp_hot.c sv.c universal.c xsutils.c +____________________________________________________________________________ +[ 25321] By: rgs on 2005/08/23 13:11:34 + Log: Subject: [PATCH] Add Windows Vista support to Win32::GetOSName() + From: "Jan Dubois" + Date: Mon, 22 Aug 2005 15:37:09 -0700 + Message-Id: <200508222237.j7MMbFPA027764@smtp3.ActiveState.com> + Branch: perl + ! win32/ext/Win32/Win32.pm +____________________________________________________________________________ +[ 25320] By: rgs on 2005/08/22 15:41:15 + Log: Subject: Re: Documentation change for IPC::Open*.pm + From: Ben Tilly + Date: Mon, 22 Aug 2005 08:30:14 -0700 + Message-ID: + Branch: perl + ! lib/IPC/Open2.pm lib/IPC/Open3.pm +____________________________________________________________________________ +[ 25319] By: rgs on 2005/08/22 14:48:43 + Log: Subject: [PATCH blead] Re: [perl #36959] List Constructor Operator - Undefined Values + From: Rick Delaney + Date: Sun, 21 Aug 2005 15:09:57 -0400 + Message-ID: <20050821190957.GE7674@localhost.localdomain> + Branch: perl + ! pp_ctl.c t/op/range.t +____________________________________________________________________________ +[ 25318] By: rgs on 2005/08/22 13:41:10 + Log: Upgrade to Term::ANSIColor 1.10 + Branch: perl + ! lib/Term/ANSIColor.pm lib/Term/ANSIColor/ChangeLog + ! lib/Term/ANSIColor/README lib/Term/ANSIColor/test.pl +____________________________________________________________________________ +[ 25317] By: rgs on 2005/08/22 13:24:09 + Log: Subject: [PATCH lib/CPAN.pm] Make curl follow redirects + From: Michael G Schwern + Date: Sun, 21 Aug 2005 00:16:26 -0700 + Message-ID: <20050821071625.GA29394@windhund.schwern.org> + Branch: perl + ! lib/CPAN.pm +____________________________________________________________________________ +[ 25316] By: rgs on 2005/08/22 12:59:27 + Log: Argh. I've overwritten local changes to ptar with change 25312 + Branch: perl + ! lib/Archive/Tar/bin/ptar +____________________________________________________________________________ +[ 25315] By: rgs on 2005/08/22 11:47:45 + Log: Subject: Re: Building 25309 on VAX (OpenVMS 7.2) not ok + From: Abe Timmerman + Date: Sun, 21 Aug 2005 16:28:42 +0200 + Message-Id: <200508211628.42409.abe@ztreet.demon.nl> + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 25314] By: rgs on 2005/08/22 11:14:59 + Log: Don't install ptar in module tree + Branch: perl + ! installperl +____________________________________________________________________________ +[ 25313] By: rgs on 2005/08/22 10:29:45 + Log: Fix typo in file name + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 25312] By: rgs on 2005/08/22 10:09:40 + Log: Upgrade to Archive::Tar 1.26 + Preserve some local typo fixes + Don't load Data::Dumper + Branch: perl + + lib/Archive/Tar/bin/ptardiff + + lib/Archive/Tar/t/04_resolved_issues.t + ! MANIFEST lib/Archive/Tar.pm lib/Archive/Tar/Constant.pm + ! lib/Archive/Tar/File.pm lib/Archive/Tar/bin/ptar + ! lib/Archive/Tar/t/02_methods.t +____________________________________________________________________________ +[ 25311] By: nicholas on 2005/08/21 16:19:12 + Log: Subject: [patch@25305] t/op/arith.t fix for VMS with IEEE float + From: "John E. Malmberg" + Message-ID: <4307F348.70603@qsl.net> + Date: Sat, 20 Aug 2005 23:21:44 -0400 + Branch: perl + ! t/op/arith.t +____________________________________________________________________________ +[ 25310] By: nicholas on 2005/08/21 16:05:22 + Log: Subject: [patch@25305] lib/ExtUtils/t/Constant.t VMS fixes + From: "John E. Malmberg" + Message-ID: <43080395.50807@qsl.net> + Date: Sun, 21 Aug 2005 00:31:17 -0400 + Branch: perl + ! lib/ExtUtils/t/Constant.t +____________________________________________________________________________ +[ 25309] By: nicholas on 2005/08/19 21:19:37 + Log: Subject: [PATCH ext/POSIX/POSIX.xs] Whitespace + From: Abigail + Message-ID: <20050723003235.GJ15093@abigail.nl> + Date: Sat, 23 Jul 2005 02:32:35 +0200 + Branch: perl + ! ext/POSIX/POSIX.xs +____________________________________________________________________________ +[ 25308] By: rgs on 2005/08/19 12:54:46 + Log: Subject: Re: Data::Dumper bug? + From: Yitzchak Scott-Thoennes + Date: Mon, 8 Aug 2005 20:33:02 -0700 + Message-ID: <20050809033301.GA3804@efn.org> + Branch: perl + ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs +____________________________________________________________________________ +[ 25307] By: rgs on 2005/08/19 12:44:12 + Log: Subject: [PATCH] make threads.xs emit warnings properly + From: Tassilo von Parseval + Date: Aug 7, 2005 7:10 AM + Message-id: <20050807051041.GA3924@ethan> + Branch: perl + ! ext/threads/threads.pm ext/threads/threads.xs pod/perldiag.pod +____________________________________________________________________________ +[ 25306] By: rgs on 2005/08/19 06:10:28 + Log: Subject: [patch@25305] fixes to const fixes + Case Preserved start + From: "John E. Malmberg" + Date: Thu, 18 Aug 2005 21:18:27 -0400 + Message-ID: <43053363.8090809@qsl.net> + Branch: perl + ! vms/vms.c +____________________________________________________________________________ +[ 25305] By: rgs on 2005/08/18 13:47:41 + Log: Subject: make test of perl 5.8.7 failed on icc9 + From: YAMASHINA Hio + Date: Thu, 18 Aug 2005 20:36:57 +0900 + Message-Id: <20050818165213.BDF1.HIO@ymir.co.jp> + Branch: perl + ! hints/linux.sh +____________________________________________________________________________ +[ 25304] By: rgs on 2005/08/18 11:10:27 + Log: Subject: [PATCH] 5.9.x (and 5.8.x): Symbian update + From: + Date: Thu, 18 Aug 2005 13:43:46 +0300 + Message-ID: + Branch: perl + ! README.symbian ext/Compress/Zlib/Zlib.xs numeric.c + ! symbian/TODO symbian/config.pl symbian/config.sh + ! symbian/install.cfg symbian/symbian_stubs.c symbian/xsbuild.pl +____________________________________________________________________________ +[ 25303] By: rgs on 2005/08/18 08:58:54 + Log: Subject: [PATCH] Re: Transliteration operator(tr//)on EBCDIC platform + From: SADAHIRO Tomoyuki + Date: Fri, 12 Aug 2005 00:20:39 +0900 + Message-Id: <20050812001541.EA69.BQW10602@nifty.com> + Branch: perl + ! t/op/tr.t toke.c +____________________________________________________________________________ +[ 25302] By: rgs on 2005/08/18 08:00:53 + Log: Subject: autouse.pm: remove unneeded eval + From: Alexey Tourbin + Date: Thu, 18 Aug 2005 08:13:24 +0400 + Message-ID: <20050818041324.GO19097@solemn.turbinal.org> + + Subject: autouse.pm: check stub, use goto in stub + From: Alexey Tourbin + Date: Thu, 18 Aug 2005 09:06:20 +0400 + Message-ID: <20050818050620.GP19097@solemn.turbinal.org> + Branch: perl + ! lib/autouse.pm +____________________________________________________________________________ +[ 25301] By: rgs on 2005/08/17 15:57:09 + Log: FAQ sync + Branch: perl + ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod + ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod + ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod +____________________________________________________________________________ +[ 25300] By: steveh on 2005/08/17 14:33:00 + Log: Subject: Your bug reports for Time::Local + From: Dave Rolsky + Date: Tue, 16 Aug 2005 11:22:20 -0500 (CDT) + Message-ID: + + An improvement on change 25287 from Dave Rolsky + Branch: perl + ! lib/Time/Local.t +____________________________________________________________________________ +[ 25299] By: rgs on 2005/08/17 12:33:18 + Log: Subject: Re: [perl #36654] Inconsistent treatment of NaN + From: Yitzchak Scott-Thoennes + Date: Aug 7, 2005 8:03 PM + Message-ID: <20050807180308.GA2112@efn.org> + + Subject: Re: [perl #36654] Inconsistent treatment of NaN + From: Yitzchak Scott-Thoennes + Date: Wed, 10 Aug 2005 22:53:51 -0700 + Message-ID: <20050811055351.GA2296@efn.org> + Branch: perl + ! numeric.c pod/perlop.pod +____________________________________________________________________________ +[ 25298] By: rgs on 2005/08/17 09:35:32 + Log: Upgrade to Time::HiRes 1.73 + Branch: perl + ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm +____________________________________________________________________________ +[ 25297] By: nicholas on 2005/08/17 09:06:33 + Log: Given that we now have a union, there's no need for all the HvARRAY() + casting games. + Branch: perl + ! hv.h sv.h +____________________________________________________________________________ +[ 25296] By: rgs on 2005/08/16 17:57:27 + Log: Fix for [perl #36853] -Dx can crash bleadperl + The PL_op_sequence global hash wasn't initialized + Branch: perl + ! dump.c +____________________________________________________________________________ +[ 25295] By: merijn on 2005/08/16 07:36:58 + Log: Subject: Time::HiRes::nanosleep support for Solaris [PATCH] + From: Gisle Aas + Date: 15 Aug 2005 21:05:22 -0700 + Message-ID: + Branch: perl + ! ext/Time/HiRes/hints/solaris.pl +____________________________________________________________________________ +[ 25294] By: merijn on 2005/08/15 09:36:30 + Log: Subject: Re: [PATCH@25292] add nonxs_ext to configure.com + From: "John E. Malmberg" + Date: Sat, 13 Aug 2005 12:20:34 -0400 + Message-ID: <42FE1DD2.8050803@qsl.net> + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 25293] By: merijn on 2005/08/15 09:34:28 + Log: Subject: [PATCH configure.com] Make "prove" available on VMS + From: Abe Timmerman + Date: Sat, 13 Aug 2005 18:16:29 +0200 + Message-Id: <200508131816.29092.abe@ztreet.demon.nl> + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 25292] By: merijn on 2005/08/13 07:38:54 + Log: Subject: [PATCH @ 24148] Compress::Zlib 1.37 + From: "Paul Marquess" + Date: Fri, 12 Aug 2005 16:31:42 +0100 + Message-Id: <20050812153145.PWIR17166.aamta12-winn.ispmail.ntl.com@MARQUESSPT21> + Branch: perl + ! ext/Compress/Zlib/Changes ext/Compress/Zlib/Makefile.PL + ! ext/Compress/Zlib/README ext/Compress/Zlib/Zlib.pm + ! ext/Compress/Zlib/t/03examples.t +____________________________________________________________________________ +[ 25291] By: merijn on 2005/08/13 07:33:46 + Log: Subject: [patch@25289] Add sig_count to CONFIGURE.COM + From: "John E. Malmberg" + Date: Fri, 12 Aug 2005 13:39:25 -0400 + Message-ID: <42FCDECD.8090009@qsl.net> + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 25290] By: merijn on 2005/08/13 07:30:05 + Log: Subject: Re: [patch@25289] bninfnan.t setting include path to file. + From: "John E. Malmberg" + Date: Fri, 12 Aug 2005 23:17:39 -0400 + Message-ID: <42FD6653.6010605@qsl.net> + Branch: perl + ! lib/bignum/t/bninfnan.t +____________________________________________________________________________ +[ 25289] By: steveh on 2005/08/12 16:13:11 + Log: Supply same libs for bcc32 builds as cl and gcc builds have + + It makes life easier for third-party extensions if perl provides a + decent set of libs to link against. cl and gcc builds already have + this (except that gcc was missing one lib), but bcc32 builds only + have one or two libs supplied. In particular, the ODBC libs + required for building libwin32 were not specified. One of these + doesn't exist in the Borland lib dirs by default, so generate it + from the DLL if it is missing. + Branch: perl + ! win32/makefile.mk +____________________________________________________________________________ +[ 25288] By: steveh on 2005/08/12 15:26:11 + Log: Make change 25286 better + + Thanks to John E. Malmberg for pointing this out. + Branch: perl + ! win32/win32.c +____________________________________________________________________________ +[ 25287] By: steveh on 2005/08/11 11:56:26 + Log: Fix lib/Time/Local.t for bcc32 in non GMT time zones + + See comments at: + http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-08/msg00115.html + Branch: perl + ! lib/Time/Local.t +____________________________________________________________________________ +[ 25286] By: steveh on 2005/08/11 10:56:12 + Log: Silence Win32 compiler warnings following change 25280 + Branch: perl + ! win32/win32.c +____________________________________________________________________________ +[ 25285] By: steveh on 2005/08/11 09:21:37 + Log: Run regen.pl + Branch: perl + ! pod/perlapi.pod proto.h +____________________________________________________________________________ +[ 25284] By: merijn on 2005/08/11 07:35:27 + Log: Subject: [patch] blead@25282 - VMS specific fixes. [2nd try] + From: "John E. Malmberg" + Date: Wed, 10 Aug 2005 23:26:03 -0400 + Message-ID: <42FAC54B.2050207@qsl.net> + Branch: perl + ! lib/Test/Harness/Straps.pm lib/vmsish.t t/lib/warnings/doio + ! t/op/anonsub.t t/op/chdir.t t/op/closure.t t/op/lex_assign.t + ! t/op/runlevel.t t/op/stat.t t/pod/find.t t/x2p/s2p.t + ! utils/c2ph.PL vms/ext/Stdio/test.pl +____________________________________________________________________________ +[ 25283] By: merijn on 2005/08/11 07:25:32 + Log: Subject: [patch] blead@25282 + From: "John E. Malmberg" + Date: Wed, 10 Aug 2005 23:47:47 -0400 + Message-ID: <42FACA63.4030805@qsl.net> + Branch: perl + ! t/op/exec.t t/run/exit.t +____________________________________________________________________________ +[ 25282] By: merijn on 2005/08/10 20:34:03 + Log: Subject: [PATCH] Re: [perl #36235] perl + gcc-4.0.0 + solaris + gnu binutils + From: Andy Dougherty + Date: Tue, 26 Jul 2005 12:03:37 -0400 (EDT) + Message-ID: + Branch: perl + ! hints/solaris_2.sh +____________________________________________________________________________ +[ 25281] By: merijn on 2005/08/10 11:45:11 + Log: Subject: conflicting types for 'Perl_my_popen' + From: Alexey Tourbin + Date: Wed, 10 Aug 2005 15:19:15 +0400 + Message-ID: <20050810111915.GK19097@solemn.turbinal.org> + Branch: perl + ! util.c +____________________________________________________________________________ +[ 25280] By: merijn on 2005/08/10 09:14:23 + Log: Subject: patch@25279 VMS error handling and const fixes + From: "John E. Malmberg" + Date: Wed, 10 Aug 2005 00:37:13 -0400 + Message-ID: <42F98479.6030207@qsl.net> + Branch: perl + ! doio.c embed.fnc perl.h pp_sys.c proto.h vms/vms.c + ! vms/vmsish.h +____________________________________________________________________________ +[ 25279] By: merijn on 2005/08/09 11:24:54 + Log: Subject: [PATCH] Fix a couple of random warnings + From: Steve Peters + Date: Tue, 9 Aug 2005 06:21:48 -0500 + Message-ID: <20050809112148.GA4902@mccoy.peters.homeunix.org> + Branch: perl + ! nostdio.h perl.c +____________________________________________________________________________ +[ 25278] By: steveh on 2005/08/08 16:12:12 + Log: Update Porting/repository.pod to recommend Cygwin's ssh on Win32 + + Cygwin's ssh client seems to be superior to MSYS's ssh client in that + it supports the ServerAliveInterval config setting which prevents the + ssh client from timing out every so often + Branch: perl + ! Porting/repository.pod +____________________________________________________________________________ +[ 25277] By: merijn on 2005/08/08 06:22:38 + Log: Subject: [PATCH] Post-OSCON NN/NULLOK-ing + From: Andy Lester + Date: Sun, 7 Aug 2005 00:59:11 -0500 + Message-ID: <20050807055911.GA6384@petdance.com> + Branch: perl + ! embed.fnc op.c +____________________________________________________________________________ +[ 25276] By: merijn on 2005/08/08 06:17:33 + Log: Subject: Re: [PATCH] undup + From: Jarkko Hietaniemi + Date: Sun, 07 Aug 2005 14:49:40 +0300 + Message-ID: <42F5F554.5020701@gmail.com> + Branch: perl + ! pod/perldoc.pod pod/perltodo.pod pod/perlunicode.pod +____________________________________________________________________________ +[ 25275] By: davem on 2005/08/07 11:15:32 + Log: run regen.pl after change #25274 + Branch: perl + ! pod/perlintern.pod +____________________________________________________________________________ +[ 25274] By: merijn on 2005/08/07 10:10:12 + Log: Subject: [PATCH] undup + From: Jarkko Hietaniemi + Date: Sun, 07 Aug 2005 13:28:19 +0300 + Message-ID: <42F5E243.80500@gmail.com> + Branch: perl + ! ext/Encode/lib/Encode/Supported.pod lib/Test/Harness/TAP.pod + ! pad.c pod/perl573delta.pod pod/perl58delta.pod + ! pod/perlfaq7.pod pod/perlglossary.pod pod/perlvar.pod pp_ctl.c +____________________________________________________________________________ +[ 25273] By: rgs on 2005/08/06 23:07:46 + Log: Add files missed in change 25271 + Branch: perl + + ext/Encode/lib/Encode/MIME/Header/ISO_2022_JP.pm + + ext/Encode/t/mime_header_iso2022jp.t +____________________________________________________________________________ +[ 25272] By: rgs on 2005/08/06 22:46:06 + Log: Clarify docs + Branch: perl + ! ext/PerlIO/encoding/encoding.pm +____________________________________________________________________________ +[ 25271] By: rgs on 2005/08/06 22:15:14 + Log: Upgrade to Encode 2.11, plus a patch to PerlIO::encoding + by Dan Kogai to fix encoding(utf-8-strict) with partial + characters. + Branch: perl + ! MANIFEST ext/Encode/AUTHORS ext/Encode/Changes + ! ext/Encode/Encode.pm ext/Encode/Encode.xs + ! ext/Encode/Encode/encode.h ext/Encode/MANIFEST + ! ext/Encode/META.yml ext/Encode/lib/Encode/Alias.pm + ! ext/Encode/lib/Encode/Config.pm + ! ext/Encode/lib/Encode/MIME/Header.pm + ! ext/PerlIO/encoding/encoding.pm +____________________________________________________________________________ +[ 25270] By: merijn on 2005/08/06 15:54:55 + Log: Subject: [PATCH] Re: [PATCH] Re: [perl #36819] perlbug AutoReply: Bleadperl: abs() busted outside integer range + From: Dominic Dunlop + Date: Sat, 6 Aug 2005 17:47:40 +0200 + Message-Id: + Branch: perl + ! pp.c t/op/arith.t +____________________________________________________________________________ +[ 25269] By: rgs on 2005/08/05 16:31:44 + Log: Subject: [patch]vms.c - buffer highwater overrun in vmsify + From: John E. Malmberg + Date: Mon, 01 Aug 2005 19:54:22 -0400 + Message-ID: <42EEB62E.3020108@qsl.net> + Branch: perl + ! vms/vms.c +____________________________________________________________________________ +[ 25268] By: rgs on 2005/08/05 15:01:19 + Log: "thread failed to start" is a severe warning, not a fatal error + as reported by Tassilo von Parseval. + Branch: perl + ! pod/perldiag.pod +____________________________________________________________________________ +[ 25267] By: merijn on 2005/08/05 14:13:26 + Log: ASCIZ is not a typo + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 25266] By: merijn on 2005/08/05 07:50:40 + Log: Subject: [PATCH] Typos in *.p[lm] + From: "Piotr Fusik" + Date: Sun, 31 Jul 2005 12:50:04 +0200 + Message-ID: <001401c595bd$dccb5d80$0bd34dd5@piec> + Branch: perl + ! ext/Encode/lib/Encode/PerlIO.pod + ! ext/Encode/lib/Encode/Supported.pod lib/ExtUtils/MM_Win95.pm + ! lib/ExtUtils/MakeMaker/FAQ.pod lib/Net/libnetFAQ.pod + ! lib/Test/Harness/TAP.pod lib/Test/Tutorial.pod + ! pod/perlfunc.pod pod/perltoc.pod +____________________________________________________________________________ +[ 25265] By: rgs on 2005/08/04 16:45:37 + Log: VMS debugging help, by John E. Malmberg + Branch: perl + ! vms/descrip_mms.template +____________________________________________________________________________ +[ 25264] By: merijn on 2005/08/03 10:30:54 + Log: Subject: [PATCH] Re: Smoke [5.9.3] 25248 FAIL(F) openbsd 3.7 (i386/1 cpu) + From: Dominic Dunlop + Date: Wed, 3 Aug 2005 12:19:03 +0200 + Message-Id: <8D595B69-4489-4395-BFA4-07DF5859D556@mac.com> + Branch: perl + ! t/op/sprintf.t +____________________________________________________________________________ +[ 25263] By: merijn on 2005/08/02 13:59:49 + Log: The typo changes from 25261 (of course) altered the MD5's + Branch: perl + ! ext/Digest/MD5/t/files.t +____________________________________________________________________________ +[ 25262] By: merijn on 2005/08/02 13:45:35 + Log: Typoes from 25261 also in expected for tests + Branch: perl + ! t/pod/pod2usage.xr +____________________________________________________________________________ +[ 25261] By: merijn on 2005/08/02 10:39:51 + Log: Subject: [PATCH] Typos in *.p[lm] + From: "Piotr Fusik" + Date: Sun, 31 Jul 2005 12:50:04 +0200 + Message-ID: <001401c595bd$dccb5d80$0bd34dd5@piec> + Branch: perl + ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bblock.pm ext/B/B/CC.pm + ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm + ! ext/B/t/OptreeCheck.pm ext/Compress/Zlib/Zlib.pm + ! ext/DB_File/DB_File.pm ext/Digest/MD5/MD5.pm + ! ext/Encode/Encode.pm ext/Encode/encoding.pm + ! ext/Encode/lib/Encode/Alias.pm ext/IO/lib/IO/Dir.pm + ! ext/IO/lib/IO/Poll.pm ext/IO/lib/IO/Socket/INET.pm + ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm + ! ext/Opcode/Opcode.pm ext/Opcode/ops.pm + ! ext/SDBM_File/SDBM_File.pm ext/Storable/Storable.pm + ! ext/XS/APItest/APItest.pm ext/re/re.pm lib/Archive/Tar.pm + ! lib/Archive/Tar/Constant.pm lib/Attribute/Handlers.pm + ! lib/CGI.pm lib/CGI/Carp.pm lib/CPAN.pm lib/Digest.pm + ! lib/ExtUtils/CBuilder/Platform/Windows.pm + ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm + ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm + ! lib/ExtUtils/ParseXS.pm lib/File/Basename.pm + ! lib/File/Spec/Mac.pm lib/File/Temp.pm lib/Filter/Simple.pm + ! lib/Getopt/Long.pm lib/I18N/LangTags.pm + ! lib/I18N/LangTags/List.pm lib/Math/BigFloat.pm + ! lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm lib/Math/BigRat.pm + ! lib/NEXT.pm lib/Net/Cmd.pm lib/Net/Config.pm lib/Net/FTP.pm + ! lib/Net/NNTP.pm lib/Net/POP3.pm lib/Net/Ping.pm + ! lib/Net/SMTP.pm lib/PerlIO.pm lib/Pod/Checker.pm + ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Pod/InputObjects.pm + ! lib/Pod/LaTeX.pm lib/Pod/Parser.pm lib/Pod/Select.pm + ! lib/Pod/Usage.pm lib/Switch.pm lib/Term/ANSIColor.pm + ! lib/Test.pm lib/Test/More.pm lib/Text/Balanced.pm + ! lib/Text/Wrap.pm lib/Tie/File.pm lib/Tie/Hash.pm + ! lib/Unicode/UCD.pm lib/base.pm lib/bigint.pm lib/bignum.pm + ! lib/bigrat.pm lib/blib.pm lib/diagnostics.pm lib/perl5db.pl + ! lib/version.pm lib/vmsish.pm os2/OS2/PrfDB/PrfDB.pm + ! os2/OS2/Process/Process.pm pod/checkpods.PL pod/pod2usage.PL + ! utils/h2xs.PL win32/bin/pl2bat.pl wince/bin/pl2bat.pl + ! wince/comp.pl +____________________________________________________________________________ +[ 25260] By: rgs on 2005/08/01 15:14:48 + Log: Document where to find maintainers of dual live modules + Branch: perl + ! pod/perlhack.pod +____________________________________________________________________________ +[ 25259] By: rgs on 2005/08/01 15:12:07 + Log: More typo fixes (damn generated pod files) + Branch: perl + ! pad.c +____________________________________________________________________________ +[ 25258] By: rgs on 2005/08/01 14:45:22 + Log: Subject: Re: [perl #36616] bug or feature? foreach (sort @array) {y/a-z/A-Z/;} # @array modified! + From: Michael G Schwern + Date: Sat, 23 Jul 2005 19:59:29 -0700 + Message-ID: <20050724025929.GA6574@windhund.schwern.org> + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 25257] By: rgs on 2005/08/01 13:58:04 + Log: Various patches by John E. Malmberg to fix data + corruption issues on VMS. Back out change 25218 and + the parts of change 25217 that affect pp_ctl.c and + pp_sys.c. + Branch: perl + ! doio.c ext/Compress/Zlib/Makefile.PL mg.c pp_ctl.c pp_sys.c + ! vms/vms.c vms/vmsish.h +____________________________________________________________________________ +[ 25256] By: rgs on 2005/08/01 13:54:52 + Log: Various patches by John E. Malmberg to fix data + corruption issues on VMS. Back out change 25218 and + the parts of change 25217 that affect pp_ctl.c and + pp_sys.c. + Branch: perl + ! doio.c ext/Compress/Zlib/Makefile.PL mg.c pp_ctl.c pp_sys.c + ! vms/vms.c vms/vmsish.h +____________________________________________________________________________ +[ 25255] By: rgs on 2005/08/01 13:15:25 + Log: Subject: [patch] blead@25226 on OpenVMS/vms.c - fopen bug. + From: "John E. Malmberg" + Date: Fri, 29 Jul 2005 10:24:15 -0400 + Message-ID: <42EA3C0F.9040900@qsl.net> + Branch: perl + ! vms/vms.c +____________________________________________________________________________ +[ 25254] By: rgs on 2005/08/01 08:14:27 + Log: Another typo fix + Branch: perl + ! XSUB.h pod/perlapi.pod +____________________________________________________________________________ +[ 25253] By: rgs on 2005/08/01 08:13:10 + Log: Subject: [PATCH] POD typos + From: "Piotr Fusik" + Date: Sat, 30 Jul 2005 21:54:19 +0200 + Message-ID: <00ef01c59542$3198ba00$26d34dd5@piec> + Branch: perl + ! Porting/pumpkin.pod Porting/repository.pod ext/POSIX/POSIX.pod + ! pod/perl593delta.pod pod/perlapio.pod pod/perldebug.pod + ! pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq3.pod + ! pod/perlfaq4.pod pod/perlfaq6.pod pod/perlglossary.pod + ! pod/perlguts.pod pod/perlintern.pod pod/perltodo.pod + ! pod/perlxs.pod symbian/PerlBase.pod vms/perlvms.pod +____________________________________________________________________________ +[ 25252] By: rgs on 2005/08/01 07:49:58 + Log: Subject: Re: [perl #36622] y/// at end of file + From: Michael G Schwern + Date: Fri, 22 Jul 2005 11:51:15 -0700 + Message-ID: <20050722185115.GB28829@windhund.schwern.org> + Branch: perl + ! t/op/tr.t t/test.pl +____________________________________________________________________________ +[ 25251] By: rgs on 2005/08/01 07:23:08 + Log: Subject: Re: blead@25210 on OpenVMS (not good) + From: "John E. Malmberg" + Date: Sun, 24 Jul 2005 19:09:01 -0400 + Message-ID: <42E41F8D.3040306@qsl.net> + + constify Perl_unlnk + Branch: perl + ! embed.fnc perl.h proto.h util.c +____________________________________________________________________________ +[ 25250] By: rgs on 2005/08/01 07:03:36 + Log: Subject: blead@25226 - ext/Compress/Zlib on VMS. + From: "John E. Malmberg" + Date: Sun, 31 Jul 2005 23:19:51 -0400 + Message-ID: <42ED94D6.7020104@qsl.net> + Branch: perl + ! ext/Compress/Zlib/t/03examples.t +____________________________________________________________________________ +[ 25249] By: rgs on 2005/08/01 06:57:09 + Log: Subject: [patch] blead@25226 - t/op/pack.t undefined value fix + From: "John E. Malmberg" + Date: Sun, 31 Jul 2005 22:18:19 -0400 + Message-ID: <42ED866B.3000308@qsl.net> + Branch: perl + ! t/op/pack.t +____________________________________________________________________________ +[ 25248] By: merijn on 2005/07/31 15:50:45 + Log: SIGRTMIN & SIGRTMAX on Cygwin both 32. sig_count = 33, but + POSIX::SigRt is not available on use + Branch: perl + ! ext/POSIX/t/sigaction.t +____________________________________________________________________________ +[ 25247] By: merijn on 2005/07/31 15:47:51 + Log: Subject: [PATCH] Re: Smoke [5.9.3] 25237 FAIL(F) linux 2.6.12-4-686 [debian] (i686/1 cpu) + From: Dominic Dunlop + Date: Fri, 29 Jul 2005 17:41:59 +0200 + Message-Id: <33378322-189C-4D70-AC0B-1AF589DD56E7@mac.com> + Branch: perl + ! sv.h +____________________________________________________________________________ +[ 25246] By: rgs on 2005/07/31 15:15:35 + Log: Remove the documentation for $#, which has been removed + Branch: perl + ! pod/perlvar.pod +____________________________________________________________________________ +[ 25245] By: rgs on 2005/07/29 15:36:09 + Log: Update Changes + Branch: perl + ! Changes +____________________________________________________________________________ +[ 25244] By: steveh on 2005/07/29 09:41:38 + Log: Skip op/sprintf.t test 147 on MSWin32 + ... and fix the skip code so that it actually works ;-) + Branch: perl + ! t/op/sprintf.t +____________________________________________________________________________ +[ 25243] By: rgs on 2005/07/29 08:31:51 + Log: Subject: [PATCH] More embed.fnc goodness + From: Andy Lester + Date: Thu, 28 Jul 2005 14:09:56 -0500 + Message-ID: <20050728190956.GB607@petdance.com> + Branch: perl + ! doio.c embed.fnc embed.h op.c pp_ctl.c proto.h regcomp.c + ! regexec.c sv.c util.c +____________________________________________________________________________ +[ 25242] By: rgs on 2005/07/29 07:19:11 + Log: Subject: [PATCH] Fix English error in overload.pm + From: Andy Lester + Date: Thu, 28 Jul 2005 14:10:43 -0500 + Message-ID: <20050728191043.GC607@petdance.com> + Branch: perl + ! lib/overload.pm +____________________________________________________________________________ +[ 25241] By: rgs on 2005/07/28 17:34:36 + Log: Clarification to the syntax of loop modifiers + by Piotr Fusik + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 25240] By: rgs on 2005/07/28 17:29:47 + Log: Subject: RE: [PATCH] Re: [PATCH] support POSIX SA_SIGINFO + From: "Green, Paul" + Date: Mon, 25 Jul 2005 12:39:32 -0400 + Message-ID: + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 25239] By: rgs on 2005/07/28 17:18:13 + Log: Subject: [PATCH fresh_perl.t] Being more careful about newlines + From: Michael G Schwern + Date: Fri, 22 Jul 2005 12:53:34 -0700 + Message-ID: <20050722195334.GA12431@windhund.schwern.org> + Branch: perl + ! t/run/fresh_perl.t +____________________________________________________________________________ +[ 25238] By: rgs on 2005/07/28 16:11:23 + Log: Subject: [PATCH] perl.h, use STRINGIFY in 25171 + From: Robin Barker + Date: Thu, 28 Jul 2005 12:13:13 +0100 + Message-ID: <533D273D4014D411AB1D00062938C4D90849C75A@hotel.npl.co.uk> + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 25237] By: merijn on 2005/07/28 13:03:09 + Log: Subject: [PATCH] tidy up DieNull and DIE_NULL + From: Robin Barker + Date: Thu, 28 Jul 2005 14:05:51 +0100 + Message-ID: <533D273D4014D411AB1D00062938C4D90849C75C@hotel.npl.co.uk> + Branch: perl + ! embed.fnc mg.c perl.h pp.h pp_sys.c proto.h +____________________________________________________________________________ +[ 25236] By: rgs on 2005/07/28 12:59:55 + Log: Subject: [PATCH] silence compiler warning in mg.c POSIX.xs + From: Robin Barker + Date: Thu, 28 Jul 2005 13:57:31 +0100 + Message-ID: <533D273D4014D411AB1D00062938C4D90849C75B@hotel.npl.co.uk> + Branch: perl + ! ext/POSIX/POSIX.xs mg.c perl.h +____________________________________________________________________________ +[ 25235] By: merijn on 2005/07/28 12:22:27 + Log: sprintf now has all but two tests enabled. + the list supports skipping of expected fails + new test for %.0g from Dominic Dunlop + Branch: perl + ! t/op/sprintf.t +____________________________________________________________________________ +[ 25234] By: steveh on 2005/07/28 09:10:41 + Log: Subject: [PATCH] perlfunc.pod grammar fixes + From: Steve Peters + Date: Wed, 27 Jul 2005 22:02:13 -0500 + Message-ID: <20050728030213.GA11330@mccoy.peters.homeunix.org> + + (with minor tweaks) + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 25233] By: rgs on 2005/07/28 09:07:57 + Log: Sync change 25229 to .h source files + Branch: perl + ! cv.h pad.h +____________________________________________________________________________ +[ 25232] By: rgs on 2005/07/28 08:53:55 + Log: Subject: [perl #36672] Swapped warnings for -o and -O file tests + From: "Piotr Fusik" (via RT) + Date: Wed, 27 Jul 2005 15:43:17 -0700 + Message-ID: + + (except the redundant test) + Branch: perl + ! opcode.h opcode.pl t/lib/warnings/9uninit +____________________________________________________________________________ +[ 25231] By: merijn on 2005/07/28 06:48:14 + Log: Subject: Re: [PATCH] Tru64: use -c99 for ccflags if available + From: Jarkko Hietaniemi + Date: Thu, 28 Jul 2005 10:01:51 +0300 + Message-ID: <42E882DF.6020100@gmail.com> + Message-ID: <42E86DE9.6090709@gmail.com> + Branch: perl + ! handy.h hints/dec_osf.sh +____________________________________________________________________________ +[ 25230] By: merijn on 2005/07/27 16:28:58 + Log: Some signals are more real than others + Also added comment about why the tests are there + Branch: perl + ! ext/POSIX/t/sigaction.t +____________________________________________________________________________ +[ 25229] By: merijn on 2005/07/27 16:26:16 + Log: Subject: [PATCH] id est is i.e. + From: Steve Peters + Date: Tue, 26 Jul 2005 20:42:38 -0500 + Message-ID: <20050727014238.GA2582@mccoy.peters.homeunix.org> + Branch: perl + ! pod/perlfunc.pod pod/perlguts.pod pod/perlhack.pod + ! pod/perlintern.pod +____________________________________________________________________________ +[ 25228] By: merijn on 2005/07/26 13:23:10 + Log: Use the correct gcc when more than one gcc is installed + Thanks to Campo + Branch: perl + ! hints/aix.sh +____________________________________________________________________________ +[ 25227] By: rgs on 2005/07/26 09:20:11 + Log: Subject: [perl #36658] Typo in perlfunc.pod + From: "John W. Krahn" (via RT) + Date: Tue, 26 Jul 2005 01:07:18 -0700 + Message-ID: + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 25226] By: steveh on 2005/07/25 14:37:41 + Log: Reinstate PERL_MALLOC_WRAP for bcc32 on Win32 + + This was disabled by change 22689 because it was severely broken + at the time. See the thread starting here: + + http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2004-04/msg00370.html + + The PERL_MALLOC_WRAP code in handy.h has since changed along the + lines of what was discussed in that thread (in particular, by change + 25034) and I find that everything is now fine with PERL_MALLOC_WRAP + re-enabled. + Branch: perl + ! win32/config_H.bc +____________________________________________________________________________ +[ 25225] By: steveh on 2005/07/25 14:34:12 + Log: Ken pointed out that CBuilder's cleanup is too agrressive + + The Windows compile() and link() methods bizarrely include their own + output files in the list of files to be cleaned up. Now that they + actually are being cleaned up, this isn't ideal ;-) + + Stop compile() and link() from cleaning up their own output, and + reinstate the explicit deletion of those output files in the test + scripts. + Branch: perl + ! lib/ExtUtils/CBuilder/Platform/Windows.pm + ! lib/ExtUtils/CBuilder/t/01-basic.t + ! lib/ExtUtils/CBuilder/t/02-link.t + ! lib/ExtUtils/ParseXS/t/basic.t +____________________________________________________________________________ +[ 25224] By: steveh on 2005/07/25 11:53:44 + Log: Silence uninitialized value warnings in Net::Cmd + + (Suppresses 20 such warnings emitted by lib/Net/t/datasend.t) + Branch: perl + ! lib/Net/Cmd.pm +____________________________________________________________________________ +[ 25223] By: merijn on 2005/07/25 11:47:03 + Log: use POSIX might not throw an error. Check for useful values also + Branch: perl + ! ext/POSIX/t/sigaction.t +____________________________________________________________________________ +[ 25222] By: steveh on 2005/07/25 11:11:29 + Log: Make CBuilder and ParseXS clean up their temp test files + Branch: perl + ! lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/Base.pm + ! lib/ExtUtils/CBuilder/t/01-basic.t + ! lib/ExtUtils/CBuilder/t/02-link.t lib/ExtUtils/ParseXS.pm + ! lib/ExtUtils/ParseXS/t/basic.t +____________________________________________________________________________ +[ 25221] By: rgs on 2005/07/25 09:49:39 + Log: Increment the version number of version.pm + (no code changes on CPAN) + Branch: perl + ! lib/version.pm +____________________________________________________________________________ +[ 25220] By: merijn on 2005/07/25 08:53:34 + Log: Subject: [PATCH perlfunc.pod/crypt] crypt() digests, not encrypts + From: Michael G Schwern + Date: Sat, 23 Jul 2005 17:25:18 -0700 + Message-ID: <20050724002518.GB4918@windhund.schwern.org> + + Subject: Re: [PATCH perlfunc.pod/crypt] crypt() digests, not encrypts + From: Michael G Schwern + Date: Sun, 24 Jul 2005 13:49:25 -0700 + Message-ID: <20050724204925.GC13275@windhund.schwern.org> + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 25219] By: merijn on 2005/07/25 08:39:08 + Log: Subject: [PATCH] perlfunc.pod: s/definetely/definitely/ + From: "Piotr Fusik" + Date: Sun, 24 Jul 2005 12:55:09 +0200 + Message-ID: <004e01c5903e$2affb3a0$60d24dd5@piec> + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 25218] By: nicholas on 2005/07/24 22:35:56 + Log: Subject: [PATCH] Re: blead@25210 on OpenVMS (not good) + From: "Craig A. Berry" + Message-Id: + Date: Sun, 24 Jul 2005 17:47:26 -0500 + Branch: perl + ! doio.c +____________________________________________________________________________ +[ 25217] By: nicholas on 2005/07/24 20:52:13 + Log: Subject: [PATCH] blead help for VMS + From: "Craig A. Berry" + Message-ID: <42E3FABB.1020900@mac.com> + Date: Sun, 24 Jul 2005 15:31:55 -0500 + Branch: perl + +> ext/Compress/Zlib/zlib-src/adler32.c + +> ext/Compress/Zlib/zlib-src/compress.c + +> ext/Compress/Zlib/zlib-src/crc32.c + +> ext/Compress/Zlib/zlib-src/crc32.h + +> ext/Compress/Zlib/zlib-src/deflate.c + +> ext/Compress/Zlib/zlib-src/deflate.h + +> ext/Compress/Zlib/zlib-src/gzio.c + +> ext/Compress/Zlib/zlib-src/infback.c + +> ext/Compress/Zlib/zlib-src/inffast.c + +> ext/Compress/Zlib/zlib-src/inffast.h + +> ext/Compress/Zlib/zlib-src/inffixed.h + +> ext/Compress/Zlib/zlib-src/inflate.c + +> ext/Compress/Zlib/zlib-src/inflate.h + +> ext/Compress/Zlib/zlib-src/inftrees.c + +> ext/Compress/Zlib/zlib-src/inftrees.h + +> ext/Compress/Zlib/zlib-src/trees.c + +> ext/Compress/Zlib/zlib-src/trees.h + +> ext/Compress/Zlib/zlib-src/uncompr.c + +> ext/Compress/Zlib/zlib-src/zconf.h + +> ext/Compress/Zlib/zlib-src/zlib.h + +> ext/Compress/Zlib/zlib-src/zutil.c + +> ext/Compress/Zlib/zlib-src/zutil.h + - ext/Compress/Zlib/zlib-src-1.2.3/adler32.c + - ext/Compress/Zlib/zlib-src-1.2.3/compress.c + - ext/Compress/Zlib/zlib-src-1.2.3/crc32.c + - ext/Compress/Zlib/zlib-src-1.2.3/crc32.h + - ext/Compress/Zlib/zlib-src-1.2.3/deflate.c + - ext/Compress/Zlib/zlib-src-1.2.3/deflate.h + - ext/Compress/Zlib/zlib-src-1.2.3/gzio.c + - ext/Compress/Zlib/zlib-src-1.2.3/infback.c + - ext/Compress/Zlib/zlib-src-1.2.3/inffast.c + - ext/Compress/Zlib/zlib-src-1.2.3/inffast.h + - ext/Compress/Zlib/zlib-src-1.2.3/inffixed.h + - ext/Compress/Zlib/zlib-src-1.2.3/inflate.c + - ext/Compress/Zlib/zlib-src-1.2.3/inflate.h + - ext/Compress/Zlib/zlib-src-1.2.3/inftrees.c + - ext/Compress/Zlib/zlib-src-1.2.3/inftrees.h + - ext/Compress/Zlib/zlib-src-1.2.3/trees.c + - ext/Compress/Zlib/zlib-src-1.2.3/trees.h + - ext/Compress/Zlib/zlib-src-1.2.3/uncompr.c + - ext/Compress/Zlib/zlib-src-1.2.3/zconf.h + - ext/Compress/Zlib/zlib-src-1.2.3/zlib.h + - ext/Compress/Zlib/zlib-src-1.2.3/zutil.c + - ext/Compress/Zlib/zlib-src-1.2.3/zutil.h + ! MANIFEST ext/Compress/Zlib/config.in mg.c pp_ctl.c pp_sys.c + ! vms/gen_shrfls.pl +____________________________________________________________________________ +[ 25216] By: steveh on 2005/07/22 16:53:11 + Log: Fix USE_LARGE_FILES with bcc32 on Win32? + + Trawling through all these config files, I think I've found the + reason why bcc32 builds with USE_LARGE_FILES were failing (e.g. + (see http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-06/msg00809.html): + lseeksize and lseektype were set to 8 and __int64, but Borland's + suggests that they should be 4 and long respectively. + + Changing them accordingly makes all tests pass. And I see that + win32/win32.c has special handling for __BORLANDC__ + USE_LARGE_FILES, + presumably to cope with this difference? + Branch: perl + ! win32/config.bc +____________________________________________________________________________ +[ 25215] By: steveh on 2005/07/22 16:36:41 + Log: Tweak the canned win32/config.* files + + uselargefiles, usemultiplicity, useperlio and useithreads are now + off in the canned win32/config_H.* files, so change these to match. + + Also scrap the misleading ~USE_PERLIO~ and ~USE_SITECUST~ tags + which don't actually work since no such CFG_VARS are passed in to + config_sh.PL. (The useperlio and usesitecustomize entries actually + get substituted by the more general "if (/^([\w_]+)=(.*)$/)" case.) + Branch: perl + ! win32/config.bc win32/config.gc win32/config.vc + ! win32/config.vc64 +____________________________________________________________________________ +[ 25214] By: steveh on 2005/07/22 14:22:38 + Log: Add missing entries to win32/config.* + + No existing entries changed, just adding some missing ones based + on Porting/config.sh + Branch: perl + ! win32/config.bc win32/config.gc win32/config.vc + ! win32/config.vc64 +____________________________________________________________________________ +[ 25213] By: rgs on 2005/07/22 12:23:35 + Log: Subject: [perl #36612] [PATCH] Misleading shift docs about @ARGV + From: Michael G Schwern (via RT) + Date: Wed, 20 Jul 2005 18:26:23 -0700 + Message-ID: + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 25212] By: steveh on 2005/07/22 10:32:02 + Log: Tidy up options / defines output from makedef.pl + and change Win32-specific comments to say "On Win32 ..." now + that AIX is using the same code too + Branch: perl + ! makedef.pl +____________________________________________________________________________ +[ 25211] By: steveh on 2005/07/22 10:29:51 + Log: Silence Win32 warnings when not using USE_LARGE_FILES + Branch: perl + ! win32/win32.c +____________________________________________________________________________ +[ 25210] By: merijn on 2005/07/21 17:40:06 + Log: I *DO* have AIX, and extending #25209 like this make it happy again + Thank you Steve! + Branch: perl + ! makedef.pl +____________________________________________________________________________ +[ 25209] By: steveh on 2005/07/21 17:01:33 + Log: Make makedef.pl read "miniperl -V" on Win32 + + Perhaps other platforms that use makedef.pl also need a similar + change (currently required to pick up PERL_DONT_CREATE_GVSV), + but it also requires them to have minimal canned configs (if they + are using canned configs like Win32 does) and I don't have any + of the affected platforms (AIX, WinCE, OS/2, MacOS Classic and + NetWare) for testing, so play it safe instead + Branch: perl + ! makedef.pl +____________________________________________________________________________ +[ 25208] By: steveh on 2005/07/21 16:50:27 + Log: Make the canned config.h files used on Win32 more minimal + + These are used in their unedited form to build miniperl, so should + represent a minimal configuration + + The plan is to use miniperl's "-V" output in makedef.pl, so it is + important that it doesn't include any of the optional things in the + makefiles that the user might have chosen to disable + + (The actual config.h used to build perl itself is, of course, an + edited version of these canned configs produced by using miniperl + to run config_h.PL so these changes won't affect perl itself) + Branch: perl + ! win32/config_H.bc win32/config_H.gc win32/config_H.vc + ! win32/config_H.vc64 +____________________________________________________________________________ +[ 25207] By: merijn on 2005/07/21 15:41:39 + Log: Subject: [PATCH] Re: [PATCH] support POSIX SA_SIGINFO + From: Jarkko Hietaniemi + Date: Thu, 21 Jul 2005 18:33:22 +0300 + Message-ID: <42DFC042.1090201@gmail.com> + Branch: perl + ! ext/POSIX/POSIX.pod ext/POSIX/t/sigaction.t mg.c +____________________________________________________________________________ +[ 25206] By: steveh on 2005/07/21 14:20:06 + Log: Rearrange win32/config_H.* to match config_h.SH + + No actual changes, just reordering the contents of the files so that + diff works better. + Branch: perl + ! win32/config_H.bc win32/config_H.gc win32/config_H.vc + ! win32/config_H.vc64 +____________________________________________________________________________ +[ 25205] By: rgs on 2005/07/21 12:39:43 + Log: Subject: [PATCH perl@24148] Compress::Zlib 1.35 + From: "Paul Marquess" + Date: Thu, 21 Jul 2005 10:06:06 +0100 + Message-Id: <20050721090634.CA4E61F0003@mx1.mandriva.com> + Branch: perl + + ext/Compress/Zlib/zlib-src-1.2.3/adler32.c + + ext/Compress/Zlib/zlib-src-1.2.3/compress.c + + ext/Compress/Zlib/zlib-src-1.2.3/crc32.c + + ext/Compress/Zlib/zlib-src-1.2.3/crc32.h + + ext/Compress/Zlib/zlib-src-1.2.3/deflate.c + + ext/Compress/Zlib/zlib-src-1.2.3/deflate.h + + ext/Compress/Zlib/zlib-src-1.2.3/gzio.c + + ext/Compress/Zlib/zlib-src-1.2.3/infback.c + + ext/Compress/Zlib/zlib-src-1.2.3/inffast.c + + ext/Compress/Zlib/zlib-src-1.2.3/inffast.h + + ext/Compress/Zlib/zlib-src-1.2.3/inffixed.h + + ext/Compress/Zlib/zlib-src-1.2.3/inflate.c + + ext/Compress/Zlib/zlib-src-1.2.3/inflate.h + + ext/Compress/Zlib/zlib-src-1.2.3/inftrees.c + + ext/Compress/Zlib/zlib-src-1.2.3/inftrees.h + + ext/Compress/Zlib/zlib-src-1.2.3/trees.c + + ext/Compress/Zlib/zlib-src-1.2.3/trees.h + + ext/Compress/Zlib/zlib-src-1.2.3/uncompr.c + + ext/Compress/Zlib/zlib-src-1.2.3/zconf.h + + ext/Compress/Zlib/zlib-src-1.2.3/zlib.h + + ext/Compress/Zlib/zlib-src-1.2.3/zutil.c + + ext/Compress/Zlib/zlib-src-1.2.3/zutil.h + - ext/Compress/Zlib/zlib-src-1.2.2/adler32.c + - ext/Compress/Zlib/zlib-src-1.2.2/compress.c + - ext/Compress/Zlib/zlib-src-1.2.2/crc32.c + - ext/Compress/Zlib/zlib-src-1.2.2/crc32.h + - ext/Compress/Zlib/zlib-src-1.2.2/deflate.c + - ext/Compress/Zlib/zlib-src-1.2.2/deflate.h + - ext/Compress/Zlib/zlib-src-1.2.2/gzio.c + - ext/Compress/Zlib/zlib-src-1.2.2/infback.c + - ext/Compress/Zlib/zlib-src-1.2.2/inffast.c + - ext/Compress/Zlib/zlib-src-1.2.2/inffast.h + - ext/Compress/Zlib/zlib-src-1.2.2/inffixed.h + - ext/Compress/Zlib/zlib-src-1.2.2/inflate.c + - ext/Compress/Zlib/zlib-src-1.2.2/inflate.h + - ext/Compress/Zlib/zlib-src-1.2.2/inftrees.c + - ext/Compress/Zlib/zlib-src-1.2.2/inftrees.h + - ext/Compress/Zlib/zlib-src-1.2.2/trees.c + - ext/Compress/Zlib/zlib-src-1.2.2/trees.h + - ext/Compress/Zlib/zlib-src-1.2.2/uncompr.c + - ext/Compress/Zlib/zlib-src-1.2.2/zconf.h + - ext/Compress/Zlib/zlib-src-1.2.2/zlib.h + - ext/Compress/Zlib/zlib-src-1.2.2/zutil.c + - ext/Compress/Zlib/zlib-src-1.2.2/zutil.h + ! MANIFEST ext/Compress/Zlib/Changes ext/Compress/Zlib/README + ! ext/Compress/Zlib/Zlib.pm ext/Compress/Zlib/Zlib.xs + ! ext/Compress/Zlib/config.in ext/Compress/Zlib/t/05gzsetp.t +____________________________________________________________________________ +[ 25204] By: rgs on 2005/07/20 16:53:16 + Log: Remove :base_io from the set of default "safe" opcodes. + This fixes bug [perl #36213] "Possible flaw in Safe.pm/Opcode.pm + that allows access to any file" but introduces a backward + compatibility issue. + Branch: perl + ! ext/Opcode/Opcode.pm ext/Safe/t/safe2.t +____________________________________________________________________________ +[ 25203] By: steveh on 2005/07/20 13:59:18 + Log: Fix definition of Perl_sighandler following change 25200 + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 25202] By: rgs on 2005/07/20 13:19:10 + Log: Subject: [PATCH] Convert t/op/vec.t to test.pl + From: Steve Peters + Date: Wed, 20 Jul 2005 08:06:38 -0500 + Message-ID: <20050720130638.GA6123@mccoy.peters.homeunix.org> + Branch: perl + ! t/op/vec.t +____________________________________________________________________________ +[ 25201] By: steveh on 2005/07/20 13:08:54 + Log: Silence Win32 compiler warning (signed/unsigned mismatch) + Branch: perl + ! pad.c +____________________________________________________________________________ +[ 25200] By: rgs on 2005/07/20 12:28:16 + Log: Subject: [PATCH] support POSIX SA_SIGINFO + From: Jarkko Hietaniemi + Date: Wed, 20 Jul 2005 14:40:54 +0300 + Message-ID: <42DE3846.6050606@gmail.com> + Branch: perl + ! embed.fnc embed.h ext/POSIX/POSIX.pod ext/POSIX/t/sigaction.t + ! global.sym iperlsys.h mg.c perl.c perl.h pp_sys.c proto.h + ! util.c +____________________________________________________________________________ +[ 25199] By: steveh on 2005/07/20 12:11:56 + Log: Silence warnings about NSIG redefinition on Win32 + + (Change 25191 doesn't work out unless dosish.h includes + too, which it currently only does for DJGPP) + Branch: perl + ! dosish.h +____________________________________________________________________________ +[ 25198] By: rgs on 2005/07/20 11:18:59 + Log: Remove obsolete error messages + Branch: perl + ! pod/perldiag.pod +____________________________________________________________________________ +[ 25197] By: rgs on 2005/07/20 10:59:44 + Log: croak() accepts Nullch as a parameter. + (spotted by Stas Bekman) + Branch: perl + ! embed.fnc proto.h +____________________________________________________________________________ +[ 25196] By: steveh on 2005/07/20 10:36:20 + Log: Fix Newz() backwards-compatibility macro + Branch: perl + ! handy.h +____________________________________________________________________________ +[ 25195] By: rgs on 2005/07/20 10:31:04 + Log: Remove :unique attribute from Config.pm, + until we find a better implementation of it (or + remove it). See [perl #36375]. + Branch: perl + ! configpm +____________________________________________________________________________ +[ 25194] By: rgs on 2005/07/20 09:08:56 + Log: Subject: [PATCH] lvalue-subs returning elements of tied hashes/arrays + From: Tassilo von Parseval + Date: Wed, 20 Jul 2005 10:43:11 +0200 + Message-id: <20050720084311.GA20332@ethan> + Branch: perl + ! pp_hot.c t/op/sub_lval.t +____________________________________________________________________________ +[ 25193] By: steveh on 2005/07/20 09:00:29 + Log: Exit test script (if we're going to) *before* declaring a plan + Branch: perl + ! ext/POSIX/t/sigaction.t +____________________________________________________________________________ +[ 25192] By: rgs on 2005/07/20 08:50:18 + Log: Subject: [PATCH] RE: rebuilding lib/Config* + From: Robin Barker + Date: Jul 14, 2005 3:27 PM + Message-ID: <533D273D4014D411AB1D00062938C4D90849C733@hotel.npl.co.uk> + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 25191] By: rgs on 2005/07/20 06:47:49 + Log: Subject: [PATCH] move NSIG logic + From: Jarkko Hietaniemi + Date: Wed, 20 Jul 2005 09:57:44 +0300 + Message-ID: <42DDF5E8.1060100@gmail.com> + Branch: perl + ! handy.h perl.h +____________________________________________________________________________ +[ 25190] By: nicholas on 2005/07/19 22:15:43 + Log: C inside Foo.pm considered a "bad thing" + (Certainly where there is AUTOLOADing and XS) + Hopefully *this* fixes the POSIX breakage. + Branch: perl + ! ext/POSIX/POSIX.pm +____________________________________________________________________________ +[ 25189] By: nicholas on 2005/07/19 21:16:20 + Log: C inside Foo.pm considered a "bad thing" + (Certainly where there is AUTOLOADing and XS) + Hopefully this fixes the POSIX breakage. + Branch: perl + ! ext/POSIX/POSIX.xs +____________________________________________________________________________ +[ 25188] By: nicholas on 2005/07/19 21:08:17 + Log: XS constants fail when their value is called for, not at import. + This might be construed as a bug. Fixing is probably a greater evil. + Branch: perl + ! ext/POSIX/t/sigaction.t +____________________________________________________________________________ +[ 25187] By: rgs on 2005/07/19 14:12:38 + Log: Extend the the "our variable redeclared" warning to the case: + our $x; our $x; + and add more tests + Branch: perl + ! pad.c t/lib/strict/vars t/lib/warnings/pad +____________________________________________________________________________ +[ 25186] By: steveh on 2005/07/19 13:25:42 + Log: Fix test following change #25181 + Branch: perl + ! lib/Pod/t/htmlview.t +____________________________________________________________________________ +[ 25185] By: merijn on 2005/07/19 11:06:22 + Log: Subject: [PATCH] allow POSIX SIGRTMIN...SIGRTMAX signals (and plug a core dump) + From: Jarkko Hietaniemi + Date: Tue, 19 Jul 2005 12:06:00 +0300 + Message-ID: <42DCC278.2010009@gmail.com> + Branch: perl + ! Configure ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm + ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs ext/POSIX/t/sigaction.t + ! handy.h +____________________________________________________________________________ +[ 25182] By: rgs on 2005/07/19 10:09:57 + Log: Fix strict test to go with the precedent warning change + Branch: perl + ! t/lib/strict/vars +____________________________________________________________________________ +[ 25181] By: steveh on 2005/07/19 10:07:46 + Log: Subject: [perl #36526] Incorrect (X)HTML generated by Pod::Html + From: Earl Hood (via RT) + Date: Tue, 12 Jul 2005 23:55:28 -0700 + Message-ID: + + (with old code deleted rather than commented out) + Branch: perl + ! lib/Pod/Html.pm +____________________________________________________________________________ +[ 25180] By: rgs on 2005/07/19 09:56:59 + Log: Silence new (expected) warnings + Branch: perl + ! t/op/mydef.t +____________________________________________________________________________ +[ 25179] By: rgs on 2005/07/19 09:45:24 + Log: Overhaul the semantics of the warning + ""%s" variable %s masks earlier declaration", + based on a patch by Rick Delaney. Now we have : + my $x; my $x; # warns + my $x; our $x; # warns + our $x; my $x; # warns + our $x; our $x; # silent + Branch: perl + ! pad.c t/lib/warnings/pad +____________________________________________________________________________ +[ 25178] By: merijn on 2005/07/19 05:42:52 + Log: Subject: [PATCH] Final (hopefully) fix for fchdir + From: Steve Peters + Date: Mon, 18 Jul 2005 22:59:19 -0500 + Message-ID: <20050719035919.GA32670@mccoy.peters.homeunix.org> + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 25177] By: davem on 2005/07/19 01:16:09 + Log: Subject: Re: [PATCH] Faster ** + From: "Piotr Fusik" + Date: Fri, 24 Jun 2005 12:47:40 +0200 + Message-Id: <00b201c578af$7ad02b40$17d24dd5@piec> + Branch: perl + ! pp.c +____________________________________________________________________________ +[ 25176] By: davem on 2005/07/19 01:05:18 + Log: the "local @foo with $#foo" tests are no longer TODO + Branch: perl + ! t/op/array.t +____________________________________________________________________________ +[ 25174] By: steveh on 2005/07/18 16:53:21 + Log: Subject: Re: [PATCH] RE: blead: no longer supports %vd format + From: Rafael Garcia-Suarez + Date: Mon, 18 Jul 2005 18:35:09 +0200 + Message-ID: <20050718183509.0381169c@grubert.mandrakesoft.com> + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 25173] By: merijn on 2005/07/18 16:37:11 + Log: Subject: Re: AIX 5.2 localtime bug attack + From: Campo Weijerman + Date: Mon, 18 Jul 2005 17:34:55 +0200 + Message-ID: <20050718153455.GA29381@python> + + mday++ is also wday++ and yday++ + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 25172] By: rgs on 2005/07/18 15:23:38 + Log: Subject: [PATCH] The continuing plod through embed.fnc + From: Andy Lester + Date: Mon, 18 Jul 2005 10:37:38 -0500 + Message-ID: <20050718153738.GB20193@petdance.com> + Branch: perl + ! embed.fnc op.c pad.c pod/perlapi.pod pp_sys.c proto.h + ! regcomp.c utf8.c +____________________________________________________________________________ +[ 25171] By: rgs on 2005/07/18 12:37:02 + Log: Subject: [PATCH] RE: blead: no longer supports %vd format + From: Robin Barker + Date: Jul 14, 2005 2:31 PM + Message-ID: <533D273D4014D411AB1D00062938C4D90849C730@hotel.npl.co.uk> + Branch: perl + ! perl.h sv.c t/op/sprintf.t +____________________________________________________________________________ +[ 25170] By: merijn on 2005/07/18 11:02:01 + Log: tests are expected to fail if dirfd () does not exist + make the tests to expect failures in that case + Branch: perl + ! t/op/chdir.t +____________________________________________________________________________ +[ 25169] By: merijn on 2005/07/18 10:27:06 + Log: 1. Typo detected by Schwern (#25151) + 2. Added proza about patches (#25152) + 3. dirfd got the wrong define based on previous tests (#25168) + Branch: perl + ! Configure +____________________________________________________________________________ +[ 25167] By: steveh on 2005/07/18 09:54:58 + Log: Silence compiler warning following change 25157 + + (DIE returns Perl_die's return value which is an OP*, not the I32 + that Perl_apply is expected to return) + Branch: perl + ! doio.c +____________________________________________________________________________ +[ 25166] By: rgs on 2005/07/18 09:17:45 + Log: Subject: Re: [perl #27028] /$/ not honouring /m in some cases + From: Rick Delaney + Date: Jul 14, 2005 4:10 PM + Message-ID: <20050714141059.GF19090@localhost.localdomain> + Branch: perl + + t/op/regexp_qr_embed.t + ! MANIFEST t/op/regexp.t +____________________________________________________________________________ +[ 25165] By: rgs on 2005/07/18 08:52:25 + Log: Subject: [PATCH] perlop: why \c\ cannot be placed just before the terminating delimiter + From: SADAHIRO Tomoyuki + Date: Sun, 17 Jul 2005 11:38:05 +0900 + Message-Id: <20050717112557.5921.BQW10602@nifty.com> + Branch: perl + ! pod/perlop.pod +____________________________________________________________________________ +[ 25164] By: steveh on 2005/07/18 08:38:27 + Log: Subject: Re: Why does our() cross packages? (PATCH) + From: Michael G Schwern + Date: Fri, 15 Jul 2005 14:35:18 -0700 + Message-ID: <20050715213518.GH6897@windhund.schwern.org> + + (with minor tweaks suggested in subsequent posts) + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 25163] By: davem on 2005/07/18 00:16:31 + Log: perl -Dstv -e'... for min..max' displayed wrong stack elements + Branch: perl + ! pp_ctl.c +____________________________________________________________________________ +[ 25162] By: davem on 2005/07/17 22:07:14 + Log: delete a non-fucntioning chown in stat.t: it didn't have gid arg. + Spotted by Gisle Aas. + Branch: perl + ! t/op/stat.t +____________________________________________________________________________ +[ 25161] By: davem on 2005/07/17 20:54:15 + Log: document what can be assigned to a shared scalar + Branch: perl + ! ext/threads/shared/shared.pm +____________________________________________________________________________ +[ 25160] By: davem on 2005/07/17 20:12:54 + Log: $SIG{__WARN__} = sub { goto &foo } could recurse infinitely + Branch: perl + ! t/op/goto.t util.c +____________________________________________________________________________ +[ 25159] By: davem on 2005/07/17 19:02:10 + Log: change #25129 was overzealous in delaying the call to ckWARN + Branch: perl + ! doio.c pp_hot.c toke.c +____________________________________________________________________________ +[ 25158] By: merijn on 2005/07/16 13:20:09 + Log: Subject: Re: [perl #36569] chop fails on decoded string with trailing nul + From: SADAHIRO Tomoyuki + Date: Sat, 16 Jul 2005 22:05:13 +0900 + Message-Id: <20050716220041.2BDD.BQW10602@nifty.com> + Branch: perl + ! doop.c t/op/chop.t +____________________________________________________________________________ +[ 25157] By: merijn on 2005/07/16 08:07:44 + Log: Subject: Re: fchmod, fchown, fchdir + From: Gisle Aas + Date: 15 Jul 2005 02:32:50 -0700 + Message-ID: + + + Schwern's ok -> like changes + Branch: perl + ! doio.c pod/perlfunc.pod pod/perltodo.pod pp_sys.c t/io/fs.t + ! t/op/chdir.t +____________________________________________________________________________ +[ 25156] By: steveh on 2005/07/15 16:30:05 + Log: Subject: [PATCH] more embed cleanup + From: Andy Lester + Date: Fri, 15 Jul 2005 10:51:15 -0500 + Message-ID: <20050715155115.GC29983@petdance.com> + + (and run regen.pl) + Branch: perl + ! dump.c embed.fnc embed.h hv.c mg.c op.c perl.c pp_ctl.c + ! pp_hot.c pp_pack.c proto.h regcomp.c sv.c utf8.c +____________________________________________________________________________ +[ 25155] By: steveh on 2005/07/15 15:50:38 + Log: Subject: [perl #36514] Add curl support to CPAN.pm + From: "Michael G Schwern via RT" + Date: Fri, 15 Jul 2005 02:11:29 -0700 + Message-ID: + + (and bump $CPAN::FirstTime::VERSION) + Branch: perl + ! lib/CPAN.pm lib/CPAN/FirstTime.pm +____________________________________________________________________________ +[ 25153] By: steveh on 2005/07/15 15:35:55 + Log: Subject: Re: [PATCH blead] Re: [perl #3269] no warnings "foo" without "use warnings" turns off all warnings. + From: Michael G Schwern + Date: Wed, 13 Jul 2005 15:57:39 -0700 + Message-ID: <20050713225739.GN24499@windhund.schwern.org> + + Subject: Re: [PATCH blead] Re: [perl #3269] no warnings "foo" without "use warnings" turns off all warnings. + From: Rick Delaney + Date: Wed, 13 Jul 2005 20:24:56 -0400 + Message-ID: <20050714002456.GD19090@localhost.localdomain> + Branch: perl + ! ext/B/B/Deparse.pm t/op/inc.t +____________________________________________________________________________ +[ 25150] By: steveh on 2005/07/15 10:35:55 + Log: Fix static extensions when building with nmake on Win32 + + They were broken because change 24806 forgot to add -DWITH_STATIC + to the recipe for compiling perllib.c which meant that perllibst.h + was not included and hence although they built OK, the static + extensions could not actually be used! + + In fact, since perllibst.h is always created (it is more or less + empty when static extensions are not being used), there is no need + for -DWITH_STATIC at all. So rather than adding it to Makefile, + just drop it from makefile.mk and perllib.c. + + Also add the missing cleanup of perllibst.h to Makefile. + Branch: perl + ! win32/Makefile win32/makefile.mk win32/perllib.c +____________________________________________________________________________ +[ 25149] By: steveh on 2005/07/15 09:04:57 + Log: Subject: [perl #7840] Hash Behaviour differs v5.6.0 to v5.6.1 + From: "Michael G Schwern via RT" + Date: Thu, 14 Jul 2005 16:57:45 -0700 + Message-ID: + + (with minor tweaks) + Branch: perl + ! pod/perlop.pod +____________________________________________________________________________ +[ 25148] By: steveh on 2005/07/15 07:48:31 + Log: Subject: [perl #36538] perlfunc/our contradicts itself + From: "Michael G Schwern via RT" + Date: Thu, 14 Jul 2005 19:10:51 -0700 + Message-ID: + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 25147] By: steveh on 2005/07/15 07:44:32 + Log: Subject: [perl #24691] leading spaces on cpan configuration causes failure + From: "Michael G Schwern via RT" + Date: Tue, 12 Jul 2005 00:00:17 -0700 + Message-ID: + + (with spaces trimmed from username too) + Branch: perl + ! lib/CPAN/FirstTime.pm +____________________________________________________________________________ +[ 25146] By: merijn on 2005/07/15 07:33:01 + Log: Subject: [PATCH] Re: [PATCH] was Re: perldoc segfaulting in XS_UNIVERSAL_VERSION + From: Michael G Schwern + Date: Fri, 15 Jul 2005 00:49:12 -0700 + Message-ID: <20050715074911.GA16512@windhund.schwern.org> + Branch: perl + ! t/op/universal.t +____________________________________________________________________________ +[ 25145] By: merijn on 2005/07/15 06:49:16 + Log: Subject: [PATCH] Missing tie() call in NDBM_File SYNOPSIS + From: Matt Sergeant + Date: Thu, 14 Jul 2005 16:53:03 -0400 + Message-Id: <28baf339c3b78cc40017066b9dc7cffb@sergeant.org> + Branch: perl + ! ext/NDBM_File/NDBM_File.pm +____________________________________________________________________________ +[ 25144] By: merijn on 2005/07/15 06:33:21 + Log: Subject: Typo in t/op/stat.t + From: Gisle Aas + Date: 14 Jul 2005 23:20:18 -0700 + Message-ID: + Branch: perl + ! t/op/stat.t +____________________________________________________________________________ +[ 25143] By: steveh on 2005/07/14 16:08:00 + Log: Subject: Re: [perl #36507] File::Copy::copy($foo, $foo) dies + From: Michael G Schwern + Date: Tue, 12 Jul 2005 15:51:18 -0700 + Message-ID: <20050712225118.GA944@windhund.schwern.org> + + (and update SKIP counts) + Branch: perl + ! lib/File/Copy.pm lib/File/Copy.t +____________________________________________________________________________ +[ 25142] By: steveh on 2005/07/14 08:12:11 + Log: Subject: [perl #5634] CPAN.pm v1.59 chdirs before looking for perl + From: "Michael G Schwern via RT" + Date: Mon, 11 Jul 2005 22:41:06 -0700 + Message-ID: + Branch: perl + ! lib/CPAN.pm +____________________________________________________________________________ +[ 25141] By: nicholas on 2005/07/13 19:43:40 + Log: Subject: [PATCH] was Re: perldoc segfaulting in XS_UNIVERSAL_VERSION + From: John Peacock + Message-ID: <42D55C46.5030905@rowman.com> + Date: Wed, 13 Jul 2005 14:24:06 -0400 + Branch: perl + ! universal.c +____________________________________________________________________________ +[ 25140] By: merijn on 2005/07/13 17:22:07 + Log: Subject: [perl #9565] [PATCH] /op/groups.t bug + From: "Steve Peters via RT" + Date: Wed, 13 Jul 2005 06:51:45 -0700 + Message-ID: + Branch: perl + ! t/op/groups.t +____________________________________________________________________________ +[ 25139] By: merijn on 2005/07/13 16:52:48 + Log: Subject: Re: Smoke [5.9.3] 25093 FAIL(F) openbsd 3.7 (macppc/1 cpu) + From: Steve Peters + Date: Fri, 8 Jul 2005 16:42:56 -0500 + Message-ID: <20050708214256.GA14164@mccoy.peters.homeunix.org> + Branch: perl + ! t/io/dup.t t/io/open.t +____________________________________________________________________________ +[ 25138] By: merijn on 2005/07/13 16:37:48 + Log: Subject: [PATCH] More embed.fnc plowing + From: Andy Lester + Date: Wed, 13 Jul 2005 10:49:19 -0500 + Message-ID: <20050713154919.GA24586@petdance.com> + Branch: perl + ! embed.fnc gv.c hv.c op.c pad.c perlio.c pp_ctl.c pp_hot.c + ! proto.h toke.c +____________________________________________________________________________ +[ 25137] By: merijn on 2005/07/13 16:27:43 + Log: Subject: [PATCH] Error in earlier patch in sv.c + From: Robin Barker + Date: Wed, 13 Jul 2005 17:29:48 +0100 + Message-ID: <533D273D4014D411AB1D00062938C4D90849C72B@hotel.npl.co.uk> + Branch: perl + ! sv.c t/op/sprintf.t +____________________________________________________________________________ +[ 25136] By: steveh on 2005/07/13 13:39:44 + Log: Make -V "Compile-time options" list everything used in makedef.pl + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 25135] By: steveh on 2005/07/13 09:48:10 + Log: Subject: Re: [perl #25157] [PATCH] Text-Balanced extract_quotelike fails on certain delims in HERE docs + From: David Manura + Date: Wed, 21 Jan 2004 20:59:27 -0500 + Message-ID: <400F2E7F.9090601@math2.org> + + Fixes perl #25151, 25154, 25156, 25157, 25158 using jumbo patch + included in perl #25157. + Branch: perl + ! lib/Text/Balanced.pm lib/Text/Balanced/t/extmul.t + ! lib/Text/Balanced/t/extqlk.t +____________________________________________________________________________ +[ 25134] By: steveh on 2005/07/13 09:23:37 + Log: Subject: [PATCH] #2 try at Text::Balanced patch and maintainership + From: Tels + Date: Sat, 9 Jul 2005 23:10:29 +0200 + Message-Id: <200507092310.30592@bloodgate.com> + + (with minor tweaks) + Branch: perl + ! lib/Text/Balanced.pm +____________________________________________________________________________ +[ 25133] By: steveh on 2005/07/13 08:34:53 + Log: Subject: [perl #28385] minor bug in cpan -- the i command does not find author + From: "Michael G Schwern via RT" + Date: Tue, 12 Jul 2005 00:16:49 -0700 + Message-ID: + + (and remove a couple of unused variables) + Branch: perl + ! lib/CPAN.pm +____________________________________________________________________________ +[ 25132] By: steveh on 2005/07/13 07:52:21 + Log: Subject: [perl #24275] CPAN shell - online help not clear + From: "Michael G Schwern via RT" + Date: Mon, 11 Jul 2005 23:32:12 -0700 + Message-ID: + Branch: perl + ! lib/CPAN.pm +____________________________________________________________________________ +[ 25131] By: merijn on 2005/07/13 06:37:41 + Log: Subject: [PATCH] Re: Documentation error in IO::Socket + From: Michael G Schwern + Date: Tue, 12 Jul 2005 13:18:34 -0700 + Message-ID: <20050712201834.GA29275@windhund.schwern.org> + Branch: perl + ! ext/IO/lib/IO/Socket.pm +____________________________________________________________________________ +[ 25130] By: merijn on 2005/07/13 06:27:48 + Log: Subject: [perl #6749] Perl debugger outputs ctrl-\ wrongly + From: "Michael G Schwern via RT" + Date: Tue, 12 Jul 2005 15:36:54 -0700 + Message-ID: + Branch: perl + ! lib/dumpvar.pl +____________________________________________________________________________ +[ 25129] By: davem on 2005/07/13 00:21:13 + Log: make the expensive ckWARN() be called as late as possible + reorganise + if (ckWARN(FOO) && should_not_happen_condition) + to + if (should_not_happen_condition && ckWARN(FOO)) + Branch: perl + ! doio.c gv.c op.c pad.c perlio.c pp.c pp_hot.c pp_pack.c + ! pp_sys.c regcomp.c regexec.c sv.c toke.c +____________________________________________________________________________ +[ 25128] By: davem on 2005/07/12 18:46:34 + Log: Subject: Make PERL_MEM_LOG more portable. + From: Jarkko Hietaniemi + Date: Mon, 11 Jul 2005 15:29:46 +0300 + Message-Id: <42D2663A.4050204@gmail.com> + Branch: perl + ! handy.h pod/perlhack.pod util.c +____________________________________________________________________________ +[ 25127] By: davem on 2005/07/12 18:29:43 + Log: S_pad_findlex has side effects, so its return value may be ignored + Branch: perl + ! embed.fnc pad.c proto.h +____________________________________________________________________________ +[ 25126] By: davem on 2005/07/12 18:15:48 + Log: get_?v have side effects, so their return values may be ignored + Branch: perl + ! embed.fnc proto.h +____________________________________________________________________________ +[ 25125] By: steveh on 2005/07/12 16:30:16 + Log: Subject: [perl #24119] CPAN.pm error in Win32: uses rename() not File::Copy::move + From: "Michael G Schwern via RT" + Date: Mon, 11 Jul 2005 23:24:56 -0700 + Message-ID: + Branch: perl + ! lib/CPAN.pm +____________________________________________________________________________ +[ 25124] By: steveh on 2005/07/12 16:18:22 + Log: Subject: [perl #17487] ncftp only handles http + From: "Michael G Schwern via RT" + Date: Mon, 11 Jul 2005 23:19:06 -0700 + Message-ID: + + (and bump $VERSION (1.76_01 is a CPAN release already)) + Branch: perl + ! lib/CPAN.pm +____________________________________________________________________________ +[ 25123] By: steveh on 2005/07/12 13:19:51 + Log: Subject: Re: Scalar leaked in 'local $0' under ithreads + taint mode + From: Steve Hay + Date: Mon, 11 Jul 2005 13:29:37 +0100 + Message-ID: <42D26631.1070500@uk.radan.com> + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 25122] By: steveh on 2005/07/12 11:42:07 + Log: Subject: [perl #36502] File::Copy::mv fails to replicate behavior of Unix mv + From: "Michael G Schwern via RT" + Date: Mon, 11 Jul 2005 19:16:10 -0700 + Message-ID: + Branch: perl + ! lib/File/Copy.t +____________________________________________________________________________ +[ 25121] By: steveh on 2005/07/12 11:33:01 + Log: Subject: [PATCH] Cleanup File::Copy tests + From: Michael G Schwern + Date: Mon, 11 Jul 2005 18:45:42 -0700 + Message-ID: <20050712014542.GB20855@windhund.schwern.org> + + (and fix the SKIP: {} blocks to say $how_many) + Branch: perl + ! lib/File/Copy.t +____________________________________________________________________________ +[ 25120] By: steveh on 2005/07/12 11:03:55 + Log: Subject: Re: [perl #36502] File::Copy::mv fails to replicate behavior of Unix mv + From: Michael G Schwern + Date: Mon, 11 Jul 2005 17:35:14 -0700 + Message-ID: <20050712003514.GA20132@windhund.schwern.org> + Branch: perl + ! lib/File/Copy.pm +____________________________________________________________________________ +[ 25119] By: steveh on 2005/07/12 09:01:11 + Log: Missed a New() -> Newx(). + + This one only had 3 args to start with! Presumably nobody uses + YYERROR_VERBOSE. (The yystpcpy() calls don't look right either, + but someone else that is interested in YYERROR_VERBOSE will have + to look into that.) + Branch: perl + ! perly.c +____________________________________________________________________________ +[ 25118] By: steveh on 2005/07/12 08:46:13 + Log: Hack out -DL documentation from perldebuguts.pod + + Now that the perl core uses Newx*() rather than New*() this chunk + of old documentation is more obsolete than ever before. + Branch: perl + ! pod/perldebguts.pod +____________________________________________________________________________ +[ 25117] By: steveh on 2005/07/12 08:20:11 + Log: Fix worrying typo in handy.h :-s + Branch: perl + ! handy.h +____________________________________________________________________________ +[ 25116] By: steveh on 2005/07/12 08:17:47 + Log: Change New*() to Newx*() in various comments and documentation + Branch: perl + ! handy.h perl.c pod/perlclib.pod pod/perlguts.pod + ! pod/perlhack.pod sv.c +____________________________________________________________________________ +[ 25115] By: steveh on 2005/07/12 07:48:51 + Log: Subject: [patch: handy.c] update Newx API pod to mention PERL_MEM_LOG build opt + From: Jim Cromie + Date: Mon, 11 Jul 2005 19:18:02 -0600 + Message-ID: <42D31A4A.1020305@divsol.com> + + (with some minor tweaks) + Branch: perl + ! handy.h pod/perlapi.pod +____________________________________________________________________________ +[ 25114] By: merijn on 2005/07/12 06:26:39 + Log: Subject: [PATCH t/TEST] Understand "ok" with no number + From: Michael G Schwern + Date: Mon, 11 Jul 2005 18:41:30 -0700 + Message-ID: <20050712014130.GA20855@windhund.schwern.org> + Branch: perl + ! t/TEST +____________________________________________________________________________ +[ 25113] By: steveh on 2005/07/11 15:54:46 + Log: Subject: [patch: sv.c] reuse new_body_inline in Perl_new_body + From: Jim Cromie + Date: Sun, 10 Jul 2005 15:59:30 -0600 + Message-ID: <42D19A42.8040409@divsol.com> + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 25112] By: steveh on 2005/07/11 15:19:11 + Log: Subject: [PATCH] perlfunc.pod + From: "Piotr Fusik" + Date: Sat, 9 Jul 2005 16:21:05 +0200 + Message-ID: <01de01c58491$f3182f60$a6d24dd5@piec> + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 25111] By: steveh on 2005/07/11 14:41:27 + Log: Subject: [patch hv.h doc] HvNAME + From: Stas Bekman + Date: Fri, 08 Jul 2005 13:52:13 +0300 + Message-ID: <42CE5ADD.3020003@stason.org> + + Subject: Re: [patch hv.h doc] HvNAME + From: Nicholas Clark + Date: Sat, 9 Jul 2005 15:23:51 +0100 + Message-ID: <20050709142351.GT15833@plum.flirble.org> + Branch: perl + ! hv.h pod/perlapi.pod +____________________________________________________________________________ +[ 25110] By: davem on 2005/07/10 23:04:26 + Log: no code before declarations! + Branch: perl + ! doio.c +____________________________________________________________________________ +[ 25109] By: davem on 2005/07/10 20:02:07 + Log: From: Jarkko Hietaniemi + Date: Sun, 10 Jul 2005 21:50:27 +0300 + Subject: [PATCH] yet another way of debugging memory allocations + Message-ID: <42D16DF3.4040806@gmail.com> + + tweak PERL_MEM_LOG + Branch: perl + ! handy.h pod/perlhack.pod util.c +____________________________________________________________________________ +[ 25108] By: davem on 2005/07/10 19:57:31 + Log: run regen.pl + Branch: perl + ! embed.h proto.h +____________________________________________________________________________ +[ 25107] By: merijn on 2005/07/10 19:19:56 + Log: Subject: [PATCH] Making my way thru embed.fnc + From: Andy Lester + Date: Sun, 10 Jul 2005 14:36:35 -0500 + Message-ID: <20050710193635.GC8081@petdance.com> + Branch: perl + ! doio.c doop.c embed.fnc gv.c hv.c op.c perl.c pp_ctl.c + ! pp_hot.c regexec.c toke.c util.c +____________________________________________________________________________ +[ 25106] By: davem on 2005/07/10 13:53:49 + Log: Re: [perl #36207] UTF8/Latin 1/i regexp "Malformed character" warning + From: demerphq + Message-ID: <9b18b3110507080807f16d1eb@mail.gmail.com> + Date: Fri, 8 Jul 2005 17:07:26 +0200 + + Fix trie codepath of mixed utf8/latin1 pattern matches + Branch: perl + ! regexec.c t/op/pat.t +____________________________________________________________________________ +[ 25105] By: davem on 2005/07/10 12:29:25 + Log: Message-ID: <42D0F25E.3040801@gmail.com> + Date: Sun, 10 Jul 2005 13:03:10 +0300 + From: Jarkko Hietaniemi + Subject: [PATCH] yet another way of debugging memory allocations + + adds PERL_MEM_LOG and PERL_MEM_LOG_STDERR options + Branch: perl + ! handy.h util.c +____________________________________________________________________________ +[ 25104] By: davem on 2005/07/10 11:39:50 + Log: silence some compiler warnings + Branch: perl + ! embed.fnc gv.h proto.h +____________________________________________________________________________ +[ 25103] By: davem on 2005/07/10 11:15:32 + Log: extend MEM_WRAP_CHECK supress warning hack to MEM_WRAP_CHECK_* + Branch: perl + ! handy.h +____________________________________________________________________________ +[ 25102] By: nicholas on 2005/07/09 15:44:17 + Log: sv_dec is supposed to go *down*, m'kay. + Branch: perl + ! sv.c t/op/inc.t +____________________________________________________________________________ +[ 25101] By: steveh on 2005/07/08 16:35:10 + Log: Subject: Re: janitorial work ? [patch] + From: Jim Cromie + Date: Wed, 06 Jul 2005 14:19:53 -0600 + Message-ID: <42CC3CE9.5050606@divsol.com> + + (reverted all dual-lived modules since they must work with older + perls too so must wait for a new Devel::PPPort) + Branch: perl + ! NetWare/nw5.c av.c bytecode.pl cygwin/cygwin.c djgpp/djgpp.c + ! doio.c doop.c dump.c ext/B/B/C.pm ext/B/C/C.xs + ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c + ! ext/Devel/DProf/DProf.xs ext/DynaLoader/dl_aix.xs + ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_vms.xs + ! ext/File/Glob/bsd_glob.c ext/ODBM_File/ODBM_File.xs + ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Socket/Socket.xs + ! ext/XS/Typemap/Typemap.xs gv.c handy.h hv.c locale.c op.c op.h + ! os2/OS2/REXX/REXX.xs os2/os2.c perl.c perlio.c pod/perlapi.pod + ! pp.c pp_ctl.c pp_pack.c pp_sort.c pp_sys.c reentr.c reentr.pl + ! regcomp.c regexec.c scope.c sv.c toke.c utf8.c util.c + ! vmesa/vmesa.c vms/vms.c win32/perlhost.h win32/win32.c + ! win32/win32sck.c wince/perlhost.h wince/wince.c +____________________________________________________________________________ +[ 25100] By: nicholas on 2005/07/08 15:57:37 + Log: We no longer default to creating a new SV for GvSV. + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 25099] By: nicholas on 2005/07/08 15:57:16 + Log: DEFSV causes GvSVn() to be used in lvalue context. + Not sure if instead we should recode DEFSV to avoid this, and leave + GvSVn() as rvalue only, like its namesakes. + Branch: perl + ! gv.h +____________________________________________________________________________ +[ 25098] By: steveh on 2005/07/08 10:04:24 + Log: Subject: Re: [PATCH] Pod::Html - correctly link to =item's on the same page + From: Yitzchak Scott-Thoennes + Date: Thu, 7 Jul 2005 15:05:51 -0700 + Message-ID: <20050707220551.GB2388@efn.org> + + (plus fix a couple of POD warnings) + Branch: perl + ! pod/perlglossary.pod +____________________________________________________________________________ +[ 25097] By: steveh on 2005/07/08 09:48:50 + Log: Subject: [PATCH] basename() and suffixes + From: Michael G Schwern + Date: Thu, 7 Jul 2005 15:38:32 -0700 + Message-ID: <20050707223832.GA4782@windhund.schwern.org> + Branch: perl + ! lib/File/Basename.pm lib/File/Basename.t +____________________________________________________________________________ +[ 25096] By: steveh on 2005/07/08 08:43:07 + Log: Subject: Re: [perl #36477] File::Basename basename() bug + From: Michael G Schwern + Date: Thu, 7 Jul 2005 14:16:01 -0700 + Message-ID: <20050707211601.GA3769@windhund.schwern.org> + Branch: perl + ! lib/File/Basename.pm lib/File/Basename.t +____________________________________________________________________________ +[ 25095] By: davem on 2005/07/08 01:43:24 + Log: UTF8/Latin 1/i regexp "Malformed character" warning + $utf8 =~ /latin/i didn't match. + Also added TODO for $latin =~ /utf8/i which also fails + Branch: perl + ! t/op/pat.t utf8.c +____________________________________________________________________________ +[ 25094] By: davem on 2005/07/07 14:47:51 + Log: more taint fallout from change 24943 + Branch: perl + ! mg.c scope.c t/op/taint.t +____________________________________________________________________________ +[ 25093] By: merijn on 2005/07/07 13:26:32 + Log: Subject: [PATCH] bug with charnames::viacode("0x1234") and optimize it + From: Tels + Date: Wed, 6 Jul 2005 21:11:59 +0200 + Message-Id: <200507062112.12159@bloodgate.com> + Branch: perl + ! lib/charnames.pm +____________________________________________________________________________ +[ 25092] By: steveh on 2005/07/07 12:11:38 + Log: Subject: ReadParse in the CGI docs + From: "Ton Hospel" + Date: 9 Oct 2003 15:04:53 -0000 + To: perlbug@perl.org + + (plus blank lines so example code is in verbatim paragraphs, + and bump $VERSION) + Branch: perl + ! lib/CGI.pm +____________________________________________________________________________ +[ 25091] By: steveh on 2005/07/07 11:21:41 + Log: Subject: [PATCH] Mention File::Spec in File::Basename + From: Michael G Schwern + Date: Wed, 6 Jul 2005 13:06:20 -0700 + Message-ID: <20050706200620.GE15644@windhund.schwern.org> + + (plus bump $VERSION) + Branch: perl + ! lib/File/Basename.pm +____________________________________________________________________________ +[ 25090] By: steveh on 2005/07/07 11:06:17 + Log: Subject: [perl #22236] File::Basename behavior is misleading + From: "Michael G Schwern via RT" + Date: 6 Jul 2005 19:45:40 -0000 + Message-ID: + Branch: perl + ! lib/File/Basename.pm lib/File/Basename.t +____________________________________________________________________________ +[ 25089] By: steveh on 2005/07/07 09:22:48 + Log: Subject: [PATCH] Further lies in the File::Basename docs + From: Michael G Schwern + Date: Wed, 6 Jul 2005 09:22:32 -0700 + Message-ID: <20050706162232.GA14495@windhund.schwern.org> + + (plus some minor POD changes and a bug fix) + Branch: perl + ! lib/File/Basename.pm lib/File/Basename.t +____________________________________________________________________________ +[ 25088] By: davem on 2005/07/07 00:11:00 + Log: bytes pragma error in substitution operator + Branch: perl + ! pp_ctl.c t/op/subst.t +____________________________________________________________________________ +[ 25087] By: davem on 2005/07/06 20:09:29 + Log: 'undef $@; die' gives uninint value warning + Branch: perl + ! pp_sys.c t/op/die.t +____________________________________________________________________________ +[ 25086] By: steveh on 2005/07/06 09:36:08 + Log: Subject: [PATCH] File::Basename doc overhaul + From: Michael G Schwern + Date: Tue, 5 Jul 2005 20:11:27 -0700 + Message-ID: <20050706031127.GL9227@windhund.schwern.org> + + (with some minor changes) + Branch: perl + ! lib/File/Basename.pm +____________________________________________________________________________ +[ 25085] By: steveh on 2005/07/06 08:05:21 + Log: Subject: [PATCH @ 25084] simple authors removal + From: Vadim Konovalov + Date: Wed, 06 Jul 2005 00:15:48 +0400 + Message-ID: <42CAEA74.1020108@vkonovalov.ru> + Branch: perl + ! AUTHORS +____________________________________________________________________________ +[ 25084] By: davem on 2005/07/05 18:17:34 + Log: a long /etc/groups entry could cause memory exhaustion. + Too small a buffer would cause ERANGE and a retry with double the + buffer size. later at EOF, the apparent error got 'stuck' as + ERANGE rather than ENOENT, so the buffer size doubled recursively + Branch: perl + ! reentr.h reentr.pl +____________________________________________________________________________ +[ 25083] By: steveh on 2005/07/05 16:55:29 + Log: Subject: [PATCH] Pod::Html - correctly link to =item's on the same page + From: Yitzchak Scott-Thoennes + Date: Mon, 4 Jul 2005 02:07:38 -0700 + Message-ID: <20050704090738.GA4056@efn.org> + + (plus a new test, although it is currently marked TODO) + Branch: perl + + lib/Pod/t/htmllink.pod lib/Pod/t/htmllink.t + ! MANIFEST lib/Pod/Html.pm +____________________________________________________________________________ +[ 25082] By: steveh on 2005/07/05 16:54:11 + Log: Oops! Change 25080 should have updated checksums too. + Branch: perl + ! ext/Digest/MD5/t/files.t +____________________________________________________________________________ +[ 25081] By: davem on 2005/07/05 13:01:23 + Log: change 24943 broke restoration of localized taint values + Branch: perl + ! mg.c t/op/taint.t +____________________________________________________________________________ +[ 25080] By: steveh on 2005/07/05 10:32:08 + Log: Remove an unreferenced local variable in Digest-MD5 + Branch: perl + ! ext/Digest/MD5/MD5.pm ext/Digest/MD5/MD5.xs +____________________________________________________________________________ +[ 25079] By: nicholas on 2005/07/04 19:36:51 + Log: Subject: [PATCH] Remove unnecessary null check + From: Andy Lester + Date: Mon, 4 Jul 2005 14:12:00 -0500 + Message-ID: <20050704191200.GA2614@petdance.com> + Branch: perl + ! embed.fnc hv.c proto.h +____________________________________________________________________________ +[ 25078] By: nicholas on 2005/07/04 19:07:31 + Log: Make the tests for hv_free_ent and hv_delayfree_ent pass under + -DPURIFY too. + Branch: perl + ! ext/XS/APItest/APItest.xs +____________________________________________________________________________ +[ 25077] By: merijn on 2005/07/04 18:47:02 + Log: Subject: [PATCH] Better string constant in hv.c + From: Andy Lester + Date: Mon, 4 Jul 2005 13:53:49 -0500 + Message-ID: <20050704185349.GA2351@petdance.com> + Branch: perl + ! hv.c +____________________________________________________________________________ +[ 25076] By: steveh on 2005/07/04 16:15:37 + Log: Add regression test for change 25062 + Branch: perl + ! t/op/magic.t +____________________________________________________________________________ +[ 25075] By: steveh on 2005/07/04 15:57:32 + Log: Use void, not void *, to suppress RETVAL (and compiler warning) + Branch: perl + ! ext/XS/APItest/APItest.xs +____________________________________________________________________________ +[ 25074] By: steveh on 2005/07/04 15:36:04 + Log: Perl_share_hek needs exporting for change 25070 on Win32 + Branch: perl + ! embed.fnc embed.h global.sym +____________________________________________________________________________ +[ 25073] By: steveh on 2005/07/04 15:34:11 + Log: Regen after change 25067 + Branch: perl + ! proto.h +____________________________________________________________________________ +[ 25072] By: nicholas on 2005/07/04 15:03:32 + Log: Implement hv_delayfree_ent in terms of hv_free_ent + Branch: perl + ! hv.c +____________________________________________________________________________ +[ 25071] By: steveh on 2005/07/04 14:53:54 + Log: Subject: [PATCH] Skip nit in t/op/lfs.t + From: Steve Peters + Date: Mon, 4 Jul 2005 10:10:13 -0500 + Message-ID: <20050704151013.GA18468@mccoy.peters.homeunix.org> + Branch: perl + ! t/op/lfs.t +____________________________________________________________________________ +[ 25070] By: nicholas on 2005/07/04 14:45:40 + Log: Tests for hv_delayfree_ent and hv_free_ent + Branch: perl + ! ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs + ! ext/XS/APItest/t/hash.t +____________________________________________________________________________ +[ 25069] By: nicholas on 2005/07/04 13:56:39 + Log: Provide a macro version of S_new_body to inline it within the hot code. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 25068] By: steveh on 2005/07/04 13:21:36 + Log: Borland's .pdb files are called .tds + Branch: perl + ! win32/makefile.mk +____________________________________________________________________________ +[ 25067] By: steveh on 2005/07/04 12:30:50 + Log: Subject: [PATCH] Post-YAPC consting, now with an attachment! + From: Andy Lester + Date: Sun, 3 Jul 2005 18:31:56 -0500 + Message-ID: <20050703233156.GA20967@petdance.com> + Branch: perl + ! deb.c embed.fnc gv.c pad.c sv.c toke.c util.c +____________________________________________________________________________ +[ 25066] By: nicholas on 2005/07/04 10:41:28 + Log: Inlining del_HE is actually a space optimisation. + It's therefore likely also to be a speed optimisation. :-) + Branch: perl + ! embed.fnc embed.h hv.c proto.h +____________________________________________________________________________ +[ 25065] By: steveh on 2005/07/04 10:40:10 + Log: Subject: [PATCH] perlglossary.pod: add jump points + From: Yitzchak Scott-Thoennes + Date: Mon, 4 Jul 2005 02:07:52 -0700 + Message-ID: <20050704090752.GB4056@efn.org> + Branch: perl + ! pod/perlglossary.pod +____________________________________________________________________________ +[ 25064] By: nicholas on 2005/07/04 10:24:26 + Log: sv_setuv_mg is so rarely called that the IV optimisation test is not + needed. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 25063] By: steveh on 2005/07/04 10:13:41 + Log: Subject: Re: How to suppress warnings when building Errno with gcc + From: Yitzchak Scott-Thoennes + Date: Fri, 1 Jul 2005 10:56:23 -0700 + Message-ID: <20050701175623.GD216@efn.org> + Branch: perl + ! ext/Errno/Errno_pm.PL +____________________________________________________________________________ +[ 25062] By: steveh on 2005/07/04 09:17:06 + Log: Fix change 25045 + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 25061] By: steveh on 2005/07/04 08:26:38 + Log: Here's the rest of change 25058 ;-) + Branch: perl + ! embed.h global.sym +____________________________________________________________________________ +[ 25060] By: davem on 2005/07/04 08:11:33 + Log: Subject: Re: [PATCH] Re: [PATCH] Re: a blead warning from tru64 + From: Jarkko Hietaniemi + Date: Mon, 04 Jul 2005 00:19:28 +0300 + Message-Id: <42C85660.50807@gmail.com> + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 25059] By: steveh on 2005/07/04 08:10:27 + Log: Stop reentr.pl changing EOL on the files it writes on Win32 + Branch: perl + ! reentr.pl +____________________________________________________________________________ +[ 25058] By: steveh on 2005/07/04 08:09:36 + Log: Perl_ckwarn (added by change 25050) needs exporting on Win32 + + (At least PerlIO/via uses it, so it must be public) + Branch: perl + ! embed.fnc +____________________________________________________________________________ +[ 25055] By: nicholas on 2005/07/02 21:19:09 + Log: Andy suggests this tweak to Dave's fix for MEM_WRAP_CHECK to shut up + a different compiler warnings. I guess we need a waterbed theory of + compiler warnings. + Branch: perl + ! handy.h +____________________________________________________________________________ +[ 25054] By: nicholas on 2005/07/02 16:53:09 + Log: Convert bless.t to test.pl + Branch: perl + ! t/op/bless.t +____________________________________________________________________________ +[ 25053] By: nicholas on 2005/07/02 16:25:06 + Log: Copying the first parameter in the macro del_body seems to reduce + code size. Presumably an expression is no longer evaluated twice. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 25052] By: davem on 2005/07/02 16:11:46 + Log: do just-in-time loading of Carp.pm in some modules + + From: Tels + Subject: [PATCH] No Carp #4 AutoSplit.pm + Subject: [PATCH] no Carp #5 (File::Path) + Subject: [PATCH] no Carp #7 - charnames.pm + Subject: [PATCH] no Carp #6 (File::Compare, File::Copy, File::Temp) + Subject: [PATCH] no Carp #8 - SelfLoader, Text/Balanced and open.pm + Branch: perl + ! lib/AutoSplit.pm lib/File/Compare.pm lib/File/Copy.pm + ! lib/File/Path.pm lib/SelfLoader.pm lib/charnames.pm + ! lib/open.pm +____________________________________________________________________________ +[ 25051] By: nicholas on 2005/07/02 16:07:47 + Log: Unwrap the del_Xfoo() macros by explicitly noting the arena to free + the body to. This comletely eliminates the second switch statement. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 25050] By: davem on 2005/07/02 15:05:04 + Log: replace ckWARN macros with functions + Branch: perl + ! embed.fnc embed.h pod/perlintern.pod proto.h util.c warnings.h + ! warnings.pl +____________________________________________________________________________ +[ 25049] By: nicholas on 2005/07/02 14:57:43 + Log: Given that the GV no longer owns a reference on the symbol table, we + dont need the deferred SvREFCNT_dec games. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 25048] By: nicholas on 2005/07/02 13:55:45 + Log: Passing gvtype as char rather than char * to S_varname generates + smaller code. + Branch: perl + ! embed.fnc proto.h sv.c +____________________________________________________________________________ +[ 25047] By: nicholas on 2005/07/02 13:07:26 + Log: Don't inline offer_nice_chunk, as it's rarely called. + Branch: perl + ! embed.fnc embed.h perl.h proto.h sv.c +____________________________________________________________________________ +[ 25046] By: davem on 2005/07/02 12:35:12 + Log: missed one PAD_SET_CUR + Branch: perl + ! pp_hot.c +____________________________________________________________________________ +[ 25045] By: nicholas on 2005/07/02 12:34:08 + Log: Don't check the pointer is non-NULL before calling Safefree() in + little used code, code used only once per run (such as interpreter + construction and destruction), and cases where the pointer nearly + never is NULL. Safefree does its own non-NULL check, and even that + isn't strictly necessary as all conformant free()s accept a NULL + pointer. + Branch: perl + ! doio.c locale.c mg.c perl.c perl.h regcomp.c sv.c util.c +____________________________________________________________________________ +[ 25044] By: rgs on 2005/07/02 07:41:14 + Log: Upgrade to Time::HiRes 1.72 + Branch: perl + ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm + ! ext/Time/HiRes/Makefile.PL ext/Time/HiRes/t/HiRes.t +____________________________________________________________________________ +[ 25043] By: steveh on 2005/07/01 16:33:42 + Log: Make Archive::Tar clean up its test files on Win32 + + (The old "can't delete an open file on Win32" chestnut again) + Branch: perl + ! lib/Archive/Tar.pm lib/Archive/Tar/t/02_methods.t +____________________________________________________________________________ +[ 25042] By: davem on 2005/07/01 15:40:40 + Log: the PAD_SET_CUR macro expanded too much for AIX compilers + Branch: perl + ! pad.h pp_ctl.c pp_sort.c pp_sys.c +____________________________________________________________________________ +[ 25041] By: steveh on 2005/07/01 15:15:23 + Log: Silence MinGW warning about "'noreturn' function does return" + + (Thanks to Nicholas Clark) + Branch: perl + ! iperlsys.h +____________________________________________________________________________ +[ 25040] By: rgs on 2005/07/01 15:05:58 + Log: Install perlglossary on VMS and Windows + Branch: perl + ! vms/descrip_mms.template win32/pod.mak +____________________________________________________________________________ +[ 25039] By: davem on 2005/07/01 14:34:52 + Log: undo some excessive Carp.pm minimalisation + Branch: perl + ! lib/Carp.pm +____________________________________________________________________________ +[ 25038] By: steveh on 2005/07/01 13:39:33 + Log: Remove unreferenced local variable (and the warning about it) + Branch: perl + ! ext/XS/APItest/APItest.xs +____________________________________________________________________________ +[ 25037] By: rgs on 2005/07/01 12:43:23 + Log: Add the perlglossary man page + + Subject: [PATCH] perlglossary.pod + From: Yitzchak Scott-Thoennes + Date: Fri, 1 Jul 2005 03:10:50 -0700 + Message-ID: <20050701101050.GA2448@efn.org> + Branch: perl + + pod/perlglossary.pod + ! MANIFEST pod.lst pod/perl.pod pod/perlmodlib.pod + ! pod/perltoc.pod +____________________________________________________________________________ +[ 25036] By: rgs on 2005/07/01 12:32:21 + Log: Subject: [PATCH] Make Exporter.t warnings clean + From: Michael G Schwern + Date: Tue, 28 Jun 2005 15:58:36 -0700 + Message-ID: <20050628225836.GB27320@windhund.schwern.org> + Branch: perl + ! lib/Exporter.t +____________________________________________________________________________ +[ 25035] By: davem on 2005/07/01 11:49:22 + Log: silence a warning in Perl_sv_compile_2op + Branch: perl + ! pp_ctl.c +____________________________________________________________________________ +[ 25034] By: davem on 2005/07/01 11:45:40 + Log: silence gcc 'comparison is always false' warning in MEM_WRAP_CHECK + Only a partial fix: works where sizeof(type)==1; since we + can never wraparound in that case, disarm the check + Branch: perl + ! handy.h +____________________________________________________________________________ +[ 25033] By: steveh on 2005/07/01 07:44:50 + Log: Silence some cast warnings from bcc32 on Win32 + + See the thread starting here for arguments: + http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-06/msg00994.html + Branch: perl + ! win32/win32.c +____________________________________________________________________________ +[ 25032] By: davem on 2005/06/30 22:41:07 + Log: assigning shared consts (eg __PACKAGE__) to magic vars + Branch: perl + ! sv.c t/op/magic.t +____________________________________________________________________________ +[ 25031] By: nicholas on 2005/06/30 17:41:03 + Log: By grabbing the length, we can use sv_setpvn here. + Branch: perl + ! util.c +____________________________________________________________________________ +[ 25030] By: nicholas on 2005/06/30 17:37:56 + Log: Use sv_setpvn where we know the length. + Branch: perl + ! universal.c +____________________________________________________________________________ +[ 25029] By: nicholas on 2005/06/30 17:28:45 + Log: A terser way of implementing require_pv. + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 25028] By: nicholas on 2005/06/30 17:21:28 + Log: We know the length, so use sv_setpvn rather than sv_setpv. + Branch: perl + ! universal.c +____________________________________________________________________________ +[ 25027] By: nicholas on 2005/06/30 17:05:13 + Log: Avoid using PL_Sv in the -V argument processing. + Express the embedded perl program in a slightly terser way. + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 25026] By: nicholas on 2005/06/30 16:34:52 + Log: Use Perl_sv_catpvf to shorten the code (source and object) needed for + commandline -V options that q\0...\0. + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 25025] By: rgs on 2005/06/30 16:15:31 + Log: Add TODO tests for bug #36434 + Branch: perl + ! t/op/magic.t +____________________________________________________________________________ +[ 25024] By: nicholas on 2005/06/30 12:28:55 + Log: The core shouldn't be using PL_na + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 25023] By: nicholas on 2005/06/30 12:15:14 + Log: -V:... would get upset (syntax error) if ... contained unbalanced (). + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 25022] By: nicholas on 2005/06/30 11:40:37 + Log: Replace newSVpv(...,0) with newSVpvn where we know the length. + Branch: perl + ! perl.c regcomp.c sv.c +____________________________________________________________________________ +[ 25021] By: nicholas on 2005/06/30 11:20:33 + Log: Why use Perl_form and newSVpv when newSVpvf will do it in one? + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 25020] By: rgs on 2005/06/30 10:01:55 + Log: Subject: [PATCH] make t/uni/class.t faster + From: Tels + Date: Wed, 29 Jun 2005 21:19:52 +0200 + Message-Id: <200506292120.05519@bloodgate.com> + Branch: perl + ! t/uni/class.t +____________________________________________________________________________ +[ 25019] By: nicholas on 2005/06/30 09:57:31 + Log: If gp_flags is unused, why are we even allocating it? + Branch: perl + ! dump.c ext/Devel/Peek/t/Peek.t gv.h sv.c +____________________________________________________________________________ +[ 25018] By: nicholas on 2005/06/30 09:21:05 + Log: Nothing is actually relying on GvUNIQUE holding state. + Branch: perl + ! gv.h +____________________________________________________________________________ +[ 25017] By: rgs on 2005/06/30 09:11:28 + Log: Subject: Re: [PATCH] Convert File::Basename tests to Test::More + From: Michael G Schwern + Date: Thu, 30 Jun 2005 01:02:30 -0700 + Message-ID: <20050630080230.GC17965@windhund.schwern.org> + Branch: perl + ! lib/File/Basename.t +____________________________________________________________________________ +[ 25016] By: rgs on 2005/06/30 09:04:20 + Log: Subject: Re: [PATCH]Re: [perl #36417] IO::Handle::getline() doco should note an important difference from <$io> + From: Steve Peters + Date: Wed, 29 Jun 2005 21:47:23 -0500 + Message-ID: <20050630024723.GA3786@mccoy.peters.homeunix.org> + Branch: perl + ! ext/IO/lib/IO/Handle.pm +____________________________________________________________________________ +[ 25015] By: rgs on 2005/06/30 08:59:11 + Log: Subject: some dusting off of the cross-compilation information + From: Jarkko Hietaniemi + Date: Thu, 30 Jun 2005 08:41:17 +0300 + Message-ID: <42C385FD.9040601@gmail.com> + Branch: perl + ! Cross/README INSTALL +____________________________________________________________________________ +[ 25014] By: steveh on 2005/06/30 07:57:25 + Log: Silence MinGW warnings about system headers when building Errno + + Thanks to Mike Guy for the suggested fix. + Branch: perl + ! ext/Errno/Errno_pm.PL +____________________________________________________________________________ +[ 25013] By: nicholas on 2005/06/29 21:24:53 + Log: Expand on parts of perltodo + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 25012] By: nicholas on 2005/06/29 21:09:16 + Log: All tests pass (for me) with -DPERL_DONT_CREATE_GVSV + Branch: perl + ! pp.c pp_hot.c +____________________________________________________________________________ +[ 25011] By: nicholas on 2005/06/29 20:24:12 + Log: Make warnings.t pass with -DPERL_DONT_CREATE_GVSV + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 25010] By: nicholas on 2005/06/29 19:25:24 + Log: Fixes to -DPERL_DONT_CREATE_GVSV to make more tests pass + Branch: perl + ! doio.c gv.c perl.h sv.c +____________________________________________________________________________ +[ 25009] By: nicholas on 2005/06/29 15:58:14 + Log: First stab at not automatically creating an unused SV for GvSV + Enable it with -DPERL_DONT_CREATE_GVSV. + Currently if enabled 22 test scripts have failures, so still some way + to go. + Branch: perl + ! embed.fnc embed.h global.sym gv.c gv.h makedef.pl perl.c + ! pp_hot.c proto.h sv.c +____________________________________________________________________________ +[ 25008] By: rgs on 2005/06/29 08:11:53 + Log: Remove old variable needed for binary compatibility + Branch: perl + ! embedvar.h intrpvar.h perlapi.h sv.c +____________________________________________________________________________ +[ 25007] By: nicholas on 2005/06/28 22:02:03 + Log: Convert strcpy to memcpy where we already know the length. + Branch: perl + ! gv.c sv.c util.c +____________________________________________________________________________ +[ 25006] By: davem on 2005/06/28 11:28:20 + Log: move Carp.pod back into Carp.pm + Branch: perl + - lib/Carp.pod + ! MANIFEST lib/Carp.pm +____________________________________________________________________________ +[ 25005] By: rgs on 2005/06/28 11:17:30 + Log: B::Deparse was chocking on variable names with colons (like foo::::bar) + Branch: perl + ! ext/B/B/Deparse.pm +____________________________________________________________________________ +[ 25004] By: nicholas on 2005/06/28 10:09:26 + Log: Subject: Re: Hints for 64bitall (PPC!) Darwin perl + From: Dominic Dunlop + Message-Id: <1D31D9A6-2451-49EE-AD80-80F1D9CA2825@computer.org> + Date: Mon, 27 Jun 2005 19:46:59 +0200 + Branch: perl + ! hints/darwin.sh +____________________________________________________________________________ +[ 25003] By: steveh on 2005/06/28 08:01:21 + Log: Stop "Possible use before definition" warning following change 24997 + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 25002] By: rgs on 2005/06/28 07:40:35 + Log: Upgrade to Time::HiRes 1.71 + Branch: perl + ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm + ! ext/Time/HiRes/Makefile.PL +____________________________________________________________________________ +[ 25001] By: steveh on 2005/06/28 07:40:01 + Log: Stop "suspicious pointer conversion" warning following change 24997 + Branch: perl + ! hv.c +____________________________________________________________________________ +[ 25000] By: rgs on 2005/06/27 21:57:04 + Log: Don't install demo files with perl + Branch: perl + ! installperl +____________________________________________________________________________ +[ 24999] By: rgs on 2005/06/27 21:30:09 + Log: From: Mattia Barbon + Subject: [PATCH] Avoid redefinition warning for MinGW + Date: Jun 27, 2005 10:07 PM + Message-ID: + Branch: perl + ! win32/win32iop.h +____________________________________________________________________________ +[ 24998] By: nicholas on 2005/06/27 20:52:27 + Log: Fix sv_dec of undefined PVs to (a) not downgrade to NV + (b) give -1, rather than +1 + Branch: perl + ! sv.c t/op/inc.t +____________________________________________________________________________ +[ 24997] By: rgs on 2005/06/27 18:26:15 + Log: Subject: [PATCH] We're going round in circles with pp_sys.c + From: Andy Lester + Date: Mon, 27 Jun 2005 13:06:59 -0500 + Message-ID: <20050627180659.GB29744@petdance.com> + + (edited) + Branch: perl + ! embed.fnc gv.c handy.h hv.c perl.c pp_ctl.c pp_hot.c proto.h + ! regexec.c sv.c toke.c +____________________________________________________________________________ +[ 24996] By: rgs on 2005/06/27 17:19:45 + Log: Fix installation of ptar(1) manpage. + The __END__ was making the POD being ignored by pod2man. + Branch: perl + ! lib/Archive/Tar/bin/ptar +____________________________________________________________________________ +[ 24995] By: davem on 2005/06/27 16:34:34 + Log: Make Carp.pm even lighter (and Carp::Heavy even heavier) + Also move carp.pm pod to carp.pod + Branch: perl + + lib/Carp.pod + ! MANIFEST lib/Carp.pm lib/Carp/Heavy.pm lib/warnings.pm + ! warnings.pl +____________________________________________________________________________ +[ 24994] By: steveh on 2005/06/27 15:45:05 + Log: Silence compiler warning in SDBM_File + + Unless I'm missing something it looks like "key" actually is used, + and the "key = key" assignment causes bcc32 to complain about use + before definition! + Branch: perl + ! ext/SDBM_File/SDBM_File.xs +____________________________________________________________________________ +[ 24993] By: rgs on 2005/06/27 15:22:58 + Log: Subject: [PATCH] XSLoader for Sys::Syslog + From: Alexey Tourbin + Date: Sun, 26 Jun 2005 08:32:05 +0400 + Message-ID: <20050626043204.GA31585@solemn.turbinal.org> + Branch: perl + ! ext/Sys/Syslog/Syslog.pm +____________________________________________________________________________ +[ 24992] By: rgs on 2005/06/27 13:51:10 + Log: Oops (fix previous fix). + Branch: perl + ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/export.t + ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t + ! lib/Filter/Simple/t/import.t +____________________________________________________________________________ +[ 24991] By: rgs on 2005/06/27 13:48:26 + Log: Fix tests of Filter::Simple 0.82 in the core + Branch: perl + ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/export.t + ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t + ! lib/Filter/Simple/t/import.t +____________________________________________________________________________ +[ 24990] By: rgs on 2005/06/27 13:46:25 + Log: Upgrade to Filter::Simple 0.82 + Branch: perl + ! lib/Filter/Simple.pm lib/Filter/Simple/Changes + ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/export.t + ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t + ! lib/Filter/Simple/t/import.t t/lib/Filter/Simple/ExportTest.pm + ! t/lib/Filter/Simple/FilterOnlyTest.pm + ! t/lib/Filter/Simple/FilterTest.pm + ! t/lib/Filter/Simple/ImportTest.pm +____________________________________________________________________________ +[ 24989] By: rgs on 2005/06/27 12:46:44 + Log: Upgrade to Test::Harness 2.52 + Branch: perl + ! lib/Test/Harness.pm lib/Test/Harness/Changes + ! lib/Test/Harness/bin/prove +____________________________________________________________________________ +[ 24988] By: rgs on 2005/06/27 12:35:33 + Log: Upgrade to Time::HiRes 1.70 + Branch: perl + ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm + ! ext/Time/HiRes/HiRes.xs +____________________________________________________________________________ +[ 24987] By: steveh on 2005/06/27 07:41:52 + Log: Suppress warnings about a clash between redefined malloc and the + use of __attribute__malloc__ + + Subject: Re: Fun with __attribute__malloc__ + From: Andy Lester + Date: Fri, 24 Jun 2005 12:11:59 -0500 + Message-ID: <20050624171159.GB29590@petdance.com> + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 24986] By: nicholas on 2005/06/26 22:19:22 + Log: Tweak the child dump socket protocol to return error messages to the + parent so that it can display what went wrong. + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 24985] By: rgs on 2005/06/26 20:06:10 + Log: Upgrade to Time::HiRes 1.69 + Branch: perl + ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm + ! ext/Time/HiRes/Makefile.PL +____________________________________________________________________________ +[ 24984] By: nicholas on 2005/06/26 17:59:33 + Log: When using DEBUG_LEAKING_SCALARS_FORK_DUMP it's possible to cause + indefinite hangs when the debugging child holds open Perl_debug_log, + and it happens to be a file descriptor that is one end of a pipe, + with a process sitting at the other end waitng for EOF. + So close all descriptors in the child *including* Perl_debug_log, + and pass it back in over the control socket if it's needed. + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 24983] By: nicholas on 2005/06/26 10:28:43 + Log: Need to pass a my_perl to S_my_localtime to make threaded builds build. + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 24982] By: nicholas on 2005/06/25 17:58:26 + Log: Add a sanity check to Config::AUTOLOAD to prevent infinte loops if + Configure_heavy.pl gets truncated. + Branch: perl + ! configpm +____________________________________________________________________________ +[ 24981] By: nicholas on 2005/06/25 15:45:06 + Log: On OS X to use perl's malloc need to USE_PERL_SBRK and emulate sbrk() + using system malloc, because sbrk() stops giving us memory after about + 14Mb. + Branch: perl + ! hints/darwin.sh +____________________________________________________________________________ +[ 24980] By: nicholas on 2005/06/25 15:42:30 + Log: Need to skip exporting PL_dumper_fd unless it is used. + Branch: perl + ! makedef.pl +____________________________________________________________________________ +[ 24979] By: nicholas on 2005/06/25 12:55:09 + Log: If forking during global destruction, the child needs to close all + unused file descriptors, else it can cause other processes to hang + because it accidentally holds open pipes and sockets. + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 24978] By: rgs on 2005/06/24 15:21:38 + Log: Upgrade to Unicode::Collate 0.51 + Branch: perl + ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes + ! lib/Unicode/Collate/README +____________________________________________________________________________ +[ 24977] By: steveh on 2005/06/24 14:38:05 + Log: Fix typo in win32.c + + Doesn't fix bcc32 + USE_LARGE_FILES, though :-( + Branch: perl + ! win32/win32.c +____________________________________________________________________________ +[ 24976] By: nicholas on 2005/06/24 14:04:19 + Log: Extend DEBUG_LEAKING_SCALARS_FORK_DUMP so it can also dump scalars + which become unreferenced. This is less likely to be successful. + The #define needs a better name. + Branch: perl + ! embed.fnc embed.h embedvar.h intrpvar.h perl.c perlapi.h + ! proto.h sv.c +____________________________________________________________________________ +[ 24975] By: steveh on 2005/06/24 13:56:15 + Log: Stop '"__attribute__format__" redefined' warnings from gcc on Win32 + Branch: perl + ! perl.h win32/config_H.gc +____________________________________________________________________________ +[ 24974] By: steveh on 2005/06/24 12:27:45 + Log: Make opendir() filename const in Win32-land & friends + + That fact that it wasn't const already was highlighted by a warning + from pp_open_dir() generated by change 24743. Rather than undo the + const change in pp_open_dir(), this seems to make more sense. Hope I + haven't broken Netware or WinCE. + Branch: perl + ! NetWare/nw5.c NetWare/nwperlhost.h NetWare/nwperlsys.h + ! iperlsys.h win32/include/dirent.h win32/perlhost.h + ! win32/win32.c win32/win32iop.h wince/perlhost.h wince/wince.c +____________________________________________________________________________ +[ 24973] By: nicholas on 2005/06/24 10:45:44 + Log: Need to do some sort of die/warn to get the "global destruction" + text if the bug is still present. + Branch: perl + ! t/op/gv.t +____________________________________________________________________________ +[ 24972] By: steveh on 2005/06/24 09:37:24 + Log: Fix t\op\gv.t on Win32 + Branch: perl + ! t/op/gv.t +____________________________________________________________________________ +[ 24971] By: rgs on 2005/06/24 07:54:59 + Log: Remove cargo-culted binmode. + Branch: perl + ! lib/Archive/Tar/t/00_setup.t +____________________________________________________________________________ +[ 24970] By: steveh on 2005/06/24 07:42:41 + Log: Fix Archive-Tar tests on Win32 following change 24954 + Branch: perl + ! lib/Archive/Tar/t/00_setup.t +____________________________________________________________________________ +[ 24969] By: merijn on 2005/06/24 07:41:08 + Log: Workaround localtime edge case where TZ makes time go beyond + the defined working range (AIX 5.2) + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 24968] By: davem on 2005/06/23 22:59:36 + Log: change 24967 got the #endif in the wrong place + Branch: perl + ! pad.c +____________________________________________________________________________ +[ 24967] By: davem on 2005/06/23 22:48:40 + Log: don't repopulate PADTMP slots with null SVs when freeing ops + Branch: perl + ! ext/B/t/f_sort.t ext/B/t/optree_samples.t pad.c +____________________________________________________________________________ +[ 24966] By: nicholas on 2005/06/23 21:30:33 + Log: Remove the reference loop between symbol tables and typeglobs. + Typeglobs now have a weak reference onto their symbol table. + Branch: perl + ! embed.fnc embed.h gv.c mg.c pad.c proto.h sv.c t/op/gv.t +____________________________________________________________________________ +[ 24965] By: rgs on 2005/06/23 18:53:04 + Log: Subject: [PATCH] Pre-YAPC consting fun + From: Andy Lester + Date: Jun 23, 2005 9:04 PM + Message-ID: <20050623190423.GA13835@petdance.com> + Branch: perl + ! embed.fnc embed.h lib/ExtUtils/CBuilder/t/01-basic.t locale.c + ! mg.c perlio.c pp_ctl.c pp_pack.c pp_sys.c proto.h scope.c + ! taint.c util.c +____________________________________________________________________________ +[ 24964] By: merijn on 2005/06/23 18:43:42 + Log: Take a larger margin to prevent 'X' failures in smokes + I was able to get warnings on HP-UX 10.20 every 2nd to 3rd run + when reps was still 10000. With 15000 I didn't get a single warning + Branch: perl + ! t/op/rand.t +____________________________________________________________________________ +[ 24963] By: rgs on 2005/06/23 18:07:34 + Log: Warning suppression. + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 24962] By: nicholas on 2005/06/23 18:00:38 + Log: The current implementation of :unique is fundamentally flawed, + because declaring a scalar READONLY does not stop it being modified. + Hence the current implementation of :unique is *not threadsafe* + D'oh! + Better implementations welcome. + Branch: perl + ! embed.fnc embed.h ext/threads/t/problems.t pod/perltodo.pod + ! proto.h sv.c +____________________________________________________________________________ +[ 24961] By: rgs on 2005/06/23 16:18:21 + Log: Fix Archive::Tar test when perl is built with -Dmksymlinks + Branch: perl + ! lib/Archive/Tar/t/02_methods.t +____________________________________________________________________________ +[ 24960] By: rgs on 2005/06/23 15:51:02 + Log: Subject: [PATCH] Re: [perl #9741] possible problem with File::Find + From: Steve Peters + Date: Fri, 17 Jun 2005 23:27:14 -0500 + Message-ID: <20050618042714.GA29589@mccoy.peters.homeunix.org> + Branch: perl + ! lib/File/Find.pm +____________________________________________________________________________ +[ 24959] By: nicholas on 2005/06/23 14:11:20 + Log: Add a define PERL_POISON which tries to trip up anything accessing + freed or uninitialised memory. Currently only Poison()s freed + pointers. + Branch: perl + ! ext/PerlIO/encoding/encoding.xs gv.c handy.h pp_ctl.c scope.c + ! sv.c +____________________________________________________________________________ +[ 24958] By: nicholas on 2005/06/23 14:09:57 + Log: Indent some of the #ifdef/#define/#endif to make the nesting clearer. + Simplify SvPV_free slightly. + Branch: perl + ! sv.h +____________________________________________________________________________ +[ 24957] By: rgs on 2005/06/23 11:54:25 + Log: This dummy test didn't pass + Branch: perl + ! lib/Archive/Tar/t/99_clean.t +____________________________________________________________________________ +[ 24956] By: rgs on 2005/06/23 11:34:35 + Log: Add a pseudo-test to clean up data files for Archive::Tar tests + Branch: perl + + lib/Archive/Tar/t/99_clean.t + ! MANIFEST +____________________________________________________________________________ +[ 24955] By: rgs on 2005/06/23 11:30:16 + Log: Remove test that relies on Test::POD + Branch: perl + - lib/Archive/Tar/t/99_pod.t + ! MANIFEST +____________________________________________________________________________ +[ 24954] By: rgs on 2005/06/23 11:29:16 + Log: Remove binary files, add a pseudo-test in Archive::Tar to generate them + Branch: perl + + lib/Archive/Tar/t/00_setup.t + - lib/Archive/Tar/t/src/long/bar.tar + - lib/Archive/Tar/t/src/long/foo.tgz + - lib/Archive/Tar/t/src/short/bar.tar + - lib/Archive/Tar/t/src/short/foo.tgz + ! MANIFEST +____________________________________________________________________________ +[ 24953] By: steveh on 2005/06/23 11:02:42 + Log: Silence bcc32 compiler warnings following change 24945 + + ("Possible use of '%s' before definition") + Branch: perl + ! pp_ctl.c pp_sys.c +____________________________________________________________________________ +[ 24952] By: nicholas on 2005/06/23 10:41:00 + Log: Re-initialise PL_curcop to &PL_compiling before destroying the optree. + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 24951] By: rgs on 2005/06/23 10:39:47 + Log: Subject: Re: [perl #36350] unstable sorting for use integer; sort { $b <=> $a } @foo + From: Salvador Fandino + Date: Tue, 21 Jun 2005 19:50:35 +0200 + Message-ID: <20050621181658.5977.qmail@lists.develooper.com> + Branch: perl + ! pp_sort.c +____________________________________________________________________________ +[ 24950] By: steveh on 2005/06/23 10:21:53 + Log: Oops! Change 24946 wasn't quite right + Branch: perl + ! doio.c +____________________________________________________________________________ +[ 24949] By: rgs on 2005/06/23 09:32:55 + Log: Add handling of NV_ZERO_IS_ALLBITS_ZERO for Netware and epoc + Branch: perl + ! NetWare/config.wc NetWare/config_H.wc epoc/config.sh +____________________________________________________________________________ +[ 24948] By: rgs on 2005/06/23 09:25:03 + Log: Define d_nv_zero_is_allbits_zero for symbian + (noticed by Jarkko) + Branch: perl + ! symbian/config.sh +____________________________________________________________________________ +[ 24947] By: steveh on 2005/06/23 09:18:37 + Log: Silence bcc32 compiler warnings from win32/fcrypt.c (almost) + + It still whines about 'in' and 'b' being assigned values that are + never used on lines 348 and 505 respectively (as side effects of the + calls to c2l and l2c respectively), but I'm not sure how to shut + them up. + Branch: perl + ! win32/fcrypt.c +____________________________________________________________________________ +[ 24946] By: steveh on 2005/06/23 09:00:28 + Log: More bcc32 compiler warnings to silence + + ("Suspicious pointer conversion") + Branch: perl + ! doio.c win32/win32io.c +____________________________________________________________________________ +[ 24945] By: rgs on 2005/06/23 08:39:44 + Log: Subject: [PATCH] Const Boy II: The Localizing + From: Andy Lester + Date: Wed, 22 Jun 2005 09:41:00 -0500 + Message-ID: <20050622144059.GA19598@petdance.com> + Branch: perl + ! autodoc.pl embed.fnc embed.pl hv.c perl.c perlio.c + ! pod/perlapi.pod pp.c pp.h pp_ctl.c pp_sys.c proto.h sv.c + ! util.c +____________________________________________________________________________ +[ 24944] By: steveh on 2005/06/23 08:04:21 + Log: Silence another bcc32 compiler warning + + ("Possible use of '%s' before definition") + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 24943] By: davem on 2005/06/22 23:08:55 + Log: remove taint hack now that local $tainted no longer copies taint magic + Branch: perl + ! mg.c sv.c +____________________________________________________________________________ +[ 24942] By: davem on 2005/06/22 21:42:54 + Log: handle magic in local correctly + the local SV now gets a copy of any container magic, and no value + magic; in the past the whole magic chain was either shared or + moved + Branch: perl + ! embed.fnc embed.h mg.c pod/perlguts.pod pod/perlintern.pod + ! proto.h scope.c t/op/local.t +____________________________________________________________________________ +[ 24941] By: merijn on 2005/06/22 17:14:04 + Log: Upgrade to Test::Harness 2.50 + Branch: perl + ! lib/Test/Harness.pm lib/Test/Harness/t/strap-analyze.t +____________________________________________________________________________ +[ 24940] By: nicholas on 2005/06/22 16:37:06 + Log: Add facility to fork() early in perl_destruct and use the child to + dump out leaked scalars (enabled with DEBUG_LEAKING_SCALARS_FORK_DUMP + when DEBUG_LEAKING_SCALARS is already in force) + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 24939] By: steveh on 2005/06/22 13:25:16 + Log: Silence yet more bcc32 compiler warnings + + ("Code has no effect") + Branch: perl + ! hv.c pp_ctl.c pp_hot.c +____________________________________________________________________________ +[ 24938] By: steveh on 2005/06/22 13:02:17 + Log: Silence some more bcc32 compiler warnings + + ("Suggest parentheses to clarify precedence") + Branch: perl + ! warnings.h warnings.pl +____________________________________________________________________________ +[ 24937] By: steveh on 2005/06/22 12:31:59 + Log: Silence some bcc32 compiler warnings + + ("Superfluous & with function") + Branch: perl + ! perlvars.h pp.c win32/win32.c +____________________________________________________________________________ +[ 24936] By: nicholas on 2005/06/22 10:08:43 + Log: Now that the global string table is using a single hunk of memory + for both HE and HEK, we need to actually free things in perl_destruct + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 24935] By: steveh on 2005/06/22 09:40:25 + Log: Fix Archive-Tar tests on Win32 + + (Patch from Jos Boumans, from his current dev version.) + Branch: perl + ! lib/Archive/Tar.pm +____________________________________________________________________________ +[ 24934] By: merijn on 2005/06/21 19:27:38 + Log: Redo generation of change #24898 + Do not forget to run Porting/config_h.pl! + Branch: perl + ! Configure config_h.SH +____________________________________________________________________________ +[ 24932] By: rgs on 2005/06/21 17:05:01 + Log: Upgrade to Test::Harness 2.49_02 + Branch: perl + ! lib/Test/Harness.pm lib/Test/Harness/Changes + ! lib/Test/Harness/Iterator.pm lib/Test/Harness/Straps.pm + ! lib/Test/Harness/t/test-harness.t +____________________________________________________________________________ +[ 24931] By: rgs on 2005/06/21 16:33:32 + Log: Add Archive::Tar to the maintainers list + Branch: perl + ! Porting/Maintainers.pl +____________________________________________________________________________ +[ 24930] By: rgs on 2005/06/21 16:14:06 + Log: Trim trailing spaces + Branch: perl + ! lib/Archive/Tar/bin/ptar +____________________________________________________________________________ +[ 24929] By: rgs on 2005/06/21 15:53:30 + Log: Add pod, so ptar has a manpage + Branch: perl + ! lib/Archive/Tar/bin/ptar +____________________________________________________________________________ +[ 24928] By: rgs on 2005/06/21 15:27:37 + Log: POD nits + Branch: perl + ! ext/Storable/Storable.pm +____________________________________________________________________________ +[ 24927] By: nicholas on 2005/06/21 15:27:14 + Log: Drag t/op/gv.t kicking and screaming into the century of the fruitbat + (or at least into the decade of t/test.pl) + Branch: perl + ! t/op/gv.t +____________________________________________________________________________ +[ 24926] By: rgs on 2005/06/21 15:04:10 + Log: Add the ptar(1) utility from Archive::Tar + Branch: perl + + lib/Archive/Tar/bin/ptar utils/ptar.PL + ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template + ! win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 24925] By: steveh on 2005/06/21 13:49:10 + Log: Trim trailing whitespace from $! and $^E + + (Fixes lib/Test/Simple/t/fail-more.t with bcc32 on Win32, and is + good for consistency anyway) + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 24924] By: nicholas on 2005/06/21 12:39:27 + Log: Avoid having NULL entries in the weakref backreference array, and + make S_sv_add_backref O(1) (instead of O(n)) + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24923] By: rgs on 2005/06/21 12:12:10 + Log: Cleanup after this test + Branch: perl + ! lib/Archive/Tar/t/02_methods.t +____________________________________________________________________________ +[ 24922] By: rgs on 2005/06/21 12:01:07 + Log: Add Archive::Tar 1.24, except ptar for now + Branch: perl + + lib/Archive/Tar.pm lib/Archive/Tar/Constant.pm + + lib/Archive/Tar/File.pm lib/Archive/Tar/t/01_use.t + + lib/Archive/Tar/t/02_methods.t lib/Archive/Tar/t/03_file.t + + lib/Archive/Tar/t/99_pod.t lib/Archive/Tar/t/src/long/b + + lib/Archive/Tar/t/src/long/bar.tar + + lib/Archive/Tar/t/src/long/foo.tgz + + lib/Archive/Tar/t/src/short/b + + lib/Archive/Tar/t/src/short/bar.tar + + lib/Archive/Tar/t/src/short/foo.tgz + ! MANIFEST +____________________________________________________________________________ +[ 24921] By: nicholas on 2005/06/21 10:58:22 + Log: weak references aren't UVs, do don't show this in the dump flags. + Branch: perl + ! dump.c +____________________________________________________________________________ +[ 24920] By: rgs on 2005/06/21 10:50:18 + Log: Subject: [PATCH] ternary operator cond ? foo : bar being parsed as ?...? + From: Salvador Fandiño + Date: Fri, 17 Jun 2005 14:06:30 +0100 + Message-ID: <20050617130548.18776.qmail@lists.develooper.com> + + with wordings improvements suggested by Ronald J Kimball + Branch: perl + ! pod/perldiag.pod toke.c +____________________________________________________________________________ +[ 24919] By: nicholas on 2005/06/21 10:35:09 + Log: No need to set flags twice. + Branch: perl + ! av.c +____________________________________________________________________________ +[ 24918] By: nicholas on 2005/06/21 09:44:08 + Log: As there will be no old body to dispose of, we can return immediately. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24917] By: rgs on 2005/06/21 09:40:46 + Log: Fix [perl #36102] Data::Dumper Doesn't Stringify Numeric Labels + Branch: perl + ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs + ! ext/Data/Dumper/t/dumper.t +____________________________________________________________________________ +[ 24916] By: rgs on 2005/06/21 07:03:40 + Log: Subject: Re: [perl #36310] sv_vcatpvfn() fails on some (very limited) situations + From: Tsutomu IKEGAMI + Date: Fri, 17 Jun 2005 17:55:10 +0900 (JST) + Message-Id: <20050617.175510.21285350.t-ikegami@aist.go.jp> + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24915] By: rgs on 2005/06/20 16:28:38 + Log: Subject: [PATCH perl.h] FPTR2DPTR/DPTR2FPTR + From: Robin Barker + Date: Mon, 20 Jun 2005 13:47:37 +0100 + Message-ID: <533D273D4014D411AB1D00062938C4D90849C6E4@hotel.npl.co.uk> + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 24914] By: nicholas on 2005/06/20 15:21:59 + Log: Replace the non-const initialiser block + loop with a series of calls + to a small static function. + c.f. "I will replace you with a small shell script..." + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24913] By: rgs on 2005/06/20 15:12:50 + Log: Subject: [PATCH] The continuing adventures of Constman and Localize Boy + From: Andy Lester + Date: Mon, 20 Jun 2005 10:22:37 -0500 + Message-ID: <20050620152237.GA5032@petdance.com> + Branch: perl + ! XSUB.h doop.c embed.fnc embed.h global.sym gv.c mg.c pad.c + ! perl.h proto.h sv.c universal.c util.c +____________________________________________________________________________ +[ 24912] By: rgs on 2005/06/20 13:32:52 + Log: Same fix, for the test, now. + Branch: perl + ! t/run/switches.t +____________________________________________________________________________ +[ 24911] By: rgs on 2005/06/20 13:06:13 + Log: perl -v was outputting a double v (spotted by Jarkko) + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 24910] By: rgs on 2005/06/20 11:58:32 + Log: Remove signature test, which is always skipped + Branch: perl + - lib/Test/Simple/t/00signature.t + ! MANIFEST +____________________________________________________________________________ +[ 24909] By: rgs on 2005/06/20 11:45:02 + Log: Subject: [PATCH pod/perlfunc.pod pod/perlobj.pod pod/perltooc.pod] Recommend Against UNIVERSAL:: Methods as Functions, take 2 + From: chromatic + Date: Sat, 18 Jun 2005 12:15:41 -0700 + Message-Id: <1119122141.21521.9.camel@localhost> + Branch: perl + ! pod/perlfunc.pod pod/perlobj.pod pod/perltooc.pod +____________________________________________________________________________ +[ 24908] By: rgs on 2005/06/20 11:00:31 + Log: Remove the deprecated $# variable + Branch: perl + ! doio.c embedvar.h gv.c intrpvar.h mg.c perl.c perlapi.h + ! pod/perldiag.pod sv.c t/lib/warnings/gv +____________________________________________________________________________ +[ 24907] By: nicholas on 2005/06/20 10:35:41 + Log: Silence warning in debug printf + Branch: perl + ! doop.c +____________________________________________________________________________ +[ 24906] By: rgs on 2005/06/20 09:45:24 + Log: Subject: [PATCH] More random cleanups + From: Andy Lester + Date: Fri, 17 Jun 2005 09:50:29 -0500 + Message-ID: <20050617145029.GC11769@petdance.com> + Branch: perl + ! embed.fnc embed.h pp_ctl.c pp_sort.c proto.h scope.c +____________________________________________________________________________ +[ 24905] By: steveh on 2005/06/20 09:30:23 + Log: Support NV_ZERO_IS_ALLBITS_ZERO on Win32 (re: change 24898) + + The try.c test program added to Configure by change 24898 outputs + "Yes" using each of VC++, GCC and BCC32, so here goes... + 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 +____________________________________________________________________________ +[ 24904] By: rgs on 2005/06/20 09:23:33 + Log: Hugo suggests this. + Branch: perl + ! pod/perlhack.pod +____________________________________________________________________________ +[ 24903] By: rgs on 2005/06/20 09:20:40 + Log: Missed a chunk in previous commit + Branch: perl + ! pod/perlsyn.pod +____________________________________________________________________________ +[ 24902] By: rgs on 2005/06/20 09:18:35 + Log: Subject: [perl #36328] Until Statement Undocumented + From: Eric Amick (via RT) + Date: 18 Jun 2005 03:47:32 -0000 + Message-ID: + Branch: perl + ! pod/perlsyn.pod +____________________________________________________________________________ +[ 24901] By: rgs on 2005/06/20 09:06:57 + Log: Subject: Re: [PATCH replacement] Re: [perl #36313] perl -e "1for$[=0" crash + From: Rick Delaney + Date: Sun, 19 Jun 2005 09:47:22 -0400 + Message-ID: <20050619134722.GB31592@localhost.localdomain> + Branch: perl + ! op.c t/comp/parser.t +____________________________________________________________________________ +[ 24900] By: nicholas on 2005/06/20 08:19:52 + Log: S_del_body is sufficiently small that inlining it is a space win. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24899] By: nicholas on 2005/06/19 15:12:26 + Log: If NV_ZERO_IS_ALLBITS_ZERO there's no need to explicitly set the NVX + to 0.0, as the memset has already done it. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24898] By: nicholas on 2005/06/19 15:11:06 + Log: Add a Configure test to see if NV 0.0 is stored as all bits zero, and + #define NV_ZERO_IS_ALLBITS_ZERO if so. This is always true on VMS: + + Subject: Re: Configure check for whether 0.0 is stored as all bits zero + From: "Craig A. Berry" + Message-Id: + Date: Sat, 18 Jun 2005 18:23:59 -0500 + Branch: perl + ! Configure Porting/Glossary config_h.SH configure.com +____________________________________________________________________________ +[ 24897] By: nicholas on 2005/06/19 10:22:58 + Log: Move the offset calculations outside of new_body/del_body. + This makes some of the upgrade code slightly simpler. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24896] By: nicholas on 2005/06/18 22:43:58 + Log: Refactor sv_dup to memcpy from source to destination, and only + explicitly copy the structure members that need explicit duplication. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24895] By: nicholas on 2005/06/18 16:33:41 + Log: Squeeze a little more savings by moving pte and he arenas into the + common arena free code. + Branch: perl + ! hv.h perl.h sv.c +____________________________________________________________________________ +[ 24894] By: nicholas on 2005/06/18 15:07:47 + Log: Subject: [PATCH] squeeze repetition out of Perl_sv_free_arenas + From: Jim Cromie + Message-ID: <42B3C388.2090902@divsol.com> + Date: Sat, 18 Jun 2005 00:47:36 -0600 + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24893] By: nicholas on 2005/06/18 14:28:04 + Log: update AVs and HVs using the old_body, and remove all of the local + variables used to hold the SV body piecemeal. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24892] By: nicholas on 2005/06/18 10:57:02 + Log: sv_upgrade by memcpy + AV and HV cases need tidyup + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24891] By: nicholas on 2005/06/17 19:37:56 + Log: Fix compiling with -DPURIFY + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24890] By: nicholas on 2005/06/17 17:30:19 + Log: Change 24886 was buggy - should be taking (and passing in) the + address of the arena. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24889] By: rgs on 2005/06/17 15:43:11 + Log: Add new internal error message to perldiag + Branch: perl + ! pod/perldiag.pod +____________________________________________________________________________ +[ 24888] By: nicholas on 2005/06/17 15:37:50 + Log: Collect a little more information about the body we're getting rid of + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24887] By: rgs on 2005/06/17 14:44:43 + Log: Missing aTHX_ (noticed by Jim Cromie) + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24886] By: nicholas on 2005/06/17 14:28:07 + Log: Move freeing the old body after the creating of the new body. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24885] By: nicholas on 2005/06/17 13:42:03 + Log: The only way is up! + (*up*grades. Or croak) + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24884] By: rgs on 2005/06/17 12:21:53 + Log: Subject: [perl #36199] [PATCH] 5.8.7 fails to build with parallel make + From: "Steve Peters via RT" + Date: 16 Jun 2005 17:11:14 -0000 + Message-ID: + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 24883] By: steveh on 2005/06/17 11:36:45 + Log: Silence STDERR grumblings from Borland's math library. + + This fixes failures in ext/B/t/deparse.t and lib/warnings.t (and + renders change 24870 obsolete, hence it is reverted here). + Branch: perl + ! lib/warnings.t makedef.pl win32/win32.c +____________________________________________________________________________ +[ 24882] By: rgs on 2005/06/17 09:26:25 + Log: Upgrade to PathTools 3.09 + Branch: perl + ! ext/Cwd/Changes ext/Cwd/Cwd.xs ext/Cwd/t/cwd.t lib/Cwd.pm + ! lib/File/Spec.pm +____________________________________________________________________________ +[ 24881] By: nicholas on 2005/06/17 08:35:48 + Log: new_pte/del_pte can use new_body/del_body too + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24880] By: steveh on 2005/06/17 08:28:32 + Log: Subject: [PATCH] Strip \\?\ prefix from Perl path in win32/win32.c:set_w32_module_name() + From: "Jan Dubois" + Date: Thu, 16 Jun 2005 11:43:15 -0700 + Message-Id: <200506161843.j5GIhKhL024472@smtp3.ActiveState.com> + Branch: perl + ! win32/win32.c +____________________________________________________________________________ +[ 24879] By: nicholas on 2005/06/16 22:08:29 + Log: Storing the ixv for magic arrays seems to cause double free errors on + OS X. This all feels like voodoo. + Branch: perl + ! ext/B/B/Bytecode.pm +____________________________________________________________________________ +[ 24878] By: nicholas on 2005/06/16 22:06:57 + Log: Replace all the new/del static functions with calls to a single pair + of functions that uproot/plant bodies + Branch: perl + ! embed.fnc embed.h proto.h sv.c +____________________________________________________________________________ +[ 24877] By: nicholas on 2005/06/16 19:28:20 + Log: Making more_* return a pointer, and swapping to a ternary ?: in + new_* seems to generate slightly terser object code. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24876] By: nicholas on 2005/06/16 18:37:55 + Log: Replace all the S_more_* functions with a single function. + Saves 1.5K on the object file in OS X when built with -Os + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24875] By: nicholas on 2005/06/16 16:25:54 + Log: Subject: [PATCH] Re: [perl #36048] Refactor S_more_*v into one function + From: Jim Cromie + Message-ID: <42ADC8ED.4090009@divsol.com> + Date: Mon, 13 Jun 2005 11:57:01 -0600 + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24874] By: nicholas on 2005/06/16 15:09:00 + Log: I'm not convinced that manually creating HVs via sv_upgrade is a great + idea, but as we are, turning on shared keys makes sense. + Branch: perl + ! util.c +____________________________________________________________________________ +[ 24873] By: merijn on 2005/06/16 14:33:10 + Log: Subject: [PATCH] Lint support + From: Andy Lester + Date: Thu, 16 Jun 2005 09:35:21 -0500 + Message-ID: <20050616143521.GB22188@petdance.com> + Branch: perl + ! XSUB.h perl.h universal.c +____________________________________________________________________________ +[ 24872] By: merijn on 2005/06/16 14:24:43 + Log: Subject: Re: a warning for a ExtUtils::ParseXS test + From: Ken Williams + Date: Wed, 15 Jun 2005 20:00:42 -0500 + Message-Id: <29d2a69650cb39059c9af487069b941c@mathforum.org> + Branch: perl + ! lib/ExtUtils/ParseXS/t/XSTest.xs +____________________________________________________________________________ +[ 24871] By: rgs on 2005/06/16 13:55:18 + Log: Subject: [PATCH] Removing /*SUPPRESS xxx*/ + From: Andy Lester + Date: Thu, 16 Jun 2005 09:13:42 -0500 + Message-ID: <20050616141342.GA22188@petdance.com> + Branch: perl + ! av.c doio.c doop.c perl.c pp.c pp_hot.c pp_sys.c regcomp.c + ! regexec.c sv.c toke.c util.c +____________________________________________________________________________ +[ 24870] By: steveh on 2005/06/16 13:16:56 + Log: Teach lib/warnings.t about Borland CRT error messages + Branch: perl + ! lib/warnings.t +____________________________________________________________________________ +[ 24869] By: rgs on 2005/06/16 12:54:18 + Log: Subject: [perl #36237] IO::File $fh->binmode($layer) is broken + From: "Alexander Foken" (via RT) + Date: 10 Jun 2005 12:46:41 -0000 + Message-ID: + + and bump version number + Branch: perl + ! ext/IO/lib/IO/File.pm +____________________________________________________________________________ +[ 24868] By: steveh on 2005/06/16 11:10:01 + Log: Update README.win32 + + (Mention Borland compiler is also free; update libwin32 link) + Branch: perl + ! README.win32 +____________________________________________________________________________ +[ 24867] By: steveh on 2005/06/16 11:00:19 + Log: Give op/taint.t a helping hand for Borland compiler on Win32 + Branch: perl + ! t/op/taint.t +____________________________________________________________________________ +[ 24866] By: steveh on 2005/06/16 09:51:33 + Log: Fix changes 24862 and 24863 for Sarathy's old dmake + Branch: perl + ! win32/makefile.mk +____________________________________________________________________________ +[ 24865] By: rgs on 2005/06/16 09:45:59 + Log: Subs with builtin attributes shouldn't be made constant + + Subject: Re: [perl #36297] builtin attrs on subrutine declarations + From: Salvador "FandiXo" + Date: Wed, 15 Jun 2005 08:27:00 -0700 (PDT) + Message-ID: <20050615152700.96320.qmail@web52702.mail.yahoo.com> + Branch: perl + ! op.c +____________________________________________________________________________ +[ 24864] By: rgs on 2005/06/16 09:18:58 + Log: Add -f in perl synopsys, sync perl.pod and perlrun.pod synopses + Branch: perl + ! pod/perl.pod pod/perlrun.pod +____________________________________________________________________________ +[ 24863] By: steveh on 2005/06/16 09:09:22 + Log: Simplify win32/makefile.mk for static extensions with GCC + Branch: perl + ! win32/makefile.mk +____________________________________________________________________________ +[ 24862] By: steveh on 2005/06/16 08:51:14 + Log: Enable static extensions with Borland compiler on Win32 + Branch: perl + ! win32/buildext.pl win32/makefile.mk +____________________________________________________________________________ +[ 24861] By: rgs on 2005/06/16 08:29:10 + Log: Revert part of change #24854 + Branch: perl + ! ext/Devel/DProf/t/DProf.t perl.c +____________________________________________________________________________ +[ 24860] By: steveh on 2005/06/16 07:40:21 + Log: Don't export Perl_stashpv_hvname_match when !USE_ITHREADS + + (Fixes a linker error on Win 32 introduced by change #24847) + Branch: perl + ! makedef.pl +____________________________________________________________________________ +[ 24859] By: nicholas on 2005/06/15 22:32:14 + Log: Don't write bytecode to load the NVX of AVs and HVs + Branch: perl + ! ext/B/B/Bytecode.pm +____________________________________________________________________________ +[ 24858] By: nicholas on 2005/06/15 22:31:41 + Log: We were failing to pring "not ok" if the text exited uncleanly + Branch: perl + ! ext/B/t/bytecode.t +____________________________________________________________________________ +[ 24857] By: nicholas on 2005/06/15 22:30:53 + Log: assert that you aren't assigning to the NVX of an AV or HV + Branch: perl + ! sv.h +____________________________________________________________________________ +[ 24856] By: rgs on 2005/06/15 16:37:46 + Log: Introduce PERL_RUNPERL_DEBUG to alter the behavior of runperl(), + this can be useful to use valgrind for example + Branch: perl + ! t/test.pl +____________________________________________________________________________ +[ 24855] By: steveh on 2005/06/15 16:30:58 + Log: Fix $Config{ccversion} for Borland C++ 5.5.1 + + This pattern match seems a little saner, and stops " for Win32" + getting picked up from the following output: + + Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland + + Maybe it breaks older versions, but at least the latest now works + correctly. If anyone knows what older versions' messages look like + then speak up! + Branch: perl + ! win32/config_sh.PL +____________________________________________________________________________ +[ 24854] By: rgs on 2005/06/15 16:24:05 + Log: Subject: Re: [PATCH] make -f invalid when USE_SITECUSTOMIZE isn't set + From: Steve Peters + Date: Wed, 15 Jun 2005 11:30:41 -0500 + Message-ID: <20050615163040.GA14745@mccoy.peters.homeunix.org> + Branch: perl + ! ext/Devel/DProf/t/DProf.t perl.c +____________________________________________________________________________ +[ 24853] By: rgs on 2005/06/15 16:16:32 + Log: Subject: sort optimization + From: Salvador Fandiño + Date: Mon, 06 Jun 2005 12:05:05 +0100 + Message-ID: <20050606110425.22941.qmail@lists.develooper.com> + Branch: perl + ! pp_sort.c +____________________________________________________________________________ +[ 24852] By: steveh on 2005/06/15 16:02:06 + Log: Fix win32/makefile.mk for building with bcc32 5.5.1 and dmake 4.4 + Branch: perl + ! win32/makefile.mk +____________________________________________________________________________ +[ 24851] By: rgs on 2005/06/15 14:40:40 + Log: Subject: [perl #36297] builtin attrs on subrutine declarations + From: Salvador "FandiXXo" (via RT) + Date: 15 Jun 2005 13:54:53 -0000 + Message-ID: + Branch: perl + ! op.c t/op/attrs.t +____________________________________________________________________________ +[ 24850] By: merijn on 2005/06/15 13:57:57 + Log: Protect Perl_sv_2pvbyte () to NULL length pointers + Thanks Nick! + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24849] By: rgs on 2005/06/15 13:55:50 + Log: Better phrasing + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 24848] By: rgs on 2005/06/15 09:27:55 + Log: Subject: [PATCH] Storable/Storable.xs: make plain C functions static + From: Alexey Tourbin + Date: Sun, 5 Jun 2005 03:42:42 +0400 + Message-ID: <20050604234242.GW5867@solemn.turbinal.org> + Branch: perl + ! ext/Storable/Storable.xs +____________________________________________________________________________ +[ 24847] By: rgs on 2005/06/15 09:03:22 + Log: Subject: [PATCH] CopSTASH_eq again + From: Andy Lester + Date: Tue, 14 Jun 2005 23:49:26 -0500 + Message-ID: <20050615044926.GA29087@petdance.com> + Branch: perl + ! cop.h embed.fnc embed.h global.sym proto.h util.c +____________________________________________________________________________ +[ 24846] By: rgs on 2005/06/15 07:49:48 + Log: Fix warning nits, by Jarkko + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24845] By: nicholas on 2005/06/14 19:28:28 + Log: Subject: [PATCH] S_emulate_eaccess() does return a value + From: Steve Peters + Message-ID: <20050614193052.GA1898@mccoy.peters.homeunix.org> + Date: Tue, 14 Jun 2005 14:30:52 -0500 + Branch: perl + ! embed.fnc proto.h +____________________________________________________________________________ +[ 24844] By: davem on 2005/06/14 17:24:18 + Log: whoops, Perl_magic_freearylen_p returns int + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 24843] By: nicholas on 2005/06/14 16:29:49 + Log: Change 24838 breaks deparse.t, which checks that embedded NULs work. + Here's a temporary hack, pending a way for B to correctly identify + PVs that are variable names in pads. + Branch: perl + ! ext/B/B.xs +____________________________________________________________________________ +[ 24842] By: rgs on 2005/06/14 13:49:41 + Log: Add core test preamble + Branch: perl + ! lib/IO/Zlib/t/basic.t lib/IO/Zlib/t/external.t + ! lib/IO/Zlib/t/getc.t lib/IO/Zlib/t/getline.t + ! lib/IO/Zlib/t/import.t lib/IO/Zlib/t/large.t + ! lib/IO/Zlib/t/tied.t lib/IO/Zlib/t/uncomp1.t + ! lib/IO/Zlib/t/uncomp2.t +____________________________________________________________________________ +[ 24841] By: nicholas on 2005/06/14 13:40:49 + Log: Test was coredumping with a shared perl library. + This is wrong. It seems that what gets peephole optimised + (in this case named method calls into shared string scalars) depends + on whether there is a shared perl library. + Anyway, fix the symptom - the coredump. + Branch: perl + ! ext/XS/APItest/t/hash.t +____________________________________________________________________________ +[ 24840] By: steveh on 2005/06/14 13:36:03 + Log: Stop "test" filename clashing with "TEST" on Win32 + + (and bump $IO::Zlib::VERSION again) + Branch: perl + ! lib/IO/Zlib.pm lib/IO/Zlib/t/uncomp1.t lib/IO/Zlib/t/uncomp2.t +____________________________________________________________________________ +[ 24839] By: steveh on 2005/06/14 13:26:30 + Log: Actually skip tests when they're supposed to be skipped! + + (and bump $IO::Zlib::VERSION) + Branch: perl + ! lib/IO/Zlib.pm lib/IO/Zlib/t/external.t +____________________________________________________________________________ +[ 24838] By: rgs on 2005/06/14 13:22:20 + Log: Subject: [PATCH] Fix for SEGV in ext/B/t/xref.t on OpenBSD + From: Steve Peters + Date: Tue, 14 Jun 2005 08:16:38 -0500 + Message-ID: <20050614131638.GA24771@mccoy.peters.homeunix.org> + Branch: perl + ! ext/B/B.xs +____________________________________________________________________________ +[ 24837] By: steveh on 2005/06/14 13:13:17 + Log: Don't delete IO/Zlib during distclean on Win32 + + (IO/Socket still needs to go, though) + Branch: perl + ! win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 24836] By: rgs on 2005/06/14 13:02:24 + Log: Document ${^UTF8LOCALE} + Branch: perl + ! pod/perlvar.pod +____________________________________________________________________________ +[ 24835] By: rgs on 2005/06/14 12:12:33 + Log: Add IO::Zlib in maintainers list + Branch: perl + ! Porting/Maintainers.pl +____________________________________________________________________________ +[ 24834] By: rgs on 2005/06/14 12:06:40 + Log: Add IO::Zlib 1.04 to bleadperl + Branch: perl + + lib/IO/Zlib.pm lib/IO/Zlib/t/basic.t lib/IO/Zlib/t/external.t + + lib/IO/Zlib/t/getc.t lib/IO/Zlib/t/getline.t + + lib/IO/Zlib/t/import.t lib/IO/Zlib/t/large.t + + lib/IO/Zlib/t/tied.t lib/IO/Zlib/t/uncomp1.t + + lib/IO/Zlib/t/uncomp2.t + ! MANIFEST Makefile.SH +____________________________________________________________________________ +[ 24833] By: davem on 2005/06/14 10:15:10 + Log: Perl_magic_freearylen_p could coredump + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 24832] By: rgs on 2005/06/14 08:52:46 + Log: Subject: better assertion support + From: Salvador Fandiño + Date: Mon, 13 Jun 2005 16:48:01 +0100 + Message-ID: <20050613154719.29295.qmail@lists.develooper.com> + Branch: perl + + lib/assertions/compat.pm t/comp/asstcompat.t + ! MANIFEST lib/assertions.pm lib/assertions/activate.pm perl.c + ! pod/perlrun.pod t/comp/assertions.t t/run/switch_A.t +____________________________________________________________________________ +[ 24831] By: rgs on 2005/06/14 08:31:18 + Log: Since the version module is use'd afterwards, use_ok needs to be + in a BEGIN block + Branch: perl + ! lib/version.t +____________________________________________________________________________ +[ 24830] By: steveh on 2005/06/14 07:42:33 + Log: Add BUILDOPTEXTRA to Win32 makefiles + + This allows extra build options, e.g. -DNO_HASH_SEED, to be + specified on the command line, which is otherwise not possible + under nmake using the existing BUILDOPT macro + + Suggested by Jan Dubois + Branch: perl + ! win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 24829] By: nicholas on 2005/06/13 22:29:00 + Log: Pay attention to the comments that Dave writes. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24828] By: rgs on 2005/06/13 20:22:52 + Log: Comment nit to help Devel::Cover, spotted by Steve Peters + Branch: perl + ! ext/POSIX/POSIX.xs +____________________________________________________________________________ +[ 24827] By: nicholas on 2005/06/13 20:18:57 + Log: Croak if an attempt is made to modify PL_strtab + (er, TODO - these should be in perldiag) + Branch: perl + ! ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs + ! ext/XS/APItest/t/hash.t hv.c +____________________________________________________________________________ +[ 24826] By: nicholas on 2005/06/13 20:17:56 + Log: More SvPV consting + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 24825] By: steveh on 2005/06/13 16:35:19 + Log: Subject: [PATCH @ 24819] Re: Change 24806: improve static build for win32/Makefile + From: vadim + Date: Mon, 13 Jun 2005 15:41:41 -0400 + Message-Id: <1118691701.6333.32.camel@mdk10> + Branch: perl + ! win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 24824] By: nicholas on 2005/06/13 16:24:57 + Log: With shared hash key scalars now accessing the hash via the PVX, you + can't fake them with regular PVIVs. So fake method calls have to use + real shared hask key scalars. + Branch: perl + ! ext/B/t/optree_specials.t op.c +____________________________________________________________________________ +[ 24823] By: rgs on 2005/06/13 15:20:05 + Log: Subject: [PATCH] Bring bleadperl up to version.pm + From: John Peacock + Date: Mon, 06 Jun 2005 05:18:21 -0400 + Message-ID: <42A414DD.8090504@rowman.com> + Branch: perl + ! configpm embed.fnc lib/h2xs.t lib/version.pm lib/version.t + ! pod/perlapi.pod pp_ctl.c proto.h t/comp/require.t t/comp/use.t + ! t/op/universal.t t/op/ver.t universal.c util.c utils/h2xs.PL +____________________________________________________________________________ +[ 24822] By: rgs on 2005/06/13 12:49:18 + Log: Subject: [PATCH] Re: [perl #36047] perlmod.pod/CLONESKIP error + From: Offer Kaye + Date: Thu, 2 Jun 2005 09:14:53 +0300 + Message-ID: <56942505060123146e5eb1c2@mail.gmail.com> + Branch: perl + ! pod/perlmod.pod +____________________________________________________________________________ +[ 24821] By: nicholas on 2005/06/13 11:48:05 + Log: Change 24816 forgot to update makedef.pl + Branch: perl + ! makedef.pl +____________________________________________________________________________ +[ 24820] By: rgs on 2005/06/13 11:28:43 + Log: Make some variables global, to avoid some "will not stay + shared" warnings at compile time + Branch: perl + ! lib/ExtUtils/ParseXS.pm +____________________________________________________________________________ +[ 24819] By: nicholas on 2005/06/13 09:43:18 + Log: S_share_hek_flags can revert to returning a HEK + Branch: perl + ! embed.fnc hv.c proto.h +____________________________________________________________________________ +[ 24818] By: rgs on 2005/06/13 09:13:43 + Log: Remove MANIFEST for Compress::Zlib + Branch: perl + - ext/Compress/Zlib/MANIFEST + ! MANIFEST +____________________________________________________________________________ +[ 24817] By: rgs on 2005/06/13 09:00:00 + Log: Make SvUPGRADE always have the value '1' + Make sv_upgrade a void function + Branch: perl + ! embed.fnc pod/perlapi.pod proto.h sv.c sv.h +____________________________________________________________________________ +[ 24816] By: nicholas on 2005/06/13 08:25:53 + Log: We no longer need PL_shared_hek_table + Branch: perl + ! embedvar.h ext/threads/threads.xs intrpvar.h perl.c perlapi.h + ! sv.c +____________________________________________________________________________ +[ 24815] By: rgs on 2005/06/13 07:58:31 + Log: Help "make distclean" + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 24814] By: nicholas on 2005/06/12 23:40:55 + Log: Clone all shared string PVs as shared string PVs (now that we can do + it very efficiently) + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24813] By: nicholas on 2005/06/12 22:34:39 + Log: duping shared hask key scalars can use hek_dup + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24812] By: nicholas on 2005/06/12 22:33:51 + Log: hek_dup can now store the HEK rather than the HE, as there is now a + fast way to share a hek + Branch: perl + ! hv.c +____________________________________________________________________________ +[ 24811] By: nicholas on 2005/06/12 21:59:34 + Log: Provide share_hek_hek, and use it for fast copying of shared string + scalars. + Branch: perl + ! hv.h sv.c +____________________________________________________________________________ +[ 24810] By: nicholas on 2005/06/12 21:58:23 + Log: Compare HE *s in S_unshare_hek_or_pvn's tight hek loop, rather than + HEKs + Branch: perl + ! hv.c +____________________________________________________________________________ +[ 24809] By: nicholas on 2005/06/12 21:08:33 + Log: Shortcut chasing round strtab when we're not the last reference. + Branch: perl + ! hv.c +____________________________________________________________________________ +[ 24808] By: nicholas on 2005/06/12 20:00:18 + Log: In the shared string table, store the HE and HEK next to each other + in one malloc()ed block. + Branch: perl + ! hv.c hv.h +____________________________________________________________________________ +[ 24807] By: merijn on 2005/06/12 09:58:32 + Log: Subject: [PATCH] perlipc.pod: mkfifo() + From: Alexey Tourbin + Date: Sat, 11 Jun 2005 16:26:56 +0400 + Message-ID: <20050611122656.GC8181@solemn.turbinal.org> + Branch: perl + ! pod/perlipc.pod +____________________________________________________________________________ +[ 24806] By: merijn on 2005/06/12 09:54:07 + Log: Subject: improve static build for win32/Makefile + From: vadim + Date: Sun, 12 Jun 2005 14:09:11 -0400 + Message-Id: <1118599750.2732.2.camel@mdk10> + Branch: perl + ! win32/Makefile +____________________________________________________________________________ +[ 24805] By: merijn on 2005/06/12 09:19:38 + Log: Subject: RE: 05gzsetp.t and initial 'ver' in test output + From: "Paul Marquess" + Date: Sat, 11 Jun 2005 22:23:00 +0100 + Message-Id: <20050611212234.UGOL29707.aamta11-winn.ispmail.ntl.com@MARQUESSPT21> + Branch: perl + ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/Zlib.pm + ! ext/Compress/Zlib/t/05gzsetp.t +____________________________________________________________________________ +[ 24804] By: nicholas on 2005/06/11 21:05:29 + Log: This isn't an LVALUE, so make the compiler enforce that. + Branch: perl + ! sv.h +____________________________________________________________________________ +[ 24803] By: nicholas on 2005/06/11 18:01:32 + Log: hash key code cleanup + Branch: perl + ! embed.fnc hv.c hv.h proto.h +____________________________________________________________________________ +[ 24802] By: nicholas on 2005/06/11 17:00:52 + Log: Shrink shared hash scalars from PVIV to PV + Branch: perl + ! embed.fnc embed.h proto.h sv.c sv.h +____________________________________________________________________________ +[ 24801] By: nicholas on 2005/06/11 14:08:00 + Log: Propagate const/mutable/not into the SvPV call for retrieving an + overloaded value. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24800] By: nicholas on 2005/06/10 23:12:29 + Log: More SvPV consting. And other related drive-by refactoring. + Branch: perl + ! regcomp.c regexec.c taint.c toke.c universal.c utf8.c util.c + ! xsutils.c +____________________________________________________________________________ +[ 24799] By: nicholas on 2005/06/10 22:06:15 + Log: More SvPV consting, including some code cleanup and living dangerously + with socket API calls. + Branch: perl + ! pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c +____________________________________________________________________________ +[ 24798] By: nicholas on 2005/06/10 20:48:35 + Log: Move SvPV consting, remove an n_a, and correct one error in Move() + Branch: perl + ! doio.c doop.c dump.c op.c sv.c +____________________________________________________________________________ +[ 24797] By: nicholas on 2005/06/10 18:42:47 + Log: Allison says that "Media" isn't really needed in the name. + Branch: perl + ! pod/perl.pod +____________________________________________________________________________ +[ 24796] By: nicholas on 2005/06/10 16:26:43 + Log: Add SvGROW_mutable + Branch: perl + ! sv.c sv.h +____________________________________________________________________________ +[ 24795] By: nicholas on 2005/06/10 15:44:47 + Log: Passing read only values (such as string constants) to select should + croak. + Branch: perl + + t/op/sselect.t + ! MANIFEST pp_sys.c +____________________________________________________________________________ +[ 24794] By: nicholas on 2005/06/10 15:16:43 + Log: Don't pass constants to select + Branch: perl + ! t/op/lex_assign.t +____________________________________________________________________________ +[ 24793] By: rgs on 2005/06/10 13:44:35 + Log: Pre-run and disarm the code automodification run by + Compress::Zlib's Makefile + Branch: perl + ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/Zlib.pm + ! ext/Compress/Zlib/examples/filtdef + ! ext/Compress/Zlib/examples/filtinf + ! ext/Compress/Zlib/examples/gzcat + ! ext/Compress/Zlib/examples/gzgrep + ! ext/Compress/Zlib/examples/gzstream + ! ext/Compress/Zlib/t/01version.t ext/Compress/Zlib/t/02zlib.t + ! ext/Compress/Zlib/t/03examples.t + ! ext/Compress/Zlib/t/04encoding.t + ! ext/Compress/Zlib/t/05gzsetp.t ext/Compress/Zlib/t/06gzdopen.t +____________________________________________________________________________ +[ 24792] By: rgs on 2005/06/10 12:53:21 + Log: Update Windows makefiles + Branch: perl + ! win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 24791] By: nicholas on 2005/06/10 12:44:30 + Log: Work around bug 36211, plus a lot of TODO regression tests for local/ + $#... interaction. + Branch: perl + ! scope.c t/op/array.t +____________________________________________________________________________ +[ 24790] By: rgs on 2005/06/10 12:44:02 + Log: Update maintainers list + Branch: perl + ! Porting/Maintainers.pl +____________________________________________________________________________ +[ 24789] By: rgs on 2005/06/10 12:30:14 + Log: Bump version number + Branch: perl + ! ext/Compress/Zlib/Zlib.pm +____________________________________________________________________________ +[ 24788] By: rgs on 2005/06/10 12:09:30 + Log: Makefile.PL adjustments for the core + Branch: perl + ! ext/Compress/Zlib/Makefile.PL +____________________________________________________________________________ +[ 24787] By: rgs on 2005/06/10 12:07:01 + Log: SvUPGRADE returns void in blead + Branch: perl + ! ext/Compress/Zlib/Zlib.xs +____________________________________________________________________________ +[ 24786] By: rgs on 2005/06/10 12:05:38 + Log: Drom Compress::Zlib 1.34 in ext/ + Branch: perl + + ext/Compress/Zlib/ANNOUNCE ext/Compress/Zlib/Changes + + ext/Compress/Zlib/MANIFEST ext/Compress/Zlib/Makefile.PL + + ext/Compress/Zlib/README ext/Compress/Zlib/Zlib.pm + + ext/Compress/Zlib/Zlib.xs ext/Compress/Zlib/config.in + + ext/Compress/Zlib/examples/filtdef + + ext/Compress/Zlib/examples/filtinf + + ext/Compress/Zlib/examples/gzcat + + ext/Compress/Zlib/examples/gzgrep + + ext/Compress/Zlib/examples/gzstream + + ext/Compress/Zlib/fallback.h ext/Compress/Zlib/fallback.xs + + ext/Compress/Zlib/t/01version.t ext/Compress/Zlib/t/02zlib.t + + ext/Compress/Zlib/t/03examples.t + + ext/Compress/Zlib/t/04encoding.t + + ext/Compress/Zlib/t/05gzsetp.t ext/Compress/Zlib/t/06gzdopen.t + + ext/Compress/Zlib/typemap + + ext/Compress/Zlib/zlib-src-1.2.2/adler32.c + + ext/Compress/Zlib/zlib-src-1.2.2/compress.c + + ext/Compress/Zlib/zlib-src-1.2.2/crc32.c + + ext/Compress/Zlib/zlib-src-1.2.2/crc32.h + + ext/Compress/Zlib/zlib-src-1.2.2/deflate.c + + ext/Compress/Zlib/zlib-src-1.2.2/deflate.h + + ext/Compress/Zlib/zlib-src-1.2.2/gzio.c + + ext/Compress/Zlib/zlib-src-1.2.2/infback.c + + ext/Compress/Zlib/zlib-src-1.2.2/inffast.c + + ext/Compress/Zlib/zlib-src-1.2.2/inffast.h + + ext/Compress/Zlib/zlib-src-1.2.2/inffixed.h + + ext/Compress/Zlib/zlib-src-1.2.2/inflate.c + + ext/Compress/Zlib/zlib-src-1.2.2/inflate.h + + ext/Compress/Zlib/zlib-src-1.2.2/inftrees.c + + ext/Compress/Zlib/zlib-src-1.2.2/inftrees.h + + ext/Compress/Zlib/zlib-src-1.2.2/trees.c + + ext/Compress/Zlib/zlib-src-1.2.2/trees.h + + ext/Compress/Zlib/zlib-src-1.2.2/uncompr.c + + ext/Compress/Zlib/zlib-src-1.2.2/zconf.h + + ext/Compress/Zlib/zlib-src-1.2.2/zlib.h + + ext/Compress/Zlib/zlib-src-1.2.2/zutil.c + + ext/Compress/Zlib/zlib-src-1.2.2/zutil.h + ! MANIFEST +____________________________________________________________________________ +[ 24785] By: nicholas on 2005/06/10 10:06:30 + Log: Change 24531 broke DEBUG_LEAKING_SCALARS. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24784] By: nicholas on 2005/06/09 21:01:42 + Log: $r = do {my @a; \$#a}; $$r = 503 # is also naughty and now warns + Branch: perl + ! av.c pod/perldiag.pod t/op/array.t +____________________________________________________________________________ +[ 24783] By: nicholas on 2005/06/09 19:02:43 + Log: Fixes the case of $a = \$#{[]}; and then accessing $$a + (but not \$#a after local @a or my @a leave a block) + Branch: perl + ! av.c dump.c embed.fnc embed.h mg.c perl.h proto.h t/op/array.t +____________________________________________________________________________ +[ 24782] By: nicholas on 2005/06/09 16:37:18 + Log: Convert op/array.t to test.pl + Branch: perl + ! t/op/array.t +____________________________________________________________________________ +[ 24781] By: rgs on 2005/06/09 15:32:09 + Log: Revert part of previous patch + Branch: perl + ! util.c +____________________________________________________________________________ +[ 24780] By: rgs on 2005/06/09 15:12:39 + Log: Subject: [PATCH] regcomp.c and more + From: Andy Lester + Date: Thu, 9 Jun 2005 10:05:56 -0500 + Message-ID: <20050609150556.GA30554@petdance.com> + Branch: perl + ! embed.fnc mg.c perly.c proto.h regcomp.c sv.c util.c +____________________________________________________________________________ +[ 24778] By: nicholas on 2005/06/09 10:36:53 + Log: More SvPV consting + Branch: perl + ! mg.c perlio.c pp_pack.c +____________________________________________________________________________ +[ 24777] By: nicholas on 2005/06/09 10:36:40 + Log: Don't ignore errors from an eval. + Branch: perl + ! t/op/pack.t +____________________________________________________________________________ +[ 24776] By: nicholas on 2005/06/09 09:23:55 + Log: Update API docs. + Branch: perl + ! pod/perlapi.pod +____________________________________________________________________________ +[ 24775] By: nicholas on 2005/06/09 09:22:18 + Log: Change perforce filetype from text to text+w (so regen.pl is happy) + Branch: perl + ! opnames.h reentr.c reentr.h +____________________________________________________________________________ +[ 24774] By: nicholas on 2005/06/09 09:15:55 + Log: reentr.pl should be using regen_lib.pl and unlinking files before it + starts. + Branch: perl + ! reentr.pl +____________________________________________________________________________ +[ 24773] By: nicholas on 2005/06/09 08:59:21 + Log: Make minitest pass (must skip if no dynaloading) + Branch: perl + ! t/op/goto_xs.t +____________________________________________________________________________ +[ 24772] By: rgs on 2005/06/09 08:12:03 + Log: Subject: [PATCH] pp_pack.c cleanup + From: Andy Lester + Date: Wed, 8 Jun 2005 10:23:53 -0500 + Message-ID: <20050608152353.GA6253@petdance.com> + Branch: perl + ! pp_pack.c +____________________________________________________________________________ +[ 24771] By: rgs on 2005/06/09 07:59:09 + Log: Subject: [PATCH] perlfunc.pod: ioctl.ph + From: Alexey Tourbin + Date: Wed, 8 Jun 2005 13:45:08 +0400 + Message-ID: <20050608094508.GJ5867@solemn.turbinal.org> + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 24770] By: rgs on 2005/06/09 07:44:36 + Log: Subject: [PATCH] instead of unions use double cast for data pointer <-> function pointer + From: Jarkko Hietaniemi + Date: Thu, 09 Jun 2005 08:50:56 +0300 + Message-ID: <42A7D8C0.1080104@gmail.com> + Branch: perl + ! ext/DynaLoader/dl_dlopen.xs perl.h sv.c toke.c +____________________________________________________________________________ +[ 24769] By: nicholas on 2005/06/08 22:48:00 + Log: More SvPV consting + Branch: perl + ! dump.c mg.c op.c pp_hot.c pp_sys.c regexec.c +____________________________________________________________________________ +[ 24768] By: nicholas on 2005/06/08 22:45:39 + Log: The old COW code needs to use SvPVX_mutable when doing copy-on-write. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24767] By: nicholas on 2005/06/08 22:43:58 + Log: Add SvPV_mutable for use by the old COW code. + Branch: perl + ! sv.h +____________________________________________________________________________ +[ 24766] By: nicholas on 2005/06/08 20:32:35 + Log: sv_setsv is allowed to swipe buffers from read only scalars + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24765] By: nicholas on 2005/06/08 19:49:08 + Log: const-ize pp_formline + Branch: perl + ! pp_ctl.c +____________________________________________________________________________ +[ 24764] By: merijn on 2005/06/08 19:14:19 + Log: Cygwin fails to open $^X on many occasion here + afile is still available from the previous test + Branch: perl + ! t/io/layers.t +____________________________________________________________________________ +[ 24763] By: nicholas on 2005/06/08 17:48:35 + Log: Remove repeated Cs + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 24762] By: nicholas on 2005/06/08 17:48:17 + Log: Remove the n_a + Branch: perl + ! malloc.c +____________________________________________________________________________ +[ 24761] By: nicholas on 2005/06/08 16:02:54 + Log: Add and use MgPV_nolen_const + Branch: perl + ! mg.c mg.h +____________________________________________________________________________ +[ 24760] By: nicholas on 2005/06/08 15:39:40 + Log: Nuke some more n_a, and convert S_gv_ename from char * to const char * + Branch: perl + ! doop.c dump.c embed.fnc mg.c op.c pp_hot.c pp_pack.c pp_sys.c + ! proto.h regcomp.c taint.c toke.c +____________________________________________________________________________ +[ 24759] By: nicholas on 2005/06/08 14:52:17 + Log: Allow a null length pointer to sv_pvn_force_flags. + Add SvPV_force_nolen and use it to remove some Cs + Branch: perl + ! embed.fnc pp.c pp_ctl.c proto.h sv.c sv.h +____________________________________________________________________________ +[ 24758] By: nicholas on 2005/06/08 13:43:23 + Log: n_a no more + Branch: perl + ! perl.c pp_ctl.c pp_sys.c universal.c +____________________________________________________________________________ +[ 24757] By: nicholas on 2005/06/08 11:00:54 + Log: Eliminate more Cs + Branch: perl + ! XSUB.h pp.h +____________________________________________________________________________ +[ 24756] By: nicholas on 2005/06/08 11:00:33 + Log: A mising cast (given that rx->subbeg is only char *) + Branch: perl + ! pp_hot.c +____________________________________________________________________________ +[ 24755] By: nicholas on 2005/06/08 10:08:01 + Log: s/PERL_COPY_ON_WRITE/PERL_OLD_COPY_ON_WRITE/g + Branch: perl + ! dump.c embed.fnc embed.h ext/B/t/bytecode.t + ! ext/Devel/PPPort/parts/embed.fnc makedef.pl mg.c pad.c + ! pp_ctl.c pp_hot.c proto.h regcomp.c regexec.c regexp.h sv.c + ! sv.h +____________________________________________________________________________ +[ 24754] By: rgs on 2005/06/08 09:19:18 + Log: Subject: [PATCH] regexec.c utf8 loading + From: Andy Lester + Date: Wed, 8 Jun 2005 00:03:32 -0500 + Message-ID: <20050608050332.GA31059@petdance.com> + Branch: perl + ! regexec.c +____________________________________________________________________________ +[ 24753] By: rgs on 2005/06/08 09:12:17 + Log: Subject: Re: FindBin.pm: incomplete getcwd/cwd patch and SELinux (Strict policy) + From: José Pedro Oliveira + Date: Tue, 07 Jun 2005 21:07:42 +0100 + Message-ID: <42A5FE8E.3020608@di.uminho.pt> + Branch: perl + ! lib/FindBin.pm +____________________________________________________________________________ +[ 24752] By: nicholas on 2005/06/08 09:09:52 + Log: One more SvPV_const + Branch: perl + ! pp.c +____________________________________________________________________________ +[ 24751] By: nicholas on 2005/06/08 09:09:28 + Log: Don't test the core XS code yet with PERL_DEBUG_COW > 1 + Branch: perl + ! sv.h +____________________________________________________________________________ +[ 24750] By: nicholas on 2005/06/08 08:50:06 + Log: Remove two more unused Cs + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 24749] By: nicholas on 2005/06/08 08:49:32 + Log: Better sv_2pv_flags implementation (avoid writing to n_a) + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24748] By: nicholas on 2005/06/08 08:07:05 + Log: Convert POPpx POPpconstx and POPpbytex to use nolen macros. + Elminate a lot of Cs + Branch: perl + ! pp.h pp_ctl.c pp_sys.c +____________________________________________________________________________ +[ 24747] By: nicholas on 2005/06/08 08:05:47 + Log: Add SvPVx_nolen and SvPVbytex_nolen + Branch: perl + ! sv.h +____________________________________________________________________________ +[ 24746] By: nicholas on 2005/06/08 08:04:53 + Log: More SvPV consting + Branch: perl + ! perly.act perly.y +____________________________________________________________________________ +[ 24745] By: rgs on 2005/06/08 06:51:48 + Log: Mark a static function as static + Branch: perl + ! utf8.c +____________________________________________________________________________ +[ 24744] By: nicholas on 2005/06/07 22:22:34 + Log: More SvPV consting + Branch: perl + ! doop.c pp.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c regexec.c + ! sv.c toke.c +____________________________________________________________________________ +[ 24743] By: nicholas on 2005/06/07 21:16:13 + Log: More SvPV consting + Branch: perl + ! doop.c mg.c perl.c pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sys.c + ! sv.c +____________________________________________________________________________ +[ 24742] By: nicholas on 2005/06/07 19:45:13 + Log: More consting of SvPV + Branch: perl + ! embed.fnc pp_ctl.c proto.h sv.c +____________________________________________________________________________ +[ 24741] By: rgs on 2005/06/07 19:30:35 + Log: The definition of SvPVx_nolen_const is missing for non GNU-C compilers + Branch: perl + ! sv.h +____________________________________________________________________________ +[ 24740] By: nicholas on 2005/06/07 18:38:39 + Log: More SvPV consting. + Branch: perl + ! doio.c doop.c gv.c mg.c perlio.c pp.c pp_ctl.c pp_hot.c + ! pp_pack.c pp_sys.c sv.c toke.c universal.c util.c +____________________________________________________________________________ +[ 24739] By: nicholas on 2005/06/07 18:33:08 + Log: Add SvPV_nolen_const and SvPV_nomg_const + Branch: perl + ! sv.h +____________________________________________________________________________ +[ 24738] By: nicholas on 2005/06/07 18:32:44 + Log: Add MgPV_const + Branch: perl + ! mg.h +____________________________________________________________________________ +[ 24737] By: rgs on 2005/06/07 18:07:41 + Log: Remove unused variable (thanks to Andy's lint) + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 24736] By: nicholas on 2005/06/07 17:35:10 + Log: Change 24733 allows several pointers to be NULL. Therefore this + should be reflected in their attributes. + Branch: perl + ! embed.fnc proto.h +____________________________________________________________________________ +[ 24735] By: rgs on 2005/06/07 17:03:16 + Log: Subject: [PATCH] Random cleanups #47 + From: Andy Lester + Date: Mon, 6 Jun 2005 10:11:07 -0500 + Message-ID: <20050606151107.GC7022@petdance.com> + Branch: perl + ! Makefile.SH README.aix embed.fnc hv.c numeric.c op.c pad.c + ! pod/perldebug.pod pp_ctl.c proto.h sv.c toke.c util.c +____________________________________________________________________________ +[ 24734] By: rgs on 2005/06/07 15:58:23 + Log: make some more functions static + + Subject: [PATCH] B/C/C.xs: static my_runops() + Message-ID: <20050604232451.GT5867@solemn.turbinal.org> + + Subject: [PATCH] Devel/Peek/Peek.xs: make plain C functions static + Message-ID: <20050604232952.GU5867@solemn.turbinal.org> + + Subject: [PATCH] File/Glob/Glob.xs: errfunc() should be static + Message-ID: <20050604233414.GV5867@solemn.turbinal.org> + + all being : + From: Alexey Tourbin + Date: Sun, 5 Jun 2005 + Branch: perl + ! ext/B/C/C.xs ext/Devel/Peek/Peek.xs ext/File/Glob/Glob.xs +____________________________________________________________________________ +[ 24733] By: nicholas on 2005/06/07 15:10:38 + Log: Simplify the implementation of SvPV*nolen functions + Branch: perl + ! sv.c sv.h +____________________________________________________________________________ +[ 24732] By: nicholas on 2005/06/07 14:57:35 + Log: Ensure string table counts are balanced. (Was not true in op/pack.t) + Branch: perl + ! sv.c sv.h +____________________________________________________________________________ +[ 24731] By: rgs on 2005/06/07 14:44:55 + Log: Remove unneeded #ifdef VMS since VMS is not defined here anyway + (spotted by Steve_p) + Branch: perl + ! util.c +____________________________________________________________________________ +[ 24730] By: rgs on 2005/06/07 14:35:25 + Log: Subject: [PATCH] one more round of is_utf8_foo tuneup + From: Jarkko Hietaniemi + Date: Sun, 05 Jun 2005 18:06:12 +0300 + Message-ID: <42A314E4.8060608@gmail.com> + Branch: perl + ! embed.fnc embed.h global.sym mg.c pod/perlapi.pod proto.h + ! utf8.c utf8.h +____________________________________________________________________________ +[ 24729] By: rgs on 2005/06/07 13:53:59 + Log: Subject: [PATCH] util.c: S_vdie_common() should be static + From: Alexey Tourbin + Date: Sun, 5 Jun 2005 03:08:30 +0400 + Message-ID: <20050604230830.GS5867@solemn.turbinal.org> + Branch: perl + ! util.c +____________________________________________________________________________ +[ 24728] By: rgs on 2005/06/07 13:15:45 + Log: Fix apidoc for newSVhek + Branch: perl + ! pod/perlapi.pod sv.c +____________________________________________________________________________ +[ 24727] By: nicholas on 2005/06/07 13:01:42 + Log: make pp_split const + Branch: perl + ! pp.c +____________________________________________________________________________ +[ 24726] By: nicholas on 2005/06/07 12:11:48 + Log: Lots of consting + Branch: perl + ! doio.c doop.c gv.c hv.c op.c pp.c pp_ctl.c pp_hot.c pp_pack.c + ! pp_sys.c +____________________________________________________________________________ +[ 24725] By: nicholas on 2005/06/07 12:08:58 + Log: The FBM compile code is mutable, because it's permissible to FBM + compile a read-only value. + Branch: perl + ! util.c +____________________________________________________________________________ +[ 24724] By: nicholas on 2005/06/07 12:07:49 + Log: XS_VERSION_BOOTCHECK is read only. + Branch: perl + ! XSUB.h +____________________________________________________________________________ +[ 24723] By: nicholas on 2005/06/07 12:06:13 + Log: POPpx needs a const equivalent. + Branch: perl + ! pp.h +____________________________________________________________________________ +[ 24722] By: nicholas on 2005/06/07 12:03:56 + Log: Make a start at consting calls to SvPV. SV conversion and upgrade + routines need to be mutable, as it's permitted to change the type of + a READONLY SV, or cache the string or number conversion. + Other routines are mostly const. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24721] By: nicholas on 2005/06/07 12:00:09 + Log: Need const versions of SvPV(), so that its callers can indicate + whether they are read/write or read only + Also provide a mutable version, for the internals to use where it + needs a non-const pointer, but will be writing. Callers of this are + assumed to be aware of how copy on write is working, and to keep + track of core changes. + + For now check that SVs are not READONLY when const versions are used. + (with DEBUG_COW > 1). COW is going to have to be orthogonal to Perl's + READONLY flag, but for now it provides a good test indicator. + Branch: perl + ! sv.h +____________________________________________________________________________ +[ 24720] By: rgs on 2005/06/07 09:23:58 + Log: Subject: [PATCH] Re: [perl #36130] chr(-1) should probably return undef + From: Jarkko Hietaniemi + Date: Mon, 06 Jun 2005 20:28:35 +0300 + Message-ID: <42A487C3.8010306@gmail.com> + Branch: perl + ! pod/perlfunc.pod pp.c t/op/chr.t +____________________________________________________________________________ +[ 24719] By: rgs on 2005/06/07 09:02:23 + Log: Subject: RE: a bit of trouble with compiling with MSVC++ on Win32 + From: "Konovalov, Vadim" + Date: Tue, 7 Jun 2005 13:19:33 +0400 + Message-ID: <7DD1BE2C50259746ABB8683672D2089E12D462@itotest-1.spb.lucent.com> + Branch: perl + ! README.win32 +____________________________________________________________________________ +[ 24718] By: rgs on 2005/06/07 08:56:37 + Log: Subject: [perl #36193] crash in Perl_yyerror due to missing check for NULL + From: "Todd C. Miller" (via RT) + Date: 6 Jun 2005 23:24:28 -0000 + Message-ID: + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 24717] By: merijn on 2005/06/07 08:18:59 + Log: Subject: [PATCH] Unvoid SvUPGRADE + From: Andy Lester + Date: Mon, 6 Jun 2005 23:08:50 -0500 + Message-ID: <20050607040850.GA7033@petdance.com> + Branch: perl + ! doio.c doop.c gv.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c + ! scope.c sv.c sv.h toke.c util.c +____________________________________________________________________________ +[ 24716] By: nicholas on 2005/06/06 14:50:21 + Log: Abstract all access to the shared hash value through SvSHARED_HASH() + Branch: perl + ! hv.c pp_hot.c sv.c sv.h +____________________________________________________________________________ +[ 24715] By: nicholas on 2005/06/06 10:01:49 + Log: SvIsCOW_shared_hash is declared all the time, so use it. + Branch: perl + ! pp_hot.c +____________________________________________________________________________ +[ 24714] By: nicholas on 2005/06/06 09:08:45 + Log: Shared hash key scalars can be safely copied as shared hash key scalars + all the time. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24713] By: steveh on 2005/06/06 07:52:59 + Log: NORETURN_FUNCTION_END is not a complete statement + + (Fix compilation error following change #24702) + Branch: perl + ! ext/IO/IO.xs +____________________________________________________________________________ +[ 24712] By: steveh on 2005/06/06 07:47:06 + Log: We still need an "i" in the PERL_IMPLICIT_SYS case + + (Fix compilation error following change #24689) + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24711] By: merijn on 2005/06/06 06:18:51 + Log: Subject: [PATCH] Tru64: allow creating perl.pixie even with optimized Perl + From: Jarkko Hietaniemi + Date: Sun, 05 Jun 2005 18:28:08 +0300 + Message-ID: <42A31A08.3070601@gmail.com> + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 24710] By: merijn on 2005/06/06 06:01:30 + Log: Subject: [PATCH] Re: blead attribute warnings, cygwin + gcc 3.4.1 + From: Yitzchak Scott-Thoennes + Date: Sun, 5 Jun 2005 20:43:55 -0700 + Message-ID: <20050606034354.GA1456@efn.org> + Branch: perl + ! cygwin/cygwin.c +____________________________________________________________________________ +[ 24709] By: rgs on 2005/06/05 11:35:48 + Log: New test for getppid(), by Alexey Tourbin + Branch: perl + + t/op/getppid.t + ! MANIFEST +____________________________________________________________________________ +[ 24708] By: rgs on 2005/06/05 11:14:41 + Log: Subject: PATCH for [perl #36043] '@foo = sort { $a <=> $b } @bar' uses too much memory + From: Salvador Fandiño + Date: Jun 5, 2005 4:25 AM + Message-ID: <20050605022436.21982.qmail@lists.develooper.com> + Branch: perl + ! pp_sort.c +____________________________________________________________________________ +[ 24707] By: ams on 2005/06/05 03:55:11 + Log: Subject: [PATCH] Fix minor bummer in 24706 + From: Andy Lester + Date: Sat, 4 Jun 2005 23:09:04 -0500 + Message-Id: <20050605040904.GA27783@petdance.com> + Branch: perl + ! utf8.c +____________________________________________________________________________ +[ 24706] By: rgs on 2005/06/04 16:55:27 + Log: Subject: [PATCH] further speeding up of is_utf8_string() + From: Jarkko Hietaniemi + Date: Sat, 04 Jun 2005 13:40:15 +0300 + Message-ID: <42A1850F.4040109@gmail.com> + Branch: perl + + t/op/chr.t + ! MANIFEST embed.fnc embed.h global.sym proto.h utf8.c +____________________________________________________________________________ +[ 24705] By: rgs on 2005/06/04 16:49:33 + Log: Silence a const warning + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24704] By: rgs on 2005/06/04 16:06:38 + Log: Improve FindBin discovery of current directory, based on : + + Subject: FindBin.pm: incomplete getcwd/cwd patch? (#24375, #24379) + From: José Pedro Oliveira + Date: Thu, 12 May 2005 20:36:48 +0100 + Message-ID: <4283B050.6080805@di.uminho.pt> + + Plus POD fixes + Branch: perl + ! lib/FindBin.pm +____________________________________________________________________________ +[ 24703] By: rgs on 2005/06/04 07:16:11 + Log: Simplify the getppid code, by Alexey Tourbin + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 24702] By: rgs on 2005/06/03 22:22:43 + Log: Subject: [PATCH] Consting IO and Devel::Peek + From: Andy Lester + Reply-To: Perl 5 Porters + Message-ID: <20050531212621.GA12117@petdance.com> + Branch: perl + ! ext/Devel/Peek/Peek.xs ext/IO/IO.xs +____________________________________________________________________________ +[ 24701] By: rgs on 2005/06/03 22:07:57 + Log: Subject: [PATCH] Clean up UNI* macros in toke.c + From: Andy Lester + Date: Jun 3, 2005 7:14 PM + Message-ID: <20050603171448.GA5834@petdance.com> + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 24700] By: rgs on 2005/06/03 21:48:16 + Log: Subject: B::Concise torture + From: Jim Cromie + Date: Jun 2, 2005 6:36 AM + Message-ID: <429E8CBE.406@divsol.com> + (with formatting nits) + Branch: perl + ! ext/B/B/Concise.pm ext/B/t/concise-xs.t ext/B/t/concise.t +____________________________________________________________________________ +[ 24699] By: rgs on 2005/06/03 21:07:03 + Log: Subject: Re: [PATCH] Improved ICMP_UNREACHABLE handling in Net::Ping + From: Gisle Aas + Date: 03 Jun 2005 09:17:44 -0700 + Message-ID: + Branch: perl + ! lib/Net/Ping.pm +____________________________________________________________________________ +[ 24698] By: nicholas on 2005/06/03 12:00:01 + Log: Use newSVhek in the cloning code. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24697] By: nicholas on 2005/06/03 11:06:36 + Log: Use newSVhek where we're generating SVs from package names + Branch: perl + ! op.c pp.c sv.c toke.c +____________________________________________________________________________ +[ 24696] By: nicholas on 2005/06/03 10:03:21 + Log: s/newSVpv_hek/newSVhek/g; # Lousy choice of name + Branch: perl + ! embed.fnc embed.h hv.c proto.h sv.c +____________________________________________________________________________ +[ 24694] By: rgs on 2005/06/03 09:57:26 + Log: Bump version number + Branch: perl + ! ext/Devel/DProf/DProf.pm +____________________________________________________________________________ +[ 24693] By: rgs on 2005/06/03 09:52:21 + Log: Subject: Re: [perl #35977] perlbug AutoReply: Devel::DProf "unstacked calls in outer" + From: Duncan Findlay + Date: Wed, 1 Jun 2005 12:18:08 -0400 + Message-ID: <20050601161808.GA17294@duncf.mine.nu> + Branch: perl + ! utils/dprofpp.PL +____________________________________________________________________________ +[ 24692] By: nicholas on 2005/06/03 09:37:21 + Log: Create newSVpv_hek to reduce code duplication where HEKs need to be + turned into SVs + Branch: perl + ! embed.fnc embed.h global.sym hv.c sv.c +____________________________________________________________________________ +[ 24691] By: rgs on 2005/06/03 09:29:36 + Log: POD fixes + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 24690] By: rgs on 2005/06/03 08:37:42 + Log: Subject: Re: Should while ( <$fh> ) and while (< $fh >) do the same thing? + From: Yitzchak Scott-Thoennes + Date: Thu, 2 Jun 2005 11:49:11 -0700 + Message-ID: <20050602184911.GA3292@efn.org> + Branch: perl + ! pod/perlop.pod +____________________________________________________________________________ +[ 24689] By: rgs on 2005/06/03 08:31:26 + Log: Subject: [PATCH] Random consting + From: Andy Lester + Date: Thu, 2 Jun 2005 12:19:43 -0500 + Message-ID: <20050602171943.GA16553@petdance.com> + Branch: perl + ! doio.c dump.c embed.fnc embed.h global.sym gv.c hv.c malloc.c + ! perl.c perlio.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c + ! util.c +____________________________________________________________________________ +[ 24688] By: steveh on 2005/06/03 08:12:45 + Log: Subject: [PATCH] Run ICMP ping tests on Windows as long as we have admin privs + From: "Jan Dubois" + Date: Mon, 18 Apr 2005 20:16:24 -0700 + Message-Id: <200504190311.j3J3BM4p001792@smtp3.ActiveState.com> + + Subject: RE: [PATCH] Run ICMP ping tests on Windows as long as we have admin privs + From: "Jan Dubois" + Date: Tue, 19 Apr 2005 01:49:51 -0700 + Message-Id: <200504190844.j3J8inkW032630@smtp3.ActiveState.com> + + (There was no reply from Rob Brown in over a month, so commit to blead + for now. I'll email him again...) + Branch: perl + ! lib/Net/Ping.pm lib/Net/Ping/t/110_icmp_inst.t + ! lib/Net/Ping/t/500_ping_icmp.t +____________________________________________________________________________ +[ 24687] By: rgs on 2005/06/03 08:08:25 + Log: Subject: [PATCH] speed up is_utf8_char() + From: Jarkko Hietaniemi + Date: Thu, 02 Jun 2005 21:52:46 +0300 + Message-ID: <429F557E.3090007@gmail.com> + Branch: perl + ! utf8.c utf8.h +____________________________________________________________________________ +[ 24686] By: rgs on 2005/06/03 08:04:25 + Log: Subject: [PATCH] Quotes in pod/*.pod + From: Andy Lester + Date: Thu, 2 Jun 2005 16:19:54 -0500 + Message-ID: <20050602211954.GA22107@petdance.com> + Branch: perl + ! Porting/pumpkin.pod README.cygwin README.hurd README.mint + ! README.os390 README.vmesa pod/perlfaq.pod pod/perlfaq3.pod + ! pod/perlfaq4.pod pod/perlfaq6.pod pod/perlfaq7.pod + ! pod/perlfaq8.pod pod/perlfaq9.pod pod/perlgpl.pod + ! pod/perlhack.pod pod/perlipc.pod pod/perllocale.pod + ! pod/perlport.pod pod/perlre.pod pod/perlref.pod + ! pod/perlthrtut.pod +____________________________________________________________________________ +[ 24685] By: rgs on 2005/06/03 07:59:48 + Log: Indent fix + Branch: perl + ! pod/perlfaq7.pod +____________________________________________________________________________ +[ 24684] By: rgs on 2005/06/03 07:58:10 + 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 +____________________________________________________________________________ +[ 24683] By: rgs on 2005/06/03 07:45:21 + Log: Subject: [PATCH] symbian/xsbuild.pl + From: + Date: Fri, 3 Jun 2005 11:00:01 +0300 + Message-ID: + Branch: perl + ! symbian/xsbuild.pl +____________________________________________________________________________ +[ 24682] By: rgs on 2005/06/03 07:43:52 + Log: Subject: [PATCH] SvPVX_const() - patch #4 + From: Steve Peters + Date: Thu, 2 Jun 2005 13:41:35 -0500 + Message-ID: <20050602184135.GA13682@mccoy.peters.homeunix.org> + Branch: perl + ! embed.fnc pod/perlapi.pod proto.h regcomp.c regexec.c sv.c +____________________________________________________________________________ +[ 24681] By: rgs on 2005/06/02 16:44:51 + Log: Subject: Re: [patch] teach B::Concise to see XS code + From: Jim Cromie + Date: Wed, 01 Jun 2005 08:01:17 -0600 + Message-ID: <429DBFAD.1090308@divsol.com> + Branch: perl + ! ext/B/B/Concise.pm ext/B/t/concise.t +____________________________________________________________________________ +[ 24680] By: nicholas on 2005/06/02 16:40:58 + Log: Integrate perl587delta.pod, the changes in perlhist.pod, and update + the relevant makefiles and tables-of-contents to reflect this. + Branch: perl + +> pod/perl587delta.pod + !> MANIFEST Makefile.SH pod.lst pod/perl.pod pod/perlhist.pod + !> pod/perltoc.pod vms/descrip_mms.template win32/Makefile + !> win32/makefile.mk win32/pod.mak +____________________________________________________________________________ +[ 24679] By: steveh on 2005/06/02 15:57:13 + Log: Subject: DynaLoader dl_unload_file for win32 ( dl_win32.xs ) + From: DH + Date: Tue, 31 May 2005 08:33:27 -0700 (PDT) + Message-ID: <20050531153327.85145.qmail@unknown-209-73-178-237.yahoo.com> + + (with a couple of minor tweaks) + Branch: perl + ! win32/dl_win32.xs +____________________________________________________________________________ +[ 24678] By: nicholas on 2005/06/02 15:10:54 + Log: Dave can see a better way of doing the rounding. + Branch: perl + ! handy.h +____________________________________________________________________________ +[ 24677] By: nicholas on 2005/06/02 14:42:20 + Log: 24672 is innocent. valgrind + perl's malloc considered harmful. + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 24676] By: nicholas on 2005/06/02 13:36:01 + Log: Changes 24660 and 24665 both introduced errors into the USEMYMALLOC + code. Plus change 24672 appears to break under USEMYMALLOC, so revert + it for now. + Branch: perl + ! hv.c sv.c toke.c +____________________________________________________________________________ +[ 24675] By: rgs on 2005/06/02 11:19:02 + Log: Upgrade to ExtUtils::CBuilder 0.12 and ExtUtils::ParseXS 2.10 + Branch: perl + ! lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/Base.pm + ! lib/ExtUtils/CBuilder/Platform/Unix.pm + ! lib/ExtUtils/CBuilder/Platform/VMS.pm + ! lib/ExtUtils/CBuilder/Platform/Windows.pm + ! lib/ExtUtils/CBuilder/Platform/aix.pm + ! lib/ExtUtils/CBuilder/Platform/cygwin.pm + ! lib/ExtUtils/CBuilder/Platform/darwin.pm + ! lib/ExtUtils/CBuilder/Platform/os2.pm lib/ExtUtils/ParseXS.pm +____________________________________________________________________________ +[ 24674] By: rgs on 2005/06/02 09:39:26 + Log: CPP typo fix (by Dominic Dunlop) + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 24673] By: nicholas on 2005/06/02 09:29:48 + Log: Oops. My maths was too generous (by 1). + Branch: perl + ! handy.h +____________________________________________________________________________ +[ 24672] By: nicholas on 2005/06/02 09:24:17 + Log: Avoid duplicate calls to PAD_COMPNAME_OURSTASH, which is an expensive + macro. + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 24671] By: rgs on 2005/06/02 09:06:39 + Log: Fix changed diagnostic + Branch: perl + ! pod/perldiag.pod +____________________________________________________________________________ +[ 24670] By: ams on 2005/06/02 08:44:41 + Log: Subject: [PATCH] SvPVX_const() - part 3 ... and const'ing Storable + From: Steve Peters + Date: Tue, 31 May 2005 09:55:43 -0500 + Message-Id: <20050531145543.GA8051@mccoy.peters.homeunix.org> + Branch: perl + ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs + ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs + ! ext/PerlIO/encoding/encoding.xs ext/PerlIO/via/via.xs + ! ext/Storable/Storable.xs pp_hot.c pp_pack.c pp_sys.c scope.c +____________________________________________________________________________ +[ 24669] By: rgs on 2005/06/02 08:17:29 + Log: Subject: [PATCH] use lengths in sv_setpv() calls + From: Andy Lester + Date: Wed, 1 Jun 2005 23:16:56 -0500 + Message-ID: <20050602041656.GA3000@petdance.com> + Branch: perl + ! gv.c sv.c util.c +____________________________________________________________________________ +[ 24668] By: merijn on 2005/06/02 08:02:23 + Log: New HW model; more on threads for 10.20 + Branch: perl + ! README.hpux +____________________________________________________________________________ +[ 24667] By: merijn on 2005/06/02 07:52:09 + Log: HP-UX specific #pragma entered in #23890 is not supported + on HP-UX 10.20 and older + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 24666] By: merijn on 2005/06/02 07:39:30 + Log: Subject: [PATCH] Quotes fixed, see also perl #36079 + From: Andy Lester + Date: Thu, 2 Jun 2005 00:02:38 -0500 + Message-ID: <20050602050238.GA4001@petdance.com> + Branch: perl + ! av.c doio.c gv.c malloc.c perl.c perl.h perly.c + ! pod/perldiag.pod pp_sort.c pp_sys.c regcomp.c regexec.c + ! scope.h thrdvar.h toke.c util.c +____________________________________________________________________________ +[ 24665] By: nicholas on 2005/06/01 20:46:02 + Log: Round up all string length requests to malloc()/realloc() to the next + multiple of 4/8 bytes [sizeof(size_t)] on the assumption that malloc() + internally will quantise, and so we're going to use space that + otherwise would be wasted. Hopefully this will save realloc()ing. + Branch: perl + ! ext/Devel/Peek/t/Peek.t handy.h perl.h sv.c +____________________________________________________________________________ +[ 24664] By: nicholas on 2005/06/01 20:42:29 + Log: I think SvCUR() was intended rather than SvLEN() + Branch: perl + ! ext/Storable/Storable.xs +____________________________________________________________________________ +[ 24663] By: nicholas on 2005/06/01 15:40:57 + Log: We don't have XRVs any more, so remove the typedef + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 24662] By: nicholas on 2005/06/01 15:23:02 + Log: Zero-ing the new HV array is pointless, as we write to every element. + Also avoid calling into he_dup when the HE is 0, to save the function + call overhead. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24661] By: nicholas on 2005/06/01 15:08:02 + Log: As PERL_HV_ARRAY_ALLOC_BYTES is bytes, not items, the type should be + char rather than HE *. Bug was harmless, overallocating by a factor + of sizeof(HE *) + Branch: perl + ! hv.c +____________________________________________________________________________ +[ 24660] By: nicholas on 2005/06/01 14:33:14 + Log: Store the xhv_aux structure after the main array. + This reduces the size of HV bodies from 24 to 20 bytes on a 32 bit + build. It has the side effect of defined %symbol_table:: now always + being true. defined %hash is already deprecated. + Branch: perl + ! hv.c hv.h sv.c sv.h t/op/magic.t +____________________________________________________________________________ +[ 24659] By: nicholas on 2005/06/01 14:28:38 + Log: If we're building config_heavy.pl somewhere else, then we need to + require it, not something (or maybe nothing) in the correct place. + Branch: perl + ! configpm +____________________________________________________________________________ +[ 24658] By: rgs on 2005/06/01 14:16:32 + Log: Revert change #24656 + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 24657] By: nicholas on 2005/06/01 09:19:46 + Log: Following the head refactoring, the Newz doesn't clear the SvPVX + So PL_mess_sv contained an uninitialised value. + Branch: perl + ! util.c +____________________________________________________________________________ +[ 24656] By: rgs on 2005/06/01 09:12:37 + Log: Subject: [PATCH] eliminate always running mktables + From: Robin Barker + Date: Wed, 1 Jun 2005 09:55:16 +0100 + Message-ID: <533D273D4014D411AB1D00062938C4D90849C6B8@hotel.npl.co.uk> + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 24655] By: rgs on 2005/06/01 09:09:35 + Log: Don't touch lib/ExtUtils/Miniperl.pm when rebuild identically + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 24654] By: rgs on 2005/06/01 08:18:46 + Log: Subject: [PATCH] Re: [patch] teach B::Concise to see XS code + From: Stephen McCamant + Date: Sat, 21 May 2005 21:52:31 -0700 + Message-ID: <17040.4111.265639.434150@apocalypse.OCF.Berkeley.EDU> + + Correctly nullify CvSTART when undef'ing a CV + Branch: perl + ! op.c +____________________________________________________________________________ +[ 24653] By: rgs on 2005/06/01 07:56:50 + Log: Subject: Re: [patch] teach B::Concise to see XS code + From: Jim Cromie + Date: Sat, 21 May 2005 09:24:24 -0600 + Message-ID: <428F52A8.20702@divsol.com> + Branch: perl + + ext/B/t/concise-xs.t + ! MANIFEST ext/B/B/Concise.pm ext/B/t/concise.t +____________________________________________________________________________ +[ 24652] By: rgs on 2005/06/01 07:39:38 + Log: Subject: [PATCH] Speed up lib/unicore/mktables by 45% + From: Andy Lester + Date: Tue, 31 May 2005 12:39:00 -0500 + Message-ID: <20050531173900.GA9820@petdance.com> + Branch: perl + ! lib/unicore/mktables +____________________________________________________________________________ +[ 24651] By: rgs on 2005/05/31 20:34:44 + Log: Remove duplicated line + Branch: perl + ! lib/Module/CoreList.pm +____________________________________________________________________________ +[ 24650] By: rgs on 2005/05/31 20:31:55 + Log: Upgrade to Module::CoreList 2.02 + Branch: perl + ! lib/Module/CoreList.pm +____________________________________________________________________________ +[ 24649] By: nicholas on 2005/05/31 12:03:30 + Log: Attempt 2 at a diet memory layout can go live. + Branch: perl + ! av.h hv.h +____________________________________________________________________________ +[ 24648] By: nicholas on 2005/05/31 10:40:01 + Log: Avoid updating a variable in a loop. + Only calculate the number of links in a hash bucket chain if we really + need it. + Branch: perl + ! hv.c +____________________________________________________________________________ +[ 24646] By: nicholas on 2005/05/31 10:02:12 + Log: Avoid updating a variable in the loop + Branch: perl + ! hv.c +____________________________________________________________________________ +[ 24645] By: rgs on 2005/05/31 09:13:34 + Log: Subject: [PATCH] ByteLoader.xs cleanup + From: Andy Lester + Date: Mon, 30 May 2005 22:28:36 -0500 + Message-ID: <20050531032836.GA32198@petdance.com> + Branch: perl + ! ext/ByteLoader/ByteLoader.xs +____________________________________________________________________________ +[ 24644] By: merijn on 2005/05/31 05:41:24 + Log: Add DECC to the symbol list + Subject: [PATCH]lette Re: updated tru64 cc [PATCH]es (Re: [PATCH]es: Tru64/blead) + From: Yitzchak Scott-Thoennes + Date: Mon, 30 May 2005 16:33:15 -0700 + Message-ID: <20050530233315.GA3088@efn.org> + Branch: perl + ! Configure +____________________________________________________________________________ +[ 24642] By: davem on 2005/05/30 23:37:15 + Log: add pointer to email explaining why eval {goto &foo} is banned + Branch: perl + ! pp_ctl.c +____________________________________________________________________________ +[ 24638] By: nicholas on 2005/05/30 21:02:34 + Log: Change the logic to avoid needing to set a variable during the loop + Branch: perl + ! hv.c +____________________________________________________________________________ +[ 24633] By: nicholas on 2005/05/30 13:01:27 + Log: Various HvPLACEHOLDERS() that should be HvPLACEHOLDERS_get() + Branch: perl + ! hv.c +____________________________________________________________________________ +[ 24631] By: rgs on 2005/05/30 11:54:23 + Log: Upgrade to PathTools 3.08 + Branch: perl + ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm +____________________________________________________________________________ +[ 24630] By: merijn on 2005/05/30 11:07:45 + Log: gcc hints were not yet applied to gcc-4.x + Now they are + Branch: perl + ! hints/hpux.sh +____________________________________________________________________________ +[ 24629] By: rgs on 2005/05/30 11:07:15 + Log: Subject: [perl #36037] Perl 5.8.7-RC1 build problems on LynxOS + From: Olli Savia (via RT) + Date: 30 May 2005 10:59:35 -0000 + Message-ID: + Branch: perl + ! util.c +____________________________________________________________________________ +[ 24628] By: merijn on 2005/05/30 10:28:06 + Log: regen after #24627 + Branch: perl + ! perlapi.h +____________________________________________________________________________ +[ 24627] By: merijn on 2005/05/30 10:19:09 + Log: Subject: Re: updated tru64 cc [PATCH]es (Re: [PATCH]es: Tru64/blead) + From: Jarkko Hietaniemi + Date: Mon, 30 May 2005 09:15:56 +0300 + Message-ID: <429AAF9C.30503@gmail.com> + Branch: perl + ! embed.pl ext/DynaLoader/dl_dlopen.xs perl.h sv.c +____________________________________________________________________________ +[ 24626] By: rgs on 2005/05/30 08:54:51 + Log: Subject: [PATCH] Teeny optimization in S_hv_magic_check + From: Andy Lester + Date: Tue, 24 May 2005 11:41:15 -0500 + Message-ID: <20050524164115.GA12027@petdance.com> + Branch: perl + ! hv.c +____________________________________________________________________________ +[ 24625] By: rgs on 2005/05/30 08:48:12 + Log: Subject: [PATCH] More embed.fnc strictures, plus consting and localizing + From: Andy Lester + Date: Tue, 24 May 2005 11:47:22 -0500 + Message-ID: <20050524164722.GC12027@petdance.com> + + Subject: [PATCH] Remove unused casts + From: Andy Lester + Date: Tue, 24 May 2005 11:42:18 -0500 + Message-ID: <20050524164218.GB12027@petdance.com> + Branch: perl + ! embed.fnc op.c pp_sys.c proto.h regcomp.c regexec.c scope.c + ! sv.c +____________________________________________________________________________ +[ 24624] By: rgs on 2005/05/30 08:11:30 + Log: Minor grammar fix by Uri Guttman + Branch: perl + ! pod/perlre.pod +____________________________________________________________________________ +[ 24623] By: rgs on 2005/05/30 08:08:47 + Log: Subject: [PATCH] perlrun.pod -w description typo + From: Offer Kaye + Date: Mon, 30 May 2005 11:27:38 +0300 + Message-ID: <569425050530012768a9baca@mail.gmail.com> + Branch: perl + ! pod/perlrun.pod +____________________________________________________________________________ +[ 24622] By: rgs on 2005/05/30 07:45:09 + Log: Subject: [PATCH] Minor warning squashings + From: Andy Lester + Date: Sun, 29 May 2005 00:19:06 -0500 + Message-Id: <740ea3aca85400c6d03e945323badad4@petdance.com> + + Subject: [PATCH] Consting in Opcode.xs + From: Andy Lester + Date: Sun, 29 May 2005 11:23:50 -0500 + Message-ID: <20050529162350.GA13965@petdance.com> + + Subject: [PATCH] consting attrs.xs + From: Andy Lester + Date: Sun, 29 May 2005 14:15:46 -0500 + Message-ID: <20050529191546.GA15581@petdance.com> + + Subject: [PATCH] consting B.xs + From: Andy Lester + Date: Sun, 29 May 2005 15:09:24 -0500 + Message-ID: <20050529200924.GA15873@petdance.com> + Branch: perl + ! embed.fnc ext/B/B.xs ext/Opcode/Opcode.xs ext/attrs/attrs.xs + ! perlio.c pp_sys.c proto.h regcomp.c utf8.c +____________________________________________________________________________ +[ 24621] By: nicholas on 2005/05/30 07:43:05 + Log: Need a cast to avoid a compiler warning. + Branch: perl + ! ext/ByteLoader/bytecode.h +____________________________________________________________________________ +[ 24619] By: nicholas on 2005/05/29 19:35:38 + Log: Goodbye xav_arylen. You won't be missed that much. + So now there's a buy 5 get one free offer on PVAV bodies. + Branch: perl + ! av.c av.h dump.c embed.fnc global.sym perl.h pp.c proto.h sv.c +____________________________________________________________________________ +[ 24618] By: ams on 2005/05/29 18:07:37 + Log: Subject: [PATCH configure.com] compiler awareness week + From: "Craig A. Berry" + Date: Sun, 29 May 2005 12:43:09 -0500 + Message-Id: <4299FF2D.90209@mac.com> + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 24617] By: nicholas on 2005/05/29 17:46:39 + Log: Change the IV to a union. + Revert the NV union back to a plain NV + Transpose the positions of IV and NV (NV is now first) + Don't allocate the NV for PV,PVIV,PVAV and PVHV (last 2 non-allocations + currently disabled by default) + Branch: perl + ! av.h cv.h hv.h intrpvar.h sv.c sv.h +____________________________________________________________________________ +[ 24615] By: nicholas on 2005/05/29 14:24:17 + Log: Teach buildtoc about README.openbsd, and regenerate various makefiles. + Branch: perl + ! pod.lst pod/perl.pod vms/descrip_mms.template win32/Makefile + ! win32/makefile.mk +____________________________________________________________________________ +[ 24614] By: nicholas on 2005/05/29 14:23:32 + Log: Restort into bulidtoc's preferred order + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 24613] By: ams on 2005/05/29 04:45:05 + Log: Subject: [PATCH] VMS build update for blead + From: "Craig A. Berry" + Date: Sat, 28 May 2005 23:18:46 -0500 + Message-Id: <429942A6.10601@mac.com> + Branch: perl + ! doio.c perly.c vms/descrip_mms.template vms/gen_shrfls.pl + ! vms/vms.c vms/vmsish.h +____________________________________________________________________________ +[ 24612] By: ams on 2005/05/28 14:40:32 + Log: Subject: [PATCH] Re: t/uni/class.t has a lot to warn about + From: Jarkko Hietaniemi + Date: Sat, 28 May 2005 11:47:47 +0300 + Message-Id: <42983033.5050509@gmail.com> + Branch: perl + ! t/uni/class.t +____________________________________________________________________________ +[ 24610] By: merijn on 2005/05/27 19:22:39 + Log: Subject: Re: [PATCH] Do not install change logs, READMEs, etc... + From: Michael G Schwern + Date: Fri, 27 May 2005 12:33:27 -0700 + Message-ID: <20050527193327.GC17504@windhund.schwern.org> + Branch: perl + ! installperl +____________________________________________________________________________ +[ 24609] By: nicholas on 2005/05/27 18:54:36 + Log: In assert(), we mustn't stringify the message as part of the first + argument to croak, as it's a *printf format, and the thing we're + asserting might itself contain % signs. + Also, as __FILE__ is a string, we can append that to the format, + rather than needing a %s for it. + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 24608] By: nicholas on 2005/05/27 18:20:26 + Log: is() is better than ok() + Branch: perl + ! t/op/each.t +____________________________________________________________________________ +[ 24607] By: steveh on 2005/05/27 16:22:59 + Log: Fix failing Cwd tests on Win32 + + Patch was posted to Ken previously + + (see http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-05/msg00226.html) + + but no reply as yet. I'll mail him again... + Branch: perl + ! lib/Cwd.pm +____________________________________________________________________________ +[ 24606] By: steveh on 2005/05/27 16:15:41 + Log: Skip signals and core dump tests on Win32 + + See http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-05/msg00749.html + Branch: perl + ! t/run/exit.t +____________________________________________________________________________ +[ 24605] By: steveh on 2005/05/27 15:54:09 + Log: Fix more Win32 linker errors caused by change 24561 + + Apparently sys_intern_init and sys_intern_clear are required even for + non-threaded builds on Win32. + Branch: perl + ! embed.fnc embed.h proto.h +____________________________________________________________________________ +[ 24596] By: merijn on 2005/05/27 10:20:54 + Log: Subject: [PATCH] Do not install change logs, READMEs, etc... + From: Michael G Schwern + Date: Thu, 26 May 2005 13:43:05 -0700 + Message-ID: <20050526204305.GH11558@windhund.schwern.org> + Branch: perl + ! installperl +____________________________________________________________________________ +[ 24595] By: merijn on 2005/05/27 10:06:25 + Log: Subject: [PATCH] add PERL_CALLCONV to PERL_CKDEF and PERL_PPDEF + From: + Date: Fri, 27 May 2005 13:15:36 +0300 + Message-ID: + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 24594] By: nicholas on 2005/05/27 09:18:26 + Log: Get the HEK once only in the hot code (class method calls) + Branch: perl + ! hv.h pp_hot.c +____________________________________________________________________________ +[ 24593] By: rgs on 2005/05/27 07:44:07 + Log: Subject: [PATCH] Re: [perl #35420] localtime corruption + From: Michael G Schwern + Date: Thu, 26 May 2005 13:39:38 -0700 + Message-ID: <20050526203938.GG11558@windhund.schwern.org> + Branch: perl + ! pod/perlfunc.pod pod/perlport.pod +____________________________________________________________________________ +[ 24592] By: rgs on 2005/05/27 07:04:46 + Log: Subject: [PATCH] Documentation nits and fixes for Sv*_set() macros + From: Steve Peters + Date: Thu, 26 May 2005 14:58:50 -0500 + Message-ID: <20050526195850.GA1308@mccoy.peters.homeunix.org> + Branch: perl + ! pod/perlapi.pod sv.h +____________________________________________________________________________ +[ 24591] By: steveh on 2005/05/26 16:56:03 + Log: Fix some Win32 link errors + Branch: perl + ! global.sym makedef.pl proto.h +____________________________________________________________________________ +[ 24590] By: nicholas on 2005/05/26 16:07:20 + Log: Rename the members of the SV head union to avoid pre-processor + arguments with embed.h + Branch: perl + ! av.h hv.h sv.c sv.h +____________________________________________________________________________ +[ 24588] By: ams on 2005/05/26 15:33:58 + Log: -Wall is intolerably noisy with icc. + Branch: perl + ! cflags.SH +____________________________________________________________________________ +[ 24585] By: rgs on 2005/05/26 15:13:53 + Log: Subject: [PATCH] bytes.pm doesn't check undefined subroutine calling + From: SADAHIRO Tomoyuki + Date: Thu, 26 May 2005 23:46:35 +0900 + Message-Id: <20050526234321.92F1.BQW10602@nifty.com> + Branch: perl + ! lib/bytes.pm lib/bytes.t +____________________________________________________________________________ +[ 24584] By: nicholas on 2005/05/26 14:24:31 + Log: Store the package name as a shared HEK. + Abolish HvNAME() - as the stored pointer is not a char* you can't set + it directly now. + Storing a pointer to a HEK tracks the length too, and seems to be + faster. + Branch: perl + ! embed.fnc gv.c hv.c hv.h op.c pp.c proto.h sv.c toke.c + ! xsutils.c +____________________________________________________________________________ +[ 24583] By: nicholas on 2005/05/26 12:27:47 + Log: We know how big the global string table will be, so use that + information. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24582] By: nicholas on 2005/05/26 11:28:24 + Log: It helps to set the total keys correctly when duplicating a hash. + It helps even more to have a test for this. + Branch: perl + ! ext/threads/t/problems.t sv.c +____________________________________________________________________________ +[ 24581] By: merijn on 2005/05/26 11:26:05 + Log: More possible re-order dependencies solved + Branch: perl + ! Porting/config_h.pl config_h.SH +____________________________________________________________________________ +[ 24580] By: merijn on 2005/05/26 08:43:38 + Log: Subject: [PATCH] Updated lint infrastructure + From: Andy Lester + Date: Wed, 25 May 2005 12:31:39 -0500 + Message-ID: <20050525173139.GB1701@petdance.com> + Branch: perl + ! Makefile.SH handy.h malloc.c mg.c pp.c regcomp.h +____________________________________________________________________________ +[ 24579] By: ams on 2005/05/26 07:08:22 + Log: Subject: [PATCH] MPE/iX has no lchown() + From: Jarkko Hietaniemi + Date: Thu, 26 May 2005 08:36:19 +0300 + Message-Id: <42956053.4010200@gmail.com> + Branch: perl + ! hints/mpeix.sh +____________________________________________________________________________ +[ 24578] By: merijn on 2005/05/25 19:05:07 + Log: Added Porting/config_h.pl + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 24576] By: merijn on 2005/05/25 18:41:52 + Log: Reordering config_h.SH after metaconfig now semi automated + This will save me *a lot* of manual work + Branch: perl + + Porting/config_h.pl + ! Configure config_h.SH +____________________________________________________________________________ +[ 24575] By: nicholas on 2005/05/25 16:26:12 + Log: Export Perl_hek_dup, which duplicates shared hash keys. + Branch: perl + ! embed.fnc embed.h hv.c proto.h +____________________________________________________________________________ +[ 24574] By: nicholas on 2005/05/25 15:52:33 + Log: Track the mapping between source shared hash keys and target shared + hash keys to save repeated lookups during cloning. + Branch: perl + ! embed.fnc embedvar.h ext/threads/threads.xs hv.c intrpvar.h + ! perl.c perlapi.h proto.h sv.c +____________________________________________________________________________ +[ 24573] By: nicholas on 2005/05/25 14:06:55 + Log: Replace all uses of HvNAME with the appropriate HvNAME_get or + HvNAME_set + Branch: perl + ! bytecode.pl cop.h ext/ByteLoader/bytecode.h + ! ext/ByteLoader/byterun.c +____________________________________________________________________________ +[ 24572] By: nicholas on 2005/05/25 10:02:07 + Log: I think for now these have to be disabled by default. + Branch: perl + ! av.h hv.h +____________________________________________________________________________ +[ 24571] By: rgs on 2005/05/25 09:34:20 + Log: Update description of Term::ReadLine and fix typo + Subject: [perl #35963] Typo in Term::ReadLine + From: "perlbug@veggiechinese.net (via RT)" + Date: 24 May 2005 23:29:37 -0000 + Message-ID: + Branch: perl + ! lib/Term/ReadLine.pm +____________________________________________________________________________ +[ 24570] By: nicholas on 2005/05/24 20:23:53 + Log: Initialising the hash seed needs to be early in case anything + calcualtes HASHes during dup()ing. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24569] By: nicholas on 2005/05/24 17:13:34 + Log: Reorder the union to cause Win32 compilers to use void * alignment for + it. + Branch: perl + ! av.h cv.h hv.h sv.h +____________________________________________________________________________ +[ 24568] By: ams on 2005/05/24 16:44:53 + Log: Subject: [PATCH] xsubpp, ParseXS: allow other suffix beyond .c + From: jarkko.hietaniemi@nokia.com + Date: Tue, 24 May 2005 12:48:38 +0300 + Message-Id: + Branch: perl + ! lib/ExtUtils/ParseXS.pm lib/ExtUtils/xsubpp +____________________________________________________________________________ +[ 24567] By: rgs on 2005/05/24 15:44:52 + Log: Clarification on the behaviour of qw// and x : + Subject: [PATCH] Re: [perl #35885] qw and x operators doesn't mix + From: Yitzchak Scott-Thoennes + Date: Tue, 24 May 2005 08:52:00 -0700 + Message-ID: <20050524155200.GA1784@efn.org> + Branch: perl + ! pod/perlop.pod +____________________________________________________________________________ +[ 24566] By: nicholas on 2005/05/24 15:21:48 + Log: Leaking is bad, m'kay. + Branch: perl + ! hv.c sv.c +____________________________________________________________________________ +[ 24565] By: rgs on 2005/05/24 13:50:02 + Log: Remove Perl_ck_* functions from public API + Branch: perl + ! embed.fnc embed.h global.sym +____________________________________________________________________________ +[ 24564] By: nicholas on 2005/05/24 13:01:49 + Log: Correct the description of pte_arenaroot + Branch: perl + ! intrpvar.h +____________________________________________________________________________ +[ 24563] By: rgs on 2005/05/24 12:58:45 + Log: Documentation nit on @-, found by Guillaume Rousse + (plus POD markup simplification, for readability with pod2text) + Branch: perl + ! pod/perlvar.pod +____________________________________________________________________________ +[ 24562] By: rgs on 2005/05/24 12:39:26 + Log: ext/B/t/deparse.t was failing with t/TEST but not with t/harness + Branch: perl + ! ext/B/t/deparse.t +____________________________________________________________________________ +[ 24561] By: rgs on 2005/05/24 12:33:01 + Log: Subject: [PATCH] embed.fnc cleanup + SvPVX_const usage + From: Andy Lester + Date: Sat, 21 May 2005 09:06:40 -0500 + Message-ID: <20050521140640.GB875@petdance.com> + Branch: perl + ! embed.fnc embed.h global.sym op.c pad.c perlio.c pp_ctl.c + ! pp_hot.c pp_sys.c proto.h regcomp.c sv.c toke.c utf8.c +____________________________________________________________________________ +[ 24560] By: rgs on 2005/05/24 11:22:21 + Log: The tokenizer should expect an operator after qw(). + This fixes [perl #35885] qw and x operators doesn't mix + Branch: perl + ! t/op/repeat.t toke.c +____________________________________________________________________________ +[ 24559] By: rgs on 2005/05/24 08:45:44 + Log: Subject: Re: [perl #35857] [PATCH] B::Deparse doesnt handle warnings register properly. + From: demerphq + Date: Mon, 23 May 2005 11:43:56 +0200 + Message-ID: <9b18b31105052302431fb0a3c2@mail.gmail.com> + Branch: perl + ! ext/B/t/deparse.t +____________________________________________________________________________ +[ 24558] By: rgs on 2005/05/24 08:09:10 + Log: Make distclean should remove the leftover test files of ExtUtils::ParseXS + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 24557] By: nicholas on 2005/05/23 20:26:35 + Log: Don't allocate an IV slot where the type doesn't use the IV slot. + Branch: perl + ! av.h hv.h sv.h +____________________________________________________________________________ +[ 24556] By: ams on 2005/05/23 16:58:46 + Log: Assorted 2.15 fixes. + Branch: perl + ! ext/Storable/ChangeLog ext/Storable/Storable.xs +____________________________________________________________________________ +[ 24555] By: ams on 2005/05/23 16:34:16 + Log: Remove one const to ensure that the universe doesn't tip over. + (At least on AIX.) + Branch: perl + ! ext/Storable/Storable.xs +____________________________________________________________________________ +[ 24554] By: merijn on 2005/05/23 15:29:01 + Log: Subject: Re: [perl #35938] [PATCH] SDBM_File fails to build on some platforms due to use of 'extern int errno' (was: Re: patches for lang/perl5.8 dfport override) + From: Andrew Dougherty + Date: Mon, 23 May 2005 11:48:08 -0400 (EDT) + Message-ID: + Branch: perl + ! ext/SDBM_File/sdbm/sdbm.c +____________________________________________________________________________ +[ 24553] By: ams on 2005/05/23 15:24:05 + Log: Subject: [PATCH] universal.c warnings hushed + From: Andy Lester + Date: Mon, 23 May 2005 10:38:25 -0500 + Message-Id: <20050523153825.GA28498@petdance.com> + Branch: perl + ! universal.c +____________________________________________________________________________ +[ 24552] By: rgs on 2005/05/23 14:31:33 + Log: Attribute compilation fix for Windows by Andy Lester + Branch: perl + ! perl.h perlio.h +____________________________________________________________________________ +[ 24551] By: gbarr on 2005/05/23 13:49:59 + Log: Update to Scalar-List-Utils-1.17 + Branch: perl + ! ext/List/Util/Changes ext/List/Util/README + ! ext/List/Util/lib/List/Util.pm + ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/lln.t + ! ext/List/Util/t/p_tainted.t ext/List/Util/t/refaddr.t +____________________________________________________________________________ +[ 24550] By: rgs on 2005/05/23 11:38:34 + Log: Declaration nit spotted by Jarkko + Branch: perl + ! hv.c +____________________________________________________________________________ +[ 24549] By: nicholas on 2005/05/23 11:27:16 + Log: PL_regex_padav elements hold either more AVs, or IVs that point to + regexps. Don't attempt to look at the IVX if it's not an IV. + Branch: perl + ! perl.c sv.c +____________________________________________________________________________ +[ 24548] By: nicholas on 2005/05/23 10:13:21 + Log: Oops. What is looking at an array's SvIVX()? + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24547] By: nicholas on 2005/05/23 09:22:35 + Log: We don't need IV and RV arena variables anymore. We don't need to set + SvIVX or SvNVX on hashes. + Branch: perl + ! embedvar.h intrpvar.h perlapi.h sv.c +____________________________________________________________________________ +[ 24546] By: nicholas on 2005/05/23 09:09:15 + Log: Bytecode mustn't save the NVX for hashes now that the NVX is a union + containing pointers initialised to zero. + Branch: perl + ! ext/B/B/Bytecode.pm +____________________________________________________________________________ +[ 24545] By: steveh on 2005/05/23 08:46:37 + Log: Fill in HASATTRIBUTE stuff in win32/config_H.* (see change #24508) + + (None are actually defined, but it's nice to have them there anyway) + Branch: perl + ! win32/config_H.bc win32/config_H.gc win32/config_H.vc + ! win32/config_H.vc64 +____________________________________________________________________________ +[ 24544] By: nicholas on 2005/05/23 08:09:58 + Log: create an "allocated" structure for PVs, PVAVs and PVHVs + Branch: perl + ! av.h hv.h intrpvar.h sv.c sv.h +____________________________________________________________________________ +[ 24543] By: rgs on 2005/05/23 07:33:52 + Log: Fix [perl #35929] : PerlIO::scalar didn't understand $/ = "" + because PerlIOScalar_unread was broken. + Bump version number of PerlIO::scalar to 0.04. + Branch: perl + ! ext/PerlIO/scalar/scalar.pm ext/PerlIO/scalar/scalar.xs + ! ext/PerlIO/t/scalar.t +____________________________________________________________________________ +[ 24542] By: nicholas on 2005/05/22 22:03:19 + Log: Re-order IVX slot in SV bodies + Branch: perl + ! av.h cv.h hv.h sv.h +____________________________________________________________________________ +[ 24541] By: rgs on 2005/05/22 18:53:12 + Log: Subject: Re: [PATCH 5.8.7 RC1] lib/Carp.t todo for VMS + From: Michael G Schwern + Date: May 20, 2005 10:09 PM + Message-ID: <20050520200900.GB13473@windhund.schwern.org> + Branch: perl + ! lib/Carp.t +____________________________________________________________________________ +[ 24538] By: nicholas on 2005/05/21 22:46:50 + Log: Add a union in place of xnv_nv, which allows AVs and HVs to re-use + the memory to store pointers and integers. + (Part 1 - will be reworked to be more efficient when IV or void* + is 64 bit soon) + Branch: perl + ! av.h cv.h dump.c ext/B/B.pm ext/B/B.xs ext/Devel/Peek/t/Peek.t + ! hv.h sv.h +____________________________________________________________________________ +[ 24537] By: ams on 2005/05/21 22:26:34 + Log: Subject: [PATCH] ExtUtils::CBuilder Tru64 support + From: Jarkko Hietaniemi + Date: Sat, 21 May 2005 23:20:21 +0300 + Message-Id: <428F9805.70108@gmail.com> + Branch: perl + + lib/ExtUtils/CBuilder/Platform/dec_osf.pm + ! MANIFEST +____________________________________________________________________________ +[ 24536] By: ams on 2005/05/21 22:17:20 + Log: Make the __attribute__ stuff work with Symbian (Jarkko). + http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-05/msg00530.html + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 24535] By: davem on 2005/05/21 22:10:19 + Log: goto &xsub that croaks corrupts memory + When an XS sub is called, a CxSUB context shouldn't be pushed. Make + goto &xs_sub mimic this behaviour by first popping the old CxSUB + Branch: perl + ! pp_ctl.c t/op/goto_xs.t +____________________________________________________________________________ +[ 24534] By: davem on 2005/05/21 21:38:55 + Log: stop goto &foo wasting stack space + it used to push @_ onto the end of the stack; now it pops the stack + back to the old watermark first. + Branch: perl + ! pp_ctl.c +____________________________________________________________________________ +[ 24533] By: davem on 2005/05/21 19:50:50 + Log: add access to Perl_croak() via 'mycroak' in XS::APItest + Branch: perl + ! ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs + ! ext/XS/APItest/t/exception.t +____________________________________________________________________________ +[ 24532] By: davem on 2005/05/21 19:15:43 + Log: disallow eval { goto &foo } + eval 'goto &foo' is already banned, and the try-version usually + coredumps due to the code assuming the CxEVAL is actually a CxSUB. + Anyway exiting an eval but preserving "it's" @_ doesn't make much + sense. + Branch: perl + ! pod/perldiag.pod pp_ctl.c t/op/goto.t +____________________________________________________________________________ +[ 24531] By: nicholas on 2005/05/21 18:19:43 + Log: Move the xpv_pv/xrv_rv member into the SV head, in a union with + IV and UV. Avoid allocating a body for IVs and RVs. + Branch: perl + ! av.h bytecode.pl cv.h embed.fnc embed.h ext/B/B/C.pm + ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c + ! ext/ByteLoader/byterun.h hv.c hv.h proto.h sv.c sv.h +____________________________________________________________________________ +[ 24530] By: rgs on 2005/05/21 16:01:42 + Log: Really fix change 24527 + Branch: perl + ! gv.c +____________________________________________________________________________ +[ 24529] By: nicholas on 2005/05/21 15:59:30 + Log: Fool. That should be I32 everywhere. + Branch: perl + ! hv.c +____________________________________________________________________________ +[ 24528] By: ams on 2005/05/21 15:35:44 + Log: Subject: [PATCH] ctags parms need to know .h is C + From: Andy Lester + Date: Sat, 21 May 2005 08:58:14 -0500 + Message-Id: <20050521135814.GA875@petdance.com> + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 24527] By: rgs on 2005/05/21 14:15:44 + Log: Compilation fix + Branch: perl + ! gv.c +____________________________________________________________________________ +[ 24526] By: nicholas on 2005/05/21 12:31:52 + Log: Move hv_name, hv_eiter and hv_riter into a new aux structure. + Provide (more efficient) _get and _set macros. + Adjust the core to use them. + Branch: perl + ! dump.c embed.fnc ext/Data/Dumper/Dumper.xs + ! ext/Devel/DProf/DProf.xs ext/Opcode/Opcode.xs + ! ext/PerlIO/via/via.xs ext/Storable/Storable.xs + ! ext/threads/shared/shared.xs global.sym gv.c hv.c hv.h mg.c + ! op.c op.h opnames.h perl.c pp.c pp_hot.c pp_sys.c proto.h sv.c + ! toke.c universal.c xsutils.c +____________________________________________________________________________ +[ 24525] By: nicholas on 2005/05/21 09:29:18 + Log: Move placeholders into a new rhash magic type. + Branch: perl + ! dump.c embed.fnc ext/Storable/Storable.xs global.sym hv.c hv.h + ! perl.h proto.h sv.c +____________________________________________________________________________ +[ 24524] By: rgs on 2005/05/21 09:18:07 + Log: Update to MakeMaker 6.30 + Branch: perl + ! lib/ExtUtils/Changes lib/ExtUtils/MM_Unix.pm + ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/FIRST_MAKEFILE.t + ! lib/ExtUtils/t/PL_FILES.t + ! t/lib/MakeMaker/Test/Setup/PL_FILES.pm +____________________________________________________________________________ +[ 24523] By: ams on 2005/05/21 02:58:49 + Log: Subject: [PATCH] SvPVX_const - patch #2 + From: Steve Peters + Date: Fri, 20 May 2005 21:42:10 -0500 + Message-Id: <20050521024210.GA29036@mccoy.peters.homeunix.org> + Branch: perl + ! dump.c gv.c op.c pad.c perlio.c perly.c pp.c pp_ctl.c +____________________________________________________________________________ +[ 24522] By: nicholas on 2005/05/20 22:53:00 + Log: Remove PMROOT and replace it with a small shell script. Er, magic. + (PMROOT being needed to implement bare C - how often do you + use that?) + Branch: perl + ! bytecode.pl dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Asmdata.pm + ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h hv.c hv.h + ! op.c perl.h sv.c +____________________________________________________________________________ +[ 24521] By: nicholas on 2005/05/20 22:30:16 + Log: Update XS code to declare PERL_UNUSED_DECL conditionally + Branch: perl + ! ext/List/Util/Util.xs ext/POSIX/POSIX.xs + ! ext/Storable/Storable.xs +____________________________________________________________________________ +[ 24520] By: nicholas on 2005/05/20 21:50:03 + Log: Updaate ppport.h to get a conditional PERL_UNUSED_DECL + Branch: perl + ! ext/Cwd/ppport.h ext/Time/HiRes/ppport.h +____________________________________________________________________________ +[ 24519] By: nicholas on 2005/05/20 21:46:26 + Log: Need to make PERL_UNUSED_DECL conditional as xlc on AIX doesn't like + it being redefined. + Branch: perl + ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/parts/inc/misc +____________________________________________________________________________ +[ 24518] By: nicholas on 2005/05/20 21:11:52 + Log: Goodbye AvFLAGS + Branch: perl + ! av.c av.h bytecode.pl cop.h dump.c ext/B/B.pm ext/B/B.xs + ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm + ! ext/B/B/Debug.pm ext/B/defsubs_h.PL ext/ByteLoader/byterun.c + ! ext/ByteLoader/byterun.h pad.c pp_ctl.c sv.c sv.h +____________________________________________________________________________ +[ 24517] By: rgs on 2005/05/20 17:54:15 + Log: Upgrade to Math::BigInt 1.77 + Branch: perl + ! lib/Math/BigFloat.pm lib/Math/BigInt.pm + ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t + ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigintpm.inc + ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/sub_mbi.t +____________________________________________________________________________ +[ 24516] By: nicholas on 2005/05/20 16:42:44 + Log: Fix a typo + Branch: perl + ! hv.h +____________________________________________________________________________ +[ 24514] By: ams on 2005/05/20 14:42:21 + Log: Damnable applypatch nonsense. + Branch: perl + ! ext/Storable/t/sig_die.t +____________________________________________________________________________ +[ 24513] By: rgs on 2005/05/20 14:37:12 + Log: Update MANIFEST + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 24512] By: ams on 2005/05/20 14:21:21 + Log: Previously overlooked $SIG{DIE} patch from Slaven Rezic. + http://groups-beta.google.com/group/perl.perl5.porters/msg/2d10ba2c390ecc41 + Branch: perl + + ext/Storable/t/sig_die.t + ! ext/Storable/MANIFEST ext/Storable/Storable.pm +____________________________________________________________________________ +[ 24511] By: rgs on 2005/05/20 13:11:43 + Log: Subject: [PATCH] Add a Makefile target for ctags + From: Andy Lester + Date: Thu, 12 May 2005 11:40:52 -0500 + Message-ID: <20050512164052.GA30287@petdance.com> + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 24510] By: rgs on 2005/05/20 10:49:03 + Log: Upgrade to MakeMaker 6.29 + Branch: perl + + lib/ExtUtils/t/FIRST_MAKEFILE.t + ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/MM_Unix.pm + ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm + ! lib/ExtUtils/t/Installed.t +____________________________________________________________________________ +[ 24509] By: rgs on 2005/05/20 09:26:01 + Log: Subject: SvPVX_const() - Patch #1 + From: Steve Peters + Date: Tue, 17 May 2005 18:17:01 -0500 + Message-ID: <20050517231701.GA1394@mccoy.peters.homeunix.org> + Branch: perl + ! doio.c toke.c universal.c util.c warnings.h warnings.pl +____________________________________________________________________________ +[ 24508] By: rgs on 2005/05/20 07:53:46 + Log: Subject: [PATCH] Attribute configuration + From: Andy Lester + Date: Thu, 19 May 2005 12:32:56 -0500 + Message-ID: <20050519173256.GA29039@petdance.com> + Branch: perl + ! Configure Cross/config.sh-arm-linux NetWare/config.wc + ! Porting/Glossary Porting/config.sh Porting/pumpkin.pod XSUB.h + ! config_h.SH configure.com epoc/config.sh hints/next_3_0.sh + ! hints/vmesa.sh malloc.c mg.c op.c perl.c perl.h perlio.h + ! plan9/config_sh.sample plan9/genconfig.pl scope.c sv.c + ! symbian/config.sh t/op/sprintf.t uconfig.sh vms/genconfig.pl + ! win32/config.bc win32/config.gc win32/config.vc + ! win32/config.vc64 wince/config.ce +____________________________________________________________________________ +[ 24507] By: rgs on 2005/05/20 07:16:59 + Log: Gisle noted an unused variable + Branch: perl + ! t/run/exit.t +____________________________________________________________________________ +[ 24506] By: rgs on 2005/05/19 21:07:43 + Log: Fix the new exit() tests, by Gisle Aas : + don't let the shell interfere with the process return value + Branch: perl + ! t/run/exit.t +____________________________________________________________________________ +[ 24505] By: ams on 2005/05/19 17:51:48 + Log: Subject: [perl #35857] [PATCH] B::Deparse doesnt handle warnings register properly. + From: yves orton + Date: 18 May 2005 08:30:44 -0000 + Message-Id: + Branch: perl + ! ext/B/B/Deparse.pm +____________________________________________________________________________ +[ 24504] By: nicholas on 2005/05/19 09:32:18 + Log: tabs, not spaces. Bad editor. No cookie. + Does the MANIFEST file support comments, sufficient to add an editor + block? + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 24503] By: rgs on 2005/05/19 06:25:22 + Log: Adjust VMS test count + Branch: perl + ! t/run/exit.t +____________________________________________________________________________ +[ 24501] By: rgs on 2005/05/18 16:08:30 + Log: Subject: Well defined $? and introduction of ${^CHILD_ERROR_NATIVE} [PATCH] + From: Gisle Aas + Date: 18 May 2005 08:35:47 -0700 + Message-ID: + Branch: perl + ! doio.c embedvar.h gv.c intrpvar.h mg.c perl.c perl.h perlapi.h + ! pod/perlfunc.pod pod/perlport.pod pod/perlvar.pod t/run/exit.t +____________________________________________________________________________ +[ 24500] By: rgs on 2005/05/18 15:26:32 + Log: Subject: Re: [PATCH] ExtUtils-{ParseXS,CBuilder} into bleadperl (was: Re: [Module::Build] ANNOUNCE: Module::Build 0.2610 -> CPAN) + From: Yitzchak Scott-Thoennes + Date: Wed, 18 May 2005 07:13:40 -0700 + Message-ID: <20050518141131.GA2704@efn.org> + Branch: perl + + lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/Base.pm + + lib/ExtUtils/CBuilder/Platform/Unix.pm + + lib/ExtUtils/CBuilder/Platform/VMS.pm + + lib/ExtUtils/CBuilder/Platform/Windows.pm + + lib/ExtUtils/CBuilder/Platform/aix.pm + + lib/ExtUtils/CBuilder/Platform/cygwin.pm + + lib/ExtUtils/CBuilder/Platform/darwin.pm + + lib/ExtUtils/CBuilder/Platform/os2.pm + + lib/ExtUtils/CBuilder/t/01-basic.t + + lib/ExtUtils/CBuilder/t/02-link.t lib/ExtUtils/ParseXS.pm + + lib/ExtUtils/ParseXS/t/XSTest.pm + + lib/ExtUtils/ParseXS/t/XSTest.xs + + lib/ExtUtils/ParseXS/t/basic.t + ! MANIFEST Porting/Maintainers.pl lib/ExtUtils/t/00compile.t + ! lib/ExtUtils/xsubpp +____________________________________________________________________________ +[ 24499] By: rgs on 2005/05/18 12:46:38 + Log: Subject: B::Disassembler.pm + From: Nicholas Clark + Date: Tue, 17 May 2005 11:28:18 +0100 + Message-ID: <20050517102817.GD94420@plum.flirble.org> + Branch: perl + ! ext/B/B/Disassembler.pm +____________________________________________________________________________ +[ 24498] By: davem on 2005/05/18 12:39:22 + Log: make t/TEST print summary times consistently to two decimal places + Branch: perl + ! t/TEST +____________________________________________________________________________ +[ 24497] By: nicholas on 2005/05/18 12:34:53 + Log: Default to allocating the correct size for the array in the HV. + Override this with -DPERL_USE_LARGE_HV_ALLOC + Branch: perl + ! hv.h +____________________________________________________________________________ +[ 24496] By: rgs on 2005/05/18 11:50:47 + Log: Subject: [PATCH] Eliminate radically out of date CHANGES from perlport + From: Michael G Schwern + Date: Mon, 16 May 2005 15:17:05 -0700 + Message-ID: <20050516221705.GA212@windhund.schwern.org> + + Subject: [PATCH] Eliminate function signatures from perlport + From: Michael G Schwern + Date: Mon, 16 May 2005 15:24:18 -0700 + Message-ID: <20050516222418.GA422@windhund.schwern.org> + Branch: perl + ! pod/perlport.pod +____________________________________________________________________________ +[ 24495] By: merijn on 2005/05/17 18:45:56 + Log: Subject: [PATCH] more about __attribute__ + From: Jarkko Hietaniemi + Date: Tue, 17 May 2005 20:36:43 +0300 + Message-ID: <428A2BAB.9020306@gmail.com> + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 24493] By: rgs on 2005/05/17 15:55:38 + Log: Clarify definition of octal literals + (thanks to Olivier Blin) + Branch: perl + ! pod/perldata.pod +____________________________________________________________________________ +[ 24492] By: rgs on 2005/05/17 15:15:46 + Log: Subject: [PATCH] perl 5.9.x (@ 24471): Symbian update + From: + Date: Mon, 16 May 2005 17:59:35 +0300 + Message-ID: + + completed by: + Message-ID: + Branch: perl + ! embed.pl mg.c op.c perl.h proto.h reentr.c reentr.pl scope.c + ! symbian/port.pl universal.c +____________________________________________________________________________ +[ 24491] By: nicholas on 2005/05/17 13:27:43 + Log: One last 1008 to replace with PERL_ARENA_SIZE + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24490] By: nicholas on 2005/05/16 21:42:05 + Log: Upgrade to Encode 2.10 + Branch: perl + ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm + ! ext/Encode/Encode.xs ext/Encode/META.yml + ! ext/Encode/lib/Encode/Alias.pm +____________________________________________________________________________ +[ 24489] By: rgs on 2005/05/16 16:56:43 + Log: Subject: [PATCH] consting-eleventy.patch: More consts, plus actual bug fix + From: Andy Lester + Date: Mon, 16 May 2005 10:13:53 -0500 + Message-ID: <20050516151353.GA25387@petdance.com> + Branch: perl + ! XSUB.h av.c dump.c embed.fnc embed.h hv.c malloc.c mg.c + ! numeric.c perl.c perl.h pod/perlapi.pod pp.h pp_ctl.c pp_hot.c + ! proto.h regcomp.c regexec.c scope.c sv.c sv.h + ! t/run/fresh_perl.t toke.c universal.c utf8.c util.c +____________________________________________________________________________ +[ 24482] By: nicholas on 2005/05/16 15:11:30 + Log: Bump the version number on Win32::Win32 + Branch: perl + ! win32/ext/Win32/Win32.pm +____________________________________________________________________________ +[ 24480] By: nicholas on 2005/05/16 15:01:48 + Log: Assuming that everything with 0x40000000 is SVpad_TYPED is bogus. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24476] By: rgs on 2005/05/16 08:58:40 + Log: This seems to be the right thing to do to iterate over layers + Branch: perl + ! ext/PerlIO/via/via.xs +____________________________________________________________________________ +[ 24475] By: rgs on 2005/05/16 08:47:28 + Log: $! might contain "unknown" if strerror(3) says so + Branch: perl + ! t/op/mkdir.t +____________________________________________________________________________ +[ 24472] By: rgs on 2005/05/16 08:03:15 + Log: Upgrade to Time::HiRes 1.68 + Branch: perl + ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm + ! ext/Time/HiRes/HiRes.xs +____________________________________________________________________________ +[ 24471] By: nicholas on 2005/05/15 20:46:03 + Log: Subject: [PATCH] Minor tweak to via + From: Andy Lester + Message-ID: <20050513163952.GA20167@petdance.com> + Date: Fri, 13 May 2005 11:39:52 -0500 + + from a bug report and patch by Matt Lawrence + Branch: perl + ! ext/PerlIO/via/via.xs +____________________________________________________________________________ +[ 24470] By: nicholas on 2005/05/15 11:32:15 + Log: Upgrade to CGI.pm 3.10 + Branch: perl + + lib/CGI/t/can.t + ! MANIFEST lib/CGI.pm lib/CGI/Changes lib/CGI/t/form.t +____________________________________________________________________________ +[ 24469] By: davem on 2005/05/15 00:09:35 + Log: avoid leaked scalar in BEGIN { threads->new(...) } + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24468] By: davem on 2005/05/14 23:16:50 + Log: Fix typo in DDEBUG_LEAKING_SCALARS flags output + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 24467] By: davem on 2005/05/14 15:11:30 + Log: initialize the PL_xpvgv_[arena]root vars during clone + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24465] By: gbarr on 2005/05/13 20:42:53 + Log: Update to Scalar-List-Utils-1.15 + 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 + ! MANIFEST ext/List/Util/Changes ext/List/Util/Util.xs + ! ext/List/Util/lib/List/Util.pm + ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/blessed.t + ! ext/List/Util/t/dualvar.t ext/List/Util/t/first.t + ! ext/List/Util/t/isvstring.t ext/List/Util/t/lln.t + ! ext/List/Util/t/max.t ext/List/Util/t/maxstr.t + ! ext/List/Util/t/min.t ext/List/Util/t/minstr.t + ! ext/List/Util/t/openhan.t ext/List/Util/t/proto.t + ! ext/List/Util/t/readonly.t ext/List/Util/t/reduce.t + ! ext/List/Util/t/refaddr.t ext/List/Util/t/reftype.t + ! ext/List/Util/t/shuffle.t ext/List/Util/t/sum.t + ! ext/List/Util/t/tainted.t ext/List/Util/t/weak.t +____________________________________________________________________________ +[ 24461] By: rgs on 2005/05/13 12:52:45 + Log: Subject: change to quiet cygwin's perlld + From: Yitzchak Scott-Thoennes + Date: Fri, 13 May 2005 06:15:45 -0700 + Message-ID: <20050513131545.GB4024@efn.org> + Branch: perl + ! cygwin/perlld.in +____________________________________________________________________________ +[ 24460] By: nicholas on 2005/05/13 11:59:26 + Log: Reorder the *more* arena allocation functions into a block + As they are now ahead of their corresponding *new* functions, no need + for all the embedding guff. + Remove all the "register" keywords. + Branch: perl + ! embed.fnc embed.h hv.c proto.h sv.c +____________________________________________________________________________ +[ 24459] By: nicholas on 2005/05/13 11:09:03 + Log: Allocate GV bodies from arenas + Branch: perl + ! embed.fnc embed.h embedvar.h intrpvar.h perlapi.h proto.h sv.c +____________________________________________________________________________ +[ 24455] By: davem on 2005/05/12 19:07:27 + Log: make join.t threadsafe! + tests 13 and 14 could output in reverse order. Add a lock to stop + this. + Branch: perl + ! ext/threads/t/join.t +____________________________________________________________________________ +[ 24454] By: steveh on 2005/05/12 10:56:20 + Log: Remove a couple of unreferenced local variables + Branch: perl + ! win32/ext/Win32/Win32.xs +____________________________________________________________________________ +[ 24453] By: steveh on 2005/05/12 10:10:37 + Log: Subject: [PATCH] Add Win32::GetFileVersion() function + From: "Jan Dubois" + Date: Wed, 11 May 2005 22:30:37 -0700 + Message-Id: <200505120530.j4C5UhpX031152@smtp3.ActiveState.com> + Branch: perl + ! win32/ext/Win32/Win32.pm win32/ext/Win32/Win32.xs +____________________________________________________________________________ +[ 24452] By: rgs on 2005/05/12 09:58:50 + Log: Silence DEBUGGING compilation warnings + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 24451] By: rgs on 2005/05/12 09:52:12 + Log: SvUPGRADE doesn't return false. + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 24450] By: rgs on 2005/05/12 08:45:40 + Log: Rework documentation of split(//,...) + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 24449] By: ams on 2005/05/11 16:57:27 + Log: Subject: [perl #33765] [PATCH] perlop: mention why 'print !!0' doesn't + From: Steve Peters via RT + Date: 11 May 2005 16:58:22 -0000 + Message-Id: + + Subject: [perl #33766] [PATCH] perldoc -f split lacks basic null example + From: Steve Peters via RT + Date: 11 May 2005 17:13:29 -0000 + Message-Id: + Branch: perl + ! pod/perlfunc.pod pod/perlsyn.pod +____________________________________________________________________________ +[ 24446] By: merijn on 2005/05/11 09:39:06 + Log: Subject: Hints changes for OS X 10.4 + From: Michael G Schwern + Date: Tue, 10 May 2005 18:10:47 -0700 + Message-ID: <20050511011047.GA23955@windhund.schwern.org> + Branch: perl + ! hints/darwin.sh +____________________________________________________________________________ +[ 24445] By: rgs on 2005/05/11 07:54:19 + Log: Include vim/emacs modelines in generated files to open them + in read-only mode. Make vi modelines compatible with non-vim + vi versions. + Branch: perl + ! av.c bytecode.pl deb.c doio.c doop.c dump.c embed.h embed.pl + ! embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c + ! ext/ByteLoader/byterun.h global.sym globals.c gv.c hv.c + ! keywords.h keywords.pl lib/warnings.pm locale.c malloc.c mg.c + ! miniperlmain.c numeric.c op.c opcode.h opcode.pl opnames.h + ! pad.c perl.c perlapi.c perlapi.h perlio.c perly.c pp.c pp.sym + ! pp_ctl.c pp_hot.c pp_pack.c pp_proto.h pp_sort.c pp_sys.c + ! proto.h reentr.c reentr.h reentr.pl regcomp.c regcomp.pl + ! regexec.c regnodes.h run.c scope.c sv.c taint.c toke.c + ! universal.c utf8.c util.c warnings.h warnings.pl xsutils.c +____________________________________________________________________________ +[ 24444] By: rgs on 2005/05/10 20:56:37 + Log: Subject: potential [PATCH] Tru64 crank up strictness + From: Jarkko Hietaniemi + Date: May 10, 2005 7:44 PM + Message-Id: <4ADE5AAD-27CB-4F9E-BEC7-41DAA7671108@iki.fi> + Branch: perl + ! hints/dec_osf.sh perl.h toke.c x2p/a2py.c +____________________________________________________________________________ +[ 24443] By: rgs on 2005/05/10 20:27:16 + Log: "make regen" should run reentr.pl + Branch: perl + ! regen.pl +____________________________________________________________________________ +[ 24442] By: rgs on 2005/05/10 20:08:27 + Log: Regenerate reentr.[ch] + Branch: perl + ! reentr.c reentr.h +____________________________________________________________________________ +[ 24441] By: ams on 2005/05/10 17:23:26 + Log: Subject: Re: [PATCH] reentr.h changes so threaded Perl's compile on OpenBSD 3.7 + From: Steve Peters + Date: Tue, 10 May 2005 12:44:13 -0500 + Message-Id: <20050510174413.GA19686@mccoy.peters.homeunix.org> + Branch: perl + + README.openbsd + ! MANIFEST reentr.pl +____________________________________________________________________________ +[ 24440] By: rgs on 2005/05/10 16:51:02 + Log: Add editor boilerplates to all C files + (except the generated ones) + Branch: perl + ! av.c deb.c doio.c doop.c dump.c globals.c gv.c hv.c locale.c + ! malloc.c mg.c miniperlmain.c numeric.c op.c pad.c perl.c + ! perlio.c perly.c pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sort.c + ! pp_sys.c regcomp.c regexec.c run.c scope.c sv.c taint.c toke.c + ! universal.c utf8.c util.c xsutils.c +____________________________________________________________________________ +[ 24439] By: nicholas on 2005/05/10 15:38:07 + Log: s/sv_setpv(sv,"")/sv_setpvn(sv,"",0)/ + plus a couple of 1 byte sv_setpv()s too. + Branch: perl + ! doio.c dump.c ext/B/B.xs ext/Storable/Storable.xs mg.c op.c + ! perl.c pp_ctl.c pp_hot.c pp_sys.c toke.c +____________________________________________________________________________ +[ 24438] By: nicholas on 2005/05/10 14:47:58 + Log: As we have the length of the string easily to hand, no reason not to + use it. + Branch: perl + ! op.c +____________________________________________________________________________ +[ 24437] By: ams on 2005/05/10 14:41:08 + Log: Subject: [PATCH] perlop.pod nit + From: Steve Peters + Date: Tue, 10 May 2005 09:41:01 -0500 + Message-Id: <20050510144101.GA21362@mccoy.peters.homeunix.org> + Branch: perl + ! pod/perlop.pod +____________________________________________________________________________ +[ 24436] By: nicholas on 2005/05/10 11:03:49 + Log: Experiment with using the ptr_table code to hold the seen hash + Branch: perl + ! ext/Storable/Storable.xs +____________________________________________________________________________ +[ 24435] By: nicholas on 2005/05/10 09:17:32 + Log: Simplify the debug and assert logic. + Branch: perl + ! ext/Storable/Storable.xs +____________________________________________________________________________ +[ 24434] By: nicholas on 2005/05/10 09:03:11 + Log: Change 24165 missed one s/class/classname/ in the debugging code. + Branch: perl + ! ext/Storable/Storable.xs +____________________________________________________________________________ +[ 24433] By: ams on 2005/05/10 03:16:23 + Log: Subject: [PATCH] reentr.h changes so threaded Perl's compile on OpenBSD 3.7 + From: Steve Peters + Date: Mon, 9 May 2005 21:10:49 -0500 + Message-Id: <20050510021049.GA20147@mccoy.peters.homeunix.org> + Branch: perl + ! reentr.h +____________________________________________________________________________ +[ 24432] By: ams on 2005/05/10 03:15:34 + Log: Subject: [PATCH] Avoid USE_SITECUSTOMIZE redefined warnings + From: Jan Dubois + Date: Mon, 9 May 2005 19:29:06 -0700 + Message-Id: <200505100229.j4A2TGm1019135@smtp3.ActiveState.com> + Branch: perl + ! config_h.SH +____________________________________________________________________________ +[ 24431] By: rgs on 2005/05/09 20:07:14 + Log: Subject: [PATCH] attributes-two.patch, the next batch + From: Andy Lester + Date: May 9, 2005 5:45 PM + Message-ID: <20050509154518.GA18273@petdance.com> + Branch: perl + ! doop.c embed.fnc embed.pl gv.c handy.h op.c perl.c + ! pod/perlapi.pod pp.c pp_ctl.c pp_sys.c proto.h sv.c toke.c + ! utf8.c +____________________________________________________________________________ +[ 24430] By: rgs on 2005/05/09 19:19:20 + Log: Fix typo (bug #35368) + Branch: perl + ! pod/perlreftut.pod +____________________________________________________________________________ +[ 24429] By: nicholas on 2005/05/09 16:33:57 + Log: Update the comment describing arenas. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24427] By: nicholas on 2005/05/09 11:22:19 + Log: Hoist the static "AUTOLOAD" into a static const variable. Makes the + object file slightly smaller, and also increases the proportion of + read only data section. + Branch: perl + ! gv.c +____________________________________________________________________________ +[ 24426] By: rgs on 2005/05/09 11:11:35 + Log: Upgrade to Unicode::Collate 0.50 + Branch: perl + + lib/Unicode/Collate/t/cjkrange.t lib/Unicode/Collate/t/ignor.t + + lib/Unicode/Collate/t/override.t + ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes + ! lib/Unicode/Collate/README lib/Unicode/Collate/t/altern.t + ! lib/Unicode/Collate/t/contract.t + ! lib/Unicode/Collate/t/hangtype.t + ! lib/Unicode/Collate/t/hangul.t lib/Unicode/Collate/t/illegal.t + ! lib/Unicode/Collate/t/illegalp.t lib/Unicode/Collate/t/index.t + ! lib/Unicode/Collate/t/normal.t + ! lib/Unicode/Collate/t/rearrang.t lib/Unicode/Collate/t/test.t + ! lib/Unicode/Collate/t/trailwt.t + ! lib/Unicode/Collate/t/variable.t + ! lib/Unicode/Collate/t/version.t lib/Unicode/Collate/t/view.t +____________________________________________________________________________ +[ 24425] By: nicholas on 2005/05/09 10:10:42 + Log: Change 24413 should have updated makedef.pl with the knowledge that 2 + symbols are ithreads only. + Branch: perl + ! makedef.pl +____________________________________________________________________________ +[ 24424] By: nicholas on 2005/05/09 10:00:37 + Log: Change 24420 should have hand updated globvar.sym to reflect the + renaming of the global variable. + Branch: perl + ! globvar.sym +____________________________________________________________________________ +[ 24423] By: nicholas on 2005/05/09 08:48:46 + Log: Simplify S_hv_notallowed slightly by passing a prebuilt message + template. (Also slightly smaller object code) + Branch: perl + ! hv.c +____________________________________________________________________________ +[ 24422] By: rgs on 2005/05/09 07:37:58 + Log: Subject: [PATCH] Sv_*set() doc's and extra const's for the SvPVX_const() tasks + From: Steve Peters + Date: Sun, 8 May 2005 20:49:17 -0500 + Message-ID: <20050509014917.GA24132@mccoy.peters.homeunix.org> + Branch: perl + ! embed.fnc perl_keyword.pl pod/perlapi.pod proto.h sv.h toke.c +____________________________________________________________________________ +[ 24421] By: rgs on 2005/05/09 07:29:33 + Log: Revert to Andy's first solution for nonnull attributes; + add the missing defines for non-threaded perls in perl.h + Branch: perl + ! embed.h embed.pl global.sym perl.h proto.h +____________________________________________________________________________ +[ 24420] By: nicholas on 2005/05/08 22:09:18 + Log: Perl_croak uses perl's printf, so can pass in SVs direct - no need for + SvPV and a %s format. + Branch: perl + ! mg.c perl.h pp.c pp_hot.c +____________________________________________________________________________ +[ 24419] By: nicholas on 2005/05/08 21:40:29 + Log: There's no need to set a reference count for the new SV heads, as it's + always set to 1 at uprooting time. + But set it to zero when DEBUGGING to make things clearer. Plus fix a + bug introduced by change 22945, where the last SV head had an + uninitialised reference count. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24418] By: nicholas on 2005/05/08 19:45:30 + Log: The idea is that when you find something, you stop looking. + ( http://use.perl.org/comments.pl?sid=26369&cid=40183 ) + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24417] By: davem on 2005/05/08 14:39:19 + Log: t/TEST's new error messages now include the prefix 'FAILURE--' + Branch: perl + ! t/TEST +____________________________________________________________________________ +[ 24416] By: rgs on 2005/05/08 12:19:51 + Log: Tweak the insertion of __attribute__((nonnull())) declarations + in proto.h so it compiles with and without threads with gcc 3.4 + Branch: perl + ! embed.pl proto.h +____________________________________________________________________________ +[ 24414] By: rgs on 2005/05/07 17:15:45 + Log: Subject: [PATCH] GCC attributes! + From: Andy Lester + Date: May 4, 2005 11:55 PM + Message-ID: <20050504215540.GA20413@petdance.com> + Branch: perl + ! autodoc.pl av.c doio.c doop.c embed.fnc embed.pl op.c perl.h + ! pod/perlapi.pod proto.h regcomp.c sv.c utf8.c util.c xsutils.c +____________________________________________________________________________ +[ 24413] By: nicholas on 2005/05/07 16:08:16 + Log: The ptr_table arena variables and code is only needed for ithreads. + Branch: perl + ! intrpvar.h sv.c +____________________________________________________________________________ +[ 24412] By: davem on 2005/05/07 12:57:06 + Log: while (my $x ...) { ...; redo } shouldn't undef $x. + In the presence of 'my' in the conditional of a while(), until(), + or for(;;) loop, add an extra scope to the body so that redo + doesn't undef the lexical + Branch: perl + ! embed.fnc embed.h op.c perly.act perly.h perly.tab perly.y + ! pp_ctl.c proto.h t/op/loopctl.t +____________________________________________________________________________ +[ 24411] By: davem on 2005/05/07 11:06:16 + Log: add 1.875c to the list of supported bisons + Branch: perl + ! regen_perly.pl +____________________________________________________________________________ +[ 24410] By: nicholas on 2005/05/06 22:17:04 + Log: Get the correct refcount on the temporary assignment to PL_sigwarn so + that other code assigning to $SIG{__WARN__} doesn't cause a premature + free. + Branch: perl + ! perlio.c t/io/layers.t +____________________________________________________________________________ +[ 24409] By: nicholas on 2005/05/06 19:08:35 + Log: Ooops. Wise man tests with ithreads before commiting. D'oh! + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24408] By: nicholas on 2005/05/06 18:38:45 + Log: Change types of PL_he_arenaroot and PL_pte_arenaroot to avoid casting. + Branch: perl + ! hv.c intrpvar.h sv.c +____________________________________________________________________________ +[ 24407] By: rgs on 2005/05/06 15:37:30 + Log: Upgrade to PathTools 3.07 + Branch: perl + ! ext/Cwd/Changes ext/Cwd/t/taint.t lib/Cwd.pm lib/File/Spec.pm + ! lib/File/Spec/Cygwin.pm lib/File/Spec/Mac.pm + ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm + ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm + ! lib/File/Spec/t/Spec.t +____________________________________________________________________________ +[ 24406] By: ams on 2005/05/06 15:17:26 + Log: Don't pretend SIGZERO exists [#35291]. + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 24405] By: nicholas on 2005/05/06 13:11:54 + Log: Make the arena size changeable at compile time, and up the default by + a factor of 4. + Branch: perl + ! hv.c perl.h sv.c +____________________________________________________________________________ +[ 24404] By: nicholas on 2005/05/06 12:34:36 + Log: Allocate pointer table entries (for ithread cloning) from an arena + Branch: perl + ! embedvar.h intrpvar.h perlapi.h sv.c +____________________________________________________________________________ +[ 24402] By: davem on 2005/05/05 20:52:11 + Log: avoid accessing a just-freed SV (keep ponie happy) + Branch: perl + ! pad.c +____________________________________________________________________________ +[ 24401] By: rgs on 2005/05/05 17:12:38 + Log: Missing files in Test::Simple + Branch: perl + + lib/Test/Simple/t/create.t lib/Test/Simple/t/is_deeply_fail.t + + t/lib/Test/Simple/sample_tests/exit.plx +____________________________________________________________________________ +[ 24399] By: nicholas on 2005/05/05 15:17:23 + Log: Bump versions of non dual-life modules + Branch: perl + ! lib/File/Path.pm lib/FileCache.pm lib/Pod/Html.pm + ! lib/Symbol.pm lib/utf8.pm win32/FindExt.pm +____________________________________________________________________________ +[ 24398] By: nicholas on 2005/05/05 14:54:20 + Log: Bump version numbers + Branch: perl + ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/File.pm + ! ext/IO/lib/IO/Socket/INET.pm ext/XS/APItest/APItest.pm +____________________________________________________________________________ +[ 24397] By: rgs on 2005/05/05 14:41:55 + Log: Upgrade to Test::Simple 0.60 + Branch: perl + - lib/Test/Simple/t/is_deeply.t + ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm + ! lib/Test/Simple.pm lib/Test/Simple/Changes + ! lib/Test/Simple/t/00signature.t + ! lib/Test/Simple/t/circular_data.t lib/Test/Simple/t/exit.t + ! lib/Test/Simple/t/fork.t lib/Test/Simple/t/has_plan.t + ! lib/Test/Simple/t/has_plan2.t lib/Test/Simple/t/is_fh.t + ! lib/Test/Simple/t/require_ok.t +____________________________________________________________________________ +[ 24396] By: nicholas on 2005/05/05 14:28:42 + Log: Bump B version numbers + Branch: perl + ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm + ! ext/B/B/Disassembler.pm ext/B/B/Terse.pm + ! ext/B/t/OptreeCheck.pm +____________________________________________________________________________ +[ 24393] By: davem on 2005/05/05 12:06:32 + Log: stop Math/BigInt/t/bare_mbf.t producing spurious test output + Branch: perl + ! lib/Math/BigInt/t/bare_mbf.t +____________________________________________________________________________ +[ 24392] By: davem on 2005/05/05 12:01:51 + Log: strictifying t/TEST stopped it handling '1..n todo' correctly + (made scope of %toto too narrow) + Branch: perl + ! t/TEST +____________________________________________________________________________ +[ 24390] By: davem on 2005/05/05 00:34:50 + Log: make t/TEST detect various failure modes in testfile outputs + in particular: + multiple leader lines + leader line not first or last line of file + unrecognised lines + out-of-sequence test numbers + Branch: perl + ! t/TEST +____________________________________________________________________________ +[ 24389] By: davem on 2005/05/04 22:14:54 + Log: strictify t/TEST + make most variables lexical, narrow their scope, and give some of + them more meaningful names. Also fix a harmless bug where the wrong + filehandles are closed (A+B rather than U+A) + Branch: perl + ! t/TEST +____________________________________________________________________________ +[ 24388] By: rgs on 2005/05/04 20:50:59 + Log: Document the unportability of atan2() edge cases + and remove unportable tests (by Steve Peters) + Branch: perl + ! pod/perlport.pod t/op/exp.t +____________________________________________________________________________ +[ 24387] By: davem on 2005/05/04 20:30:00 + Log: add test for [perl #34682] leaving eval via last in inner runops + Branch: perl + ! t/op/eval.t +____________________________________________________________________________ +[ 24386] By: rgs on 2005/05/04 18:31:19 + Log: Fix test numerotation + Branch: perl + ! t/op/goto.t +____________________________________________________________________________ +[ 24385] By: davem on 2005/05/04 15:52:11 + Log: make goto.t use test.pl, strict and warnings + Branch: perl + ! t/op/goto.t +____________________________________________________________________________ +[ 24384] By: davem on 2005/05/04 14:01:40 + Log: SEGV when next is followed by a goto + + next and redo didn't restore PL_curcop + Branch: perl + ! pp_ctl.c t/op/goto.t +____________________________________________________________________________ +[ 24383] By: ams on 2005/05/04 12:12:30 + Log: Subject: [PATCH] perlvar.pod verbatim paragraph first line does not start with a space + From: Offer Kaye + Date: Wed, 4 May 2005 15:10:37 +0300 + Message-Id: <56942505050405101bfe678d@mail.gmail.com> + Branch: perl + ! pod/perlvar.pod +____________________________________________________________________________ +[ 24382] By: rgs on 2005/05/04 11:21:54 + Log: Sync synopses + Branch: perl + ! pod/perl.pod pod/perlrun.pod +____________________________________________________________________________ +[ 24381] By: davem on 2005/05/03 22:10:45 + Log: document the internals of exception handling + Branch: perl + ! pod/perlhack.pod +____________________________________________________________________________ +[ 24380] By: rgs on 2005/05/03 15:43:34 + Log: Fix getting prototype of builtins mkdir and setpgrp. + Hardcode special exceptions for exec and system, instead + of trying to be clever and failing. + Branch: perl + ! opcode.h opcode.pl pp.c t/op/cproto.t +____________________________________________________________________________ +[ 24379] By: rgs on 2005/05/03 12:18:50 + Log: Error in the latest FindBin patch, noticed by Nicholas + Branch: perl + ! lib/FindBin.pm +____________________________________________________________________________ +[ 24378] By: rgs on 2005/05/03 12:15:45 + Log: mkdir without arguments now defaults to $_ + Branch: perl + ! opcode.h opcode.pl pod/perlfunc.pod t/op/cproto.t t/op/mkdir.t +____________________________________________________________________________ +[ 24377] By: nicholas on 2005/05/03 12:00:25 + Log: ok($a == $b) better written as cmp_ok($a, '==', $b) + (The latter gives more diagnostics in the case of failure) + Branch: perl + ! t/op/exp.t +____________________________________________________________________________ +[ 24376] By: rgs on 2005/05/03 09:45:24 + Log: Convert to test.pl + Branch: perl + ! t/op/mkdir.t +____________________________________________________________________________ +[ 24375] By: rgs on 2005/05/03 08:53:25 + Log: Fix for [perl #34252] Access rights in FindBin::Bin + At least on my platform, Cwd::getcwd doesn't find the current + directory if it has no access to it. Try harder with Cwd::cwd. + Branch: perl + ! lib/FindBin.pm +____________________________________________________________________________ +[ 24374] By: steveh on 2005/05/03 08:51:24 + Log: Fix croak() and confess() so that they don't clobber $! + (plus tests to check this) + Branch: perl + ! lib/Carp.pm lib/Carp.t +____________________________________________________________________________ +[ 24373] By: nicholas on 2005/05/03 08:45:28 + Log: PL_mess_sv is always >= SVt_PVMG, so no need for an if() test + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 24372] By: rgs on 2005/05/03 07:36:17 + Log: Subject: [perl #33809] optimize macro dXSARGS + From: Sergey Skvortsov (via RT) + Date: 17 Jan 2005 09:02:33 -0000 + Message-ID: + Branch: perl + ! XSUB.h pod/perlapi.pod universal.c +____________________________________________________________________________ +[ 24371] By: rgs on 2005/05/03 06:56:03 + Log: Subject: [PATCH] IEEE math for the masses + From: Steve Peters + Date: Fri, 15 Apr 2005 09:10:54 -0500 + Message-ID: <20050415141054.GA12749@mccoy.peters.homeunix.org> + + (tests added to t/op/exp.t) + Branch: perl + ! pp.c t/op/exp.t +____________________________________________________________________________ +[ 24370] By: rgs on 2005/05/03 06:30:47 + Log: Convert to test.pl + Branch: perl + ! t/op/exp.t +____________________________________________________________________________ +[ 24369] By: nicholas on 2005/05/02 20:45:00 + Log: A slightly better layout for the diagram. + Branch: perl + ! ext/B/B.pm +____________________________________________________________________________ +[ 24368] By: rgs on 2005/05/02 20:10:34 + Log: Clarify the definition of the 'w' pack format, as suggested by + Alexey Toptygin. + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 24367] By: rgs on 2005/05/02 17:10:19 + Log: For perls where pids and ppids are cached, when the ppid of + the perl process becomes 1, refresh the ppid cache (this may + indicate that the parent process has died.) + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 24366] By: rgs on 2005/05/02 16:16:35 + Log: Change inheritance hierarchy of B subclassses : + + Subject: @B::NV::ISA = 'B::IV'; + From: Nicholas Clark + Date: Wed, 27 Apr 2005 14:57:51 +0100 + Message-ID: <20050427135750.GD94420@plum.flirble.org> + Branch: perl + ! ext/B/B.pm +____________________________________________________________________________ +[ 24365] By: rgs on 2005/05/02 15:46:51 + Log: Subject: [PATCH] printf.patch: Adding printf checking for gcc + From: Andy Lester + Date: Sun, 1 May 2005 15:07:55 -0500 + Message-ID: <20050501200755.GA30259@petdance.com> + Branch: perl + ! gv.c lib/ExtUtils/t/Embed.t pad.c perl.c perl.h perlio.c + ! perlio.h perliol.h pp_pack.c pp_sort.c x2p/util.c x2p/util.h +____________________________________________________________________________ +[ 24364] By: rgs on 2005/05/02 14:48:04 + Log: Subject: Re: [perl #31793] Data::Dumper: Useqq interacts badly with overloading + From: Rafael Garcia-Suarez + Date: Wed, 3 Nov 2004 16:38:01 +0100 + Message-ID: <20041103163801.6839be30@valis.local> + Branch: perl + ! ext/Data/Dumper/Dumper.pm +____________________________________________________________________________ +[ 24363] By: davem on 2005/05/02 14:27:20 + Log: Better fix for #8738 (Core dump in 'leavetry') + When in an inner runops loop (eg via a tie or sort), an eval + needs a new JMPENV pushing by S_docatch. If an exception is raised, + control is returned to S_docatch, and it must determine whether + the eval that trapped the exception is an inner eval or an outer + one. In the former case, restart the loop, in the latter case, + rethrow the exception. This is determined by whether we are still + at the same PL_curstackinfo level. This fails in the case of + SPLICE(), which pushes a new SETJMP and runops level, but not a + new stackinfo level. There may be other code which does similar. + The solution is to store the current value of PL_top_env in each + pushed CxEVAL, and see if it's still the same as PL_top_env when + the exception is handled. + Branch: perl + ! cop.h pp_ctl.c +____________________________________________________________________________ +[ 24362] By: davem on 2005/05/02 13:51:42 + Log: Revert change #15705 (Core dump in 'leavetry') + This fixes bug #34682, reintroduces bug #8738 (ID 20020301.011), + and reintroduces an eval optimisation for innter runops levels + Branch: perl + ! pp_ctl.c +____________________________________________________________________________ +[ 24361] By: davem on 2005/05/02 13:29:17 + Log: move the SETJMP exception-handing definitions from scope.h to cop.h + so that a JMPENV* entry can be added to struct block_eval + Branch: perl + ! cop.h scope.h +____________________________________________________________________________ +[ 24360] By: rgs on 2005/05/02 09:37:04 + Log: Fix [perl #35162] $SIG{__DIE__} = 'IGNORE' is base.pm is illegal + Branch: perl + ! lib/base.pm +____________________________________________________________________________ +[ 24359] By: rgs on 2005/05/02 08:09:38 + Log: Subject: [PATCH] undo pod utilities regression in 24034 + From: "Craig A. Berry" + Date: Fri, 29 Apr 2005 17:22:48 -0500 + Message-ID: <4272B3B8.6030603@mac.com> + Branch: perl + ! pod/pod2usage.PL pod/podselect.PL +____________________________________________________________________________ +[ 24358] By: rgs on 2005/05/02 07:15:37 + Log: Subject: [PATCH] uninitialized warnings in regcomp + From: Steven Philip Schubiger + Date: Mon, 2 May 2005 01:14:29 +0200 (CEST) + Message-Id: <200505012314.j41NETLk018737@accognoscere.homeunix.org> + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 24357] By: nicholas on 2005/05/01 22:16:16 + Log: Explode if anyone attempts to sv_upgrade PL_mess_sv. + Should this be a panic: ? + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24355] By: merijn on 2005/04/29 15:32:17 + Log: Put back INSTALL_PREFIX and INSTALL_PREFIX_EXP as they were + unintendedly removed by patch #23435 + Branch: perl + ! config_h.SH +____________________________________________________________________________ +[ 24354] By: merijn on 2005/04/29 13:59:36 + Log: Subject: [PATCH] Small patch to perlport.pod + From: Sébastien Aperghis-Tramoni + Date: Thu, 28 Apr 2005 02:24:04 +0200 + Message-Id: + Branch: perl + ! pod/perlport.pod +____________________________________________________________________________ +[ 24353] By: steveh on 2005/04/29 09:07:19 + Log: Subject: [PATCH] one cannot "static" exported functions + From: + Date: Fri, 29 Apr 2005 11:02:01 +0300 + Message-ID: + Branch: perl + ! perlio.c +____________________________________________________________________________ +[ 24352] By: steveh on 2005/04/29 08:24:50 + Log: Skip PL_sig_sv when PERL_IMPLICIT_CONTEXT is defined + (rather than when PERL_IMPLICIT_SYS is defined) + Branch: perl + ! makedef.pl +____________________________________________________________________________ +[ 24351] By: nicholas on 2005/04/28 22:28:53 + Log: Refactor Perl_sv_utf8_upgrade_flags to use SvPV_free + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24350] By: steveh on 2005/04/28 16:42:13 + Log: Subject: (in blead) a missing const in a prototype + From: + Date: Wed, 27 Apr 2005 17:35:27 +0300 + Message-ID: + Branch: perl + ! embed.fnc proto.h +____________________________________________________________________________ +[ 24349] By: steveh on 2005/04/28 16:38:51 + Log: Silence a compilation warning on Win32 + Branch: perl + ! pp.c +____________________________________________________________________________ +[ 24348] By: nicholas on 2005/04/28 11:22:15 + Log: Add a new macro SvPV_free() which undoes OOK and free()s the PVX(), + becase there's a lot of code around that calls SvOOK_off(), memmov()s + the buffer, then promptly free()s it. So avoid the needless memmov(). + Branch: perl + ! perl.c pp.c pp_ctl.c pp_hot.c sv.c sv.h +____________________________________________________________________________ +[ 24347] By: steveh on 2005/04/28 11:13:55 + Log: Remove temporary clean-up from Win32 makefiles + + Change 22501 temporarily added some clean-up to the Win32 makefiles + which was only meant to stay until cpan rt #5616 was fixed. It is + now fixed (in EU-MM 6.22, which in turn has been in blead for a + while now), so these hacks are no longer required. + + This change is also good for maint, which currently contains EU-MM + 6.17, which didn't create the blibdirs.exists files in question + anyway. + Branch: perl + ! win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 24345] By: rgs on 2005/04/28 09:29:07 + Log: Remove confusing punctuation + (spotted by David Rigaudiere) + Branch: perl + ! pod/perlvar.pod +____________________________________________________________________________ +[ 24344] By: nicholas on 2005/04/28 09:29:06 + Log: Calling sv_backoff() on something that's about to be free()d will + memmov() memory that's about to be freed. Seems wasteful. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24341] By: steveh on 2005/04/28 08:44:28 + Log: Fix perlsio_binmode() export breakage caused by change #24338 + + Define and export perlsio_binmode() based on the same condition, + namely, that USE_PERLIO is defined and USE_SFIO is not. + Branch: perl + ! makedef.pl perlio.c +____________________________________________________________________________ +[ 24340] By: nicholas on 2005/04/28 08:34:57 + Log: The if() clause is the wrong way round, so OOK can never be true in + this case. Given that OOK is never undone, we could never have been + correctly upgrading a PV with OOK to HV or AV. I believe that only + SVt_NULL is the only type ever upgraded to HV or AV. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24339] By: rgs on 2005/04/27 20:24:30 + Log: A couple of warning fixes by Gisle + Branch: perl + ! pp.c pp_sys.c +____________________________________________________________________________ +[ 24338] By: rgs on 2005/04/27 14:48:46 + Log: Subject: [PATCH] perlio-two.patch: More warnings squashed, more consts + From: Andy Lester + Date: Wed, 27 Apr 2005 10:02:43 -0500 + Message-ID: <20050427150243.GA21883@petdance.com> + Branch: perl + ! perl.c perlio.c perlio.h perliol.h +____________________________________________________________________________ +[ 24334] By: steveh on 2005/04/27 08:35:40 + Log: Subject: Win32 MM test fix + From: Michael G Schwern + Date: Mon, 18 Apr 2005 14:30:19 -0700 + Message-ID: <20050418213019.GA15797@windhund.schwern.org> + + Subject: Re: Win32 MM test fix + From: demerphq + Date: Tue, 19 Apr 2005 00:57:59 +0200 + Message-ID: <9b18b31105041815573e10dc10@mail.gmail.com> + Branch: perl + ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm +____________________________________________________________________________ +[ 24333] By: rgs on 2005/04/26 21:03:43 + Log: Subject: [PATCH] XS() __attribute__ + From: Andy Lester + Date: Fri, 22 Apr 2005 17:39:47 -0500 + Message-ID: <20050422223947.GA4681@petdance.com> + Branch: perl + ! XSUB.h universal.c xsutils.c +____________________________________________________________________________ +[ 24328] By: rgs on 2005/04/26 14:27:01 + Log: Subject: Re: [PATCH] pp_pack.c redux, to work w/Jarkko's recent patches + From: Andy Lester + Date: Mon, 25 Apr 2005 17:56:51 -0500 + Message-ID: <20050425225651.GB17271@petdance.com> + Branch: perl + ! embed.fnc embed.h perl.h pod/perlapi.pod pp_pack.c proto.h +____________________________________________________________________________ +[ 24326] By: rgs on 2005/04/26 12:49:03 + Log: Upgrade to CGI.pm 3.08 + Branch: perl + ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Changes lib/CGI/Cookie.pm + ! lib/CGI/Pretty.pm +____________________________________________________________________________ +[ 24325] By: merijn on 2005/04/26 11:28:42 + Log: Subject: [PATCH?] for AIX problems? RE: [PATCH] Symbian port of Perl + Date: Tue, 26 Apr 2005 12:22:12 +0300 + From: + Message-ID: + From: Steve Hay + Message-ID: <426E11A3.8070002@uk.radan.com> + Branch: perl + ! ext/Storable/Storable.xs +____________________________________________________________________________ +[ 24321] By: steveh on 2005/04/25 13:09:57 + Log: Update location to fetch dmake from in README.win32 + + Use the generic search.cpan.org URL so that the latest version is + always found + Branch: perl + ! README.win32 +____________________________________________________________________________ +[ 24320] By: nicholas on 2005/04/25 11:41:01 + Log: Subject: [PATCH] mktables.lst and related stuff (was Re: [PATCH] Unicode 4.1.0) + From: demerphq + Message-ID: <9b18b31105042412352fcf2bc5@mail.gmail.com> + Date: Sun, 24 Apr 2005 21:35:35 +0200 + Branch: perl + ! lib/unicore/README.perl lib/unicore/mktables + ! lib/unicore/mktables.lst +____________________________________________________________________________ +[ 24319] By: steveh on 2005/04/25 11:05:24 + Log: Provide $Config{libswanted_uselargefiles} on Win32 + + This fixes some test failures introduced by change 24271. + Branch: perl + ! win32/config.bc win32/config.gc win32/config.vc + ! win32/config.vc64 +____________________________________________________________________________ +[ 24318] By: steveh on 2005/04/25 07:47:11 + Log: Subject: [PATCH] combopatch + From: Jarkko Hietaniemi + Date: Sun, 24 Apr 2005 22:58:15 +0300 + Message-ID: <426BFA57.9060105@iki.fi> + Branch: perl + ! embed.fnc makedef.pl mg.c perl.c perl.h perlvars.h pp_pack.c + ! proto.h toke.c util.c +____________________________________________________________________________ +[ 24317] By: rgs on 2005/04/25 06:30:44 + Log: Fix typo, noticed by Randal Schwartz + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 24316] By: ams on 2005/04/25 01:36:38 + Log: Add STORABLE_attach hook (Adam Kennedy). + Branch: perl + + ext/Storable/t/HAS_ATTACH.pm ext/Storable/t/attach_errors.t + + ext/Storable/t/attach_singleton.t + + ext/Storable/t/circular_hook.t + ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST + ! ext/Storable/Storable.pm ext/Storable/Storable.xs +____________________________________________________________________________ +[ 24315] By: rgs on 2005/04/24 15:25:18 + Log: Add files missing in 24314 + Branch: perl + + lib/Test/Harness/Point.pm lib/Test/Harness/t/from_line.t + + lib/Test/Harness/t/point-parse.t lib/Test/Harness/t/point.t + + lib/Test/Harness/t/version.t +____________________________________________________________________________ +[ 24314] By: rgs on 2005/04/24 13:26:50 + Log: Upgrade to Test::Harness 2.48 + Branch: perl + ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes + ! lib/Test/Harness/Straps.pm lib/Test/Harness/TAP.pod + ! lib/Test/Harness/t/00compile.t + ! lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t + ! t/lib/sample-tests/skip +____________________________________________________________________________ +[ 24313] By: merijn on 2005/04/24 11:52:03 + Log: Subject: [PATCH] Add -Wdeclaration-after-statement to default flags for gcc 3+ + From: Steve Peters + Date: Sat, 23 Apr 2005 22:37:48 -0500 + Message-ID: <20050424033748.GA23117@mccoy.peters.homeunix.org> + Branch: perl + ! Configure +____________________________________________________________________________ +[ 24311] By: rgs on 2005/04/24 11:48:24 + Log: Add %patchlevel hash to Module::CoreList + Branch: perl + ! lib/Module/CoreList.pm +____________________________________________________________________________ +[ 24310] By: merijn on 2005/04/24 09:12:37 + Log: Subject: [PATCH] lib/Time/Local.t: time_t is unsigned on VMS + From: "Craig A. Berry" + Date: Sat, 23 Apr 2005 18:25:52 -0500 + Message-ID: <426AD980.2010801@mac.com> + Branch: perl + ! lib/Time/Local.t +____________________________________________________________________________ +[ 24309] By: nicholas on 2005/04/23 14:00:49 + Log: Variable declarations can't come after statements in C89. + Branch: perl + ! util.c +____________________________________________________________________________ +[ 24308] By: nicholas on 2005/04/23 13:57:41 + Log: Save state when auto-generating #ifdef PERL_CORE and PERL_CORE/PERL_EXT + reducing embed.h by about 10%. + Branch: perl + ! embed.h embed.pl +____________________________________________________________________________ +[ 24307] By: davem on 2005/04/23 13:56:18 + Log: Subject: [PATCH] Fix for warnings in util.c/Perl_init_tm() + From: Steve Peters + Date: Fri, 22 Apr 2005 22:36:03 -0500 + Message-Id: <20050423033603.GA32547@mccoy.peters.homeunix.org> + + localtime() can return null + Branch: perl + ! util.c +____________________________________________________________________________ +[ 24303] By: nicholas on 2005/04/22 21:40:21 + Log: Convert to test.pl + Branch: perl + ! t/op/substr.t +____________________________________________________________________________ +[ 24301] By: nicholas on 2005/04/22 16:21:46 + Log: Subject: [PATCH] t/uni/class.t -- update VMS test skippage + From: "Craig A. Berry" + Message-ID: <42692501.6090809@mac.com> + Date: Fri, 22 Apr 2005 11:23:29 -0500 + Branch: perl + ! t/uni/class.t +____________________________________________________________________________ +[ 24300] By: rgs on 2005/04/22 16:17:36 + Log: Patch by Yves Orton to accept several options on the corelist(1) + command-line. Plus POD nits. + Branch: perl + ! lib/Module/CoreList.pm lib/Module/CoreList/bin/corelist +____________________________________________________________________________ +[ 24290] By: steveh on 2005/04/22 13:51:47 + Log: Fix last remaining Win32 linker error following change 24271 + + (Supplied by Jarkko in a makedef.pl that was omitted from the + aforementioned change) + Branch: perl + ! makedef.pl +____________________________________________________________________________ +[ 24287] By: rgs on 2005/04/22 12:42:37 + Log: There's no point listing '-f' in --help output + when perl isn't built with USE_SITECUSTOMIZE, since it might + confuse users about $sitelib/sitecustomize.pl being sourced + at startup. + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 24286] By: nicholas on 2005/04/22 12:37:19 + Log: For now, TODO the 2 tests that fail on 5.8.x + Branch: perl + ! ext/B/t/optree_specials.t +____________________________________________________________________________ +[ 24284] By: rgs on 2005/04/22 12:34:14 + Log: -A wasn't listed in the --help output + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 24280] By: steveh on 2005/04/22 09:59:54 + Log: Fix more Win32 linker errors following change 24271 + + This clears up problems with Perl_free_global_struct and + Perl_init_global_struct + Branch: perl + ! embed.fnc embed.h global.sym makedef.pl proto.h +____________________________________________________________________________ +[ 24279] By: rgs on 2005/04/22 09:04:08 + Log: Subject: [PATCH] pp_pack.c warning quieting + From: Andy Lester + Date: Thu, 21 Apr 2005 11:33:13 -0500 + Message-ID: <20050421163313.GA20930@petdance.com> + Branch: perl + ! pp_pack.c +____________________________________________________________________________ +[ 24278] By: steveh on 2005/04/22 08:59:58 + Log: Fix Win32 linker errors following change 24271 + + This clears up "unresolved external" errors for the following symbols: + + PL_watch_pvx + Perl_Gappctx_ptr + Perl_Gmmap_page_size_ptr + Perl_Gsig_defaulting_ptr + Perl_Gsig_handlers_initted_ptr + Perl_Gsig_ignoring_ptr + Perl_Gsig_sv_ptr + Perl_Gtimesbase_ptr + Perl_Gwatch_pvx_ptr + Branch: perl + ! makedef.pl +____________________________________________________________________________ +[ 24277] By: rgs on 2005/04/22 08:48:14 + Log: Subject: [PATCH] bytecode.pl, bytecode.h, and sv.h fixes + From: Steve Peters + Date: Thu, 21 Apr 2005 18:55:47 -0500 + Message-ID: <20050421235547.GA12149@mccoy.peters.homeunix.org> + Branch: perl + ! bytecode.pl ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c + ! sv.h +____________________________________________________________________________ +[ 24276] By: steveh on 2005/04/22 08:13:01 + Log: Fix my_chsize() for systems having chsize(), broken by change #24271 + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 24275] By: davem on 2005/04/21 21:30:11 + Log: Sigh - really bump Text::Wrap version number this time. + Branch: perl + ! lib/Text/Wrap.pm +____________________________________________________________________________ +[ 24274] By: davem on 2005/04/21 21:27:15 + Log: bump version number in Text::Wrap after change #24273 + Branch: perl + ! lib/Text/Wrap.pm +____________________________________________________________________________ +[ 24273] By: davem on 2005/04/21 21:22:54 + Log: Text::Wrap::wrap() fails with non-space separator + Branch: perl + ! lib/Text/TabsWrap/t/wrap.t lib/Text/Wrap.pm +____________________________________________________________________________ +[ 24271] By: rgs on 2005/04/21 15:38:30 + Log: Subject: [PATCH] Symbian port of Perl + From: + Date: Mon, 18 Apr 2005 13:18:30 +0300 + Message-ID: + Branch: perl + + README.symbian ext/DynaLoader/dl_symbian.xs + + symbian/PerlApp.cpp symbian/PerlApp.h symbian/PerlApp.hrh + + symbian/PerlApp.rss symbian/PerlAppAif.rss + + symbian/PerlBase.cpp symbian/PerlBase.h symbian/PerlBase.pod + + symbian/PerlRecog.cpp symbian/PerlRecog.mmp symbian/README + + symbian/TODO symbian/bld.inf symbian/config.pl + + symbian/config.sh symbian/cwd.pl symbian/demo_pl + + symbian/install.cfg symbian/makesis.pl symbian/port.pl + + symbian/sanity.pl symbian/sdk.pl symbian/symbian_dll.cpp + + symbian/symbian_proto.h symbian/symbian_stubs.c + + symbian/symbian_stubs.h symbian/symbian_utils.cpp + + symbian/symbianish.h symbian/uid.pl symbian/version.pl + + symbian/xsbuild.pl + ! EXTERN.h INTERN.h MANIFEST Porting/curliff.pl Porting/makerel + ! XSUB.h av.c bytecode.pl configpm doio.c dump.c embed.fnc + ! embed.h embed.pl embedvar.h ext/B/B.xs + ! ext/ByteLoader/byterun.c ext/Data/Dumper/Dumper.xs + ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t + ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/dlutils.c + ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Socket.pm + ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs + ! ext/POSIX/POSIX.xs ext/PerlIO/scalar/scalar.xs + ! ext/PerlIO/via/via.xs ext/SDBM_File/sdbm/sdbm.c + ! ext/Storable/Storable.xs ext/Time/HiRes/HiRes.xs global.sym + ! globvar.sym gv.c hv.c intrpvar.h lib/ExtUtils/t/Embed.t + ! lib/ExtUtils/xsubpp lib/File/Spec.pm lib/File/Spec/Win32.pm + ! locale.c mg.c miniperlmain.c numeric.c op.c opcode.h opcode.pl + ! pad.c patchlevel.h perl.c perl.h perlapi.c perlapi.h perlio.c + ! perlio.h perliol.h perlvars.h pod.lst pod/perl.pod + ! pod/perlguts.pod pod/perlintern.pod pp.c pp_ctl.c pp_hot.c + ! pp_pack.c pp_sort.c pp_sys.c proto.h reentr.pl regcomp.c + ! regexec.c scope.h sv.c taint.c toke.c universal.c utf8.c + ! utf8.h util.c util.h vms/descrip_mms.template win32/Makefile + ! win32/makefile.mk win32/win32io.c xsutils.c +____________________________________________________________________________ +[ 24270] By: davem on 2005/04/21 15:36:14 + Log: substr uses utf8 length cache incorrectly + Branch: perl + ! sv.c t/op/substr.t +____________________________________________________________________________ +[ 24269] By: davem on 2005/04/21 00:13:14 + Log: Subject: [PATCH] extra code in pp_concat, Take 2 + From: Andy Lester + Date: Wed, 13 Apr 2005 21:06:01 -0500 + Message-Id: <20050414020601.GA21346@petdance.com> + + add 'const', and remove extraneous code, from pp_concat + Branch: perl + ! pp_hot.c t/op/concat.t +____________________________________________________________________________ +[ 24268] By: davem on 2005/04/20 23:56:18 + Log: Subject: patch to [PATCH] Fix MGVTBL structures in perl.h (preprocessor + From: David Dyck + Date: Wed, 20 Apr 2005 16:35:55 -0700 (PDT) + Message-Id: + + fix nits in change #24264: + some preprocessors don't like #ifdefs within a macro's args; + also removed duplicate semicolons from macro definitions. + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 24267] By: davem on 2005/04/20 23:35:54 + Log: In change 24266 I failed to actually change anything. Sigh. + Branch: perl + ! ext/Sys/Syslog/Syslog.pm +____________________________________________________________________________ +[ 24266] By: davem on 2005/04/20 23:32:04 + Log: change misleading syslog() example + Branch: perl + ! ext/Sys/Syslog/Syslog.pm +____________________________________________________________________________ +[ 24265] By: davem on 2005/04/20 21:47:40 + Log: Subject: [perl #35059] [PATCH] caller() skips frames (such as eval() frames) if $^P set + From: glasser@tang-eleven-seventy-nine.mit.edu (via RT) + Date: 20 Apr 2005 19:28:14 -0000 + Message-Id: + + improved version of change 21842 that copes with glob DB::sub + existing but &DB::sub not existing. + Branch: perl + ! mg.c pp_ctl.c t/op/caller.t +____________________________________________________________________________ +[ 24264] By: davem on 2005/04/20 21:32:23 + Log: Subject: [PATCH] Fix MGVTBL structures in perl.h + From: Andy Lester + Date: Wed, 20 Apr 2005 15:09:24 -0500 + Message-Id: <20050420200923.GA3017@petdance.com> + + The MGVTBL structures contain 7 function pointers, but only 5 were + getting initialized. Plus, there were repeated lists between + declaration and definition; add a macro to declare or define + all the global MGVTBLs as appropriate. + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 24260] By: nicholas on 2005/04/20 13:51:54 + Log: Subject: [PATCH] Refactoring to Sv*_set() macros - patch #6 + From: Steve Peters + Message-ID: <20050420112720.GA31042@mccoy.peters.homeunix.org> + Date: Wed, 20 Apr 2005 06:27:20 -0500 + Branch: perl + ! bytecode.pl ext/ByteLoader/bytecode.h malloc.c sv.c +____________________________________________________________________________ +[ 24258] By: nicholas on 2005/04/20 08:13:21 + Log: Merge common code. Reduces object size by 1K on x86, 6K on PPC + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24257] By: davem on 2005/04/19 23:47:38 + Log: run regen_headers after addition of FOO_set() macros + Branch: perl + ! ext/ByteLoader/byterun.c +____________________________________________________________________________ +[ 24256] By: davem on 2005/04/19 23:43:54 + Log: Subject: [PATCH] pad_compname_type(), takes care of a clunky macro + From: Andy Lester + Date: Tue, 19 Apr 2005 11:38:44 -0500 + Message-Id: <20050419163844.GA19747@petdance.com> + Branch: perl + ! embed.fnc embed.h pad.c pad.h proto.h +____________________________________________________________________________ +[ 24255] By: davem on 2005/04/19 23:31:52 + Log: DEBUG_LEAKING_SCALARS could use the value of a freed PL_op + Branch: perl + ! op.c +____________________________________________________________________________ +[ 24254] By: nicholas on 2005/04/19 21:53:38 + Log: Don't set things to zero twice. Once is enough. (see also change 15255) + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24253] By: nicholas on 2005/04/19 20:55:24 + Log: Restore SvEND_set + Branch: perl + ! sv.h +____________________________________________________________________________ +[ 24252] By: nicholas on 2005/04/19 20:07:49 + Log: Force RVALUE macros when in PERL_DEBUG_COW + Branch: perl + ! ext/ByteLoader/byterun.c sv.c sv.h +____________________________________________________________________________ +[ 24251] By: nicholas on 2005/04/19 14:25:00 + Log: Avoid generating thousands of UTF-8 warnings when testing under a + UTF-8 locale + Branch: perl + ! t/op/pack.t +____________________________________________________________________________ +[ 24249] By: rgs on 2005/04/19 11:20:37 + Log: Simplify PERL_DEBUG_PAD_ZERO so it continues to expand to + valid C code + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 24248] By: nicholas on 2005/04/19 09:55:51 + Log: Subject: [PATCH] Refactoring to Sv*_set() macros - patch #5 + From: Steve Peters + Message-ID: <20050419000925.GA21640@mccoy.peters.homeunix.org> + Date: Mon, 18 Apr 2005 19:09:25 -0500 + Branch: perl + ! dump.c ext/ByteLoader/ByteLoader.pm ext/ByteLoader/byterun.c + ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs + ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs + ! ext/Encode/Encode.pm ext/Encode/Encode.xs + ! ext/List/Util/lib/List/Util.pm ext/POSIX/POSIX.pm + ! ext/POSIX/POSIX.xs ext/PerlIO/encoding/encoding.pm + ! ext/PerlIO/encoding/encoding.xs ext/PerlIO/scalar/scalar.pm + ! ext/PerlIO/scalar/scalar.xs ext/Storable/Storable.pm + ! ext/Storable/Storable.xs ext/threads/shared/shared.pm + ! ext/threads/shared/shared.xs ext/threads/threads.pm gv.c mg.c + ! op.c pad.c pad.h perl.h pp.c pp.h pp_hot.c pp_pack.c regcomp.c + ! scope.c sv.c sv.h toke.c +____________________________________________________________________________ +[ 24247] By: davem on 2005/04/19 01:38:54 + Log: Add CLONE_SKIP() class method to allow individual classes to skip + cloning objects during thread creation + Branch: perl + ! dump.c ext/threads/t/thread.t pod/perlmod.pod sv.c sv.h +____________________________________________________________________________ +[ 24246] By: nicholas on 2005/04/18 22:31:48 + Log: PERL_DEBUG_COW for SvUVX and SvPVX + Branch: perl + ! ext/DynaLoader/dl_dyld.xs sv.h +____________________________________________________________________________ +[ 24245] By: nicholas on 2005/04/18 21:58:22 + Log: SvPV_renew also calls SvLEN_set + Add SvPV_shrink_to_cur(sv) to call SvPV_renew with SvCUR(sv)+1. + For Ponie this can be a single call into the PMC + Branch: perl + ! pp_hot.c pp_sys.c sv.h toke.c +____________________________________________________________________________ +[ 24244] By: nicholas on 2005/04/18 20:37:13 + Log: Replace Renew(SvPVX(...)...) with SvPV_renew, which avoids an LVALUE + SvPVX + Branch: perl + ! pp_hot.c pp_sys.c sv.h toke.c +____________________________________________________________________________ +[ 24243] By: nicholas on 2005/04/18 19:50:12 + Log: A more efficient way of expressing the MALLOC_WRAP conditional compile. + Branch: perl + ! handy.h +____________________________________________________________________________ +[ 24242] By: steveh on 2005/04/18 16:04:20 + Log: Fix bug #33664: allow for transport providers with protocol == 0 + + (This indicates that any protocol may be used, so don't bother checking + that the requested protocol matches in this case.) + Branch: perl + ! win32/win32sck.c +____________________________________________________________________________ +[ 24241] By: nicholas on 2005/04/18 15:23:45 + Log: Refactor the odd-one-out code before a Renew(SvPVX(...)...) + Branch: perl + ! pp_hot.c +____________________________________________________________________________ +[ 24240] By: nicholas on 2005/04/18 14:15:52 + Log: Two more uses of lvalue SvIVX() + Branch: perl + ! ext/ByteLoader/byterun.c lib/ExtUtils/t/Constant.t +____________________________________________________________________________ +[ 24239] By: nicholas on 2005/04/18 12:18:20 + Log: Subject: [PATCH] Refactoring to Sv*_set() macros - patch #4 + Message-ID: <20050416160502.GA26957@mccoy.peters.homeunix.org> + From: Steve Peters + Date: Sat, 16 Apr 2005 11:05:02 -0500 + + plus fix to Perl_rvpv_dup assigning to an RV with SvPVX + Branch: perl + ! av.c cop.h ext/PerlIO/encoding/encoding.xs + ! ext/Storable/Storable.xs gv.c malloc.c perl.c pp.c pp_ctl.c + ! pp_hot.c pp_pack.c pp_sort.c scope.c sv.c +____________________________________________________________________________ +[ 24238] By: rgs on 2005/04/15 13:16:29 + Log: Update the outdated info in "Minimizing the Perl installation" + Branch: perl + ! INSTALL +____________________________________________________________________________ +[ 24237] By: rgs on 2005/04/14 16:13:45 + Log: Fix for: + [perl #34934] perl 5.8.5 on x86 and x86-64 hang at compile-time + From: bstrand@switchmanagement.com (via RT) + Date: 12 Apr 2005 19:12:58 -0000 + Message-ID: + + This syntax error now produces a panic message. + Branch: perl + ! op.c +____________________________________________________________________________ +[ 24236] By: merijn on 2005/04/13 15:10:24 + Log: Subject: [PATCH] Removing yydestruct from perly.c + From: Andy Lester + Date: Wed, 13 Apr 2005 10:06:47 -0500 + Message-ID: <20050413150647.GA13464@petdance.com> + Branch: perl + ! perly.c +____________________________________________________________________________ +[ 24235] By: merijn on 2005/04/13 14:51:00 + Log: Mandrakesoft is now Mandriva + Branch: perl + ! AUTHORS +____________________________________________________________________________ +[ 24234] By: merijn on 2005/04/13 14:41:20 + Log: H.Merijn changed e-mail + Branch: perl + ! AUTHORS Porting/checkAUTHORS.pl Porting/patching.pod + ! README.aix README.hpux ext/Encode/AUTHORS ext/Storable/README +____________________________________________________________________________ +[ 24233] By: rgs on 2005/04/13 08:25:43 + Log: Subject: [PATCH Perl 5.9.2] -Wformat + From: Robin Barker + Date: Tue, 12 Apr 2005 18:53:32 +0100 + Message-ID: <533D273D4014D411AB1D00062938C4D90849C634@hotel.npl.co.uk> + Branch: perl + ! perly.c regcomp.c regexec.c toke.c +____________________________________________________________________________ +[ 24232] By: rgs on 2005/04/13 07:24:07 + Log: Upgrade to ExtUtils::MakeMaker 6.28 + Branch: perl + ! lib/ExtUtils/Changes lib/ExtUtils/MANIFEST.SKIP + ! lib/ExtUtils/META.yml lib/ExtUtils/MM_AIX.pm + ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MakeMaker.pm + ! lib/ExtUtils/Manifest.pm +____________________________________________________________________________ +[ 24231] By: rgs on 2005/04/12 15:30:23 + Log: Upgrade to Encode 2.0902 + Branch: perl + + ext/Encode/t/utf8strict.t + ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm + ! ext/Encode/Encode.xs ext/Encode/Encode/encode.h + ! ext/Encode/MANIFEST ext/Encode/META.yml + ! ext/Encode/lib/Encode/Alias.pm ext/Encode/t/Aliases.t + ! ext/Encode/t/fallback.t +____________________________________________________________________________ +[ 24230] By: nicholas on 2005/04/12 11:24:49 + Log: Don't PERL_HASH(SvUVX(...)...) as it's actually a set. + Plus add an editor block + Branch: perl + ! op.c +____________________________________________________________________________ +[ 24229] By: nicholas on 2005/04/12 09:19:43 + Log: Subject: [PATCH] Refactoring to Sv*_set() macros - patch #3 + From: Steve Peters + Message-ID: <20050411023736.GB9355@mccoy.peters.homeunix.org> + Date: Sun, 10 Apr 2005 21:37:36 -0500 + + (with correction to SvUV_set) + Branch: perl + ! ext/List/Util/Util.xs sv.c sv.h +____________________________________________________________________________ +[ 24228] By: nicholas on 2005/04/11 14:53:38 + Log: Avoid taking a reference to SvIVX and putting that address on the + save stack + Branch: perl + ! perl.c pp_ctl.c pp_hot.c +____________________________________________________________________________ +[ 24227] By: steveh on 2005/04/11 10:39:59 + Log: Support d_libm_lib_version for Win32 (see change 24217) + 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 +____________________________________________________________________________ +[ 24226] By: merijn on 2005/04/11 10:09:06 + Log: Out of sync metaunit caused the erroneous return of the + removed d_sitecustomize. Mea Culpa. + Branch: perl + ! Configure +____________________________________________________________________________ +[ 24225] By: steveh on 2005/04/11 09:39:40 + Log: Disable I18N::Langinfo for Win32 since nl_langinfo() isn't available + Branch: perl + ! win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 24224] By: rgs on 2005/04/11 09:21:54 + Log: Subject: [PATCH] perlfunc.pod: incomplete select description + From: Hernan Perez Masci + Date: Fri, 8 Apr 2005 15:28:28 -0300 + Message-Id: <200504081528.28307.hmasci@uolsinectis.com.ar> + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 24223] By: rgs on 2005/04/11 09:11:53 + Log: Make the four-argument form of select() return undef + instead of -1 on error. + Branch: perl + ! pod/perl593delta.pod pod/perlfunc.pod pp_sys.c +____________________________________________________________________________ +[ 24222] By: rgs on 2005/04/11 07:02:59 + Log: Make Win32 build (and clean) I18::Langinfo and Math::BigInt::FastCalc + Branch: perl + ! win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 24221] By: merijn on 2005/04/11 06:06:13 + Log: Subject: Re: New Configure functionality + From: Abe Timmerman + Date: Sun, 10 Apr 2005 22:19:28 +0200 + Message-Id: <200504102219.29024.abe@ztreet.demon.nl> + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 24220] By: rgs on 2005/04/10 20:03:59 + Log: POD typo. + Branch: perl + ! lib/Module/CoreList.pm +____________________________________________________________________________ +[ 24219] By: rgs on 2005/04/10 19:49:49 + Log: Module::CoreList: Data from Sebastien Aperghis-Tramoni for perl + 5.00{0,1,2}. Upgrade version number. + Branch: perl + ! lib/Module/CoreList.pm +____________________________________________________________________________ +[ 24218] By: merijn on 2005/04/10 18:00:05 + Log: Sorting still is a mess. This is better. + Branch: perl + ! config_h.SH +____________________________________________________________________________ +[ 24217] By: merijn on 2005/04/10 17:08:36 + Log: Configure now probes for _LIB_VERSION support in math.h/libm + LIBM_LIB_VERSION is defined if it does + Branch: perl + ! Configure Porting/config_H config_h.SH handy.h +____________________________________________________________________________ +[ 24215] By: rgs on 2005/04/10 15:03:10 + Log: Fix [perl #34892] Segfault on &DB::sub declared but not defined + Branch: perl + ! pod/perldiag.pod pp_hot.c +____________________________________________________________________________ +[ 24214] By: merijn on 2005/04/10 09:14:06 + Log: Subject: [PATCH] usesitecustomize for VMS + From: "Craig A. Berry" + Date: Sat, 09 Apr 2005 15:58:43 -0500 + Message-ID: <42584203.2090405@mac.com> + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 24213] By: nicholas on 2005/04/08 19:11:04 + Log: Mangle the expected output correctly for both 5.9 and 5.8 + Branch: perl + ! ext/B/t/stash.t +____________________________________________________________________________ +[ 24212] By: rgs on 2005/04/08 16:17:49 + Log: Subject: Re: [ANNOUNCE] ExtUtils::MakeMaker 6.27 + From: Michael G Schwern + Date: Thu, 7 Apr 2005 15:15:00 -0700 + Message-ID: <20050407221500.GB6223@windhund.schwern.org> + + Fix duplicate target warnings + Branch: perl + ! lib/ExtUtils/MM_Any.pm +____________________________________________________________________________ +[ 24211] By: merijn on 2005/04/08 14:22:05 + Log: The last remains of d_sitecustomize + Branch: perl + ! Porting/config.sh +____________________________________________________________________________ +[ 24210] By: merijn on 2005/04/08 14:16:59 + Log: now usesitecustomize is used more generic + Branch: perl + ! config_h.SH +____________________________________________________________________________ +[ 24209] By: steveh on 2005/04/08 14:15:14 + Log: Subject: Re: [PATCH] Re: [perl #24119] CPAN.pm error in Win32: uses rename() not File::Copy::move + From: Steven Schubiger + Date: Thu, 7 Apr 2005 22:38:25 +0200 (CEST) + Message-Id: <200504072038.j37KcPXY011755@accognoscere.homeunix.org> + + (with arguments changed to match perlfunc.pod) + Branch: perl + ! pod/perlport.pod +____________________________________________________________________________ +[ 24208] By: merijn on 2005/04/08 14:12:54 + Log: Drop d_sitecustomize again. (usesitecustomize is enough) + Branch: perl + ! Configure +____________________________________________________________________________ +[ 24206] By: nicholas on 2005/04/08 13:16:07 + Log: Add SvIVX() to PERL_DEBUG_COW, and change pad.c to SvIVset() + Branch: perl + ! pad.c sv.h +____________________________________________________________________________ +[ 24205] By: merijn on 2005/04/08 12:18:42 + Log: Subject: [PATCH] Removing Y2K warnings + From: Andy Lester + Date: Thu, 7 Apr 2005 17:44:42 -0500 + Message-ID: <20050407224442.GA23895@petdance.com> + Branch: perl + - README.Y2K + ! INSTALL MANIFEST lib/warnings.pm pod/buildtoc pod/perldiag.pod + ! pod/perllexwarn.pod pp_hot.c sv.c t/lib/warnings/pp_hot + ! t/lib/warnings/sv t/op/caller.t warnings.h warnings.pl +____________________________________________________________________________ +[ 24204] By: nicholas on 2005/04/08 11:29:22 + Log: Subject: [PATCH] Refactoring to Sv*_set() macros - patch #2 + From: Steve Peters + Date: Thu, 7 Apr 2005 13:51:49 -0500 + Message-ID: <20050407185149.GA4418@mccoy.peters.homeunix.org> + Branch: perl + ! doio.c ext/List/Util/Util.xs ext/threads/threads.xs op.c pp.c + ! pp_ctl.c pp_hot.c sv.c toke.c util.c +____________________________________________________________________________ +[ 24201] By: nicholas on 2005/04/08 10:39:15 + Log: Add a macro PERL_DEBUG_COW, for aggressive compile time tests of + Copy-On-Write related source changes. + Fix the problem this revealed. + Branch: perl + ! sv.c sv.h +____________________________________________________________________________ +[ 24200] By: nicholas on 2005/04/08 10:08:35 + Log: MM_AIX needs neatvalue + Branch: perl + ! lib/ExtUtils/MM_AIX.pm +____________________________________________________________________________ +[ 24199] By: nicholas on 2005/04/08 10:05:49 + Log: Subject: [PATCH] Refactoring to Sv*_set() macros - patch #1 + From: Steve Peters + Message-ID: <20050406232110.GA12249@mccoy.peters.homeunix.org> + Date: Wed, 6 Apr 2005 18:21:10 -0500 + Branch: perl + ! ext/ByteLoader/byterun.c ext/List/Util/Util.xs pad.c sv.c + ! toke.c +____________________________________________________________________________ +[ 24198] By: rgs on 2005/04/08 09:48:08 + Log: Add perl593delta.pod + Branch: perl + + pod/perl593delta.pod + ! MANIFEST Makefile.SH pod.lst pod/perl.pod + ! vms/descrip_mms.template win32/Makefile win32/makefile.mk + ! win32/pod.mak +____________________________________________________________________________ +[ 24194] By: rgs on 2005/04/07 12:42:07 + Log: Mention that select() returns -1 on error, + as suggested by Hernan Perez Masci + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 24192] By: rgs on 2005/04/07 09:51:29 + Log: Subject: Re: [PATCH] Re: [perl #34650] perldoc -f my should perhaps mention BEGIN and END + From: Abigail + Date: Wed, 6 Apr 2005 01:41:55 +0200 + Message-ID: <20050405234154.GG8680@abigail.nl> + Branch: perl + ! t/japh/abigail.t +____________________________________________________________________________ +[ 24191] By: rgs on 2005/04/07 09:45:27 + Log: Subject: Re: Bugs? In Unicode::EastAsianWidth. + From: Autrijus Tang + Date: Wed, 6 Apr 2005 18:17:32 +0800 + Message-ID: <20050406101732.GA17931@aut.dyndns.org> + Branch: perl + ! lib/unicore/mktables +____________________________________________________________________________ +[ 24190] By: rgs on 2005/04/07 09:38:06 + Log: Subject: perldbtty$$ location + From: Gisle Aas + Date: 06 Apr 2005 01:49:54 -0700 + Message-ID: + (and remove trailing whitespace) + Branch: perl + ! pod/perldebug.pod +____________________________________________________________________________ +[ 24189] By: nicholas on 2005/04/07 08:43:40 + Log: Tabs not spaces in MANIFEST + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 24187] By: merijn on 2005/04/07 08:33:53 + Log: Subject: [perl #34699] documentation bug in "man perlpodspec" + From: "raf@tradingpost.com.au (via RT)" + Date: 7 Apr 2005 00:20:31 -0000 + Message-ID: + Branch: perl + ! pod/perlpodspec.pod +____________________________________________________________________________ +[ 24185] By: rgs on 2005/04/07 08:07:14 + Log: Upgrade to ExtUtils::MakeMaker 6.27, + plus a patch to restore functioning of 'distclean' + for the perl core + Branch: perl + + lib/ExtUtils/MM_AIX.pm lib/ExtUtils/MM_QNX.pm + + lib/ExtUtils/MM_VOS.pm lib/ExtUtils/MakeMaker/Config.pm + + lib/ExtUtils/t/PL_FILES.t lib/ExtUtils/t/config.t + + lib/ExtUtils/t/installbase.t lib/ExtUtils/t/xs.t + + t/lib/MakeMaker/Test/Setup/PL_FILES.pm + ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm + ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Install.pm + ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml + ! lib/ExtUtils/MM.pm lib/ExtUtils/MM_Any.pm + ! lib/ExtUtils/MM_BeOS.pm lib/ExtUtils/MM_Cygwin.pm + ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_OS2.pm + ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm + ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm + ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/FAQ.pod + ! lib/ExtUtils/Manifest.pm lib/ExtUtils/PATCHING + ! lib/ExtUtils/README lib/ExtUtils/t/INST_PREFIX.t + ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/MM_Win32.t + ! lib/ExtUtils/t/basic.t lib/ExtUtils/t/dir_target.t + ! lib/ExtUtils/t/prefixify.t lib/ExtUtils/t/prereq_print.t + ! lib/ExtUtils/t/recurs.t t/lib/MakeMaker/Test/Setup/BFD.pm + ! t/lib/MakeMaker/Test/Setup/Recurs.pm + ! t/lib/MakeMaker/Test/Utils.pm +____________________________________________________________________________ +[ 24178] By: steveh on 2005/04/06 15:57:36 + Log: Don't try to export symbols that don't exist + + Change #24148 added Perl_rvpv_dup() to the public API, but it is only + defined when USE_ITHREADS is defined. Adjust makedef.pl accordingly + to keep Win32 happy. + Branch: perl + ! makedef.pl +____________________________________________________________________________ +[ 24176] By: nicholas on 2005/04/06 15:11:53 + Log: cast to/from (void *) in the re-entrant code. Now watch the smoke rise. + Branch: perl + ! reentr.c reentr.h reentr.pl +____________________________________________________________________________ +[ 24175] By: nicholas on 2005/04/06 15:05:32 + Log: Casting to/from (void *) sufficient to make a C++ compiler happy. + Branch: perl + ! ext/File/Glob/bsd_glob.c ext/threads/shared/shared.xs + ! ext/threads/threads.xs pad.h sv.c +____________________________________________________________________________ +[ 24174] By: nicholas on 2005/04/06 14:36:40 + Log: If we're going to prototype modfl(), it needs extern "C" linkage. + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 24173] By: merijn on 2005/04/06 06:14:51 + Log: 1. t/TEST now deals with SKIP as if it was TODO. This complies to TAP + 2. Removed the depricated 'my $foo if expr' there + Branch: perl + ! t/TEST +____________________________________________________________________________ +[ 24171] By: nicholas on 2005/04/05 22:34:32 + Log: D'oh! We were never correctly spotting a modfl prototype + Branch: perl + ! Configure +____________________________________________________________________________ +[ 24170] By: nicholas on 2005/04/05 21:30:21 + Log: Add casting to allow g++ (3.3.5) to compile the core code. + A C++ compiler produces lots of warnings that are probably valid + concerns to investigate. + Branch: perl + ! doio.c ext/B/B.xs ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs gv.c + ! perl.c perl.h pp_pack.c scope.c sv.c toke.c util.c x2p/walk.c +____________________________________________________________________________ +[ 24169] By: nicholas on 2005/04/05 21:16:01 + Log: Tests need to skip if there is no Encode configured. + Branch: perl + ! lib/encoding/warnings/t/1-warning.t + ! lib/encoding/warnings/t/2-fatal.t +____________________________________________________________________________ +[ 24167] By: nicholas on 2005/04/05 16:09:59 + Log: Using savesvpv() here is terser and produces smaller object code. + Branch: perl + ! doio.c +____________________________________________________________________________ +[ 24166] By: rgs on 2005/04/05 15:23:47 + Log: Upgrade to Unicode::Normalize 0.32 + Branch: perl + ! ext/Unicode/Normalize/Changes + ! ext/Unicode/Normalize/Makefile.PL + ! ext/Unicode/Normalize/Normalize.pm + ! ext/Unicode/Normalize/Normalize.xs + ! ext/Unicode/Normalize/mkheader ext/Unicode/Normalize/t/form.t + ! ext/Unicode/Normalize/t/norm.t ext/Unicode/Normalize/t/test.t +____________________________________________________________________________ +[ 24165] By: nicholas on 2005/04/05 14:52:05 + Log: Down with C++ reserved names + (and also function pointer declarations that rely on the C semantics + of ()) + Branch: perl + ! ext/Storable/Storable.xs mg.c op.c perlio.c pp_sort.c + ! universal.c +____________________________________________________________________________ +[ 24164] By: nicholas on 2005/04/05 14:51:05 + Log: Down with potentially incorrect duplicate prototypes + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 24163] By: nicholas on 2005/04/05 14:50:30 + Log: Down with more K&R prototypes + Branch: perl + ! ext/DynaLoader/dl_dyld.xs +____________________________________________________________________________ +[ 24162] By: nicholas on 2005/04/05 14:49:11 + Log: Down with unneeded duplicate prototypes + Branch: perl + ! x2p/a2p.c +____________________________________________________________________________ +[ 24161] By: nicholas on 2005/04/05 14:48:33 + Log: Down with K&R function arguments + Branch: perl + ! ext/Cwd/Cwd.xs +____________________________________________________________________________ +[ 24160] By: rgs on 2005/04/05 14:06:01 + Log: Add Math::BigInt::FastCalc in maintainer list + Branch: perl + ! Porting/Maintainers.pl +____________________________________________________________________________ +[ 24159] By: rgs on 2005/04/05 13:12:22 + Log: Adaptations to the Makefile.PL of Math::BigInt/FastCalc, for core-ification + Branch: perl + ! ext/Math/BigInt/FastCalc/Makefile.PL +____________________________________________________________________________ +[ 24158] By: rgs on 2005/04/05 12:56:35 + Log: New core module, Math::BigInt::FastCalc + + Subject: [PATCH] integrate Math::BigInt::FastCalc + From: Tels + Date: Sun, 3 Apr 2005 11:12:45 +0200 + Message-Id: <200504031112.55179@bloodgate.com> + Branch: perl + + ext/Math/BigInt/FastCalc/FastCalc.pm + + ext/Math/BigInt/FastCalc/FastCalc.xs + + ext/Math/BigInt/FastCalc/Makefile.PL + + ext/Math/BigInt/FastCalc/t/bigintfc.t + + ext/Math/BigInt/FastCalc/t/bootstrap.t + + ext/Math/BigInt/FastCalc/t/mbi_rand.t + ! MANIFEST +____________________________________________________________________________ +[ 24155] By: rgs on 2005/04/05 10:40:35 + Log: Subject: [Patch] Math::BigInt v1.76, Math::BigRat v0.15, bignum v0.17 + From: Tels + Date: Sun, 3 Apr 2005 10:43:10 +0200 + Message-Id: <200504031043.12273@bloodgate.com> + Branch: perl + ! lib/Math/BigFloat.pm lib/Math/BigInt.pm + ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/_e_math.t + ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bigfltpm.inc + ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t + ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/config.t + ! lib/Math/BigInt/t/req_mbf0.t lib/Math/BigInt/t/req_mbfw.t + ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/trap.t + ! lib/Math/BigInt/t/with_sub.t lib/Math/BigRat.pm + ! lib/Math/BigRat/t/bigratpm.t lib/Math/BigRat/t/requirer.t + ! lib/bigint.pm lib/bignum.pm lib/bigrat.pm +____________________________________________________________________________ +[ 24152] By: rgs on 2005/04/04 20:55:03 + Log: That's C, not perl. + Branch: perl + ! patchlevel.h +____________________________________________________________________________ +[ 24151] By: nicholas on 2005/04/04 20:53:42 + Log: Make -DFORMAT_CHECK compile with threads. + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 24149] By: rgs on 2005/04/04 17:14:37 + Log: Bump version to 5.9.3 + Restore "DEVEL" tag in patchlevel.h + Regenerate Porting/config* + Branch: perl + ! NetWare/Makefile NetWare/config_H.wc Porting/config.sh + ! Porting/config_H epoc/config.sh epoc/createpkg.pl patchlevel.h + ! plan9/config.plan9 win32/Makefile win32/config_H.bc + ! win32/config_H.gc win32/config_H.vc64 win32/makefile.mk + ! wince/Makefile.ce +____________________________________________________________________________ +[ 24148] By: rgs on 2005/04/04 14:19:30 + Log: Subject: [PATCH] const-eight.diff + From: Andy Lester + Date: Wed, 30 Mar 2005 11:40:24 -0600 + Message-ID: <20050330174024.GA12167@petdance.com> + Branch: perl + ! Porting/Maintainers.pl doio.c dump.c embed.fnc embed.h + ! global.sym mg.c op.c perl.c proto.h sv.c universal.c xsutils.c +____________________________________________________________________________ +[ 24147] By: mhx on 2005/04/03 16:47:54 + Log: Subject: Re: [PATCH] Re: [perl #34632] perlintro: "Comments start with ahash symbol" + From: Steven Schubiger + Date: Sun, 3 Apr 2005 11:47:22 +0200 (CEST) + Message-Id: <200504030947.j339lMgp010306@accognoscere.homeunix.org> + Branch: perl + ! pod/perltrap.pod +____________________________________________________________________________ +[ 24139] By: mhx on 2005/04/03 08:19:06 + Log: Subject: Re: [PATCH] Re: [perl #34632] perlintro: "Comments start with a hash symbol" + From: Steven Schubiger + Date: Sat, 2 Apr 2005 19:37:11 +0200 (CEST) + Message-Id: <200504021737.j32HbBNS000652@accognoscere.homeunix.org> + Branch: perl + ! pod/perltrap.pod +____________________________________________________________________________ +[ 24138] By: mhx on 2005/04/03 08:16:25 + Log: Fix wrong version for byteorder modifiers feature. + Branch: perl + ! pod/perlpacktut.pod +____________________________________________________________________________ +[ 24137] By: nicholas on 2005/04/02 22:58:59 + Log: Silence compiler warnings about possibly uninitialised variables. + (None are, but it saves anyone else having to work this out) + Branch: perl + ! regexec.c +____________________________________________________________________________ +[ 24136] By: nicholas on 2005/04/02 19:04:27 + Log: Fix "[perl #34643] Config_heavy.pl not in archlib" + Branch: perl + ! installperl +____________________________________________________________________________ +[ 24135] By: nicholas on 2005/04/02 18:52:11 + Log: Oops. Forgot to add this. + Branch: perl + + lib/unicore/NamedSequences.txt +____________________________________________________________________________ +[ 24134] By: nicholas on 2005/04/02 18:51:27 + Log: Subject: [PATCH] Unicode 4.1.0 + From: Jarkko Hietaniemi + Message-ID: <424E584D.5000508@iki.fi> + Date: Sat, 02 Apr 2005 11:31:09 +0300 + Branch: perl + ! MANIFEST lib/Unicode/UCD.pm lib/Unicode/UCD.t + ! lib/unicore/ArabicShaping.txt lib/unicore/BidiMirroring.txt + ! lib/unicore/Blocks.txt lib/unicore/CaseFolding.txt + ! lib/unicore/CompositionExclusions.txt + ! lib/unicore/EastAsianWidth.txt + ! lib/unicore/HangulSyllableType.txt lib/unicore/Jamo.txt + ! lib/unicore/LineBreak.txt lib/unicore/NamesList.txt + ! lib/unicore/NormalizationCorrections.txt + ! lib/unicore/PropList.txt lib/unicore/PropValueAliases.txt + ! lib/unicore/PropertyAliases.txt lib/unicore/README.perl + ! lib/unicore/ReadMe.txt lib/unicore/Scripts.txt + ! lib/unicore/SpecialCasing.txt + ! lib/unicore/StandardizedVariants.txt + ! lib/unicore/UnicodeData.txt lib/unicore/version t/uni/class.t +____________________________________________________________________________ +[ 24133] By: rgs on 2005/04/01 09:16:19 + Log: Add encoding::warnings to Maintainers.pl and rebuild META.yml for release + Branch: perl + ! META.yml Porting/Maintainers.pl +____________________________________________________________________________ +[ 24132] By: rgs on 2005/04/01 08:29:26 + Log: Update Changes + Branch: perl + ! Changes +____________________________________________________________________________ +[ 24131] By: steveh on 2005/04/01 08:18:27 + Log: Remove dependency on tr(1) for MinGW builds on Win32 + + This leaves things slightly (more) broken for MinGW builds on Cygwin, + but that doesn't currently quite work in other respects and isn't + documented anyway. See: + + http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-03/msg00751.html + Branch: perl + ! pod/perl592delta.pod win32/makefile.mk +____________________________________________________________________________ +[ 24130] By: rgs on 2005/04/01 07:47:26 + Log: Regenerate perltoc and perlmodlib + Branch: perl + ! pod/perlmodlib.pod pod/perltoc.pod +____________________________________________________________________________ +[ 24129] By: rgs on 2005/04/01 07:36:04 + Log: POD fixes. + Branch: perl + ! pod/perlfaq1.pod +____________________________________________________________________________ +[ 24128] By: rgs on 2005/04/01 07:19:27 + Log: FAQ sync. + Branch: perl + ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod + ! pod/perlfaq6.pod pod/perlfaq7.pod +____________________________________________________________________________ +[ 24127] By: rgs on 2005/04/01 07:14:22 + Log: Add a note about installhtml + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 24126] By: rgs on 2005/03/31 21:51:28 + Log: Subject: [PATCH] pp_pack.c warnings on VMS + From: "Craig A. Berry" + Date: Thu, 31 Mar 2005 14:51:05 -0600 + Message-ID: <424C62B9.2030601@mac.com> + Branch: perl + ! pp_pack.c +____________________________________________________________________________ +[ 24125] By: rgs on 2005/03/31 17:14:01 + Log: Mention the current MinGW compilation problems + Branch: perl + ! pod/perl592delta.pod +____________________________________________________________________________ +[ 24124] By: rgs on 2005/03/31 17:11:15 + Log: Update Changes + Branch: perl + ! Changes +____________________________________________________________________________ +[ 24123] By: rgs on 2005/03/31 15:52:46 + Log: This is 5.9.2. Mostly. + Branch: perl + ! patchlevel.h pod/perlhist.pod +____________________________________________________________________________ +[ 24122] By: steveh on 2005/03/31 15:39:57 + Log: Fix USE_SITECUSTOMIZE on Win32 + + This fixes the problem described in: + + http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-03/msg00740.html + Branch: perl + ! win32/win32.c +____________________________________________________________________________ +[ 24121] By: rgs on 2005/03/31 15:24:24 + Log: Update copyrights. + Well, those are generated files anyway. + Branch: perl + ! embed.h embed.pl embedvar.h global.sym perlapi.c perlapi.h + ! proto.h +____________________________________________________________________________ +[ 24120] By: steveh on 2005/03/31 14:36:44 + Log: Add support for USE_SITECUSTOMIZE in the Win32 makefiles + + Note that this feature doesn't actually work correctly on Win32 + until the problem described here is solved: + + http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-03/msg00740.html + Branch: perl + ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc + ! win32/config.vc64 win32/makefile.mk +____________________________________________________________________________ +[ 24119] By: rgs on 2005/03/31 13:52:58 + Log: Upgrade to Module::CoreList 1.99 + Branch: perl + ! lib/Module/CoreList.pm +____________________________________________________________________________ +[ 24118] By: rgs on 2005/03/31 13:45:17 + Log: More known problems. + Branch: perl + ! pod/perl592delta.pod +____________________________________________________________________________ +[ 24117] By: rgs on 2005/03/31 13:10:26 + Log: Known problems, reported by Merijn + Branch: perl + ! pod/perl592delta.pod +____________________________________________________________________________ +[ 24116] By: rgs on 2005/03/31 12:45:03 + Log: OS typo. + Branch: perl + ! pod/perl592delta.pod +____________________________________________________________________________ +[ 24115] By: rgs on 2005/03/31 12:42:38 + Log: Add a tool to generate data for Module::CoreList + Branch: perl + + Porting/corelist.pl + ! MANIFEST +____________________________________________________________________________ +[ 24114] By: rgs on 2005/03/31 11:42:15 + Log: More work on perldelta + Branch: perl + ! pod/perl592delta.pod +____________________________________________________________________________ +[ 24113] By: steveh on 2005/03/31 10:01:18 + Log: Add support for PERL_HASH_SEED_EXPLICIT and NO_HASH_SEED in the + Win32 makefiles + Branch: perl + ! win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 24112] By: rgs on 2005/03/31 09:58:40 + Log: AUTHORS update + Branch: perl + ! AUTHORS +____________________________________________________________________________ +[ 24111] By: steveh on 2005/03/31 09:18:23 + Log: A few Win32 makefile tidy-ups (No real changes) + Branch: perl + ! win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 24110] By: steveh on 2005/03/31 08:20:00 + Log: Fix typo in INSTALL (s/USE_HAS_SEED_EXPLICIT/USE_HASH_SEED_EXPLICIT/) + Branch: perl + ! INSTALL +____________________________________________________________________________ +[ 24109] By: steveh on 2005/03/31 07:55:12 + Log: One more Win32 compilation clean-up (for when using -DDEBUGGING) + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 24108] By: steveh on 2005/03/31 07:36:52 + Log: Another Win32 compilation clean-up (for when using Perl's malloc) + Branch: perl + ! malloc.c +____________________________________________________________________________ +[ 24107] By: merijn on 2005/03/30 17:03:19 + Log: Now that we have the full path, we can skip the which call, + that might cause trouble on testdrive systems. + Branch: perl + ! hints/hpux.sh +____________________________________________________________________________ +[ 24106] By: rgs on 2005/03/30 14:41:51 + Log: Update copyrights. + Branch: perl + ! XSUB.h av.c deb.c dump.c embedvar.h gv.h handy.h hv.h + ! miniperlmain.c numeric.c op.h pad.c perl.h pp.h regcomp.h + ! regen_perly.pl scope.h sv.h thrdvar.h thread.h +____________________________________________________________________________ +[ 24105] By: merijn on 2005/03/30 14:25:05 + Log: Simplify #24043 note now Configure can do -Dusesitecustomize + Branch: perl + ! INSTALL +____________________________________________________________________________ +[ 24104] By: merijn on 2005/03/30 14:17:40 + Log: Support for -Dusesitecustomize + Branch: perl + ! Configure config_h.SH +____________________________________________________________________________ +[ 24102] By: merijn on 2005/03/30 13:43:12 + Log: USE_STRLCAT and USE_STRLCPY now actually used + LIBM_VERSION_TYPE and USE_SITECUSTOMIZE are preparations + for future use + Branch: perl + ! handy.h +____________________________________________________________________________ +[ 24101] By: rgs on 2005/03/30 13:34:11 + Log: Subject: [PATCH] ext/Errno/Errno_pm.PL: fix for GNU hurd + From: Brendan O'Dea + Date: Wed, 30 Mar 2005 10:30:25 +1000 + Message-ID: <20050330003025.GA29797@londo.c47.org> + Branch: perl + ! ext/Errno/Errno_pm.PL +____________________________________________________________________________ +[ 24100] By: rgs on 2005/03/30 13:16:52 + Log: Subject: Re: PATCH: byte count feature request for unpack + From: perl5-porters@ton.iguana.be (Ton Hospel) + Date: Sun, 27 Mar 2005 18:32:11 +0000 (UTC) + Message-Id: + + (rework of a patch from Arne Ahrend ) + Branch: perl + ! pod/perldiag.pod pod/perlfunc.pod pp_pack.c t/op/pack.t +____________________________________________________________________________ +[ 24099] By: steveh on 2005/03/30 08:36:50 + Log: A couple more Win32 compilation clean-ups + Branch: perl + ! win32/win32sck.c +____________________________________________________________________________ +[ 24098] By: rgs on 2005/03/30 08:03:13 + Log: Minor POD nits. + Branch: perl + ! ext/File/Glob/Glob.pm +____________________________________________________________________________ +[ 24097] By: merijn on 2005/03/30 07:49:46 + Log: Subject: Re: [PATCH] 5.6 File::Glob documentation insufficient for use + From: Steven Schubiger + Date: Wed, 30 Mar 2005 03:41:03 +0200 (CEST) + Message-Id: <200503300141.j2U1f3EP024524@accognoscere.homeunix.org> + Branch: perl + ! ext/File/Glob/Glob.pm +____________________________________________________________________________ +[ 24096] By: steveh on 2005/03/29 15:18:30 + Log: Clean-up some warnings when compiling on Win32 with VC++ + Branch: perl + ! hv.c mg.c op.c pp_pack.c pp_sort.c pp_sys.c utf8.c util.c +____________________________________________________________________________ +[ 24095] By: rgs on 2005/03/29 12:39:39 + Log: Downconst external APIs + Branch: perl + ! embed.fnc gv.h op.c opcode.h opcode.pl pod/perlapi.pod proto.h + ! sv.c util.c +____________________________________________________________________________ +[ 24094] By: rgs on 2005/03/29 09:38:39 + Log: The core part of : + Subject: [PATCH] Consting seven + From: Andy Lester + Date: Sun, 27 Mar 2005 15:57:22 -0600 + Message-ID: <20050327215722.GC20451@petdance.com> + Branch: perl + ! embed.fnc embed.h perl.c perlio.c pp_ctl.c proto.h regcomp.c + ! regexec.c util.c +____________________________________________________________________________ +[ 24093] By: steveh on 2005/03/29 08:48:50 + Log: Fix Win32 compilation nit following change #24074 + Branch: perl + ! util.c +____________________________________________________________________________ +[ 24092] By: steveh on 2005/03/29 08:22:45 + Log: Fix PerlLIO_chsize() for platforms that don't have chsize() + + This is the patch from the end of the thread that started here: + http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2004-09/msg00055.html + Branch: perl + ! doio.c iperlsys.h pp_sys.c +____________________________________________________________________________ +[ 24091] By: rgs on 2005/03/29 07:01:40 + Log: Fix Peek.t to work with and without DEBUG_LEAKING_SCALARS + Branch: perl + ! ext/Devel/Peek/t/Peek.t +____________________________________________________________________________ +[ 24090] By: merijn on 2005/03/29 07:01:11 + Log: Make the spelling of whitespace (vs white-space and white space) + more consistent + From: Offer Kaye + Date: Thu, 17 Mar 2005 14:47:36 -0500 + Message-ID: <5694250503171147668e73c7@mail.gmail.com> + Branch: perl + ! pod/perllocale.pod pod/perlop.pod pod/perlopentut.pod + ! pod/perlre.pod pod/perlxstut.pod +____________________________________________________________________________ +[ 24089] By: rgs on 2005/03/29 06:14:18 + Log: Don't #ifdef out a return statement + Branch: perl + ! pad.c +____________________________________________________________________________ +[ 24088] By: davem on 2005/03/28 21:38:44 + Log: expand -DDEBUG_LEAKING_SCALARS to instrument the creation of each SV + Branch: perl + ! dump.c ext/Devel/Peek/t/Peek.t pad.c perl.c pod/perlhack.pod + ! sv.c sv.h +____________________________________________________________________________ +[ 24087] By: rgs on 2005/03/27 16:38:13 + Log: Raw work on perl592delta. + Branch: perl + ! pod/perl592delta.pod +____________________________________________________________________________ +[ 24086] By: rgs on 2005/03/27 13:59:02 + Log: Subject: Re: [perl #34195] Regex: Alternations within negative lookahead assertions + From: hv@crypt.org + Date: Thu, 24 Mar 2005 19:51:08 +0000 + Message-Id: <200503241951.j2OJp8s18147@zen.crypt.org> + Branch: perl + ! regexec.c t/op/re_tests +____________________________________________________________________________ +[ 24085] By: rgs on 2005/03/27 13:30:18 + Log: Fix -C option of mktables (for VMS) + + Subject: Re: [PATCH] Consting five + From: demerphq + Date: Sat, 26 Mar 2005 21:45:09 +0100 + Message-ID: <9b18b311050326124563db5113@mail.gmail.com> + Branch: perl + ! lib/unicore/mktables +____________________________________________________________________________ +[ 24084] By: davem on 2005/03/26 21:25:47 + Log: UTF-8 string substitution corrupts memory + The implicit call of 'require utf8' triggered by code like + "\x{100}" =~ /[[:print:]]/ + wasn't saving state correctly first. + Branch: perl + ! utf8.c +____________________________________________________________________________ +[ 24083] By: rgs on 2005/03/26 17:40:26 + Log: Remove an XXX note from the public doc. + Hide it in the comments, instead + Branch: perl + ! pod/perlapi.pod sv.c +____________________________________________________________________________ +[ 24082] By: nicholas on 2005/03/26 00:21:30 + Log: Need to return something when the compiler doesn't know that a + function is "noreturn". + Branch: perl + ! mg.c op.c scope.c +____________________________________________________________________________ +[ 24081] By: nicholas on 2005/03/25 23:46:22 + Log: Subject: [PATCH] Consting five + Date: Fri, 25 Mar 2005 17:14:09 -0600 + From: Andy Lester + Message-ID: <20050325231409.GB17660@petdance.com> + + [with modification - the extra argument to incpush was supposed to + be being used] + Branch: perl + ! av.c embed.fnc embed.h ext/DynaLoader/dlutils.c gv.c + ! intrpvar.h locale.c mg.c miniperlmain.c op.c perl.c pp_sys.c + ! proto.h regcomp.c thrdvar.h toke.c +____________________________________________________________________________ +[ 24080] By: rgs on 2005/03/25 21:09:23 + Log: Subject: Re: [perl #34568] Perl crashes reading past the end of a heap block while parsing foreach statement + From: Gurusamy Sarathy + Date: Fri, 25 Mar 2005 10:31:09 -0800 + Message-Id: <200503251831.j2PIV9A6006234@smtp3.ActiveState.com> + Branch: perl + ! op.c +____________________________________________________________________________ +[ 24079] By: rgs on 2005/03/25 21:02:04 + Log: Subject: [PATCH] Consting part 4 + From: Andy Lester + Date: Fri, 25 Mar 2005 14:43:31 -0600 + Message-ID: <20050325204331.GA16388@petdance.com> + Branch: perl + ! embed.fnc mg.c numeric.c op.c perlio.c pod/perlapi.pod proto.h + ! regcomp.c scope.c sv.c taint.c toke.c utf8.c util.c +____________________________________________________________________________ +[ 24078] By: nicholas on 2005/03/25 20:57:46 + Log: FreeBSD NDBM appears to generate files ending .db, so be prepared to + clean this variant up as well. + Branch: perl + ! lib/Memoize/t/tie_ndbm.t +____________________________________________________________________________ +[ 24077] By: rgs on 2005/03/25 18:03:00 + Log: Remove the const qualifier from argv and env variables + Branch: perl + ! embed.fnc intrpvar.h perl.c pod/perlapi.pod proto.h +____________________________________________________________________________ +[ 24076] By: rgs on 2005/03/25 14:41:46 + Log: Subject: [PATCH] const fix-up for vms/vms.c + From: "Craig A. Berry" + Date: Fri, 25 Mar 2005 09:00:06 -0600 + Message-ID: <42442776.8030603@mac.com> + Branch: perl + ! vms/vms.c vms/vmsish.h +____________________________________________________________________________ +[ 24075] By: rgs on 2005/03/25 09:24:15 + Log: Subject: [PATCH] Re: Smoke [5.9.2] 24061 FAIL(m) linux 2.6.10-1.770_FC3 [fedora] (i686/1 cpu) + From: Steve Peters + Date: Tue, 22 Mar 2005 17:15:23 -0600 + Message-ID: <20050322231523.GA3083@mccoy.peters.homeunix.org> + Branch: perl + ! hints/linux.sh +____________________________________________________________________________ +[ 24074] By: rgs on 2005/03/24 16:25:58 + Log: Subject: [PATCH] Third consting batch + From: Andy Lester + Date: Tue, 22 Mar 2005 00:35:55 -0600 + Message-Id: <2f14220e7101a03f7659dbe79a03b115@petdance.com> + Branch: perl + ! XSUB.h deb.c doio.c dump.c embed.fnc gv.c gv.h hv.c mg.c mg.h + ! minimod.pl numeric.c op.c pad.c patchlevel.h perl.c perl.h + ! perlio.c perliol.h perlvars.h perly.c pod/perlapi.pod + ! pod/perlintern.pod pp.c pp_hot.c pp_sys.c proto.h regcomp.c + ! regcomp.h regexec.c scope.c sv.c taint.c universal.c utf8.c + ! utf8.h utfebcdic.h util.c writemain.SH xsutils.c +____________________________________________________________________________ +[ 24073] By: mhx on 2005/03/22 16:30:57 + Log: Mention (un)?pack byte-order modifiers in perldelta + Branch: perl + ! pod/perl592delta.pod +____________________________________________________________________________ +[ 24072] By: rgs on 2005/03/22 16:15:58 + Log: Some updates in the new perldelta. + Branch: perl + ! pod/perl592delta.pod +____________________________________________________________________________ +[ 24071] By: rgs on 2005/03/22 15:30:18 + Log: Remove IPC::Run for 5.9.2 + Branch: perl + - lib/IPC/Run.pm lib/IPC/Run/Debug.pm lib/IPC/Run/IO.pm + - lib/IPC/Run/Timer.pm lib/IPC/Run/Win32Helper.pm + - lib/IPC/Run/Win32IO.pm lib/IPC/Run/Win32Pump.pm + - lib/IPC/Run/t/adopt.t lib/IPC/Run/t/binmode.t + - lib/IPC/Run/t/bogus.t lib/IPC/Run/t/filter.t + - lib/IPC/Run/t/harness.t lib/IPC/Run/t/io.t + - lib/IPC/Run/t/kill_kill.t lib/IPC/Run/t/parallel.t + - lib/IPC/Run/t/pty.t lib/IPC/Run/t/pump.t lib/IPC/Run/t/run.t + - lib/IPC/Run/t/signal.t lib/IPC/Run/t/timeout.t + - lib/IPC/Run/t/timer.t lib/IPC/Run/t/win32_compile.t + ! MANIFEST +____________________________________________________________________________ +[ 24070] By: rgs on 2005/03/22 14:53:01 + Log: Forbid the -C option on the command-line + as suggested by Merijn (see [perl #34087]) + Branch: perl + ! pod/perldiag.pod toke.c +____________________________________________________________________________ +[ 24069] By: rgs on 2005/03/22 14:03:12 + Log: Upgrade to PathTools 3.05 + Branch: perl + ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm lib/File/Spec.pm +____________________________________________________________________________ +[ 24068] By: rgs on 2005/03/22 10:59:53 + Log: Upgrade to File::Temp 0.16 + Branch: perl + ! lib/File/Temp.pm lib/File/Temp/t/object.t + ! lib/File/Temp/t/tempfile.t +____________________________________________________________________________ +[ 24067] By: rgs on 2005/03/22 10:53:39 + Log: Revert change #24055, which was producing a segfault in installman + when it was trying to install perltoc. + Branch: perl + ! regexec.c t/op/re_tests +____________________________________________________________________________ +[ 24066] By: rgs on 2005/03/22 09:43:44 + Log: Fix unresolved POD link + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 24065] By: rgs on 2005/03/22 09:21:09 + Log: Rename ${^RE_TRIE_MAXBUFF} to ${^RE_TRIE_MAXBUF}, + and other neatification + Branch: perl + ! pod/perl592delta.pod pod/perlvar.pod regcomp.c regcomp.h +____________________________________________________________________________ +[ 24064] By: rgs on 2005/03/22 08:57:18 + Log: Subject: [PATCH] simple optimization for SelectSaver + From: Alexey Tourbin + Date: Fri, 18 Mar 2005 21:05:51 +0300 + Message-ID: <20050318180551.GA12596@solemn.turbinal.org> + Branch: perl + ! lib/SelectSaver.pm +____________________________________________________________________________ +[ 24063] By: rgs on 2005/03/22 08:53:21 + Log: minitest fix + Branch: perl + ! t/run/fresh_perl.t +____________________________________________________________________________ +[ 24062] By: rgs on 2005/03/22 07:50:28 + Log: Add in perldelta changes about unpack A and trailing whitespace, trie + optimization, and debug flags for "use re". + Branch: perl + ! pod/perl592delta.pod +____________________________________________________________________________ +[ 24061] By: nicholas on 2005/03/21 22:52:12 + Log: Casts needed to make VMS happy. (It gets very upset at assignments + between char * and unsigned char *) + Branch: perl + ! pp_pack.c +____________________________________________________________________________ +[ 24060] By: rgs on 2005/03/21 21:44:37 + Log: Subject: Re: unpack A strip patch + From: Ton Hospel + Date: Mon, 21 Mar 2005 21:31:37 +0000 (UTC) + Message-Id: + Branch: perl + ! pod/perlfunc.pod pp_pack.c t/op/pack.t +____________________________________________________________________________ +[ 24059] By: rgs on 2005/03/21 21:33:16 + Log: Subject: Re: regexp trie fails compile on VMS + From: demerphq + Date: Mon, 21 Mar 2005 22:29:09 +0100 + Message-ID: <9b18b311050321132917a4b1c7@mail.gmail.com> + Branch: perl + ! regcomp.c regcomp.h regcomp.pl regcomp.sym regexec.c +____________________________________________________________________________ +[ 24058] By: rgs on 2005/03/21 21:22:10 + Log: Break up long lines in -V output for compile-time options + + Subject: Re: sitecustomize.pl [PATCH] + From: sthoenna[at]efn.org (Yitzchak Scott-Thoennes) + Date: Tue, 8 Mar 2005 17:46:04 -0800 + Message-ID: <20050309014604.GA5876[at]efn.org> + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 24057] By: steveh on 2005/03/21 17:08:26 + Log: Oops - forgot to update MANIFEST for change 24056. + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 24056] By: steveh on 2005/03/21 17:06:45 + Log: Subject: Re: Stop mktables from needlessly re-running when using dmake on Win32 + From: demerphq + Date: Tue, 8 Mar 2005 02:24:10 +0100 + Message-ID: <9b18b311050307172455a5816e@mail.gmail.com> + + Change 24004 stopped mktables from needlessly re-running when using + dmake on Win32, but it can still happen when using nmake because it + doesn't support the .UPDATEALL attribute that was used to fix dmake. + e.g. Build perl, touch a core header file, then rebuild -- mktables + re-runs when it didn't need to, and 7 times over at that! This change + alleviates the pain by making mktables exit quickly in such cases. + Branch: perl + + lib/unicore/mktables.lst + ! lib/unicore/mktables +____________________________________________________________________________ +[ 24055] By: rgs on 2005/03/21 14:58:21 + Log: Resubmit change #24053. + Branch: perl + ! regexec.c t/op/re_tests +____________________________________________________________________________ +[ 24054] By: rgs on 2005/03/21 14:32:58 + Log: Subject: [PATCH] Re: [perl #34493] h2ph `extern inline' problems + From: Alexey Tourbin + Date: Sat, 19 Mar 2005 16:37:12 +0300 + Message-ID: <20050319133712.GB6484@solemn.turbinal.org> + + and + + Message-ID: <20050319141457.GC6484@solemn.turbinal.org> + Branch: perl + ! t/lib/h2ph.h utils/h2ph.PL +____________________________________________________________________________ +[ 24053] By: rgs on 2005/03/21 13:15:34 + Log: Subject: Re: [perl #34195] Regex: Alternations within negative lookahead assertions + From: hv@crypt.org + Date: Mon, 21 Feb 2005 17:59:49 +0000 + Message-Id: <200502211759.j1LHxnC22894@zen.crypt.org> + Branch: perl + ! regexec.c t/op/re_tests +____________________________________________________________________________ +[ 24052] By: rgs on 2005/03/21 10:27:44 + Log: Subject: pack / for general types + From: perl5-porters@ton.iguana.be (Ton Hospel) + Date: Sat, 19 Mar 2005 22:00:45 +0000 (UTC) + Message-Id: + + Allow "len/format" to work for any format type, not just strings. + Branch: perl + ! pod/perldiag.pod pod/perlfunc.pod pp_pack.c t/op/pack.t +____________________________________________________________________________ +[ 24051] By: rgs on 2005/03/21 10:12:01 + Log: perldelta suggestions on (un)?pack by Ton Hospel + Branch: perl + ! pod/perl592delta.pod +____________________________________________________________________________ +[ 24050] By: rgs on 2005/03/21 09:59:13 + Log: Subject: Re: bugzilla.redhat bug #101767 (threads, threads::shared) + From: Alexey Tourbin + Date: Sat, 19 Mar 2005 06:10:45 +0300 + Message-ID: <20050319031045.GN12596@solemn.turbinal.org> + Branch: perl + + ext/threads/hints/linux.pl ext/threads/shared/hints/linux.pl + ! MANIFEST +____________________________________________________________________________ +[ 24049] By: rgs on 2005/03/21 09:39:35 + Log: Subject: [PATCH] More consting goodness + From: Andy Lester + Date: Sat, 19 Mar 2005 01:28:30 -0600 + Message-ID: <20050319072830.GA7721@petdance.com> + Branch: perl + ! deb.c dump.c embed.fnc handy.h op.c opcode.h opcode.pl perl.c + ! pod/perlapi.pod pp_ctl.c pp_sys.c proto.h regcomp.c regexec.c + ! sv.c toke.c +____________________________________________________________________________ +[ 24048] By: rgs on 2005/03/20 21:20:50 + Log: Upgrade to Math::BigInt 1.75, by Tels + Branch: perl + ! lib/Math/BigFloat.pm lib/Math/BigInt.pm + ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t + ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t + ! lib/Math/BigInt/t/fallback.t lib/Math/BigInt/t/mbi_rand.t + ! lib/Math/BigInt/t/sub_mbi.t +____________________________________________________________________________ +[ 24047] By: merijn on 2005/03/20 10:50:11 + Log: Subject: [PATCH] perlrun typo (env PERLDB_OPTS) + From: Alexey Tourbin + Date: Sat, 19 Mar 2005 03:40:13 +0300 + Message-ID: <20050319004013.GJ12596@solemn.turbinal.org> + Branch: perl + ! pod/perlrun.pod +____________________________________________________________________________ +[ 24046] By: rgs on 2005/03/18 21:47:54 + Log: Remove an useless line, spotted by Andy Lester + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 24045] By: rgs on 2005/03/18 16:54:38 + Log: Remove trie optimisation from the todo list + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 24044] By: rgs on 2005/03/18 15:04:39 + Log: Subject: Re: Reworked Trie Patch + From: demerphq + Date: Mon, 14 Mar 2005 08:55:39 +0100 + Message-ID: <9b18b31105031323557019ae1@mail.gmail.com> + + Subject: Re: Reworked Trie Patch + From: demerphq + Date: Wed, 16 Mar 2005 19:48:18 +0100 + Message-ID: <9b18b31105031610481025a080@mail.gmail.com> + + Plus minor nits in the documentation of re.pm, + a version bump, and addition of an OPTIMIZE alias + Branch: perl + + t/op/regexp_notrie.t t/op/regexp_trielist.t + ! MANIFEST embed.fnc embed.h ext/re/re.pm pod/perlvar.pod + ! proto.h regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h + ! sv.c t/op/pat.t t/op/re_tests t/op/readdir.t +____________________________________________________________________________ +[ 24043] By: rgs on 2005/03/18 14:02:36 + Log: Subject: Re: sitecustomize.pl [PATCH] + From: Gisle Aas + Date: 18 Mar 2005 04:06:40 -0800 + Message-ID: + + Adds a new command-line switch, -f, and a new optional + compile-time setting -DUSE_SITECUSTOMIZE + Branch: perl + ! INSTALL ext/Devel/DProf/t/DProf.t perl.c pod/perlrun.pod +____________________________________________________________________________ +[ 24042] By: rgs on 2005/03/18 13:38:32 + Log: Subject: [PATCH] More const parms + From: Andy Lester + Date: Mon, 14 Mar 2005 13:59:54 -0600 + Message-ID: <20050314195954.GB7141@petdance.com> + Branch: perl + ! embed.fnc gv.c numeric.c op.c pad.c perlio.c pod/perlapi.pod + ! pod/perlintern.pod pp_ctl.c pp_hot.c proto.h scope.c sv.c + ! toke.c utf8.c +____________________________________________________________________________ +[ 24041] By: rgs on 2005/03/18 10:27:17 + Log: Don't use vars in DynaLoader + Remove left-over maintenance code + Branch: perl + ! ext/DynaLoader/DynaLoader_pm.PL +____________________________________________________________________________ +[ 24040] By: rgs on 2005/03/18 07:57:06 + Log: Subject: [PATCH] $B::Disassembler::VERSION + From: Alexey Tourbin + Date: Thu, 17 Mar 2005 19:02:38 +0300 + Message-ID: <20050317160238.GN5825@solemn.turbinal.org> + Branch: perl + ! ext/B/B/Disassembler.pm +____________________________________________________________________________ +[ 24039] By: rgs on 2005/03/15 09:30:28 + Log: Upgrade to CGI 3.07. + Add CGI's changelog + Branch: perl + + lib/CGI/Changes + ! MANIFEST lib/CGI.pm lib/CGI/Cookie.pm +____________________________________________________________________________ +[ 24038] By: merijn on 2005/03/14 15:55:44 + Log: Subject: pp_pack.c, simplifying genpacksizetables + From: perl5-porters@ton.iguana.be (Ton Hospel) + Date: Sun, 13 Mar 2005 15:07:41 +0000 (UTC) + Message-Id: + Branch: perl + ! genpacksizetables.pl pp_pack.c +____________________________________________________________________________ +[ 24037] By: rgs on 2005/03/14 14:35:33 + Log: Subject: [PATCH] Adding const qualifiers + From: Andy Lester + Date: Sun, 13 Mar 2005 14:20:05 -0600 + Message-ID: <20050313202005.GA23535@petdance.com> + Branch: perl + ! av.c embed.fnc gv.c hv.c mg.c op.c pod/perlapi.pod pp_ctl.c + ! proto.h scope.c utf8.c +____________________________________________________________________________ +[ 24036] By: rgs on 2005/03/14 09:19:01 + Log: Subject: Re: [perl #34155] perldoc -f hex should say how to convert back + From: David Nicol + Date: Tue, 8 Mar 2005 18:23:11 -0600 + Message-ID: <934f64a20503081623713f6d27@mail.gmail.com> + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 24035] By: rgs on 2005/03/13 21:14:36 + Log: Document pack changes in perldelta + Branch: perl + ! pod/perl592delta.pod +____________________________________________________________________________ +[ 24034] By: rgs on 2005/03/13 16:41:05 + Log: Upgrade to Pod::Parser 1.30 + Branch: perl + ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm + ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm + ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podselect.PL + ! t/pod/poderrs.xr +____________________________________________________________________________ +[ 24033] By: rgs on 2005/03/13 11:07:40 + Log: Doc patches to clarify the stringification rules of {} and => + by Jarkko (bug #34419) + Branch: perl + ! pod/perldata.pod pod/perlop.pod +____________________________________________________________________________ +[ 24032] By: rgs on 2005/03/13 09:20:01 + Log: gcc warning patch by Andy Lester + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 24031] By: rgs on 2005/03/12 22:05:14 + Log: Subject: Re: Encoding neutral unpack + From: perl5-porters@ton.iguana.be (Ton Hospel) + Date: Sat, 12 Mar 2005 18:54:29 +0000 (UTC) + Message-ID: + + A new test. + Branch: perl + ! t/op/pack.t +____________________________________________________________________________ +[ 24030] By: rgs on 2005/03/12 22:01:21 + Log: Indentation patch by Ton Hospel for pp_pack + Branch: perl + ! pp_pack.c +____________________________________________________________________________ +[ 24029] By: rgs on 2005/03/12 20:49:00 + Log: Change my email, put real name of Pixel + Branch: perl + ! AUTHORS +____________________________________________________________________________ +[ 24028] By: rgs on 2005/03/12 17:15:23 + Log: Upgrade to DB_File 1.811, by Paul Marquess + Branch: perl + ! ext/DB_File/Changes ext/DB_File/DB_File.pm + ! ext/DB_File/DB_File.xs ext/DB_File/t/db-hash.t + ! ext/DB_File/typemap +____________________________________________________________________________ +[ 24027] By: rgs on 2005/03/11 17:47:41 + Log: Add standard core test headers to the Class::ISA new tests + Branch: perl + ! lib/Class/ISA/t/00_about_verbose.t + ! lib/Class/ISA/t/01_old_junk.t +____________________________________________________________________________ +[ 24026] By: rgs on 2005/03/11 17:37:01 + Log: Upgrade to Class::ISA 0.33 + Branch: perl + + lib/Class/ISA/ChangeLog lib/Class/ISA/t/00_about_verbose.t + + lib/Class/ISA/t/01_old_junk.t + - lib/Class/ISA/test.pl + ! MANIFEST lib/Class/ISA.pm +____________________________________________________________________________ +[ 24025] By: rgs on 2005/03/11 16:55:59 + Log: Update Changes + Branch: perl + ! Changes +____________________________________________________________________________ +[ 24024] By: rgs on 2005/03/11 11:12:31 + Log: FAQ sync + Branch: perl + ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod + ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod + ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod + ! pod/perlfaq9.pod +____________________________________________________________________________ +[ 24023] By: rgs on 2005/03/11 10:22:28 + Log: Subject: [PATCH] pad_push numero three-o + From: Andy Lester + Date: Thu, 10 Mar 2005 15:17:28 -0600 + Message-ID: <20050310211728.GC32386@petdance.com> + Branch: perl + ! embed.fnc embed.h pad.c pod/perlintern.pod pp_ctl.c pp_hot.c + ! proto.h +____________________________________________________________________________ +[ 24022] By: rgs on 2005/03/10 17:42:54 + Log: Make the return value of close() depend not only on the success of the + close itself, but also on whether the output stream had a previous + error. From Jim Meyering , via Debian. + Branch: perl + ! doio.c +____________________________________________________________________________ +[ 24021] By: rgs on 2005/03/10 17:39:56 + Log: 8 is not an octal digit. (from Debian) + Branch: perl + ! pod/perlreref.pod +____________________________________________________________________________ +[ 24020] By: rgs on 2005/03/10 17:38:51 + Log: Fix a2p manpage (from Debian) + Branch: perl + ! x2p/a2p.pod +____________________________________________________________________________ +[ 24019] By: rgs on 2005/03/10 17:36:37 + Log: Remove a spurious undefined warning when using getopts.pl with -w. + (from Debian) + Branch: perl + ! lib/getopts.pl +____________________________________________________________________________ +[ 24018] By: rgs on 2005/03/10 17:34:39 + Log: Doc patch for Devel::DProf (from Debian) + Branch: perl + ! ext/Devel/DProf/DProf.pm +____________________________________________________________________________ +[ 24017] By: rgs on 2005/03/10 17:22:25 + Log: Add support for Debian GNU/k*BSD + Branch: perl + ! hints/gnukfreebsd.sh hints/gnuknetbsd.sh +____________________________________________________________________________ +[ 24016] By: rgs on 2005/03/10 17:21:05 + Log: Patch for Debian bug #258618, compilation under Debian/Hurd + Branch: perl + ! hints/gnu.sh +____________________________________________________________________________ +[ 24015] By: steveh on 2005/03/10 15:18:20 + Log: Subject: Minor AUTHORS patch + From: "Mike Giroux" + Date: Thu, 10 Mar 2005 08:39:04 -0500 + Message-ID: + Branch: perl + ! AUTHORS +____________________________________________________________________________ +[ 24014] By: steveh on 2005/03/10 11:25:36 + Log: More Win32 dmake fixes + + Use $B macro as per change 23991 in more places, and fix some syntax + errors in the subst's (missing trailing ",") + + Tested with GCC and MSVC. I don't have BCC available, so those parts + are untested. + Branch: perl + ! win32/makefile.mk +____________________________________________________________________________ +[ 24013] By: rgs on 2005/03/10 10:10:33 + Log: Upgrade to CGI.pm 3.06 + Branch: perl + ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Util.pm + ! lib/CGI/t/form.t lib/CGI/t/html.t +____________________________________________________________________________ +[ 24012] By: rgs on 2005/03/09 22:17:33 + Log: Further pack optimisations by Ton Hospel + Branch: perl + ! pp_pack.c +____________________________________________________________________________ +[ 24011] By: rgs on 2005/03/09 18:02:13 + Log: Fix memory corruption when growing pack utf8 buffer + Branch: perl + ! pp_pack.c +____________________________________________________________________________ +[ 24010] By: rgs on 2005/03/08 17:53:50 + Log: Subject: Encoding neutral unpack + From: perl5-porters@ton.iguana.be (Ton Hospel) + Date: Sun, 6 Mar 2005 18:29:38 +0000 (UTC) + Message-Id: + Branch: perl + ! embed.fnc embed.h genpacksizetables.pl lib/charnames.t perl.h + ! pod/perldiag.pod pod/perlfunc.pod pod/perlunicode.pod + ! pod/perluniintro.pod pp_pack.c proto.h t/op/pack.t + ! t/op/utftaint.t +____________________________________________________________________________ +[ 24009] By: merijn on 2005/03/08 15:25:57 + Log: Subject: Minor AUTHORS patch + From: Andy Lester + Date: Tue, 8 Mar 2005 09:44:45 -0600 + Message-ID: <20050308154445.GB3213@petdance.com> + Branch: perl + ! AUTHORS +____________________________________________________________________________ +[ 24008] By: merijn on 2005/03/08 14:45:17 + Log: Some updates to current status + Branch: perl + ! README.hpux +____________________________________________________________________________ +[ 24007] By: steveh on 2005/03/07 11:02:12 + Log: Include regcomp.h in Win32 makefiles + + Subject: Re: Stop mktables from needlessly re-running when using dmake on Win32 + From: demerphq + Date: Sun, 6 Mar 2005 09:16:12 +0100 + Message-ID: <9b18b311050306001624012bd@mail.gmail.com> + Branch: perl + ! win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 24006] By: steveh on 2005/03/04 17:19:46 + Log: A better fix than change 24005 was ;) + + Actually, "@echo." still emits a blank line. Use "@rem" instead as the + no-op. This was being used in the Win95 case, but works fine on WinNT + too, and is actually what ExtUtils-MakeMaker uses. + + Also change the nmake Makefile. + Branch: perl + ! win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 24005] By: steveh on 2005/03/04 17:11:56 + Log: Suppress "ECHO is on." messages when using dmake on Win32 + + (The shell's "echo" command displays the current echo setting when + called with no arguments. Use "echo." to display nothing.) + Branch: perl + ! win32/makefile.mk +____________________________________________________________________________ +[ 24004] By: steveh on 2005/03/04 17:01:24 + Log: Stop mktables from needlessly re-running when using dmake on Win32 + Branch: perl + ! win32/makefile.mk +____________________________________________________________________________ +[ 24003] By: rgs on 2005/03/04 16:02:20 + Log: Update -v copyright notice + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 24002] By: rgs on 2005/03/03 18:27:34 + Log: Add a regression test for bug #32193, and make the + fix a bit more robust + Branch: perl + ! lib/Tie/RefHash.pm lib/Tie/RefHash.t +____________________________________________________________________________ +[ 24001] By: rgs on 2005/03/03 18:03:15 + Log: Subject: [perl #32193] Tie::RefHash DELETE does not return value for ref keys + From: Yuval Kojman (via RT) + Date: 28 Oct 2004 12:16:37 -0000 + Message-ID: + Branch: perl + ! lib/Tie/RefHash.pm +____________________________________________________________________________ +[ 24000] By: rgs on 2005/03/03 15:43:43 + Log: do "filename" is not really used with perl subroutine librairies + anymore. + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 23999] By: merijn on 2005/02/27 11:28:27 + Log: Fix for bug [ID 20020227.005] format bug with undefined _TOP + http://rt.perl.org/rt3/Ticket/Display.html?id=8698 + If there was no TOP format the lines left on page was set + to fixed number, now set to the current page length of the + IO channel used. More debugging for yet another bug needed. + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 23998] By: davem on 2005/02/26 11:32:59 + Log: ithreads: cond_signal() on a non-shared object coredumped + Branch: perl + ! ext/threads/shared/shared.xs +____________________________________________________________________________ +[ 23997] By: nicholas on 2005/02/26 09:33:30 + Log: SvUTF8 can be present on scalars other than PVs + (specifically references with overloaded stringification) + Branch: perl + ! dump.c +____________________________________________________________________________ +[ 23996] By: davem on 2005/02/26 00:47:03 + Log: Fix leaks in List::Util::reduce,first + When the block is a closure, the cloned CV created on each call + was never freed + Branch: perl + ! ext/List/Util/Util.xs ext/List/Util/lib/Scalar/Util.pm +____________________________________________________________________________ +[ 23995] By: steveh on 2005/02/24 15:52:01 + Log: Subject: Re: (patch blead) Extend t/harness to allow filtering of the file list by regex. + From: demerphq + Date: Wed, 23 Feb 2005 17:49:50 +0100 + Message-ID: <9b18b311050223084917d7ef59@mail.gmail.com> + Branch: perl + ! pod/perlhack.pod +____________________________________________________________________________ +[ 23994] By: merijn on 2005/02/24 10:12:26 + Log: Subject: [PATCH] dprofpp help + From: Andy Lester + Date: Thu, 24 Feb 2005 00:10:42 -0600 + Message-ID: <20050224061042.GA20259@petdance.com> + Branch: perl + ! utils/dprofpp.PL +____________________________________________________________________________ +[ 23993] By: steveh on 2005/02/23 13:36:59 + Log: Subject: (patch blead) Extend t/harness to allow filtering of the file list by regex. + From: demerphq + Date: Sat, 19 Feb 2005 11:10:00 +0100 + Message-ID: <9b18b3110502190210105decf4@mail.gmail.com> + Branch: perl + ! t/harness +____________________________________________________________________________ +[ 23992] By: steveh on 2005/02/23 12:28:55 + Log: Subject: Patch Win32 makefiles for blead to allow parameters to be passed to harness: + From: demerphq + Date: Sat, 19 Feb 2005 11:00:08 +0100 + Message-ID: <9b18b31105021902003d9c2a95@mail.gmail.com> + Branch: perl + ! win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 23991] By: steveh on 2005/02/23 09:17:55 + Log: Fix Win32's dmake makefile.mk for new dmakes built with Visual C++ + Branch: perl + ! win32/makefile.mk +____________________________________________________________________________ +[ 23990] By: rgs on 2005/02/22 18:13:01 + Log: Porting/manicheck is not happy when I use spaces instead of tabs. + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 23989] By: rgs on 2005/02/21 16:05:22 + Log: Subject: IPC::Run test failures with utf8 + From: Nicholas Clark + Date: Sat, 19 Feb 2005 00:27:57 +0000 + Message-ID: <20050219002757.GO13998@plum.flirble.org> + Branch: perl + ! lib/IPC/Run/t/run.t +____________________________________________________________________________ +[ 23988] By: rgs on 2005/02/21 13:51:44 + Log: Subject: [PATCH] signed/unsigned help for pp_pack.c + From: "Craig A. Berry" + Date: Fri, 18 Feb 2005 09:42:52 -0600 + Message-ID: <42160CFC.3080304@mac.com> + Branch: perl + ! pp_pack.c +____________________________________________________________________________ +[ 23987] By: rgs on 2005/02/21 12:56:22 + Log: Subject: (blead patch) Skip a torture test under blead, and skip certain torture tests under Win32. + From: demerphq + Date: Sat, 19 Feb 2005 11:04:00 +0100 + Message-ID: <9b18b3110502190204641e103c@mail.gmail.com + Branch: perl + ! t/japh/abigail.t +____________________________________________________________________________ +[ 23986] By: rgs on 2005/02/18 18:21:25 + Log: Subject: Patch for Perlbug #4253 + From: Nikolai Eipel + Date: Sat, 29 Jan 2005 16:52:53 +0100 + Message-Id: <200501291652.53841.eipel@web.de> + + (-T and -B invalidate _ filehandle when no read permission on file) + plus a regression test + Branch: perl + ! pp_sys.c t/op/stat.t +____________________________________________________________________________ +[ 23985] By: rgs on 2005/02/18 16:18:34 + Log: Install and build corelist on VMS, too + Branch: perl + ! vms/descrip_mms.template +____________________________________________________________________________ +[ 23984] By: rgs on 2005/02/18 16:07:54 + Log: Add corelist to the win32 makefiles + (noticed by demerphq) + Branch: perl + ! win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 23983] By: rgs on 2005/02/18 15:48:51 + Log: Subject: [perl #32968] [PATCH] Re: B::walkoptree segfaults + From: Stephen McCamant + Date: Tue, 28 Dec 2004 10:13:50 -0800 + Message-ID: <16849.41566.887352.677148@apocalypse.OCF.Berkeley.EDU> + Branch: perl + ! ext/B/B.xs op.h +____________________________________________________________________________ +[ 23982] By: rgs on 2005/02/18 15:34:59 + Log: Subject: Re: Integration of PathTools 3.04 + From: demerphq + Date: Fri, 18 Feb 2005 16:31:50 +0100 + Message-ID: <9b18b31105021807316af0aed5@mail.gmail.com> + Branch: perl + ! lib/Cwd.pm +____________________________________________________________________________ +[ 23981] By: rgs on 2005/02/18 15:00:12 + Log: Subject: Re: Bug in Socket::IO::INET Version 1.27 + From: Gisle Aas + Date: 03 Feb 2005 03:16:46 -0800 + Message-ID: + Branch: perl + ! ext/IO/lib/IO/Socket/INET.pm +____________________________________________________________________________ +[ 23980] By: rgs on 2005/02/18 14:27:38 + Log: Integrate encoding::warnings from Autrijus Tang. + Branch: perl + + lib/encoding/warnings.pm lib/encoding/warnings/t/1-warning.t + + lib/encoding/warnings/t/2-fatal.t + + lib/encoding/warnings/t/3-normal.t + ! MANIFEST +____________________________________________________________________________ +[ 23979] By: rgs on 2005/02/18 09:53:36 + Log: Subject: [PATCH] find2perl, new options + From: slaven@rezic.de + Date: Thu, 17 Feb 2005 22:30:13 +0100 + Message-Id: <1108675813.24421@devpc01.iconmobile.de> + Branch: perl + ! x2p/find2perl.PL +____________________________________________________________________________ +[ 23978] By: rgs on 2005/02/18 08:54:33 + Log: Missing dependencies in x2p makefile, by Slaven Rezic. + Branch: perl + ! x2p/Makefile.SH +____________________________________________________________________________ +[ 23977] By: rgs on 2005/02/17 18:14:19 + Log: Upgrade to PathTools 3.04 + (plus tweaks to Cwd and cwd.t to run when building perl) + Branch: perl + + ext/Cwd/ppport.h + ! MANIFEST ext/Cwd/Changes ext/Cwd/Cwd.xs ext/Cwd/t/cwd.t + ! ext/Cwd/t/taint.t ext/Cwd/t/win32.t lib/Cwd.pm + ! lib/File/Spec.pm lib/File/Spec/Cygwin.pm lib/File/Spec/Epoc.pm + ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm + ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm + ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm + ! lib/File/Spec/t/Spec.t lib/File/Spec/t/crossplatform.t + ! lib/File/Spec/t/rel2abs2rel.t +____________________________________________________________________________ +[ 23976] By: rgs on 2005/02/17 17:42:59 + Log: Upgrade to Pod::LaTeX 0.58 + Branch: perl + ! lib/Pod/LaTeX.pm lib/Pod/t/pod2latex.t +____________________________________________________________________________ +[ 23975] By: rgs on 2005/02/17 15:21:55 + Log: Upgrade to Time::HiRes 1.66 + Branch: perl + ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm + ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/t/HiRes.t +____________________________________________________________________________ +[ 23974] By: rgs on 2005/02/17 14:57:06 + Log: Subject: [perl #31730] [PATCH] IO::File reads garbage from directory filehandles + From: "Steve Peters via RT" + Date: 1 Feb 2005 16:24:11 -0000 + Message-ID: + Branch: perl + ! ext/IO/lib/IO/File.pm +____________________________________________________________________________ +[ 23973] By: rgs on 2005/02/16 13:20:55 + Log: Subject: Re: [PATCH] Re: perl winpid? + From: Yitzchak Scott-Thoennes + Date: Tue, 15 Feb 2005 20:45:13 -0800 + Message-ID: <20050216044512.GA2516@efn.org> + Branch: perl + ! ext/B/t/stash.t +____________________________________________________________________________ +[ 23972] By: steveh on 2005/02/15 14:47:47 + Log: Jan Dubois has taken over maintenance of Win32 stuff from Sarathy + Branch: perl + ! Porting/Maintainers.pl README.win32 +____________________________________________________________________________ +[ 23971] By: rgs on 2005/02/15 13:52:15 + Log: Fix documentation bug in using Socket's import tags : + + Subject: [perl #34141] example in perlbug -f getsockopt incomplete + From: David Dyck (via RT) + Date: 15 Feb 2005 07:35:45 -0000 + Message-ID: + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 23970] By: steveh on 2005/02/15 13:20:40 + Log: Fix PERL_MALLOC/DEBUG_MSTATS options in Win32 makefiles + + Currently, if USE_IMP_SYS is defined then PERL_MALLOC gets undefined. + We should also undefine DEBUG_MSTATS if PERL_MALLOC is (or has become) + undefined, and we should do all this *before* inspecting DEBUG_MSTATS + to see if we need to add -DPERL_DEBUGGING_MSTATS to BUILDOPT. + Branch: perl + ! win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 23969] By: steveh on 2005/02/15 11:40:03 + Log: Fix definition of DEBUG_MSTATS for Win32 dmake builds + Branch: perl + ! win32/makefile.mk +____________________________________________________________________________ +[ 23968] By: rgs on 2005/02/15 08:29:13 + Log: Use strl* functions in doio.c when available + Based on : + Subject: [PATCH] Changes to doio.c to use strlcpy() and strlcat() + From: Steve Peters + Date: Wed, 1 Dec 2004 19:42:14 -0600 + Message-ID: <20041202014214.GA20907@mccoy.peters.homeunix.org> + Branch: perl + ! doio.c +____________________________________________________________________________ +[ 23967] By: mhx on 2005/02/15 04:58:48 + Log: Subject: [PATCH] Additional tests for t/op/not.t + From: Steve Peters + Date: Mon, 14 Feb 2005 19:54:17 -0600 + Message-ID: <20050215015417.GA30368@mccoy.peters.homeunix.org> + Branch: perl + ! t/op/not.t +____________________________________________________________________________ +[ 23966] By: rgs on 2005/02/14 21:05:17 + Log: Subject: Re: encoding neutral unpack + From: perl5-porters@ton.iguana.be (Ton Hospel) + Date: Sat, 5 Feb 2005 01:34:44 +0000 (UTC) + Message-ID: + + tweaked to remove the 'not supported on this platform' + error messages + Branch: perl + ! genpacksizetables.pl pp_pack.c t/op/pack.t t/uni/case.pl +____________________________________________________________________________ +[ 23965] By: mhx on 2005/02/14 17:26:02 + Log: Regenerate Perl_keyword() to remove superfluous goto statements. + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 23964] By: mhx on 2005/02/14 17:21:29 + Log: Require version 0.05 of Devel::Tokenizer::C. + Branch: perl + ! perl_keyword.pl +____________________________________________________________________________ +[ 23963] By: rgs on 2005/02/12 16:26:47 + Log: Mac OS Classic vs Mac OS X clarications + by Sherm Pendley + Branch: perl + ! pod/perlfaq3.pod pod/perlmodinstall.pod pod/perlopentut.pod + ! pod/perlrun.pod +____________________________________________________________________________ +[ 23962] By: rgs on 2005/02/12 16:14:56 + Log: README.cygwin additions by Reini Urban + Branch: perl + ! README.cygwin +____________________________________________________________________________ +[ 23961] By: merijn on 2005/02/11 09:32:50 + Log: Subject: Re: [PATCH] Re: perl winpid? + From: Yitzchak Scott-Thoennes + Date: Thu, 10 Feb 2005 20:04:35 -0800 + Message-ID: <20050211040434.GA3824@efn.org> + Branch: perl + + t/lib/cygwin.t + ! MANIFEST README.cygwin cygwin/cygwin.c +____________________________________________________________________________ +[ 23960] By: mhx on 2005/02/10 20:50:31 + Log: not() || 1 produces segmentation fault + + Fixed by making not() behave like not(0). This is also the + way not() behaved before it started segfaulting in 5.6.0. + Branch: perl + + t/op/not.t + ! MANIFEST perly.act perly.h perly.tab perly.y +____________________________________________________________________________ +[ 23959] By: mhx on 2005/02/10 20:36:13 + Log: regen_perly.pl runs fine with bison 2.0. + Branch: perl + ! regen_perly.pl +____________________________________________________________________________ +[ 23958] By: merijn on 2005/02/10 15:56:04 + Log: 'what' cannot find ccversion if `which cc` is a symlink to ccache + ccversion is important enough to jump through some hoops to get it + Branch: perl + ! hints/hpux.sh +____________________________________________________________________________ +[ 23957] By: merijn on 2005/02/10 14:19:51 + Log: Swap logic in BEGIN blocks to have Cwd's abs_path do the + translation *before* the chdir (), so it now DTRT + Branch: perl + ! lib/IPC/Run/t/adopt.t lib/IPC/Run/t/binmode.t + ! lib/IPC/Run/t/bogus.t lib/IPC/Run/t/filter.t + ! lib/IPC/Run/t/harness.t lib/IPC/Run/t/io.t + ! lib/IPC/Run/t/kill_kill.t lib/IPC/Run/t/parallel.t + ! lib/IPC/Run/t/pty.t lib/IPC/Run/t/pump.t lib/IPC/Run/t/run.t + ! lib/IPC/Run/t/signal.t lib/IPC/Run/t/timeout.t + ! lib/IPC/Run/t/timer.t lib/IPC/Run/t/win32_compile.t +____________________________________________________________________________ +[ 23956] By: rgs on 2005/02/10 10:58:26 + Log: Upgrade to Time::Local 1.11 + Branch: perl + ! lib/Time/Local.pm lib/Time/Local.t +____________________________________________________________________________ +[ 23955] By: rgs on 2005/02/10 10:51:59 + Log: Subject: Re: [PATCH] BigInt mbi_rand.t failings (solved now) + From: Tels + Date: Wed, 9 Feb 2005 21:44:22 +0100 + Message-Id: <200502092144.24051@bloodgate.com> + Branch: perl + ! lib/Math/BigInt/Calc.pm +____________________________________________________________________________ +[ 23954] By: rgs on 2005/02/09 18:06:39 + Log: Add IPC::Run 0.80. + + Subject: [PATCH] IPC::Run 0.80 integration (was Re: [RFC] More core integration) + From: "Jos I. Boumans" + Date: Fri, 28 Jan 2005 18:32:44 +0100 + Message-Id: <9E6ECDBE-7152-11D9-B82E-000A956B0E06@xs4all.net> + + with PERL_CORE test premables hacked for better $^X portability + (we hope.) + Branch: perl + + lib/IPC/Run.pm lib/IPC/Run/Debug.pm lib/IPC/Run/IO.pm + + lib/IPC/Run/Timer.pm lib/IPC/Run/Win32Helper.pm + + lib/IPC/Run/Win32IO.pm lib/IPC/Run/Win32Pump.pm + + lib/IPC/Run/t/adopt.t lib/IPC/Run/t/binmode.t + + lib/IPC/Run/t/bogus.t lib/IPC/Run/t/filter.t + + lib/IPC/Run/t/harness.t lib/IPC/Run/t/io.t + + lib/IPC/Run/t/kill_kill.t lib/IPC/Run/t/parallel.t + + lib/IPC/Run/t/pty.t lib/IPC/Run/t/pump.t lib/IPC/Run/t/run.t + + lib/IPC/Run/t/signal.t lib/IPC/Run/t/timeout.t + + lib/IPC/Run/t/timer.t lib/IPC/Run/t/win32_compile.t + ! MANIFEST +____________________________________________________________________________ +[ 23953] By: rgs on 2005/02/09 09:28:19 + Log: Patch for CAN-2004-0452 by Jeroen van Wolffelaar. + The rmtree() function in the perl File::Path module would remove + directories in an insecure manner which could lead to the removal + of arbitrary files and directories via a symlink attack. + Branch: perl + ! lib/File/Path.pm +____________________________________________________________________________ +[ 23952] By: merijn on 2005/02/08 16:30:43 + Log: IBM Released vac.C version 7, and changed the naming convention (again) + Thanks to Campo for spotting, testing and the fix + Branch: perl + ! hints/aix.sh +____________________________________________________________________________ +[ 23951] By: rgs on 2005/02/08 14:02:56 + Log: Subject: [perl #34076] P/p pack formats only recognize literal undef + From: perl-5.8.0@ton.iguana.be (via RT) + Date: 6 Feb 2005 22:03:20 -0000 + Message-ID: + Branch: perl + ! pp_pack.c +____________________________________________________________________________ +[ 23950] By: rgs on 2005/02/08 11:09:03 + Log: Remove mention of sub-packages in the Symbol manpage. + Branch: perl + ! lib/Symbol.pm +____________________________________________________________________________ +[ 23949] By: rgs on 2005/02/08 10:44:09 + Log: Add Module::CoreList in the maintainers list + Branch: perl + ! Porting/Maintainers.pl +____________________________________________________________________________ +[ 23948] By: rgs on 2005/02/08 10:39:21 + Log: Fix typo in corelist + Branch: perl + ! lib/Module/CoreList/bin/corelist +____________________________________________________________________________ +[ 23947] By: rgs on 2005/02/08 10:22:22 + Log: Add Module::CoreList to bleadperl. + + Subject: [PATCH] Module::CoreList 1.98 integration (was: Re: [RFC] More core integration) + From: "Jos I. Boumans" + Date: Fri, 28 Jan 2005 17:38:27 +0100 + Message-Id: <097CE3D0-714B-11D9-B82E-000A956B0E06@xs4all.net> + Branch: perl + + lib/Module/CoreList.pm lib/Module/CoreList/bin/corelist + + lib/Module/CoreList/t/corelist.t utils/corelist.PL + ! MANIFEST installperl utils.lst utils/Makefile +____________________________________________________________________________ +[ 23946] By: rgs on 2005/02/08 09:31:45 + Log: Subject: [perl #34062] pack Z0 destroys the character before + From: perl-5.8.0@ton.iguana.be (via RT) + Date: 5 Feb 2005 18:09:00 -0000 + Message-ID: + (plus a regression test) + Branch: perl + ! pp_pack.c t/op/pack.t +____________________________________________________________________________ +[ 23945] By: rgs on 2005/02/08 09:25:29 + Log: A small precision in the docs for overloaded regexp escapes + (see bug #33906) + Branch: perl + ! pod/perlre.pod +____________________________________________________________________________ +[ 23943] By: rgs on 2005/02/06 22:18:48 + Log: Avoid evaluating a strlen twice due the new implementation + of New() with PERL_MALLOC_WRAP + Branch: perl + ! util.c +____________________________________________________________________________ +[ 23942] By: nicholas on 2005/02/05 22:02:50 + Log: Stop lib/h2xs.t failing needlessly if it failed to clear up behind + itself on a previous run. + Branch: perl + ! lib/h2xs.t +____________________________________________________________________________ +[ 23941] By: nicholas on 2005/02/05 21:47:35 + Log: With mallocwrap New() evaluates its arguments more than once, so they + had better not have any side effects. + :-( + Branch: perl + ! util.c +____________________________________________________________________________ +[ 23935] By: nicholas on 2005/02/05 15:05:08 + Log: Let's (un)do the timewarp, again. + Attempt to bodge round Makefile sometimes being older than Makefile.PL + Pesky filesystems. + Branch: perl + ! lib/ExtUtils/t/Constant.t +____________________________________________________________________________ +[ 23928] By: rgs on 2005/02/04 10:41:43 + Log: Upgrade to Digest 1.10 + Branch: perl + + lib/Digest/Changes lib/Digest/file.pm lib/Digest/t/file.t + ! MANIFEST lib/Digest.pm lib/Digest/base.pm +____________________________________________________________________________ +[ 23927] By: mhx on 2005/02/02 21:33:12 + Log: Remove 2 unused variables from APItest.xs. + Branch: perl + ! ext/XS/APItest/APItest.xs +____________________________________________________________________________ +[ 23926] By: mhx on 2005/02/02 21:29:40 + Log: Upgrade to Devel::PPPort 3.06. + Branch: perl + ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml + ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort.xs + ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/module3.c + ! ext/Devel/PPPort/parts/inc/exception + ! ext/Devel/PPPort/parts/inc/misc +____________________________________________________________________________ +[ 23925] By: mhx on 2005/02/02 21:26:14 + Log: Attempt to fix problems with new exception handling macros. + Branch: perl + + ext/XS/APItest/exception.c + ! MANIFEST XSUB.h ext/XS/APItest/APItest.xs + ! ext/XS/APItest/MANIFEST ext/XS/APItest/Makefile.PL + ! pod/perlguts.pod +____________________________________________________________________________ +[ 23924] By: rgs on 2005/02/02 19:50:53 + Log: Subject: Re: encoding neutral unpack + From: perl5-porters[at]ton.iguana.be (Ton Hospel) + Date: Sat, 29 Jan 2005 12:54:34 +0000 (UTC) + Message-ID: + + Counted length prefixes shouldn't change C0/U0 mode + in pack/unpack (plus a regression test) + Branch: perl + ! pp_pack.c t/op/pack.t +____________________________________________________________________________ +[ 23923] By: rgs on 2005/02/02 19:35:47 + Log: Subject: Re: encoding neutral unpack + From: perl5-porters[at]ton.iguana.be (Ton Hospel) + Date: Sat, 29 Jan 2005 13:07:38 +0000 (UTC) + Message-ID: + + Make U0 and C0 scoped to () pack subtemplates. + (plus a regression test) + Branch: perl + ! pp_pack.c t/op/pack.t +____________________________________________________________________________ +[ 23922] By: rgs on 2005/02/02 19:23:46 + Log: Subject: Re: encoding neutral unpack + From: perl5-porters[at]ton.iguana.be (Ton Hospel) + Date: Sat, 29 Jan 2005 13:24:55 +0000 (UTC) + Message-ID: + + Ensure that with the C format, unpack checksums + don't get overflowed. (plus a regression test) + Branch: perl + ! pp_pack.c t/op/pack.t +____________________________________________________________________________ +[ 23921] By: davem on 2005/02/02 18:25:00 + Log: fix POSIX::strtod error handling documentation + Branch: perl + ! ext/POSIX/POSIX.pod +____________________________________________________________________________ +[ 23920] By: merijn on 2005/02/02 13:12:17 + Log: Subject: [PATCH pod/perlfunc.pod] POD nit @ sysseek + From: Abigail + Date: Tue, 1 Feb 2005 21:33:14 +0100 + Message-ID: <20050201203314.GC335@abigail.nl> + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 23919] By: merijn on 2005/02/02 12:49:46 + Log: Picky compilers (e.g. vac on AIX 5.2) do not accept statements + between declarations + Branch: perl + ! ext/Devel/PPPort/PPPort.xs +____________________________________________________________________________ +[ 23917] By: nicholas on 2005/02/01 11:46:31 + Log: "All" "all?" Who said all? There were 2 more missing gnuk{free,net}bsd + hints files to add to MANIFEST. Sort MANIFEST + while I'm in the area. + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 23916] By: rgs on 2005/02/01 10:02:51 + Log: Subject: Re: [perl #34010] localtime docs + From: Andy Lester + Date: Mon, 31 Jan 2005 21:24:29 -0600 + Message-ID: <20050201032429.GA29354@petdance.com> + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 23915] By: rgs on 2005/01/31 23:08:59 + Log: Subject: Re: encoding neutral unpack + From: perl5-porters[at]ton.iguana.be (Ton Hospel) + Date: Sat, 29 Jan 2005 12:41:20 +0000 (UTC) + Message-ID: + + Forgotten character progress while checksumming over partial + b or B format. (plus a regression test) + Branch: perl + ! pp_pack.c t/op/pack.t +____________________________________________________________________________ +[ 23914] By: mhx on 2005/01/31 19:22:41 + Log: Make Perl_keyword() another 30% faster. + Branch: perl + ! perl_keyword.pl toke.c +____________________________________________________________________________ +[ 23913] By: mhx on 2005/01/31 18:14:44 + Log: Regenerate perlapi.pod. + Branch: perl + ! pod/perlapi.pod +____________________________________________________________________________ +[ 23912] By: mhx on 2005/01/31 18:07:29 + Log: Upgrade to Devel::PPPort 3.05. + Branch: perl + + ext/Devel/PPPort/parts/base/5008006 + + ext/Devel/PPPort/parts/inc/exception + + ext/Devel/PPPort/parts/todo/5008006 + + ext/Devel/PPPort/t/exception.t + ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS + ! ext/Devel/PPPort/MANIFEST ext/Devel/PPPort/MANIFEST.SKIP + ! ext/Devel/PPPort/META.yml ext/Devel/PPPort/Makefile.PL + ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort.xs + ! 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/devel/buildperl.pl + ! ext/Devel/PPPort/devel/mkapidoc.sh + ! ext/Devel/PPPort/devel/mktodo ext/Devel/PPPort/devel/mktodo.pl + ! ext/Devel/PPPort/devel/scanprov 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/base/5004000 + ! ext/Devel/PPPort/parts/base/5004050 + ! ext/Devel/PPPort/parts/base/5005000 + ! ext/Devel/PPPort/parts/base/5006000 + ! ext/Devel/PPPort/parts/base/5008001 + ! ext/Devel/PPPort/parts/base/5009002 + ! ext/Devel/PPPort/parts/embed.fnc + ! ext/Devel/PPPort/parts/inc/MY_CXT + ! ext/Devel/PPPort/parts/inc/SvPV + ! ext/Devel/PPPort/parts/inc/call ext/Devel/PPPort/parts/inc/cop + ! 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/misc + ! ext/Devel/PPPort/parts/inc/newCONSTSUB + ! ext/Devel/PPPort/parts/inc/newRV + ! ext/Devel/PPPort/parts/inc/ppphbin + ! ext/Devel/PPPort/parts/inc/ppphdoc + ! ext/Devel/PPPort/parts/inc/ppphtest + ! ext/Devel/PPPort/parts/inc/sv_xpvf + ! ext/Devel/PPPort/parts/inc/threads + ! ext/Devel/PPPort/parts/inc/uv + ! ext/Devel/PPPort/parts/inc/version + ! ext/Devel/PPPort/parts/ppptools.pl + ! ext/Devel/PPPort/parts/todo/5009002 + ! ext/Devel/PPPort/ppport_h.PL ext/Devel/PPPort/soak + ! ext/Devel/PPPort/t/SvPV.t ext/Devel/PPPort/t/misc.t + ! ext/Devel/PPPort/typemap +____________________________________________________________________________ +[ 23911] By: mhx on 2005/01/31 18:00:31 + Log: Add simple exception handling macros for XS writers. + Branch: perl + + ext/XS/APItest/t/exception.t + ! MANIFEST XSUB.h ext/XS/APItest/APItest.pm + ! ext/XS/APItest/APItest.xs pod/perlguts.pod +____________________________________________________________________________ +[ 23910] By: nicholas on 2005/01/31 17:46:03 + Log: Add all the missing gnuk{free,net}bsd hints files to MANIFEST + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 23909] By: merijn on 2005/01/31 11:33:14 + Log: Subject: [perl #33998] [PATCH] Support for GNU/kFreeBSD + From: "rmh@debian.org (via RT)" + Date: 31 Jan 2005 07:37:55 -0000 + Message-ID: + 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 hints/gnukfreebsd.sh + + hints/gnuknetbsd.sh + ! Configure +____________________________________________________________________________ +[ 23907] By: rgs on 2005/01/31 11:17:26 + Log: Document the changes to PERLIO_DEBUG. + Branch: perl + ! pod/perlrun.pod +____________________________________________________________________________ +[ 23906] By: rgs on 2005/01/31 10:53:14 + Log: Really fix the bug [perl #33990]. + NB. -DIAMSUID is only set to compile sperl.o. + Branch: perl + ! perlio.c +____________________________________________________________________________ +[ 23905] By: steveh on 2005/01/31 10:03:56 + Log: Fix test suite hang on Win32 caused by change #23898 + + ("perl -e sleep 3" does an indefinite sleep!) + Branch: perl + ! t/op/alarm.t +____________________________________________________________________________ +[ 23904] By: rgs on 2005/01/31 08:35:51 + Log: Avoid a buffer overflow with threads and PERLIO_DEBUG + Branch: perl + ! perlio.c +____________________________________________________________________________ +[ 23903] By: rgs on 2005/01/31 08:19:10 + Log: Don't write to $PERLIO_DEBUG when setuid ([perl #33990]) + Branch: perl + ! perlio.c +____________________________________________________________________________ +[ 23900] By: davem on 2005/01/30 17:46:35 + Log: minor corrections to comments in perly.y + Branch: perl + ! perly.y +____________________________________________________________________________ +[ 23899] By: rgs on 2005/01/30 14:50:15 + Log: Subject: h2hp: 2 fix + From: Olivier Thauvin + Date: Fri, 28 Jan 2005 16:53:11 +0100 + Message-Id: <200501281653.15708.olivier.thauvin@aerov.jussieu.fr> + Branch: perl + ! utils/h2ph.PL +____________________________________________________________________________ +[ 23898] By: davem on 2005/01/29 16:14:20 + Log: chomp() fails after alarm(), `sleep` + + PP_backtick's temp altering of PL_rs didn't restore after + an exception + Branch: perl + ! pp_sys.c t/op/alarm.t +____________________________________________________________________________ +[ 23897] By: nicholas on 2005/01/28 21:01:04 + Log: More consistent names for all the parameter name/declaration methods + Branch: perl + ! lib/ExtUtils/Constant/Base.pm lib/ExtUtils/Constant/XS.pm + ! perl_keyword.pl +____________________________________________________________________________ +[ 23894] By: nicholas on 2005/01/28 13:59:40 + Log: Calculate the number of tests in one place, so that the skip()s will + always agree with the plan()s + Branch: perl + ! ext/B/t/optree_check.t ext/B/t/optree_concise.t +____________________________________________________________________________ +[ 23893] By: rgs on 2005/01/28 08:53:47 + Log: Add a reference to books.perl.org. + Branch: perl + ! pod/perlbook.pod +____________________________________________________________________________ +[ 23892] By: nicholas on 2005/01/27 19:26:21 + Log: Retrieve the flag bit that only 'p' uses, so that it is spare for + future use. + Branch: perl + ! genpacksizetables.pl pp_pack.c +____________________________________________________________________________ +[ 23891] By: rgs on 2005/01/27 18:29:51 + Log: Subject: Re: [patch] decrufting OptreeCheck stuff + From: Jim Cromie + Date: Sun, 16 Jan 2005 17:16:00 -0700 + Message-ID: <41EB03C0.7030509@divsol.com> + (with minor typos fixed) + Branch: perl + ! ext/B/B/Concise.pm ext/B/t/OptreeCheck.pm ext/B/t/f_map.t + ! ext/B/t/f_sort.t ext/B/t/optree_check.t + ! ext/B/t/optree_concise.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 +____________________________________________________________________________ +[ 23890] By: rgs on 2005/01/27 17:49:50 + Log: Subject: [PATCH] libperl leaks a THREAD_KEY each time it is reloaded + From: Gisle Aas + Date: 05 Jan 2005 03:21:06 -0800 + Message-ID: + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 23889] By: nicholas on 2005/01/27 17:29:04 + Log: Make the byte order modifers < and > and the sign modifier ! (for + n N v V) conditionally compile. This means that the refactored + pp_pack/pp_unpack code can now be used in maint. + Branch: perl + ! genpacksizetables.pl pp_pack.c +____________________________________________________________________________ +[ 23888] By: nicholas on 2005/01/27 16:40:07 + Log: Oops. Was forgetting to test n! N! v! V! in pack + Branch: perl + ! t/op/pack.t +____________________________________________________________________________ +[ 23886] By: nicholas on 2005/01/27 14:42:28 + Log: Check that the warning behaviour on the modifiers !, < and > is as we + expect it for this perl. + Branch: perl + ! t/op/pack.t +____________________________________________________________________________ +[ 23884] By: nicholas on 2005/01/27 11:27:12 + Log: Make the tests for the endianness modifiers < and >, and the + signnedness modifier ! conditional on perl version. Surprisingly + little change needed. + Branch: perl + ! t/op/pack.t +____________________________________________________________________________ +[ 23883] By: nicholas on 2005/01/27 11:12:34 + Log: &_q needs to *globally* escape ' and \ in its substitution. + Branch: perl + ! t/test.pl +____________________________________________________________________________ +[ 23882] By: rgs on 2005/01/25 16:53:08 + Log: Subject: [PATCH] BigInt mbi_rand.t failings + From: Tels + Date: Tue, 25 Jan 2005 18:06:58 +0100 + Message-Id: <200501251806.59782@bloodgate.com> + Branch: perl + ! lib/Math/BigInt/Calc.pm +____________________________________________________________________________ +[ 23881] By: rgs on 2005/01/25 16:12:08 + Log: Integrate change #23880 in original comment + Branch: perl + ! util.c +____________________________________________________________________________ +[ 23880] By: merijn on 2005/01/25 15:41:30 + Log: Subject: [PATCH] perlapi.pod has pod errors + From: "Jos I. Boumans" + Date: Tue, 25 Jan 2005 16:42:38 +0100 + Message-Id: + Branch: perl + ! pod/perlapi.pod +____________________________________________________________________________ +[ 23879] By: nicholas on 2005/01/24 23:16:04 + Log: Correct and update comments (before anyone writes in) + Remove a temporary variable. + Branch: perl + ! lib/ExtUtils/Constant/Base.pm +____________________________________________________________________________ +[ 23878] By: nicholas on 2005/01/24 22:10:36 + Log: Ooops. It was 190M when I was using 4 bytes per entry for lengths in + the dump file. The newer format is only 135M + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 23877] By: nicholas on 2005/01/24 22:06:05 + Log: A script to regenerate Perl_keyword() + Branch: perl + + perl_keyword.pl + ! MANIFEST +____________________________________________________________________________ +[ 23876] By: nicholas on 2005/01/24 22:05:29 + Log: Add weights to ExtUtils::Constant to allow sorting by expected + frequency. This makes the Perl_keyword() replacement 20% faster, + rather than just 12% + Branch: perl + ! lib/ExtUtils/Constant/Base.pm lib/ExtUtils/Constant/XS.pm +____________________________________________________________________________ +[ 23875] By: nicholas on 2005/01/24 21:43:52 + Log: Replace Perl_keyword() with a version that's 20% faster on typical + input, generated by subclassing ExtUtils::Constant. (Typical input + being about 135M of input from running a lot of perl scripts) + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 23874] By: merijn on 2005/01/24 15:10:55 + Log: Subject: [PATCH] assorted tempfile clean-up in the test suite + From: "Craig A. Berry" + Date: Sun, 23 Jan 2005 14:23:17 -0600 + Message-ID: <41F407B5.7020106@mac.com> + Branch: perl + ! lib/Test/Simple/t/reset.t t/io/fs.t t/io/tell.t +____________________________________________________________________________ +[ 23873] By: rgs on 2005/01/24 13:14:21 + Log: Revert change 23843. + (See discussion for bug [perl #31924]) + Branch: perl + ! embed.fnc embed.h global.sym hv.c hv.h pod/perlapi.pod + ! pp_ctl.c proto.h t/comp/require.t +____________________________________________________________________________ +[ 23872] By: rgs on 2005/01/24 10:27:10 + Log: Subject: [perl #33906] Missing \\ in perlre + From: Andrew (via RT) + Date: 23 Jan 2005 20:52:51 -0000 + Message-ID: + Branch: perl + ! pod/perlre.pod +____________________________________________________________________________ +[ 23871] By: rgs on 2005/01/24 10:10:47 + Log: Subject: [PATCH] Test::Harness::Straps::_default_inc shell problem + From: "Craig A. Berry" + Date: Sun, 23 Jan 2005 13:44:49 -0600 + Message-ID: <41F3FEB1.9020102@mac.com> + Branch: perl + ! lib/Test/Harness/Straps.pm +____________________________________________________________________________ +[ 23870] By: rgs on 2005/01/24 09:40:35 + Log: Subject: Re: [perl #33892] Add Interix support + From: Todd Vierling + Date: Fri, 21 Jan 2005 15:16:16 -0500 (EST) + Message-ID: + Branch: perl + ! hints/interix.sh +____________________________________________________________________________ +[ 23869] By: davem on 2005/01/23 22:20:10 + Log: Subject: Re: Smoke [5.9.2] 23863 FAIL(F) MSWin32 WinXP/.Net SP1 (x86/1 cpu) + From: Jarkko Hietaniemi + Date: Sun, 23 Jan 2005 21:25:01 +0200 + Message-Id: <41F3FA0D.4010301@iki.fi> + + The uc() memory reduction patch had a memory leak... + Branch: perl + ! pp.c +____________________________________________________________________________ +[ 23868] By: nicholas on 2005/01/23 22:06:01 + Log: Tidy up 2 comments + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 23867] By: nicholas on 2005/01/23 22:05:12 + Log: Assimilate ExtUtils::Constant 0.16 + Branch: perl + + lib/ExtUtils/Constant/Base.pm lib/ExtUtils/Constant/Utils.pm + + lib/ExtUtils/Constant/XS.pm + ! MANIFEST lib/ExtUtils/Constant.pm +____________________________________________________________________________ +[ 23866] By: nicholas on 2005/01/23 21:43:17 + Log: Slightly terser code in S_regpposixcc (names inside [:*here*:]) + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 23864] By: nicholas on 2005/01/22 22:30:12 + Log: Subject: Re: Smoke [5.9.2] 23792 FAIL(F) osf1 V5.1 (21264A)/4 cpu) + From: Jarkko Hietaniemi + Message-ID: <41F2C427.7020003@iki.fi> + Date: Sat, 22 Jan 2005 23:22:47 +0200 + Branch: perl + ! hints/dec_osf.sh +____________________________________________________________________________ +[ 23863] By: davem on 2005/01/22 18:27:58 + Log: Subject: Re: uc($long_utf8_string) exhausts memory + From: Jarkko Hietaniemi + Date: Sat, 22 Jan 2005 11:33:12 +0200 + Message-Id: <41F21DD8.3050500@iki.fi> + + change #23857 miscalculated the SvGROW size + Branch: perl + ! pp.c +____________________________________________________________________________ +[ 23862] By: nicholas on 2005/01/22 17:51:13 + Log: Subject: Re: Smoke [5.9.2] 23792 FAIL(F) osf1 V5.1 (21264A)/4 cpu) + From: Jarkko Hietaniemi + Message-ID: <41F2911E.8090204@iki.fi> + Date: Sat, 22 Jan 2005 19:45:02 +0200 + + (drop optimisation on pp_pack.c for gcc on osf1 to -O1) + Branch: perl + ! hints/dec_osf.sh +____________________________________________________________________________ +[ 23861] By: nicholas on 2005/01/22 14:15:58 + Log: Update copyright years and add editor blocks + Branch: perl + ! doop.c hv.c utf8.c +____________________________________________________________________________ +[ 23860] By: nicholas on 2005/01/22 12:03:00 + Log: From: Jarkko Hietaniemi + Subject: Re: [PATCH] do not assume quads or long doubles + Message-ID: <41F21B0A.2050301@iki.fi> + Date: Sat, 22 Jan 2005 11:21:14 +0200 + Branch: perl + ! pp_pack.c +____________________________________________________________________________ +[ 23858] By: nicholas on 2005/01/22 00:39:41 + Log: Remove now-unnecessary check. (It's done earlier) + Branch: perl + ! pp_pack.c +____________________________________________________________________________ +[ 23857] By: davem on 2005/01/22 00:17:40 + Log: Subject: Re: uc($long_utf8_string) exhausts memory + From: Jarkko Hietaniemi + Date: Sat, 22 Jan 2005 00:20:12 +0200 + Message-Id: <41F1801C.3080201@iki.fi> + + Make buffer size estimates for utf8 case conversion less maximally + pessimistic + Branch: perl + ! doop.c op.c pp.c pp_pack.c regcomp.c regexec.c sv.c t/op/lc.t + ! toke.c utf8.c utf8.h +____________________________________________________________________________ +[ 23854] By: nicholas on 2005/01/21 22:15:43 + Log: Shrink a switch() statment by driving the size calculations from the + size table. This requires #ifdef()s in the size table initialiser. + Astoundingly this shaves over 6K of the object size with -Os on OS X. + I was expecting about 1K (due to shrinking a branch table). Mind you, + I'm not going to argue with what I got. :-) + Branch: perl + ! genpacksizetables.pl pp_pack.c +____________________________________________________________________________ +[ 23853] By: nicholas on 2005/01/21 16:46:49 + Log: Make the length overrun checking and stack extension table driven. + (Shaves about 3k off pp_pack.o) + Branch: perl + + genpacksizetables.pl + ! MANIFEST pp_pack.c +____________________________________________________________________________ +[ 23852] By: rgs on 2005/01/21 16:29:53 + Log: Subject: [perl #32503] Fix for Storable module + From: "Steven N. Hirsch" (via RT) + Date: 19 Nov 2004 13:06:57 -0000 + Message-ID: + Branch: perl + ! ext/Storable/Storable.xs +____________________________________________________________________________ +[ 23851] By: rgs on 2005/01/21 15:51:54 + Log: Fix spurious warnings emitted by XSLoader via Data::Dumper + Branch: perl + ! ext/Data/Dumper/Dumper.pm +____________________________________________________________________________ +[ 23850] By: nicholas on 2005/01/21 15:43:24 + Log: Name another pack test + Branch: perl + ! t/op/pack.t +____________________________________________________________________________ +[ 23849] By: rgs on 2005/01/21 15:26:10 + Log: Subject: [perl #33892] Add Interix support + From: Todd Vierling (via RT) + Date: 21 Jan 2005 14:36:31 -0000 + Message-ID: + + (except the Configure chunk) + (and bump version numbers of modules) + Branch: perl + + hints/interix.sh + ! MANIFEST Makefile.SH lib/ExtUtils/MM_Unix.pm lib/File/Find.pm + ! lib/File/Temp.pm t/io/openpid.t t/op/groups.t +____________________________________________________________________________ +[ 23848] By: merijn on 2005/01/21 14:47:31 + Log: Subject: [perl #33892] Add Interix support + From: Todd Vierling (via RT) + Date: 21 Jan 2005 14:36:31 -0000 + Message-ID: + Branch: perl + ! Configure +____________________________________________________________________________ +[ 23847] By: rgs on 2005/01/21 14:46:38 + Log: Upgrade to Test::Harness 2.46 + Branch: perl + + lib/Test/Harness/TAP.pod lib/Test/Harness/t/harness.t + + lib/Test/Harness/t/prove-globbing.t + ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Assert.pm + ! lib/Test/Harness/Changes lib/Test/Harness/Iterator.pm + ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/prove-switches.t + ! lib/Test/Harness/t/strap.t +____________________________________________________________________________ +[ 23845] By: rgs on 2005/01/21 14:09:19 + Log: Subject: [perl #32967] [PATCH] Re: More B bugs: svref_2object + From: Stephen McCamant + Date: Tue, 28 Dec 2004 16:01:49 -0800 + Message-ID: <16849.62445.116153.489478@apocalypse.OCF.Berkeley.EDU> + Branch: perl + ! ext/B/B.pm +____________________________________________________________________________ +[ 23844] By: rgs on 2005/01/21 13:49:46 + Log: Subject: [Patch] [perl #32446] close leaves fd open + From: Steffen Ullrich + Date: Wed, 01 Dec 2004 15:22:34 +0100 + Message-ID: <20041201142236.4273.qmail@lists.develooper.com> + Branch: perl + ! perlio.c +____________________________________________________________________________ +[ 23843] By: rgs on 2005/01/21 13:35:49 + Log: Subject: [PATCH bleadperl] Re: [perl #31924] %INC caching failure-case problem + From: Rick Delaney + Date: Wed, 13 Oct 2004 12:40:18 -0400 + Message-ID: <20041013164018.GA32174@biff.bort.ca> + Branch: perl + ! embed.fnc embed.h global.sym hv.c hv.h pod/perlapi.pod + ! pp_ctl.c proto.h t/comp/require.t +____________________________________________________________________________ +[ 23842] By: rgs on 2005/01/21 10:57:48 + Log: Subject: Re: [PATCH] File::Find dies on find({follow=>1, ...}) on Win32 + From: Yitzchak Scott-Thoennes + Date: Mon, 20 Dec 2004 16:08:56 -0800 + Message-ID: <20041221000856.GA2924@efn.org> + Branch: perl + ! pp_sys.c t/op/stat.t +____________________________________________________________________________ +[ 23841] By: rgs on 2005/01/21 10:26:17 + Log: Subject: [PATCH] doc SVt_PVLV <=> SVt_PVGV change version in B.pm + From: Yitzchak Scott-Thoennes + Date: Sun, 19 Dec 2004 23:57:56 -0800 + Message-ID: <20041220075754.GA800@efn.org> + Branch: perl + ! ext/B/B.pm +____________________________________________________________________________ +[ 23840] By: rgs on 2005/01/20 18:45:55 + Log: Subject: [patch] cleanup perlsfio.h + From: Stas Bekman + Date: Thu, 13 Jan 2005 16:14:23 -0500 + Message-ID: <41E6E4AF.8070303@stason.org> + Branch: perl + ! perlsfio.h +____________________________________________________________________________ +[ 23839] By: rgs on 2005/01/20 18:33:00 + Log: VERSION++ + Branch: perl + ! lib/Text/ParseWords.pm +____________________________________________________________________________ +[ 23838] By: rgs on 2005/01/20 18:21:36 + Log: Subject: Re: [perl #33173] shellwords.pl and tainting + From: Alexey Tourbin + Date: Tue, 28 Dec 2004 22:29:37 +0300 + Message-ID: <20041228192937.GB7824@solemn.turbinal.org> + Branch: perl + + lib/Text/ParseWords/taint.t + ! MANIFEST lib/Text/ParseWords.pm lib/shellwords.pl +____________________________________________________________________________ +[ 23836] By: nicholas on 2005/01/20 13:21:14 + Log: Run regen.pl and pod/buildtoc --build-all + Branch: perl + ! MANIFEST pod/perlapi.pod pod/perltoc.pod +____________________________________________________________________________ +[ 23835] By: nicholas on 2005/01/20 13:20:50 + Log: A little more determinacy in our sorting + Branch: perl + ! autodoc.pl +____________________________________________________________________________ +[ 23827] By: nicholas on 2005/01/19 21:22:30 + Log: Make "assertion" attribute code and test conditional + Branch: perl + ! t/op/attrs.t xsutils.c +____________________________________________________________________________ +[ 23824] By: merijn on 2005/01/19 18:32:41 + Log: Subject: [PATCH] Further follow-up to 23767 + From: Robin Barker + Date: Wed, 19 Jan 2005 18:30:31 -0000 + Message-ID: <533D273D4014D411AB1D00062938C4D90849C57D@hotel.npl.co.uk> + Branch: perl + ! XSUB.h gv.c perl.c perl.h pp_ctl.c sv.c utf8.c +____________________________________________________________________________ +[ 23822] By: rgs on 2005/01/19 17:19:04 + Log: Subject: Re: [perl #32498] h2xs generates incorrect code for Makefile.PL for enums + From: Noah + Date: Wed, 19 Jan 2005 12:33:52 -0500 + Message-ID: <20050119173352.GA15592@radu.onastick.net> + Branch: perl + ! utils/h2xs.PL +____________________________________________________________________________ +[ 23821] By: rgs on 2005/01/19 11:30:38 + Log: Subject: [PATCH] op/stat.t test 9 failing on recent cygwin snapshots + From: Yitzchak Scott-Thoennes + Date: Sun, 16 Jan 2005 10:30:45 -0800 + Message-ID: <20050116183045.GA2768@efn.org> + Branch: perl + ! t/op/stat.t +____________________________________________________________________________ +[ 23820] By: rgs on 2005/01/19 11:20:10 + Log: Subject: [PATCH] Make Data::Dumper work when dynamic extensions are not available + From: "Jos I. Boumans" + Date: Tue, 18 Jan 2005 15:12:03 +0100 + Message-Id: + Branch: perl + ! ext/Data/Dumper/Dumper.pm +____________________________________________________________________________ +[ 23819] By: rgs on 2005/01/19 11:15:14 + Log: Fix dependencies in ext/B/Makefile.PL + (bug #8254, fix by Alan Burlison) + Branch: perl + ! ext/B/Makefile.PL +____________________________________________________________________________ +[ 23817] By: steveh on 2005/01/19 09:33:27 + Log: Exclude "Thread" from $Config{extensions} + + It is already excluded from $Config{dynamic_ext}, so should not be + in $Config{extensions} either. (Note that Thread is actually still + built, though. This is just for consistency with Unix builds.) + Branch: perl + ! win32/config_sh.PL +____________________________________________________________________________ +[ 23816] By: steveh on 2005/01/19 08:55:06 + Log: Exclude "Thread" from $Config{dynamic_ext} + + This was accidentally broken by change 23757. It has already been + fixed in maint-5.8 when resolving conflicts during integration of + 23757, so this one does NOT need integrating itself! + + For more details see: + http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-01/msg00477.html + Branch: perl + ! win32/config_sh.PL +____________________________________________________________________________ +[ 23807] By: steveh on 2005/01/17 17:55:02 + Log: Fix for building with MinGW under Cygwin + + Subject: [PATCH] building win32 perl with cygwin's mingw (was: Re: [PATCH] Re: lib/Config/Extensions.t fails on Win32) + From: Yitzchak Scott-Thoennes + Date: Thu, 13 Jan 2005 16:11:36 -0800 + Message-ID: <20050114001136.GC2516@efn.org> + Branch: perl + ! ext/Errno/Errno_pm.PL +____________________________________________________________________________ +[ 23806] By: steveh on 2005/01/17 16:57:10 + Log: Get $Config{ccversion} or $Config{gccversion} filled in on Win32 + Branch: perl + ! win32/config_sh.PL +____________________________________________________________________________ +[ 23805] By: nicholas on 2005/01/14 19:56:42 + Log: Better test diagnostics for the numbers tests. + (Failure diagnostics were always good, but now the tests have names, + which show even when they pass) + Branch: perl + ! t/op/pack.t +____________________________________________________________________________ +[ 23803] By: nicholas on 2005/01/14 12:06:31 + Log: Correct the editor block to match the perl 5 policy on tabs + Branch: perl + ! pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c scope.c + ! sv.c universal.c +____________________________________________________________________________ +[ 23802] By: nicholas on 2005/01/14 10:58:47 + Log: Refactor S_regclass to generate slightly smaller object code + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 23801] By: nicholas on 2005/01/14 10:32:08 + Log: A terser way to write the \-ing code in pv_uni_display + Plus drive-by insert of a more correct editor block. (thanks Dave) + Branch: perl + ! utf8.c +____________________________________________________________________________ +[ 23800] By: nicholas on 2005/01/14 09:55:16 + Log: Improve documentation for sv_catpvf, to note that pattern's UTF-8ness + is taken from the SV's UTF-8ness + Branch: perl + ! pod/perlapi.pod sv.c +____________________________________________________________________________ +[ 23799] By: nicholas on 2005/01/14 09:52:51 + Log: SvUTF8_off() in do_join can be unconditional. + Branch: perl + ! doop.c +____________________________________________________________________________ +[ 23798] By: nicholas on 2005/01/14 09:28:14 + Log: sv_catpvf holds no advantage over sv_catpv when the "pattern" isn't. + Branch: perl + ! op.c regcomp.c toke.c utf8.c +____________________________________________________________________________ +[ 23797] By: nicholas on 2005/01/13 23:13:05 + Log: Use the new SV_NOSTEAL flag to avoid the SvTEMP dance in newSVsv + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 23796] By: nicholas on 2005/01/13 23:10:38 + Log: sv_2mortal(NEWSV(0,0)) better written as sv_newmortal() + Branch: perl + ! utf8.c +____________________________________________________________________________ +[ 23795] By: nicholas on 2005/01/13 22:54:10 + Log: replace NEWSV(), SvSetSV() with newSVsv() + Branch: perl + ! pp.c pp_hot.c pp_sort.c regexec.c scope.c toke.c +____________________________________________________________________________ +[ 23794] By: nicholas on 2005/01/13 22:39:58 + Log: Turn the unreachable code into assertions. (So prove me wrong...) + Branch: perl + ! pp_pack.c +____________________________________________________________________________ +[ 23793] By: nicholas on 2005/01/13 22:07:20 + Log: Source code tidy up - avoid assigning to sv. + Branch: perl + ! pp_pack.c +____________________________________________________________________________ +[ 23792] By: nicholas on 2005/01/13 21:54:21 + Log: Avoid dogfood problems when an empty string accidentally ends up + as a constant name. [They don't work in qw(), strangely] + Branch: perl + ! lib/ExtUtils/Constant.pm +____________________________________________________________________________ +[ 23791] By: nicholas on 2005/01/13 21:44:53 + Log: The leaktesting of NEWSV() is long dead, so create and initialise + SV values in one, to simplify source code and shrink object code + by about 1% + Branch: perl + ! pp_pack.c +____________________________________________________________________________ +[ 23790] By: nicholas on 2005/01/13 20:55:37 + Log: Not a good idea to use unpack "H*" to peek at a scalar's internal + representation. + Branch: perl + ! t/op/join.t +____________________________________________________________________________ +[ 23789] By: nicholas on 2005/01/13 14:05:08 + Log: Update copyright years. Add an editor block while passing by. + Branch: perl + ! pp_ctl.c pp_hot.c pp_sort.c pp_sys.c regcomp.c scope.c sv.c + ! universal.c +____________________________________________________________________________ +[ 23788] By: nicholas on 2005/01/13 13:50:40 + Log: utf.pm needs to require Carp before croak()ing + Branch: perl + ! lib/utf8.pm lib/utf8.t +____________________________________________________________________________ +[ 23787] By: nicholas on 2005/01/13 13:21:11 + Log: Refactor all the unpack checksum-or-not logic to avoid massive + duplication. + Branch: perl + ! pp_pack.c +____________________________________________________________________________ +[ 23786] By: merijn on 2005/01/13 11:28:31 + Log: Subject: Re: killing USE_5005THREADS in blead? + From: Stas Bekman + Date: Wed, 12 Jan 2005 16:32:42 -0500 + Message-ID: <41E5977A.3060306@stason.org> + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 23785] By: steveh on 2005/01/13 10:24:13 + Log: Fix Win32 build problem caused by change 23757 + + Change 23757 added a glob() call to win32/FindExt.pm. That code is + run by miniperl.exe when making the ..\config.sh target, but + miniperl.exe is built with -D PERL_EXTERNAL_GLOB so it requires + perlglob.exe to do the glob(). perlglob.exe has been built, but is + in the top-level of the source tree so is not found when miniperl.exe + is executed from within the win32/ sub-directory. + + This was causing smokes to fail on t/lib/commonsense.t because the + "extensions" field in lib/Config_heavy.pl only contained + "threads/shared" as a result of the glob() not finding anything. + + Manual builds had been working fine for me because I had an installed + perl in my PATH so perlglob.exe was being found there instead! + Branch: perl + ! win32/FindExt.pm +____________________________________________________________________________ +[ 23783] By: rgs on 2005/01/12 18:04:17 + Log: Subject: [PATCH] follow-up to #23765 + From: "Craig A. Berry" + Date: Tue, 11 Jan 2005 21:01:27 -0600 + Message-ID: <41E49307.7080900@mac.com> + Branch: perl + ! lib/warnings.t +____________________________________________________________________________ +[ 23782] By: nicholas on 2005/01/11 19:10:20 + Log: Fix bug 32294 - index()/rindex() ignore UTF8 flag + (for cases of mixed UTF8/bytes) + Test code based on bug report by John Gardiner Myers + Branch: perl + ! pp.c t/op/index.t +____________________________________________________________________________ +[ 23781] By: rgs on 2005/01/11 17:04:24 + Log: Subject: [PATCH] follow-up to 23767 + From: Robin Barker + Date: Tue, 11 Jan 2005 15:48:49 -0000 + Message-ID: <533D273D4014D411AB1D00062938C4D90849C56A@hotel.npl.co.uk> + Branch: perl + ! Porting/pumpkin.pod sv.c +____________________________________________________________________________ +[ 23780] By: mhx on 2005/01/10 19:25:27 + Log: Remove PERL_FLEXIBLE_EXCEPTIONS code. + Branch: perl + ! embed.fnc embed.h embedvar.h global.sym makedef.pl perl.c + ! perl.h perlapi.h pod/perlapi.pod pod/perlintern.pod pp_ctl.c + ! proto.h scope.c scope.h sv.c thrdvar.h +____________________________________________________________________________ +[ 23779] By: nicholas on 2005/01/10 17:07:03 + Log: Subject: [PATCH] t/op/split.t #11 nit on VMS + From: "Craig A. Berry" + Message-ID: <41E1C261.5020100@mac.com> + Date: Sun, 09 Jan 2005 17:46:41 -0600 + Branch: perl + ! t/op/split.t +____________________________________________________________________________ +[ 23778] By: steveh on 2005/01/10 11:53:10 + Log: Need to close files before unlinking them on Win32 + + (Various files created by test programs are left behind otherwise, + and distclean doesn't clean them up) + Branch: perl + ! lib/FileCache/t/01open.t lib/FileCache/t/04twoarg.t + ! lib/FileCache/t/07noimport.t t/op/read.t +____________________________________________________________________________ +[ 23777] By: steveh on 2005/01/10 10:28:00 + Log: Make Win32's distclean target clean up properly + Branch: perl + ! win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 23776] By: steveh on 2005/01/10 09:45:50 + Log: Get $Config{osvers} filled in on Win32 + Branch: perl + ! win32/config_sh.PL +____________________________________________________________________________ +[ 23775] By: merijn on 2005/01/10 08:54:00 + Log: Subject: [PATCH] follow-up to #23748, -Duselargefiles on VMS + Date: Sun, 09 Jan 2005 17:52:09 -0600 + From: "Craig A. Berry" + Message-ID: <41E1C3A9.9080900@mac.com> + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 23774] By: nicholas on 2005/01/09 23:42:25 + Log: Shorter source code in pp_gelem. (But it compiles to the same size) + Branch: perl + ! pp.c +____________________________________________________________________________ +[ 23773] By: nicholas on 2005/01/09 21:50:28 + Log: If we know the length of the string constant, save a strlen() + Branch: perl + ! perl.c pp_sys.c +____________________________________________________________________________ +[ 23772] By: nicholas on 2005/01/09 21:26:40 + Log: savepv(SvPV(sv,n_a)) is common, and creates an unnecessary call to + strlen(). Add savesvpv(sv), which gets the length from the SV, + and returns a copy of its PV. + Branch: perl + ! embed.fnc embed.h global.sym mg.c pp_sys.c proto.h regcomp.c + ! universal.c util.c +____________________________________________________________________________ +[ 23771] By: nicholas on 2005/01/09 19:42:30 + Log: Can pass in a length here without introducing a bug. Might save + a strlen() + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 23770] By: nicholas on 2005/01/09 15:05:33 + Log: Pull the am-I-utf8-or-not logic into one place (S_newSV_maybe_utf8) + as I think that it will be needed for utf8 soft references. + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 23769] By: steveh on 2005/01/07 17:25:35 + Log: Disable PERL_MALLOC and DEBUG_MSTATS in win32/makefile.mk by default + and force PERL_MALLOC off if USE_IMP_SYS is on + + This brings makefile.mk into line with Makefile in this regard + + (PERL_MALLOC cannot currently be used with USE_IMP_SYS, e.g. see: + http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2004-07/msg00465.html + so it is sensible to enforce this, and to not have the default set + to a configuration that isn't allowed) + Branch: perl + ! win32/makefile.mk +____________________________________________________________________________ +[ 23768] By: rgs on 2005/01/07 14:30:51 + Log: Subject: Re: [PATCH] Remove Carp from warnings.pm + From: Jim Cromie + Date: Mon, 3 Jan 2005 06:36:16 -0700 + Message-ID: + Branch: perl + + lib/vars_carp.t + ! MANIFEST ext/B/t/optree_specials.t ext/B/t/stash.t lib/Carp.pm + ! lib/English.pm lib/Exporter.pm lib/Exporter.t + ! lib/Exporter/Heavy.pm lib/warnings.pm warnings.pl +____________________________________________________________________________ +[ 23767] By: rgs on 2005/01/07 13:41:47 + Log: Subject: [PATCH] to improve -DCHECK_FORMAT + From: Robin Barker + Date: Wed, 5 Jan 2005 11:55:09 -0000 + Message-ID: <533D273D4014D411AB1D00062938C4D90849C55A@hotel.npl.co.uk> + Branch: perl + ! mg.c perl.h pp.h pp_sys.c sv.c +____________________________________________________________________________ +[ 23766] By: nicholas on 2005/01/07 12:46:07 + Log: Stage 1 of utf8 support for soft references. + Change gv_fetchpv to take a UTF8 flag, as gv_fetchpvn_flags + Add gv_fetchsv to look up a GV by SV rather than a char * pointer + Provide a backwards compatability gv_fetchpv + Migrate from gv_fetchpv to gv_fetchsv where the caller was grabbing + the pointer from an SV + All tests still pass. + Branch: perl + ! embed.fnc embed.h global.sym gv.c gv.h mg.c op.c perl.h pp.c + ! pp_hot.c pp_sys.c proto.h sv.c sv.h toke.c universal.c +____________________________________________________________________________ +[ 23765] By: nicholas on 2005/01/07 11:23:48 + Log: Subject: [PATCH] make lib/warnings.t use t/test.pl + From: "Craig A. Berry" + Message-ID: <41DDCA71.1080704@mac.com> + Date: Thu, 06 Jan 2005 17:32:01 -0600 + Branch: perl + ! lib/warnings.t +____________________________________________________________________________ +[ 23764] By: steveh on 2005/01/07 08:35:29 + Log: Fix win32/config.*'s cc, ld and other related values + + cc and ld themselves always get replaced with correct values anyway + so we just provide example values as per other similar settings + + Other related values (ccname, cpp, cpprun, cppstdin) need to use the + correct ~keyword~, namely ~cc~, not ~CC~, otherwise they do not get set + + Subject: [PATCH] Re: lib/Config/Extensions.t fails on Win32 + From: Yitzchak Scott-Thoennes + Date: Wed, 5 Jan 2005 10:01:41 -0800 + Message-ID: <20050105180141.GA676@efn.org> + + Subject: Re: [PATCH] Re: lib/Config/Extensions.t fails on Win32 + From: Yitzchak Scott-Thoennes + Date: Thu, 6 Jan 2005 11:53:11 -0800 + Message-ID: <20050106195311.GC1300@efn.org> + Branch: perl + ! win32/config.bc win32/config.gc win32/config.vc + ! win32/config.vc64 +____________________________________________________________________________ +[ 23763] By: nicholas on 2005/01/06 17:42:59 + Log: Add TODO tests for UTF8 encoded soft references + Branch: perl + ! t/op/ref.t +____________________________________________________________________________ +[ 23762] By: steveh on 2005/01/06 16:50:10 + Log: Allow static linking core extensions on Win32 with MinGW + + Subject: [PATCH] Re: lib/Config/Extensions.t fails on Win32 + From: Yitzchak Scott-Thoennes + Date: Wed, 5 Jan 2005 10:01:41 -0800 + Message-ID: <20050105180141.GA676@efn.org> + Branch: perl + ! win32/buildext.pl win32/makefile.mk +____________________________________________________________________________ +[ 23761] By: rgs on 2005/01/06 15:49:39 + Log: Silence a compilation warning + Branch: perl + ! pp_sort.c +____________________________________________________________________________ +[ 23760] By: nicholas on 2005/01/06 14:59:17 + Log: Turn barewords into strings to run under strict subs. + Run under strict refs outside the soft reference tests. + Branch: perl + ! t/op/ref.t +____________________________________________________________________________ +[ 23759] By: nicholas on 2005/01/06 14:34:24 + Log: All tests now use test.pl + Branch: perl + ! t/op/ref.t +____________________________________________________________________________ +[ 23758] By: nicholas on 2005/01/06 11:44:08 + Log: Start converting t/op/ref.t to use test.pl + Branch: perl + ! t/op/ref.t +____________________________________________________________________________ +[ 23757] By: steveh on 2005/01/06 11:26:12 + Log: Fix extensions config fields on Win32 to be as they are on Unix + + Subject: [PATCH] Re: lib/Config/Extensions.t fails on Win32 + From: Yitzchak Scott-Thoennes + Date: Wed, 5 Jan 2005 10:01:41 -0800 + Message-ID: <20050105180141.GA676@efn.org> + Branch: perl + ! win32/FindExt.pm win32/config_sh.PL +____________________________________________________________________________ +[ 23756] By: nicholas on 2005/01/05 21:58:15 + Log: Correct a Greengrocer's apostrophe. + Branch: perl + ! ext/DynaLoader/dl_dyld.xs +____________________________________________________________________________ +[ 23755] By: nicholas on 2005/01/05 21:36:26 + Log: Foolishly I committed change 23753 before remembering to test without + ithreads. No tests => bugs. This should fix them. + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 23754] By: nicholas on 2005/01/05 20:14:02 + Log: Error-free constant folding is a TODO + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 23753] By: nicholas on 2005/01/05 19:44:28 + Log: Turn INIT_TLS_AND_INTERP into a static function + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 23752] By: nicholas on 2005/01/05 16:27:19 + Log: Shave off the explict 1; from the end of lib/Config.pm + Branch: perl + ! configpm +____________________________________________________________________________ +[ 23751] By: rgs on 2005/01/05 13:31:51 + Log: Subject: [PATCH] unnecessary rmdir in Makefile + From: Robin Barker + Date: Wed, 5 Jan 2005 11:58:54 -0000 + Message-ID: <533D273D4014D411AB1D00062938C4D90849C55C@hotel.npl.co.uk> + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 23750] By: merijn on 2005/01/05 11:44:11 + Log: Subject: [PATCH] gcc and ld in Configure + From: Robin Barker + Date: Wed, 5 Jan 2005 12:04:25 -0000 + Message-ID: <533D273D4014D411AB1D00062938C4D90849C55D@hotel.npl.co.uk> + Branch: perl + ! hints/solaris_2.sh +____________________________________________________________________________ +[ 23749] By: nicholas on 2005/01/05 11:25:29 + Log: Subject: [PATCH] Avoid segfault when pthread_key_create fails + From: Gisle Aas + Date: 05 Jan 2005 01:09:51 -0800 + Message-ID: + Branch: perl + ! thread.h +____________________________________________________________________________ +[ 23748] By: nicholas on 2005/01/05 10:44:59 + Log: Subject: [PATCH] -Duselargefiles for VMS + From: "Craig A. Berry" + Message-ID: <41DB63A6.7040504@mac.com> + Date: Tue, 04 Jan 2005 21:48:54 -0600 + Branch: perl + ! configure.com vms/descrip_mms.template vms/vmsish.h +____________________________________________________________________________ +[ 23747] By: nicholas on 2005/01/05 10:10:14 + Log: Rafael spotted that my changes caused warnings. So clean up. + Branch: perl + ! t/op/attrs.t +____________________________________________________________________________ +[ 23746] By: nicholas on 2005/01/04 23:07:25 + Log: Update copyright years. + Branch: perl + ! mg.c miniperlmain.c op.c perlio.c xsutils.c +____________________________________________________________________________ +[ 23745] By: nicholas on 2005/01/04 19:32:01 + Log: Make the switch statement discriminate similar names more + efficiently. + Branch: perl + ! xsutils.c +____________________________________________________________________________ +[ 23744] By: nicholas on 2005/01/04 16:20:43 + Log: Check all attributes in modify_SV_attributes are recognised. + Fix bug where 'assertion' was always rejected as invalid. + Branch: perl + ! t/op/attrs.t xsutils.c +____________________________________________________________________________ +[ 23743] By: nicholas on 2005/01/04 12:46:56 + Log: Use the new ${^UTF8LOCALE} to make the test reliable. + Branch: perl + ! t/io/layers.t +____________________________________________________________________________ +[ 23742] By: merijn on 2005/01/04 12:38:03 + Log: Subject: [PATCH pod/perlxs.pod] RE: [perl #32660] INT2PTR not mentioned in perlxs(1) + From: Robin Barker + Date: Tue, 4 Jan 2005 12:32:29 -0000 + Message-ID: <533D273D4014D411AB1D00062938C4D90849C553@hotel.npl.co.uk> + Branch: perl + ! pod/perlxs.pod +____________________________________________________________________________ +[ 23741] By: nicholas on 2005/01/04 11:27:57 + Log: Add ${^UTF8LOCALE} to give perl space access to PL_utf8locale + Branch: perl + ! gv.c mg.c +____________________________________________________________________________ +[ 23740] By: steveh on 2005/01/04 10:56:55 + Log: Bring win32/config.* into line with win32/config_H.* + so that "perl -V:usemallocwrap" tells us what the configuration is + instead of saying 'UNKNOWN'. + Branch: perl + ! win32/config.bc win32/config.gc win32/config.vc + ! win32/config.vc64 +____________________________________________________________________________ +[ 23739] By: rgs on 2005/01/04 08:36:50 + Log: Subject: [PATCH] Math::BigInt v1.74, Math::BigRat v0.14, bignum v0.16 + From: Tels + Date: Sat, 1 Jan 2005 18:59:51 +0100 + Message-Id: <200501011859.52858@bloodgate.com> + Branch: perl + + lib/Math/BigInt/t/lib_load.t lib/bignum/t/ratopt_a.t + ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm + ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/CalcEmu.pm + ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bare_mbi.t + ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t + ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t + ! lib/Math/BigInt/t/inf_nan.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/with_sub.t lib/Math/BigRat.pm + ! lib/Math/BigRat/t/bigrat.t lib/Math/BigRat/t/bigratpm.inc + ! lib/Math/BigRat/t/bigratpm.t lib/bigint.pm lib/bignum.pm + ! lib/bignum/t/option_a.t lib/bignum/t/option_l.t + ! lib/bignum/t/option_p.t lib/bigrat.pm + ! t/lib/Math/BigFloat/Subclass.pm +____________________________________________________________________________ +[ 23738] By: rgs on 2005/01/04 08:05:16 + Log: Happy new year + Branch: perl + ! README +____________________________________________________________________________ +[ 23736] By: nicholas on 2005/01/03 21:17:28 + Log: Return an immortal from attributes::_warn_reserved (a private + function). (saves creating a new IV) + Branch: perl + ! xsutils.c +____________________________________________________________________________ +[ 23735] By: nicholas on 2005/01/03 20:58:09 + Log: Change dXSTARGET to dXSTARG as recommended by Spider Boardman. + Branch: perl + ! xsutils.c +____________________________________________________________________________ +[ 23733] By: nicholas on 2005/01/03 18:54:22 + Log: D'oh! Spurious aTHX_. Here was I thinking that my test build was + threaded, but "oh no it isn't!" :-( + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 23732] By: rgs on 2005/01/03 17:24:24 + Log: Integrate a patch from Gentoo for uclibc support. + See : + Subject: Re: Static linking notes --- perl5.8.6 and uClibc + From: Alexey Tourbin + Date: Tue, 28 Dec 2004 14:25:42 +0300 + Message-ID: <20041228112542.GB21037@solemn.turbinal.org> + Branch: perl + ! perlio.c +____________________________________________________________________________ +[ 23731] By: nicholas on 2005/01/02 23:18:07 + Log: Remove compiler warnings. + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 23730] By: nicholas on 2005/01/02 22:49:49 + Log: Change 23727 broke code that relied on \ being escaped. + Fix this. *Everything* should work now. + Branch: perl + + t/run/switchF1.t + ! MANIFEST toke.c +____________________________________________________________________________ +[ 23729] By: nicholas on 2005/01/02 07:46:12 + Log: Splitting the -n/-p code and concatenating strings generates + smaller object code. + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 23728] By: nicholas on 2005/01/01 21:34:52 + Log: Concatenate some string constants + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 23727] By: nicholas on 2005/01/01 21:13:53 + Log: Use Rafael's sick trick of ASCII NUL as a q'' delimiter to save a + lot of quoting code + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 23726] By: nicholas on 2005/01/01 20:48:31 + Log: Probably should be using *pvn rather than *pv forms for speed in + toke.c (to save a strlen()) + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 23725] By: nicholas on 2005/01/01 20:26:27 + Log: strEQ/strNE of 1 character strings seems better hand inlined, + because it generates smaller object code (as well as being + faster than a true function call) + Branch: perl + ! doio.c locale.c op.c perl.c pp.c toke.c util.c +____________________________________________________________________________ +[ 23724] By: nicholas on 2005/01/01 17:15:58 + Log: Not all the world's a VAX, er ASCII, so don't make assumptions. + Tweak is_gv_magical's string comparisons to produce smaller object + code. + First 2005 copyright notice. + Branch: perl + ! gv.c +____________________________________________________________________________ +[ 23723] By: nicholas on 2005/01/01 13:54:33 + Log: Change 23714 accidentally broke t/io/layers.t when testing with + UTF8 locales and the -C flag. When UTF8 is flagged as enabled + based on the locale, we have no perl space access to PL_utf8locale + so assume for the moment that UTF8 is never conditionally enabled. + Branch: perl + ! t/io/layers.t +____________________________________________________________________________ +[ 23722] By: nicholas on 2004/12/31 23:04:47 + Log: Skip the switch statement entirely if the pointer is null, rather + than the old pointless switch on '\0'. Also skip re-comparing the + first character. Faster, and generates terser object code. + Branch: perl + ! pp.c +____________________________________________________________________________ +[ 23721] By: nicholas on 2004/12/31 22:46:25 + Log: Doing the strnEQ char by char for 2 and 3 character strings + generates a smaller object file, and will be faster. + Branch: perl + ! doio.c +____________________________________________________________________________ +[ 23720] By: nicholas on 2004/12/31 21:41:25 + Log: Improve documentation for is_gv_magical, and split the switch + statement into 2 parts, lengths > 1 and lengths <= 1 + This should cause most variables (lower case, multicharacter) + to escape the function without passing through a switch table. + Branch: perl + ! gv.c +____________________________________________________________________________ +[ 23719] By: nicholas on 2004/12/31 21:02:59 + Log: Because name is always NUL terminated we can incorporate length + 0 names in the switch statement for length 1. + Branch: perl + ! gv.c +____________________________________________________________________________ +[ 23718] By: nicholas on 2004/12/31 20:25:52 + Log: Generate smaller object code by using a single switch statement + for determining which names are forced into main:: + Branch: perl + ! gv.c +____________________________________________________________________________ +[ 23717] By: nicholas on 2004/12/31 18:31:18 + Log: Tidy up comments in change 23716 + Branch: perl + ! gv.c +____________________________________________________________________________ +[ 23716] By: nicholas on 2004/12/31 18:22:54 + Log: Refactor gv_fetchpv so that the overwhelmingly common case + (variable names starting with a lower case letter or _, longer + than one character) get out of the function very quickly. + (Without even passing through a switch statement jump table) + Also fixes bug 33631 + Branch: perl + ! gv.c +____________________________________________________________________________ +[ 23715] By: nicholas on 2004/12/31 15:43:07 + Log: Subject: [PATCH] randbits and randfunc for VMS + From: "Craig A. Berry" + Message-ID: <41D570BF.8010409@mac.com> + Date: Fri, 31 Dec 2004 09:31:11 -0600 + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 23714] By: nicholas on 2004/12/31 13:14:18 + Log: Bug in t/io/layers.t spotted by Ignasi Roca Carrió + Branch: perl + ! AUTHORS t/io/layers.t +____________________________________________________________________________ +[ 23712] By: mhx on 2004/12/30 18:29:02 + Log: Mention ppport.h and its --api-info switch in perlguts. + Branch: perl + ! pod/perlguts.pod +____________________________________________________________________________ +[ 23711] By: merijn on 2004/12/30 13:10:20 + Log: Subject: [PATCH] Allow Configure's d_attribut to be set from the command line + From: Gisle Aas + Date: 30 Dec 2004 03:39:36 -0800 + Message-ID: + Branch: perl + ! Configure +____________________________________________________________________________ +[ 23708] By: nicholas on 2004/12/29 21:41:04 + Log: Thinko in the description of Config::Extensions + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 23707] By: nicholas on 2004/12/29 21:25:29 + Log: Experimental module intended to simplify core regression tests + Branch: perl + + lib/Config/Extensions.pm lib/Config/Extensions.t + ! MANIFEST +____________________________________________________________________________ +[ 23706] By: nicholas on 2004/12/29 21:24:30 + Log: Skip tests that binmode :utf8 if there is no perlio + Branch: perl + ! t/op/read.t +____________________________________________________________________________ +[ 23705] By: nicholas on 2004/12/29 21:04:43 + Log: Ooops. Fix unitialised variable + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 23704] By: nicholas on 2004/12/29 19:47:12 + Log: Oops. Forgot to uncomment the last set of Unicode values for + testing. + Branch: perl + ! t/op/read.t +____________________________________________________________________________ +[ 23703] By: nicholas on 2004/12/29 19:00:12 + Log: read (and presuambly sysread) would expose the UTF8 internals when + reading from a byte orientated file handle into a UTF8 scalar. + Branch: perl + ! pp_sys.c t/op/read.t +____________________________________________________________________________ +[ 23702] By: nicholas on 2004/12/29 17:20:29 + Log: Add a lot of tests for combinations of values, offsets and lengths + Branch: perl + ! t/op/read.t +____________________________________________________________________________ +[ 23701] By: nicholas on 2004/12/29 16:28:58 + Log: Convert op/read.t to use test.pl and make it stricture compliant. + Branch: perl + ! t/op/read.t +____________________________________________________________________________ +[ 23700] By: mhx on 2004/12/29 13:46:36 + Log: Upgrade to Devel::PPPort 3.04 + Branch: perl + ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml + ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort_pm.PL + ! ext/Devel/PPPort/TODO ext/Devel/PPPort/parts/inc/SvPV + ! ext/Devel/PPPort/parts/inc/ppphbin + ! ext/Devel/PPPort/parts/inc/ppphdoc + ! ext/Devel/PPPort/parts/inc/ppphtest +____________________________________________________________________________ +[ 23696] By: merijn on 2004/12/29 12:41:14 + Log: Rebuilt after backport start for 23674, 23675, and 23676 + Branch: perl + ! Configure +____________________________________________________________________________ +[ 23691] By: merijn on 2004/12/29 11:57:57 + Log: Subject: [PATCH] Cleanup ext/B tests for -w and to run separately + Date: Tue, 28 Dec 2004 13:49:19 -0800 + From: Stephen McCamant + Message-ID: <16849.54495.424654.896889@apocalypse.OCF.Berkeley.EDU> + Branch: perl + ! ext/B/B/Terse.pm ext/B/t/asmdata.t ext/B/t/b.t + ! ext/B/t/bblock.t ext/B/t/bytecode.t ext/B/t/concise.t + ! ext/B/t/debug.t ext/B/t/deparse.t ext/B/t/f_map.t + ! ext/B/t/f_sort.t ext/B/t/lint.t ext/B/t/o.t + ! ext/B/t/optree_check.t ext/B/t/optree_concise.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 + ! ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t + ! ext/B/t/xref.t +____________________________________________________________________________ +[ 23688] By: nicholas on 2004/12/28 10:25:28 + Log: Make Config.t warnings and strictures clean + Branch: perl + ! lib/Config.t +____________________________________________________________________________ +[ 23683] By: nicholas on 2004/12/27 16:03:59 + Log: Subject: [patch sv.c] comment fix + From: Stas Bekman + Message-ID: <41CF50FE.5070307@stason.org> + Date: Sun, 26 Dec 2004 19:02:06 -0500 + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 23682] By: nicholas on 2004/12/27 15:48:24 + Log: Add investigating self tie segfaults to the TODO + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 23681] By: rgs on 2004/12/24 13:51:59 + Log: Subject: [perl #33173] shellwords.pl and tainting + From: perl-5.8.0@ton.iguana.be (via RT) + Date: 24 Dec 2004 00:14:19 -0000 + Message-ID: + Branch: perl + ! lib/shellwords.pl +____________________________________________________________________________ +[ 23680] By: rgs on 2004/12/24 13:42:08 + Log: Subject: Missign STATEMENT brackets in PUSHMARK + From: perl5-porters@ton.iguana.be (Ton Hospel) + Date: Thu, 23 Dec 2004 17:55:13 +0000 (UTC) + Message-Id: + Branch: perl + ! pp.h +____________________________________________________________________________ +[ 23679] By: nicholas on 2004/12/24 10:33:32 + Log: Don't do the ... expansion on archlib, sitelib etc, given that + everyone should already be using archlibext etc + Add the extra special case code for otherlibdirs + Branch: perl + ! configpm +____________________________________________________________________________ +[ 23678] By: rgs on 2004/12/24 08:57:56 + Log: Subject: Re: [patch perlapi doc] sv_magic + From: Stas Bekman + Date: Thu, 23 Dec 2004 16:28:06 -0500 + Message-ID: <41CB3866.1080307@stason.org> + Branch: perl + ! pod/perlapi.pod sv.c +____________________________________________________________________________ +[ 23677] By: nicholas on 2004/12/24 08:54:58 + Log: Subject: [PATCH] Re: Smoke [5.9.2] 23675 FAIL(m) openvms E8.2 (Alpha/4 cpu) + From: "Craig A. Berry" + Message-ID: <41CB6BD1.8030207@mac.com> + Date: Thu, 23 Dec 2004 19:07:29 -0600 + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 23676] By: nicholas on 2004/12/23 23:15:24 + Log: Bother. It helps if you also propagate the new entry to config.sh + Branch: perl + ! Configure +____________________________________________________________________________ +[ 23675] By: nicholas on 2004/12/23 22:14:42 + Log: Oops. You can't add new entries to config_h.SH without making some + sort of corresponding defined/undefined value in config.sh somehow. + Branch: perl + ! Configure +____________________________________________________________________________ +[ 23674] By: nicholas on 2004/12/23 21:38:59 + Log: Relocatable @INC entries for Unix. + (With appropriate fixups in Config.pm to complete the illusion) + Currently can only be enabled with hackery to config.sh + TODO - proper Configure support, and support for otherlibdirs in + Config.pm + Branch: perl + ! Porting/Glossary config_h.SH configpm embed.fnc embed.h perl.c + ! proto.h +____________________________________________________________________________ +[ 23673] By: merijn on 2004/12/23 21:04:37 + Log: 23669 was not such a good idea. More research needed. + Branch: perl + ! config_h.SH +____________________________________________________________________________ +[ 23672] By: rgs on 2004/12/23 17:21:37 + Log: The "Setuid script not plain file" error wasn't documented. + Branch: perl + ! pod/perldiag.pod +____________________________________________________________________________ +[ 23671] By: rgs on 2004/12/23 15:21:58 + Log: Subject: [PATCH] Data::Dumper Freezer fixes + From: Sam Tregar + Date: Sun, 19 Dec 2004 14:40:25 -0500 (EST) + Message-ID: + + and bump Data::Dumper's VERSION + Branch: perl + + ext/Data/Dumper/t/freezer.t + ! MANIFEST ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs +____________________________________________________________________________ +[ 23670] By: nicholas on 2004/12/22 23:15:07 + Log: Fix typo + Branch: perl + ! ext/Storable/Storable.xs +____________________________________________________________________________ +[ 23669] By: merijn on 2004/12/22 20:16:53 + Log: Just to re-sync with metaconfig output. No real changes. + Branch: perl + ! config_h.SH +____________________________________________________________________________ +[ 23668] By: rgs on 2004/12/22 08:46:21 + Log: Move the definition of the S_procself_val() function before + the point where it's used + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 23667] By: nicholas on 2004/12/21 20:56:58 + Log: Move the setting of $^X ahead of the initialisation of @INC + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 23666] By: nicholas on 2004/12/21 20:31:57 + Log: $#a>>=1 relies on malloc wrap to avoid the segfault, so need to + skip the test on platforms where it's not available + Branch: perl + ! t/op/bop.t +____________________________________________________________________________ +[ 23663] By: nicholas on 2004/12/21 11:58:53 + Log: Note that the shell's test uses eq etc for numbers, = etc for + strings, the reverse of Perl, which is definitely a trap. + Spotted by Alexei Alexandrov. + Branch: perl + ! AUTHORS pod/perltrap.pod +____________________________________________________________________________ +[ 23662] By: merijn on 2004/12/20 13:38:45 + Log: Subject: [PATCH] AUTHORS + From: Tels + Date: Sun, 19 Dec 2004 14:28:44 +0100 + Message-Id: <200412191428.45898@bloodgate.com> + Branch: perl + ! AUTHORS +____________________________________________________________________________ +[ 23661] By: rgs on 2004/12/17 09:08:23 + Log: Subject: Re: [perl #32717] BeOS specific Updates + From: bonefish@cs.tu-berlin.de + Date: Fri, 17 Dec 2004 01:17:40 +0100 + Message-Id: <20041217011740.14398.1@cs.tu-berlin.de> + Branch: perl + - beos/beos_flock_server.cpp beos/beos_flock_server.h + ! MANIFEST Makefile.SH README.beos beos/beos.c beos/beosish.h + ! hints/beos.sh +____________________________________________________________________________ +[ 23660] By: rgs on 2004/12/16 16:09:20 + Log: Subject: [PATCH] bop.t follow-up to #23645 + From: "Craig A. Berry" + Date: Thu, 16 Dec 2004 08:53:32 -0600 + Message-ID: <41C1A16C.9040700@mac.com> + Branch: perl + ! t/op/bop.t +____________________________________________________________________________ +[ 23659] By: rgs on 2004/12/16 16:05:49 + Log: Subject: Re: Can't locate auto/POSIX/autosplit.ix [perl #24445] [PATCH] + From: Andy Dougherty + Date: Thu, 16 Dec 2004 09:57:44 -0500 (EST) + Message-ID: + Branch: perl + ! ext/POSIX/Makefile.PL +____________________________________________________________________________ +[ 23658] By: rgs on 2004/12/16 15:58:06 + Log: Two pod2html patches from Dave Sparks : + + Fix anchors for some function names + Subject: pod2html fragment fix [PATCH] + From: Gisle Aas + Date: 11 Nov 2004 14:36:46 +0100 + Message-ID: + + Subject: Make 'pod2html --quiet' be quiet [PATCH] + From: Gisle Aas + Date: 11 Nov 2004 15:19:58 +0100 + Message-ID: + Branch: perl + ! lib/Pod/Html.pm +____________________________________________________________________________ +[ 23657] By: rgs on 2004/12/16 15:43:02 + Log: Pod::Html is not part of the podlators distribution + Branch: perl + ! Porting/Maintainers.pl +____________________________________________________________________________ +[ 23656] By: rgs on 2004/12/15 16:39:29 + Log: Security fix from Debian in the debugger (in the setterm() + function), from: + Subject: Re: Security patch from Debian? + From: Brendan O'Dea + Date: Thu, 2 Dec 2004 13:42:17 +1100 + Message-ID: <20041202024217.GA12670@londo.c47.org> + Branch: perl + ! lib/perl5db.pl +____________________________________________________________________________ +[ 23655] By: rgs on 2004/12/15 15:14:05 + Log: A couple of SCO compilation patches + + Subject: [perl #3097] Re: SCO5 XS dyn loading fails + From: "Ilya N. Golubev" + Date: Tue, 14 Dec 2004 22:37:27 +0300 + Message-ID: <028941bf40f648-gin@mo.msk.ru> + + Subject: Re: [perl #3100] NaN passed to gcvt [PATCH] + From: Andy Dougherty + Date: Wed, 15 Dec 2004 10:29:22 -0500 (EST) + Message-ID: + Branch: perl + ! hints/sco.sh +____________________________________________________________________________ +[ 23654] By: rgs on 2004/12/15 13:16:06 + Log: Upgrade to Test::Simple 0.54 + Branch: perl + + lib/Test/Simple/t/is_fh.t + ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm + ! lib/Test/Simple.pm lib/Test/Simple/Changes + ! lib/Test/Simple/t/details.t lib/Test/Simple/t/fail-more.t + ! lib/Test/Simple/t/harness_active.t + ! lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/maybe_regex.t + ! lib/Test/Simple/t/plan_no_plan.t lib/Test/Simple/t/sort_bug.t + ! lib/Test/Simple/t/todo.t lib/Test/Simple/t/undef.t +____________________________________________________________________________ +[ 23653] By: rgs on 2004/12/15 12:43:37 + Log: Upgrade to ExtUtils::MakeMaker 6.25 + Branch: perl + + lib/ExtUtils/t/dir_target.t + ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm + ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Liblist/Kid.pm + ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml + ! lib/ExtUtils/MM.pm lib/ExtUtils/MM_Any.pm + ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_NW5.pm + ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm + ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm + ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/FAQ.pod + ! lib/ExtUtils/MakeMaker/Tutorial.pod lib/ExtUtils/Manifest.pm + ! lib/ExtUtils/NOTES lib/ExtUtils/README lib/ExtUtils/instmodsh + ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/INST_PREFIX.t + ! lib/ExtUtils/t/Liblist.t lib/ExtUtils/t/MM_Unix.t + ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/hints.t + ! lib/ExtUtils/t/oneliner.t lib/ExtUtils/t/parse_version.t + ! lib/ExtUtils/t/prereq_print.t lib/ExtUtils/t/split_command.t +____________________________________________________________________________ +[ 23652] By: rgs on 2004/12/14 16:22:42 + Log: Fix for [perl #32491] h2xs incorrectly parses enums with implicit values + Branch: perl + ! utils/h2xs.PL +____________________________________________________________________________ +[ 23651] By: rgs on 2004/12/14 12:17:25 + Log: Subject: Re: B::walkoptree segfaults + From: Alexey Tourbin + Date: Fri, 3 Dec 2004 05:06:49 +0300 + Message-ID: <20041203020649.GD3898@solemn.turbinal.org> + Branch: perl + ! ext/B/B.pm +____________________________________________________________________________ +[ 23650] By: rgs on 2004/12/14 11:21:53 + Log: Make Sys::Syslog stricture-compliant + Branch: perl + ! ext/Sys/Syslog/Syslog.pm +____________________________________________________________________________ +[ 23649] By: rgs on 2004/12/14 10:35:57 + Log: Allow escaping %m as %%m in Sys::Syslog format strings + (suggested by Joshua Richardson + and Yitzchak Scott-Thoennes) + Branch: perl + ! ext/Sys/Syslog/Syslog.pm +____________________________________________________________________________ +[ 23648] By: rgs on 2004/12/14 10:22:48 + Log: Subject: [perl #24343] [PATCH] -w vs. -s + From: "Steve Peters via RT" + Date: 14 Dec 2004 06:41:34 -0000 + Message-ID: + Branch: perl + ! pod/perlrun.pod +____________________________________________________________________________ +[ 23647] By: merijn on 2004/12/14 07:51:43 + Log: Subject: [perl #3274] [PATCH] Documentation for utime should be improved + Date: 14 Dec 2004 06:29:23 -0000 + From: "Steve Peters via RT" + Message-ID: + Branch: perl + ! pod/perlfaq5.pod +____________________________________________________________________________ +[ 23646] By: rgs on 2004/12/14 07:41:08 + Log: Fix test added in change 23645 with an eval() + Branch: perl + ! t/op/bop.t +____________________________________________________________________________ +[ 23645] By: rgs on 2004/12/14 07:28:57 + Log: Test patch for already-solved bug #33003, + by Michael G Schwern. + Branch: perl + ! t/op/bop.t +____________________________________________________________________________ +[ 23644] By: steveh on 2004/12/13 17:26:46 + Log: Document gv_stashpvn + + This is already in the API supported by Devel::PPPort, and is + more efficient than gv_stashpv if the length is already known. + Branch: perl + ! embed.fnc gv.c pod/perlapi.pod +____________________________________________________________________________ +[ 23643] By: rgs on 2004/12/13 10:02:57 + Log: Subject: [PATCH] FileCache without import + From: Michael G Schwern + Date: Sat, 11 Dec 2004 18:58:32 -0500 + Message-ID: <20041211235832.GA13462@windhund.schwern.org> + Branch: perl + + lib/FileCache/t/07noimport.t + ! MANIFEST lib/FileCache.pm +____________________________________________________________________________ +[ 23642] By: rgs on 2004/12/13 09:54:23 + Log: Subject: [PATCH] perlipc typo + From: Brendan O'Dea + Date: Sun, 12 Dec 2004 10:25:04 +1100 + Message-ID: <20041211232504.GA8380@londo.c47.org> + Branch: perl + ! pod/perlipc.pod +____________________________________________________________________________ +[ 23641] By: rgs on 2004/12/13 09:41:21 + Log: Subject: [PATCH] t/op/taint.t follow-up to #23635 + From: "Craig A. Berry" + Date: Sat, 11 Dec 2004 11:03:57 -0600 + Message-ID: <41BB287D.6090001@mac.com> + Branch: perl + ! t/op/taint.t +____________________________________________________________________________ +[ 23640] By: rgs on 2004/12/13 08:39:34 + Log: Subject: Re: Smoke [5.9.2] 23634 FAIL(F) openbsd 3.6 (i386/1 cpu) [PATCH] + From: Gisle Aas + Date: 11 Dec 2004 02:57:19 -0800 + Message-ID: + Branch: perl + ! utf8.c +____________________________________________________________________________ +[ 23639] By: rgs on 2004/12/10 22:02:52 + Log: Subject: [PATCH] Re: [perl #2562] wantarray fails in END, INIT, and CHECK blocks + From: mjtg@cam.ac.uk (Mike Guy) + Date: Fri, 10 Dec 2004 19:08:01 +0000 + Message-ID: + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 23638] By: steveh on 2004/12/10 14:58:59 + Log: Fix Win32 breakage caused by change 23610 + + Simply skip the offending tests on Win32. There is no sense in testing + that $Config dir entries appear in @INC because the $Config entries + relate to where perl.exe will be installed (as per INST_DRV/INST_TOP in + win32/Makefile), whereas @INC entries are dynamic, based on where + perlXX.dll is currently located. + Branch: perl + ! lib/Config.t +____________________________________________________________________________ +[ 23637] By: rgs on 2004/12/10 10:17:47 + Log: Pod nit ([perl #32800]) + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 23636] By: rgs on 2004/12/10 10:02:12 + Log: Subject: [PATCH] Test rt.perl.org 5900 + From: Michael G Schwern + Date: Thu, 9 Dec 2004 22:11:59 -0500 + Message-ID: <20041210031159.GA7629@windhund.schwern.org> + Branch: perl + ! t/op/taint.t +____________________________________________________________________________ +[ 23635] By: rgs on 2004/12/10 09:51:44 + Log: Subject: [PATCH] cleanup t/op/taint.t + From: Michael G Schwern + Date: Fri, 10 Dec 2004 02:04:49 -0500 + Message-ID: <20041210070448.GA22347@windhund.schwern.org> + + Subject: [PATCH] Add todo_skip() to test.pl + From: Michael G Schwern + Date: Fri, 10 Dec 2004 04:27:06 -0500 + Message-ID: <20041210092706.GA23378@windhund.schwern.org> + Branch: perl + ! t/op/taint.t t/test.pl +____________________________________________________________________________ +[ 23634] By: nicholas on 2004/12/09 22:51:03 + Log: Evade using @ in the 1 liner with some perl 1 syntax. + Branch: perl + ! lib/Config.t +____________________________________________________________________________ +[ 23633] By: rgs on 2004/12/09 18:50:16 + Log: Subject: RE: [PATCH perl.h toke.c utf8.c] minor format clean up + From: Robin Barker + Date: Wed, 1 Dec 2004 15:15:44 -0000 + Message-ID: <533D273D4014D411AB1D00062938C4D90849C521@hotel.npl.co.uk> + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 23632] By: rgs on 2004/12/09 17:12:12 + Log: Subject: UTF8_ALLOW_ANYUV should not allow overlong sequences [PATCH] + From: Gisle Aas + Date: 06 Dec 2004 02:59:24 -0800 + Message-ID: + Branch: perl + ! utf8.h +____________________________________________________________________________ +[ 23631] By: rgs on 2004/12/09 16:03:01 + Log: Subject: [PATCH] :encoding(utf8) broken in perl-5.8.6 + From: Gisle Aas + Date: 03 Dec 2004 06:09:19 -0800 + Message-ID: + Branch: perl + ! ext/PerlIO/t/encoding.t +____________________________________________________________________________ +[ 23630] By: rgs on 2004/12/09 15:49:07 + Log: Upgrade to perldoc 3.14 + Branch: perl + ! lib/Pod/Perldoc.pm lib/Pod/Perldoc/ToMan.pm +____________________________________________________________________________ +[ 23629] By: rgs on 2004/12/09 09:57:42 + Log: Fix test to cope with the previous h2ph change. + Branch: perl + ! t/lib/h2ph.pht +____________________________________________________________________________ +[ 23628] By: rgs on 2004/12/08 16:50:30 + Log: Subject: [perl #32962] h2ph - use of local() in generated code + From: Peter.Dintelmann@dresdner-bank.com (via RT) + Date: 8 Dec 2004 15:49:32 -0000 + Message-ID: + Branch: perl + ! utils/h2ph.PL +____________________________________________________________________________ +[ 23627] By: rgs on 2004/12/08 16:19:38 + Log: Subject: [PATCH] Re: [perl #32949] FileCache only works in "main" package + From: "Jos I. Boumans" + Date: Wed, 8 Dec 2004 14:24:19 +0100 + Message-Id: <7728A4F5-491C-11D9-9CA3-000A95EF62E2@xs4all.net> + Branch: perl + + lib/FileCache/t/06export.t + ! MANIFEST lib/FileCache.pm +____________________________________________________________________________ +[ 23626] By: nicholas on 2004/12/07 23:39:46 + Log: Avoid getting the stash name twice (at least visually, if not also + in the generated code) + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 23624] By: rgs on 2004/12/07 18:26:48 + Log: Upgrade to Encode 2.09 + Branch: perl + ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs + ! ext/Encode/META.yml ext/Encode/Unicode/Unicode.xs + ! ext/Encode/t/Encode.t ext/Encode/t/fallback.t +____________________________________________________________________________ +[ 23623] By: nicholas on 2004/12/07 15:27:09 + Log: Revert part of the change to gv_fullname4(), as the change seems to + be fractionally slower. Re-investigation prompted by a comment from + Tim Bunce, who seems to be more on the ball than I am. + Branch: perl + ! gv.c +____________________________________________________________________________ +[ 23622] By: steveh on 2004/12/07 10:50:26 + Log: Update AUTHORS (for changes #23200 and #23621) + Branch: perl + ! AUTHORS +____________________________________________________________________________ +[ 23621] By: steveh on 2004/12/07 10:35:59 + Log: Updates to README.win32 (aka perlwin32), with some changes. + + Subject: Patch to README.win32 distributed with 5.8.6 for building under .net / MSVC7 (free) + From: Max Maischein + Date: Sun, 05 Dec 2004 19:39:40 +0100 + Message-ID: <41B355EC.9010505@corion.net> + Branch: perl + ! README.win32 +____________________________________________________________________________ +[ 23620] By: rgs on 2004/12/06 22:22:11 + Log: Upgrade to Term::ANSIColor 1.09 + Branch: perl + ! lib/Term/ANSIColor.pm lib/Term/ANSIColor/ChangeLog + ! lib/Term/ANSIColor/README lib/Term/ANSIColor/test.pl +____________________________________________________________________________ +[ 23619] By: rgs on 2004/12/06 21:54:55 + Log: Small addition to perlsec by Stas Bekman. + Branch: perl + ! pod/perlsec.pod +____________________________________________________________________________ +[ 23618] By: steveh on 2004/12/06 15:54:30 + Log: Fix another Win32 breakage caused by change 23554 + Branch: perl + ! t/win32/system.t +____________________________________________________________________________ +[ 23617] By: nicholas on 2004/12/06 15:35:39 + Log: Break out setting $^X into its own static function S_set_caret_X + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 23616] By: steveh on 2004/12/06 14:42:32 + Log: Fix typo from change 23554 which screwed up Windows smokes + Branch: perl + ! win32/Makefile +____________________________________________________________________________ +[ 23615] By: nicholas on 2004/12/06 14:39:59 + Log: sanity check the arguments to runperl(), to try to avoid it + hanging waiting on STDIN for a script. + Branch: perl + ! t/test.pl +____________________________________________________________________________ +[ 23614] By: nicholas on 2004/12/06 13:41:45 + Log: Remove spurious semicolons + (As these 2 are spare, I guess I should send them to Mark Rhodes + (former office mate) as he often said that he kept mislaying his) + Branch: perl + ! gv.h +____________________________________________________________________________ +[ 23613] By: nicholas on 2004/12/06 13:10:24 + Log: Tests for Config.pm much better now - toDONE + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 23612] By: nicholas on 2004/12/06 13:01:36 + Log: Turn gv_fullname3 and gv_efullname3 into macros that call + gv_fullname4 and gv_efullname4 directly, saving overhead. + Branch: perl + ! embed.fnc embed.h gv.h proto.h +____________________________________________________________________________ +[ 23611] By: merijn on 2004/12/06 12:00:10 + Log: New Itanium servers + Branch: perl + ! README.hpux +____________________________________________________________________________ +[ 23610] By: nicholas on 2004/12/06 10:35:00 + Log: Check that @INC entries and %Config path entries are consistent. + Branch: perl + ! lib/Config.t +____________________________________________________________________________ +[ 23609] By: nicholas on 2004/12/03 22:17:32 + Log: gv_fullname4() can get rid of the main:: for us. + (well, actually, it never puts it in) + Branch: perl + ! op.c +____________________________________________________________________________ +[ 23608] By: rgs on 2004/12/03 21:51:45 + Log: $foo::_ was wrongly forced as $main::_. + Since we still want "our $_" to be always forced to $main::_, + deplace the forcing code at our-pad allocation time. + (Making execution probably a tiny bit faster) + Branch: perl + ! gv.c op.c t/op/mydef.t +____________________________________________________________________________ +[ 23607] By: nicholas on 2004/12/03 20:38:37 + Log: Remove double checking of acceptable switches on tr/// ops. + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 23606] By: nicholas on 2004/12/03 20:07:31 + Log: use (c == '$' || c == '@' || c == '%') instead of strchr("$@%", c) + The latter gives larger code, is less clear and can't be any faster + Branch: perl + ! perl.c toke.c +____________________________________________________________________________ +[ 23605] By: nicholas on 2004/12/03 18:56:31 + Log: Small code tidy up in gv_fullname4 + Branch: perl + ! gv.c +____________________________________________________________________________ +[ 23604] By: nicholas on 2004/12/03 18:26:43 + Log: There are clearer ways of saying m/^[ab]$/ than strchr("ab", c) + They seem to produce slightly smaller object code too. + Branch: perl + ! gv.c +____________________________________________________________________________ +[ 23603] By: nicholas on 2004/12/03 17:02:43 + Log: Fix a typo in an assert(). It helps to compile with -DDEBUGGING + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 23602] By: nicholas on 2004/12/03 15:50:15 + Log: Pull out the duplicateded push @INC, $_ if -e $_ code from + S_pushinc into a new function S_pushinc_if_exists + Avoid the SV copy when pushing onto @INC by creating a new scratch + SV each time a push is done. + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 23601] By: nicholas on 2004/12/02 22:35:34 + Log: Subject: [PATCH] configure.com: no more CONFIG=true + From: "Craig A. Berry" + Message-ID: <41AF87BA.1080108@mac.com> + Date: Thu, 02 Dec 2004 15:23:06 -0600 + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 23598] By: nicholas on 2004/12/01 23:13:32 + Log: 2 new BeOS files were missing + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 23592] By: nicholas on 2004/12/01 18:54:14 + Log: Subject: [PATCH] Makefile.SH: de-parallelise mktables + From: Jarkko Hietaniemi + Message-ID: <41ADFD95.4030007@iki.fi> + Date: Wed, 01 Dec 2004 19:21:25 +0200 + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 23588] By: nicholas on 2004/12/01 16:52:45 + Log: &test in constant.t is vestigial, so amputate it. + Branch: perl + ! lib/constant.t +____________________________________________________________________________ +[ 23587] By: nicholas on 2004/12/01 16:35:10 + Log: Tidy up the reference name stringification to save getting the + hash name twice. Pleasant side effect is 44 byte smaller object + file. (A small win is still a win) + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 23584] By: merijn on 2004/12/01 13:44:24 + Log: Subject: [perl #32717] BeOS specific Updates + Date: 30 Nov 2004 15:38:32 -0000 + From: Ingo Weinhold (via RT) + Message-ID: + Branch: perl + + beos/beos_flock_server.cpp beos/beos_flock_server.h + ! beos/beos.c beos/beosish.h ext/Errno/Errno_pm.PL + ! ext/File/Glob/t/basic.t hints/beos.sh lib/ExtUtils/t/MM_BeOS.t + ! lib/Tie/File/t/16_handle.t perl.c t/op/magic.t +____________________________________________________________________________ +[ 23583] By: merijn on 2004/12/01 13:29:18 + Log: Subject: [PATCH] add -I../lib to VMS build to find Config_heavy.pl + Date: Wed, 01 Dec 2004 07:24:45 -0600 + From: "Craig A. Berry" + Message-ID: <41ADC61D.8010407@mac.com> + Branch: perl + ! vms/descrip_mms.template +____________________________________________________________________________ +[ 23581] By: rgs on 2004/12/01 13:01:55 + Log: MANIFEST.SKIP is missing from the list of files that come + with MakeMaker + Branch: perl + ! Porting/Maintainers.pl +____________________________________________________________________________ +[ 23577] By: nicholas on 2004/11/30 16:40:06 + Log: Add placeholders for the new strlcat and strlcpy entries in + config.sh, to ensure that the config.h generated for cross- + compilation will still work. + Branch: perl + ! Cross/config.sh-arm-linux +____________________________________________________________________________ +[ 23575] By: nicholas on 2004/11/30 15:32:17 + Log: Let pod/buildtoc resort the MANIFEST the way it wants it + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 23574] By: nicholas on 2004/11/30 15:31:14 + Log: Add perl586delta.pod to all the necessary makefiles and tables of + contents. + Branch: perl + ! pod.lst pod/perl.pod pod/perltoc.pod vms/descrip_mms.template + ! win32/pod.mak +____________________________________________________________________________ +[ 23571] By: merijn on 2004/11/30 15:11:01 + Log: Subject: Re: [PATCH] Re: Smoke [5.9.2] 23566 FAIL(X) openbsd 3.6 (i386/1 cpu) + Date: Tue, 30 Nov 2004 09:29:06 -0600 + From: Steve Peters + Message-ID: <20041130152906.GA555@mccoy.peters.homeunix.org> + Branch: perl + ! hints/openbsd.sh +____________________________________________________________________________ +[ 23570] By: nicholas on 2004/11/30 14:57:53 + Log: Integrate perlhist entries for 5.8.6 and its perldelta to blead + Branch: perl + +> pod/perl586delta.pod + ! MANIFEST + !> pod/perlhist.pod +____________________________________________________________________________ +[ 23568] By: rgs on 2004/11/30 13:02:16 + Log: Protection against trailing spaces in embed.fnc + Branch: perl + ! autodoc.pl embed.pl +____________________________________________________________________________ +[ 23567] By: rgs on 2004/11/30 12:57:30 + Log: Remove trailing whitespace that found their way in the docs + (spotted by Stas Bekman) + Branch: perl + ! embed.fnc pod/perlapi.pod proto.h +____________________________________________________________________________ +[ 23566] By: rgs on 2004/11/29 12:30:31 + Log: Upgrade to Test::Simple 0.53 + Branch: perl + + lib/Test/Simple/t/circular_data.t + + lib/Test/Simple/t/overload_threads.t + + lib/Test/Simple/t/plan_bad.t + + lib/Test/Simple/t/plan_shouldnt_import.t + + lib/Test/Simple/t/require_ok.t lib/Test/Simple/t/sort_bug.t + ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm + ! lib/Test/Simple.pm lib/Test/Simple/Changes + ! lib/Test/Simple/README lib/Test/Simple/TODO + ! lib/Test/Simple/t/00signature.t lib/Test/Simple/t/More.t + ! lib/Test/Simple/t/diag.t lib/Test/Simple/t/fail_one.t + ! lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/overload.t + ! lib/Test/Simple/t/todo.t t/lib/TieOut.pm +____________________________________________________________________________ +[ 23564] By: nicholas on 2004/11/28 16:13:56 + Log: Skip generating all the code to deal with "" strings in config.sh + if there aren't any. '' only code is much simpler. + Branch: perl + ! configpm +____________________________________________________________________________ +[ 23563] By: nicholas on 2004/11/28 15:00:15 + Log: Given that there is a pre-built cache, no need for @v_fast + Branch: perl + ! configpm +____________________________________________________________________________ +[ 23562] By: nicholas on 2004/11/28 13:56:30 + Log: The byteorder code doesn't need to be in Config.pm if byteorder + isn't actually a frequently looked up value. + Branch: perl + ! configpm +____________________________________________________________________________ +[ 23561] By: nicholas on 2004/11/28 13:20:39 + Log: Need to stub the public functions to keep some existing code + working. + No need to keep $Config_SH around in memory when we can easily + re-create it. + Branch: perl + ! configpm +____________________________________________________________________________ +[ 23558] By: nicholas on 2004/11/27 23:06:41 + Log: Generate the precached %Config entries based on some empirical + data, rather than just guesswork. + Branch: perl + ! Makefile.SH configpm +____________________________________________________________________________ +[ 23557] By: nicholas on 2004/11/27 21:26:42 + Log: Subject: [PATCH] Re: getting Config.pm on a diet + From: "Craig A. Berry" + Message-ID: <41A8F225.7080902@mac.com> + Date: Sat, 27 Nov 2004 15:31:17 -0600 + Branch: perl + ! vms/descrip_mms.template +____________________________________________________________________________ +[ 23555] By: nicholas on 2004/11/27 17:28:47 + Log: Hateful cAsE iNsEnSiTiVe file systems + Branch: perl + ! configpm +____________________________________________________________________________ +[ 23554] By: nicholas on 2004/11/27 16:56:35 + Log: Put Config.pm on a diet. 3K rather than 32K + configpm now generates 2 files, a small Config.pm containing the + commonly used functions and values, which AUTOLOADs a + Config_heavy.pl containing anything else needed. + The "common" values in the small Config.pm may need some + tweaking, based on real world data. + Branch: perl + ! Makefile.SH configpm vms/descrip_mms.template win32/Makefile + ! win32/makefile.mk +____________________________________________________________________________ +[ 23550] By: nicholas on 2004/11/27 14:43:37 + Log: Clarify the return values of pos, particularly 0 and undef, as + suggested by Stas Bekman + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 23549] By: nicholas on 2004/11/27 14:24:21 + Log: Document the interaction of PERL_USE_SAVE_PUTENV and + PL_use_safe_putenv, based on text by Stas Bekman + Branch: perl + ! INSTALL +____________________________________________________________________________ +[ 23548] By: rgs on 2004/11/26 17:20:46 + Log: Subject: [perl #32639] [PATCH] Bug in Term::Complete Module with $_ Usage + From: "Steve Peters via RT" + Date: 26 Nov 2004 17:14:33 -0000 + Message-ID: + Branch: perl + ! lib/Term/Complete.pm +____________________________________________________________________________ +[ 23547] By: rgs on 2004/11/26 15:16:59 + Log: Freak out if h2ph has to translate a macro that contains assembly code. + + Subject: [PATCH] h2ph vs __asm__ + From: Rafael Garcia-Suarez + Date: Thu, 25 Nov 2004 17:24:43 +0100 + Message-ID: <20041125172443.757a4833@dhcp123.mandrakesoft.com> + Branch: perl + ! utils/h2ph.PL +____________________________________________________________________________ +[ 23546] By: rgs on 2004/11/26 15:07:47 + Log: Doc nit for B::Lint + Subject: [PATCH] B::Lint + From: Andy Lester + Date: Fri, 26 Nov 2004 00:30:48 -0600 + Message-ID: <20041126063048.GA10161@petdance.com> + Branch: perl + ! ext/B/B/Lint.pm +____________________________________________________________________________ +[ 23545] By: nicholas on 2004/11/26 12:33:34 + Log: The change to the internal representation introduced a bug whereby + the key returned by FIRSTKEY had an erroneous leading newline. + EXISTS was also buggy. + Branch: perl + ! configpm lib/Config.t +____________________________________________________________________________ +[ 23544] By: nicholas on 2004/11/26 11:29:21 + Log: Make configpm and the generated Config.pm strict and warnings + clean. + Branch: perl + ! configpm +____________________________________________________________________________ +[ 23543] By: steveh on 2004/11/26 10:56:12 + Log: Fix Win32 breakage caused by changes 23535/23542. + Branch: perl + ! lib/Config.t +____________________________________________________________________________ +[ 23542] By: nicholas on 2004/11/25 23:41:05 + Log: Generate the virtual entries at Config.pm build time, as they + don't change. This lets us get rid of the entire "fetch_virtual" + baggage, and makes the config_re lookup work for the virtual + entries. + Branch: perl + ! configpm lib/Config.t +____________________________________________________________________________ +[ 23541] By: nicholas on 2004/11/25 22:50:15 + Log: Cheat. (Add a leading newline, and so remove all the special + casing for "if we're at the start of $Config_SH") + Branch: perl + ! configpm lib/Config.t +____________________________________________________________________________ +[ 23538] By: nicholas on 2004/11/25 21:37:23 + Log: Add an exists test for the things we loop over + Branch: perl + ! lib/Config.t +____________________________________________________________________________ +[ 23537] By: nicholas on 2004/11/25 21:33:23 + Log: The first entry in the virtual config.sh is special cased. So + test it. + Branch: perl + ! lib/Config.t +____________________________________________________________________________ +[ 23536] By: nicholas on 2004/11/25 21:00:56 + Log: Make $Config{libs_nolargefiles} and + $Config{libswanted_nolargefiles} work. (For the first time) + Branch: perl + ! configpm lib/Config.t +____________________________________________________________________________ +[ 23535] By: nicholas on 2004/11/25 20:10:43 + Log: Test the currently working virtual %Config entries + Branch: perl + ! lib/Config.t +____________________________________________________________________________ +[ 23534] By: rgs on 2004/11/24 16:09:42 + Log: Subject: RC1 pod fix #anchor + From: Stas Bekman + Date: Wed, 24 Nov 2004 10:57:21 -0500 + Message-ID: <41A4AF61.9080408@stason.org> + Branch: perl + ! pod/perlrun.pod +____________________________________________________________________________ +[ 23533] By: rgs on 2004/11/24 16:07:38 + Log: Subject: [patch pod/perlipc] use POSIX; w/o () is a bad idea + From: Stas Bekman + Date: Wed, 24 Nov 2004 11:25:14 -0500 + Message-ID: <41A4B5EA.3020804@stason.org> + Branch: perl + ! pod/perlipc.pod +____________________________________________________________________________ +[ 23532] By: rgs on 2004/11/24 14:47:31 + Log: Subject: [perl #3242] [PATCH]No error on assignment to $> + From: "Steve Peters via RT" + Date: 21 Nov 2004 04:38:09 -0000 + Message-ID: + Branch: perl + ! pod/perlvar.pod +____________________________________________________________________________ +[ 23531] By: nicholas on 2004/11/24 11:50:28 + Log: Wrap some long lines + Branch: perl + ! lib/Config.t +____________________________________________________________________________ +[ 23528] By: rgs on 2004/11/23 13:35:34 + Log: Fix for bug: [perl #32562] __PACKAGE__ symbol has wrong value + after eval or require + Branch: perl + ! t/comp/package.t toke.c +____________________________________________________________________________ +[ 23527] By: rgs on 2004/11/23 10:20:02 + Log: Subject: Re: [perl #32486] error in documentation for POSIX::pipe + From: Michael G Schwern + Date: Fri, 19 Nov 2004 14:28:56 -0500 + Message-ID: <20041119192856.GA4769@windhund.schwern.org> + Branch: perl + ! ext/POSIX/POSIX.pod +____________________________________________________________________________ +[ 23526] By: rgs on 2004/11/23 09:26:03 + Log: Subject: [perl #3422] [PATCH] CHECK routine called after syntax error + From: "Steve Peters via RT" + Date: 23 Nov 2004 00:04:24 -0000 + Message-ID: + Branch: perl + ! ext/B/B/Deparse.pm +____________________________________________________________________________ +[ 23525] By: rgs on 2004/11/23 09:09:57 + Log: Subject: [PATCH] warnings.t portability tweaks + From: "Craig A. Berry" + Date: Sat, 20 Nov 2004 10:29:47 -0600 + Message-ID: <419F70FB.7000100@mac.com> + Branch: perl + ! t/lib/warnings/9uninit t/lib/warnings/perlio +____________________________________________________________________________ +[ 23523] By: nicholas on 2004/11/20 22:17:18 + Log: Assimilate Test-Simple 0.50 + Branch: perl + + lib/Test/Simple/TODO lib/Test/Simple/t/00signature.t + + lib/Test/Simple/t/00test_harness_check.t + + lib/Test/Simple/t/eq_set.t lib/Test/Simple/t/extra_one.t + + lib/Test/Simple/t/fail_one.t + + lib/Test/Simple/t/harness_active.t lib/Test/Simple/t/no_diag.t + + lib/Test/Simple/t/overload.t lib/Test/Simple/t/reset.t + + lib/Test/Simple/t/thread_taint.t t/lib/NoExporter.pm + ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm + ! lib/Test/Simple.pm lib/Test/Simple/Changes + ! lib/Test/Simple/README lib/Test/Simple/t/More.t + ! lib/Test/Simple/t/diag.t lib/Test/Simple/t/extra.t + ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t + ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/has_plan2.t + ! lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/missing.t + ! lib/Test/Simple/t/output.t lib/Test/Simple/t/plan_is_noplan.t + ! lib/Test/Simple/t/plan_no_plan.t lib/Test/Simple/t/threads.t + ! lib/Test/Simple/t/todo.t lib/Test/Simple/t/use_ok.t + ! lib/Test/Tutorial.pod t/lib/Test/Simple/Catch.pm + ! t/lib/TieOut.pm +____________________________________________________________________________ +[ 23520] By: nicholas on 2004/11/20 14:21:28 + Log: genuine possible buffer problems spotted by flawfinder + Branch: perl + ! regcomp.c util.c +____________________________________________________________________________ +[ 23519] By: rgs on 2004/11/19 14:48:35 + Log: Make "err" a weak keyword; + that is, it will be overriden by any sub named "err", except when + really an operator is expected at this point. ([perl #32347]) + Branch: perl + ! t/op/dor.t toke.c +____________________________________________________________________________ +[ 23518] By: rgs on 2004/11/19 09:22:33 + Log: Subject: [perl #32486] error in documentation for POSIX::pipe + From: chris@ex-parrot.com (via RT) + Date: 18 Nov 2004 18:09:54 -0000 + Message-ID: + Branch: perl + ! ext/POSIX/POSIX.pod +____________________________________________________________________________ +[ 23517] By: nicholas on 2004/11/18 23:32:20 + Log: Bump version number + Branch: perl + ! lib/ExtUtils/Constant.pm +____________________________________________________________________________ +[ 23516] By: rgs on 2004/11/18 22:06:21 + Log: Remaining nit in the deparsing of reversed foreach loops + Branch: perl + ! ext/B/B/Deparse.pm ext/B/t/deparse.t +____________________________________________________________________________ +[ 23514] By: rgs on 2004/11/18 18:01:52 + Log: Fix deparsing of reversed foreach loops, + plus a bug in the previous commit + Branch: perl + ! ext/B/B/Deparse.pm ext/B/t/deparse.t +____________________________________________________________________________ +[ 23513] By: rgs on 2004/11/18 17:25:19 + Log: Fix deparsing of reversed sort and descending sorts, + due to the recent optimisations on this part of the optree. + Branch: perl + ! ext/B/B/Deparse.pm ext/B/t/deparse.t +____________________________________________________________________________ +[ 23510] By: rgs on 2004/11/17 10:41:56 + Log: Subject: [perl #28929] File::Find follow_fast => 1 loses dangling symlink + From: "Steve Peters via RT" + Date: 12 Nov 2004 02:47:36 -0000 + Message-ID: + Branch: perl + ! lib/File/Find.pm lib/File/Find/t/find.t +____________________________________________________________________________ +[ 23509] By: rgs on 2004/11/17 10:22:52 + Log: PerlFAQ sync. + Branch: perl + ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq6.pod + ! pod/perlfaq7.pod +____________________________________________________________________________ +[ 23508] By: rgs on 2004/11/17 10:14:58 + Log: Fix a couple of typos. + Branch: perl + ! hv.c utf8.c +____________________________________________________________________________ +[ 23507] By: rgs on 2004/11/17 10:11:20 + Log: Subject: SuSE's perl safe_putenf diff + From: Michael Schroeder + Date: Thu, 11 Nov 2004 15:54:43 +0100 + Message-ID: <20041111145443.GA1854@immd4.informatik.uni-erlangen.de> + + slightly reworked to make the PL_use_safe_putenv variable fit in + the current framework. This patch turns on the use of safe putenv + for any application that embeds a perl interpreter. + Branch: perl + ! embedvar.h mg.c miniperlmain.c perl.c perlapi.h perlvars.h + ! util.c +____________________________________________________________________________ +[ 23506] By: rgs on 2004/11/17 08:57:17 + Log: Subject: [PATCH] perl5db.pl POD cleanup + From: Autrijus Tang + Date: Fri, 12 Nov 2004 12:41:33 +0800 + Message-ID: <20041112044133.GA92924@aut.dyndns.org> + Branch: perl + ! lib/perl5db.pl +____________________________________________________________________________ +[ 23505] By: rgs on 2004/11/17 08:31:39 + Log: Subject: [PATCH 5.8.x] Allow more tries for t/op/time.t test 2. + From: Andy Dougherty + Date: Tue, 16 Nov 2004 12:11:00 -0500 (EST) + Message-ID: + Branch: perl + ! t/op/time.t +____________________________________________________________________________ +[ 23501] By: steveh on 2004/11/16 10:55:20 + Log: Make all scripts run by regen.pl write output with UNIX style EOL's. + + (autodoc.pl was already done by change 23371.) + Branch: perl + ! bytecode.pl embed.pl keywords.pl opcode.pl regcomp.pl + ! warnings.pl +____________________________________________________________________________ +[ 23500] By: merijn on 2004/11/16 10:49:35 + Log: Subject: [PATCH] s/hierachy/hierarchy/ + Date: Mon, 15 Nov 2004 15:59:14 -0700 + From: "Larry Shatzer Jr." + Message-ID: <20041115225913.GA22373@zippy.zyx.net> + Branch: perl + ! ext/B/B.pm ext/Time/HiRes/Makefile.PL perlio.h +____________________________________________________________________________ +[ 23499] By: steveh on 2004/11/16 09:42:50 + Log: Fix Win32 breakage caused by changes to op.c in change 23433. + + Also limit the scope of the locks in a couple of places, as suggested + by Hugo in http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2004-11/msg00286.html. + Branch: perl + ! embed.fnc embed.h global.sym op.c op.h proto.h regcomp.c +____________________________________________________________________________ +[ 23498] By: merijn on 2004/11/14 07:02:20 + Log: Subject: [PATCH] Add the minitest target to vms buildsystem + From: Abe Timmerman + Date: Sun, 14 Nov 2004 00:48:17 +0100 + Message-Id: <200411140048.17035.abe@ztreet.demon.nl> + Branch: perl + ! vms/descrip_mms.template vms/test.com +____________________________________________________________________________ +[ 23497] By: rgs on 2004/11/12 21:11:48 + Log: Subject: [perl #32400] Unnecessary warning from constant.pm + From: Anno Siegel (via RT) + Date: 10 Nov 2004 18:30:38 -0000 + Message-ID: + Branch: perl + ! lib/constant.pm lib/constant.t +____________________________________________________________________________ +[ 23496] By: merijn on 2004/11/12 20:47:19 + Log: Subject: [perl #32419] Spelling fixes for perl@23492 + Date: 12 Nov 2004 16:14:49 -0000 + From: Richard Soderberg (via RT) + Message-ID: + Branch: perl + ! pod/perl573delta.pod pod/perl58delta.pod pod/perl590delta.pod + ! pod/perl591delta.pod pod/perl592delta.pod pod/perlapi.pod + ! pod/perlapio.pod pod/perldata.pod pod/perldebtut.pod + ! pod/perlipc.pod pod/perlport.pod pod/perlre.pod + ! pod/perlretut.pod pod/perlrun.pod pod/perlsub.pod + ! pod/perlthrtut.pod pod/perltodo.pod pod/perltooc.pod +____________________________________________________________________________ +[ 23495] By: merijn on 2004/11/12 20:26:17 + Log: Subject: [PATCH] Small documentation fix to ExtUtils::Constant + Date: Fri, 12 Nov 2004 11:15:47 -0600 + From: steve@fisharerojo.org + Message-ID: <20041112171547.GA8011@kirk.dsl-verizon.net> + Branch: perl + ! lib/ExtUtils/Constant.pm +____________________________________________________________________________ +[ 23494] By: davem on 2004/11/12 18:59:06 + Log: Add some descriptive text from Larry to op.c on how optrees are built + Branch: perl + ! op.c +____________________________________________________________________________ +[ 23492] By: rgs on 2004/11/10 09:32:39 + Log: Replace a skip by a todo. + Subject: Re: [PATCH] Re: [perl #32272] Not OK: perl v5.8.5 +MAINT23414 on cygwin-thread-multi-64int 1.5.12s(0.11642) (UNINSTALLED) + From: Yitzchak Scott-Thoennes + Date: Wed, 10 Nov 2004 01:30:14 -0800 + Message-ID: <20041110093014.GA1676@efn.org> + Branch: perl + ! t/io/tell.t +____________________________________________________________________________ +[ 23491] By: rgs on 2004/11/10 07:40:31 + Log: Subject: [PATCH] Re: [perl #32272] Not OK: perl v5.8.5 +MAINT23414 on cygwin-thread-multi-64int 1.5.12s(0.11642) (UNINSTALLED) + From: Yitzchak Scott-Thoennes + Date: Tue, 9 Nov 2004 17:40:13 -0800 + Message-ID: <20041110014012.GA2796@efn.org> + Branch: perl + ! t/io/tell.t +____________________________________________________________________________ +[ 23490] By: rgs on 2004/11/09 18:17:07 + Log: Adjust test count for non-windows machines + Branch: perl + ! ext/IO/t/io_file.t +____________________________________________________________________________ +[ 23489] By: merijn on 2004/11/09 17:53:53 + Log: Subject: [PATCH] fix IO::File to support binmode + From: "Jos I. Boumans" + Date: Tue, 9 Nov 2004 16:59:27 +0100 + Message-Id: <559E356E-3268-11D9-A2E6-000A95EF62E2@dwim.org> + Branch: perl + + ext/IO/t/io_file.t + ! MANIFEST ext/IO/lib/IO/File.pm +____________________________________________________________________________ +[ 23487] By: nicholas on 2004/11/08 20:27:42 + Log: No more late changes, dammit + Branch: perl + ! ext/B/t/optree_concise.t +____________________________________________________________________________ +[ 23485] By: rgs on 2004/11/08 08:38:03 + Log: Subject: Re: optree tests and VMS progress (no really) + From: Yitzchak Scott-Thoennes + Date: Sun, 7 Nov 2004 23:24:15 -0800 + Message-ID: <20041108072415.GA3928@efn.org> + Branch: perl + ! ext/B/t/OptreeCheck.pm +____________________________________________________________________________ +[ 23482] By: davem on 2004/11/06 11:59:16 + Log: document regcomp.c/regexec.c's dual life under ext/re/ + Branch: perl + ! regcomp.c regexec.c +____________________________________________________________________________ +[ 23481] By: nicholas on 2004/11/06 08:48:50 + Log: Subject: Re: optree tests and VMS progress (no really) + From: Jim Cromie + Message-ID: + Date: Sat, 6 Nov 2004 00:57:13 -0700 + Branch: perl + ! ext/B/t/OptreeCheck.pm ext/B/t/optree_check.t + ! ext/B/t/optree_concise.t +____________________________________________________________________________ +[ 23475] By: merijn on 2004/11/05 14:16:27 + Log: Subject: Re: Buidling stable.tar.gz on Unix as non-root [PATCH] + Date: Fri, 5 Nov 2004 10:36:57 -0500 (EST) + From: Andy Dougherty + Message-ID: + Branch: perl + ! INSTALL +____________________________________________________________________________ +[ 23474] By: merijn on 2004/11/05 13:07:16 + Log: Skip failing thread/wait tests on HP-UX 10.20 + These will never ever be fixed, since 10.20 is obsolete + perl583delta describes this. The quote is included in wait.t + Branch: perl + ! ext/threads/shared/t/wait.t +____________________________________________________________________________ +[ 23473] By: rgs on 2004/11/05 08:47:44 + Log: Subject: [perl #32327] Benchmark calls coderef with spurious arguments + From: Anno Siegel (via RT) + Date: 4 Nov 2004 20:12:36 -0000 + Message-ID: + Branch: perl + ! lib/Benchmark.pm lib/Benchmark.t +____________________________________________________________________________ +[ 23471] By: rgs on 2004/11/04 09:26:56 + Log: Subject: [PATCH blead] [perl #3038] Re: $qr = qr/^a$/m; $x =~ $qr; fails + From: Rick Delaney + Date: Sun, 31 Oct 2004 22:40:40 -0500 + Message-ID: <20041101034040.GC1232@biff.bort.ca> + Branch: perl + + t/op/regexp_qr.t + ! MANIFEST pp.c pp_hot.c regexec.c t/op/regexp.t +____________________________________________________________________________ +[ 23470] By: rgs on 2004/11/04 08:25:34 + Log: Subject: Re: [PATCH perl-current] Re: [perl #31793] Data::Dumper: Useqq interacts badly with overloading + From: Rick Delaney + Date: Wed, 3 Nov 2004 19:46:16 -0500 + Message-ID: <20041104004616.GA11214@biff.bort.ca> + Branch: perl + ! lib/overload.pm lib/overload.t +____________________________________________________________________________ +[ 23469] By: rgs on 2004/11/03 11:54:28 + Log: Mostly revert change #23347 (keep the test suite, fixed), + having decided that it wasn't a correct fix for bug #31793. + Branch: perl + ! lib/overload.pm lib/overload.t +____________________________________________________________________________ +[ 23468] By: rgs on 2004/11/03 07:39:04 + Log: Subject: Re: [perl #30633] Perl's "do" operator with a variety of absolute paths under Cygwin + From: Yitzchak Scott-Thoennes + Date: Tue, 2 Nov 2004 17:24:29 -0800 + Message-ID: <20041103012429.GA7196@efn.org> + Branch: perl + ! util.h +____________________________________________________________________________ +[ 23467] By: rgs on 2004/11/03 06:38:38 + Log: Subject: [PATCH configure.com] Re: [PATCH] Detecting strlcat() and strlcpy() in Configure + From: "Craig A. Berry" + Date: Tue, 02 Nov 2004 20:02:04 -0600 + Message-ID: <41883C1C.3080108@mac.com> + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 23466] By: rgs on 2004/11/02 12:33:57 + Log: FAQ sync + Branch: perl + ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod + ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod + ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod + ! pod/perlfaq9.pod +____________________________________________________________________________ +[ 23465] By: rgs on 2004/11/02 08:18:15 + Log: Reformulate an error + (so the error message given by "perl -M" is a bit more + meaningful, as Jarkko pointed out) + Branch: perl + ! perl.c pod/perldiag.pod +____________________________________________________________________________ +[ 23457] By: merijn on 2004/11/01 13:26:43 + Log: New Glossary and samples for blead + Glossary now is in line with recent changes to config_h.SH + Branch: perl + ! Porting/Glossary Porting/config.sh Porting/config_H +____________________________________________________________________________ +[ 23455] By: merijn on 2004/11/01 12:51:52 + Log: Since strlcat/strlcpy are not argument/return value compatible + with strncat/strncpy, replace the misleading defines with comment + Branch: perl + ! handy.h +____________________________________________________________________________ +[ 23450] By: merijn on 2004/10/31 16:33:17 + Log: The next step in strlcat ()/ strcpy () detection and usage + preparation. Change to handy.h eeded for config_h.SH + Branch: perl + ! config_h.SH handy.h +____________________________________________________________________________ +[ 23448] By: nicholas on 2004/10/31 14:37:46 + Log: Make TEST and harness skip tests for extensions that were not + configured. Currently this skipping is silent - maybe they should + report what they are skipping. + Branch: perl + ! t/TEST t/harness +____________________________________________________________________________ +[ 23446] By: nicholas on 2004/10/31 13:02:01 + Log: Subject: [patches] optree_* tests unexpectedly succeeding. + maint-only patch + From: Jim Cromie + Message-ID: + Date: Mon, 25 Oct 2004 16:36:40 -0600 + Branch: perl + ! ext/B/t/optree_check.t ext/B/t/optree_varinit.t +____________________________________________________________________________ +[ 23445] By: nicholas on 2004/10/31 12:24:09 + Log: Set the IV values for PL_sv_yes and PL_sv_no at initialisation time. + Branch: perl + ! perl.c sv.c +____________________________________________________________________________ +[ 23444] By: nicholas on 2004/10/31 11:20:27 + Log: Skip tests if Devel::Peek not built + Branch: perl + ! ext/threads/shared/t/sv_refs.t ext/threads/t/end.t + ! ext/threads/t/join.t lib/base/t/fields-base.t +____________________________________________________________________________ +[ 23443] By: nicholas on 2004/10/31 11:19:47 + Log: Assimilate PathTools 3.01 (File::Spec and Cwd) + Branch: perl + ! ext/Cwd/t/cwd.t lib/Cwd.pm lib/File/Spec.pm + ! lib/File/Spec/VMS.pm +____________________________________________________________________________ +[ 23442] By: nicholas on 2004/10/31 11:07:57 + Log: Oops. Forgot to add the new test in I18N::LangTags 0.35 + Branch: perl + + lib/I18N/LangTags/t/20_locales.t +____________________________________________________________________________ +[ 23441] By: nicholas on 2004/10/31 10:41:17 + Log: Correct change 23437 - as Config isn't imported, need to use a fully + qualified package + Branch: perl + ! ext/B/t/f_map.t ext/B/t/f_sort.t ext/B/t/optree_check.t + ! ext/B/t/optree_concise.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 +____________________________________________________________________________ +[ 23440] By: nicholas on 2004/10/31 10:40:11 + Log: Assimilate I18N::LangTags 0.35 + Branch: perl + ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog + ! lib/I18N/LangTags/List.pm lib/I18N/LangTags/README +____________________________________________________________________________ +[ 23439] By: nicholas on 2004/10/31 08:17:57 + Log: Subject: [PATCH] Temporary fix for usemallocwrap problems on IRIX (was Re: usemallocwrap problems on IRIX (was Re: Problem and question)) + Date: Sun, 31 Oct 2004 04:01:42 -0500 + From: Ed Allen Smith + Message-Id: + Branch: perl + ! hints/irix_6.sh +____________________________________________________________________________ +[ 23438] By: davem on 2004/10/30 23:25:37 + Log: Using foreach on threads::shared array crashes perl + The FETCH code for shared aggregate elements could leak a shared RV + address into a private SV. RVs are now handled specially, in the + same way that they already were for scalar shared magic. + Branch: perl + ! ext/threads/shared/shared.xs +____________________________________________________________________________ +[ 23437] By: nicholas on 2004/10/30 22:49:18 + Log: Skip tests that require Data::Dumper if it is not built + Branch: perl + ! ext/B/t/f_map.t ext/B/t/f_sort.t ext/B/t/optree_check.t + ! ext/B/t/optree_concise.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 lib/ExtUtils/t/Liblist.t + ! lib/ExtUtils/t/prereq_print.t +____________________________________________________________________________ +[ 23436] By: merijn on 2004/10/30 16:11:15 + Log: Promote #23435 (strlcat ()/strlcpy ()) to non-standard OS's + Branch: perl + ! NetWare/config_H.wc Porting/config_H plan9/config_h.sample + ! win32/config_H.bc win32/config_H.gc win32/config_H.vc + ! win32/config_H.vc64 wince/config_H.ce +____________________________________________________________________________ +[ 23435] By: merijn on 2004/10/30 15:54:48 + Log: Added probes for strlcat () and strlcpy () to Configure + Re-ordered config_h.SH + Branch: perl + ! Configure Makefile.SH config_h.SH +____________________________________________________________________________ +[ 23433] By: davem on 2004/10/29 21:04:17 + Log: Threading crash with closures + various OpREFCNT_inc() operations weren't doing locking + Branch: perl + ! pad.c regcomp.c sv.c +____________________________________________________________________________ +[ 23432] By: steveh on 2004/10/29 14:12:02 + Log: Document sv_magic() changes brought about by sv_magicext() + + Change 14335 made sv_magic() a wrapper to a new sv_magicext(), + but didn't update the documentation for sv_magic() to reflect + the changed handling of the name/namlen arguments. + + Also correct a couple of typos, and mention sv_magicext() in + perlguts. + Branch: perl + ! pod/perlapi.pod pod/perlguts.pod sv.c +____________________________________________________________________________ +[ 23431] By: merijn on 2004/10/29 13:56:03 + Log: Subject: [PATCH] 36 additional tests for B + From: Steve Peters + Date: Fri, 29 Oct 2004 00:53:22 -0500 + Message-Id: <200410290053.22947.steve@fisharerojo.org> + Branch: perl + ! ext/B/t/b.t +____________________________________________________________________________ +[ 23426] By: davem on 2004/10/27 22:50:57 + Log: include flags and refcount in the list of leaked scalars + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 23425] By: ams on 2004/10/27 11:27:27 + Log: Subject: [PATCH] lib/Carp.t improvements + From: "Craig A. Berry" + Date: Tue, 26 Oct 2004 23:32:25 -0500 + Message-Id: <417F24D9.1000904@mac.com> + Branch: perl + ! lib/Carp.t +____________________________________________________________________________ +[ 23424] By: rgs on 2004/10/25 15:31:21 + Log: Fix [perl #32130] Errno.pm must not pass references to "prototype" + Branch: perl + ! ext/Errno/Errno_pm.PL ext/Errno/t/Errno.t +____________________________________________________________________________ +[ 23423] By: rgs on 2004/10/25 15:09:27 + Log: Small updates to the web addresses for Perl, noticed by Robert Spier + Branch: perl + ! pod/perl.pod pod/perlfaq2.pod +____________________________________________________________________________ +[ 23422] By: rgs on 2004/10/25 14:56:37 + Log: Subject: [perl #30227] [PATCH]splain vs. -w + From: "Steve Peters via RT" + Date: 23 Oct 2004 13:55:41 -0000 + Message-ID: + Branch: perl + ! lib/diagnostics.pm +____________________________________________________________________________ +[ 23421] By: rgs on 2004/10/25 07:29:50 + Log: Upgrade to Encode 2.08. + Branch: perl + ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs + ! ext/Encode/META.yml ext/Encode/Unicode/Unicode.pm + ! ext/Encode/Unicode/Unicode.xs + ! ext/Encode/lib/Encode/Encoding.pm +____________________________________________________________________________ +[ 23420] By: mhx on 2004/10/24 07:53:45 + Log: Subject: Re: [perl #31937] perlop: add basic =~ examples + From: Steve Peters + Date: Sat, 23 Oct 2004 08:01:51 -0500 + Message-Id: <200410230801.51649.steve@fisharerojo.org> + Branch: perl + ! pod/perlop.pod +____________________________________________________________________________ +[ 23419] By: mhx on 2004/10/23 23:39:18 + Log: Subject: [PATCH] Re: Devel::Peek: hash quality 125%? + From: Tels + Date: Sat, 23 Oct 2004 16:56:31 +0200 + Message-Id: <200410231656.40995@bloodgate.com> + Branch: perl + ! ext/Devel/Peek/Changes ext/Devel/Peek/Peek.pm +____________________________________________________________________________ +[ 23418] By: davem on 2004/10/23 21:50:19 + Log: Chained goto &sub drops data too early. + + Change 22373 to stop a memory leak in goto &foo intead caused + the elements of @_ to be freed too early. This revised fix + just transfers the reifiedness of the old @_ to the new @_ + Branch: perl + ! pp_ctl.c t/op/goto.t +____________________________________________________________________________ +[ 23417] By: rgs on 2004/10/23 19:58:07 + Log: Upgrade to Encode 2.07 + Branch: perl + ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm + ! ext/Encode/Encode.xs ext/Encode/META.yml + ! ext/Encode/Unicode/Unicode.pm ext/Encode/encoding.pm + ! ext/Encode/lib/Encode/Encoding.pm ext/Encode/t/Encode.t + ! ext/Encode/t/fallback.t ext/Encode/ucm/macArabic.ucm + ! ext/Encode/ucm/macCentEuro.ucm ext/Encode/ucm/macChinsimp.ucm + ! ext/Encode/ucm/macChintrad.ucm ext/Encode/ucm/macDingbats.ucm + ! ext/Encode/ucm/macGreek.ucm ext/Encode/ucm/macKorean.ucm + ! ext/Encode/ucm/macROMnn.ucm ext/Encode/ucm/macSymbol.ucm + ! ext/Encode/ucm/macThai.ucm +____________________________________________________________________________ +[ 23416] By: nicholas on 2004/10/23 17:15:46 + Log: Subject: [PATCH] ext/IO/IO.xs: fix blocking on sparc linux + Message-ID: <20041022033033.GA12362@londo.c47.org> + From: Brendan O'Dea + Date: Fri, 22 Oct 2004 13:30:33 +1000 + Branch: perl + ! ext/IO/IO.xs +____________________________________________________________________________ +[ 23410] By: rgs on 2004/10/21 15:51:32 + Log: Subject: docpatch for perltie.pod + From: David Cantrell + Date: Thu, 21 Oct 2004 12:21:52 +0100 + Message-ID: <20041021112151.GA22862@bytemark.barnyard.co.uk> + Branch: perl + ! pod/perltie.pod +____________________________________________________________________________ +[ 23396] By: ams on 2004/10/21 01:36:49 + Log: Subject: [PATCH] Math::BigInt v1.73 final + From: Tels + Date: Wed, 20 Oct 2004 21:06:40 +0200 + Message-Id: <200410202106.41840@bloodgate.com> + + Subject: [PATCH] Math::BigRat v0.13 (pre-release) + From: Tels + Date: Wed, 20 Oct 2004 22:03:55 +0200 + Message-Id: <200410202203.56063@bloodgate.com> + Branch: perl + ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/Math/BigRat.pm + ! lib/Math/BigRat/t/big_ap.t lib/Math/BigRat/t/bigrat.t + ! lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t + ! lib/Math/BigRat/t/bigratup.t +____________________________________________________________________________ +[ 23395] By: nicholas on 2004/10/20 22:39:36 + Log: Need to skip optree walking tests if perlio not built + Branch: perl + ! ext/B/t/f_map.t ext/B/t/f_sort.t +____________________________________________________________________________ +[ 23394] By: rgs on 2004/10/20 07:42:34 + Log: Remove opmini.c when cleaning up. + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 23393] By: rgs on 2004/10/20 07:36:45 + Log: Ensure that PVA.pl returns a true value. + Branch: perl + ! lib/unicore/mktables +____________________________________________________________________________ +[ 23392] By: ams on 2004/10/20 06:19:03 + Log: Subject: [PATCH perl.c pod/perl.pod pod/perlfaq2.pod] + Rephrase "Perl Home Page" References + From: chromatic + Date: Tue, 19 Oct 2004 22:52:19 -0700 + Message-Id: <1098251539.20976.53.camel@localhost> + Branch: perl + ! AUTHORS perl.c pod/perl.pod pod/perlfaq2.pod +____________________________________________________________________________ +[ 23384] By: rgs on 2004/10/19 13:17:01 + Log: Upgrade to Encode 2.05 + Branch: perl + ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/META.yml + ! ext/Encode/encoding.pm +____________________________________________________________________________ +[ 23383] By: rgs on 2004/10/19 11:38:37 + Log: More Data::Dumper docs nits, fix the previous one, + suggested by Yves Orton. + Branch: perl + ! ext/Data/Dumper/Dumper.pm +____________________________________________________________________________ +[ 23382] By: rgs on 2004/10/19 11:21:55 + Log: Subject: [PATCH] perlfaq2.pod (add a book) + From: + Date: Tue, 19 Oct 2004 07:29:31 +0200 + Message-ID: + Branch: perl + ! pod/perlfaq2.pod +____________________________________________________________________________ +[ 23381] By: mhx on 2004/10/19 03:51:59 + Log: Re-apply the encoding.pm part of: + + Subject: [PATCH] encoding and open pragmas + From: Jarkko Hietaniemi + Date: Mon, 16 Aug 2004 22:27:00 +0300 + Message-ID: <41210A84.6060506@iki.fi> + Branch: perl + ! ext/Encode/encoding.pm +____________________________________________________________________________ +[ 23380] By: mhx on 2004/10/18 21:00:26 + Log: Upgrade to Encode 2.04. + Branch: perl + ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm + ! ext/Encode/JP/JP.pm ext/Encode/META.yml ext/Encode/Makefile.PL + ! ext/Encode/bin/piconv ext/Encode/bin/ucmsort + ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm + ! ext/Encode/lib/Encode/Supported.pod + ! ext/Encode/ucm/big5-hkscs.ucm +____________________________________________________________________________ +[ 23379] By: mhx on 2004/10/18 15:44:05 + Log: Fix a typo. + Branch: perl + ! utils/c2ph.PL +____________________________________________________________________________ +[ 23378] By: rgs on 2004/10/18 11:25:20 + Log: Add a missing warning categorisation in perldiag. + Branch: perl + ! pod/perldiag.pod +____________________________________________________________________________ +[ 23377] By: ams on 2004/10/16 23:52:18 + Log: Subject: [PATCH] test_harness tweak for VMS + From: "Craig A. Berry" + Date: Sat, 16 Oct 2004 12:15:02 -0500 + Message-Id: <41715716.5000108@mac.com> + Branch: perl + ! vms/descrip_mms.template vms/test.com +____________________________________________________________________________ +[ 23376] By: nicholas on 2004/10/16 18:16:12 + Log: Merge code from vdie and vcroak into S_vdie_croak_common + Branch: perl + ! util.c +____________________________________________________________________________ +[ 23375] By: nicholas on 2004/10/16 14:39:48 + Log: Merge the common code from Perl_vdie and Perl_vwarner into a + S_vdie_common + Branch: perl + ! util.c +____________________________________________________________________________ +[ 23374] By: nicholas on 2004/10/16 12:57:39 + Log: The second half of Perl_vwarner is actually a straight cut&paste job + from Perl_vwarn, so convert it into a (tail) call to Perl_vwarn. + cut&paste is bad, m'kay. + Branch: perl + ! util.c +____________________________________________________________________________ +[ 23373] By: nicholas on 2004/10/15 17:11:08 + Log: Implement sv_svset _nosteal variants by passing a flag into + sv_set_flags rather than messing with the SvTEMP() flag on either + side of the call. + Branch: perl + ! sv.c sv.h +____________________________________________________________________________ +[ 23372] By: rgs on 2004/10/15 14:09:54 + Log: Implement a new -dt command-line flag, to enable threads under the + debugger (bug #31666). + + Subject: RE: [PATCH] debugger handles threads [perl #31666] + From: + Date: Wed, 13 Oct 2004 13:01:18 +0200 + Message-ID: + + Subject: Re: [PATCH] debugger handles threads [perl #31666] + From: Yitzchak Scott-Thoennes + Date: Wed, 13 Oct 2004 02:49:58 -0700 + Message-ID: <20041013094957.GA17184@efn.org> + Branch: perl + ! lib/perl5db.pl perl.c pod/perlrun.pod +____________________________________________________________________________ +[ 23371] By: steveh on 2004/10/15 12:54:29 + Log: Make autodoc.pl write its output with UNIX style EOL's. + + This saves the Win32 committer(s?) having to dos2unix the files + before committing. Maybe Perforce's "LineEnd: share" suffices + anyway, but there's no harm in playing safe. + Branch: perl + ! autodoc.pl +____________________________________________________________________________ +[ 23370] By: nicholas on 2004/10/15 11:01:18 + Log: Include opmini.c in the dependency generation. + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 23369] By: rgs on 2004/10/15 10:20:16 + Log: Doc nit to Data::Dumper, suggested by Peter Kay. + Branch: perl + ! ext/Data/Dumper/Dumper.pm +____________________________________________________________________________ +[ 23368] By: steveh on 2004/10/15 10:12:31 + Log: Document sv_vcatpvf, sv_vsetpvf, sv_vcatpvf_mg and sv_vsetpvf_mg. + + These are already in the API supported by Devel::PPPort, and are + often more useful than sv_vcatpvfn and sv_vsetpvfn which were + already documented. + Branch: perl + ! embed.fnc pod/perlapi.pod sv.c +____________________________________________________________________________ +[ 23367] By: mhx on 2004/10/14 18:00:04 + Log: Subject: [PATCH] Re: [NOT OK] 23353 OpenVMS 7.2 VAX + From: "Craig A. Berry" + Date: Thu, 14 Oct 2004 10:09:41 -0500 + Message-ID: <416E96B5.5020100@mac.com> + Branch: perl + ! ext/Devel/PPPort/parts/inc/ppphtest + ! ext/Devel/PPPort/t/ppphtest.t +____________________________________________________________________________ +[ 23366] By: rgs on 2004/10/14 15:50:49 + Log: Subject: AW: [perl #31864] IO::Poll - undef fd not checked in mask() + From: "Dintelmann, Peter" + Date: Mon, 11 Oct 2004 09:54:15 +0200 + Message-ID: <8FD9B6A658383E468B55D364D1A9951601857331@ffz00zm6.ffz00e.mail.dresdner.net> + Branch: perl + ! ext/IO/lib/IO/Poll.pm +____________________________________________________________________________ +[ 23365] By: rgs on 2004/10/14 14:58:21 + Log: Fix [perl #31971] local $^D gives noise + Branch: perl + ! embed.fnc embed.h mg.c perl.c proto.h +____________________________________________________________________________ +[ 23364] By: rgs on 2004/10/14 14:25:29 + Log: A few fixes in the list of -D debugging flags + Branch: perl + ! perl.c pod/perlrun.pod +____________________________________________________________________________ +[ 23363] By: rgs on 2004/10/14 14:01:50 + Log: Subject: [PATCH@23361] RE: [PATCH-for-23358] enable statically linked exte nsions for Win32 + From: "Konovalov, Vadim" + Date: Wed, 13 Oct 2004 09:45:31 +0400 + Message-ID: <7DD1BE2C50259746ABB8683672D2089E08133C@itotest-1.spb.lucent.com> + Branch: perl + ! win32/buildext.pl win32/makefile.mk +____________________________________________________________________________ +[ 23362] By: rgs on 2004/10/12 16:49:53 + Log: Minor tweaks for the test.utf16 target, by Jarkko + Branch: perl + ! t/TEST +____________________________________________________________________________ +[ 23361] By: rgs on 2004/10/12 16:07:54 + Log: Subject: [perl #31843] warnings::warn($obj,...) fails when $obj overloads "" + From: kaminsky@math.huji.ac.il (via RT) + Date: 5 Oct 2004 09:52:07 -0000 + Message-ID: + (with tweaks) + Branch: perl + ! lib/warnings.pm warnings.pl +____________________________________________________________________________ +[ 23360] By: rgs on 2004/10/12 13:02:44 + Log: Subject: [PATCH-for-23358] enable statically linked extensions for Win32 + From: Vadim Konovalov + Date: Mon, 11 Oct 2004 22:57:00 +0400 + Message-ID: <80173417046.20041011225700@vkonovalov.ru> + Branch: perl + ! makedef.pl win32/Makefile win32/buildext.pl win32/dl_win32.xs + ! win32/makefile.mk win32/perllib.c win32/sync_ext.pl +____________________________________________________________________________ +[ 23359] By: rgs on 2004/10/12 12:54:27 + Log: Subject: Patch: BigInt v1.73 (pre-release) + From: Tels + Date: Sun, 10 Oct 2004 22:36:03 +0200 + Message-Id: <200410102236.03637@bloodgate.com> + Branch: perl + ! lib/Math/BigFloat.pm lib/Math/BigInt.pm + ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t + ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc + ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.inc + ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/sub_mbf.t + ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.inc + ! lib/Math/BigInt/t/upgrade.t lib/Math/BigInt/t/with_sub.t +____________________________________________________________________________ +[ 23358] By: rgs on 2004/10/11 07:28:34 + Log: Subject: [PATCH] add the 'test_harness' target to vms "makefile" + From: Abe Timmerman + Date: Sat, 9 Oct 2004 18:13:38 +0200 + Message-Id: <200410091813.38673.abe@ztreet.demon.nl> + Branch: perl + ! t/harness vms/descrip_mms.template vms/test.com +____________________________________________________________________________ +[ 23357] By: davem on 2004/10/10 19:18:00 + Log: Turn regcomp into a list op + Branch: perl + ! embed.fnc ext/B/B/Deparse.pm lib/overload.t op.c perly.act + ! perly.h perly.tab perly.y pp_ctl.c proto.h toke.c +____________________________________________________________________________ +[ 23356] By: nicholas on 2004/10/10 15:21:24 + Log: Hack to make -Dusethreads -Uuseithreads -Uuse5005threads pass all tests + Branch: perl + ! ext/B/t/OptreeCheck.pm +____________________________________________________________________________ +[ 23355] By: nicholas on 2004/10/10 15:03:25 + Log: Restore runtime loading of Encode and Encode-related modules, so that + open.pm will work when the Encode extension isn't build. + Branch: perl + ! lib/open.pm +____________________________________________________________________________ +[ 23354] By: merijn on 2004/10/09 12:27:39 + Log: Make AIX 5 + gcc work in 64bitall + Branch: perl + ! hints/aix.sh +____________________________________________________________________________ +[ 23353] By: merijn on 2004/10/08 09:52:59 + Log: A new machine type, some reformatting, some reorganization + and a bit of additional info on Sleepycat's db. + Branch: perl + ! README.hpux +____________________________________________________________________________ +[ 23352] By: rgs on 2004/10/08 08:56:49 + Log: Briefly document the test.utf16 make target. + Branch: perl + ! pod/perlhack.pod +____________________________________________________________________________ +[ 23351] By: rgs on 2004/10/08 08:52:39 + Log: Make the perl interpreter more tolerant of UTF-16-encoded script + (patch by Jarkko Hietaniemi) + Branch: perl + ! Makefile.SH t/TEST toke.c utf8.c +____________________________________________________________________________ +[ 23350] By: rgs on 2004/10/04 16:05:20 + Log: Subject: [perl #31697] [PATCH] B::Showlex::newlex enhancement and pod + From: Jim Cromie (via RT) + Date: 23 Sep 2004 21:45:42 -0000 + Message-ID: + (with doc nits) + Branch: perl + ! ext/B/B/Concise.pm ext/B/B/Showlex.pm ext/B/t/showlex.t +____________________________________________________________________________ +[ 23349] By: rgs on 2004/10/04 15:46:28 + Log: Increment $overload::VERSION after change #23347 + Branch: perl + ! ext/B/B/Concise.pm lib/overload.pm +____________________________________________________________________________ +[ 23348] By: rgs on 2004/10/04 14:00:11 + Log: Subject: [PATCH-for-23341] dynaloader improvements and cleanup + From: Vadim Konovalov + Date: Sun, 3 Oct 2004 22:10:06 +0400 + Message-ID: <138-1837306906.20041003221006@vkonovalov.ru> + Branch: perl + ! ext/DynaLoader/DynaLoader_pm.PL +____________________________________________________________________________ +[ 23347] By: rgs on 2004/10/04 10:57:15 + Log: Subject: [PATCH perl-current] Re: [perl #31793] Data::Dumper: Useqq interacts badly with overloading + From: Rick Delaney + Date: Sat, 2 Oct 2004 01:04:49 -0400 + Message-ID: <20041002050448.GB5059@biff.bort.ca> + Branch: perl + ! lib/overload.pm lib/overload.t +____________________________________________________________________________ +[ 23346] By: rgs on 2004/10/04 10:18:49 + Log: Subject: [PATCH] vms/t/filespec.t tweak + From: "Craig A. Berry" + Date: Fri, 01 Oct 2004 13:18:03 -0500 + Message-ID: <415D9F5B.5040306@mac.com> + Branch: perl + ! vms/ext/filespec.t +____________________________________________________________________________ +[ 23345] By: rgs on 2004/10/04 08:53:04 + Log: More caveats on the non-portability of stat(), suggested by + Stas Bekman. + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 23344] By: nicholas on 2004/10/02 21:49:15 + Log: Perl_sv_recode_to_utf8 shouldn't be returning SvPVX(sv) without + any check on whether it's valid. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 23343] By: merijn on 2004/10/02 11:08:32 + Log: Subject: [PATCH] make t/uni/class.t pass on VMS + From: "Craig A. Berry" + Date: Fri, 01 Oct 2004 12:57:55 -0500 + Message-ID: <415D9AA3.1000908@mac.com> + Branch: perl + ! t/uni/class.t +____________________________________________________________________________ +[ 23342] By: davem on 2004/09/30 20:51:31 + Log: open $1, "file" doesn't raise an exception + Branch: perl + ! pp.c t/io/open.t +____________________________________________________________________________ +[ 23341] By: rgs on 2004/09/30 15:41:40 + Log: Subject: [patch] Sys::Syslog POD - $Sys::Syslog::host + From: "Jay Hannah" + Date: Wed, 15 Sep 2004 14:51:42 -0500 + Message-ID: <002001c49b5d$6d0d79c0$4722000a@omarests2> + Branch: perl + ! ext/Sys/Syslog/Syslog.pm +____________________________________________________________________________ +[ 23340] By: rgs on 2004/09/30 15:12:29 + Log: A fix for [perl #31692] : as PerlIO::scalar accesses directly the + PV of the scalar it reads from, avoid to read it when it's an + undefined PV. + Branch: perl + ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t +____________________________________________________________________________ +[ 23339] By: davem on 2004/09/28 18:05:52 + Log: the improved -DT output of #23325 could print an uninit stack value + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 23338] By: nicholas on 2004/09/28 16:55:08 + Log: Spelling correction spotted by Greg McCarroll + Branch: perl + ! README.epoc +____________________________________________________________________________ +[ 23337] By: rgs on 2004/09/28 15:28:58 + Log: Subject: Patch for perl.c fixing an obscure environment bug + From: Merijn Broeren + Date: Thu, 23 Sep 2004 17:18:17 +0200 + Message-ID: <20040923151817.GA15782@brugman.iloquent.nl> + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 23336] By: rgs on 2004/09/28 08:08:24 + Log: Perl -DT segfaults when parsing a 'use' statement + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 23334] By: rgs on 2004/09/23 07:33:15 + Log: Typo fix. + Subject: [PATCH] Re: Smoke [5.9.2] 23330 FAIL(X) hp-ux 11.11/64 (PA-2.0/64/2 cpu) + From: Rafael Garcia-Suarez + Date: Wed, 22 Sep 2004 11:20:53 +0200 + Message-ID: <20040922112053.686562b6@valis.local> + Branch: perl + ! lib/open.pm +____________________________________________________________________________ +[ 23333] By: rgs on 2004/09/23 07:30:16 + Log: Remove a couple of C<> to avoid confusing double quotes in text + rendering. [perl #31678] + Branch: perl + ! pod/perlop.pod +____________________________________________________________________________ +[ 23332] By: rgs on 2004/09/22 09:08:04 + Log: Document that $ENV{PATH} may not contain relative directories under -T + Branch: perl + ! pod/perldiag.pod pod/perlsec.pod +____________________________________________________________________________ +[ 23331] By: davem on 2004/09/20 22:11:29 + Log: Subject: Re: [perl #31586] utime does not reach expectations [PATCH] + From: LAUN Wolfgang + Date: Fri, 17 Sep 2004 14:01:11 +0200 + Message-Id: + + Clarify the effect of utime when the file isn't owned by the user + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 23330] By: rgs on 2004/09/20 17:20:38 + Log: Upgrade to MIME::Base64 3.05. + Branch: perl + ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Changes + ! ext/MIME/Base64/t/warn.t +____________________________________________________________________________ +[ 23329] By: rgs on 2004/09/20 17:13:20 + Log: Upgrade to Time::HiRes 1.65. + Branch: perl + ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm + ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL + ! ext/Time/HiRes/ppport.h ext/Time/HiRes/t/HiRes.t +____________________________________________________________________________ +[ 23327] By: rgs on 2004/09/20 08:23:58 + Log: Subject: [perl #27576] [PATCH] Pod::Usage -exitvalue => "NOEXIT" requires -output be set (Doc bug) + From: "Steve Peters via RT" + Date: 26 Aug 2004 19:06:52 -0000 + Message-ID: + Branch: perl + ! lib/Pod/Usage.pm +____________________________________________________________________________ +[ 23326] By: rgs on 2004/09/20 08:10:47 + Log: Subject: [PATCH] encoding and open pragmas + From: Jarkko Hietaniemi + Date: Mon, 16 Aug 2004 22:27:00 +0300 + Message-ID: <41210A84.6060506@iki.fi> + + Subject: Re: [PATCH] encoding and open pragmas + From: Jarkko Hietaniemi + Date: Tue, 17 Aug 2004 11:22:58 +0300 (EEST) + Message-Id: <200408170822.i7H8MwUU016793@vipunen.hut.fi> + Branch: perl + ! ext/Encode/encoding.pm lib/open.pm lib/open.t t/io/layers.t +____________________________________________________________________________ +[ 23325] By: davem on 2004/09/19 21:47:18 + Log: improve lexer debugging output (-DT) + Decode yylex() return values, and show lexer state each time + yylex() is called + Branch: perl + ! embed.fnc embed.h proto.h toke.c +____________________________________________________________________________ +[ 23323] By: rgs on 2004/09/15 16:12:42 + Log: The XSUB.h patch from: + + Subject: CPAN Upload: J/JP/JPEACOCK/version-0.42.tar.gz + From: John Peacock + Date: Wed, 18 Aug 2004 08:26:35 -0400 + Message-ID: <41234AFB.1020009@rowman.com> + + Now it will use version object logic for version comparison + when loading XS modules. + Branch: perl + ! XSUB.h +____________________________________________________________________________ +[ 23322] By: rgs on 2004/09/15 15:48:23 + Log: Upgrade to Time::HiRes 1.63. + Note that it includes a ppport.h file. See if the one + previously built in Devel::PPPort can be used instead. + Branch: perl + + ext/Time/HiRes/ppport.h + ! 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 +____________________________________________________________________________ +[ 23321] By: davem on 2004/09/14 21:57:10 + Log: Subject: Re: [perl #31459] Bug in read() + From: Chris Heath + Date: 06 Sep 2004 00:03:12 -0400 + Message-Id: <1094443392.12379.35.camel@linux.heathens.co.nz> + + a read(F) into a UTF8-encoded buffer with an offset off the + end of the buffer, miss-calculated buffer lengths + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 23320] By: davem on 2004/09/12 22:09:51 + Log: Memory leak in nested shared data structures in 5.8.4 + A pop of an item from a shared array ref causes a leak due to + AVf_REAL not having been set after an sv_upgrade(sv, SVt_PVAV). + Make sv_upgrade() set always this flag. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 23319] By: nicholas on 2004/09/10 16:40:17 + Log: Integrate: + [ 23318] + Update the skips for the no perlio case + Branch: perl + !> ext/B/t/optree_check.t ext/B/t/optree_concise.t + !> ext/B/t/showlex.t +____________________________________________________________________________ +[ 23300] By: nicholas on 2004/09/09 15:54:18 + Log: A single version of B that supports 5.8 and 5.10 + Branch: perl + ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm + ! ext/B/ramblings/runtime.porting ext/B/t/lint.t +____________________________________________________________________________ +[ 23283] By: mhx on 2004/09/08 20:33:55 + Log: Subject: [PATCH-5.8.5] lib/bigint.pm tiny typo fix + From: "Konovalov, Vadim" + Date: Mon, 6 Sep 2004 11:09:51 +0400 + Message-ID: <7DD1BE2C50259746ABB8683672D2089E081132@itotest-1.spb.lucent.com> + Branch: perl + ! lib/bigint.pm +____________________________________________________________________________ +[ 23282] By: mhx on 2004/09/08 20:19:18 + Log: Upgrade to Devel::PPPort 3.03. + Branch: perl + ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml + ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort.xs + ! ext/Devel/PPPort/PPPort_pm.PL + ! ext/Devel/PPPort/parts/inc/MY_CXT ext/Devel/PPPort/t/MY_CXT.t +____________________________________________________________________________ +[ 23281] By: davem on 2004/09/08 19:42:15 + Log: Subject: [perl #21553] Re: Solaris Perl (fwd) + From: Andy Dougherty + Date: Wed, 8 Sep 2004 11:32:26 -0400 (EDT) + Message-Id: + Clarify whether it's safe to replace the perl bundled with Solaris + Branch: perl + ! README.solaris +____________________________________________________________________________ +[ 23280] By: mhx on 2004/09/08 19:18:06 + Log: Upgrade to Devel::PPPort 3.02. + Branch: perl + ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml + ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort_pm.PL + ! ext/Devel/PPPort/devel/scanprov ext/Devel/PPPort/mktests.PL + ! ext/Devel/PPPort/parts/base/5004050 + ! ext/Devel/PPPort/parts/base/5005000 + ! ext/Devel/PPPort/parts/base/5006000 + ! ext/Devel/PPPort/parts/base/5008001 + ! ext/Devel/PPPort/parts/base/5009002 + ! ext/Devel/PPPort/parts/inc/MY_CXT + ! ext/Devel/PPPort/parts/inc/misc ext/Devel/PPPort/t/MY_CXT.t + ! ext/Devel/PPPort/t/SvPV.t ext/Devel/PPPort/t/call.t + ! ext/Devel/PPPort/t/cop.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/misc.t + ! ext/Devel/PPPort/t/newCONSTSUB.t ext/Devel/PPPort/t/newRV.t + ! ext/Devel/PPPort/t/ppphtest.t ext/Devel/PPPort/t/sv_xpvf.t + ! ext/Devel/PPPort/t/threads.t ext/Devel/PPPort/t/uv.t +____________________________________________________________________________ +[ 23279] By: mhx on 2004/09/08 18:46:56 + Log: Add MY_CXT_CLONE to the core. (Taken from Time::HiRes.) See also: + http://groups.google.com/groups?selm=r5l1vv00ca033k7a06d40fgei1ion91rnp%404ax.com + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 23278] By: nicholas on 2004/09/08 16:53:34 + Log: backport B to work on 5.8.x, so that a single version of the source + can be maintained, and ultimately dual-lifed on CPAN + (the version conditional changes are actually surprisingly small) + Branch: perl + ! ext/B/B.xs ext/B/B/C.pm ext/B/B/Concise.pm ext/B/B/Debug.pm + ! ext/B/t/f_map.t ext/B/t/f_sort.t ext/B/t/optree_samples.t + ! ext/B/t/stash.t +____________________________________________________________________________ +[ 23277] By: mhx on 2004/09/08 16:49:59 + Log: Subject: SvO?OK_off()'s return value + From: Marcus Holland-Moritz + Date: Sun, 1 Aug 2004 12:46:48 +0200 + Message-Id: <20040801124648.7f9b3cee@r2d2> + + Move (void) casts into SvOOK_off macro. + Branch: perl + ! gv.c mg.c perl.c pp.c pp_ctl.c pp_hot.c scope.c sv.c sv.h +____________________________________________________________________________ +[ 23276] By: merijn on 2004/09/07 12:57:58 + Log: Subject: [PATCH] perlintro.pod + From: Paul Johnson + Date: Tue, 7 Sep 2004 15:13:51 +0200 + Message-ID: <20040907131351.GD2513@pjcj.net> + Branch: perl + ! pod/perlintro.pod +____________________________________________________________________________ +[ 23275] By: steveh on 2004/09/06 10:16:12 + Log: Implement new environment variable to allow the use of non-IFS + compatible LSP's on Windows to allow Perl to work in conjunction + with a firewall such as McAfee Guardian. + + Bug report and possible solutions by Ken Fox ; + further assistance by Artiom Morozov . + Branch: perl + ! pod/perlrun.pod win32/win32sck.c +____________________________________________________________________________ +[ 23274] By: merijn on 2004/09/06 08:49:24 + Log: Subject: [PATCH] -Dunlink_all_versions for VMS + From: "Craig A. Berry" + Date: Sat, 04 Sep 2004 11:58:56 -0500 + Message-ID: <4139F450.7040708@mac.com> + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 23271] By: davem on 2004/09/05 21:36:57 + Log: only mortalize deleted array elements for AvREAL + (update to change #23158) + Branch: perl + ! av.c +____________________________________________________________________________ +[ 23267] By: davem on 2004/09/05 20:16:55 + Log: I somehow managed to omit the base.pm change from #23266 + Branch: perl + ! lib/base.pm +____________________________________________________________________________ +[ 23266] By: davem on 2004/09/05 20:04:35 + Log: Fields package bug + An intermediate class with no fields messes up private fields + in the base class. + Branch: perl + ! lib/base.pm lib/base/t/fields-base.t +____________________________________________________________________________ +[ 23258] By: rgs on 2004/09/02 15:37:55 + Log: Upgrade to Encode 2.02 + Branch: perl + ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm + ! ext/Encode/META.yml ext/Encode/bin/enc2xs + ! ext/Encode/bin/ucmsort ext/Encode/lib/Encode/Alias.pm + ! ext/Encode/lib/Encode/Unicode/UTF7.pm + ! ext/Encode/t/big5-hkscs.enc ext/Encode/t/big5-hkscs.utf + ! ext/Encode/ucm/big5-hkscs.ucm +____________________________________________________________________________ +[ 23257] By: rgs on 2004/09/02 15:01:39 + Log: Upgrade to version 0.42. + From: + Subject: CPAN Upload: J/JP/JPEACOCK/version-0.42.tar.gz + From: John Peacock + Date: Wed, 18 Aug 2004 08:26:35 -0400 + Message-ID: <41234AFB.1020009@rowman.com> + Branch: perl + ! lib/version.pm lib/version.t util.c +____________________________________________________________________________ +[ 23256] By: davem on 2004/09/01 23:41:25 + Log: Subject: [PATCH] fields.pm lost compile-time benefit + From: Rick Delaney + Date: Fri, 13 Aug 2004 19:54:12 -0400 + Message-Id: <20040813235412.GB12980@biff.bort.ca> + + restore the compile-time field checking for + my Dog $spot; $spot->{'walkies'}; + that was lost when pseudo-hashes were removed + Branch: perl + ! lib/base/t/fields-base.t lib/base/t/fields.t op.c + ! pod/perldiag.pod +____________________________________________________________________________ +[ 23255] By: davem on 2004/09/01 23:37:07 + Log: whoops, fix 'formline undef' test broken by change #23251 + Branch: perl + ! t/lib/warnings/9uninit +____________________________________________________________________________ +[ 23253] By: davem on 2004/09/01 22:45:07 + Log: Subject: PATCH: Taintedness and ternary conditional + From: Andy Lester + Date: Thu, 26 Aug 2004 23:44:47 -0500 + Message-Id: <20040827044447.GA5268@petdance.com> + + add tests and documentation to the effect that ($tainted ? $a : $b) + doesn't necessarily return a tainted value. Also tidy the markup in + perldoc.pod + Branch: perl + ! pod/perlsec.pod t/op/taint.t +____________________________________________________________________________ +[ 23252] By: davem on 2004/09/01 22:20:05 + Log: delete spurious blank lines added by change 23251 + Branch: perl + ! pp_ctl.c +____________________________________________________________________________ +[ 23251] By: davem on 2004/09/01 22:17:47 + Log: Random made scripts crashing perl + fix 'formline undef' coredump + Branch: perl + ! pp_ctl.c t/lib/warnings/9uninit +____________________________________________________________________________ +[ 23250] By: davem on 2004/09/01 20:46:13 + Log: From: david nicol + Subject: [perl #31228] no no-op + Message-Id: 1093659222.1436.70.camel@plaza.davidnicol.com> + Date: 27 Aug 2004 21:13:42 -0500 + + Document that 0 and 1 can (sort of) be used as no-ops. + Branch: perl + ! pod/perlop.pod +____________________________________________________________________________ +[ 23249] By: davem on 2004/09/01 18:54:25 + Log: Subject: [ PATCH ] 2 added private flags for B::Concise + From: Jim Cromie + Date: Tue, 31 Aug 2004 23:19:54 -0600 + Message-Id: <41355BFA.8010900@divsol.com> + + The OPpENTERSUB_NOMOD and OPpCONST_SHORTCIRCUIT flags weren't + displayed by B::Concise. + Branch: perl + ! ext/B/B/Concise.pm +____________________________________________________________________________ +[ 23248] By: rgs on 2004/09/01 15:35:20 + Log: Upgrade to Cwd 2.21. + Branch: perl + ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm +____________________________________________________________________________ +[ 23247] By: rgs on 2004/09/01 15:11:45 + Log: Update to File::Spec 0.90 + Branch: perl + ! lib/File/Spec.pm lib/File/Spec/VMS.pm +____________________________________________________________________________ +[ 23246] By: mhx on 2004/08/30 18:36:18 + Log: Skip Time::HiRes tests if configured without that module. + Branch: perl + ! ext/Time/HiRes/t/HiRes.t +____________________________________________________________________________ +[ 23245] By: mhx on 2004/08/30 18:34:58 + Log: Fix skipping of a Dumpvalue test when configured without Devel::Peek. + Branch: perl + ! lib/Dumpvalue.t +____________________________________________________________________________ +[ 23244] By: mhx on 2004/08/30 18:33:27 + Log: Skip a Data::Dumper test if configured without B module. + Branch: perl + ! ext/Data/Dumper/t/dumper.t +____________________________________________________________________________ +[ 23243] By: mhx on 2004/08/29 13:22:48 + Log: Fix typo in B::Assembler. + Branch: perl + ! ext/B/B/Assembler.pm +____________________________________________________________________________ +[ 23242] By: mhx on 2004/08/29 13:21:50 + Log: Skip ext/B/t/assembler.t when configured without B. + Branch: perl + ! ext/B/t/assembler.t +____________________________________________________________________________ +[ 23241] By: merijn on 2004/08/28 08:05:19 + Log: Subject: [PATCH] File::Spec::VMS update + From: "Craig A. Berry" + Date: Fri, 27 Aug 2004 18:51:09 -0500 + Message-ID: <412FC8ED.1020300@mac.com> + Branch: perl + ! lib/File/Spec/VMS.pm lib/File/Spec/t/Spec.t +____________________________________________________________________________ +[ 23240] By: merijn on 2004/08/28 07:41:47 + Log: Pumpkinship updates + Branch: perl + ! pod/perlhack.pod +____________________________________________________________________________ +[ 23239] By: mhx on 2004/08/26 21:57:39 + Log: Fix nasty line break in Storable test file. + Branch: perl + ! ext/Storable/t/just_plain_nasty.t +____________________________________________________________________________ +[ 23238] By: rgs on 2004/08/26 13:02:14 + Log: Upgrade to MIME::Base64 3.03 + Branch: perl + ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Changes + ! ext/MIME/Base64/QuotedPrint.pm +____________________________________________________________________________ +[ 23237] By: rgs on 2004/08/25 08:32:41 + Log: Upgrade to MIME::Base64 3.02. + Branch: perl + ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs + ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm + ! ext/MIME/Base64/t/quoted-print.t +____________________________________________________________________________ +[ 23236] By: rgs on 2004/08/24 17:24:40 + Log: Grammatical nit by Hugo. + Branch: perl + ! pod/perlnewmod.pod +____________________________________________________________________________ +[ 23235] By: rgs on 2004/08/23 12:32:33 + Log: Subject: [perl #31295] PATCH: Test comp/use.t fails on Tru64 + From: Nikola Milutinovic (via RT) + Date: 23 Aug 2004 10:37:31 -0000 + Message-ID: + Branch: perl + ! t/comp/use.t +____________________________________________________________________________ +[ 23234] By: mhx on 2004/08/23 05:33:39 + Log: Upgrade to Devel::PPPort 3.01. + Branch: perl + ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml + ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort_pm.PL + ! ext/Devel/PPPort/module2.c ext/Devel/PPPort/parts/inc/ppphtest + ! ext/Devel/PPPort/parts/inc/version + ! ext/Devel/PPPort/t/ppphtest.t +____________________________________________________________________________ +[ 23233] By: mhx on 2004/08/22 22:18:56 + Log: Fix some backwards-compatibility problems with Storable. + Branch: perl + ! ext/Storable/Storable.xs ext/Storable/t/weak.t +____________________________________________________________________________ +[ 23232] By: rgs on 2004/08/22 19:14:57 + Log: Upgrade to Time::HiRes 1.61 + Branch: perl + ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm + ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL + ! ext/Time/HiRes/hints/solaris.pl ext/Time/HiRes/t/HiRes.t +____________________________________________________________________________ +[ 23231] By: mhx on 2004/08/22 15:36:36 + Log: Fix Storable's MANIFEST. + Branch: perl + ! ext/Storable/MANIFEST +____________________________________________________________________________ +[ 23230] By: davem on 2004/08/20 21:20:48 + Log: a regex in STDOUT destructor coredumped because regex pad already + freed + Branch: perl + ! perl.c t/op/ref.t +____________________________________________________________________________ +[ 23229] By: mhx on 2004/08/20 13:18:08 + Log: Upgrade to Devel::PPPort 3.00_03. + Branch: perl + ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml + ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort_pm.PL + ! ext/Devel/PPPort/parts/inc/ppphtest + ! ext/Devel/PPPort/t/ppphtest.t +____________________________________________________________________________ +[ 23228] By: mhx on 2004/08/19 23:14:00 + Log: Tweak 'h2xs -h' output. + Branch: perl + ! utils/h2xs.PL +____________________________________________________________________________ +[ 23227] By: mhx on 2004/08/19 17:05:48 + Log: Delete superfluous "with". + Branch: perl + ! README.win32 +____________________________________________________________________________ +[ 23226] By: mhx on 2004/08/19 11:22:15 + Log: Upgrade to Devel::PPPort 3.00_02. + Branch: perl + ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml + ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm + ! ext/Devel/PPPort/PPPort_pm.PL +____________________________________________________________________________ +[ 23225] By: rgs on 2004/08/19 07:58:59 + Log: Mark a test that relies on tainting behavior as TODO on Windows. + Branch: perl + ! t/comp/opsubs.t +____________________________________________________________________________ +[ 23224] By: steveh on 2004/08/18 13:44:13 + Log: Add notes for building with MS VC++ Toolkit 2003 + Branch: perl + ! README.win32 +____________________________________________________________________________ +[ 23223] By: mhx on 2004/08/17 21:33:41 + Log: Upgrade to Devel::PPPort 3.00_01. + Branch: perl + + ext/Devel/PPPort/parts/inc/sv_xpvf ext/Devel/PPPort/t/cop.t + + ext/Devel/PPPort/t/sv_xpvf.t + ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/MANIFEST + ! ext/Devel/PPPort/META.yml ext/Devel/PPPort/PPPort.pm + ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/PPPort_pm.PL + ! ext/Devel/PPPort/TODO ext/Devel/PPPort/parts/apicheck.pl + ! ext/Devel/PPPort/parts/inc/misc + ! ext/Devel/PPPort/parts/inc/ppphbin + ! ext/Devel/PPPort/parts/inc/ppphtest + ! ext/Devel/PPPort/parts/inc/uv + ! ext/Devel/PPPort/parts/ppptools.pl + ! ext/Devel/PPPort/parts/todo/5004000 + ! ext/Devel/PPPort/parts/todo/5004050 + ! ext/Devel/PPPort/parts/todo/5006000 + ! ext/Devel/PPPort/t/ppphtest.t ext/Devel/PPPort/t/uv.t +____________________________________________________________________________ +[ 23222] By: mhx on 2004/08/17 10:14:46 + Log: Upgrade to Devel::PPPort 3.00. + Branch: perl + + (add 103 files) + - ext/Devel/PPPort/t/test.t + ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/MANIFEST + ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm + ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/README + ! ext/Devel/PPPort/TODO ext/Devel/PPPort/module2.c + ! ext/Devel/PPPort/module3.c ext/Devel/PPPort/ppport_h.PL + ! ext/Devel/PPPort/soak +____________________________________________________________________________ +[ 23221] By: rgs on 2004/08/17 08:25:39 + Log: Subject: [PATCH] Document Carp's global variables + provide tests + From: "Jos I. Boumans" + Date: Mon, 16 Aug 2004 15:53:40 +0200 + Message-Id: + (tests a bit reworked) + Branch: perl + ! lib/Carp.pm lib/Carp.t +____________________________________________________________________________ +[ 23220] By: rgs on 2004/08/17 07:29:11 + Log: Subject: Updates to modules-related pod + From: Kirrily Skud Robert + Date: Mon, 16 Aug 2004 16:00:14 -0400 + Message-ID: <20040816200014.GC27764@infotrope.net> + Branch: perl + ! pod/perlnewmod.pod +____________________________________________________________________________ +[ 23219] By: rgs on 2004/08/16 17:59:22 + Log: Subject: [PATCH] running mktables on VMS + From: "Craig A. Berry" + Date: Tue, 10 Aug 2004 22:28:04 -0500 + Message-ID: <41199244.9020706@mac.com> + Branch: perl + ! vms/descrip_mms.template +____________________________________________________________________________ +[ 23218] By: rgs on 2004/08/16 07:23:56 + Log: Subject: [PATCH] make cygwin ld2 executable + From: Yitzchak Scott-Thoennes + Date: Sun, 15 Aug 2004 17:14:59 -0700 + Message-ID: <20040816001252.GA2148@efn.org> + Branch: perl + ! cygwin/Makefile.SHs +____________________________________________________________________________ +[ 23217] By: davem on 2004/08/14 22:32:16 + Log: make pp_goto() cope potential stack reallocation in EXTEND + The code for goto &foo had local pointers to the stack that + pointed to the wrong place after a realloc. + Branch: perl + ! pp_ctl.c t/op/goto.t +____________________________________________________________________________ +[ 23216] By: rgs on 2004/08/13 13:18:37 + Log: Subject: [PATCH] pre Math::BigInt v1.72 + From: Tels + Date: Fri, 13 Aug 2004 14:02:50 +0200 + Message-Id: <200408131402.52270@bloodgate.com> + Branch: perl + ! lib/Math/BigFloat.pm lib/Math/BigInt.pm + ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t + ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t + ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/with_sub.t +____________________________________________________________________________ +[ 23215] By: rgs on 2004/08/13 12:09:35 + Log: Subject: Test for functions with operator names + From: Andy Lester + Date: Thu, 12 Aug 2004 11:31:03 -0500 + Message-ID: <20040812163103.GA26687@petdance.com> + Branch: perl + + t/comp/opsubs.t + ! MANIFEST +____________________________________________________________________________ +[ 23214] By: rgs on 2004/08/13 07:13:38 + Log: Subject: api doc fix for SvSetMagicSV_nosteal + From: Stas Bekman + Date: Thu, 12 Aug 2004 18:10:36 -0700 + Message-ID: <411C150C.5020602@stason.org> + Branch: perl + ! pod/perlapi.pod sv.h +____________________________________________________________________________ +[ 23213] By: rgs on 2004/08/10 13:17:40 + Log: Subject: Re: 2 patches: goto.t, B.pm/xs + From: Jim Cromie + Date: Tue, 10 Aug 2004 07:29:08 -0600 + Message-ID: <4118CDA4.3060700@divsol.com> + Branch: perl + ! t/op/goto.t +____________________________________________________________________________ +[ 23212] By: rgs on 2004/08/10 07:21:19 + Log: Subject: 2 patches: goto.t, B.pm/xs + From: Jim Cromie + Date: Sun, 08 Aug 2004 18:42:47 -0600 + Message-ID: <4116C887.9080400@divsol.com> + Branch: perl + ! ext/B/B.pm ext/B/B.xs +____________________________________________________________________________ +[ 23211] By: rgs on 2004/08/10 07:00:01 + Log: Subject: Re: POSIX::sigprocmask implemented incorrectly + From: Alan Burlison + Date: Mon, 09 Aug 2004 19:00:12 +0100 + Message-ID: <4117BBAC.7080603@sun.com> + Branch: perl + ! ext/POSIX/POSIX.xs +____________________________________________________________________________ +[ 23210] By: davem on 2004/08/09 19:58:35 + Log: Fix a typo and remove some debugging crud from change #23209 + Branch: perl + ! ext/XS/APItest/t/call.t +____________________________________________________________________________ +[ 23209] By: davem on 2004/08/09 19:48:57 + Log: eval_sv() failing a taint test could corrupt the stack + Branch: perl + ! ext/XS/APItest/t/call.t perl.c +____________________________________________________________________________ +[ 23208] By: davem on 2004/08/09 18:28:33 + Log: made eq_array in t/test.pl handle undef values better + Branch: perl + ! t/test.pl +____________________________________________________________________________ +[ 23207] By: davem on 2004/08/09 17:21:27 + Log: fix minor nit in file description, to keep Jarkko happy + Branch: perl + ! utf8.c +____________________________________________________________________________ +[ 23206] By: rgs on 2004/08/09 15:33:54 + Log: Subject: Patch for t/op/sleep.t + From: Andy Lester + Date: Mon, 9 Aug 2004 00:11:51 -0500 + Message-ID: <20040809051151.GA13872@petdance.com> + Branch: perl + ! t/op/sleep.t +____________________________________________________________________________ +[ 23205] By: rgs on 2004/08/09 12:10:25 + Log: Add a note in perltodo about a potential extension of readpipe() + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 23204] By: rgs on 2004/08/09 09:13:27 + Log: Subject: Re: POSIX::sigprocmask implemented incorrectly + From: Alan Burlison + Date: Mon, 09 Aug 2004 10:30:25 +0100 + Message-ID: <41174431.6050803@sun.com> + Branch: perl + ! ext/POSIX/POSIX.xs +____________________________________________________________________________ +[ 23203] By: davem on 2004/08/07 15:10:40 + Log: Add tests for XS call_*() API + Branch: perl + + ext/XS/APItest/t/call.t + ! MANIFEST ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs + ! ext/XS/APItest/MANIFEST pod/perlcall.pod +____________________________________________________________________________ +[ 23202] By: mhx on 2004/08/07 15:10:39 + Log: Subject: [PATCH] DB_File 1.810 + From: "Paul Marquess" + Date: Sat, 7 Aug 2004 15:22:09 +0100 + Message-Id: <20040807142059.CTQC10838.mta10-svc.ntlworld.com@MARQUESSPT21> + Branch: perl + ! ext/DB_File/Changes ext/DB_File/DB_File.pm + ! ext/DB_File/DB_File.xs ext/DB_File/t/db-hash.t +____________________________________________________________________________ +[ 23200] By: steveh on 2004/08/06 12:55:31 + Log: Fix [perl #24269] socket() call uses non-IFS providers + causing subsequent print/read to hang or misbehave + + Patch supplied by Artiom Morozov + in the bug report at http://rt.perl.org/rt3/index.html?q=24269 + Branch: perl + ! README.win32 win32/Makefile win32/makefile.mk win32/win32.c + ! win32/win32.h win32/win32sck.c +____________________________________________________________________________ +[ 23199] By: steveh on 2004/08/06 11:57:59 + Log: Another small clean-up following changes #23190 and #23198 + Branch: perl + ! gv.c +____________________________________________________________________________ +[ 23198] By: davem on 2004/08/06 10:06:46 + Log: remove leaks associated with version object change #23190 + Branch: perl + ! gv.c util.c +____________________________________________________________________________ +[ 23197] By: rgs on 2004/08/06 06:53:08 + Log: Subject: [PATCH sv.c] signedness nit in #23190 + From: "Craig A. Berry" + Date: Thu, 05 Aug 2004 13:10:55 -0500 + Message-ID: <4112782F.7040302@mac.com> + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 23196] By: mhx on 2004/08/04 18:29:23 + Log: Document sv_catpvn_nomg, sv_setsv_nomg and sv_catsv_nomg. + Branch: perl + ! pod/perlapi.pod sv.h +____________________________________________________________________________ +[ 23195] By: nick on 2004/08/04 18:16:47 + Log: Comment describing purpose. + Branch: perl + ! globals.c +____________________________________________________________________________ +[ 23194] By: rgs on 2004/08/04 07:18:49 + Log: Subject: Re: POSIX::sigprocmask implemented incorrectly + From: Alan Burlison + Date: Mon, 19 Jul 2004 12:07:02 +0100 + Message-ID: <40FBAB56.1030208@sun.com> + + (last chunk only) + Branch: perl + ! ext/POSIX/POSIX.xs +____________________________________________________________________________ +[ 23193] By: rgs on 2004/08/04 07:00:21 + Log: Remove compilation warnings about uninitialized variables. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 23192] By: rgs on 2004/08/04 06:55:46 + Log: Remove the "Newline in left-justified string" warning. + Branch: perl + ! pod/perldiag.pod sv.c t/lib/warnings/sv +____________________________________________________________________________ +[ 23191] By: rgs on 2004/08/04 06:30:58 + Log: Subject: [PATCH] extension to diagnostics.pm + From: Fergal Daly + Date: Wed, 4 Aug 2004 00:33:09 +0100 + Message-ID: <20040803233309.GA239@dyn.fergaldaly.com> + Branch: perl + ! lib/diagnostics.pm +____________________________________________________________________________ +[ 23190] By: rgs on 2004/08/04 06:19:27 + Log: Subject: [PATCH] Final version object core patch? + From: John Peacock + Date: Tue, 03 Aug 2004 22:23:57 -0400 + Message-ID: <411048BD.3080700@rowman.com> + Branch: perl + ! gv.c perl.c pp_ctl.c sv.c t/comp/require.t t/op/ver.t util.c +____________________________________________________________________________ +[ 23189] By: merijn on 2004/08/03 23:51:13 + Log: gcc on AIX 4 doesn't like -G on the commandline too + Branch: perl + ! hints/aix_4.sh +____________________________________________________________________________ +[ 23188] By: merijn on 2004/08/03 23:48:13 + Log: gcc on AIX doesn't like -G on the commandline + Branch: perl + ! hints/aix.sh +____________________________________________________________________________ +[ 23187] By: davem on 2004/08/03 19:20:18 + Log: more typo fixes for change 3176 (comments at top of .c files) + Branch: perl + ! mg.c miniperlmain.c perl.c run.c scope.c +____________________________________________________________________________ +[ 23186] By: rgs on 2004/08/03 10:22:54 + Log: Subject: [perl #30914] ExtUtils::Embed should use libperl name from Config + From: Marek Rouchal (via RT) + Date: 2 Aug 2004 07:00:33 -0000 + Message-ID: + Branch: perl + ! lib/ExtUtils/Embed.pm +____________________________________________________________________________ +[ 23185] By: rgs on 2004/08/03 09:39:35 + Log: Subject: [PATCH] additional -V:foo tests + From: Jim Cromie + Date: Mon, 02 Aug 2004 09:15:23 -0600 + Message-ID: <410E5A8B.9030307@divsol.com> + Branch: perl + ! configpm lib/Config.t pod/perlrun.pod +____________________________________________________________________________ +[ 23184] By: rgs on 2004/08/02 16:40:36 + Log: Enhance the caveat in the description of tell() + + Subject: Re: [perl #30788] Error in documentation + From: Nick Ing-Simmons + Date: Wed, 28 Jul 2004 15:12:54 +0100 + Message-Id: <20040728141254.3861.5@llama.ing-simmons.net> + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 23183] By: rgs on 2004/08/02 09:16:13 + Log: Remove empty rpath from .so files + Branch: perl + ! lib/ExtUtils/MM_Unix.pm +____________________________________________________________________________ +[ 23182] By: rgs on 2004/08/02 09:11:12 + Log: Subject: [PATCH] mention refaddr() in overload::StrVal docs + From: Fergal Daly + Date: Fri, 30 Jul 2004 16:09:19 +0100 + Message-ID: <20040730150919.GB19022@dyn.fergaldaly.com> + Branch: perl + ! lib/overload.pm +____________________________________________________________________________ +[ 23181] By: steveh on 2004/08/02 08:05:05 + Log: Fix breakage caused by Change 23179 + Branch: perl + ! t/run/fresh_perl.t +____________________________________________________________________________ +[ 23180] By: davem on 2004/08/01 16:49:20 + Log: Add comment to top of reentr.c and fix typos in other files + Branch: perl + ! deb.c dump.c miniperlmain.c pad.c perly.y reentr.c reentr.h + ! reentr.pl regcomp.c regexec.c scope.c utf8.c +____________________________________________________________________________ +[ 23179] By: mhx on 2004/08/01 16:10:19 + Log: Skip test when building without Encode. + Branch: perl + ! t/run/fresh_perl.t +____________________________________________________________________________ +[ 23178] By: mhx on 2004/08/01 10:19:46 + Log: Remove redundant SvOOK_off (called implicitly by SvOK_off) + and merge identical cases. + Branch: perl + ! scope.c +____________________________________________________________________________ +[ 23177] By: davem on 2004/07/31 16:27:09 + Log: shut up a warning in mg.c + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 23176] By: davem on 2004/07/31 16:21:50 + Log: Add comment to the top of most .c files explaining their purpose + Branch: perl + ! deb.c doio.c doop.c dump.c gv.c hv.c locale.c malloc.c mg.c + ! miniperlmain.c numeric.c op.c pad.c perl.c perlio.c perly.act + ! perly.h perly.tab perly.y pp.c pp_ctl.c pp_hot.c pp_pack.c + ! pp_sort.c pp_sys.c regcomp.c regexec.c run.c scope.c taint.c + ! universal.c utf8.c util.c +____________________________________________________________________________ +[ 23175] By: mhx on 2004/07/31 15:19:13 + Log: Fix copy & paste bugs in mX?PUSH macro tests. + Branch: perl + ! ext/XS/APItest/APItest.xs +____________________________________________________________________________ +[ 23174] By: merijn on 2004/07/31 08:32:31 + Log: First steps towards an explicit perl.exp-less AIX build + Previous method can still be used by undeffing usenativedlopen + If that is ever tested at all on AIX + Branch: perl + ! hints/aix.sh hints/aix_4.sh +____________________________________________________________________________ +[ 23173] By: mhx on 2004/07/31 08:29:54 + Log: Fix and update Perl_grok_* docs. + Branch: perl + ! numeric.c pod/perlapi.pod +____________________________________________________________________________ +[ 23172] By: steveh on 2004/07/30 14:31:08 + Log: A few minor updates to README.win32 (aka perlwin32) + Branch: perl + ! README.win32 +____________________________________________________________________________ +[ 23171] By: rgs on 2004/07/30 14:24:08 + Log: Upgrade to Math::BigInt v1.71. + Branch: perl + ! lib/Math/BigFloat.pm lib/Math/BigInt.pm + ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t + ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t + ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/with_sub.t +____________________________________________________________________________ +[ 23170] By: steveh on 2004/07/30 13:27:41 + Log: Bug report #30132 was resolved before it was finished! + Here's the last piece in the puzzle. + Branch: perl + ! ext/IO/lib/IO/File.pm +____________________________________________________________________________ +[ 23168] By: rgs on 2004/07/28 12:13:36 + Log: Upgrade to File::Spec 0.88. + Branch: perl + ! lib/File/Spec.pm lib/File/Spec/Win32.pm lib/File/Spec/t/Spec.t +____________________________________________________________________________ +[ 23167] By: rgs on 2004/07/28 09:20:12 + Log: Subject: Re: [perl #30783] Test::Builder does not handle overloaded "name" values + From: Autrijus Tang + Date: Thu, 22 Jul 2004 20:17:58 -0700 + Message-ID: <1912f0e204072220171790193a@mail.gmail.com> + Branch: perl + ! lib/Test/Builder.pm +____________________________________________________________________________ +[ 23166] By: rgs on 2004/07/28 06:31:06 + Log: Subject: Re: more 5.9 sort tests (second draft) + From: david nicol + Date: 21 Jul 2004 17:10:05 -0500 + Message-Id: <1090447805.995.24.camel@plaza.davidnicol.com> + Branch: perl + ! t/op/sort.t +____________________________________________________________________________ +[ 23165] By: rgs on 2004/07/28 06:25:15 + Log: Subject: Re: AW: [perl #7558] [PATCH] README.solaris + From: Andy Dougherty + Date: Tue, 27 Jul 2004 14:12:06 -0400 (EDT) + Message-ID: + Branch: perl + ! README.solaris +____________________________________________________________________________ +[ 23164] By: davem on 2004/07/26 22:08:32 + Log: Subject: [perl #7558] [PATCH] README.solaris + From: Andy Dougherty + Date: Mon, 26 Jul 2004 15:32:35 -0400 (EDT) + Message-Id: + + Add more info on /dev/random under solaris + Branch: perl + ! README.solaris +____________________________________________________________________________ +[ 23163] By: mhx on 2004/07/26 17:14:37 + Log: The byte-order modifiers won't go into 5.8. + Branch: perl + ! pod/perlfunc.pod pod/perlport.pod +____________________________________________________________________________ +[ 23162] By: steveh on 2004/07/26 10:41:56 + Log: Windows-related updates to Porting/repository.pod + Branch: perl + ! Porting/repository.pod +____________________________________________________________________________ +[ 23161] By: davem on 2004/07/25 19:05:28 + Log: make -Dl log runops loop entry and exit, and jump level popping + Branch: perl + ! dump.c scope.h +____________________________________________________________________________ +[ 23160] By: davem on 2004/07/24 10:00:27 + Log: document that -i messes soft as well hard hard links. + Branch: perl + ! pod/perlrun.pod +____________________________________________________________________________ +[ 23159] By: davem on 2004/07/23 21:15:32 + Log: make a note in perlrun that -i doesn't preserve UNIX hard links. + Branch: perl + ! pod/perlrun.pod +____________________________________________________________________________ +[ 23158] By: davem on 2004/07/23 11:06:02 + Log: memory leak in array delete + av_delete() wasn't mortalizing the returned value + Branch: perl + ! av.c t/op/delete.t +____________________________________________________________________________ +[ 23157] By: davem on 2004/07/23 10:35:16 + Log: remove binary compat from #23156 (remove PL_retstack) + Branch: perl + ! cop.h embed.fnc embed.h embedvar.h perlapi.h proto.h scope.c + ! thrdvar.h +____________________________________________________________________________ +[ 23156] By: davem on 2004/07/23 09:52:59 + Log: remove the return stack PL_retstack, and store return ops in the CX + structure directly instead + Branch: perl + ! cc_runtime.h cop.h deb.c mg.c perl.c pp_ctl.c pp_hot.c + ! pp_sys.c scope.c sv.c thrdvar.h +____________________________________________________________________________ +[ 23155] By: nicholas on 2004/07/22 18:50:31 + Log: Build the perldelta copying command for the main Unix makefile with + buildtoc, so that it doesn't get forgotten on version increments. + Branch: perl + ! Makefile.SH pod/buildtoc +____________________________________________________________________________ +[ 23154] By: nicholas on 2004/07/22 18:19:58 + Log: Grab perl585delta.pod from maint and + + Integrate: + [ 23069] + This is RC2. Maybe this one will last longer. + + [ 23141] + Break a leg + + [perlhist.pod] + Branch: perl + +> pod/perl585delta.pod + ! MANIFEST pod.lst pod/perl.pod pod/perltoc.pod + ! vms/descrip_mms.template win32/pod.mak + !> pod/perlhist.pod +____________________________________________________________________________ +[ 23152] By: rgs on 2004/07/22 16:16:41 + Log: Upgrade to Cwd 2.20 + Branch: perl + + ext/Cwd/t/win32.t + ! MANIFEST ext/Cwd/Changes ext/Cwd/Cwd.xs ext/Cwd/t/cwd.t + ! lib/Cwd.pm +____________________________________________________________________________ +[ 23151] By: rgs on 2004/07/22 15:50:34 + Log: Sort perldiag. + Branch: perl + ! pod/perldiag.pod +____________________________________________________________________________ +[ 23150] By: rgs on 2004/07/22 13:15:12 + Log: Subject: Re: "Too late for -T" could be more descriptive + From: Jim Cromie + Date: Wed, 21 Jul 2004 11:21:50 -0600 + Message-ID: <40FEA62E.2010809@divsol.com> + (with tweaks) + Branch: perl + ! perl.c perl.h pod/perldebug.pod pod/perldiag.pod + ! pod/perlrun.pod +____________________________________________________________________________ +[ 23149] By: rgs on 2004/07/22 12:09:40 + Log: Email change for Steffen Mueller. + Branch: perl + ! AUTHORS +____________________________________________________________________________ +[ 23148] By: rgs on 2004/07/22 11:32:16 + Log: Grammar fix by Paul Johnson. + Branch: perl + ! pod/perldiag.pod +____________________________________________________________________________ +[ 23147] By: nicholas on 2004/07/22 10:51:48 + Log: Config::config_re and config_sh would report the byteorder as 'ffff' + Branch: perl + ! configpm lib/Config.t +____________________________________________________________________________ +[ 23146] By: rgs on 2004/07/21 12:01:32 + Log: Subject: [PATCH] Mention common dynaloader errors in perldiag.pod + From: "Jos I. Boumans" + Date: Wed, 21 Jul 2004 13:47:35 +0200 + Message-Id: + (with tweaks) + Branch: perl + ! pod/perldiag.pod +____________________________________________________________________________ +[ 23145] By: rgs on 2004/07/21 08:47:14 + Log: Subject: [PATCH perl-current] Re: [perl #30688] Empty slice arg with ($;$) prototype + From: Rick Delaney + Date: Tue, 20 Jul 2004 16:53:54 -0400 + Message-ID: <20040720205353.GA970@biff.bort.ca> + Branch: perl + ! pp.c t/op/list.t +____________________________________________________________________________ +[ 23142] By: rgs on 2004/07/19 15:49:12 + Log: Subject: [perl #30609] [PATCH] BigInt v1.71 - first try + From: Tels + Date: Sat, 17 Jul 2004 16:22:57 +0200 + Message-Id: <200407171622.58443@bloodgate.com> + Branch: perl + ! lib/Math/BigFloat.pm lib/Math/BigInt.pm + ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t + ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc + ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.inc + ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/sub_mbf.t + ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/with_sub.t +____________________________________________________________________________ +[ 23135] By: nicholas on 2004/07/19 08:33:13 + Log: Turn 2 strcpy()s into memcpy() because we know the length. + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 23130] By: nicholas on 2004/07/16 13:41:22 + Log: Clarify that it's only Mac OS *Classic* that uses 1904 - OS X uses + 1970 + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 23129] By: nicholas on 2004/07/16 13:21:33 + Log: Typo fix from Julian Gilbey, forwarded upstream from Debian by + Brendan O'Dea + Branch: perl + ! pod/perluniintro.pod +____________________________________________________________________________ +[ 23128] By: nick on 2004/07/16 12:16:05 + Log: Use VirtualAlloc() more flexibly when using it to mimic UNIX's sbrk(). + From: Steve Hay + CC: perl-win32-porters@listserv.ActiveState.com + Message-ID: <40F6B295.8010804@uk.radan.com> + + Assumes perl's malloc can now handle non-contiguous memory (believed + to be true). + Does not address threading issues. + + "The attached patch (against blead) makes sbrk() initially try to + extend the existing block of memory exactly as it currently does, but + to not fail immediately if it can't -- it now frees up that part of + whatever it had previously reserved+committed which hadn't actually + been used yet, resets all its static variables and basically starts + anew." + Branch: perl + ! win32/win32.c +____________________________________________________________________________ +[ 23127] By: nicholas on 2004/07/16 11:14:45 + Log: glob('*.c') to find documentation is dangerous when run in unclean + trees, so isntead use MANIFEST to only scan the legitimate source + files. + Branch: perl + ! autodoc.pl +____________________________________________________________________________ +[ 23126] By: nicholas on 2004/07/16 11:04:37 + Log: Encourage compilers to tail call optimise in sv_savepv, sv_savepvn + and sv_savesharedpv. Need to create non-void returning versions of + Copy and Zero, as the existing macros deliberately cast to (void) + Branch: perl + ! handy.h malloc.c perl.c pod/perlapi.pod sv.c util.c +____________________________________________________________________________ +[ 23125] By: nicholas on 2004/07/16 10:59:08 + Log: Rebuild perlapi.pod + Branch: perl + ! pod/perlapi.pod +____________________________________________________________________________ +[ 23124] By: merijn on 2004/07/16 10:30:53 + Log: Be sure HP-UX' ANSI C compiler's PATH is found *before* + the path to the bundled braindead C compiler. This might + influence ccache's behaviour in finding the correct path + Branch: perl + ! Configure +____________________________________________________________________________ +[ 23122] By: nicholas on 2004/07/16 10:14:24 + Log: oslevel can fail on AIX, but the output generated would confuse + Configure + Branch: perl + ! Configure +____________________________________________________________________________ +[ 23121] By: nicholas on 2004/07/16 08:53:28 + Log: Some calls to PerlMemShared_alloc() aren't checking the return value. + Bug spotted by Nigel Sandever + Branch: perl + ! ext/threads/threads.xs util.c +____________________________________________________________________________ +[ 23120] By: nicholas on 2004/07/15 19:09:15 + Log: threads.xs doesn't check the return value of the thread creation + call. D'oh! This gives SEGVs if the OS fails to create another thread. + Cause of problem located by Nigel Sandever + Branch: perl + ! ext/threads/threads.pm ext/threads/threads.xs +____________________________________________________________________________ +[ 23118] By: nicholas on 2004/07/15 16:28:03 + Log: Assimilate Cwd 2.19 + Branch: perl + ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm +____________________________________________________________________________ +[ 23117] By: merijn on 2004/07/15 14:16:07 + Log: Trailing semi-colon are not allowed on #ifdef's in ANSI + Branch: perl + ! ext/Storable/Storable.xs +____________________________________________________________________________ +[ 23116] By: nicholas on 2004/07/15 12:50:31 + Log: Abigail notes that a re-entrant regexp engine is a todo + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 23115] By: nicholas on 2004/07/15 12:47:50 + Log: for (reverse @foo) now iterates in reverse in place. + Branch: perl + ! op.c pod/perltodo.pod pp_ctl.c +____________________________________________________________________________ +[ 23114] By: nicholas on 2004/07/15 10:05:23 + Log: Optimise for (reverse ...) + Branch: perl + ! op.c +____________________________________________________________________________ +[ 23113] By: nicholas on 2004/07/15 09:44:16 + Log: Now optimising for $a (reverse ...) + Branch: perl + ! op.c +____________________________________________________________________________ +[ 23112] By: nicholas on 2004/07/15 09:16:43 + Log: The optrees for C and C differ, so even more + tests. + Branch: perl + ! t/cmd/for.t +____________________________________________________________________________ +[ 23111] By: nicholas on 2004/07/15 09:02:36 + Log: This seems to be needed to get COW working on Win32 + Branch: perl + ! win32/win32.c +____________________________________________________________________________ +[ 23109] By: nicholas on 2004/07/14 23:35:24 + Log: "That's the way to do it" + In taking out a bug spotted by my regression tests in t/cmd/for.t + I actually managed to disable the entire optimisation. Which means + that I didn't find the other bug. This optimisation is live, and + passes all tests. + Branch: perl + ! op.c pp_hot.c +____________________________________________________________________________ +[ 23108] By: nicholas on 2004/07/14 20:55:30 + Log: Optimise foreach my $i (reverse ...) + foreach without a lexical iterator not yet optimised + Branch: perl + ! ext/B/B/Concise.pm op.c op.h pp_ctl.c pp_hot.c +____________________________________________________________________________ +[ 23107] By: nicholas on 2004/07/14 17:44:08 + Log: Subject: [PATCH] split doc clarification + From: Yitzchak Scott-Thoennes + Date: Wed, 14 Jul 2004 10:19:36 -0700 + Message-Id: <20040714171936.GA1092@efn.org> + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 23106] By: nicholas on 2004/07/14 15:36:57 + Log: Numeric comparison operators mustn't compare addresses of references + that are overloaded. + Branch: perl + ! lib/overload.t pp.c pp_hot.c +____________________________________________________________________________ +[ 23105] By: nicholas on 2004/07/14 10:40:54 + Log: Lots of tests for for reverse ... + Branch: perl + ! t/cmd/for.t +____________________________________________________________________________ +[ 23104] By: nicholas on 2004/07/13 21:10:21 + Log: Some thoughts on foreach reverse + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 23103] By: nicholas on 2004/07/13 19:10:20 + Log: s/sort/split/; - my mistake spotted by Dave. + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 23102] By: nicholas on 2004/07/13 18:59:46 + Log: Optimise list context reverse sort to reverse as part of the sort op + Branch: perl + ! op.c pp_sort.c +____________________________________________________________________________ +[ 23101] By: nicholas on 2004/07/13 18:58:41 + Log: Work around evil compiler bug on OS X. (Sucks all memory) + Branch: perl + ! util.c +____________________________________________________________________________ +[ 23100] By: nicholas on 2004/07/13 15:05:09 + Log: check that reverse (sort (@a), @b) etc work. + Join some lines that don't need wrapping + Branch: perl + ! t/op/sort.t +____________________________________________________________________________ +[ 23099] By: nicholas on 2004/07/13 14:46:06 + Log: Check that non-optimimisable sort comparisons work when reversed + (Not optimised yet, but might be coming soon) + Branch: perl + ! t/op/sort.t +____________________________________________________________________________ +[ 23098] By: nicholas on 2004/07/13 14:34:03 + Log: Test reverse sort as the return from a function in list and scalar + contexts. + Branch: perl + ! t/op/sort.t +____________________________________________________________________________ +[ 23097] By: nicholas on 2004/07/13 14:23:28 + Log: Also test reverse sort in scalar context + Branch: perl + ! t/op/sort.t +____________________________________________________________________________ +[ 23096] By: nicholas on 2004/07/13 14:06:36 + Log: A proper, working, stable optimisation for sort {$b cmp $a} + Branch: perl + ! ext/B/B/Concise.pm ext/B/t/f_sort.t op.c pp_sort.c +____________________________________________________________________________ +[ 23095] By: rgs on 2004/07/13 13:29:54 + Log: Tweak to change #23089, as suggested by Tim Bunce + Branch: perl + ! lib/perl5db.pl +____________________________________________________________________________ +[ 23094] By: nicholas on 2004/07/13 11:28:49 + Log: Generalised "how many in list context" would be useful + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 23093] By: nicholas on 2004/07/13 11:19:31 + Log: The current optimisation for sort {$b cmp $a} is bogus now that we + guarantee a stable sort. Disable it, pending a correct optimisation. + Branch: perl + ! ext/B/t/f_sort.t op.c op.h t/op/sort.t +____________________________________________________________________________ +[ 23092] By: rgs on 2004/07/13 09:30:11 + Log: Subject: Re: [perl #30568] splice generates undef? [PATCH] + From: LAUN Wolfgang + Date: Mon, 12 Jul 2004 08:26:01 +0200 + Message-ID: + Branch: perl + ! pp.c t/op/splice.t +____________________________________________________________________________ +[ 23091] By: nicholas on 2004/07/13 09:14:22 + Log: Check each line of config_re output. + Branch: perl + ! lib/Config.t +____________________________________________________________________________ +[ 23090] By: nicholas on 2004/07/13 09:13:39 + Log: no_plan support in test.pl + Branch: perl + ! t/test.pl +____________________________________________________________________________ +[ 23089] By: rgs on 2004/07/13 08:53:46 + Log: Subject: Re: debugger 'R'estart and open database connections + From: Andrew Pimlott + Date: Mon, 12 Jul 2004 21:06:01 -0400 + Message-ID: <20040713010601.GF8232@pimlott.net> + Branch: perl + ! lib/perl5db.pl +____________________________________________________________________________ +[ 23088] By: rgs on 2004/07/13 08:27:11 + Log: Subject: [PATCH] was Re: UNIVERSAL::VERSION causing "Use of uninitialized value..." warning + From: John Peacock + Date: Mon, 12 Jul 2004 23:16:51 -0400 + Message-ID: <40F35423.5080304@rowman.com> + Branch: perl + ! lib/version.pm lib/version.t util.c +____________________________________________________________________________ +[ 23085] By: nicholas on 2004/07/12 17:27:28 + Log: Bodge to make Tk work - like the UTF8 flag, the READONLY flag has too + many meanings. const const vs mutable in this case. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 23084] By: nick on 2004/07/12 14:26:12 + Log: NI-S: IMHO utf8_upgrade is just changing representation not the value + so it has no business calling SvSETMAGIC. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 23083] By: nick on 2004/07/12 12:17:56 + Log: Perl_is_utf8_string(pTHX_ U8 *s, STRLEN len) + Can now handle the case + is_utf8_string(NULL,0) + again. + Why do we have code dup for Perl_is_utf8_string_loc() ? + Branch: perl + ! utf8.c +____________________________________________________________________________ +[ 23082] By: nicholas on 2004/07/11 20:09:00 + Log: A decent benchmark would be useful. But it is vague. + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 23081] By: nicholas on 2004/07/11 18:36:49 + Log: Finding a way to put "I'm MAINT" in perl -v is a TODO + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 23079] By: nicholas on 2004/07/10 21:58:34 + Log: Store weak references. + Branch: perl + + ext/Storable/t/testlib.pl ext/Storable/t/weak.t + ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST + ! ext/Storable/README ext/Storable/Storable.pm + ! ext/Storable/Storable.xs ext/Storable/t/malice.t +____________________________________________________________________________ +[ 23078] By: nicholas on 2004/07/10 21:11:56 + Log: Dual lifing and dists is a TODO + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 23077] By: nicholas on 2004/07/10 18:51:35 + Log: Resurrect the TODO items about Unicode filenames and Unicode %ENV + Rant a bit more about POD -> HTML + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 23076] By: nicholas on 2004/07/10 16:00:44 + Log: Perl_mode_from_discipline must update len. (else SEGV) + Diagnosis and patch from clkao + Branch: perl + ! doio.c +____________________________________________________________________________ +[ 23075] By: rgs on 2004/07/10 13:03:56 + Log: Subject: Bug with NEXT when called from an eval block + From: Dave Rolsky + Date: Fri, 9 Jul 2004 17:06:07 -0500 (CDT) + Message-ID: + Branch: perl + ! lib/NEXT.pm lib/NEXT/t/next.t +____________________________________________________________________________ +[ 23074] By: nicholas on 2004/07/09 21:03:11 + Log: Subject: Re: Segfault using HTML::Entities + From: Jarkko Hietaniemi + Message-ID: <40EDBE1A.6080205@iki.fi> + Date: Fri, 09 Jul 2004 00:35:22 +0300 + Branch: perl + ! pp_ctl.c regexec.c t/run/fresh_perl.t +____________________________________________________________________________ +[ 23073] By: nicholas on 2004/07/09 14:49:16 + Log: A more honest TODO + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 23072] By: nicholas on 2004/07/09 11:34:17 + Log: dor and // fulfil a TODO + Correct a deviation from the Nicholas Clark style guide. + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 23071] By: rgs on 2004/07/09 08:08:05 + Log: Subject: [PATCH] prime_env_iter and zero-length values on VMS + From: "Craig A. Berry" + Date: Thu, 08 Jul 2004 23:19:05 -0500 + Message-ID: <40EE1CB9.8030407@mac.com> + Branch: perl + ! vms/vms.c +____________________________________________________________________________ +[ 23065] By: nicholas on 2004/07/08 13:09:44 + Log: Randal notes: + + "perldoc perldelta" still says 5.8.3 to 5.8.4, even though there + *is* a "perldoc perl583delta" properly. + + This is because perl584delta still thinks it's the perldelta + Branch: perl + ! pod/perl584delta.pod +____________________________________________________________________________ +[ 23063] By: rgs on 2004/07/07 17:48:29 + Log: Make Perl_sv_utf8_upgrade_flags tolerate PL_sv_undef + as an argument. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 23062] By: nicholas on 2004/07/07 15:14:39 + Log: First stab at explaining that CLONE may get more parameters in future. + More eloquent rewording desired. Patches welcome. + Branch: perl + ! pod/perlmod.pod +____________________________________________________________________________ +[ 23061] By: nicholas on 2004/07/07 13:30:27 + Log: hv_store was not passing hash onwards (spotted by Dave) + Branch: perl + ! hv.c +____________________________________________________________________________ +[ 23060] By: mhx on 2004/07/06 21:43:05 + Log: Failing matches don't reset numbered variables. + Change #22997 could cause Text::ParseWords to loop forever if the + regex didn't not match. Explicitly return if the match fails. + Branch: perl + ! lib/Text/ParseWords.pm lib/Text/ParseWords.t +____________________________________________________________________________ +[ 23059] By: nicholas on 2004/07/06 21:39:27 + Log: Integrate: + [ 23057] + This is RC1 + Branch: perl + !> pod/perlhist.pod +____________________________________________________________________________ +[ 23058] By: nicholas on 2004/07/06 20:45:53 + Log: Stop ENV_IS_CASELESS hv.c picking up the wrong hash value from a + shared string scalar. + Branch: perl + ! hv.c +____________________________________________________________________________ +[ 23052] By: nicholas on 2004/07/06 09:26:24 + Log: A tool to check the AUTHORS file + Branch: perl + + Porting/checkAUTHORS.pl + ! MANIFEST +____________________________________________________________________________ +[ 23051] By: nicholas on 2004/07/06 09:25:16 + Log: Add some missing authors and remove 1 duplicate + Branch: perl + ! AUTHORS +____________________________________________________________________________ +[ 23048] By: nicholas on 2004/07/05 17:26:09 + Log: There was no need to bump $Text::ParseWords::VERSION to 3.24 + Branch: perl + ! lib/Text/ParseWords.pm +____________________________________________________________________________ +[ 23047] By: rgs on 2004/07/05 17:05:55 + Log: Update tests and $VERSION for change 23046 + Branch: perl + ! ext/B/B/Deparse.pm ext/B/t/deparse.t +____________________________________________________________________________ +[ 23046] By: rgs on 2004/07/05 16:53:54 + Log: Subject: Re: [perl #30504] B::Deparse scoping problem with for loop + From: Stephen McCamant + Date: Mon, 28 Jun 2004 18:26:24 -0700 + Message-ID: <16608.50496.787002.560481@apocalypse.OCF.Berkeley.EDU> + Branch: perl + ! ext/B/B/Deparse.pm +____________________________________________________________________________ +[ 23042] By: nicholas on 2004/07/05 14:54:15 + Log: Bump $B::Deparse::VERSION + Branch: perl + ! ext/B/B/Deparse.pm +____________________________________________________________________________ +[ 23040] By: nicholas on 2004/07/05 10:24:17 + Log: t/op/tie.t test 23 is failing when run with utf8 everywhere. + Problem appears to be due to theft of temporaries + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 23029] By: nicholas on 2004/07/04 16:39:07 + Log: Subject: [PATCH Cwd 2.18] _vms_abs_path on non-directories + From: "Craig A. Berry" + Message-ID: <40E704AA.4090801@mac.com> + Date: Sat, 03 Jul 2004 14:10:34 -0500 + Branch: perl + ! ext/Cwd/t/cwd.t lib/Cwd.pm +____________________________________________________________________________ +[ 23028] By: nicholas on 2004/07/04 15:14:33 + Log: /usr/bin/locale steadfastly delivers 8 bit output independent of + LC_ALL. So when perl's expecting utf8, things don't quite work right. + This has become visible since fix 22842 + Branch: perl + ! lib/locale.t +____________________________________________________________________________ +[ 23027] By: mhx on 2004/07/02 14:44:37 + Log: More microperl tweaks. + Branch: perl + ! Makefile.micro README.micro uconfig.h uconfig.sh +____________________________________________________________________________ +[ 23026] By: rgs on 2004/07/02 13:05:23 + Log: Maintainer change for Safe + Branch: perl + ! Porting/Maintainers.pl +____________________________________________________________________________ +[ 23025] By: rgs on 2004/07/02 10:06:29 + Log: Bump version number of Safe for CPAN release + Branch: perl + ! ext/Opcode/Safe.pm +____________________________________________________________________________ +[ 23024] By: rgs on 2004/07/02 07:50:42 + Log: Upgrade to I18N::LangTags 0.33 + Branch: perl + ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog + ! lib/I18N/LangTags/t/80_all_env.t +____________________________________________________________________________ +[ 23023] By: davem on 2004/07/02 01:49:11 + Log: utf8 POPSTACK crash on split execution + split() does a SWITCHSTACK to directly split to an array, but + if it subsequently dies (eg the regex triggers a 'use utf8' which + is then denied by Safe), then the switch doesn't get undone. Add + a new save type to allow for this. + Branch: perl + ! pp.c scope.c scope.h +____________________________________________________________________________ +[ 23022] By: mhx on 2004/07/01 21:08:44 + Log: The microperl config didn't know about usemallocwrap yet. + Branch: perl + ! uconfig.h uconfig.sh +____________________________________________________________________________ +[ 23021] By: mhx on 2004/07/01 14:30:05 + Log: Check for definedness of sv before calling sv_derived_from() + to prevent "Use of uninitialized value..." warning. + Branch: perl + ! universal.c +____________________________________________________________________________ +[ 23019] By: nicholas on 2004/07/01 10:14:03 + Log: Bump version numbers + Branch: perl + ! ext/File/Glob/Glob.pm ext/XS/APItest/APItest.pm + ! ext/threads/threads.pm lib/Carp.pm lib/File/Copy.pm + ! lib/Text/ParseWords.pm lib/Text/Wrap.pm lib/autouse.pm + ! lib/charnames.pm lib/diagnostics.pm lib/utf8.pm +____________________________________________________________________________ +[ 23018] By: nicholas on 2004/06/30 21:37:12 + Log: Assert that we aren't leaking memory. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 23016] By: gbarr on 2004/06/30 13:47:36 + Log: Sync to libnet-1.19 + Branch: perl + ! lib/Net/Changes.libnet lib/Net/Cmd.pm lib/Net/FTP.pm + ! lib/Net/POP3.pm lib/Net/SMTP.pm lib/Net/t/datasend.t +____________________________________________________________________________ +[ 23014] By: rgs on 2004/06/30 12:12:24 + Log: Subject: [PATCH pod/perlop.pod] Documenting undefined behaviour of $i = $i ++. + From: Abigail + Date: Wed, 30 Jun 2004 12:00:21 +0200 + Message-ID: <20040630100021.GA23752@abigail.nl> + Branch: perl + ! pod/perlop.pod +____________________________________________________________________________ +[ 23011] By: nicholas on 2004/06/29 15:26:34 + Log: Note that sv_2mortal isn't just "increase reference count by 1, and + mark that it needs a deferred recount" + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 23010] By: rgs on 2004/06/29 12:12:58 + Log: More caveats in B::Deparse's documentation + (suggested by Yves Orton) + Branch: perl + ! ext/B/B/Deparse.pm +____________________________________________________________________________ +[ 23007] By: merijn on 2004/06/29 10:57:46 + Log: HP-UX 10.20 still *needs* -Ae for HP C-ANSI-C to be ANSI + 11.00 and on are ANSI by default for /opt/ansic/bin + Error was introduced by #22975 in re-enabling 10.01 + Branch: perl + ! hints/hpux.sh +____________________________________________________________________________ +[ 23006] By: davem on 2004/06/28 22:50:01 + Log: use encoding and "eq" cause memory leak + Perl_sv_eq() was creating a temp and not always freeing it + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 23002] By: nicholas on 2004/06/27 20:57:50 + Log: Assimilate Locale-Codes-2.07 + Branch: perl + ! lib/Locale/Codes/ChangeLog lib/Locale/Codes/README + ! lib/Locale/Codes/t/all.t lib/Locale/Codes/t/constants.t + ! lib/Locale/Codes/t/country.t lib/Locale/Codes/t/currency.t + ! lib/Locale/Codes/t/uk.t lib/Locale/Constants.pm + ! lib/Locale/Constants.pod lib/Locale/Country.pm + ! lib/Locale/Country.pod lib/Locale/Currency.pm + ! lib/Locale/Currency.pod lib/Locale/Language.pm + ! lib/Locale/Language.pod lib/Locale/Script.pm + ! lib/Locale/Script.pod +____________________________________________________________________________ +[ 23001] By: nicholas on 2004/06/27 18:27:43 + Log: Stop 80_all_env.t failing when LC_ALL is set + Branch: perl + ! lib/I18N/LangTags/t/80_all_env.t +____________________________________________________________________________ +[ 22998] By: nicholas on 2004/06/25 22:19:51 + Log: Correct detection of absent modules. Based on + + Subject: [PATCH] Config{extensions} uses filesystem names as extensions + From: Andy Dougherty + Message-ID: + Date: Thu, 24 Jun 2004 15:09:47 -0400 (EDT) + + with improvements from Marcus Holland-Moritz + Branch: perl + ! ext/Devel/PPPort/t/test.t ext/PerlIO/t/scalar.t + ! ext/PerlIO/t/via.t ext/threads/shared/t/disabled.t lib/DB.t + ! lib/Dumpvalue.t lib/PerlIO/via/t/QuotedPrint.t + ! lib/Tie/RefHash.t lib/autouse.t lib/dumpvar.t lib/h2xs.t + ! lib/overload.t t/io/crlf.t +____________________________________________________________________________ +[ 22997] By: mhx on 2004/06/25 20:27:05 + Log: Cleanup the main regex in Text::ParseWords and make the + parse_line() routine faster. Add a Unicode test case. + Branch: perl + ! lib/Text/ParseWords.pm lib/Text/ParseWords.t +____________________________________________________________________________ +[ 22996] By: merijn on 2004/06/25 15:27:21 + Log: Subject: [perl #30450] perl 5.8.4: enhancement to hints/solaris_2.sh + From: Nicholas Gianniotis (via RT) + Date: 25 Jun 2004 09:39:51 -0000 + Message-ID: + and + From: Andy Dougherty + Date: Fri, 25 Jun 2004 11:30:11 -0400 (EDT) + Message-ID: + Branch: perl + ! hints/solaris_2.sh +____________________________________________________________________________ +[ 22995] By: rgs on 2004/06/25 15:07:51 + Log: Subject: [PATCH] regcomp.c, t/op/regmesg.t -- False range with \p and \P + From: Jeff 'japhy' Pinyan + Date: Thu, 24 Jun 2004 16:42:54 -0400 (EDT) + Message-ID: + Branch: perl + ! regcomp.c t/op/regmesg.t +____________________________________________________________________________ +[ 22994] By: rgs on 2004/06/25 08:36:33 + Log: More @INC test fixes + Branch: perl + ! t/op/threads.t t/run/switch_A.t t/uni/chomp.t t/uni/tr_7jis.t + ! t/uni/tr_eucjp.t t/uni/tr_sjis.t t/uni/tr_utf8.t +____________________________________________________________________________ +[ 22993] By: rgs on 2004/06/25 08:28:34 + Log: Fix the Cwd tests for the core. + Branch: perl + ! ext/Cwd/t/cwd.t ext/Cwd/t/taint.t +____________________________________________________________________________ +[ 22992] By: mhx on 2004/06/24 19:51:06 + Log: Fix for: [perl #30442] Text::ParseWords does not handle backslashed newline inside quoted text + Use the suggested regex fix, plus some tests. + Branch: perl + ! lib/Text/ParseWords.pm lib/Text/ParseWords.t +____________________________________________________________________________ +[ 22991] By: rgs on 2004/06/24 16:47:24 + Log: Upgrade to Cwd 2.18 + (with local changes to cwd.t, to adapt it to the core) + Branch: perl + ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm +____________________________________________________________________________ +[ 22990] By: mhx on 2004/06/24 16:22:05 + Log: Fix for: [perl #2738] perl segfautls on input + The parser was incorrectly accepting <> as a subroutine prototype and + newATTRSUB didn't validate the proto argument before accessing op_sv. + Branch: perl + ! op.c pod/perldiag.pod t/comp/parser.t toke.c +____________________________________________________________________________ +[ 22988] By: rgs on 2004/06/24 12:58:35 + Log: Upgrade to Cwd 2.17_03 + Branch: perl + ! ext/Cwd/Changes ext/Cwd/Cwd.xs lib/Cwd.pm +____________________________________________________________________________ +[ 22977] By: nicholas on 2004/06/23 08:38:47 + Log: Test that [] // 0 is [] + Branch: perl + ! t/op/dor.t +____________________________________________________________________________ +[ 22976] By: rgs on 2004/06/23 08:28:15 + Log: Add a regression test for bug #23765 (by Jarkko) + Branch: perl + ! t/op/substr.t +____________________________________________________________________________ +[ 22975] By: merijn on 2004/06/23 06:56:15 + Log: Backward compatibility issues for HP-UX 10.01 and older + Yes, it is still actively used in production environment + One more patch expected for toke.c optimization level + Branch: perl + ! hints/hpux.sh +____________________________________________________________________________ +[ 22972] By: mhx on 2004/06/22 21:23:59 + Log: Proposed patch + test case. + + Subject: [perl #30409] charnames.pm clobbers default variable + From: Marcel "Grünauer" (via RT) + Date: 22 Jun 2004 16:43:50 -0000 + Message-ID: + Branch: perl + ! lib/charnames.pm lib/charnames.t +____________________________________________________________________________ +[ 22971] By: mhx on 2004/06/22 21:00:10 + Log: Adjust array index in FileCache.pm. + + Subject: [perl #30291] Use of uninitialized value (array index reference) in FileCache.pm module at line 140 + From: bbucklan@jpl-devvax.jpl.nasa.gov (via RT) + Date: 15 Jun 2004 16:55:22 -0000 + Message-ID: + Branch: perl + ! lib/FileCache.pm +____________________________________________________________________________ +[ 22970] By: mhx on 2004/06/22 20:26:11 + Log: Subject: [PATCH] DB_File 1.809 was RE: [perl #30237] DB_File methods and substr don't mix + From: "Paul Marquess" + Date: Tue, 22 Jun 2004 21:29:12 +0100 + Message-Id: <20040622202910.WBSU21846.mta08-svc.ntlworld.com@MARQUESSPT21> + Branch: perl + ! ext/DB_File/Changes ext/DB_File/DB_File.pm + ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t + ! ext/DB_File/t/db-hash.t ext/DB_File/t/db-recno.t + ! ext/DB_File/typemap +____________________________________________________________________________ +[ 22969] By: nicholas on 2004/06/22 13:25:11 + Log: Abolish the "Tied variable freed while still in use" error - I have + a way to cleanly avoid the coredump. + Branch: perl + ! mg.c pod/perldiag.pod t/op/tie.t +____________________________________________________________________________ +[ 22968] By: nicholas on 2004/06/22 12:28:58 + Log: Subject: [PATCH] Storable signedness nit + From: "Craig A. Berry" + Message-ID: <40D3AAC7.6030407@mac.com> + Date: Fri, 18 Jun 2004 21:53:59 -0500 + Branch: perl + ! ext/Storable/Storable.xs +____________________________________________________________________________ +[ 22967] By: nicholas on 2004/06/22 09:57:23 + Log: Skip tests if List::Util not built + Branch: perl + ! lib/DB.t lib/Dumpvalue.t lib/autouse.t lib/dumpvar.t + ! lib/overload.t +____________________________________________________________________________ +[ 22966] By: nicholas on 2004/06/22 09:56:59 + Log: Skip test if Data::Dumper not built + Branch: perl + ! lib/Tie/RefHash.t +____________________________________________________________________________ +[ 22965] By: nicholas on 2004/06/22 09:56:34 + Log: Skip test if Devel::PPPort is not built. + Probably should fix h2xs to work without it. + Branch: perl + ! lib/h2xs.t +____________________________________________________________________________ +[ 22964] By: rgs on 2004/06/22 07:34:40 + Log: Upgrade to I18N::LangTags 0.32 + Branch: perl + ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog + ! lib/I18N/LangTags/Detect.pm lib/I18N/LangTags/t/80_all_env.t +____________________________________________________________________________ +[ 22963] By: davem on 2004/06/20 12:00:56 + Log: make mktables always update modifed time to play better with make + Branch: perl + ! Makefile.SH lib/unicore/mktables +____________________________________________________________________________ +[ 22962] By: davem on 2004/06/20 11:50:19 + Log: fix typo in gp_free + Branch: perl + ! gv.c +____________________________________________________________________________ +[ 22961] By: davem on 2004/06/19 12:36:58 + Log: 'make test' without preceeding 'make' fails. + Change #22872 added a target to run mktables, but this was + skipped if 'make test' was run first, causing the build of + Unicode::Normalize to fail. + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 22960] By: nicholas on 2004/06/18 20:18:02 + Log: When expecting an error, it's best to check the text you got, rather + than blindly assuming that it's correct. + Branch: perl + ! t/op/write.t +____________________________________________________________________________ +[ 22959] By: nicholas on 2004/06/18 18:57:30 + Log: Case insensitive file systems are bad, m'kay + Branch: perl + ! ext/IO/t/IO.t +____________________________________________________________________________ +[ 22958] By: nicholas on 2004/06/18 13:45:51 + Log: This needs POSIX, so skip if no POSIX + Branch: perl + ! lib/Pod/t/basic.t +____________________________________________________________________________ +[ 22957] By: nicholas on 2004/06/18 13:44:27 + Log: Also needs skipping if PerlIO::via not built + Branch: perl + ! lib/PerlIO/via/t/QuotedPrint.t +____________________________________________________________________________ +[ 22956] By: nicholas on 2004/06/18 13:24:13 + Log: Skip tests when PerlIO::scalar and PerlIO::via aren't built + Branch: perl + ! ext/PerlIO/t/scalar.t ext/PerlIO/t/via.t +____________________________________________________________________________ +[ 22955] By: nicholas on 2004/06/18 13:19:16 + Log: Not ideal, but skip all of IO's tests if Socket is not built. + Branch: perl + ! ext/IO/t/IO.t +____________________________________________________________________________ +[ 22954] By: nicholas on 2004/06/18 13:11:31 + Log: Skip test if perl configured without threads::shared + Branch: perl + ! ext/threads/shared/t/disabled.t +____________________________________________________________________________ +[ 22953] By: nicholas on 2004/06/18 13:09:24 + Log: Skip test if Devel::PPPort not built + Branch: perl + ! ext/Devel/PPPort/t/test.t +____________________________________________________________________________ +[ 22952] By: nicholas on 2004/06/18 13:07:40 + Log: Skip re tests if re not built. + Branch: perl + ! ext/re/t/re.t +____________________________________________________________________________ +[ 22951] By: nicholas on 2004/06/18 11:38:24 + Log: If we don't build B, we should skip all its tests. + Branch: perl + ! ext/B/t/asmdata.t ext/B/t/b.t ext/B/t/bblock.t + ! ext/B/t/bytecode.t ext/B/t/concise.t ext/B/t/debug.t + ! ext/B/t/deparse.t ext/B/t/f_map.t ext/B/t/f_sort.t + ! ext/B/t/lint.t ext/B/t/o.t ext/B/t/optree_check.t + ! ext/B/t/optree_concise.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 ext/B/t/showlex.t ext/B/t/stash.t + ! ext/B/t/terse.t ext/B/t/xref.t +____________________________________________________________________________ +[ 22950] By: nicholas on 2004/06/18 11:27:51 + Log: D'oh. Don't turn on warnings on the #! line without actually testing + the full code in case it warns. + Branch: perl + ! lib/Unicode/UCD.t +____________________________________________________________________________ +[ 22949] By: nicholas on 2004/06/18 09:43:12 + Log: Unicode::UCD uses Storable, so we can't test if Storable isn't built. + Branch: perl + ! lib/Unicode/UCD.t +____________________________________________________________________________ +[ 22948] By: nicholas on 2004/06/18 09:23:20 + Log: Can't test the B modules if we didn't build 'em + Branch: perl + ! t/lib/1_compile.t +____________________________________________________________________________ +[ 22947] By: nicholas on 2004/06/18 08:59:01 + Log: Need to skip test 7 if perl built without the PerlIO::scalar extension + Branch: perl + ! t/io/crlf.t +____________________________________________________________________________ +[ 22946] By: rgs on 2004/06/18 07:44:34 + Log: Upgrade to I18N::LangTags 0.31. + Branch: perl + ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog + ! lib/I18N/LangTags/Detect.pm lib/I18N/LangTags/t/10_http.t + ! lib/I18N/LangTags/t/80_all_env.t +____________________________________________________________________________ +[ 22945] By: nicholas on 2004/06/17 19:27:05 + Log: As 2/3rds (or 3/4s) of the SV head structure is rewritten, it doesn't + seem that memzero() of everything is the most efficient idea. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 22944] By: nicholas on 2004/06/17 14:57:14 + Log: Change 22516 forgot to add make_overload.pl to generate test data + (submitted from the pub via wireless, bluetooth and then GPRS out + to the Internet) + Branch: perl + + ext/Storable/t/make_overload.pl + ! MANIFEST +____________________________________________________________________________ +[ 22943] By: nicholas on 2004/06/17 12:03:48 + Log: Storable should cope if the string to thaw happens to be utf8 encoded + And anything with bytes >=256 is corrupt + Branch: perl + ! ext/Storable/ChangeLog ext/Storable/README + ! ext/Storable/Storable.pm ext/Storable/Storable.xs + ! ext/Storable/t/utf8.t +____________________________________________________________________________ +[ 22942] By: rgs on 2004/06/17 09:57:14 + Log: Upgrade to Locale::Maketext 1.09 + Branch: perl + + lib/Locale/Maketext/t/01_about_verbose.t + + lib/Locale/Maketext/t/10_make.t lib/Locale/Maketext/t/20_get.t + + lib/Locale/Maketext/t/40_super.t + + lib/Locale/Maketext/t/50_super.t + + lib/Locale/Maketext/t/60_super.t + + lib/Locale/Maketext/t/90_utf8.t + - lib/Locale/Maketext/t/00about.t lib/Locale/Maketext/t/01make.t + - lib/Locale/Maketext/t/02get.t lib/Locale/Maketext/t/03http.t + - lib/Locale/Maketext/t/04super.t + - lib/Locale/Maketext/t/05super.t + - lib/Locale/Maketext/t/06super.t lib/Locale/Maketext/t/90utf8.t + ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog + ! lib/Locale/Maketext/README +____________________________________________________________________________ +[ 22941] By: rgs on 2004/06/17 09:43:48 + Log: Upgrade to I18N::LangTags 0.30. + Branch: perl + + lib/I18N/LangTags/Detect.pm + + lib/I18N/LangTags/t/01_about_verbose.t + + lib/I18N/LangTags/t/05_main.t lib/I18N/LangTags/t/07_listy.t + + lib/I18N/LangTags/t/10_http.t lib/I18N/LangTags/t/50_super.t + + lib/I18N/LangTags/t/55_supers_strict.t + + lib/I18N/LangTags/t/80_all_env.t + - lib/I18N/LangTags/t/01test.t lib/I18N/LangTags/t/02decency.t + ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog + ! lib/I18N/LangTags/List.pm +____________________________________________________________________________ +[ 22940] By: rgs on 2004/06/17 08:54:41 + Log: More forgiving version comparison in perlivp. + Branch: perl + ! utils/perlivp.PL +____________________________________________________________________________ +[ 22939] By: nicholas on 2004/06/16 09:05:57 + Log: Improve the substitution to cc_r for threading so that compilers + specified with a full path or as a parameter to ccache are changed + Branch: perl + ! hints/aix.sh +____________________________________________________________________________ +[ 22938] By: rgs on 2004/06/15 14:35:00 + Log: Subject: [PATCH] File::Basename docs + From: Boris Zentner + Date: Sat, 12 Jun 2004 16:29:42 +0200 + Message-Id: <200406121629.42595.bzm@2bz.de> + Branch: perl + ! lib/File/Basename.pm +____________________________________________________________________________ +[ 22937] By: nicholas on 2004/06/15 09:21:22 + Log: It seems that our assert() macro wasn't good enough. + Changed to one that that is an expression, rather than a statement. + Fix new macros definitions in sv.h to be clean enough C to keep the + AIX compiler happy. + Branch: perl + ! perl.h sv.h +____________________________________________________________________________ +[ 22936] By: rgs on 2004/06/15 08:22:32 + Log: Subject: [PATCH] perlop.pod: add an example to the .. and ... operators + From: Shlomi Fish + Date: Tue, 15 Jun 2004 10:15:15 +0300 (IDT) + Message-ID: + Branch: perl + ! pod/perlop.pod +____________________________________________________________________________ +[ 22935] By: nicholas on 2004/06/15 07:17:17 + Log: Assert SvTYPE is at least PGMV whenever accessing SvSTASH + Branch: perl + ! ext/Storable/Storable.xs sv.h +____________________________________________________________________________ +[ 22934] By: nicholas on 2004/06/14 15:26:38 + Log: Assert that SV type has magic member when reading/writing. + Will catch buggy code. + Branch: perl + ! sv.c sv.h +____________________________________________________________________________ +[ 22933] By: rgs on 2004/06/13 17:54:47 + Log: More h2ph voodoo. + Branch: perl + ! utils/h2ph.PL +____________________________________________________________________________ +[ 22932] By: rgs on 2004/06/13 15:35:00 + Log: Subject: [PATCH] t/TEST + From: Abe Timmerman + Date: Sun, 13 Jun 2004 11:41:49 +0200 + Message-Id: <200406131141.50361.abe@ztreet.demon.nl> + Branch: perl + ! t/TEST +____________________________________________________________________________ +[ 22931] By: rgs on 2004/06/11 16:54:00 + Log: Reapply change #20983, rolled back by change #22920, + as noticed by Craig Berry. + Branch: perl + ! pod/pod2usage.PL pod/podselect.PL +____________________________________________________________________________ +[ 22930] By: rgs on 2004/06/11 14:22:55 + Log: More h2ph tweaks: recognition of C types + Branch: perl + ! utils/h2ph.PL +____________________________________________________________________________ +[ 22929] By: rgs on 2004/06/11 13:46:53 + Log: More h2ph tweaking for gcc __inline functions + Branch: perl + ! utils/h2ph.PL +____________________________________________________________________________ +[ 22928] By: mhx on 2004/06/11 09:37:42 + Log: t/comp/utf.t failed when configuring with -Dnoextensions=Encode + Branch: perl + ! t/comp/utf.t +____________________________________________________________________________ +[ 22927] By: rgs on 2004/06/11 08:28:19 + Log: Remove a warning against unsafe signals in perlipc.pod, + now that we have "safe signals". + Branch: perl + ! pod/perlipc.pod +____________________________________________________________________________ +[ 22926] By: rgs on 2004/06/10 19:03:51 + Log: Subject: Re: [perl #30197] perlbug AutoReply: Data::Dumper does not indent the deparsed code properly + From: Mathieu Arnold + Date: Thu, 10 Jun 2004 16:43:58 +0200 + Message-ID: <34D483170C7F84E0DFBE442B@andromede.in.reaumur.net> + (with a test adjustment) + Branch: perl + ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/t/dumper.t +____________________________________________________________________________ +[ 22925] By: rgs on 2004/06/10 17:26:15 + Log: Make h2ph able to understand a limited set of inline functions. + The glibc apparently now ships headers that use inline functions + instead of plain old macros. + Branch: perl + ! utils/h2ph.PL +____________________________________________________________________________ +[ 22924] By: rgs on 2004/06/10 07:55:41 + Log: Subject: Change 22872 breaks shared miniperl invocation + From: Alexey Tourbin + Date: Fri, 4 Jun 2004 13:24:17 +0400 + Message-ID: <20040604092417.GA13447@solemn.turbinal.org> + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 22923] By: rgs on 2004/06/09 19:47:47 + Log: Subject: Re: [perl #30045] Transliteration replacement not terminated message obscure + From: Yitzchak Scott-Thoennes + Date: Mon, 7 Jun 2004 00:28:55 -0700 + Message-ID: <20040607072854.GB1028@efn.org> + Branch: perl + ! pod/perldiag.pod +____________________________________________________________________________ +[ 22922] By: rgs on 2004/06/09 18:40:45 + Log: Remove the "malloc wrappage" tests, due to their unportability + (as suggested by Jarkko.) + Branch: perl + ! t/op/array.t t/op/repeat.t +____________________________________________________________________________ +[ 22921] By: rgs on 2004/06/09 15:57:58 + Log: Subject: [PATCH] Re: [perl #24081] invalid regexp in perl -V + From: Robin Barker + Date: Wed, 9 Jun 2004 12:02:01 +0100 + Message-ID: <533D273D4014D411AB1D00062938C4D9040468F1@hotel.npl.co.uk> + with further adjustements for bleadperl + Branch: perl + ! configpm lib/Config.t +____________________________________________________________________________ +[ 22920] By: rgs on 2004/06/09 13:13:29 + Log: Upgrade to Pod::Parser 1.28 + (except Pod::Find, which has local patches not yet on CPAN) + Branch: perl + ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm lib/Pod/Parser.pm + ! pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL + ! t/pod/find.t +____________________________________________________________________________ +[ 22919] By: mhx on 2004/06/09 12:50:12 + Log: s/64bit/64-bit/g for consistency in the READMEs. + Branch: perl + ! README.aix README.hpux +____________________________________________________________________________ +[ 22918] By: rgs on 2004/06/09 12:43:59 + Log: Subject: [patch] Windows/Win32 thread handle leak with threads join + From: "Kevin Chase" + Date: Sun, 06 Jun 2004 09:44:44 -0700 + Message-ID: + Branch: perl + ! ext/threads/threads.xs +____________________________________________________________________________ +[ 22917] By: merijn on 2004/06/09 11:46:23 + Log: Several updates, major, and minor corrections, model updates, + explained the model numbering of HP-UX servers. + Branch: perl + ! README.hpux +____________________________________________________________________________ +[ 22916] By: rgs on 2004/06/09 09:53:58 + Log: Upgrade to Pod::Perldoc 3.13 + Branch: perl + + lib/Pod/Perldoc/t/01_about_verbose.t + ! MANIFEST lib/Pod/Perldoc.pm lib/Pod/Perldoc/ToMan.pm +____________________________________________________________________________ +[ 22915] By: rgs on 2004/06/09 09:08:46 + Log: Upgrade to Digest 1.08. + Branch: perl + ! lib/Digest.pm +____________________________________________________________________________ +[ 22914] By: rgs on 2004/06/09 08:08:55 + Log: Upgrade to CGI.pm 3.05 + Branch: perl + ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Util.pm lib/CGI/t/html.t +____________________________________________________________________________ +[ 22913] By: davem on 2004/06/08 22:20:40 + Log: double DESTROY in for loop + pp_iter decremented the ref count of the previous iterant before + unaliasing it. This could lead to DESTROY being called with the + loop variable still aliased to the freed value. If the DESTROY + also contained a for loop with the same iterator variable, the + freed value would get resurrected then freed for a second time. + Branch: perl + ! pp_hot.c t/cmd/for.t +____________________________________________________________________________ +[ 22912] By: rgs on 2004/06/08 18:51:03 + Log: Upgrade to Pod::LaTeX 0.57 + Branch: perl + + lib/Pod/t/user.t + ! MANIFEST lib/Pod/LaTeX.pm pod/pod2latex.PL +____________________________________________________________________________ +[ 22911] By: rgs on 2004/06/08 18:42:29 + Log: Upgrade to Unicode::Normalize 0.30. + Branch: perl + ! ext/Unicode/Normalize/Changes + ! ext/Unicode/Normalize/Normalize.pm + ! ext/Unicode/Normalize/Normalize.xs + ! ext/Unicode/Normalize/t/illegal.t + ! ext/Unicode/Normalize/t/short.t + ! ext/Unicode/Normalize/t/split.t +____________________________________________________________________________ +[ 22910] By: rgs on 2004/06/08 18:40:38 + Log: Remove a spurious \n in a perltie example, + noticed by Geoffrey Young. + Branch: perl + ! pod/perltie.pod +____________________________________________________________________________ +[ 22909] By: rgs on 2004/06/08 18:34:23 + Log: Upgrade to Unicode::Collate 0.40 + Branch: perl + ! lib/Unicode/Collate.pm lib/Unicode/Collate/t/hangul.t +____________________________________________________________________________ +[ 22908] By: rgs on 2004/06/08 18:23:54 + Log: Upgrade to Time::Local 1.10. + Branch: perl + ! lib/Time/Local.pm lib/Time/Local.t +____________________________________________________________________________ +[ 22907] By: rgs on 2004/06/08 18:02:59 + Log: Upgrade to Test::Harness 2.42 + Branch: perl + ! lib/Test/Harness.pm lib/Test/Harness/Changes + ! lib/Test/Harness/bin/prove lib/Test/Harness/t/prove-switches.t +____________________________________________________________________________ +[ 22906] By: nicholas on 2004/06/08 14:59:20 + Log: Patch 22835 Failed to upgrade all the new files in Encode 2.01 + As spotted by Jerry D. Hedden + Branch: perl + ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/META.yml +____________________________________________________________________________ +[ 22905] By: rgs on 2004/06/08 13:53:40 + Log: Subject: Re: newSVpvn(NULL, 0); doesn't work as advertised + From: Marcus Holland-Moritz + Date: Fri, 4 Jun 2004 16:29:44 +0200 + Message-Id: <20040604162944.4011f1c6@r2d2> + Branch: perl + ! pod/perlapi.pod sv.c +____________________________________________________________________________ +[ 22904] By: rgs on 2004/06/08 13:44:27 + Log: Subject: Re: [PATCH] Re: Lack of error for large string on Solaris + From: Jarkko Hietaniemi + Date: Mon, 07 Jun 2004 20:09:42 +0300 + Message-ID: <40C4A156.5030205@iki.fi> + Branch: perl + ! av.c pod/perldiag.pod pp.c pp_hot.c t/op/array.t t/op/repeat.t +____________________________________________________________________________ +[ 22903] By: rgs on 2004/06/08 10:19:27 + Log: Subject: [perl #30073] Misleading docs of Text::Wrap + From: perl-5.8.0@ton.iguana.be (via RT) + Date: 6 Jun 2004 21:50:19 -0000 + Message-ID: + Branch: perl + ! lib/Text/Wrap.pm +____________________________________________________________________________ +[ 22902] By: rgs on 2004/06/06 07:49:27 + Log: Subject: Re: [PATCH] [perl #29841] utf8::decode doesn't work under -T + From: SADAHIRO Tomoyuki + Date: Sun, 06 Jun 2004 00:37:21 +0900 + Message-Id: <20040606003344.57B2.BQW10602@nifty.com> + Branch: perl + ! lib/utf8.pm pod/perlapi.pod sv.c t/op/utftaint.t +____________________________________________________________________________ +[ 22901] By: rgs on 2004/06/03 15:19:52 + Log: Subject: [PATCH] Have win32/makefile.mk default to gcc, and update docs + From: Steve Hay + Date: Thu, 03 Jun 2004 15:46:17 +0100 + Message-ID: <40BF39B9.3060207@uk.radan.com> + Branch: perl + ! README.win32 win32/makefile.mk +____________________________________________________________________________ +[ 22900] By: rgs on 2004/06/03 13:20:37 + Log: perlpodspec uses 'nonbreaking' and 'non-breaking'. + Normalize on the hyphenated spelling. + Branch: perl + ! pod/perlpodspec.pod +____________________________________________________________________________ +[ 22899] By: rgs on 2004/06/03 13:03:20 + Log: Workaround a dmake oddity. + Subject: Re: Smoke [5.9.2] 22881 FAIL(M) MSWin32 WinXP/.Net SP1 (x86/1 cpu) + From: Steve Hay + Date: Thu, 03 Jun 2004 12:16:13 +0100 + Message-ID: <40BF087D.8030005@uk.radan.com> + Branch: perl + ! win32/makefile.mk +____________________________________________________________________________ +[ 22898] By: rgs on 2004/06/03 09:02:31 + Log: Carp was mostly unusable with Safe because it may require + Carp::Heavy at run-time (while require() is forbidden.) + Have Safe load Carp::Heavy. + Branch: perl + ! ext/Opcode/Safe.pm lib/Carp.pm +____________________________________________________________________________ +[ 22897] By: mhx on 2004/06/02 18:03:40 + Log: Make change #22889 work for threaded builds, Part 2. + Branch: perl + ! XSUB.h +____________________________________________________________________________ +[ 22896] By: mhx on 2004/06/02 17:18:44 + Log: Make change #22889 work for threaded builds. + Branch: perl + ! pad.c pp.c +____________________________________________________________________________ +[ 22895] By: mhx on 2004/06/02 16:48:41 + Log: Fix apidoc entries for PUSHMARK and newXSproto. + Branch: perl + ! XSUB.h pod/perlapi.pod pp.h +____________________________________________________________________________ +[ 22894] By: mhx on 2004/06/02 16:42:24 + Log: Document embed.fnc 'U' and 's' flags. + Branch: perl + ! embed.fnc +____________________________________________________________________________ +[ 22893] By: rgs on 2004/06/02 08:21:30 + Log: Subject: [PATCH] on VMS, always exit with failure in my_failure_exit + From: "Craig A. Berry" + Date: Tue, 01 Jun 2004 23:16:58 -0500 + Message-ID: <40BD54BA.9040708@mac.com> + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 22892] By: rgs on 2004/06/02 08:19:30 + Log: Subject: Re: [PATCH] [perl #29612] ndbm failure in make test + From: Alexey Tourbin + Date: Sat, 22 May 2004 02:22:22 +0400 + Message-ID: <20040521222222.GJ2030@solemn.turbinal.org> + Branch: perl + ! ext/NDBM_File/hints/linux.pl +____________________________________________________________________________ +[ 22891] By: rgs on 2004/06/02 06:47:58 + Log: Detypo. + Branch: perl + ! pod/perlintern.pod pp_ctl.c +____________________________________________________________________________ +[ 22890] By: rgs on 2004/06/02 06:43:30 + Log: Subject: [PATCH] Re: [perl #29765] PERL-5.8.4 INSTALL + From: Andrew Dougherty + Date: Tue, 1 Jun 2004 16:25:48 -0400 (EDT) + Message-ID: + Branch: perl + ! INSTALL README +____________________________________________________________________________ +[ 22889] By: rgs on 2004/06/02 06:07:53 + Log: Make the dUNDERBAR/UNDERBAR macros work as advertised. + While we're at it, use the same trick to make reverse() + work correctly with lexical $_. + Branch: perl + ! XSUB.h embed.fnc embed.h global.sym pad.c pp.c proto.h + ! t/op/mydef.t +____________________________________________________________________________ +[ 22888] By: rgs on 2004/06/01 15:26:59 + Log: Subject: [PATCH] Remove redundant %SIG assignments from FileCache + From: Alan Burlison + Date: Fri, 28 May 2004 12:27:06 +0100 + Message-ID: <40B7220A.4040305@sun.com> + Branch: perl + ! lib/FileCache.pm +____________________________________________________________________________ +[ 22887] By: merijn on 2004/06/01 14:30:48 + Log: Subject: Re: Smoke [5.9.2] 22881 FAIL(M) MSWin32 WinXP/.Net SP1 (x86/1 cpu) + From: Steve Hay + Date: Tue, 01 Jun 2004 15:30:37 +0100 + Message-ID: <40BC930D.90701@uk.radan.com> + Branch: perl + ! win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 22886] By: rgs on 2004/06/01 12:24:30 + Log: Subject: [Fwd: [PATCH] Pod::Find should ignore SCM files and dirs] + From: Alan Burlison + Date: Fri, 28 May 2004 23:28:44 +0100 + Message-ID: <40B7BD1C.40309@sun.com> + Branch: perl + ! lib/Pod/Find.pm +____________________________________________________________________________ +[ 22885] By: rgs on 2004/06/01 12:17:18 + Log: Subject: Re: [PATCH] UPDATE - Grammatical fixes and explanations in perlfunc.pod (sysopen) + From: Paul Fenwick + Date: Tue, 1 Jun 2004 11:31:34 +1000 + Message-ID: <20040601013134.GA11005@perltraining.com.au> + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 22884] By: merijn on 2004/06/01 10:51:33 + Log: Subject: [PATCH] configure.com and PERL_API_REVISION + From: "Craig A. Berry" + Date: Mon, 31 May 2004 21:04:07 -0500 + Message-ID: <40BBE417.2090001@mac.com> + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 22883] By: rgs on 2004/06/01 09:25:32 + Log: Subject: [PATCH] Shell.pm: pod rewrite and new mini-feature $Shell::raw + From: LAUN Wolfgang + Date: Tue, 1 Jun 2004 07:52:58 +0200 + Message-ID: + Branch: perl + ! lib/Shell.pm +____________________________________________________________________________ +[ 22882] By: rgs on 2004/06/01 08:44:01 + Log: Subject: [PATCH] perlhack.pod - working with the Perl source + From: Dave Rolsky + Date: Mon, 31 May 2004 12:52:43 -0500 (CDT) + Message-ID: + Branch: perl + ! pod/perlhack.pod +____________________________________________________________________________ +[ 22881] By: nicholas on 2004/05/31 19:06:21 + Log: replace the run time code in lib/utf8_pva.pl with data generated + at build by mktables, stored in lib/unicore/PVA.pl + Branch: perl + - lib/utf8_pva.pl + ! MANIFEST Makefile.SH lib/unicore/mktables lib/utf8_heavy.pl + ! vms/descrip_mms.template win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 22880] By: nicholas on 2004/05/31 17:26:56 + Log: Don't need to require utf8_pva.pl at top of file + Branch: perl + ! lib/utf8_heavy.pl +____________________________________________________________________________ +[ 22879] By: nicholas on 2004/05/31 14:24:56 + Log: Run mktables as part of the build process. + Don't ship any of the files that it generates in lib/unicore + Branch: perl + - (delete 419 files) + ! MANIFEST Makefile.SH lib/unicore/mktables + ! vms/descrip_mms.template win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 22878] By: rgs on 2004/05/31 14:20:53 + Log: Subject: [perl #29937] Entries missing from .packlist + From: jdhedden@1979.usna.com (via RT) + Date: 28 May 2004 19:23:48 -0000 + Message-ID: + Branch: perl + ! installman installperl +____________________________________________________________________________ +[ 22877] By: rgs on 2004/05/31 12:50:57 + Log: Subject: [PATCH] Re: [perl #29969] h2ph not correctly processing glibc sys/sysmacros.ph + From: + Date: Sun, 30 May 2004 17:27:07 +0200 + Message-Id: <20040530152707.ZLWL22856.viefep16-int.chello.at@localhost> + Branch: perl + ! utils/h2ph.PL +____________________________________________________________________________ +[ 22876] By: rgs on 2004/05/31 09:52:05 + Log: Subject: [PATCH] Fix anomalies in Carp functions + From: Steve Hay + Date: Tue, 25 May 2004 16:05:02 +0100 + Message-ID: <40B3609E.5060502@uk.radan.com> + Branch: perl + ! lib/Carp.t lib/Carp/Heavy.pm lib/autouse.t +____________________________________________________________________________ +[ 22875] By: rgs on 2004/05/31 09:25:37 + Log: Subject: [PATCH] Fix generation of perlapi.pod + From: Steve Hay + Date: Fri, 28 May 2004 11:46:41 +0100 + Message-ID: <40B71891.6090806@uk.radan.com> + Branch: perl + ! autodoc.pl pod/perlapi.pod +____________________________________________________________________________ +[ 22874] By: davem on 2004/05/30 22:31:03 + Log: Subject: Re: my $x->{foo} doesn't work + From: Shinya Hayakawa + Date: Tue, 25 May 2004 00:06:06 +0900 + Message-Id: <200405250006.06387.hayakawa@livedoor.jp> + + Allow autovivification of (my $x)->{foo} + Branch: perl + ! pp_hot.c t/op/my.t +____________________________________________________________________________ +[ 22873] By: nicholas on 2004/05/30 21:58:36 + Log: Convert to using File::Spec, so that we can build Unicode files + on all platforms + Branch: perl + ! lib/unicore/mktables +____________________________________________________________________________ +[ 22872] By: nicholas on 2004/05/30 20:34:07 + Log: First step to generating Unicode files for the regexp engine at build + time - targets in the Makefile + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 22870] By: davem on 2004/05/30 14:30:45 + Log: Problem with autouse (causing Perl to crash) + @_ sometimes wasn't getting created right + Branch: perl + ! pad.c pp_ctl.c t/op/goto.t +____________________________________________________________________________ +[ 22868] By: nicholas on 2004/05/30 13:57:05 + Log: Upgrade to Encode 2.01. + Branch: perl + ! ext/Encode/lib/Encode/CN/HZ.pm + ! ext/Encode/lib/Encode/Unicode/UTF7.pm +____________________________________________________________________________ +[ 22866] By: nicholas on 2004/05/30 13:11:41 + Log: Skip in minitest + Branch: perl + ! t/comp/utf.t +____________________________________________________________________________ +[ 22853] By: rgs on 2004/05/28 06:29:28 + Log: Subject: [PATCH doc] Re: undef loses it magicness when assigned to a variable? + From: Stas Bekman + Date: Thu, 27 May 2004 11:25:08 -0700 + Message-ID: <40B63284.5040203@stason.org> + Branch: perl + ! pod/perlapi.pod pod/perlguts.pod sv.h +____________________________________________________________________________ +[ 22852] By: merijn on 2004/05/28 05:31:25 + Log: Subject: TEST needs to ignore SCM files + From: Alan Burlison + Date: Thu, 27 May 2004 23:32:28 +0100 + Message-ID: <40B66C7C.8030303@sun.com> + Branch: perl + ! t/TEST +____________________________________________________________________________ +[ 22850] By: rgs on 2004/05/26 16:17:24 + Log: Subject: [PATCH] 'perl -v' fails if local_patches contains code snippets + From: Alan Burlison + Date: Wed, 26 May 2004 16:24:03 +0100 + Message-ID: <40B4B693.9090905@sun.com> + (using \0 as a separator for q//) + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 22848] By: rgs on 2004/05/26 08:15:29 + Log: Subject: [PATCH] correctly handle C<< >> and C<<< >>> in diagnostics + From: Yitzchak Scott-Thoennes + Date: Tue, 25 May 2004 02:29:37 -0700 + Message-ID: <20040525092937.GA2332@efn.org> + Branch: perl + ! lib/diagnostics.pm +____________________________________________________________________________ +[ 22843] By: rgs on 2004/05/24 16:12:41 + Log: Tests for change #22842, by SADAHIRO Tomoyuki + (adapted to the core) + Branch: perl + + t/op/utftaint.t + ! MANIFEST +____________________________________________________________________________ +[ 22842] By: rgs on 2004/05/24 15:55:23 + Log: Subject: Re: utf-8 and taint don't work together + From: SADAHIRO Tomoyuki + Date: Sat, 22 May 2004 21:38:33 +0900 + Message-Id: <20040522212704.C068.BQW10602@nifty.com> + + Date: Sun, 23 May 2004 09:56:15 +0900 + Message-Id: <20040523095609.E404.BQW10602@nifty.com> + Branch: perl + ! ext/Encode/lib/Encode/CN/HZ.pm + ! ext/Encode/lib/Encode/Unicode/UTF7.pm sv.c +____________________________________________________________________________ +[ 22841] By: rgs on 2004/05/24 11:43:32 + Log: Subject: [PATCH] win32_chsize is not exported on Win32 + From: Steve Hay + Date: Mon, 24 May 2004 12:52:48 +0100 + Message-ID: <40B1E210.4050202@uk.radan.com> + Branch: perl + ! makedef.pl +____________________________________________________________________________ +[ 22840] By: rgs on 2004/05/24 11:23:31 + Log: Subject: [PATCH] Re: [perl #29765] PERL-5.8.4 INSTALL + From: Yitzchak Scott-Thoennes + Date: Fri, 21 May 2004 11:35:34 -0700 + Message-ID: <20040521183533.GA5108@efn.org> + (plus whitespace removal) + Branch: perl + ! INSTALL +____________________________________________________________________________ +[ 22839] By: davem on 2004/05/22 11:15:34 + Log: Optimization busted: '@a = "b", sort @a' drops "b" + Fix the sort-in-place optimization of change #22349. + Branch: perl + ! op.c t/op/sort.t +____________________________________________________________________________ +[ 22838] By: gbarr on 2004/05/22 07:41:21 + Log: Update to Scalar-List-Utils-1.14 + Branch: perl + + ext/List/Util/Changes + - ext/List/Util/ChangeLog + ! MANIFEST ext/List/Util/README ext/List/Util/Util.xs + ! ext/List/Util/lib/List/Util.pm + ! ext/List/Util/lib/Scalar/Util.pm +____________________________________________________________________________ +[ 22837] By: rgs on 2004/05/21 15:40:49 + Log: Subject: Proposed doc patch for getsockopt + From: perl5-porters@ton.iguana.be (Ton Hospel) + Date: Sun, 16 May 2004 13:35:20 +0000 (UTC) + Message-Id: + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 22836] By: rgs on 2004/05/21 08:45:28 + Log: Subject: [PATCH] h2xs doesn't recognize indented enums + From: Tassilo von Parseval + Date: Fri, 21 May 2004 10:51:58 +0200 + Message-id: <20040521085158.GA10660@ethan> + (modified regexp) + Branch: perl + ! utils/h2xs.PL +____________________________________________________________________________ +[ 22835] By: rgs on 2004/05/20 13:30:25 + Log: Upgrade to Encode 2.00. + Branch: perl + ! (edit 147 files) +____________________________________________________________________________ +[ 22833] By: rgs on 2004/05/20 11:48:29 + Log: Test portability nit. + Subject: [PATCH] Re: Smoke [5.9.2] 22821 FAIL(F) MSWin32 WinXP/.Net SP1 (x86/1 cpu) + From: Steve Hay + Date: Tue, 18 May 2004 11:31:04 +0100 + Message-ID: <40A9E5E8.7030800@uk.radan.com> + Branch: perl + ! ext/B/t/optree_specials.t +____________________________________________________________________________ +[ 22831] By: davem on 2004/05/19 21:02:04 + Log: improve hashing algorithm for ptr tables in perl_clone: + the bottom few bits of a pointer are usually zero + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 22830] By: davem on 2004/05/19 20:17:55 + Log: Thread creation time is hypersensitive + + Due to a logic error, the dup ptr table sometimes wans't being + grown, leading to extremely slow cloning. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 22829] By: rgs on 2004/05/18 13:05:48 + Log: perlrun.pod minor fixes : + - the parameter to -x is optional + - pod nit + Branch: perl + ! pod/perlrun.pod +____________________________________________________________________________ +[ 22828] By: rgs on 2004/05/18 12:54:47 + Log: Subject: [perl #29623] Patch for h2xs.t in Perl 5.8.4 + From: mats@sm5sxl.net (via RT) + Date: 16 May 2004 13:33:32 -0000 + Message-ID: + Branch: perl + ! lib/h2xs.t +____________________________________________________________________________ +[ 22827] By: rgs on 2004/05/18 12:16:42 + Log: Subject: [PATCH] Re: Smoke [5.9.2] 22818 FAIL(F) MSWin32 WinXP/.Net SP1 (x86/1 cpu) + From: Steve Hay + Date: Fri, 14 May 2004 17:33:17 +0100 + Message-ID: <40A4F4CD.2000003@uk.radan.com> + Branch: perl + ! t/comp/utf.t +____________________________________________________________________________ +[ 22826] By: rgs on 2004/05/18 08:15:27 + Log: Error message too wide. + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 22825] By: rgs on 2004/05/17 15:12:03 + Log: Remove a TODO test that is no longer to do. + Branch: perl + ! ext/B/t/f_sort.t +____________________________________________________________________________ +[ 22824] By: rgs on 2004/05/17 15:08:40 + Log: Fix new B::Concise test output + Subject: Re: Smoke [5.9.2] 22820 FAIL(F) openbsd 3.5 (i386/1 cpu) + From: Jim Cromie + Date: Mon, 17 May 2004 09:19:00 -0600 + Message-ID: <40A8D7E4.1020007@divsol.com> + Branch: perl + ! ext/B/t/f_sort.t t/TEST +____________________________________________________________________________ +[ 22823] By: rgs on 2004/05/17 08:54:15 + Log: Subject: [PATCH] Re: [perl #29581] glob() misses a lot of matches + From: LAUN Wolfgang + Date: Mon, 17 May 2004 07:38:19 +0200 + Message-ID: + Branch: perl + ! ext/File/Glob/Glob.xs +____________________________________________________________________________ +[ 22822] By: rgs on 2004/05/17 08:49:53 + Log: David Manura is the new maintainer of Text::Balanced. + Branch: perl + ! Porting/Maintainers.pl +____________________________________________________________________________ +[ 22821] By: davem on 2004/05/16 15:31:42 + Log: make Text::Balanced skip "case /..../" correctly for Switch.pm + Branch: perl + ! lib/Text/Balanced.pm lib/Text/Balanced/t/extcbk.t +____________________________________________________________________________ +[ 22820] By: rgs on 2004/05/14 16:30:07 + Log: Subject: Re: more B::Concise stuff (PATCH - updated) + From: Jim Cromie + Date: Mon, 10 May 2004 05:28:11 -0600 + Message-ID: <409F674B.2000506@divsol.com> + Branch: perl + + ext/B/t/f_map ext/B/t/f_map.t ext/B/t/f_sort ext/B/t/f_sort.t + + ext/B/t/optree_specials.t + ! MANIFEST ext/B/B/Concise.pm ext/B/B/Showlex.pm + ! ext/B/B/Terse.pm ext/B/t/OptreeCheck.pm ext/B/t/concise.t + ! ext/B/t/optree_check.t ext/B/t/optree_concise.t + ! ext/B/t/optree_samples.t ext/B/t/optree_sort.t + ! ext/B/t/optree_varinit.t ext/B/t/showlex.t +____________________________________________________________________________ +[ 22819] By: rgs on 2004/05/14 09:38:43 + Log: Add new dUNDERBAR and UNDERBAR macros, to help XS writers to + access the $_ variable, even when there is a lexical one in scope. + Branch: perl + ! XSUB.h pod/perlapi.pod +____________________________________________________________________________ +[ 22818] By: nicholas on 2004/05/13 12:15:17 + Log: Subject: BOM-marked and (BOMless) UTF-16 scripts not working + From: Jarkko Hietaniemi + Message-ID: <40A26D75.8080406@iki.fi> + Date: Wed, 12 May 2004 21:31:17 +0300 + Branch: perl + + t/comp/utf.t + ! MANIFEST pod/perldiag.pod pod/perlunicode.pod toke.c +____________________________________________________________________________ +[ 22817] By: rgs on 2004/05/12 16:29:07 + Log: Subject: [perl #29527] Perl 5.8.4 build problems on LynxOS + From: Olli Savia (via RT) + Date: 12 May 2004 13:02:41 -0000 + Message-ID: + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 22816] By: rgs on 2004/05/12 16:16:50 + Log: Make XSLoader update @DynaLoader::dl_shared_objects. + Branch: perl + ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL +____________________________________________________________________________ +[ 22815] By: merijn on 2004/05/12 10:43:42 + Log: Subject: [PATCH] Configure shouldn't unconditionally add in -pipe + From: Andy Dougherty + Date: Tue, 11 May 2004 13:14:42 -0400 (EDT) + Message-ID: + Branch: perl + ! Configure hints/darwin.sh hints/rhapsody.sh +____________________________________________________________________________ +[ 22812] By: mhx on 2004/05/11 17:42:13 + Log: Add the byte-order modifiers '<' and '>' to the pack tutorial. + This completes the series: #22734, #22745, #22754, #22780 + Branch: perl + ! pod/perlpacktut.pod +____________________________________________________________________________ +[ 22811] By: mhx on 2004/05/11 17:21:35 + Log: 'v' unpacks unsigned shorts. + Branch: perl + ! pod/perlpacktut.pod +____________________________________________________________________________ +[ 22810] By: rgs on 2004/05/11 16:35:49 + Log: Subject: various -V: searches [PATCH] + From: Jim Cromie + Date: Tue, 11 May 2004 00:15:46 -0600 + Message-ID: <40A06F92.1070607@divsol.com> + Branch: perl + ! configpm lib/Config.t pod/perlrun.pod +____________________________________________________________________________ +[ 22809] By: rgs on 2004/05/11 11:00:31 + Log: More pod names in the debugger for the runman command + Branch: perl + ! lib/perl5db.pl +____________________________________________________________________________ +[ 22808] By: rgs on 2004/05/11 10:52:27 + Log: Subject: [PATCH] debugger (step backwards) + From: Richard.Foley@t-online.de (Richard Foley) + Date: Tue, 11 May 2004 11:04:11 +0200 + Message-Id: <200405111104.11484.richard.foley@rfi.net> + Branch: perl + ! lib/perl5db.pl +____________________________________________________________________________ +[ 22807] By: rgs on 2004/05/11 09:16:56 + Log: Subject: void context !~ generates "Useless use of not at line..." warning + From: Yitzchak Scott-Thoennes + Date: Sun, 9 May 2004 00:59:19 -0700 + Message-ID: <20040509075919.GA3752@efn.org> + Branch: perl + ! op.c +____________________________________________________________________________ +[ 22806] By: ams on 2004/05/10 22:12:31 + Log: Subject: Re: a little extra cmdline help. [PATCH] + From: Jim Cromie + Date: Mon, 10 May 2004 15:25:07 -0600 + Message-Id: <409FF333.4020104@divsol.com> + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 22804] By: ams on 2004/05/10 11:10:34 + Log: Remove stray '. + Branch: perl + ! lib/File/Copy.pm +____________________________________________________________________________ +[ 22803] By: ams on 2004/05/10 10:14:40 + Log: Subject: [PATCH] File::Copy Pod + From: slaven@rezic.de + Date: Mon, 10 May 2004 09:57:37 +0000 + Message-Id: <1084183057.10822@devpc01.iconmobile.de> + Branch: perl + ! lib/File/Copy.pm +____________________________________________________________________________ +[ 22802] By: davem on 2004/05/07 19:12:29 + Log: symbolic references like ${"foo$index"}*3 would incorrectly warn + that $index was the uninitialized value, when in fact it was $foo1 + Branch: perl + ! sv.c t/lib/warnings/9uninit +____________________________________________________________________________ +[ 22801] By: davem on 2004/05/07 18:21:22 + Log: Subject: Re: stdio still supported? + From: Jim Cromie + Date: Thu, 06 May 2004 16:37:56 -0600 + Message-Id: <409ABE44.8060307@divsol.com> + + Update B::Concise tests to skip stuff requiring the + "open to a scalar" feature of Perlio is it isn't available. + Also note this caveat in perlfunc.pod + Branch: perl + ! ext/B/B/Concise.pm ext/B/t/concise.t ext/B/t/optree_check.t + ! ext/B/t/optree_concise.t ext/B/t/optree_samples.t + ! ext/B/t/optree_sort.t ext/B/t/optree_varinit.t + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 22800] By: mhx on 2004/05/07 16:58:57 + Log: Windows issues with select() are already documented in perlport. + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 22799] By: ams on 2004/05/07 13:38:16 + Log: Subject: [perl #29397] Change in pod2man arguments + From: Thorsten Glaser (via RT) + Date: 6 May 2004 22:08:10 -0000 + Message-Id: + Branch: perl + ! pod/pod2man.PL +____________________________________________________________________________ +[ 22798] By: mhx on 2004/05/07 11:42:37 + Log: Scalar::Util::refaddr falsely returns false + Add mg_get() to refaddr() when SV is magical. + Fix the non-xs version of looks_like_number(). + Branch: perl + ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm + ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/refaddr.t +____________________________________________________________________________ +[ 22797] By: mhx on 2004/05/07 10:57:23 + Log: Document that select() on Windows doesn't work on non-socket filehandles. + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 22796] By: mhx on 2004/05/06 17:19:17 + Log: Double warning for int(undef) and abs(undef) + Remove the duplicate warnings and update tests. + Branch: perl + ! pp.c t/lib/warnings/9uninit +____________________________________________________________________________ +[ 22793] By: rgs on 2004/05/06 14:43:08 + Log: Add a small script to check whether a perl source tree + (with or without generated files) is friendly with + case-insensitive filesystems. + Adapted from : + Subject: Re: STerm.pl vs Sterm.pl + From: James Mastros + Date: Thu, 06 May 2004 14:45:53 +0200 + Message-ID: <20040506124556.2402.qmail@onion.perl.org> + Branch: perl + + Porting/checkcase.pl + ! MANIFEST +____________________________________________________________________________ +[ 22789] By: rgs on 2004/05/06 12:33:14 + Log: Subject: Problem with system() on Win9x and command.com (perl 5.8.x-5.9.x) + From: bilbo@ua.fm + Date: Wed, 28 Apr 2004 00:19:55 +0300 + Message-ID: <611491036.20040428001955@ua.fm> + Branch: perl + ! win32/win32.c +____________________________________________________________________________ +[ 22788] By: merijn on 2004/05/06 11:35:21 + Log: add -pipe to gcc's default flags + it has shown a compile time speed increase of about 40% on + Linux and HP-UX, and also works on cygwin-1.5.9. On failing + OS/gcc combo's remove it in the hints + Branch: perl + ! Configure +____________________________________________________________________________ +[ 22783] By: mhx on 2004/05/05 19:02:28 + Log: Add tests for mX?PUSH[inup] macros. + + Subject: Re: [PATCH] Document limitations in PUSHi et al macros and add new mPUSHi et al macros + From: Steve Hay + Date: Wed, 05 May 2004 15:34:45 +0100 + Message-ID: <4098FB85.1060602@uk.radan.com> + Branch: perl + + ext/XS/APItest/t/push.t + ! MANIFEST ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs + ! ext/XS/APItest/MANIFEST +____________________________________________________________________________ +[ 22782] By: rgs on 2004/05/05 16:14:25 + Log: Subject: Problem with h2xs + From: David Cannings + Date: Mon, 3 May 2004 13:44:33 +0100 + Message-Id: <200405031344.33723.lists@edeca.net> + (Second patch only) + Branch: perl + ! utils/h2xs.PL +____________________________________________________________________________ +[ 22781] By: davem on 2004/05/04 19:20:36 + Log: Bizarre copy of ARRAY + make sure a pad op's flags are updated after optimising away + the assignment in my @a = () (see change 22520). + Branch: perl + ! op.c t/op/my.t +____________________________________________________________________________ +[ 22780] By: mhx on 2004/05/04 14:46:05 + Log: Add byte-order group modifiers to (un)pack templates. + Follow-up on: #22734, #22745, #22753, #22754. + + Subject: Group modifiers in (un)pack templates + From: Marcus Holland-Moritz + Date: Mon, 3 May 2004 20:14:41 +0200 + Message-Id: <20040503201441.1b058e0d@r2d2> + Branch: perl + ! perl.h pod/perldiag.pod pod/perlfunc.pod pp_pack.c t/op/pack.t +____________________________________________________________________________ +[ 22779] By: mhx on 2004/05/04 14:30:39 + Log: Fix mX?PUSH[inup] macros. (Follow-up to #22756 and #22757) + + Subject: Re: [PATCH] Document limitations in PUSHi et al macros and add new mPUSHi et al macros + From: Marcus Holland-Moritz + Date: Mon, 3 May 2004 20:03:28 +0200 + Message-Id: <20040503200328.24efcda5@r2d2> + Branch: perl + ! pp.h +____________________________________________________________________________ +[ 22778] By: davem on 2004/05/03 21:07:44 + Log: add test for change #22746 ([perl #29102] Crash on assign to lex fh) + Branch: perl + ! t/io/open.t +____________________________________________________________________________ +[ 22777] By: davem on 2004/05/03 20:48:53 + Log: add test for change #22776 ("open m" crashes Perl) + Branch: perl + ! t/io/open.t +____________________________________________________________________________ +[ 22776] By: davem on 2004/05/03 20:26:22 + Log: perl -e "open m" crashes Perl + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 22775] By: davem on 2004/05/03 18:52:39 + Log: scalar delete of empty slice returned garbage + Branch: perl + ! pp.c t/op/delete.t +____________________________________________________________________________ +[ 22774] By: davem on 2004/05/03 17:44:44 + Log: split could leave an array without &PL_sv_undef + in the unused elements + Branch: perl + ! pp.c t/op/split.t +____________________________________________________________________________ +[ 22773] By: nicholas on 2004/05/03 13:59:08 + Log: Subject: Re: "fuzzy" in mktables + From: Jarkko Hietaniemi + Message-ID: <4093A82B.6040609@iki.fi> + Date: Sat, 01 May 2004 16:37:47 +0300 + Branch: perl + ! lib/unicore/mktables +____________________________________________________________________________ +[ 22772] By: davem on 2004/05/03 13:33:21 + Log: remove spurious intentation in utf8_pva.pl + Branch: perl + ! lib/utf8_pva.pl +____________________________________________________________________________ +[ 22771] By: davem on 2004/05/03 13:28:24 + Log: ensure that utf8 Perl code magically called from a regex localizes $. + Branch: perl + ! lib/utf8_pva.pl +____________________________________________________________________________ +[ 22770] By: nicholas on 2004/05/03 11:19:10 + Log: Integrate: + [ 22694] + For maint, I don't think that we can have sperl go sulky if invoked + from a #! line. So keep .../sperl functional, and have the /dev/fd/... + only set ID exectuable reside under a different name (suidperl) + + [ 22700] + The set uid perl is now called setuidperl. Not suidperl. + Which I discover is hardlinked from sperl by ./installperl + elsewhere. Helpfully confusing installperl script. + + [ 22718] + Revert 22700 (as part of changes suggested by Brendan O'Dea) + + [ 22719] + Revert 22694 + + [ 22720] + Simpler suggstion to resolve the #!/usr/bin/suidperl vs. the set uid + binary must have fd script conundrum, as suggested by Brendan O'Dea + Plus restore the more helpful error message from 22694 and the gist + of the perl584delta changes from 22700 + Branch: perl + !> INSTALL installperl perl.c pod/perldiag.pod pod/perlsec.pod +____________________________________________________________________________ +[ 22769] By: nicholas on 2004/05/03 10:37:45 + Log: Subject: [perl #29073] Reference to incorrect method in documentation of + From: "bob@starlabs.net (via RT)" + Message-ID: + Date: 22 Apr 2004 10:49:22 -0000 + Branch: perl + ! lib/Text/ParseWords.pm +____________________________________________________________________________ +[ 22768] By: nicholas on 2004/05/02 22:40:18 + Log: It seems daft to me that we have a synopis example that will fail if + gcc happened to be invoked via the name cc, and completely ignores + the far more reliable 'gccversion' variable + So here's one using 'usethreads' that ought to work everywhere. + Branch: perl + ! configpm +____________________________________________________________________________ +[ 22765] By: nicholas on 2004/05/02 18:18:25 + Log: Make t/uni/class.t pass on case insensitive file systems + Branch: perl + ! t/uni/class.t +____________________________________________________________________________ +[ 22764] By: nicholas on 2004/05/02 17:57:12 + Log: Save some repeated strlen()s in Perl_swash_init + Branch: perl + ! utf8.c +____________________________________________________________________________ +[ 22763] By: nicholas on 2004/05/01 14:07:45 + Log: And that same fool forgot to add the not-really-needed "fuzzy" versions + of some binary property files + Branch: perl + + lib/unicore/lib/gc_sc/Dash2.pl + + lib/unicore/lib/gc_sc/Hyphen2.pl + + lib/unicore/lib/gc_sc/Radical2.pl +____________________________________________________________________________ +[ 22762] By: nicholas on 2004/05/01 14:06:05 + Log: Some fool removed lib/unicore/ArabicShaping.txt in change 22760 + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 22761] By: nicholas on 2004/05/01 14:02:59 + Log: Avoid mktables generating Sterm.pl and Sterm.pl in the same directory + by making the %BaseName check global + Branch: perl + + lib/unicore/lib/gc_sc/Sterm2.pl + - lib/unicore/lib/gc_sc/Sterm.pl + ! MANIFEST lib/unicore/Canonical.pl + ! lib/unicore/lib/gc_sc/Dash.pl lib/unicore/lib/gc_sc/Hyphen.pl + ! lib/unicore/lib/gc_sc/Radical.pl lib/unicore/mktables +____________________________________________________________________________ +[ 22760] By: nicholas on 2004/05/01 13:17:09 + Log: Remove the no-longer autogenerated Unicode files + Branch: perl + - (delete 322 files) + ! MANIFEST +____________________________________________________________________________ +[ 22759] By: nicholas on 2004/05/01 11:16:35 + Log: mktables requires post 5.005 + Branch: perl + ! lib/unicore/mktables +____________________________________________________________________________ +[ 22758] By: davem on 2004/04/30 11:48:55 + Log: disable problematical 'uninitialized value' warning tests + Branch: perl + ! t/lib/warnings/9uninit +____________________________________________________________________________ +[ 22757] By: rgs on 2004/04/30 11:32:03 + Log: Follow-up to previous patch: the mX?PUSH[inup] macros + should handle 'set' magic, just like the X?PUSH[inup] + counterparts. + Branch: perl + ! pod/perlapi.pod pp.h +____________________________________________________________________________ +[ 22756] By: rgs on 2004/04/30 10:15:00 + Log: Subject: [PATCH] Document limitations in PUSHi et al macros and add new mPUSHi et al macros + From: Steve Hay + Date: Fri, 30 Apr 2004 10:07:21 +0100 + Message-ID: <40921749.3050600@uk.radan.com> + Branch: perl + ! pod/perlapi.pod pod/perlguts.pod pp.h +____________________________________________________________________________ +[ 22755] By: nicholas on 2004/04/29 18:30:18 + Log: Fix 29149 - another UTF8 cache bug hit by substr. + Regression test from: + + Subject: Re: [perl #29149] substr/UTF8 related problem with perl 5.8.3 on linux + From: SADAHIRO Tomoyuki + Message-Id: <20040429103926.5BA6.BQW10602@nifty.com> + Date: Thu, 29 Apr 2004 10:53:17 +0900 + Branch: perl + ! sv.c t/op/substr.t +____________________________________________________________________________ +[ 22754] By: mhx on 2004/04/29 18:29:28 + Log: More unpack cleanups. + Branch: perl + ! pp_pack.c +____________________________________________________________________________ +[ 22753] By: mhx on 2004/04/29 17:50:40 + Log: CXUX_BROKEN_CONSTANT_CONVERT isn't used anymore. + Remove all associated code. + Branch: perl + ! hints/cxux.sh pp_pack.c +____________________________________________________________________________ +[ 22752] By: mhx on 2004/04/29 17:38:32 + Log: The openbsd 64-bit test should use $uquadtype rather + than hardcoding unsigned long long. + Branch: perl + ! hints/openbsd.sh +____________________________________________________________________________ +[ 22751] By: ams on 2004/04/29 08:24:31 + Log: Update to Test.pm 1.25 (from SBURKE). + Branch: perl + + lib/Test/t/05_about_verbose.t lib/Test/t/multiline.t + ! MANIFEST lib/Test.pm +____________________________________________________________________________ +[ 22750] By: mhx on 2004/04/28 20:53:29 + Log: When configuring for 64-bit support, check that the + C library functions for casting floating point values + to 64-bit integer values are not broken. + Branch: perl + ! hints/openbsd.sh +____________________________________________________________________________ +[ 22749] By: rgs on 2004/04/28 18:28:07 + Log: Fix for [perl #28963]: find2perl was sometimes generating + invalid code. + Branch: perl + ! x2p/find2perl.PL +____________________________________________________________________________ +[ 22748] By: rgs on 2004/04/28 13:01:13 + Log: Subject: [PATCH] Add diagnostics section to base.pm + From: "Jos I. Boumans" + Date: Wed, 28 Apr 2004 13:04:47 +0200 + Message-Id: + Branch: perl + ! lib/base.pm +____________________________________________________________________________ +[ 22747] By: merijn on 2004/04/28 12:42:50 + Log: Subject: [perl #29033] typo in description of sleep in documentation of POSIX module + Date: 21 Apr 2004 11:07:22 -0000 + From: "bob@starlabs.net (via RT)" + Message-ID: + Branch: perl + ! ext/POSIX/POSIX.pod +____________________________________________________________________________ +[ 22746] By: davem on 2004/04/27 22:21:35 + Log: fix a coredump caused by rv2gv not fully converting a PV to an RV + Branch: perl + ! pp.c +____________________________________________________________________________ +[ 22745] By: mhx on 2004/04/27 20:38:00 + Log: Cleanup variables in S_(un)pack_rec(). + This also works around a gcc optimizer bug on dec_osf/alpha. + Branch: perl + ! pp_pack.c +____________________________________________________________________________ +[ 22744] By: rgs on 2004/04/27 08:43:38 + Log: Subject: [PATCH utf8_heavy.pl, mktables, et. al.] candidate for TR18 compliance + From: Jeff 'japhy' Pinyan + Date: Thu, 22 Apr 2004 14:31:30 -0400 (EDT) + Message-ID: + + Date: Mon, 26 Apr 2004 12:37:21 -0400 (EDT) + Message-ID: + Branch: perl + + (add 406 files) + ! MANIFEST lib/unicore/Canonical.pl + ! lib/unicore/CombiningClass.pl lib/unicore/Decomposition.pl + ! lib/unicore/Exact.pl lib/unicore/Name.pl + ! lib/unicore/Properties lib/unicore/To/Digit.pl + ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl + ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl + ! lib/unicore/mktables lib/utf8_heavy.pl pod/perlunicode.pod + ! t/op/pat.t t/uni/class.t +____________________________________________________________________________ +[ 22743] By: merijn on 2004/04/26 22:20:30 + Log: usemallocwrap works on AIX, but not with vac-5 + Date: Mon, 26 Apr 2004 15:35:23 +0200 + From: "H.Merijn Brand" + Subject: Re: Perl 5.8.4 "panic: memory wrap" in miniperl on AIX 5.1 + Message-Id: <20040426152951.A6C4.H.M.BRAND@hccnet.nl> + Branch: perl + ! hints/aix.sh hints/aix_4.sh +____________________________________________________________________________ +[ 22742] By: davem on 2004/04/24 12:53:07 + Log: fix 64-bit casting error in change 22741 (uninit var warnings) + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 22741] By: davem on 2004/04/23 20:43:02 + Log: Include variable names in "Use of uninitialized value" warnings + Branch: perl + + t/lib/warnings/9uninit + ! MANIFEST doio.c embed.fnc embed.h ext/DB_File/DB_File.pm + ! ext/DB_File/t/db-recno.t lib/Math/BigInt.pm + ! lib/Math/BigInt/t/mbimbf.inc lib/Tie/RefHash.t lib/charnames.t + ! mg.c perl.h pod/perldiag.pod pod/perlintern.pod pp.c pp_hot.c + ! proto.h sv.c t/lib/warnings/1global t/lib/warnings/2use + ! t/lib/warnings/3both t/lib/warnings/4lint + ! t/lib/warnings/7fatal t/lib/warnings/doio t/lib/warnings/mg + ! t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot + ! t/lib/warnings/pp_pack t/lib/warnings/sv t/lib/warnings/util + ! t/run/fresh_perl.t t/run/runenv.t +____________________________________________________________________________ +[ 22739] By: rgs on 2004/04/23 13:32:31 + Log: Subject: [PATCH] unfork the debugger (patch for 5.9.x) + From: Richard.Foley@t-online.de (Richard Foley) + Date: Fri, 23 Apr 2004 06:33:34 +0200 + Message-Id: <200404230633.34402.richard.foley@rfi.net> + Branch: perl + ! lib/perl5db.pl +____________________________________________________________________________ +[ 22737] By: nicholas on 2004/04/23 10:31:20 + Log: Ooops. Forgot to update pod.lst, and all that ensues with that + Branch: perl + ! MANIFEST pod.lst pod/perl.pod pod/perltoc.pod + ! vms/descrip_mms.template win32/pod.mak +____________________________________________________________________________ +[ 22736] By: nicholas on 2004/04/23 10:11:26 + Log: Integrate: + [ 22165] + Create perl584delta.pod + (Not that I'm really proposing to start work on 5.8.4 today) + + [ 22650] + Updates from Stas Bekman, Brendan O'Dea and Hugo + + [ 22655] + Tweaks from Hugo and Liz + + [ 22677] + Improvements from Jarkko + + [ 22684] + Integrate: + [ 22665] + AIX-4 with xlc does not like malloc wrap + + [ 22666] + Test drives are fun. Implement ccversion for Itanium HP-UX 11.23 + + [ 22698] + Clarify AIX and win32's malloc wrapping + + [ 22700] + The set uid perl is now called setuidperl. Not suidperl. + Which I discover is hardlinked from sperl by ./installperl + elsewhere. Helpfully confusing installperl script. + + [ 22703] + More perldelta updates + + [ 22710] + Subject: spelling + From: Jarkko Hietaniemi + Date: Fri, 16 Apr 2004 21:18:18 +0300 (EEST) + Message-Id: <200404161818.i3GIIILh391648@kosh.hut.fi> + + [ 22718] + Revert 22700 (as part of changes suggested by Brendan O'Dea) + + [ 22720] + Simpler suggstion to resolve the #!/usr/bin/suidperl vs. the set uid + binary must have fd script conundrum, as suggested by Brendan O'Dea + Plus restore the more helpful error message from 22694 and the gist + of the perl584delta changes from 22700 + + [ 22731] + Oink, oink, flap, flap! + Branch: perl + +> pod/perl584delta.pod + ! MANIFEST + !> pod/perlhist.pod +____________________________________________________________________________ +[ 22735] By: merijn on 2004/04/23 10:11:23 + Log: Subject: [PATCH] Where to find nmake for windows + From: Abe Timmerman + Date: Thu, 22 Apr 2004 23:57:40 +0200 + Message-Id: <200404222357.40508.abe@ztreet.demon.nl> + Changed download URL references for nmake + Branch: perl + ! README.win32 pod/perlmodinstall.pod +____________________________________________________________________________ +[ 22734] By: mhx on 2004/04/23 04:07:25 + Log: Subject: [PATCH for testing/review] byte-order modifiers for (un)pack templates + From: Marcus Holland-Moritz + Date: Wed, 21 Apr 2004 21:09:20 +0200 + Message-Id: <20040421210920.3c467772@r2d2> + Branch: perl + ! embed.fnc embed.h perl.h pod/perldiag.pod pod/perlfunc.pod + ! pod/perlport.pod pp_pack.c proto.h t/op/pack.t util.c +____________________________________________________________________________ +[ 22733] By: rgs on 2004/04/22 12:08:35 + Log: Missing copyright in the README. + Branch: perl + ! README +____________________________________________________________________________ +[ 22727] By: nicholas on 2004/04/21 15:22:29 + Log: Subject: [perl #28456] Typo in perlipc man page, and suggestions for same + From: Axel Boldt (via RT) + Message-ID: + Date: 11 Apr 2004 13:08:17 -0000 + Branch: perl + ! pod/perlipc.pod +____________________________________________________________________________ +[ 22725] By: nicholas on 2004/04/21 14:21:57 + Log: Punt the "reporting bugs" section to the top. + Reorder the description of what to do, to start with the most common + case. + Clarify "how to report bugs effectively" (and why it benefits you) + Branch: perl + ! INSTALL +____________________________________________________________________________ +[ 22724] By: nicholas on 2004/04/21 12:51:43 + Log: This should be L<> + Branch: perl + ! INSTALL +____________________________________________________________________________ +[ 22723] By: nicholas on 2004/04/21 09:42:35 + Log: INSTALL didn't mention the 5.8.2 hash changes. Fixed + Branch: perl + ! INSTALL +____________________________________________________________________________ +[ 22722] By: nicholas on 2004/04/21 09:25:34 + Log: We should be telling people about ..exp, else they use the unexpanded + forms and shaft anyone who installs a private perl within ~ + Branch: perl + ! INSTALL +____________________________________________________________________________ +[ 22721] By: rgs on 2004/04/21 08:36:38 + Log: Subject: [patch] log the interpreter id in warnings + From: Stas Bekman + Date: Mon, 19 Apr 2004 18:10:01 -0700 + Message-ID: <40847869.1000906@stason.org> + Branch: perl + ! gv.c handy.h hv.c perl.c sv.c +____________________________________________________________________________ +[ 22717] By: rgs on 2004/04/20 12:27:18 + Log: Subject: [PATCH] Sync Term::Cap with CPAN version + From: Jonathan Stowe + Date: Tue, 20 Apr 2004 12:37:28 +0100 + Message-Id: <1082461047.2736.96.camel@localhost> + Branch: perl + ! lib/Term/Cap.pm +____________________________________________________________________________ +[ 22716] By: rgs on 2004/04/19 12:26:35 + Log: Fix for [perl #28919] : sometimes the function ck_ftst was trying + to read an op that was just freed, which was obviously illegal. + Branch: perl + ! op.c +____________________________________________________________________________ +[ 22715] By: rgs on 2004/04/19 09:34:01 + Log: Upgrade to FileCache 1.04. + Branch: perl + ! lib/FileCache.pm +____________________________________________________________________________ +[ 22714] By: rgs on 2004/04/19 08:57:17 + Log: New file left out of the last commit. + Branch: perl + + t/uni/class.t +____________________________________________________________________________ +[ 22713] By: rgs on 2004/04/19 08:56:28 + Log: Subject: Re: [PATCH] lib/utf8_heavy.pl -- cascading classes and '&' support + From: "Jeff 'japhy' Pinyan" + Date: Wed, 14 Apr 2004 17:01:38 -0400 (EDT) + Message-ID: + Branch: perl + ! MANIFEST pod/perlunicode.pod +____________________________________________________________________________ +[ 22712] By: rgs on 2004/04/19 08:30:20 + Log: Subject: Re: [perl #28532] optional match of an anchor gets ignored + From: hv@crypt.org + Date: Wed, 14 Apr 2004 19:30:46 +0100 + Message-Id: <200404141830.i3EIUko03728@zen.crypt.org> + Branch: perl + ! regcomp.c regexec.c t/op/pat.t +____________________________________________________________________________ +[ 22708] By: nicholas on 2004/04/17 13:25:41 + Log: Integrate: + [ 22661] + This is RC1 + + [ 22705] + This is RC2 + Branch: perl + !> pod/perlhist.pod +____________________________________________________________________________ +[ 22706] By: rgs on 2004/04/16 15:53:37 + Log: On Linux-PPC, using gcc, downgrade to the -O1 optimisation + level (with -O2 miniperl behaves really badly.) + Branch: perl + ! hints/linux.sh +____________________________________________________________________________ +[ 22697] By: merijn on 2004/04/15 11:56:32 + Log: d_getservbyname_r undef up to at least OpenBSD 3.5 + Thanks to Campo Weijerman and Gerard Gerritsen off-list + Branch: perl + ! hints/openbsd.sh +____________________________________________________________________________ +[ 22696] By: merijn on 2004/04/14 16:04:40 + Log: #24121: Configure under turkish locale fails + toupper (i) != I in turkish, but U+0130 + \N{LATIN CAPITAL LETTER I WITH DOT ABOVE} + Patch supplied by Rafael + Branch: perl + ! Configure +____________________________________________________________________________ +[ 22693] By: rgs on 2004/04/14 08:28:15 + Log: Subject: [PATCH] lib/utf8_heavy.pl -- cascading classes and '&' support + From: Jeff 'japhy' Pinyan + Date: Mon, 12 Apr 2004 20:24:48 -0400 (EDT) + Message-ID: + Branch: perl + ! lib/utf8_heavy.pl +____________________________________________________________________________ +[ 22692] By: rgs on 2004/04/14 07:26:04 + Log: Subject: [PATCH]'s to bring bleadperl up to version-0.39 + From: John Peacock + Date: Tue, 13 Apr 2004 20:51:31 -0400 + Message-ID: <407C8B13.9020104@rowman.com> + Branch: perl + ! lib/version.pm lib/version.t t/comp/use.t universal.c util.c +____________________________________________________________________________ +[ 22691] By: rgs on 2004/04/14 07:08:52 + Log: Subject: re: [PATCH] for bug 28525: Buffer overflow issue in the Win32 distribution of 5.8.3 + From: Jan Dubois + Date: Tue, 13 Apr 2004 19:49:32 -0700 + Message-ID: + Date: Thu, 8 Apr 2004 19:02:26 -0700 (PDT) + Message-ID: + Branch: perl + ! universal.c +____________________________________________________________________________ +[ 22681] By: rgs on 2004/04/09 07:04:48 + Log: find2perl should not default to -print when -eval is specified. + Noticed by David Dyck. + Branch: perl + ! x2p/find2perl.PL +____________________________________________________________________________ +[ 22680] By: rgs on 2004/04/09 06:58:51 + Log: Upgrade to Time::HiRes 1.59. + Branch: perl + ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm + ! ext/Time/HiRes/HiRes.xs +____________________________________________________________________________ +[ 22675] By: rgs on 2004/04/08 13:00:59 + Log: Upgrade to Digest 1.06. + Branch: perl + ! lib/Digest.pm +____________________________________________________________________________ +[ 22674] By: rgs on 2004/04/08 12:57:48 + Log: Upgrade to Digest 1.06. + Branch: perl + ! lib/Digest.pm +____________________________________________________________________________ +[ 22673] By: rgs on 2004/04/08 09:59:22 + Log: Upgrade to Time::HiRes 1.57. + Branch: perl + ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm + ! ext/Time/HiRes/HiRes.xs +____________________________________________________________________________ +[ 22672] By: nicholas on 2004/04/07 20:48:04 + Log: Make gmtime and localtime cross reference each other. + Suggested by Dan Jacobson + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 22671] By: merijn on 2004/04/07 17:54:10 + Log: Integrated Time-Local-1.09 from Dave Rolsky + Corrected a wrap error from the CPAN version to match #22670 + Tested on AIX to make sure the skip is still needed + Branch: perl + ! lib/Time/Local.pm lib/Time/Local.t +____________________________________________________________________________ +[ 22670] By: merijn on 2004/04/07 12:03:11 + Log: Disable the edge case tests for timegm and timelocal on + AIX-4.3 since the OS is obsoleted, and fixes are not to + be expected + Branch: perl + ! lib/Time/Local.t +____________________________________________________________________________ +[ 22669] By: rgs on 2004/04/07 08:26:48 + Log: Fix command-line quoting under Windows for the new optree tests + Subject: Re: Smoke [5.9.2] 22666 FAIL(F) MSWin32 WinXP/.Net SP1 (x86/1 cpu) + From: Steve Hay + Date: Wed, 07 Apr 2004 09:46:01 +0100 + Message-ID: <4073BFC9.10707@uk.radan.com> + Branch: perl + ! ext/B/t/optree_samples.t +____________________________________________________________________________ +[ 22668] By: rgs on 2004/04/07 08:00:07 + Log: Subject: [PATCH] Bleadperl to version 0.37 + From: John Peacock + Date: Tue, 06 Apr 2004 21:56:19 -0400 + Message-ID: <40735FC3.5010305@rowman.com> + Branch: perl + ! embed.fnc embed.h global.sym lib/version.pm lib/version.t + ! pod/perlapi.pod proto.h t/comp/use.t t/op/universal.t + ! universal.c util.c +____________________________________________________________________________ +[ 22667] By: rgs on 2004/04/07 07:37:59 + Log: The optree builder was looping when constructing the ops + for a map/grep block containing a while(1). + (Bug reported by Pixel.) + Branch: perl + ! op.c t/op/grep.t +____________________________________________________________________________ +[ 22666] By: merijn on 2004/04/06 14:44:29 + Log: Test drives are fun. Implement ccversion for Itanium HP-UX 11.23 + Branch: perl + ! hints/hpux.sh +____________________________________________________________________________ +[ 22665] By: merijn on 2004/04/06 13:34:14 + Log: AIX-4 with xlc does not like malloc wrap + Branch: perl + ! hints/aix_4.sh +____________________________________________________________________________ +[ 22664] By: rgs on 2004/04/06 07:29:30 + Log: Subject: Re: tests for change #22539 + From: Jim Cromie + Date: Tue, 30 Mar 2004 14:39:31 -0700 + Message-ID: <4069E913.5040906@divsol.com> + (with some spelling tweaks) + Branch: perl + + ext/B/t/OptreeCheck.pm ext/B/t/optree_check.t + + ext/B/t/optree_concise.t ext/B/t/optree_samples.t + + ext/B/t/optree_sort.t ext/B/t/optree_varinit.t + ! MANIFEST ext/B/B/Concise.pm ext/B/t/concise.t t/test.pl +____________________________________________________________________________ +[ 22663] By: mhx on 2004/04/06 03:40:10 + Log: Make the ! suffix handle n/N/v/V as signed integers + within pack templates. + Branch: perl + ! pod/perlfunc.pod pp_pack.c t/op/pack.t +____________________________________________________________________________ +[ 22662] By: mhx on 2004/04/05 20:03:03 + Log: C doesn't look like a number. See also: + + Subject: Re: [perl #27606] undef "looks like" a number + From: Marcus Holland-Moritz + Date: Mon, 15 Mar 2004 22:16:26 +0100 + Message-Id: <20040315221626.48061c67@r2d2> + Branch: perl + ! ext/List/Util/lib/List/Util.pm + ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/lln.t + ! pp_ctl.c sv.c +____________________________________________________________________________ +[ 22656] By: nicholas on 2004/04/05 15:55:18 + Log: Subject: Re: perldelta584 + From: Craig Berry + Message-ID: <12587569.1081180932766.JavaMail.craigberry@mac.com> + Date: Mon, 05 Apr 2004 11:02:12 -0500 + + (makes malloc wrap the default on VMS) + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 22654] By: rgs on 2004/04/05 15:24:49 + Log: Subject: ref ($proto) || $proto patch + From: Ovid + Date: Sat, 03 Apr 2004 18:59:22 -0800 + Message-ID: <406F7A0A.50702@yahoo.com> + (with minor reformatting) + Branch: perl + ! pod/perlobj.pod pod/perltoot.pod +____________________________________________________________________________ +[ 22652] By: rgs on 2004/04/05 12:51:10 + Log: Subject: sv_pvutf8n_force and sv_pvbyten_force + From: SADAHIRO Tomoyuki + Date: Wed, 24 Mar 2004 00:16:52 +0900 + Message-Id: <20040324001126.098F.BQW10602@nifty.com> + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 22651] By: rgs on 2004/04/05 11:50:10 + Log: wantarray docs should mention effect of eval { wantarray } + as reported by Tim Bunce. Add a note to this effect in perlfunc, + and regression tests for it. + Branch: perl + ! pod/perlfunc.pod t/op/wantarray.t +____________________________________________________________________________ +[ 22649] By: nicholas on 2004/04/05 08:57:18 + Log: More AUTHORS who deserve credit for patches + Branch: perl + ! AUTHORS +____________________________________________________________________________ +[ 22646] By: nicholas on 2004/04/04 16:32:54 + Log: Hand merge patch from maint back to blead. + Branch: perl + ! ext/threads/threads.pm +____________________________________________________________________________ +[ 22642] By: nicholas on 2004/04/04 13:07:50 + Log: Bump version numbers for modules that have changed since 5.8.3 + Branch: perl + ! ext/B/B/Assembler.pm ext/B/B/Deparse.pm + ! ext/DynaLoader/DynaLoader_pm.PL ext/IO/lib/IO/Handle.pm + ! ext/IO/lib/IO/Pipe.pm ext/ODBM_File/ODBM_File.pm + ! ext/threads/threads.pm lib/ExtUtils/Liblist/Kid.pm + ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Win95.pm + ! lib/IPC/Open3.pm lib/Unicode/UCD.pm lib/base.pm lib/utf8.pm +____________________________________________________________________________ +[ 22641] By: rgs on 2004/04/02 15:40:15 + Log: Fix bug #27940 : \cX escapes weren't working correctly in regular + expression ranges. + Branch: perl + ! t/op/pat.t toke.c +____________________________________________________________________________ +[ 22637] By: davem on 2004/04/02 10:02:06 + Log: Subject: [PATCH] fix utils install problems on VMS + From: "Craig A. Berry" + Date: Thu, 01 Apr 2004 20:19:53 -0600 + Message-Id: <406CCDC9.7000500@mac.com> + + We were not running utils/instmodsh.PL or utils/xsubpp.PL during + the build, so installperl would not find the generated programs at + install time. + Also fixed several problems with the command definitions for the + utilities + Branch: perl + ! configure.com vms/descrip_mms.template +____________________________________________________________________________ +[ 22636] By: davem on 2004/04/01 22:00:40 + Log: Subject: [PATCH] archname salad on VMS + From: "Craig A. Berry" + Date: Thu, 01 Apr 2004 14:16:32 -0600 + Message-Id: <406C78A0.2070009@mac.com> + + sort out architecture-specific directory names for OpenVMS + Itanium port + Branch: perl + ! configure.com vms/descrip_mms.template +____________________________________________________________________________ +[ 22635] By: davem on 2004/04/01 20:27:14 + Log: Fix change #22376. Only mark a const as short-circuited + if it's actually a const! + Branch: perl + ! op.c +____________________________________________________________________________ +[ 22630] By: nicholas on 2004/04/01 15:15:10 + Log: debug the instructions on upgrading Unicode + Branch: perl + ! lib/unicore/README.perl +____________________________________________________________________________ +[ 22625] By: mhx on 2004/04/01 06:01:25 + Log: Fix and tests for [perl #28123] Perl optimizes // away incorrectly + Branch: perl + ! op.c t/op/dor.t +____________________________________________________________________________ +[ 22624] By: davem on 2004/03/31 20:33:52 + Log: + (\$) prototype = bad free + av_delete() didn't reify. I also updated its description + Branch: perl + ! av.c t/op/args.t +____________________________________________________________________________ +[ 22621] By: nicholas on 2004/03/31 15:05:40 + Log: Upgrade to Unicode 4.0.1 + Branch: perl + + lib/unicore/lib/Katakan2.pl lib/unicore/lib/Sterm.pl + + lib/unicore/lib/Variatio.pl + ! MANIFEST lib/Unicode/UCD.t lib/unicore/ArabLink.pl + ! lib/unicore/ArabLnkGrp.pl lib/unicore/ArabicShaping.txt + ! lib/unicore/Bidirectional.pl lib/unicore/Blocks.pl + ! lib/unicore/Blocks.txt lib/unicore/Canonical.pl + ! lib/unicore/CaseFolding.txt lib/unicore/Category.pl + ! lib/unicore/HangulSyllableType.txt lib/unicore/Index.txt + ! lib/unicore/Jamo.txt lib/unicore/Lbrk.pl + ! lib/unicore/LineBreak.txt lib/unicore/PropList.txt + ! lib/unicore/PropValueAliases.txt lib/unicore/Properties + ! lib/unicore/PropertyAliases.txt lib/unicore/ReadMe.txt + ! lib/unicore/Scripts.pl lib/unicore/Scripts.txt + ! lib/unicore/SpecialCasing.txt lib/unicore/To/Digit.pl + ! lib/unicore/UnicodeData.txt lib/unicore/lib/Arabic.pl + ! lib/unicore/lib/Armenian.pl lib/unicore/lib/Bengali.pl + ! lib/unicore/lib/BidiBN.pl lib/unicore/lib/BidiCS.pl + ! lib/unicore/lib/BidiEN.pl lib/unicore/lib/BidiES.pl + ! lib/unicore/lib/BidiET.pl lib/unicore/lib/BidiL.pl + ! lib/unicore/lib/BidiON.pl lib/unicore/lib/Bopomofo.pl + ! lib/unicore/lib/Braille.pl lib/unicore/lib/Buhid.pl + ! lib/unicore/lib/C.pl lib/unicore/lib/Canadian.pl + ! lib/unicore/lib/Cf.pl lib/unicore/lib/Cherokee.pl + ! lib/unicore/lib/Cntrl.pl lib/unicore/lib/Common.pl + ! lib/unicore/lib/Cypriot.pl lib/unicore/lib/Cyrillic.pl + ! lib/unicore/lib/Deseret.pl lib/unicore/lib/Devanaga.pl + ! lib/unicore/lib/Ethiopic.pl lib/unicore/lib/Georgian.pl + ! lib/unicore/lib/Gothic.pl lib/unicore/lib/Greek.pl + ! lib/unicore/lib/Gujarati.pl lib/unicore/lib/Gurmukhi.pl + ! lib/unicore/lib/Han.pl lib/unicore/lib/Hangul.pl + ! lib/unicore/lib/Hanunoo.pl lib/unicore/lib/Hebrew.pl + ! lib/unicore/lib/Hiragana.pl lib/unicore/lib/InCyril2.pl + ! lib/unicore/lib/Inherite.pl lib/unicore/lib/Kannada.pl + ! lib/unicore/lib/Katakana.pl lib/unicore/lib/Khmer.pl + ! lib/unicore/lib/Lao.pl lib/unicore/lib/Latin.pl + ! lib/unicore/lib/Limbu.pl lib/unicore/lib/LinearB.pl + ! lib/unicore/lib/Malayala.pl lib/unicore/lib/Math.pl + ! lib/unicore/lib/Mongolia.pl lib/unicore/lib/Myanmar.pl + ! lib/unicore/lib/Ogham.pl lib/unicore/lib/OldItali.pl + ! lib/unicore/lib/Oriya.pl lib/unicore/lib/Osmanya.pl + ! lib/unicore/lib/OtherDef.pl lib/unicore/lib/OtherGra.pl + ! lib/unicore/lib/OtherMat.pl lib/unicore/lib/Runic.pl + ! lib/unicore/lib/Shavian.pl lib/unicore/lib/Sinhala.pl + ! lib/unicore/lib/SoftDott.pl lib/unicore/lib/Syriac.pl + ! lib/unicore/lib/Tagalog.pl lib/unicore/lib/Tagbanwa.pl + ! lib/unicore/lib/TaiLe.pl lib/unicore/lib/Tamil.pl + ! lib/unicore/lib/Telugu.pl lib/unicore/lib/Terminal.pl + ! lib/unicore/lib/Thaana.pl lib/unicore/lib/Thai.pl + ! lib/unicore/lib/Tibetan.pl lib/unicore/lib/Ugaritic.pl + ! lib/unicore/lib/Yi.pl lib/unicore/lib/Z.pl + ! lib/unicore/lib/Zs.pl lib/unicore/version t/op/pat.t +____________________________________________________________________________ +[ 22619] By: merijn on 2004/03/31 13:02:32 + Log: Regenerated Configure after backported #22571 + Some indent leftovers from earlier patches + We don't like double negatives, not even in comment + Branch: perl + ! Configure +____________________________________________________________________________ +[ 22617] By: merijn on 2004/03/31 11:33:09 + Log: Subject: Re: [PATCH] MIME::Base64 PERL_NO_GET_CONTEXT + From: Gisle Aas + Date: 30 Mar 2004 04:29:18 -0800 + Message-ID: + Branch: perl + ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs + ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm +____________________________________________________________________________ +[ 22615] By: nicholas on 2004/03/31 08:24:29 + Log: Unknowingly for years we've had a test that has assumed the order + of results from readdir. Fixed. + Branch: perl + ! lib/File/Find/t/find.t +____________________________________________________________________________ +[ 22614] By: nicholas on 2004/03/30 21:50:15 + Log: Subject: Zaurus SL-[78]60 native compile patch + Message-Id: <46DCC0BF-8199-11D8-8D5B-000A95DBB50A@dan.co.jp> + From: Dan Kogai + Date: Tue, 30 Mar 2004 00:53:52 +0900 + Branch: perl + ! ext/Errno/Errno_pm.PL +____________________________________________________________________________ +[ 22610] By: davem on 2004/03/29 21:20:35 + Log: various win32 build fixes + + Subject: Re: [PATCH] Re: MinGW/GCC vs MSVC++ on Win32 + From: Steve Hay + Date: Tue, 23 Mar 2004 10:42:12 +0000 + Message-ID: <40601484.7040905@uk.radan.com> + + Subject: [PATCH] distclean on Win32 should delete perl.base + From: Steve Hay + Date: Tue, 23 Mar 2004 11:35:56 +0000 + Message-ID: <4060211C.8020704@uk.radan.com> + + Subject: Re: [PATCH] Create debug symbols files on Windows even for release + From: Steve Hay + Date: Fri, 26 Mar 2004 10:46:07 +0000 + Message-ID: <406409EF.9020404@uk.radan.com> + Branch: perl + ! win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 22609] By: davem on 2004/03/29 20:46:36 + Log: Subject: [perl #27986] IPC::Open3 fails in mod_perl (tie bug) + From: "Benjamin J. Tilly" (via RT) + Date: 26 Mar 2004 21:02:19 -0000 + Message-ID: + + The forked child should make sure STDIN and STDOUT aren't tied + before messing with them + Branch: perl + ! lib/IPC/Open3.pm +____________________________________________________________________________ +[ 22608] By: davem on 2004/03/29 20:10:05 + Log: backout change 22606 (make gv_fullname() include a literal '^') + it breaks select. + Branch: perl + ! gv.c t/op/gv.t +____________________________________________________________________________ +[ 22607] By: davem on 2004/03/28 15:10:48 + Log: update -Dx to cope with lexical version of OP_AELEMFAST + Branch: perl + ! dump.c +____________________________________________________________________________ +[ 22606] By: davem on 2004/03/28 15:08:23 + Log: make gv_fullname() etc include a literal '^' for *^FOO style names + Branch: perl + ! gv.c t/op/gv.t +____________________________________________________________________________ +[ 22605] By: davem on 2004/03/28 13:11:30 + Log: pv_display() had code to display \n etc as escapes but it didn't + actually work. + Branch: perl + ! dump.c +____________________________________________________________________________ +[ 22604] By: davem on 2004/03/28 10:55:30 + Log: fix typo in change 22597 + Branch: perl + ! op.h +____________________________________________________________________________ +[ 22601] By: davem on 2004/03/27 10:22:52 + Log: Subject: [PATCH] -Dusemallocwrap for VMS) + From: "Craig A. Berry" + Date: Fri, 26 Mar 2004 22:46:50 -0600 + Message-Id: <4065073A.30007@mac.com> + + Mimic in configure.com what Configure does to enable or disable + the new feature -Dusemallocwrap + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 22600] By: davem on 2004/03/27 02:04:03 + Log: Subject: [PATCH] don't clean-up perly.* on VMS + From: "Craig A. Berry" + Date: Fri, 26 Mar 2004 16:54:44 -0600 + Message-Id: <4064B4B4.2030203@mac.com> + + refrain from getting rid of perly.c and perly.h now that there are + no longer VMS-specific overrides for these files + Branch: perl + ! vms/descrip_mms.template +____________________________________________________________________________ +[ 22599] By: davem on 2004/03/27 01:54:09 + Log: string corruption with lvalue sub + Depending on the context, the same substr OP may want to return + a PVLV or an LV on subsequent invcations. If TARG is the wrong + type, use a mortal instead. + Branch: perl + ! pp.c t/op/substr.t +____________________________________________________________________________ +[ 22597] By: davem on 2004/03/26 18:56:50 + Log: Clarify op.h comments for which ops the OPpDEREF* private flags + are actually used; update Concise.pm to match + Branch: perl + ! ext/B/B/Concise.pm op.h +____________________________________________________________________________ +[ 22596] By: davem on 2004/03/26 18:53:09 + Log: fix for change #22594; if using test.pl, must tell perl where to + find it! + Branch: perl + ! t/comp/hints.t +____________________________________________________________________________ +[ 22595] By: davem on 2004/03/26 17:28:48 + Log: document the return value of an empty sub + Branch: perl + ! pod/perlsub.pod +____________________________________________________________________________ +[ 22594] By: davem on 2004/03/26 13:05:50 + Log: - hints hash was being double freed on scope exit + Branch: perl + ! op.c scope.c scope.h t/comp/hints.t +____________________________________________________________________________ +[ 22593] By: ams on 2004/03/26 08:59:15 + Log: Subject: Re: [perl #27906] stat documentation correction + From: Andy Lester + Date: Wed, 24 Mar 2004 21:48:30 -0600 + Message-Id: <20040325034830.GA5865@petdance.com> + (Applied with a correction from Spider Boardman.) + Branch: perl + ! pod/perlfunc.pod t/op/stat.t +____________________________________________________________________________ +[ 22592] By: davem on 2004/03/26 01:24:24 + Log: fix some comments in perly.y + Branch: perl + ! perly.y +____________________________________________________________________________ +[ 22591] By: davem on 2004/03/26 01:16:55 + Log: Blessed reference to anonymous glob + Stop *$$x=$x giving "Attempt to free unreferenced scalar" warning + Branch: perl + ! sv.c t/op/ref.t +____________________________________________________________________________ +[ 22586] By: davem on 2004/03/24 22:16:30 + Log: Subject: [perl #27748] 'find2perl' bug: -exec causes chdir error + From: "jdhedden@1979.usna.com (via RT)" + Date: 18 Mar 2004 20:25:50 -0000 + Message-ID: + + Cwd code was planted in the output executable after the exit, so + was never run. + Branch: perl + ! x2p/find2perl.PL +____________________________________________________________________________ +[ 22585] By: nicholas on 2004/03/24 21:42:25 + Log: Remaining smoked platforms where malloc wrap is known to work. + Data for Irix and NetBSD would be useful - they probably will work too. + Will Unicos work? Place bets now... + Branch: perl + ! hints/aix.sh hints/bsdos.sh hints/dec_osf.sh hints/freebsd.sh + ! hints/hpux.sh hints/linux.sh hints/openbsd.sh + ! hints/solaris_2.sh +____________________________________________________________________________ +[ 22584] By: davem on 2004/03/24 21:14:08 + Log: Subject: [perl #27790] split docs: say the string is EXPR + From: Dan Jacobson (via RT) + Date: 20 Mar 2004 05:21:07 -0000 + Message-ID: + + Minor documentation nit in split + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 22582] By: nicholas on 2004/03/24 19:15:29 + Log: mintest will pass if I skip the correct number of tests. D'oh! + Branch: perl + ! t/op/magic.t +____________________________________________________________________________ +[ 22579] By: nicholas on 2004/03/24 14:59:16 + Log: Subject: Re: [PATCH] Fix PERL_MALLOC_WRAP change for Win32 + From: Steve Hay + Message-ID: <40618D1C.7000601@uk.radan.com> + Date: Wed, 24 Mar 2004 13:29:00 +0000 + Branch: perl + ! win32/config_H.bc win32/config_H.gc win32/config_H.vc + ! win32/config_H.vc64 +____________________________________________________________________________ +[ 22578] By: rgs on 2004/03/24 13:54:31 + Log: Good catch from Dave Mitchell; plus a null pointer protection. + Branch: perl + ! scope.c +____________________________________________________________________________ +[ 22577] By: nicholas on 2004/03/24 11:51:46 + Log: Unlike perl, 0 in void context isn't special cased in C :-) + (So it warns). Tweak the no-action malloc wrap checkers to avoid + warnings. + Branch: perl + ! handy.h +____________________________________________________________________________ +[ 22576] By: nicholas on 2004/03/24 10:29:16 + Log: Export PL_memory_wrap based on PERL_MALLOC_WRAP rather than + NO_MALLOC_WRAP following Configure changes. Identical patch to + mine supplied by Steve Hay while I was working on this. + IP shootout at dawn :-) + Branch: perl + ! makedef.pl +____________________________________________________________________________ +[ 22572] By: nicholas on 2004/03/24 09:14:21 + Log: Tidy up function prototypes in the light of suidpatch + Branch: perl + ! embed.fnc embed.h perl.c proto.h +____________________________________________________________________________ +[ 22571] By: nicholas on 2004/03/23 22:35:09 + Log: Make usemallocwrap a Configure-time question. Default is yes for + usedevel, no otherwise, but I'm expecting hints files on known + good platforms to override this. (and known bad) + Demonstration hints file for darwin. + Branch: perl + ! Configure config_h.SH hints/darwin.sh perl.h +____________________________________________________________________________ +[ 22569] By: nicholas on 2004/03/23 17:47:44 + Log: hv_delete_common was freeing the key, then passing the freed pointer + to S_hv_notallowed. D'oh! + Branch: perl + ! hv.c +____________________________________________________________________________ +[ 22566] By: nicholas on 2004/03/23 16:23:58 + Log: Unify 5.008 and 5.009's B::Concise 0.58 + Branch: perl + ! ext/B/B/Concise.pm +____________________________________________________________________________ +[ 22565] By: nicholas on 2004/03/23 16:05:28 + Log: Unify 5.008 and 5.009's B::Concise 0.56 + Branch: perl + ! ext/B/B/Concise.pm +____________________________________________________________________________ +[ 22564] By: rgs on 2004/03/23 13:43:49 + Log: Fix bug [perl #27839] returning @+ out of scope loses its value : + + Subject: Re: Wondering about returned regex special arrays on going out of scope + From: hv@crypt.org + Date: Fri, 05 Mar 2004 17:42:25 +0000 + Message-Id: <200403051742.i25HgPd11240@zen.crypt.org> + + plus a test case. + Branch: perl + ! pp_hot.c t/op/magic.t +____________________________________________________________________________ +[ 22563] By: nicholas on 2004/03/23 13:38:11 + Log: Subject: [PATCH] 5.9.1 suidperl + From: psz@maths.usyd.edu.au (Paul Szabo) + Message-Id: <200403182117.i2ILHug513080@milan.maths.usyd.edu.au> + Date: Fri, 19 Mar 2004 08:17:56 +1100 (EST) + + (which variables renamed as requested, plus tweaks to work on platforms + with no ST_NOEXEC) + Branch: perl + ! embedvar.h intrpvar.h perl.c perl.h perlapi.h +____________________________________________________________________________ +[ 22560] By: rgs on 2004/03/22 21:29:51 + Log: Update the -v copyright notice. + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 22559] By: nicholas on 2004/03/22 21:05:09 + Log: Don't assume that the chmod will always work. + (It won't for files on *BSD where chflags has set uchg, which is + what the OS X perforce client does) + Branch: perl + ! t/op/filetest.t +____________________________________________________________________________ +[ 22557] By: rgs on 2004/03/22 20:46:52 + Log: Clarifications on constants subroutines, based on: + + Subject: [perl #27768] [patch] wrong examples in perlsub/"Constant Functions" + From: "padre@elte.hu (via RT)" + Date: 19 Mar 2004 14:56:09 -0000 + Message-ID: + Branch: perl + ! pod/perlsub.pod +____________________________________________________________________________ +[ 22556] By: rgs on 2004/03/22 20:30:41 + Log: Subject: [PATCH] Re: ../lib/ExtUtils/t/Embed.t failure on Win32/GCC + From: Steve Hay + Date: Mon, 22 Mar 2004 14:44:46 +0000 + Message-ID: <405EFBDE.4090209@uk.radan.com> + Branch: perl + ! README.win32 +____________________________________________________________________________ +[ 22553] By: rgs on 2004/03/22 19:25:59 + Log: Subject: Re: [PATCH] warn on !=~ + From: Yitzchak Scott-Thoennes + Date: Mon, 22 Mar 2004 10:32:05 -0800 + Message-ID: <20040322183106.GA1284@efn.org> + + More warnings for this case. + Branch: perl + ! t/lib/warnings/toke toke.c +____________________________________________________________________________ +[ 22549] By: rgs on 2004/03/21 17:22:42 + Log: Finally, this "Negative repeat count" warning wasn't such a great + idea. Disable it. But add tests for this : + + Subject: Re: [perl #27811] (@x) x -1 is a panic + From: Andy Lester + Date: Sun, 21 Mar 2004 09:27:04 -0600 + Message-ID: <20040321152704.GA9041@petdance.com> + Branch: perl + ! pp.c t/lib/warnings/pp t/op/repeat.t +____________________________________________________________________________ +[ 22548] By: rgs on 2004/03/21 16:40:27 + Log: Subject: [PATCH sv.h] Nobody has used SvPVbyte_force? + From: SADAHIRO Tomoyuki + Date: Sun, 21 Mar 2004 21:49:53 +0900 + Message-Id: <20040321213628.2461.BQW10602@nifty.com> + Branch: perl + ! sv.h +____________________________________________________________________________ +[ 22547] By: rgs on 2004/03/21 13:36:27 + Log: I must be tired today. + Branch: perl + ! lib/utf8.t +____________________________________________________________________________ +[ 22546] By: rgs on 2004/03/21 13:26:33 + Log: Silence a gcc warning. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 22545] By: rgs on 2004/03/21 13:18:01 + Log: Subject: Re: [perl #27803] perl crashes when utf8::upgrade($offsetOK_scalar) + From: SADAHIRO Tomoyuki + Date: Sun, 21 Mar 2004 15:19:22 +0900 + Message-Id: <20040321151828.DAC6.BQW10602@nifty.com> + Branch: perl + ! lib/utf8.t sv.c +____________________________________________________________________________ +[ 22544] By: rgs on 2004/03/21 13:12:53 + Log: Subject: [PATCH] fix memory bug in vms.c:mp_do_tounixspec + From: "Craig A. Berry" + Date: Sat, 20 Mar 2004 21:51:45 -0600 + Message-ID: <405D1151.3040308@mac.com> + Branch: perl + ! vms/vms.c +____________________________________________________________________________ +[ 22543] By: rgs on 2004/03/21 13:06:20 + Log: Add a new warning "Negative repeat count" + for the cases $x x -1. + Branch: perl + ! pod/perlop.pod pp.c t/lib/warnings/pp +____________________________________________________________________________ +[ 22542] By: rgs on 2004/03/20 11:49:21 + Log: Subject: [PATCH] warn on !=~ + From: Yitzchak Scott-Thoennes + Date: Thu, 18 Mar 2004 22:24:09 -0800 + Message-ID: <20040319062035.GA3768@efn.org> + + with an improvement suggested by Ton Hospel. + Branch: perl + ! pod/perldiag.pod t/lib/warnings/toke toke.c +____________________________________________________________________________ +[ 22541] By: rgs on 2004/03/20 10:19:59 + Log: Subject: makefile.95 tweak + From: Greg Matheson + Date: Fri, 19 Mar 2004 18:15:25 +0800 + Message-ID: <20040319181525.A6347@ms.chinmin.edu.tw> + Branch: perl + ! win32/makefile.mk +____________________________________________________________________________ +[ 22540] By: rgs on 2004/03/20 10:15:36 + Log: \x80\xFF is not valid UTF-8. + Branch: perl + ! pod/perluniintro.pod +____________________________________________________________________________ +[ 22539] By: rgs on 2004/03/19 23:09:13 + Log: Subject: [perl #24821] enhancement patch for B::Concise + From: jim cromie + Date: Wed, 17 Mar 2004 14:12:43 -0700 + Message-ID: <4058BF4B.1000004@divsol.com> + (Only the Concise.pm part, with documentation nits) + Branch: perl + ! ext/B/B/Concise.pm +____________________________________________________________________________ +[ 22538] By: nicholas on 2004/03/19 12:15:23 + Log: Subject: [PATCH] open.pm: allow upper-cased EUC + From: Autrijus Tang + Date: Fri, 19 Mar 2004 18:27:10 +0800 + Message-Id: <20040319102710.GA91216@aut.dyndns.org> + Branch: perl + ! lib/open.pm +____________________________________________________________________________ +[ 22537] By: nicholas on 2004/03/19 11:59:01 + Log: Subject: [PATCH] Move Win32.pm/Win32.xs from libwin32 module to core Perl + From: Jan Dubois + Message-ID: + Date: Thu, 18 Mar 2004 13:13:49 -0800 + + Subject: Re: [PATCH] Move Win32.pm/Win32.xs from libwin32 module to core Perl + From: Steve Hay + Message-ID: <405ACC6D.1040804@uk.radan.com> + Date: Fri, 19 Mar 2004 10:33:17 +0000 + Branch: perl + + win32/ext/Win32/Makefile.PL win32/ext/Win32/Win32.pm + + win32/ext/Win32/Win32.xs + - lib/Win32.pod + ! MANIFEST win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 22536] By: nicholas on 2004/03/19 11:43:35 + Log: Change Storable.xs to conditionally include ppport.h for pre 5.8.0 + This allows the ppport.h to be deleted from ext/Storable, which will + reduce the potential for confusion. + Bump Storable's version to 2.12; update the ChangeLog + Branch: perl + - ext/Storable/ppport.h + ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST + ! ext/Storable/README ext/Storable/Storable.pm + ! ext/Storable/Storable.xs +____________________________________________________________________________ +[ 22535] By: nicholas on 2004/03/19 11:03:18 + Log: Move Beau Cox's ppport.h fixes into PPPort.pm + Branch: perl + ! ext/Devel/PPPort/PPPort.pm +____________________________________________________________________________ +[ 22534] By: rgs on 2004/03/19 10:13:14 + Log: Nit in perluniintro about the U0 and C0 templates, + noticed by Steve Hay. + Branch: perl + ! pod/perluniintro.pod +____________________________________________________________________________ +[ 22533] By: ams on 2004/03/19 02:57:40 + Log: Subject: [PATCH] Storable PERL_NO_GET_CONTEXT + From: beau@beaucox.com + Date: Thu, 18 Mar 2004 12:45:45 -1000 + Message-Id: <20040318_224545_009145.beau@beaucox.com> + Branch: perl + + ext/Storable/ppport.h + ! MANIFEST ext/Storable/MANIFEST ext/Storable/Storable.xs +____________________________________________________________________________ +[ 22532] By: rgs on 2004/03/18 20:33:02 + Log: Subject: [PATCH] range operator warnings / 64-bit fix + From: Marcus Holland-Moritz + Date: Wed, 10 Mar 2004 21:45:48 +0100 + Message-Id: <20040310214548.4f5e3ab1@r2d2> + Branch: perl + ! pp_ctl.c pp_hot.c t/op/range.t +____________________________________________________________________________ +[ 22531] By: davem on 2004/03/18 19:02:32 + Log: add code comment for change 22525 + Branch: perl + ! pp.c +____________________________________________________________________________ +[ 22530] By: rgs on 2004/03/18 18:21:32 + Log: Add a perl592delta.pod man page. + Branch: perl + + pod/perl592delta.pod + ! MANIFEST Makefile.SH pod.lst pod/perl.pod pod/perltoc.pod + ! vms/descrip_mms.template win32/Makefile win32/makefile.mk + ! win32/pod.mak +____________________________________________________________________________ +[ 22528] By: nicholas on 2004/03/18 16:58:06 + Log: Corrections and explanations in comments + Branch: perl + ! ext/Storable/Storable.xs +____________________________________________________________________________ +[ 22527] By: nicholas on 2004/03/18 16:50:25 + Log: Subject: pumpkin fodder + From: Jarkko Hietaniemi + Date: Fri, 12 Mar 2004 15:16:57 +0200 (EET) + Message-Id: <200403121316.i2CDGv1Y254951@kosh.hut.fi> + Branch: perl + ! lib/unicore/README.perl +____________________________________________________________________________ +[ 22526] By: rgs on 2004/03/18 14:33:14 + Log: Detypo. + Branch: perl + ! makedef.pl +____________________________________________________________________________ +[ 22525] By: davem on 2004/03/18 14:13:16 + Log: make ~$x give warning is $x isn't initialised. + Also add test for uninitialised warning in & op. + Branch: perl + ! pp.c t/lib/warnings/sv +____________________________________________________________________________ +[ 22524] By: rgs on 2004/03/18 13:20:07 + Log: Try to fix the AIX and Windows builds regarding the + definedness of the PL_memory_wrap symbol. + Branch: perl + ! makedef.pl +____________________________________________________________________________ +[ 22523] By: rgs on 2004/03/18 08:27:34 + Log: Bump bleadperl's version number to 5.9.2. + Branch: perl + ! NetWare/Makefile NetWare/config_H.wc Porting/config.sh + ! Porting/config_H epoc/config.sh epoc/createpkg.pl patchlevel.h + ! plan9/config.plan9 win32/Makefile win32/config_H.bc + ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64 + ! win32/makefile.mk wince/Makefile.ce +____________________________________________________________________________ +[ 22521] By: rgs on 2004/03/17 19:13:03 + Log: Subject: [PATCH] format/casting/warning RE: perl 5.9.1 + From: Robin Barker + Date: Wed, 17 Mar 2004 18:37:10 -0000 + Message-ID: <533D273D4014D411AB1D00062938C4D90404682E@hotel.npl.co.uk> + Branch: perl + ! dump.c ext/Socket/Socket.xs pad.c util.c +____________________________________________________________________________ +[ 22520] By: rgs on 2004/03/17 18:20:54 + Log: Optimize away the assignment in the constructs C, + C, C. + Branch: perl + ! op.c +____________________________________________________________________________ +[ 22517] By: nicholas on 2004/03/17 17:58:44 + Log: Subject: malloc wrappage + From: Jarkko Hietaniemi + Message-Id: <37BF70DE-5C0E-11D8-B5A1-00039362CB92@iki.fi> + Date: Tue, 10 Feb 2004 23:15:14 +0200 + + plus change croak to Perl_croak_nocontext to make ithread safe + plus make it conditional on PERL_MALLOC_WRAP (default for blead is on) + Branch: perl + ! av.c handy.h perl.h pod/perldiag.pod pp.c +____________________________________________________________________________ +[ 22516] By: nicholas on 2004/03/17 16:10:57 + Log: Add auto-require of modules to restore overloading (and tests) + Branch: perl + + ext/Storable/t/HAS_OVERLOAD.pm + ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST + ! ext/Storable/Storable.xs ext/Storable/t/overload.t +____________________________________________________________________________ +[ 22515] By: nicholas on 2004/03/17 15:48:03 + Log: Add regression tests for the auto-require of STORABLE_thaw + Branch: perl + + ext/Storable/t/HAS_HOOK.pm + ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST + ! ext/Storable/t/blessed.t +____________________________________________________________________________ +[ 22514] By: nicholas on 2004/03/16 22:36:49 + Log: Move the PERLVAR(Ireentrant_buffer, REENTR*) outside the ITHREADS + block. This allows the re-entrant API to be used with ithreads, + which in turn permits -Dusethreads -Uuseithreads -Uuse5005threads + (Which may seem inane, but makes perl threaded at the C level + without enabling ithreads) + Branch: perl + ! intrpvar.h +____________________________________________________________________________ +[ 22513] By: rgs on 2004/03/16 21:55:10 + Log: Add a lchown() call to the POSIX module. [perl #27547] + Branch: perl + ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs +____________________________________________________________________________ +[ 22512] By: rgs on 2004/03/16 21:29:41 + Log: Subject: [PATCH] Re: Perl and Parrot disagree about sched_yield on Solaris + From: Andrew Dougherty + Date: Tue, 16 Mar 2004 16:38:58 -0500 (EST) + Message-ID: + Branch: perl + ! hints/solaris_2.sh +____________________________________________________________________________ +[ 22511] By: rgs on 2004/03/16 21:27:02 + Log: Restore the "DEVEL" locally-applied-patches version tag in blead. + Branch: perl + ! patchlevel.h +____________________________________________________________________________ +[ 22510] By: rgs on 2004/03/16 18:29:39 + Log: Update Changes. (again) + Branch: perl + ! Changes +____________________________________________________________________________ +[ 22509] By: rgs on 2004/03/16 18:19:52 + Log: Update copyright notices + Branch: perl + ! cop.h cv.h doio.c doop.c dump.c embed.h embed.pl embedvar.h + ! form.h global.sym gv.c handy.h hv.c mg.c op.c op.h opcode.h + ! opcode.pl opnames.h pad.c patchlevel.h perl.c perl.h perlapi.h + ! perlio.c pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c + ! proto.h regexec.c scope.c scope.h sv.c sv.h thread.h + ! universal.c utf8.c util.c +____________________________________________________________________________ +[ 22508] By: rgs on 2004/03/16 16:31:03 + Log: Regenerate META.yml + Branch: perl + ! META.yml +____________________________________________________________________________ +[ 22507] By: rgs on 2004/03/16 15:36:32 + Log: Update Changes. + Branch: perl + ! Changes +____________________________________________________________________________ +[ 22506] By: rgs on 2004/03/16 15:32:42 + Log: This is 5.9.1. + Branch: perl + ! patchlevel.h +____________________________________________________________________________ +[ 22505] By: rgs on 2004/03/16 15:28:55 + Log: We'll ship 5.9.1 today. + Branch: perl + ! pod/perlhist.pod +____________________________________________________________________________ +[ 22504] By: rgs on 2004/03/16 15:25:22 + Log: More perldelta updates. + Branch: perl + ! pod/perl591delta.pod +____________________________________________________________________________ +[ 22503] By: rgs on 2004/03/16 13:23:34 + Log: Since the signature.t test of CPAN relies on a non-core module, + it's not relevant to the perl core distribution. + Branch: perl + - lib/CPAN/t/signature.t + ! MANIFEST +____________________________________________________________________________ +[ 22502] By: rgs on 2004/03/15 21:54:56 + Log: Fix the order of arguments in the usage message of + POSIX::chown(). It's different from the POSIX order but + it's the same than CORE::chown(). Damn. + Branch: perl + ! ext/POSIX/POSIX.pm +____________________________________________________________________________ +[ 22501] By: rgs on 2004/03/15 17:09:26 + Log: Subject: Re: Smoke [5.9.1] 22491 FAIL(M) MSWin32 WinXP/.Net SP1 (x86/1 cpu) + From: Steve Hay + Date: Mon, 15 Mar 2004 10:28:02 +0000 + Message-ID: <40558532.30002@uk.radan.com> + + Plus, restore patch #22489 + Branch: perl + ! win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 22500] By: davem on 2004/03/14 20:13:47 + Log: scope exit could expose freed local() value + Branch: perl + ! scope.c t/op/localref.t +____________________________________________________________________________ +[ 22499] By: davem on 2004/03/14 17:01:34 + Log: strict 'subs' didn't warn on bareword array index + Branch: perl + ! op.c t/lib/strict/subs +____________________________________________________________________________ +[ 22498] By: rgs on 2004/03/14 12:52:17 + Log: Four Storable patches towards Storable 2.11 : + + Subject: Re: [perl #27616] Storable can't freeze restricted hashes in canonical order + From: Nicholas Clark + Date: Sat, 13 Mar 2004 15:13:28 +0000 + Message-ID: <20040313151327.GS701@plum.flirble.org> + + Date: Sat, 13 Mar 2004 20:23:45 +0000 + Message-ID: <20040313202345.GX701@plum.flirble.org> + + Date: Sat, 13 Mar 2004 22:20:07 +0000 + Message-ID: <20040313222007.GZ701@plum.flirble.org> + + Date: Sat, 13 Mar 2004 23:03:46 +0000 + Message-ID: <20040313230345.GB701@plum.flirble.org> + Branch: perl + ! ext/Storable/ChangeLog ext/Storable/Storable.pm + ! ext/Storable/Storable.xs ext/Storable/t/blessed.t + ! ext/Storable/t/restrict.t +____________________________________________________________________________ +[ 22497] By: rgs on 2004/03/13 21:27:57 + Log: Subject: [perl #27567] [patch] a typo and a mistake in perltoot.pod + From: "padre@elte.hu (via RT)" + Date: 10 Mar 2004 17:05:09 -0000 + Message-ID: + Branch: perl + ! pod/perltoot.pod +____________________________________________________________________________ +[ 22496] By: rgs on 2004/03/13 21:16:59 + Log: More small perldelta updates. + Branch: perl + ! pod/perl591delta.pod +____________________________________________________________________________ +[ 22495] By: rgs on 2004/03/13 20:05:20 + Log: Revert change #22489, that seems to cause build failures on Windows. + Branch: perl + ! win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 22494] By: rgs on 2004/03/13 19:55:43 + Log: Subject: Re: [PATCH] Stop splitpod truncating sprintf manpage + From: Steve Hay + Date: Fri, 12 Mar 2004 08:38:41 +0000 + Message-ID: <40517711.9030204@uk.radan.com> + Branch: perl + ! pod/splitpod +____________________________________________________________________________ +[ 22493] By: rgs on 2004/03/12 23:39:16 + Log: perl591delta nits. Regenerate the tables of contents. + Branch: perl + ! pod/perl591delta.pod pod/perlmodlib.pod pod/perltoc.pod +____________________________________________________________________________ +[ 22492] By: rgs on 2004/03/12 21:35:49 + Log: Update perl591delta. Include a small to-do list in it. + Branch: perl + ! pod/perl591delta.pod +____________________________________________________________________________ +[ 22491] By: rgs on 2004/03/12 20:08:31 + Log: Subject: [PATCH] Math::BigInt v1.70, bignum 0.15, Math::BigRat 0.12 + From: Tels + Date: Fri, 12 Mar 2004 18:02:30 +0100 + Message-Id: <200403121802.31679@bloodgate.com> + Branch: perl + + lib/Math/BigInt/t/_e_math.t + ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt/t/bare_mbf.t + ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t + ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/with_sub.t + ! lib/bigint.pm lib/bignum.pm +____________________________________________________________________________ +[ 22490] By: rgs on 2004/03/12 18:31:12 + Log: Fix a bug in the cloning of regexps + + Subject: Re: [perl #27530] Regex qr// interpolation fails when chr(0) is used in a thread + From: hv@crypt.org + Date: Thu, 11 Mar 2004 16:21:50 +0000 + Message-Id: <200403111621.i2BGLoi20225@zen.crypt.org> + (plus another similar fix) + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 22489] By: rgs on 2004/03/12 18:26:34 + Log: Subject: [PATCH] Fix minitest target in Win32 makefiles + From: Steve Hay + Date: Fri, 12 Mar 2004 15:52:23 +0000 + Message-ID: <4051DCB7.107@uk.radan.com> + Branch: perl + ! win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 22488] By: rgs on 2004/03/11 22:57:29 + Log: Document the new behaviour of the substr lvalue : + Subject: Re: [perl #24346] pulling in stuff from outside the substr lvalue window + From: Dave Mitchell + Date: Mon, 1 Mar 2004 23:59:21 +0000 + Message-ID: <20040301235921.GC6469@fdisolutions.com> + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 22485] By: davem on 2004/03/11 14:52:58 + Log: make op/write.t work better under stdio by running the subtests + in the child process rather than the parent. + Branch: perl + ! t/op/write.t +____________________________________________________________________________ +[ 22484] By: merijn on 2004/03/11 10:08:17 + Log: Subject: Re: [PATCH] Re: Proposal to remove support for MachTen + From: Dominic Dunlop + Date: Thu, 11 Mar 2004 10:34:01 +0100 + Message-Id: <3B07B7FC-733F-11D8-AC24-000A27839BD6@mac.com> + Branch: perl + ! README.machten hints/machten.sh +____________________________________________________________________________ +[ 22483] By: nicholas on 2004/03/10 20:38:49 + Log: croaking for readonly SVs in Perl_sv_utf8_upgrade_flags was a mistake + back this out until we have a tangible policy + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 22482] By: rgs on 2004/03/10 16:16:00 + Log: Upgrade to Cwd 2.17. + Branch: perl + ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm +____________________________________________________________________________ +[ 22481] By: rgs on 2004/03/10 10:55:12 + Log: Subject: Re: [PATCH] More "distclean" tidy ups on Win32 + From: Steve Hay + Date: Wed, 10 Mar 2004 10:58:15 +0000 + Message-ID: <404EF4C7.9090107@uk.radan.com> + Branch: perl + ! win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 22480] By: rgs on 2004/03/10 09:25:36 + Log: Change 22476 left out a similar fix for ExtUtils::MM_Win32 + (noticed by Steve Hay.) + Also, update MANIFEST.SKIP to be in line with the renaming + "blibdirs" to "blibdirs.exists". + Branch: perl + ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/MM_Win32.pm +____________________________________________________________________________ +[ 22479] By: rgs on 2004/03/10 09:07:03 + Log: A patch by Richard Foley to reduce the amount of + forkage between the 5.8 and 5.9 debuggers. + Branch: perl + ! lib/perl5db.pl +____________________________________________________________________________ +[ 22478] By: chip on 2004/03/09 23:51:41 + Log: In line-buffered mode, flush on the *last* newline, + not on every newline. + Branch: perl + ! perlio.c +____________________________________________________________________________ +[ 22477] By: rgs on 2004/03/09 22:27:22 + Log: Subject: [PATCH] More "distclean" tidy ups on Win32 + From: Steve Hay + Date: Fri, 05 Mar 2004 09:56:36 +0000 + Message-ID: <40484ED4.1050001@uk.radan.com> + (only the win32 makefiles part) + Branch: perl + ! win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 22476] By: rgs on 2004/03/09 21:45:49 + Log: Subject: [PATCH] bleadperl/MM/VMS (was Re: perl@22413) + From: "Craig A. Berry" + Date: Mon, 08 Mar 2004 08:18:43 -0600 + Message-ID: <404C80C3.6090009@mac.com> + + Avoid to build everything twice on VMS. + This is done by renaming the blibdirs target to blibdirs.exists. + No, I don't understand why. + Branch: perl + ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_NW5.pm + ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm + ! lib/ExtUtils/t/INST_PREFIX.t +____________________________________________________________________________ +[ 22474] By: rgs on 2004/03/09 20:29:02 + Log: Improve the "Prototype mismatch" error message when + the redefined subroutine didn't have any prototype. + Branch: perl + ! op.c t/comp/redef.t +____________________________________________________________________________ +[ 22473] By: mhx on 2004/03/09 19:09:20 + Log: Revert change #22472, but keep the new tests. + Branch: perl + ! pp_ctl.c t/op/range.t +____________________________________________________________________________ +[ 22472] By: mhx on 2004/03/09 18:41:15 + Log: Subject: Re: undef and the range operator + From: Marcus Holland-Moritz + Date: Mon, 8 Mar 2004 21:49:55 +0100 + Message-Id: <20040308214955.3d8be3a6@r2d2> + Branch: perl + ! pp_ctl.c t/op/range.t +____________________________________________________________________________ +[ 22471] By: nicholas on 2004/03/09 16:11:37 + Log: Make a temporary copy of the input buffer in pp_send, so that send + and syswrite don't gratuitously upgrade their input to UTF8 + Branch: perl + ! pp_sys.c t/op/sysio.t +____________________________________________________________________________ +[ 22470] By: rgs on 2004/03/09 15:27:38 + Log: Upgrade to Cwd 2.16 + Branch: perl + ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm +____________________________________________________________________________ +[ 22469] By: rgs on 2004/03/09 14:56:10 + Log: Upgrade to CGI.pm 3.04. + Branch: perl + ! lib/CGI.pm lib/CGI/Cookie.pm +____________________________________________________________________________ +[ 22468] By: rgs on 2004/03/08 15:35:59 + Log: perl591delta.pod update. + Branch: perl + ! pod/perl591delta.pod +____________________________________________________________________________ +[ 22467] By: rgs on 2004/03/08 10:43:23 + Log: Another makefile portability fix for Win32 by Steve Hay. + Branch: perl + ! win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 22466] By: rgs on 2004/03/08 08:06:33 + Log: Subject: [PATCH] win32_fstat has a potential buffer overrun problem + From: Jan Dubois + Date: Sun, 07 Mar 2004 17:04:35 -0800 + Message-ID: <8lgn409p4k2kpde8d428d7a4r7fsgjc8b4@4ax.com> + Branch: perl + ! win32/win32.c +____________________________________________________________________________ +[ 22465] By: nicholas on 2004/03/07 23:31:49 + Log: Fix Dave's original shared hash key corruption bug + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 22463] By: nicholas on 2004/03/07 21:34:01 + Log: Add a readonly check to Perl_sv_utf8_upgrade_flags, a regresion test + in utf8.t, and fix 3 bugs it exposed in utfhash.t + Branch: perl + ! lib/utf8.t sv.c t/op/utfhash.t +____________________________________________________________________________ +[ 22462] By: rgs on 2004/03/07 20:34:05 + Log: Subject: undef and the range operator + From: Marcus Holland-Moritz + Date: Sun, 7 Mar 2004 21:11:20 +0100 + Message-Id: <20040307211120.10e46933@r2d2> + Branch: perl + ! pp_ctl.c t/op/range.t +____________________________________________________________________________ +[ 22459] By: rgs on 2004/03/07 18:41:36 + Log: Subject: Re: [PATCH Cwd 2.15] test tweak for VMS + From: "Ken Williams" + Date: Sun, 7 Mar 2004 09:37:19 -0600 + Message-Id: <51C75B2A-704D-11D8-BBD2-003065F6D85A@mathforum.org> + Branch: perl + ! ext/Cwd/t/cwd.t +____________________________________________________________________________ +[ 22456] By: rgs on 2004/03/07 14:08:43 + Log: Subject: [PATCH t/op/closure.t] line-end tweak for VMS + From: "Craig A. Berry" + Date: Sat, 06 Mar 2004 22:50:25 -0600 + Message-ID: <404AAA11.8050001@mac.com> + Branch: perl + ! t/op/closure.t +____________________________________________________________________________ +[ 22452] By: rgs on 2004/03/06 21:24:45 + Log: Subject: [PATCH Cwd 2.15] test tweak for VMS + From: "Craig A. Berry" + Date: Sat, 06 Mar 2004 13:51:55 -0600 + Message-ID: <404A2BDB.8030401@mac.com> + Branch: perl + ! ext/Cwd/t/cwd.t +____________________________________________________________________________ +[ 22451] By: rgs on 2004/03/06 21:09:10 + Log: Allow syslog() to use numeric constants in addition to strings for + facility names and priorities. + + Subject: Patch for Sys::Syslog + From: Jim Schneider + Date: Fri, 5 Mar 2004 14:03:10 -0500 + Message-Id: <200403051403.10674.jschneid@netilla.com> + Branch: perl + ! ext/Sys/Syslog/Syslog.pm +____________________________________________________________________________ +[ 22446] By: nicholas on 2004/03/06 16:13:48 + Log: Make threads tests pass make minitest (by skipping) + Branch: perl + ! t/op/getpid.t t/op/threads.t +____________________________________________________________________________ +[ 22445] By: davem on 2004/03/06 15:25:32 + Log: fix coredump in /(?{sub{}})/ + Branch: perl + ! pad.c +____________________________________________________________________________ +[ 22444] By: rgs on 2004/03/05 21:19:06 + Log: A small perluniintro clarification by Jarkko. + Branch: perl + ! pod/perluniintro.pod +____________________________________________________________________________ +[ 22443] By: rgs on 2004/03/05 14:13:50 + Log: Subject: [PATCH] Re: Strange segfault + From: mhx-perl@gmx.net (Marcus Holland-Moritz) + Date: Fri, 5 Mar 2004 15:13:53 +0100 + Message-ID: <20040305151353.5f3e913c@r2d2> + Branch: perl + ! pp_ctl.c t/op/range.t +____________________________________________________________________________ +[ 22442] By: rgs on 2004/03/05 09:31:22 + Log: Subject: [PATCH] Fix PERLEXE_ICO/PERLEXE_RES targets in makefile.mk on Win32 + From: steve.hay@uk.radan.com (Steve Hay) + Date: Fri, 05 Mar 2004 09:42:32 +0000 + Message-ID: <40484B88.7070608@uk.radan.com> + Branch: perl + ! win32/makefile.mk +____________________________________________________________________________ +[ 22441] By: rgs on 2004/03/05 08:53:08 + Log: Change 22436 broke the Windows build. + Fix by Steve Hay. + Branch: perl + ! ext/POSIX/POSIX.xs +____________________________________________________________________________ +[ 22440] By: davem on 2004/03/05 00:09:23 + Log: silence some compiler warnings + Branch: perl + ! pp_ctl.c sv.c +____________________________________________________________________________ +[ 22439] By: davem on 2004/03/04 23:56:42 + Log: ensure utf8::encode() normalises its arg + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 22438] By: davem on 2004/03/04 23:32:38 + Log: Memory leak in continue loop + make sure redo always frees temps + Branch: perl + ! pp_ctl.c t/op/loopctl.t +____________________________________________________________________________ +[ 22437] By: davem on 2004/03/04 22:03:17 + Log: Add perldiag entry for change #22435 (deprecate my $x if 0) + Branch: perl + ! pod/perldiag.pod +____________________________________________________________________________ +[ 22436] By: rgs on 2004/03/04 21:52:18 + Log: Subject: [PATCH] Re: [perl #25270] 5.8.3 - POSIX::ctermid() on Solaris + From: Andrew Dougherty + Date: Thu, 4 Mar 2004 14:41:07 -0500 (EST) + Message-ID: + Branch: perl + ! ext/POSIX/POSIX.xs +____________________________________________________________________________ +[ 22435] By: davem on 2004/03/04 21:39:47 + Log: add deprecation warning for my $x if 0 + Branch: perl + ! op.c t/lib/warnings/op +____________________________________________________________________________ +[ 22434] By: davem on 2004/03/04 21:38:57 + Log: remove an 'if $a if 0' from AutoSplit.t + Branch: perl + ! lib/AutoSplit.t +____________________________________________________________________________ +[ 22433] By: davem on 2004/03/04 20:33:44 + Log: retract 22328 and 22332: deprecation warning for my $x if foo + Branch: perl + ! embed.h op.c opcode.h opcode.pl pod/perldiag.pod pp.sym + ! pp_proto.h t/lib/warnings/op +____________________________________________________________________________ +[ 22432] By: rgs on 2004/03/04 12:18:11 + Log: Maintainers.pl update by MJD. + Branch: perl + ! Porting/Maintainers.pl +____________________________________________________________________________ +[ 22431] By: rgs on 2004/03/04 10:35:59 + Log: Fix [perl #27357] Scalar Win32::GetOSVersion() broken in 5.8.3 + (by Steve Hay) + Branch: perl + + t/win32/getosversion.t + ! MANIFEST win32/win32.c +____________________________________________________________________________ +[ 22430] By: rgs on 2004/03/04 08:03:54 + Log: Clarify the difference between utf8::downgrade/upgrade + and utf8::encode/decode (patch by Jarkko). + Branch: perl + ! lib/utf8.pm pod/perluniintro.pod +____________________________________________________________________________ +[ 22429] By: rgs on 2004/03/03 23:01:56 + Log: A couple of notes in perl591delta + (about Benchmark and the debugger.) + Branch: perl + ! pod/perl591delta.pod +____________________________________________________________________________ +[ 22428] By: rgs on 2004/03/03 22:15:42 + Log: Subject: [PATCH] simplify sv.h + From: Arthur Bergman + Date: Sun, 29 Feb 2004 22:04:53 +0000 + Message-Id: <4D3C272C-6B03-11D8-B799-000A95A2734C@nanisky.com> + Branch: perl + ! sv.h +____________________________________________________________________________ +[ 22427] By: rgs on 2004/03/03 21:55:03 + Log: Speed up the unicode case mappings (for /i, lc, uc, etc). + Subject: [PATCH] [perl #24826] + From: Jarkko Hietaniemi + Date: Wed, 3 Mar 2004 09:37:21 +0200 + Message-Id: <9B5CBF96-6CE5-11D8-83B0-00039362CB92@iki.fi> + Branch: perl + ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl + ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl + ! lib/unicore/mktables t/uni/case.pl utf8.c +____________________________________________________________________________ +[ 22426] By: rgs on 2004/03/03 21:04:48 + Log: Subject: [PATCH] debugger (5.8.x and 5.9.x) + From: Richard.Foley@t-online.de (Richard Foley) + Date: Wed, 3 Mar 2004 16:10:25 +0100 + Message-Id: <200403031610.25080.richard.foley@rfi.net> + Branch: perl + ! lib/perl5db.pl +____________________________________________________________________________ +[ 22425] By: davem on 2004/03/03 00:02:51 + Log: stop t/op/write.t failures under stdio by always closing files + before reading them back; also replace `cat file` with a function + to read in the file + Branch: perl + ! t/op/write.t +____________________________________________________________________________ +[ 22424] By: nicholas on 2004/03/02 22:22:49 + Log: Change the skip logic on the unicode tests so that they don't rely on + miniperl's "dynamic loading unavailable" message + Branch: perl + ! t/uni/chomp.t t/uni/tr_7jis.t t/uni/tr_eucjp.t t/uni/tr_sjis.t + ! t/uni/tr_utf8.t +____________________________________________________________________________ +[ 22423] By: nicholas on 2004/03/02 22:02:36 + Log: Work on eliminating systematic failures on make minitest: + make minitest passes a -minitest flag to t/TEST + t/TEST sees this and sets $ENV{PERL_CORE_MINITEST} + Tests can choose to skip based on this. + (Other tactic is to make loading of Errno by %! happen at run time.) + Branch: perl + ! Makefile.SH t/TEST t/io/binmode.t t/io/crlf.t t/io/layers.t + ! t/io/open.t t/io/print.t t/io/read.t t/op/magic.t +____________________________________________________________________________ +[ 22422] By: davem on 2004/03/02 21:33:22 + Log: Remove machine-dependent rounding dependency from write overflow + tests + Branch: perl + ! t/op/write.t +____________________________________________________________________________ +[ 22421] By: rgs on 2004/03/02 21:25:12 + Log: Subject: [PATCH] nmake distclean cleans too much from lib/Digest on Win32 + From: Steve Hay + Date: Fri, 27 Feb 2004 17:42:26 +0000 + Message-ID: <403F8182.5090607@uk.radan.com> + Branch: perl + ! win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 22419] By: davem on 2004/03/01 22:17:52 + Log: add tests for change 22414 (lvalue substr jollity) + courtesy of Graham Barr. + Branch: perl + ! t/op/substr.t +____________________________________________________________________________ +[ 22418] By: davem on 2004/03/01 22:00:11 + Log: integrate Time::HiRes 1.56 from CPAN + (which is itself mostly derived from the bleedperl version) + Branch: perl + ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm + ! ext/Time/HiRes/Makefile.PL +____________________________________________________________________________ +[ 22417] By: mhx on 2004/02/29 21:46:19 + Log: Make panics a bit more verbose to ease debugging. + Branch: perl + ! thread.h +____________________________________________________________________________ +[ 22415] By: davem on 2004/02/29 18:06:45 + Log: make test breaks permissions on /dev/tty + perl -i could fchmod(stdin) by mistake + Branch: perl + ! doio.c +____________________________________________________________________________ +[ 22414] By: davem on 2004/02/29 16:21:34 + Log: Subject: Re: [perl #24346] pulling in stuff from outside the substr lvalue + From: Graham Barr + Date: Wed, 29 Oct 2003 09:56:53 +0000 + Message-Id: <3993BF6C-09F6-11D8-B6DD-0003938857CC@pobox.com> + + make a variable aliased to an lvalue substr value work as expected + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 22411] By: nicholas on 2004/02/29 13:08:28 + Log: Bump Socket's version to a real floating point value + Branch: perl + ! ext/Socket/Socket.pm +____________________________________________________________________________ +[ 22410] By: ams on 2004/02/29 04:29:24 + Log: Back out _01 version suffix. + Branch: perl + ! ext/Storable/Storable.pm +____________________________________________________________________________ +[ 22409] By: davem on 2004/02/28 23:29:10 + Log: Bump version numbers of moules affected by change #22258 + (removing /tmp and other insecurities) + Branch: perl + ! ext/DB_File/DB_File.pm ext/Devel/PPPort/PPPort.pm + ! ext/Socket/Socket.pm ext/Storable/Storable.pm + ! ext/Time/HiRes/HiRes.pm lib/CGI/Cookie.pm + ! lib/ExtUtils/MakeMaker.pm lib/Memoize.pm lib/Shell.pm + ! lib/perl5db.pl +____________________________________________________________________________ +[ 22408] By: davem on 2004/02/28 22:37:08 + Log: make the bison-based parser threadsafe and capable of deep + recursion by eradicating Perl_yylex_r() + Branch: perl + ! embed.fnc embed.h embedvar.h intrpvar.h mg.c perl.h perlapi.h + ! perly.c proto.h toke.c +____________________________________________________________________________ +[ 22407] By: nicholas on 2004/02/28 16:10:20 + Log: Use File::Temp for tempfiles if it is available. + (Based on a patch from Solar Designer in + Message-ID: <20040125222218.GA13499@openwall.com>, the bulk of which + was applied as change 22258) + Branch: perl + ! utils/perlbug.PL +____________________________________________________________________________ +[ 22406] By: mhx on 2004/02/28 15:04:41 + Log: Fix segfaults when running under -Dx. + Branch: perl + ! dump.c +____________________________________________________________________________ +[ 22403] By: nicholas on 2004/02/27 17:56:30 + Log: Assimilate Cwd 2.15 from CPAN + Branch: perl + ! ext/Cwd/Changes lib/Cwd.pm +____________________________________________________________________________ +[ 22401] By: nicholas on 2004/02/27 16:27:19 + Log: Create a new local $_ without triggering tie by using local *_ = \my $a + (an idea from Ton Hospel, Message-Id: ) + Branch: perl + ! lib/File/Find.pm lib/File/Find/t/find.t +____________________________________________________________________________ +[ 22400] By: merijn on 2004/02/27 15:25:27 + Log: When threads are active we need -lpthread, but previous `fix' of + now linked libraries invalidated the regex for sed (AIX 5 has no + seperate libc.a and libc_r.a the latter links to the first) + Branch: perl + ! hints/aix.sh +____________________________________________________________________________ +[ 22397] By: nicholas on 2004/02/27 13:13:43 + Log: Correct thinko in comment. + Branch: perl + ! op.c +____________________________________________________________________________ +[ 22393] By: nicholas on 2004/02/27 10:41:39 + Log: In hsplit, if a normal hash has placeholders then clear them before + splitting. We can do this safely because Storable ensures hsplit is + not called while it builds restricted hashes (actually any hashes) + This change may not make things faster, but now we have the choice. + Branch: perl + ! ext/Storable/t/restrict.t hv.c +____________________________________________________________________________ +[ 22391] By: nicholas on 2004/02/27 10:27:38 + Log: My re-implementation of hv_clear_placeholders was buggy - not sure why + the tests still passed. Fixed. + Branch: perl + ! hv.c +____________________________________________________________________________ +[ 22383] By: nicholas on 2004/02/26 14:59:40 + Log: Moving all the e-mail addresses over by 1 column makes them start on + an 8 column tabstop, which makes editing this file easier. + So then I replaced spaces with tabs and made it smaller too. + Branch: perl + ! AUTHORS +____________________________________________________________________________ +[ 22382] By: nicholas on 2004/02/26 14:49:13 + Log: Add Mark Fowler + Branch: perl + ! AUTHORS +____________________________________________________________________________ +[ 22381] By: nicholas on 2004/02/26 13:11:07 + Log: Integrate: + [ 22339] + Mention 5.005_04 RC2 + + [ 22360] + Update for 5.005_04 release + Branch: perl + !> pod/perlhist.pod +____________________________________________________________________________ +[ 22380] By: rgs on 2004/02/26 13:03:43 + Log: Subject: [PATCH] Improved perlapi documentation for croak + From: Mark Fowler + Date: Wed, 25 Feb 2004 22:47:21 +0000 (GMT) + Message-ID: + + (and regenerate perlapi.pod.) + Branch: perl + ! pod/perlapi.pod util.c +____________________________________________________________________________ +[ 22379] By: merijn on 2004/02/26 08:44:53 + Log: From: Art Haas + Subject: Replacing '-rdynamic' in Configure script + Date: Fri, 20 Feb 2004 13:53:56 -0600 + Message-ID: <20040220195400.31177.qmail@onion.perl.org> + Branch: perl + ! Configure +____________________________________________________________________________ +[ 22377] By: davem on 2004/02/25 21:07:44 + Log: remove my work address + Branch: perl + ! AUTHORS +____________________________________________________________________________ +[ 22376] By: davem on 2004/02/25 17:10:56 + Log: stop "const in void context" warning for a const in an + optimised-away boolean expresssion, eg 5 || print; + Branch: perl + ! op.c op.h t/lib/warnings/op +____________________________________________________________________________ +[ 22375] By: merijn on 2004/02/25 11:13:12 + Log: Skip the Net/Ping/450_service failures on HP-UX for the time being + Branch: perl + ! lib/Net/Ping/t/450_service.t +____________________________________________________________________________ +[ 22374] By: merijn on 2004/02/25 09:32:12 + Log: AIX hints stage 3: remove AIX 3 and AIX 4 after split off + One open issue left: promoting to cc_r for threaded builds + need a review to permit users using -Dcc=xlc_r for non + threaded builds + Branch: perl + ! hints/aix.sh +____________________________________________________________________________ +[ 22373] By: davem on 2004/02/24 23:25:52 + Log: fix memory leak in @_ = ...; goto &sub + Branch: perl + ! pp_ctl.c +____________________________________________________________________________ +[ 22372] By: rgs on 2004/02/24 22:44:34 + Log: Enhance test cleanliness by a very small factor. + Branch: perl + ! t/comp/parser.t +____________________________________________________________________________ +[ 22371] By: rgs on 2004/02/24 22:34:06 + Log: Fix a segfault during optree construction. (bug #27024) + Branch: perl + ! op.c t/comp/parser.t +____________________________________________________________________________ +[ 22370] By: rgs on 2004/02/24 20:39:26 + Log: Update Changes and AUTHORS. + Branch: perl + ! AUTHORS Changes +____________________________________________________________________________ +[ 22369] By: rgs on 2004/02/24 19:53:51 + Log: Subject: [PATCH] optimization for map in scalar context + From: Tassilo von Parseval + Date: Tue, 24 Feb 2004 12:02:57 +0100 + Message-id: <20040224110257.GA5510@ethan> + Branch: perl + ! pp_ctl.c +____________________________________________________________________________ +[ 22368] By: rgs on 2004/02/24 19:30:12 + Log: Subject: Bugfix for perlrequick and perlretut + From: Mark Kvale + Date: Tue, 24 Feb 2004 11:32:34 -0800 + Message-Id: <200402241132.34656.kvale@phy.ucsf.edu> + Branch: perl + ! pod/perlrequick.pod pod/perlretut.pod +____________________________________________________________________________ +[ 22367] By: rgs on 2004/02/23 22:08:33 + Log: Instead of localising *_, use a dummy foreach loop to get + a local value of $_ + Branch: perl + ! lib/File/Find.pm +____________________________________________________________________________ +[ 22366] By: rgs on 2004/02/23 21:40:02 + Log: Subject: Re: [perl #24338] Attribute::Handlers will trash UNIVERSAL + From: alan + Date: Tue, 17 Feb 2004 14:23:08 -0500 (EST) + Message-ID: + Branch: perl + ! lib/Attribute/Handlers.pm +____________________________________________________________________________ +[ 22365] By: rgs on 2004/02/23 21:30:42 + Log: Update perl591delta. + Branch: perl + ! pod/perl591delta.pod +____________________________________________________________________________ +[ 22364] By: rgs on 2004/02/23 20:56:38 + Log: Fix bug #26910: hints were not propagated into (?{...}) + blocks, except the utf8 pragma. + Branch: perl + ! pp_ctl.c t/lib/strict/refs t/lib/strict/subs t/lib/strict/vars +____________________________________________________________________________ +[ 22363] By: rgs on 2004/02/23 19:15:53 + Log: Subject: Re: [perl #26905] "use bytes" doesn't apply byte semantics to concatenation + From: SADAHIRO Tomoyuki + Date: Sun, 22 Feb 2004 16:09:33 +0900 + Message-Id: <20040222160505.98E5.BQW10602@nifty.com> + + Subject: [PATCH] Encode::CN::HZ (was Re: [perl #26905] "use bytes" doesn't apply byte semantics to concatenation) + From: SADAHIRO Tomoyuki + Date: Sun, 22 Feb 2004 18:41:43 +0900 + Message-Id: <20040222182357.6B39.BQW10602@nifty.com> + + Plus, add a "_01" to the theoretical version number of Encode::CN::HZ. + Branch: perl + ! ext/Encode/lib/Encode/CN/HZ.pm pp_hot.c t/op/concat.t +____________________________________________________________________________ +[ 22362] By: rgs on 2004/02/23 18:31:31 + Log: Subject: [PATCH] Benchmark for child processes + From: Chia-liang Kao + Date: Mon, 23 Feb 2004 22:53:51 +0800 + Message-ID: <20040223145351.GH94376@portege.clkao.org> + Branch: perl + ! lib/Benchmark.pm +____________________________________________________________________________ +[ 22359] By: merijn on 2004/02/23 11:55:08 + Log: Subject: Re: Perl 5.8.1 on IRIX 5.3 + Date: Thu, 22 Jan 2004 18:35:26 +0100 (CET) + From: Georg Schwarz + Message-Id: + Branch: perl + ! hints/irix_5.sh +____________________________________________________________________________ +[ 22358] By: rgs on 2004/02/22 21:49:47 + Log: Subject: initial patch for cygwin IPC via cygserver + From: Yitzchak Scott-Thoennes + Date: Thu, 19 Feb 2004 09:01:13 -0800 + Message-ID: <20040219170113.GA2792@efn.org> + Branch: perl + ! ext/IPC/SysV/hints/cygwin.pl hints/cygwin.sh +____________________________________________________________________________ +[ 22357] By: davem on 2004/02/22 15:43:53 + Log: Extend OP_AELEMFAST optimisation to lexical arrays + Branch: perl + ! ext/B/B/Concise.pm ext/B/B/Deparse.pm op.c op.h pp_hot.c +____________________________________________________________________________ +[ 22356] By: rgs on 2004/02/21 16:51:52 + Log: We're not binary compatible with 5.8. + Change PERL_API_VERSION to 5.9.1. + Branch: perl + ! patchlevel.h +____________________________________________________________________________ +[ 22355] By: rgs on 2004/02/21 16:30:02 + Log: Document change #22353 in perldelta. + Branch: perl + ! pod/perl591delta.pod +____________________________________________________________________________ +[ 22354] By: rgs on 2004/02/21 16:23:54 + Log: Increment the version number of B, due to the incompatible + API change introduced by #22353 (no more op_seq method.) + Branch: perl + ! ext/B/B.pm +____________________________________________________________________________ +[ 22353] By: rgs on 2004/02/21 16:18:32 + Log: Subject: Re: op_seq (was: Freeing code) + From: Paul Johnson + Date: Sat, 21 Feb 2004 02:31:47 +0100 + Message-ID: <20040221013147.GB6953@pjcj.net> + + Rework the OP structure to use less space. + Remove op_seq (and simulate it in dump.c), + replace it by op_opt and op_static, + shrink op_type, remove PL_op_seqmax. + Branch: perl + ! bytecode.pl dump.c embed.h embedvar.h ext/B/B.xs + ! ext/B/B/Asmdata.pm ext/B/B/C.pm ext/B/B/Concise.pm + ! ext/B/B/Debug.pm ext/ByteLoader/byterun.c + ! ext/ByteLoader/byterun.h intrpvar.h op.c op.h perlapi.h + ! pod/perlintern.pod sv.c +____________________________________________________________________________ +[ 22352] By: rgs on 2004/02/20 17:29:32 + Log: When you write C, the lexical $_ + is not actually introduced by the for statement. + Branch: perl + ! op.c +____________________________________________________________________________ +[ 22351] By: davem on 2004/02/20 15:38:10 + Log: remove a split test's dependence on -Dx output + (needed after change #22343) + Branch: perl + ! t/op/split.t +____________________________________________________________________________ +[ 22350] By: davem on 2004/02/20 15:34:27 + Log: add Deparse/Concise support for inplace sort (change 22349) + Branch: perl + ! ext/B/B/Concise.pm ext/B/B/Deparse.pm +____________________________________________________________________________ +[ 22349] By: davem on 2004/02/20 14:54:35 + Log: optimise the sorting inplace of plain arrays: @a = sort @a + Branch: perl + ! op.c op.h pp_sort.c t/op/sort.t +____________________________________________________________________________ +[ 22348] By: davem on 2004/02/20 14:18:13 + Log: Document the SVf_PADSTALE flag + Branch: perl + ! pad.c +____________________________________________________________________________ +[ 22347] By: rgs on 2004/02/20 10:46:51 + Log: Delete lib/IPC/SysV.t (duplicate of ext/IPC/SysV/t/ipcsysv.t) + Branch: perl + - lib/IPC/SysV.t + ! MANIFEST +____________________________________________________________________________ +[ 22346] By: rgs on 2004/02/20 10:23:51 + Log: Subject: [PATCH] genmk95.pl touchup for distclean on Win98 + From: Greg Matheson + Date: Fri, 20 Feb 2004 15:34:59 +0800 + Message-ID: <20040220153459.A30249@ms.chinmin.edu.tw> + Branch: perl + ! win32/genmk95.pl +____________________________________________________________________________ +[ 22345] By: rgs on 2004/02/20 08:21:47 + Log: Upgrade to Term::ANSIColor 1.08. + Branch: perl + ! lib/Term/ANSIColor.pm lib/Term/ANSIColor/ChangeLog + ! lib/Term/ANSIColor/README lib/Term/ANSIColor/test.pl +____________________________________________________________________________ +[ 22344] By: rgs on 2004/02/19 21:17:10 + Log: Upgrade to prereleases of Math::BigInt 1.70 and + Math::BigRat 0.12, by Tels. + Branch: perl + ! lib/Math/BigFloat.pm lib/Math/BigInt.pm + ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/CalcEmu.pm + ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bare_mbi.t + ! lib/Math/BigInt/t/bare_mif.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/bigints.t lib/Math/BigInt/t/biglog.t + ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/config.t + ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/mbimbf.t + ! lib/Math/BigInt/t/req_mbfw.t lib/Math/BigInt/t/sub_mbf.t + ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/sub_mif.t + ! lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t + ! lib/Math/BigInt/t/use_mbfw.t lib/Math/BigInt/t/with_sub.t + ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigfltpm.inc + ! lib/Math/BigRat/t/bigfltrt.t lib/Math/BigRat/t/bigrat.t + ! lib/bigint.pm t/lib/Math/BigInt/BareCalc.pm + ! t/lib/Math/BigInt/Scalar.pm t/lib/Math/BigRat/Test.pm +____________________________________________________________________________ +[ 22343] By: davem on 2004/02/19 13:43:18 + Log: -Dx could coredump on threaded builds because consts are now + stored in the pad + Branch: perl + ! dump.c +____________________________________________________________________________ +[ 22342] By: rgs on 2004/02/18 21:38:13 + Log: Add a tool to report dual-lived core modules that don't + have the same version than the corresponding module on CPAN. + Branch: perl + + Porting/corecpan.pl + ! MANIFEST +____________________________________________________________________________ +[ 22341] By: rgs on 2004/02/18 14:04:11 + Log: Document the removal of PERL_XS_APIVERSION and PERL_PM_APIVERSION. + Branch: perl + ! pod/perl591delta.pod +____________________________________________________________________________ +[ 22338] By: rgs on 2004/02/18 13:32:17 + Log: Add base.pm and fields.pm to the maintainer list. + Remove a duplicate file from this list. + Branch: perl + ! Porting/Maintainers.pl +____________________________________________________________________________ +[ 22337] By: davem on 2004/02/18 13:22:13 + Log: fix write test: -small_number may be displayed as 00.00 or -0.00 + Branch: perl + ! t/op/write.t +____________________________________________________________________________ +[ 22334] By: merijn on 2004/02/18 12:18:52 + Log: Removed pm_apiversion and xs_apiversion as requested by + the pumpkin. Chainsaw was still in perfect working order. + Branch: perl + ! Configure Cross/config.sh-arm-linux NetWare/config.wc + ! NetWare/config_H.wc Porting/Glossary Porting/config.sh + ! Porting/config_H config_h.SH configure.com epoc/config.sh + ! plan9/config.plan9 plan9/config_h.sample + ! plan9/config_sh.sample uconfig.h uconfig.sh 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 wince/config.ce wince/config_H.ce +____________________________________________________________________________ +[ 22332] By: davem on 2004/02/18 11:14:43 + Log: Add tests for the C deprecation, and change the + warning text + Branch: perl + ! op.c pod/perldiag.pod t/lib/warnings/op +____________________________________________________________________________ +[ 22330] By: mhx on 2004/02/18 08:53:03 + Log: 1. Add section to perlxs.pod describing that the refcount of AVs/HVs + returned from XSUBs through RETVAL isn't decremented as it is for + SVs. This causes those XSUBs to leak memory and cannot be fixed + without breaking existing CPAN modules that work around this bug. + + 2. Fix a memory leak of that kind in POSIX::localconv. + Branch: perl + ! ext/POSIX/POSIX.xs pod/perlxs.pod +____________________________________________________________________________ +[ 22329] By: rgs on 2004/02/18 08:25:58 + Log: Encode has local changes. Up-version it. + Branch: perl + ! ext/Encode/Encode.pm +____________________________________________________________________________ +[ 22328] By: davem on 2004/02/17 23:30:50 + Log: add deprecation warning for C and C + Branch: perl + ! op.c opcode.h opcode.pl pod/perldiag.pod pp.sym pp_proto.h +____________________________________________________________________________ +[ 22327] By: rgs on 2004/02/17 23:22:45 + Log: It's better to localize *_ than $_, to avoid magic leakage + Branch: perl + ! lib/File/Find.pm +____________________________________________________________________________ +[ 22326] By: rgs on 2004/02/17 23:18:25 + Log: One of the new tests of MIME::Base64 relies on a non-core module. + Branch: perl + - ext/MIME/Base64/t/bad-sv.t + ! MANIFEST +____________________________________________________________________________ +[ 22325] By: rgs on 2004/02/17 23:10:22 + Log: Upgrade to MIME::Base64 3.00. + Fix t/warn.t so it works in the core. + Reintegrate change #22309 in it. Bump $VERSION to 3.00_01. + Branch: perl + + ext/MIME/Base64/t/bad-sv.t ext/MIME/Base64/t/warn.t + ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs + ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm + ! ext/MIME/Base64/t/base64.t +____________________________________________________________________________ +[ 22323] By: rgs on 2004/02/17 22:20:25 + Log: Be more clear. Use simple words. + Branch: perl + ! pod/perl591delta.pod +____________________________________________________________________________ +[ 22322] By: davem on 2004/02/17 21:52:08 + Log: remove C construct from core modules + Branch: perl + ! ext/B/B/Deparse.pm ext/IO/lib/IO/Handle.pm + ! ext/IO/lib/IO/Pipe.pm lib/ExtUtils/Liblist/Kid.pm + ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Win95.pm + ! lib/Net/NNTP.pm lib/Net/POP3.pm lib/Net/SMTP.pm + ! lib/Pod/Parser.pm lib/Test/Harness.pm utils/h2xs.PL +____________________________________________________________________________ +[ 22321] By: rgs on 2004/02/17 21:22:17 + Log: Dave Mitchell suggested this perldelta entry for the SVp_* reordering. + Branch: perl + ! pod/perl591delta.pod +____________________________________________________________________________ +[ 22320] By: rgs on 2004/02/17 21:07:11 + Log: Bump $B::VERSION (because of change #22315). + Branch: perl + ! ext/B/B.pm +____________________________________________________________________________ +[ 22319] By: rgs on 2004/02/17 21:03:09 + Log: Regenerate table of contents and other related files. + Branch: perl + ! MANIFEST pod/perl.pod pod/perltoc.pod +____________________________________________________________________________ +[ 22318] By: rgs on 2004/02/17 20:06:04 + Log: Bump up perl's version number to 5.9.1. + Add perl591delta in perl.pod. + Update the sample config files in Porting/. + Branch: perl + ! NetWare/Makefile NetWare/config_H.wc Porting/config.sh + ! Porting/config_H epoc/config.sh epoc/createpkg.pl patchlevel.h + ! plan9/config.plan9 pod/perl.pod win32/Makefile + ! win32/config_H.bc win32/config_H.gc win32/config_H.vc + ! win32/config_H.vc64 win32/makefile.mk wince/Makefile.ce +____________________________________________________________________________ +[ 22317] By: davem on 2004/02/17 19:28:58 + Log: 22316 had stupid precedence thinkos + Branch: perl + ! pp.c pp_hot.c +____________________________________________________________________________ +[ 22316] By: davem on 2004/02/17 18:23:27 + Log: Slight update to #22315 ($lval=*FOO); optimise the hot tests, + and fix some incorrect indentation + Branch: perl + ! pp.c pp_hot.c sv.c +____________________________________________________________________________ +[ 22315] By: davem on 2004/02/17 18:01:52 + Log: Subject: Re: [PATCH] GLOB to LVALUE assignment fix + From: Tassilo von Parseval + Date: Tue, 17 Feb 2004 17:32:16 +0100 + Message-Id: <20040217163216.GA6805@ethan> + + Make PVLV a superset of PVGV, so that $lvalue = *FOO works + Branch: perl + ! dump.c ext/B/B.pm ext/B/B.xs pp.c pp_hot.c sv.c sv.h t/op/gv.t +____________________________________________________________________________ +[ 22314] By: merijn on 2004/02/17 11:22:24 + Log: 1. Creating backward compatibility for Configure after patches + #22227 and #22302 to still support 5.8.x and below + + 2. Small change for building on GNU hurd + Date: Sun, 15 Feb 2004 23:27:17 +1100 + From: "Brendan O'Dea" + Message-ID: <20040215122717.GA26812@londo.c47.org> + Branch: perl + ! Configure Makefile.SH hints/gnu.sh +____________________________________________________________________________ +[ 22313] By: mhx on 2004/02/16 20:27:40 + Log: Fix for Win32 build failure caused by the byacc to bison switch. + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 22312] By: rgs on 2004/02/16 13:16:43 + Log: Revert change 22308 (the patch was against maint, not blead) + Branch: perl + ! lib/ExtUtils/instmodsh +____________________________________________________________________________ +[ 22310] By: merijn on 2004/02/16 11:30:29 + Log: Fix typo in doc for Encode + From: "Brendan O'Dea" + Date: Sun, 15 Feb 2004 23:27:17 +1100 + Message-ID: <20040215122717.GA26812@londo.c47.org> + Branch: perl + ! ext/Encode/Encode.pm +____________________________________________________________________________ +[ 22309] By: merijn on 2004/02/16 11:27:34 + Log: Missing semi-colon + From: "Brendan O'Dea" + Date: Sun, 15 Feb 2004 23:27:17 +1100 + Message-ID: <20040215122717.GA26812@londo.c47.org> + Branch: perl + ! ext/MIME/Base64/Base64.xs +____________________________________________________________________________ +[ 22308] By: merijn on 2004/02/16 11:24:59 + Log: Add some basic POD to lib/ExtUtils/instmodsh so that + it has a manpage. + From: "Brendan O'Dea" + Date: Sun, 15 Feb 2004 23:27:17 +1100 + Message-ID: <20040215122717.GA26812@londo.c47.org> + Branch: perl + ! lib/ExtUtils/instmodsh +____________________________________________________________________________ +[ 22307] By: rgs on 2004/02/15 11:02:49 + Log: Subject: [patch perlguts.pod] save_item doesn't handle magic + From: Stas Bekman + Date: Fri, 13 Feb 2004 20:18:59 -0800 + Message-ID: <402DA1B3.2010608@stason.org> + Branch: perl + ! pod/perlguts.pod +____________________________________________________________________________ +[ 22306] By: davem on 2004/02/15 00:24:26 + Log: Segmentation fault with + sub x { shift; @a = @b; eval +{ use } } + Branch: perl + ! op.c perly.act perly.h perly.tab perly.y t/comp/parser.t +____________________________________________________________________________ +[ 22305] By: davem on 2004/02/14 23:52:09 + Log: Enable v (verbose) switch on -Dp to display the top 8 elements + on the parser stack at each reduce. Also, + + Subject: Re: switch from byacc to bison + From: "Craig A. Berry" + Date: Sat, 14 Feb 2004 13:26:45 -0600 + Message-ID: + + change #if DEBUGGING to #ifdef ... in perly.c + Branch: perl + ! perly.c pod/perlrun.pod +____________________________________________________________________________ +[ 22304] By: davem on 2004/02/14 13:33:26 + Log: Subject: Re: switch from byacc to bison + From: Abe Timmerman + Date: Sat, 14 Feb 2004 11:56:24 +0100 + Message-Id: <200402141156.58185.abeltje@cpan.org> + + Fix typos in pumpkin.pod + Branch: perl + ! Porting/pumpkin.pod +____________________________________________________________________________ +[ 22303] By: davem on 2004/02/14 12:28:37 + Log: remove binary compatibility stuff from the yacc -> bison switch + of change #22302 + Branch: perl + ! embedvar.h intrpvar.h +____________________________________________________________________________ +[ 22302] By: davem on 2004/02/14 02:06:53 + Log: Switch from byacc to bison and simplify the perly.* regeneration + process + Branch: perl + + perly.act perly.tab regen_perly.pl + - perly.fixer perly_c.diff perlyline.pl vms/perly_c.vms + - vms/perly_h.vms vms/vms_yfix.pl + ! MANIFEST Makefile.SH Porting/pumpkin.pod embedvar.h intrpvar.h + ! op.c perl.h perlapi.h perly.c perly.h perly.y sv.c toke.c + ! vms/descrip_mms.template +____________________________________________________________________________ +[ 22301] By: rgs on 2004/02/13 21:11:25 + Log: Fix an fcntl example in perlopentut, spotted by MJD. + Branch: perl + ! pod/perlopentut.pod +____________________________________________________________________________ +[ 22300] By: davem on 2004/02/12 23:18:20 + Log: The new -Dq option didn't actually work! + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 22299] By: merijn on 2004/02/12 14:32:15 + Log: Subject: [comment patch] (ed: mg.c:mg_set() => mg.c:Perl_magic_set()) + From: Stas Bekman + Date: Wed, 11 Feb 2004 16:53:54 -0800 + Message-ID: <402ACEA2.4020907@stason.org> + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 22298] By: rgs on 2004/02/10 08:49:12 + Log: Subject: Re: [PATCH] Add "Camel" logo icon to perl.exe on Windows + From: Greg Matheson + Date: Tue, 10 Feb 2004 12:36:33 +0800 + Message-ID: <20040210043633.GA33671687@momotaro> + Branch: perl + ! win32/makefile.mk +____________________________________________________________________________ +[ 22297] By: rgs on 2004/02/10 08:05:16 + Log: Add 5.005_04-RC1 and Leon in perlhist. + Branch: perl + ! pod/perlhist.pod +____________________________________________________________________________ +[ 22295] By: rgs on 2004/02/09 22:48:54 + Log: Add a note in Unicode::UCD about the _getcode() function + being copy-n-pasted in charnames.pm. (spotted by Merijn) + Branch: perl + ! lib/Unicode/UCD.pm +____________________________________________________________________________ +[ 22294] By: rgs on 2004/02/09 21:48:15 + Log: Implement stacked filetest operators (-f -w -x $file). + Branch: perl + ! doio.c dump.c ext/B/B/Concise.pm op.c op.h + ! pod/perl591delta.pod pod/perlfunc.pod pp_sys.c t/op/filetest.t +____________________________________________________________________________ +[ 22292] By: rgs on 2004/02/09 21:17:40 + Log: Subject: Re: [perl #26073] sprintf miscounts padding when format is utf8 + From: hv@crypt.org + Date: Mon, 09 Feb 2004 03:21:21 +0000 + Message-Id: <200402090321.i193LL907950@zen.crypt.org> + Branch: perl + ! sv.c t/op/sprintf2.t +____________________________________________________________________________ +[ 22291] By: rgs on 2004/02/09 21:09:14 + Log: Subject: reduce overhead of charnames.pm, make op/pat.t work under miniperl + From: Yitzchak Scott-Thoennes + Date: Mon, 9 Feb 2004 00:51:45 -0800 + Message-ID: <20040209085145.GA3204@efn.org> + (plus an etymological notice) + Branch: perl + ! lib/charnames.pm +____________________________________________________________________________ +[ 22290] By: rgs on 2004/02/08 21:34:27 + Log: Add the new private flag OPpGREP_LEX in B::Concise. + Branch: perl + ! ext/B/B/Concise.pm +____________________________________________________________________________ +[ 22289] By: rgs on 2004/02/08 21:21:28 + Log: map and grep weren't working correctly with lexical $_ in + scalar context, because pp_mapwhile and pp_grepwhile were using + their target as a temporary slot to store the return value. + Branch: perl + ! pp_ctl.c pp_hot.c t/op/mydef.t +____________________________________________________________________________ +[ 22287] By: rgs on 2004/02/08 12:01:35 + Log: Subject: Re: [PATCH] Add "Camel" logo icon to perl.exe on Windows + From: Greg Matheson + Date: Mon, 2 Feb 2004 16:52:44 +0800 + Message-ID: <20040202165244.A17415@ms.chinmin.edu.tw> + Branch: perl + ! win32/makefile.mk +____________________________________________________________________________ +[ 22286] By: rgs on 2004/02/08 11:48:09 + Log: Subject: [PATCH] Correct some prototypes in perlapi.pod + From: Steve Hay + Date: Fri, 06 Feb 2004 12:44:05 +0000 + Message-ID: <40238C15.2090200@uk.radan.com> + Branch: perl + ! pod/perlapi.pod sv.h +____________________________________________________________________________ +[ 22285] By: rgs on 2004/02/08 11:44:22 + Log: Subject: [PATCH] Fix absolute path handling in installhtml + From: Steve Hay + Date: Fri, 06 Feb 2004 16:14:14 +0000 + Message-ID: <4023BD56.6090903@uk.radan.com> + Branch: perl + ! installhtml +____________________________________________________________________________ +[ 22284] By: rgs on 2004/02/08 11:42:08 + Log: Subject: [PATCH perlunicode.pod] chomp() cares about Unicode + From: SADAHIRO Tomoyuki + Date: Sat, 07 Feb 2004 00:08:36 +0900 + Message-Id: <20040206235116.0E36.BQW10602@nifty.com> + Branch: perl + ! pod/perlunicode.pod +____________________________________________________________________________ +[ 22282] By: nicholas on 2004/02/07 22:32:44 + Log: Comment to record why we can't clear placeholders in hsplit + Branch: perl + ! hv.c +____________________________________________________________________________ +[ 22281] By: nicholas on 2004/02/07 21:46:59 + Log: deleting keys in restricted hashes was leaking the entry. Yow! + Branch: perl + ! hv.c lib/Hash/Util.t +____________________________________________________________________________ +[ 22280] By: nicholas on 2004/02/07 21:20:16 + Log: Now hv_delete is able to ingore placeholders. + (This is an XS visible change in the hash API. But not of documented + behaviour) + Branch: perl + ! hv.c +____________________________________________________________________________ +[ 22279] By: nicholas on 2004/02/07 20:56:50 + Log: All whitespace is equal, but some whitespace is more equal than others + (lib/DBM_Filter/Changes line had spaces. Spaces bad. Tabs better) + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 22278] By: nicholas on 2004/02/07 19:50:10 + Log: hv_clear_placeholders now manipulates the linked lists directly, rather + than using the iterator interface and calling hv_delete + This will allow hv_delete to be simplified to remove most of the + special casing related to placeholders. + Branch: perl + ! hv.c +____________________________________________________________________________ +[ 22273] By: merijn on 2004/02/06 11:47:14 + Log: Added hints_4.sh for specific AIX 4 support + this is the next stage in the general cleanup process + for the AIX hints. More to come + Branch: perl + + hints/aix_4.sh + ! MANIFEST +____________________________________________________________________________ +[ 22272] By: rgs on 2004/02/06 07:32:15 + Log: Fix a non-standard NAME pod section + (by Smylers and Casey West) + Branch: perl + ! lib/Carp/Heavy.pm +____________________________________________________________________________ +[ 22268] By: rgs on 2004/02/04 19:50:05 + Log: The "my $_" wasn't nice with foreach loops. + Branch: perl + ! op.c t/op/mydef.t +____________________________________________________________________________ +[ 22267] By: merijn on 2004/02/04 10:24:33 + Log: AIX 3 support removed from default hints after its separation + Branch: perl + ! hints/aix.sh +____________________________________________________________________________ +[ 22266] By: merijn on 2004/02/04 10:16:20 + Log: AIX 3 hints split off from default hints in preparation + of a hint file cleanup. aix_4.sh will follow soon + Branch: perl + + hints/aix_3.sh + ! MANIFEST +____________________________________________________________________________ +[ 22265] By: rgs on 2004/02/03 21:54:23 + Log: More docs and tests for "my $_". + Branch: perl + ! pod/perlfunc.pod pod/perlsub.pod t/op/mydef.t +____________________________________________________________________________ +[ 22264] By: rgs on 2004/02/03 20:33:02 + Log: Subject: [PATCH] was Re: [Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.36.tar.gz] + From: John Peacock + Date: Sun, 01 Feb 2004 21:10:07 -0500 + Message-ID: <401DB17F.5060808@rowman.com> + Branch: perl + ! embed.fnc embed.h lib/version.pm lib/version.t pod/perlapi.pod + ! proto.h t/comp/use.t t/op/universal.t universal.c util.c +____________________________________________________________________________ +[ 22263] By: rgs on 2004/02/03 19:41:11 + Log: Implement "my $_". + Branch: perl + + t/op/mydef.t + ! MANIFEST gv.c op.c op.h opcode.h opcode.pl + ! pod/perl591delta.pod pod/perlapi.pod pod/perlvar.pod pp.c + ! pp_ctl.c pp_hot.c regexec.c toke.c +____________________________________________________________________________ +[ 22262] By: rgs on 2004/02/03 16:38:25 + Log: Regenerate perlapi.pod. + Branch: perl + ! pod/perlapi.pod +____________________________________________________________________________ +[ 22261] By: merijn on 2004/02/03 12:57:37 + Log: If someone chooses xlc as default C compiler, threaded builds + will fail, unless converted to cc_r + Branch: perl + ! hints/aix.sh +____________________________________________________________________________ +[ 22260] By: rgs on 2004/02/01 20:47:35 + Log: Subject: patch for IRIX/gcc link issues + From: Martin Pool + Date: Wed, 28 Jan 2004 10:56:25 +1100 + Message-ID: <20040127235624.GA32612@hp.com> + Branch: perl + ! hints/irix_6.sh +____________________________________________________________________________ +[ 22259] By: davem on 2004/02/01 17:42:44 + Log: update fix to Shell.pm in change #22254: make /dev/null portable + Branch: perl + ! lib/Shell.pm +____________________________________________________________________________ +[ 22258] By: davem on 2004/02/01 17:40:02 + Log: Subject: Re: [perl #15063] /tmp issues + From: Solar Designer + Date: Mon, 26 Jan 2004 01:22:18 +0300 + Message-ID: <20040125222218.GA13499@openwall.com> + + Remove insecure usage of /tmp from code and documentation + Branch: perl + ! ext/DB_File/DB_File.pm ext/DB_File/t/db-recno.t + ! ext/Devel/PPPort/PPPort.pm ext/IO/t/io_unix.t + ! ext/ODBM_File/ODBM_File.xs ext/POSIX/POSIX.pod + ! ext/Socket/Socket.pm ext/Storable/Storable.pm + ! ext/Time/HiRes/Makefile.PL lib/CGI/Cookie.pm + ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/instmodsh + ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t + ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t + ! lib/Memoize/t/tie_storable.t lib/Shell.pm lib/dotsh.pl + ! lib/perl5db.pl mpeix/nm mpeix/relink perly.fixer + ! pod/perl571delta.pod pod/perl58delta.pod pod/perldbmfilter.pod + ! pod/perldebug.pod pod/perlfaq5.pod pod/perlfaq8.pod + ! pod/perlfunc.pod pod/perlipc.pod pod/perllexwarn.pod + ! pod/perlobj.pod pod/perlop.pod pod/perlopentut.pod + ! utils/c2ph.PL +____________________________________________________________________________ +[ 22257] By: davem on 2004/02/01 15:46:24 + Log: threads documentation: fork on UNIX might not copy all threads. + Branch: perl + ! pod/perlthrtut.pod +____________________________________________________________________________ +[ 22256] By: davem on 2004/02/01 15:34:59 + Log: add test for Change 22194: + [perl #25147] "stmt if BAREWORD" bypasses strict 'subs' checks + Branch: perl + ! t/lib/strict/subs +____________________________________________________________________________ +[ 22254] By: davem on 2004/02/01 13:11:00 + Log: Subject: Patch for Shell.pm + From: Manuel Valente + Date: Tue, 27 Jan 2004 19:18:26 +0100 + Message-Id: <4016AB72.1080503@idealx.com> + + New option for Shell.pm to discard stderr instead of capturing it + Branch: perl + ! lib/Shell.pm +____________________________________________________________________________ +[ 22253] By: davem on 2004/02/01 11:26:47 + Log: Make Time/HiRes/t/HiRes.t die more gracefully if its watchdog + timeout triggers + Branch: perl + ! ext/Time/HiRes/t/HiRes.t +____________________________________________________________________________ +[ 22252] By: chip on 2004/01/31 17:29:05 + Log: Don't show code closing STD{IN,OUT} before reopening, because + doing so is unnecessary and occasionally harmful. + Branch: perl + ! pod/perlfork.pod pod/perlfunc.pod +____________________________________________________________________________ +[ 22248] By: rgs on 2004/01/30 08:29:55 + Log: Another undocumented use of $_ : with reverse(). + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 22247] By: merijn on 2004/01/30 08:18:28 + Log: Drop optimization for -O3 *and higher* + Branch: perl + ! ext/Storable/hints/linux.pl +____________________________________________________________________________ +[ 22246] By: rgs on 2004/01/29 23:20:01 + Log: Regenerate perlapi.pod. + Branch: perl + ! pod/perlapi.pod +____________________________________________________________________________ +[ 22245] By: rgs on 2004/01/29 21:08:28 + Log: Subject: Re: [perl #25269] panic: pp_match start/end pointers in m/^(?=.*(a)).*(bc)/ + From: hv@crypt.org + Date: Thu, 29 Jan 2004 15:12:12 +0000 + Message-Id: <200401291512.i0TFCCr23736@zen.crypt.org> + Branch: perl + ! pp_hot.c t/op/pat.t +____________________________________________________________________________ +[ 22244] By: rgs on 2004/01/28 22:00:09 + Log: I'm the new maintainer of Switch. + Sync with the CPAN version of Switch 2.10. + Branch: perl + ! Porting/Maintainers.pl lib/Switch.pm lib/Switch/README +____________________________________________________________________________ +[ 22243] By: merijn on 2004/01/28 20:30:40 + Log: Message-ID: <40113F7B.6050701@davidfavor.com> + Date: Fri, 23 Jan 2004 09:36:27 -0600 + From: David Favor + Part I: In hints/aix.sh change -qmaxmem=16384 to -qmaxmem=-1 + so no compilation stack limits are imposed. + Branch: perl + ! hints/aix.sh +____________________________________________________________________________ +[ 22242] By: rgs on 2004/01/27 22:44:30 + Log: Update perl591delta.pod with what we've done so far. + Branch: perl + ! pod/perl591delta.pod +____________________________________________________________________________ +[ 22239] By: rgs on 2004/01/27 21:54:31 + Log: Regenerate Changes. + Only include changes from the perl branch. + Branch: perl + ! Changes +____________________________________________________________________________ +[ 22238] By: nicholas on 2004/01/27 21:51:27 + Log: Storable's hints file shouldn't blanket set optimize to -O2 on Linux + Only *drop* optimize to -O2 if it's -O3 on gcc on Linux + Branch: perl + ! ext/Storable/hints/linux.pl +____________________________________________________________________________ +[ 22235] By: rgs on 2004/01/27 21:19:03 + Log: More punctuation, good. + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 22228] By: rgs on 2004/01/27 10:31:09 + Log: Subject: [PATCH] 5.8.3 -- fix signal comments in L + From: Brendan O'Dea + Date: Sun, 25 Jan 2004 11:23:48 +1100 + Message-ID: <20040125002348.GA31407@londo.c47.org> + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 22227] By: davem on 2004/01/26 23:53:06 + Log: Subject: [PATCH] myconfig.SH + From: "Daniel S. Lewart" + Date: Sun, 25 Jan 2004 22:11:25 -0600 + Message-Id: <20040125221125.A5390@staff1.cso.uiuc.edu> + + make perl -V show the major release as 5 rather than 5.0 + Branch: perl + ! myconfig.SH +____________________________________________________________________________ +[ 22224] By: merijn on 2004/01/26 22:10:13 + Log: Document change 22192 + We still need tests! + Branch: perl + ! lib/Exporter.pm +____________________________________________________________________________ +[ 22223] By: rgs on 2004/01/26 21:58:14 + Log: Subject: [PATCH] fix vmsish.t #25 + From: "Craig A. Berry" + Date: Sat, 24 Jan 2004 18:45:35 -0600 + Message-ID: <401311AF.1060706@mac.com> + Branch: perl + ! lib/vmsish.t +____________________________________________________________________________ +[ 22221] By: nicholas on 2004/01/26 21:18:31 + Log: Merge dynamic perldelta from maint (22081) + So now perldelta.pod is copied at build time from perl591delta.pod + perl590delta.pod is as released to CPAN by Hugo + Regen lots of makefiles, pods and the MANIFEST + Branch: perl + + pod/perl591delta.pod + +> pod/perl590delta.pod + - pod/perldelta.pod + ! MANIFEST Makefile.SH pod.lst pod/perl.pod pod/perltoc.pod + ! vms/descrip_mms.template win32/Makefile win32/makefile.mk + ! win32/pod.mak +____________________________________________________________________________ +[ 22218] By: rgs on 2004/01/25 23:35:45 + Log: Remove the caveat about detached threads crashing on Windows + (fixed by #22201). Bump up the version of threads.pm. + Branch: perl + ! ext/threads/threads.pm +____________________________________________________________________________ +[ 22217] By: nicholas on 2004/01/25 22:17:47 + Log: Need to skip Storable's threads test on 5.8.2 with ithreads and + -DDEBUGGING, because it tickles a bug. (The same bug that got DBI) + Branch: perl + ! ext/Storable/t/threads.t +____________________________________________________________________________ +[ 22216] By: davem on 2004/01/25 12:06:04 + Log: update MANIFEST for 2 new Storable test files introduced by 22205 + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 22215] By: davem on 2004/01/25 12:00:04 + Log: add test for change 22209 (Remove small memory leak in newATTRSUB) + Branch: perl + ! t/op/closure.t +____________________________________________________________________________ +[ 22209] By: davem on 2004/01/25 02:04:23 + Log: Remove small memory leak in newATTRSUB that manifested as a + leaking scalar after the interpeter was cloned + Branch: perl + ! op.c +____________________________________________________________________________ +[ 22208] By: davem on 2004/01/24 16:13:17 + Log: Subject: [perl #24942] fields::inherit doesn't bless derived + package's \%FIELDS, results in phash deprecation errors. + From: "nothingmuch@woobling.org (via RT)" + Date: 18 Jan 2004 15:15:46 -0000 + Message-Id: + Branch: perl + ! lib/base.pm lib/base/t/fields-base.t +____________________________________________________________________________ +[ 22207] By: davem on 2004/01/24 15:36:28 + Log: Subject: Re: Doc patches for File::Find + From: Mark Jason Dominus + Date: Thu, 22 Jan 2004 09:30:58 -0500 + Message-Id: <20040122143058.29226.qmail@plover.com> + + Better document the fact that neither find() nor finddepth() do a + breath-first search. + Branch: perl + ! lib/File/Find.pm +____________________________________________________________________________ +[ 22206] By: ams on 2004/01/24 11:06:51 + Log: Subject: [PATCH] Storable-2.08/t/code.t + From: Slaven Rezic + Date: Sat, 8 Nov 2003 16:26:19 +0100 (CET) + Message-Id: <200311081526.hA8FQJgb011684@vran.herceg.de> + Branch: perl + ! ext/Storable/t/code.t +____________________________________________________________________________ +[ 22205] By: ams on 2004/01/24 11:03:36 + Log: Subject: [patch] make Storable thread-safe + From: Stas Bekman + Date: Mon, 19 Jan 2004 00:20:02 -0800 + Message-Id: <400B9332.4070106@stason.org> + + Subject: Re: Subroutine reference bug in Storable + From: Slaven Rezic + Date: 14 Nov 2003 23:22:55 +0100 + Message-Id: <874qx6zj28.fsf@vran.herceg.de> + + Subject: Re: [perl #25145] [PATCH] Storable segfaults with B::Deparse + + overload + cyclic structures + From: Sam Vilain + Date: Tue, 20 Jan 2004 22:30:15 +1300 + Message-Id: <200401202230.15865.sam@vilain.net> + Branch: perl + + ext/Storable/t/just_plain_nasty.t ext/Storable/t/threads.t + ! ext/Storable/ChangeLog ext/Storable/MANIFEST + ! ext/Storable/Storable.pm ext/Storable/Storable.xs + ! ext/Storable/t/code.t +____________________________________________________________________________ +[ 22204] By: ams on 2004/01/24 08:59:11 + Log: Upgrade to Locale::Maketext 1.08. + Branch: perl + + lib/Locale/Maketext/t/06super.t + ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog + ! lib/Locale/Maketext/TPJ13.pod +____________________________________________________________________________ +[ 22203] By: davem on 2004/01/23 23:06:49 + Log: make some t/op/write.t failures more verbose + Branch: perl + ! t/op/write.t +____________________________________________________________________________ +[ 22201] By: davem on 2004/01/23 22:26:47 + Log: Subject: Re: threads::shared::queue; + From: Jan Dubois + Date: Thu, 22 Jan 2004 19:18:46 -0800 + Message-Id: + + Avoid threads+win32 crash by freeing Perl interpreter slightly later + Branch: perl + ! ext/threads/threads.xs +____________________________________________________________________________ +[ 22200] By: nicholas on 2004/01/23 18:28:43 + Log: test that use encoding; doesn't cause references to be stringified + Branch: perl + ! t/uni/chomp.t +____________________________________________________________________________ +[ 22199] By: nicholas on 2004/01/23 18:03:41 + Log: Document chomp's travels in the wonderful world of use encoding; + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 22198] By: nicholas on 2004/01/23 17:41:01 + Log: Check the return values of chomp + (more tricky than it may seem, as the return value is unicode) + Branch: perl + ! t/uni/chomp.t +____________________________________________________________________________ +[ 22197] By: nicholas on 2004/01/23 13:57:46 + Log: Test return values of all chomps + Branch: perl + ! t/op/chop.t +____________________________________________________________________________ +[ 22196] By: nicholas on 2004/01/23 13:24:41 + Log: Subject: Re: [perl #24888] chomp ignores utf8 + From: SADAHIRO Tomoyuki + Message-Id: <20040116040355.A849.BQW10602@nifty.com> + Date: Fri, 16 Jan 2004 04:13:00 +0900 + Branch: perl + + t/uni/chomp.t + ! MANIFEST doop.c t/op/chop.t +____________________________________________________________________________ +[ 22195] By: davem on 2004/01/22 20:48:03 + Log: Subject: Re: [PATCH] Add "Camel" logo icon to perl.exe on Windows + From: Steve Hay + Date: Thu, 22 Jan 2004 17:08:29 +0000 + Message-ID: <4010038D.4070104@uk.radan.com> + Branch: perl + + win32/makeico.pl win32/perlexe.rc + ! MANIFEST README.win32 win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 22194] By: davem on 2004/01/22 00:24:51 + Log: C didn't give the + "Bareword not allowed" error unless warnings were enabled + Branch: perl + ! op.c +____________________________________________________________________________ +[ 22193] By: nicholas on 2004/01/21 21:58:10 + Log: Convert the older parts of op/bop.t over to test.pl + Branch: perl + ! t/op/bop.t +____________________________________________________________________________ +[ 22192] By: merijn on 2004/01/21 21:10:10 + Log: ':flock' not recognized unless it's first + Exporter::Heavy now will treat :, /, and ! special in + all arguments, not only if the _first_ arg starts with it + Date: Wed, 21 Jan 2004 08:32:47 -0500 + Message-ID: <20040121133248.3359.qmail@plover.com> + Branch: perl + ! lib/Exporter/Heavy.pm +____________________________________________________________________________ +[ 22191] By: davem on 2004/01/21 20:45:48 + Log: Subject: PATCH for perl-5.8.4 + From: "Edward S. Peschko" + Date: Mon, 19 Jan 2004 17:21:18 -0800 + Message-Id: <20040120012118.GA29151@mdssdev05.comp.pge.com> + + Add @DynaLoader::dl_shared_objects feature + Branch: perl + ! ext/DynaLoader/DynaLoader_pm.PL +____________________________________________________________________________ +[ 22190] By: davem on 2004/01/21 20:14:51 + Log: remove the platform dependencies of the write.t tests introduced + by change #22161, by hard-coding the expected outputs rather + than using sprintf('%f'). + Branch: perl + ! t/op/write.t +____________________________________________________________________________ +[ 22189] By: davem on 2004/01/20 22:41:14 + Log: Fix typo in patch #22188 + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 22188] By: davem on 2004/01/20 22:36:10 + Log: warn that C<$x : unique> operates on the typeglob, so affects @x + and %x too. + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 22187] By: davem on 2004/01/20 22:27:50 + Log: "sub foo :unique" segfaults + + Turn these two into compile-time errors until such time as + someone thinks of a useful meaning for them: + my $x : unique + sub foo : unique + Branch: perl + ! ext/threads/t/problems.t pod/perldiag.pod toke.c xsutils.c +____________________________________________________________________________ +[ 22186] By: rgs on 2004/01/20 21:16:01 + Log: Add a new test file for situations where threads may interfere. + Subject: Re: "restricted hashes" hit again ! + From: Stas Bekman + Date: Tue, 23 Dec 2003 15:32:26 -0800 + Message-ID: <3FE8D08A.4090806@stason.org> + Branch: perl + + t/op/threads.t + ! MANIFEST +____________________________________________________________________________ +[ 22185] By: davem on 2004/01/20 21:01:08 + Log: Document CVf_UNIQUE flag better + Branch: perl + ! cv.h +____________________________________________________________________________ +[ 22183] By: rgs on 2004/01/20 20:26:18 + Log: Fix precedence errors and add some cleanup in the new + DBM_Filter tests + Branch: perl + ! lib/DBM_Filter/t/01error.t lib/DBM_Filter/t/02core.t +____________________________________________________________________________ +[ 22182] By: davem on 2004/01/20 00:16:42 + Log: second attempt to fix [perl #24914] freeing a CV reference that was + currently being executed caused coredumps. The dounwind called by + die unwinds all the contexts on the context stack before unwinding + the save stack. To stop premature freeing of the CV, hold + references to it on both stacks. + Branch: perl + ! cop.h pp_ctl.c pp_hot.c pp_sort.c t/op/closure.t +____________________________________________________________________________ +[ 22181] By: davem on 2004/01/19 23:41:37 + Log: change #22071 (taint bug in $^0) introduced a potential double + free(), because PL_osname may get freed but not nulled if a taint + test fails in between. Mea cupla and all that... + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 22180] By: rgs on 2004/01/19 22:32:27 + Log: Subject: Re: [perl #24926] chop/~ mangles UTF8 [PATCH] + From: Gisle Aas + Date: 17 Jan 2004 01:29:02 -0800 + Message-ID: + (test rewritten to fit in blead) + Branch: perl + ! pp.c t/op/bop.t +____________________________________________________________________________ +[ 22179] By: merijn on 2004/01/19 21:36:48 + Log: Subject: [PATCH] dl_unload_file for HP-UX + Date: Mon, 12 Jan 2004 07:49:44 -0800 + From: Neil Watkiss + Message-ID: <20040112154944.GA15412@ActiveState.com> + Branch: perl + ! ext/DynaLoader/dl_hpux.xs +____________________________________________________________________________ +[ 22177] By: merijn on 2004/01/19 16:11:22 + Log: Allow -Uinc_version_list to mean -Dinc_version_list=none + See INSTALL for more details + Branch: perl + ! Configure +____________________________________________________________________________ +[ 22175] By: merijn on 2004/01/19 16:05:50 + Log: Describe how to limit the perl's default @INC during Configure + to _not_ include older versions + Branch: perl + ! INSTALL +____________________________________________________________________________ +[ 22174] By: merijn on 2004/01/19 10:41:24 + Log: Subject: [PATCH bleadperl] rescue PerlIO_getname for VMS + Date: Sun, 18 Jan 2004 12:51:23 -0600 + From: "Craig A. Berry" + Message-ID: <400AD5AB.3080708@mac.com> + Branch: perl + ! perlio.c +____________________________________________________________________________ +[ 22173] By: merijn on 2004/01/19 10:27:53 + Log: Subject: [PATCH bleadperl] detect nanosleep on VMS + Date: Sun, 18 Jan 2004 17:03:30 -0600 + From: "Craig A. Berry" + Message-ID: <400B10C2.9060504@mac.com> + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 22172] By: davem on 2004/01/17 23:58:04 + Log: back out change #24914 "freeing a CV reference that was currently + being executed caused coredumps". + The new test case sometimes locks up linux's malloc, and with + Perl's malloc the test code still coredumps :-( + Branch: perl + ! perl.c scope.c scope.h sv.c t/op/closure.t +____________________________________________________________________________ +[ 22171] By: rgs on 2004/01/17 22:00:48 + Log: Subject: Refactor VOS patches for bleadperl and perl-5.8.x + From: "Green, Paul" + Date: Thu, 15 Jan 2004 16:00:15 -0500 + Message-ID: + Branch: perl + ! README.vos hv.c pp_pack.c vos/Changes +____________________________________________________________________________ +[ 22170] By: rgs on 2004/01/17 21:25:08 + Log: Subject: Re: open/or inconsistency + From: SADAHIRO Tomoyuki + Date: Sat, 17 Jan 2004 19:59:55 +0900 + Message-Id: <20040117195729.623A.BQW10602@nifty.com> + (plus a test.) + Don't produce the warning for constructs like + open my $fh, $file or die; + Branch: perl + ! op.c t/lib/warnings/op +____________________________________________________________________________ +[ 22169] By: davem on 2004/01/17 18:02:31 + Log: Subject: Perl core dumps when running out of memory [PATCH] + From: Gisle Aas + Date: 17 Jan 2004 06:18:13 -0800 + Message-Id: + + Display 'out of memeory' errors using low-level I/O to avoid + recursive failure and so coredumps. + Branch: perl + ! util.c +____________________________________________________________________________ +[ 22168] By: davem on 2004/01/17 17:38:21 + Log: From: "Paul Marquess" + Subject: [PATCH ] Enhanced DBM Filters + Date: Sat, 17 Jan 2004 16:44:53 -0000 + Message-ID: + + add DBM_Filter + Branch: perl + + lib/DBM_Filter.pm lib/DBM_Filter/Changes + + lib/DBM_Filter/compress.pm lib/DBM_Filter/encode.pm + + lib/DBM_Filter/int32.pm lib/DBM_Filter/null.pm + + lib/DBM_Filter/t/01error.t lib/DBM_Filter/t/02core.t + + lib/DBM_Filter/t/compress.t lib/DBM_Filter/t/encode.t + + lib/DBM_Filter/t/int32.t lib/DBM_Filter/t/null.t + + lib/DBM_Filter/t/utf8.t lib/DBM_Filter/utf8.pm + + lib/dbm_filter_util.pl + ! MANIFEST +____________________________________________________________________________ +[ 22167] By: davem on 2004/01/17 16:12:32 + Log: freeing a CV reference that was currently being + executed caused coredumps + Branch: perl + ! perl.c scope.c scope.h sv.c t/op/closure.t +____________________________________________________________________________ +[ 22166] By: nicholas on 2004/01/17 15:07:31 + Log: Integrate final perl583delta + Branch: perl + !> pod/perl583delta.pod +____________________________________________________________________________ +[ 22163] By: davem on 2004/01/16 19:24:14 + Log: Subject: Re: [perl #24816] Magic vars seem unsure if they are purely numeric + From: Yitzchak Scott-Thoennes + Date: Thu, 15 Jan 2004 14:10:37 -0800 + Message-Id: <20040115221037.GA2392@efn.org> + + Add sv_2iv_flags() to allow magic to be optionally processed. + Branch: perl + ! doop.c embed.fnc embed.h global.sym pod/perlapi.pod pp.c + ! proto.h sv.c sv.h t/op/bop.t +____________________________________________________________________________ +[ 22162] By: davem on 2004/01/16 16:39:17 + Log: format bug with undefined _TOP + name of format_TOP now derived from the name of the current + filehandle rather then the name of the format associetd with that + handle + Branch: perl + ! pp_sys.c t/op/write.t +____________________________________________________________________________ +[ 22161] By: davem on 2004/01/16 13:29:26 + Log: Subject: [PATCH] format/write (version 2) + From: LAUN Wolfgang + Message-ID: + + Fixes and additions to formats: + + Improvement: NULL chars in picture line + Bugfix: C<@*> shown in output if not alone on a line + New feature: C<^*> for variable-width, one-line-at-a-time text + Improvement: Diagnostic on C<@#> and C<~~> + Bugfix: Segmentation fault on big numbers + Improvement (maybe): Truncation of numbers produces misleading output + Bugfix: "}" terminates format + Bugfix: Error when copying non-UTF to UTF (EBCDIC only) + Branch: perl + ! embed.fnc embed.h form.h pod/perldiag.pod pod/perlform.pod + ! pp_ctl.c proto.h t/op/write.t toke.c +____________________________________________________________________________ +[ 22160] By: davem on 2004/01/15 23:49:02 + Log: buigid #24905 - the code planted to call glob() retained an + extraneous targ index in a pushmark op, leasing to strangeness + when the op was freed + Branch: perl + ! op.c +____________________________________________________________________________ +[ 22159] By: rgs on 2004/01/15 22:19:25 + Log: Upgrade to Time::HiRes 1.55 + Branch: perl + ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm + ! ext/Time/HiRes/HiRes.xs +____________________________________________________________________________ +[ 22155] By: nicholas on 2004/01/15 00:03:04 + Log: Make chomp heed the utf8 flags on the target string and $/ + [Fixes #24888] + More work still needed to make chomp heed the encoding pragma. + Branch: perl + ! doop.c t/op/chop.t +____________________________________________________________________________ +[ 22154] By: nicholas on 2004/01/14 21:14:14 + Log: Update pod.lst with perl583delta,pod, and rerun pod/buildtoc + [Forgot to do this as part of the integration] + Branch: perl + ! MANIFEST pod.lst pod/perl.pod pod/perltoc.pod + ! vms/descrip_mms.template win32/pod.mak +____________________________________________________________________________ +[ 22153] By: nicholas on 2004/01/14 19:28:54 + Log: Integrate: + [ 22143] + We're planning on making history today. Mind you, not that much - + only 1 line. + + perl583delta.pod + Branch: perl + +> pod/perl583delta.pod + ! MANIFEST + !> pod/perlhist.pod +____________________________________________________________________________ +[ 22150] By: nicholas on 2004/01/14 17:48:52 + Log: Bump version number as file has changed since 5.8.2 + Branch: perl + ! lib/File/Find.pm +____________________________________________________________________________ +[ 22149] By: nicholas on 2004/01/14 17:45:54 + Log: Subject: Doc patches for File::Find + From: Andy Lester + Date: Mon, 12 Jan 2004 00:10:50 -0600 + Message-Id: <20040112061050.GB7308@petdance.com> + Branch: perl + ! lib/File/Find.pm +____________________________________________________________________________ +[ 22136] By: nicholas on 2004/01/14 13:01:27 + Log: Assimilate CGI 3.03 + Branch: perl + ! lib/CGI.pm lib/CGI/Fast.pm lib/CGI/Util.pm +____________________________________________________________________________ +[ 22133] By: nicholas on 2004/01/13 22:53:42 + Log: Add VMS to the list of "don't fork" OSes + [In the most simple way possible. Fix this properly post 5.8.3 + to use $Config{d_fork} or something more robust] + Branch: perl + ! ext/threads/shared/t/wait.t +____________________________________________________________________________ +[ 22129] By: rgs on 2004/01/13 19:26:24 + Log: Subject: [PATCH] [ANNOUNCE] Math::BigInt v1.69 + From: Tels + Date: Tue, 13 Jan 2004 19:28:48 +0100 + Message-Id: <200401131928.50247@bloodgate.com> + Branch: perl + ! lib/Math/BigFloat.pm lib/Math/BigInt.pm + ! lib/Math/BigInt/CalcEmu.pm lib/Math/BigInt/t/bare_mbi.t + ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t + ! lib/Math/BigInt/t/sub_mbi.t +____________________________________________________________________________ +[ 22128] By: rgs on 2004/01/13 09:06:11 + Log: MANIFEST adjustment. + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 22126] By: ams on 2004/01/13 07:16:33 + Log: Upgrade to Locale::Maketext 1.07. + Branch: perl + + lib/Locale/Maketext/t/04super.t + + lib/Locale/Maketext/t/05super.t + ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod + ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README +____________________________________________________________________________ +[ 22125] By: rgs on 2004/01/12 22:44:53 + Log: Document usage of $_ and pos() inside /(?{...})/. + (see change #2367.) + Branch: perl + ! pod/perlre.pod +____________________________________________________________________________ +[ 22124] By: rgs on 2004/01/12 22:10:51 + Log: Upgrade to MIME::Base64 2.23. + Branch: perl + ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs + ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm +____________________________________________________________________________ +[ 22123] By: rgs on 2004/01/12 21:24:28 + Log: Subject: [PATCH handy.h] RE: MIME-Base64-2.22 [PATCH] + From: Robin Barker + Date: Thu, 8 Jan 2004 16:21:25 -0000 + Message-ID: <533D273D4014D411AB1D00062938C4D904046787@hotel.npl.co.uk> + Branch: perl + ! handy.h +____________________________________________________________________________ +[ 22122] By: nicholas on 2004/01/12 19:52:16 + Log: Subject: Re: 5.8.3-RC1, ext/threads/shared/t/wait still hanging + From: Mike Pomraning + Message-ID: + Date: Mon, 12 Jan 2004 12:41:52 -0600 (CST) + Branch: perl + ! ext/threads/shared/t/wait.t +____________________________________________________________________________ +[ 22121] By: nicholas on 2004/01/12 17:27:25 + Log: use sv_setpvn rather than sv_setpv and save a strlen() + Branch: perl + ! doop.c +____________________________________________________________________________ +[ 22120] By: merijn on 2004/01/12 13:04:42 + Log: Subject: [PATCH] Make 'Configure -Dcf_by=...' work + From: Gisle Aas + Date: 12 Jan 2004 02:35:27 -0800 + Message-ID: + Branch: perl + ! Configure +____________________________________________________________________________ +[ 22117] By: rgs on 2004/01/12 10:10:43 + Log: Subject: Re: [perl #24846] [PATCH] Apparent utf8 bug in join() in 5.8.[012] + From: SADAHIRO Tomoyuki + Date: Mon, 12 Jan 2004 11:19:37 +0900 + Message-Id: <20040112111007.EB69.BQW10602@nifty.com> + Branch: perl + ! doop.c t/op/join.t +____________________________________________________________________________ +[ 22115] By: nicholas on 2004/01/11 23:37:09 + Log: Subject: Re: 5.8.3-RC1, ext/threads/shared/t/wait still hanging + From: Mike Pomraning + Message-ID: + Date: Sun, 11 Jan 2004 16:24:18 -0600 (CST) + Branch: perl + ! ext/threads/shared/t/wait.t +____________________________________________________________________________ +[ 22113] By: nicholas on 2004/01/11 23:14:48 + Log: Regenerate win32/Makefile and win32/makefile.mk after + + Integrate: + [ 22081] + Move pod/perldelta.pod to pod/perl583delta.pod, and arrange for + a copy to be made at build time. + + [ 22111] + Subject: Re: [PATCH win32/makefile.mk] (was Re: 5.8.3 RC1) + From: Abe Timmerman + Message-Id: <200401111813.40829.abe@ztreet.demon.nl> + Date: Sun, 11 Jan 2004 18:13:40 +0100 + + plus revert 22092 and 22080 + Branch: perl + ! pod.lst win32/Makefile win32/makefile.mk + !> pod/buildtoc +____________________________________________________________________________ +[ 22112] By: rgs on 2004/01/11 22:38:08 + Log: Upgrade to Cwd 2.14. + Branch: perl + ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm +____________________________________________________________________________ +[ 22110] By: rgs on 2004/01/11 16:34:43 + Log: Upgrade to Math::BigRat 0.11 + + Subject: [PATCH] [ANNOUCNE] Math::BigRat 0.11 + From: Tels + Date: Wed, 7 Jan 2004 18:30:06 +0100 + Message-Id: <200401071830.07445@bloodgate.com> + Branch: perl + ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigrat.t + ! lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t +____________________________________________________________________________ +[ 22109] By: rgs on 2004/01/10 23:39:38 + Log: Subject: [PATCH] Nicer formatting for function arguments in Carp messages + From: Steve Hay + Date: Wed, 07 Jan 2004 13:22:30 +0000 + Message-ID: <3FFC0816.9090406@uk.radan.com> + + (and increment version number in Carp) + Branch: perl + ! lib/Carp.pm lib/Carp/Heavy.pm +____________________________________________________________________________ +[ 22108] By: adi on 2004/01/10 21:33:59 + Log: documentation nit + Branch: perl + ! pod/perlop.pod +____________________________________________________________________________ +[ 22107] By: adi on 2004/01/10 20:19:09 + Log: nit to Bytecode - the av_extend opcode wasn't saved when + the array had AvFILL == 0 + Branch: perl + ! ext/B/B/Assembler.pm +____________________________________________________________________________ +[ 22106] By: adi on 2004/01/10 20:16:03 + Log: still problems with backreferences + reverse cloning + after #21936 - the weak reference may live on the pad. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 22104] By: nicholas on 2004/01/09 19:50:43 + Log: Bah. Makefile.PL still tests the sub-MANIFEST + Branch: perl + ! ext/Storable/MANIFEST +____________________________________________________________________________ +[ 22103] By: davem on 2004/01/09 12:20:38 + Log: temporarily backout test of thread returning a closure. It crashes + win32. + Branch: perl + ! ext/threads/t/problems.t +____________________________________________________________________________ +[ 22102] By: davem on 2004/01/08 22:32:28 + Log: Subject: segv in pad.c with threads (was: DBD::Oracle and Perl 5.8.2 threads) + Message-ID: <20040107121357.GD82921@dansat.data-plan.com> + + Returning a closure from a thread (via join) could mess up because + pointers to PL_sv_undef weren't rejigged to point at the joiner's + version of PL_sv_undef. Also, the closure's CvGV got cloned too + but never freed, since CvGV isn't refcounted. + Branch: perl + ! ext/threads/t/problems.t ext/threads/threads.xs sv.c +____________________________________________________________________________ +[ 22101] By: rgs on 2004/01/08 21:00:56 + Log: perl582delta.pod was not in the MANIFEST. + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 22100] By: nicholas on 2004/01/08 17:35:27 + Log: Integrate: + [ 22093] + Graham says that the search.cpan.org pod finder hashes on name + The 4 files all thinking they are perldelta.pod confuses it. + Branch: perl + +> pod/perl582delta.pod + !> pod/perl581delta.pod pod/perl58delta.pod +____________________________________________________________________________ +[ 22096] By: nicholas on 2004/01/08 13:15:38 + Log: Subject: [PATCH pod/perlhist.pod] Mention 5.8.3-RC1 + From: Abigail + Message-ID: <20040107230027.GC393@abigail.nl> + Date: Thu, 8 Jan 2004 00:00:27 +0100 + Branch: perl + ! pod/perlhist.pod +____________________________________________________________________________ +[ 22091] By: nicholas on 2004/01/07 19:09:50 + Log: [Integrate] + 22088 22089 22090 (datestamp corrections - let's see if this really + works) + Branch: perl + !> (integrate 35 files) +____________________________________________________________________________ +[ 22084] By: rgs on 2004/01/07 09:25:16 + Log: Hardcoded numerical flag masks. Bad. + Branch: perl + ! doop.c +____________________________________________________________________________ +[ 22083] By: nicholas on 2004/01/06 18:57:29 + Log: Seems that sv_setsv_cow needs to be visible to core extensions, + so that re will build properly on Win32. Thanks to Steve Hay for + trying COW and finding the problems. + Branch: perl + ! embed.fnc embed.h +____________________________________________________________________________ +[ 22082] By: rgs on 2004/01/06 18:11:22 + Log: Fix bug #24813 : the -0 wasn't recognized on the #! line + Branch: perl + + t/run/switch0.t + ! MANIFEST perl.c +____________________________________________________________________________ +[ 22079] By: nicholas on 2004/01/06 12:38:52 + Log: Jarkko didn't move the cd ..\pod correctly. Given that it's been + like this pre 5.8.1, I suspect that no-one has used it recently. + Branch: perl + ! win32/makefile.mk +____________________________________________________________________________ +[ 22076] By: rgs on 2004/01/06 08:18:44 + Log: The TODO tag should be included also when a TODO test succeeds, + so it's reported by the test harness + Branch: perl + ! t/op/write.t +____________________________________________________________________________ +[ 22075] By: rgs on 2004/01/06 07:56:25 + Log: This TODO test seems to pass now. + Branch: perl + ! t/op/write.t +____________________________________________________________________________ +[ 22074] By: rgs on 2004/01/05 23:29:55 + Log: Some of the bitwise manipulation PP functions weren't checking + whether their arguments were magical before using them. + (bug [#24816]). + Branch: perl + ! pp.c +____________________________________________________________________________ +[ 22071] By: davem on 2004/01/05 22:17:04 + Log: [perl #24674] + stop $^O getting tainted on read access, and disallow tainted + assignment to it + Branch: perl + ! mg.c t/op/taint.t +____________________________________________________________________________ +[ 22068] By: rgs on 2004/01/05 21:48:30 + Log: Some mandatory syntax warnings emitted by the lexer weren't + disableable (bug [perl #24815]). + Branch: perl + ! pod/perldiag.pod t/lib/warnings/toke toke.c +____________________________________________________________________________ +[ 22067] By: nicholas on 2004/01/05 21:36:07 + Log: Change the flag logic in buildtoc + Branch: perl + ! pod.lst pod/buildtoc +____________________________________________________________________________ +[ 22064] By: nicholas on 2004/01/05 21:16:09 + Log: Fix bug with MANIFEST generation when we also regenerate perltoc.pod + Branch: perl + ! pod/buildtoc +____________________________________________________________________________ +[ 22058] By: rgs on 2004/01/05 06:17:47 + Log: Subject: [PATCH] skip num.t #47 on VMS + From: "Craig A. Berry" + Date: Sun, 04 Jan 2004 23:16:26 -0600 + Message-ID: <3FF8F32A.5000108@mac.com> + Branch: perl + ! t/base/num.t +____________________________________________________________________________ +[ 22057] By: rgs on 2004/01/05 06:17:07 + Log: Subject: [PATCH configure.com] future-proof signal check + From: "Craig A. Berry" + Date: Sun, 04 Jan 2004 22:53:40 -0600 + Message-ID: <3FF8EDD4.3080308@mac.com> + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 22056] By: rgs on 2004/01/04 20:45:31 + Log: Upgrade to Cwd 2.13 + Branch: perl + ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm +____________________________________________________________________________ +[ 22055] By: davem on 2004/01/04 19:34:36 + Log: Subject: Re: [perl #24774] eval + format - \n = pp_ctl.c assertion + From: LAUN Wolfgang + Date: Fri, 2 Jan 2004 11:31:46 +0100 + Message-ID: + + eval of of a truncated format should fail + Branch: perl + ! t/op/write.t toke.c +____________________________________________________________________________ +[ 22052] By: rgs on 2004/01/03 19:53:53 + Log: Upgrade to PerlIO::via::QuotedPrint 0.06 + Branch: perl + ! lib/PerlIO/via/QuotedPrint.pm +____________________________________________________________________________ +[ 22051] By: rgs on 2004/01/03 19:51:02 + Log: Upgrade to Time::HiRes 1.54 + Branch: perl + + ext/Time/HiRes/hints/solaris.pl + ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm + ! ext/Time/HiRes/HiRes.xs +____________________________________________________________________________ +[ 22050] By: nicholas on 2004/01/03 19:24:00 + Log: No matter how hard you proof read it, something always slips through. + Branch: perl + ! ext/Storable/ChangeLog +____________________________________________________________________________ +[ 22049] By: nicholas on 2004/01/03 19:22:08 + Log: Fix minor problems with the CPAN release + 1: Make Storable.xs to work on 5.8.2 and later (already in the core) + 2: Ship the linux hints file + 3: Ship Test::More for the benefit of Perls pre 5.6.2 + 4: Correct Makefile.PL to install in core for 5.8.0 and later + Branch: perl + ! ext/Storable/ChangeLog ext/Storable/MANIFEST + ! ext/Storable/Makefile.PL ext/Storable/README + ! ext/Storable/Storable.pm +____________________________________________________________________________ +[ 22047] By: rgs on 2004/01/03 00:07:13 + Log: Tidy up change #18751, so that the second parameter to unpack() + defaults to $_ at compile-time, instead of run-time (like all + other primitives that default to $_). + Branch: perl + ! embed.h op.c opcode.h opcode.pl pp.sym pp_pack.c pp_proto.h +____________________________________________________________________________ +[ 22044] By: nicholas on 2004/01/02 16:17:24 + Log: Bump $threads::VERSION as the documentation has changed. Tweak the + documentaiton, update Arthur's e-mail address + Branch: perl + ! ext/threads/threads.pm +____________________________________________________________________________ +[ 22043] By: rgs on 2004/01/02 08:35:22 + Log: Use the optimization level -O2 by default on Linux/gcc. + See : + Subject: Benchmarking (was Re: GCC bug breaking Perl_sv_catpvfn()?) + From: "Marcus Holland-Moritz" + Date: Thu, 1 Jan 2004 05:32:15 +0100 + Message-ID: <071601c3d020$4046d2a0$d500a8c0@R2D2> + Branch: perl + ! hints/linux.sh +____________________________________________________________________________ +[ 22041] By: nicholas on 2004/01/02 00:38:00 + Log: Update debugger version number and Changes file + Branch: perl + ! lib/perl5db.pl +____________________________________________________________________________ +[ 22037] By: davem on 2004/01/01 23:22:10 + Log: addition to 22036 (document SUPER better): superclass may be plural + Branch: perl + ! pod/perlbot.pod pod/perlobj.pod +____________________________________________________________________________ +[ 22036] By: davem on 2004/01/01 22:23:11 + Log: Document the quirks of SUPER, especially the fact that it it + relative to the current package and not to the invoking object. + Branch: perl + ! pod/perlboot.pod pod/perlbot.pod pod/perlobj.pod + ! pod/perltoot.pod +____________________________________________________________________________ +[ 22034] By: davem on 2004/01/01 19:58:08 + Log: Fix bug #24383, where hashes with the :unique attribute weren't + getting made readonly on interpreter clone. Also, remove the + :unique attribute from the hashes in warnings.pm, since they may + later be modified by warnings::register. Finally, adds tests for + the :unique attribute. + Branch: perl + ! ext/threads/t/problems.t lib/warnings.pm sv.c warnings.pl +____________________________________________________________________________ +[ 22033] By: nicholas on 2004/01/01 19:22:24 + Log: Subject: Perl 5.8.3 patches from the BS2000 port - part 2 + From: Dorner Thomas + Message-ID: <6727B1DACFCDD311A757009027CA8D69044B6740@Ex02.inhouse.start.de> + Date: Fri, 19 Dec 2003 07:16:47 +0100 + Branch: perl + ! t/io/utf8.t t/op/pat.t +____________________________________________________________________________ +[ 22032] By: rgs on 2004/01/01 17:29:21 + Log: Subject: [PATCH 5.8.2 @21574] OS/2 update + From: Ilya Zakharevich + Date: Thu, 18 Dec 2003 14:10:29 -0800 + Message-ID: <20031218221029.GA7898@math.berkeley.edu> + Branch: perl + ! README.os2 hints/os2.sh installperl lib/ExtUtils/MM_Unix.pm + ! makedef.pl os2/Changes os2/OS2/REXX/DLL/Changes + ! os2/OS2/REXX/DLL/DLL.pm os2/os2.c os2/os2ish.h os2/perl2cmd.pl +____________________________________________________________________________ +[ 22031] By: rgs on 2004/01/01 16:30:13 + Log: Document that /[\W]/ doesn't work, unicode-wise (see bug #18281) + Branch: perl + ! pod/perlunicode.pod +____________________________________________________________________________ +[ 22030] By: rgs on 2004/01/01 13:55:31 + Log: Document that detached threads aren't supported on Windows yet. + Branch: perl + ! ext/threads/threads.pm +____________________________________________________________________________ +[ 22029] By: rgs on 2004/01/01 13:30:33 + Log: Upgrade to Getopt::Long 2.34_01 + Branch: perl + ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES +____________________________________________________________________________ +[ 22026] By: nicholas on 2003/12/31 15:22:31 + Log: Tweak 00compile.t to avoid splatting a DIAG over core perl's + beautiful clean run of OKs. You are all getting a clean run of OKs, + aren't you? + Branch: perl + ! lib/Test/Harness/t/00compile.t +____________________________________________________________________________ +[ 22025] By: nicholas on 2003/12/31 15:11:51 + Log: Subject: [PATCH] "piconv -C 512" badly broken + From: Autrijus Tang + Message-Id: <1072870210.769.5.camel@localhost> + Date: Wed, 31 Dec 2003 19:30:10 +0800 + Branch: perl + ! ext/Encode/bin/piconv +____________________________________________________________________________ +[ 22021] By: rgs on 2003/12/31 08:28:43 + Log: Upgrade to Test::Harness 2.40. + Branch: perl + ! lib/Test/Harness.pm lib/Test/Harness/Changes + ! lib/Test/Harness/Iterator.pm lib/Test/Harness/Straps.pm + ! lib/Test/Harness/bin/prove lib/Test/Harness/t/00compile.t + ! lib/Test/Harness/t/assert.t lib/Test/Harness/t/callback.t + ! lib/Test/Harness/t/prove-switches.t + ! lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t + ! lib/Test/Harness/t/test-harness.t +____________________________________________________________________________ +[ 22020] By: rgs on 2003/12/31 07:59:19 + Log: C++ comments, bad. + Branch: perl + ! ext/Cwd/Cwd.xs +____________________________________________________________________________ +[ 22018] By: nicholas on 2003/12/30 23:29:59 + Log: Bump VERSION numbers + Branch: perl + ! ext/POSIX/POSIX.pm lib/Benchmark.pm lib/File/CheckTree.pm + ! lib/Getopt/Std.pm lib/PerlIO.pm lib/Tie/Hash.pm + ! lib/diagnostics.pm +____________________________________________________________________________ +[ 22016] By: rgs on 2003/12/30 21:10:22 + Log: A patch for Test::Harness on VMS by Craig Berry + (see RT CPAN bug #4745) + Branch: perl + ! lib/Test/Harness/Straps.pm +____________________________________________________________________________ +[ 22013] By: nicholas on 2003/12/30 18:18:28 + Log: Subject: more uni doc tweakage + From: Jarkko Hietaniemi + Message-ID: <20031230133755.GA23118@vipunen.hut.fi> + Date: Tue, 30 Dec 2003 15:37:55 +0200 + + Subject: one more pod fix + From: Jarkko Hietaniemi + Message-ID: <20031230135641.GA24516@vipunen.hut.fi> + Date: Tue, 30 Dec 2003 15:56:41 +0200 + Branch: perl + ! lib/PerlIO.pm pod/perlunicode.pod +____________________________________________________________________________ +[ 22009] By: davem on 2003/12/30 17:14:44 + Log: bug #24757 perlrun.pod's description of find -mtime was ambiguous + Branch: perl + ! pod/perlrun.pod +____________________________________________________________________________ +[ 22007] By: rgs on 2003/12/30 16:04:47 + Log: Upgrade to Math::BigInt 1.68. + Branch: perl + + lib/Math/BigInt/t/bigroot.t + ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm + ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/CalcEmu.pm + ! lib/Math/BigInt/t/alias.inc lib/Math/BigInt/t/bare_mbi.t + ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigintpm.inc + ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/sub_mbi.t +____________________________________________________________________________ +[ 22005] By: davem on 2003/12/30 15:07:50 + Log: Subject: Re: [perl #24774] eval + format - \n = pp_ctl.c assertion + heuristics for calculating buffer size needed to compile a format + didn't allow for \0 + Branch: perl + ! pp_ctl.c t/op/write.t +____________________________________________________________________________ +[ 22003] By: rgs on 2003/12/30 12:54:02 + Log: Add a regression test for bug #24762 + Branch: perl + ! t/comp/parser.t +____________________________________________________________________________ +[ 22002] By: rgs on 2003/12/30 12:49:09 + Log: Updates the notes about byacc in pumpkin.pod. + Branch: perl + ! Porting/pumpkin.pod +____________________________________________________________________________ +[ 22001] By: rgs on 2003/12/30 09:58:08 + Log: Bump up UNIVERSAL's version to 1.02 + (due to fix #21418) + Branch: perl + ! lib/UNIVERSAL.pm +____________________________________________________________________________ +[ 21999] By: nicholas on 2003/12/29 23:53:31 + Log: Add Mike Pomraning + Branch: perl + ! AUTHORS +____________________________________________________________________________ +[ 21997] By: rgs on 2003/12/29 20:11:12 + Log: Update the README and Changes files for Switch 2.10 + Branch: perl + ! lib/Switch/Changes lib/Switch/README +____________________________________________________________________________ +[ 21996] By: rgs on 2003/12/29 20:07:00 + Log: Upgrade to Switch 2.10, by integrating some changes by Damian + Branch: perl + ! lib/Switch.pm +____________________________________________________________________________ +[ 21993] By: rgs on 2003/12/29 10:49:29 + Log: Windows hasn't getuid/setuid and friends. + Therefore disable the code related to them in POSIX.xs. + + Subject: [PATCH: ext/POSIX/POSIX.xs] Re: Smoke [5.8.2] 21979 FAIL(Xt) MSWin32 5.1 Service Pack 1 (x86/1 cpu) + From: "Marcus Holland-Moritz" + Date: Mon, 29 Dec 2003 04:51:19 +0100 + Message-ID: <03d401c3cdbf$05730ee0$d500a8c0@R2D2> + Branch: perl + ! ext/POSIX/POSIX.xs +____________________________________________________________________________ +[ 21992] By: rgs on 2003/12/29 10:31:07 + Log: Subject: [PATCH] win32_chsize buglet + From: "Kevin Chase" + Date: Sun, 28 Dec 2003 15:48:56 -0800 + Message-ID: + Branch: perl + ! win32/win32.c +____________________________________________________________________________ +[ 21991] By: rgs on 2003/12/29 08:10:51 + Log: Upgrade to Encode 1.99. + Branch: perl + ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/META.yml + ! ext/Encode/Unicode/Unicode.xs ext/Encode/encoding.pm + ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t + ! ext/Encode/t/mime-header.t ext/Encode/ucm/gsm0338.ucm + ! ext/Encode/ucm/macArabic.ucm ext/Encode/ucm/macFarsi.ucm + ! ext/Encode/ucm/macHebrew.ucm +____________________________________________________________________________ +[ 21990] By: rgs on 2003/12/28 18:41:35 + Log: Fix a little syntax error, reported by Marcus Holland-Moritz + Branch: perl + ! win32/win32.c +____________________________________________________________________________ +[ 21989] By: nicholas on 2003/12/28 11:49:20 + Log: From: "Nigel Sandever" + Subject: [PATCH] 5.8.1 / bcc55 / win32 / Enable PerlIO and/ or USE_LARGE_FILES + Message-ID: + Date: Thu, 25 Sep 2003 21:49:07 +0000 + Branch: perl + ! dosish.h win32/win32.c win32/win32sck.c +____________________________________________________________________________ +[ 21988] By: rgs on 2003/12/27 23:46:40 + Log: Regenerate the perly.c patch for byacc output painless fixing + Branch: perl + ! perly_c.diff +____________________________________________________________________________ +[ 21986] By: rgs on 2003/12/27 23:11:59 + Log: Fix bug [perl #24762] : C<*foo{CODE} ? 1 : 0> was a syntax error + Branch: perl + ! perly.c perly.y vms/perly_c.vms +____________________________________________________________________________ +[ 21985] By: nicholas on 2003/12/27 22:55:35 + Log: Subject: Cross compilation patches for arm. + From: Redvers Davies + Message-Id: <1072098653.4789.6.camel@ragefire> + Date: Mon, 22 Dec 2003 08:11:34 -0500 + Branch: perl + ! Cross/Makefile Cross/Makefile.SH.patch Cross/README + ! Cross/config.sh-arm-linux Cross/installperl.patch +____________________________________________________________________________ +[ 21983] By: rgs on 2003/12/27 21:29:04 + Log: Fix bug [perl #24735] : make sure that the range (..) operator + treats an undefined argument as 0 for numerical ranges and as "" + for magical string ranges. + Branch: perl + ! pp_ctl.c t/op/range.t +____________________________________________________________________________ +[ 21981] By: rgs on 2003/12/27 20:14:09 + Log: Subject: PATCH: *DB*_File + From: "Paul Marquess" + Date: Sat, 27 Dec 2003 20:02:30 -0000 + Message-ID: + Branch: perl + ! XSUB.h ext/DB_File/Changes ext/DB_File/DB_File.pm + ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t + ! ext/DB_File/t/db-hash.t ext/DB_File/t/db-recno.t + ! ext/DB_File/typemap ext/GDBM_File/typemap + ! ext/NDBM_File/typemap ext/ODBM_File/typemap + ! ext/SDBM_File/typemap +____________________________________________________________________________ +[ 21978] By: nicholas on 2003/12/27 18:31:27 + Log: Straggler from Cwd + Branch: perl + + ext/Cwd/Changes +____________________________________________________________________________ +[ 21977] By: nicholas on 2003/12/27 18:29:44 + Log: Straggler from Unicode::Collate. + We need to automate this. + For some value of we. (tr/w/m/ I suspect) + Branch: perl + + lib/Unicode/Collate/t/rearrang.t +____________________________________________________________________________ +[ 21976] By: nicholas on 2003/12/27 18:28:37 + Log: Assimilate Unicode::Collate 0.33 + Branch: perl + + lib/Unicode/Collate/t/altern.t lib/Unicode/Collate/t/view.t + ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes + ! lib/Unicode/Collate/README lib/Unicode/Collate/keys.txt + ! lib/Unicode/Collate/t/contract.t + ! lib/Unicode/Collate/t/illegal.t lib/Unicode/Collate/t/test.t + ! lib/Unicode/Collate/t/version.t +____________________________________________________________________________ +[ 21975] By: nicholas on 2003/12/27 18:12:33 + Log: Assimilate PodParser-1.26 + Branch: perl + ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm + ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/PlainText.pm + ! lib/Pod/Select.pm lib/Pod/Usage.pm pod/pod2usage.PL + ! pod/podselect.PL t/pod/pod2usage.xr t/pod/podselect.xr +____________________________________________________________________________ +[ 21974] By: nicholas on 2003/12/27 17:50:34 + Log: Assimilate File::Spec 0.87 + Branch: perl + ! lib/File/Spec.pm lib/File/Spec/t/Spec.t +____________________________________________________________________________ +[ 21973] By: nicholas on 2003/12/27 17:24:27 + Log: Assimilate Digest 1.05 + Branch: perl + ! lib/Digest.pm lib/Digest/t/digest.t +____________________________________________________________________________ +[ 21972] By: nicholas on 2003/12/27 17:20:23 + Log: Assimilate Cwd 2.12 from CPAN. Cwd wasn't in Maintainers, so change + 21646 was only applied to core (must punt this back and thereby unfork) + Need to fix test boilerplate properly for PERL_CORE + Branch: perl + ! MANIFEST Porting/Maintainers.pl ext/Cwd/Cwd.xs ext/Cwd/t/cwd.t + ! ext/Cwd/t/taint.t lib/Cwd.pm +____________________________________________________________________________ +[ 21971] By: nicholas on 2003/12/27 16:55:54 + Log: Subject: [PATCH] Remove Win32 compiler warnings + From: "Marcus Holland-Moritz" + Date: Sat, 27 Dec 2003 17:39:20 +0100 + Message-ID: <018901c3cc97$fa976660$d500a8c0@R2D2> + Branch: perl + ! ext/XS/APItest/APItest.xs ext/threads/shared/shared.xs sv.c +____________________________________________________________________________ +[ 21970] By: nicholas on 2003/12/27 16:39:01 + Log: Allow overriding of the p4 settings via environment variables + Make regexp more robust to parse FreeBSD's patch output + Branch: perl + ! Porting/apply +____________________________________________________________________________ +[ 21968] By: rgs on 2003/12/27 14:27:57 + Log: Subject: [PATCH] perl 5.8.0, FindBin::again + From: Slaven Rezic + Date: 01 May 2003 21:28:10 +0200 + Message-ID: <873cjy31rp.fsf@vran.herceg.de> + Branch: perl + ! lib/FindBin.pm lib/FindBin.t +____________________________________________________________________________ +[ 21967] By: nicholas on 2003/12/27 13:26:29 + Log: Subject: [PATCH: sv.c] Turn Quad_t to Uquad_t in unsigned branch + From: "Marcus Holland-Moritz" + Date: Sat, 27 Dec 2003 02:48:19 +0100 + Message-ID: <010001c3cc1b$813763a0$d500a8c0@R2D2> + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 21964] By: nicholas on 2003/12/26 20:31:38 + Log: Change minimum perl version where the test is run from 5.9.0 to 5.8.3 + as I'm going to integrate the core patch + Branch: perl + ! ext/List/Util/t/weak.t +____________________________________________________________________________ +[ 21962] By: nicholas on 2003/12/26 19:22:16 + Log: Subject: [PATCH: sv.c] Re: GCC bug breaking Perl_sv_catpvfn()? + From: "Marcus Holland-Moritz" + Date: Fri, 26 Dec 2003 02:47:09 +0100 + Message-ID: <03ca01c3cb52$2d509b40$5700a8c0@R2D2> + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 21960] By: rgs on 2003/12/26 10:18:24 + Log: Refactor the code that checks whether a range is numeric + or string-magical. + Branch: perl + ! pp_ctl.c +____________________________________________________________________________ +[ 21959] By: rgs on 2003/12/26 08:51:06 + Log: Restore ext/SDBM_File/sdbm/Makefile to its pre-21655 state. + This fixes building SDBM_File on AIX. + Branch: perl + ! ext/SDBM_File/sdbm/Makefile.PL +____________________________________________________________________________ +[ 21958] By: rgs on 2003/12/25 21:22:25 + Log: Fix bug [perl #24641] : when POSIX::set[ug]id() are called, + update the perl variables PL_uid and PL_euid (resp. PL_gid + and PL_egid) with the new values. + Branch: perl + ! ext/POSIX/POSIX.xs +____________________________________________________________________________ +[ 21957] By: rgs on 2003/12/25 20:14:00 + Log: Subject: [PATCH 5.8.2 @21574] INSTALL_PREFIX from C + From: Ilya Zakharevich + Date: Thu, 18 Dec 2003 12:30:06 -0800 + Message-ID: <20031218203006.GA7772@math.berkeley.edu> + Branch: perl + ! config_h.SH +____________________________________________________________________________ +[ 21956] By: rgs on 2003/12/25 19:40:55 + Log: Subject: BigInt v1.68 - pre-release + From: Tels + Date: Tue, 23 Dec 2003 01:09:23 +0100 + Message-Id: <200312230106.27661@bloodgate.com> + Branch: perl + + lib/Math/BigInt/CalcEmu.pm lib/Math/BigInt/t/alias.inc + + lib/Math/BigInt/t/mbf_ali.t lib/Math/BigInt/t/mbi_ali.t + + lib/Math/BigInt/t/sub_ali.t + ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm + ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc + ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc + ! lib/Math/BigInt/t/upgrade.inc +____________________________________________________________________________ +[ 21955] By: rgs on 2003/12/25 18:59:54 + Log: Subject: [perl #24506] [PATCH] cannot weaken refs to read only values + From: Fergal Daly + Date: Tue, 2 Dec 2003 23:18:18 +0000 + Message-Id: <200312022318.18353.fergal@esatclear.ie> + + (tweaked so the test is skipped on perls < 5.9.0) + Branch: perl + ! ext/List/Util/t/weak.t sv.c +____________________________________________________________________________ +[ 21953] By: nicholas on 2003/12/23 23:34:48 + Log: Subject: [PATCH: perl@21949] document patch for VMS port on new file systems + From: PPrymmer@factset.com + Date: Tue, 23 Dec 2003 17:27:44 -0500 + Message-Id: + Branch: perl + ! README.vms +____________________________________________________________________________ +[ 21952] By: nicholas on 2003/12/23 23:19:19 + Log: Subject: [patch t/test.pl] comment fix + From: Stas Bekman + Message-ID: <3FE8C65A.4060708@stason.org> + Date: Tue, 23 Dec 2003 14:48:58 -0800 + Branch: perl + ! t/test.pl +____________________________________________________________________________ +[ 21951] By: adi on 2003/12/22 23:22:12 + Log: re-fix [perl #24508] without speed regression. + keep an eye on this. + Branch: perl + ! op.c opcode.h opcode.pl +____________________________________________________________________________ +[ 21950] By: adi on 2003/12/22 23:19:25 + Log: sanitize some macros - based on Chip Salzenberg suggestions and + on the way GNU people use the gcc-ish 'blocks in parens' + Branch: perl + ! XSUB.h sv.h +____________________________________________________________________________ +[ 21948] By: nicholas on 2003/12/22 21:00:30 + Log: Subject: Re: Smoke [5.8.2] 21930 FAIL(t) MSWin32 5.1 Service Pack 1 (x86/1 cpu) + Message-ID: + Date: Mon, 22 Dec 2003 01:52:08 -0600 (CST) + From: Mike Pomraning + Branch: perl + ! ext/threads/shared/shared.xs +____________________________________________________________________________ +[ 21946] By: nicholas on 2003/12/22 20:34:06 + Log: Subject: doc nits + From: Jarkko Hietaniemi + Date: Mon, 22 Dec 2003 21:57:34 +0200 + Message-Id: <20031222195734.GA29441@vipunen.hut.fi> + Branch: perl + ! pod/perltodo.pod pod/perlunicode.pod +____________________________________________________________________________ +[ 21944] By: merijn on 2003/12/22 10:13:43 + Log: Subject: [PATCH] configure.com archname tweak + From: "Craig A. Berry" + Date: Sun, 21 Dec 2003 23:07:13 -0600 + Message-ID: <3FE67C01.1000704@mac.com> + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 21942] By: rgs on 2003/12/21 21:29:47 + Log: Subject: [perl #24651] Taint bug with multiple backticks in ref consturctors + From: Mike Guy + Date: Fri, 19 Dec 2003 17:17:11 +0000 + Message-Id: + Branch: perl + ! pod/perlsec.pod +____________________________________________________________________________ +[ 21940] By: rgs on 2003/12/21 15:33:19 + Log: Fix a side-effect of bug #24674 in the perl debugger. + + Subject: [perl #24674] 5.x odd taint bug + From: Dominique Quatravaux (via RT) + Date: 16 Dec 2003 15:03:24 -0000 + Message-ID: + Branch: perl + ! lib/perl5db.pl +____________________________________________________________________________ +[ 21938] By: rgs on 2003/12/20 22:56:24 + Log: Subject: Perl 5.8.3 patches from the BS2000 port + From: Dorner Thomas + Date: Wed, 17 Dec 2003 15:41:17 +0100 + Message-ID: <6727B1DACFCDD311A757009027CA8D69044B673A@Ex02.inhouse.start.de> + Branch: perl + ! hints/posix-bc.sh t/base/num.t t/comp/parser.t +____________________________________________________________________________ +[ 21937] By: adi on 2003/12/20 21:37:03 + Log: after back-references, restricted hashes. + see http://nntp.perl.org/group/perl.perl5.porters/86497 + this is hopefully only a temporary solution. + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 21936] By: adi on 2003/12/20 21:32:37 + Log: fix [perl #24660], [perl #24663]. + Branch: perl + ! mg.c sv.c +____________________________________________________________________________ +[ 21935] By: rgs on 2003/12/20 21:21:50 + Log: Upgrade to Time::Local 1.07_94 + Branch: perl + ! lib/Time/Local.pm lib/Time/Local.t +____________________________________________________________________________ +[ 21933] By: nicholas on 2003/12/20 20:07:44 + Log: Subject: [PATCH] OpenVMS I64 support + From: "Craig A. Berry" + Message-ID: <3FE2441F.2070603@mac.com> + Date: Thu, 18 Dec 2003 18:19:43 -0600 + Branch: perl + ! configure.com vms/gen_shrfls.pl +____________________________________________________________________________ +[ 21932] By: nicholas on 2003/12/20 19:57:51 + Log: remove duplicate PERL_HASH (as spotted by Enache Adrian in + <20031220124854.GA1265@ratsnest.hole> ) + Branch: perl + ! hv.c +____________________________________________________________________________ +[ 21931] By: nicholas on 2003/12/20 18:58:06 + Log: Solaris gconvert() doesn't like ndigits == 0. Currently we have no + Configure test for troublesome gconvert(), so for now simply avoid + the optimisation that calls gconvert() in this case. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 21928] By: rgs on 2003/12/19 08:36:11 + Log: Upgrade to CGI.pm 3.01 + Branch: perl + ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Fast.pm + ! lib/CGI/Pretty.pm lib/CGI/Util.pm lib/CGI/t/carp.t + ! lib/CGI/t/request.t +____________________________________________________________________________ +[ 21927] By: rgs on 2003/12/19 08:10:41 + Log: Subject: [DOCPATCH] base.pm + From: Elizabeth Mattijsen + Date: Thu, 18 Dec 2003 22:30:52 +0100 + Message-Id: + + Plus, remove leftover mentions of pseudo-hashes + Branch: perl + ! lib/base.pm +____________________________________________________________________________ +[ 21924] By: nicholas on 2003/12/18 20:24:29 + Log: "Richard" - who he? (Add "Richard Clamp" to the list of pumpkings) + Branch: perl + ! pod/perlhist.pod +____________________________________________________________________________ +[ 21923] By: rgs on 2003/12/18 14:58:42 + Log: Perl 1.0.16 has been released. + Branch: perl + ! pod/perlhist.pod +____________________________________________________________________________ +[ 21922] By: rgs on 2003/12/17 21:36:36 + Log: Subject: [PATCH: embed.fnc] arguments for perl_clone() + From: "Marcus Holland-Moritz" + Date: Wed, 17 Dec 2003 13:26:52 +0100 + Message-ID: <055701c3c499$11144f90$8cecfe91@R2D2> + Branch: perl + ! embed.fnc embed.h global.sym +____________________________________________________________________________ +[ 21921] By: rgs on 2003/12/17 17:34:05 + Log: Subject: [PATCH] 2-arg cond_wait, cond_timedwait, tests + From: Mike Pomraning + Date: Wed, 17 Dec 2003 00:05:58 -0600 (CST) + Message-ID: + Branch: perl + + ext/threads/shared/t/wait.t + ! MANIFEST ext/threads/shared/shared.pm + ! ext/threads/shared/shared.xs +____________________________________________________________________________ +[ 21918] By: rgs on 2003/12/16 22:00:39 + Log: Sync with the latest MakeMaker snapshot. + But set the $VERSION to 6.21_01. + Branch: perl + ! lib/ExtUtils/Changes lib/ExtUtils/MANIFEST.SKIP + ! lib/ExtUtils/META.yml lib/ExtUtils/MM_Any.pm + ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win95.pm + ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/FAQ.pod + ! lib/ExtUtils/instmodsh +____________________________________________________________________________ +[ 21917] By: alanbur on 2003/12/15 09:13:49 + Log: Remove incorrect guards around inclusion of + Causes problems with UNIX03/SUSv3 + Part 2 of change 21916 - oops! + + See: + Message-Id: <3FDD06A5.8010004@sun.com> + Subject: Re: UNIX03 & C99 issue with 5.8.2 + From: Alan Burlison + Date: Mon, 15 Dec 2003 00:56:05 +0000 + Branch: perl + ! doop.c mg.c mpeix/mpeixish.h plan9/plan9ish.h unixish.h util.c +____________________________________________________________________________ +[ 21916] By: alanbur on 2003/12/15 09:02:58 + Log: Remove incorrect guards around inclusion of + Causes problems with UNIX03/SUSv3 + Branch: perl + ! doio.c +____________________________________________________________________________ +[ 21915] By: rgs on 2003/12/15 07:43:50 + Log: Add the macros dAX and dITEMS to PPPort. + Branch: perl + ! ext/Devel/PPPort/PPPort.pm +____________________________________________________________________________ +[ 21914] By: rgs on 2003/12/14 22:53:43 + Log: Subject: [patch Porting/pumpkin.pod] trying to ensure that PPPort is up-to-date on each new release + From: Stas Bekman + Date: Sun, 14 Dec 2003 15:12:40 -0800 + Message-ID: <3FDCEE68.3080509@stason.org> + Branch: perl + ! Porting/pumpkin.pod +____________________________________________________________________________ +[ 21912] By: rgs on 2003/12/14 22:48:17 + Log: Subject: [DOCPATCH] perlfunc delete + From: Elizabeth Mattijsen + Date: Sun, 14 Dec 2003 20:25:07 +0100 + Message-Id: + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 21910] By: nicholas on 2003/12/14 20:06:41 + Log: Forgot to remove a comment + Branch: perl + ! pp.c +____________________________________________________________________________ +[ 21907] By: nicholas on 2003/12/14 18:35:15 + Log: S_save_hek_flags should honour the "free" flag. + Ought to mask the flag bits that shouldn't be stored. + Branch: perl + ! hv.c +____________________________________________________________________________ +[ 21906] By: nicholas on 2003/12/14 17:06:13 + Log: Some fool missed a letter n. + (and then "optimised" code based on its absense. D'oh) + Restore the correct behaviour - fetch with uppercase key, then if + still not found store with mixed/lowercase key. + Branch: perl + ! hv.c +____________________________________________________________________________ +[ 21905] By: nicholas on 2003/12/14 16:34:01 + Log: Subject: Re: Change 21862 + From: Enache Adrian + Date: Wed, 10 Dec 2003 06:05:58 +0200 + Message-ID: <20031210040558.GC1584@ratsnest.hole> + + (1st hunk), plus the equivalent for hv_delete_common + Branch: perl + ! hv.c +____________________________________________________________________________ +[ 21904] By: nicholas on 2003/12/14 15:32:32 + Log: Clean up a bug I introduced into caseless ENV hv_delete + (should be the proper fix for 21870 and 21872's band aid) + Branch: perl + ! hv.c +____________________________________________________________________________ +[ 21902] By: rgs on 2003/12/13 21:56:45 + Log: Subject: Re: 5.6.2-RC1 on Cygwin + From: Yitzchak Scott-Thoennes + Date: Sat, 6 Dec 2003 22:32:59 -0800 + Message-ID: <20031207063259.GA3004@efn.org> + (with tweaks to cleanup code) + Branch: perl + ! t/op/taint.t +____________________________________________________________________________ +[ 21898] By: nicholas on 2003/12/13 19:20:41 + Log: Add Perl_ceil + Branch: perl + ! perl.h pp.c +____________________________________________________________________________ +[ 21897] By: rgs on 2003/12/13 18:41:51 + Log: Reformat a long line in perlembed.pod (bug #24623). + Branch: perl + ! pod/perlembed.pod +____________________________________________________________________________ +[ 21896] By: nicholas on 2003/12/13 18:40:59 + Log: The binary compatibility notes say that new global functions should + go at the end. Not that I'm anything more than "trainee" when it + comes to this bincompat stuff. + Branch: perl + ! embed.fnc proto.h +____________________________________________________________________________ +[ 21895] By: rgs on 2003/12/13 18:33:38 + Log: alarm() is now implemented on Win32. + Branch: perl + ! pod/perlport.pod +____________________________________________________________________________ +[ 21893] By: nicholas on 2003/12/13 17:40:32 + Log: foreach qw() { # not valid syntax for 5.005. So fix it. + Branch: perl + ! pod/buildtoc +____________________________________________________________________________ +[ 21892] By: rgs on 2003/12/13 17:02:12 + Log: Subject: Patch for: [perl #24650] File::CheckTree should list Larry Wall as author, not unknown + From: David Dyck + Date: Sat, 13 Dec 2003 00:01:34 -0800 (PST) + Message-ID: + Branch: perl + ! lib/File/CheckTree.pm +____________________________________________________________________________ +[ 21891] By: rgs on 2003/12/13 16:33:46 + Log: Make the XSRETURN macro evaluate its argument only once. + Branch: perl + ! XSUB.h +____________________________________________________________________________ +[ 21886] By: rgs on 2003/12/13 12:30:08 + Log: More POD fixes ; regenerate perltoc and perlmodlib. + Branch: perl + ! ext/DynaLoader/DynaLoader_pm.PL pod/perlmodlib.pod + ! pod/perltoc.pod +____________________________________________________________________________ +[ 21885] By: rgs on 2003/12/13 12:21:26 + Log: Fix some of the pods to produce more standard manpages, + as reported by Eric S. Raymond. + Branch: perl + ! README.ce README.netware lib/Getopt/Std.pm lib/diagnostics.pm +____________________________________________________________________________ +[ 21884] By: rgs on 2003/12/13 00:09:01 + Log: Subject: RE: [perl #24610] Pod::Html infinite recursion + From: Anders Johnson + Date: Fri, 12 Dec 2003 14:07:40 -0800 + Message-ID: <33171CC36240D94EAF1FE584B1D14E0A06EC6F51@mail-sc-11.nvidia.com> + (with tweaks) + Branch: perl + ! lib/Pod/Html.pm +____________________________________________________________________________ +[ 21883] By: rgs on 2003/12/12 23:54:25 + Log: Modify the common guard for the signal.h header, because + C99 compilers don't like it.o + + see : + Subject: UNIX03 & C99 issue with 5.8.2 + From: Alan Burlison + Date: Fri, 12 Dec 2003 23:04:52 +0000 + Message-ID: <3FDA4994.6050209@sun.com> + Branch: perl + ! doio.c doop.c mg.c mpeix/mpeixish.h plan9/plan9ish.h unixish.h + ! util.c +____________________________________________________________________________ +[ 21882] By: rgs on 2003/12/12 22:43:11 + Log: Subject: [PATCH] Math::BigInt v1.67 released + From: Tels + Date: Fri, 12 Dec 2003 18:47:43 +0100 + Message-Id: <200312121847.49039@bloodgate.com> + Branch: perl + ! lib/Math/BigFloat.pm lib/Math/BigInt.pm + ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t + ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t + ! lib/Math/BigInt/t/downgrade.t lib/Math/BigInt/t/fallback.t + ! lib/Math/BigInt/t/sub_mbi.t +____________________________________________________________________________ +[ 21881] By: merijn on 2003/12/12 16:09:14 + Log: Subject: [PATCH] d_u32align for win32 + From: Gisle Aas + Date: 11 Dec 2003 01:33:39 -0800 + Message-ID: + Branch: perl + ! win32/config.bc win32/config.gc win32/config.vc +____________________________________________________________________________ +[ 21879] By: rgs on 2003/12/11 23:53:34 + Log: Subject: [PATCH] environ array fix for VMS + From: "Craig A. Berry" + Date: Thu, 11 Dec 2003 14:35:29 -0600 + Message-ID: <3FD8D511.2030805@mac.com> + Branch: perl + ! vms/vms.c +____________________________________________________________________________ +[ 21878] By: nicholas on 2003/12/11 23:49:20 + Log: Subject: [PATCH] Perl 5.9.0 AUTHORS + From: Mark Leighton Fisher + Message-ID: <3FD8E74F.7000202@mindspring.com> + Date: Thu, 11 Dec 2003 16:53:19 -0500 + Branch: perl + ! AUTHORS +____________________________________________________________________________ +[ 21877] By: rgs on 2003/12/11 23:40:54 + Log: Add a mention of the error "DESTROY created new reference + to dead object" in perldiag. + Branch: perl + ! pod/perldiag.pod +____________________________________________________________________________ +[ 21876] By: adi on 2003/12/11 23:04:03 + Log: #21866 was wrong. another try to plumb that damn leak. + Branch: perl + ! mg.c sv.c +____________________________________________________________________________ +[ 21875] By: adi on 2003/12/11 20:11:07 + Log: fix bug #24605. + substr() wasn't working when used repeatedly on the same utf-8 + string. + Branch: perl + ! sv.c t/op/substr.t +____________________________________________________________________________ +[ 21874] By: rgs on 2003/12/09 21:36:58 + Log: Suppress a C< $DB::single = 1 > from Switch.pm, as noticed + by Jan Dubois. + Branch: perl + ! lib/Switch.pm +____________________________________________________________________________ +[ 21873] By: rgs on 2003/12/09 21:33:22 + Log: Subject: [PATCH perlunicode.pod, encoding.pm] Implicit upgrading docs + From: Autrijus Tang + Date: Tue, 9 Dec 2003 20:39:16 +0800 + Message-ID: <20031209123915.GA1454@not.autrijus.org> + Branch: perl + ! ext/Encode/encoding.pm pod/perlunicode.pod +____________________________________________________________________________ +[ 21872] By: adi on 2003/12/09 03:26:16 + Log: temporary fix to avoid t/op/tie.t failures on Win32 + Branch: perl + ! hv.c +____________________________________________________________________________ +[ 21871] By: rgs on 2003/12/08 15:22:26 + Log: Upgrade to Digest-MD5 2.33. + Branch: perl + ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm + ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL + ! ext/Digest/MD5/t/files.t ext/Digest/MD5/typemap +____________________________________________________________________________ +[ 21870] By: rgs on 2003/12/08 08:22:17 + Log: Integrate change #21862 from maint-5.8 : + + Win32/MinGW tweaks + A. ENV_IS_CASELESS has trys to free(keysave) when + keysave isn't in scope yet. + B. For default makefile.mk which build with perlhost.h + stuff "live" need to link with g++ to find new/delete etc. + Branch: perl + !> hv.c win32/makefile.mk +____________________________________________________________________________ +[ 21869] By: rgs on 2003/12/08 07:37:27 + Log: Subject: [PATCH] iterator reset moved to hv.c (was: [PATCH] SCALAR/FIRSTKEY for tied hashes in scalar context) + From: Tassilo von Parseval + Date: Mon, 08 Dec 2003 08:17:46 +0100 + Message-id: <20031208071746.GA594@ethan> + Branch: perl + ! hv.c mg.c +____________________________________________________________________________ +[ 21868] By: adi on 2003/12/08 03:38:39 + Log: yet another leak. bigger fish still swimming around. + #!perl + eval q{ $_ = "x"; s/x/"in subst"/e } while 1; + __END__ + Branch: perl + ! pp_ctl.c +____________________________________________________________________________ +[ 21867] By: adi on 2003/12/08 03:34:37 + Log: yet another 2 leaks. example for the second: + #! perl + eval q{ open $p{q}, "foo" } while 1 + __END__ + Branch: perl + ! op.c +____________________________________________________________________________ +[ 21866] By: adi on 2003/12/08 03:30:16 + Log: plumb a leak with pos(). + + #! perl + while (1) { + my $a = "\x{1ff}"; $a =~ /\x{1ff}/g; pos($a); + } + __END__ + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 21865] By: rgs on 2003/12/07 21:28:13 + Log: Subject: [PATCH] documenting SCALAR gotcha + From: Tassilo von Parseval + Date: Sun, 07 Dec 2003 16:41:16 +0100 + Message-id: <20031207154116.GA825@ethan> + Branch: perl + ! pod/perltie.pod +____________________________________________________________________________ +[ 21864] By: rgs on 2003/12/07 20:13:47 + Log: Subject: [PATCH] setenv tweak for VMS + From: "Craig A. Berry" + Date: Sat, 06 Dec 2003 18:13:32 -0600 + Message-ID: <3FD270AC.3000106@mac.com> + Branch: perl + ! vms/vms.c +____________________________________________________________________________ +[ 21863] By: rgs on 2003/12/06 21:33:22 + Log: Missing thingies. + Branch: perl + ! pp.c pp_hot.c +____________________________________________________________________________ +[ 21861] By: rgs on 2003/12/06 20:58:12 + Log: Subject: [PATCH] Math::BigInt v1.67 (pre-release) + From: Tels + Date: Sat, 6 Dec 2003 20:19:44 +0100 + Message-Id: <200312062016.50484@bloodgate.com> + Branch: perl + + lib/Math/BigInt/t/const_mbf.t lib/Math/BigInt/t/fallback.t + ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm + ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t + ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc + ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t + ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t + ! lib/Math/BigInt/t/bigints.t lib/Math/BigInt/t/biglog.t + ! lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/sub_mbf.t + ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/with_sub.t +____________________________________________________________________________ +[ 21860] By: rgs on 2003/12/06 20:33:09 + Log: Forgot to update the MANIFEST. + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 21859] By: rgs on 2003/12/06 20:19:16 + Log: Math::BigInt::Scalar is only for tests. + Move it under t/lib. + Branch: perl + +> t/lib/Math/BigInt/Scalar.pm + - lib/Math/BigInt/Scalar.pm +____________________________________________________________________________ +[ 21858] By: rgs on 2003/12/06 20:01:24 + Log: Subject: [PATCH] casting bug in VMS part of Perl_start_glob + From: "Craig A. Berry" + Date: Sat, 06 Dec 2003 12:44:40 -0600 + Message-ID: <3FD22398.1060506@mac.com> + Branch: perl + ! doio.c +____________________________________________________________________________ +[ 21857] By: rgs on 2003/12/06 19:58:51 + Log: Remove the "Can't provide tied hash usage" error from perldiag. + Mention the new tied hash SCALAR method in perldelta. + Branch: perl + ! pod/perldelta.pod pod/perldiag.pod +____________________________________________________________________________ +[ 21856] By: rgs on 2003/12/06 19:51:49 + Log: Clarify the description of SCALAR in perltie + Branch: perl + ! pod/perltie.pod +____________________________________________________________________________ +[ 21855] By: rgs on 2003/12/06 19:50:07 + Log: Subject: [PATCH] SCALAR/FIRSTKEY for tied hashes in scalar context + From: Tassilo von Parseval + Date: Sat, 06 Dec 2003 11:50:59 +0100 + Message-id: <20031206105059.GA13989@ethan> + Branch: perl + ! embed.fnc embed.h global.sym hv.c lib/Tie/Hash.pm mg.c + ! pod/perlapi.pod pod/perlfunc.pod pod/perltie.pod pp.c pp_hot.c + ! proto.h t/op/tie.t +____________________________________________________________________________ +[ 21854] By: nicholas on 2003/12/06 16:30:35 + Log: Make sv_force_normal_flags cope with shared hash key scalars + (remember the pointer from SvPVX, reset the flags before SvGROW, + avoid crazy loops or read-from-free) + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 21851] By: nicholas on 2003/12/05 20:49:10 + Log: Back out the Makefile.PL part of 21808 as requested by Gisle Aas + Branch: perl + ! ext/Digest/MD5/Makefile.PL +____________________________________________________________________________ +[ 21846] By: merijn on 2003/12/05 10:41:32 + Log: Subject: [PATCH] Configure gets d_u32align wrong + From: Gisle Aas + Date: 05 Dec 2003 03:47:01 -0800 + Message-ID: + Branch: perl + ! Configure +____________________________________________________________________________ +[ 21844] By: rgs on 2003/12/05 07:31:18 + Log: Subject: [REPATCH lib/AutoLoader.t] Test can() with AutoLoader + From: chromatic + Date: Mon, 01 Dec 2003 09:20:21 -0800 + Message-Id: <1070299221.1275.19.camel@localhost> + Branch: perl + ! lib/AutoLoader.t +____________________________________________________________________________ +[ 21843] By: rgs on 2003/12/05 07:13:08 + Log: Subject: [PATCH] another ext/SDBM_File/sdbm build fix + From: "Craig A. Berry" + Date: Thu, 04 Dec 2003 16:00:03 -0600 + Message-ID: <3FCFAE63.1080106@mac.com> + Branch: perl + ! ext/SDBM_File/sdbm/Makefile.PL +____________________________________________________________________________ +[ 21842] By: rgs on 2003/12/05 07:07:30 + Log: Subject: [PATCH] $^P, eval and caller + From: Paul Johnson + Date: Fri, 5 Dec 2003 00:57:21 +0100 + Message-ID: <20031204235721.GJ26355@pjcj.net> + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 21841] By: rgs on 2003/12/04 12:00:28 + Log: Fix File::Copy with hard links on Windows. + + Subject: [PATCH] Re: perl @ 21830 + From: Steve Hay + Date: Wed, 03 Dec 2003 10:53:02 +0000 + Message-ID: <3FCDC08E.7080800@uk.radan.com> + + and + Date: Thu, 04 Dec 2003 11:02:22 +0000 + Message-ID: <3FCF143E.1040905@uk.radan.com> + Branch: perl + ! lib/File/Copy.pm lib/File/Copy.t +____________________________________________________________________________ +[ 21840] By: rgs on 2003/12/04 11:54:28 + Log: Subject: Re: a2p.pod not being installed in 5.8.2? + From: Alan Burlison + Date: Thu, 04 Dec 2003 12:14:30 +0000 + Message-ID: <3FCF2526.3030905@sun.com> + Branch: perl + ! installperl +____________________________________________________________________________ +[ 21837] By: rgs on 2003/12/03 08:27:33 + Log: Subject: Re: XS modules having problems with CLONE and ithreads unless PERL_NO_GET_CONTEXT is defined + From: Stas Bekman + Date: Wed, 03 Dec 2003 01:41:42 -0800 + Message-ID: <3FCDAFD6.9050106@stason.org> + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 21836] By: rgs on 2003/12/02 23:31:06 + Log: The prove utility should also be installed on VMS and on Windows. + Haven't we regression tests for installations yet ? + Branch: perl + ! vms/descrip_mms.template win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 21835] By: rgs on 2003/12/02 22:18:05 + Log: FAQ sync. + Branch: perl + ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod + ! pod/perlfaq4.pod pod/perlfaq5.pod +____________________________________________________________________________ +[ 21834] By: rgs on 2003/12/02 21:45:12 + Log: Subject: Re: [perl #24574] find2perl provides different results to find + From: Slaven Rezic + Date: 30 Nov 2003 22:16:59 +0100 + Message-ID: <8765h1pnec.fsf@vran.herceg.de> + + (plus a note about find2perl now defaulting to -print in perldelta) + Branch: perl + ! pod/perldelta.pod x2p/find2perl.PL +____________________________________________________________________________ +[ 21833] By: rgs on 2003/12/02 21:34:57 + Log: Subject: [PATCH] setting $0 still broken + From: Jan Dubois + Date: Thu, 27 Nov 2003 21:09:51 -0800 + Message-ID: + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 21832] By: rgs on 2003/12/02 21:05:58 + Log: Better docs for the special code blocks, based on : + Subject: [DOCPATCH] BEGIN, CHECK, INIT, END explained more + From: Elizabeth Mattijsen + Date: Sat, 29 Nov 2003 23:15:56 +0100 + Message-Id: + Branch: perl + ! pod/perlmod.pod pod/perlsub.pod +____________________________________________________________________________ +[ 21828] By: rgs on 2003/11/30 20:56:00 + Log: Fix the test boilerplate in lib/if.t, so it can be run + from the t/ directory. + Branch: perl + ! lib/if.t +____________________________________________________________________________ +[ 21827] By: rgs on 2003/11/30 20:34:39 + Log: Keep installing xsubpp in lib/ExtUtils, + so MakeMaker can find it. + Branch: perl + ! installperl +____________________________________________________________________________ +[ 21826] By: rgs on 2003/11/30 20:31:59 + Log: Upgrade to Test::Harness 2.38. + Introduce the prove(1) utility. + (The prove-switches test is disabled for now.) + Branch: perl + + lib/Test/Harness/bin/prove lib/Test/Harness/t/inc_taint.t + + lib/Test/Harness/t/prove-switches.t t/lib/Dev/Null.pm + + t/lib/sample-tests/inc_taint t/lib/sample-tests/taint_warn + + utils/prove.PL + ! MANIFEST installperl lib/Test/Harness.pm + ! lib/Test/Harness/Assert.pm lib/Test/Harness/Changes + ! lib/Test/Harness/Iterator.pm lib/Test/Harness/Straps.pm + ! lib/Test/Harness/t/00compile.t lib/Test/Harness/t/assert.t + ! lib/Test/Harness/t/callback.t lib/Test/Harness/t/pod.t + ! lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t + ! lib/Test/Harness/t/test-harness.t utils.lst utils/Makefile +____________________________________________________________________________ +[ 21823] By: rgs on 2003/11/30 18:22:54 + Log: Subject: Re: [perl #24554] Segfault in POSIX module + From: SADAHIRO Tomoyuki + Date: Sat, 29 Nov 2003 23:32:38 +0900 + Message-Id: <20031129233010.8E2F.BQW10602@nifty.com> + + (plus a test for the stringification of references + passed to POSIX::isXXX()) + Branch: perl + ! ext/POSIX/POSIX.xs ext/POSIX/t/is.t ext/POSIX/t/posix.t +____________________________________________________________________________ +[ 21814] By: nicholas on 2003/11/29 20:53:23 + Log: Integrate if.pm 0.0401 + Needed to edit the test file as t/TEST can't cope with extra output + lines as produced by 0.0401's if.t + Branch: perl + ! lib/if.pm lib/if.t +____________________________________________________________________________ +[ 21813] By: nicholas on 2003/11/29 19:54:52 + Log: Remove whitespace from ends of lines (simply because it irritates me) + Branch: perl + ! utils/h2xs.PL +____________________________________________________________________________ +[ 21812] By: nicholas on 2003/11/29 17:55:32 + Log: Update Unicode::Normalize to 0.28 + Branch: perl + + ext/Unicode/Normalize/t/illegal.t + + ext/Unicode/Normalize/t/null.t ext/Unicode/Normalize/t/short.t + ! MANIFEST ext/Unicode/Normalize/Changes + ! ext/Unicode/Normalize/Normalize.pm + ! ext/Unicode/Normalize/Normalize.xs + ! ext/Unicode/Normalize/README +____________________________________________________________________________ +[ 21811] By: nicholas on 2003/11/29 17:30:18 + Log: D'oh! This has been moved to lib/Digest/t/digest.t but not deleted. + Branch: perl + - lib/Digest.t +____________________________________________________________________________ +[ 21810] By: nicholas on 2003/11/29 17:29:15 + Log: Update Unicode::Collate to 0.31 (Only the .pm version for now) + Branch: perl + + lib/Unicode/Collate/t/illegal.t + + lib/Unicode/Collate/t/illegalp.t + ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes + ! lib/Unicode/Collate/README lib/Unicode/Collate/t/version.t +____________________________________________________________________________ +[ 21809] By: nicholas on 2003/11/29 17:09:25 + Log: D'oh! Forgot to lib/Digest/base.pm + Branch: perl + + lib/Digest/base.pm + ! MANIFEST +____________________________________________________________________________ +[ 21808] By: nicholas on 2003/11/29 17:04:39 + Log: Update to Digest::MD5 2.31 + Branch: perl + + ext/Digest/MD5/t/bits.t + ! MANIFEST ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm + ! ext/Digest/MD5/Makefile.PL ext/Digest/MD5/t/badfile.t + ! ext/Digest/MD5/t/files.t +____________________________________________________________________________ +[ 21807] By: nicholas on 2003/11/29 16:45:19 + Log: Update Digest to 1.03 + Branch: perl + + lib/Digest/t/base.t + +> lib/Digest/t/digest.t + ! MANIFEST Porting/Maintainers.pl lib/Digest.pm +____________________________________________________________________________ +[ 21806] By: nicholas on 2003/11/29 15:41:19 + Log: When Gconvert is a macro around sprintf with a .* format we need + to cast to int (in case STRLEN isn't the same size as int) + gcc issues a warning even when it is the same size + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 21805] By: nicholas on 2003/11/29 14:44:56 + Log: Silence gcc 2.95 warning + (Its trace flow isn't good enough to realise that there is no problem) + Branch: perl + ! pp_hot.c +____________________________________________________________________________ +[ 21804] By: nicholas on 2003/11/29 14:44:22 + Log: Gconvert actually takes type NV, while nv may be either double + or long double (depending on some conditional code) + Rafael and I think that this cast should work. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 21802] By: rgs on 2003/11/29 11:38:58 + Log: POSIX::isXXX(undef) segfaulted. (bug #24554.) + Branch: perl + ! ext/POSIX/POSIX.xs ext/POSIX/t/posix.t +____________________________________________________________________________ +[ 21800] By: rgs on 2003/11/28 22:38:40 + Log: Fix a regression introduced by change #21694 on sprintf() + with long doubles, by disabling the specific optimisation + path in this case ; remove a unnecessary cast ; add a new + test file for miscellaneous sprintf() test that don't fit + in the t/op/sprintf.t framework. + Branch: perl + + t/op/sprintf2.t + ! MANIFEST sv.c +____________________________________________________________________________ +[ 21799] By: rgs on 2003/11/28 21:41:29 + Log: Subject: [patch pod/perlsec.pod] (was Re: why PERL5LIB is ignored when -T is in effect) + From: Stas Bekman + Date: Fri, 28 Nov 2003 14:42:25 -0800 + Message-ID: <3FC7CF51.7060804@stason.org> + Branch: perl + ! pod/perlsec.pod +____________________________________________________________________________ +[ 21798] By: rgs on 2003/11/28 20:42:45 + Log: Implement C : + + Subject: Re: [PATCH] Exporter-related PODs + From: Fergal Daly + Date: Mon, 10 Nov 2003 00:08:52 +0000 + Message-Id: <200311100008.52639.fergal@esatclear.ie> + + (tweaked, so the imported import() doesn't spit out warnings) + Branch: perl + ! lib/Exporter.pm lib/Exporter.t +____________________________________________________________________________ +[ 21797] By: rgs on 2003/11/28 20:11:47 + Log: Subject: Re: [perl #24245] File::Copy::copy damages hard linked files + From: Slaven Rezic + Date: 19 Oct 2003 19:11:31 +0200 + Message-ID: <87smlprw3g.fsf@vran.herceg.de> + (with further tweaks) + Branch: perl + ! lib/File/Copy.pm lib/File/Copy.t +____________________________________________________________________________ +[ 21795] By: rgs on 2003/11/28 19:16:33 + Log: Subject: [PATCH] Fix perl 5.8 and 5.9 to build on latest VOS + From: "Green, Paul" + Date: Thu, 27 Nov 2003 21:51:26 -0500 + Message-ID: + Branch: perl + ! hints/vos.sh +____________________________________________________________________________ +[ 21794] By: nicholas on 2003/11/28 19:14:58 + Log: Arguments to skip were the wrong way round, hence why all the *BSDs + were failing + Branch: perl + ! t/op/readline.t +____________________________________________________________________________ +[ 21789] By: rgs on 2003/11/27 22:18:29 + Log: Marcus Holland-Moritz is now the maintainer of Devel::PPPort. + PerlIO and threads are not on CPAN. + Branch: perl + ! Porting/Maintainers.pl +____________________________________________________________________________ +[ 21788] By: nicholas on 2003/11/25 21:27:11 + Log: Add Torsten Foertsch to AUTHORS (patches plus tests are what we like) + Branch: perl + ! AUTHORS +____________________________________________________________________________ +[ 21787] By: rgs on 2003/11/25 21:12:19 + Log: Subject: [PATCH] Re: bug or a feature? + From: Torsten Foertsch + Date: Sat, 22 Nov 2003 13:15:53 +0100 + Message-Id: <200311221315.58539.torsten.foertsch@gmx.net> + + and + Date: Sat, 22 Nov 2003 14:21:45 +0100 + Message-Id: <200311221421.48940.torsten.foertsch@gmx.net> + (test moved to t/op/readline.t) + Branch: perl + ! pp_hot.c t/op/readline.t +____________________________________________________________________________ +[ 21783] By: merijn on 2003/11/24 21:24:46 + Log: Subject: remove hardcoded version number from cygwin/perlld.in + From: Yitzchak Scott-Thoennes + Date: Mon, 24 Nov 2003 08:11:36 -0800 + Message-ID: <20031124161136.GC2656@efn.org> + Branch: perl + ! cygwin/Makefile.SHs cygwin/perlld.in +____________________________________________________________________________ +[ 21782] By: nicholas on 2003/11/24 20:07:29 + Log: Should fix the infinite loop on a dynamic %ENV fetch + Branch: perl + ! hv.c +____________________________________________________________________________ +[ 21781] By: nicholas on 2003/11/24 19:47:57 + Log: Tweak the order of initialisation of oentry in hv_fetch_common - + C source now cleaner, but optimised object file still the same size. + Branch: perl + ! hv.c +____________________________________________________________________________ +[ 21780] By: rgs on 2003/11/23 21:59:06 + Log: Subject: Re: [perl #24439] 64 bit build failure on Solaris 9 + From: Andy Dougherty + Date: Thu, 20 Nov 2003 09:38:05 -0500 (EST) + Message-ID: + + and : + Date: Fri, 21 Nov 2003 09:36:24 -0500 (EST) + Message-ID: + Branch: perl + ! hints/solaris_2.sh +____________________________________________________________________________ +[ 21779] By: nicholas on 2003/11/22 23:37:24 + Log: D'oh. Mistake in the DYNAMIC_ENV_FETCH conditional code + reported by Craig Berry + Branch: perl + ! hv.c +____________________________________________________________________________ +[ 21774] By: nicholas on 2003/11/22 21:21:22 + Log: restore_magic needs to undo COW + (while magic was off, sv_setsv is likely to have seen this SV as a + good source for COW) + Should fix the smoke failures on lib/locale.t + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 21773] By: nicholas on 2003/11/22 19:12:32 + Log: Don't COW if the destination has magic. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 21772] By: nicholas on 2003/11/22 17:05:32 + Log: Reorder functions in hv.c so that callers of hv_fetch_common are all + close to it. + Branch: perl + ! hv.c +____________________________________________________________________________ +[ 21771] By: nicholas on 2003/11/22 16:43:09 + Log: "Space Is a Province of Brazil" + Farewell, hv_store_common. Store is now part of Fetch. + All tests pass. hv.c 15% smaller than when I started all this + Branch: perl + ! embed.fnc embed.h hv.c proto.h +____________________________________________________________________________ +[ 21770] By: nicholas on 2003/11/22 13:16:43 + Log: Farewell hv_exists_common - exists is now a call to fetch + (with the exists magic handling moved into fetch) + Branch: perl + ! embed.fnc embed.h hv.c proto.h +____________________________________________________________________________ +[ 21769] By: nicholas on 2003/11/22 11:02:23 + Log: Shift negative klen/flags games from hv_store_common out to hv_store + Branch: perl + ! embed.fnc embed.h hv.c proto.h +____________________________________________________________________________ +[ 21768] By: nicholas on 2003/11/22 10:37:24 + Log: Shift negative klen/flags games from hv_exists_common out to hv_exists + Branch: perl + ! embed.fnc embed.h hv.c proto.h +____________________________________________________________________________ +[ 21767] By: nicholas on 2003/11/21 23:15:47 + Log: Check that the key is present before a delete, and absent afterwards + Branch: perl + ! ext/XS/APItest/t/hash.t +____________________________________________________________________________ +[ 21766] By: nicholas on 2003/11/21 23:12:33 + Log: Move the negative key -> utf8 flag conversion out to hv_delete + Branch: perl + ! embed.fnc embed.h hv.c proto.h +____________________________________________________________________________ +[ 21765] By: nicholas on 2003/11/21 22:41:23 + Log: Tweaks to S_hv_delete_common: + make the magic call hv_fetch_common rather than ent-or-not + grab the hash from a shared hash key scalar if possible + use masked flags rather than flags for the comparison + Branch: perl + ! hv.c +____________________________________________________________________________ +[ 21764] By: nicholas on 2003/11/21 21:54:58 + Log: Integrate: + [ 21762] + Refactor hash API tests (prior to some additions) + + [ 21763] + Test all permuations of utf8 flags on hashes and keys + Branch: perl + !> ext/XS/APItest/t/hash.t +____________________________________________________________________________ +[ 21760] By: nicholas on 2003/11/20 22:34:00 + Log: Shift negative klen/flags games from hv_fetch_common out to hv_fetch + Branch: perl + ! embed.fnc hv.c proto.h +____________________________________________________________________________ +[ 21758] By: nicholas on 2003/11/20 20:14:17 + Log: Merge sv_store_flags and sv_store_ent into sv_store_common + Branch: perl + ! embed.fnc embed.h hv.c proto.h +____________________________________________________________________________ +[ 21756] By: rgs on 2003/11/20 12:04:46 + Log: Subject: [PATCH] promote hv_clear_placeholders to perl API + From: Alan Burlison + Date: Thu, 20 Nov 2003 10:34:30 +0000 + Message-ID: <3FBC98B6.6090909@sun.com> + Branch: perl + ! embed.fnc embed.h global.sym hv.c pod/perlapi.pod proto.h + ! universal.c +____________________________________________________________________________ +[ 21755] By: rgs on 2003/11/19 22:46:20 + Log: Regenerate perlapi and perltoc. + Branch: perl + ! pod/perlapi.pod pod/perltoc.pod +____________________________________________________________________________ +[ 21754] By: rgs on 2003/11/19 22:39:51 + Log: Subject: [docpatch] PerlIO layers in perlrun.pod and PerlIO.pm + From: Iain Truskett + Date: Thu, 20 Nov 2003 00:41:33 +1100 + Message-ID: <20031119134132.GG21314@gytha.anu.edu.au> + Branch: perl + ! lib/PerlIO.pm pod/perlrun.pod +____________________________________________________________________________ +[ 21753] By: nicholas on 2003/11/19 22:28:25 + Log: merge hv_fetch and hv_fetch_ent into hv_fetch_common + remove S_hv_fetch_flags + hv.c now 13% smaller than when I started. hv_store TODO + Branch: perl + ! embed.fnc embed.h hv.c proto.h +____________________________________________________________________________ +[ 21752] By: rgs on 2003/11/19 21:06:01 + Log: Fix bug [perl #24508] Wrong assignment in nested assignment + together with subroutine call + Apparently concat still doesn't deal correctly with lexicals + in all cases. Disable the whole TARGET_MY optimisation for it. + (and remove the corresponding code from the peephole optimiser.) + Branch: perl + ! op.c opcode.h opcode.pl t/op/concat.t +____________________________________________________________________________ +[ 21751] By: rgs on 2003/11/19 21:03:20 + Log: Update the runops stuff in perlguts + Branch: perl + ! pod/perlguts.pod +____________________________________________________________________________ +[ 21750] By: nicholas on 2003/11/19 20:37:27 + Log: integrate hv_delete and hv_delete_ent into hv_delete_common + Branch: perl + ! embed.fnc embed.h hv.c proto.h +____________________________________________________________________________ +[ 21748] By: rgs on 2003/11/19 19:56:20 + Log: Subject: [PATCH] clear of empty locked hash SEGVs + From: Alan Burlison + Date: Wed, 19 Nov 2003 14:39:03 +0000 + Message-ID: <3FBB8087.20206@sun.com> + Branch: perl + ! hv.c lib/Hash/Util.t +____________________________________________________________________________ +[ 21747] By: nicholas on 2003/11/19 19:51:41 + Log: merge hv_exists and hv_exists_ent into S_hv_exists_common + Branch: perl + ! embed.fnc embed.h hv.c proto.h +____________________________________________________________________________ +[ 21746] By: nicholas on 2003/11/19 18:46:07 + Log: Run regen.pl (for hv_assert) + Branch: perl + ! global.sym +____________________________________________________________________________ +[ 21744] By: nicholas on 2003/11/19 17:44:58 + Log: Integrate: + [ 21642] + space should be tab for lib/I18N/LangTags/t/02decency.t + Branch: perl + !> MANIFEST +____________________________________________________________________________ +[ 21743] By: rgs on 2003/11/19 17:21:50 + Log: Restore errno after having read $^E (like for $!) + to preserve errno from unfortunate side-effects. + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 21742] By: nicholas on 2003/11/18 21:04:40 + Log: Whoops. We weren't actually testing hv_store_ent + We are now. Plus test hv_store for an initially empty hash. + Branch: perl + ! ext/XS/APItest/APItest.xs ext/XS/APItest/t/hash.t +____________________________________________________________________________ +[ 21741] By: rgs on 2003/11/17 23:06:07 + Log: Complement of change #21740 for Windows. + (I have the feeling that it's already subtly broken on VMS) + Branch: perl + ! win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 21740] By: rgs on 2003/11/17 19:02:21 + Log: Install instmodsh and xsubpp in bin/ along the other utilities. + Branch: perl + + utils/instmodsh.PL utils/xsubpp.PL + ! MANIFEST installperl utils.lst utils/Makefile +____________________________________________________________________________ +[ 21739] By: rgs on 2003/11/17 08:52:52 + Log: Subject: Re: [perl #24493] install.html not working + From: Slaven Rezic + Date: 16 Nov 2003 20:52:29 +0100 + Message-ID: <87d6bsw0oy.fsf@vran.herceg.de> + Branch: perl + ! installhtml +____________________________________________________________________________ +[ 21737] By: nicholas on 2003/11/16 21:32:09 + Log: Ooops. left an XXX comment in, and worse still it's a // comment + Branch: perl + ! hv.c +____________________________________________________________________________ +[ 21735] By: nicholas on 2003/11/16 20:20:58 + Log: utf8 keys now work for tied hashes via hv_fetch, hv_store, hv_delete + (pp functions use the _ent variants, and as the implementation is + duplicated, these bugs aren't tested, and aren't noticed) + Branch: perl + ! ext/XS/APItest/APItest.xs ext/XS/APItest/t/hash.t hv.c +____________________________________________________________________________ +[ 21734] By: nicholas on 2003/11/16 17:11:22 + Log: Accessing unicode keys in tie hashes via hv_exists was broken. + (pp_exists uses hv_exists_ent, which isn't broken) + I expect an equivalent bug in hv_delete + Branch: perl + + ext/XS/APItest/t/hash.t + ! MANIFEST ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs + ! ext/XS/APItest/MANIFEST hv.c +____________________________________________________________________________ +[ 21733] By: rgs on 2003/11/16 16:50:04 + Log: Subject: [PATCH] Re:ext/threads/t/problem.t (was: Problems with mod_perl 1.12 (?) and ActivePerl 5.8.1) + From: Elizabeth Mattijsen + Date: Sat, 15 Nov 2003 23:22:16 +0100 + Message-Id: + Branch: perl + ! ext/threads/t/problems.t +____________________________________________________________________________ +[ 21732] By: rgs on 2003/11/16 16:09:34 + Log: Subject: [PATCH] configpm, our $summary : unique + From: Elizabeth Mattijsen + Date: Sat, 15 Nov 2003 22:18:32 +0100 + Message-Id: + (plus comments) + Branch: perl + ! configpm +____________________________________________________________________________ +[ 21729] By: nicholas on 2003/11/15 14:39:00 + Log: Subject: [PATCH] Re: Storable Error + From: Nicholas Clark + Date: Sat, 9 Aug 2003 00:35:36 +0100 + Message-ID: <20030809003535.C20130@plum.flirble.org> + Branch: perl + ! embed.fnc hv.c perl.c perl.h pod/perlapi.pod pod/perlrun.pod + ! proto.h +____________________________________________________________________________ +[ 21728] By: rgs on 2003/11/15 11:43:43 + Log: Update perlhist with 5.6.2. + Branch: perl + ! pod/perlhist.pod +____________________________________________________________________________ +[ 21725] By: rgs on 2003/11/14 22:35:20 + Log: Add more complete tests for the "variable masks earlier + declaration" warning, including a TODO test + Branch: perl + ! t/lib/warnings/pad +____________________________________________________________________________ +[ 21723] By: rgs on 2003/11/14 07:43:17 + Log: Include "SCCS" in the list of directory names that should + be ignored by installperl. + Branch: perl + ! installperl +____________________________________________________________________________ +[ 21718] By: nicholas on 2003/11/13 20:46:36 + Log: Subject: Re: Empty subroutine as object method segfaults in 5.8.2 (sometimes) + From: Enache Adrian + Date: Tue, 11 Nov 2003 15:25:29 +0200 + Message-ID: <20031111132529.GB1271@ratsnest.hole> + Branch: perl + ! op.c +____________________________________________________________________________ +[ 21714] By: rgs on 2003/11/13 18:55:37 + Log: Fix bug [perl #24380] : assigning to a hash in list + or scalar context yielded a wrong value if the list + contained duplicated keys for the hash. This is fixed + by counting the number of duplicate keys and trimming + the stack by the corresponding number of items. + Branch: perl + ! pp_hot.c t/op/hashassign.t +____________________________________________________________________________ +[ 21713] By: merijn on 2003/11/13 09:25:15 + Log: Simplified the reading + Branch: perl + ! hints/solaris_2.sh +____________________________________________________________________________ +[ 21712] By: merijn on 2003/11/13 09:22:21 + Log: Enable hints to create call-back units that can act when + a specific variable is *not* set (like -Uuselargefiles) + Branch: perl + ! Configure hints/README.hints +____________________________________________________________________________ +[ 21710] By: nicholas on 2003/11/12 21:35:35 + Log: Subject: [PATCH] Last stab at sdbm/Makefile.PL + From: Michael G Schwern + Date: Tue, 11 Nov 2003 21:02:30 -0800 + Message-ID: <20031112050230.GO6874@localhost.comcast.net> + Branch: perl + ! ext/SDBM_File/sdbm/Makefile.PL +____________________________________________________________________________ +[ 21708] By: rgs on 2003/11/12 09:46:51 + Log: Subject: [PATCH 5.8.2 @21574] make install not installing fully + From: Ilya Zakharevich + Date: Tue, 4 Nov 2003 20:07:25 -0800 + Message-ID: <20031105040725.GA2629@math.berkeley.edu> + Branch: perl + ! installperl +____________________________________________________________________________ +[ 21706] By: ams on 2003/11/11 23:46:19 + Log: Subject: Re: [perl #24460] [DOC PATCH] the begincheck program + From: Tom Phoenix + Date: Tue, 11 Nov 2003 15:50:35 -0800 (PST) + Message-Id: + Branch: perl + ! pod/perlmod.pod +____________________________________________________________________________ +[ 21702] By: rgs on 2003/11/11 20:13:56 + Log: Upgrade to MakeMaker 6.21. + Branch: perl + ! lib/ExtUtils/Changes lib/ExtUtils/Install.pm + ! lib/ExtUtils/META.yml lib/ExtUtils/MM_Any.pm + ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm +____________________________________________________________________________ +[ 21697] By: rgs on 2003/11/10 20:55:25 + Log: Subject: [PATCH 5.8.2 @21574] make install: line noise + From: Ilya Zakharevich + Date: Tue, 4 Nov 2003 20:10:16 -0800 + Message-ID: <20031105041016.GA2639@math.berkeley.edu> + + and part of + Subject: [PATCH 5.8.2 @21574] make install: PREFIX and DESTDIR + From: Ilya Zakharevich + Date: Tue, 4 Nov 2003 20:18:37 -0800 + Message-ID: <20031105041836.GA2649@math.berkeley.edu> + + (I've left out the PREFIX part for now) + Branch: perl + ! Makefile.SH installperl os2/Makefile.SHs +____________________________________________________________________________ +[ 21694] By: rgs on 2003/11/09 17:20:35 + Log: Subject: [PATCH 5.8.2 @21574] sprintf() painfully slow + From: Ilya Zakharevich + Date: Mon, 3 Nov 2003 20:27:39 -0800 + Message-ID: <20031104042739.GA1697@math.berkeley.edu> + + Subject: Re: [PATCH 5.8.2 @21574] sprintf() painfully slow + From: Ilya Zakharevich + Date: Mon, 3 Nov 2003 20:57:48 -0800 + Message-ID: <20031104045748.GA1826@math.berkeley.edu> + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 21693] By: rgs on 2003/11/09 11:37:29 + Log: Subject: [PATCH-5.8.2 for WinCE] must copy changes from win32/makeifle.mk to wince/makefile.ce + From: Vadim Konovalov + Date: Sun, 9 Nov 2003 13:31:59 +0300 + Message-ID: <93187393948.20031109133159@mail.wplus.net> + Branch: perl + ! wince/Makefile.ce +____________________________________________________________________________ +[ 21691] By: rgs on 2003/11/09 11:13:40 + Log: Update the list of pumpkings in perlhist.pod. + Branch: perl + ! pod/perlhist.pod +____________________________________________________________________________ +[ 21687] By: ams on 2003/11/08 17:09:56 + Log: Subject: [PATCH 5.6.2-RC1 pod/perlhist.pod] Updated. + From: Abigail + Date: Sat, 8 Nov 2003 18:51:30 +0100 + Message-Id: <20031108175130.GA22273@abigail.nl> + Branch: perl + ! pod/perlhist.pod +____________________________________________________________________________ +[ 21677] By: rgs on 2003/11/07 07:49:17 + Log: Subject: [PATCH 5.8.2 @21574] OS/2 docu + From: Ilya Zakharevich + Date: Thu, 6 Nov 2003 23:26:18 -0800 + Message-ID: <20031107072618.GA4370@math.berkeley.edu> + Branch: perl + ! os2/Changes +____________________________________________________________________________ +[ 21676] By: davem on 2003/11/06 22:11:23 + Log: bugid #24407: numeric key for shared hash got stringified using + wrong interpreter, and thus got malloced into the wrong thread + memory pool + Branch: perl + ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_simple.t +____________________________________________________________________________ +[ 21675] By: rgs on 2003/11/06 10:27:22 + Log: Upgrade to MakeMaker 6.20. + Branch: perl + ! lib/ExtUtils/Changes lib/ExtUtils/Command.pm + ! lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/MANIFEST.SKIP + ! lib/ExtUtils/META.yml lib/ExtUtils/MM_Any.pm + ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/Tutorial.pod + ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/postamble.t +____________________________________________________________________________ +[ 21674] By: ams on 2003/11/06 09:32:26 + Log: Subject: [PATCH blead] Re: [perl #24248] taint propagation regression, + tests fail to spot this + From: Rick Delaney + Date: Wed, 5 Nov 2003 23:02:41 -0500 + Message-Id: <20031105230241.D13585@biff.bort.ca> + Branch: perl + ! pp_ctl.c t/op/taint.t +____________________________________________________________________________ +[ 21673] By: rgs on 2003/11/05 21:47:07 + Log: Subject: [PATCH] Be sure to use -fPIC not -fpic on Linux/SPARC + From: Andy Dougherty + Date: Wed, 5 Nov 2003 17:19:03 -0500 (EST) + Message-ID: + Branch: perl + ! hints/linux.sh +____________________________________________________________________________ +[ 21672] By: rgs on 2003/11/05 20:42:47 + Log: Subject: [patch t/op/hash.t] extending the hash attack test + From: Stas Bekman + Date: Tue, 04 Nov 2003 14:33:09 -0800 + Message-ID: <3FA82925.7020703@stason.org> + Branch: perl + ! t/op/hash.t +____________________________________________________________________________ +[ 21671] By: rgs on 2003/11/05 20:38:09 + Log: Subject: Re: [perl #24398] Benchmark.pm cmpthese segfault + From: Stas Bekman + Date: Wed, 05 Nov 2003 00:50:25 -0800 + Message-ID: <3FA8B9D1.2020806@stason.org> + Branch: perl + ! lib/Benchmark.pm +____________________________________________________________________________ +[ 21667] By: nicholas on 2003/11/05 19:13:56 + Log: From: Craig Berry + Subject: Opcode.xs/RC2 compile nit on VMS + Date: Wed, 05 Nov 2003 12:16:34 -0600 + Message-ID: <2097592.1068056194261.JavaMail.craigberry@mac.com> + Branch: perl + ! ext/Opcode/Opcode.xs +____________________________________________________________________________ +[ 21664] By: ams on 2003/11/05 18:34:28 + Log: Orphaned submission from #21546. + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 21663] By: ams on 2003/11/05 17:01:29 + Log: Subject: Re: Smoke [5.9.0] 21474 FAIL(F) darwin 6.8 (darwin/1 cpu) + From: Slaven Rezic + Date: 20 Oct 2003 22:39:28 +0200 + Message-Id: <87oewbiqyn.fsf@vran.herceg.de> + Branch: perl + ! lib/filetest.t +____________________________________________________________________________ +[ 21662] By: ams on 2003/11/05 16:51:08 + Log: Subject: Re: 'make minitest' fails for op/cproto and op/pat + From: Michael G Schwern + Date: Wed, 5 Nov 2003 06:26:36 -0800 + Message-Id: <20031105142635.GA22761@localhost.comcast.net> + Branch: perl + ! t/op/cproto.t +____________________________________________________________________________ +[ 21661] By: ams on 2003/11/05 16:50:05 + Log: Subject: [PATCH] Modernise INSTALL + From: Gisle Aas + Date: 05 Nov 2003 05:16:25 -0800 + Message-Id: + + Subject: [PATCH pod/perlhist.pod] Mention 5.8.2-RC2 + From: Abigail + Date: Tue, 4 Nov 2003 10:40:57 +0100 + Message-Id: <20031104094057.GA22508@abigail.nl> + Branch: perl + ! INSTALL pod/perlhist.pod +____________________________________________________________________________ +[ 21660] By: ams on 2003/11/05 16:46:12 + Log: Subject: [PATCH blead] reentr.pl is not defining _srandom_struct + From: Jan Dubois + Date: Tue, 04 Nov 2003 16:52:14 -0800 + Message-Id: <45igqvsus3hr8bno3si087j5qnrqvn79bf@4ax.com> + Branch: perl + ! reentr.c reentr.h reentr.pl +____________________________________________________________________________ +[ 21657] By: rgs on 2003/11/05 08:07:14 + Log: Subject: Re: [ANNOUNCE] ExtUtils::MakeMaker 6.19 + From: Michael G Schwern + Date: Tue, 4 Nov 2003 17:59:13 -0800 + Message-ID: <20031105015913.GL15406@localhost.comcast.net> + + Replaces the temporary kludge (#21655). + Branch: perl + ! ext/SDBM_File/sdbm/Makefile.PL +____________________________________________________________________________ +[ 21656] By: rgs on 2003/11/05 07:41:41 + Log: Subject: Re: [gherteg@csc.com: your CPAN page on EBCDIC] + From: PPrymmer@factset.com + Date: Tue, 4 Nov 2003 10:00:07 -0500 + Message-ID: + Branch: perl + ! pod/perlebcdic.pod +____________________________________________________________________________ +[ 21655] By: rgs on 2003/11/04 22:32:28 + Log: Temporary kludge to allow SDBM_File being built + with MakeMaker 6.19. + Branch: perl + ! ext/SDBM_File/sdbm/Makefile.PL +____________________________________________________________________________ +[ 21652] By: rgs on 2003/11/04 21:43:10 + Log: Upgrade to ExtUtils::MakeMaker 6.19 + Branch: perl + + lib/ExtUtils/t/parse_version.t + + t/lib/MakeMaker/Test/Setup/BFD.pm + + t/lib/MakeMaker/Test/Setup/Problem.pm + - lib/ExtUtils/t/00setup_dummy.t + - lib/ExtUtils/t/zz_cleanup_dummy.t + ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm + ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Install.pm + ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml + ! lib/ExtUtils/MM.pm lib/ExtUtils/MM_Any.pm + ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_NW5.pm + ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm + ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm + ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/bytes.pm + ! lib/ExtUtils/MakeMaker/vmsish.pm lib/ExtUtils/Manifest.pm + ! lib/ExtUtils/README lib/ExtUtils/TODO lib/ExtUtils/instmodsh + ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/INST.t + ! lib/ExtUtils/t/INST_PREFIX.t lib/ExtUtils/t/Install.t + ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t + ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/Manifest.t + ! lib/ExtUtils/t/basic.t lib/ExtUtils/t/postamble.t + ! lib/ExtUtils/t/prefixify.t lib/ExtUtils/t/prereq_print.t + ! lib/ExtUtils/t/problems.t lib/ExtUtils/t/writemakefile_args.t + ! t/lib/MakeMaker/Test/Setup/Recurs.pm +____________________________________________________________________________ +[ 21651] By: rgs on 2003/11/04 05:43:56 + Log: Subject: Re: [PATCH 5.8.2 @21574] OS/2 build + From: Ilya Zakharevich + Date: Mon, 3 Nov 2003 20:20:44 -0800 + Message-ID: <20031104042044.GA1682@math.berkeley.edu> + Branch: perl + ! os2/Makefile.SHs +____________________________________________________________________________ +[ 21650] By: rgs on 2003/11/03 21:55:42 + Log: Subject: [PATCH] Re: [perl #24384] 21418 (UNIVERSAL.pm patch) breaks autouse.pm + From: Michael G Schwern + Date: Sat, 1 Nov 2003 22:57:45 -0800 + Message-ID: <20031102065745.GN3659@localhost.comcast.net> + (goes with change #21418) + Branch: perl + ! lib/autouse.pm lib/autouse.t +____________________________________________________________________________ +[ 21647] By: rgs on 2003/11/03 20:08:18 + Log: Subject: [PATCH] Re: PERL_VERSION, SUBVERSION, PATCHLEVEL + From: "Marcus Holland-Moritz" + Date: Mon, 3 Nov 2003 20:53:33 +0100 + Message-ID: <023a01c3a244$2a1dd5a0$0c2f1fac@R2D2> + Branch: perl + ! ext/Devel/PPPort/PPPort.pm +____________________________________________________________________________ +[ 21646] By: rgs on 2003/11/03 20:00:07 + Log: Subject: Cwd.xs: off-by-one buffer overflow in realpath() + From: Casey West + Date: Mon, 3 Nov 2003 10:11:43 -0500 + Message-ID: <20031103151143.GB430@geeknest.com> + Branch: perl + ! ext/Cwd/Cwd.xs +____________________________________________________________________________ +[ 21645] By: rgs on 2003/11/03 19:18:42 + Log: Subject: Re: [PATCH 5.8.1] make reentr.[ch] compatible with 5.8.0 again + From: Jan Dubois + Date: Sun, 02 Nov 2003 21:43:44 -0800 + Message-ID: <8dqbqvg16ln2r807l1l2c905lh7hte303v@4ax.com> + Branch: perl + ! reentr.h reentr.pl +____________________________________________________________________________ +[ 21644] By: rgs on 2003/11/03 15:33:55 + Log: Document the fact that keys() and values() are optimized + for void context (as suggested by Liz.) + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 21639] By: nicholas on 2003/11/03 07:04:36 + Log: Stas would prefer not to have MOD_PERL defines in perl. + Branch: perl + ! hv.c hv.h +____________________________________________________________________________ +[ 21638] By: nicholas on 2003/11/03 06:46:48 + Log: s/new_hash/rehash/g (Stas suggested a better name) + Branch: perl + ! embedvar.h hv.h intrpvar.h lib/Hash/Util.pm perl.c perlapi.h + ! sv.c universal.c util.c +____________________________________________________________________________ +[ 21634] By: nicholas on 2003/11/02 22:32:21 + Log: Provide Internals::new_hash_seed to return PL_new_hash_seed, and + make Hash::Util::hash_seed use this. + Branch: perl + ! lib/Hash/Util.pm universal.c +____________________________________________________________________________ +[ 21628] By: rgs on 2003/11/02 21:05:59 + Log: Fix for [perl #24347] segfault with Safe + The empty %INC created for safe compartements was freed + too early. + Branch: perl + ! ext/Opcode/Opcode.xs +____________________________________________________________________________ +[ 21627] By: rgs on 2003/11/02 20:40:47 + Log: Subject: [PATCH pod/perlguts.pod] update embed.pl description + From: "Marcus Holland-Moritz" + Date: Sun, 2 Nov 2003 22:24:28 +0100 + Message-ID: <007b01c3a187$b34c6110$0c2f1fac@R2D2> + Branch: perl + ! pod/perlguts.pod +____________________________________________________________________________ +[ 21625] By: rgs on 2003/11/02 20:24:21 + Log: Mention perl 5.8.2-RC1 in perlhist, as spotted by Abigail. + Branch: perl + ! pod/perlhist.pod +____________________________________________________________________________ +[ 21620] By: nicholas on 2003/11/02 18:22:16 + Log: Subject: [PATCH 5.8.2 @21574] OS/2 build + From: Ilya Zakharevich + Date: Wed, 29 Oct 2003 14:00:18 -0800 + Message-ID: <20031029220017.GA26384@math.berkeley.edu> + Branch: perl + ! ext/DynaLoader/DynaLoader_pm.PL makedef.pl os2/Makefile.SHs + ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2_base.t os2/os2ish.h + ! os2/perl2cmd.pl perlio.c +____________________________________________________________________________ +[ 21619] By: rgs on 2003/11/02 18:07:30 + Log: Quoted-printable is evil. + Branch: perl + ! win32/win32.h +____________________________________________________________________________ +[ 21618] By: nicholas on 2003/11/02 18:01:21 + Log: Stas spotted a missed s//new_/ for the hash seed renaming games + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 21617] By: rgs on 2003/11/02 17:25:50 + Log: Portability nit for MinGW 3. + + Subject: MinGW-3.1.0-1 _CRTIMP definition preempting win32.h's + From: Greg Matheson + Date: Thu, 30 Oct 2003 14:11:58 +0800 + Message-ID: <20031030141158.A11772@ms> + (actual patch by Abe Timmerman) + Branch: perl + ! win32/win32.h +____________________________________________________________________________ +[ 21616] By: rgs on 2003/11/02 12:37:54 + Log: Subject: DOCPATCH: does STORE need to return anything and if so what? + From: david nicol + Date: 26 Oct 2003 22:34:04 -0600 + Message-Id: <1067229244.1071.51.camel@plaza.davidnicol.com> + Branch: perl + ! pod/perltie.pod +____________________________________________________________________________ +[ 21615] By: rgs on 2003/11/01 20:01:54 + Log: Subject: [PATCH] DB_File 1.807 + From: "Paul Marquess" + Date: Sat, 1 Nov 2003 13:50:12 -0000 + Message-ID: + Branch: perl + ! ext/DB_File/Changes ext/DB_File/DB_File.pm + ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo + ! ext/DB_File/t/db-hash.t ext/DB_File/t/db-recno.t +____________________________________________________________________________ +[ 21614] By: rgs on 2003/11/01 19:40:28 + Log: Subject: Re: [PATCH bleadperl] (was Re: Is this brokenness in $< $( $> & $) ?) + From: Rick Delaney + Date: Mon, 27 Oct 2003 16:24:16 -0500 + Message-ID: <20031027162416.H2233@biff.bort.ca> + Branch: perl + ! pp_hot.c +____________________________________________________________________________ +[ 21611] By: nicholas on 2003/11/01 16:32:00 + Log: D'oh! t/op/hash.t wasn't in the MANIFEST. Rafael spotted this + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 21607] By: nicholas on 2003/11/01 15:21:23 + Log: mod_perl2 will require access to the Plan C hashing function. + Branch: perl + ! hv.h +____________________________________________________________________________ +[ 21604] By: nicholas on 2003/11/01 14:21:38 + Log: Add Internals::HvREHASH to expose the rehashing flag + t/op/hash.t tests that pathological data triggers rehashing + Branch: perl + + t/op/hash.t + ! universal.c +____________________________________________________________________________ +[ 21599] By: davem on 2003/11/01 00:09:22 + Log: whoops, typo + Branch: perl + ! ext/threads/shared/shared.xs +____________________________________________________________________________ +[ 21598] By: davem on 2003/11/01 00:03:38 + Log: seg faults when deleting keys of shared hash refs + Ensure that the shared_sv get magic of the element being deleted + is called. Also, avoid posible memory leaks by wrapping all shared + context sections with ENTER/SAVETMPS + Branch: perl + ! ext/threads/shared/shared.xs +____________________________________________________________________________ +[ 21596] By: rgs on 2003/10/31 20:46:44 + Log: Subject: Re: [perl #24367] [PATCH] configure flag -Dextras="HTML::Parser" doesn't seem to do anything + From: Andy Dougherty + Date: Fri, 31 Oct 2003 15:32:35 -0500 (EST) + Message-ID: + (plus POD link fixes) + Branch: perl + ! INSTALL +____________________________________________________________________________ +[ 21595] By: rgs on 2003/10/31 20:35:23 + Log: Prevent the installation of makefiles that can be found + under lib/. + Branch: perl + ! installperl +____________________________________________________________________________ +[ 21593] By: rgs on 2003/10/31 20:19:01 + Log: Test nit ; goes with change 21591 + Branch: perl + ! t/lib/warnings/regcomp +____________________________________________________________________________ +[ 21592] By: rgs on 2003/10/31 20:03:58 + Log: Subject: [PATCH] Document PERL_DL_NONLAZY + From: Gisle Aas + Date: 31 Oct 2003 03:13:03 -0800 + Message-ID: + Branch: perl + ! pod/perlrun.pod +____________________________________________________________________________ +[ 21591] By: rgs on 2003/10/31 19:54:23 + Log: Subject: [PATCH] Off-by-one error in regcomp.c + From: Slaven Rezic + Date: Fri, 31 Oct 2003 12:16:11 +0000 + Message-Id: <1067602571.12768@devpc01.iconmobile.de> + Branch: perl + ! regcomp.c t/op/regmesg.t +____________________________________________________________________________ +[ 21590] By: rgs on 2003/10/31 19:36:32 + Log: Subject: [patch pod/perlfunc.pod] separate two unrelated notes in require + From: Stas Bekman + Date: Wed, 29 Oct 2003 16:47:24 -0800 + Message-ID: <3FA05F9C.2080304@stason.org> + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 21589] By: rgs on 2003/10/31 19:31:48 + Log: Subject: [5.8.x segfault + patch] chicken&egg segfault in -Dm -Mthreads + From: Stas Bekman + Date: Wed, 29 Oct 2003 15:15:15 -0800 + Message-ID: <3FA04A03.5010603@stason.org> + (enclosed in a #ifdef DEBUGGING) + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 21588] By: rgs on 2003/10/31 19:25:38 + Log: Subject: [PATCH] Devel::PPPort and scan_bin + From: "Marcus Holland-Moritz" + Date: Wed, 29 Oct 2003 22:53:43 +0100 + Message-ID: <037201c39e67$1faa9940$0c2f1fac@R2D2> + Branch: perl + ! ext/Devel/PPPort/PPPort.pm +____________________________________________________________________________ +[ 21587] By: rgs on 2003/10/31 19:19:00 + Log: Subject: [PATCH] change p4d2p to deal with new style diff2 output + From: Jan Dubois + Date: Thu, 30 Oct 2003 18:43:08 -0800 + Message-ID: + Branch: perl + ! Porting/p4d2p +____________________________________________________________________________ +[ 21586] By: nicholas on 2003/10/31 18:54:26 + Log: Comment that this "optimisation" is actually a necessary fixup. + When the split occurs (to make the opti{miser,onal}) this isn't + (Richard Clamp reminded me that I forgot to do this) + Branch: perl + ! op.c +____________________________________________________________________________ +[ 21583] By: nicholas on 2003/10/30 22:37:26 + Log: Rewrite to correctly use test.pl + + Date: Thu, 30 Oct 2003 15:51:03 -0800 + From: Michael G Schwern + Subject: Re: Fix for the orange lion bug - aka empty sub bug + Message-ID: <20031030235103.GC27017@localhost.comcast.net> + Branch: perl + ! t/op/sub.t +____________________________________________________________________________ +[ 21582] By: nicholas on 2003/10/30 22:18:53 + Log: Date: Thu, 30 Oct 2003 22:01:35 +0000 + Subject: Fix for the orange lion bug - aka empty sub bug + From: Arthur Bergman + Message-Id: + Branch: perl + + t/op/sub.t + ! MANIFEST op.c +____________________________________________________________________________ +[ 21580] By: nicholas on 2003/10/30 19:42:28 + Log: 14 is the chain length for attack. From + + Message-ID: <20031030204117.16008.qmail@plover.com> + Subject: Re: 5.8.2-RC1 and mp2 + Date: Thu, 30 Oct 2003 15:41:17 -0500 + From: Mark Jason Dominus + + and + + From: Scott A Crosby + Subject: Re: 5.8.2-RC1 and mp2 + Date: 30 Oct 2003 14:08:06 -0600 + Message-ID: + Branch: perl + ! hv.c +____________________________________________________________________________ +[ 21575] By: rgs on 2003/10/29 06:51:19 + Log: Move a fcntl() example in perlfunc at a more proper place, + as suggested by : + Subject: [perl #24334] ioctl/fcntl doc confusion + From: "perl-5.8.0@ton.iguana.be (via RT)" + Date: 28 Oct 2003 13:37:49 -0000 + Message-ID: + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 21567] By: rgs on 2003/10/28 08:48:06 + Log: Upgrade to Time::HiRes 1.52. + Branch: perl + ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm + ! ext/Time/HiRes/Makefile.PL ext/Time/HiRes/t/HiRes.t +____________________________________________________________________________ +[ 21566] By: rgs on 2003/10/28 08:34:26 + Log: Subject: [PATCH lib/overload.t] TODO tests for bug #24313. + From: Abigail + Date: Mon, 27 Oct 2003 13:05:37 +0100 + Message-ID: <20031027120536.GA24608@abigail.nl> + + Subject: [PATCH bleadperl] [perl #24313] (was Re: [PATCH lib/overload.t] TODO tests for bug #24313.) + From: Rick Delaney + Date: Mon, 27 Oct 2003 12:17:49 -0500 + Message-ID: <20031027121749.E2233@biff.bort.ca> + Branch: perl + ! lib/overload.t toke.c +____________________________________________________________________________ +[ 21565] By: rgs on 2003/10/28 07:42:52 + Log: Subject: [PATCH t/comp/proto.t] Test (5.9.x) + From: Abigail + Date: Mon, 27 Oct 2003 14:50:24 +0100 + Message-ID: <20031027135024.GA12666@abigail.nl> + Branch: perl + ! t/comp/proto.t +____________________________________________________________________________ +[ 21564] By: davem on 2003/10/27 22:01:12 + Log: Fix more shared threads leaks: add SAVETMPS to the second branch + of sharedsv_scalar_store(). + Branch: perl + ! ext/threads/shared/shared.xs +____________________________________________________________________________ +[ 21563] By: rgs on 2003/10/27 19:33:29 + Log: Add a new taint error, "%ENV is aliased to %s". + This error is thrown when taint checks are enabled and + when *ENV has been aliased, so that %ENV has no env-magic + anymore. (see bug [perl #24291].) + Branch: perl + ! pod/perldiag.pod t/op/taint.t taint.c +____________________________________________________________________________ +[ 21560] By: nicholas on 2003/10/27 18:01:02 + Log: Record the escape^Wrelease of 5.9.0 + Branch: perl + ! pod/perlhist.pod +____________________________________________________________________________ +[ 21554] By: nicholas on 2003/10/27 16:09:37 + Log: Subject: Re: DBD::Sybase and Sybase::CTlib build problems w/ 5.8.1, Solaris, gcc + From: Alan Burlison + Date: Tue, 21 Oct 2003 15:00:58 +0100 + Message-ID: <3F953C1A.3060800@sun.com> + Branch: perl + ! hints/solaris_2.sh +____________________________________________________________________________ +[ 21550] By: nicholas on 2003/10/27 13:45:27 + Log: Sync with Unicode::Normalize 0.25 + Branch: perl + + ext/Unicode/Normalize/t/fcdc.t ext/Unicode/Normalize/t/form.t + + ext/Unicode/Normalize/t/proto.t + + ext/Unicode/Normalize/t/split.t + ! MANIFEST ext/Unicode/Normalize/Changes + ! ext/Unicode/Normalize/Makefile.PL + ! ext/Unicode/Normalize/Normalize.pm + ! ext/Unicode/Normalize/Normalize.xs + ! ext/Unicode/Normalize/README +____________________________________________________________________________ +[ 21549] By: nicholas on 2003/10/27 13:11:48 + Log: Sync with Unicode::Collate 0.30 + Branch: perl + + lib/Unicode/Collate/t/hangtype.t + + lib/Unicode/Collate/t/normal.t lib/Unicode/Collate/t/trailwt.t + + lib/Unicode/Collate/t/variable.t + + lib/Unicode/Collate/t/version.t + ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes + ! lib/Unicode/Collate/README lib/Unicode/Collate/t/contract.t + ! lib/Unicode/Collate/t/hangul.t lib/Unicode/Collate/t/index.t + ! lib/Unicode/Collate/t/test.t +____________________________________________________________________________ +[ 21548] By: nicholas on 2003/10/27 12:39:39 + Log: Sync with Pod::Perldoc 3.12 + Branch: perl + ! lib/Pod/Perldoc.pm +____________________________________________________________________________ +[ 21546] By: ams on 2003/10/27 09:00:08 + Log: Will the real off by one please stand up? + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 21545] By: hv on 2003/10/27 02:52:16 + Log: fixup separators + Branch: perl + ! Changes +____________________________________________________________________________ +[ 21544] By: hv on 2003/10/27 02:51:26 + Log: don't complain of podless .pm files that have a separate .pod file + Branch: perl + ! pod/buildtoc +____________________________________________________________________________ +[ 21543] By: hv on 2003/10/27 02:50:04 + Log: regen pods and toc + Branch: perl + ! pod/perlmodlib.pod pod/perltoc.pod +____________________________________________________________________________ +[ 21542] By: rgs on 2003/10/26 21:36:17 + Log: When %ENV has been turned into a non-magical hash after a + glob assignment, TAINT_ENV() may dump core because it + assumes $ENV{PATH} is magical. Fix this ; add a test to + verify that the PATH is still checked for taintedness. + Branch: perl + ! t/op/taint.t taint.c +____________________________________________________________________________ +[ 21540] By: rgs on 2003/10/26 14:59:53 + Log: Fix backward-compatibility issues in if.pm. + Branch: perl + ! lib/if.pm +____________________________________________________________________________ +[ 21539] By: hv on 2003/10/26 12:22:54 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ +[ 21538] By: ams on 2003/10/26 08:08:02 + Log: Fix off-by-one in $0 set magic. (From Autrijus.) + The whole PL_origalen thing in perl.c looks very hokey. + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 21536] By: nicholas on 2003/10/25 22:33:18 + Log: show the rehash flags in dumps + Branch: perl + ! dump.c +____________________________________________________________________________ +[ 21535] By: nicholas on 2003/10/25 22:32:40 + Log: Return 21533 (with modifications) having found the problem + Branch: perl + ! hv.c hv.h +____________________________________________________________________________ +[ 21534] By: nicholas on 2003/10/25 20:46:36 + Log: Back out 21533 because it broke Encode's build in really weird ways + Branch: perl + ! hv.c hv.h +____________________________________________________________________________ +[ 21533] By: nicholas on 2003/10/25 13:10:21 + Log: Plan C rough edge smoothing. Criteria for a hash split is now + the earlier of "more keys than buckets" (the old test) or + linked list too long. Rehash is triggered after a split if the + longest linked list is too long. + Branch: perl + ! hv.c hv.h +____________________________________________________________________________ +[ 21532] By: rgs on 2003/10/25 10:03:18 + Log: Subject: Re: [perl #948] $, untieable? + From: Richard Clamp + Date: Tue, 21 Oct 2003 00:02:49 +0100 + Message-ID: <20031020230249.GA31123@mirth.demon.co.uk> + + Plus a small fix to t/TEST to recognize the added TODO test + as a TODO test. + Branch: perl + ! t/TEST t/op/tie.t +____________________________________________________________________________ +[ 21528] By: nicholas on 2003/10/23 19:21:00 + Log: When it says "add", then, like, you have to p4 add it. D'oh! + (missed the new file in "Update I18N::LangTags from 0.28 to 0.29") + Branch: perl + + lib/I18N/LangTags/t/02decency.t +____________________________________________________________________________ +[ 21527] By: davem on 2003/10/23 19:13:20 + Log: Fix two threads::shared leaks + #24061 - AV in shared interpreter wasn't set to AvREAL + #24255 - mortals were added to the shared interpreter's tmpstack + and never freed. + Branch: perl + ! ext/threads/shared/shared.xs +____________________________________________________________________________ +[ 21526] By: nicholas on 2003/10/23 19:11:24 + Log: From: Jan Dubois + Subject: [PATCH] Update Pod::Perldoc from 3.10 to 3.11 + Date: Wed, 22 Oct 2003 20:17:07 -0700 + Message-ID: + + From: Jan Dubois + Subject: [PATCH] Update I18N::LangTags from 0.28 to 0.29 + Date: Wed, 22 Oct 2003 20:26:56 -0700 + Message-ID: + Branch: perl + ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog + ! lib/I18N/LangTags/List.pm lib/I18N/LangTags/README + ! lib/Pod/Perldoc.pm lib/Pod/Perldoc/ToMan.pm pod/perldoc.pod + ! utils/perldoc.PL +____________________________________________________________________________ +[ 21523] By: ams on 2003/10/23 12:53:03 + Log: Subject: [PATCH] utime documentation + From: Gisle Aas + Date: 23 Oct 2003 05:33:43 -0700 + Message-Id: + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 21522] By: ams on 2003/10/23 08:07:18 + Log: Subject: [PATCH] dup2() not going through PerlLIO abstraction layer + From: Jan Dubois + Date: Wed, 22 Oct 2003 20:33:54 -0700 + Message-Id: + Branch: perl + ! doio.c +____________________________________________________________________________ +[ 21520] By: nicholas on 2003/10/22 19:50:15 + Log: patch created by Casey West from: + + Subject: CPAN module problems + From: Edward Moy + Date: Fri, 10 Oct 2003 17:42:06 -0700 + Message-Id: + + (change ld value in hints file) + Branch: perl + ! hints/darwin.sh +____________________________________________________________________________ +[ 21516] By: rgs on 2003/10/22 15:06:13 + Log: Small email update in AUTHORS. + Branch: perl + ! AUTHORS +____________________________________________________________________________ +[ 21515] By: rgs on 2003/10/22 06:39:29 + Log: Add a test.taintwarn makefile target, + to run the whole test suite with the -t switch. + Branch: perl + ! Makefile.SH pod/perlhack.pod t/TEST +____________________________________________________________________________ +[ 21514] By: rgs on 2003/10/21 21:21:56 + Log: Subject: [PATCH @20458] embedding perl + From: Radu Greab + Date: Tue, 05 Aug 2003 20:57:15 +0300 (EEST) + Message-Id: <20030805.205715.113441323.radu@yx.primIT.ro> + Branch: perl + ! hv.c intrpvar.h perl.c pod/perlembed.pod pod/perlintern.pod + ! sv.c +____________________________________________________________________________ +[ 21513] By: rgs on 2003/10/21 20:45:12 + Log: Fix doc bug #23890, as suggested by Himanshu Garg : + in perltoot, $him->fullname should be $him->fullname->as_string + when passed to printf. + Branch: perl + ! pod/perltoot.pod +____________________________________________________________________________ +[ 21509] By: rgs on 2003/10/21 05:42:50 + Log: Two OS/2 portability patches from Ilya. + + Subject: [PATCH 5.8.1 @21211] sockets broken on OS/2 + From: Ilya Zakharevich + Date: Thu, 25 Sep 2003 12:09:11 -0700 + Message-ID: <20030925190911.GA27028@math.berkeley.edu> + + Subject: Re: [PATCH 5.8.1 @21379] tmpfile() broken on OS/2 + From: Ilya Zakharevich + Date: Thu, 25 Sep 2003 19:50:45 -0700 + Message-ID: <20030926025045.GA27507@math.berkeley.edu> + Branch: perl + ! doio.c os2/os2ish.h perl.h perlio.c pp_sys.c +____________________________________________________________________________ +[ 21506] By: rgs on 2003/10/20 19:28:27 + Log: Subject: [PATCH] add some missing defines to Devel::PPPort + From: "Marcus Holland-Moritz" + Date: Mon, 20 Oct 2003 20:14:19 +0200 + Message-ID: <03a301c39735$fb7cb220$0c2f1fac@R2D2> + Branch: perl + ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm +____________________________________________________________________________ +[ 21505] By: rgs on 2003/10/20 19:22:38 + Log: Subject: Re: [perl #24225] [5.8.1] segfault in binmode STDOUT, ':stdio'; print 1 + From: Slaven Rezic + Date: 19 Oct 2003 17:54:59 +0200 + Message-ID: <871xt9te7g.fsf@vran.herceg.de> + Branch: perl + ! perlio.c +____________________________________________________________________________ +[ 21503] By: rgs on 2003/10/20 06:04:04 + Log: Skip the chflags tests in filetest.t on Darwin. + Branch: perl + ! lib/filetest.t +____________________________________________________________________________ +[ 21474] By: nicholas on 2003/10/17 18:44:28 + Log: Plan C rough edge smoothing - forgot to turn on the "has key flags" + flag on the hash when rehashing. Can turn off the "rehasing" flag + if the hash is cleared + Branch: perl + ! hv.c +____________________________________________________________________________ +[ 21473] By: rgs on 2003/10/17 08:53:48 + Log: -u is deprecated. + Subject: Re: why PERL5LIB is ignored when -T is in effect + From: Slaven Rezic + Date: Fri, 17 Oct 2003 10:02:31 +0000 + Message-Id: <1066384951.4964@devpc01.iconmobile.de> + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 21472] By: rgs on 2003/10/17 07:29:10 + Log: The compilation of PerlIO::via may hang on AIX when + compiling with vac at -O3 optimization level. Disable + optimization for this module. + Branch: perl + + ext/PerlIO/via/hints/aix.pl + ! MANIFEST +____________________________________________________________________________ +[ 21471] By: nicholas on 2003/10/16 21:10:27 + Log: Plan C for foiling the algorithmic complexity attack + (based on Chip's plan A (binary compatibility with 5.8.0 and 5.8.1), + Chip's plan B (do something new inside the hv functions) + and introspective sort) + Provides infrastructure for hashes to change their hash function + if necessary, and code in hsplit to detect pathalogical data and + instigate a random rehashing. + Needs refinement. Let's see how much smoke it creates. + Branch: perl + ! embedvar.h hv.c hv.h intrpvar.h perl.c perlapi.h sv.c sv.h + ! util.c +____________________________________________________________________________ +[ 21470] By: davem on 2003/10/16 20:03:44 + Log: Ensure PL_comppad/curpad point to PL_main_cv's padlist when + PL_main_root is freed; this may not have been be the case if a + thread other than the main one is the last to be destroyed + Branch: perl + ! ext/threads/t/thread.t pad.h perl.c +____________________________________________________________________________ +[ 21469] By: nicholas on 2003/10/16 19:31:19 + Log: Duplicate 19423 (pathological hashes too easy) into share_hek_flags + (as suggested by Jan Dubois) + Branch: perl + ! hv.c +____________________________________________________________________________ +[ 21468] By: ams on 2003/10/16 19:00:14 + Log: Subject: Re: assert.h breaks perl.h + From: Alexey Tourbin + Date: Thu, 16 Oct 2003 22:24:35 +0400 + Message-Id: <20031016182434.GH1724@julia.office.altlinux.ru> + Branch: perl + ! sv.h +____________________________________________________________________________ +[ 21467] By: ams on 2003/10/16 18:57:57 + Log: Subject: [PATCH] Tie::Hash documentation + From: Slaven Rezic + Date: Thu, 16 Oct 2003 17:57:35 +0000 + Message-Id: <1066327055.1428@devpc01.iconmobile.de> + Branch: perl + ! lib/Tie/Hash.pm +____________________________________________________________________________ +[ 21466] By: rgs on 2003/10/16 08:52:50 + Log: Further tweak on change #21464. + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 21464] By: ams on 2003/10/16 08:42:50 + Log: Subject: perl -h tweak [PATCH] + From: Gisle Aas + Date: 16 Oct 2003 02:49:39 -0700 + Message-Id: + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 21456] By: rgs on 2003/10/15 19:19:05 + Log: Perlfaq1 : take notice that 5.8.1 is now released. + Branch: perl + ! pod/perlfaq1.pod +____________________________________________________________________________ +[ 21454] By: rgs on 2003/10/15 19:06:05 + Log: PerlFAQ sync. (only actual changes) + Branch: perl + ! pod/perlfaq4.pod +____________________________________________________________________________ +[ 21453] By: rgs on 2003/10/15 19:02:35 + Log: Typos. + Branch: perl + ! hints/aix.sh +____________________________________________________________________________ +[ 21452] By: rgs on 2003/10/15 11:12:31 + Log: Fix bug [perl #24212] : improper error recovery in the + tokenizer after an unknown filetest operator. + Branch: perl + ! t/comp/parser.t toke.c +____________________________________________________________________________ +[ 21451] By: rgs on 2003/10/15 09:19:02 + Log: Update MIME::Base64 and Digest::MD5 from the CPAN version. + Branch: perl + ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm + ! ext/Digest/MD5/Makefile.PL ext/Digest/MD5/t/align.t + ! ext/Digest/MD5/t/files.t ext/Digest/MD5/t/utf8.t + ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs + ! ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL + ! ext/MIME/Base64/QuotedPrint.pm ext/MIME/Base64/t/unicode.t +____________________________________________________________________________ +[ 21450] By: rgs on 2003/10/15 06:47:11 + Log: Add support for Linux abstract unix domain sockets to Socket.pm. + Based on a idea by Alex Hudson. (Basically those are unix domain + sockets whose name has a '\0' as first character.) + Branch: perl + ! ext/Socket/Socket.xs ext/Socket/t/Socket.t +____________________________________________________________________________ +[ 21449] By: ams on 2003/10/15 06:32:44 + Log: Subject: [PATCH] SIGN => 1 support for MakeMaker + From: Autrijus Tang + Date: Tue, 14 Oct 2003 18:32:28 +0800 + Message-Id: <1066127547.65845.35.camel@localhost> + Branch: perl + ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm + ! lib/ExtUtils/MakeMaker.pm +____________________________________________________________________________ +[ 21448] By: ams on 2003/10/15 05:56:12 + Log: Rewrite #21447. + Branch: perl + ! pod/perliol.pod +____________________________________________________________________________ +[ 21447] By: ams on 2003/10/15 05:36:48 + Log: Subject: [patch pod/perliol.pod] + From: Stas Bekman + Date: Tue, 14 Oct 2003 18:05:29 -0700 + Message-Id: <3F8C9D59.3040403@stason.org> + Branch: perl + ! pod/perliol.pod +____________________________________________________________________________ +[ 21446] By: nicholas on 2003/10/14 18:45:39 + Log: Duplicate 19423 (pathological hashes too easy) into hv_store_ent + (the routine used by perl level HV operations) + Branch: perl + ! hv.c +____________________________________________________________________________ +[ 21445] By: rgs on 2003/10/13 21:03:05 + Log: Subject: [PATCH ext/Devel/PPPort/PPPort.pm] Changes #20819 and #20996 break compatibility with perl 5.6.0 + From: "Marcus Holland-Moritz" + Date: Tue, 30 Sep 2003 19:23:34 +0200 + Message-ID: <021e01c38777$93ea4e10$0c2f1fac@R2D2> + Branch: perl + ! ext/Devel/PPPort/PPPort.pm +____________________________________________________________________________ +[ 21442] By: ams on 2003/10/13 08:41:17 + Log: Subject: [perl #24189] Incorrect comment in perldoc strict + From: "Iain 'Spoon' Truskett (via RT)" + Date: 12 Oct 2003 09:01:25 -0000 + Message-Id: + Branch: perl + ! lib/strict.pm +____________________________________________________________________________ +[ 21441] By: rgs on 2003/10/13 08:02:21 + Log: Subject: [PATCH] Internals::hash_seed() returns wrong value + From: Jan Dubois + Date: Sun, 12 Oct 2003 22:09:39 -0700 + Message-ID: <07ckovck8mp5e8tthmtbbcrpi2tj6q9eak@4ax.com> + Branch: perl + ! universal.c +____________________________________________________________________________ +[ 21440] By: rgs on 2003/10/12 19:58:05 + Log: Subject: [perl #24122] setreuid and friends borked on darwin/osx + From: "pxm@nubz.org (via RT)" + Date: 5 Oct 2003 20:55:56 -0000 + Message-ID: + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 21439] By: rgs on 2003/10/12 16:28:06 + Log: Subject: [PATCH] Tie::Hash documentation + From: Slaven Rezic + Date: Sun, 12 Oct 2003 18:55:54 +0200 (CEST) + Message-Id: <200310121655.h9CGtsrY003613@vran.herceg.de> + Branch: perl + ! lib/Tie/Hash.pm +____________________________________________________________________________ +[ 21438] By: rgs on 2003/10/12 15:48:13 + Log: Subject: Re: [perl #24122] setreuid and friends borked on darwin/osx + From: Slaven Rezic + Date: 07 Oct 2003 00:04:34 +0200 + Message-ID: <87ekxq6n0t.fsf@vran.herceg.de> + Branch: perl + ! hints/darwin.sh +____________________________________________________________________________ +[ 21437] By: rgs on 2003/10/12 15:25:17 + Log: Minor nit in perlrun, spotted by Art Haas. + Branch: perl + ! pod/perlrun.pod +____________________________________________________________________________ +[ 21436] By: ams on 2003/10/10 19:05:55 + Log: Subject: [PATCH] threads::async + some cleanup + From: Elizabeth Mattijsen + Date: Fri, 10 Oct 2003 16:37:55 +0200 + Message-Id: + Branch: perl + ! ext/threads/threads.pm +____________________________________________________________________________ +[ 21435] By: ams on 2003/10/10 19:02:34 + Log: Make everyone stop posting to p5p about 0e0. + Branch: perl + ! pod/perlsyn.pod +____________________________________________________________________________ +[ 21433] By: nicholas on 2003/10/09 20:57:26 + Log: Put all pre-processor #s on the first column (some compilers are picky) + [perl #24167] `#' comment signs not at the very beginning of a line + Branch: perl + ! cop.h dosish.h ext/SDBM_File/sdbm/sdbm.h iperlsys.h op.c + ! perl.h regcomp.c +____________________________________________________________________________ +[ 21432] By: rgs on 2003/10/09 11:09:24 + Log: Suppress the test file t/op/nothr5005.t and integrate its tests into + t/op/args.t, now that 5005threads have been removed. Port t/op/args.t + to t/test.pl. + Branch: perl + - t/op/nothr5005.t + ! MANIFEST t/op/args.t +____________________________________________________________________________ +[ 21431] By: rgs on 2003/10/09 11:06:15 + Log: Document the behaviour of filetest operators regarding parentheses. + This fixes bug #24127 (by documenting it as a feature.) + Branch: perl + ! pod/perlop.pod +____________________________________________________________________________ +[ 21430] By: ams on 2003/10/09 07:55:34 + Log: Subject: [PATCH 5.8.1 CORE] Internal fixes to source-code coordinate + calculations in regcomp.c + From: Eric Promislow + Date: Wed, 8 Oct 2003 17:42:42 -0700 + Message-Id: <20031008174242.A17544@ActiveState.com> + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 21429] By: ams on 2003/10/09 07:43:56 + Log: Patch based on: + + Subject: [perl #24157] -MModule=} is broken + From: "Lukas Mai" (via RT) + Date: 7 Oct 2003 21:47:43 -0000 + Message-Id: + + (Includes a fix for a similar problem in -A, but not -d.) + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 21428] By: ams on 2003/10/09 02:32:07 + Log: Subject: [PATCH] Devel::PPPort is missing an aTHX when calling + grok_numeric_radix() + From: Jan Dubois + Date: Wed, 08 Oct 2003 20:37:42 -0700 + Message-Id: <8kl9ov0932qo08o24uafuc9v77clrgnoe4@4ax.com> + Branch: perl + ! ext/Devel/PPPort/PPPort.pm +____________________________________________________________________________ +[ 21427] By: ams on 2003/10/09 01:36:18 + Log: Subject: Re: require patch breaks locale + From: Rick Delaney + Date: Wed, 8 Oct 2003 22:41:55 -0400 + Message-Id: <20031008224155.A14638@biff.bort.ca> + Branch: perl + ! t/comp/require.t +____________________________________________________________________________ +[ 21426] By: ams on 2003/10/09 01:26:57 + Log: Subject: Re: Simple @INC hook core dump [PATCH] + From: Gisle Aas + Date: 08 Oct 2003 13:35:28 -0700 + Message-Id: + Branch: perl + ! t/op/inccode.t +____________________________________________________________________________ +[ 21425] By: rgs on 2003/10/08 11:34:17 + Log: Fix bug #24108: Goto +foo broken + the fix having been suggested by xmath via Juerd. + Branch: perl + ! op.c t/op/goto.t +____________________________________________________________________________ +[ 21424] By: rgs on 2003/10/08 11:16:58 + Log: Subject: Re: Simple @INC hook core dump [PATCH] + From: Gisle Aas + Date: 08 Oct 2003 04:47:33 -0700 + Message-ID: + Branch: perl + ! pp_ctl.c +____________________________________________________________________________ +[ 21423] By: ams on 2003/10/08 10:09:41 + Log: Subject: [PATCH pod/perlrun.pod] Layout & POD nit. + From: Abigail + Date: Wed, 8 Oct 2003 03:50:49 -0700 + Message-Id: <20031008105049.GA15770@ucan.foad.org> + Branch: perl + ! pod/perlrun.pod +____________________________________________________________________________ +[ 21422] By: ams on 2003/10/08 06:13:07 + Log: "Are implicit undefs true?" asks Gisle. + Branch: perl + ! pod/perlsyn.pod +____________________________________________________________________________ +[ 21421] By: ams on 2003/10/08 03:20:00 + Log: Subject: Re: [PATCH] perlop.pod Revamp - revision 4 + From: schwern@pobox.com + Date: Tue, 7 Oct 2003 20:39:36 -0700 + Message-Id: <20031007203936.X4301@ttul.org> + + (Originally from Shlomi Fish. Applied with tweaks.) + Branch: perl + ! pod/perlop.pod +____________________________________________________________________________ +[ 21420] By: ams on 2003/10/07 19:51:35 + Log: Minor tweaks to pod/perlsyn.pod (as suggested by Yves Orton), + sv.c (Tim Bunce), t/op/pow.t (John P. Linderman). + Branch: perl + ! pod/perlsyn.pod sv.c t/op/pow.t +____________________________________________________________________________ +[ 21419] By: ams on 2003/10/07 04:03:34 + Log: Why should -3**$x be more precisely determined than 3**$x? + Branch: perl + ! t/op/pow.t +____________________________________________________________________________ +[ 21418] By: ams on 2003/10/07 03:59:38 + Log: Subject: [PATCH] Fixing UNIVERSAL.pm's bit of unpleasantness + From: schwern@pobox.com + Date: Mon, 6 Oct 2003 13:14:36 -0700 + Message-Id: <20031006131436.G20960@ttul.org> + Branch: perl + ! lib/UNIVERSAL.pm t/op/universal.t +____________________________________________________________________________ +[ 21417] By: ams on 2003/10/07 03:55:18 + Log: Update perlfunc/require to describe NXDOMAIN caching... er, you + know what I mean. + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 21416] By: ams on 2003/10/07 03:37:01 + Log: Subject: [patch sv.c] improve "...free unref scalar" warning + From: Stas Bekman + Date: Mon, 06 Oct 2003 21:19:53 -0700 + Message-Id: <3F823EE9.4030103@stason.org> + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 21415] By: ams on 2003/10/06 17:30:31 + Log: Subject: [PATCH bleadperl] (was Re: require() does not behave aas documented) + From: Rick Delaney + Date: Tue, 23 Sep 2003 12:14:52 -0400 + Message-ID: <20030923121452.G18845@biff.bort.ca> + Branch: perl + ! pp_ctl.c t/comp/require.t +____________________________________________________________________________ +[ 21414] By: rgs on 2003/10/06 15:23:01 + Log: Subject: Re: [PATCH lib/warnings.t] Adding TODO functionality to lib/warnings. + From: Abigail + Date: Wed, 1 Oct 2003 14:19:43 +0200 + Message-ID: <20031001121943.GA29419@abigail.nl> + Branch: perl + ! lib/warnings.t +____________________________________________________________________________ +[ 21413] By: rgs on 2003/10/06 15:05:32 + Log: Fixes in the modules maintainers list. + Branch: perl + ! Porting/Maintainers.pl +____________________________________________________________________________ +[ 21412] By: rgs on 2003/10/06 15:02:42 + Log: Fix broken link in perltodo.pod. + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 21411] By: rgs on 2003/10/06 12:11:10 + Log: Typos in perldiag. + Branch: perl + ! pod/perldiag.pod +____________________________________________________________________________ +[ 21410] By: rgs on 2003/10/06 11:55:52 + Log: Subject: Re: [doc-PATCH] for unpack_str() and question + From: LAUN Wolfgang + Date: Mon, 6 Oct 2003 08:45:29 +0200 + Message-ID: <75A46BF1A9D8D311863A00508B6259A405F180C1@ATTMSX4> + Branch: perl + ! pod/perlapi.pod pp_pack.c +____________________________________________________________________________ +[ 21409] By: rgs on 2003/10/06 11:49:55 + Log: Subject: [PATCH pod/perlfunc.pod] ref can return false on references + From: Abigail + Date: Mon, 6 Oct 2003 05:55:21 -0700 + Message-ID: <20031006125521.GA26446@ucan.foad.org> + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 21408] By: rgs on 2003/10/06 11:46:14 + Log: Add a new option --check to Porting/Maintainers, + to check for files who are listed for several maintainers. + Branch: perl + ! Porting/Maintainers.pm +____________________________________________________________________________ +[ 21407] By: rgs on 2003/10/06 11:44:33 + Log: Subject: [PATCH]Re: The META.yml file in bleadperl + From: Fergal Daly + Date: Mon, 6 Oct 2003 00:25:29 +0100 + Message-Id: <200310060025.29122.fergal@esatclear.ie> + + Plus regeneration of META.yml + Branch: perl + ! META.yml Porting/makemeta +____________________________________________________________________________ +[ 21406] By: ams on 2003/10/06 04:22:11 + Log: Subject: Re: [perl #24076] "<> err EXPR" and warnings. + From: Rafael Garcia-Suarez + Date: Sun, 5 Oct 2003 21:27:54 +0200 + Message-Id: <20031005212754.5ef54472.rgarciasuarez@free.fr> + (Applied with tweaks to op.c and a comment.) + Branch: perl + ! op.c t/lib/warnings/op +____________________________________________________________________________ +[ 21405] By: ams on 2003/10/06 03:56:54 + Log: Subject: Re: [PATCH] perlsyn.pod Revision - Resend + From: Shlomi Fish + Date: Fri, 3 Oct 2003 12:34:46 +0200 (IST) + Message-Id: + (Applied with minor tweaks.) + Branch: perl + ! pod/perlsyn.pod +____________________________________________________________________________ +[ 21404] By: ams on 2003/10/06 03:32:50 + Log: Subject: [perl #24120] Tie::Hash documentation has broken code + From: "Benjamin J. Tilly" (via RT) + Date: 5 Oct 2003 18:40:36 -0000 + Message-Id: + (Applied without $VERSION update.) + Branch: perl + ! lib/Tie/Hash.pm +____________________________________________________________________________ +[ 21403] By: ams on 2003/10/06 03:26:39 + Log: Subject: Re: [PATCH] [perl #24113] mistake in perlretut + From: Robert Spier + Date: Sun, 05 Oct 2003 21:34:30 -0700 + Message-Id: + Branch: perl + ! pod/perlretut.pod +____________________________________________________________________________ +[ 21402] By: ams on 2003/10/05 03:08:53 + Log: Subject: [PATCH] pp_sys.c: pp_waitpid and EINTR + From: Steve Grazzini + Date: Sat, 4 Oct 2003 18:15:23 -0400 + Message-Id: <20031004221523.GA29324@grazzini.net> + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 21401] By: ams on 2003/10/02 17:25:34 + Log: Subject: Re: 5.8.1 and srand + From: Slaven Rezic + Date: Thu, 2 Oct 2003 15:51:11 +0000 + Message-Id: <1065109871.3115@devpc01.iconmobile.de> + Branch: perl + ! t/op/fork.t +____________________________________________________________________________ +[ 21400] By: hv on 2003/10/02 09:34:36 + Log: minor cleanup for Changes + Branch: perl + ! Changes +____________________________________________________________________________ +[ 21399] By: hv on 2003/10/02 09:18:27 + Log: Update changes + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ +[ 21398] By: hv on 2003/10/02 09:15:42 + Log: build perlapi.pod in deterministic order even when functions differ + only in case; regen perlapi.pod + Branch: perl + ! autodoc.pl pod/perlapi.pod +____________________________________________________________________________ +[ 21397] By: ams on 2003/10/02 07:48:51 + Log: Subject: Re: 5.8.1 and srand + From: Brendan O'Dea + Date: Thu, 2 Oct 2003 10:30:36 +1000 + Message-Id: <20031002003036.GA9198@londo.c47.org> + Branch: perl + ! util.c +____________________________________________________________________________ +[ 21396] By: ams on 2003/10/01 22:18:13 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ +[ 21394] By: ams on 2003/10/01 20:28:20 + Log: Subject: misapplied patch 19452 + From: Yitzchak Scott-Thoennes + Date: Tue, 30 Sep 2003 06:01:50 -0700 + Message-Id: <20030930130150.GA1436@efn.org> + Branch: perl + ! pp_hot.c +____________________________________________________________________________ +[ 21392] By: rgs on 2003/09/30 20:22:02 + Log: Revamp the section on local() in perlsub. + - avoid using the word "declare" in conjunction with local() + - less archaelogical references + - more about localization of lvalues + - removes examples of localization of tied hashes that don't work + - give titles to subsections + - explain localization of magic values + - explain localization of globs + - fix link to perldelta + Branch: perl + ! pod/perlsub.pod +____________________________________________________________________________ +[ 21391] By: rgs on 2003/09/30 12:47:13 + Log: Useless "local $_" in a perlfaq3 example + Branch: perl + ! pod/perlfaq3.pod +____________________________________________________________________________ +[ 21390] By: rgs on 2003/09/30 11:29:17 + Log: Subject: Re: NCR MP-RAS perl problems [perl #23791] + From: grommel@sears.com + Date: Mon, 29 Sep 2003 14:45:16 -0500 + Message-ID: + Branch: perl + ! hints/svr4.sh t/op/pack.t +____________________________________________________________________________ +[ 21389] By: rgs on 2003/09/30 11:06:53 + Log: Add a TODO test for bug #23790, by Abigail + Branch: perl + ! t/op/sub_lval.t +____________________________________________________________________________ +[ 21388] By: rgs on 2003/09/30 10:52:50 + Log: Subject: [PATCH] Re: [perl #24071] Typo in description of binmode + From: Yitzchak Scott-Thoennes + Date: Tue, 30 Sep 2003 04:53:02 -0700 + Message-ID: <20030930115302.GA3200@efn.org> + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 21387] By: rgs on 2003/09/29 12:47:37 + Log: Subject: [PATCH] perl-5.8.1 hints/powerux.sh, ext/Sys/Syslog/t/syslog.t + From: Tom Horsley + Date: Mon, 29 Sep 2003 13:00:09 GMT + Message-Id: <200309291300.NAA23856@amber2.ccur.com> + Branch: perl + ! ext/Sys/Syslog/t/syslog.t hints/powerux.sh +____________________________________________________________________________ +[ 21386] By: rgs on 2003/09/29 11:14:27 + Log: Subject: [PATCH 5.8.1] Fix broken splitpod program + From: Steve Hay + Date: Mon, 29 Sep 2003 11:50:23 +0100 + Message-ID: <3F780E6F.3020704@uk.radan.com> + Branch: perl + ! pod/splitpod +____________________________________________________________________________ +[ 21385] By: rgs on 2003/09/29 11:09:32 + Log: Subject: [PATCH 5.8.1] pod/perlrun.pod: no space after -i allowed + From: Brendan O'Dea + Date: Sun, 28 Sep 2003 23:23:34 +1000 + Message-ID: <20030928132334.GA29499@londo.c47.org> + Branch: perl + ! pod/perlrun.pod +____________________________________________________________________________ +[ 21384] By: rgs on 2003/09/26 20:39:19 + Log: Nit to the maintainers list by SADAHIRO Tomoyuki + Branch: perl + ! Porting/Maintainers.pl +____________________________________________________________________________ +[ 21383] By: jhi on 2003/09/26 04:41:17 + Log: Missing +x bits. + Branch: perl + ! Porting/makerel +____________________________________________________________________________ +[ 21382] By: rgs on 2003/09/25 19:40:50 + Log: Update the perldelta for 5.9.0. + Branch: perl + ! pod/perldelta.pod +____________________________________________________________________________ +[ 21381] By: rgs on 2003/09/25 19:02:12 + Log: Add the perl581delta manpage. + Regenerate the table of contents. + Branch: perl + + pod/perl581delta.pod + ! MANIFEST pod.lst pod/perl.pod pod/perlhist.pod pod/perltoc.pod + ! vms/descrip_mms.template win32/pod.mak +____________________________________________________________________________ +[ 21380] By: rgs on 2003/09/25 18:36:45 + Log: Update perlhist.pod + Branch: perl + ! pod/perlhist.pod +____________________________________________________________________________ +[ 21372] By: gbarr on 2003/09/25 07:35:24 + Log: Sync with libnet 1.17 + Branch: perl + ! lib/Net/ChangeLog.libnet lib/Net/Domain.pm lib/Net/FTP.pm +____________________________________________________________________________ +[ 21371] By: gbarr on 2003/09/25 06:57:35 + Log: Update to Scalar-List-Utils 1.13 + Branch: perl + ! ext/List/Util/ChangeLog ext/List/Util/Util.xs + ! ext/List/Util/lib/List/Util.pm + ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/sum.t +____________________________________________________________________________ +[ 21370] By: jhi on 2003/09/25 06:45:42 + Log: CPAN sites update. + Branch: perl + ! pod/perlmodlib.PL +____________________________________________________________________________ +[ 21369] By: jhi on 2003/09/25 05:22:48 + Log: Subject: Re: 5.8.1 and gcc-3.2.3 (& Win98) + From: Greg Matheson + Date: Wed, 24 Sep 2003 22:51:09 +0800 + Message-ID: <20030924225109.A17126@ms> + + (Win98 + MinGW, a missing Win95.pm hunk) + Branch: perl + ! lib/ExtUtils/MM_Win95.pm +____________________________________________________________________________ +[ 21365] By: jhi on 2003/09/25 04:44:05 + Log: AUTHORS tweak. + Branch: perl + ! AUTHORS +____________________________________________________________________________ +[ 21361] By: jhi on 2003/09/24 17:40:42 + Log: Even though undefing SPACE and FORMAT should be safe, + at this point I'm choosing to be paranoid and using + #ifdef __Lynx__. + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 21360] By: jhi on 2003/09/24 17:30:07 + Log: Subject: [perl #24032] Perl 5.8.1-RC5 build problems on LynxOS + From: Olli Savia (via RT) + Date: 24 Sep 2003 15:42:41 -0000 + Message-ID: + Branch: perl + ! mg.c perl.h perlio.c pp_sys.c +____________________________________________________________________________ +[ 21356] By: jhi on 2003/09/24 08:27:52 + Log: Subject: [DOCPATCH] attributes.pm + From: Elizabeth Mattijsen + Date: Wed, 24 Sep 2003 11:00:42 +0200 + Message-Id: + + (reformatted a bit) + Branch: perl + ! lib/attributes.pm +____________________________________________________________________________ +[ 21354] By: jhi on 2003/09/24 07:25:48 + Log: A fix from Graham for + [perl #24012] Weird conversion issue with List::Util::sum on Linux/AMD 850MHz + (seemingly a NV casting issue) + Branch: perl + ! ext/List/Util/Util.xs +____________________________________________________________________________ +[ 21353] By: jhi on 2003/09/24 05:05:39 + Log: Someone actually reads the Makefile.PL messages, it seems. + (from Jonathan Leffler) + Branch: perl + ! ext/Time/HiRes/Makefile.PL +____________________________________________________________________________ +[ 21351] By: jhi on 2003/09/24 04:54:33 + Log: perliol tweaks. + Branch: perl + ! pod/perliol.pod +____________________________________________________________________________ +[ 21349] By: rgs on 2003/09/23 22:09:57 + Log: The FAQ answer about POD comments was incorrect. [perl #23893] + (plus a few typos.) + Branch: perl + ! pod/perlfaq7.pod pod/perlpodspec.pod +____________________________________________________________________________ +[ 21348] By: rgs on 2003/09/23 21:56:50 + Log: Subject: [PATCH] perlvar + From: Juerd + Date: Sun, 21 Sep 2003 21:40:54 +0200 + Message-ID: <20030921194054.GD14702@c3.convolution.nl> + Branch: perl + ! pod/perlvar.pod +____________________________________________________________________________ +[ 21344] By: jhi on 2003/09/23 19:33:45 + Log: Subject: Re: NCR MP-RAS perl problems [perl #23791] + From: grommel@sears.com + Date: Tue, 23 Sep 2003 13:40:33 -0500 + Message-ID: + Branch: perl + ! hints/svr4.sh t/op/stat.t +____________________________________________________________________________ +[ 21343] By: jhi on 2003/09/23 19:26:06 + Log: Subject: [PATCH] Re: OK: 5.8.1 RC5 on SuSE 8.2 32bit AMD (gcc 3.3 prerelease) + From: Yitzchak Scott-Thoennes + Date: Tue, 23 Sep 2003 09:13:55 -0700 + Message-ID: <20030923161354.GA2432@efn.org> + Branch: perl + ! INSTALL +____________________________________________________________________________ +[ 21342] By: rgs on 2003/09/23 19:12:58 + Log: Minor nit in a debug message of the tokenizer. + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 21340] By: jhi on 2003/09/23 12:33:53 + Log: Let's call it 2.34, already (from Johan). + Branch: perl + ! lib/Getopt/Long.pm +____________________________________________________________________________ +[ 21339] By: jhi on 2003/09/23 12:31:08 + Log: Subject: Re: [PATCH] RC5 and Intel's ICC + From: "Marcus Holland-Moritz" + Date: Tue, 23 Sep 2003 15:04:35 +0200 + Message-ID: <00d101c381d3$3d761fe0$0c2f1fac@R2D2> + + (add -we147 to ccflags if cc = ICC so that prototype + detection works right) + Branch: perl + ! hints/linux.sh +____________________________________________________________________________ +[ 21338] By: jhi on 2003/09/23 12:02:28 + Log: Bump the Encode version to 1.9801 since we are no more identical + to the CPAN version. + Branch: perl + ! ext/Encode/Encode.pm +____________________________________________________________________________ +[ 21332] By: jhi on 2003/09/23 09:17:32 + Log: ucmlintage. + Branch: perl + ! ext/Encode/ucm/gsm0338.ucm +____________________________________________________________________________ +[ 21331] By: jhi on 2003/09/23 09:11:23 + Log: GSM 03.38 mapping in Encoding::Byte is incorrect + + Fix as much as possible - the specification is still + a bit unclear. + Branch: perl + + ext/Encode/t/gsm0338.t + ! MANIFEST ext/Encode/MANIFEST + ! ext/Encode/lib/Encode/Supported.pod ext/Encode/ucm/gsm0338.ucm +____________________________________________________________________________ +[ 21329] By: jhi on 2003/09/23 06:10:28 + Log: Subject: [PATCH] Re: B::Deparse fails in pure_string() + From: Stephen McCamant + Date: Mon, 22 Sep 2003 20:53:57 -0700 + Message-ID: <16239.50133.367465.947398@famine.OCF.Berkeley.EDU> + Branch: perl + ! ext/B/B/Deparse.pm +____________________________________________________________________________ +[ 21327] By: jhi on 2003/09/23 04:51:15 + Log: Subject: [PATCH] RC5 and Intel's ICC + From: "Marcus Holland-Moritz" + Date: Mon, 22 Sep 2003 22:52:40 +0200 + Message-ID: <00a101c3814b$76a8cc50$0c2f1fac@R2D2> + + (the missing void return type) + Branch: perl + ! ext/threads/shared/shared.xs +____________________________________________________________________________ +[ 21326] By: jhi on 2003/09/23 04:46:48 + Log: Subject: [PATCH] RC5 and Intel's ICC + From: "Marcus Holland-Moritz" + Date: Mon, 22 Sep 2003 22:52:40 +0200 + Message-ID: <00a101c3814b$76a8cc50$0c2f1fac@R2D2> + + (the attribute part) + Branch: perl + ! ext/Devel/PPPort/PPPort.pm perl.h +____________________________________________________________________________ +[ 21325] By: jhi on 2003/09/23 04:43:29 + Log: Stray CRs noticed by Jan Dubois. + Branch: perl + ! lib/ExtUtils/MM_Win95.pm lib/ExtUtils/t/MM_Win32.t +____________________________________________________________________________ +[ 21324] By: jhi on 2003/09/23 04:40:19 + Log: The RCs have been missing CRs from certain files because + not all shells can handle multiline arguments right. + Branch: perl + ! Porting/makerel +____________________________________________________________________________ +[ 21323] By: rgs on 2003/09/22 20:31:19 + Log: When localising a magic value, propagate the readonly flag + only if this scalar has \0 magic or has magic without a + 'set' method. (follows change #20479 for bug #23141.) + Branch: perl + ! scope.c t/op/local.t +____________________________________________________________________________ +[ 21319] By: jhi on 2003/09/22 18:16:40 + Log: An error message need not be a novel. + Branch: perl + ! pod/perldiag.pod pp_hot.c +____________________________________________________________________________ +[ 21318] By: jhi on 2003/09/22 17:45:23 + Log: Upgrade to Math::BigInt 1.66. + Branch: perl + ! lib/Math/BigFloat.pm lib/Math/BigInt.pm + ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t + ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t + ! lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/sub_mbi.t + ! lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t +____________________________________________________________________________ +[ 21311] By: jhi on 2003/09/22 08:49:24 + Log: Some more perlio doc tweaks based on NI-S. + Branch: perl + ! pod/perliol.pod +____________________________________________________________________________ +[ 21305] By: jhi on 2003/09/22 05:59:54 + Log: Upgrade to Time::HiRes 1.51. + Branch: perl + ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm +____________________________________________________________________________ +[ 21303] By: jhi on 2003/09/22 04:37:21 + Log: Upgrade to Getopt::Long 2.33_03. + Branch: perl + ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES +____________________________________________________________________________ +[ 21302] By: jhi on 2003/09/22 04:28:57 + Log: CPAN.pm 1.76_01 from Andreas. + Branch: perl + ! lib/CPAN.pm +____________________________________________________________________________ +[ 21299] By: jhi on 2003/09/21 09:23:17 + Log: Regen toc. + Branch: perl + ! pod/perltoc.pod +____________________________________________________________________________ +[ 21298] By: jhi on 2003/09/21 09:22:57 + Log: Handle also the curliffy files when tocing. + Branch: perl + ! pod/buildtoc +____________________________________________________________________________ +[ 21297] By: jhi on 2003/09/21 08:50:22 + Log: Macrofy the compile/runtime test. + Branch: perl + ! cop.h gv.c perl.h pp_ctl.c regcomp.c sv.c utf8.c +____________________________________________________________________________ +[ 21296] By: jhi on 2003/09/21 08:47:32 + Log: Tweak the section name to agree with the change #21295. + Branch: perl + ! lib/PerlIO.pm +____________________________________________________________________________ +[ 21295] By: jhi on 2003/09/21 08:44:52 + Log: One obvious place to look for PerlIO implementations. + Branch: perl + ! pod/perliol.pod +____________________________________________________________________________ +[ 21294] By: jhi on 2003/09/21 08:15:52 + Log: Subject: [PATCH #2] Re: [perl #23576] valgrind errors for /(?{})/ in t/op/pat.t + From: Dave Mitchell + Date: Fri, 19 Sep 2003 19:35:44 +0100 + Message-ID: <20030919183544.GA14563@fdgroup.com> + Branch: perl + ! pp_ctl.c +____________________________________________________________________________ +[ 21293] By: jhi on 2003/09/21 08:13:58 + Log: More PerlIO documentation. + Branch: perl + ! lib/PerlIO.pm pod/perliol.pod +____________________________________________________________________________ +[ 21292] By: jhi on 2003/09/20 18:44:07 + Log: Retract #21273, #21264, and #21263 as requested by Schwern. + (The real bug was mp2 being too "friendly" with MM innards.) + Branch: perl + ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm + ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_Win32.t +____________________________________________________________________________ +[ 21291] By: jhi on 2003/09/20 18:37:33 + Log: In FreeBSD allow one to try using Perl's malloc with threads. + Branch: perl + ! hints/freebsd.sh +____________________________________________________________________________ +[ 21290] By: rgs on 2003/09/20 10:05:38 + Log: Missing perlfaq chunk. + Branch: perl + ! pod/perlfaq4.pod +____________________________________________________________________________ +[ 21289] By: rgs on 2003/09/20 10:00:12 + Log: FAQ sync. + Branch: perl + ! pod/perlfaq4.pod +____________________________________________________________________________ +[ 21288] By: jhi on 2003/09/19 14:49:20 + Log: Subject: typo fixo + From: Vadim Konovalov + Date: Fri, 19 Sep 2003 06:32:08 +0400 + Message-ID: <4538131828.20030919063208@mail.wplus.net> + Branch: perl + ! pod/perlunicode.pod +____________________________________________________________________________ +[ 21286] By: jhi on 2003/09/19 04:48:52 + Log: Subject: [PATCH 5.8.1 @21211] getsysinfo() broken on OS/2 + From: Ilya Zakharevich + Date: Thu, 18 Sep 2003 19:01:06 -0700 + Message-ID: <20030919020106.GA22511@math.berkeley.edu> + Branch: perl + ! os2/os2.c +____________________________________________________________________________ +[ 21285] By: jhi on 2003/09/19 04:46:39 + Log: Tests for change #21284. + Branch: perl + ! lib/dumpvar.t +____________________________________________________________________________ +[ 21284] By: jhi on 2003/09/19 04:46:12 + Log: Subject: [PATCH 5.8.1 @21211] dumpvar.pl broken + From: Ilya Zakharevich + Date: Thu, 18 Sep 2003 18:58:59 -0700 + Message-ID: <20030919015858.GA22503@math.berkeley.edu> + Branch: perl + ! lib/dumpvar.pl +____________________________________________________________________________ +[ 21283] By: rgs on 2003/09/18 21:29:23 + Log: Perlfaq nits from Iain Truskett. + (from the perlfaq-workers list) + Branch: perl + ! pod/perlfaq2.pod pod/perlfaq4.pod pod/perlfaq8.pod +____________________________________________________________________________ +[ 21282] By: rgs on 2003/09/18 21:10:26 + Log: Integrate a change from the perlfaq CVS. + I consider the bleadperl version being more up-to-date as of now. + Branch: perl + ! pod/perlfaq3.pod +____________________________________________________________________________ +[ 21277] By: jhi on 2003/09/18 19:23:22 + Log: Subject: [PATCH 5.8.1 @21211] -M -A -C broken + From: Ilya Zakharevich + Date: Thu, 18 Sep 2003 11:02:02 -0700 + Message-ID: <20030918180202.GA21949@math.berkeley.edu> + + (use stat.t instead of time.t) + Branch: perl + ! os2/os2ish.h pp_sys.c t/op/stat.t +____________________________________________________________________________ +[ 21276] By: jhi on 2003/09/18 19:15:07 + Log: Subject: Re: [perl #19582] [PATCH bleedperl] bad overload copy constructor segfaults + From: Rick Delaney + Date: Wed, 1 Jan 2003 22:54:59 -0500 + Message-ID: <20030101225459.A2320@cs839290-a.mtth.phub.net.cable.rogers.com> + + (Pity the first patch fell through the cracks back then. + Not that forbidding non-object copy constructors is the right + thing to do but the bug could use fixing.) + Branch: perl + ! lib/overload.t pp.h +____________________________________________________________________________ +[ 21274] By: jhi on 2003/09/18 10:59:58 + Log: Subject: [PATCH] small fix for Devel::PPPort + From: Tassilo von Parseval + Date: Thu, 18 Sep 2003 10:14:58 +0200 + Message-id: <20030918081458.GA2653@ethan> + Branch: perl + ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm +____________________________________________________________________________ +[ 21273] By: jhi on 2003/09/18 10:57:41 + Log: ld has many guises. + Branch: perl + ! lib/ExtUtils/t/MM_Unix.t +____________________________________________________________________________ +[ 21271] By: jhi on 2003/09/18 08:05:28 + Log: Missed OS/2 patch hunk. + Branch: perl + ! os2/os2.c +____________________________________________________________________________ +[ 21270] By: jhi on 2003/09/18 05:00:23 + Log: Subject: Patch for VMS::Filespec + From: Ken Williams + Date: Wed, 17 Sep 2003 20:11:46 -0500 + Message-Id: <12FBA07F-E975-11D7-BDD7-003065F6D85A@mathforum.org> + Branch: perl + ! vms/ext/Filespec.pm +____________________________________________________________________________ +[ 21268] By: jhi on 2003/09/18 04:58:05 + Log: Subject: 5.8.1 warnings when long double == double + From: Andy Dougherty + Date: Wed, 10 Sep 2003 12:03:53 -0400 (EDT) + Message-ID: + (the changed message) + Branch: perl + ! Configure +____________________________________________________________________________ +[ 21267] By: jhi on 2003/09/18 04:54:16 + Log: Patch from Enache Adrian for the new tricks of gcc 3.4 + for "is this symbol defined" scanning of Configure. + Branch: perl + ! Configure +____________________________________________________________________________ +[ 21266] By: jhi on 2003/09/18 04:29:55 + Log: Make it possible to override the mistrustnm hint in Solaris. + Branch: perl + ! hints/solaris_2.sh +____________________________________________________________________________ +[ 21264] By: jhi on 2003/09/17 21:01:36 + Log: A potential fix for non-empty LD in Unix. + Branch: perl + ! lib/ExtUtils/t/MM_Unix.t +____________________________________________________________________________ +[ 21263] By: jhi on 2003/09/17 14:09:50 + Log: Subject: RE: MM in maint@21251 breaks mp2 + From: "Orton, Yves" + Message-ID: <71B318898201D311845C0008C75DAD1C089611FE@defra1ex2> + Date: Wed, 17 Sep 2003 15:47:35 +0100 + Branch: perl + ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm + ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_Win32.t +____________________________________________________________________________ +[ 21261] By: jhi on 2003/09/17 09:33:39 + Log: The AIX C product potentially consists of several packages, + the main package being (hopefully) the first one. + Branch: perl + ! hints/aix.sh +____________________________________________________________________________ +[ 21260] By: jhi on 2003/09/17 07:52:03 + Log: Fix Solaris ccversion not having the cc version. + Branch: perl + ! hints/solaris_2.sh +____________________________________________________________________________ +[ 21259] By: jhi on 2003/09/17 06:02:19 + Log: Subject: [PATCH 5.8.1 @21211] OS/2 APIs again + From: Ilya Zakharevich + Date: Tue, 16 Sep 2003 23:49:42 -0700 + Message-ID: <20030917064941.GA20444@math.berkeley.edu> + Branch: perl + ! os2/os2ish.h +____________________________________________________________________________ +[ 21258] By: jhi on 2003/09/17 06:00:48 + Log: Subject: [PATCH 5.8.1 @21211] os2_process.t + From: Ilya Zakharevich + Date: Tue, 16 Sep 2003 23:21:48 -0700 + Message-ID: <20030917062147.GA20400@math.berkeley.edu> + Branch: perl + ! os2/OS2/Process/t/os2_process.t +____________________________________________________________________________ +[ 21257] By: jhi on 2003/09/17 03:53:46 + Log: Subject: [PATCH 5.8.1 @21211] magic.t + From: Ilya Zakharevich + Date: Tue, 16 Sep 2003 19:17:57 -0700 + Message-ID: <20030917021757.GA20261@math.berkeley.edu> + Branch: perl + ! t/op/magic.t +____________________________________________________________________________ +[ 21253] By: jhi on 2003/09/16 19:48:08 + Log: Subject: [DOC PATCH] Re: [perl #23779] $? and negative exit codes + From: Dave Mitchell + Date: Tue, 16 Sep 2003 21:56:20 +0100 + Message-ID: <20030916205620.GB1246@fdgroup.com> + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 21249] By: jhi on 2003/09/16 19:10:58 + Log: More suggested patches for NCR MP-RAS from Andy Dougherty. + Branch: perl + + ext/Time/HiRes/hints/svr4.pl + ! MANIFEST ext/Sys/Syslog/t/syslog.t t/op/pack.t +____________________________________________________________________________ +[ 21247] By: jhi on 2003/09/16 18:57:34 + Log: Subject: Re: [perl #23791] Many errors in build under NCR MP-RAS + From: Andy Dougherty + Date: Tue, 16 Sep 2003 13:47:55 -0400 (EDT) + Message-ID: + Branch: perl + ! ext/POSIX/hints/svr4.pl hints/svr4.sh +____________________________________________________________________________ +[ 21245] By: jhi on 2003/09/16 18:47:52 + Log: Subject: Re: [PATCH 5.8.1 @19053] Getopt::Std + From: Ilya Zakharevich + Date: Wed, 4 Jun 2003 00:45:23 -0700 + Message-ID: <20030604074523.GA7148@math.berkeley.edu> + Branch: perl + ! lib/Getopt/Std.pm +____________________________________________________________________________ +[ 21243] By: jhi on 2003/09/16 12:18:03 + Log: Give a concrete example of the still existing Unicode slowness. + Branch: perl + ! pod/perlunicode.pod +____________________________________________________________________________ +[ 21241] By: jhi on 2003/09/16 06:38:45 + Log: Make the VERSION of File::Spec be 0.86, otherwise File::Temp's + use File::Spec 0.8 is unhappy. + Branch: perl + ! lib/File/Spec.pm +____________________________________________________________________________ +[ 21240] By: jhi on 2003/09/16 06:34:35 + Log: The test is not needed, says Schwern. + Branch: perl + - lib/base/t/fields-560.t + ! MANIFEST +____________________________________________________________________________ +[ 21239] By: jhi on 2003/09/16 05:04:09 + Log: Upgrade to File::Spec 0.85_03. + Branch: perl + + lib/File/Spec/t/crossplatform.t + ! MANIFEST lib/File/Spec.pm lib/File/Spec/Mac.pm + ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm + ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm + ! lib/File/Spec/t/Spec.t +____________________________________________________________________________ +[ 21238] By: jhi on 2003/09/16 04:57:08 + Log: Upgrade to MakeMaker 6.17. + Branch: perl + ! lib/ExtUtils/Changes lib/ExtUtils/Install.pm + ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml + ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm + ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm + ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm + ! lib/ExtUtils/README lib/ExtUtils/t/MM_Win32.t + ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/basic.t + ! t/lib/MakeMaker/Test/Utils.pm +____________________________________________________________________________ +[ 21235] By: jhi on 2003/09/16 04:35:34 + Log: Upgrade to base 2.03. + (Rename the fields-5.6.0.t to have less d.o.t.s.) + Branch: perl + + lib/base/t/base.t lib/base/t/fields-560.t + + lib/base/t/fields-base.t lib/base/t/fields.t + - lib/fields-base.t lib/fields.t + ! MANIFEST lib/base.pm lib/fields.pm +____________________________________________________________________________ +[ 21234] By: jhi on 2003/09/15 19:17:03 + Log: Subject: Re: perl@21233 looks ok on VMS 7.3-1 + From: PPrymmer@factset.com + Date: Mon, 15 Sep 2003 15:28:52 -0400 + Message-ID: + Branch: perl + ! lib/Memoize/t/tie_sdbm.t +____________________________________________________________________________ +[ 21230] By: jhi on 2003/09/14 17:46:52 + Log: Check the context of for/grep/map. + Branch: perl + ! t/op/grep.t +____________________________________________________________________________ +[ 21228] By: jhi on 2003/09/14 13:40:23 + Log: For-non-perlio places we need STDOUT back. + Branch: perl + ! t/io/dup.t +____________________________________________________________________________ +[ 21227] By: jhi on 2003/09/14 09:44:49 + Log: Also IRIX wants setlogsock('stream'). + Branch: perl + ! ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/t/syslog.t +____________________________________________________________________________ +[ 21224] By: jhi on 2003/09/14 07:44:26 + Log: More portable reading. + Branch: perl + ! t/io/dup.t +____________________________________________________________________________ +[ 21222] By: jhi on 2003/09/14 07:35:28 + Log: More dup testing. + Branch: perl + ! t/io/dup.t +____________________________________________________________________________ +[ 21220] By: jhi on 2003/09/14 06:54:05 + Log: Use $Config{_exe}. + Branch: perl + ! t/run/switches.t +____________________________________________________________________________ +[ 21219] By: jhi on 2003/09/14 06:46:26 + Log: Subject: Re: [PATCH 5.8.1 @20218] OS/2 API + From: Ilya Zakharevich + Date: Sat, 13 Sep 2003 20:20:30 -0700 + Message-ID: <20030914032030.GA17822@math.berkeley.edu> + Branch: perl + ! os2/os2.c t/run/switches.t +____________________________________________________________________________ +[ 21218] By: jhi on 2003/09/14 06:45:13 + Log: Subject: Re: [PATCH 5.8.1 @20218] OS/2 API + From: Michael G Schwern + Date: Thu, 11 Sep 2003 15:07:10 -0700 + Message-ID: <20030911220710.GO18786@windhund.schwern.org> + + (in OS/2 if a file has been chmod 0400'ed, it cannot be deleted) + Branch: perl + ! lib/ExtUtils/t/Manifest.t +____________________________________________________________________________ +[ 21217] By: jhi on 2003/09/14 06:42:12 + Log: Subject: [PATCH] PerlIO_tmpfile clean-up for VMS + From: "Craig A. Berry" + Date: Sun, 14 Sep 2003 00:23:56 -0500 + Message-ID: <3F63FB6C.5040502@mac.com> + Branch: perl + ! perlio.c +____________________________________________________________________________ +[ 21214] By: jhi on 2003/09/13 18:33:41 + Log: parse_version doesn't always succeed. + Branch: perl + ! Porting/cmpVERSION.pl +____________________________________________________________________________ +[ 21213] By: jhi on 2003/09/13 18:31:41 + Log: pod changes, so change $VERSION. + Branch: perl + ! lib/Fatal.pm +____________________________________________________________________________ +[ 21210] By: jhi on 2003/09/13 15:24:38 + Log: Subject: Re: unicode regex problem + From: hv@crypt.org + Date: Sat, 13 Sep 2003 15:21:34 +0100 + Message-Id: <200309131421.h8DELYx25894@zen.crypt.org> + Branch: perl + ! regcomp.c t/op/pat.t +____________________________________________________________________________ +[ 21209] By: jhi on 2003/09/13 15:22:38 + Log: More PerlIO warnings changes. + Branch: perl + ! ext/PerlIO/t/fail.t t/lib/warnings/perlio +____________________________________________________________________________ +[ 21208] By: jhi on 2003/09/13 11:15:40 + Log: The "perlio: " prefix looks a little odd + in the few warning/error messages, since + no other 'subsystems' have prefixes. + Branch: perl + ! perlio.c pod/perldiag.pod t/io/open.t +____________________________________________________________________________ +[ 21207] By: jhi on 2003/09/13 10:37:30 + Log: Layer names were recognized by their prefixes + (e.g. open(F, ":u", "file") worked...) + Branch: perl + ! perlio.c t/io/open.t +____________________________________________________________________________ +[ 21206] By: jhi on 2003/09/13 10:10:46 + Log: Apparently at some point doing 3-arg open with + illegal mode like ">>>" had stopped croaking. + Branch: perl + ! doio.c t/io/open.t +____________________________________________________________________________ +[ 21205] By: jhi on 2003/09/13 08:42:10 + Log: Minuscule code cleanup. + Branch: perl + ! doio.c +____________________________________________________________________________ +[ 21204] By: jhi on 2003/09/13 06:47:23 + Log: Subject: [perl #23788] int of a fraction errors + From: "Boyd, Brooks D" (via RT) + Date: 11 Sep 2003 22:38:19 -0000 + Message-ID: + + Add a separate faq entry for int(). (Yes, a bit redundant + with the existing "why are my numbers broken" entry.) + Branch: perl + ! pod/perlfaq4.pod +____________________________________________________________________________ +[ 21203] By: jhi on 2003/09/13 06:34:03 + Log: Subject: Unknown discipline ':utf8' w/ maint perl w/o perlio + From: Stas Bekman + Date: Fri, 12 Sep 2003 13:44:11 -0700 + Message-ID: <3F62301B.3080604@stason.org> + + s/discipline/IO layer/, instead of "unknown" say "unavailable", + and have the fuller explanation in perldiag. + Branch: perl + ! doio.c pod/perldiag.pod +____________________________________________________________________________ +[ 21202] By: jhi on 2003/09/13 06:07:27 + Log: Make the new glob tests pass (well, skip) even with miniperl. + Branch: perl + ! t/run/fresh_perl.t +____________________________________________________________________________ +[ 21201] By: rgs on 2003/09/12 21:41:04 + Log: Stringify the $VERSION of DynaLoader so it's never dependent + on localized float-to-string conversions. + Branch: perl + ! ext/DynaLoader/DynaLoader_pm.PL +____________________________________________________________________________ +[ 21198] By: jhi on 2003/09/12 17:59:25 + Log: It's UTF-8, not UTF8. (Note: not s/UTF-8/UTF8/, + since that would break a lot of code.) Also few + stray UTF16s, UTF32s, and "encoded in Unicode". + Branch: perl + ! doop.c hv.h pod/perl570delta.pod pod/perl58delta.pod + ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod + ! pod/perlhack.pod pod/perlpodspec.pod pod/perltoc.pod + ! pod/perltodo.pod pod/perlunicode.pod pod/perluniintro.pod + ! pp_hot.c pp_sys.c sv.c sv.h utf8.c utf8.h utfebcdic.h +____________________________________________________________________________ +[ 21197] By: jhi on 2003/09/12 17:24:17 + Log: The buildtoc now has options. + Branch: perl + ! pod/Makefile.SH +____________________________________________________________________________ +[ 21196] By: jhi on 2003/09/12 14:33:16 + Log: Some more tweaks on open ...&=. + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 21194] By: jhi on 2003/09/12 11:36:14 + Log: Slightly more documentation for open ...&=. + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 21193] By: jhi on 2003/09/12 03:21:53 + Log: Document the new strict strict in strict. + Branch: perl + ! lib/strict.pm +____________________________________________________________________________ +[ 21191] By: jhi on 2003/09/12 03:03:17 + Log: More comments for the FreeBSD threads hints. + Branch: perl + ! hints/freebsd.sh +____________________________________________________________________________ +[ 21188] By: jhi on 2003/09/11 20:23:55 + Log: More refactoring of the FreeBSD threads hints. + Basically, for fresh enough 5.x the -pthread is dropped, + otherwise keep it, and no known FreeBSD release has + a functional gethostbyaddr_r. + Branch: perl + ! hints/freebsd.sh +____________________________________________________________________________ +[ 21187] By: jhi on 2003/09/11 20:12:00 + Log: Subject: [PATCH 5.8.1 @20218] OS/2 API + From: Ilya Zakharevich + Date: Thu, 11 Sep 2003 09:15:04 -0700 + Message-ID: <20030911161504.GA16113@math.berkeley.edu> + Branch: perl + ! os2/OS2/Process/MANIFEST os2/OS2/Process/Process.pm + ! os2/OS2/Process/Process.xs +____________________________________________________________________________ +[ 21186] By: jhi on 2003/09/11 20:10:32 + Log: Subject: [PATCH maint@21148] Security: suidperl path disclosure revisited + From: "Brendan O'Dea" + Date: Fri, 12 Sep 2003 00:12:51 +1000 + Message-ID: <20030911141251.GA26907@londo.c47.org> + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 21181] By: jhi on 2003/09/11 08:25:13 + Log: The change of not needing -pthread in FreeBSD 5.x + is very recent (Sep 3) (from Anton Berezin). + Branch: perl + ! hints/freebsd.sh +____________________________________________________________________________ +[ 21179] By: jhi on 2003/09/11 06:13:12 + Log: Upgrade to Pod::Perldoc 3.10. + (Yes, the doughera address change is wrong, but hardly worth 3.11.) + Branch: perl + ! lib/Pod/Perldoc.pm +____________________________________________________________________________ +[ 21176] By: jhi on 2003/09/11 05:22:27 + Log: Upgrade to base 2.02. + Branch: perl + + lib/fields-base.t + ! MANIFEST lib/base.pm lib/fields.t +____________________________________________________________________________ +[ 21174] By: jhi on 2003/09/11 04:45:56 + Log: Replace #21158 with a better patch from Hugo + (for [perl #23769]). + Branch: perl + ! regcomp.c regexec.c t/op/pat.t +____________________________________________________________________________ +[ 21173] By: jhi on 2003/09/11 03:08:04 + Log: Subject: [PATCH][TESTS] dumpvar.pl + From: Joe McMahon + Date: Thu, 11 Sep 2003 00:10:29 -0400 (EDT) + Message-ID: + Branch: perl + ! lib/dumpvar.pl lib/dumpvar.t +____________________________________________________________________________ +[ 21172] By: jhi on 2003/09/11 03:03:52 + Log: Enache still wants -pthread gone for FreeBSD 5.x + since it doesn't work with the latest -current. + Branch: perl + ! hints/freebsd.sh +____________________________________________________________________________ +[ 21171] By: jhi on 2003/09/11 02:58:29 + Log: Subject: [patch] more fullpath TAGS patches (emacs/cperl-mode.el + emacs/ptags) + From: Stas Bekman + Date: Thu, 28 Aug 2003 16:10:48 -0700 + Message-ID: <3F4E8BF8.1090800@stason.org> + Branch: perl + ! emacs/cperl-mode.el emacs/ptags +____________________________________________________________________________ +[ 21170] By: jhi on 2003/09/11 02:56:50 + Log: Retract #21149, sez Schwern. + Branch: perl + ! lib/Test/More.pm +____________________________________________________________________________ +[ 21169] By: jhi on 2003/09/11 02:55:49 + Log: Retract #21168 based on advice from Anton Berezin (added). + Branch: perl + ! hints/freebsd.sh +____________________________________________________________________________ +[ 21168] By: rgs on 2003/09/10 21:43:40 + Log: Subject: nit to hints/freebsd.sh + From: Enache Adrian + Date: Wed, 10 Sep 2003 19:50:59 +0300 + Message-ID: <20030910165059.GB1321@ratsnest.hole> + Branch: perl + ! hints/freebsd.sh +____________________________________________________________________________ +[ 21167] By: rgs on 2003/09/10 21:18:59 + Log: Subject: Re: [perl #15395] lexical warnings and inheritance + From: Anno Siegel + Date: Sun, 31 Aug 2003 22:08:19 GMT + Message-Id: <200308312208.WAA25312@lublin.zrz.TU-Berlin.DE> + + The test has been moved into warnings.pm's test suite. Note + that this patch fixed as well the behaviour of warnings::enabled + regarding lexical scoping and different files; hence the expected + results in a few tests in /t/lib/warnings/9enabled has been + reverted. + Branch: perl + ! lib/warnings.pm t/lib/warnings/9enabled warnings.pl +____________________________________________________________________________ +[ 21166] By: rgs on 2003/09/10 19:36:30 + Log: Remove the warning in perlfaq about using map in void context : + From: abigail@abigail.nl (Abigail) + Subject: [PATCH perlfaq6] map in a void context. + Date: Tue, 9 Sep 2003 10:31:58 +0200 + Message-ID: <20030909083158.GA24125@abigail.nl> + Branch: perl + ! pod/perlfaq6.pod +____________________________________________________________________________ +[ 21165] By: jhi on 2003/09/10 16:48:52 + Log: Subject: [PATCH] AUTHORS + From: enache@rdslink.ro (Enache Adrian) + Date: Tue, 9 Sep 2003 19:34:05 +0300 + Message-ID: <20030909163405.GB1398@ratsnest.hole> + Branch: perl + ! AUTHORS +____________________________________________________________________________ +[ 21164] By: jhi on 2003/09/10 15:38:51 + Log: Regen perlapi. + Branch: perl + ! pod/perlapi.pod +____________________________________________________________________________ +[ 21163] By: merijn on 2003/09/10 15:31:27 + Log: Subject: [perl #23778] hints/aix.sh + Date: 10 Sep 2003 16:30:32 -0000 + From: "Gary L. Armstrong" (via RT) + Message-ID: + Branch: perl + ! hints/aix.sh +____________________________________________________________________________ +[ 21162] By: jhi on 2003/09/10 15:21:43 + Log: blead version of #21161. + Branch: perl + ! pod/perlvar.pod +____________________________________________________________________________ +[ 21160] By: jhi on 2003/09/10 15:11:59 + Log: Subject: Re: Decreasing VMS tests in File::Spec::VMS? + From: PPrymmer@factset.com + Message-ID: + Date: Fri, 5 Sep 2003 17:46:48 -0400 + Branch: perl + ! lib/File/Spec/t/Spec.t +____________________________________________________________________________ +[ 21159] By: jhi on 2003/09/10 15:10:06 + Log: Subject: [PATCH 5.8.1] Unwanted "redefined" warnings in h2ph + From: Kurt Starsinic + Date: Tue, 9 Sep 2003 23:16:00 -0400 + Message-ID: <20030910031600.GA30554@verizon.net> + + Subject: Re: [PATCH 5.8.1] Unwanted "redefined" warnings in h2ph + From: "Brendan O'Dea" + Date: Wed, 10 Sep 2003 22:03:15 +1000 + Message-ID: <20030910120315.GA1372@londo.c47.org> + Branch: perl + ! t/lib/h2ph.pht utils/h2ph.PL +____________________________________________________________________________ +[ 21158] By: jhi on 2003/09/10 09:31:24 + Log: Unicode regex broken on simple example + regrepeat() did not work right for UTF-8(ed Latin-1) + in the EXACT case, which made the \x{a0}+ fail. + Branch: perl + ! regexec.c t/op/pat.t +____________________________________________________________________________ +[ 21157] By: jhi on 2003/09/10 08:15:54 + Log: Linenumbers for utf8 warnings were wrong, test also rcatline. + Branch: perl + ! pp_hot.c t/io/utf8.t +____________________________________________________________________________ +[ 21156] By: jhi on 2003/09/10 08:05:13 + Log: Detypo and explain better. + Branch: perl + ! pod/perldiag.pod +____________________________________________________________________________ +[ 21155] By: jhi on 2003/09/10 08:02:55 + Log: If doing rcatline no point rescanning each time + the beginning of the SV for utf8 validity. + Branch: perl + ! pp_hot.c +____________________________________________________________________________ +[ 21154] By: jhi on 2003/09/10 07:16:52 + Log: No utf8 warnings without use warnings. + Branch: perl + ! t/io/utf8.t +____________________________________________________________________________ +[ 21153] By: jhi on 2003/09/10 06:57:16 + Log: Reading a latin1 file with open(... "<:utf8") will freeze + is no more valid, the script doesn't freeze, but I noticed + that neither does the complain about bad UTF-8 as it + should and as it does with :encoding(utf8). + Branch: perl + ! pp_hot.c t/io/utf8.t +____________________________________________________________________________ +[ 21152] By: jhi on 2003/09/10 06:54:02 + Log: A new UTF-8 API, Perl_is_utf8_string_loc(), a variant + of Perl_utf8_is_string(). + Branch: perl + ! embed.fnc embed.h global.sym proto.h utf8.c +____________________________________________________________________________ +[ 21151] By: jhi on 2003/09/10 06:16:28 + Log: Document a PerlIO/Encode warning. + Branch: perl + ! pod/perldiag.pod +____________________________________________________________________________ +[ 21149] By: jhi on 2003/09/09 17:22:42 + Log: Subject: Re: maint @ 21116 + From: Fergal Daly + Date: Tue, 9 Sep 2003 18:26:20 +0100 + Message-Id: <200309091826.20630.fergal@esatclear.ie> + + (added warning) + Branch: perl + ! lib/Test/More.pm +____________________________________________________________________________ +[ 21146] By: jhi on 2003/09/09 15:36:20 + Log: Adjust the test count. + Branch: perl + ! lib/Test/Simple/t/is_deeply.t +____________________________________________________________________________ +[ 21144] By: jhi on 2003/09/09 15:03:58 + Log: AUTHORS update from Dave Mitchell. + Branch: perl + ! AUTHORS +____________________________________________________________________________ +[ 21143] By: jhi on 2003/09/09 15:02:18 + Log: Retract #20548 and #20465. + Branch: perl + ! lib/Test/More.pm lib/Test/Simple/t/More.t + ! lib/Test/Simple/t/is_deeply.t +____________________________________________________________________________ +[ 21141] By: jhi on 2003/09/09 14:27:10 + Log: Subject: Re: maint @ 21116 + From: Enache Adrian + Date: Tue, 9 Sep 2003 16:59:44 +0300 + Message-ID: <20030909135944.GA1666@ratsnest.hole> + Branch: perl + ! makedef.pl +____________________________________________________________________________ +[ 21140] By: jhi on 2003/09/09 14:25:51 + Log: Retract #21132. + Branch: perl + ! makedef.pl perl.h +____________________________________________________________________________ +[ 21139] By: jhi on 2003/09/09 11:55:33 + Log: Warn more about disclosing the hash seed, from Scott A. Crosby. + Branch: perl + ! lib/Hash/Util.pm pod/perlrun.pod +____________________________________________________________________________ +[ 21137] By: jhi on 2003/09/09 09:50:13 + Log: Subject: =encoding in perlpod/perlpodspec + From: sburke@cpan.org (Sean M. Burke) + Date: Sun, 07 Sep 2003 03:08:28 -0800 + Message-ID: <5.2.1.1.1.20030907030717.00a6aaa0@mailstore.pobox.com> + Branch: perl + ! pod/perlpod.pod pod/perlpodspec.pod +____________________________________________________________________________ +[ 21136] By: jhi on 2003/09/09 09:46:01 + Log: One more chance... Elizabeth's change #21107 plus + Subject: Re: [PATCH] warnings.pl: each thread 10K smaller + From: Rafael Garcia-Suarez + Date: Tue, 9 Sep 2003 01:44:24 +0200 + Message-Id: <20030909014424.7ef5e0cd.rgarciasuarez@free.fr> + Branch: perl + ! lib/warnings.pm toke.c warnings.pl +____________________________________________________________________________ +[ 21135] By: jhi on 2003/09/09 09:35:48 + Log: One more test count tweak. + Branch: perl + ! t/op/grep.t +____________________________________________________________________________ +[ 21132] By: jhi on 2003/09/09 07:57:20 + Log: Subject: Re: maint @ 21116 + From: Steve Hay + Date: Tue, 09 Sep 2003 09:49:07 +0100 + Message-ID: <3F5D9403.3040004@uk.radan.com> + Branch: perl + ! makedef.pl perl.h +____________________________________________________________________________ +[ 21131] By: jhi on 2003/09/09 07:54:52 + Log: Subject: Re: [PATCH] honoring void context for map(), return from sub end test + From: david nicol + Date: 08 Sep 2003 23:39:32 -0500 + Message-Id: <1063082372.1375.126.camel@plaza.davidnicol.com> + + (a testcase) + Branch: perl + ! t/op/grep.t +____________________________________________________________________________ +[ 21128] By: jhi on 2003/09/09 07:08:15 + Log: Ooops, perlio into scalars was already history for this test... + Branch: perl + ! lib/dumpvar.t +____________________________________________________________________________ +[ 21127] By: jhi on 2003/09/09 07:06:26 + Log: Cannot do perlio into scalars without perlio. + Branch: perl + ! lib/dumpvar.t +____________________________________________________________________________ +[ 21126] By: jhi on 2003/09/09 07:04:53 + Log: I claim that the debugger is untestable until proven otherwise. + Branch: perl + - lib/perl5db/de0.t + ! MANIFEST +____________________________________________________________________________ +[ 21124] By: jhi on 2003/09/09 06:59:52 + Log: In trying to save space, the warnings.pl change (#21107) + pulled in attributes.pm... and the change didn't seem to + be that well tested with different configurations. + Retract #21119, #21117, #21107. + Branch: perl + ! ext/B/t/stash.t lib/warnings.pm warnings.pl +____________________________________________________________________________ +[ 21122] By: jhi on 2003/09/09 06:28:31 + Log: Really do #21121. + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 21121] By: jhi on 2003/09/09 05:56:52 + Log: There's no particular reason to have the dumpvar.t + in lib/perl5db/. + Branch: perl + + lib/dumpvar.t + - lib/perl5db/dumpvar.t + ! MANIFEST +____________________________________________________________________________ +[ 21119] By: jhi on 2003/09/09 05:46:02 + Log: strict stash seems to have gone, too. + Branch: perl + ! ext/B/t/stash.t +____________________________________________________________________________ +[ 21117] By: rgs on 2003/09/08 22:26:36 + Log: Loading warnings.pm now loads attributes.pm that loads strict.pm. + (due to #21107 apparently.) Adjust this test accordingly. + Branch: perl + ! ext/B/t/stash.t +____________________________________________________________________________ +[ 21113] By: jhi on 2003/09/08 21:10:53 + Log: Subject: [PATCH] silence 1 compiler warning + From: Nicholas Clark + Date: Mon, 8 Sep 2003 23:04:45 +0100 + Message-ID: <20030908230445.E30881@plum.flirble.org> + Branch: perl + ! universal.c +____________________________________________________________________________ +[ 21112] By: jhi on 2003/09/08 21:09:34 + Log: Retract #21096, mostly: I had misexplained the situation + to Scott A. Crosby. Seeing the seed value while not good + for the ultimate paranoia viewpoint is not that bad, as long + as the users are fully aware of the dangers of disclosing + the hash seed. So hash_seed() is okay. + + Being able to see the hash values (as in Java) would + be another option, but dubious: it's not that per-key + hash values themselves are bad to allow scripts to see, + but rather that hash values are just as sensitive (from + the DoSing viewpoint) as the hash seed itself (and there + usually more hash values than the one hash seed....) + Branch: perl + ! lib/Hash/Util.pm lib/Hash/Util.t pod/perlrun.pod universal.c +____________________________________________________________________________ +[ 21110] By: jhi on 2003/09/08 20:59:04 + Log: Urk. unique, not shared. + Branch: perl + ! configpm +____________________________________________________________________________ +[ 21109] By: jhi on 2003/09/08 20:57:25 + Log: Subject: [PATCH] configpm: about 1.5K less per thread + From: Elizabeth Mattijsen + Date: Mon, 8 Sep 2003 23:58:34 +0200 + Message-Id: + Branch: perl + ! configpm +____________________________________________________________________________ +[ 21107] By: jhi on 2003/09/08 20:45:38 + Log: Subject: [PATCH] warnings.pl: each thread 10K smaller + From: Elizabeth Mattijsen + Date: Mon, 8 Sep 2003 22:22:38 +0200 + Message-Id: + Branch: perl + ! lib/warnings.pm warnings.pl +____________________________________________________________________________ +[ 21106] By: rgs on 2003/09/08 20:45:03 + Log: A version of change #21073 that works. + Branch: perl + ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t +____________________________________________________________________________ +[ 21105] By: jhi on 2003/09/08 20:44:22 + Log: Regen perlapi. + Branch: perl + ! pod/perlapi.pod +____________________________________________________________________________ +[ 21103] By: jhi on 2003/09/08 20:18:56 + Log: Radu Greab is my hero (the recent cygwin getpw*->pw_comment + being a bad pointer is apparently a known cygwin bug). The + cure is to initialize the field. + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 21100] By: jhi on 2003/09/08 19:38:39 + Log: Bad export. + Branch: perl + ! lib/Hash/Util.t +____________________________________________________________________________ +[ 21098] By: jhi on 2003/09/08 19:06:09 + Log: The IPC::Open3 is just too unreliable for this task. + Branch: perl + ! lib/perl5db/de0.t +____________________________________________________________________________ +[ 21097] By: jhi on 2003/09/08 18:42:43 + Log: Try to make the de0.t test more robust. + The test is so flakey (too many external things influencing + the result) that I'm likely to leave it out from the maint. + Branch: perl + ! lib/perl5db/de0.t +____________________________________________________________________________ +[ 21096] By: jhi on 2003/09/08 17:58:19 + Log: Scott A. Crosby believes in not disclosing + any more information than necessary: therefore + instead of hash_seed() we have now hashes_random(). + Branch: perl + ! lib/Hash/Util.pm lib/Hash/Util.t pod/perlrun.pod universal.c +____________________________________________________________________________ +[ 21095] By: jhi on 2003/09/08 17:36:50 + Log: Mac OS X "last resort" recipe. + Branch: perl + ! README.macosx +____________________________________________________________________________ +[ 21094] By: jhi on 2003/09/08 16:50:55 + Log: Subject: [patch] AUTHORS + From: Juerd + Date: Mon, 8 Sep 2003 08:42:13 +0200 + Message-ID: <20030908064213.GC23461@c3.convolution.nl> + Branch: perl + ! AUTHORS +____________________________________________________________________________ +[ 21093] By: jhi on 2003/09/08 15:47:14 + Log: Slightly more intelligent paranoia. + Branch: perl + ! pod/perldiag.pod util.c +____________________________________________________________________________ +[ 21090] By: jhi on 2003/09/08 14:07:03 + Log: Win32 is playing to hard to get but I do not have + time to chase it, so restore #21072, more or less. + I think testing the debugger in UNIX-like places + is enough, no need to go into painful contortions + trying to "portably" run interactive programs like + the debugger. + Branch: perl + ! lib/perl5db/de0.t +____________________________________________________________________________ +[ 21088] By: jhi on 2003/09/08 12:50:15 + Log: 5.8.1 was mistakenly redefining PL_sv_placeholder. + Branch: perl + ! ext/Storable/Storable.xs +____________________________________________________________________________ +[ 21087] By: jhi on 2003/09/08 12:34:37 + Log: Add Hash::Util::hash_seed() which answers among + other things the question whether our hashes are + "randomised". (They always were...) + Branch: perl + ! lib/Hash/Util.pm lib/Hash/Util.t pod/perlrun.pod universal.c +____________________________________________________________________________ +[ 21086] By: jhi on 2003/09/08 12:22:03 + Log: XSRETURN_UV was missing. + Branch: perl + ! XSUB.h +____________________________________________________________________________ +[ 21085] By: jhi on 2003/09/08 12:15:23 + Log: Superparanoia. + Branch: perl + ! util.c +____________________________________________________________________________ +[ 21084] By: ams on 2003/09/08 11:44:25 + Log: Clean up pp_readdir() somewhat. + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 21082] By: jhi on 2003/09/08 11:32:46 + Log: The #21073 broke ext/B/t/o.t, retracting the #21073. + Branch: perl + ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t +____________________________________________________________________________ +[ 21080] By: jhi on 2003/09/08 09:52:40 + Log: In Win32 IPC::Open3 + IO::Select does not work that well + so mostly undo the change #21072 and revert back to using + a temp file. + Branch: perl + ! lib/perl5db/de0.t +____________________________________________________________________________ +[ 21078] By: jhi on 2003/09/08 09:10:47 + Log: In Win32 the cmd.exe console output doesn't seem to + be catchable using the in-memory I/O + select trick, + so use tie-STDOUT trick instead. + Branch: perl + ! lib/perl5db/dumpvar.t +____________________________________________________________________________ +[ 21077] By: jhi on 2003/09/08 09:03:13 + Log: Move Config test. + Branch: perl + ! lib/perl5db/de0.t +____________________________________________________________________________ +[ 21076] By: jhi on 2003/09/08 08:50:27 + Log: Let's require fork for this test. + Branch: perl + ! lib/perl5db/de0.t +____________________________________________________________________________ +[ 21074] By: jhi on 2003/09/08 08:09:27 + Log: Subject: [PATCH] call_(pv|etc.) for Devel::PPPort + From: Tassilo von Parseval + Date: Mon, 08 Sep 2003 08:56:09 +0200 + Message-id: <20030908065609.GA1260@ethan> + Branch: perl + ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm + ! ext/Devel/PPPort/t/test.t +____________________________________________________________________________ +[ 21073] By: jhi on 2003/09/08 08:07:55 + Log: Subject: Re: one nit to fix [PATCH] + From: Rafael Garcia-Suarez + Date: Mon, 8 Sep 2003 10:19:08 +0200 + Message-Id: <20030908101908.5571326d.rgarcia@hexaflux.com> + Branch: perl + ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t +____________________________________________________________________________ +[ 21072] By: jhi on 2003/09/08 08:04:53 + Log: Subject: Re: [PATCH] Test skeleton for debugger commands + From: Andreas J Koenig + Date: Mon, 08 Sep 2003 10:48:27 +0200 + Message-ID: <87llszis2s.fsf@franz.ak.mind.de> + Branch: perl + ! lib/perl5db/de0.t +____________________________________________________________________________ +[ 21071] By: jhi on 2003/09/08 06:46:00 + Log: de0.t: use Test::More, add some tests. + Branch: perl + ! lib/perl5db/de0.t +____________________________________________________________________________ +[ 21070] By: jhi on 2003/09/08 06:31:39 + Log: More dumpvar testing. + Branch: perl + ! lib/perl5db/dumpvar.t +____________________________________________________________________________ +[ 21069] By: jhi on 2003/09/08 05:34:03 + Log: An empty test. + Branch: perl + ! lib/perl5db/dumpvar.t +____________________________________________________________________________ +[ 21068] By: jhi on 2003/09/08 05:21:21 + Log: dumpvar.t: use Test::More; + Branch: perl + ! lib/perl5db/dumpvar.t +____________________________________________________________________________ +[ 21067] By: jhi on 2003/09/08 05:11:46 + Log: Cleanup PerlIO::scalar documentation a bit. + Branch: perl + ! ext/PerlIO/scalar/scalar.pm +____________________________________________________________________________ +[ 21066] By: jhi on 2003/09/08 04:49:28 + Log: The in-memory files require PerlIO::scalar. + Branch: perl + ! lib/perl5db/dumpvar.t +____________________________________________________________________________ +[ 21065] By: rgs on 2003/09/07 21:17:23 + Log: Subject: [PATCH] Test skeleton for debugger commands + From: Andreas J Koenig + Date: Sun, 07 Sep 2003 18:51:56 +0200 + Message-ID: <87fzj8k0cz.fsf@franz.ak.mind.de> + With minor adjustments + Branch: perl + + lib/perl5db/de0.t lib/perl5db/dumpvar.t + ! MANIFEST +____________________________________________________________________________ +[ 21064] By: rgs on 2003/09/07 19:12:05 + Log: Upgrade to Unicode::Collate 0.28 + Branch: perl + + lib/Unicode/Collate/t/contract.t + ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes + ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t +____________________________________________________________________________ +[ 21063] By: rgs on 2003/09/07 18:25:23 + Log: Subject: [PATCH] Re: [perl #23656] Safe reval bleeds local variable values + From: Dave Mitchell + Date: Sun, 7 Sep 2003 19:14:44 +0100 + Message-ID: <20030907181444.GA7058@fdgroup.com> + Branch: perl + ! ext/Opcode/Safe.pm +____________________________________________________________________________ +[ 21062] By: rgs on 2003/09/07 12:44:33 + Log: Subject: [PATCH] honoring void context for map() + From: Tassilo von Parseval + Date: Thu, 04 Sep 2003 11:13:41 +0200 + Message-id: <20030904091341.GA30655@ethan> + Branch: perl + ! pp_ctl.c +____________________________________________________________________________ +[ 21061] By: jhi on 2003/09/07 07:04:53 + Log: Retract #21010. + Branch: perl + ! lib/dumpvar.pl +____________________________________________________________________________ +[ 21060] By: rgs on 2003/09/06 21:30:10 + Log: Minor doc style nits in XSLoader. + Branch: perl + ! ext/DynaLoader/XSLoader_pm.PL +____________________________________________________________________________ +[ 21058] By: jhi on 2003/09/06 19:57:46 + Log: Vanity patch. + Branch: perl + ! AUTHORS +____________________________________________________________________________ +[ 21057] By: jhi on 2003/09/06 19:56:53 + Log: Updated Sharp Zaurus cross-compilation from Redvers Davies. + Branch: perl + ! Cross/Makefile Cross/Makefile.SH.patch Cross/README Cross/TODO + ! Cross/config.sh-arm-linux Cross/generate_config_sh + ! Cross/installperl.patch +____________________________________________________________________________ +[ 21056] By: rgs on 2003/09/06 19:03:41 + Log: Email nits in Fatal.pm [perl #23724]. + Branch: perl + ! lib/Fatal.pm +____________________________________________________________________________ +[ 21052] By: jhi on 2003/09/05 20:34:15 + Log: Musty corners of Syslog.pm. + Branch: perl + ! ext/Sys/Syslog/Syslog.pm +____________________________________________________________________________ +[ 21051] By: ams on 2003/09/05 18:43:46 + Log: 1. Work around the bug fixed by #20587 (because it's in 5.8.0). + 2. Compensate for PL_sv_placeholder <= 5.8.1. + 3. Clean up non-backwards-compatible tests. + 4. Prepare for the 2.08 CPAN release. + Branch: perl + ! ext/Storable/ChangeLog ext/Storable/Storable.xs + ! ext/Storable/t/freeze.t ext/Storable/t/malice.t + ! ext/Storable/t/utf8hash.t +____________________________________________________________________________ +[ 21048] By: jhi on 2003/09/05 13:53:23 + Log: One more known tie problem. + Branch: perl + ! pod/perltie.pod +____________________________________________________________________________ +[ 21047] By: jhi on 2003/09/05 13:46:35 + Log: Subject: [PATCH] threads/shared.pm: saves 4K per thread + Date: Fri, 5 Sep 2003 14:46:00 +0200 + Message-Id: + From: Elizabeth Mattijsen + Branch: perl + ! ext/threads/shared/shared.pm +____________________________________________________________________________ +[ 21046] By: jhi on 2003/09/05 13:44:30 + Log: Subject: versions threads modules + From: Elizabeth Mattijsen + Date: Fri, 5 Sep 2003 12:22:52 +0200 + Message-Id: + Branch: perl + ! ext/threads/shared/shared.pm +____________________________________________________________________________ +[ 21045] By: jhi on 2003/09/05 13:43:36 + Log: More suidperl path disclosure plugging: + the #9813 didn't do enough. See either of + http://rt.perl.org/rt2/Ticket/Display.html?id=6511 + http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=203426 + Branch: perl + ! perl.c pod/perldiag.pod +____________________________________________________________________________ +[ 21044] By: jhi on 2003/09/05 13:09:54 + Log: FreeBSD hints updates from Anton Berezin. + Branch: perl + ! hints/freebsd.sh +____________________________________________________________________________ +[ 21043] By: merijn on 2003/09/05 11:18:20 + Log: Changed conflicting diff options + Branch: perl + ! patchlevel.h +____________________________________________________________________________ +[ 21042] By: jhi on 2003/09/05 06:47:43 + Log: Acknowledge some known tie bugs. + Branch: perl + ! pod/perltie.pod +____________________________________________________________________________ +[ 21041] By: merijn on 2003/09/05 04:50:44 + Log: Subject: [PATCH] Remove dublicated entry in AUTHORS + From: Ilya Martynov + Date: Fri, 05 Sep 2003 00:49:57 +0400 + Message-ID: <8765k8uvm2.fsf@abra.ru> + Branch: perl + ! AUTHORS +____________________________________________________________________________ +[ 21040] By: jhi on 2003/09/05 04:36:48 + Log: code example error in "perlopentut" + Branch: perl + ! pod/perlopentut.pod +____________________________________________________________________________ +[ 21039] By: jhi on 2003/09/05 04:13:17 + Log: Another seemingly fixed (un)tie bug, + [perl ##22297] cannot untie scalar from within tied FETCH + Branch: perl + ! t/op/tie.t +____________________________________________________________________________ +[ 21036] By: jhi on 2003/09/04 19:34:26 + Log: Subject: Re: [PATCH] Data::Dumper 2.121 + From: Ilya Martynov + Date: Fri, 05 Sep 2003 00:33:46 +0400 + Message-ID: <87ad9kuwd1.fsf@abra.ru> + Branch: perl + ! ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm + ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t + ! ext/Data/Dumper/t/overload.t ext/Data/Dumper/t/pair.t +____________________________________________________________________________ +[ 21033] By: jhi on 2003/09/04 18:52:29 + Log: I think once is enough. + Branch: perl + ! configure.gnu +____________________________________________________________________________ +[ 21032] By: jhi on 2003/09/04 17:30:28 + Log: Subject: [PATCH] Re: [PATCH] Re: ByteLoader and MSWin32 + From: Enache Adrian + Date: Thu, 4 Sep 2003 20:09:06 +0300 + Message-ID: <20030904170906.GA1235@ratsnest.hole> + Branch: perl + ! bytecode.pl ext/B/B/Bytecode.pm ext/ByteLoader/bytecode.h + ! ext/ByteLoader/byterun.c +____________________________________________________________________________ +[ 21031] By: jhi on 2003/09/04 17:27:58 + Log: Subject: [PATCH] perlreftut: change distribution conditions + From: "Brendan O'Dea" + Date: Thu, 4 Sep 2003 02:28:49 +1000 + Message-ID: <20030903162849.GA9675@londo.c47.org> + Branch: perl + ! pod/perlreftut.pod +____________________________________________________________________________ +[ 21030] By: jhi on 2003/09/04 17:26:48 + Log: Subject: Re: "vendor" patch pickup + From: "Marcus Holland-Moritz" + Date: Thu, 4 Sep 2003 19:47:55 +0200 + Message-ID: <009b01c3730c$ac45e750$0c2f1fac@R2D2> + + (Gentoo: take Marcus' version of the __THROW patch and + even further #ifdef-protect it with __GLIBC__.) + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 21029] By: jhi on 2003/09/04 16:01:26 + Log: Tiny perlcc tweaks. + Branch: perl + ! utils/perlcc.PL +____________________________________________________________________________ +[ 21028] By: jhi on 2003/09/04 15:10:48 + Log: A SuSE patchlet for perlcc -c to avoid + "Modification of a read-only value attempted at ... C.pm" + Branch: perl + ! ext/B/B/C.pm +____________________________________________________________________________ +[ 21027] By: jhi on 2003/09/04 08:54:40 + Log: AUTHORS updates. + Branch: perl + ! AUTHORS +____________________________________________________________________________ +[ 21025] By: jhi on 2003/09/03 20:27:56 + Log: Upgrade to Math::BigInt pre-rel 1.66 as of + http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2003-09/msg00242.html + (the tar.gz link doesn't have 'v1.66', it has '1.66') + so that the smoke builds can start chewing it. + Branch: perl + ! lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm + ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bare_mbi.t + ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t + ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t + ! lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/sub_mbf.t + ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/with_sub.t +____________________________________________________________________________ +[ 21022] By: jhi on 2003/09/03 16:42:24 + Log: Subject: [PATCH Porting/valgrindpp.pl] fix: output from different pids + From: "Marcus Holland-Moritz" + Date: Wed, 3 Sep 2003 19:20:20 +0200 + Message-ID: <005901c3723f$a7914f10$0c2f1fac@R2D2> + Branch: perl + ! Porting/valgrindpp.pl +____________________________________________________________________________ +[ 21019] By: jhi on 2003/09/03 15:51:35 + Log: Also indicate the Unicode level here. + (The last date is non-committal :-) + Branch: perl + ! pod/perlunicode.pod +____________________________________________________________________________ +[ 21018] By: jhi on 2003/09/03 12:08:23 + Log: Avoid lvalue casts, from Enache. + Branch: perl + ! ext/ByteLoader/bytecode.h op.h +____________________________________________________________________________ +[ 21017] By: jhi on 2003/09/03 08:23:39 + Log: Bump up the VERSION. + Branch: perl + ! lib/bytes.pm +____________________________________________________________________________ +[ 21016] By: jhi on 2003/09/03 08:22:48 + Log: Add, document, and test bytes::substr, index, rindex, chr, + document bytes::ord. + Branch: perl + ! lib/bytes.pm lib/bytes.t lib/bytes_heavy.pl +____________________________________________________________________________ +[ 21014] By: jhi on 2003/09/03 06:16:24 + Log: Subject: [PATCH] Re: maint@20974 or before broke mp2 ithreads test + From: Marcus Holland-Moritz + Date: Wed, 3 Sep 2003 08:57:25 +0200 (MEST) + Message-ID: <29644.1062572245@www50.gmx.net> + + The other half of #20930 should be still good. + Branch: perl + ! op.c +____________________________________________________________________________ +[ 21013] By: jhi on 2003/09/03 06:15:09 + Log: use IO; is deprecated. + Branch: perl + ! ext/threads/t/join.t +____________________________________________________________________________ +[ 21012] By: jhi on 2003/09/03 05:28:50 + Log: Upgrade to base 2.01 from CPAN. + Branch: perl + ! lib/base.pm lib/fields.pm +____________________________________________________________________________ +[ 21011] By: jhi on 2003/09/03 05:08:29 + Log: Changing the test count is a good idea. + Branch: perl + ! ext/threads/t/join.t +____________________________________________________________________________ +[ 21010] By: jhi on 2003/09/03 04:59:38 + Log: Subject: {PATCH 5.8.1] Re: [perl #23651] Debugger dump failed for blessed REF object + From: Joe McMahon + Date: Tue, 2 Sep 2003 18:02:14 -0400 + Message-Id: <1C49133C-DD91-11D7-8450-000393BCA0FC@ibiblio.org> + Branch: perl + ! lib/dumpvar.pl +____________________________________________________________________________ +[ 21009] By: jhi on 2003/09/03 04:48:40 + Log: Subject: Re: maint@20974 or before broke mp2 ithreads test + From: "Marcus Holland-Moritz" + Date: Wed, 3 Sep 2003 06:07:54 +0200 + Message-ID: <044101c371d0$f39b3fc0$0c2f1fac@R2D2> + Branch: perl + ! ext/threads/t/join.t +____________________________________________________________________________ +[ 21008] By: jhi on 2003/09/03 04:31:35 + Log: VMS does not have quite UNIX glob semantics. + Branch: perl + ! t/run/fresh_perl.t +____________________________________________________________________________ +[ 21007] By: rgs on 2003/09/02 21:21:27 + Log: Subject: some method calls not autoloaded + From: Yitzchak Scott-Thoennes + Date: Tue, 2 Sep 2003 15:06:29 -0700 + Message-ID: <20030902220629.GA2952@efn.org> + Branch: perl + ! pod/perlfunc.pod pod/perlsub.pod +____________________________________________________________________________ +[ 21003] By: jhi on 2003/09/02 19:01:07 + Log: An untie test from perlmonks-- worked in 5.6.1, + broken in 5.8.0, seems to be working again in maint, + better nail it down now. + Branch: perl + ! t/op/tie.t +____________________________________________________________________________ +[ 21000] By: jhi on 2003/09/02 15:35:40 + Log: Retract #20930 because of + Subject: maint@20974 or before broke mp2 ithreads test + From: Stas Bekman + Date: Mon, 01 Sep 2003 23:31:11 -0700 + Message-ID: <3F54392F.7080009@stason.org> + Branch: perl + ! op.c +____________________________________________________________________________ +[ 20999] By: jhi on 2003/09/02 15:34:14 + Log: Subject: [DOCPATCH] Re: [perl #23630] problem with "used only once" warning + From: Fergal Daly + Date: Tue, 2 Sep 2003 17:36:52 +0100 + Message-Id: <200309021736.52725.fergal@esatclear.ie> + Branch: perl + ! pod/perldiag.pod +____________________________________________________________________________ +[ 20998] By: jhi on 2003/09/02 15:02:47 + Log: Subject: [perl #23672] Math::BigInit POD + From: "abigail@abigail.nl (via RT)" + Date: 1 Sep 2003 08:47:39 -0000 + Message-ID: + Branch: perl + ! lib/Math/BigInt.pm +____________________________________________________________________________ +[ 20997] By: jhi on 2003/09/02 14:58:21 + Log: Subject: [PATCH perlfaq6.pod] Explain \Q better + From: Mark Jason Dominus + Date: Mon, 01 Sep 2003 16:19:20 -0400 + Message-ID: <20030901201920.3929.qmail@plover.com> + Branch: perl + ! pod/perlfaq6.pod +____________________________________________________________________________ +[ 20996] By: jhi on 2003/09/02 14:56:29 + Log: Subject: [PATCH] grok_(number|numeric_radix) added to Devel::PPPort + From: Tassilo von Parseval + Date: Tue, 02 Sep 2003 11:27:19 +0200 + Message-id: <20030902092719.GA18075@ethan> + Branch: perl + ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm + ! ext/Devel/PPPort/t/test.t +____________________________________________________________________________ +[ 20993] By: jhi on 2003/09/02 14:40:54 + Log: Subject: [PATCH] Re: ByteLoader and MSWin32 + From: Enache Adrian + Date: Tue, 2 Sep 2003 03:45:11 +0300 + Message-ID: <20030902004511.GA1442@ratsnest.hole> + Branch: perl + ! embed.fnc embed.h ext/ByteLoader/bytecode.h global.sym op.c + ! op.h proto.h t/TEST +____________________________________________________________________________ +[ 20990] By: jhi on 2003/09/02 04:29:45 + Log: Upgrade to Unicode::Collate 0.27. + Branch: perl + + lib/Unicode/Collate/t/hangul.t + ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes + ! lib/Unicode/Collate/README +____________________________________________________________________________ +[ 20989] By: jhi on 2003/09/02 04:23:20 + Log: Subject: [PATCH Porting/valgrindpp.pl] more options for valgrindpp.pl + From: "Marcus Holland-Moritz" + Date: Mon, 1 Sep 2003 22:28:58 +0200 + Message-ID: <007701c370c7$acb85430$0c2f1fac@R2D2> + Branch: perl + ! Porting/valgrindpp.pl +____________________________________________________________________________ +[ 20983] By: jhi on 2003/09/01 14:14:49 + Log: From Craig Berry, following the example of the other podxxx.PL + in relying on basename($0, '.PL') to Do The Right Thing with + regard to the case of the extension, which could be either + .pl or .PL on VMS depending on version-specific features. + Branch: perl + ! pod/pod2usage.PL pod/podselect.PL +____________________________________________________________________________ +[ 20982] By: jhi on 2003/09/01 13:01:49 + Log: Configure -r in AIX bad. + Branch: perl + ! README.aix +____________________________________________________________________________ +[ 20981] By: jhi on 2003/09/01 11:28:35 + Log: Subject: [DOC PATCH] perlfaq4.pod + Date: Mon, 1 Sep 2003 12:38:50 +0200 + From: Elizabeth Mattijsen + Message-Id: + Branch: perl + ! pod/perlfaq4.pod +____________________________________________________________________________ +[ 20980] By: jhi on 2003/09/01 08:49:02 + Log: Subject: glob() bug + From: Gurusamy Sarathy + Date: Mon, 01 Sep 2003 02:25:41 -0700 + Message-Id: <200309010925.h819Pf0X011457@smtp3.ActiveState.com> + Branch: perl + ! op.c t/run/fresh_perl.t +____________________________________________________________________________ +[ 20979] By: jhi on 2003/09/01 06:32:01 + Log: Ultrix VAX is like VMS VAX in floating point. + Branch: perl + ! t/op/sprintf.t +____________________________________________________________________________ +[ 20978] By: jhi on 2003/09/01 05:44:25 + Log: Subject: [PATCH@20959] some WinCE compilers require a little correction + From: Vadim Konovalov + Date: Mon, 1 Sep 2003 02:57:33 +0400 + Message-ID: <1091134912500.20030901025733@peterstar.ru> + Branch: perl + ! wince/Makefile.ce wince/wince.c +____________________________________________________________________________ +[ 20973] By: jhi on 2003/08/31 15:34:43 + Log: Add test for -i. + Branch: perl + ! MANIFEST t/run/switches.t +____________________________________________________________________________ +[ 20972] By: jhi on 2003/08/31 15:12:10 + Log: Add tests for -h and (unknown) -z. + Branch: perl + ! MANIFEST t/run/switches.t +____________________________________________________________________________ +[ 20971] By: jhi on 2003/08/31 15:03:42 + Log: Add test for -v. + Branch: perl + ! MANIFEST t/run/switches.t +____________________________________________________________________________ +[ 20970] By: jhi on 2003/08/31 14:55:54 + Log: List the switches tested in switches.t. + Branch: perl + ! t/run/switches.t +____________________________________________________________________________ +[ 20969] By: jhi on 2003/08/31 14:51:19 + Log: Subject: [PATCH: perl@20898] have installperl install perl_setup.com and dbga2p.exe for VMS + From: PPrymmer@factset.com + Message-ID: + Date: Sun, 31 Aug 2003 10:11:54 -0400 + Branch: perl + ! installperl +____________________________________________________________________________ +[ 20968] By: jhi on 2003/08/31 13:24:10 + Log: Subject: [PATCH sv.c] Re: [PATCH] add "$lexical not available" warning in C + From: "Marcus Holland-Moritz" + Date: Sun, 31 Aug 2003 15:21:17 +0200 + Message-ID: <038401c36fc2$d01b1440$9b00a8c0@R2D2> + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 20965] By: jhi on 2003/08/31 08:55:59 + Log: Ouch. Upgrading to base 2.0 made the threads tests very unhappy + both in blead and maint, lots of "Attempt to free non-existent + shared string" and "Unbalanced string table refcount" errors. + Retract #20960 (and #20963). + Branch: perl + - lib/base/t/base.t lib/base/t/fb18784.t lib/base/t/fb20922.t + - lib/base/t/fields.t lib/base/t/fp560.t lib/base/t/fp580.t + ! MANIFEST lib/base.pm lib/fields.pm +____________________________________________________________________________ +[ 20964] By: jhi on 2003/08/31 08:17:43 + Log: Integrate from maint: + [ 20963] + Muffle the 'Pseudo-hashes are deprecated' warning for maint. + Branch: perl + !> lib/base/t/fp560.t +____________________________________________________________________________ +[ 20961] By: jhi on 2003/08/31 08:09:21 + Log: De-cargo-cult. + Branch: perl + ! ext/DynaLoader/t/XSLoader.t ext/SDBM_File/t/sdbm.t +____________________________________________________________________________ +[ 20960] By: jhi on 2003/08/31 08:07:43 + Log: Upgrade to base.pm 2.0. + + (Rename the tests around a bit to be more 8.3-friendly.) + Branch: perl + + lib/base/t/base.t lib/base/t/fb18784.t lib/base/t/fb20922.t + + lib/base/t/fields.t lib/base/t/fp560.t lib/base/t/fp580.t + ! MANIFEST lib/base.pm lib/fields.pm +____________________________________________________________________________ +[ 20957] By: jhi on 2003/08/30 18:47:02 + Log: Fewer naked char constants. + Branch: perl + ! doio.c perlio.c sv.h +____________________________________________________________________________ +[ 20956] By: jhi on 2003/08/30 18:38:05 + Log: This is probably a wrong fix for + [perl #23645] tell with perlio on appended files + but maybe this gets NI-S agitated enough to present the correct fix :-) + Branch: perl + ! perlio.c t/io/tell.t +____________________________________________________________________________ +[ 20954] By: jhi on 2003/08/30 17:14:19 + Log: A new try at + + Subject: [PATCH] maint / blead tweaks in perlio.c for Cygwin + From: "Gerrit P. Haase" + Date: Thu, 28 Aug 2003 08:18:51 +0200 + Message-ID: <4157199551.20030828081851@familiehaase.de> + + (this time Cygwin only) + Branch: perl + ! perlio.c +____________________________________________________________________________ +[ 20952] By: rgs on 2003/08/30 15:20:48 + Log: Tweak XSLoader.t. + XSLoader is supposed to work even for extensions that + are statically linked. So only check that the extension we + test for is actually available. (This test is not supposed + to be run by miniperl.) + Branch: perl + ! ext/DynaLoader/t/XSLoader.t +____________________________________________________________________________ +[ 20950] By: jhi on 2003/08/30 06:49:31 + Log: Something went wrong in change #20929; + linux 2.4.18-bf2.4 didn't like it: + http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2003-08/msg01992.html + and similar failure pattern also seen in Solaris 8. + Branch: perl + ! perlio.c +____________________________________________________________________________ +[ 20948] By: jhi on 2003/08/30 06:08:57 + Log: Setup @INC. + Branch: perl + ! t/op/cproto.t +____________________________________________________________________________ +[ 20946] By: jhi on 2003/08/30 06:00:09 + Log: Tabify and re-sort MANIFEST. + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 20945] By: jhi on 2003/08/30 05:57:04 + Log: Make XSLoader.t more robust (and sdbm.t more verbose) + Branch: perl + ! ext/DynaLoader/t/XSLoader.t ext/SDBM_File/t/sdbm.t +____________________________________________________________________________ +[ 20944] By: jhi on 2003/08/30 05:50:41 + Log: Subject: [PATCH] XSLoader nits and tests + From: Michael G Schwern + Date: Fri, 29 Aug 2003 22:55:07 -0700 + Message-ID: <20030830055507.GI25970@windhund.schwern.org> + Branch: perl + + ext/DynaLoader/t/XSLoader.t + ! MANIFEST ext/DynaLoader/XSLoader_pm.PL +____________________________________________________________________________ +[ 20943] By: jhi on 2003/08/30 05:44:02 + Log: Missed from #20942. + Branch: perl + ! lib/File/Spec/VMS.pm +____________________________________________________________________________ +[ 20942] By: jhi on 2003/08/30 05:41:59 + Log: Subject: [PATCH: perl@20898] fix File::Spec->abs2rel() to return absolute $path more often for VMS + From: PPrymmer@factset.com + Date: Sat, 30 Aug 2003 00:57:28 -0400 + Message-ID: + Branch: perl + ! lib/File/Spec.pm lib/File/Spec/t/Spec.t +____________________________________________________________________________ +[ 20941] By: jhi on 2003/08/30 05:37:13 + Log: Subject: [patch sv.h api doc] SvTAINTED_on does its craft only under -T + From: Stas Bekman + Date: Fri, 29 Aug 2003 17:11:41 -0700 + Message-ID: <3F4FEBBD.8000901@stason.org> + Branch: perl + ! pod/perlapi.pod sv.h +____________________________________________________________________________ +[ 20940] By: rgs on 2003/08/29 21:17:59 + Log: Add a new test, to ensure that we don't unexpectedly change + prototypes of builtins. + Branch: perl + + t/op/cproto.t + ! MANIFEST +____________________________________________________________________________ +[ 20938] By: rgs on 2003/08/29 20:22:21 + Log: Don't cast PL_multiline to bool : you may loose important bits. + Branch: perl + ! pp.c pp_hot.c +____________________________________________________________________________ +[ 20937] By: jhi on 2003/08/29 17:22:11 + Log: Subject: [PATCH] Re: all 9007199254740992s are equal, but some are more equal than others + From: Nicholas Clark + Date: Wed, 27 Aug 2003 22:59:55 +0100 + Message-ID: <20030827225955.E558@plum.flirble.org> + Branch: perl + ! pp.c +____________________________________________________________________________ +[ 20936] By: jhi on 2003/08/29 17:17:16 + Log: Some perluniintro tweaks. + Branch: perl + ! pod/perluniintro.pod +____________________________________________________________________________ +[ 20935] By: jhi on 2003/08/29 17:07:25 + Log: Tiny doc tweak from Shannon -jj Behrens. + Branch: perl + ! pod/perluniintro.pod +____________________________________________________________________________ +[ 20933] By: jhi on 2003/08/29 13:25:18 + Log: Comparing an int to a U32 makes VC6 nervous. + Branch: perl + ! pp.c pp_hot.c +____________________________________________________________________________ +[ 20932] By: jhi on 2003/08/29 13:06:06 + Log: Better skip() explicit number of tests, test counts getting + out of sync less likely that way. + Branch: perl + ! t/op/pack.t +____________________________________________________________________________ +[ 20931] By: jhi on 2003/08/29 12:59:32 + Log: Some Ultrix test dodgings. + Branch: perl + ! t/base/num.t t/op/arith.t t/op/pack.t +____________________________________________________________________________ +[ 20930] By: jhi on 2003/08/29 12:57:07 + Log: Subject: [PATCH op.c] Perl_newCONSTSUB() related memory leaks + From: "Marcus Holland-Moritz" + Date: Thu, 28 Aug 2003 21:47:22 +0200 + Message-ID: <006301c36d9d$335976a0$e400a8c0@R2D2> + Branch: perl + ! op.c +____________________________________________________________________________ +[ 20929] By: jhi on 2003/08/29 12:55:12 + Log: Subject: [PATCH] maint / blead tweaks in perlio.c for Cygwin + From: "Gerrit P. Haase" + Date: Thu, 28 Aug 2003 08:18:51 +0200 + Message-ID: <4157199551.20030828081851@familiehaase.de> + + (changed so that the 'b' is always appended) + Branch: perl + ! perlio.c +____________________________________________________________________________ +[ 20928] By: jhi on 2003/08/29 07:04:17 + Log: Subject: RE: [PATCH] Pod::InputObjects performance de-pessimization + From: marek.rouchal@infineon.com + Date: Wed, 27 Aug 2003 17:25:28 +0200 + Message-ID: <9843A649BAD7FB4686F6FCBC840D600E08381508@mucse001.eu.infineon.com> + + PodParser-1.25 prerelease. + Branch: perl + ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm + ! lib/Pod/Parser.pm pod/pod2usage.PL pod/podchecker.PL + ! pod/podselect.PL t/pod/find.t t/pod/poderrs.xr +____________________________________________________________________________ +[ 20927] By: jhi on 2003/08/28 18:53:45 + Log: MPE/iX gcc 3.3.1 changes from Mark Klein and Mark Bixby. + Branch: perl + ! ext/DynaLoader/dl_mpeix.xs mpeix/mpeix.c +____________________________________________________________________________ +[ 20925] By: jhi on 2003/08/28 16:15:47 + Log: Subject: [PATCH] valgrindpp.pl + From: "Marcus Holland-Moritz" + Date: Thu, 28 Aug 2003 09:43:49 +0200 + Message-ID: <002701c36d38$1edb71c0$ae4eeed9@R2D2> + Branch: perl + ! Porting/valgrindpp.pl +____________________________________________________________________________ +[ 20924] By: jhi on 2003/08/28 16:12:08 + Log: Subject: [PATCH] Quieten more warnings in Deparse.pm + From: Paul Johnson + Date: Thu, 28 Aug 2003 00:13:59 +0200 + Message-ID: <20030827221359.GE28396@pjcj.net> + Branch: perl + ! ext/B/B/Deparse.pm +____________________________________________________________________________ +[ 20923] By: jhi on 2003/08/28 01:45:51 + Log: Subject: Re: Another oddity in lib/ExtUtils/MakeMaker/Tutorial.pod + From: Michael G Schwern + Date: Wed, 27 Aug 2003 15:05:20 -0700 + Message-ID: <20030827220520.GD7300@windhund.schwern.org> + Branch: perl + ! lib/ExtUtils/MakeMaker/Tutorial.pod +____________________________________________________________________________ +[ 20922] By: rgs on 2003/08/27 19:52:27 + Log: Add caveats and tests for Symbol::delete_package(). + Branch: perl + ! lib/Symbol.pm lib/Symbol.t +____________________________________________________________________________ +[ 20921] By: jhi on 2003/08/27 17:12:56 + Log: Configure is doing fine in Ultrix, operator error. + Branch: perl + ! hints/ultrix_4.sh +____________________________________________________________________________ +[ 20920] By: jhi on 2003/08/27 16:49:22 + Log: Add the valgrindpp.pl script from Marcus Holland-Moritz. + Branch: perl + + Porting/valgrindpp.pl + ! MANIFEST +____________________________________________________________________________ +[ 20917] By: jhi on 2003/08/27 13:09:33 + Log: Subject: disturbing, disruptive typo in Tutorial.pod [PATCH] + From: "John P. Linderman" + Date: Wed, 27 Aug 2003 08:10:12 -0400 (EDT) + Message-Id: <200308271210.IAA23907@raptor.research.att.com> + + Subject: typo in pod/perlnewmod.pod [PATCH] + From: "John P. Linderman" + Date: Wed, 27 Aug 2003 09:07:12 -0400 (EDT) + Message-Id: <200308271307.JAA46955@raptor.research.att.com> + + Subject: [PATCH] document the location of byacc + From: Dave Mitchell + Date: Wed, 27 Aug 2003 14:26:50 +0100 + Message-ID: <20030827132650.GA23144@fdgroup.com> + Branch: perl + ! Porting/pumpkin.pod lib/ExtUtils/MakeMaker/Tutorial.pod + ! pod/perlnewmod.pod +____________________________________________________________________________ +[ 20916] By: jhi on 2003/08/27 13:01:26 + Log: Ultrix tweaks: must not be included twice + (otherwise one gets prototype conflicts between the + and proto.h because Ultrix thinks e.g. Perl_ninstr has been + define in ...); and Configure misprobes some features. + Branch: perl + ! ext/POSIX/POSIX.xs ext/SDBM_File/sdbm/sdbm.c + ! ext/SDBM_File/sdbm/sdbm.h ext/Socket/Socket.xs + ! hints/ultrix_4.sh +____________________________________________________________________________ +[ 20915] By: jhi on 2003/08/27 05:37:34 + Log: Urk. In Mac OS X byteorder is not one of the "known ones", + but instead it is 0xFFFF. So retract #20914. + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 20914] By: jhi on 2003/08/27 05:17:44 + Log: Sanity check for BYTEORDER. + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 20913] By: rgs on 2003/08/26 20:34:48 + Log: Integrate two DJGPP portability patches from the 5.6.2 branch : + + [20859] + Two portability patches for DJGPP from Richard Dawe + . + Message-Id: + + [20911] + Don't uppercase automatically all environment variables on DJGPP. + (reported by Richard Dawe, this breaks portability of Unix + scripts.) Don't change the behaviour on plain MS/DOS. + Branch: perl + ! perl.c + !> djgpp/djgppsed.sh dosish.h +____________________________________________________________________________ +[ 20912] By: rgs on 2003/08/26 20:15:40 + Log: perlapi.pod tweaks, based on : + Subject: misdocumented return value for sv_setref* + From: Joe Schaefer + Date: 12 Aug 2003 13:21:42 -0400 + Message-ID: + Branch: perl + ! pod/perlapi.pod sv.c +____________________________________________________________________________ +[ 20910] By: rgs on 2003/08/26 19:37:29 + Log: Change the internal prototype of the pop() and shift() builtins + to (;\@), to reflect that their array argument is optional. + Branch: perl + ! opcode.h opcode.pl +____________________________________________________________________________ +[ 20909] By: rgs on 2003/08/26 19:13:39 + Log: Subject: [PATCH] improved 19064 (local $_[0] problems) + From: Dave Mitchell + Date: Sun, 24 Aug 2003 15:52:00 +0100 + Message-ID: <20030824145159.GA12210@fdgroup.com> + Branch: perl + ! pp_ctl.c pp_hot.c scope.c t/op/args.t +____________________________________________________________________________ +[ 20908] By: rgs on 2003/08/26 18:40:50 + Log: Subject: [PATCH] minor File::Spec testing cleanup + From: Ken Williams + Date: Thu, 21 Aug 2003 22:47:51 -0500 + Message-Id: <67C30B63-D453-11D7-8495-003065F6D85A@mathforum.org> + Branch: perl + ! lib/File/Spec/t/rel2abs2rel.t +____________________________________________________________________________ +[ 20907] By: jhi on 2003/08/26 12:12:14 + Log: Maintainer catch from Rafael. + Branch: perl + ! Porting/Maintainers.pl +____________________________________________________________________________ +[ 20905] By: jhi on 2003/08/26 09:36:22 + Log: Take a cutdown version of the change #20903 also to perlebcdic. + Branch: perl + ! pod/perlebcdic.pod +____________________________________________________________________________ +[ 20904] By: jhi on 2003/08/26 09:29:49 + Log: No dynaloading at all in Ultrix. + Branch: perl + ! hints/ultrix_4.sh +____________________________________________________________________________ +[ 20903] By: jhi on 2003/08/26 08:54:02 + Log: PerlIO on EBCDIC on BS2000 advice from Thomas Dorner. + (This information looks interesting enough to be mentioned + elsewhere, too.) + Branch: perl + ! README.bs2000 +____________________________________________________________________________ +[ 20902] By: jhi on 2003/08/26 08:36:36 + Log: CGI::Carp from CGI.pm 3.00 was missing. + Branch: perl + ! lib/CGI/Carp.pm +____________________________________________________________________________ +[ 20901] By: jhi on 2003/08/26 05:18:15 + Log: Subject: Re: [PATCH] valgrind and /#/x + From: Enache Adrian + Date: Tue, 26 Aug 2003 08:11:07 +0300 + Message-ID: <20030826051107.GA1086@ratsnest.hole> + Branch: perl + ! regcomp.c t/op/re_tests t/run/fresh_perl.t toke.c +____________________________________________________________________________ +[ 20900] By: jhi on 2003/08/26 04:53:09 + Log: More memory lane. + Branch: perl + ! hints/ultrix_4.sh +____________________________________________________________________________ +[ 20899] By: rgs on 2003/08/25 21:05:57 + Log: fix syscall() prototype description in + perlfunc.pod, as suggested by Lukas Mai. + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 20896] By: jhi on 2003/08/25 19:52:48 + Log: Tiny doc tweak. + Branch: perl + ! README.solaris +____________________________________________________________________________ +[ 20895] By: jhi on 2003/08/25 19:46:31 + Log: Even more SunOS 4 info. + Branch: perl + ! README.solaris +____________________________________________________________________________ +[ 20894] By: jhi on 2003/08/25 19:37:00 + Log: Subject: [PATCH@20512] make backspace key work for WinCE users + From: Vadim Konovalov + Date: Tue, 26 Aug 2003 00:10:29 +0400 + Message-ID: <135606488000.20030826001029@peterstar.ru> + Branch: perl + ! wince/perlmain.c +____________________________________________________________________________ +[ 20893] By: jhi on 2003/08/25 19:25:08 + Log: Subject: more valgrinding: select problem? + From: "Marcus Holland-Moritz" + Date: Mon, 25 Aug 2003 22:02:17 +0200 + Message-ID: <008301c36b43$cfe26f10$0c2f1fac@R2D2> + + In glibc, just use the __FD_SETSIZE since that's + the size of the buffer (usually 1024 bits, much + more than the selectminbits of 32). + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 20892] By: jhi on 2003/08/25 19:11:32 + Log: More ptags tweakage from Stas; now add 'fullpath' + option to get absolute paths. + Branch: perl + ! emacs/ptags +____________________________________________________________________________ +[ 20891] By: jhi on 2003/08/25 18:35:03 + Log: The new tests of #20888 didn't really test what they claimed to. + Branch: perl + ! t/op/pat.t +____________________________________________________________________________ +[ 20890] By: jhi on 2003/08/25 18:14:33 + Log: Subject: [5.8.1] maint @ 20845 OK on aix 4.2 + From: Jose.auguste-etienne@cgss-guyane.fr + Date: Mon, 25 Aug 2003 14:35:45 -0300 + Message-ID: + + AIX Configure advice. + Branch: perl + ! README.aix +____________________________________________________________________________ +[ 20889] By: jhi on 2003/08/25 18:08:42 + Log: More SunOS 4.x info. + Branch: perl + ! README.solaris +____________________________________________________________________________ +[ 20888] By: jhi on 2003/08/25 17:53:32 + Log: The #20887 didn't go over that well; + and add a few more tests from UTS#18. + Branch: perl + ! t/op/pat.t +____________________________________________________________________________ +[ 20887] By: jhi on 2003/08/25 16:40:51 + Log: pat.t -> charnames -> UCD -> Storable, + not good for static builds and minitest. + Branch: perl + ! t/op/pat.t +____________________________________________________________________________ +[ 20886] By: jhi on 2003/08/25 16:35:26 + Log: SunOS 4.1.4 is working, too. + Branch: perl + ! README.solaris hints/sunos_4_1.sh +____________________________________________________________________________ +[ 20884] By: jhi on 2003/08/25 16:05:18 + Log: Regen perlmodlib, perltoc. + Branch: perl + ! pod/perlmodlib.pod pod/perltoc.pod +____________________________________________________________________________ +[ 20881] By: jhi on 2003/08/25 15:45:51 + Log: UVSIZE is not yet defined when it would be needed + by MULTIARCH. So go back to LONGSIZE, and (belt- + and-suspenders-and-rope style) later in UVSIZE + possibly redefine BYTEORDER. + Branch: perl + ! Configure config_h.SH +____________________________________________________________________________ +[ 20880] By: jhi on 2003/08/25 11:28:45 + Log: Subject: [PATCH] valgrind and /#/x + From: Dave Mitchell + Date: Mon, 25 Aug 2003 13:27:49 +0100 + Message-ID: <20030825122748.GA15560@fdgroup.com> + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 20879] By: jhi on 2003/08/25 11:16:29 + Log: Subject: Please update my address + From: Ed Avis + Date: Mon, 25 Aug 2003 13:16:45 +0100 (BST) + Message-ID: + + (Just the AUTHORS part, though, I don't think retroactively + updating the Changes* is useful.) + Branch: perl + ! AUTHORS +____________________________________________________________________________ +[ 20878] By: jhi on 2003/08/25 11:14:26 + Log: Document even more ways of affecting your "utf8ness". + Branch: perl + ! lib/utf8.pm +____________________________________________________________________________ +[ 20877] By: jhi on 2003/08/25 11:11:40 + Log: Change the VERSION since there are now changes since Perl 5.8.0. + Branch: perl + ! ext/I18N/Langinfo/Langinfo.pm +____________________________________________________________________________ +[ 20876] By: jhi on 2003/08/25 11:11:13 + Log: Keep the CGI::Util VERSION at 1.31 since there have been changes + since Perl 5.8.0. + Branch: perl + ! lib/CGI/Util.pm +____________________________________________________________________________ +[ 20875] By: jhi on 2003/08/25 11:09:49 + Log: Upgrade to CGI.pm 3.00. + Branch: perl + ! lib/CGI.pm lib/CGI/Util.pm +____________________________________________________________________________ +[ 20872] By: jhi on 2003/08/25 09:03:44 + Log: Subject: [PATCH] valgrind update + From: Marcus Holland-Moritz + Date: Mon, 25 Aug 2003 09:51:57 +0200 (MEST) + Message-ID: <21671.1061797917@www38.gmx.net> + Branch: perl + ! t/TEST t/op/magic.t +____________________________________________________________________________ +[ 20871] By: jhi on 2003/08/25 05:16:02 + Log: Subject: [PATCH] valgrind memcpy warnings (Re: [PATCH] Re: valgrind as a leak hound?) + From: Nicholas Clark + Date: Sun, 24 Aug 2003 16:48:53 +0100 + Message-ID: <20030824164851.E558@plum.flirble.org> + Branch: perl + ! doop.c +____________________________________________________________________________ +[ 20870] By: jhi on 2003/08/25 05:14:04 + Log: Subject: [patch emacs/ptags] allow xemacs to be used + From: Stas Bekman + Date: Sun, 24 Aug 2003 22:05:00 -0700 + Message-ID: <3F4998FC.3090401@stason.org> + Branch: perl + ! emacs/ptags +____________________________________________________________________________ +[ 20868] By: jhi on 2003/08/24 13:20:03 + Log: MPE/iX doc tweak from Mark Bixby. + Branch: perl + ! README.mpeix +____________________________________________________________________________ +[ 20867] By: jhi on 2003/08/24 10:46:42 + Log: Various tweaks for getting Perl to compile on SunOS 4.x. + Doesn't work well yet, something broken in DynaLoader/XSLoader? + Branch: perl + ! README.solaris ext/IO/poll.c hints/sunos_4_1.sh +____________________________________________________________________________ +[ 20866] By: jhi on 2003/08/24 10:00:59 + Log: IRIX 5.3 is 99.90% okay. + Branch: perl + ! README.irix hints/irix_5.sh +____________________________________________________________________________ +[ 20865] By: jhi on 2003/08/24 08:24:46 + Log: An imperfect last resort in case there is no strtoul() but + there is strtol() (like e.g. SunOS 4) because of the Atoul() + in Perl_get_hash_seed()). The only true fix would be to + implement Perl_my_strtoul() (and Perl_my_strtol(), I guess) + in numeric.c. + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 20864] By: jhi on 2003/08/24 07:45:47 + Log: s/rationale/rational/g on bigrats. + Branch: perl + ! lib/Math/BigRat.pm lib/bigrat.pm +____________________________________________________________________________ +[ 20862] By: jhi on 2003/08/24 06:41:17 + Log: Update the CPAN mirrors list. + Branch: perl + ! pod/perlmodlib.PL pod/perlmodlib.pod +____________________________________________________________________________ +[ 20861] By: jhi on 2003/08/24 06:13:13 + Log: gcc -O3 and Storable in Linux do not like each other. + Branch: perl + ! ext/Storable/hints/linux.pl +____________________________________________________________________________ +[ 20860] By: jhi on 2003/08/24 05:34:56 + Log: Bad quote day, noticed by Philip Newton. + Branch: perl + ! hints/dos_djgpp.sh +____________________________________________________________________________ +[ 20856] By: jhi on 2003/08/23 09:15:15 + Log: Subject: Re: bytecode.t & OS X "Invalid bytecode for this architecture" + From: Enache Adrian + Date: Mon, 4 Aug 2003 16:20:19 +0300 + Message-ID: <20030804132019.GA6764@ratsnest.hole> + Branch: perl + ! Configure config_h.SH +____________________________________________________________________________ +[ 20855] By: jhi on 2003/08/23 07:51:32 + Log: Add more comments so that one can see what is supposed to happen. + Branch: perl + ! t/op/lc.t +____________________________________________________________________________ +[ 20854] By: jhi on 2003/08/23 07:41:11 + Log: More data points about the Storable optimization problem + in Linux. (It might be that also non-Debians are affected, + waiting for more information.) + Branch: perl + ! ext/Storable/hints/linux.pl +____________________________________________________________________________ +[ 20853] By: jhi on 2003/08/23 07:37:41 + Log: Move the note about known eval leaks earlier. + Branch: perl + ! pod/perlhack.pod +____________________________________________________________________________ +[ 20852] By: jhi on 2003/08/23 07:15:58 + Log: Forgot to regen byterun.c. + Branch: perl + ! ext/ByteLoader/byterun.c +____________________________________________________________________________ +[ 20851] By: jhi on 2003/08/23 07:13:29 + Log: Doc tweaks on perlhack. + Branch: perl + ! pod/perlhack.pod +____________________________________________________________________________ +[ 20850] By: jhi on 2003/08/23 06:54:58 + Log: Subject: [PATCH] Re: valgrind as a leak hound? + From: "Marcus Holland-Moritz" + Date: Fri, 22 Aug 2003 23:28:18 +0200 + Message-ID: <002201c368f4$4e5a5e40$0c2f1fac@R2D2> + + Add the leak detection to valgrind testing. + Branch: perl + + t/perl.supp + ! MANIFEST pod/perlhack.pod t/TEST +____________________________________________________________________________ +[ 20843] By: jhi on 2003/08/22 15:05:39 + Log: Oops. Why can't C comments nest? + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 20842] By: jhi on 2003/08/22 14:57:09 + Log: Try to dodge getspnam() in AIX. + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 20840] By: jhi on 2003/08/22 13:52:26 + Log: Subject: Re: mysterious bytecode.t failure + From: Enache Adrian + Date: Fri, 22 Aug 2003 11:49:34 +0300 + Message-ID: <20030822084934.GA1257@ratsnest.hole> + Branch: perl + ! t/base/lex.t +____________________________________________________________________________ +[ 20839] By: jhi on 2003/08/22 13:51:44 + Log: Subject: [PATCH] for File::Temp::tempdir(CLEANUP => 1) + From: Slaven Rezic + Date: Sun, 17 Aug 2003 12:52:47 +0200 (CEST) + Message-Id: <200308171052.h7HAqlfo026317@vran.herceg.de> + Branch: perl + ! lib/File/Temp.pm lib/File/Temp/t/tempfile.t +____________________________________________________________________________ +[ 20837] By: jhi on 2003/08/22 13:42:24 + Log: Just #. + Branch: perl + ! pod/buildtoc pod/perltoc.pod +____________________________________________________________________________ +[ 20835] By: jhi on 2003/08/22 13:32:12 + Log: Regen toc. + Branch: perl + ! pod/perltoc.pod +____________________________________________________________________________ +[ 20834] By: jhi on 2003/08/22 13:28:36 + Log: Also MANIFEST the vms/perlvms restoration. + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 20833] By: jhi on 2003/08/22 13:22:02 + Log: In the vms/descrip_mms.template the perlvms.pod must + be copied from vms/, err, [.vms], not [.pod]. + Branch: perl + ! pod/buildtoc vms/descrip_mms.template +____________________________________________________________________________ +[ 20832] By: jhi on 2003/08/22 13:15:35 + Log: Retract #20826 and #20831; things are done differently + in VMS, it seems. Maybe the vms/descrip_mms.template + needs to be changed? + Branch: perl + + vms/perlvms.pod + - pod/perlvms.pod + ! MANIFEST Makefile.SH +____________________________________________________________________________ +[ 20831] By: jhi on 2003/08/22 13:04:47 + Log: Rafael spotted that vms/perlvms.pod was still referred to. + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 20829] By: jhi on 2003/08/22 12:22:04 + Log: The change #20809 opened up a code path that might leave s unset. + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 20828] By: jhi on 2003/08/22 12:17:49 + Log: Subject: [PATCH: lib/File/Path.t] Re: maint @ 20803 + From: "Marcus Holland-Moritz" + Date: Fri, 22 Aug 2003 14:57:09 +0200 + Message-ID: <00dd01c368ac$e69146d0$0c2f1fac@R2D2> + Branch: perl + ! lib/File/Path.t +____________________________________________________________________________ +[ 20827] By: jhi on 2003/08/22 12:17:01 + Log: Test the correct longness; from Enache. + Branch: perl + ! ext/B/t/assembler.t +____________________________________________________________________________ +[ 20826] By: jhi on 2003/08/22 12:15:28 + Log: perlvms moving day, from Craig Berry. + Branch: perl + + pod/perlvms.pod + - vms/perlvms.pod + ! MANIFEST +____________________________________________________________________________ +[ 20825] By: jhi on 2003/08/22 12:14:14 + Log: Lower Storable.xs optimization to -O2 on certain + known platforms. + Branch: perl + + ext/Storable/hints/linux.pl + ! MANIFEST +____________________________________________________________________________ +[ 20824] By: jhi on 2003/08/22 08:20:15 + Log: Subject: [PATCH] Re: [perl #23463] compiler version on sparc/netbsd + From: Nicholas Clark + Date: Thu, 21 Aug 2003 22:26:18 +0100 + Message-ID: <20030821222618.T558@plum.flirble.org> + Branch: perl + ! t/op/pack.t +____________________________________________________________________________ +[ 20823] By: jhi on 2003/08/22 08:16:47 + Log: Subject: Re: [perl #23463]: compiler version on sparc/netbsd + From: alian@cpan.org (Alian) + Date: Wed, 20 Aug 2003 20:39:17 +0200 + Message-ID: <3F43C055.6030709@jupiter.alianet> + Branch: perl + ! t/op/pack.t +____________________________________________________________________________ +[ 20822] By: jhi on 2003/08/22 08:01:57 + Log: Try to make the use of utf8 as clear as possible. + Branch: perl + ! lib/utf8.pm +____________________________________________________________________________ +[ 20821] By: jhi on 2003/08/22 07:51:21 + Log: Put the tests of the change #19064 back, but disable them. + Branch: perl + ! t/op/args.t +____________________________________________________________________________ +[ 20820] By: jhi on 2003/08/22 06:47:50 + Log: Advertise the encoding pragma at the utf8 pragma. + Branch: perl + ! lib/utf8.pm +____________________________________________________________________________ +[ 20819] By: jhi on 2003/08/22 06:31:29 + Log: Subject: [PATCH] grok_* symbols missing in Devel::PPPort (2nd attempt) + From: Tassilo von Parseval + Date: Fri, 22 Aug 2003 09:01:09 +0200 + Message-id: <20030822070109.GA1029@ethan> + Branch: perl + ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm + ! ext/Devel/PPPort/t/test.t +____________________________________________________________________________ +[ 20817] By: jhi on 2003/08/22 05:18:53 + Log: Subject: [PATCH] perl-5.8.0, langinfo.h and YESSTR + From: insecure + Date: Thu, 21 Aug 2003 21:37:56 +0300 + Message-Id: <200308212137.57016.insecure@mail.od.ua> + Branch: perl + ! ext/I18N/Langinfo/Langinfo.xs +____________________________________________________________________________ +[ 20816] By: jhi on 2003/08/22 05:15:30 + Log: More bytecode patching from Enache. + Branch: perl + ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Assembler.pm + ! ext/B/B/Disassembler.pm ext/ByteLoader/bytecode.h +____________________________________________________________________________ +[ 20815] By: jhi on 2003/08/22 05:06:58 + Log: Subject: Re: pod cleanup + From: Ken Williams + Date: Thu, 21 Aug 2003 21:24:57 -0500 + Message-Id: + Branch: perl + ! lib/File/Spec/Cygwin.pm lib/File/Spec/OS2.pm +____________________________________________________________________________ +[ 20814] By: jhi on 2003/08/22 05:05:52 + Log: Do not edit perltoc since it is autogenerated. + Branch: perl + ! pod/buildtoc +____________________________________________________________________________ +[ 20813] By: jhi on 2003/08/22 04:57:12 + Log: Subject: [PATCH] Re: pod cleanup + From: Ronald J Kimball + Date: Thu, 21 Aug 2003 17:09:17 -0400 + Message-ID: <20030821210917.GB164965@linguist.thayer.dartmouth.edu> + + (the pod part) + Branch: perl + ! pod/perl5005delta.pod pod/perlfaq4.pod pod/perlhack.pod + ! pod/perlipc.pod pod/perlpacktut.pod +____________________________________________________________________________ +[ 20811] By: jhi on 2003/08/22 04:46:58 + Log: No need to E. + Branch: perl + ! pod/perluniintro.pod +____________________________________________________________________________ +[ 20810] By: jhi on 2003/08/22 04:46:01 + Log: Add File::Temp's OO test. + Branch: perl + + lib/File/Temp/t/object.t + ! MANIFEST +____________________________________________________________________________ +[ 20809] By: rgs on 2003/08/21 19:07:22 + Log: The magic variables that alter STDOUT have a tendancy to segfault + when accessed if STDOUT is undefined. Protect them. + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 20808] By: jhi on 2003/08/21 18:39:36 + Log: Mention the Unicode UTR #18 version referenced. + Branch: perl + ! pod/perlunicode.pod +____________________________________________________________________________ +[ 20807] By: jhi on 2003/08/21 18:22:22 + Log: Must close so that unlink works portably. + Branch: perl + ! t/io/utf8.t +____________________________________________________________________________ +[ 20806] By: jhi on 2003/08/21 18:15:07 + Log: Subject: [perluniintro.pod] pod markup fix + From: Stas Bekman + Date: Thu, 21 Aug 2003 11:41:01 -0700 + Message-ID: <3F45123D.8020805@stason.org> + Branch: perl + ! pod/perluniintro.pod +____________________________________________________________________________ +[ 20805] By: jhi on 2003/08/21 18:11:30 + Log: Subject: [PATCH] utf8 variable names scrambled in error messages + From: Enache Adrian + Date: Thu, 21 Aug 2003 21:17:26 +0300 + Message-ID: <20030821181726.GA1241@ratsnest.hole> + Branch: perl + ! gv.c t/op/die.t +____________________________________________________________________________ +[ 20804] By: jhi on 2003/08/21 18:09:10 + Log: Fix the syswrite downgrade bug of + [perl #23428] Somethings rotten in unicode semantics + Branch: perl + ! pp_sys.c t/io/utf8.t +____________________________________________________________________________ +[ 20801] By: jhi on 2003/08/21 15:06:16 + Log: No more public cwd(), use private _cwd(). + Branch: perl + ! lib/File/Spec/t/Spec.t +____________________________________________________________________________ +[ 20799] By: jhi on 2003/08/21 14:20:04 + Log: Underline the fact that abs2rel() makes no sense + if it spans multiple roots. + Branch: perl + ! lib/File/Spec.pm lib/File/Spec/Unix.pm +____________________________________________________________________________ +[ 20798] By: jhi on 2003/08/21 14:12:29 + Log: Rename the internal cwd() to _cwd() (it's not curdir). + Branch: perl + ! lib/File/Spec/Cygwin.pm lib/File/Spec/Epoc.pm + ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm + ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm + ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm +____________________________________________________________________________ +[ 20797] By: jhi on 2003/08/21 14:05:18 + Log: Subject: Re: [PATCH: perl@20760] clean up quotation issue for use with MMS on VMS + From: PPrymmer@factset.com + Message-ID: + Date: Tue, 19 Aug 2003 21:50:12 -0400 + Branch: perl + ! lib/ExtUtils/MM_Unix.pm +____________________________________________________________________________ +[ 20795] By: jhi on 2003/08/21 04:42:56 + Log: Retract #19064, broke mod_perl flushing (localisation of $|). + http://public.activestate.com/cgi-bin/perlbrowse?patch=19064 + http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2003-08/msg01466.html + Branch: perl + ! pp_ctl.c pp_hot.c scope.c t/op/args.t +____________________________________________________________________________ +[ 20794] By: jhi on 2003/08/21 04:35:54 + Log: MPE/iX does not have nanosleep() (the test makes + a wrong conclusion of the linking succeeding) + Branch: perl + ! ext/Time/HiRes/Makefile.PL +____________________________________________________________________________ +[ 20793] By: jhi on 2003/08/21 04:35:05 + Log: Subject: Re: untieing your victim during the act + From: Dave Mitchell + Date: Wed, 20 Aug 2003 20:44:53 +0100 + Message-ID: <20030820194453.GD27719@fdgroup.com> + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 20792] By: jhi on 2003/08/21 04:30:54 + Log: Byteloader patching from Enache continues; + PADOFFSET handling was wrong. + Branch: perl + ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Assembler.pm + ! ext/B/t/assembler.t ext/ByteLoader/bytecode.h + ! ext/ByteLoader/byterun.c +____________________________________________________________________________ +[ 20791] By: jhi on 2003/08/20 13:55:35 + Log: Subject: [PATCH perl@20760] Remove redundant targets from Win32 Makefile + From: Steve Hay + Date: Wed, 20 Aug 2003 10:54:46 +0100 + Message-ID: <3F434566.3030602@uk.radan.com> + Branch: perl + ! win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 20790] By: jhi on 2003/08/20 11:01:52 + Log: Upgrade to Encode 1.98. + Branch: perl + ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm + ! ext/Encode/META.yml ext/Encode/bin/enc2xs + ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm + ! ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/enc_eucjp.t + ! ext/Encode/t/enc_utf8.t ext/Encode/t/mime-header.t + ! ext/Encode/ucm/macArabic.ucm ext/Encode/ucm/macFarsi.ucm + ! ext/Encode/ucm/macHebrew.ucm +____________________________________________________________________________ +[ 20789] By: jhi on 2003/08/20 10:49:51 + Log: Patch from Enache for the crashing of bytecode.t in Tru64. + Branch: perl + ! ext/B/B/Bytecode.pm ext/ByteLoader/bytecode.h +____________________________________________________________________________ +[ 20786] By: rgs on 2003/08/19 20:22:07 + Log: t/TEST fails to fail when it can't find tests. + Branch: perl + ! t/TEST +____________________________________________________________________________ +[ 20785] By: jhi on 2003/08/19 19:34:18 + Log: Manifest.t.ation of Schwern. + Branch: perl + ! lib/ExtUtils/t/Manifest.t +____________________________________________________________________________ +[ 20783] By: jhi on 2003/08/19 19:24:00 + Log: Nick's podulator was right, I just hadn't read the manual... + the vms\perlvms.pod lines needed to be moved. + Branch: perl + ! win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 20781] By: jhi on 2003/08/19 16:59:49 + Log: Subject: Re: [perl #23304] Installing perl breaks redhat-config scripts[was: New (well known) printer won't install in RH-9] + From: Andy Dougherty + Date: Tue, 19 Aug 2003 10:45:24 -0400 (EDT) + Message-ID: + Branch: perl + ! INSTALL +____________________________________________________________________________ +[ 20780] By: jhi on 2003/08/19 16:54:48 + Log: Subject: [PATCH] Can't build thread on openbsd sparc64 => B.c:5078: virtual memory exhausted + From: alian + Date: Tue, 19 Aug 2003 18:18:03 +0200 + Message-ID: <20030819161650.65754.qmail@onion.perl.org> + Branch: perl + + ext/B/hints/openbsd.pl + ! MANIFEST +____________________________________________________________________________ +[ 20779] By: jhi on 2003/08/19 16:49:22 + Log: Subject: Re: [PATCH] Re: [PATCH] maintperl - File::Spec cwd() stuff + From: Ilya Zakharevich + Date: Tue, 19 Aug 2003 08:28:14 -0700 + Message-ID: <20030819152814.GA15441@math.berkeley.edu> + Branch: perl + ! lib/File/Spec/OS2.pm +____________________________________________________________________________ +[ 20778] By: jhi on 2003/08/19 15:09:30 + Log: Unnecessary whitespace diff. + Branch: perl + ! lib/ExtUtils/MakeMaker.pm +____________________________________________________________________________ +[ 20777] By: jhi on 2003/08/19 15:05:18 + Log: One less failure. + Branch: perl + ! lib/ExtUtils/t/Manifest.t +____________________________________________________________________________ +[ 20776] By: jhi on 2003/08/19 13:36:03 + Log: Replace #20772 with + + Subject: Re: [PATCH: perl@20760] VMS specific fix for lib/ExtUtils/t/Manifest.t + From: PPrymmer@factset.com + Message-ID: + Date: Tue, 19 Aug 2003 10:29:44 -0400 + Branch: perl + ! lib/ExtUtils/t/Manifest.t +____________________________________________________________________________ +[ 20775] By: jhi on 2003/08/19 13:29:13 + Log: (From Enache) Keep bytecode files (.plc) around in case + of failures. (Currently Tru64 is reliably barfing.) + Branch: perl + ! ext/B/t/bytecode.t +____________________________________________________________________________ +[ 20774] By: jhi on 2003/08/19 13:20:59 + Log: 's buildtoc now. + Branch: perl + ! README.cygwin +____________________________________________________________________________ +[ 20773] By: jhi on 2003/08/19 13:19:24 + Log: These are kind of important. + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 20772] By: jhi on 2003/08/19 13:13:26 + Log: Replace #20763 with + + Subject: Re: [PATCH: perl@20760] VMS specific fix for lib/ExtUtils/t/Manifest.t + From: Michael G Schwern + Date: Mon, 18 Aug 2003 17:07:30 -0700 + Message-ID: <20030819000729.GG14782@windhund.schwern.org> + Branch: perl + ! lib/ExtUtils/t/Manifest.t +____________________________________________________________________________ +[ 20771] By: jhi on 2003/08/19 13:10:42 + Log: Subject: [PATCH] Re: [PATCH] maintperl - File::Spec cwd() stuff + From: Michael G Schwern + Date: Mon, 18 Aug 2003 18:02:08 -0700 + Message-ID: <20030819010208.GI14782@windhund.schwern.org> + Branch: perl + ! lib/File/Spec/OS2.pm +____________________________________________________________________________ +[ 20770] By: jhi on 2003/08/19 13:08:45 + Log: Subject: [PATCH] maintperl - File::Spec cwd() stuff + From: Ken Williams + Date: Mon, 18 Aug 2003 17:07:43 -0500 + Message-Id: <645E5A7D-D1C8-11D7-84BF-003065F6D85A@mathforum.org> + Branch: perl + ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm + ! lib/File/Spec/t/Spec.t +____________________________________________________________________________ +[ 20769] By: jhi on 2003/08/19 12:25:07 + Log: Update the history records. + Branch: perl + ! pod/perlhist.pod +____________________________________________________________________________ +[ 20768] By: jhi on 2003/08/19 12:15:58 + Log: Still trying to unify MANIFEST sorting. + Branch: perl + ! MANIFEST pod/buildtoc +____________________________________________________________________________ +[ 20767] By: jhi on 2003/08/19 12:10:00 + Log: Try to unify the MANIFEST sorting. + Branch: perl + ! MANIFEST Makefile.SH pod/buildtoc +____________________________________________________________________________ +[ 20766] By: jhi on 2003/08/19 12:04:22 + Log: Nicholas Clark's podulator. The win32 makefile + generation doesn't seem to be working yet. + Branch: perl + + pod.lst pod/buildtoc + - pod/buildtoc.PL + ! MANIFEST Makefile.SH pod/Makefile.SH pod/perl.pod + ! pod/perltoc.pod vms/descrip_mms.template win32/pod.mak +____________________________________________________________________________ +[ 20765] By: jhi on 2003/08/19 03:10:57 + Log: Pod tweaks for NEXT from Alan Ferrency. + Branch: perl + ! lib/NEXT.pm +____________________________________________________________________________ +[ 20764] By: jhi on 2003/08/18 19:34:16 + Log: Typo tweaks from Gerrit P. Haase. Fcntl, fcntl, fcntl. + Branch: perl + ! ext/Fcntl/Fcntl.pm pod/perlfunc.pod t/io/utf8.t +____________________________________________________________________________ +[ 20763] By: jhi on 2003/08/18 19:01:33 + Log: Subject: [PATCH: perl@20760] VMS specific fix for lib/ExtUtils/t/Manifest.t + From: PPrymmer@factset.com + Date: Mon, 18 Aug 2003 15:57:12 -0400 + Message-ID: + Branch: perl + ! lib/ExtUtils/t/Manifest.t +____________________________________________________________________________ +[ 20762] By: jhi on 2003/08/18 18:57:22 + Log: Subject: [PATCH: perl@20760] clean up quotation issue for use with MMS on VMS + From: PPrymmer@factset.com + Date: Mon, 18 Aug 2003 14:28:22 -0400 + Message-ID: + Branch: perl + ! vms/descrip_mms.template +____________________________________________________________________________ +[ 20761] By: jhi on 2003/08/18 18:53:05 + Log: Use the base class cwd() method. + Branch: perl + ! lib/File/Spec/VMS.pm +____________________________________________________________________________ +[ 20758] By: jhi on 2003/08/18 09:37:22 + Log: Subject: [PATCH] Uppercase globals in Pod::Html + From: Michael G Schwern + Date: Mon, 18 Aug 2003 03:29:09 -0700 + Message-ID: <20030818102909.GJ823@windhund.schwern.org> + Branch: perl + ! lib/Pod/Html.pm +____________________________________________________________________________ +[ 20756] By: jhi on 2003/08/18 08:46:52 + Log: Subject: [PATCH] Pod::Html unifying global variable declaration and initialization + From: Michael G Schwern + Date: Mon, 18 Aug 2003 02:44:31 -0700 + Message-ID: <20030818094431.GG823@windhund.schwern.org> + Branch: perl + ! lib/Pod/Html.pm +____________________________________________________________________________ +[ 20755] By: jhi on 2003/08/18 08:41:24 + Log: Warn about the slowness of memory debuggers. + Branch: perl + ! pod/perlhack.pod +____________________________________________________________________________ +[ 20754] By: jhi on 2003/08/18 08:34:00 + Log: Upgrade to ExtUtils::MakeMaker 6.16. + Branch: perl + + lib/ExtUtils/t/prereq_print.t + ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Installed.pm + ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml + ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm + ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm + ! lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/Manifest.t +____________________________________________________________________________ +[ 20753] By: jhi on 2003/08/18 08:21:36 + Log: Subject: Re: [PATCH] Pod::Html test clean-up (was Re: maint @ 20617 (on VMS)) + From: Michael G Schwern + Date: Mon, 18 Aug 2003 01:34:34 -0700 + Message-ID: <20030818083433.GB823@windhund.schwern.org> + Branch: perl + ! lib/Pod/Html.pm lib/Pod/t/pod2html-lib.pl +____________________________________________________________________________ +[ 20752] By: jhi on 2003/08/18 07:01:16 + Log: I could have sworn the base class method was there. + Branch: perl + ! lib/File/Spec/Unix.pm +____________________________________________________________________________ +[ 20751] By: jhi on 2003/08/18 05:09:34 + Log: utf8::is_utf8() wasn't there in 5.8.0. + Branch: perl + ! lib/utf8.pm +____________________________________________________________________________ +[ 20750] By: jhi on 2003/08/18 04:53:22 + Log: Subject: [PATCH] Pod::Html test clean-up (was Re: maint @ 20617 (on VMS)) + From: "Craig A. Berry" + Date: Sun, 17 Aug 2003 23:28:21 -0500 + Message-ID: <3F4055E5.2070407@mac.com> + Branch: perl + ! lib/Pod/Html.pm lib/Pod/t/pod2html-lib.pl +____________________________________________________________________________ +[ 20749] By: jhi on 2003/08/17 19:27:03 + Log: Subject: [PATCH] Taint safe Cwd::_qnx_abs_path() + From: Michael G Schwern + Date: Sat, 16 Aug 2003 14:58:25 -0700 + Message-ID: <20030816215824.GF5859@windhund.schwern.org> + + (plus local *REALPATH) + Branch: perl + ! lib/Cwd.pm +____________________________________________________________________________ +[ 20747] By: jhi on 2003/08/17 08:44:18 + Log: Subject: [PATCH] Re: [BUG] string loses its utf8 flag on die + From: Enache Adrian + Date: Sat, 16 Aug 2003 16:03:16 +0300 + Message-ID: <20030816130316.GA1654@ratsnest.hole> + + Subject: Re: [PATCH] Re: [BUG] string loses its utf8 flag on die + From: Enache Adrian + Date: Sun, 17 Aug 2003 04:42:22 +0300 + Message-ID: <20030817014222.GA1287@ratsnest.hole> + Branch: perl + ! t/op/die.t util.c +____________________________________________________________________________ +[ 20745] By: jhi on 2003/08/17 07:52:47 + Log: The lib/Cwd.pm diet part of + + Subject: [PATCH] File::Spec on diet + From: Tels + Date: Mon, 7 Jul 2003 22:41:42 +0200 + Message-Id: <200307072235.03364@bloodgate.com> + Branch: perl + ! lib/Cwd.pm +____________________________________________________________________________ +[ 20744] By: jhi on 2003/08/17 07:50:00 + Log: The "reduce memory footprint and increase speed by not + unconditionally pulling in Cwd" part of + + Subject: [PATCH] File::Spec on diet + From: Tels + Date: Mon, 7 Jul 2003 22:41:42 +0200 + Message-Id: <200307072235.03364@bloodgate.com> + + was still valid. + Branch: perl + ! lib/File/Spec/Cygwin.pm lib/File/Spec/Epoc.pm + ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm + ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm + ! lib/File/Spec/Win32.pm +____________________________________________________________________________ +[ 20741] By: jhi on 2003/08/17 06:53:07 + Log: File::Temp 0.14 from Tim Jenness, now with OO interface. + Branch: perl + ! lib/File/Temp.pm +____________________________________________________________________________ +[ 20739] By: jhi on 2003/08/16 21:03:07 + Log: Subject: [PATCH: perl@20724] fixes for installperl and the vmsdebug build on VMS + From: PPrymmer@factset.com + Date: Sat, 16 Aug 2003 11:55:58 -0400 + Message-ID: + Branch: perl + ! installperl +____________________________________________________________________________ +[ 20738] By: jhi on 2003/08/16 20:39:47 + Log: Update to Filter::Util::Call 1.6 from CPAN, but keep our + $VERSION at 1.601 so that we are different in version + than 5.8.0 since the module is different (one doc tweak). + Branch: perl + ! ext/Filter/Util/Call/Call.pm +____________________________________________________________________________ +[ 20737] By: jhi on 2003/08/16 20:25:21 + Log: valgrind --help didn't return a happy exit status. + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 20736] By: rgs on 2003/08/16 19:54:43 + Log: Avoid a "Subroutine Cwd::fastcwd redefined" warning when + loading Cwd. Undefing &Cwd::fastcwd beforehand is inconvenient + because loading the XS part of Cwd might fail. + Branch: perl + ! lib/Cwd.pm +____________________________________________________________________________ +[ 20735] By: rgs on 2003/08/16 19:39:39 + Log: Subject: [patch lib/utf8.pm] doc tweaks + From: Stas Bekman + Date: Sat, 16 Aug 2003 13:30:28 -0700 + Message-ID: <3F3E9464.3030202@stason.org> + Branch: perl + ! lib/utf8.pm +____________________________________________________________________________ +[ 20734] By: rgs on 2003/08/16 19:32:05 + Log: Subject: [PATCH] Taint problems in Cwd::abs_path + From: Michael G Schwern + Date: Fri, 15 Aug 2003 18:43:45 -0700 + Message-ID: <20030816014345.GE4023@windhund.schwern.org> + Branch: perl + ! ext/Cwd/t/taint.t lib/Cwd.pm +____________________________________________________________________________ +[ 20733] By: jhi on 2003/08/16 17:03:15 + Log: No ODBM for Mac OS X, even if we have Fink GDBM libraries. + Branch: perl + ! hints/darwin.sh +____________________________________________________________________________ +[ 20732] By: jhi on 2003/08/16 16:52:50 + Log: Add valgrind testing target. + Branch: perl + ! Makefile.SH pod/perlhack.pod t/TEST +____________________________________________________________________________ +[ 20731] By: jhi on 2003/08/16 14:37:33 + Log: More networking negativity. + Branch: perl + ! pod/perlport.pod +____________________________________________________________________________ +[ 20730] By: rgs on 2003/08/16 12:12:43 + Log: Remove a useless vstring reference in perlnumber.pod. + Branch: perl + ! pod/perlnumber.pod +____________________________________________________________________________ +[ 20729] By: jhi on 2003/08/16 10:11:30 + Log: README.macosx updates about known problems. + Branch: perl + ! README.macosx +____________________________________________________________________________ +[ 20728] By: jhi on 2003/08/16 08:32:04 + Log: Subject: [PATCH] Small test tweak for Memoize/t/error.t + From: Andreas J Koenig + Date: Fri, 15 Aug 2003 11:55:22 +0200 + Message-ID: <87smo39red.fsf@franz.ak.mind.de> + Branch: perl + ! lib/Memoize/t/errors.t +____________________________________________________________________________ +[ 20727] By: jhi on 2003/08/16 07:25:08 + Log: Upgrade to File::Temp 0.13 from CPAN-- + but since we had a '0.13' already in 5.8.0, make this + still a '0.131'. + Branch: perl + ! lib/File/Temp.pm lib/File/Temp/t/mktemp.t + ! lib/File/Temp/t/posix.t lib/File/Temp/t/security.t + ! lib/File/Temp/t/tempfile.t +____________________________________________________________________________ +[ 20726] By: jhi on 2003/08/15 20:29:10 + Log: Clarify the E flag. + Branch: perl + ! embed.fnc +____________________________________________________________________________ +[ 20725] By: jhi on 2003/08/15 15:37:36 + Log: Integrate from maint: + [ 20724] + No peeking before the buffer. + (This was probably the random failure showing up + in Solaris with t/uni/tr_7jis.t) + Branch: perl + !> toke.c +____________________________________________________________________________ +[ 20721] By: jhi on 2003/08/15 08:44:42 + Log: Subject: [PATCH] TEST script (Was: Not ok 20712ff) + From: Andreas J Koenig + Date: Fri, 15 Aug 2003 11:37:29 +0200 + Message-ID: <87wudf9s86.fsf_-_@franz.ak.mind.de> + Branch: perl + ! t/TEST +____________________________________________________________________________ +[ 20720] By: jhi on 2003/08/15 08:40:07 + Log: Integrate from maint: + [ 20719] + no_plan is not a good plan until TEST is fixed. + Branch: perl + !> lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/unseen.t +____________________________________________________________________________ +[ 20717] By: jhi on 2003/08/15 05:06:39 + Log: Up the F::S subpackage versions; up the JPL JNI.pm version + (the JPL cvs seems to be out of order), the only real change + (in JNI.xs) seems to have been CRLF->LF conversion. + Branch: perl + ! jpl/JNI/JNI.pm lib/File/Spec/Cygwin.pm lib/File/Spec/Unix.pm +____________________________________________________________________________ +[ 20716] By: jhi on 2003/08/15 04:58:34 + Log: Upgrade to Test::Harness 2.30. + Branch: perl + ! lib/Test/Harness.pm lib/Test/Harness/Changes + ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/pod.t +____________________________________________________________________________ +[ 20715] By: jhi on 2003/08/15 04:41:37 + Log: Damian replied that he'll make a CPAN Switch 2.10 + out of 5.8.1 Switch 2.10. + Branch: perl + ! lib/Switch.pm +____________________________________________________________________________ +[ 20714] By: jhi on 2003/08/14 18:35:07 + Log: Add PerlIO::via::QuotedPrint to Maintainers. + Branch: perl + ! Porting/Maintainers.pl +____________________________________________________________________________ +[ 20713] By: jhi on 2003/08/14 18:33:06 + Log: Upgrade to PerlIO::via::Quoted 0.05. + Branch: perl + ! lib/PerlIO/via/QuotedPrint.pm lib/PerlIO/via/t/QuotedPrint.t +____________________________________________________________________________ +[ 20712] By: jhi on 2003/08/14 18:29:19 + Log: Upgrade to NEXT 0.60. + Branch: perl + ! lib/NEXT.pm lib/NEXT/Changes lib/NEXT/README + ! lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/unseen.t +____________________________________________________________________________ +[ 20711] By: jhi on 2003/08/14 17:31:55 + Log: perlcheat is a reference, not tutorial. + Branch: perl + ! pod/perl.pod +____________________________________________________________________________ +[ 20710] By: jhi on 2003/08/14 16:48:34 + Log: Subject: PATCH RC4 IO::Dir + From: Mark Jason Dominus + Date: Thu, 14 Aug 2003 12:02:59 -0400 + Message-ID: <20030814160259.27586.qmail@plover.com> + Branch: perl + ! ext/IO/lib/IO/Dir.pm +____________________________________________________________________________ +[ 20708] By: jhi on 2003/08/14 14:45:20 + Log: win32/fcrypt.c was forgotten. + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 20706] By: jhi on 2003/08/14 14:40:30 + Log: Not so great a version bump, let Paul release 0.17. + Branch: perl + ! ext/Filter/Util/Call/Call.pm +____________________________________________________________________________ +[ 20705] By: jhi on 2003/08/14 14:38:40 + Log: One more XS change versus no VERSION change. + (Remaining in JNI.pm/xs, don't know what to about that + since JNI is kind of "stable".) + Branch: perl + ! ext/Filter/Util/Call/Call.pm +____________________________________________________________________________ +[ 20704] By: jhi on 2003/08/14 14:36:45 + Log: XS contents changes versus VERSION non-changes. + Branch: perl + ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm + ! ext/PerlIO/scalar/scalar.pm ext/SDBM_File/SDBM_File.pm + ! ext/Socket/Socket.pm +____________________________________________________________________________ +[ 20702] By: jhi on 2003/08/14 14:24:40 + Log: Subject: [PATCH perl@20684] Include fcrypt.c for crypt() on Windows + From: Steve Hay + Date: Thu, 14 Aug 2003 15:39:16 +0100 + Message-ID: <3F3B9F14.4040609@uk.radan.com> + + (Sarathy okayed the idea.) + Branch: perl + + win32/fcrypt.c + - win32/des_fcrypt.patch + ! MANIFEST README.win32 win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 20701] By: jhi on 2003/08/14 14:17:42 + Log: Subject: [DOC PATCH] warnings.pl + From: Elizabeth Mattijsen + Date: Thu, 14 Aug 2003 13:12:55 +0200 + Message-id: + + (some rewording) + Branch: perl + ! lib/warnings.pm warnings.pl +____________________________________________________________________________ +[ 20700] By: gbarr on 2003/08/14 14:12:45 + Log: Update to Scalar-List-Utils 1.12 + Branch: perl + ! ext/List/Util/ChangeLog ext/List/Util/Util.xs + ! ext/List/Util/lib/List/Util.pm + ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/reduce.t +____________________________________________________________________________ +[ 20699] By: jhi on 2003/08/14 13:16:27 + Log: All the authors of these modules have now been contacted; + but assuming no CPAN updates are upcoming, here are 'fake' + version updates to make us different from 5.8.0. + (List::Util+Scalar::Util will soon be updated; + File::Spec CPAN release will be made based on 5.8.1.) + Branch: perl + ! ext/Data/Dumper/Dumper.pm lib/CGI/Fast.pm lib/CGI/Util.pm + ! lib/File/Temp.pm lib/Locale/Country.pm lib/Locale/Currency.pm + ! lib/Locale/Language.pm lib/Locale/Script.pm lib/Switch.pm + ! lib/Test/Harness/Straps.pm lib/Text/Wrap.pm +____________________________________________________________________________ +[ 20697] By: jhi on 2003/08/14 07:05:48 + Log: Make the blead versions of these be newer... + Branch: perl + ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm +____________________________________________________________________________ +[ 20696] By: jhi on 2003/08/14 06:51:34 + Log: Tweak from Slaven to catch also changed .xs files + (.pm -> .xs name equivalence is assumed) + Branch: perl + ! Porting/cmpVERSION.pl +____________________________________________________________________________ +[ 20695] By: jhi on 2003/08/14 06:44:10 + Log: Diffs-sans-version-diffs between blead and maint. + Branch: perl + ! ext/B/B.pm ext/B/B/C.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm + ! ext/Devel/PPPort/PPPort.pm lib/English.pm lib/overload.pm + ! lib/warnings.pm warnings.pl +____________________________________________________________________________ +[ 20692] By: jhi on 2003/08/14 05:23:58 + Log: One more VERSION bump. + Branch: perl + ! lib/SelfLoader.pm +____________________________________________________________________________ +[ 20691] By: jhi on 2003/08/14 05:21:20 + Log: Add a known exception. + Branch: perl + ! Porting/cmpVERSION.pl +____________________________________________________________________________ +[ 20689] By: jhi on 2003/08/14 04:54:18 + Log: The blead version has got the dor. + Branch: perl + ! ext/Opcode/Opcode.pm +____________________________________________________________________________ +[ 20688] By: jhi on 2003/08/14 04:51:30 + Log: A swath of VERSION patches from Nicholas Clark. + Branch: perl + ! lib/AutoSplit.pm lib/CPAN/Nox.pm lib/Cwd.pm lib/English.pm + ! lib/File/Basename.pm lib/File/Copy.pm lib/File/Path.pm + ! lib/Hash/Util.pm lib/Net/hostent.pm lib/Net/servent.pm + ! lib/Text/Abbrev.pm lib/Thread/Semaphore.pm lib/Tie/Array.pm + ! lib/Tie/RefHash.pm lib/UNIVERSAL.pm lib/Unicode/UCD.pm + ! lib/attributes.pm lib/base.pm lib/diagnostics.pm lib/fields.pm + ! lib/filetest.pm lib/open.pm lib/overload.pm lib/utf8.pm + ! lib/vmsish.pm os2/OS2/Process/Process.pm + ! os2/OS2/REXX/DLL/DLL.pm t/TestInit.pm + ! t/lib/MakeMaker/Test/Utils.pm t/lib/Math/BigInt/BareCalc.pm + ! vms/ext/Filespec.pm warnings.pl +____________________________________________________________________________ +[ 20687] By: jhi on 2003/08/13 18:53:15 + Log: Alpha version numbers noticed by Schwern. + (These hacks are no more needed since the PAUSE indexer no + more indexes the insides of Perl distributions, says Andreas.) + Branch: perl + ! ext/Devel/DProf/DProf.pm ext/Devel/Peek/Peek.pm + ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm + ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm + ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm + ! ext/IPC/SysV/SysV.pm +____________________________________________________________________________ +[ 20686] By: jhi on 2003/08/13 18:42:50 + Log: Subject: Re: script wanted + From: Nicholas Clark + Date: Wed, 13 Aug 2003 20:46:09 +0100 + Message-ID: <20030813204609.G20130@plum.flirble.org> + Branch: perl + ! ext/B/B.pm ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/Debug.pm + ! ext/B/B/Lint.pm ext/Fcntl/Fcntl.pm ext/File/Glob/Glob.pm + ! ext/IO/IO.pm ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm + ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm + ! ext/IO/lib/IO/Socket/INET.pm ext/IPC/SysV/Msg.pm + ! ext/IPC/SysV/Semaphore.pm ext/POSIX/POSIX.pm + ! ext/Sys/Hostname/Hostname.pm ext/Sys/Syslog/Syslog.pm + ! ext/re/re.pm ext/threads/shared/shared.pm + ! ext/threads/threads.pm +____________________________________________________________________________ +[ 20685] By: jhi on 2003/08/13 18:24:50 + Log: Subject: Re: script wanted + From: Enache Adrian + Date: Wed, 13 Aug 2003 22:31:18 +0300 + Message-ID: <20030813193118.GA1273@ratsnest.hole> + Branch: perl + ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Assembler.pm + ! ext/B/B/Disassembler.pm +____________________________________________________________________________ +[ 20681] By: jhi on 2003/08/13 17:13:12 + Log: Subject: [PATCH lib/lib_pm.PL utils/perlcc.PL utils/h2xs.PL] RE: script wanted + From: Robin Barker + Date: Wed, 13 Aug 2003 18:05:38 +0100 + Message-ID: <533D273D4014D411AB1D00062938C4D904046637@hotel.npl.co.uk> + Branch: perl + ! lib/lib_pm.PL utils/h2xs.PL utils/perlcc.PL +____________________________________________________________________________ +[ 20680] By: jhi on 2003/08/13 17:11:38 + Log: Subject: [PATCH] GNU Public General Public General GNU Public License License + From: Michael G Schwern + Date: Wed, 13 Aug 2003 11:15:40 -0700 + Message-ID: <20030813181539.GA22658@windhund.schwern.org> + Branch: perl + ! pod/perlartistic.pod pod/perlgpl.pod +____________________________________________________________________________ +[ 20678] By: jhi on 2003/08/13 13:46:18 + Log: Add cmpVERSION.pl from Slaven for comparing two + Perl source trees for modules that have changed + but have the same version numbers. + Branch: perl + + Porting/cmpVERSION.pl + ! MANIFEST +____________________________________________________________________________ +[ 20676] By: jhi on 2003/08/13 12:03:08 + Log: Make Johan's confusion go away, but there are no doubt more + similar cases. + Branch: perl + ! lib/File/Find.pm +____________________________________________________________________________ +[ 20674] By: jhi on 2003/08/13 11:57:47 + Log: Make (hopefully) the Windows CR CR LF bug go away + by making the CRLF layer repel any other CRLF layers. + In other words: binmode(FH, ":crlf") in e.g. Win32 + is effectively a no-op since there already is one + CRLF layer in the stack by default. + Branch: perl + ! perlio.c pod/perlrun.pod t/io/crlf.t t/io/layers.t +____________________________________________________________________________ +[ 20673] By: jhi on 2003/08/13 10:29:56 + Log: One tweak from Dave Mitchell. + Branch: perl + ! pod/perlport.pod +____________________________________________________________________________ +[ 20672] By: jhi on 2003/08/13 10:27:54 + Log: One tweak for microperl in OS/2. + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 20671] By: merijn on 2003/08/13 08:57:27 + Log: Subject: [PATCH] another VMS pod nit + From: "Craig A. Berry" + Date: Wed, 13 Aug 2003 01:01:46 -0500 + Message-ID: <3F39D44A.4010207@mac.com> + Branch: perl + ! vms/descrip_mms.template +____________________________________________________________________________ +[ 20670] By: merijn on 2003/08/13 08:54:45 + Log: Subject: [PATCH Tie::File] turn the alarm off in the tests (was Re: maint @ 20617 (on VMS)) + From: "Craig A. Berry" + Date: Tue, 12 Aug 2003 21:12:00 -0500 + Message-ID: <3F399E70.4050607@mac.com> + Branch: perl + ! lib/Tie/File/t/24_cache_loop.t lib/Tie/File/t/29_downcopy.t + ! lib/Tie/File/t/29a_upcopy.t +____________________________________________________________________________ +[ 20669] By: jhi on 2003/08/13 06:06:39 + Log: More don't:s for nyetworking. + Branch: perl + ! pod/perlport.pod +____________________________________________________________________________ +[ 20668] By: rgs on 2003/08/12 20:27:41 + Log: perlipc thinko by John P. Linderman. + Branch: perl + ! pod/perlipc.pod +____________________________________________________________________________ +[ 20666] By: jhi on 2003/08/12 20:02:13 + Log: Subject: Re: maint @ 20617 [PATCH] + From: =?iso-8859-1?q?Sreeji=20K=20Das?= + Date: Tue, 12 Aug 2003 13:19:00 +0100 (BST) + Message-ID: <20030812121900.26127.qmail@web10501.mail.yahoo.com> + Branch: perl + ! lib/ExtUtils/Installed.pm +____________________________________________________________________________ +[ 20665] By: jhi on 2003/08/12 19:59:54 + Log: README.cygwin updates from Gerrit P. Haase. + Branch: perl + ! README.cygwin +____________________________________________________________________________ +[ 20664] By: jhi on 2003/08/12 19:57:53 + Log: Do some updates also on pod.mak -- which seems to + be badly out of date. + Branch: perl + ! win32/pod.mak +____________________________________________________________________________ +[ 20663] By: jhi on 2003/08/12 19:48:01 + Log: More missing pods for VMS. + Branch: perl + ! vms/descrip_mms.template +____________________________________________________________________________ +[ 20662] By: jhi on 2003/08/12 19:43:46 + Log: Subject: [PATCH: perl@20617] add handling for new perlreref.pod file to VMS build. + From: PPrymmer@factset.com + Date: Tue, 12 Aug 2003 16:24:21 -0400 + Message-ID: + Branch: perl + ! vms/descrip_mms.template +____________________________________________________________________________ +[ 20661] By: jhi on 2003/08/12 19:41:50 + Log: perlreref tweaks from SADAHIRO Tomoyuki and Ian Truskett. + Branch: perl + ! pod/perlreref.pod +____________________________________________________________________________ +[ 20660] By: jhi on 2003/08/12 18:44:27 + Log: A better patch from Yitzchak Scott-Thoennes for [perl #23287]. + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 20657] By: jhi on 2003/08/12 13:55:56 + Log: Multiline one-liners are a bit too much to ask. + Branch: perl + ! t/op/closure.t +____________________________________________________________________________ +[ 20654] By: jhi on 2003/08/12 13:23:00 + Log: Add perlcheat to the toc and perl.pod; regen toc. + Branch: perl + ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod +____________________________________________________________________________ +[ 20653] By: jhi on 2003/08/12 13:15:17 + Log: Retract #20644 and #20643; on non-microperl non-fcntl + systems Wrong Thing would be done. (And as Sarathy + points out, closing both ends of a pipe is rather + identical to never opening it...) + Branch: perl + ! pp_sys.c util.c +____________________________________________________________________________ +[ 20652] By: ams on 2003/08/12 13:06:40 + Log: Subject: perlcheat + From: Juerd + Date: Mon, 11 Aug 2003 20:24:34 +0200 + Message-Id: <20030811182434.GI17748@c3.convolution.nl> + Branch: perl + + pod/perlcheat.pod + ! MANIFEST +____________________________________________________________________________ +[ 20651] By: jhi on 2003/08/12 12:52:09 + Log: Microperl expects C89 (like the rest of Perl). + Branch: perl + ! README.micro +____________________________________________________________________________ +[ 20650] By: jhi on 2003/08/12 12:32:29 + Log: Subject: [PATCH 5.8.1 @20218] xsubpp: wrong code + From: Ilya Zakharevich + Date: Sun, 3 Aug 2003 06:19:02 -0700 + Message-ID: <20030803131902.GA5146@math.berkeley.edu> + Branch: perl + ! lib/ExtUtils/xsubpp +____________________________________________________________________________ +[ 20648] By: jhi on 2003/08/12 11:56:52 + Log: If we are void we cannot return a value. + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 20647] By: jhi on 2003/08/12 11:54:32 + Log: Oops. + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 20646] By: jhi on 2003/08/12 11:51:25 + Log: Apply much of Ilya's microperl patch, but instead of + implementing the opendir()/readdir()/closedir() using + external commands give up "ANSI-pureness" and define them + in uconfig.sh, also define other stuff like rename() and putenv(). + Leave out the $| emulation in my_fork() since we are + not supposed to have fork() under microperl. + Branch: perl + ! Makefile.micro README.micro doio.c mg.c perl.c perl.h + ! perlvars.h pp_sys.c sv.c uconfig.h uconfig.sh util.c +____________________________________________________________________________ +[ 20645] By: jhi on 2003/08/12 10:40:54 + Log: Localize PARENT (based on Ilya's microperl patch). + Branch: perl + ! lib/Cwd.pm +____________________________________________________________________________ +[ 20644] By: jhi on 2003/08/12 10:37:55 + Log: More microperlish faking in case no fcntl F_SETFD for pipes. + Branch: perl + ! util.c +____________________________________________________________________________ +[ 20643] By: jhi on 2003/08/12 10:13:53 + Log: A generally useful hunk from Ilya's microperl patch. + (If no fcntl F_SETFD, fake it the best we can.) + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 20640] By: jhi on 2003/08/12 09:59:16 + Log: returning would be good, too. + Branch: perl + ! ext/Safe/t/safeops.t +____________________________________________________________________________ +[ 20639] By: jhi on 2003/08/12 09:57:07 + Log: No dor in maint. + Branch: perl + ! ext/Safe/t/safeops.t +____________________________________________________________________________ +[ 20634] By: jhi on 2003/08/12 08:41:49 + Log: Subject: [PATCH 5.8.1 @19053] XSLoader revisted + From: Ilya Zakharevich + Date: Mon, 21 Apr 2003 22:44:37 -0700 + Message-ID: <20030422054437.GA8297@math.berkeley.edu> + + (the XSLoader doc hunk; the h2xs looks like a behavioural change) + Branch: perl + ! ext/DynaLoader/XSLoader_pm.PL +____________________________________________________________________________ +[ 20633] By: jhi on 2003/08/12 08:31:01 + Log: Subject: [PATCH h2xs] produce Foo-Bar/lib/Foo/Bar.pm + From: Michael G Schwern + Date: Sat, 9 Aug 2003 15:03:02 -0700 + Message-ID: <20030809220301.GE24919@windhund.schwern.org> + + (plus one extra catfile() in h2xs.t) + Branch: perl + ! lib/h2xs.t utils/h2xs.PL +____________________________________________________________________________ +[ 20632] By: jhi on 2003/08/12 08:11:08 + Log: The Debian people have expressed a wish for the boilerplate + being specific about the Perl version; patch from Nicholas Clark. + Branch: perl + ! utils/h2xs.PL +____________________________________________________________________________ +[ 20631] By: jhi on 2003/08/12 08:09:43 + Log: A new try from Dave Mitchell for [perl #23265]. + Branch: perl + ! pad.c t/op/closure.t +____________________________________________________________________________ +[ 20630] By: jhi on 2003/08/12 07:59:22 + Log: Fix for [perl #23287] segfault in untie. + (Well, at least no more coredump.) + Branch: perl + ! pp_sys.c t/op/tie.t +____________________________________________________________________________ +[ 20629] By: jhi on 2003/08/12 06:24:32 + Log: =head2 ALL CAPS + Branch: perl + ! pod/perlreref.pod +____________________________________________________________________________ +[ 20628] By: jhi on 2003/08/12 06:22:25 + Log: Too enthusiastic head2-ing. + Branch: perl + ! pod/perlreref.pod +____________________________________________________________________________ +[ 20627] By: jhi on 2003/08/12 05:17:14 + Log: Gotta Get'em Cases Right. + Branch: perl + ! pod/perlreref.pod +____________________________________________________________________________ +[ 20626] By: jhi on 2003/08/12 05:04:02 + Log: head2-ify many of the head1s, will probably make this look + better in HTML. + Branch: perl + ! pod/perlreref.pod +____________________________________________________________________________ +[ 20625] By: jhi on 2003/08/12 04:55:32 + Log: Subject: Re: [PATCH] perlreref.pod tweaks + From: Iain Truskett + Date: Tue, 12 Aug 2003 13:59:27 +1000 + Message-ID: <20030812035927.GJ7914@gytha.anu.edu.au> + + plus explain "Titlecase". + Branch: perl + ! pod/perlreref.pod +____________________________________________________________________________ +[ 20623] By: rgs on 2003/08/11 19:59:17 + Log: Add a new regression test for Safe : tests that all ops + can be trapped by a Safe compartement (except for the ones + that can't.) + Branch: perl + + ext/Safe/t/safeops.t + ! MANIFEST +____________________________________________________________________________ +[ 20622] By: rgs on 2003/08/11 18:33:06 + Log: B::Deparse wasn't handling correctly builtins that + have two filehandles in their prototypes (pipe, socketpair, + accept) when non-bareword prototypes were used. + Branch: perl + ! ext/B/B/Deparse.pm +____________________________________________________________________________ +[ 20620] By: jhi on 2003/08/11 17:08:29 + Log: Subject: [PATCH] [@20616] perlreref.pod incorrectly describes \c + From: merlyn@stonehenge.com (Randal L. Schwartz) + Date: 11 Aug 2003 09:45:29 -0700 + Message-ID: <86isp4kus6.fsf@blue.stonehenge.com> + + Subject: [PATCH] perlreref.pod tweaks + From: Ronald J Kimball + Date: Mon, 11 Aug 2003 13:19:51 -0400 + Message-ID: <20030811171951.GA332851@linguist.thayer.dartmouth.edu> + + Plus a note about {,n} not being a quantifier. + Branch: perl + ! pod/perlreref.pod +____________________________________________________________________________ +[ 20619] By: jhi on 2003/08/11 15:50:34 + Log: Integrate: + [ 20618] + $* is not yet fully gone in 5.8.1. + Branch: perl + !> pod/perlreref.pod +____________________________________________________________________________ +[ 20614] By: nick on 2003/08/11 12:14:55 + Log: Allow via layer to affect the PERLIO_F_UTF8 flag. + Branch: perl + ! ext/PerlIO/via/via.pm ext/PerlIO/via/via.xs +____________________________________________________________________________ +[ 20612] By: jhi on 2003/08/11 10:55:19 + Log: VC6 warning: result still unsigned. + Branch: perl + ! regexec.c +____________________________________________________________________________ +[ 20611] By: jhi on 2003/08/11 08:33:13 + Log: Typo fix from Boris Zentner. + Branch: perl + ! pod/perlfaq5.pod +____________________________________________________________________________ +[ 20609] By: jhi on 2003/08/11 04:28:29 + Log: Subject: [perl #23273] warnings in Unicode::UCD + From: Lukas Mai (via RT) + Date: 10 Aug 2003 22:37:41 -0000 + Message-ID: + Branch: perl + ! lib/Unicode/UCD.pm lib/Unicode/UCD.t +____________________________________________________________________________ +[ 20608] By: jhi on 2003/08/11 04:24:34 + Log: Explain the 'Wide character in print' a bit more. + Branch: perl + ! pod/perldiag.pod +____________________________________________________________________________ +[ 20607] By: rgs on 2003/08/10 20:44:23 + Log: Subject: Re: killing for vital signs [PATCH] + From: "John P. Linderman" + Date: Sun, 10 Aug 2003 15:44:33 -0400 (EDT) + Message-Id: <200308101944.PAA96547@raptor.research.att.com> + Branch: perl + ! pod/perlfunc.pod pod/perlipc.pod +____________________________________________________________________________ +[ 20605] By: jhi on 2003/08/10 20:38:39 + Log: gcc -ansi -pedantic cleanup; and a seemingly forgotten + sv_placeholder hunk. + Branch: perl + ! perl.h sv.h +____________________________________________________________________________ +[ 20604] By: jhi on 2003/08/10 20:14:28 + Log: Clarify the format checking instructions. + Branch: perl + ! Porting/pumpkin.pod +____________________________________________________________________________ +[ 20602] By: jhi on 2003/08/10 19:45:45 + Log: Retract #20597, too many resulting core dumps. + Branch: perl + ! pad.c t/op/closure.t +____________________________________________________________________________ +[ 20597] By: jhi on 2003/08/10 17:55:03 + Log: Subject: Re: [perl #23265] Nested anonymous subs + From: Dave Mitchell + Date: Sun, 10 Aug 2003 01:35:30 +0100 + Message-ID: <20030810003530.GB6547@fdgroup.com> + Branch: perl + ! pad.c t/op/closure.t +____________________________________________________________________________ +[ 20596] By: jhi on 2003/08/10 17:38:35 + Log: Try simple workaround for the POSIX autosplit.ix warning. + Branch: perl + ! ext/POSIX/POSIX.pm +____________________________________________________________________________ +[ 20595] By: jhi on 2003/08/10 17:33:12 + Log: One more PL_csighandlerp. + Branch: perl + ! ext/POSIX/POSIX.xs +____________________________________________________________________________ +[ 20594] By: rgs on 2003/08/10 13:30:11 + Log: Further tweaks on perlreref.pod (by Iain Truskett) + Branch: perl + ! pod/perlreref.pod +____________________________________________________________________________ +[ 20593] By: rgs on 2003/08/10 12:32:47 + Log: Add the perlreref manpage, by Iain Truskett + (regular expressions quick reference.) + Regenerate the table of contents. + Branch: perl + + pod/perlreref.pod + ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod +____________________________________________________________________________ +[ 20592] By: rgs on 2003/08/09 21:13:27 + Log: Remove ByteLoader from the list of modules whose compilability should + be tested : it's loaded (at runtime) by ext/B/t/bytecode.t (as Enache + pointed out.) + Branch: perl + ! t/lib/1_compile.t +____________________________________________________________________________ +[ 20591] By: rgs on 2003/08/09 21:08:59 + Log: Subject: [PATCH] add "$lexical not available" warning in C + From: Dave Mitchell + Date: Sat, 9 Aug 2003 14:51:44 +0100 + Message-ID: <20030809135144.GC4997@fdgroup.com> + Branch: perl + ! embed.fnc embed.h global.sym op.c pp_ctl.c proto.h scope.c + ! scope.h t/lib/warnings/pad +____________________________________________________________________________ +[ 20590] By: rgs on 2003/08/09 21:02:21 + Log: Regenerate perlapi.pod. + Branch: perl + ! pod/perlapi.pod +____________________________________________________________________________ +[ 20589] By: rgs on 2003/08/09 20:26:28 + Log: Subject: [PATCH t/lib/1_compile.t] Removing tested modules + From: Michael G Schwern + Date: Sat, 9 Aug 2003 13:36:59 -0700 + Message-ID: <20030809203659.GB24919@windhund.schwern.org> + Branch: perl + ! t/lib/1_compile.t +____________________________________________________________________________ +[ 20588] By: jhi on 2003/08/09 18:13:07 + Log: Update Jon Orwant's email address as he wants it, + drop TPJ URL; upate also Doug MacEachern's address. + Branch: perl + ! pod/perlembed.pod pod/perlmodinstall.pod +____________________________________________________________________________ +[ 20587] By: ams on 2003/08/09 18:09:34 + Log: hv_fetch_{ent,flags} failed to set HvHASKFLAGS on a hash where a + normal key was replaced by its UTF-8 equivalent. This caused the + "Storable problem" RT3 users reported under RH9. + Branch: perl + ! hv.c +____________________________________________________________________________ +[ 20586] By: jhi on 2003/08/09 18:08:20 + Log: Subject: [PATCH perlmodinstall.pod] Installation on Win32 + From: Michael G Schwern + Date: Fri, 8 Aug 2003 18:35:51 -0700 + Message-ID: <20030809013550.GS1587@windhund.schwern.org> + Branch: perl + ! pod/perlmodinstall.pod +____________________________________________________________________________ +[ 20584] By: jhi on 2003/08/09 18:05:22 + Log: Reintroduce the U_32-ification to pad.c, + suggested by Dave Mitchell. + Branch: perl + ! pad.c +____________________________________________________________________________ +[ 20583] By: rgs on 2003/08/09 12:43:50 + Log: Change #20578 to SelfLoader is probably also useful to AutoSplit. + Branch: perl + ! lib/AutoSplit.pm +____________________________________________________________________________ +[ 20579] By: jhi on 2003/08/09 08:07:22 + Log: Some updates for the memory use debugging section: + -DL is obsolete, mention Devel::Size, and Purify and valgrind. + Branch: perl + ! pod/perldebguts.pod +____________________________________________________________________________ +[ 20578] By: jhi on 2003/08/09 07:34:16 + Log: Fix from Dave Mitchell to the recent from lib/Devel/SelfStubber.t: + Variable "$nested" is not available at (re_eval 4) line 2, line 8. + which was on old bug unearthed by the change #20559. + Basically, qr// + (??{$lexical}) combination is very, VERY broken. + Workaround is not to use lexicals. + Branch: perl + ! lib/SelfLoader.pm +____________________________________________________________________________ +[ 20577] By: jhi on 2003/08/09 07:28:41 + Log: The libcygipc doesn't really work with the Perl SysV IPC tests + so no much point in adding it yet. + Branch: perl + ! hints/cygwin.sh +____________________________________________________________________________ +[ 20575] By: jhi on 2003/08/09 07:24:43 + Log: Retract #20524 since it was due to broken INT32_MIN in + Cygwin 1.5's stdint.h. + Branch: perl + ! pad.c +____________________________________________________________________________ +[ 20574] By: jhi on 2003/08/09 07:11:32 + Log: Subject: [ PATCH] Re: strange destruction problem on VMS + From: Dave Mitchell + Date: Fri, 8 Aug 2003 22:28:48 +0100 + Message-ID: <20030808212848.GA2628@fdgroup.com> + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 20573] By: jhi on 2003/08/09 07:09:07 + Log: Subject: Re: [PATCH] perlfaq8.pod and MakeMaker's PREFIX= + From: Michael G Schwern + Date: Fri, 8 Aug 2003 13:59:50 -0700 + Message-ID: <20030808205950.GJ1587@windhund.schwern.org> + Branch: perl + ! pod/perlfaq8.pod +____________________________________________________________________________ +[ 20572] By: jhi on 2003/08/09 07:06:37 + Log: Subject: [PATCH] kill 'INT' doesn't work on Windows + From: Jan Dubois + Date: Fri, 08 Aug 2003 17:49:03 -0700 + Message-ID: + Branch: perl + ! win32/win32.c +____________________________________________________________________________ +[ 20571] By: jhi on 2003/08/09 06:53:54 + Log: Subject: [PATCH] Re: [PATCH] Re: Storing &PL_sv_undef as a hash key with perl-5.8.x + From: Nicholas Clark + Date: Fri, 8 Aug 2003 23:30:00 +0100 + Message-ID: <20030808233000.B20130@plum.flirble.org> + Branch: perl + ! ext/Storable/Storable.xs +____________________________________________________________________________ +[ 20570] By: jhi on 2003/08/09 06:52:36 + Log: Two more tests for #20566/#20568. + Branch: perl + ! t/op/pat.t +____________________________________________________________________________ +[ 20568] By: jhi on 2003/08/08 21:05:24 + Log: Subject: [PATCH] Re: UNICODE regexp bug + From: Nick Ing-Simmons + Date: Fri, 08 Aug 2003 23:05:49 +0100 + Message-Id: <20030808220549.5109.4@llama.ni-s.u-net.com> + + Better patch (than #20566) from NI-S, one more test + (introduce another variable rather than reuse the tmp, though) + Branch: perl + ! regexec.c t/op/pat.t +____________________________________________________________________________ +[ 20566] By: jhi on 2003/08/08 19:47:45 + Log: Subject: UNICODE regexp bug + From: Nick Ing-Simmons + Date: Fri, 08 Aug 2003 20:36:56 +0100 + Message-Id: <20030808193656.5109.1@llama.ni-s.u-net.com> + Branch: perl + ! regexec.c t/op/pat.t +____________________________________________________________________________ +[ 20565] By: jhi on 2003/08/08 18:59:40 + Log: Move the csighandler to be a data variable so that + things like DLL trampolines can't mess up the code + variables the Perl_csighandler (seen in Cygwin: + Perl_csighandler in POSIX extension was different + than in main executable). + Branch: perl + ! embedvar.h ext/POSIX/POSIX.xs mg.c perlapi.h perlvars.h +____________________________________________________________________________ +[ 20564] By: jhi on 2003/08/08 13:12:19 + Log: Subject: [PATCH] Re: main@20537: WinXP build failed op/time.t test 2 + From: Steve Hay + Date: Fri, 08 Aug 2003 12:42:28 +0100 + Message-ID: <3F338CA4.3010503@uk.radan.com> + Branch: perl + ! t/op/time.t +____________________________________________________________________________ +[ 20563] By: jhi on 2003/08/08 13:09:00 + Log: Subject: [PATCH] maintperl & bleadperl for Cygwin: include libgdbm_compat & libcygipc in searchlist + From: "Gerrit P. Haase" + Date: Fri, 8 Aug 2003 13:44:51 +0200 + Message-ID: <1621817486657.20030808134451@familiehaase.de> + Branch: perl + ! ext/NDBM_File/hints/cygwin.pl ext/ODBM_File/hints/cygwin.pl + ! hints/cygwin.sh +____________________________________________________________________________ +[ 20560] By: jhi on 2003/08/08 04:28:44 + Log: Retract PASTHRU* changes as recommended by Schwern. + Branch: perl + ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm + ! lib/ExtUtils/t/MM_Win32.t +____________________________________________________________________________ +[ 20559] By: rgs on 2003/08/07 19:59:18 + Log: Subject: Fwd: Re: [PATCH] flags set incorrectly on abandoned lexicals + From: Dave Mitchell + Date: Thu, 7 Aug 2003 15:53:35 +0100 + Message-ID: <20030807145335.GF26683@fdgroup.com> + Branch: perl + ! scope.c t/lib/warnings/pad +____________________________________________________________________________ +[ 20556] By: jhi on 2003/08/07 18:14:41 + Log: The #20546 was too ambitious, broke the test. + Branch: perl + ! lib/Benchmark.pm lib/Benchmark.t +____________________________________________________________________________ +[ 20554] By: jhi on 2003/08/07 17:00:03 + Log: Subject: Fw: [PATCH: perl@20512] DBG build tweaks for VMS. + From: PPrymmer@factset.com + Date: Thu, 7 Aug 2003 14:02:02 -0400 + Message-ID: + Branch: perl + ! vms/descrip_mms.template +____________________________________________________________________________ +[ 20553] By: jhi on 2003/08/07 16:45:25 + Log: Some AUTHORS updates. + Branch: perl + ! AUTHORS +____________________________________________________________________________ +[ 20552] By: jhi on 2003/08/07 15:45:03 + Log: Hint away the semid_ds test in NetBSD/sparc. + Branch: perl + ! hints/netbsd.sh +____________________________________________________________________________ +[ 20550] By: jhi on 2003/08/07 15:39:53 + Log: Allow hinting d_semctl_semun and d_semctl_semid_ds. + Branch: perl + ! Configure +____________________________________________________________________________ +[ 20548] By: jhi on 2003/08/07 14:48:27 + Log: Subject: [PATCH] Test::More + From: Fergal Daly + Date: Thu, 7 Aug 2003 15:52:11 +0100 + Message-Id: <200308071552.11873.fergal@esatclear.ie> + Branch: perl + ! lib/Test/More.pm +____________________________________________________________________________ +[ 20547] By: jhi on 2003/08/07 14:45:22 + Log: Integrate from maint: + [ 20543] + Workround for SuSE8.2's -lndbm hack + Branch: perl + !> hints/linux.sh +____________________________________________________________________________ +[ 20546] By: jhi on 2003/08/07 14:43:57 + Log: Subject: [PATCH 5.8.1] Benchmark problem + From: Radu Greab + Date: Thu, 07 Aug 2003 16:18:25 +0300 (EEST) + Message-Id: <20030807.161825.106541372.radu@yx.primIT.ro> + + Subject: Re: [PATCH 5.8.1] Benchmark problem + From: Rafael Garcia-Suarez + Date: Thu, 7 Aug 2003 15:48:38 +0200 + Message-Id: <20030807154838.5d240dbb.rgarciasuarez@free.fr> + Branch: perl + ! lib/Benchmark.pm lib/Benchmark.t +____________________________________________________________________________ +[ 20544] By: jhi on 2003/08/07 14:25:25 + Log: Retract #20359: too wide a brush. + Branch: perl + ! hints/netbsd.sh +____________________________________________________________________________ +[ 20542] By: jhi on 2003/08/07 06:24:23 + Log: If no alarm(), skip the subtests. + Branch: perl + ! ext/Time/HiRes/t/HiRes.t +____________________________________________________________________________ +[ 20541] By: jhi on 2003/08/07 06:15:54 + Log: Subject: Re: maint @ 20537 + From: Philip Newton + Date: Thu, 07 Aug 2003 09:05:17 +0200 + Message-ID: + Branch: perl + ! ext/Socket/Socket.xs +____________________________________________________________________________ +[ 20540] By: jhi on 2003/08/07 06:13:19 + Log: Subject: Re: maint @ 20537 + From: Philip Newton + Date: Thu, 07 Aug 2003 09:05:17 +0200 + Message-ID: + Branch: perl + ! hints/dos_djgpp.sh +____________________________________________________________________________ +[ 20539] By: jhi on 2003/08/07 05:17:56 + Log: NetBSD for Sparc (at least 1.5.3 and 1.6.1) seem to have + broken SysV semaphores. + Branch: perl + ! hints/netbsd.sh +____________________________________________________________________________ +[ 20538] By: jhi on 2003/08/07 05:08:14 + Log: Subject: Re: [perl #23030] Error in negative lookahead with alternations + From: hv@crypt.org + Date: Thu, 07 Aug 2003 02:44:23 +0100 + Message-Id: <200308070144.h771iN906446@zen.crypt.org> + Branch: perl + ! regexec.c t/op/re_tests +____________________________________________________________________________ +[ 20535] By: jhi on 2003/08/06 19:05:18 + Log: ESUCCESS = 0 is not true, but exists. + Branch: perl + ! ext/Errno/t/Errno.t +____________________________________________________________________________ +[ 20533] By: jhi on 2003/08/06 18:39:49 + Log: Subject: [pathc] Sys:Syslog.pm::syslog() - Better error message + From: jari.aalto@poboxes.com (Jari Aalto) + Date: Wed, 06 Aug 2003 14:24:42 +0300 + Message-ID: + Branch: perl + ! ext/Sys/Syslog/Syslog.pm +____________________________________________________________________________ +[ 20530] By: jhi on 2003/08/06 18:24:56 + Log: Make code agree with documentation (from Wolfgang Friebel) + Branch: perl + ! lib/ExtUtils/MakeMaker.pm +____________________________________________________________________________ +[ 20529] By: jhi on 2003/08/06 18:20:31 + Log: Various tweaks to help DJGPP builds. + Branch: perl + ! djgpp/djgppsed.sh hints/dos_djgpp.sh +____________________________________________________________________________ +[ 20527] By: jhi on 2003/08/06 14:57:22 + Log: More PASTHRU patching from Steve Hay. + Branch: perl + ! lib/ExtUtils/MM_Unix.pm +____________________________________________________________________________ +[ 20526] By: jhi on 2003/08/06 13:53:01 + Log: Cast away gcc 3.3 type conversion pickiness. + Branch: perl + ! ext/threads/threads.xs +____________________________________________________________________________ +[ 20524] By: jhi on 2003/08/06 13:36:44 + Log: Subject: Re: perl with cygwin 1.5, need help + From: "Gerrit P. Haase" + Date: Tue, 5 Aug 2003 14:36:55 +0200 + Message-ID: <71561410910.20030805143655@familiehaase.de> + + (needed manual fitting) + Branch: perl + ! pad.c +____________________________________________________________________________ +[ 20523] By: jhi on 2003/08/06 13:30:42 + Log: Subject: maint @ 20512 + From: Robin Barker + Date: Wed, 6 Aug 2003 15:31:33 +0100 + Message-ID: <533D273D4014D411AB1D00062938C4D904046625@hotel.npl.co.uk> + Branch: perl + ! MANIFEST Porting/Maintainers.pl +____________________________________________________________________________ +[ 20520] By: jhi on 2003/08/06 11:38:46 + Log: Subject: [PATCH] Re: [PATCH] Re: MakeMaker doesn't pasthru DEFINE command-line args to subdirs on Win32 + From: Steve Hay + Date: Wed, 06 Aug 2003 10:56:44 +0100 + Message-ID: <3F30D0DC.20700@uk.radan.com> + Branch: perl + ! lib/ExtUtils/MM_Unix.pm +____________________________________________________________________________ +[ 20514] By: jhi on 2003/08/06 05:22:29 + Log: Subject: Re: [PATCH pod/perlfaq2.pod] update Friedl book listing for 2nd edition + From: Tim Jenness + Date: Tue, 5 Aug 2003 17:21:46 -1000 (HST) + Message-ID: + Branch: perl + ! pod/perlfaq2.pod +____________________________________________________________________________ +[ 20513] By: jhi on 2003/08/06 05:18:32 + Log: Subject: [PATCH] dprofpp.PL again -- #20488 thinko + From: "Craig A. Berry" + Date: Wed, 06 Aug 2003 00:18:36 -0500 + Message-ID: <3F308FAC.4090409@mac.com> + + (from vmsperl list) + Branch: perl + ! utils/dprofpp.PL +____________________________________________________________________________ +[ 20510] By: jhi on 2003/08/05 19:01:08 + Log: Subject: [PATCH pod/perlfaq2.pod] BETTER update Friedl book listing for 2nd edition + From: mjd@plover.com + Date: 5 Aug 2003 19:23:46 -0000 + Message-ID: <20030805192346.25911.qmail@plover.com> + Branch: perl + ! pod/perlfaq2.pod +____________________________________________________________________________ +[ 20508] By: jhi on 2003/08/05 18:36:38 + Log: Continue #20506. + Branch: perl + ! lib/ExtUtils/MM_Unix.pm +____________________________________________________________________________ +[ 20506] By: jhi on 2003/08/05 17:58:01 + Log: Try to fix the INC in PASTHRU. + Branch: perl + ! lib/ExtUtils/MM_Unix.pm +____________________________________________________________________________ +[ 20503] By: jhi on 2003/08/05 16:02:14 + Log: Subject: Re: [perl #23083] [5.8.0-Bug?] backtick returns empty value when $SIG{CHLD} defined. + From: Chip Salzenberg + Date: Tue, 5 Aug 2003 11:39:24 -0400 + Message-ID: <20030805153924.GO1751@perlsupport.com + Branch: perl + ! perlio.c +____________________________________________________________________________ +[ 20502] By: jhi on 2003/08/05 15:32:39 + Log: Subject: [PATCH] Re: MakeMaker doesn't pasthru DEFINE command-line args to subdirs on Win32 + From: Steve Hay + Date: Tue, 05 Aug 2003 10:43:49 +0100 + Message-ID: <3F2F7C55.9020808@uk.radan.com> + + (The MM_Unix.pm part was dealt with in #20501.) + Branch: perl + ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/t/MM_Win32.t +____________________________________________________________________________ +[ 20501] By: jhi on 2003/08/05 15:28:17 + Log: Reinstate #11125, hopefully making MakeMaker to pass + DEFINE and INCLUDE to subdirs (NI-S says he'll work + around any problems caused seen Tk if necessary). + Also (document and) reorder the PASTHRU_INC and PASTHRU_DEFINE + to be _after_ the directory-specific INC and DEFINE as suggested + by NI-S (Tk probably being the only "user" of the said macros). + Branch: perl + ! lib/ExtUtils/MM_Unix.pm +____________________________________________________________________________ +[ 20500] By: jhi on 2003/08/05 15:14:35 + Log: Subject: [PATCH-5.8.1-RC4] WinCE more implemented functions + From: "Konovalov, Vadim" + Date: Tue, 5 Aug 2003 20:12:18 +0400 + Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C200E66@cio-test001.spb.lucent.com> + Branch: perl + - wince/include/netdb.h + ! MANIFEST wince/Makefile.ce wince/win32.h wince/win32io.c + ! wince/wince.c +____________________________________________________________________________ +[ 20499] By: jhi on 2003/08/05 14:03:43 + Log: A suggested perlio doc addition from Stas. + Branch: perl + ! pod/perliol.pod +____________________________________________________________________________ +[ 20498] By: jhi on 2003/08/05 13:32:59 + Log: Subject: [PATCH RC4] AUTHORS + Maintainers.pl + From: Robin Barker + Date: Tue, 5 Aug 2003 15:32:36 +0100 + Message-ID: <533D273D4014D411AB1D00062938C4D90404661C@hotel.npl.co.uk> + Branch: perl + ! AUTHORS Porting/Maintainers.pl +____________________________________________________________________________ +[ 20497] By: jhi on 2003/08/05 12:23:04 + Log: This is necessary to get things building for the VMS debugger. + (Craig Berry) + Branch: perl + ! vms/descrip_mms.template +____________________________________________________________________________ +[ 20495] By: jhi on 2003/08/05 09:23:24 + Log: Subject: Re: [perl #23202] [RESOLVED] coredump on ext/POSIX/t/posix with NetBSD-1.6 + From: alian + Date: Tue, 05 Aug 2003 12:21:42 +0200 + Message-ID: <3F2F8536.1090702@jupiter.alianet> + Branch: perl + ! ext/POSIX/t/posix.t +____________________________________________________________________________ +[ 20494] By: jhi on 2003/08/05 09:03:57 + Log: Add some known cases to Maintainers. + Branch: perl + ! Porting/Maintainers.pl +____________________________________________________________________________ +[ 20492] By: jhi on 2003/08/05 08:34:34 + Log: Subject: [PATCH] perlthrtut.pod + From: Elizabeth Mattijsen + Date: Tue, 5 Aug 2003 11:26:04 +0200 + Message-Id: + Branch: perl + ! pod/perlthrtut.pod +____________________________________________________________________________ +[ 20491] By: jhi on 2003/08/05 08:31:29 + Log: Add META.yml and Stas' makemeta (plus extensive reworking + of the Maintainers utility) + Branch: perl + + META.yml Porting/Maintainers.pm Porting/makemeta + ! MANIFEST Makefile.SH Porting/Maintainers + ! Porting/Maintainers.pl +____________________________________________________________________________ +[ 20490] By: jhi on 2003/08/05 06:28:06 + Log: ext/IPC/SysV/t/sem.t don't remove semaphore on NetBSD sparc + Try to remove the created message queues and semaphores + even in the case of failures. + Branch: perl + ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t +____________________________________________________________________________ +[ 20489] By: jhi on 2003/08/05 06:21:47 + Log: Subject: PerlIO_{read,write} return value doc patch + From: Gisle Aas + Date: 04 Aug 2003 13:25:28 -0700 + Message-ID: + Branch: perl + ! pod/perlapio.pod +____________________________________________________________________________ +[ 20488] By: jhi on 2003/08/05 06:12:07 + Log: Subject: [PATCH utils/dprofpp.PL] (was Re: DProf tests with -p broken on VMS) + From: "Craig A. Berry" + Date: Mon, 04 Aug 2003 19:29:51 -0500 + Message-ID: <3F2EFA7F.6070801@mac.com> + Branch: perl + ! utils/dprofpp.PL +____________________________________________________________________________ +[ 20486] By: jhi on 2003/08/05 06:05:53 + Log: Subject: [PATCH] typos in encoding.pm + From: "Marcus Holland-Moritz" + Date: Mon, 4 Aug 2003 20:09:35 +0200 + Message-ID: <005001c35ab3$9225c320$0c2f1fac@R2D2> + Branch: perl + ! ext/Encode/encoding.pm +____________________________________________________________________________ +[ 20485] By: jhi on 2003/08/05 05:29:11 + Log: Bytecode patching from Enache. + Branch: perl + ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm + ! ext/B/t/bytecode.t ext/ByteLoader/bytecode.h t/TEST +____________________________________________________________________________ +[ 20484] By: jhi on 2003/08/05 05:26:32 + Log: Upgrade to Digest::MD5 2.27. + Branch: perl + ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm + ! ext/Digest/MD5/t/files.t +____________________________________________________________________________ +[ 20483] By: jhi on 2003/08/05 05:15:16 + Log: Subject: [Patch 5.8.1 Encode.pm] v-strings deprecated + From: SADAHIRO Tomoyuki + Date: Tue, 05 Aug 2003 00:27:10 +0900 + Message-Id: <20030805002313.9880.BQW10602@nifty.com> + Branch: perl + ! ext/Encode/t/at-cn.t ext/Encode/t/at-tw.t +____________________________________________________________________________ +[ 20482] By: rgs on 2003/08/04 22:06:46 + Log: Nit in INSTALL about the svr?.sh hint files. + Branch: perl + ! INSTALL +____________________________________________________________________________ +[ 20480] By: rgs on 2003/08/04 21:30:25 + Log: Subject: [PATCH] Re: [perl #23210] parser error with 'print $HANDLE func(@args)' + From: Steve Grazzini + Date: Mon, 4 Aug 2003 16:01:45 -0400 + Message-ID: <20030804200145.GB21699@grazzini.net> + + Prevent the warning "Bareword found where operator expected" in + the case "print $fh foo()" where foo() is an undefined function. + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 20479] By: rgs on 2003/08/04 20:26:17 + Log: Fix bug #23141 : localization of readonly magic scalars + now produces an error "Modification of a read-only value + attempted", instead of silently failing. + Branch: perl + ! scope.c t/op/local.t +____________________________________________________________________________ +[ 20478] By: rgs on 2003/08/04 20:10:52 + Log: Revert change #19282 : it caused problems for some -Duseshrplib + builds. On the other hand, make sure that your C compiler isn't + a perl script ! + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 20475] By: jhi on 2003/08/04 09:35:55 + Log: Rename DEBUG() and DEB() to PERL_DEBUG() and PERL_DEB(). + Branch: perl + ! perl.c perl.h +____________________________________________________________________________ +[ 20474] By: jhi on 2003/08/04 08:41:55 + Log: Oops. + Branch: perl + ! hints/darwin.sh hints/rhapsody.sh +____________________________________________________________________________ +[ 20473] By: jhi on 2003/08/04 07:58:36 + Log: Subject: [PATCH] Re: Can't usemymalloc on OS X + From: Rafael Garcia-Suarez + Date: Mon, 4 Aug 2003 10:35:12 +0200 + Message-Id: <20030804103512.61a9661c.rgarciasuarez@free.fr> + Branch: perl + ! hints/darwin.sh +____________________________________________________________________________ +[ 20470] By: jhi on 2003/08/04 06:30:05 + Log: Test count adjustment from Rafael. + Branch: perl + ! lib/Test/Simple/t/is_deeply.t +____________________________________________________________________________ +[ 20469] By: jhi on 2003/08/04 06:23:26 + Log: Subject: [PATCH] maint, Win32, GCC 3.2 + From: Mattia Barbon + Date: Sat, 2 Aug 2003 10:31:07 +0200 (ora legale Europa occidentale) + Message-ID: + Branch: perl + ! ext/Errno/Errno_pm.PL +____________________________________________________________________________ +[ 20467] By: jhi on 2003/08/04 05:10:57 + Log: Apparently the newly introduce -DDARWIN did conflict with + some Apple definition, how ironic... + Branch: perl + ! hints/darwin.sh perl.h +____________________________________________________________________________ +[ 20466] By: jhi on 2003/08/04 05:03:30 + Log: Subject: Debian patch that skips podless modules + From: Alexey Tourbin + Date: Sun, 3 Aug 2003 21:33:00 +0400 + Message-ID: <20030803173300.GC2076@julia.office.altlinux.ru> + + (plus Schwern's and Robert's nits) + Branch: perl + ! installman +____________________________________________________________________________ +[ 20465] By: jhi on 2003/08/04 05:00:04 + Log: Subject: [PATCH] 4 bugs in Test::More + From: Fergal Daly (by way of Fergal Daly ) + Date: Fri, 21 Mar 2003 10:57:31 +0000 + Message-Id: <200303211057.31879.fergal@esatclear.ie> + Branch: perl + ! lib/Test/More.pm lib/Test/Simple/t/More.t + ! lib/Test/Simple/t/is_deeply.t +____________________________________________________________________________ +[ 20464] By: jhi on 2003/08/04 04:44:08 + Log: Upgrade to ExtUtils::MakeMaker 6.15. + Branch: perl + ! lib/ExtUtils/Changes lib/ExtUtils/META.yml + ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm + ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/MM_Unix.t +____________________________________________________________________________ +[ 20463] By: jhi on 2003/08/04 04:37:25 + Log: Subject: Re: [PATCH] Re: [perl #23206] Benchmark::cmpthese usage message wrong + From: Michael G Schwern + Date: Sun, 3 Aug 2003 16:12:35 -0700 + Message-ID: <20030803231235.GJ24350@windhund.schwern.org> + Branch: perl + ! lib/Benchmark.pm lib/Benchmark.t +____________________________________________________________________________ +[ 20462] By: rgs on 2003/08/03 22:26:10 + Log: Subject: [PATCH] Re: [perl #23207] persistant sideffect involving bitwise xor and substr + From: Enache Adrian + Date: Sun, 3 Aug 2003 18:00:05 +0300 + Message-ID: <20030803150005.GA1319@ratsnest.hole> + Branch: perl + ! pp.c t/op/substr.t +____________________________________________________________________________ +[ 20461] By: rgs on 2003/08/03 21:50:11 + Log: Subject: Re: [perl #23202] coredump on ext/POSIX/t/posix with NetBSD-1.6 + From: alian + Date: Sat, 02 Aug 2003 16:19:25 +0200 + Message-ID: <3F2BC86D.2050400@jupiter.alianet> + + Plus, un-mark a test as TODO for darwin >= 6.6 (by M. Schwern) + Branch: perl + ! ext/POSIX/t/posix.t +____________________________________________________________________________ +[ 20458] By: jhi on 2003/08/03 19:01:08 + Log: Subject: [PATCH-for-5.8.1-RC4] wince distribution + From: "Vadim Konovalov" + Date: Mon, 4 Aug 2003 00:01:08 +0400 + Message-ID: <039c01c359fa$1e755d50$195ec3d9@vad> + Branch: perl + ! wince/makedist.pl +____________________________________________________________________________ +[ 20457] By: jhi on 2003/08/03 18:59:10 + Log: Subject: [PATCH perlreftut.pod] Minor edits + From: mjd@plover.com + Date: 3 Aug 2003 17:46:08 -0000 + Message-ID: <20030803174608.15792.qmail@plover.com> + Branch: perl + ! pod/perlreftut.pod +____________________________________________________________________________ +[ 20456] By: jhi on 2003/08/03 18:52:16 + Log: Subject: [PATCH Time::HiRes docs] Grammar, punctuation, formatting edits + From: mjd@plover.com + Date: 3 Aug 2003 19:37:49 -0000 + Message-ID: <20030803193749.3733.qmail@plover.com> + Branch: perl + ! ext/Time/HiRes/HiRes.pm +____________________________________________________________________________ +[ 20455] By: jhi on 2003/08/03 18:47:13 + Log: Subject: [PATCH] Re: win32.c bug - handle leak + From: Jan Dubois + Date: Sat, 02 Aug 2003 10:25:05 -0700 + Message-ID: <9gsnivssuml394bttjb3mfsmdgfn9l6kh9@4ax.com> + Branch: perl + ! win32/win32.c +____________________________________________________________________________ +[ 20454] By: jhi on 2003/08/03 18:45:53 + Log: Subject: [PATCH 5.8.1 @20218] OS/2 build + From: Ilya Zakharevich + Date: Sat, 2 Aug 2003 09:38:50 -0700 + Message-ID: <20030802163850.GA4712@math.berkeley.edu> + Branch: perl + ! os2/os2ish.h +____________________________________________________________________________ +[ 20453] By: jhi on 2003/08/03 18:44:29 + Log: Subject: [PATCH] Storable and uninitalized array values + From: "Marcus Holland-Moritz" + Date: Sat, 2 Aug 2003 13:40:16 +0200 + Message-ID: <00ab01c358ea$d940a5b0$0c2f1fac@R2D2> + Branch: perl + ! ext/Storable/Storable.xs ext/Storable/t/freeze.t +____________________________________________________________________________ +[ 20452] By: jhi on 2003/08/03 18:27:47 + Log: Upgrade to Unicode::Collate 0.26. + Branch: perl + ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes + ! lib/Unicode/Collate/README lib/Unicode/Collate/t/index.t + ! lib/Unicode/Collate/t/test.t +____________________________________________________________________________ +[ 20451] By: jhi on 2003/08/03 18:24:18 + Log: Subject: [PATCH Net::Ping] on VMS, set non-blocking with ioctl, not fcntl + From: "Craig A. Berry" + Date: Sat, 02 Aug 2003 10:25:44 -0500 + Message-ID: <3F2BD7F8.8090003@mac.com> + Branch: perl + ! lib/Net/Ping.pm +____________________________________________________________________________ +[ 20450] By: rgs on 2003/08/03 12:50:07 + Log: Subject: [PATCH 5.8.1 @20218] Shell.t + From: Ilya Zakharevich + Date: Sun, 3 Aug 2003 06:21:41 -0700 + Message-ID: <20030803132141.GA5156@math.berkeley.edu> + Branch: perl + ! lib/Shell.t +____________________________________________________________________________ +[ 20447] By: jhi on 2003/08/02 07:26:58 + Log: C++ (or C99) sneak attack ("inline" function keyword). + Branch: perl + ! ext/Devel/DProf/DProf.xs +____________________________________________________________________________ +[ 20445] By: jhi on 2003/08/02 06:24:30 + Log: Subject: [PATCH] Re: [perl #23185] perl crash with File::Glob + From: "Marcus Holland-Moritz" + Date: Fri, 1 Aug 2003 13:12:14 +0200 + Message-ID: <00dc01c3581d$c3412c30$0c2f1fac@R2D2> + Branch: perl + ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c + ! ext/File/Glob/t/basic.t +____________________________________________________________________________ +[ 20444] By: jhi on 2003/08/02 06:17:28 + Log: Only show the message if the locale settings look risky. + Branch: perl + ! ext/Time/HiRes/Makefile.PL +____________________________________________________________________________ +[ 20443] By: jhi on 2003/08/02 06:01:27 + Log: Add a message about the LC_ALL=C workaround (for non-core builds); + update Changes. + Branch: perl + ! ext/Time/HiRes/Changes ext/Time/HiRes/Makefile.PL +____________________________________________________________________________ +[ 20441] By: jhi on 2003/08/02 05:37:37 + Log: Subject: [PATCH] Small nit to pad.c + From: Enache Adrian + Date: Sat, 2 Aug 2003 01:50:40 +0300 + Message-ID: <20030801225040.GB1281@ratsnest.hole> + Branch: perl + ! pad.c +____________________________________________________________________________ +[ 20440] By: jhi on 2003/08/02 05:12:13 + Log: Subject: [PATCH @20348] Re: [PATCH @19834] DProf fixes + From: Radu Greab + Date: Sat, 02 Aug 2003 00:17:49 +0300 (EEST) + Message-Id: <20030802.001749.101708736.radu@yx.primIT.ro> + Branch: perl + ! ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm + ! ext/Devel/DProf/DProf.xs t/lib/dprof/test8_t + ! t/lib/dprof/test8_v +____________________________________________________________________________ +[ 20439] By: jhi on 2003/08/02 05:06:43 + Log: Subject: [PATCH] ioctl for VMS + From: "Craig A. Berry" + Date: Fri, 01 Aug 2003 23:34:31 -0500 + Message-ID: <3F2B3F57.4050609@mac.com> + Branch: perl + ! configure.com vms/vmsish.h +____________________________________________________________________________ +[ 20438] By: jhi on 2003/08/02 05:05:40 + Log: Subject: [PATCH] argv case nit for VMS + From: "Craig A. Berry" + Date: Fri, 01 Aug 2003 19:16:30 -0500 + Message-ID: <3F2B02DE.10207@mac.com> + Branch: perl + ! ext/Encode/bin/enc2xs pod/pod2usage.PL pod/podselect.PL +____________________________________________________________________________ +[ 20437] By: jhi on 2003/08/01 22:00:30 + Log: Hugo's second thoughts: drop the relatively rare and + slow optimization for now. + Branch: perl + ! regexec.c +____________________________________________________________________________ +[ 20435] By: jhi on 2003/08/01 21:55:19 + Log: Missed this bit in the last update: couldn't answer '' + or ' ' to get 'none'. + Branch: perl + ! Configure +____________________________________________________________________________ +[ 20432] By: jhi on 2003/08/01 13:45:10 + Log: Encode pre-1.98 update from Dan Kogai, sent from + the ashes of his smoldering motherboard. + Branch: perl + ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/META.yml + ! ext/Encode/lib/Encode/Alias.pm ext/Encode/t/Aliases.t + ! ext/Encode/t/perlio.t ext/Encode/ucm/macArabic.ucm + ! ext/Encode/ucm/macFarsi.ucm ext/Encode/ucm/macHebrew.ucm +____________________________________________________________________________ +[ 20431] By: jhi on 2003/08/01 13:34:28 + Log: More runperl(switches => ...) finds (bleadperl only). + Branch: perl + ! t/op/readline.t +____________________________________________________________________________ +[ 20426] By: jhi on 2003/08/01 12:45:19 + Log: Regen perltoc. + Branch: perl + ! pod/perltoc.pod +____________________________________________________________________________ +[ 20425] By: jhi on 2003/08/01 12:44:16 + Log: pod likes whitespace. + Branch: perl + ! ext/ByteLoader/ByteLoader.pm +____________________________________________________________________________ +[ 20422] By: jhi on 2003/08/01 11:37:53 + Log: Faulty check. + Branch: perl + ! t/test.pl +____________________________________________________________________________ +[ 20420] By: jhi on 2003/08/01 11:06:54 + Log: Update INSTALL on the *dir. + Branch: perl + ! INSTALL +____________________________________________________________________________ +[ 20419] By: jhi on 2003/08/01 11:04:55 + Log: Regen Glossary et al. + Branch: perl + ! Porting/Glossary Porting/config.sh Porting/config_H +____________________________________________________________________________ +[ 20418] By: jhi on 2003/08/01 10:58:23 + Log: Now the test should be really testing what it's supposed to. + Branch: perl + ! ext/B/t/bytecode.t +____________________________________________________________________________ +[ 20417] By: jhi on 2003/08/01 10:45:57 + Log: Fix the options. + Branch: perl + ! ext/B/t/bytecode.t +____________________________________________________________________________ +[ 20416] By: jhi on 2003/08/01 10:44:19 + Log: Argument sanity checking. + Branch: perl + ! t/test.pl +____________________________________________________________________________ +[ 20413] By: jhi on 2003/08/01 10:37:09 + Log: Regen Configure to use the *html*dir files. + (installhtml uses none of that, though) + Branch: perl + ! Configure Policy_sh.SH config_h.SH +____________________________________________________________________________ +[ 20411] By: jhi on 2003/08/01 10:10:05 + Log: More for the *dir changes. + Branch: perl + ! Policy_sh.SH config_h.SH hints/darwin.sh +____________________________________________________________________________ +[ 20410] By: jhi on 2003/08/01 10:09:38 + Log: Regen Configure for the new *dir installation variables. + If these don't work, ask Schwern. + Branch: perl + ! Configure +____________________________________________________________________________ +[ 20408] By: jhi on 2003/08/01 05:27:48 + Log: Upgrade to MakeMaker 6.13. + Branch: perl + ! lib/ExtUtils/Changes lib/ExtUtils/META.yml + ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm + ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm + ! lib/ExtUtils/t/basic.t +____________________________________________________________________________ +[ 20407] By: jhi on 2003/08/01 05:21:36 + Log: JAPH patch :-) from Abigail. + Branch: perl + ! t/japh/abigail.t +____________________________________________________________________________ +[ 20406] By: jhi on 2003/08/01 05:10:30 + Log: Regen perlapi. + Branch: perl + ! perlapi.c +____________________________________________________________________________ +[ 20405] By: jhi on 2003/08/01 05:09:23 + Log: Subject: [PATCH] Re: utf8+regex bug in 5.8.1-RC2 + From: Dave Mitchell + Date: Fri, 1 Aug 2003 01:16:31 +0100 + Message-ID: <20030801001631.GA11233@fdgroup.com> + Branch: perl + ! regcomp.c t/op/pat.t +____________________________________________________________________________ +[ 20404] By: ams on 2003/08/01 03:28:17 + Log: Subject: [PATCH] LotR quote for perlapi.c + From: Autrijus Tang + Date: Fri, 1 Aug 2003 10:00:29 +0800 + Message-Id: <20030801020029.GA28241@not.autrijus.org> + Branch: perl + ! embed.pl +____________________________________________________________________________ +[ 20396] By: rgs on 2003/07/31 20:37:50 + Log: Document in INSTALL that -Uinstallusrbinperl is now the default. + Branch: perl + ! INSTALL +____________________________________________________________________________ +[ 20395] By: jhi on 2003/07/31 20:32:30 + Log: Integrate README.macosx more. + Branch: perl + ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod + ! win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 20394] By: jhi on 2003/07/31 20:31:49 + Log: README.macosx from Sherm Pendley. + Branch: perl + + README.macosx + ! MANIFEST +____________________________________________________________________________ +[ 20393] By: jhi on 2003/07/31 20:31:08 + Log: Unportable subtest needs rethink. + Branch: perl + ! ext/B/t/bytecode.t +____________________________________________________________________________ +[ 20392] By: jhi on 2003/07/31 20:22:03 + Log: Enache again. + Branch: perl + ! ext/ByteLoader/bytecode.h +____________________________________________________________________________ +[ 20390] By: jhi on 2003/07/31 20:20:28 + Log: Retract #20385. + Branch: perl + ! ext/ByteLoader/bytecode.h +____________________________________________________________________________ +[ 20389] By: jhi on 2003/07/31 20:14:06 + Log: Yet another bytecode tweak from Enache. + Branch: perl + ! ext/B/B/Bytecode.pm +____________________________________________________________________________ +[ 20388] By: jhi on 2003/07/31 20:11:21 + Log: Subject: [DOC PATCH] pod/perlguts.pod + From: "Marcus Holland-Moritz" + Date: Thu, 31 Jul 2003 22:39:01 +0200 + Message-ID: <004a01c357a3$c71f9f50$0c2f1fac@R2D2> + Branch: perl + ! pod/perlguts.pod +____________________________________________________________________________ +[ 20387] By: jhi on 2003/07/31 19:57:36 + Log: Subject: Re: [perl #23171] Regex too selfish + From: hv@crypt.org + Date: Thu, 31 Jul 2003 18:59:43 +0100 + Message-Id: <200307311759.h6VHxhn06664@zen.crypt.org> + + (choose the second code patch) + Branch: perl + ! regexec.c t/op/re_tests +____________________________________________________________________________ +[ 20386] By: jhi on 2003/07/31 19:48:17 + Log: Make consistent with installperl (and working in MPE/iX) + (Mark Bixby) + Branch: perl + ! installman +____________________________________________________________________________ +[ 20385] By: jhi on 2003/07/31 19:46:14 + Log: (retracted by #20390) + Branch: perl + ! ext/ByteLoader/bytecode.h +____________________________________________________________________________ +[ 20383] By: jhi on 2003/07/31 19:37:22 + Log: Upgrade to real CPAN.pm 1.76. + Branch: perl + + lib/CPAN/META.yml lib/CPAN/PAUSE2003.pub lib/CPAN/SIGNATURE + + lib/CPAN/t/signature.t + ! MANIFEST lib/CPAN.pm +____________________________________________________________________________ +[ 20379] By: jhi on 2003/07/31 12:32:31 + Log: One more tweak for Mac OS X hints. + Branch: perl + ! hints/darwin.sh +____________________________________________________________________________ +[ 20378] By: jhi on 2003/07/31 11:39:31 + Log: The new PKI system is far too untested and rough yet + (think machines with no network, machines behind firewalls, + corporate and national encryption policies). It cannot be + considered useable at this stage. + + Therefore, create a fake CPAN 1.76. + Branch: perl + ! lib/CPAN.pm +____________________________________________________________________________ +[ 20377] By: jhi on 2003/07/31 11:28:58 + Log: This test is pretty useless as it stands. + Branch: perl + - lib/CPAN/t/signature.t + ! MANIFEST +____________________________________________________________________________ +[ 20376] By: jhi on 2003/07/31 10:30:08 + Log: Document the requirements for Module::Signature a bit. + Branch: perl + ! lib/CPAN.pm +____________________________________________________________________________ +[ 20375] By: jhi on 2003/07/31 09:37:44 + Log: We are change #20316 ahead of 1.75. + Branch: perl + ! lib/CPAN.pm +____________________________________________________________________________ +[ 20373] By: jhi on 2003/07/31 07:35:11 + Log: Integrate from maint: + [ 20359] + No more wince/README.compile here, either. + Branch: perl + !> Porting/makerel +____________________________________________________________________________ +[ 20371] By: jhi on 2003/07/31 05:41:56 + Log: ext/SDBM_File/sdbm's auto directory ended up in ext/SDBM_File. + (Schwern) + Branch: perl + ! lib/ExtUtils/MakeMaker.pm +____________________________________________________________________________ +[ 20370] By: jhi on 2003/07/31 05:39:11 + Log: Schwern says this is most probably an old VMS MakeMaker + bug workaround that can go now. + Branch: perl + ! ext/SDBM_File/sdbm/Makefile.PL +____________________________________________________________________________ +[ 20369] By: jhi on 2003/07/31 05:32:15 + Log: Final touches to "Apple-like" installation directories. + Branch: perl + ! hints/darwin.sh +____________________________________________________________________________ +[ 20368] By: jhi on 2003/07/31 05:28:17 + Log: Tests for change #20367 (and change use overload; to + just require overload;) + Branch: perl + ! lib/Tie/RefHash.pm lib/Tie/RefHash.t +____________________________________________________________________________ +[ 20367] By: jhi on 2003/07/31 05:12:47 + Log: Subject: [PATCH Tie::RefHash] added support for overloaded "" + From: Xavier Noria + Date: Thu, 31 Jul 2003 00:29:13 +0200 + Message-Id: <200307310029.13567.fxn@hashref.com> + Branch: perl + ! lib/Tie/RefHash.pm +____________________________________________________________________________ +[ 20366] By: jhi on 2003/07/31 05:06:11 + Log: Subject: [PATCH] test for B::Bytecode/ByteLoader + From: Enache Adrian + Date: Thu, 31 Jul 2003 03:49:40 +0300 + Message-ID: <20030731004940.GB1266@ratsnest.hole> + + (but use test.pl:run_perl() instead of manual `$^X ...`) + Branch: perl + + ext/B/t/bytecode.t + ! MANIFEST +____________________________________________________________________________ +[ 20364] By: rgs on 2003/07/30 21:35:08 + Log: Silence spurious noise from MakeMaker : + hint files shouldn't return undef and have set $!. + Branch: perl + ! ext/DynaLoader/hints/linux.pl +____________________________________________________________________________ +[ 20362] By: jhi on 2003/07/30 20:24:49 + Log: Upgrade to NEXT 0.52. + Branch: perl + ! lib/NEXT.pm lib/NEXT/Changes lib/NEXT/README + ! lib/NEXT/t/actuns.t lib/NEXT/t/unseen.t +____________________________________________________________________________ +[ 20356] By: jhi on 2003/07/30 18:16:55 + Log: Might as well. + Branch: perl + ! pod/perlhist.pod +____________________________________________________________________________ +[ 20355] By: jhi on 2003/07/30 18:15:49 + Log: Silly gcc. + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 20353] By: jhi on 2003/07/30 17:09:59 + Log: This is getting comical. (Practical tip: never ask + for opinions from one than one person at one time.) + Now back to -Dprefix='/usr' replacing the system Perl, + but don't use the Apple internal DSTROOT. + Branch: perl + ! hints/darwin.sh +____________________________________________________________________________ +[ 20352] By: jhi on 2003/07/30 17:00:25 + Log: Mac OS X hints dance continues. Now drop any special + installation directory mangling. In other words, if + you want to overwrite the system perl, you really need + to find out how to do that. + Branch: perl + ! hints/darwin.sh +____________________________________________________________________________ +[ 20350] By: jhi on 2003/07/30 14:23:03 + Log: Try again with the Mac OS X hints. Now the three cases + (no -Dprefix, /usr, and something else) all install + into separate places. No prefix installs to /usr/local. + The /usr overwrites the Apple install (modulo the version). + Branch: perl + ! hints/darwin.sh +____________________________________________________________________________ +[ 20348] By: jhi on 2003/07/30 13:28:30 + Log: Subject: [PATCH] NEXT and Diamond Inheritance + From: Casey West + Date: Tue, 29 Jul 2003 17:37:15 -0400 + Message-ID: <20030729213715.GY76899@geeknest.com> + + (Use Damian's NEXT-0.51 once Damian and PAUSE like each other) + Branch: perl + ! lib/NEXT.pm lib/NEXT/t/unseen.t +____________________________________________________________________________ +[ 20347] By: jhi on 2003/07/30 13:19:03 + Log: Match also on full name and email (though the email is + now less interesting than it used to be). + Branch: perl + ! Porting/Maintainers +____________________________________________________________________________ +[ 20346] By: jhi on 2003/07/30 12:26:53 + Log: Maintainers script tweaks. + Branch: perl + ! Porting/Maintainers +____________________________________________________________________________ +[ 20345] By: jhi on 2003/07/30 11:17:33 + Log: rmdir t/lib/IO. + Branch: perl + ! ext/IO/t/IO.t +____________________________________________________________________________ +[ 20344] By: jhi on 2003/07/30 11:15:30 + Log: Adjust the list of rmdired lib directories. + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 20343] By: jhi on 2003/07/30 10:06:24 + Log: Be paranoid about PL_origargv. + Paranoia warranted by Win32 mod_perl. + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 20342] By: jhi on 2003/07/30 09:57:55 + Log: Subject: tiny [PATCH-for-perl-5.8.1-RC2] remove one mention of UNDER_CE from perlio.c + From: "Konovalov, Vadim" + Date: Wed, 30 Jul 2003 14:56:32 +0400 + Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C200DD3@cio-test001.spb.lucent.com> + Branch: perl + ! perlio.c +____________________________________________________________________________ +[ 20341] By: jhi on 2003/07/30 09:54:46 + Log: Upgrade to ExtUtils::MakeMaker 6.12. + Branch: perl + ! lib/ExtUtils/Changes lib/ExtUtils/META.yml + ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_Unix.pm + ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm + ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_VMS.t +____________________________________________________________________________ +[ 20340] By: jhi on 2003/07/30 09:47:32 + Log: That's M. Schwern to you, earthling. + Branch: perl + ! Porting/Maintainers.pl +____________________________________________________________________________ +[ 20339] By: jhi on 2003/07/30 09:43:32 + Log: Arthur maintains Safe. + Branch: perl + ! Porting/Maintainers.pl +____________________________________________________________________________ +[ 20338] By: jhi on 2003/07/30 09:40:28 + Log: Use the CPAN id where available. + Branch: perl + ! Porting/Maintainers.pl +____________________________________________________________________________ +[ 20337] By: jhi on 2003/07/30 09:26:47 + Log: Rename Modules and Modules.pl as Maintainers and + Maintainers.pl since the same framework can be used + for more than just modules. + Branch: perl + + Porting/Maintainers Porting/Maintainers.pl + - Porting/Modules Porting/Modules.pl + ! MANIFEST +____________________________________________________________________________ +[ 20336] By: jhi on 2003/07/30 09:11:06 + Log: Strip leading ./ + Branch: perl + ! Porting/Modules +____________________________________________________________________________ +[ 20335] By: jhi on 2003/07/30 09:01:47 + Log: More Modules.pl. + Branch: perl + ! Porting/Modules.pl +____________________________________________________________________________ +[ 20334] By: jhi on 2003/07/30 08:51:57 + Log: Modules.pl: add B::Deparse. + Branch: perl + ! Porting/Modules.pl +____________________________________________________________________________ +[ 20333] By: jhi on 2003/07/30 08:26:47 + Log: Mac OS X: tweak once again the installation directories. + Branch: perl + ! hints/darwin.sh +____________________________________________________________________________ +[ 20332] By: jhi on 2003/07/30 07:55:04 + Log: Modules.pl tweaks. + Branch: perl + ! Porting/Modules.pl +____________________________________________________________________________ +[ 20331] By: jhi on 2003/07/30 06:13:55 + Log: Subject: [PATCH] Extend Win32::GetOSVersion() to return additional information + From: Jan Dubois + Date: Tue, 29 Jul 2003 19:14:10 -0700 + Message-ID: + Branch: perl + ! lib/Win32.pod win32/win32.c +____________________________________________________________________________ +[ 20330] By: rgs on 2003/07/29 21:20:28 + Log: FAQ sync. + Branch: perl + ! pod/perlfaq4.pod pod/perlfaq7.pod +____________________________________________________________________________ +[ 20329] By: jhi on 2003/07/29 20:54:38 + Log: Subject: tiny fix for WinCE (Re: maint @ 20277) + From: "Vadim Konovalov" + Date: Wed, 30 Jul 2003 02:02:41 +0400 + Message-ID: <016701c3561d$43735ca0$195ec3d9@vad> + Branch: perl + ! wince/wince.c +____________________________________________________________________________ +[ 20327] By: jhi on 2003/07/29 20:09:15 + Log: MPE/iX fix from Mark Bixby: fcntl() on sockets on works. + Branch: perl + ! README.mpeix ext/IO/t/io_sock.t mpeix/mpeix.c mpeix/mpeixish.h +____________________________________________________________________________ +[ 20324] By: jhi on 2003/07/29 19:55:50 + Log: Revert #20301, apparently the _SOCKADDR_LEN #define is + important for IPv6 (Spider). Since there is no way to + otherwise detect 3.X, use the hints. + Branch: perl + ! hints/dec_osf.sh perl.h +____________________________________________________________________________ +[ 20316] By: jhi on 2003/07/29 15:27:46 + Log: Don't nag about Module::Signature if there is no + way for the user to use it (based on Autrijus' patch). + Branch: perl + ! lib/CPAN.pm lib/CPAN/FirstTime.pm +____________________________________________________________________________ +[ 20315] By: jhi on 2003/07/29 14:47:04 + Log: Oops. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 20314] By: jhi on 2003/07/29 13:26:26 + Log: Slight rewording on the destdir. + Branch: perl + ! INSTALL +____________________________________________________________________________ +[ 20312] By: jhi on 2003/07/29 13:20:21 + Log: Subject: [PATCH] pod/perlvar.pod: minor typo + From: "Brendan O'Dea" + Date: Tue, 29 Jul 2003 23:49:18 +1000 + Message-ID: <20030729134918.GA4339@londo.c47.org> + Branch: perl + ! pod/perlvar.pod +____________________________________________________________________________ +[ 20310] By: jhi on 2003/07/29 13:11:57 + Log: Subject: [PATCH: (repatch) 5.8.1 RC2] Encode test fixes for VMS (was Re: possible fix to File::Find problems) + From: PPrymmer@factset.com + Date: Tue, 22 Jul 2003 11:12:05 -0400 + Message-ID: + Branch: perl + ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t + ! ext/Encode/t/perlio.t +____________________________________________________________________________ +[ 20309] By: jhi on 2003/07/29 13:06:24 + Log: Subject: [perluniintro vs Encode::Alias] Is KOI8R is an alise for koi8-r? + From: SADAHIRO Tomoyuki + Date: Sun, 13 Jul 2003 10:23:35 +0900 + Message-Id: <20030713102228.C76A.BQW10602@nifty.com> + Branch: perl + ! ext/Encode/lib/Encode/Alias.pm +____________________________________________________________________________ +[ 20308] By: jhi on 2003/07/29 13:02:43 + Log: The --destdir option to installman should be made + optional so that it doesn't complain when passed + an empty value (from Rafael) + Branch: perl + ! installman +____________________________________________________________________________ +[ 20306] By: jhi on 2003/07/29 12:05:24 + Log: Too many my $fh:s. + Branch: perl + ! lib/CPAN.pm +____________________________________________________________________________ +[ 20305] By: jhi on 2003/07/29 11:55:11 + Log: Quieten MSVC6. + Branch: perl + ! pp.c +____________________________________________________________________________ +[ 20302] By: jhi on 2003/07/29 11:31:17 + Log: Subject: DESTDIR in perl-5.8.1 package? + From: Michael Schroeder + Date: Fri, 11 Jul 2003 14:48:41 +0200 + Message-ID: <20030711124841.GA18327@immd4.informatik.uni-erlangen.de> + + Subject: Re: DESTDIR in perl-5.8.1 package? + From: Michael Schroeder + Date: Mon, 14 Jul 2003 12:00:25 +0200 + Message-ID: <20030714100025.GA26612@immd4.informatik.uni-erlangen.de> + + (blindly prepending and s///ing away the $destdir does not work + at least in VMS, but the --destdir should help rpm builders + and the like) + Branch: perl + ! INSTALL Makefile.SH installman installperl +____________________________________________________________________________ +[ 20301] By: jhi on 2003/07/29 11:20:07 + Log: Subject: [perl #23134] Problems compiling 5.8.0 on alpha-dec_osf 3.2 + From: Chaskiel M Grundman (via RT) + Date: 26 Jul 2003 21:44:06 -0000 + Message-ID: + + Helps (the admittedly old) DEC OSF/1 3.x and harms not newer + releases 4.x and 5.x. + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 20300] By: jhi on 2003/07/29 11:18:27 + Log: Cleanup the sv_gets() logic for platforms with small stacks. + (I think hogging 8K of stack sounds like bad behaviour on any + platform, big stack or not.) + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 20299] By: merijn on 2003/07/29 10:57:37 + Log: README.hpux now mentions the http mirror for prebuilt gcc binaries + Branch: perl + ! README.hpux +____________________________________________________________________________ +[ 20298] By: jhi on 2003/07/29 10:57:28 + Log: DEC OSF/1 3.x did (does) not do sizer -v. + Branch: perl + ! hints/dec_osf.sh +____________________________________________________________________________ +[ 20295] By: jhi on 2003/07/29 10:36:25 + Log: Subject: [PATCH CPAN.pm] unlink pre-PGP-signed CHECKSUM + From: Autrijus Tang + Date: Tue, 29 Jul 2003 09:58:35 +0800 + Message-ID: <20030729015834.GA7149@not.autrijus.org> + Branch: perl + ! lib/CPAN.pm +____________________________________________________________________________ +[ 20294] By: jhi on 2003/07/29 10:30:05 + Log: There is no skip() since we are not using Test*. + Branch: perl + ! lib/CPAN/t/signature.t +____________________________________________________________________________ +[ 20293] By: jhi on 2003/07/29 10:28:10 + Log: Upgrade to CPAN.pm 1.74. + Branch: perl + ! lib/CPAN.pm lib/CPAN/t/signature.t +____________________________________________________________________________ +[ 20292] By: jhi on 2003/07/29 10:14:26 + Log: Most importantly, don't try HvNAME(gp->gp_hv) + unless PL_stashcache exists, otherwise we get + an invalid read (detected by valgrind, and crashes + ext/threads/t/basic.t in Windows). + + Also add a few if:s for the refcnt decrements, + no need to call Perl_sv_free() if there's nothing to free. + Branch: perl + ! gv.c +____________________________________________________________________________ +[ 20291] By: jhi on 2003/07/29 09:00:58 + Log: Tabify. + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 20288] By: jhi on 2003/07/29 08:29:50 + Log: Subject: [perl #22969] fix $hash{utf8bareword} + From: Rafael Garcia-Suarez + Date: Tue, 29 Jul 2003 11:09:37 +0200 + Message-Id: <20030729110937.31c422d2.rgarcia@hexaflux.com> + Branch: perl + ! t/op/utfhash.t toke.c +____________________________________________________________________________ +[ 20287] By: jhi on 2003/07/29 08:26:48 + Log: Subject: [PATCH pointer] B::Deparse 0.64 + From: Stephen McCamant + Date: Mon, 28 Jul 2003 16:57:19 -0400 + Message-ID: <16165.36399.39977.566109@syllepsis.MIT.EDU> + Branch: perl + ! ext/B/B/Deparse.pm ext/B/t/deparse.t +____________________________________________________________________________ +[ 20286] By: jhi on 2003/07/29 08:24:45 + Log: More perlio docs from Stas. + Branch: perl + ! pod/perliol.pod +____________________________________________________________________________ +[ 20285] By: jhi on 2003/07/29 08:22:49 + Log: Reintroduce Porting/Modules. No, it's not duplicating + the information in Module::CoreList. + Branch: perl + + Porting/Modules Porting/Modules.pl + ! AUTHORS MANIFEST +____________________________________________________________________________ +[ 20283] By: jhi on 2003/07/29 05:00:12 + Log: The better prefixify() patch from Ed Moy. + Branch: perl + ! lib/ExtUtils/MM_Unix.pm +____________________________________________________________________________ +[ 20282] By: jhi on 2003/07/29 04:57:57 + Log: PerlIO_popped doc addition from NI-S. + Branch: perl + ! pod/perliol.pod +____________________________________________________________________________ +[ 20281] By: jhi on 2003/07/29 04:55:48 + Log: Subject: [PATCH] another File::Find tweak for VMS (improve on #20221) + From: "Craig A. Berry" + Date: Tue, 29 Jul 2003 00:11:46 -0500 + Message-ID: <3F260212.9000104@mac.com> + Branch: perl + ! lib/File/Find.pm +____________________________________________________________________________ +[ 20278] By: jhi on 2003/07/28 18:03:48 + Log: More bytecode tweaks. + Branch: perl + ! ext/B/B.xs ext/B/B/Bytecode.pm +____________________________________________________________________________ +[ 20275] By: jhi on 2003/07/28 16:47:53 + Log: No more wince/README.compile. + Branch: perl + ! Porting/curliff.pl +____________________________________________________________________________ +[ 20272] By: jhi on 2003/07/28 16:19:47 + Log: Slightly better failure output. + Branch: perl + ! ext/Devel/Peek/t/Peek.t +____________________________________________________________________________ +[ 20270] By: jhi on 2003/07/28 15:12:28 + Log: These directories no more exist during cleanup. + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 20269] By: jhi on 2003/07/28 15:07:22 + Log: No more ext/*/*.t, move them all to ext/*/t. + Branch: perl + + ext/Devel/DProf/t/DProf.t ext/Devel/Peek/t/Peek.t + + ext/Errno/t/Errno.t ext/GDBM_File/t/gdbm.t + + ext/I18N/Langinfo/t/Langinfo.t ext/IPC/SysV/t/ipcsysv.t + + ext/NDBM_File/t/ndbm.t ext/ODBM_File/t/odbm.t + + ext/Opcode/t/Opcode.t ext/Opcode/t/ops.t ext/PerlIO/t/PerlIO.t + + ext/SDBM_File/t/sdbm.t ext/Safe/t/safe1.t ext/Safe/t/safe2.t + + ext/Safe/t/safe3.t ext/Socket/t/Socket.t + + ext/Socket/t/socketpair.t ext/Sys/Hostname/t/Hostname.t + + ext/Sys/Syslog/t/syslog.t ext/Time/HiRes/t/HiRes.t + + ext/XS/Typemap/t/Typemap.t ext/attrs/t/attrs.t ext/re/t/re.t + - ext/Devel/DProf/DProf.t ext/Devel/Peek/Peek.t + - ext/Errno/Errno.t ext/GDBM_File/gdbm.t + - ext/I18N/Langinfo/Langinfo.t ext/IPC/SysV/ipcsysv.t + - ext/NDBM_File/ndbm.t ext/ODBM_File/odbm.t ext/Opcode/Opcode.t + - ext/Opcode/ops.t ext/PerlIO/PerlIO.t ext/SDBM_File/sdbm.t + - ext/Safe/safe1.t ext/Safe/safe2.t ext/Safe/safe3.t + - ext/Socket/Socket.t ext/Socket/socketpair.t + - ext/Sys/Hostname/Hostname.t ext/Sys/Syslog/syslog.t + - ext/Time/HiRes/HiRes.t ext/XS/Typemap/Typemap.t ext/attrs.t + - ext/re/re.t + ! MANIFEST ext/IPC/SysV/MANIFEST +____________________________________________________________________________ +[ 20268] By: jhi on 2003/07/28 14:31:17 + Log: Move the ext/IO tests to a more standard location so that + the *.t do not get copied to the build tree (lib/IO/). + Branch: perl + + ext/IO/t/IO.t ext/IO/t/io_const.t ext/IO/t/io_dir.t + + ext/IO/t/io_dup.t ext/IO/t/io_linenum.t + + ext/IO/t/io_multihomed.t ext/IO/t/io_pipe.t ext/IO/t/io_poll.t + + ext/IO/t/io_sel.t ext/IO/t/io_sock.t ext/IO/t/io_taint.t + + ext/IO/t/io_tell.t ext/IO/t/io_udp.t ext/IO/t/io_unix.t + + ext/IO/t/io_utf8.t ext/IO/t/io_xs.t + - ext/IO/lib/IO/t/IO.t ext/IO/lib/IO/t/io_const.t + - ext/IO/lib/IO/t/io_dir.t ext/IO/lib/IO/t/io_dup.t + - ext/IO/lib/IO/t/io_linenum.t ext/IO/lib/IO/t/io_multihomed.t + - ext/IO/lib/IO/t/io_pipe.t ext/IO/lib/IO/t/io_poll.t + - ext/IO/lib/IO/t/io_sel.t ext/IO/lib/IO/t/io_sock.t + - ext/IO/lib/IO/t/io_taint.t ext/IO/lib/IO/t/io_tell.t + - ext/IO/lib/IO/t/io_udp.t ext/IO/lib/IO/t/io_unix.t + - ext/IO/lib/IO/t/io_utf8.t ext/IO/lib/IO/t/io_xs.t + ! MANIFEST +____________________________________________________________________________ +[ 20267] By: jhi on 2003/07/28 14:16:44 + Log: Retract #20260. + Branch: perl + ! perlio.c perliol.h +____________________________________________________________________________ +[ 20266] By: jhi on 2003/07/28 13:38:59 + Log: Bump the $VERSION of core File::Spec as requested by Ken Williams. + Branch: perl + ! lib/File/Spec.pm +____________________________________________________________________________ +[ 20265] By: jhi on 2003/07/28 13:23:44 + Log: Subject: [PATCH] #20177 broke skip logic in t/op/write.t + From: "Craig A. Berry" + Date: Mon, 28 Jul 2003 08:04:32 -0500 + Message-ID: <3F251F60.6050607@mac.com> + Branch: perl + ! t/op/write.t +____________________________________________________________________________ +[ 20264] By: jhi on 2003/07/28 13:21:58 + Log: Subject: [PATCH] t/op/write.t cleanup after itself. + From: Michael G Schwern + Date: Mon, 28 Jul 2003 05:54:19 -0700 + Message-ID: <20030728125419.GJ21044@windhund.schwern.org> + Branch: perl + ! t/op/write.t +____________________________________________________________________________ +[ 20263] By: jhi on 2003/07/28 12:13:24 + Log: Make Storable work with blead/maint by making PL_sv_placeholder + a true global, bump $VERSION to 2.08. Will take a look at the + portability issue of placeholders soon. + Branch: perl + ! embedvar.h ext/Storable/Storable.pm ext/Storable/Storable.xs + ! intrpvar.h perlapi.h perlvars.h sv.c +____________________________________________________________________________ +[ 20262] By: jhi on 2003/07/28 11:35:31 + Log: Storable test nosewipe. + Branch: perl + ! ext/Storable/t/code.t ext/Storable/t/utf8hash.t +____________________________________________________________________________ +[ 20261] By: jhi on 2003/07/28 11:02:23 + Log: Solaris cc didn't appreciate casting a long to a pointer + with no cast, and lval casts are unportable, so introduce + a rval cast. + Branch: perl + ! bytecode.pl ext/ByteLoader/byterun.c +____________________________________________________________________________ +[ 20260] By: jhi on 2003/07/28 10:46:58 + Log: (Retracted by #20267) + Branch: perl + ! perlio.c perliol.h +____________________________________________________________________________ +[ 20257] By: jhi on 2003/07/28 10:05:58 + Log: Subject: CPAN/t/signature.t noisy + From: Michael G Schwern + Date: Mon, 28 Jul 2003 02:14:19 -0700 + Message-ID: <20030728091419.GG21044@windhund.schwern.org> + Branch: perl + ! lib/CPAN/t/signature.t +____________________________________________________________________________ +[ 20256] By: jhi on 2003/07/28 10:00:11 + Log: Extra noise from File::Spec. + Branch: perl + ! lib/File/Spec/t/rel2abs2rel.t +____________________________________________________________________________ +[ 20255] By: jhi on 2003/07/28 09:50:55 + Log: Prettyprint the constants list of defsubs_h.PL. + Branch: perl + ! ext/B/defsubs_h.PL +____________________________________________________________________________ +[ 20253] By: jhi on 2003/07/28 04:56:48 + Log: Subject: [PATCH] B enhancements + From: Stephen McCamant + Date: Sun, 27 Jul 2003 14:07:46 -0400 + Message-ID: <16164.5362.577992.841787@syllepsis.MIT.EDU> + Branch: perl + ! ext/B/B.pm ext/B/B.xs ext/B/defsubs_h.PL +____________________________________________________________________________ +[ 20252] By: jhi on 2003/07/28 04:55:42 + Log: More clarification about the hash randomisation defines. + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 20251] By: jhi on 2003/07/28 04:51:46 + Log: Clarify the process a bit. + Branch: perl + ! INSTALL +____________________________________________________________________________ +[ 20250] By: jhi on 2003/07/28 04:43:23 + Log: Add $VERSION to B::Bytecode. + Branch: perl + ! ext/B/B/Bytecode.pm +____________________________________________________________________________ +[ 20249] By: jhi on 2003/07/28 04:39:14 + Log: Missing test file. (Not very useful since Module::Signature + is not in the core, but let's not make an exception.) + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 20248] By: jhi on 2003/07/28 04:35:27 + Log: Subject: Re: downrev modules in RC2 + From: Gisle Aas + Date: 27 Jul 2003 20:25:07 -0700 + Message-ID: + + (upgrade to Digest::MD5 2.26) + Branch: perl + ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm + ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t +____________________________________________________________________________ +[ 20247] By: jhi on 2003/07/28 04:31:32 + Log: Upgrade to CGI 2.97. + Branch: perl + ! lib/CGI.pm +____________________________________________________________________________ +[ 20246] By: jhi on 2003/07/28 04:26:58 + Log: Revert 20233 + s/GvAVn/GvAV/) + rerun 'perl bytecode.pl'. + (from Enache) + Branch: perl + ! bytecode.pl ext/ByteLoader/byterun.c +____________________________________________________________________________ +[ 20243] By: jhi on 2003/07/27 20:31:31 + Log: Upgrade to CPAN 1.72. + Branch: perl + + lib/CPAN/t/signature.t + ! MANIFEST lib/CPAN.pm +____________________________________________________________________________ +[ 20242] By: jhi on 2003/07/27 20:21:40 + Log: We now return to your normally scheduled hash randomisation. + Branch: perl + ! INSTALL perl.h pod/perlfunc.pod pod/perlrun.pod + ! pod/perlsec.pod +____________________________________________________________________________ +[ 20240] By: jhi on 2003/07/27 19:45:22 + Log: fresh_perl_(is|like) were printing out the wrong file/line + number on failure because _where() was hard coded to only + look one level up the call stack. In these cases it has to + look two. + (Schwern) + Branch: perl + ! t/test.pl +____________________________________________________________________________ +[ 20239] By: jhi on 2003/07/27 19:43:34 + Log: cleanup tiehandle.t to use test.pl, is(), like(), etc... + (Schwern) + Branch: perl + ! t/op/tiehandle.t +____________________________________________________________________________ +[ 20238] By: jhi on 2003/07/27 19:20:45 + Log: Upgrade to Test::Harness 2.29. + Branch: perl + ! lib/Test/Harness.pm lib/Test/Harness/Straps.pm + ! lib/Test/Harness/t/assert.t lib/Test/Harness/t/callback.t + ! lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t + ! lib/Test/Harness/t/test-harness.t +____________________________________________________________________________ +[ 20237] By: jhi on 2003/07/27 18:37:45 + Log: Missing MakeMaker test. + Branch: perl + + lib/ExtUtils/t/postamble.t + ! MANIFEST +____________________________________________________________________________ +[ 20236] By: jhi on 2003/07/27 18:29:16 + Log: Add -l (one file per line) option to manicheck. + Branch: perl + ! Porting/manicheck +____________________________________________________________________________ +[ 20235] By: jhi on 2003/07/27 18:08:55 + Log: Further Byteloader tweaks from Enache. + Branch: perl + ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Assembler.pm + ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm ext/B/defsubs_h.PL + ! ext/B/t/assembler.t ext/ByteLoader/ByteLoader.pm + ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c + ! ext/ByteLoader/byterun.h t/TEST +____________________________________________________________________________ +[ 20234] By: jhi on 2003/07/27 18:02:24 + Log: Reapply some perldoc changes not in 3.09. + Branch: perl + ! lib/Pod/Perldoc.pm +____________________________________________________________________________ +[ 20233] By: jhi on 2003/07/27 17:51:01 + Log: Upgrade to Pod::Perldoc 3.09. + Branch: perl + ! lib/Pod/Perldoc.pm lib/Pod/Perldoc/ToMan.pm +____________________________________________________________________________ +[ 20232] By: jhi on 2003/07/27 17:34:23 + Log: A bug reported in perl-unicode by Terry Jones, fixed + by Andreas Koenig, and add a test. + Branch: perl + ! lib/Unicode/UCD.pm lib/Unicode/UCD.t +____________________________________________________________________________ +[ 20231] By: jhi on 2003/07/27 17:21:11 + Log: Unicode::UCD doc nit from Andreas Koenig. + Branch: perl + ! lib/Unicode/UCD.pm +____________________________________________________________________________ +[ 20230] By: jhi on 2003/07/27 17:13:55 + Log: Upgrade to I18N::LangTags 0.28. + Branch: perl + + lib/I18N/LangTags/t/01test.t + - lib/I18N/LangTags/test.pl + ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/List.pm +____________________________________________________________________________ +[ 20229] By: jhi on 2003/07/27 16:59:27 + Log: Skip the test until Enache fixes it. + Branch: perl + ! ext/B/t/assembler.t +____________________________________________________________________________ +[ 20225] By: jhi on 2003/07/27 16:12:44 + Log: Upgrade to File::Spec 0.85. + Branch: perl + ! lib/File/Spec.pm lib/File/Spec/Epoc.pm + ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm + ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm + ! lib/File/Spec/t/Functions.t lib/File/Spec/t/Spec.t + ! lib/File/Spec/t/rel2abs2rel.t +____________________________________________________________________________ +[ 20224] By: jhi on 2003/07/27 15:48:20 + Log: Subject: Re: [PATCH] Re: Storing &PL_sv_undef as a hash key with perl-5.8.x + From: "Marcus Holland-Moritz" + Date: Sun, 20 Jul 2003 22:36:02 +0200 + Message-ID: <006801c34efe$8aac1920$0c2f1fac@R2D2> + Branch: perl + ! dump.c embedvar.h ext/Storable/Storable.xs hv.c intrpvar.h + ! perl.c perlapi.h sv.c universal.c +____________________________________________________________________________ +[ 20223] By: jhi on 2003/07/27 15:43:30 + Log: Regen byterun once more: the incav is not yet right, but at + least it compiles now (Tru64 cc choked on the lvalue cast). + Branch: perl + ! bytecode.pl ext/ByteLoader/byterun.c +____________________________________________________________________________ +[ 20222] By: jhi on 2003/07/27 15:31:52 + Log: Regenerated because of #20220. + Branch: perl + ! ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c + ! ext/ByteLoader/byterun.h +____________________________________________________________________________ +[ 20221] By: jhi on 2003/07/27 15:19:57 + Log: Subject: [PATCH] fix for File::Find logical name collision on VMS + From: "Craig A. Berry" + Date: Mon, 21 Jul 2003 19:40:20 -0500 + Message-ID: <3F1C87F4.2070401@mac.com> + Branch: perl + ! lib/File/Find.pm +____________________________________________________________________________ +[ 20220] By: jhi on 2003/07/27 15:13:10 + Log: Subject: Re: [perl #22984] perl-5.8.1-RC2: TEST -bytecompile won't work at all + From: Enache Adrian + Date: Fri, 18 Jul 2003 23:15:37 +0300 + Message-ID: <20030718201537.GA1574@ratsnest.hole> + Branch: perl + ! Makefile.SH bytecode.pl ext/B/B.xs ext/B/B/Assembler.pm + ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm ext/B/typemap + ! ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs + ! ext/ByteLoader/bytecode.h installperl t/TEST utils/perlcc.PL +____________________________________________________________________________ +[ 20219] By: jhi on 2003/07/27 15:08:23 + Log: Subject: [PATCH-for-RC2] WinCE port addition + From: "Konovalov, Vadim" + Date: Fri, 25 Jul 2003 22:17:11 +0400 + Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C200D42@cio-test001.spb.lucent.com> + Branch: perl + - wince/README.compile + ! MANIFEST README.ce wince/Makefile.ce wince/README.perlce + ! wince/compile.bat wince/wince.c wince/wince.h +____________________________________________________________________________ +[ 20217] By: jhi on 2003/07/25 06:39:08 + Log: Another missing hunk for MakeMaker from .org. + Branch: perl + ! lib/ExtUtils/MakeMaker.pm +____________________________________________________________________________ +[ 20213] By: jhi on 2003/07/24 14:49:25 + Log: Grabbed from www.makemaker.org. + Branch: perl + + t/lib/MakeMaker/Test/Setup/Recurs.pm + ! MANIFEST +____________________________________________________________________________ +[ 20211] By: jhi on 2003/07/24 14:00:29 + Log: Subject: [perl #22946] Bug in Unicode surrogate pair conversion in Perl_utf16_to_utf8 + From: "Dinger, Tom" (via RT) + Date: 14 Jul 2003 05:35:15 -0000 + Message-ID: + Branch: perl + ! utf8.c +____________________________________________________________________________ +[ 20209] By: jhi on 2003/07/24 13:42:58 + Log: Subject: Re: [typo] sv.c pod/perlapi.pod + From: Stas Bekman + Date: Thu, 24 Jul 2003 16:49:27 +0200 + Message-ID: <3F1FF1F7.30500@stason.org> + Branch: perl + ! pod/perlapi.pod sv.c +____________________________________________________________________________ +[ 20208] By: jhi on 2003/07/24 13:41:37 + Log: Subject: [ANNOUNCE] ExtUtils::MakeMaker 6.11 + From: Michael G Schwern + Date: Thu, 24 Jul 2003 01:28:07 -0700 + Message-ID: <20030724082807.GA24285@windhund.schwern.org> + Branch: perl + ! lib/ExtUtils/MakeMaker.pm +____________________________________________________________________________ +[ 20207] By: jhi on 2003/07/24 13:40:39 + Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_08 + From: Michael G Schwern + Date: Mon, 21 Jul 2003 20:12:25 -0700 + Message-ID: <20030722031224.GD12711@windhund.schwern.org> + Branch: perl + + lib/ExtUtils/t/recurs.t + ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/META.yml + ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_MacOS.pm + ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm + ! lib/ExtUtils/MakeMaker/FAQ.pod lib/ExtUtils/PATCHING + ! lib/ExtUtils/README lib/ExtUtils/t/Command.t + ! lib/ExtUtils/t/INST.t lib/ExtUtils/t/INST_PREFIX.t + ! lib/ExtUtils/t/basic.t +____________________________________________________________________________ +[ 20206] By: jhi on 2003/07/24 13:23:27 + Log: (accidentally empty checkin) + Branch: perl + ! lib/perl5db.pl +____________________________________________________________________________ +[ 20203] By: jhi on 2003/07/24 13:14:53 + Log: Subject: [possible PATCH?] Re: Where is PerlIO_isutf8()? + From: Steve Hay + Date: Fri, 18 Jul 2003 10:03:21 +0100 + Message-ID: <3F17B7D9.80805@uk.radan.com> + Branch: perl + ! makedef.pl +____________________________________________________________________________ +[ 20202] By: jhi on 2003/07/24 13:12:08 + Log: Subject: [patch] perldebug.pod clarification + From: Stéphane Payrard + Date: Mon, 21 Jul 2003 21:36:59 +0200 + Message-ID: <20030721193659.GC2722@stefp.dyndns.org> + Branch: perl + ! pod/perldebug.pod +____________________________________________________________________________ +[ 20201] By: jhi on 2003/07/24 13:08:50 + Log: Subject: PATCH: More edge tests on t/op/pow.t + From: Andy Lester + Date: Wed, 23 Jul 2003 16:38:35 -0500 + Message-ID: <20030723213834.GA20468@petdance.com> + Branch: perl + ! t/op/pow.t +____________________________________________________________________________ +[ 20200] By: jhi on 2003/07/24 13:06:36 + Log: Subject: [PATCH] Fix saving 'V' magic in scan_vstring() + From: Stephen McCamant + Date: Tue, 22 Jul 2003 09:41:10 -0400 + Message-ID: <16157.16118.998307.110037@syllepsis.MIT.EDU> + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 20199] By: jhi on 2003/07/24 13:04:24 + Log: Subject: [PATCH] Re: Reference to tied elements results in lvalue. + From: Dave Mitchell + Date: Fri, 18 Jul 2003 18:49:43 +0100 + Message-ID: <20030718174943.GB6427@fdgroup.com> + Branch: perl + ! sv.c t/op/tie.t +____________________________________________________________________________ +[ 20198] By: jhi on 2003/07/24 09:07:45 + Log: Subject: [PATCH] Re: Bug in B::Deparse/Concise with ithreads + From: Stephen McCamant + Date: Sat, 19 Jul 2003 12:06:31 -0400 + Message-ID: <16153.27783.300094.464863@syllepsis.MIT.EDU> + Branch: perl + ! ext/B/B/Concise.pm ext/B/B/Deparse.pm +____________________________________________________________________________ +[ 20197] By: jhi on 2003/07/24 08:59:45 + Log: Subject: [PATCH] typo in VMS::Filespec + From: Ken Williams + Date: Tue, 22 Jul 2003 15:18:21 -0500 + Message-Id: + Branch: perl + ! vms/ext/Filespec.pm +____________________________________________________________________________ +[ 20196] By: jhi on 2003/07/24 08:54:54 + Log: EBCDIC fix from Thomas Dorner. + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 20195] By: jhi on 2003/07/24 08:54:13 + Log: POSIX-BC patch from Thomas Dorner. + Branch: perl + ! hints/posix-bc.sh +____________________________________________________________________________ +[ 20194] By: jhi on 2003/07/24 08:45:55 + Log: Subject: [perl #22971] [PATCH] Proper capitalization for IO.pm deprecation warning + From: "ilya@juil.nonet (via RT)" + Date: 14 Jul 2003 05:37:15 -0000 + Message-ID: + Branch: perl + ! ext/IO/IO.pm ext/IO/lib/IO/t/IO.t +____________________________________________________________________________ +[ 20193] By: jhi on 2003/07/24 08:43:33 + Log: Subject: [perl #22965] Cannot set undef timeout in IO::Socket in perl 5.8.0 + From: Hrunting Johnson (via RT) + Date: 14 Jul 2003 05:37:02 -0000 + Message-ID: + Branch: perl + ! ext/IO/lib/IO/Socket.pm +____________________________________________________________________________ +[ 20191] By: jhi on 2003/07/24 08:38:35 + Log: Subject: [PATCH] Re: Fatal 5.8.1 error in our $FOO = x if $FOO + From: Dave Mitchell + Date: Thu, 17 Jul 2003 20:33:29 +0100 + Message-ID: <20030717193329.GA2699@fdgroup.com> + Branch: perl + ! pad.c t/lib/warnings/pad +____________________________________________________________________________ +[ 20190] By: jhi on 2003/07/24 08:35:11 + Log: Subject: [perl #23080] [DOCPATCH] pod/perlfunc.pod missing C + From: "Iain 'Spoon' Truskett (via RT)" + Date: 22 Jul 2003 02:59:13 -0000 + Message-ID: + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 20189] By: jhi on 2003/07/24 08:26:02 + Log: Subject: [PATCH RC2] Missing semicolon in PERL_FPU_INIT macro + From: Stephen Clouse + Date: Tue, 22 Jul 2003 21:31:38 -0500 + Message-ID: <20030723023138.GA15653@owns.warpcore.org> + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 20187] By: jhi on 2003/07/24 07:53:33 + Log: Subject: [PATCH] configure.gnu --prefix + From: slaven@rezic.de + Date: Thu, 10 Jul 2003 09:33:27 +0000 + Message-Id: <1057829607.9622@devpc01.iconmobile.de> + Branch: perl + ! configure.gnu +____________________________________________________________________________ +[ 20186] By: jhi on 2003/07/24 07:48:21 + Log: Subject: Re: problem with rc1 and rc2 on Mac OS X + From: Edward Moy + Date: Sun, 13 Jul 2003 14:12:57 -0700 + Message-Id: + Branch: perl + ! lib/ExtUtils/MM_Unix.pm +____________________________________________________________________________ +[ 20184] By: jhi on 2003/07/24 07:02:31 + Log: Subject: [PATCH 5.8.1 @20153] malloc cleanup + From: Ilya Zakharevich + Date: Tue, 15 Jul 2003 07:46:58 -0700 + Message-ID: <20030715144657.GA21313@math.berkeley.edu> + Branch: perl + ! makedef.pl malloc.c malloc_ctl.h +____________________________________________________________________________ +[ 20182] By: jhi on 2003/07/23 13:28:52 + Log: This should make Stas happy. + Branch: perl + ! hv.h perl.c +____________________________________________________________________________ +[ 20180] By: jhi on 2003/07/23 12:40:11 + Log: utils.lst parsing tweak for bin/perldoc installation from Rafael. + Branch: perl + ! installperl +____________________________________________________________________________ +[ 20179] By: rgs on 2003/07/21 19:46:19 + Log: As the perldoc.pod is now in a separate file under pod/, + the installman script was installing an empty perldoc.1 manpage. + Branch: perl + ! installperl utils.lst +____________________________________________________________________________ +[ 20178] By: rgs on 2003/07/21 19:19:06 + Log: Subject: [DOCPATCH] %SIG and SA_RESTART + From: Steve Grazzini + Date: Wed, 16 Jul 2003 08:56:21 -0400 + Message-ID: <20030716125620.GA7022@grazzini.net> + Branch: perl + ! pod/perlipc.pod pod/perlvar.pod +____________________________________________________________________________ +[ 20177] By: rgs on 2003/07/21 19:14:35 + Log: Subject: [PATCH] Re: Perl formats do not work with tied values + From: Dave Mitchell + Date: Tue, 15 Jul 2003 20:46:07 +0100 + Message-ID: <20030715194607.GA24592@fdgroup.com> + + plus the regression test : + Subject: Re: [PATCH] Re: Perl formats do not work with tied values + From: Nicholas Clark + Date: Tue, 15 Jul 2003 22:24:04 +0100 + Message-ID: <20030715222404.L20414@plum.flirble.org> + Branch: perl + ! pp_ctl.c t/op/write.t +____________________________________________________________________________ +[ 20176] By: rgs on 2003/07/21 19:00:32 + Log: Subject: Re: [PATCH] h2xs and extra_libraries + From: Tassilo von Parseval + Date: Tue, 15 Jul 2003 07:28:52 +0200 + Message-id: <20030715052852.GA494@ethan> + Branch: perl + ! utils/h2xs.PL +____________________________________________________________________________ +[ 20175] By: merijn on 2003/07/21 14:26:43 + Log: Subject: Re: [PATCH] test clean-up for VMS + From: "Craig A. Berry" + Date: Sun, 20 Jul 2003 10:43:32 -0500 + Message-ID: <3F1AB8A4.2070207@mac.com> + Branch: perl + ! ext/PerlIO/t/encoding.t lib/File/Spec/t/rel2abs2rel.t + ! lib/FileCache/t/01open.t lib/FileCache/t/02maxopen.t + ! lib/FileCache/t/03append.t t/io/argv.t t/op/stat.t + ! t/uni/write.t +____________________________________________________________________________ +[ 20174] By: hv on 2003/07/21 10:26:07 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ +[ 20173] By: rgs on 2003/07/20 21:48:21 + Log: Minor doc nits concerning the dosish ALTERNATE_SHEBANG + (bug #22968) + Branch: perl + ! pod/perlfaq3.pod pod/perlrun.pod +____________________________________________________________________________ +[ 20172] By: rgs on 2003/07/20 21:14:12 + Log: Subject: Re: [perl #22941] Can't build perl with -Duseshrplib if /usr/bin/gcc is a perl script + From: Andy Dougherty + Date: Tue, 15 Jul 2003 10:52:58 -0400 (EDT) + Message-ID: + + plus a clarification to INSTALL : + Subject: [PATCH] Re: [perl #22941] Can't build perl with -Duseshrplib if /usr/bin/gcc is a perl script + From: Andy Dougherty + Date: Wed, 16 Jul 2003 11:01:24 -0400 (EDT) + Message-ID: + Branch: perl + ! INSTALL Makefile.SH +____________________________________________________________________________ +[ 20171] By: rgs on 2003/07/20 20:12:54 + Log: The warning "Possible precedence problem on bitwise operator" + was incorrectly produced with the bitwise-assignment operators. + Fix it. (bug #23065 concerning 5.8.1 RC2) + Branch: perl + ! op.c t/lib/warnings/op +____________________________________________________________________________ +[ 20170] By: rgs on 2003/07/18 08:03:02 + Log: Rename get_seed() to get_hash_seed(), as suggested by + Eric J Kidder, to solve a name conflict on HP_UX 11.00. + Branch: perl + ! embed.fnc embed.h perl.c proto.h util.c +____________________________________________________________________________ +[ 20169] By: rgs on 2003/07/18 06:36:20 + Log: Subject: Re: [PATCH] Re: Oops - Can't calculate our powers + From: Andreas J Koenig + Date: Fri, 18 Jul 2003 09:36:47 +0200 + Message-ID: <87fzl4thf4.fsf@franz.ak.mind.de> + Branch: perl + ! t/op/pow.t +____________________________________________________________________________ +[ 20168] By: rgs on 2003/07/18 06:21:15 + Log: Subject: [ PATCH] Re: isa(UNIVERSAL)? + From: Dave Mitchell + Date: Thu, 17 Jul 2003 21:51:12 +0100 + Message-ID: <20030717205112.GA2994@fdgroup.com> + Branch: perl + ! t/op/universal.t universal.c +____________________________________________________________________________ +[ 20167] By: rgs on 2003/07/18 06:14:33 + Log: Subject: [PATCH] Re: Oops - Can't calculate our powers + From: Stephen McCamant + Date: Fri, 18 Jul 2003 02:26:14 -0400 + Message-ID: <16151.37638.162561.84142@syllepsis.MIT.EDU> + Branch: perl + ! pp.c t/op/pow.t +____________________________________________________________________________ +[ 20166] By: rgs on 2003/07/17 21:49:10 + Log: Subject: [PATCH] Increment cop_seqmax in utilize() + From: Stephen McCamant + Date: Tue, 15 Jul 2003 09:57:26 -0400 + Message-ID: <16148.2118.348073.76671@syllepsis.MIT.EDU> + + Subject: [PATCH] B::Concise 0.56: refcount and BEGIN improvements + From: Stephen McCamant + Date: Tue, 15 Jul 2003 09:57:31 -0400 + Message-ID: <16148.2123.305325.480187@syllepsis.MIT.EDU> + Branch: perl + ! ext/B/B/Concise.pm ext/B/B/Terse.pm op.c +____________________________________________________________________________ +[ 20165] By: rgs on 2003/07/17 21:24:46 + Log: Subject: [PATCH] Re: POSIX::div + From: Michael G Schwern + Date: Mon, 14 Jul 2003 14:00:58 -0700 + Message-ID: <20030714210057.GK18517@windhund.schwern.org> + Branch: perl + ! ext/POSIX/POSIX.pm +____________________________________________________________________________ +[ 20164] By: rgs on 2003/07/17 21:15:51 + Log: PERL5LIB is not colon-separated everywhere + Branch: perl + ! pod/perlrun.pod +____________________________________________________________________________ +[ 20163] By: rgs on 2003/07/17 20:59:15 + Log: Subject: [PATCH] fix $^N-related coredump + From: Anton Berezin + Date: Mon, 14 Jul 2003 13:50:35 +0200 + Message-ID: <20030714115035.GA10971@heechee.tobez.org> + Branch: perl + ! pp_hot.c sv.c +____________________________________________________________________________ +[ 20162] By: rgs on 2003/07/17 20:39:31 + Log: Subject: PATCH: tweak 'split' docs for case of explicit 0 LIMIT + From: Tony Bowden + Date: Thu, 17 Jul 2003 16:49:35 +0100 + Message-ID: <20030717154935.GA20302@soto.kasei.com> + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 20161] By: rgs on 2003/07/17 20:25:52 + Log: Minor nits in perlsyn.pod + Branch: perl + ! pod/perlsyn.pod +____________________________________________________________________________ +[ 20159] By: rgs on 2003/07/13 20:02:34 + Log: Subject: [PATCH] incorrect error message from Attribute::Handlers + From: Claes Jacobsson + Date: Sat, 12 Jul 2003 16:30:42 +0200 + Message-Id: <6A6A99C4-B475-11D7-AB05-000393C12F9E@surfar.nu> + Branch: perl + ! lib/Attribute/Handlers.pm +____________________________________________________________________________ +[ 20158] By: rgs on 2003/07/13 19:52:58 + Log: Add a TODO test for perlbug #19049 + Subject: Re: [perl #19049] Incorrect $` after replacement (test for same) + From: Alex Gough + Date: Fri, 11 Jul 2003 01:12:42 +0100 + Message-ID: <20030711001242.GD2484@the.earth.li> + Branch: perl + ! t/op/pat.t +____________________________________________________________________________ +[ 20157] By: rgs on 2003/07/13 19:43:29 + Log: Minor updates of the charnames documentation. + Branch: perl + ! lib/charnames.pm +____________________________________________________________________________ +[ 20156] By: rgs on 2003/07/11 19:37:34 + Log: Subject: Re: Sort sub and NaNs + From: "John P. Linderman" + Date: Thu, 10 Jul 2003 10:45:06 -0400 + Message-Id: <200307101445.KAA79110@raptor.research.att.com> + + Warn against a potential edge case with sort, <=> and NaNs. + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 20155] By: rgs on 2003/07/11 19:11:17 + Log: Subject: [DOCPATCH] perlfunc/read + From: Steve Grazzini + Date: Tue, 8 Jul 2003 10:23:03 -0400 + Message-ID: <20030708142303.GB23698@grazzini.net> + + Clarify the OFFSET parameter to read(). + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 20154] By: rgs on 2003/07/11 18:54:09 + Log: Subject: [PATCH pod/perlsyn.pod pod/perltrap.pod] New introduction + From: Michael G Schwern + Date: Tue, 13 May 2003 18:33:05 -0700 + Message-ID: <20030514013305.GB22001@windhund.schwern.org> + Branch: perl + ! pod/perlsyn.pod pod/perltrap.pod +____________________________________________________________________________ +[ 20145] By: jhi on 2003/07/11 05:07:09 + Log: I think the API for mod_perl v2 should be simply that + PL_modperl sets the PL_hash_seed (and PL_hash_seed_set) + itself, hopefully from a good source of random bits. + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 20143] By: jhi on 2003/07/11 00:35:07 + Log: pTHX. + Branch: perl + ! util.c +____________________________________________________________________________ +[ 20139] By: jhi on 2003/07/11 00:21:43 + Log: New order of seed. + Branch: perl + ! pod/perlrun.pod +____________________________________________________________________________ +[ 20138] By: jhi on 2003/07/11 00:13:11 + Log: More retraction. + Branch: perl + ! INSTALL +____________________________________________________________________________ +[ 20137] By: jhi on 2003/07/11 00:10:14 + Log: Retract the statements. + Branch: perl + ! pod/perlfunc.pod pod/perlsec.pod +____________________________________________________________________________ +[ 20135] By: jhi on 2003/07/11 00:03:33 + Log: Chicken out: the hash randomisation is not on by default. + We switch over to the explicit mode: in other words, if + the $ENV{PERL_HASH_SEED} is on, we randomise. Also, we + randomise only if PL_hash_seed_set is FALSE (this means + one can use PERL_HASH() before perl_run.) Also, since + now PERL_HASH_SEED is okay even under -T, all should be fine. + (Ha!) + Branch: perl + ! embed.fnc embed.h embedvar.h intrpvar.h perl.c perl.h + ! perlapi.h pod/perldiag.pod pod/perlrun.pod proto.h util.c +____________________________________________________________________________ +[ 20134] By: jhi on 2003/07/10 23:23:38 + Log: Check PERL_HASH_SEED even when tainted. + Branch: perl + ! perl.c pod/perlrun.pod +____________________________________________________________________________ +[ 20131] By: jhi on 2003/07/10 22:42:29 + Log: &Time::HiRes::d_nanosleep was broken. + Branch: perl + ! ext/Time/HiRes/Makefile.PL +____________________________________________________________________________ +[ 20130] By: jhi on 2003/07/10 22:37:02 + Log: Subject: [PATCH} db-recno.t on Mac OS X + From: slaven@rezic.de + Date: Thu, 10 Jul 2003 12:41:05 +0000 + Message-Id: <1057840865.9622@devpc01.iconmobile.de> + Branch: perl + ! ext/DB_File/t/db-recno.t +____________________________________________________________________________ +[ 20129] By: jhi on 2003/07/10 22:31:39 + Log: Subject: [comment patch] + From: Stas Bekman + Date: Thu, 10 Jul 2003 14:19:22 -0700 + Message-ID: <3F0DD85A.1070902@stason.org> + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 20127] By: jhi on 2003/07/10 22:21:04 + Log: Be vague enough. + Branch: perl + ! pod/perldata.pod +____________________________________________________________________________ +[ 20125] By: rgs on 2003/07/10 19:28:48 + Log: regen embed.pl for the bleadperl branch as well. + Branch: perl + ! embedvar.h +____________________________________________________________________________ +[ 20124] By: jhi on 2003/07/10 18:33:56 + Log: Time travel noticed by Enache. + Branch: perl + ! pod/perlhist.pod +____________________________________________________________________________ +[ 20120] By: jhi on 2003/07/10 17:38:28 + Log: I can see the future. It is cloudy. + Branch: perl + ! pod/perlhist.pod +____________________________________________________________________________ +[ 20119] By: jhi on 2003/07/10 17:37:25 + Log: Subject: [PATCH] configure.gnu --prefix + From: slaven@rezic.de + Date: Thu, 10 Jul 2003 09:33:27 +0000 + Message-Id: <1057829607.9622@devpc01.iconmobile.de> + Branch: perl + ! configure.gnu +____________________________________________________________________________ +[ 20118] By: jhi on 2003/07/10 17:35:32 + Log: malloc alignment patch from Spider, needed for Tru64 + longdouble. + Branch: perl + ! malloc.c +____________________________________________________________________________ +[ 20117] By: jhi on 2003/07/10 17:33:53 + Log: Subject: [PATCH] Restore SIGFPE on exec() + From: Chip Salzenberg + Date: Thu, 10 Jul 2003 13:13:20 -0400 + Message-ID: <20030710171319.GA21588@perlsupport.com> + Branch: perl + ! doio.c perl.c perl.h perlapi.h perlvars.h toke.c +____________________________________________________________________________ +[ 20116] By: jhi on 2003/07/10 17:28:00 + Log: The *right* way to make the csighandler visible. + Branch: perl + ! embed.fnc embed.h global.sym +____________________________________________________________________________ +[ 20114] By: jhi on 2003/07/10 15:06:41 + Log: Retract #20112. + Branch: perl + ! embed.fnc embedvar.h intrpvar.h perlapi.h +____________________________________________________________________________ +[ 20112] By: jhi on 2003/07/10 14:17:59 + Log: Argh. At least AIX builds choke because of this. + Branch: perl + ! embed.fnc embedvar.h intrpvar.h perlapi.h +____________________________________________________________________________ +[ 20106] By: jhi on 2003/07/10 04:50:05 + Log: Upgrade to podlators 1.27. + Branch: perl + ! lib/Pod/Text/Termcap.pm +____________________________________________________________________________ +[ 20104] By: jhi on 2003/07/10 04:40:02 + Log: Deprecate v-strings. + Branch: perl + ! pod/perldata.pod +____________________________________________________________________________ +[ 20103] By: jhi on 2003/07/10 04:28:40 + Log: perlfaq sync. + Branch: perl + ! pod/perlfaq1.pod +____________________________________________________________________________ +[ 20100] By: jhi on 2003/07/09 17:40:41 + Log: Detypo. + Branch: perl + ! hints/darwin.sh +____________________________________________________________________________ +[ 20098] By: jhi on 2003/07/09 17:29:53 + Log: Fixes from Ron Kimball. + Branch: perl + ! pod/perldata.pod +____________________________________________________________________________ +[ 20097] By: jhi on 2003/07/09 17:27:35 + Log: Fix for the 'print v65' plus safety tweaks from Rafael. + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 20096] By: jhi on 2003/07/09 17:06:29 + Log: More Darwin/MacOSX paths twiddling. + Branch: perl + ! hints/darwin.sh +____________________________________________________________________________ +[ 20093] By: jhi on 2003/07/09 11:43:09 + Log: Play safe and use the system malloc in FreeBSD. + Yes, performance suffers. But that is better than + random core dumps. + Branch: perl + ! hints/freebsd.sh +____________________________________________________________________________ +[ 20090] By: jhi on 2003/07/09 08:12:32 + Log: Upgrade to Encode 1.97. + Branch: perl + ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/META.yml + ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm + ! ext/Encode/lib/Encode/Encoder.pm + ! ext/Encode/lib/Encode/Guess.pm + ! ext/Encode/lib/Encode/JP/JIS7.pm +____________________________________________________________________________ +[ 20089] By: jhi on 2003/07/09 08:08:30 + Log: Rework the perldata vXX => ... entry a bit. + Branch: perl + ! pod/perldata.pod +____________________________________________________________________________ +[ 20088] By: jhi on 2003/07/09 08:04:04 + Log: Document the vXX => change in perldata, too. + Branch: perl + ! pod/perldata.pod +____________________________________________________________________________ +[ 20085] By: jhi on 2003/07/09 07:49:46 + Log: Test the vX => ... fix. + Branch: perl + ! t/op/ver.t +____________________________________________________________________________ +[ 20084] By: jhi on 2003/07/09 06:58:39 + Log: Subject: Re: [REPATCH] was Re: [perl #16010] v-strings left of a => don't get quoted. + From: John Peacock + Date: Wed, 09 Jul 2003 01:05:38 -0700 + Message-ID: <3F0BCCD2.1020009@rowman.com> + Branch: perl + ! embed.fnc pod/perlapi.pod toke.c util.c +____________________________________________________________________________ +[ 20083] By: jhi on 2003/07/09 06:27:15 + Log: Darwin/Mac OS X: if -Dprefix=/foo, do nothing special + for the install dirs. + Branch: perl + ! hints/darwin.sh +____________________________________________________________________________ +[ 20082] By: jhi on 2003/07/09 05:57:16 + Log: Enable avoiding /System/Library in Mac OS X by + doing Configure -Dprefix=/some/where -Uvendorlib. + Branch: perl + ! hints/darwin.sh +____________________________________________________________________________ +[ 20081] By: jhi on 2003/07/09 05:53:56 + Log: Subject: [PATCH] Safe signals via POSIX::sigaction + From: Chip Salzenberg + Date: Wed, 9 Jul 2003 01:49:10 -0400 + Message-ID: <20030709054910.GH2021@perlsupport.com> + Branch: perl + ! embed.fnc embed.h ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod + ! ext/POSIX/POSIX.xs ext/POSIX/t/sigaction.t proto.h +____________________________________________________________________________ +[ 20079] By: rgs on 2003/07/08 20:26:20 + Log: The CHECKOP macro was not invoked on some newly created ops + (to match them against the current opmask.) As a consequence, + Safe compartments were unable to trap some ops (pattern + match, slices, conditionals.) This fixes the holes. + Branch: perl + ! op.c +____________________________________________________________________________ +[ 20078] By: jhi on 2003/07/08 19:30:13 + Log: Revert #20077. + Branch: perl + ! lib/CPAN.pm +____________________________________________________________________________ +[ 20077] By: jhi on 2003/07/08 18:40:51 + Log: Don't recommend to upgrade the base.pm in the core with + the base.pm from Class::Fields. They are not the same. + Branch: perl + ! lib/CPAN.pm +____________________________________________________________________________ +[ 20076] By: jhi on 2003/07/08 17:39:49 + Log: Subject: Re: [PATCH] $^VARIABLES in 'perl -Dt' output + From: Enache Adrian + Date: Tue, 8 Jul 2003 20:47:58 +0300 + Message-ID: <20030708174758.GA1177@ratsnest.hole> + + (ByteLoader tweak avoiding a leaked scalar) + Branch: perl + ! op.c +____________________________________________________________________________ +[ 20071] By: jhi on 2003/07/08 09:18:19 + Log: In 5.8.x, fast stdio places still do use stdio. + Branch: perl + ! ext/Digest/MD5/t/badfile.t +____________________________________________________________________________ +[ 20069] By: jhi on 2003/07/08 08:41:01 + Log: Subject: [PATCH] format 'botched' in malloc.c + From: Enache Adrian + Date: Mon, 7 Jul 2003 21:57:06 +0300 + Message-ID: <20030707185706.GB7017@ratsnest.hole> + Branch: perl + ! malloc.c +____________________________________________________________________________ +[ 20068] By: jhi on 2003/07/08 08:36:27 + Log: Subject: [PATCH: maint @ 20046] warnings, line numbers & windows + From: Marcus Holland-Moritz + Date: Tue, 8 Jul 2003 11:14:05 +0200 (MEST) + Message-ID: <12022.1057655645@www59.gmx.net> + Branch: perl + ! ext/B/B.xs lib/Pod/Text/Termcap.pm mg.c op.c +____________________________________________________________________________ +[ 20066] By: jhi on 2003/07/08 05:24:58 + Log: Retract #20065: I don't think this is the right way + to patch this issue. + Branch: perl + ! Configure INSTALL Policy_sh.SH pod/perltoc.pod +____________________________________________________________________________ +[ 20065] By: jhi on 2003/07/08 05:14:31 + Log: Configure tweak from Johnny Lam so that the + INSTALLSITEMAN[13]DIR get correctly set. + Branch: perl + ! Configure INSTALL Policy_sh.SH pod/perltoc.pod +____________________________________________________________________________ +[ 20063] By: rgs on 2003/07/07 18:58:47 + Log: Regexp bug in the docs, spotted by Enache's eagle eyes. + Branch: perl + ! pod/perlsyn.pod +____________________________________________________________________________ +[ 20062] By: jhi on 2003/07/07 18:27:02 + Log: Mark Bixby ++. + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 20061] By: jhi on 2003/07/07 18:26:35 + Log: The nanosleep() probe was kaputt, fixed by Mark Bixby. + Branch: perl + ! ext/Time/HiRes/Makefile.PL +____________________________________________________________________________ +[ 20059] By: jhi on 2003/07/07 15:06:35 + Log: Good catch from Gisle. + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 20058] By: jhi on 2003/07/07 14:12:27 + Log: Refashioned #20055: we cannot trust stdio to fail here. + Branch: perl + ! ext/Digest/MD5/t/badfile.t +____________________________________________________________________________ +[ 20057] By: jhi on 2003/07/07 14:08:16 + Log: Retract #20056, #20055, #20052, #20050, #20048: the changes + are just breaking more than they are fixing. + Branch: perl + ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/badfile.t + ! ext/Digest/MD5/t/files.t perlio.c +____________________________________________________________________________ +[ 20056] By: jhi on 2003/07/07 13:31:14 + Log: Returning zero from PerlIO_read() is okay; + update MD5 sums. + Branch: perl + ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t +____________________________________________________________________________ +[ 20055] By: jhi on 2003/07/07 13:23:58 + Log: If perlio is completely out of the picture, we can + get tripped by different stdio implementations. + Branch: perl + ! ext/Digest/MD5/t/badfile.t +____________________________________________________________________________ +[ 20054] By: jhi on 2003/07/07 12:58:06 + Log: AUTHORS tweak. + Branch: perl + ! AUTHORS +____________________________________________________________________________ +[ 20053] By: jhi on 2003/07/07 12:04:26 + Log: Subject: Patch to README.solaris + From: Alan Burlison + Date: Mon, 07 Jul 2003 14:15:57 +0100 + Message-ID: <3F09728D.1070408@sun.com> + Branch: perl + ! README.solaris +____________________________________________________________________________ +[ 20052] By: jhi on 2003/07/07 10:28:35 + Log: Update MD5 checksums. + Branch: perl + ! ext/Digest/MD5/t/files.t +____________________________________________________________________________ +[ 20051] By: jhi on 2003/07/07 09:56:48 + Log: Be more explicit than just 'characters'. + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 20050] By: jhi on 2003/07/07 09:38:28 + Log: Try making PerlIO errors more consistent. + (1) Check early whether the filehandle is capable of + the requested action. + (2) PerlIO_read() really can return -1, and so can + PerlIOUnix_read(). + (3) Some stdio implementations are more forgiving + than others, so check also for errors recorded + by PerlIO in PerlStdio_errno(). + Branch: perl + ! perlio.c +____________________________________________________________________________ +[ 20049] By: jhi on 2003/07/07 09:08:19 + Log: Linewrapping. + Branch: perl + ! pod/perlapio.pod +____________________________________________________________________________ +[ 20048] By: jhi on 2003/07/07 09:06:58 + Log: PerlIO_read() can return negative. + Branch: perl + ! ext/Digest/MD5/MD5.xs +____________________________________________________________________________ +[ 20043] By: jhi on 2003/07/07 04:36:22 + Log: Use the existence, instead of the truth, to decide + whether to scan for a symbol. + (Also remove trailing spaces.) + Branch: perl + ! ext/Time/HiRes/Makefile.PL +____________________________________________________________________________ +[ 20042] By: jhi on 2003/07/07 04:29:35 + Log: MPE/iX tweak from Mark Bixby. + Branch: perl + ! ext/Time/HiRes/Makefile.PL +____________________________________________________________________________ +[ 20041] By: rgs on 2003/07/06 21:45:37 + Log: Upgrade BigInt and BigRat + Subject: BigInt v1.65, Bigrat v0.10 - reloaded + From: Tels + Date: Sun, 6 Jul 2003 15:41:36 +0200 + Message-Id: <200307061158.23576@bloodgate.com> + Branch: perl + ! lib/Math/BigFloat.pm lib/Math/BigInt.pm + ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/biglog.t + ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigRat.pm + ! lib/Math/BigRat/t/bigrat.t lib/Math/BigRat/t/bigratpm.inc + ! lib/Math/BigRat/t/bigratpm.t +____________________________________________________________________________ +[ 20040] By: rgs on 2003/07/06 21:11:20 + Log: Subject: Re: [perl #5025] #line directive explination wrong + From: Casey West + Date: Sun, 6 Jul 2003 18:24:46 -0400 + Message-ID: <20030706222446.GL7506@geeknest.com> + Branch: perl + ! pod/perlsyn.pod +____________________________________________________________________________ +[ 20039] By: jhi on 2003/07/06 20:19:31 + Log: Update the CPAN mirrors list. + Branch: perl + ! pod/perlmodlib.PL pod/perlmodlib.pod +____________________________________________________________________________ +[ 20036] By: gsar on 2003/07/06 17:11:59 + Log: yet another symbol missing in change#20018 + Branch: perl + ! makedef.pl +____________________________________________________________________________ +[ 20035] By: gsar on 2003/07/06 17:02:21 + Log: PerlIOBase_pushed seems to have gone missing in change#20018 + Branch: perl + ! makedef.pl +____________________________________________________________________________ +[ 20034] By: jhi on 2003/07/06 16:46:20 + Log: Subject: [PATCH @19834] DProf fixes + From: Radu Greab + Date: Sun, 6 Jul 2003 20:09:12 +0300 + Message-ID: <16136.22456.99575.573777@ix.netsoft.ro> + Branch: perl + + t/lib/dprof/test7_t t/lib/dprof/test7_v t/lib/dprof/test8_t + + t/lib/dprof/test8_v + ! MANIFEST ext/Devel/DProf/DProf.pm ext/Devel/DProf/DProf.t + ! ext/Devel/DProf/DProf.xs perl.c pod/perldiag.pod + ! pod/perltodo.pod pod/perlvar.pod pp_ctl.c +____________________________________________________________________________ +[ 20032] By: jhi on 2003/07/06 16:21:33 + Log: Forgotten from change #20031. + Branch: perl + ! makedef.pl malloc_ctl.h +____________________________________________________________________________ +[ 20031] By: jhi on 2003/07/06 16:16:08 + Log: Subject: [PATCH] improve WinCE port + From: "Vadim Konovalov" + Date: Sun, 6 Jul 2003 18:46:09 +0400 + Message-ID: <001401c343cd$8069cd40$ce5ec3d9@vad> + + Subject: [PATCH] improve WinCE port -- addition + From: "Vadim Konovalov" + Date: Sun, 6 Jul 2003 19:50:47 +0400 + Message-ID: <000b01c343d6$7ff96920$5b5dc3d9@vad> + Branch: perl + + wince/perlhost.h wince/vdir.h wince/vmem.h + ! MANIFEST wince/Makefile.ce wince/config.ce wince/perllib.c + ! wince/win32.h wince/win32io.c wince/win32iop.h + ! wince/win32thread.c wince/win32thread.h wince/wince.c + ! wince/wince.h +____________________________________________________________________________ +[ 20030] By: jhi on 2003/07/06 15:59:25 + Log: Subject: [PATCH] for pod/perlfaq2.pod against latest snapshot for Alpaca + From: merlyn@stonehenge.com (Randal L. Schwartz) + Date: 05 Jul 2003 16:29:14 -0700 + Message-ID: <867k6weenp.fsf@blue.stonehenge.com> + Branch: perl + ! pod/perlfaq2.pod +____________________________________________________________________________ +[ 20026] By: jhi on 2003/07/06 08:14:48 + Log: FreeBSD: if someone *really* wants to use the system malloc. + Branch: perl + ! hints/freebsd.sh +____________________________________________________________________________ +[ 20025] By: jhi on 2003/07/06 07:48:01 + Log: Make the 'slow ok' feature optional. + Branch: perl + ! lib/Test/Harness.pm +____________________________________________________________________________ +[ 20024] By: jhi on 2003/07/06 07:44:57 + Log: The change #20022 didn't work for Command.t. + Branch: perl + ! lib/ExtUtils/t/Command.t +____________________________________________________________________________ +[ 20023] By: jhi on 2003/07/06 07:29:22 + Log: Subject: Re: maint @ 19975 [PATCH lib/Test/Harness.pm] + From: Michael G Schwern + Date: Sat, 5 Jul 2003 13:34:37 -0700 + Message-ID: <20030705203437.GB2598@windhund.schwern.org> + + Print out the "ok" messages only once every second, + this should make output much less and therefore testing + much faster, especially on slower connections. + Branch: perl + ! lib/Test/Harness.pm +____________________________________________________________________________ +[ 20022] By: jhi on 2003/07/06 07:26:52 + Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_07 + From: Michael G Schwern + Date: Sat, 5 Jul 2003 16:59:49 -0700 + Message-ID: <20030705235949.GB3485@windhund.schwern.org> + Branch: perl + ! lib/ExtUtils/Changes lib/ExtUtils/META.yml + ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm + ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker/FAQ.pod + ! lib/ExtUtils/t/Command.t +____________________________________________________________________________ +[ 20021] By: jhi on 2003/07/06 07:19:17 + Log: Reintroduce changes #19723 and #19723 that were not + in Net::Ping 2.31; needed for Windows. + Branch: perl + ! lib/Net/Ping/t/250_ping_hires.t lib/Net/Ping/t/450_service.t +____________________________________________________________________________ +[ 20020] By: jhi on 2003/07/05 19:12:21 + Log: Upgrade to Digest::MD5 2.25. + Branch: perl + + ext/Digest/MD5/t/clone.t + ! MANIFEST ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm + ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/badfile.t + ! ext/Digest/MD5/t/files.t +____________________________________________________________________________ +[ 20019] By: jhi on 2003/07/05 18:40:51 + Log: Make a read from a write-only fh to set errno + (found by Gisle) + Branch: perl + ! perlio.c +____________________________________________________________________________ +[ 20018] By: jhi on 2003/07/05 18:05:19 + Log: Add PerlIOBuf_close to makedef.pl as pointed out by + Vadim Konovalov; add also PerlIOBuf_dup; sort and remove + duplicates. + Branch: perl + ! makedef.pl +____________________________________________________________________________ +[ 20017] By: jhi on 2003/07/05 17:47:47 + Log: Subject: [PATCH] fix for ext/threads/t/problems.t failures + From: Dave Mitchell + Date: Sat, 5 Jul 2003 19:12:51 +0100 + Message-ID: <20030705181251.GA14502@fdgroup.com> + Branch: perl + ! ext/threads/t/problems.t +____________________________________________________________________________ +[ 20016] By: jhi on 2003/07/05 17:36:34 + Log: OpenBSD sometimes gets -0, probably due to fp fuzziness.. + Branch: perl + ! lib/Benchmark.t +____________________________________________________________________________ +[ 20012] By: jhi on 2003/07/05 13:46:05 + Log: Be explicit about the $0 pain in Linux 2.2. + Branch: perl + ! pod/perlvar.pod +____________________________________________________________________________ +[ 20010] By: rgs on 2003/07/05 12:06:41 + Log: Comment out some debugging output in Math::BigInt, that + causes confusion in t/TEST when running Math/BigInt/t/bare_mbi.t. + Branch: perl + ! lib/Math/BigInt.pm +____________________________________________________________________________ +[ 20009] By: jhi on 2003/07/05 10:56:55 + Log: The logic for additional randomisation for 64-bit UV + cases was wrong. + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 20008] By: jhi on 2003/07/05 09:10:46 + Log: IIRC gcc would complain about if (s = ...). + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 20007] By: jhi on 2003/07/05 09:09:44 + Log: Allow $ENV{PERL_HASH_SEED_DEBUG} to work even under taint; + since CGI scripts are (should be) run under -T, being able + to show the HASH_SEED in case of problems is good. + The $ENV{PERL_HASH_SEED} is still ignored under taint. + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 20006] By: jhi on 2003/07/05 07:56:56 + Log: Subject: [PATCH] MM_VMS.pm -- fix xs installation + From: "Craig A. Berry" + Date: Sat, 05 Jul 2003 00:38:28 -0500 + Message-ID: <3F066454.90003@mac.com> + Branch: perl + ! lib/ExtUtils/MM_VMS.pm +____________________________________________________________________________ +[ 20004] By: jhi on 2003/07/05 07:47:02 + Log: Subject: [PATCH] dump.c -Wformat; Re: maint @ 19975, maint @ 19997 + From: Robin Barker + Date: Fri, 4 Jul 2003 19:15:01 +0100 + Message-ID: <533D273D4014D411AB1D00062938C4D9040465BD@hotel.npl.co.uk> + Branch: perl + ! dump.c +____________________________________________________________________________ +[ 20003] By: rgs on 2003/07/05 07:45:16 + Log: Allow to create more than one Shell object : + Subject: [patch] Shell.pm fix + From: Stéphane Payrard + Date: Sat, 5 Jul 2003 01:16:50 +0200 + Message-ID: <20030704231650.GA19701@stefp.dyndns.org> + Branch: perl + ! lib/Shell.pm +____________________________________________________________________________ +[ 20002] By: rgs on 2003/07/04 21:49:05 + Log: Author list update (to be continued...) + Branch: perl + ! AUTHORS +____________________________________________________________________________ +[ 20001] By: rgs on 2003/07/04 21:42:12 + Log: Add a new test target in the makefile, test_harness_notty. + It's like test_harness, but sets HARNESS_NOTTY=1 to make + Test::Harness' output less blinking. + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 20000] By: rgs on 2003/07/04 20:58:05 + Log: Upgrade to Math::BigInt v1.65, Math::BigRat v0.10, + and bignum v0.14. + Branch: perl + + lib/Math/BigInt/t/biglog.t lib/Math/BigInt/t/req_mbf0.t + + lib/Math/BigInt/t/req_mbf1.t lib/Math/BigInt/t/req_mbfa.t + + lib/Math/BigInt/t/req_mbfi.t lib/Math/BigInt/t/req_mbfn.t + + lib/Math/BigInt/t/req_mbfw.t lib/Math/BigInt/t/trap.t + + lib/Math/BigInt/t/use_mbfw.t lib/Math/BigRat/t/bigratup.t + + lib/Math/BigRat/t/requirer.t lib/Math/BigRat/t/trap.t + ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm + ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t + ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bare_mif.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/bigints.t + ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/inf_nan.t + ! lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/mbimbf.inc + ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/require.t + ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t + ! lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/upgrade.inc + ! lib/Math/BigInt/t/upgrade.t lib/Math/BigInt/t/with_sub.t + ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigrat.t + ! lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t + ! lib/bigint.pm lib/bignum.pm lib/bignum/t/bigint.t + ! lib/bignum/t/bignum.t lib/bignum/t/bigrat.t + ! lib/bignum/t/biinfnan.t lib/bignum/t/bninfnan.t + ! lib/bignum/t/brinfnan.t lib/bigrat.pm + ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/BareCalc.pm + ! t/lib/Math/BigInt/Subclass.pm +____________________________________________________________________________ +[ 19999] By: rgs on 2003/07/04 19:39:01 + Log: Macro reorganization in the Makefile, so that $(LDLIBPTH) always + appears just before the name of the command to be run. See + + Subject: Re: PERL_SKIP_TTY_TEST fix + From: Alexey Tourbin + Date: Fri, 4 Jul 2003 17:25:34 +0400 + Message-ID: <20030704132534.GC1531@julia.office.altlinux.ru> + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 19998] By: rgs on 2003/07/04 19:31:33 + Log: Fix non-numeric $VERSION. + Branch: perl + ! lib/Math/BigInt.pm +____________________________________________________________________________ +[ 19995] By: jhi on 2003/07/04 14:36:56 + Log: According to Tels our M::BI is _better_ than the 1.64 in CPAN. + Branch: perl + ! lib/Math/BigInt.pm +____________________________________________________________________________ +[ 19994] By: jhi on 2003/07/04 14:36:17 + Log: More $0 sad tales. + Branch: perl + ! pod/perlvar.pod +____________________________________________________________________________ +[ 19993] By: jhi on 2003/07/04 14:34:40 + Log: Oops. + Branch: perl + ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t +____________________________________________________________________________ +[ 19990] By: jhi on 2003/07/04 13:50:29 + Log: Upgrade to PodParser 1.23; but do not update + t/pod/find.t or t/pod/testp2pt.pl since the + first one does not work at all under core, + and the second change would drop MacOS Classic + portability tweaks introduced by change #18669. + Branch: perl + ! lib/Pod/Find.pm lib/Pod/Usage.pm +____________________________________________________________________________ +[ 19989] By: jhi on 2003/07/04 13:20:51 + Log: Upgrade to Text::Balanced 1.94. + Branch: perl + ! lib/Text/Balanced.pm lib/Text/Balanced/Changes + ! lib/Text/Balanced/README lib/Text/Balanced/t/extcbk.t + ! lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t +____________________________________________________________________________ +[ 19988] By: jhi on 2003/07/04 13:17:22 + Log: Upgrade to Net::Ping 2.31. + Branch: perl + ! lib/Net/Ping.pm lib/Net/Ping/Changes + ! lib/Net/Ping/t/250_ping_hires.t + ! lib/Net/Ping/t/300_ping_stream.t lib/Net/Ping/t/450_service.t +____________________________________________________________________________ +[ 19987] By: jhi on 2003/07/04 13:09:04 + Log: Upgrade to Locale::Maketext 1.06. + Branch: perl + + lib/Locale/Maketext/Guts.pm lib/Locale/Maketext/GutsLoader.pm + + lib/Locale/Maketext/t/90utf8.t + ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog +____________________________________________________________________________ +[ 19986] By: jhi on 2003/07/04 12:59:45 + Log: Upgrade to Digest::MD5 2.24, with few extra tweaks: + (1) make the PATCHLEVEL logic as it is with List::Util + (more portable to older Perls) + (2) regen the MD5 checksums with ... + (3) ... the Mac OS Classic checksums generated via MacRoman + (just a guess) + (4) Keep the core Makefile.PL. + Branch: perl + ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm + ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t +____________________________________________________________________________ +[ 19985] By: jhi on 2003/07/04 12:43:10 + Log: Upgrade to CPAN 1.71. + Branch: perl + ! lib/CPAN.pm +____________________________________________________________________________ +[ 19984] By: jhi on 2003/07/04 12:39:20 + Log: Upgrade to CGI.pm 2.97. + Branch: perl + ! lib/CGI.pm lib/CGI/Carp.pm +____________________________________________________________________________ +[ 19982] By: jhi on 2003/07/04 10:45:05 + Log: No energy now to figure out what is wrong with $0 + (or ps) in Tru64. The test works fine when run from + command line. + Branch: perl + ! ext/threads/t/join.t +____________________________________________________________________________ +[ 19981] By: jhi on 2003/07/04 10:34:42 + Log: AUTHORS updates. + Branch: perl + ! AUTHORS +____________________________________________________________________________ +[ 19980] By: jhi on 2003/07/04 08:40:51 + Log: line_t is U32, not I32. + Branch: perl + ! bytecode.pl +____________________________________________________________________________ +[ 19979] By: jhi on 2003/07/04 08:33:32 + Log: Remove PL_earlytaint since the hash seed code + can be delayed until perl_parse(). + Branch: perl + ! dosish.h embedvar.h epoc/epocish.h mpeix/mpeixish.h + ! os2/os2ish.h perl.c perl.h perlapi.h perlvars.h + ! plan9/plan9ish.h unixish.h vms/vmsish.h +____________________________________________________________________________ +[ 19977] By: jhi on 2003/07/04 04:56:41 + Log: $0 is pain. + Branch: perl + ! ext/threads/t/join.t +____________________________________________________________________________ +[ 19976] By: jhi on 2003/07/04 04:48:37 + Log: Subject: [PATCH: perl@19956] switch vmspipe.com over to using local symbols instead of global + From: PPrymmer@factset.com + Date: Thu, 3 Jul 2003 23:59:51 -0400 + Message-ID: + Branch: perl + ! vms/vms.c vms/vmspipe.com +____________________________________________________________________________ +[ 19973] By: jhi on 2003/07/03 21:34:03 + Log: Bump Time::HiRes version to 1.50. + Branch: perl + ! ext/Time/HiRes/HiRes.pm +____________________________________________________________________________ +[ 19972] By: jhi on 2003/07/03 21:33:10 + Log: Subject: [PATCH] installperl -n + From: Slaven Rezic + Date: Fri, 4 Jul 2003 00:41:36 +0200 (CEST) + Message-Id: <200307032241.h63Mfaka041281@vran.herceg.de> + Branch: perl + ! installperl +____________________________________________________________________________ +[ 19971] By: jhi on 2003/07/03 21:31:47 + Log: Subject: [PATCH] t/op/magic.t on FreeBSD + From: Slaven Rezic + Date: Fri, 4 Jul 2003 00:35:51 +0200 (CEST) + Message-Id: <200307032235.h63MZpKY036791@vran.herceg.de> + Branch: perl + ! t/op/magic.t +____________________________________________________________________________ +[ 19969] By: jhi on 2003/07/03 21:27:11 + Log: Ask Schwern. + Branch: perl + - Porting/Modules + ! AUTHORS MANIFEST +____________________________________________________________________________ +[ 19967] By: jhi on 2003/07/03 19:02:40 + Log: Add autarch and Time::Local to Modules. + Branch: perl + ! Porting/Modules +____________________________________________________________________________ +[ 19966] By: jhi on 2003/07/03 18:59:44 + Log: Subject: Re: [PATCH] Bring Time::Local to 1.07 + From: Dave Rolsky + Date: Thu, 3 Jul 2003 14:35:56 -0500 (CDT) + Message-ID: + Branch: perl + ! lib/Time/Local.pm +____________________________________________________________________________ +[ 19965] By: jhi on 2003/07/03 18:58:25 + Log: Subject: [PATCH] Win32: fix WM_TIMER handling + From: Mattia Barbon + Date: Thu, 3 Jul 2003 16:05:23 +0200 (ora legale Europa occidentale) + Message-ID: + Branch: perl + ! win32/win32.c +____________________________________________________________________________ +[ 19964] By: jhi on 2003/07/03 18:56:26 + Log: Subject: Re: randomly untainting? + From: Rafael Garcia-Suarez + Date: Thu, 3 Jul 2003 17:35:09 +0200 + Message-Id: <20030703173509.0c007f0f.rgarciasuarez@free.fr> + Branch: perl + ! t/TestInit.pm +____________________________________________________________________________ +[ 19963] By: jhi on 2003/07/03 18:55:37 + Log: Revert #19957 as requested by Rafael. + Branch: perl + ! ext/List/Util/t/tainted.t +____________________________________________________________________________ +[ 19962] By: jhi on 2003/07/03 18:54:09 + Log: Add at least meager beginnings of assertion checks for + the UTF-8 length/pos cache. It's not as full as I would + like since the exact behaviour of the second half of the + cache, used in substr(), eludes me right now. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 19961] By: jhi on 2003/07/03 13:57:47 + Log: Extra light testing for the UTF-8 cache + (that it isn't broken, not that it helps). + Branch: perl + ! t/op/length.t +____________________________________________________________________________ +[ 19957] By: jhi on 2003/07/03 12:01:25 + Log: Subject: Re: randomly untainting? + From: Rafael Garcia-Suarez + Date: Thu, 3 Jul 2003 14:58:18 +0200 + Message-Id: <20030703145818.5bdd2873.rgarciasuarez@free.fr> + (plus extra debug printing) + Branch: perl + ! ext/List/Util/t/tainted.t +____________________________________________________________________________ +[ 19954] By: jhi on 2003/07/03 11:10:21 + Log: Subject: Re: maint @ 19923 + From: "Vadim Konovalov" + Date: Thu, 3 Jul 2003 15:57:55 +0400 + Message-ID: <048e01c3415b$da0fe510$7c5ec3d9@vad> + Branch: perl + ! wince/Makefile.ce wince/wince.c +____________________________________________________________________________ +[ 19952] By: jhi on 2003/07/03 10:56:45 + Log: Tiny tweak to perlartistic from Robin Barker. + Branch: perl + ! pod/perlartistic.pod +____________________________________________________________________________ +[ 19950] By: jhi on 2003/07/03 07:46:45 + Log: Mention Modules in AUTHORS. + Branch: perl + ! AUTHORS +____________________________________________________________________________ +[ 19949] By: jhi on 2003/07/03 06:58:01 + Log: No fancy binmode() if no perlio. + Branch: perl + ! ext/IO/lib/IO/t/io_sock.t +____________________________________________________________________________ +[ 19948] By: jhi on 2003/07/03 06:55:12 + Log: Underline the fact that XSLoader is not DynaLoader + ([perl #21974] dl_load_flags not honored by XSLoader) + Branch: perl + ! ext/DynaLoader/XSLoader_pm.PL +____________________________________________________________________________ +[ 19947] By: jhi on 2003/07/03 06:35:29 + Log: Apply Schwern's suggested warning code from + [perl #22209] Test::Harness::Straps vs. $Config{path_sep} + Branch: perl + ! lib/Test/Harness/Straps.pm +____________________________________________________________________________ +[ 19944] By: jhi on 2003/07/03 06:30:11 + Log: Subject: [PATCH] "without parens" vs "without parentheses" + From: Iain Truskett + Date: Thu, 3 Jul 2003 12:40:42 +1000 + Message-ID: <20030703024042.GI12380@ouroboros.anu.edu.au> + Branch: perl + ! t/lib/warnings/toke toke.c +____________________________________________________________________________ +[ 19943] By: jhi on 2003/07/03 06:27:18 + Log: Subject: [PATCH] Re: ext/List/Util/t/weak.t panic + From: Dave Mitchell + Date: Thu, 3 Jul 2003 01:32:11 +0100 + Message-ID: <20030703003211.GB3747@fdgroup.com> + Branch: perl + ! mg.c sv.c +____________________________________________________________________________ +[ 19942] By: jhi on 2003/07/03 06:25:30 + Log: Nicer options for Porting/Modules. + Branch: perl + ! MANIFEST Porting/Modules +____________________________________________________________________________ +[ 19941] By: rgs on 2003/07/02 21:38:19 + Log: Minor test adjustments : + - test name correction in op/concat.t by Yitzchak Scott-Thoennes + - prototypes added to some public functions in t/test.pl, + as suggested by Enache Adrian + Branch: perl + ! t/op/concat.t t/test.pl +____________________________________________________________________________ +[ 19940] By: rgs on 2003/07/02 20:58:19 + Log: Skip a socketpair test on SCO OSR + Branch: perl + ! ext/Socket/socketpair.t +____________________________________________________________________________ +[ 19939] By: jhi on 2003/07/02 20:10:47 + Log: Subject: [PATCH] various Deparse fixes + From: Dave Mitchell + Date: Wed, 2 Jul 2003 18:10:45 +0100 + Message-ID: <20030702171045.GF2137@fdgroup.com> + Branch: perl + ! ext/B/B/Concise.pm ext/B/B/Debug.pm ext/B/B/Deparse.pm + ! ext/B/defsubs_h.PL t/TEST t/op/ord.t +____________________________________________________________________________ +[ 19935] By: jhi on 2003/07/02 20:01:06 + Log: It would seem that in Linux 2.2 there is no way + we can do the right thing to make ps(1) see $0 + our way. Also amend the $0 documentation a bit. + Branch: perl + ! pod/perlvar.pod t/op/magic.t +____________________________________________________________________________ +[ 19934] By: jhi on 2003/07/02 19:39:11 + Log: Subject: [PATCH] line numbers are given % 64k + From: James Jurach + Date: Wed, 2 Jul 2003 13:31:05 -0500 + Message-ID: <20030702183105.GA4837@lebowski> + Branch: perl + ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c + ! handy.h pp_ctl.c scope.h +____________________________________________________________________________ +[ 19933] By: jhi on 2003/07/02 14:55:49 + Log: Subject: Re: maint @ 19923 + From: Ronald J Kimball + Date: Wed, 2 Jul 2003 11:43:05 -0400 + Message-ID: <20030702154304.GD206089@linguist.thayer.dartmouth.edu> + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 19932] By: jhi on 2003/07/02 14:29:42 + Log: Subject: Re: maint @ 19923 + From: Jim Cromie + Date: Wed, 02 Jul 2003 05:35:06 -0600 + Message-ID: <3F02C36A.9030704@divsol.com> + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 19931] By: jhi on 2003/07/02 11:34:49 + Log: Fix for [perl #22759 insufficient format string checking]; + using ewix makes no sense, assuming evix was intended, + no old tests fail; add the test case. + Branch: perl + ! sv.c t/op/sprintf.t +____________________________________________________________________________ +[ 19929] By: jhi on 2003/07/02 09:13:33 + Log: Better links. + Branch: perl + ! pod/perlipc.pod pod/perlrun.pod +____________________________________________________________________________ +[ 19928] By: jhi on 2003/07/02 08:58:26 + Log: Darwin: -Dprefix=$HOME/Perl tried to install to /Library. + Branch: perl + ! hints/darwin.sh +____________________________________________________________________________ +[ 19927] By: jhi on 2003/07/02 08:48:00 + Log: ...and getting the comma right, too. + Branch: perl + ! t/op/magic.t +____________________________________________________________________________ +[ 19926] By: jhi on 2003/07/02 08:46:18 + Log: Getting the whitespace right. + Branch: perl + ! t/op/magic.t +____________________________________________________________________________ +[ 19925] By: jhi on 2003/07/02 08:40:36 + Log: FreeBSD $0 dance. + Branch: perl + ! pod/perlvar.pod t/op/magic.t +____________________________________________________________________________ +[ 19924] By: jhi on 2003/07/02 08:17:31 + Log: Fix from Enache Adrian for the magic.t failure in + FreeBSD: setproctitle() cannot get rid of the " (perl)". + Branch: perl + ! t/op/magic.t +____________________________________________________________________________ +[ 19921] By: jhi on 2003/07/02 05:26:33 + Log: VMS: with this, 100% make test in Compaq C V6.5-001 + on OpenVMS Alpha V7.3-1, from Craig Berry. + Branch: perl + ! configure.com ext/Devel/DProf/DProf.t t/op/magic.t +____________________________________________________________________________ +[ 19920] By: jhi on 2003/07/02 05:21:23 + Log: Move the libgcc.a hack into a section for pre-1.6 NetBSD releases. + The latest releases of NetBSD don't require the hack. From + Johnny Lam. + Branch: perl + ! hints/netbsd.sh +____________________________________________________________________________ +[ 19918] By: jhi on 2003/07/01 20:02:33 + Log: Add a new utility, Porting/Modules. + Branch: perl + + Porting/Modules + ! MANIFEST +____________________________________________________________________________ +[ 19917] By: jhi on 2003/07/01 17:00:02 + Log: Subject: [PATCH] long C<=item>s in pod/perlunicode.pod + From: Robin Barker + Date: Tue, 1 Jul 2003 18:21:34 +0100 + Message-ID: <533D273D4014D411AB1D00062938C4D9040465A9@hotel.npl.co.uk> + + Subject: [PATCH] long C<=item>s in lib/CGI.pm + From: Robin Barker + Message-ID: <533D273D4014D411AB1D00062938C4D9040465AA@hotel.npl.co.uk> + Date: Tue, 1 Jul 2003 18:25:17 +0100 + + Subject: [PATCH] long <=item>s in lib/ExtUtils/MakeMaker/FAQ.pod + From: Robin Barker + Date: Tue, 1 Jul 2003 18:29:09 +0100 + Message-ID: <533D273D4014D411AB1D00062938C4D9040465AB@hotel.npl.co.uk> + Branch: perl + ! lib/CGI.pm lib/ExtUtils/MakeMaker/FAQ.pod pod/perlunicode.pod +____________________________________________________________________________ +[ 19916] By: jhi on 2003/07/01 16:51:31 + Log: Subject: [PATCH] B:: fixes + 'When were CVOPs gone ?' + From: Enache Adrian + Date: Tue, 1 Jul 2003 19:51:25 +0300 + Message-ID: <20030701165125.GA1521@ratsnest.hole> + Branch: perl + ! ext/B/B.pm ext/B/B.xs ext/B/B/Debug.pm ext/B/defsubs_h.PL + ! ext/B/typemap t/op/magic.t +____________________________________________________________________________ +[ 19915] By: jhi on 2003/07/01 16:22:09 + Log: Upgrade to Unicode::Normalize 0.23. + Branch: perl + ! ext/Unicode/Normalize/Changes + ! ext/Unicode/Normalize/Normalize.pm + ! ext/Unicode/Normalize/Normalize.xs +____________________________________________________________________________ +[ 19914] By: jhi on 2003/07/01 13:08:44 + Log: A naked values() caused shuffling of lib/Config.pm, + which in turn caused unnecessary rebuilds. + Branch: perl + ! configpm +____________________________________________________________________________ +[ 19913] By: jhi on 2003/07/01 13:01:10 + Log: Even more :utf8 socket testing, now in both directions. + Branch: perl + ! ext/IO/lib/IO/t/io_sock.t +____________________________________________________________________________ +[ 19912] By: jhi on 2003/07/01 12:44:32 + Log: One more test (does binmode()ing a socket succeed) + and add -w. + Branch: perl + ! ext/IO/lib/IO/t/io_sock.t +____________________________________________________________________________ +[ 19911] By: jhi on 2003/07/01 12:38:13 + Log: Tweak an existing IO test to test also the change #19910. + Branch: perl + ! ext/IO/lib/IO/t/io_sock.t +____________________________________________________________________________ +[ 19910] By: jhi on 2003/07/01 11:18:27 + Log: Integrate from perlio: + [ 19909] + binmode() should affect IoOFP() as well as IoIFP() if it is + distinct (e.g. sockets). + Branch: perl + !> pp_sys.c +____________________________________________________________________________ +[ 19906] By: jhi on 2003/07/01 08:03:17 + Log: Do the "aligned contiguous" check only if the arguments + look like aligned; re-introduce the "traditional contiguous" + checks with OS/2 special quirks and all. + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 19903] By: jhi on 2003/07/01 06:22:12 + Log: Switch on PERL_IMPLICIT_SYS, not on Win32. + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 19902] By: jhi on 2003/07/01 06:20:48 + Log: Regen Glossary et al. + Branch: perl + ! Porting/Glossary Porting/config.sh Porting/config_H +____________________________________________________________________________ +[ 19900] By: jhi on 2003/07/01 05:56:38 + Log: Regen Configure. + Branch: perl + ! Configure +____________________________________________________________________________ +[ 19899] By: jhi on 2003/07/01 05:56:14 + Log: More nanosleep removal. + Branch: perl + ! Cross/config.sh-arm-linux NetWare/config_H.wc epoc/config.sh + ! hints/vos.sh 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 wince/config.ce wince/config_H.ce +____________________________________________________________________________ +[ 19898] By: jhi on 2003/07/01 05:54:58 + Log: Rework Time::HiRes not to need HAS_NANOSLEEP from Configure. + Branch: perl + + ext/Time/HiRes/hints/dec_osf.pl + ! MANIFEST ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL + ! ext/Time/HiRes/hints/sco.pl +____________________________________________________________________________ +[ 19897] By: jhi on 2003/07/01 05:04:50 + Log: Subject: Re: Subject: Problems: 5.8.1, Solaris, Configure, sched_yield(), -lrt & -lposix4 + From: Alan Burlison + Date: Tue, 01 Jul 2003 00:03:24 +0100 + Message-ID: <3F00C1BC.3020103@sun.com> + Branch: perl + ! Configure Makefile.SH config_h.SH configure.com + ! hints/solaris_2.sh perl.h uconfig.h uconfig.sh +____________________________________________________________________________ +[ 19896] By: jhi on 2003/06/30 20:20:54 + Log: Integrate #19892, #19895 from perlio to compile and avoid + crashing on Win32. + Branch: perl + !> perl.c +____________________________________________________________________________ +[ 19890] By: jhi on 2003/06/30 08:41:51 + Log: int is not UV. + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 19889] By: jhi on 2003/06/30 08:36:38 + Log: The 'contiguous' test for argv[], envp[] was bogus + since those need not be in memory end-to-end, e.g. + in Tru64 they are aligned by eight. Loosen the test + so that 'contiguousness' is fulfilled if the elements + are within PTRSIZE alignment. This makes Tru64 to pass + the join.t, too. + Branch: perl + ! ext/threads/t/join.t mg.c perl.c +____________________________________________________________________________ +[ 19888] By: jhi on 2003/06/30 07:24:18 + Log: $0 doc tweakage. + Branch: perl + ! pod/perlvar.pod +____________________________________________________________________________ +[ 19887] By: jhi on 2003/06/30 07:20:58 + Log: $0 test tweaks from Andreas. + Branch: perl + ! ext/threads/t/join.t t/op/magic.t +____________________________________________________________________________ +[ 19886] By: rgs on 2003/06/29 19:18:43 + Log: Misc Pod Nits. + Branch: perl + ! ext/B/B.pm pod/perlrun.pod +____________________________________________________________________________ +[ 19885] By: jhi on 2003/06/29 15:49:52 + Log: Fix a faulty alias. + Branch: perl + ! ext/Encode/lib/Encode/Alias.pm +____________________________________________________________________________ +[ 19884] By: jhi on 2003/06/29 15:41:05 + Log: The joy of $0. Undoing the #16399 makes Andreas' + tests (see [perl #22811]) pass (yes, padding with space instead + of nul makes no sense, but that seems to work, maybe Linux does + some deep magic in ps(1)?); moving the PL_origalen computation + earlier makes also the threaded-first case fully pass. + + But in general modifying the argv[] is very non-portable. + (e.g. in Tru64 it seems to be limited to the size of the + original argv[0] since the argv[] are not contiguous?) + + Everybody should just have setproctitle(). + Branch: perl + ! mg.c perl.c pod/perlvar.pod +____________________________________________________________________________ +[ 19883] By: jhi on 2003/06/29 13:47:36 + Log: More on the macro debugging and expansion. + Branch: perl + ! pod/perlhack.pod +____________________________________________________________________________ +[ 19882] By: rgs on 2003/06/29 13:17:09 + Log: Perl_doing_taint must be public, for programs that embed perl + Branch: perl + ! embed.fnc embed.h global.sym +____________________________________________________________________________ +[ 19881] By: jhi on 2003/06/29 10:17:28 + Log: More coffee... + Branch: perl + ! lib/Test/Harness.pm +____________________________________________________________________________ +[ 19880] By: jhi on 2003/06/29 09:48:50 + Log: argc, argv. + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 19879] By: jhi on 2003/06/29 09:34:47 + Log: Another spot where a zero $test{$max} can make things go boom. + Branch: perl + ! lib/Test/Harness.pm +____________________________________________________________________________ +[ 19878] By: jhi on 2003/06/29 09:28:58 + Log: Move the PL_earlytaint initialization to the PERL_SYS_INIT() + as per suggestion from Sarathy. + Branch: perl + ! dosish.h epoc/epocish.h miniperlmain.c mpeix/mpeixish.h + ! os2/os2ish.h perl.h plan9/plan9ish.h unixish.h vms/vmsish.h +____________________________________________________________________________ +[ 19877] By: jhi on 2003/06/28 18:28:01 + Log: The #19842 is no more needed thanks to #19876, + and the #19842 was wrong anyway (it affected + only the threaded case.) + Branch: perl + ! hints/dec_osf.sh +____________________________________________________________________________ +[ 19876] By: jhi on 2003/06/28 18:24:46 + Log: Subject: Re: your malloc patches + From: Ilya Zakharevich + Date: Fri, 27 Jun 2003 06:54:06 -0700 + Message-ID: <20030627135406.GA8914@math.berkeley.edu> + + More malloc patches: now they seem to work even in Tru64. + Branch: perl + ! malloc.c +____________________________________________________________________________ +[ 19875] By: jhi on 2003/06/28 18:09:30 + Log: Duh. + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 19874] By: jhi on 2003/06/28 17:30:52 + Log: Retract #19867; the bug was really much simpler: + the < max must be <= max instead. + Branch: perl + ! hv.c +____________________________________________________________________________ +[ 19873] By: rgs on 2003/06/28 16:02:53 + Log: Using $1 without testing success of the regexp, bad. + Branch: perl + ! pod/perlretut.pod +____________________________________________________________________________ +[ 19872] By: rgs on 2003/06/28 16:01:08 + Log: Some clarification about the current semantics of CHECK and + INIT blocks. See bug [perl #22826]. + Branch: perl + ! pod/perlmod.pod +____________________________________________________________________________ +[ 19871] By: rgs on 2003/06/28 15:47:22 + Log: Subject: [Encode] pre-1.97 patches + From: Dan Kogai + Date: Sat, 28 Jun 2003 01:20:59 +0900 + Message-Id: <56D5BFEE-A8BB-11D7-9092-000393AE4244@dan.co.jp> + Branch: perl + ! ext/Encode/Changes ext/Encode/Encode.pm + ! ext/Encode/lib/Encode/Guess.pm +____________________________________________________________________________ +[ 19870] By: rgs on 2003/06/28 15:39:57 + Log: Two debugging patches. + The first allows to hold symbolic switches in $^D + and more generally fixes assignment to $^D. The + second one improves the information given by -Dl. + + Subject: [PATCH] allow $^D = "flags" + From: Dave Mitchell + Date: Fri, 27 Jun 2003 22:26:24 +0100 + Message-ID: <20030627212624.GB12887@fdgroup.com> + + Subject: [PATCH] make -Dl show more scope info + From: Dave Mitchell + Date: Fri, 27 Jun 2003 23:00:36 +0100 + Message-ID: <20030627220036.GC12887@fdgroup.com> + Branch: perl + ! cop.h embed.fnc embed.h mg.c perl.c perl.h pod/perlvar.pod + ! proto.h scope.h +____________________________________________________________________________ +[ 19869] By: rgs on 2003/06/28 14:39:40 + Log: Fix test count, by Abe Timmerman. + Branch: perl + ! t/comp/require.t +____________________________________________________________________________ +[ 19867] By: jhi on 2003/06/27 10:08:20 + Log: The two-for-loops is no more a valid way to walk through + a hash (this was the reason the Hash/Util.t intermittently + failed, the two-loop didn't find all the SVs of the HV). + Branch: perl + ! hv.c +____________________________________________________________________________ +[ 19866] By: jhi on 2003/06/27 08:54:16 + Log: Some warnings about the (im)proper uses of the hash randomisation. + Branch: perl + ! pod/perlsec.pod +____________________________________________________________________________ +[ 19865] By: jhi on 2003/06/27 08:40:45 + Log: atoi() doesn't cut the mustard if the PERL_HASH_SEED + is larger than INT_MAX (atoi() returns -1 in that case). + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 19864] By: jhi on 2003/06/27 08:18:47 + Log: Use the PL_earlytaint. (PL_earlytaint is a global, + not per-interp, since perl_construct() is not passed + the argc, argv, and therefore it can't set the per-interp + PL_tainting.) + Branch: perl + ! perl.c perl.h +____________________________________________________________________________ +[ 19863] By: jhi on 2003/06/27 08:15:11 + Log: Introduce (global) variable PL_earlytaint which + is set very early in main(), before perl_parse() + has been called and PL_tainting (or PL_taint_warn) + might have been set. + Branch: perl + ! embed.fnc embedvar.h miniperlmain.c perl.c perl.h perlapi.h + ! perlvars.h proto.h +____________________________________________________________________________ +[ 19862] By: jhi on 2003/06/27 07:39:58 + Log: Make doing_taint() always available (though not + part of the public API). + Branch: perl + ! embed.fnc embed.h perl.c proto.h +____________________________________________________________________________ +[ 19861] By: jhi on 2003/06/27 05:30:03 + Log: Do not obey PERL_HASH_SEED or PERL_HASH_SEED_DEBUG + if tainting-- but is this a good thing or a bad thing? + (At least it makes debugging lib/Hash/Util.t harder, + since it has, for no apparent good reason, -T: one must + make a copy of it without the -T.) + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 19860] By: jhi on 2003/06/27 05:02:14 + Log: Subject: Re: Change 19854: Bite the bullet and apply the hash randomisation patch. + From: Tim Bunce + Date: Thu, 26 Jun 2003 10:53:22 +0100 + Message-ID: <20030626095322.GE97463@dansat.data-plan.com> + Branch: perl + ! INSTALL +____________________________________________________________________________ +[ 19859] By: jhi on 2003/06/27 04:59:23 + Log: Hash/Util.t and Encode/t/Aliases.t seem to be having + random failures. To make these easier to reproduce, + add a variable, PERL_HASH_SEED_DEBUG, to display the + hash seed. E.g. in Debian/x86 Linux 3.0 PERL_HASH_SEED + of 82972356 makes the first one to fail. + Branch: perl + ! perl.c pod/perlrun.pod +____________________________________________________________________________ +[ 19858] By: rgs on 2003/06/26 20:21:53 + Log: perlhack update, by Steve Grazzini + about macro support in gdb and gcc. + Branch: perl + ! pod/perlhack.pod +____________________________________________________________________________ +[ 19854] By: jhi on 2003/06/26 05:32:02 + Log: Bite the bullet and apply the hash randomisation patch. + [perl #22371] Algorimic Complexity Attack on Perl 5.6.1, 5.8.0 + Branch: perl + ! INSTALL embedvar.h ext/Data/Dumper/Dumper.pm + ! ext/Data/Dumper/t/dumper.t hv.h intrpvar.h perl.c perl.h + ! perlapi.h pod/perlfunc.pod pod/perlrun.pod pod/perlsec.pod + ! sv.c +____________________________________________________________________________ +[ 19853] By: rgs on 2003/06/25 19:35:02 + Log: Subject: Re: P and V + From: "Philip Newton" + Date: Wed, 25 Jun 2003 17:50:22 +0200 + Message-ID: <3EF9E0DE.4786.16A6869@localhost> + Branch: perl + ! lib/Thread/Semaphore.pm +____________________________________________________________________________ +[ 19852] By: rgs on 2003/06/25 19:27:42 + Log: Enhance some macro robustness. + Branch: perl + ! opcode.h opcode.pl +____________________________________________________________________________ +[ 19851] By: rgs on 2003/06/25 19:25:47 + Log: Fix [perl #21742] : + require() should always be called in scalar context, + even when it's the last statement in an eval(""). + Branch: perl + ! pp_ctl.c t/comp/require.t +____________________________________________________________________________ +[ 19849] By: jhi on 2003/06/24 17:32:37 + Log: Subject: [PATCH] Re: [perl #22719] ISA cache problem with blessed stash objects + From: Dave Mitchell + Date: Tue, 24 Jun 2003 13:16:18 +0100 + Message-ID: <20030624121618.GC22675@fdgroup.com> + Branch: perl + ! sv.c t/op/ref.t +____________________________________________________________________________ +[ 19848] By: merijn on 2003/06/24 08:06:57 + Log: Subject: [PATCH] lib/Perldoc.pm patch for Cygwin Bleadperl + From: "Gerrit P. Haase" + Date: Tue, 24 Jun 2003 11:00:34 +0200 + Message-ID: <186930306740.20030624110034@familiehaase.de> + Branch: perl + ! lib/Pod/Perldoc.pm +____________________________________________________________________________ +[ 19847] By: jhi on 2003/06/24 04:52:42 + Log: Subject: [PATCH] version.pm up to date with CPAN + From: John Peacock + Date: Mon, 23 Jun 2003 21:58:18 -0400 + Message-ID: <3EF7B03A.2060705@rowman.com> + Branch: perl + ! lib/version.pm lib/version.t universal.c +____________________________________________________________________________ +[ 19846] By: rgs on 2003/06/23 20:52:26 + Log: Subject: [perlport.pod] code point of \cU + From: SADAHIRO Tomoyuki + Date: Tue, 24 Jun 2003 01:00:16 +0900 + Message-Id: <20030624004743.1237.BQW10602@nifty.com> + Branch: perl + ! pod/perlport.pod +____________________________________________________________________________ +[ 19845] By: jhi on 2003/06/23 04:55:39 + Log: Test tweaks for VMS from Craig Berry. + Branch: perl + ! lib/strict.t lib/warnings.t +____________________________________________________________________________ +[ 19843] By: jhi on 2003/06/22 17:00:10 + Log: Move the (pseudo)seed functio for (pseudo)random numbers to util.c. + Branch: perl + ! embed.fnc embed.h pp.c proto.h util.c +____________________________________________________________________________ +[ 19842] By: jhi on 2003/06/22 16:44:16 + Log: Until the Perl malloc problems in Tru64 are fixed. + Branch: perl + ! hints/dec_osf.sh +____________________________________________________________________________ +[ 19841] By: jhi on 2003/06/22 16:35:33 + Log: Subject: [PATCH] Re: Is it a Bug? ($c .= "5") . "6" + From: Enache Adrian + Date: Sat, 21 Jun 2003 03:19:31 +0300 + Message-ID: <20030621001931.GB1255@ratsnest.hole> + Branch: perl + ! op.c t/op/concat.t +____________________________________________________________________________ +[ 19840] By: jhi on 2003/06/22 16:33:25 + Log: Subject: [perl #22753] overload::StrVal() fails for regexp refs + From: "fergal@esatclear.ie (via RT)" + Date: 21 Jun 2003 19:02:30 -0000 + Message-ID: + Branch: perl + ! lib/overload.pm lib/overload.t +____________________________________________________________________________ +[ 19839] By: jhi on 2003/06/22 16:31:05 + Log: Subject: FileCache 1.03 broken on VMS -- possible patch + From: "Craig A. Berry" + Date: Sat, 21 Jun 2003 10:31:59 -0500 + Message-ID: <3EF47A6F.9060904@mac.com> + Branch: perl + ! lib/FileCache.pm lib/FileCache/t/01open.t + ! lib/FileCache/t/03append.t lib/FileCache/t/05override.t +____________________________________________________________________________ +[ 19838] By: jhi on 2003/06/22 16:16:01 + Log: Debian fix from Brendan O'Dea: + Adjust output to screen width. + (adjusted to probe for the stty command) + Branch: perl + ! utils/dprofpp.PL +____________________________________________________________________________ +[ 19837] By: jhi on 2003/06/22 15:56:45 + Log: Debian fix from Brendan O'Dea: + Use a temporary directory to avoid symlink attacks. + Specify -gstabs explicitly (not the default format for gcc 3.2). + Branch: perl + ! utils/c2ph.PL +____________________________________________________________________________ +[ 19836] By: jhi on 2003/06/22 15:55:13 + Log: Debian fix from Brendan O'Dea: + Bug#156284: the stucture used by pp_accept is too small to hold an + IPv6 address. + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 19835] By: jhi on 2003/06/22 15:46:50 + Log: For characters beyond the BMP the $bits will be undef, + which will cause utf8_heavy.pl noise (reported by Daniel Yacob, + analysis and fix from SADAHIRO Tomoyuki) + Branch: perl + ! lib/utf8_heavy.pl +____________________________________________________________________________ +[ 19834] By: jhi on 2003/06/20 08:42:58 + Log: Allow for things like -DFILL_CHECK_DEFAULT=0 (from Ilya). + Branch: perl + ! malloc.c +____________________________________________________________________________ +[ 19833] By: jhi on 2003/06/20 08:16:02 + Log: Don't do sprintf(). + Branch: perl + ! malloc.c +____________________________________________________________________________ +[ 19832] By: jhi on 2003/06/20 07:43:48 + Log: Show the source code location of an "assertion botch". + Branch: perl + ! malloc.c +____________________________________________________________________________ +[ 19831] By: jhi on 2003/06/20 07:31:11 + Log: More Perl malloc debugging magic from Ilya. Seems to work in + Linux, Solaris, AIX. Had to do #ifdef OS2 for the in + malloc.c, found in AIX since there is no such header. + In Tru64 miniperl fails an assert: "free()ed/realloc()ed-away + memory was overwritten?" + (In IRIX compiles but that doesn't prove much since in IRIX + Perl's malloc is simply not used.) + Branch: perl + + malloc_ctl.h + ! MANIFEST dosish.h epoc/epocish.h malloc.c os2/os2ish.h perl.c + ! perl.h plan9/plan9ish.h sv.c unixish.h vms/vmsish.h +____________________________________________________________________________ +[ 19830] By: jhi on 2003/06/20 06:02:21 + Log: Retract #19785 and #19756: JPL nowadays works without this + (verified by a true JPL user). + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 19827] By: jhi on 2003/06/19 20:18:31 + Log: Apparently this is needed for VMS (Craig Berry). + Branch: perl + ! lib/Tie/File.pm +____________________________________________________________________________ +[ 19824] By: jhi on 2003/06/19 15:11:48 + Log: Bump Time::HiRes to 1.49. + Branch: perl + ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm + ! ext/Time/HiRes/HiRes.xs +____________________________________________________________________________ +[ 19822] By: jhi on 2003/06/19 14:49:37 + Log: This change chunk doesn't work well with blead. + Branch: perl + ! lib/ExtUtils/t/Command.t +____________________________________________________________________________ +[ 19821] By: jhi on 2003/06/19 14:27:52 + Log: A tweak from Alan Burlison for MM 6.10_07 that makes Solaris + make happy. + Branch: perl + ! lib/ExtUtils/MM_Unix.pm +____________________________________________________________________________ +[ 19820] By: jhi on 2003/06/19 14:25:53 + Log: Upgrade to MakeMaker 6.10_07 (from makemaker.org snapshot + as of 2003-06-19 18:39 EET). + Branch: perl + ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_OS2.pm + ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm + ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/Command.t + ! lib/ExtUtils/t/MM_OS2.t lib/ExtUtils/t/MM_Unix.t +____________________________________________________________________________ +[ 19819] By: jhi on 2003/06/19 14:08:13 + Log: Subject: [PATCH] Re: [perl #17934] tied STDERR and internal warnings + From: grazz@pobox.com (Steve Grazzini) + Date: Wed, 18 Jun 2003 19:42:37 -0400 + Message-ID: <20030618234237.GA6267@grazzini.net> + Branch: perl + ! embed.fnc embed.h pod/perltie.pod pp_ctl.c proto.h + ! t/op/runlevel.t t/op/tiehandle.t util.c +____________________________________________________________________________ +[ 19818] By: jhi on 2003/06/19 13:57:55 + Log: Subject: [PATCH -current] email address correction + Date: Thu, 19 Jun 2003 02:19:31 -0700 + Message-ID: + From: rs@crystalflame.net (Richard Soderberg) + Branch: perl + ! ext/threads/threads.pm +____________________________________________________________________________ +[ 19816] By: jhi on 2003/06/19 05:02:22 + Log: MPE/iX gets serious indigestion on w-packed infinities. + Branch: perl + ! t/op/pack.t +____________________________________________________________________________ +[ 19815] By: rgs on 2003/06/18 20:47:47 + Log: A bunch of minor changes to perlguts.pod. + Branch: perl + ! pod/perlguts.pod +____________________________________________________________________________ +[ 19814] By: jhi on 2003/06/18 19:19:38 + Log: Subject: Re: [perl #22727] split() with re_eval segfaults/panics + From: Enache Adrian + Date: Wed, 18 Jun 2003 23:00:43 +0300 + Message-ID: <20030618200043.GA1249@ratsnest.hole> + Branch: perl + ! pp.c regexec.c t/op/pat.t +____________________________________________________________________________ +[ 19813] By: jhi on 2003/06/18 17:31:50 + Log: Upgrade to Tie::File 0.97. + Branch: perl + ! lib/Tie/File.pm lib/Tie/File/t/00_version.t + ! lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/28_mtwrite.t + ! lib/Tie/File/t/29_downcopy.t +____________________________________________________________________________ +[ 19812] By: gbarr on 2003/06/18 16:41:31 + Log: Sync with libnet 1.16 + Branch: perl + ! lib/Net/ChangeLog.libnet lib/Net/FTP.pm +____________________________________________________________________________ +[ 19811] By: jhi on 2003/06/18 12:11:07 + Log: Subject: Encode] 1.96 Released + From: Dan Kogai + Date: Wed, 18 Jun 2003 19:09:11 +0900 + Message-Id: + Branch: perl + ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs + ! ext/Encode/META.yml ext/Encode/Unicode/Unicode.pm + ! ext/Encode/Unicode/Unicode.xs ext/Encode/bin/piconv + ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Encoding.pm + ! ext/Encode/lib/Encode/JP/JIS7.pm ext/Encode/t/Unicode.t + ! ext/Encode/t/guess.t +____________________________________________________________________________ +[ 19810] By: jhi on 2003/06/18 09:20:43 + Log: Oops in change #19809. + Branch: perl + ! ext/POSIX/POSIX.xs +____________________________________________________________________________ +[ 19809] By: jhi on 2003/06/18 09:08:47 + Log: If the first argument of sigaction() was a string, not a number + (or a SIGXXX 'constant') one got first (if using -w) 'Argument "FOO" + isn't numeric in subroutine entry ...' but after that one got + (depending on the OS) either a coredump (because of trying to + assign to *0 in mg_get) or a hang (because of the sigprocmask() + blocking signals inside POSIX::sigaction, a nasty hang since + one obviously cannot interrupt it...only SIGKILL works). + In older Perls (tried with 5.6.1) one got 'No such signal: SIGZERO ...' + because of the string becoming zero due to the XS typemap magic. + Resolved by making the POSIX::sigaction to try harder to figure + out a valid signal number (one still gets the warning, though), + and returning undef if no sense can be made. + Branch: perl + ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs ext/POSIX/t/sigaction.t +____________________________________________________________________________ +[ 19808] By: rgs on 2003/06/17 21:10:06 + Log: Some docs for the assertions. + Branch: perl + ! lib/assertions.pm lib/assertions/activate.pm + ! pod/perllexwarn.pod pod/perlrun.pod t/run/switch_A.t +____________________________________________________________________________ +[ 19806] By: jhi on 2003/06/17 18:12:26 + Log: io_dir.t tweak from Craig Berry. + Branch: perl + ! ext/IO/lib/IO/t/io_dir.t +____________________________________________________________________________ +[ 19805] By: jhi on 2003/06/17 16:47:06 + Log: Subject: /ext/DynaLoader/dl_dyld.xs + From: "Peter O'Gorman" + Date: Tue, 17 Jun 2003 23:45:47 +0900 + Message-Id: <619B6B53-A0D2-11D7-BAF7-003065F6C222@pogma.com> + + No need to see dlclose() and dlsym() outside the dl_dyld.xs + (Mac OS X, NeXT), and seeing them is harmful for libdlcompat + of OpenDarwin. + Branch: perl + ! ext/DynaLoader/dl_dyld.xs +____________________________________________________________________________ +[ 19804] By: jhi on 2003/06/17 13:12:21 + Log: Subject: DOCPATCH Re: $1 remains uncleared for failed matches + From: david nicol + Date: 16 Jun 2003 20:35:24 -0500 + Message-Id: <1055813724.1580.19.camel@plaza.davidnicol.com> + + Subject: Re: DOCPATCH Re: $1 remains uncleared for failed matches + From: Ronald J Kimball + Date: Tue, 17 Jun 2003 00:12:04 -0400 + Message-ID: <20030617041204.GA34960@linguist.thayer.dartmouth.edu> + Branch: perl + ! pod/perlre.pod pod/perltrap.pod +____________________________________________________________________________ +[ 19802] By: jhi on 2003/06/17 04:51:33 + Log: UNICOS: try papering over the Configure symbol scan problems + by disavowing any knowledge of dynaloading. + Branch: perl + ! hints/unicos.sh +____________________________________________________________________________ +[ 19801] By: rgs on 2003/06/16 22:47:28 + Log: Revert change #19126, a poor attempt at fixing bug #21742. + The test for #21742 is marked as TODO. + Plus new regression tests from : + + Subject: [perl #22708] void context in string eval is broken + From: "Marcus Holland-Moritz" (via RT) + Date: 15 Jun 2003 23:09:03 -0000 + Message-ID: + Branch: perl + ! pp_ctl.c t/comp/require.t t/op/eval.t +____________________________________________________________________________ +[ 19800] By: rgs on 2003/06/16 21:14:26 + Log: Subject: [PATCH] unnecessary stringification in eval/die + From: Steve Grazzini + Date: 15 Jun 2003 21:02:26 -0000 + Message-ID: <20030615210226.56430.qmail@onion.perl.org> + (See also + in c.l.p.misc and bug #17763) + Branch: perl + ! pod/perlfunc.pod pp_ctl.c +____________________________________________________________________________ +[ 19799] By: rgs on 2003/06/16 20:15:28 + Log: Subject: [perl #22622] Bogus error codes from File::Copy::move + From: "Amick, Eric" (via RT) + Date: 9 Jun 2003 15:48:09 -0000 + Message-ID: + Branch: perl + ! lib/File/Copy.pm +____________________________________________________________________________ +[ 19798] By: jhi on 2003/06/16 12:26:29 + Log: And even more glibc fcntl constants, this time mostly F_XXX. + Be more conservative and use @EXPORT_OK instead of @EXPORT. + Branch: perl + ! ext/Fcntl/Fcntl.pm ext/Fcntl/Makefile.PL +____________________________________________________________________________ +[ 19797] By: jhi on 2003/06/16 08:05:11 + Log: Even more glibc O_ modes. + Branch: perl + ! ext/Fcntl/Fcntl.pm ext/Fcntl/Makefile.PL +____________________________________________________________________________ +[ 19796] By: jhi on 2003/06/16 07:59:26 + Log: Add O_NOATIME. + Branch: perl + ! ext/Fcntl/Fcntl.pm ext/Fcntl/Makefile.PL +____________________________________________________________________________ +[ 19795] By: jhi on 2003/06/16 06:51:19 + Log: Instead of fancy condvar footwork do a simple join, + as suggested by Arthur. + Branch: perl + ! ext/threads/shared/t/hv_refs.t +____________________________________________________________________________ +[ 19794] By: rgs on 2003/06/15 21:01:18 + Log: Rename again the warning about $* being no longer supported + (and update perldiag this time!) + Branch: perl + ! gv.c pod/perldiag.pod t/lib/warnings/gv +____________________________________________________________________________ +[ 19793] By: rgs on 2003/06/15 19:47:21 + Log: Remove all magic in untie() + + Subject: Re: untie from within FETCH/STORE not working under 5.8.0 (fwd) + From: Aaron J Mackey + Date: Fri, 13 Jun 2003 08:22:05 -0400 (EDT) + Message-ID: + (plus a test case) + Branch: perl + ! pp_sys.c t/op/tie.t +____________________________________________________________________________ +[ 19790] By: jhi on 2003/06/15 17:22:08 + Log: Start using Perl malloc in FreeBSD since the system malloc + is reaaally slooow for Perl. + + Subject: FreeBSD 5.1 vs. -Uusemymalloc + From: Dan Kogai + Date: Mon, 16 Jun 2003 01:48:49 +0900 + Message-Id: <3CE9B94D-9F51-11D7-AF50-000393AE4244@dan.co.jp> + Branch: perl + ! hints/freebsd.sh +____________________________________________________________________________ +[ 19789] By: jhi on 2003/06/15 17:08:02 + Log: Subject: [PATCH 5.8.1 @19774] OS2 patches + From: Ilya Zakharevich + Date: Sat, 14 Jun 2003 17:49:57 -0700 + Message-ID: <20030615004956.GA28272@math.berkeley.edu> + Branch: perl + + os2/OS2/typemap os2/perlrexx.cmd + - os2/OS2/PrfDB/typemap + ! MANIFEST doio.c emacs/ptags ext/Time/HiRes/Makefile.PL handy.h + ! hints/os2.sh lib/ExtUtils/t/MM_OS2.t makedef.pl + ! os2/OS2/Process/Makefile.PL os2/OS2/Process/Process.pm + ! os2/OS2/Process/Process.xs os2/OS2/REXX/DLL/DLL.pm + ! os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/t/rx_emxrv.t + ! os2/OS2/REXX/t/rx_objcall.t os2/dl_os2.c os2/os2.c + ! os2/os2ish.h pp_sys.c utils/h2xs.PL +____________________________________________________________________________ +[ 19788] By: jhi on 2003/06/15 15:05:40 + Log: Reindent a section of the file. + Branch: perl + ! universal.c +____________________________________________________________________________ +[ 19787] By: jhi on 2003/06/15 15:01:26 + Log: Unused variable. + Branch: perl + ! universal.c +____________________________________________________________________________ +[ 19786] By: jhi on 2003/06/15 07:41:23 + Log: Subject: Re: [PATCH: sv.c] strchr() running amok in sv_vcatpvfn() + From: "Marcus Holland-Moritz" + Date: Sun, 15 Jun 2003 10:48:40 +0200 + Message-ID: <004a01c3331a$ec001320$3445eed9@R2D2> + Branch: perl + ! embed.fnc embed.h proto.h sv.c +____________________________________________________________________________ +[ 19785] By: jhi on 2003/06/15 07:37:02 + Log: Most often unused variables. + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 19784] By: rgs on 2003/06/14 20:08:52 + Log: Rename the warning about $* being removed, + as suggested by Dave Mitchell + Branch: perl + ! gv.c t/lib/warnings/gv +____________________________________________________________________________ +[ 19783] By: jhi on 2003/06/14 16:30:23 + Log: The FileCache 1.03 tests from belg4mit. + Branch: perl + + lib/FileCache/t/01open.t lib/FileCache/t/02maxopen.t + + lib/FileCache/t/03append.t lib/FileCache/t/04twoarg.t + + lib/FileCache/t/05override.t + - lib/FileCache.t + ! MANIFEST +____________________________________________________________________________ +[ 19782] By: jhi on 2003/06/14 13:45:01 + Log: Mention the Unicode::Regex::Set module. + Branch: perl + ! pod/perlunicode.pod +____________________________________________________________________________ +[ 19781] By: jhi on 2003/06/14 13:39:45 + Log: Followup on #19779: make the helper function static, + and rename it for paranoia reasons. + Branch: perl + ! embed.fnc embed.h proto.h sv.c +____________________________________________________________________________ +[ 19779] By: jhi on 2003/06/14 13:13:34 + Log: Subject: [PATCH: sv.c] strchr() running amok in sv_vcatpvfn() + From: "Marcus Holland-Moritz" + Date: Sat, 14 Jun 2003 12:51:31 +0200 + Message-ID: <041901c33262$eac8ae30$f248eed9@R2D2> + + (choosing the safe alternative) + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 19778] By: jhi on 2003/06/14 09:28:01 + Log: Exercise the utf8:: "internal" functions. + Branch: perl + ! lib/utf8.pm lib/utf8.t +____________________________________________________________________________ +[ 19777] By: jhi on 2003/06/14 09:05:07 + Log: Having to pull in the whole Encode just to get SvUTF8() + is a bit too much: introduce utf8::is_utf8(). + Branch: perl + ! lib/utf8.pm pod/perluniintro.pod universal.c +____________________________________________________________________________ +[ 19776] By: jhi on 2003/06/14 08:56:11 + Log: Slight tweaks on the length() and chr() entries, + passing-by rewrapping on the rmdir entry. + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 19775] By: jhi on 2003/06/14 08:50:16 + Log: test.pl-ify and add a couple of tests. + Branch: perl + ! lib/bytes.t +____________________________________________________________________________ +[ 19773] By: jhi on 2003/06/14 08:05:01 + Log: Slight reorg of the binmode() entry. + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 19772] By: jhi on 2003/06/14 07:07:38 + Log: Illegal cpp. + Branch: perl + ! util.c +____________________________________________________________________________ +[ 19770] By: jhi on 2003/06/14 04:36:18 + Log: Subject: Re: FileCache + From: belg4mit + Date: Sat, 14 Jun 2003 01:35:05 -0400 + Message-ID: <3EEAB409.7B4C21EA@mit.edu> + + FileCache 1.03. + Branch: perl + ! lib/FileCache.pm +____________________________________________________________________________ +[ 19769] By: rgs on 2003/06/13 19:17:50 + Log: Remove the deprecated $* variable. + Incidentally, this fixes bug #22354, about unwanted + action-at-distance of the /m regexp modifier. + Add a new warning to advertise this fact. + Branch: perl + ! gv.c lib/English.pm mg.c pod/perldelta.pod pod/perldiag.pod + ! pod/perlre.pod pod/perlvar.pod pp.c pp_hot.c t/lib/warnings/gv + ! t/op/pat.t t/op/study.t +____________________________________________________________________________ +[ 19768] By: jhi on 2003/06/13 17:08:45 + Log: Encode simply needs more work on EBCDIC. + Branch: perl + ! ext/Encode/t/Unicode.t +____________________________________________________________________________ +[ 19767] By: jhi on 2003/06/13 17:05:01 + Log: Redundancy removal from Brian De Pradine; + both the forms, pthread_mutexattr_settype() and + pthread_mutexattr_setkind_np(), exist on z/OS. + Branch: perl + ! thread.h +____________________________________________________________________________ +[ 19766] By: jhi on 2003/06/13 17:02:57 + Log: Somehow MPE/iX managed to get + "18/0Illegal division by zero at ../lib/Test/Harness.pm line 921." + Branch: perl + ! lib/Test/Harness.pm +____________________________________________________________________________ +[ 19765] By: jhi on 2003/06/13 14:36:18 + Log: Subject: [PATCH] Re: [perl #18849] fork/system bug on FreeBSD + From: alan + Date: Wed, 11 Jun 2003 14:07:00 -0400 (EDT) + Message-ID: + + (the first alternative) + Branch: perl + ! util.c +____________________________________________________________________________ +[ 19764] By: jhi on 2003/06/13 14:33:51 + Log: Apparently the __APPLE__ cpp symbol is not Officially Sanctioned + way of detecting Darwin/Mac OS X; instead it is recommended to + detect the OS at a higher level and pass the information manually + down to the application, using e.g. a -Ddefinition. + Branch: perl + ! hints/darwin.sh perl.h x2p/util.c +____________________________________________________________________________ +[ 19763] By: jhi on 2003/06/13 14:12:13 + Log: Define a cpp symbol, BSDish, if that looks appropriate. + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 19760] By: jhi on 2003/06/13 12:00:06 + Log: Even more tweakage on symbol scanning from Alan Burlison. + Branch: perl + ! Configure +____________________________________________________________________________ +[ 19758] By: gbarr on 2003/06/13 07:01:11 + Log: Sync with libnet 1.15 + Branch: perl + ! lib/Net/ChangeLog.libnet lib/Net/FTP.pm +____________________________________________________________________________ +[ 19756] By: jhi on 2003/06/13 05:09:17 + Log: The changes #8803 and #8896 that fixed JPL for use with + JDK 1.2/1.3 had somehow disappeared. + Branch: perl + ! perl.c perl.h +____________________________________________________________________________ +[ 19752] By: rgs on 2003/06/12 20:49:25 + Log: Add a new warning, "Newline in left-justified string for printf/sprintf" + to be issued if the string to be left-justified by s?printf contains + a newline. + + Subject: [PATCH] RE: [perl #22599] Strange behaviour when combining foreac h and printf + From: Robin Barker + Date: Wed, 11 Jun 2003 18:10:14 +0100 + Message-ID: <533D273D4014D411AB1D00062938C4D904046571@hotel.npl.co.uk> + Branch: perl + ! pod/perldiag.pod sv.c t/lib/warnings/sv +____________________________________________________________________________ +[ 19751] By: rgs on 2003/06/12 20:25:41 + Log: Patch for a warning emitted twice, from : + Subject: [PATCH: perl@19733] "perldoc -f -X" + "extra warning from -T" + From: Steve Grazzini + Date: Wed, 11 Jun 2003 00:46:47 -0400 + Message-ID: <20030611044647.GA16696@grazzini.net> + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 19750] By: sky on 2003/06/12 15:03:55 + Log: In free we want to destroy, not init, thanks to Tim Bunce for + detecting this. Should hopefully fix memory leak on Tru64 + Branch: perl + ! ext/threads/shared/shared.xs +____________________________________________________________________________ +[ 19749] By: jhi on 2003/06/12 13:27:44 + Log: More perlio ->Open paranoia. Set errno to EINVAL if there's + no ->Open, not if ->Open returns NULL. + Branch: perl + ! perlio.c +____________________________________________________________________________ +[ 19748] By: jhi on 2003/06/12 11:32:44 + Log: Further perlio doc tweaks. + Branch: perl + ! lib/PerlIO.pm pod/perlrun.pod +____________________________________________________________________________ +[ 19747] By: jhi on 2003/06/12 11:25:19 + Log: Slightly amended version of the proposed patch for + "[perl #22390] export PERLIO=bytes segfaults"; + the amendment is to set errno. + TODO: we really should not get here if the layer + stack is corrupt or non-sensical (like "bytes"). + Branch: perl + ! perlio.c +____________________________________________________________________________ +[ 19746] By: sky on 2003/06/12 08:37:39 + Log: Be polite and destroy the mutexes and conditions we use! + Branch: perl + ! ext/threads/shared/shared.xs +____________________________________________________________________________ +[ 19744] By: rgs on 2003/06/11 20:49:04 + Log: Subject: Re: [PATCH] Annoyingly unhelpful messages from lib/File/Temp/t/security.t + From: Andy Dougherty + Date: Wed, 11 Jun 2003 12:57:58 -0400 (EDT) + Message-ID: + Branch: perl + ! lib/File/Temp/t/security.t +____________________________________________________________________________ +[ 19742] By: jhi on 2003/06/11 18:28:12 + Log: Subject: [PATCH] Configure -Dnoextensions would not accept a list + From: Andy Dougherty + Date: Wed, 11 Jun 2003 13:35:26 -0400 (EDT) + Message-ID: + Branch: perl + ! Configure +____________________________________________________________________________ +[ 19741] By: merijn on 2003/06/11 14:06:49 + Log: Subject: [PATCH: perl@19733] fix vmsish.t #25 by letting $0 find itself in the face of chdir() calls + From: PPrymmer@factset.com + Date: Wed, 11 Jun 2003 09:00:34 -0400 + Message-ID: + Branch: perl + ! lib/vmsish.t +____________________________________________________________________________ +[ 19740] By: jhi on 2003/06/11 13:29:59 + Log: Doc nit. + Branch: perl + ! INSTALL +____________________________________________________________________________ +[ 19739] By: jhi on 2003/06/11 05:30:53 + Log: Integrate from maint: + [ 19738] + Subject: Re: [PATCH: maint @ 19733] CL compiler warnings on MSWin32 + From: "Marcus Holland-Moritz" + Date: Tue, 10 Jun 2003 22:10:47 +0200 + Message-ID: <011701c32f8c$62d85ee0$0c2f1fac@R2D2> + Branch: perl + !> ext/Encode/encengine.c ext/List/Util/Util.xs + !> ext/POSIX/POSIX.xs ext/Storable/Storable.xs + !> ext/Thread/Thread.xs ext/threads/threads.xs op.c perl.c pp.h + !> sv.c +____________________________________________________________________________ +[ 19735] By: jhi on 2003/06/10 05:27:33 + Log: Upgrade to Unicode::Normalize 0.22. + Branch: perl + ! ext/Unicode/Normalize/Changes + ! ext/Unicode/Normalize/Makefile.PL + ! ext/Unicode/Normalize/Normalize.pm + ! ext/Unicode/Normalize/Normalize.xs + ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader + ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t + ! ext/Unicode/Normalize/t/test.t +____________________________________________________________________________ +[ 19734] By: jhi on 2003/06/10 05:14:18 + Log: Upgrade to Unicode::Collate 0.25. + Branch: perl + ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes + ! lib/Unicode/Collate/README lib/Unicode/Collate/t/index.t + ! lib/Unicode/Collate/t/test.t +____________________________________________________________________________ +[ 19731] By: jhi on 2003/06/09 20:48:14 + Log: On a real multicpu box the child thread could still be running + when the parent thread was already testing. + Branch: perl + ! ext/threads/shared/t/hv_refs.t +____________________________________________________________________________ +[ 19730] By: rgs on 2003/06/09 19:56:29 + Log: Subject: [PATCH] Annoyingly unhelpful messages from lib/File/Temp/t/security.t + From: Andy Dougherty + Date: Mon, 9 Jun 2003 14:45:38 -0400 (EDT) + Message-ID: + Branch: perl + ! INSTALL +____________________________________________________________________________ +[ 19729] By: rgs on 2003/06/09 19:13:16 + Log: Subject: [PATCH] Re: nitpick with \(0..2) + From: Steve Grazzini + Date: Fri, 6 Jun 2003 01:42:59 -0400 + Message-ID: <20030606054259.GA30249@grazzini.net> + Branch: perl + ! op.c pod/perlop.pod t/op/ref.t +____________________________________________________________________________ +[ 19726] By: jhi on 2003/06/09 18:45:00 + Log: Possible fix for the problems in EBCDIC from Sadahiro Tomoyuki. + Branch: perl + ! ext/Unicode/Normalize/Normalize.pm +____________________________________________________________________________ +[ 19725] By: rgs on 2003/06/09 18:33:50 + Log: In the debugger, flush stdout/stderr before the prompt is printed + Subject: Re: [PATCH] Perlbug #15228 + From: Alex Vandiver + Date: 04 Jun 2003 04:50:10 -0400 + Message-Id: <1054716610.21402.45.camel@supox> + Branch: perl + ! lib/perl5db.pl +____________________________________________________________________________ +[ 19724] By: gsar on 2003/06/09 18:17:42 + Log: mark 450_service.t#18 as a todo test on windows + Branch: perl + ! lib/Net/Ping/t/450_service.t +____________________________________________________________________________ +[ 19723] By: gsar on 2003/06/09 18:00:57 + Log: one of the Net::Ping time-dependent tests fails sporadically + when the response from localhost is "too quick" + Branch: perl + ! lib/Net/Ping/t/250_ping_hires.t +____________________________________________________________________________ +[ 19721] By: jhi on 2003/06/09 17:04:50 + Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_06 (plus FAQ update) + From: Michael G Schwern + Date: Sat, 7 Jun 2003 01:16:32 -0700 + Message-ID: <20030607081632.GA16228@windhund.schwern.org> + Branch: perl + ! lib/ExtUtils/Changes lib/ExtUtils/META.yml + ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MakeMaker/FAQ.pod + ! lib/ExtUtils/t/Liblist.t +____________________________________________________________________________ +[ 19720] By: gsar on 2003/06/09 15:59:52 + Log: fix for perlio.t failures on windows (from Dan Kogai) + Branch: perl + ! ext/Encode/t/perlio.t +____________________________________________________________________________ +[ 19719] By: jhi on 2003/06/09 15:28:18 + Log: Subject: [PATCH: perl@19683] fix ups for perlivp on VMS plus more symbols for utils + From: PPrymmer@factset.com + Date: Mon, 9 Jun 2003 09:57:43 -0400 + Message-ID: + Branch: perl + ! configure.com utils/perlivp.PL +____________________________________________________________________________ +[ 19717] By: gsar on 2003/06/09 14:09:55 + Log: windows: fix memory leak in %ENV handling (shows up as a + leak even in the simplest fork() loop, because perl_construct() + now does the equivalent of %ENV assignments using mg_set()) + Branch: perl + ! win32/perlhost.h +____________________________________________________________________________ +[ 19715] By: sky on 2003/06/09 09:35:47 + Log: Support blessed shared references. + Branch: perl + ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs + ! ext/threads/shared/t/hv_refs.t +____________________________________________________________________________ +[ 19714] By: jhi on 2003/06/09 04:29:04 + Log: Subject: [PATCH] pack.t tweak for non-IEEE VMS systems + From: "Craig A. Berry" + Date: Sun, 08 Jun 2003 16:49:43 -0500 + Message-ID: <3EE3AF77.7060302@mac.com> + Branch: perl + ! t/op/pack.t +____________________________________________________________________________ +[ 19712] By: jhi on 2003/06/08 17:05:59 + Log: Subject: Re: forwarded you a test result + From: Dan Kogai + Date: Sun, 8 Jun 2003 11:04:43 +0900 + Message-Id: <92344ED4-9955-11D7-8DFA-000393AE4244@dan.co.jp> + Branch: perl + ! ext/Encode/t/Encode.t +____________________________________________________________________________ +[ 19710] By: jhi on 2003/06/08 17:03:07 + Log: Regen Configure et al. + Branch: perl + ! Configure Porting/config.sh Porting/config_H +____________________________________________________________________________ +[ 19709] By: jhi on 2003/06/08 16:45:50 + Log: More symbol scan logic from Alan Burlison. + Branch: perl + ! Configure Porting/Glossary hints/solaris_2.sh +____________________________________________________________________________ +[ 19708] By: sky on 2003/06/07 13:28:50 + Log: Major (internal) change to make it much more easy to embed + threaded perl because we don't use our own TLS for the current + thread info, but instead use PL_modglobal. Should make the + mod_perl2 team (Hi Stas!) happy. Should also be more robust. + Branch: perl + ! ext/threads/threads.xs +____________________________________________________________________________ +[ 19707] By: sky on 2003/06/07 13:27:01 + Log: Last patch broke this slightly because INC was wrong. + Branch: perl + ! ext/threads/t/thread.t +____________________________________________________________________________ +[ 19706] By: sky on 2003/06/07 13:07:53 + Log: Remove warnings from tests. + Branch: perl + ! ext/threads/t/basic.t ext/threads/t/end.t ext/threads/t/join.t + ! ext/threads/t/list.t +____________________________________________________________________________ +[ 19705] By: sky on 2003/06/07 12:42:28 + Log: Work in non core env. + Branch: perl + ! ext/threads/t/basic.t ext/threads/t/end.t ext/threads/t/join.t + ! ext/threads/t/libc.t ext/threads/t/list.t + ! ext/threads/t/problems.t ext/threads/t/stress_cv.t + ! ext/threads/t/stress_re.t ext/threads/t/stress_string.t + ! ext/threads/t/thread.t +____________________________________________________________________________ +[ 19703] By: jhi on 2003/06/07 05:11:50 + Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_04 -> 6.10_05 + From: Michael G Schwern + Date: Fri, 6 Jun 2003 18:41:45 -0700 + Message-ID: <20030607014145.GB12031@windhund.schwern.org> + Branch: perl + ! lib/ExtUtils/Changes lib/ExtUtils/Install.pm + ! lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/META.yml + ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm + ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm + ! lib/ExtUtils/TODO lib/ExtUtils/t/00compile.t + ! lib/ExtUtils/t/Install.t lib/ExtUtils/t/basic.t + ! lib/ExtUtils/t/zz_cleanup_dummy.t +____________________________________________________________________________ +[ 19702] By: rgs on 2003/06/06 23:00:00 + Log: Upgrade to Time::Local 1.06, by Dave Rolsky + Branch: perl + ! lib/Time/Local.pm lib/Time/Local.t +____________________________________________________________________________ +[ 19701] By: rgs on 2003/06/06 22:50:37 + Log: Complement to change #19698 : + add also this information (=> and curly braces doesn't + quote compound identifiers) to the strict manpage. + As an experiment in documentation, add a "HISTORY" section + to the strict manpage. + Branch: perl + ! lib/strict.pm +____________________________________________________________________________ +[ 19700] By: rgs on 2003/06/06 22:31:50 + Log: Minor grammatical nit. + Branch: perl + ! README.hpux +____________________________________________________________________________ +[ 19699] By: rgs on 2003/06/06 22:29:38 + Log: Subject: [patch] L is now L + From: Stas Bekman + Date: Thu, 05 Jun 2003 10:10:36 +1000 + Message-ID: <3EDE8A7C.2080302@stason.org> + + Subject: [patch] perlguts authors dup + From: Stas Bekman + Date: Thu, 05 Jun 2003 10:14:12 +1000 + Message-ID: <3EDE8B54.6090808@stason.org> + Branch: perl + ! pod/perl5005delta.pod pod/perlguts.pod pod/perlxs.pod +____________________________________________________________________________ +[ 19698] By: rgs on 2003/06/06 22:23:56 + Log: Clarify that => doesn't quote compound identifiers. + Branch: perl + ! pod/perldata.pod +____________________________________________________________________________ +[ 19696] By: merijn on 2003/06/06 12:21:43 + Log: Perl *is* 100% 64bit compliant on HP-UX 11.00 and up (as long + as the compiler supports it) + Branch: perl + ! README.hpux +____________________________________________________________________________ +[ 19695] By: jhi on 2003/06/05 18:50:51 + Log: Subject: [PATCH] Re: SPUG:-s option doesn't always work! + From: sthoenna@efn.org (Yitzchak Scott-Thoennes) + Date: Wed, 04 Jun 2003 00:08:32 -0700 + Message-ID: + Branch: perl + ! t/run/switches.t toke.c +____________________________________________________________________________ +[ 19694] By: jhi on 2003/06/05 18:37:02 + Log: Subject: [PATCH] RE: maint @ 19683 + From: Robin Barker + Date: Thu, 5 Jun 2003 17:16:58 +0100 + Message-ID: <533D273D4014D411AB1D00062938C4D904046564@hotel.npl.co.uk> + + (skipped the MIME::Base64 part, leaving that to Gisle) + Branch: perl + ! ext/POSIX/POSIX.xs gv.c op.c perl.c perl.h +____________________________________________________________________________ +[ 19693] By: jhi on 2003/06/05 17:26:04 + Log: SKIP label was missing. + Branch: perl + ! t/io/utf8.t +____________________________________________________________________________ +[ 19692] By: jhi on 2003/06/05 16:58:23 + Log: z/OS makedepend fix from Peter Prymmer; + still needed as reported by Brian De Pradine. + Branch: perl + ! makedepend.SH +____________________________________________________________________________ +[ 19691] By: jhi on 2003/06/05 16:56:01 + Log: Even more getspecific patches from Brian De Pradine; + macrofy the construct. + Branch: perl + ! ext/threads/threads.xs +____________________________________________________________________________ +[ 19690] By: jhi on 2003/06/05 16:19:40 + Log: z/OS threads tweak from Brian De Pradine. + Branch: perl + ! ext/threads/threads.xs +____________________________________________________________________________ +[ 19689] By: jhi on 2003/06/05 05:43:31 + Log: Upgrade to Time::HiRes 1.48. + Branch: perl + ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm +____________________________________________________________________________ +[ 19688] By: rgs on 2003/06/04 18:53:48 + Log: Prevent a potential null pointer dereference. + Noticed by Ryan Koga in + Message-ID: + Branch: perl + ! perlio.c +____________________________________________________________________________ +[ 19687] By: jhi on 2003/06/04 18:26:08 + Log: Subject: Re: [MacOS X] consider useshrplib='false' by default + From: Andy Dougherty + Date: Wed, 4 Jun 2003 11:33:29 -0400 (EDT) + Message-ID: + Branch: perl + ! hints/darwin.sh +____________________________________________________________________________ +[ 19686] By: jhi on 2003/06/04 11:02:54 + Log: On closer reading the proposed UTS#18 update required + even more changes. + Branch: perl + ! lib/unicore/lib/Blank.pl lib/unicore/lib/Graph.pl + ! lib/unicore/lib/Print.pl lib/unicore/lib/Space.pl + ! lib/unicore/lib/SpacePer.pl lib/unicore/lib/Word.pl + ! lib/unicore/mktables +____________________________________________________________________________ +[ 19685] By: jhi on 2003/06/04 10:14:09 + Log: Align the 'graph' property definition with the proposed + Unicode UTS #18 update (v7). + Branch: perl + ! lib/unicore/lib/Graph.pl lib/unicore/mktables +____________________________________________________________________________ +[ 19681] By: jhi on 2003/06/04 05:16:38 + Log: Subject: [MacOS X] consider useshrplib='false' by default + From: Dan Kogai + Date: Wed, 4 Jun 2003 01:29:42 +0900 + Message-Id: <94213618-95E0-11D7-8A27-000393AE4244@dan.co.jp> + Branch: perl + ! hints/darwin.sh +____________________________________________________________________________ +[ 19679] By: jhi on 2003/06/03 15:51:36 + Log: Urk. Joe's patches were for the maint branch, + not for the blead (which has assertions and stuff). + Retract #19677, #19676, #19674. + Branch: perl + ! lib/perl5db.pl +____________________________________________________________________________ +[ 19678] By: jhi on 2003/06/03 15:05:19 + Log: According to Arthur this should help + #22060 Perl 5.8.0 on FreeBSD 5.0 threads (threads->list) possible bug + Branch: perl + ! ext/threads/threads.xs +____________________________________________________________________________ +[ 19677] By: jhi on 2003/06/03 14:07:06 + Log: Tiny tweaks from Joe McMahon. + Branch: perl + ! lib/perl5db.pl +____________________________________________________________________________ +[ 19676] By: jhi on 2003/06/03 12:38:46 + Log: Tiny pod and speling tweaks. + Branch: perl + ! lib/perl5db.pl +____________________________________________________________________________ +[ 19674] By: jhi on 2003/06/03 12:20:59 + Log: Subject: Extensive documentation patch redux + From: Joe McMahon + Date: Mon, 2 Jun 2003 09:53:40 -0400 + Message-Id: <9DB6529E-9501-11D7-9377-000393BCA0FC@ibiblio.org> + + Subject: RE: [PATCH] RE: Extensive documentation patch redux + From: Robin Barker + Date: Tue, 3 Jun 2003 10:00:22 +0100 + Message-ID: <533D273D4014D411AB1D00062938C4D904046555@hotel.npl.co.uk> + Branch: perl + ! lib/perl5db.pl +____________________________________________________________________________ +[ 19673] By: jhi on 2003/06/03 09:51:59 + Log: Salvage parts of #19667. + Branch: perl + ! perlio.c win32/win32.c win32/win32iop.h +____________________________________________________________________________ +[ 19672] By: jhi on 2003/06/03 09:26:45 + Log: Salvage parts of #19418 (the ext/PerlIO/t/open.t + still is there). + Branch: perl + ! MANIFEST pod/perlfunc.pod +____________________________________________________________________________ +[ 19671] By: merijn on 2003/06/03 08:27:07 + Log: Subject: Re: [PATCH] perl.h, README.cygwin: Cygwin O_TEXT <> O_BINARY issue + From: sthoenna@efn.org (Yitzchak Scott-Thoennes) + Date: Tue, 03 Jun 2003 01:55:06 -0700 + Message-ID: + Branch: perl + ! README.cygwin +____________________________________________________________________________ +[ 19670] By: jhi on 2003/06/03 08:04:39 + Log: Retract #19667, #19660, #19659, #19658, #19657, #19656, + #19655, #19418; File::Temp no more used internally. + Some parts of these will be salvaged later. + Branch: perl + ! MANIFEST embed.fnc embed.h op.c perlio.c pod/perlfunc.pod + ! proto.h win32/win32.c win32/win32iop.h +____________________________________________________________________________ +[ 19669] By: gsar on 2003/06/02 20:59:39 + Log: fix for 09_gen_rs.t#59 failure on windows + Branch: perl + ! lib/Tie/File/t/09_gen_rs.t +____________________________________________________________________________ +[ 19668] By: gsar on 2003/06/02 20:40:19 + Log: resurrect change#19628 and make it work by generalizing + a spot that had a hardcoded dependency on the cmd.exe + arguments being "/x/c" or "/c" + Branch: perl + ! pod/perlrun.pod win32/win32.c +____________________________________________________________________________ +[ 19667] By: gsar on 2003/06/02 18:44:34 + Log: don't use File::Temp to implement PerlIO_tmpfile() on windows; + reuse the straightforward native implementation instead + + this fixes the warning from io_xs.t + + NOTE: File::Temp has a less-than-robust implementation on windows + that relies on END blocks being run (this may not happen always) + Branch: perl + ! op.c win32/win32.c win32/win32iop.h +____________________________________________________________________________ +[ 19666] By: gsar on 2003/06/02 18:29:46 + Log: change#19628 broke many win32/system.t tests, so back it out + Branch: perl + ! pod/perlrun.pod win32/win32.c +____________________________________________________________________________ +[ 19665] By: rgs on 2003/06/02 18:22:06 + Log: A little bit more of weird-code-proofing in B::Deparse. + Fixes a bug reported by Alexey Tourbin in + Message-ID: <20030602085348.GA24023@solemn.turbinal.org> + Branch: perl + ! ext/B/B/Deparse.pm +____________________________________________________________________________ +[ 19664] By: jhi on 2003/06/02 16:41:37 + Log: Upgrade to the CGI.pm 2.93. + + (Lincoln keeps ripping out the BEGIN/PERL_CORE blocks. Sigh.) + Branch: perl + + lib/CGI/t/util-58.t + ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm + ! lib/CGI/Fast.pm lib/CGI/Pretty.pm lib/CGI/Util.pm + ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t + ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t + ! lib/CGI/t/html.t lib/CGI/t/push.t lib/CGI/t/request.t + ! lib/CGI/t/switch.t lib/CGI/t/util.t +____________________________________________________________________________ +[ 19663] By: jhi on 2003/06/02 16:16:51 + Log: Whitespace tweaks. + Branch: perl + ! hints/uwin.sh +____________________________________________________________________________ +[ 19662] By: jhi on 2003/06/02 16:08:22 + Log: U/WIN: final (for now) touches from John P. Linderman; + now we get 97% success rate, the remaining failures are + quite obscure. + Branch: perl + ! hints/uwin.sh lib/locale.t +____________________________________________________________________________ +[ 19661] By: gbarr on 2003/06/02 12:13:35 + Log: Sync with libnet 1.14 + Branch: perl + ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Domain.pm + ! lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/NNTP.pm + ! lib/Net/POP3.pm lib/Net/README.libnet lib/Net/SMTP.pm + ! lib/Net/libnetFAQ.pod lib/Net/t/hostname.t +____________________________________________________________________________ +[ 19660] By: jhi on 2003/06/02 09:28:30 + Log: Beautification. + Branch: perl + ! op.c +____________________________________________________________________________ +[ 19659] By: jhi on 2003/06/02 09:07:38 + Log: Duplicate definition bad. + Branch: perl + ! op.c +____________________________________________________________________________ +[ 19658] By: jhi on 2003/06/02 09:02:18 + Log: I thought I tried building threaded. Never think. Try. + Branch: perl + ! perlio.c +____________________________________________________________________________ +[ 19657] By: jhi on 2003/06/02 08:54:04 + Log: Stick with the original (5.8.0) logic. + Branch: perl + ! op.c +____________________________________________________________________________ +[ 19656] By: jhi on 2003/06/02 08:28:51 + Log: Since pulling in File::Temp for tempfiles would pull in + also Fcntl, miniperl could not open up tempfiles. This broke + the use of miniperl in VMS, as noticed by Craig Berry. + Try to cure this by moving the creation of tempfile into its + own routine, my_tmpfp(), which gets compiled differently + for miniperl and perl. + Branch: perl + ! embed.fnc embed.h op.c perlio.c proto.h +____________________________________________________________________________ +[ 19655] By: jhi on 2003/06/02 06:54:05 + Log: A pointless test, noticed by Craig Berry. + Branch: perl + ! perlio.c +____________________________________________________________________________ +[ 19654] By: rgs on 2003/06/01 07:37:50 + Log: Two Cygwin patches from Gerrit. + + Subject: [PATCH] perl.h, README.cygwin: Cygwin O_TEXT <> O_BINARY issue + From: "Gerrit P. Haase" + Date: Sat, 31 May 2003 14:12:07 +0200 + Message-ID: <179860591535.20030531141207@familiehaase.de> + + Subject: [PATCH] t/io/layers.t, Cygwin != DOSISH + Date: Sat, 31 May 2003 13:57:49 +0200 + Message-ID: <11859733881.20030531135749@familiehaase.de> + Branch: perl + ! README.cygwin perl.h t/io/layers.t +____________________________________________________________________________ +[ 19652] By: rgs on 2003/05/31 19:54:31 + Log: Fix a case of segfault in gv_check(), by making + it ignore non-GV values in stashes. + Branch: perl + ! gv.c t/op/stash.t +____________________________________________________________________________ +[ 19651] By: rgs on 2003/05/31 18:48:59 + Log: Don't install test.pl files. + Branch: perl + ! installperl +____________________________________________________________________________ +[ 19650] By: rgs on 2003/05/31 18:47:50 + Log: Regenerate internals pods. + Branch: perl + ! pod/perlapi.pod pod/perlintern.pod +____________________________________________________________________________ +[ 19649] By: rgs on 2003/05/31 18:33:07 + Log: Subject: [PATCH] jumbo closure patch broke formats + From: Dave Mitchell + Date: Sat, 31 May 2003 19:54:48 +0100 + Message-ID: <20030531185448.GA6055@fdgroup.com> + Plus restore the original test script for bug #22372 + Branch: perl + ! pad.c t/op/write.t +____________________________________________________________________________ +[ 19648] By: jhi on 2003/05/31 17:37:36 + Log: Better patch from Inaba Hiroto for + [perl #22375] 'split'/'index' problem for utf8 + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 19647] By: rgs on 2003/05/31 11:46:52 + Log: Subject: Re: [perl #22372] [PATCH] sv_chop() broken + From: Enache Adrian + Date: Sat, 31 May 2003 14:18:11 +0300 + Message-ID: <20030531111811.GA1240@ratsnest.hole> + Branch: perl + ! t/op/write.t +____________________________________________________________________________ +[ 19646] By: jhi on 2003/05/31 05:40:15 + Log: Interesting patch(1) glitch. + Branch: perl + ! lib/Tie/File.pm +____________________________________________________________________________ +[ 19645] By: jhi on 2003/05/31 05:37:10 + Log: Subject: Re: [perl #22372] [PATCH] sv_chop() broken + From: Enache Adrian + Date: Fri, 30 May 2003 18:52:28 +0300 + Message-ID: <20030530155228.GA872@ratsnest.hole> + Branch: perl + ! sv.c t/op/write.t +____________________________________________________________________________ +[ 19644] By: jhi on 2003/05/31 05:31:11 + Log: Subject: [PATCH] ext/Encode/t/perlio.t filename tweak + From: "Craig A. Berry" + Date: Fri, 30 May 2003 13:08:01 -0500 + Message-ID: <3ED79E01.8050401@mac.com> + Branch: perl + ! ext/Encode/t/perlio.t +____________________________________________________________________________ +[ 19643] By: jhi on 2003/05/31 05:28:56 + Log: Upgrade to Tie::File 0.96. + Branch: perl + ! lib/Tie/File.pm lib/Tie/File/t/00_version.t + ! lib/Tie/File/t/09_gen_rs.t +____________________________________________________________________________ +[ 19642] By: jhi on 2003/05/30 19:06:02 + Log: test.pl-isation. + Branch: perl + ! t/op/index.t +____________________________________________________________________________ +[ 19641] By: jhi on 2003/05/30 15:59:57 + Log: A bit of networking notworking negativity. + (Inspiration from Jos.) + Branch: perl + ! pod/perlport.pod +____________________________________________________________________________ +[ 19640] By: jhi on 2003/05/30 05:47:15 + Log: Fix for "#22375 'split'/'index' problem for utf8". + Branch: perl + ! sv.c t/op/index.t +____________________________________________________________________________ +[ 19639] By: jhi on 2003/05/29 19:07:35 + Log: Add the test case for the already fixed + [perl #22351] perl bug with 'e' substitution modifier + Branch: perl + ! t/op/subst.t +____________________________________________________________________________ +[ 19638] By: jhi on 2003/05/29 18:56:46 + Log: Comment tweakage. + Branch: perl + ! intrpvar.h +____________________________________________________________________________ +[ 19637] By: rgs on 2003/05/29 18:47:40 + Log: Subject: [PATCH] jumbo closure fix + From: Dave Mitchell + Date: Wed, 26 Feb 2003 14:49:47 +0000 + Message-ID: <20030226144947.A14444@fdgroup.com> + Branch: perl + ! embed.fnc embed.h embedvar.h ext/Devel/Peek/Peek.t intrpvar.h + ! op.c pad.c perlapi.h pod/perldiag.pod pod/perlintern.pod + ! pod/perlref.pod proto.h regcomp.c t/lib/warnings/pad + ! t/op/closure.t +____________________________________________________________________________ +[ 19635] By: jhi on 2003/05/29 09:13:06 + Log: Subject: Credits patch + From: Ed Avis + Date: Sun, 18 May 2003 18:08:55 +0100 (BST) + Message-ID: + Branch: perl + ! lib/Tie/RefHash.pm +____________________________________________________________________________ +[ 19634] By: jhi on 2003/05/29 09:11:30 + Log: Subject: [patch] IO::File->open() with encoding + From: Pradeep Hodigere + Date: Mon, 19 May 2003 16:05:47 -0700 (PDT) + Message-ID: <20030519230547.39731.qmail@web12302.mail.yahoo.com> + Branch: perl + + ext/IO/lib/IO/t/io_utf8.t + ! MANIFEST ext/IO/lib/IO/File.pm +____________________________________________________________________________ +[ 19633] By: jhi on 2003/05/29 08:18:09 + Log: A *much* cut-down version of the patches in the thread + Subject: [perl #22224] 2 patches to perldiag.pod; for POSIX and Win32 errors + From: Jim Cromie (via RT) + Date: 16 May 2003 19:04:28 -0000 + Message-Id: + Branch: perl + ! pod/perldiag.pod +____________________________________________________________________________ +[ 19632] By: jhi on 2003/05/29 08:12:46 + Log: Subject: [PATCH] $x = $empty_hash{$undef_val} doesn't give a warning + From: Dave Mitchell + Date: Tue, 27 May 2003 19:31:10 +0100 + Message-ID: <20030527183110.GA22715@fdgroup.com> + Branch: perl + ! hv.c +____________________________________________________________________________ +[ 19631] By: jhi on 2003/05/29 08:11:42 + Log: Document that setvbuf() is not probably any more available. + Many reports, most recently by mjd in + [perl #22339] IO::Handle::setvbuf not defined properly + Branch: perl + ! ext/IO/lib/IO/Handle.pm +____________________________________________________________________________ +[ 19630] By: jhi on 2003/05/29 07:59:51 + Log: Subject: typo in pod/perlfunc.pod + From: Alexey Mahotkin + Date: Wed, 28 May 2003 15:18:04 +0400 + Message-ID: <878ysrs4k3.fsf@dim.w-m.ru> + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 19629] By: merijn on 2003/05/28 12:24:42 + Log: Subject: [PATCH] Re: a2p is linked against too many libraries + From: Andy Dougherty + Date: Wed, 28 May 2003 09:20:06 -0400 (EDT) + Message-ID: + Branch: perl + ! x2p/Makefile.SH +____________________________________________________________________________ +[ 19628] By: jhi on 2003/05/28 05:26:43 + Log: Subject: [PATCH] Use "cmd.exe /x/d/c" as the default PERL5SHELL on Windows NT/2K/XP + From: Jan Dubois + Date: Mon, 26 May 2003 23:33:53 -0700 + Message-ID: + Branch: perl + ! pod/perlrun.pod win32/win32.c +____________________________________________________________________________ +[ 19627] By: jhi on 2003/05/28 05:08:07 + Log: OpenZaurus cross-compilation patches from Redvers Davies. + Branch: perl + ! Cross/Makefile Cross/Makefile.SH.patch Cross/README + ! Cross/config.sh-arm-linux Cross/generate_config_sh + ! Cross/installperl.patch +____________________________________________________________________________ +[ 19626] By: jhi on 2003/05/27 06:30:54 + Log: For now reword the sysread/syswrite description to + stress the fact that by default everything is still bytes. + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 19625] By: jhi on 2003/05/26 20:31:56 + Log: Subject: Re: [perl #22299] goto doesn't find label + From: Dave Mitchell + Date: Sat, 24 May 2003 12:25:17 +0100 + Message-ID: <20030524112517.GA11761@fdgroup.com> + + Subject: [PATCH] Re: [perl #22299] goto doesn't find label + From: Dave Mitchell + Date: Mon, 26 May 2003 13:47:11 +0100 + Message-ID: <20030526124710.GA17670@fdgroup.com> + Branch: perl + ! pp_ctl.c t/op/goto.t +____________________________________________________________________________ +[ 19623] By: merijn on 2003/05/26 11:19:38 + Log: Subject: [PATCH] for cygwin/perlld.in + From: "Gerrit P. Haase" + Date: Sat, 24 May 2003 16:51:29 +0200 + Message-ID: <162265353578.20030524165129@familiehaase.de> + Branch: perl + ! cygwin/perlld.in +____________________________________________________________________________ +[ 19622] By: jhi on 2003/05/25 18:57:18 + Log: Regen modlib and toc. + Branch: perl + ! pod/perlmodlib.pod pod/perltoc.pod +____________________________________________________________________________ +[ 19621] By: jhi on 2003/05/25 18:51:00 + Log: Run external commands only with localized sanitized $ENV{PATH}. + Branch: perl + ! ext/Sys/Hostname/Hostname.pm +____________________________________________________________________________ +[ 19620] By: jhi on 2003/05/25 18:39:04 + Log: Subject: Re: [PATCH: perlio.h] maint snap @ 19613 + From: "Marcus Holland-Moritz" + Date: Sun, 25 May 2003 21:17:42 +0200 + Message-ID: <003701c322f2$517fb5e0$0c2f1fac@R2D2> + Branch: perl + ! perlio.h +____________________________________________________________________________ +[ 19619] By: jhi on 2003/05/25 18:36:17 + Log: Protect against race conditions: if the pid is not seen, + neither will be the $0 change be seen (and vice versa). + Branch: perl + ! ext/threads/t/join.t +____________________________________________________________________________ +[ 19618] By: jhi on 2003/05/24 19:54:39 + Log: Subject: [Encode] Minor bug in piconv induced by Getopt::Long + From: Dan Kogai + Date: 24 May 2003 19:50:48 -0000 + Message-ID: <20030524195048.16052.qmail@dan-gm.gm.dan.co.jp> + Branch: perl + ! ext/Encode/bin/piconv +____________________________________________________________________________ +[ 19610] By: jhi on 2003/05/24 06:42:52 + Log: Subject: [PATCH #2] Re: [perl #22181] goto undefines my() variables + From: Dave Mitchell + Date: Thu, 22 May 2003 10:13:19 +0100 + Message-ID: <20030522091319.GA4568@fdgroup.com> + + Subject: Re: [PATCH #2] Re: [perl #22181] goto undefines my() variables + From: Dave Mitchell + Date: Fri, 23 May 2003 17:09:44 +0100 + Message-ID: <20030523160944.GC9194@fdgroup.com> + Branch: perl + ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/t/debug.t + ! ext/B/t/deparse.t op.c op.h t/op/goto.t t/run/switchd.t +____________________________________________________________________________ +[ 19608] By: jhi on 2003/05/24 06:30:40 + Log: Missing "to". + Branch: perl + ! NetWare/config_H.wc Porting/config_H config_h.SH + ! plan9/config.plan9 plan9/config_h.sample uconfig.h + ! win32/config_H.bc win32/config_H.gc win32/config_H.vc + ! win32/config_H.vc64 wince/config_H.ce +____________________________________________________________________________ +[ 19607] By: jhi on 2003/05/24 06:23:51 + Log: Introduce (undefined) pthread_attr_setscope to non-Configure lands. + Branch: perl + ! Cross/config.sh-arm-linux NetWare/config.wc + ! NetWare/config_H.wc configure.com epoc/config.sh + ! plan9/config.plan9 plan9/config_h.sample + ! plan9/config_sh.sample uconfig.h uconfig.sh 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 wince/config.ce wince/config_H.ce +____________________________________________________________________________ +[ 19606] By: jhi on 2003/05/24 06:05:17 + Log: Regen Glossary et al. + Branch: perl + ! Porting/Glossary Porting/config.sh Porting/config_H +____________________________________________________________________________ +[ 19604] By: jhi on 2003/05/24 05:57:49 + Log: Add a real scan for pthread_attr_setscope(). + Branch: perl + ! Configure config_h.SH ext/threads/threads.xs +____________________________________________________________________________ +[ 19603] By: jhi on 2003/05/24 05:32:34 + Log: lib/ftp.pl requires the obsoleted (and removed) chat2.pl. + Branch: perl + - lib/ftp.pl + ! MANIFEST +____________________________________________________________________________ +[ 19602] By: jhi on 2003/05/23 17:02:28 + Log: Noticed by John P. Linderman. + Branch: perl + ! epoc/epocish.h mpeix/mpeixish.h perl.h unixish.h +____________________________________________________________________________ +[ 19601] By: jhi on 2003/05/23 16:58:04 + Log: Subject: [PATCH] RE: state of deparse? + From: Robin Barker + Date: Fri, 23 May 2003 17:42:37 +0100 + Message-ID: <533D273D4014D411AB1D00062938C4D90404653E@hotel.npl.co.uk> + Branch: perl + ! ext/B/B/Deparse.pm +____________________________________________________________________________ +[ 19600] By: jhi on 2003/05/23 16:55:09 + Log: Subject: [PATCH] for Configure -Dnoextensions=Encode + From: Robin Barker + Date: Fri, 23 May 2003 17:37:09 +0100 + Message-ID: <533D273D4014D411AB1D00062938C4D90404653D@hotel.npl.co.uk> + Branch: perl + ! ext/PerlIO/t/encoding.t ext/PerlIO/t/fallback.t + ! ext/Storable/t/utf8hash.t lib/open.pm lib/open.t +____________________________________________________________________________ +[ 19599] By: jhi on 2003/05/23 16:51:18 + Log: Subject: [PATCH] RE: [PATCH] RE: maint snapshot @ 19525 + From: Robin Barker + Date: Fri, 23 May 2003 17:32:22 +0100 + Message-ID: <533D273D4014D411AB1D00062938C4D90404653C@hotel.npl.co.uk> + Branch: perl + ! embed.pl perl.h perlio.c perlio.h proto.h +____________________________________________________________________________ +[ 19598] By: jhi on 2003/05/23 16:05:36 + Log: Hasty editing, grumble. + Branch: perl + ! ext/POSIX/POSIX.xs +____________________________________________________________________________ +[ 19597] By: jhi on 2003/05/23 16:02:30 + Log: Linewrapping MUAs, grumble. + Branch: perl + ! ext/POSIX/POSIX.xs +____________________________________________________________________________ +[ 19596] By: jhi on 2003/05/23 16:00:51 + Log: U/WIN extension fix from John P. Linderman. + Branch: perl + ! ext/POSIX/POSIX.xs +____________________________________________________________________________ +[ 19595] By: jhi on 2003/05/23 14:19:53 + Log: Subject: Re: Stateful PerlIO implemented [Was: [perl #22261] Was: Unrecognised BOM...] + From: Dan Kogai + Date: Sat, 24 May 2003 00:15:49 +0900 + Message-Id: <6F7B29DA-8D31-11D7-9F95-000393AE4244@dan.co.jp> + Branch: perl + ! ext/Encode/Changes ext/Encode/Unicode/Unicode.xs + ! ext/Encode/t/perlio.t ext/PerlIO/encoding/encoding.pm +____________________________________________________________________________ +[ 19594] By: jhi on 2003/05/23 13:06:25 + Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_03 -> 6.10_04 + From: Michael G Schwern + Date: Fri, 23 May 2003 02:10:46 -0700 + Message-ID: <20030523091046.GB11662@windhund.schwern.org> + Branch: perl + + lib/ExtUtils/META.yml lib/ExtUtils/MakeMaker/bytes.pm + + lib/ExtUtils/t/bytes.t lib/ExtUtils/t/vmsish.t + ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Install.pm + ! lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/MM_Any.pm + ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_Unix.pm + ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm + ! lib/ExtUtils/MakeMaker/FAQ.pod + ! lib/ExtUtils/MakeMaker/Tutorial.pod lib/ExtUtils/Manifest.pm + ! lib/ExtUtils/TODO lib/ExtUtils/t/Install.t + ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/basic.t +____________________________________________________________________________ +[ 19593] By: jhi on 2003/05/23 12:56:23 + Log: Subject: Stateful PerlIO implemented [Was: [perl #22261] Was: Unrecognised BOM...] + From: Dan Kogai + Date: Fri, 23 May 2003 20:17:16 +0900 + Message-Id: <1C123D88-8D10-11D7-B277-000393AE4244@dan.co.jp> + Branch: perl + ! ext/Encode/Encode.pm ext/Encode/Encode.xs + ! ext/Encode/Unicode/Unicode.pm ext/Encode/Unicode/Unicode.xs + ! ext/Encode/lib/Encode/Encoding.pm + ! ext/PerlIO/encoding/encoding.xs +____________________________________________________________________________ +[ 19592] By: jhi on 2003/05/23 12:52:05 + Log: Workaround for buggy gcc 2.95.3 in openbsd/sparc64. + Branch: perl + ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t + ! ext/Time/HiRes/HiRes.xs +____________________________________________________________________________ +[ 19590] By: jhi on 2003/05/22 11:51:46 + Log: Subject: Re: [cpan #2629] Wrong assumption in numeric comparison + From: Dan Kogai + Date: Thu, 22 May 2003 18:46:40 +0900 + Message-Id: <49E36875-8C3A-11D7-9C91-000393AE4244@dan.co.jp> + Branch: perl + ! ext/Encode/encoding.pm +____________________________________________________________________________ +[ 19589] By: rgs on 2003/05/21 21:37:28 + Log: Subject: [PATCH] [perl #21887] h2xs becoming enum-aware + From: Tassilo von Parseval + Date: Tue, 13 May 2003 10:36:32 +0200 + Message-id: <20030513083631.GA21782@ethan> + Branch: perl + ! utils/h2xs.PL +____________________________________________________________________________ +[ 19588] By: rgs on 2003/05/21 21:03:04 + Log: New warning "Useless localization of %s", based on + Subject: [PATCH] new warning "Useless localization of %s is deprecated" + From: Dave Mitchell + Date: Wed, 30 Apr 2003 21:17:38 +0100 + Message-ID: <20030430201738.GA22054@fdgroup.com> + + The proposed patch added this warning in the 'deprecated' category ; + I think this category is for things that exist and will be removed, + rather than for things that don't exist and that will maybe be added. + Branch: perl + ! op.c pod/perldiag.pod t/lib/warnings/op +____________________________________________________________________________ +[ 19586] By: rgs on 2003/05/21 19:56:38 + Log: Introduce a new preprocessor symbol, PERL_DISABLE_PMC, to + disable the loading of .pmc files if defined. + Rename the function S_doopen_pmc to S_doopen_pm. + Branch: perl + ! Porting/thirdclean embed.fnc embed.h pp_ctl.c proto.h +____________________________________________________________________________ +[ 19585] By: jhi on 2003/05/21 19:28:23 + Log: More U/WIN tweaks from John P. Linderman. + Branch: perl + ! t/io/layers.t t/io/tell.t +____________________________________________________________________________ +[ 19584] By: rgs on 2003/05/21 19:27:13 + Log: Subject: [PATCH] perldata.pod revamp rev. 3 + From: Shlomi Fish + Date: Wed, 14 May 2003 17:46:05 +0300 (IDT) + Message-ID: + Branch: perl + ! pod/perldata.pod +____________________________________________________________________________ +[ 19583] By: jhi on 2003/05/21 19:18:21 + Log: Subject: Re: [perl #22231] <$foo> is parsed as glob(' ' . $foo) if Switch.pm is used + From: Ronald J Kimball + Date: Mon, 19 May 2003 17:53:25 -0400 + Message-ID: <20030519215325.GE1629175@linguist.thayer.dartmouth.edu> + + (the bug id corrected to be #22231, not #22238) + Branch: perl + ! lib/Switch.pm +____________________________________________________________________________ +[ 19582] By: jhi on 2003/05/21 14:17:14 + Log: MAN3PODS => {} good. (Was in 5.8.0, has been lost at some point.) + Branch: perl + ! ext/MIME/Base64/Makefile.PL +____________________________________________________________________________ +[ 19581] By: jhi on 2003/05/21 14:15:26 + Log: U/WIN test tweak from John P. Linderman. + Branch: perl + ! t/op/chdir.t +____________________________________________________________________________ +[ 19580] By: jhi on 2003/05/21 13:06:13 + Log: VMS test tweak from Craig Berry. + Branch: perl + ! lib/DirHandle.t +____________________________________________________________________________ +[ 19579] By: jhi on 2003/05/21 13:03:34 + Log: U/WIN test nit for John P. Linderman. + Branch: perl + ! ext/Cwd/t/cwd.t +____________________________________________________________________________ +[ 19578] By: jhi on 2003/05/21 13:01:42 + Log: Subject: [Encode] 1.95 released + From: Dan Kogai + Date: Wed, 21 May 2003 18:26:26 +0900 + Message-Id: <4B8D9AB5-8B6E-11D7-848A-000393AE4244@dan.co.jp> + Branch: perl + ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/MANIFEST + ! ext/Encode/META.yml ext/Encode/Unicode/Unicode.pm + ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/Config.pm + ! ext/Encode/lib/Encode/Unicode/UTF7.pm ext/Encode/t/Unicode.t + ! ext/Encode/ucm/8859-1.ucm ext/Encode/ucm/8859-10.ucm + ! ext/Encode/ucm/8859-11.ucm ext/Encode/ucm/8859-13.ucm + ! ext/Encode/ucm/8859-14.ucm ext/Encode/ucm/8859-15.ucm + ! ext/Encode/ucm/8859-16.ucm ext/Encode/ucm/8859-2.ucm + ! ext/Encode/ucm/8859-3.ucm ext/Encode/ucm/8859-4.ucm + ! ext/Encode/ucm/8859-5.ucm ext/Encode/ucm/8859-6.ucm + ! ext/Encode/ucm/8859-7.ucm ext/Encode/ucm/8859-8.ucm + ! ext/Encode/ucm/8859-9.ucm +____________________________________________________________________________ +[ 19575] By: rgs on 2003/05/20 19:22:30 + Log: Enhance the failure reporting for the pod2html tests + Branch: perl + ! lib/Pod/t/htmlview.t lib/Pod/t/pod2html-lib.pl +____________________________________________________________________________ +[ 19574] By: rgs on 2003/05/20 18:52:21 + Log: Upgrade to Getopt::Long 2.33 + (mostly a version number increment) + Branch: perl + ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES + ! lib/Getopt/Long/README +____________________________________________________________________________ +[ 19573] By: rgs on 2003/05/20 18:43:37 + Log: Upgrade to CPAN 1.70_54 + Subject: Re: CPAN.pm into blead + From: Andreas J Koenig + Date: Tue, 20 May 2003 11:31:16 +0200 + Message-ID: <87of1y6k2j.fsf@franz.ak.mind.de> + Branch: perl + - lib/CPAN/README + ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm +____________________________________________________________________________ +[ 19571] By: jhi on 2003/05/19 19:52:23 + Log: Further -Uuseperlio tweaking. + Branch: perl + ! ext/Encode/t/Unicode.t +____________________________________________________________________________ +[ 19570] By: rgs on 2003/05/19 19:20:48 + Log: Subject: Re: Possible precedence problem on bitwise ^ operator + From: sthoenna@efn.org (Yitzchak Scott-Thoennes) + Date: Sun, 18 May 2003 19:21:01 -0700 + Message-ID: + (with tweaks to perldiag.pod) + Branch: perl + ! op.c pod/perldiag.pod +____________________________________________________________________________ +[ 19569] By: jhi on 2003/05/19 19:02:23 + Log: More Ultrix double definition avoidance. + Branch: perl + ! ext/Socket/Socket.xs +____________________________________________________________________________ +[ 19566] By: jhi on 2003/05/19 04:58:25 + Log: Integrate perlio: + [ 19556] + Fix ticket 18265 + + [ 19557] + EINTR retry should exit on count >= 0 not !=0 + Branch: perl + !> perlio.c +____________________________________________________________________________ +[ 19565] By: jhi on 2003/05/19 04:56:16 + Log: Nekkid numbers. + Branch: perl + ! ext/threads/threads.xs +____________________________________________________________________________ +[ 19564] By: jhi on 2003/05/19 04:52:49 + Log: Meaningless cosmetics. + Branch: perl + ! ext/threads/threads.xs +____________________________________________________________________________ +[ 19563] By: jhi on 2003/05/19 04:47:53 + Log: Make Perl_ithread_self() a bit more helpful when + finding the thread fails (suggested by Stas in + perl-ithreads Mar 01) + Branch: perl + ! ext/threads/threads.xs +____________________________________________________________________________ +[ 19562] By: jhi on 2003/05/19 04:40:11 + Log: Slightly wrong panic messages. + Branch: perl + ! ext/threads/threads.xs +____________________________________________________________________________ +[ 19561] By: jhi on 2003/05/19 04:33:31 + Log: Ultrix: the #19435 helped the IO extension, so this should + help the Socket extension (socket structs redefinitions). + Branch: perl + ! ext/Socket/Socket.xs +____________________________________________________________________________ +[ 19560] By: jhi on 2003/05/19 04:30:01 + Log: Based on + + Subject: [PATCH threads.xs] no system scope on VMS + From: "Craig A. Berry" + Date: Sun, 18 May 2003 23:02:07 -0500 + Message-ID: <3EC8573F.6050005@mac.com> + + but instead go for #ifdef PTHREAD_SCOPE_SYSTEM. + Branch: perl + ! ext/threads/threads.xs +____________________________________________________________________________ +[ 19559] By: jhi on 2003/05/19 04:24:27 + Log: Make the test work without perlio, from Dan Kogai. + Branch: perl + ! ext/Encode/t/Unicode.t +____________________________________________________________________________ +[ 19558] By: rgs on 2003/05/18 21:40:10 + Log: Subject: [PATCH] Re: [PATCH pod/perlsyn.pod pod/perltrap.pod] Unseding perlsyn + From: Michael G Schwern + Date: Wed, 14 May 2003 15:36:23 -0700 + Message-ID: <20030514223623.GD23350@windhund.schwern.org> + Branch: perl + ! pod/perlsyn.pod pod/perltrap.pod +____________________________________________________________________________ +[ 19552] By: jhi on 2003/05/18 07:57:23 + Log: Integrate from perlio: + [ 19542] + Fix ticket #22219 + + [ 19543] + Spotted a bare close() where PerlLIO_close() seems correct. + Branch: perl + !> doio.c perlio.c +____________________________________________________________________________ +[ 19550] By: jhi on 2003/05/18 06:23:50 + Log: UTF-7 tweak from Dan Kogai. + Branch: perl + ! ext/Encode/lib/Encode/Unicode/UTF7.pm +____________________________________________________________________________ +[ 19549] By: jhi on 2003/05/18 05:58:58 + Log: The 'quotes' really are important (caught by Enache Adrian). + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 19548] By: jhi on 2003/05/17 16:39:19 + Log: Subject: [Encode] UTF-7 Support + From: Dan Kogai + Date: Sun, 18 May 2003 00:45:35 +0900 + Message-Id: <99C4504E-887E-11D7-840A-000393AE4244@dan.co.jp> + Branch: perl + + ext/Encode/lib/Encode/Unicode/UTF7.pm + ! MANIFEST ext/Encode/Changes ext/Encode/MANIFEST + ! ext/Encode/Unicode/Unicode.pm ext/Encode/lib/Encode/Alias.pm + ! ext/Encode/lib/Encode/Config.pm + ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Unicode.t +____________________________________________________________________________ +[ 19547] By: jhi on 2003/05/17 16:26:47 + Log: Old (4.2BSD, like Ultrix) Bourne shells do not understand + non-left-aligned heredocs. + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 19545] By: jhi on 2003/05/17 15:51:07 + Log: Subject: Re: Last Call For (Least) Favourite Issues For 5.8.1 + From: Alan Burlison + Date: Thu, 15 May 2003 22:17:55 +0100 + Message-ID: <3EC40403.9000804@sun.com> + + (fixed symbol scanning for Solaris 10) + Branch: perl + ! Configure +____________________________________________________________________________ +[ 19541] By: rgs on 2003/05/17 12:10:14 + Log: Upgrade to Getopt::Long 2.32_05 + Branch: perl + ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES + ! lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t + ! lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t + ! lib/Getopt/Long/t/gol-oo.t +____________________________________________________________________________ +[ 19540] By: rgs on 2003/05/17 11:46:25 + Log: Clarify the explanation of the warning "Possible precedence problem + on bitwise operator". + Branch: perl + ! pod/perldiag.pod +____________________________________________________________________________ +[ 19539] By: rgs on 2003/05/17 11:36:08 + Log: Fix bug #22216 : B::Deparse can't handle "use Module Version" + with fractional version numbers or v-strings. + Branch: perl + ! ext/B/B/Deparse.pm +____________________________________________________________________________ +[ 19537] By: gsar on 2003/05/17 06:32:46 + Log: missing init in change#19533 + Branch: perl + ! win32/win32sck.c +____________________________________________________________________________ +[ 19536] By: gsar on 2003/05/17 06:07:07 + Log: apply Net::Ping patch that makes the fork()-based approach + work better on windows (Marcus Holland-Moritz ) + + the code this affects is currently not enabled anywhere, but + could be enabled if the non-blocking approach runs into problems + on older windows versions + Branch: perl + ! lib/Net/Ping.pm +____________________________________________________________________________ +[ 19535] By: gsar on 2003/05/17 05:54:39 + Log: improve the implementation of Net::Ping on windows by avoiding + fork(), which is pretty heavy-weight for this kind of + application; use non-blocking sockets instead + + has been verified to work on Win2k but will need testing on + other flavors of windows + + there is a single known failure on windows in 450_service.t (test 18) + due to what appears to be bugs in the ping_syn()/ack() code + Branch: perl + ! lib/Net/Ping.pm +____________________________________________________________________________ +[ 19534] By: gsar on 2003/05/17 04:53:06 + Log: change#16723 broke the ioctl() return value on platforms + that have ioctl() but no fcntl() (e.g. windows) + + change#17577 then attempted to fix the bustage, but got + it wrong + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 19533] By: gsar on 2003/05/17 04:49:18 + Log: avoid select() on windows destroying errno (used to typically + always sets it to EINVAL due to the way it maps the FD_SETs) + Branch: perl + ! win32/win32sck.c +____________________________________________________________________________ +[ 19532] By: jhi on 2003/05/16 18:21:27 + Log: The suggested patch for [perl #22201] "patch: perl 5.8.0 + compile error on ia64/HP-UX (comparing incompatible pointers)" + plus a possible cure for the warning mentioned in the case. + Branch: perl + ! ext/Storable/Storable.xs +____________________________________________________________________________ +[ 19531] By: jhi on 2003/05/16 17:56:06 + Log: Apply the supplied patch for [perl #22195] + "File::Find, sorted directory traversal order is inverted" + Branch: perl + ! lib/File/Find.pm +____________________________________________________________________________ +[ 19528] By: jhi on 2003/05/16 15:56:33 + Log: Subject: [PATCH] RE: maint snapshot @ 19525 + From: Robin Barker + Date: Fri, 16 May 2003 17:16:57 +0100 + Message-ID: <533D273D4014D411AB1D00062938C4D90404651D@hotel.npl.co.uk> + + (Part #2: the hv.c SVf) + Branch: perl + ! hv.c +____________________________________________________________________________ +[ 19527] By: jhi on 2003/05/16 15:55:10 + Log: Subject: [PATCH] RE: maint snapshot @ 19525 + From: Robin Barker + Date: Fri, 16 May 2003 17:16:57 +0100 + Message-ID: <533D273D4014D411AB1D00062938C4D90404651D@hotel.npl.co.uk> + + (Part #1: the __format__ and __printf__) + Branch: perl + ! Configure embed.pl perlio.c proto.h +____________________________________________________________________________ +[ 19523] By: jhi on 2003/05/14 05:19:05 + Log: Subject: Re: [PATCH] Sync up MIME-Base64 to latest on CPAN + From: Gisle Aas + Date: 13 May 2003 19:51:19 -0700 + Message-ID: + Branch: perl + ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs + ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm + ! ext/MIME/Base64/t/quoted-print.t +____________________________________________________________________________ +[ 19522] By: jhi on 2003/05/14 05:11:49 + Log: More Panther moves. + Branch: perl + ! Makefile.SH hints/darwin.sh +____________________________________________________________________________ +[ 19521] By: jhi on 2003/05/13 19:33:44 + Log: Curliff and liff with ease. + Branch: perl + + Porting/curliff.pl + ! MANIFEST +____________________________________________________________________________ +[ 19520] By: jhi on 2003/05/13 18:59:51 + Log: Use /usr/bin/perl (de facto in Porting/ scripts). + Branch: perl + ! Porting/sort_perldiag.pl +____________________________________________________________________________ +[ 19518] By: jhi on 2003/05/13 18:53:48 + Log: Subject: [PATCH] [perl #8599] s/catenate/concatenate/ + From: Casey West + Date: Fri, 9 May 2003 04:00:44 -0400 + Message-ID: <20030509080044.GA49820@geeknest.com> + + (except for the dup.t patch which diddled with system().) + Branch: perl + ! Configure NetWare/config_H.wc Porting/config_H README.Y2K + ! config_h.SH lib/File/Spec.pm lib/File/Spec/Unix.pm + ! plan9/config.plan9 plan9/config_h.sample uconfig.h + ! win32/config_H.bc win32/config_H.gc win32/config_H.vc + ! win32/config_H.vc64 wince/config_H.ce +____________________________________________________________________________ +[ 19517] By: jhi on 2003/05/13 18:39:40 + Log: Subject: [PATCH] Sync up MIME-Base64 to latest on CPAN + From: Gisle Aas + Date: 13 May 2003 09:59:50 -0700 + Message-ID: + Branch: perl + ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs + ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm + ! ext/MIME/Base64/t/quoted-print.t +____________________________________________________________________________ +[ 19516] By: jhi on 2003/05/13 18:37:11 + Log: Subject: [PATCH] More perldiag.pod sorting + From: Ronald J Kimball + Date: Tue, 13 May 2003 15:13:53 -0400 + Message-ID: <20030513191353.GB1556429@linguist.thayer.dartmouth.edu> + + (plus add 'no locale;') + Branch: perl + + Porting/sort_perldiag.pl + ! MANIFEST pod/perldiag.pod +____________________________________________________________________________ +[ 19514] By: jhi on 2003/05/13 17:38:09 + Log: Detypo. + Branch: perl + ! lib/Unicode/UCD.pm +____________________________________________________________________________ +[ 19512] By: gsar on 2003/05/13 13:28:42 + Log: make it easier to reproduce the bug + Branch: perl + ! lib/Tie/File.pm +____________________________________________________________________________ +[ 19511] By: gsar on 2003/05/13 13:08:47 + Log: the \do {local *FH} trick in Tie::File was really only needed + on 5.005 and earlier, since later versions can autovivify + the handle + + however, a search in the p5p archives reveals the trick doesn't + fully work in the versions it is needed in, so use the more + standard Symbol::gensym() way + Branch: perl + ! lib/Tie/File.pm lib/Tie/File/t/09_gen_rs.t +____________________________________________________________________________ +[ 19510] By: gsar on 2003/05/13 12:36:01 + Log: $Config{usethreads} wasn't being set on windows + Branch: perl + ! win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 19509] By: jhi on 2003/05/13 12:24:19 + Log: Reinstate the #19498 but now skip the crashing + tests (when threaded) as TODOs. + Branch: perl + ! lib/Tie/File.pm lib/Tie/File/t/09_gen_rs.t +____________________________________________________________________________ +[ 19508] By: jhi on 2003/05/13 11:22:06 + Log: Revert #19498 since it broke threaded builds. + Branch: perl + ! lib/Tie/File.pm +____________________________________________________________________________ +[ 19507] By: jhi on 2003/05/13 05:20:56 + Log: Better be explicit with dangling elses. + Branch: perl + ! pp.c +____________________________________________________________________________ +[ 19506] By: jhi on 2003/05/13 04:46:18 + Log: Detypo Pantherisms. + Branch: perl + ! Makefile.SH hints/darwin.sh +____________________________________________________________________________ +[ 19505] By: rgs on 2003/05/12 21:49:21 + Log: Subject: Re: Bug stomping fun. [PATCH: bug #1016] + From: Alex Vandiver + Date: 02 May 2003 06:45:05 -0400 + Message-Id: <1051872303.26203.104.camel@supox> + (plus perldiag nit) + Branch: perl + ! dump.c gv.c hv.c pod/perldiag.pod pp.c pp_hot.c sv.c + ! t/comp/package.t +____________________________________________________________________________ +[ 19504] By: rgs on 2003/05/12 20:52:52 + Log: Small nit in perlsyn about the new // operator + Branch: perl + ! pod/perlsyn.pod +____________________________________________________________________________ +[ 19503] By: rgs on 2003/05/12 19:43:07 + Log: Use a more sophisticated heuristics to produce the warning + 'Parentheses missing around "%s" list'. This fixes bug #22147. + Also, the warning is now produced for C. + Branch: perl + ! op.c t/lib/warnings/op +____________________________________________________________________________ +[ 19502] By: jhi on 2003/05/12 19:34:10 + Log: Work also without perlio. + Branch: perl + ! t/io/dup.t +____________________________________________________________________________ +[ 19500] By: jhi on 2003/05/12 05:25:14 + Log: Panther preparation. + Branch: perl + ! Makefile.SH hints/darwin.sh +____________________________________________________________________________ +[ 19499] By: jhi on 2003/05/12 04:49:57 + Log: More moves to intrpvar.h. + Branch: perl + ! embedvar.h intrpvar.h perlapi.h perlvars.h sv.c +____________________________________________________________________________ +[ 19498] By: gsar on 2003/05/12 01:40:46 + Log: fix for Tie::File test failures on windows: the problem was + that Tie::File did not close any file handles it opens internally, + leading to file handle leaks and t/tf* temporary file littering; + we now close the handle iff Tie::File opened it + + this fix unearths what appears to be a perl bug in localizing globs: + 09_gen_rs.t fails due to a prematurely closed filehandle, although + it wasn't explicitly closed anywhere by the code (renaming the + *FH at line 97 to *FH1 makes it work, but I haven't done this + to allow the bug to be tracked down) + Branch: perl + ! lib/Tie/File.pm +____________________________________________________________________________ +[ 19497] By: jhi on 2003/05/11 20:17:30 + Log: Move the thread *hook into interpreter. + Branch: perl + ! embedvar.h intrpvar.h perlapi.h perlvars.h sv.c +____________________________________________________________________________ +[ 19496] By: rgs on 2003/05/11 20:06:03 + Log: Subject: [PATCH] [perl #7391] Perl crashes with certain write() formats. + From: Dave Mitchell + Date: Sat, 10 May 2003 01:45:23 +0100 + Message-ID: <20030510004523.GC20871@fdgroup.com> + Branch: perl + ! pp_ctl.c +____________________________________________________________________________ +[ 19495] By: rgs on 2003/05/11 20:01:10 + Log: Open UNIX is not really "formerly Unixware", since the most + recent releases are known as Unixware, not as Open UNIX. + Branch: perl + ! pod/perlport.pod +____________________________________________________________________________ +[ 19494] By: jhi on 2003/05/11 19:52:38 + Log: Slight tweaks to the platform list. + Branch: perl + ! pod/perlport.pod +____________________________________________________________________________ +[ 19493] By: rgs on 2003/05/11 19:13:00 + Log: Subject: Re: [PATCH] [perl #8636] [perl #8634] Both patches together for perlop + From: Casey West + Date: Fri, 9 May 2003 10:30:13 -0400 + Message-ID: <20030509143013.GM49820@geeknest.com> + Branch: perl + ! pod/perlop.pod +____________________________________________________________________________ +[ 19492] By: rgs on 2003/05/11 19:04:27 + Log: perlport.pod nit for doc bug #8253. + Branch: perl + ! pod/perlport.pod +____________________________________________________________________________ +[ 19491] By: jhi on 2003/05/11 17:50:49 + Log: Use test.pl. + Branch: perl + ! t/io/fflush.t +____________________________________________________________________________ +[ 19490] By: jhi on 2003/05/11 17:46:09 + Log: Try to handle a $^X with spaces in it. + Branch: perl + ! t/test.pl +____________________________________________________________________________ +[ 19489] By: jhi on 2003/05/11 17:44:28 + Log: Separate the creation of the command to run by + runperl() into its own function, _create_runperl(). + Branch: perl + ! t/test.pl +____________________________________________________________________________ +[ 19488] By: jhi on 2003/05/11 16:52:00 + Log: Fixup the method behaviour table. + Branch: perl + ! pod/perliol.pod +____________________________________________________________________________ +[ 19487] By: jhi on 2003/05/11 16:43:26 + Log: Integrate from perlio: + [ 19474] + Tweaks to Jarkko's NULL deref checks in perlio.c + + [ 19475] + Fix for bugs 21717 and 22140. + Win32's lseek claims to have succeeded in pipes etc. Which confuses :perlio + and derived layers. So have :unix's "pushed" method stat() the fd and + cache non S_ISREG nature. Have Unix_seek fail if fd is NOT S_ISREG to match + UNIX behaviour. + + [ 19479] + Better but still unproven fix for lseek() on pipes. + + [ 19483] + Unused variable + + [ 19485] + Tests to prove Ticket 9468 is fixed. + + [ 19486] + add test for change#19475,19479 (bugs#21717,22140) + Branch: perl + !> ext/Encode/Encode.xs perlio.c perliol.h t/io/dup.t + !> t/io/fflush.t +____________________________________________________________________________ +[ 19484] By: gsar on 2003/05/11 15:37:14 + Log: fix Embed.t failure on windows: PERL_SYS_TERM() is implemented + in terms of an exported function rather than as an inlined + macro (latter wants PL_op_mutex which isn't exported as such) + + Jarkko: please merge into maint-5.8 + Branch: perl + ! dosish.h makedef.pl win32/win32.c win32/win32.h +____________________________________________________________________________ +[ 19482] By: jhi on 2003/05/11 07:53:26 + Log: Test _getcode(). + Branch: perl + ! lib/Unicode/UCD.t +____________________________________________________________________________ +[ 19481] By: jhi on 2003/05/11 06:25:08 + Log: Clarify the doc (and the code) for Unicode code points. + Branch: perl + ! lib/Unicode/UCD.pm +____________________________________________________________________________ +[ 19480] By: jhi on 2003/05/11 06:18:06 + Log: Another doc suggestion from terry@eatoni.com (terry jones): + use codepoints that return undef. + Branch: perl + ! lib/Unicode/UCD.pm +____________________________________________________________________________ +[ 19478] By: jhi on 2003/05/10 19:01:17 + Log: Add Encode's META.yml. + Branch: perl + + ext/Encode/META.yml + ! MANIFEST +____________________________________________________________________________ +[ 19477] By: jhi on 2003/05/10 18:59:29 + Log: Upgrade to Encode 1.94. + Branch: perl + ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm + ! ext/Encode/MANIFEST ext/Encode/bin/piconv + ! ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/enc_module.t + ! ext/Encode/t/mime-header.t +____________________________________________________________________________ +[ 19476] By: jhi on 2003/05/10 18:56:08 + Log: Doc bug noticed by terry@eatoni.com (terry jones). + Branch: perl + ! lib/Unicode/UCD.pm +____________________________________________________________________________ +[ 19472] By: jhi on 2003/05/10 10:55:49 + Log: Try to plug more potential PerlIO NULL method + dereferences; try to document the matter. + Branch: perl + ! perlio.c pod/perliol.pod +____________________________________________________________________________ +[ 19471] By: jhi on 2003/05/10 07:07:30 + Log: UseNicerNames instead of SHOUTING_LIKE_THIS. + Branch: perl + ! perlio.c +____________________________________________________________________________ +[ 19470] By: jhi on 2003/05/10 06:51:24 + Log: In eof() the errno can get stomped by the peek-ahead. + Branch: perl + ! doio.c ext/Socket/socketpair.t +____________________________________________________________________________ +[ 19469] By: rgs on 2003/05/09 21:33:15 + Log: A regression test for the remaining "Final $ should be..." error. + Branch: perl + ! t/comp/parser.t +____________________________________________________________________________ +[ 19468] By: rgs on 2003/05/09 21:23:57 + Log: Remove the error messages "Final @ should be \@ or @name" + and "Final % should be \% or %name", that appear to be + only produced in addition to another syntax error, and therefore + misleading, if I understand correctly that kind of black magic. + Branch: perl + ! pod/perldiag.pod toke.c +____________________________________________________________________________ +[ 19467] By: jhi on 2003/05/09 20:11:18 + Log: Have to think this test more when I'm awake. + Branch: perl + ! ext/Socket/socketpair.t +____________________________________________________________________________ +[ 19466] By: rgs on 2003/05/09 19:56:37 + Log: Document that perl tries to load .pmc files before .pm files. + Subject: Re: [perl #8860] [not RESOLVED] .pmc extension not documented in require + From: Casey West + Date: Fri, 9 May 2003 17:03:50 -0400 + Message-ID: <20030509210350.GW49820@geeknest.com> + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 19465] By: rgs on 2003/05/09 19:47:49 + Log: Fix for doc bug #8602 : clarify eof() example comments + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 19464] By: rgs on 2003/05/09 19:34:30 + Log: Subject: [PATCH] [perl #8702] Clean up perltrap mis-information + From: Casey West + Date: Fri, 9 May 2003 11:09:39 -0400 + Message-ID: <20030509150939.GN49820@geeknest.com> + Branch: perl + ! pod/perltrap.pod +____________________________________________________________________________ +[ 19463] By: rgs on 2003/05/09 19:33:25 + Log: Subject: Re: [DOC PATCH] [perl #1165] crypt accepts any character as salt + From: Casey West + Date: Fri, 9 May 2003 15:25:59 -0400 + Message-ID: <20030509192559.GS49820@geeknest.com> + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 19462] By: jhi on 2003/05/09 18:53:27 + Log: Try to comprehensively have a plan B if a PerlIO + layer doesn't have a particular function. + (1) If there's a corresponding PerlIOBase, call it. + (2) If not having the function is 'harmless', be silently happy. + (Currently only Flush is in this category.) + (3) Otherwise set errno and return failure. + Branch: perl + ! perlio.c +____________________________________________________________________________ +[ 19461] By: rgs on 2003/05/09 18:45:39 + Log: Subject: [PATCH] [perl #8703] unescaped @ is fine + From: Casey West + Date: Fri, 9 May 2003 11:17:53 -0400 + Message-ID: <20030509151753.GO49820@geeknest.com> + Branch: perl + ! pod/perltrap.pod +____________________________________________________________________________ +[ 19460] By: jhi on 2003/05/09 14:25:49 + Log: Add the PerlIOBase_noop_* to the public API as suggested by Stas. + Branch: perl + ! makedef.pl +____________________________________________________________________________ +[ 19459] By: jhi on 2003/05/09 14:22:08 + Log: Result of change #19458. + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 19458] By: jhi on 2003/05/09 14:21:51 + Log: Subject: Weekend fun: MANIFEST sorting + From: andreas.koenig@anima.de (Andreas J. Koenig) + Date: Fri, 09 May 2003 15:12:05 +0200 + Message-ID: + + (both sorts need LC_ALL=C) + (add also manicheck target) + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 19457] By: jhi on 2003/05/09 04:30:13 + Log: Better skip this test on OpenBSD and BSD/OS since it + does not seem to work (Slaven Rezic). + Branch: perl + ! lib/filetest.t +____________________________________________________________________________ +[ 19456] By: jhi on 2003/05/09 03:41:56 + Log: Subject: [PATCH] Re: [perl #16834] Anomolous behaviour of SUBSTR() used as LValue + From: sthoenna@efn.org (Yitzchak Scott-Thoennes) + Date: Wed, 07 May 2003 23:37:47 -0700 + Message-ID: <7sfu+gzkg+AY092yn@efn.org> + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 19455] By: jhi on 2003/05/09 03:36:54 + Log: Missing files. + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 19454] By: rgs on 2003/05/08 18:49:25 + Log: Suppress a few compilation warnings in pp_hot.c. + Branch: perl + ! pp_hot.c +____________________________________________________________________________ +[ 19453] By: rgs on 2003/05/08 18:42:16 + Log: Remove duplicate entries from perldiag + Branch: perl + ! pod/perldiag.pod +____________________________________________________________________________ +[ 19452] By: jhi on 2003/05/08 18:12:46 + Log: Subject: Re: [perl #17718] %tiedhash in bool context doesn't check if hash is empty + From: sthoenna@efn.org (Yitzchak Scott-Thoennes) + Date: Wed, 07 May 2003 15:27:07 -0700 + Message-ID: <7gYu+gzkgaFU092yn@efn.org> + Branch: perl + ! pod/perldata.pod pod/perldiag.pod pod/perltie.pod pp.c + ! pp_hot.c t/op/magic.t +____________________________________________________________________________ +[ 19451] By: jhi on 2003/05/08 17:47:13 + Log: Tiny nit from mjd. + Branch: perl + ! lib/Tie/File.pm +____________________________________________________________________________ +[ 19450] By: jhi on 2003/05/08 17:46:26 + Log: Upgrade to Tie::File 0.95. + Branch: perl + + lib/Tie/File/t/27_iwrite.t lib/Tie/File/t/28_mtwrite.t + + lib/Tie/File/t/29_downcopy.t lib/Tie/File/t/29a_upcopy.t + + lib/Tie/File/t/42_offset.t + ! lib/Tie/File.pm lib/Tie/File/t/00_version.t + ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/04_splice.t + ! lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/16_handle.t + ! lib/Tie/File/t/19_cache.t lib/Tie/File/t/21_win32.t + ! lib/Tie/File/t/25_gen_nocache.t lib/Tie/File/t/26_twrite.t + ! lib/Tie/File/t/30_defer.t +____________________________________________________________________________ +[ 19449] By: jhi on 2003/05/08 17:35:10 + Log: Subject: [perl #22141] patch for Time::HiRes to get rid of -lrt on linux + From: Marc Lehmann (via RT) + Message-Id: + Date: 8 May 2003 00:42:18 -0000 + Branch: perl + ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm + ! ext/Time/HiRes/Makefile.PL +____________________________________________________________________________ +[ 19448] By: jhi on 2003/05/08 17:27:47 + Log: Subject: [PATCH] alphabetize perldiag.pod + From: Ronald J Kimball + Date: Thu, 8 May 2003 11:52:39 -0400 + Message-ID: <20030508155239.GC1495587@linguist.thayer.dartmouth.edu> + Branch: perl + ! pod/perldiag.pod +____________________________________________________________________________ +[ 19447] By: jhi on 2003/05/08 17:19:06 + Log: Subject: [PATCH] [perl #22127] get(av|cv|hv|sv) added to Devel::PPPort + From: Tassilo von Parseval + Date: Thu, 08 May 2003 08:42:20 +0200 + Message-id: <20030508064220.GA763@ethan> + Branch: perl + ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm + ! ext/Devel/PPPort/t/test.t +____________________________________________________________________________ +[ 19445] By: jhi on 2003/05/08 05:21:44 + Log: A variant of + + Subject: Re: 0 is not perl (was Re: Report /export/home/nwc10/Gripping-Smoke/Smoke) + From: enache@rdslink.ro (Enache Adrian) + Date: Tue, 22 Apr 2003 02:54:05 +0300 + Message-ID: <20030421235405.GA1162@ratsnest.hole> + + to quench the black smoke from the BSD builds. + Branch: perl + ! lib/ExtUtils/MM_Unix.pm +____________________________________________________________________________ +[ 19444] By: rgs on 2003/05/07 20:25:45 + Log: Subject: Re: [DOC PATCH] & More File::Path issues + From: Casey West + Date: Mon, 5 May 2003 13:25:47 -0400 + Message-ID: <20030505172547.GB20508@geeknest.com> + Branch: perl + ! lib/File/Path.pm +____________________________________________________________________________ +[ 19443] By: jhi on 2003/05/07 20:03:58 + Log: Spelling correction from Nicholas Clark. + Branch: perl + ! ext/POSIX/POSIX.pod +____________________________________________________________________________ +[ 19440] By: jhi on 2003/05/07 19:20:53 + Log: One more possible extensions permutation. + Branch: perl + ! Configure +____________________________________________________________________________ +[ 19437] By: jhi on 2003/05/07 16:58:21 + Log: Allow platforms to manipulate their archname by creating + a archname.cbu in their hints files. + Branch: perl + ! Configure +____________________________________________________________________________ +[ 19436] By: jhi on 2003/05/07 16:53:26 + Log: More long double logic from Alan Burlison. + Branch: perl + ! Configure +____________________________________________________________________________ +[ 19435] By: jhi on 2003/05/06 15:21:55 + Log: Worth a try for [perl #17146] + Branch: perl + ! ext/IO/poll.c +____________________________________________________________________________ +[ 19433] By: jhi on 2003/05/06 05:12:23 + Log: Document which interfaces are NOT Unicode-aware. + Branch: perl + ! pod/perltodo.pod pod/perlunicode.pod +____________________________________________________________________________ +[ 19432] By: rgs on 2003/05/05 20:31:22 + Log: Subject: [PATCH] [perl #8063] perlfilter doesn't mention potential DATA clobber + From: Casey West + Date: Mon, 28 Apr 2003 11:07:36 -0400 + Message-ID: <20030428150736.GD62281@geeknest.com> + Branch: perl + ! pod/perlfilter.pod +____________________________________________________________________________ +[ 19431] By: rgs on 2003/05/05 20:07:33 + Log: Subject: [patch] Re: [perl #21728] regexp SEGV + From: Enache Adrian + Date: Fri, 28 Mar 2003 23:53:09 +0200 + Message-ID: <20030328215309.GA6413@ratsnest.hole> + (with minor tweaks) + Branch: perl + ! embed.fnc embed.h global.sym proto.h regexec.c scope.c scope.h +____________________________________________________________________________ +[ 19430] By: rgs on 2003/05/05 20:01:36 + Log: Fix doc bug #22067, noticed by Mark Knutsen + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 19429] By: rgs on 2003/05/05 18:59:59 + Log: Fix : the svr5 hints file doesn't propagate libswanted with + threads enabled. Now threads are OK on OpenUNIX 8, except a + mysterious failure in ext/POSIX/t/sigaction.t. + Branch: perl + ! hints/svr5.sh +____________________________________________________________________________ +[ 19428] By: jhi on 2003/05/05 16:54:34 + Log: Snip away the perlunicode slowness demo since the new + caching scheme should help things a bit. + Branch: perl + ! pod/perlunicode.pod +____________________________________________________________________________ +[ 19427] By: jhi on 2003/05/05 16:14:09 + Log: Subject: Re: Minor change to strict.pm. Who? How? + From: Adam Kennedy + Date: Wed, 30 Apr 2003 00:02:40 +1000 + Message-ID: <3EAE8600.2000806@ali.as> + + Subject: [PATCH] Re: Minor change to strict.pm. Who? How? + From: Michael G Schwern + Date: Tue, 29 Apr 2003 12:26:32 -0700 + Message-ID: <20030429192632.GA6129@windhund.schwern.org> + Branch: perl + ! lib/strict.pm +____________________________________________________________________________ +[ 19426] By: jhi on 2003/05/05 15:48:57 + Log: Subject: [DOC PATCH] missing ')' in File::Path docs + From: "Jos I.Boumans" + Date: 30 Apr 2003 09:45:16 -0000 + Message-ID: <20030430114513165+0200@nntp.perl.org> + Branch: perl + ! lib/File/Path.pm +____________________________________________________________________________ +[ 19425] By: jhi on 2003/05/05 15:47:19 + Log: Subject: [PATCH pod/perlmod.pod] Simpler $Revision$ based $VERSION. Plus, repentance! + From: Michael G Schwern + Date: Sat, 3 May 2003 15:30:16 -0700 + Message-ID: <20030503223016.GE1234@windhund.schwern.org> + Branch: perl + ! pod/perlmod.pod +____________________________________________________________________________ +[ 19424] By: jhi on 2003/05/05 15:44:39 + Log: Subject: [PATCH] [perl #3096] undefing hash with object values + From: Dave Mitchell + Date: Thu, 1 May 2003 21:06:57 +0100 + Message-ID: <20030501200657.GA25456@fdgroup.com> + Branch: perl + ! hv.c t/op/undef.t +____________________________________________________________________________ +[ 19423] By: jhi on 2003/05/05 15:42:58 + Log: Subject: Re: hv.c patch - pathological hashes too easy + From: "Tye McQueen" + Date: Thu, 1 May 2003 13:34:50 -0500 (CDT) + Message-Id: <200305011834.h41IYoE08503@metronet.com> + Branch: perl + ! hv.c +____________________________________________________________________________ +[ 19422] By: jhi on 2003/05/05 15:40:02 + Log: Subject: [PATCH] [perl #18341] random nits in perlrequick.pod + From: Casey West + Date: Tue, 29 Apr 2003 16:14:20 -0400 + Message-ID: <20030429201420.GT62281@geeknest.com> + Branch: perl + ! pod/perlrequick.pod +____________________________________________________________________________ +[ 19421] By: jhi on 2003/05/05 15:38:23 + Log: Subject: [PATCH] ExtUtils::Install and the don't-really-do-it switch + From: Slaven Rezic + Date: Thu, 24 Apr 2003 00:42:11 +0200 (CEST) + Message-Id: <200304232242.h3NMgBqD028515@vran.herceg.de> + Branch: perl + ! lib/ExtUtils/Install.pm lib/ExtUtils/t/Install.t +____________________________________________________________________________ +[ 19420] By: jhi on 2003/05/05 15:36:39 + Log: Subject: [PATCH 5.8.0 UTIL] h2xs generates false comments about ABSTRACT + From: Steve Hay + Date: Wed, 30 Apr 2003 09:52:30 +0100 + Message-ID: <3EAF8ECE.8060403@uk.radan.com> + Branch: perl + ! utils/h2xs.PL +____________________________________________________________________________ +[ 19419] By: jhi on 2003/05/05 08:20:34 + Log: Reintroduce the mention of the fact that the Artistic/GPL + also are Perl's own licenses. + Branch: perl + ! pod/perlartistic.pod pod/perlgpl.pod +____________________________________________________________________________ +[ 19418] By: jhi on 2003/05/05 07:23:57 + Log: Switch the new perlio way of opening anonymous temporary files + open my $fh, '+>', undef + to using File::Temp. Test it, and test also the "accidental + feature" of +< working the same way. + This should address [perl #21937]. + Branch: perl + + ext/PerlIO/t/open.t + ! MANIFEST perlio.c pod/perlfunc.pod +____________________________________________________________________________ +[ 19417] By: jhi on 2003/05/05 05:52:47 + Log: perlartistic and perlgpl reformatting from Sean Burke. + Branch: perl + ! pod/perlartistic.pod pod/perlgpl.pod +____________________________________________________________________________ +[ 19416] By: jhi on 2003/05/05 05:33:43 + Log: pack/unpack fixes from Wolfgang Laun: + - fix bug in UNICOS (where SIZE16 != sizeof(short)) + - introduce and use new internal pack/unpack API + (packlist, unpackstring) + that does away with the unused arguments in the old API + (pack_cat, unpack_str). + Branch: perl + ! embed.fnc embed.h global.sym pod/perlapi.pod pp_pack.c proto.h +____________________________________________________________________________ +[ 19415] By: jhi on 2003/05/05 04:58:39 + Log: Subject: [PATCH] Embed.t flushing problem + From: "Craig A. Berry" + Date: Sun, 04 May 2003 16:25:38 -0500 + Message-ID: <3EB58552.2070207@mac.com> + Branch: perl + ! lib/ExtUtils/t/Embed.t +____________________________________________________________________________ +[ 19414] By: jhi on 2003/05/05 04:52:37 + Log: Doc nit from mjd. + Branch: perl + ! ext/DB_File/DB_File.pm +____________________________________________________________________________ +[ 19413] By: ams on 2003/05/05 04:03:10 + Log: None of that "our" stuff here, please. + Branch: perl + ! ext/Storable/t/tied.t +____________________________________________________________________________ +[ 19412] By: ams on 2003/05/05 03:57:06 + Log: Oops. More Storable 2.07 preparations. + Branch: perl + ! ext/Storable/README ext/Storable/Storable.pm +____________________________________________________________________________ +[ 19411] By: ams on 2003/05/05 03:53:44 + Log: Update changelog for 2.07 release. + Branch: perl + ! ext/Storable/ChangeLog +____________________________________________________________________________ +[ 19410] By: ams on 2003/05/05 03:31:36 + Log: Update Changes. + Branch: perl + ! Changes +____________________________________________________________________________ +[ 19409] By: ams on 2003/05/05 03:21:41 + Log: Subject: Re: Bug in Storable??? + From: Slaven Rezic + Date: 04 May 2003 18:00:40 +0200 + Message-Id: <87of2iwvkn.fsf@vran.herceg.de> + Branch: perl + ! ext/Storable/Storable.xs ext/Storable/t/integer.t +____________________________________________________________________________ +[ 19407] By: jhi on 2003/05/04 19:39:01 + Log: This way reads a bit better with pod2man. + Branch: perl + ! pod/perlartistic.pod pod/perlgpl.pod +____________________________________________________________________________ +[ 19406] By: jhi on 2003/05/04 12:01:00 + Log: Integrate from maint: + [ 18568] + Add the POSIX::sigaction() trick by Slaven Rezic + for [perl #17341]. + Branch: perl + !> pod/perlfunc.pod pod/perlipc.pod +____________________________________________________________________________ +[ 19401] By: jhi on 2003/05/04 09:25:48 + Log: Add Artistic as perlartistic and GPL (the Copying) as perlgpl; + regen perltoc, perlmodlib. The GPL added as verbatim as possible, + the perlartistic is a straightforward podification. + Branch: perl + + pod/perlartistic.pod pod/perlgpl.pod + ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlmodlib.PL + ! pod/perlmodlib.pod pod/perlmodstyle.pod pod/perltoc.pod +____________________________________________________________________________ +[ 19398] By: jhi on 2003/05/04 08:19:14 + Log: Doesn't make any difference for the test but is more logical. + Branch: perl + ! t/lib/Devel/switchd.pm +____________________________________________________________________________ +[ 19396] By: jhi on 2003/05/03 15:42:54 + Log: Plagued by thinkos tonight. + Branch: perl + ! lib/filetest.t +____________________________________________________________________________ +[ 19395] By: jhi on 2003/05/03 15:37:35 + Log: Must skip more. + Branch: perl + ! lib/filetest.t +____________________________________________________________________________ +[ 19394] By: jhi on 2003/05/03 15:30:45 + Log: Subject: Re: Does filetest work at all? + From: Slaven Rezic + Date: 03 May 2003 18:26:49 +0200 + Message-ID: <87ade4q9me.fsf@vran.herceg.de> + Branch: perl + ! lib/filetest.t pp_sys.c +____________________________________________________________________________ +[ 19393] By: jhi on 2003/05/03 05:34:21 + Log: Extra tweakage from Rafael for #19392. + Branch: perl + ! ext/B/B/Concise.pm lib/filetest.pm +____________________________________________________________________________ +[ 19392] By: jhi on 2003/05/03 05:33:04 + Log: Salvage 'use filetest "access"' from compiletime to runtime. + Branch: perl + ! dump.c op.c op.h pp_sys.c +____________________________________________________________________________ +[ 19391] By: jhi on 2003/05/03 05:19:23 + Log: Upgrade to Unicode 4.0.0. (Well, upgrade at least + the Unicode character database to 4.0.0.) + Branch: perl + + lib/unicore/HangulSyllableType.txt + + lib/unicore/NormalizationCorrections.txt + + lib/unicore/StandardizedVariants.txt + + lib/unicore/lib/Braille.pl lib/unicore/lib/Cypriot.pl + + lib/unicore/lib/InAegean.pl lib/unicore/lib/InCyprio.pl + + lib/unicore/lib/InKhmerS.pl lib/unicore/lib/InLimbu.pl + + lib/unicore/lib/InLinea2.pl lib/unicore/lib/InLinear.pl + + lib/unicore/lib/InMisce5.pl lib/unicore/lib/InOsmany.pl + + lib/unicore/lib/InPhonet.pl lib/unicore/lib/InShavia.pl + + lib/unicore/lib/InTaiLe.pl lib/unicore/lib/InTaiXua.pl + + lib/unicore/lib/InUgarit.pl lib/unicore/lib/InVaria2.pl + + lib/unicore/lib/InYijing.pl lib/unicore/lib/Limbu.pl + + lib/unicore/lib/LinearB.pl lib/unicore/lib/Osmanya.pl + + lib/unicore/lib/OtherIdS.pl lib/unicore/lib/Shavian.pl + + lib/unicore/lib/TaiLe.pl lib/unicore/lib/Ugaritic.pl + ! (edit 129 files) +____________________________________________________________________________ +[ 19390] By: jhi on 2003/05/03 04:52:09 + Log: Tru64: PerlIO_tell() was returning about one _megabyte_ for + the fp offset, which was quite a big larger than the input file, + which meant that the SvGROW tried to grow the file to about + 2**64-2**20, which made safesysrealloc() to understandably + croak (in argv.t). + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 19387] By: jhi on 2003/05/02 19:18:35 + Log: Regen Configure (no changes but that's fine). + Branch: perl + ! Configure +____________________________________________________________________________ +[ 19386] By: jhi on 2003/05/02 19:06:39 + Log: Subject: [PATCH] Re: maintperl on OpenUNIX 8 + From: Andy Dougherty + Date: Mon, 28 Apr 2003 12:24:38 -0400 (EDT) + Message-ID: + Branch: perl + ! Configure +____________________________________________________________________________ +[ 19385] By: jhi on 2003/05/02 19:01:04 + Log: Subject: [PATCH] OpenUNIX 8 support + From: Rafael Garcia-Suarez + Date: Fri, 2 May 2003 12:12:08 +0200 + Message-Id: <20030502121208.3d235027.rgarciasuarez@free.fr> + Branch: perl + ! Configure ext/Socket/socketpair.t hints/svr5.sh pp_sys.c +____________________________________________________________________________ +[ 19384] By: jhi on 2003/05/02 18:58:32 + Log: Subject: [PATCH win32/win32.c] silence compiler warnings + From: Abe Timmerman + Date: Fri, 2 May 2003 00:51:42 +0200 + Message-Id: <200305020051.43166.abe@ztreet.demon.nl> + Branch: perl + ! win32/win32.c +____________________________________________________________________________ +[ 19383] By: jhi on 2003/05/02 18:55:37 + Log: Subject: [PATCH win32/win32.h] Re: Smoke [5.9.0] 19367 FAIL(F) MSWin32 5.0 Service Pack 3 (x86/1 cpu) + From: Abe Timmerman + Date: Thu, 1 May 2003 18:34:35 +0200 + Message-Id: <200305011834.35685.abe@ztreet.demon.nl> + Branch: perl + ! win32/win32.h +____________________________________________________________________________ +[ 19382] By: jhi on 2003/05/02 18:50:25 + Log: Subject: [PATCH ext/POSIX/POSIX.pod] Deceptive POSIX exporting docs + From: Michael G Schwern + Date: Wed, 30 Apr 2003 18:19:32 -0700 + Message-ID: <20030501011932.GM701@windhund.schwern.org> + Branch: perl + ! ext/POSIX/POSIX.pod +____________________________________________________________________________ +[ 19381] By: jhi on 2003/05/02 15:12:47 + Log: Forgot to check in the -d: file. + Branch: perl + + t/lib/Devel/switchd.pm + ! MANIFEST t/run/switchd.t +____________________________________________________________________________ +[ 19380] By: jhi on 2003/05/02 15:02:04 + Log: Solaris: make -Duse64bitall'ed to have an archname of + sun4-solaris-64, from Alan Burlison. (The default is to not + to suffix anything with -Duse64bitall if longs are 64 bit. + This may lead into confusion and much sorrow if 32-bit binaries + and 64-bit binaries are installed under the same directories. + Why is "-64" or something like that the default? Well, there + are platforms where 64 bits really is the default default. + There adding a "-64" would be kind of odd. Better to let + each 64-bit capable platform to choose their archnames.) + Branch: perl + ! hints/solaris_2.sh +____________________________________________________________________________ +[ 19378] By: jhi on 2003/05/02 08:41:40 + Log: The [perl #21890] (Devel::Coverage breakage) has been fixed + by change #18589 (it was broken by change #9754); add test case. + Branch: perl + + t/run/switchd.t + ! MANIFEST +____________________________________________________________________________ +[ 19376] By: jhi on 2003/05/02 05:31:52 + Log: great_circle_direction() was broken, + reported by Alexander Becher. + Branch: perl + ! lib/Math/Trig.pm lib/Math/Trig.t +____________________________________________________________________________ +[ 19375] By: jhi on 2003/05/01 18:18:06 + Log: OS X: could not -Doptimize=-g. + Branch: perl + ! hints/darwin.sh +____________________________________________________________________________ +[ 19374] By: jhi on 2003/05/01 12:33:44 + Log: OS X test tweak. + Branch: perl + ! ext/Cwd/t/cwd.t +____________________________________________________________________________ +[ 19373] By: jhi on 2003/05/01 11:09:42 + Log: Subject: [PATCH] RE: perl@19333 + From: Robin Barker + Date: Tue, 29 Apr 2003 17:30:23 +0100 + Message-ID: <533D273D4014D411AB1D00062938C4D9040464F7@hotel.npl.co.uk> + Branch: perl + ! embed.pl pp_hot.c pp_pack.c proto.h +____________________________________________________________________________ +[ 19372] By: jhi on 2003/05/01 09:52:52 + Log: miniperl cannot handle layers.t. + Branch: perl + ! t/io/layers.t +____________________________________________________________________________ +[ 19371] By: jhi on 2003/05/01 08:26:06 + Log: The solution in change #19363 was too unportable. + Branch: perl + ! t/io/openpid.t +____________________________________________________________________________ +[ 19369] By: jhi on 2003/05/01 07:48:06 + Log: perlreftut updates from mjd. + Branch: perl + ! pod/perlreftut.pod +____________________________________________________________________________ +[ 19368] By: jhi on 2003/05/01 07:45:06 + Log: z/OS: More threaded build tweaks from Brian De Pradine-- + apparently now it works! + Branch: perl + ! ext/threads/threads.xs handy.h hints/os390.sh thread.h +____________________________________________________________________________ +[ 19367] By: rgs on 2003/04/29 20:31:07 + Log: Subject: [PATCH] buglet: sub a(;&) { } doesn't work + From: Enache Adrian + Date: Sat, 19 Apr 2003 01:41:07 +0300 + Message-ID: <20030418224107.GA2751@ratsnest.hole> + Branch: perl + ! t/comp/parser.t toke.c +____________________________________________________________________________ +[ 19366] By: jhi on 2003/04/29 08:55:12 + Log: If it's S_, it should be STATIC. + Branch: perl + ! embed.fnc embed.h numeric.c proto.h +____________________________________________________________________________ +[ 19365] By: sky on 2003/04/28 16:30:03 + Log: Subject: [PATCH] [perl #7592] Clarify what qw() does in scalar context + From: Casey West + Date: mŒn apr 28, 2003 16:00:05 Europe/Stockholm + Message-Id: <20030428140005.GC62281@geeknest.com> + Branch: perl + ! pod/perlop.pod +____________________________________________________________________________ +[ 19364] By: sky on 2003/04/28 16:20:43 + Log: Subject: [PATCH] [patch #7514] Bug in perlop regex explination + From: Casey West + Date: mŒn apr 28, 2003 19:22:06 Europe/Stockholm + Message-Id: <20030428172206.GK62281@geeknest.com> + Branch: perl + ! pod/perlop.pod +____________________________________________________________________________ +[ 19363] By: sky on 2003/04/28 15:32:35 + Log: Fix bug 2681, change the test not to use the shell and use 3+arg + open. + Branch: perl + ! t/io/openpid.t +____________________________________________________________________________ +[ 19359] By: jhi on 2003/04/28 08:43:23 + Log: Feel-good cleanup. + Branch: perl + ! intrpvar.h sv.c +____________________________________________________________________________ +[ 19358] By: jhi on 2003/04/28 08:27:15 + Log: SysV msg queues can be something hanging (witnessed in IRIX), + so let's use IPC_NOWAIT. + Branch: perl + ! ext/IPC/SysV/t/msg.t t/op/taint.t +____________________________________________________________________________ +[ 19357] By: jhi on 2003/04/28 06:32:47 + Log: Detecting errors of reentrant APIs: getgrgid_r and the like + when returning an int can either return the error in the return + value or in the errno. We need a new per-interp variable to store + the return value instead of clobbering the errno with it. The new + variable, PL_reentrant_retint, is only used within the reentrancy + framework, and immediately after it's set, so there should not be + similar visibility issues as for the errno. Spotted by Edward Moy. + Branch: perl + ! embedvar.h intrpvar.h perlapi.h reentr.c reentr.h reentr.pl +____________________________________________________________________________ +[ 19356] By: rgs on 2003/04/27 20:09:01 + Log: Newer glibc's nice(2) return the new nice value, instead of 0 or -1. + Check errno to see if the call to nice(2) succeeded. + Subject: Re: [PATCH++] all about the recent standard conforming glibc's nic + From: Enache Adrian + Date: Wed, 23 Apr 2003 22:48:20 +0300 + Message-ID: <20030423194820.GA874@ratsnest.hole> + Branch: perl + ! ext/POSIX/POSIX.xs +____________________________________________________________________________ +[ 19355] By: jhi on 2003/04/27 19:56:09 + Log: Document a faint compilation noise. + Branch: perl + ! README.aix +____________________________________________________________________________ +[ 19354] By: rgs on 2003/04/27 19:35:11 + Log: $[ clarifications. + Branch: perl + ! pod/perlvar.pod +____________________________________________________________________________ +[ 19353] By: rgs on 2003/04/27 18:51:37 + Log: utime() doc clarifications + based on : + Subject: Re: [PATCH] [perl #18589] Add NFS warning, clarify touch example + From: Casey West + Date: Fri, 25 Apr 2003 08:00:54 -0400 + Message-ID: <20030425120054.GQ34510@geeknest.com> + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 19351] By: jhi on 2003/04/27 08:13:34 + Log: Add a test case for [perl #15288] (already solved). + Branch: perl + ! t/op/pack.t +____________________________________________________________________________ +[ 19350] By: jhi on 2003/04/27 07:38:17 + Log: Add Dave Mitchell's test case for fields. + Branch: perl + ! lib/fields.t +____________________________________________________________________________ +[ 19349] By: jhi on 2003/04/27 06:50:09 + Log: Subject: [PATCH] VMS::Stdio test tweak + From: "Craig A. Berry" + Date: Sat, 26 Apr 2003 15:53:07 -0500 + Message-ID: <3EAAF1B3.7020708@mac.com> + Branch: perl + ! vms/ext/Stdio/test.pl +____________________________________________________________________________ +[ 19348] By: jhi on 2003/04/27 06:46:16 + Log: Subject: Re: [COMPLETE PATCH lib/UNIVERSAL.pm] RE: [perl #22018] UNIVERSAL documentatio n contradicts itself + From: Casey West + Date: Thu, 24 Apr 2003 08:18:42 -0400 + Message-ID: <20030424121842.GW34510@geeknest.com> + Branch: perl + ! lib/UNIVERSAL.pm +____________________________________________________________________________ +[ 19346] By: jhi on 2003/04/27 06:03:48 + Log: Document that restricted hashes are not atomic + (from Dave Mitchell). + Branch: perl + ! lib/Hash/Util.pm +____________________________________________________________________________ +[ 19345] By: jhi on 2003/04/27 05:59:39 + Log: Subject: [PATCH] Re: the revenge of the bride of the son of the night of the living pseudohashes + From: Dave Mitchell + Date: Sat, 26 Apr 2003 18:45:28 +0100 + Message-ID: <20030426174528.GA9588@fdgroup.com> + Branch: perl + ! hv.c lib/Hash/Util.t pod/perldiag.pod +____________________________________________________________________________ +[ 19344] By: rgs on 2003/04/26 22:48:32 + Log: Some doc patches by Casey West : + + Subject: Re: [PATCH] Re: [perl #21260] adding error handling info to perlfunc/readline + From: Casey West + Date: Fri, 25 Apr 2003 10:46:39 -0400 + Message-ID: <20030425144639.GY34510@geeknest.com> + + Subject: Re: [perl #21785] [PATCH] clarify readdir in for conditional + From: Casey West + Date: Fri, 25 Apr 2003 07:52:13 -0400 + Message-ID: <20030425115213.GP34510@geeknest.com> + + Subject: Re: [perl #7213] [PATCH] Updating example in perldata + From: Casey West + Date: Thu, 24 Apr 2003 21:27:22 -0400 + Message-ID: <20030425012722.GN34510@geeknest.com> + Branch: perl + ! pod/perldata.pod pod/perlfunc.pod pod/perlsyn.pod +____________________________________________________________________________ +[ 19343] By: rgs on 2003/04/26 22:30:07 + Log: Document that splice() doesn't extend arrays + Subject: Re: slice autoextending ? still another revised doc patch; COW + From: david nicol + Date: 22 Apr 2003 22:05:02 -0500 + Message-Id: <1051067101.1086.113.camel@plaza.davidnicol.com> + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 19342] By: sky on 2003/04/26 21:43:32 + Log: Fix bug #15161 by increasing the refcount on the RE and making + sure to restore it correctly. Deals with both s//e and s///g. + Branch: perl + ! pp_ctl.c pp_hot.c +____________________________________________________________________________ +[ 19341] By: jhi on 2003/04/26 04:36:03 + Log: Integrate: + [ 19340] + Caught by Mark Lutz in UNICOS: A declaration cannot appear + after an executable statement in a block. + Branch: perl + !> pp_pack.c +____________________________________________________________________________ +[ 19337] By: jhi on 2003/04/25 20:19:36 + Log: Now the -Dnoextensions and -Dnoextensions have the + chance of actually doing something. + Branch: perl + ! Configure +____________________________________________________________________________ +[ 19334] By: jhi on 2003/04/25 19:48:31 + Log: Subject: [PATCH] Configure's extension sanity check is too strict + From: Andy Dougherty + Date: Fri, 25 Apr 2003 16:23:45 -0400 (EDT) + Message-ID: + Branch: perl + ! Configure +____________________________________________________________________________ +[ 19330] By: jhi on 2003/04/25 14:11:33 + Log: Subject: [PATCH Encode 1.93] another spin on the enc_module.t merry-go-round + From: "Craig A. Berry" + Date: Thu, 24 Apr 2003 20:09:48 -0500 + Message-ID: <3EA88ADC.3000300@mac.com> + Branch: perl + ! ext/Encode/t/enc_module.t +____________________________________________________________________________ +[ 19329] By: jhi on 2003/04/25 07:06:49 + Log: Upgrade to Time::HiRes 1.46. + Branch: perl + ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm + ! ext/Time/HiRes/Makefile.PL +____________________________________________________________________________ +[ 19328] By: jhi on 2003/04/25 06:57:10 + Log: Subject: typo in Time::HiRes docs + From: mjd@plover.com + Date: 19 Apr 2003 15:13:44 -0000 + Message-ID: <20030419151344.28237.qmail@plover.com> + Branch: perl + ! ext/Time/HiRes/HiRes.pm +____________________________________________________________________________ +[ 19327] By: jhi on 2003/04/25 04:45:05 + Log: Clarify(?) the perlio default layers table. + Branch: perl + ! lib/PerlIO.pm t/io/layers.t +____________________________________________________________________________ +[ 19326] By: jhi on 2003/04/25 04:22:49 + Log: Upgrade to Test::Harness 2.28. + Branch: perl + ! lib/Test/Harness.pm lib/Test/Harness/Changes + ! lib/Test/Harness/t/pod.t +____________________________________________________________________________ +[ 19325] By: jhi on 2003/04/24 19:06:29 + Log: Upgrade to Encode 1.93. + Branch: perl + ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Makefile.PL + ! ext/Encode/lib/Encode/CJKConstants.pm + ! ext/Encode/lib/Encode/CN/HZ.pm + ! ext/Encode/lib/Encode/Encoding.pm + ! ext/Encode/lib/Encode/Guess.pm + ! ext/Encode/lib/Encode/KR/2022_KR.pm + ! ext/Encode/lib/Encode/PerlIO.pod ext/Encode/t/CJKT.t + ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_module.t + ! ext/Encode/t/guess.t ext/Encode/ucm/euc-cn.ucm + ! ext/Encode/ucm/euc-jp.ucm ext/Encode/ucm/euc-kr.ucm +____________________________________________________________________________ +[ 19323] By: jhi on 2003/04/24 16:57:13 + Log: VMS patch for faststdio from Craig Berry. + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 19320] By: rgs on 2003/04/23 20:20:58 + Log: Subject: Re: [PATCH] [perl #18055] Clarify for bug resolution. + From: Casey West + Date: Wed, 23 Apr 2003 14:03:20 -0400 + Message-ID: <20030423180320.GZ15574@geeknest.com> + Branch: perl + ! pod/perlmodlib.PL pod/perlmodlib.pod +____________________________________________________________________________ +[ 19319] By: rgs on 2003/04/23 19:54:31 + Log: Subject: [perl #22011] [PATCH] pod/perlmod.pod (v5.8.0) + From: Chris Pepper (via RT) + Date: 22 Apr 2003 04:31:17 -0000 + Message-Id: + (with minor further corrections) + Branch: perl + ! pod/perlmod.pod +____________________________________________________________________________ +[ 19316] By: rgs on 2003/04/23 19:11:01 + Log: A new fatal error : + Subject: [PATCH] Perl_croak("Use of freed value in iteration") + From: Dave Mitchell + Date: Mon, 21 Apr 2003 13:19:50 +0100 + Message-ID: <20030421121950.GB18189@fdgroup.com> + Message-ID: <20030421125433.GC18189@fdgroup.com> + Branch: perl + ! pod/perldiag.pod pp_hot.c t/cmd/for.t +____________________________________________________________________________ +[ 19314] By: jhi on 2003/04/23 18:53:46 + Log: Introduce 'fast stdio' symbols to non-Configure lands. + Branch: perl + ! NetWare/config.wc NetWare/config_H.wc configure.com + ! epoc/config.sh plan9/config.plan9 plan9/config_h.sample + ! plan9/config_sh.sample uconfig.h uconfig.sh 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 wince/config.ce wince/config_H.ce +____________________________________________________________________________ +[ 19312] By: jhi on 2003/04/23 18:21:47 + Log: Regen Configure, Glossary, et alia. + Branch: perl + ! Configure Porting/Glossary Porting/config.sh Porting/config_H + ! config_h.SH +____________________________________________________________________________ +[ 19310] By: jhi on 2003/04/23 08:34:33 + Log: Handle the combination of dosish and non-faststdio. + Branch: perl + ! t/io/layers.t +____________________________________________________________________________ +[ 19308] By: rgs on 2003/04/22 20:53:20 + Log: Subject: 5.8.0: two problems + From: Ilya Zakharevich + Date: Tue, 22 Apr 2003 11:43:17 -0700 + Message-ID: <20030422184316.GA8602@math.berkeley.edu> + Branch: perl + ! XSUB.h +____________________________________________________________________________ +[ 19307] By: ams on 2003/04/22 16:39:51 + Log: Subject: [PATCH] Doc pointers in perlbot. + From: Casey West + Date: Tue, 22 Apr 2003 11:19:09 -0400 + Message-Id: <20030422151909.GC11119@geeknest.com> + (Applied by hand.) + Branch: perl + ! pod/perlbot.pod +____________________________________________________________________________ +[ 19306] By: jhi on 2003/04/22 13:09:21 + Log: z/OS: changes for building threaded from "Brian De Pradine" + . + Branch: perl + ! Makefile.SH hints/os390.sh thread.h util.c +____________________________________________________________________________ +[ 19305] By: jhi on 2003/04/22 11:42:35 + Log: Enache's turn. + Branch: perl + ! ext/Encode/t/enc_module.t +____________________________________________________________________________ +[ 19304] By: jhi on 2003/04/22 10:48:47 + Log: Re-merge Encode 1.92. + Branch: perl + ! ext/Encode/Makefile.PL ext/Encode/t/enc_module.t +____________________________________________________________________________ +[ 19302] By: jhi on 2003/04/22 05:26:21 + Log: Argh, cut-and-pasto. + Branch: perl + ! perlio.c +____________________________________________________________________________ +[ 19301] By: sky on 2003/04/21 21:33:14 + Log: Fix bug 17964 by properly refcounting the gv top. + Seems like the entries in rsfp are way different than + normal PVIO objects. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 19300] By: rgs on 2003/04/21 19:42:04 + Log: Fix another segfault case (warn called from UNIVERSAL::DESTROY). + + Subject: Re: [perl #21347] segfault in UNIVERSAL::AUTOLOAD + From: Enache Adrian + Date: Sun, 20 Apr 2003 02:45:48 +0300 + Message-ID: <20030419234548.GA849@ratsnest.hole> + and + Date: Wed, 2 Apr 2003 07:52:28 +0300 + Message-ID: <20030402045227.GA1023@ratsnest.hole> + Branch: perl + ! pp_sys.c t/op/ref.t util.c +____________________________________________________________________________ +[ 19299] By: sky on 2003/04/21 17:05:31 + Log: Croak on non ref to shared methods instead of segfault. + This can really only happen for &share("string"). + Branch: perl + ! ext/threads/shared/shared.xs +____________________________________________________________________________ +[ 19297] By: jhi on 2003/04/21 16:24:36 + Log: Add OpenZaurus cross-compilation patches. + Branch: perl + + Cross/Makefile Cross/Makefile.SH.patch Cross/TODO Cross/config + + Cross/config.sh-arm-linux Cross/generate_config_sh + + Cross/installperl.patch Cross/warp + ! Cross/README INSTALL MANIFEST +____________________________________________________________________________ +[ 19289] By: sky on 2003/04/21 13:24:40 + Log: Fixes bug #17043, resets PL_srand_called before the cloning. + Allows people to override the resetting by using srand() in CLONE. + Branch: perl + ! ext/threads/t/thread.t ext/threads/threads.xs +____________________________________________________________________________ +[ 19286] By: jhi on 2003/04/21 06:50:42 + Log: Introduce two new Configure symbols: + [1] d_faststdio = d_stdstdio && d_stdio_ptr_lval && + (d_stdio_cnt_lval || d_stdio_ptr_lval_sets_cnt) + [2] usefaststdio = do we use fast stdio if we have it? + For 5.[68], we do. For anything else, we don't. + (At least, unless otherwise instructed by -Dusefaststdio.) + This means that for bleadperl we no more use stdio, but instead + default to perlio: the effect of PERLIO=perlio, in other words. + (PERLIO=stdio will still switch to using stdio.) + This change may endanger extensions using FILE*-- but if we are + to migrate fully to perlio, better start swallowing the poison now. + For maintperl, the usefaststdio still defaults to yes. + Branch: perl + ! Configure config_h.SH perlio.c t/io/layers.t +____________________________________________________________________________ +[ 19285] By: jhi on 2003/04/21 05:43:55 + Log: Upgrade to Locale::Maketext 1.05. + Branch: perl + ! lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog +____________________________________________________________________________ +[ 19284] By: jhi on 2003/04/21 05:40:34 + Log: Upgrade to Test 1.24. + Branch: perl + ! lib/Test.pm +____________________________________________________________________________ +[ 19283] By: rgs on 2003/04/20 22:01:28 + Log: Subject: [PATCH] goto &sub doesn't empty @_ + From: Dave Mitchell + Date: Sun, 20 Apr 2003 21:46:51 +0100 + Message-ID: <20030420204651.GE15591@fdgroup.com> + Branch: perl + ! pp_ctl.c +____________________________________________________________________________ +[ 19282] By: rgs on 2003/04/20 21:22:29 + Log: Remove, in the main Makefile, the $(LDLIBPTH) variable from + the commands that invoke $(CC). + Subject: Re: Smoke failure + From: Enache Adrian + Date: Fri, 18 Apr 2003 19:06:07 +0300 + Message-ID: <20030418160606.GA797@ratsnest.hole> + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 19281] By: rgs on 2003/04/20 19:53:53 + Log: Subject: Re: [perl #22000] AutoReply: [PATCH] Naughty sv_gets/RsRECORD bug + From: Enache Adrian + Date: Sat, 19 Apr 2003 20:12:18 +0300 + Message-ID: <20030419171218.GA974@ratsnest.hole> + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 19280] By: rgs on 2003/04/20 18:55:40 + Log: Document PERL_DEBUGGING_MSTATS in INSTALL and in the Win32 Makefile. + Subject: [DOC PATCH 5.8.0] Re: Problem with Devel::Peek on Perl 5.8.0 + From: Steve Hay + Date: Wed, 16 Apr 2003 11:12:22 +0100 + Message-ID: <3E9D2C86.8040104@uk.radan.com> + Branch: perl + ! INSTALL win32/Makefile +____________________________________________________________________________ +[ 19278] By: jhi on 2003/04/20 07:42:17 + Log: Give more information of what to do when -Dusexxx fail. + Branch: perl + ! Configure +____________________________________________________________________________ +[ 19277] By: rgs on 2003/04/19 19:40:22 + Log: Fix bug #21347 (segfault in UNIVERSAL::AUTOLOAD with qr//) + by adding a dummy destructor method Regexp::DESTROY. + This prevents infinite recursion, since Regexp::DESTROY + is no more autoloaded. + + Subject: Re: [perl #21347] segfault in UNIVERSAL::AUTOLOAD + From: Enache Adrian + Date: Wed, 2 Apr 2003 05:02:42 +0300 + Message-ID: <20030402020242.GA2966@ratsnest.hole> + Branch: perl + ! ext/B/t/stash.t t/op/ref.t universal.c +____________________________________________________________________________ +[ 19276] By: rgs on 2003/04/19 19:32:25 + Log: Subject: Re: [PATCH] [perl #21875] Hash ref transformed as a list + From: Dave Mitchell + Date: Sat, 19 Apr 2003 20:06:51 +0100 + Message-ID: <20030419190651.GD13333@fdgroup.com> + Branch: perl + ! t/comp/parser.t toke.c +____________________________________________________________________________ +[ 19275] By: jhi on 2003/04/19 18:52:24 + Log: Restore the two variables retired by the change #19268 + (for binary backward compatibility) + Branch: perl + ! embedvar.h perlapi.h thrdvar.h +____________________________________________________________________________ +[ 19273] By: jhi on 2003/04/19 17:36:33 + Log: Fail if the specified -Duse64xxx cannot be fulfilled. + (And undo a doublesize probe glitch from change #19272.) + Branch: perl + ! Configure +____________________________________________________________________________ +[ 19272] By: jhi on 2003/04/19 16:38:12 + Log: If long doubles fail, we really cannot sensibly + drop back to doubles anymore, therefore abort. + Pointed out by Slaven Rezic. (I tried to fix this + via metaconfig but ended up with a vicious cyclic + dependency.) + Branch: perl + ! Configure +____________________________________________________________________________ +[ 19270] By: jhi on 2003/04/19 12:09:21 + Log: Upgrade to Net::Ping 2.30. + Branch: perl + ! lib/Net/Ping.pm lib/Net/Ping/Changes + ! lib/Net/Ping/t/450_service.t +____________________________________________________________________________ +[ 19269] By: jhi on 2003/04/19 07:10:57 + Log: Bump the test count. + Branch: perl + ! ext/Storable/t/tied.t +____________________________________________________________________________ +[ 19268] By: jhi on 2003/04/19 07:06:13 + Log: Subject: [PATCH] allow recursive FETCHes + From: Dave Mitchell + Date: Mon, 7 Apr 2003 10:00:41 +0100 + Message-ID: <20030407100041.A1617@fdgroup.com> + Branch: perl + ! av.c dump.c embed.fnc embed.h embedvar.h + ! ext/Storable/t/st-dump.pl hv.c perl.c perlapi.h proto.h sv.c + ! sv.h t/op/tie.t thrdvar.h +____________________________________________________________________________ +[ 19267] By: jhi on 2003/04/19 06:54:34 + Log: Subject: [PATCH] readline.t tweak for VMS + From: "Craig A. Berry" + Date: Thu, 17 Apr 2003 17:18:19 -0500 + Message-ID: <3E9F282B.6090603@mac.com> + Branch: perl + ! t/op/readline.t +____________________________________________________________________________ +[ 19266] By: jhi on 2003/04/19 06:46:48 + Log: Subject: [PATCH] Re: any takers for this Storable bug? + From: Enache Adrian + Date: Wed, 16 Apr 2003 21:11:11 +0300 + Message-ID: <20030416181111.GA6687@ratsnest.hole> + + ams had already fixed the bug by #19227, but take the + test case. + Branch: perl + ! ext/Storable/t/tied.t +____________________________________________________________________________ +[ 19265] By: sky on 2003/04/19 00:40:42 + Log: Don't use the stack to allocate a SV that we hand out to another + function, only badness can ensure. + Message-Id: <20030418180131.GD10086@fdgroup.com> + Thanks go to Dave Mitchell for help in tracking down the bug! + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 19264] By: jhi on 2003/04/18 19:28:04 + Log: UTF8 regexp patch from Inaba Hiroto. + Branch: perl + ! regcomp.c t/op/pat.t +____________________________________________________________________________ +[ 19263] By: jhi on 2003/04/18 19:16:43 + Log: Unused variables. + Branch: perl + ! perlio.c universal.c +____________________________________________________________________________ +[ 19262] By: sky on 2003/04/17 20:02:33 + Log: Another needle in the voodoo doll. + Now I think it should work with the shared + strings. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 19254] By: sky on 2003/04/17 17:31:52 + Log: Extreme Voodoo programming, by not pinching the SV if it is a + PADTMP it happily keeps it's value later on! + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 19253] By: jhi on 2003/04/17 17:09:16 + Log: Implement -Dnoextensions=... and -Donlyextensions=... + Branch: perl + ! Configure INSTALL +____________________________________________________________________________ +[ 19252] By: ams on 2003/04/17 16:19:31 + Log: Speculative fix: don't set GvNAMELEN to 1 if GvNAME is "". + Anything that's broken by this change should be fixed. + Branch: perl + ! gv.c +____________________________________________________________________________ +[ 19251] By: jhi on 2003/04/17 15:39:56 + Log: Introduce the new *l APIs, undefined, to non-Configure lands. + Branch: perl + ! NetWare/config.wc NetWare/config_H.wc configure.com + ! djgpp/configure.bat epoc/config.sh plan9/config.plan9 + ! plan9/config_h.sample plan9/config_sh.sample 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 wince/config.ce wince/config_H.ce +____________________________________________________________________________ +[ 19250] By: jhi on 2003/04/17 15:07:08 + Log: Regen Glossary et alia. + Branch: perl + ! Porting/Glossary Porting/config.sh Porting/config_H +____________________________________________________________________________ +[ 19248] By: jhi on 2003/04/17 14:53:41 + Log: Small tidying up of the selectminbits code, but most + importantly allocate the buffer from the heap using + malloc, not from the stack: using stack causes unaligned + access in LP64 Solaris since stack data is not guaranteed + to be 64-bit aligned, while a fd_set is (it has 1024 longs). + (via Alan Burlison) + Branch: perl + ! Configure +____________________________________________________________________________ +[ 19247] By: ams on 2003/04/17 12:24:57 + Log: Subject: Re: [perl #21950] 5.8.x -- :scalar and magic strings + From: Enache Adrian + Date: Thu, 17 Apr 2003 14:35:36 +0300 + Message-Id: <20030417113536.GA898@ratsnest.hole> + Branch: perl + ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t +____________________________________________________________________________ +[ 19245] By: jhi on 2003/04/17 09:20:27 + Log: Document that the open pragma does not affect + the three-headed hydra, ummm, open. + Branch: perl + ! lib/open.pm +____________________________________________________________________________ +[ 19244] By: jhi on 2003/04/17 06:45:26 + Log: More maneuvering closer to proposed POSIX classes + mapping to Unicode: (1) The definitions of "graph" and + "print" are still in flux: move closer back to how Perl + 5.8.0 defined it (though drop Co, that did not make sense) + (2) Add U+0085 (NEL) to "space". + Branch: perl + ! lib/unicore/lib/Graph.pl lib/unicore/lib/Print.pl + ! lib/unicore/lib/Space.pl lib/unicore/mktables +____________________________________________________________________________ +[ 19243] By: jhi on 2003/04/17 05:29:24 + Log: Detect the 'fast stdio' case. + Branch: perl + ! lib/PerlIO.pm t/io/layers.t +____________________________________________________________________________ +[ 19242] By: jhi on 2003/04/16 20:14:01 + Log: Fix up Larry's copyright statements to my best knowledge. + (Lots of Perl 5 source code archaeology was involved.) + Larry didn't make strangled noises when I showed him + the patch, either :-) + Branch: perl + ! EXTERN.h INTERN.h Porting/pumpkin.pod README XSUB.h av.c av.h + ! cc_runtime.h cop.h cv.h deb.c doio.c doop.c dosish.h dump.c + ! embed.h embed.pl embedvar.h fakesdio.h fakethr.h form.h + ! global.sym globals.c gv.c gv.h handy.h hv.c hv.h keywords.h + ! keywords.pl locale.c mg.c mg.h miniperlmain.c nostdio.h + ! numeric.c op.c op.h opcode.h opcode.pl opnames.h pad.c pad.h + ! patchlevel.h perl.c perl.h perlapi.c perlapi.h perlio.h + ! perlsdio.h perlsfio.h perlvars.h pp.c pp.h pp_ctl.c pp_hot.c + ! pp_pack.c pp_sort.c pp_sys.c proto.h reentr.c reentr.h + ! reentr.pl regcomp.c regcomp.h regexec.c regexp.h run.c scope.c + ! scope.h sv.c sv.h taint.c thrdvar.h thread.h toke.c + ! universal.c unixish.h utf8.c utf8.h utfebcdic.h util.c util.h + ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y + ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c + ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c xsutils.c +____________________________________________________________________________ +[ 19241] By: jhi on 2003/04/16 17:24:24 + Log: Handle PERLIO= and document a bit. + Branch: perl + ! lib/PerlIO.pm pod/perlrun.pod t/io/layers.t +____________________________________________________________________________ +[ 19240] By: sky on 2003/04/16 16:27:43 + Log: Fix double join problem for those places where free + actually means free (solaris for example :) + Fixes bug #16681 + Branch: perl + ! ext/threads/t/join.t ext/threads/threads.xs +____________________________________________________________________________ +[ 19239] By: jhi on 2003/04/16 14:57:47 + Log: Try to get the layers.t working also for dosish platforms. + Branch: perl + ! lib/PerlIO.pm t/io/layers.t +____________________________________________________________________________ +[ 19238] By: jhi on 2003/04/16 13:27:24 + Log: A -C parsed from the #! line can still have line endings in it. + Branch: perl + ! util.c +____________________________________________________________________________ +[ 19237] By: jhi on 2003/04/16 13:23:37 + Log: What does an empty PERLIO= mean, anyway? + Branch: perl + ! t/io/layers.t +____________________________________________________________________________ +[ 19236] By: jhi on 2003/04/16 13:09:42 + Log: Document the effect of thread creation context. + Branch: perl + ! ext/threads/threads.pm +____________________________________________________________________________ +[ 19235] By: jhi on 2003/04/16 12:13:07 + Log: Use the right prototype and a glob is fine (from Rafael). + Branch: perl + ! lib/PerlIO.pm universal.c +____________________________________________________________________________ +[ 19234] By: jhi on 2003/04/16 10:20:46 + Log: PerlIO::get_layers() usage tip. + Branch: perl + ! lib/PerlIO.pm +____________________________________________________________________________ +[ 19233] By: jhi on 2003/04/16 10:07:48 + Log: Syntax terror. + Branch: perl + ! lib/unicore/mktables +____________________________________________________________________________ +[ 19232] By: jhi on 2003/04/16 09:45:51 + Log: Redundant test. + Branch: perl + ! lib/unicore/mktables +____________________________________________________________________________ +[ 19231] By: jhi on 2003/04/16 09:21:25 + Log: Synchronize the specifications of the POSIX character + classes alnum, graph, and print closer to the planned + Unicode proposal. + Branch: perl + ! lib/unicore/lib/Alnum.pl lib/unicore/lib/Graph.pl + ! lib/unicore/lib/Print.pl lib/unicore/mktables utf8.c +____________________________________________________________________________ +[ 19230] By: jhi on 2003/04/16 08:57:01 + Log: Patch from Merijn. + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 19228] By: jhi on 2003/04/16 08:27:26 + Log: Thinko in modfl detection. + Branch: perl + ! Configure +____________________________________________________________________________ +[ 19227] By: ams on 2003/04/16 02:32:11 + Log: Storable now handles self-tied scalars with NULL mg_obj. + Branch: perl + ! ext/Storable/Storable.xs +____________________________________________________________________________ +[ 19226] By: jhi on 2003/04/15 18:00:21 + Log: Upgrade to Pod::LaTeX 0.55. + Branch: perl + + lib/Pod/t/pod2latex.t + - lib/Pod/t/latex.t + ! MANIFEST lib/Pod/LaTeX.pm pod/pod2latex.PL +____________________________________________________________________________ +[ 19224] By: jhi on 2003/04/15 17:01:27 + Log: The 'disable-longdouble-if-no-modfl-sqrtl' part didn't stick. + Branch: perl + ! Configure +____________________________________________________________________________ +[ 19223] By: jhi on 2003/04/15 16:36:32 + Log: Handle PERLIO=stdio, PERLIO=perlio, PERLIO=mmap, and no PERLIO. + Branch: perl + ! t/io/layers.t +____________________________________________________________________________ +[ 19221] By: jhi on 2003/04/15 16:27:49 + Log: False alarm: no cyclic dependency. + Branch: perl + ! Configure config_h.SH +____________________________________________________________________________ +[ 19219] By: jhi on 2003/04/15 16:08:11 + Log: Backport of _most_ of the changes in #19218: not one big + cyclic dependency, though, it must be broken up somehow. + Branch: perl + ! Configure config_h.SH +____________________________________________________________________________ +[ 19218] By: jhi on 2003/04/15 14:09:31 + Log: Big patch from Alan Burlison to make Solaris long doubles work. + (Also spreads more joy.) + Needs backporting to metaconfig units and introducing the new + symbols to non-Configure lands. + Branch: perl + ! Configure config_h.SH hints/solaris_2.sh numeric.c perl.h pp.c +____________________________________________________________________________ +[ 19217] By: jhi on 2003/04/15 14:01:03 + Log: Don't skip the whole test for PERLIO=perlio. + Branch: perl + ! t/io/layers.t +____________________________________________________________________________ +[ 19215] By: jhi on 2003/04/15 05:54:17 + Log: Add a test for [perl #17753]. + Branch: perl + ! t/op/undef.t +____________________________________________________________________________ +[ 19214] By: jhi on 2003/04/15 05:40:52 + Log: "proto.h": 'id' is a reserved word in Objective-C. + Branch: perl + ! embed.fnc op.c proto.h +____________________________________________________________________________ +[ 19213] By: sky on 2003/04/14 21:42:10 + Log: Ook, run tests on correct build-dir next time. + We must check if the hv is a stash, otherwise we try to delete + something that is a HvNAME of null..... tests pass better now + Branch: perl + ! gv.c +____________________________________________________________________________ +[ 19212] By: sky on 2003/04/14 21:15:00 + Log: Fixes to bugs introduced by PL_stashcache + A) Follow suggestion by Benjamin Goldberg to use hv_delete + instead of hv_delete_ent to avoid creating a temporary SV + B) Don't increment the refcount, sneak it into an IV instead + C) When a GP is a deleted that contains a stash, remove the + corresponding entry since hv might be in use in other places. + D) Note that no test cases test the deletion of packages to catch + this bug. + Branch: perl + ! gv.c hv.c pp_hot.c +____________________________________________________________________________ +[ 19211] By: rgs on 2003/04/14 21:11:11 + Log: Mention that "make test_harness" lets messages sent through + standard error out. Complements change #19206. + Branch: perl + ! pod/perlhack.pod +____________________________________________________________________________ +[ 19210] By: rgs on 2003/04/14 20:48:02 + Log: Subject: Re: Parse::RecDescent triggers infinete loop in perl5.9.0 and 5.8.1 [perl #17757] + From: Inaba Hiroto + Date: Fri, 21 Mar 2003 17:35:21 +0900 + Message-ID: <3E7ACEC8.E0D57221@st.rim.or.jp> + Date: Sat, 22 Mar 2003 11:28:05 +0900 + Message-ID: <3E7BCA34.6824269F@st.rim.or.jp> + Branch: perl + ! regexec.c t/op/pat.t +____________________________________________________________________________ +[ 19209] By: jhi on 2003/04/14 20:36:55 + Log: PERLIO=perlio requires extra steps. + Branch: perl + ! lib/PerlIO.pm t/io/layers.t +____________________________________________________________________________ +[ 19208] By: jhi on 2003/04/14 20:02:04 + Log: Skip as early as possible if no perlio since the + use open would be compile-time. + Branch: perl + ! t/io/layers.t +____________________________________________________________________________ +[ 19207] By: rgs on 2003/04/14 19:34:42 + Log: Document and test autovivified dirhandles. + Subject: [perl #21952] [patch] t/op/readdir.t and perlfunc.pod + From: Nathan Torkington (via RT) + Date: 12 Apr 2003 12:40:45 -0000 + Message-Id: + Branch: perl + ! pod/perlfunc.pod t/op/readdir.t +____________________________________________________________________________ +[ 19206] By: rgs on 2003/04/14 19:13:26 + Log: More docs about running tests and the test suite. + Update perlhack.pod in various places. + Add 'test_harness' as a .PHONY dependency in the Makefile. + Branch: perl + ! Makefile.SH pod/perlhack.pod t/README +____________________________________________________________________________ +[ 19205] By: jhi on 2003/04/14 18:58:01 + Log: Build get_layers() also under -Uuseperlio. + Branch: perl + ! universal.c +____________________________________________________________________________ +[ 19204] By: jhi on 2003/04/14 18:48:04 + Log: Bump up the version and admonish against aspiring (ab)use. + Branch: perl + ! lib/PerlIO.pm +____________________________________________________________________________ +[ 19203] By: jhi on 2003/04/14 17:35:51 + Log: Introduce PerlIO::get_layers() to allow people to peek + at the PerlIO layer stack. + Branch: perl + + t/io/layers.t + ! MANIFEST lib/PerlIO.pm perlio.c perlio.h t/io/open.t + ! universal.c +____________________________________________________________________________ +[ 19202] By: merijn on 2003/04/14 05:42:18 + Log: Subject: [PATCH] vms/vms.c waitpid tweak + From: "Craig A. Berry" + Date: Mon, 14 Apr 2003 00:43:00 -0500 + Message-ID: <3E9A4A64.6030205@mac.com> + Branch: perl + ! vms/vms.c +____________________________________________________________________________ +[ 19201] By: sky on 2003/04/13 19:26:46 + Log: Fix bug #16253, use all the CPU that we can :-) + Branch: perl + ! ext/threads/threads.xs +____________________________________________________________________________ +[ 19200] By: sky on 2003/04/13 18:38:58 + Log: Fix bug #15893 by creating shared scalars with a refcount of 1 + instead of 2 and make push and pop increase the refcount. + Branch: perl + ! ext/threads/shared/shared.xs +____________________________________________________________________________ +[ 19199] By: jhi on 2003/04/13 11:45:42 + Log: Because we chdir to 'Big-Dummy' the lib/utf8.pm may be at + ../../lib for the lc() at line 66 (UTF-8 data possible + if using UTF-8 locales). + Branch: perl + ! lib/ExtUtils/t/Install.t +____________________________________________________________________________ +[ 19198] By: jhi on 2003/04/13 09:43:09 + Log: The lib/ipc_sysv.t test has a new name. + Branch: perl + ! INSTALL +____________________________________________________________________________ +[ 19197] By: jhi on 2003/04/13 09:32:05 + Log: Continue hunting for the cause of the Tru64 failed threaded smokes + most probably introduced by the change #19157. The tweak suggested + by Stephen McCamant trades a possible dangling pointer (CopFILE() + is tricky like that with threads) to a memory leak. (This means + that this tweak shouldn't be left in as-is, but if this helps, + we at least know that the failure was caused by the #19157.) + Branch: perl + ! op.c +____________________________________________________________________________ +[ 19196] By: jhi on 2003/04/13 09:20:02 + Log: Upgrade to Net::Ping 2.29. + Branch: perl + + lib/Net/Ping/t/510_ping_udp.t + - lib/Net/Ping/README + ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/Changes +____________________________________________________________________________ +[ 19195] By: jhi on 2003/04/13 09:02:05 + Log: Upgrade to Test::Harness 2.27_04. + Branch: perl + + lib/Test/Harness/t/pod.t t/lib/sample-tests/switches + ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Straps.pm + ! lib/Test/Harness/t/test-harness.t +____________________________________________________________________________ +[ 19194] By: rgs on 2003/04/12 21:21:04 + Log: Darwin/Rhapsody hints files updates by Wilfredo Sánchez + Branch: perl + ! hints/darwin.sh hints/rhapsody.sh +____________________________________________________________________________ +[ 19192] By: jhi on 2003/04/12 18:23:40 + Log: The debugging aid #19182 didn't. + Branch: perl + ! ext/B/t/deparse.t +____________________________________________________________________________ +[ 19191] By: jhi on 2003/04/12 16:51:12 + Log: Benchmark nit from Nicholas Clark (in OpenBSD the result could + be a negative zero, -0). + Branch: perl + ! lib/Benchmark.t +____________________________________________________________________________ +[ 19190] By: rgs on 2003/04/12 13:41:25 + Log: Subject: [PATCH] MakeMaker 6.10_02 -> 6.10_03 + From: Michael G Schwern + Date: Fri, 11 Apr 2003 00:32:02 -0700 + Message-ID: <20030411073202.GC5916@windhund.schwern.org> + Branch: perl + ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_MacOS.pm + ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm + ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/TODO + ! lib/ExtUtils/t/00compile.t lib/ExtUtils/t/00setup_dummy.t + ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/basic.t + ! lib/ExtUtils/t/zz_cleanup_dummy.t +____________________________________________________________________________ +[ 19189] By: rgs on 2003/04/10 20:40:14 + Log: Peter Scott suggests that the docs for base.pm should + state explicitely that base.pm doesn't call import() + on base classes. Plus a few typos. + Branch: perl + ! lib/base.pm +____________________________________________________________________________ +[ 19188] By: rgs on 2003/04/10 19:45:08 + Log: PerlFAQ sync. + Branch: perl + ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod + ! pod/perlfaq7.pod pod/perlfaq9.pod +____________________________________________________________________________ +[ 19187] By: rgs on 2003/04/10 19:25:18 + Log: Fix bug #21914, 3-arg open + local $fh + strict coredump. + There used to be a nullstash (%{"::"}) to hold illegal + variables under strict 'vars'. It has been removed by change #17942. + This can lead to segfaults during the parsing, because some illegal + variables might have been discarded before the compilation of the + current statement had completed. + Bug analysis and test case by Enache Adrian. + Branch: perl + ! gv.c t/lib/strict/vars +____________________________________________________________________________ +[ 19186] By: jhi on 2003/04/10 19:13:40 + Log: Be more descriptive. + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 19185] By: jhi on 2003/04/10 19:06:02 + Log: Noted by Nat: -0 didn't work that well with Unicode. + Branch: perl + ! perl.c pod/perlrun.pod +____________________________________________________________________________ +[ 19184] By: jhi on 2003/04/10 17:26:43 + Log: Add an option for the grok_xxx() to silently ignore bad digits. + Branch: perl + ! numeric.c perl.h +____________________________________________________________________________ +[ 19183] By: jhi on 2003/04/10 10:56:25 + Log: The test doesn't work that well when -Uusedl. + Some of the tests could be salvaged even then I guess. + Branch: perl + ! lib/ExtUtils/t/Constant.t +____________________________________________________________________________ +[ 19182] By: jhi on 2003/04/10 09:40:24 + Log: A temporary debugging aid for Tru64 threaded builds. + Branch: perl + ! ext/B/t/deparse.t +____________________________________________________________________________ +[ 19181] By: jhi on 2003/04/10 08:02:10 + Log: Unless Inuits are involved... + Branch: perl + ! pod/perlrun.pod +____________________________________________________________________________ +[ 19180] By: jhi on 2003/04/10 07:02:44 + Log: With AFS the cwds have little chance of agreeing. + Branch: perl + ! ext/Cwd/t/cwd.t +____________________________________________________________________________ +[ 19179] By: jhi on 2003/04/10 06:46:50 + Log: I assume the idea was to use the *cwd variables for testing. + Branch: perl + ! ext/Cwd/t/cwd.t +____________________________________________________________________________ +[ 19177] By: jhi on 2003/04/10 04:34:48 + Log: perlport information about portably embedding string data. + Branch: perl + ! pod/perlport.pod +____________________________________________________________________________ +[ 19176] By: jhi on 2003/04/10 04:18:45 + Log: Also locale names can contain illegal UTF-8. + Branch: perl + ! lib/locale.t +____________________________________________________________________________ +[ 19175] By: jhi on 2003/04/10 04:03:48 + Log: In case someone is using UTF-8 locales. + Branch: perl + ! lib/ExtUtils/MM_MacOS.pm +____________________________________________________________________________ +[ 19174] By: merijn on 2003/04/09 14:33:12 + Log: Even more promotion for -lc128 (long doubles on AIX) + More obvious detection of C compiler + cc_type should not promote to config.sh + + From: "H.Merijn Brand" + Date: Wed, 09 Apr 2003 14:31:48 +0200 + Message-Id: <20030409143007.B4A4.H.M.BRAND@hccnet.nl> + Branch: perl + ! hints/aix.sh +____________________________________________________________________________ +[ 19173] By: jhi on 2003/04/09 12:39:35 + Log: open(my $fh, ">&", STDOUT) should not warn under strict. + Branch: perl + ! op.c t/io/open.t +____________________________________________________________________________ +[ 19172] By: jhi on 2003/04/09 10:40:31 + Log: Try to be more descriptive than just __ANONIO__ which is what + you get when you autovivify filehandles into array/hash elements. + Branch: perl + ! doio.c op.c t/io/open.t +____________________________________________________________________________ +[ 19171] By: rgs on 2003/04/08 20:44:20 + Log: Implement support for --help and --version in Getopt::Std + Subject: Re: [PATCH 5.8.1 @19053] Getopt::Std + From: Ilya Zakharevich + Date: Mon, 7 Apr 2003 17:07:15 -0700 + Message-ID: <20030408000714.GA953@math.berkeley.edu> + Branch: perl + ! lib/Getopt/Std.pm +____________________________________________________________________________ +[ 19170] By: rgs on 2003/04/08 19:47:05 + Log: Subject: [PATCH] Re: Error: Unknown error + From: Enache Adrian + Date: Tue, 8 Apr 2003 07:12:13 +0300 + Message-ID: <20030408041213.GA13553@ratsnest.hole> + Branch: perl + ! lib/fields.t lib/strict.t op.c t/lib/strict/subs +____________________________________________________________________________ +[ 19169] By: rgs on 2003/04/08 19:19:34 + Log: Subject: [PATCH] (vaguely connected with) [perl #21875] Hash ref transformed as a list + From: Dave Mitchell + Date: Mon, 7 Apr 2003 21:43:17 +0100 + Message-ID: <20030407204317.GA8796@fdgroup.com> + + The new XTERMORDORDOR lexer expectation must also be named + in debugging perls, to be used in the output of -DT. + Branch: perl + ! perl.h toke.c +____________________________________________________________________________ +[ 19168] By: rgs on 2003/04/08 19:05:22 + Log: Document that perl recognizes 2>&1 on the command-line on VMS. + Branch: perl + ! vms/perlvms.pod +____________________________________________________________________________ +[ 19167] By: rgs on 2003/04/08 18:47:18 + Log: Typos fixes by Stas Bekman. + Branch: perl + ! cv.h lib/attributes.pm sv.h +____________________________________________________________________________ +[ 19166] By: rgs on 2003/04/08 18:43:22 + Log: Subject: [PATCH pod/perlpod.pod] was RE: How cross-platform is `foo 2>&1` these days? + From: Robin Barker + Date: Tue, 8 Apr 2003 14:23:04 +0100 + Message-ID: <533D273D4014D411AB1D00062938C4D904046395@hotel.npl.co.uk> + Branch: perl + ! pod/perlpod.pod +____________________________________________________________________________ +[ 19164] By: jhi on 2003/04/08 04:42:05 + Log: Few more words about safe/unsafe signals. + Branch: perl + ! pod/perlipc.pod pod/perlrun.pod pod/perlvar.pod +____________________________________________________________________________ +[ 19163] By: jhi on 2003/04/07 19:25:39 + Log: The SvGROW() might move the PV. + Branch: perl + ! pp.c +____________________________________________________________________________ +[ 19162] By: jhi on 2003/04/07 18:23:29 + Log: Subject: Re: [PATCH] ExtUtils::MakeMaker 6.10_02 + From: Michael G Schwern + Date: Mon, 7 Apr 2003 02:09:17 -0700 + Message-ID: <20030407090917.GA9221@windhund.schwern.org> + Branch: perl + + lib/ExtUtils/t/MM_Any.t + ! MANIFEST lib/ExtUtils/Command.pm lib/ExtUtils/Command/MM.pm + ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm + ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Liblist/Kid.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_UWIN.pm + ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm + ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm + ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/FAQ.pod + ! lib/ExtUtils/Manifest.pm lib/ExtUtils/PATCHING + ! lib/ExtUtils/README lib/ExtUtils/TODO + ! lib/ExtUtils/t/00compile.t lib/ExtUtils/t/MM_Cygwin.t + ! lib/ExtUtils/t/basic.t t/lib/MakeMaker/Test/Utils.pm +____________________________________________________________________________ +[ 19160] By: jhi on 2003/04/07 04:17:38 + Log: Time::HiRes: Do not create files in blib directories under core + (from Rafael) + Branch: perl + ! ext/Time/HiRes/Makefile.PL +____________________________________________________________________________ +[ 19159] By: jhi on 2003/04/07 03:53:01 + Log: Future binary compat wishful thinking: + maint will use the stashcache, but not the dbassertion. + Branch: perl + ! intrpvar.h +____________________________________________________________________________ +[ 19158] By: jhi on 2003/04/07 03:41:17 + Log: More WinCE tweaking for Vadim Konovalov. + Branch: perl + ! wince/Makefile.ce wince/compile-all.bat wince/compile.bat + ! wince/makedist.pl +____________________________________________________________________________ +[ 19157] By: rgs on 2003/04/06 20:53:29 + Log: Subject: CvFILE for constant subs + From: Stephen McCamant + Date: Sun, 6 Apr 2003 16:39:13 -0400 + Message-ID: <16016.36977.667436.279778@syllepsis.MIT.EDU> + Branch: perl + ! op.c +____________________________________________________________________________ +[ 19156] By: rgs on 2003/04/06 20:44:09 + Log: Subject: [PATCH] B::Deparse: sv_no != 0 + From: Stephen McCamant + Date: Sun, 6 Apr 2003 17:00:48 -0400 + Message-ID: <16016.38272.921140.343901@syllepsis.MIT.EDU> + Branch: perl + ! ext/B/B/Deparse.pm +____________________________________________________________________________ +[ 19154] By: jhi on 2003/04/06 19:46:35 + Log: An unconditional carp is not nice. + Branch: perl + ! ext/Sys/Syslog/Syslog.pm +____________________________________________________________________________ +[ 19153] By: rgs on 2003/04/06 18:37:58 + Log: Subject: [DOC PATCH] README.solaris and -Dcc=gcc + From: Robert Spier + Date: Sat, 05 Apr 2003 21:12:20 -0800 + Message-ID: + Branch: perl + ! README.solaris +____________________________________________________________________________ +[ 19152] By: rgs on 2003/04/06 18:24:38 + Log: Remove unportable ">|" shell syntax + Subject: Re: Change 19150: LD_PRELOAD hack, still badly flawed / a solution + From: Enache Adrian + Date: Sun, 6 Apr 2003 21:13:27 +0300 + Message-ID: <20030406181326.GA873@ratsnest.hole> + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 19151] By: jhi on 2003/04/06 18:14:44 + Log: Subject: PATCH (was: Re: [perl #18180] problem with sys:syslog on solaris 8 with perl 5.8.0) + From: Joost van Baal + Date: Mon, 25 Nov 2002 17:35:37 +0100 + Message-ID: <20021125163537.GC4745@banach.uvt.nl> + + (The .pm patch modified a bit, and removed the false + claim that _PATH_INFO would be coming from syslog.ph) + Branch: perl + ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.pm + ! ext/Sys/Syslog/syslog.t +____________________________________________________________________________ +[ 19150] By: rgs on 2003/04/05 21:10:00 + Log: Subject: LD_PRELOAD hack, still badly flawed / a solution + From: Enache Adrian + Date: Thu, 3 Apr 2003 15:50:48 +0300 + Message-ID: <20030403125048.GA6107@ratsnest.hole> + + On linux, when building a shared library, generate + a small shell wrapper, "preload", that preloads libperl.so + only if it exists. Useful when the 'make' process stops + before the link phase. + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 19149] By: jhi on 2003/04/05 20:44:25 + Log: Upgrade to Locale::Maketext 1.04. + Branch: perl + + lib/Locale/Maketext/t/00about.t lib/Locale/Maketext/t/01make.t + + lib/Locale/Maketext/t/02get.t lib/Locale/Maketext/t/03http.t + - lib/Locale/Maketext/test.pl + ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod + ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README +____________________________________________________________________________ +[ 19148] By: jhi on 2003/04/05 20:38:30 + Log: perluniintro.pod: nice_string() doesn't escape + literal escape chars -- use Sadahiro-san's fix(es). + Branch: perl + ! pod/perluniintro.pod +____________________________________________________________________________ +[ 19147] By: rgs on 2003/04/05 19:12:30 + Log: Subject: [PATCH 5.8.1 @19053] Embedding + From: Ilya Zakharevich + Date: Mon, 31 Mar 2003 12:39:24 -0800 + Message-ID: <20030331203924.GA3602@math.berkeley.edu> + + Advertise the pair of macros PERL_SYS_INIT3 / PERL_SYS_TERM + to be used in a C program's main function. + Branch: perl + ! lib/ExtUtils/t/Embed.t pod/perlembed.pod +____________________________________________________________________________ +[ 19146] By: jhi on 2003/04/05 19:08:37 + Log: Heredocs and use encoding didn't work for SJIS; + patch from Inaba Hiroto. + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 19145] By: rgs on 2003/04/05 11:45:36 + Log: The manpages don't have to be built by MakeMaker for the + core modules in ext/. Disable this in Devel::PPPort (not + up-to-date on CPAN), Unicode::Normalize (the CPAN version + uses a different Makefile.PL anyway) and XS::APItest + (not CPANized.) + Branch: perl + ! ext/Devel/PPPort/Makefile.PL ext/Unicode/Normalize/Makefile.PL + ! ext/XS/APItest/Makefile.PL +____________________________________________________________________________ +[ 19144] By: rgs on 2003/04/05 11:28:22 + Log: Upgrade to Unicode::Normalize 0.21 and Unicode::Collate 0.24, + by SADAHIRO Tomoyuki. + Branch: perl + ! ext/Unicode/Normalize/Changes + ! ext/Unicode/Normalize/Normalize.pm + ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader + ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t + ! ext/Unicode/Normalize/t/test.t lib/Unicode/Collate.pm + ! lib/Unicode/Collate/Changes lib/Unicode/Collate/README + ! lib/Unicode/Collate/t/index.t lib/Unicode/Collate/t/test.t +____________________________________________________________________________ +[ 19143] By: merijn on 2003/04/03 08:55:33 + Log: Subject: [PATCH] VMS %ENV fix (follow-up to 18852) + From: "Craig A. Berry" + Date: Wed, 02 Apr 2003 18:09:03 -0600 + Message-Id: <5.2.0.9.0.20030402173822.01ba1df0@dcichiexc1> + Branch: perl + ! vms/vms.c vms/vmsish.h +____________________________________________________________________________ +[ 19142] By: merijn on 2003/04/03 08:50:55 + Log: Subject: Re: [PATCH 5.8.0 DOC] Fix missing functions when splitting perlfunc + From: andreas.koenig@anima.de (Andreas J. Koenig) + Date: Thu, 03 Apr 2003 08:28:52 +0200 + Message-ID: + Branch: perl + ! lib/Pod/t/Functions.t +____________________________________________________________________________ +[ 19141] By: jhi on 2003/04/03 05:00:36 + Log: Don't recurse from threads to threads/shared (since + threads/shared is built separately, temp solution from + Schwern while MM is being fixed.) + Branch: perl + ! ext/threads/Makefile.PL +____________________________________________________________________________ +[ 19140] By: rgs on 2003/04/02 20:41:46 + Log: Subject: [PATCH 5.8.0 DOC] Fix missing functions when splitting perlfunc + From: Steve Hay + Date: Thu, 20 Mar 2003 11:55:01 +0000 + Message-ID: <3E79AC15.80307@uk.radan.com> + Branch: perl + ! installhtml lib/Pod/Functions.pm pod/perlfunc.pod pod/splitpod +____________________________________________________________________________ +[ 19139] By: jhi on 2003/04/02 19:44:07 + Log: Make perldiag agree with #19138. + Branch: perl + ! pod/perldiag.pod +____________________________________________________________________________ +[ 19138] By: jhi on 2003/04/02 19:37:59 + Log: Make at least the thread count make sense. + Branch: perl + ! ext/threads/threads.xs +____________________________________________________________________________ +[ 19137] By: rgs on 2003/04/02 19:24:47 + Log: Adjust test for the recent change (#19136) to Pod::Html + Branch: perl + ! lib/Pod/t/htmlview.t +____________________________________________________________________________ +[ 19136] By: rgs on 2003/04/02 18:46:31 + Log: Fixes for "installhtml --splithead", based on : + Subject: Re: [PATCH 5.8.0 UTIL] Fix installhtml for splitting and PM/POD conflicts + From: Steve Hay + Date: Wed, 02 Apr 2003 11:33:41 +0100 + Message-ID: <3E8ABC85.5060807@uk.radan.com> + + This also includes a small patch to Pod::Html : when generating + anchor names, play on the safe side and turn every non-alphanumeric + character into an '_'. Moreover, Pod::Html::anchorify() is now + optionally exported. + Branch: perl + ! installhtml lib/Pod/Html.pm +____________________________________________________________________________ +[ 19135] By: rgs on 2003/04/02 18:42:50 + Log: Subject: Re: [perl #21765] $s = ""; $n = @a = split(/,/, $s); results in undef $n + From: sthoenna@efn.org (Yitzchak Scott-Thoennes) + Date: Tue, 01 Apr 2003 16:32:46 -0800 + Message-ID: + Branch: perl + ! pp.c t/op/split.t +____________________________________________________________________________ +[ 19134] By: sky on 2003/04/02 18:01:40 + Log: Fix some small nits, thanks to Rafael. + Branch: perl + ! pp_hot.c +____________________________________________________________________________ +[ 19133] By: sky on 2003/04/02 13:41:14 + Log: Add packname->stash cache before the check if a packname is a + filehandle or a package, it works because only packnames + that have been resolved to stashes are added to the cache, + and when a newIO is created we clean the cache. + Results in roughly 1.8 speed increase for class->method() + calls. + Branch: perl + ! embedvar.h gv.c hv.c intrpvar.h perl.c perlapi.h pp_hot.c sv.c +____________________________________________________________________________ +[ 19132] By: merijn on 2003/04/02 11:28:02 + Log: #19122 should have been tested on non-glibc system (like AIX) + Branch: perl + ! pp.c +____________________________________________________________________________ +[ 19131] By: jhi on 2003/04/02 05:25:19 + Log: Spread IlyaZ's PERL_CORE detection trick. + Branch: perl + ! ext/Encode/Makefile.PL +____________________________________________________________________________ +[ 19130] By: jhi on 2003/04/02 04:42:40 + Log: Cannot portably compare files if one of them is still open + (from Craig Berry). + Branch: perl + ! ext/Encode/t/enc_module.t +____________________________________________________________________________ +[ 19129] By: jhi on 2003/04/02 04:30:45 + Log: MM_VMS tweak from Craig Berry: + http://nntp.x.perl.org/group/perl.makemaker/1002 + Branch: perl + ! lib/ExtUtils/MM_VMS.pm +____________________________________________________________________________ +[ 19128] By: rgs on 2003/04/01 21:30:12 + Log: Subject: [PATCH 5.8.0 UTIL] Fix installhtml for splitting and PM/POD conflicts + From: Steve Hay + Date: Thu, 20 Mar 2003 12:34:15 +0000 + Message-ID: <3E79B547.6030201@uk.radan.com> + (with a few minor tweaks) + Branch: perl + ! installhtml +____________________________________________________________________________ +[ 19127] By: rgs on 2003/04/01 19:01:20 + Log: Subject: Re: [perl #21744] Deparse bug: "\::" deparsed as "::" + From: Enache Adrian + Date: Sat, 29 Mar 2003 19:45:41 +0200 + Message-ID: <20030329174541.GA8138@ratsnest.hole> + Branch: perl + ! ext/B/B/Deparse.pm +____________________________________________________________________________ +[ 19126] By: rgs on 2003/04/01 18:39:43 + Log: Fix bug #21742. require should be always invoked in + scalar context. This wasn't the case when called from + an eval(""), because the void context doesn't propagate + through the leaveeval op. Instead of making scalarvoid() + handle OP_LEAVEEVAL -- this breaks AutoLoader -- implement + a workaround in doeval(). + Branch: perl + ! pp_ctl.c t/comp/require.t +____________________________________________________________________________ +[ 19124] By: jhi on 2003/04/01 16:52:28 + Log: Subject: [patch] fix HiRes.t failures on Stratus VOS + From: "Green, Paul" + Date: Tue, 1 Apr 2003 12:37:38 -0500 + Message-ID: + Branch: perl + ! hints/vos.sh +____________________________________________________________________________ +[ 19122] By: jhi on 2003/04/01 16:36:52 + Log: Integrate: + [ 19119] + Address "5.8.1@19053: crypt_r() takes 128K per thread". + Branch: perl + !> pp.c reentr.c reentr.h reentr.pl +____________________________________________________________________________ +[ 19121] By: jhi on 2003/04/01 16:36:02 + Log: Integrate: + [ 19109] + Subject: [PATCH 5.8.1 @19053] Time::HiRes + From: Ilya Zakharevich + Date: Mon, 31 Mar 2003 12:53:01 -0800 + Message-ID: <20030331205301.GA3687@math.berkeley.edu> + + [ 19111] + A cleaner way to detect PERL_CORE, from IlyaZ. + Branch: perl + !> ext/Time/HiRes/HiRes.t ext/Time/HiRes/Makefile.PL +____________________________________________________________________________ +[ 19120] By: jhi on 2003/04/01 16:32:03 + Log: Integrate: + [ 19106] + Subject: [PATCH 5.8.1 @19053] OS/2-related patches + From: Ilya Zakharevich + Date: Mon, 31 Mar 2003 12:43:37 -0800 + Message-ID: <20030331204337.GA3634@math.berkeley.edu> + + and regen Configure. + Branch: perl + ! Configure config_h.SH embedvar.h + !> Makefile.SH embed.fnc embed.h embed.pl ext/threads/threads.xs + !> intrpvar.h makedef.pl os2/Makefile.SHs os2/OS2/ExtAttr/Changes + !> os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/PrfDB/Changes + !> os2/OS2/PrfDB/PrfDB.pm os2/OS2/REXX/DLL/DLL.pm + !> os2/OS2/REXX/REXX.pm os2/dl_os2.c os2/os2.c os2/os2ish.h + !> os2/os2thread.h perlapi.h perlio.c perlvars.h reentr.c + !> reentr.h reentr.pl sv.c +____________________________________________________________________________ +[ 19118] By: jhi on 2003/04/01 16:17:04 + Log: Document the _exit() issue with threads in Linux [perl #17057]. + Branch: perl + ! ext/POSIX/POSIX.pod +____________________________________________________________________________ +[ 19117] By: jhi on 2003/04/01 16:07:59 + Log: Subject: Re: 5.8.1@19053 bug: make minitest fails with threads + From: Rafael Garcia-Suarez + Date: Tue, 1 Apr 2003 11:02:35 +0200 + Message-Id: <20030401110235.3f20ffb2.rgarciasuarez@free.fr> + Branch: perl + ! t/op/getpid.t +____________________________________________________________________________ +[ 19116] By: jhi on 2003/04/01 16:06:12 + Log: Subject: [PATCH ext/SDBM_File/sdbm/Makefile.PL] MM hackery and whitespace changes + From: Michael G Schwern + Date: Mon, 31 Mar 2003 15:16:57 -0800 + Message-ID: <20030331231657.GJ17529@windhund.schwern.org> + Branch: perl + ! ext/SDBM_File/sdbm/Makefile.PL +____________________________________________________________________________ +[ 19115] By: jhi on 2003/04/01 15:58:45 + Log: Subject: [PATCH] overdue perlhack.pod corrections for RT + From: Richard.Foley@ubsw.com + Date: Mon, 31 Mar 2003 16:27:14 +0200 + Message-ID: + Branch: perl + ! pod/perlhack.pod +____________________________________________________________________________ +[ 19114] By: jhi on 2003/04/01 15:56:27 + Log: Subject: [PATCH] Text::Abbrev warnings safe + From: Peter Scott + Date: Fri, 28 Mar 2003 16:34:47 -0800 + Message-id: <5.2.0.9.2.20030328161002.00b45f08@shell2.webquarry.com> + Branch: perl + ! lib/Text/Abbrev.pm lib/Text/Abbrev.t +____________________________________________________________________________ +[ 19113] By: merijn on 2003/04/01 14:12:33 + Log: Implemented AIX longdouble support in hints/aix.sh, which now + actually work. Thanks to John L. Allen for the hint. + + Subject: Re: AIX longdoubles + From: "H.Merijn Brand" + Date: Tue, 01 Apr 2003 17:18:57 +0200 + Message-Id: <20030401171819.D8E6.H.M.BRAND@hccnet.nl> + Branch: perl + ! hints/aix.sh +____________________________________________________________________________ +[ 19104] By: jhi on 2003/03/31 10:51:36 + Log: Tabify; strictly speaking unnecessary but anyway... + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 19102] By: jhi on 2003/03/31 10:36:48 + Log: Upgrade to Test::Harness 2.27_02. + Branch: perl + + t/lib/sample-tests/no_output t/lib/sample-tests/segfault + + t/lib/sample-tests/too_many + ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes + ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/strap-analyze.t + ! lib/Test/Harness/t/strap.t lib/Test/Harness/t/test-harness.t +____________________________________________________________________________ +[ 19101] By: jhi on 2003/03/31 10:07:35 + Log: Upgrade to podlators 1.26. + Branch: perl + ! lib/Pod/Man.pm +____________________________________________________________________________ +[ 19100] By: jhi on 2003/03/31 10:03:50 + Log: Upgrade to Encode 1.92. + Branch: perl + ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm + ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Guess.pm + ! ext/Encode/t/CJKT.t ext/Encode/t/enc_module.t + ! ext/Encode/ucm/big5-eten.ucm ext/Encode/ucm/big5-hkscs.ucm + ! ext/Encode/ucm/cp932.ucm ext/Encode/ucm/cp936.ucm + ! ext/Encode/ucm/cp949.ucm ext/Encode/ucm/cp950.ucm +____________________________________________________________________________ +[ 19099] By: jhi on 2003/03/31 09:54:52 + Log: Subject: [PATCH] ExtUtils::MakeMaker 6.03 -> 6.06_05ish + From: Michael G Schwern + Date: Mon, 31 Mar 2003 02:42:58 -0800 + Message-ID: <20030331104257.GB15327@windhund.schwern.org> + Branch: perl + + lib/ExtUtils/MakeMaker/FAQ.pod + + lib/ExtUtils/MakeMaker/Tutorial.pod + + lib/ExtUtils/MakeMaker/vmsish.pm lib/ExtUtils/NOTES + + lib/ExtUtils/PATCHING lib/ExtUtils/README lib/ExtUtils/TODO + + lib/ExtUtils/t/00compile.t lib/ExtUtils/t/Install.t + + lib/ExtUtils/t/Liblist.t lib/ExtUtils/t/oneliner.t + + lib/ExtUtils/t/prompt.t lib/ExtUtils/t/split_command.t + + t/lib/TieIn.pm + ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm + ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Install.pm + ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Liblist/Kid.pm + ! lib/ExtUtils/MANIFEST.SKIP 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_UWIN.pm lib/ExtUtils/MM_Unix.pm + ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm + ! lib/ExtUtils/MM_Win95.pm lib/ExtUtils/MakeMaker.pm + ! lib/ExtUtils/Manifest.pm lib/ExtUtils/t/00setup_dummy.t + ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/INST.t + ! lib/ExtUtils/t/INST_PREFIX.t lib/ExtUtils/t/MM_BeOS.t + ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_NW5.t + ! lib/ExtUtils/t/MM_OS2.t lib/ExtUtils/t/MM_Unix.t + ! lib/ExtUtils/t/MM_VMS.t lib/ExtUtils/t/MM_Win32.t + ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/basic.t + ! lib/ExtUtils/t/hints.t lib/ExtUtils/t/prefixify.t +____________________________________________________________________________ +[ 19098] By: jhi on 2003/03/31 09:36:11 + Log: Subject: [PATCH dump.c] stray n_a + From: Michael G Schwern + Date: Mon, 31 Mar 2003 00:55:49 -0800 + Message-ID: <20030331085549.GB1300@windhund.schwern.org> + Branch: perl + ! dump.c +____________________________________________________________________________ +[ 19097] By: jhi on 2003/03/31 05:00:07 + Log: Some low-hanging fruit for EBCDIC portability + (or for marking as EBCDIC todos) + Branch: perl + ! ext/List/Util/t/isvstring.t lib/utf8.t t/run/switchC.t + ! t/uni/write.t +____________________________________________________________________________ +[ 19094] By: jhi on 2003/03/30 15:54:35 + Log: Upgrade to Time::HiRes 1.44. + Branch: perl + ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm +____________________________________________________________________________ +[ 19092] By: jhi on 2003/03/30 15:09:02 + Log: IRIX 5.3 update. + Branch: perl + ! README.irix +____________________________________________________________________________ +[ 19091] By: jhi on 2003/03/30 10:26:32 + Log: Not all compilers like #ifdefs within cpp macros + (follow-up on #19086) + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 19090] By: jhi on 2003/03/30 09:50:33 + Log: Ending strings is customary (typo from #19084). + Branch: perl + ! ext/Socket/Socket.t +____________________________________________________________________________ +[ 19089] By: jhi on 2003/03/30 09:24:08 + Log: Re-sort MANIFEST (LC_ALL=C sort -fo MANIFEST MANIFEST) + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 19088] By: jhi on 2003/03/30 09:09:42 + Log: Another victim of IRIX 5.3's inability to resolve 'localhost' + as the test expects. + Branch: perl + ! lib/Net/hostent.t +____________________________________________________________________________ +[ 19087] By: jhi on 2003/03/30 09:08:07 + Log: In IRIX 5.3 turn off some of the warnings that cannot + really be helped (e.g. warnings coming from system headers, + or linker warnings during Configure). + Branch: perl + ! hints/irix_5.sh +____________________________________________________________________________ +[ 19086] By: jhi on 2003/03/30 08:59:24 + Log: In IRIX 5.3 the cc is awfully confused about the prototype + of select(). + Branch: perl + ! hints/irix_5.sh pp_sys.c +____________________________________________________________________________ +[ 19085] By: jhi on 2003/03/30 08:43:53 + Log: In IRIX 5.3 being too POSIXly hides the struct timespec. + Branch: perl + + ext/Time/HiRes/hints/irix.pl + ! MANIFEST +____________________________________________________________________________ +[ 19084] By: jhi on 2003/03/30 08:31:53 + Log: gethostbyname('localhost') is not that portable. + inet_aton('localhost') in IRIX 5.3 returned an undef, + which in turn made pack_sockaddr_in to barf on zero + length in_addr. + Branch: perl + ! ext/Socket/Socket.t pod/perlfunc.pod pod/perlport.pod +____________________________________________________________________________ +[ 19083] By: jhi on 2003/03/30 07:49:46 + Log: Subject: [PATCH] COW formats (was Re: Smoke [5.9.0] 19044 FAIL(F) linux 2.4.18-3 (i686/1 cpu)) + From: Nicholas Clark + Date: Sun, 30 Mar 2003 00:35:48 +0000 + Message-ID: <20030330003547.GO274@Bagpuss.unfortu.net> + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 19082] By: jhi on 2003/03/29 21:18:32 + Log: IRIX 5.3 can have PF_LINK defined to be AF_LINK but + not defined AF_LINK. + Branch: perl + ! ext/Socket/Socket.xs +____________________________________________________________________________ +[ 19081] By: jhi on 2003/03/29 20:41:56 + Log: Subject: [unPATCH] Re: Smoke [5.8.1] 19076 FAIL(F) openbsd 3.2 (i386/1 cpu) + From: Nicholas Clark + Date: Sat, 29 Mar 2003 18:58:09 +0000 + Message-ID: <20030329185807.GL274@Bagpuss.unfortu.net> + Branch: perl + ! dump.c +____________________________________________________________________________ +[ 19080] By: rgs on 2003/03/29 20:39:34 + Log: Minor rephrasing in perlopentut, + noticed by Bob Wilkinson (RT [perl #21725]) + Branch: perl + ! pod/perlopentut.pod +____________________________________________________________________________ +[ 19079] By: rgs on 2003/03/29 20:21:11 + Log: Subject: [DOCPATCH] Re: [PATCH] Re: [perl #21614] 5.8.0 Unbalanced string table refcount + From: Nicholas Clark + Date: Thu, 27 Mar 2003 22:37:35 +0000 + Message-ID: <20030327223735.GD277@Bagpuss.unfortu.net> + Branch: perl + ! pod/perlapi.pod sv.h +____________________________________________________________________________ +[ 19078] By: jhi on 2003/03/29 07:23:00 + Log: It seems that in Tru64 V5 gcc cannot be used to + compile a threaded Perl because explicitly + checks for supported compilers (gcc not being one of them). + This is not so bad since the system C compiler is always there. + Branch: perl + ! README.tru64 hints/dec_osf.sh +____________________________________________________________________________ +[ 19077] By: jhi on 2003/03/28 06:03:16 + Log: Feeding illegal QP (like \x80) to this + ./perl -Ilib -wne 'use PerlIO::via::QuotedPrint;BEGIN{binmode(STDIN, ":via(QuotedPrint)")};print' + caused a coredump in av_length() <- nextargv() because + the av was NULL. I don't know that returning Nullfp is + the best thing to do, but it dodges the segfault and + introduces no test failures. + Branch: perl + ! doio.c +____________________________________________________________________________ +[ 19074] By: jhi on 2003/03/27 18:17:20 + Log: Missing final \n. + Branch: perl + ! lib/Attribute/Handlers/Changes +____________________________________________________________________________ +[ 19072] By: rgs on 2003/03/26 22:30:09 + Log: Subject: [perl #21672] IO::New and undefined filename behaviour + From: "mike@exegenix.com (via RT)" + Date: 24 Mar 2003 16:29:08 -0000 + Message-Id: + plus a regression test + Branch: perl + ! ext/IO/lib/IO/File.pm lib/FileHandle.t +____________________________________________________________________________ +[ 19071] By: rgs on 2003/03/26 22:08:16 + Log: Better version of change #19069 + Subject: [PATCH] Re: [PATCH] Re: [perl #21614] 5.8.0 Unbalanced string table refcount + From: Nicholas Clark + Date: Wed, 26 Mar 2003 23:01:46 +0000 + Message-ID: <20030326230145.GC279@Bagpuss.unfortu.net> + Branch: perl + ! pp_hot.c sv.c t/op/readline.t +____________________________________________________________________________ +[ 19070] By: rgs on 2003/03/26 21:31:55 + Log: Subject: [patch] for Stratus VOS + From: "Green, Paul" + Date: Wed, 26 Mar 2003 17:24:38 -0500 + Message-ID: + (plus a small tweak to the test script) + Branch: perl + ! README.vos t/op/pack.t +____________________________________________________________________________ +[ 19069] By: rgs on 2003/03/26 21:14:33 + Log: Subject: [PATCH] Re: [perl #21614] 5.8.0 Unbalanced string table refcount + From: Nicholas Clark + Date: Tue, 25 Mar 2003 22:59:17 +0000 + Message-ID: <20030325225917.GE284@Bagpuss.unfortu.net> + Branch: perl + ! sv.c t/op/readline.t +____________________________________________________________________________ +[ 19068] By: rgs on 2003/03/26 20:53:18 + Log: Win32 counterpart of change #19065 + Branch: perl + ! win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 19067] By: rgs on 2003/03/26 20:34:32 + Log: VMS counterpart of change #19065 + Branch: perl + ! vms/descrip_mms.template +____________________________________________________________________________ +[ 19066] By: jhi on 2003/03/26 20:05:40 + Log: Upgrade to Term::ANSIColor 1.07. + Branch: perl + ! lib/Term/ANSIColor.pm lib/Term/ANSIColor/ChangeLog + ! lib/Term/ANSIColor/README +____________________________________________________________________________ +[ 19065] By: rgs on 2003/03/26 19:55:20 + Log: Add a file utils/cpan.PL to generate the "cpan" utility, + also separately maintained on CPAN, and now moved as + lib/CPAN/bin/cpan. Tweak installperl to avoid installing + this last file. + Branch: perl + + utils/cpan.PL + +> lib/CPAN/bin/cpan + - utils/cpan + ! MANIFEST installperl utils/Makefile +____________________________________________________________________________ +[ 19064] By: jhi on 2003/03/26 19:48:32 + Log: Subject: [PATCH] Re: [perl #21542] local $_ [0] = $_ [0] fails. + From: Dave Mitchell + Date: Thu, 20 Mar 2003 01:26:19 +0000 + Message-ID: <20030320012619.C19869@fdgroup.com> + + Subject: Re: [PATCH] Re: [perl #21542] local $_ [0] = $_ [0] fails. + From: Dave Mitchell + Date: Mon, 24 Mar 2003 16:06:51 +0000 + Message-ID: <20030324160651.D1798@fdgroup.com> + Branch: perl + ! pp_ctl.c pp_hot.c scope.c t/op/args.t +____________________________________________________________________________ +[ 19063] By: jhi on 2003/03/26 19:33:09 + Log: Subject: [perl #21648] Doc typo in Net::servent + From: Andy Lester (via RT) + Date: 22 Mar 2003 05:02:31 -0000 + Message-Id: + Branch: perl + ! lib/Net/servent.pm +____________________________________________________________________________ +[ 19062] By: jhi on 2003/03/26 19:29:39 + Log: Subject: [PATCH README.qnx] for QNX 6.2 + From: Norton Allen + Date: Tue, 25 Mar 2003 12:09:42 -0500 (est) + Message-Id: <200303251709.MAA11391@bottesini.harvard.edu> + Branch: perl + ! README.qnx +____________________________________________________________________________ +[ 19060] By: merijn on 2003/03/26 13:13:23 + Log: Subject: [PATCH] lib/vmsish.t GMT bug fix + From: "Craig A. Berry" + Date: Tue, 25 Mar 2003 22:52:58 -0600 + Message-ID: <3E81322A.3040508@mac.com> + Branch: perl + ! lib/vmsish.t +____________________________________________________________________________ +[ 19059] By: rgs on 2003/03/24 21:43:03 + Log: Change 19056 wasn't good enough. + ldlibpth should be changed later, to avoid spaces to be quoted. + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 19058] By: rgs on 2003/03/24 21:37:59 + Log: Subject: [PATCH pod/perlhist.pod] Adding the latest version of Perl + From: Michael G Schwern + Date: Mon, 24 Mar 2003 00:50:39 -0800 + Message-ID: <20030324085039.GA19981@windhund.schwern.org> + Branch: perl + ! pod/perlhist.pod +____________________________________________________________________________ +[ 19057] By: rgs on 2003/03/24 21:33:43 + Log: Typo, spotted by Doru Petrescu + Message-ID: + Branch: perl + ! ext/Data/Dumper/Dumper.pm +____________________________________________________________________________ +[ 19056] By: rgs on 2003/03/24 21:05:48 + Log: Subject: Re: Smoke [5.9.0] 19055 FAIL(m) linux 2.4.18-3 (i686/1 cpu) + From: Enache Adrian + Date: Mon, 24 Mar 2003 23:56:25 +0200 + Message-ID: <20030324215625.GB853@ratsnest.hole> + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 19055] By: merijn on 2003/03/24 07:05:39 + Log: Subject: no more 'make install && make test' with shared libperl.so on Linux + From: Enache Adrian + Date: Sat, 22 Mar 2003 22:49:49 +0200 + Message-ID: <20030322204949.GB794@ratsnest.hole> + + This is a slightly more defensive patch than Chip's patch that + fell through the cracks, but does the same + Subject: Shared libperl.so and build issues + From: Chip Turner + Date: Tue 31 Dec 2002 17:21 + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 19054] By: merijn on 2003/03/24 06:54:23 + Log: Subject: [PATCH bleadperl] vms.c thread clean-up + From: "Craig A. Berry" + Date: Sun, 23 Mar 2003 15:32:58 -0600 + Message-ID: <3E7E280A.5000304@mac.com> + Branch: perl + ! vms/vms.c +____________________________________________________________________________ +[ 19052] By: jhi on 2003/03/24 04:28:13 + Log: For change #19051: a new .bat to CRLF. + Branch: perl + ! Porting/makerel +____________________________________________________________________________ +[ 19051] By: jhi on 2003/03/24 04:27:55 + Log: WinCE update from Vadim Konovalov. + Branch: perl + + wince/compile-all.bat wince/makedist.pl + - wince/include/sys/stat.h wince/xbuildall.ksh + - wince/xdistclean.ksh wince/xmakediffs.ksh + ! MANIFEST README.ce dosish.h wince/Makefile.ce + ! wince/compile.bat wince/config.ce +____________________________________________________________________________ +[ 19050] By: jhi on 2003/03/24 04:25:15 + Log: Oops (change #19013 missed changing the Perl version number). + Branch: perl + ! cygwin/perlld.in +____________________________________________________________________________ +[ 19047] By: jhi on 2003/03/23 17:54:33 + Log: Integrate from maint-5.8: + [ 19045] + If no IVSIZE == 8, no need for modulo_1. + Branch: perl + !> pp.c +____________________________________________________________________________ +[ 19044] By: rgs on 2003/03/21 21:09:15 + Log: Subject: [PATCH] p4genpatch + From: andreas.koenig@anima.de (Andreas J. Koenig) + Date: Sat, 15 Mar 2003 12:04:18 +0100 + Message-ID: + Branch: perl + ! Porting/p4genpatch +____________________________________________________________________________ +[ 19043] By: rgs on 2003/03/21 20:43:55 + Log: Subject: [PATCH] perlsub.pod and perlsyn.pod: better organise scoping info for modifiers + From: Martien Verbruggen + Date: Sat, 15 Mar 2003 12:31:47 +1100 + Message-Id: + Branch: perl + ! pod/perlsub.pod pod/perlsyn.pod +____________________________________________________________________________ +[ 19042] By: merijn on 2003/03/21 07:45:54 + Log: Subject: [PATCH] readdir_r for VMS (was Re: [PATCH] configure.com: sig_num, etc.) + From: "Craig A. Berry" + Date: Thu, 20 Mar 2003 23:03:36 -0600 + Message-ID: <3E7A9D28.1040706@mac.com> + Branch: perl + ! configure.com vms/vms.c vms/vmsish.h +____________________________________________________________________________ +[ 19039] By: rgs on 2003/03/20 22:40:38 + Log: Subject: Re: [patch] [perl #21628] rcatline issue + From: Enache Adrian + Date: Thu, 20 Mar 2003 22:39:06 +0200 + Message-ID: <20030320203906.GA31199@ratsnest.hole> + Branch: perl + ! MANIFEST pp_hot.c t/op/readline.t +____________________________________________________________________________ +[ 19038] By: rgs on 2003/03/20 22:07:50 + Log: Subject: Re: Bytecode? Back into service. + From: Enache Adrian + Date: Thu, 20 Mar 2003 07:38:39 +0200 + Message-ID: <20030320053839.GA4044@ratsnest.hole> + Branch: perl + ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c + ! ext/ByteLoader/byterun.h op.c +____________________________________________________________________________ +[ 19037] By: rgs on 2003/03/20 20:16:43 + Log: Subject: [DOC-PATCH] for README.cygwin, bleadperl version + From: "Gerrit P. Haase" + Date: Thu, 20 Mar 2003 21:23:28 +0100 + Message-ID: <941032389637.20030320212328@familiehaase.de> + Branch: perl + ! README.cygwin +____________________________________________________________________________ +[ 19036] By: jhi on 2003/03/20 05:23:15 + Log: Integrate: + [ 19033] + file test operators weren't doing the right thing if the SV + passed to them wasn't NUL-terminated + + [ 19034] + ensure SVs returned by Win32::Get{Short,Full}PathName() are + NUL-terminated + Branch: perl + !> doio.c win32/win32.c +____________________________________________________________________________ +[ 19028] By: jhi on 2003/03/19 09:46:27 + Log: Better wording as requested by Rafael, and + the module is BerkeleyDB, not BerkeleyFile. + Branch: perl + ! README.tru64 +____________________________________________________________________________ +[ 19026] By: jhi on 2003/03/19 09:11:43 + Log: Update the DB_File instructions in Tru64. + Branch: perl + ! README.tru64 +____________________________________________________________________________ +[ 19025] By: rgs on 2003/03/18 21:59:33 + Log: Subject: [PATCH] [perl #9990] avoid goto &tmpsub coredump + From: Dave Mitchell + Date: Tue, 18 Mar 2003 21:55:05 +0000 + Message-ID: <20030318215505.A16787@fdgroup.com> + Branch: perl + ! pp_ctl.c t/op/goto.t +____________________________________________________________________________ +[ 19024] By: rgs on 2003/03/18 21:24:27 + Log: Subject: [PATCH] VMS pod install tweaks + From: "Craig A. Berry" + Date: Sat, 15 Mar 2003 16:06:07 -0600 + Message-ID: <3E73A3CF.3060502@mac.com> + Branch: perl + ! vms/descrip_mms.template +____________________________________________________________________________ +[ 19023] By: rgs on 2003/03/18 21:22:03 + Log: Subject: [PATCH] poll() help for VMS + From: "Craig A. Berry" + Date: Tue, 18 Mar 2003 01:10:10 -0600 + Message-ID: <3E76C652.30205@mac.com> + Branch: perl + ! configure.com ext/IO/poll.h +____________________________________________________________________________ +[ 19021] By: jhi on 2003/03/18 06:56:26 + Log: The description of SIG_SIZE was off. + Branch: perl + ! Configure NetWare/config_H.wc Porting/Glossary + ! Porting/config.sh Porting/config_H config_h.SH + ! plan9/config.plan9 plan9/config_h.sample win32/config_H.bc + ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64 + ! wince/config_H.ce +____________________________________________________________________________ +[ 19020] By: merijn on 2003/03/18 05:45:50 + Log: Minor updates of Wolfgang's pack patch + + Subject: Re: pack changes and related fixes + From: Philip Newton + Date: Tue, 18 Mar 2003 06:19:30 +0100 + Message-ID: + Branch: perl + ! embed.fnc pod/perldiag.pod +____________________________________________________________________________ +[ 19019] By: gsar on 2003/03/18 05:06:07 + Log: regenerate win32/config_H.* + Branch: perl + ! win32/config_H.bc win32/config_H.gc win32/config_H.vc + ! win32/config_H.vc64 +____________________________________________________________________________ +[ 19018] By: gsar on 2003/03/18 03:02:38 + Log: there is no trailing NULL in sig_name or sig_num, so don't + talk about it + Branch: perl + ! Porting/Glossary +____________________________________________________________________________ +[ 19017] By: gsar on 2003/03/18 03:01:02 + Log: according to the new Porting/Glossary, sig_num doesn't have an + extra '0' at the end + Branch: perl + ! win32/config.bc win32/config.gc win32/config.vc + ! win32/config.vc64 +____________________________________________________________________________ +[ 19016] By: hv on 2003/03/18 00:52:09 + Log: add tests for existing behaviour of undef postinc/dec + Branch: perl + ! t/op/inc.t +____________________________________________________________________________ +[ 19015] By: hv on 2003/03/18 00:46:18 + Log: add comment at undef postinc special case + Branch: perl + ! pp.c +____________________________________________________________________________ +[ 19014] By: hv on 2003/03/18 00:27:19 + Log: clarify behaviour of $a++ + Branch: perl + ! pod/perlop.pod +____________________________________________________________________________ +[ 19013] By: jhi on 2003/03/17 19:52:06 + Log: Integrate: + [ 19012] + We don't have the new Perl at this stage. + Branch: perl + !> cygwin/perlld.in +____________________________________________________________________________ +[ 19010] By: jhi on 2003/03/17 17:16:44 + Log: Subject: pack changes and related fixes + From: LAUN Wolfgang + Date: Mon, 17 Mar 2003 13:55:37 +0100 + Message-ID: <75A46BF1A9D8D311863A00508B6259A405F17EB8@ATTMSX4> + Branch: perl + ! embed.fnc embed.h lib/diagnostics.pm perl.h pod/perldiag.pod + ! pod/perlfunc.pod pod/perlpacktut.pod pp_pack.c proto.h + ! t/lib/warnings/pp_pack t/op/pack.t +____________________________________________________________________________ +[ 19007] By: jhi on 2003/03/17 04:45:40 + Log: Integrate: + [ 19006] + Subject: Re: [Patch] Maintperl versioning for Cygwin + From: Slaven Rezic + Date: 17 Mar 2003 00:42:43 +0100 + Message-ID: <87ptoqev4c.fsf@vran.herceg.de> + Branch: perl + !> cygwin/perlld.in +____________________________________________________________________________ +[ 19005] By: hv on 2003/03/17 02:06:20 + Log: Subject: Patch for Data::Dumper 2.12 to Allow Custom Hash Key/Value Separator + From: chocolateboy + Date: Sat, 22 Feb 2003 12:17:28 +0000 + Message-ID: <3E576A58.8010901@chocolatey.com> + Branch: perl + + ext/Data/Dumper/t/pair.t + ! MANIFEST ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs +____________________________________________________________________________ +[ 19004] By: hv on 2003/03/17 01:38:23 + Log: Subject: [patch] utils/h2xs.PL (get rid of \t and '') + From: Stas Bekman + Date: Fri, 14 Feb 2003 11:59:53 +1100 + Message-ID: <3E4C3F89.6050005@stason.org> + Branch: perl + ! utils/h2xs.PL +____________________________________________________________________________ +[ 19003] By: hv on 2003/03/17 01:23:02 + Log: Subject: [perl #20724] Patch for dprofpp + From: Nicholas "Oxhøj" (via RT) + Date: 5 Feb 2003 08:41:17 -0000 + Message-Id: + Branch: perl + ! utils/dprofpp.PL +____________________________________________________________________________ +[ 19002] By: hv on 2003/03/16 23:36:57 + Log: Subject: [perl #19898] [PATCH] forking to Perl children with IPC::Open3 + From: Adam Spiers (via RT) + Date: 10 Jan 2003 10:59:44 -0000 + Message-Id: + Branch: perl + ! lib/IPC/Open3.pm +____________________________________________________________________________ +[ 19001] By: jhi on 2003/03/16 21:50:24 + Log: getservbyname_r() kaputt in OpenBSD (might get fixed + for 3.3, but only might) + Branch: perl + ! hints/openbsd.sh +____________________________________________________________________________ +[ 18999] By: jhi on 2003/03/16 21:33:49 + Log: Stay within known facts: what platforms the skippage helps, + and in which it is not needed. + Branch: perl + ! ext/POSIX/t/posix.t +____________________________________________________________________________ +[ 18998] By: jhi on 2003/03/16 18:15:42 + Log: This seems to fix (well, dodge) the problems in FreeBSD for + Enache Adrian; in _theory_ this patch could be good for NetBSD, + too, but Alian gets a core dump already at subtest #9 (anyone + with a real NetBSD, Alian's is a VMware one, which has in the + past caused similar odd crashes). OpenBSD threaded build result + still unknown. + Branch: perl + ! ext/POSIX/t/posix.t +____________________________________________________________________________ +[ 18997] By: jhi on 2003/03/16 18:07:30 + Log: IRIX ls -l marks sockets with 'S'. + Branch: perl + ! t/op/stat.t +____________________________________________________________________________ +[ 18996] By: jhi on 2003/03/16 17:41:42 + Log: Turn on UTF-8 flag only if the $str is valid utf8 + (pointed out by Dan Kogai). + Branch: perl + ! lib/Term/ReadLine.pm +____________________________________________________________________________ +[ 18995] By: jhi on 2003/03/16 16:40:06 + Log: Signedness nits. + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 18994] By: jhi on 2003/03/16 15:41:44 + Log: Fix for [perl #21479] Term::ReadLine(::Stub) doesn't set UTF-8 flag. + Should work both for PERL_UNICODE/-C and use encoding 'foo'; + Branch: perl + ! lib/Term/ReadLine.pm +____________________________________________________________________________ +[ 18991] By: jhi on 2003/03/16 15:14:31 + Log: Pod fix from Philip Newton. + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 18990] By: jhi on 2003/03/16 15:12:00 + Log: Further potential pitfalls for the utf8 len/pos cache + found by Inaba Hiroto. No test cases, yet. + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 18989] By: jhi on 2003/03/16 08:02:31 + Log: Make the :bytes conditional on PerlIO. + Branch: perl + ! ext/Encode/t/CJKT.t +____________________________________________________________________________ +[ 18988] By: jhi on 2003/03/15 18:27:36 + Log: Needs PerlIO for :bytes. + Branch: perl + ! ext/Encode/t/CJKT.t +____________________________________________________________________________ +[ 18986] By: rgs on 2003/03/14 20:28:20 + Log: Subject: Re: [fix] [perl #21575] Bug with print( followed by a newline + From: Enache Adrian + Date: Fri, 14 Mar 2003 23:02:42 +0200 + Message-ID: <20030314210242.GA1159@ratsnest.hole> + (with an added test) + Branch: perl + ! t/comp/parser.t toke.c +____________________________________________________________________________ +[ 18985] By: rgs on 2003/03/14 19:45:18 + Log: Time::HiRes is a core module + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 18984] By: rgs on 2003/03/14 19:38:57 + Log: Subject: [patch ext/B/typemap] STRLEN T_UV + From: Stas Bekman + Date: Fri, 14 Mar 2003 17:45:09 +1100 + Message-ID: <3E717A75.2060300@stason.org> + Branch: perl + ! ext/B/typemap +____________________________________________________________________________ +[ 18982] By: jhi on 2003/03/14 15:16:18 + Log: Better pass in the $self for a method. + Branch: perl + ! lib/File/Spec/Unix.pm +____________________________________________________________________________ +[ 18980] By: jhi on 2003/03/14 13:42:32 + Log: Cleanup the File::Spec tmpdir() implementations: + now all the platforms specific modules call _tmpdir() + (inherited from Unix.pm) with the list of platform + specific list of temporary directories, and _tmpdir() + then does the appropriate suitability checking. + Branch: perl + ! lib/File/Spec.pm lib/File/Spec/Cygwin.pm lib/File/Spec/Epoc.pm + ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm + ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm + ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm +____________________________________________________________________________ +[ 18979] By: jhi on 2003/03/14 12:48:09 + Log: whichsig() really does return -1 for unknown signals. + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 18977] By: jhi on 2003/03/14 10:42:33 + Log: Rework the @Config{/sig.*/} tests. + Branch: perl + ! lib/Config.t +____________________________________________________________________________ +[ 18976] By: jhi on 2003/03/14 10:31:50 + Log: Subject: [PATCH] configure.com: sig_num, etc. + From: "Craig A. Berry" + Date: Thu, 13 Mar 2003 21:38:19 -0600 + Message-ID: <3E714EAB.6030001@mac.com> + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 18975] By: jhi on 2003/03/14 10:30:53 + Log: Make whichsig() to work also if some system defines + zero signals (now -1 is the "not found"). Note that + in couple of mg.c spots only whichsig() > 0 branches + are taken because signal handlers et al don't make + much sense for the zero signal. + Branch: perl + ! doio.c mg.c +____________________________________________________________________________ +[ 18973] By: jhi on 2003/03/14 10:27:46 + Log: Since Configure does the signal name/number probe with awk + based on the cpp results (not by really running code), testing + for the signum value is not really helpful if we have runtime + function calls (some signal numbers are dynamic, for example) + (or other extra stuff where the signum value is expected). + (Runtimeness also means that Configure cannot get these right, + anyway.) Better filter in just the constant non-negative numbers. + Branch: perl + ! Configure +____________________________________________________________________________ +[ 18971] By: jhi on 2003/03/14 09:30:18 + Log: Signal issues. + (1) Filter out negative signals. + (2) Correct sig_num* and sig_name* descriptions. + Branch: perl + ! Configure Porting/Glossary Porting/config.sh Porting/config_H + ! config_h.SH +____________________________________________________________________________ +[ 18970] By: jhi on 2003/03/14 06:21:48 + Log: Hopefully this works also in Win32. + Branch: perl + ! ext/Encode/t/CJKT.t +____________________________________________________________________________ +[ 18969] By: jhi on 2003/03/14 05:43:34 + Log: Subject: [PATCH] Perldoc.pm tweak for VMS + From: "Craig A. Berry" + Date: Thu, 13 Mar 2003 13:44:55 -0600 + Message-ID: <3E70DFB7.8070405@mac.com> + Branch: perl + ! lib/Pod/Perldoc.pm +____________________________________________________________________________ +[ 18968] By: gsar on 2003/03/14 04:41:25 + Log: fix for switchC.t test#6 failure on windows + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 18967] By: gsar on 2003/03/14 04:29:10 + Log: Config.t wasn't getting the sig_num and sig_size relationship + right, and therefore failed test#35 on windows + + note that config_h.SH documents that $sig_size does NOT include + the final NULL in $sig_num! + Branch: perl + ! lib/Config.t +____________________________________________________________________________ +[ 18966] By: gsar on 2003/03/14 04:20:51 + Log: another fix for failing test on windows ("use encoding" puts + STDIN in :raw mode, so chomp() wasn't stripping the CR) + Branch: perl + ! ext/Encode/t/enc_module.t +____________________________________________________________________________ +[ 18965] By: gsar on 2003/03/14 04:06:31 + Log: fix CJKT.t failures on windows due to incorrect binmode() + Branch: perl + ! ext/Encode/t/CJKT.t +____________________________________________________________________________ +[ 18964] By: rgs on 2003/03/13 21:47:52 + Log: Skip the last test of Config.t on HP-UX. + (This test should be skipped for every system that + actually defines a negative signal number. Maybe that + test should be removed, to be future-proof.) + Branch: perl + ! lib/Config.t +____________________________________________________________________________ +[ 18963] By: rgs on 2003/03/13 20:57:32 + Log: Subject: [perl #20755] [PATCH] 5.8.0 h2ph barfs on checksum.h on RH6.2/7.2 + From: Kurt Starsinic + Date: Mon, 10 Mar 2003 00:54:49 -0500 + Message-ID: + Branch: perl + ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL +____________________________________________________________________________ +[ 18962] By: rgs on 2003/03/13 20:46:53 + Log: Subject: [PATCH] checking for magic in hv.c and ext/POSIX/POSIX.xs + From: "Craig A. Berry" + Date: Tue, 11 Mar 2003 21:29:31 -0600 + Message-ID: <3E6EA99B.9060902@mac.com> + Patch by Scott Lepage (scott.lepage@hp.com) + Branch: perl + ! hv.c +____________________________________________________________________________ +[ 18959] By: jhi on 2003/03/13 20:05:50 + Log: Some more stdlib.h inclusions and change the gccversion + test to use return (could have used that for all, sigh). + Branch: perl + ! Configure +____________________________________________________________________________ +[ 18958] By: rgs on 2003/03/12 20:46:58 + Log: Trims slashes from the argument to rmdir(), likewise + to what happens with rmdir(). Factorize the code in a + local macro, TRIMSLASHES. + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 18957] By: jhi on 2003/03/12 14:23:02 + Log: VOS nit from Paul Green. + Branch: perl + ! vos/configure_full_perl.sh +____________________________________________________________________________ +[ 18956] By: jhi on 2003/03/12 13:58:26 + Log: File::Spec: Do not fall back to '', use curdir instead. + Note: Mac used to use cwd(), now curdir, slight change + (relative vs. absolute). + Branch: perl + ! lib/File/Spec/Cygwin.pm lib/File/Spec/Mac.pm + ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm + ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm +____________________________________________________________________________ +[ 18955] By: jhi on 2003/03/12 13:49:15 + Log: File::Temp tests were failing in Cygwin if $ENV{TMPDIR} + was unset (the tests attempted to create files at the /) + Branch: perl + ! lib/File/Spec/Cygwin.pm +____________________________________________________________________________ +[ 18954] By: jhi on 2003/03/12 10:59:03 + Log: Another finding by IRIX cc: non-void function + sv_cat_decode() should return a value. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 18952] By: jhi on 2003/03/12 10:53:02 + Log: Integrate: + [ 18949] + pudge> never integrate anything from macos/ + Branch: perl + - macos/MacPerlTests.cmd macos/Makefile.mk macos/configpm + - macos/macperl.sym + !> MANIFEST +____________________________________________________________________________ +[ 18951] By: jhi on 2003/03/12 10:52:17 + Log: Integrate: + [ 18946] + Integrate from maint-5.8/macperl: + [ 18937] + Various MacOS portability fixes for tests + + [ 18938] + File::Spec::Unix method should be called on $self + + [ 18939] + lib.pm:_get_dirs() should use $_[0], not $_ + + [ 18940] + Update MacOS for new configpm + + [ 18941] + Update MacOS build + Update Makefile for new source files, + update test script, add additional symbol for APItest + Branch: perl + +> macos/MacPerlTests.cmd macos/Makefile.mk macos/configpm + +> macos/macperl.sym + !> ext/Digest/MD5/t/files.t ext/Filter/t/call.t + !> ext/POSIX/t/taint.t lib/File/Spec/Unix.pm + !> lib/Unicode/Collate/t/index.t lib/Unicode/Collate/t/test.t + !> lib/charnames.t lib/lib_pm.PL t/io/crlf.t t/op/method.t + !> t/op/mkdir.t t/op/recurse.t t/op/sprintf.t t/op/stat.t + !> t/op/taint.t t/pod/testp2pt.pl t/run/switchI.t +____________________________________________________________________________ +[ 18950] By: jhi on 2003/03/12 10:49:27 + Log: Cygwin doesn't like initing the $0 mutex in perl_construct() + (Too early? If inited there the pthread_mutex_init() returns + an integer much too large be an errno), but initing the mutex + later, in perl_alloc(), seems to be okay with Cygwin, and also + with Linux. + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 18944] By: jhi on 2003/03/12 06:00:48 + Log: Ouch. Missed one more, the void flags check (and exit() is void). + Branch: perl + ! Configure +____________________________________________________________________________ +[ 18943] By: jhi on 2003/03/12 05:51:21 + Log: Tell how to possibly dodge 'Out of memory' errors. + Branch: perl + ! pod/perldiag.pod +____________________________________________________________________________ +[ 18935] By: jhi on 2003/03/11 22:00:54 + Log: WinCE tweaks from Vadim Konovalov. + Branch: perl + ! perl.c perlio.c wince/Makefile.ce +____________________________________________________________________________ +[ 18932] By: jhi on 2003/03/11 20:22:07 + Log: Missed one. + Branch: perl + ! Configure +____________________________________________________________________________ +[ 18929] By: jhi on 2003/03/11 20:15:51 + Log: Single vs doublequoted context is important... + Branch: perl + ! Configure +____________________________________________________________________________ +[ 18927] By: jhi on 2003/03/11 20:04:33 + Log: """glob.*""" patch for VMS, from Peter Prymmer. + Branch: perl + ! vms/perlvms.pod vms/vms.c +____________________________________________________________________________ +[ 18926] By: rgs on 2003/03/11 19:44:54 + Log: Questionable construct. + Branch: perl + ! pod/perltooc.pod +____________________________________________________________________________ +[ 18925] By: jhi on 2003/03/11 19:15:15 + Log: Better setmode() prototype for cygwin. + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 18923] By: jhi on 2003/03/11 19:11:39 + Log: Solaris cc wants prototype for exit(), so needed. + Branch: perl + ! Configure +____________________________________________________________________________ +[ 18921] By: jhi on 2003/03/11 18:15:45 + Log: The 0, in the assert_not_ROK() makes IRIX cc to worry + (cc-1171 cc: WARNING ... The indicated expression has no effect.) + So make the macro to include the , and the non-gcc case empty. + Branch: perl + ! sv.h +____________________________________________________________________________ +[ 18919] By: jhi on 2003/03/11 17:43:10 + Log: Uid_t and Gid_t can easily be shorts and one cannot + pull shorts off the va_args, int is the shortest (ahem). + Branch: perl + ! reentr.c reentr.pl +____________________________________________________________________________ +[ 18918] By: jhi on 2003/03/11 17:32:23 + Log: Subject: [PATCH] io_sock.t + From: Norton Allen + Date: Tue, 11 Mar 2003 13:37:36 -0500 (est) + Message-Id: <200303111837.NAA30438@bottesini.harvard.edu> + Branch: perl + ! README.qnx ext/IO/lib/IO/t/io_sock.t +____________________________________________________________________________ +[ 18917] By: jhi on 2003/03/11 17:30:43 + Log: Get rid of one Cygwin warning by introducing a prototype + for the init_os_extras(). Since there is no header file + in Perl specific to cygwin, use perl.h. + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 18916] By: jhi on 2003/03/11 11:40:38 + Log: Upgrade to Time-HiRes 1.43. + Branch: perl + ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm + ! ext/Time/HiRes/Makefile.PL +____________________________________________________________________________ +[ 18915] By: jhi on 2003/03/11 09:19:54 + Log: Be more lax about the out of memory error message. + Branch: perl + ! t/op/recurse.t +____________________________________________________________________________ +[ 18914] By: jhi on 2003/03/11 09:18:25 + Log: Try to handle hitting the heap/data limit in small systems. + (One can simulate this with e.g. 32MB or 64MB datasize, + use your shell's ulimit/limit/limits command.) + Branch: perl + ! t/op/recurse.t +____________________________________________________________________________ +[ 18912] By: hv on 2003/03/11 07:36:00 + Log: typo for utf8locale in #18907 + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 18910] By: jhi on 2003/03/11 06:55:29 + Log: Subject: [PATCH] clear PL_exitlist in perl_destruct + From: "Craig A. Berry" + Date: Tue, 11 Mar 2003 00:34:39 -0600 + Message-ID: <3E6D837F.7000506@mac.com> + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 18909] By: jhi on 2003/03/11 06:29:35 + Log: Upgrade to cperl-mode 5.0, from IlyaZ. + Branch: perl + ! emacs/cperl-mode.el +____________________________________________________________________________ +[ 18908] By: jhi on 2003/03/11 06:09:05 + Log: Missed some, cryptically. + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 18907] By: jhi on 2003/03/11 06:01:28 + Log: Add missing intrpvar clonings to perl_clone. + Also move the IDBassertion to the end since there's + no particular reason to break bincompat for that. + Branch: perl + ! intrpvar.h sv.c +____________________________________________________________________________ +[ 18906] By: jhi on 2003/03/11 05:43:30 + Log: Add reminders to intrpvar.h about perl_clone(), as suggested by Stas. + Branch: perl + ! intrpvar.h +____________________________________________________________________________ +[ 18905] By: jhi on 2003/03/11 05:38:10 + Log: Subject: [patch] PL_taint_warn falls between chairs in perl_clone() + From: Stas Bekman + Date: Tue, 11 Mar 2003 17:09:02 +1100 + Message-ID: <3E6D7D7E.5000704@stason.org> + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 18904] By: jhi on 2003/03/11 05:33:10 + Log: Subject: [PATCH] typos and other minor things + From: "Todd C. Miller" + Date: Mon, 10 Mar 2003 21:00:55 -0700 + Message-Id: <200303110400.h2B40tEQ018838@xerxes.courtesan.com> + Branch: perl + ! emacs/cperl-mode.el ext/B/B/Concise.pm ext/DB_File/DB_File.pm + ! ext/DB_File/DB_File.xs ext/Devel/PPPort/PPPort.pm + ! ext/IO/lib/IO/Socket.pm ext/PerlIO/encoding/encoding.xs + ! ext/PerlIO/via/via.pm ext/Storable/Storable.xs lib/Net/FTP.pm + ! lib/Net/NNTP.pm lib/Net/Ping.pm lib/Pod/Perldoc.pm + ! lib/Tie/File/t/05_size.t lib/charnames.pm lib/ftp.pl + ! lib/utf8.t pad.c pod/perlfunc.pod pod/perlintern.pod + ! pod/perlthrtut.pod pod/pod2latex.PL regcomp.c t/op/sprintf.t + ! utils/libnetcfg.PL vms/vms.c win32/vmem.h +____________________________________________________________________________ +[ 18903] By: jhi on 2003/03/11 05:29:12 + Log: A rejected hunk of #18902 reapplied. + Branch: perl + ! t/io/utf8.t +____________________________________________________________________________ +[ 18902] By: jhi on 2003/03/11 05:19:15 + Log: Patch from Craig Berry to resolve test failures in VMS. + Will poke the Net::Ping author. + Branch: perl + ! ext/threads/shared/t/cond.t lib/Net/Ping/t/190_alarm.t + ! t/io/utf8.t t/op/magic.t +____________________________________________________________________________ +[ 18900] By: rgs on 2003/03/10 22:12:37 + Log: Integrate (by hand) change #18386 from maint-5.8 + Branch: perl + ! t/op/split.t +____________________________________________________________________________ +[ 18899] By: jhi on 2003/03/10 21:44:12 + Log: VMS has an extra \n at the end, and I assume Windows has \r\n. + Branch: perl + ! t/run/switchC.t +____________________________________________________________________________ +[ 18891] By: rgs on 2003/03/10 20:22:39 + Log: A new test, to check that signal numbers are actually positive, + and that there is a consistent number of signals available. + Branch: perl + ! lib/Config.t +____________________________________________________________________________ +[ 18889] By: rgs on 2003/03/10 19:55:06 + Log: Subject: Re: odd (or not so odd?) segmentation fault in 5.8.0 + From: sthoenna@efn.org (Yitzchak Scott-Thoennes) + Date: Fri, 07 Mar 2003 13:12:49 -0800 + Message-ID: + Branch: perl + ! mg.c pod/perldiag.pod t/op/tie.t +____________________________________________________________________________ +[ 18888] By: rgs on 2003/03/10 19:37:40 + Log: Subject: Re: [perl #21505] 5.8.0 lib/Config test failure due to compiler flag + From: Nicholas Clark + Date: Sun, 9 Mar 2003 21:24:46 +0000 + Message-ID: <20030309212445.GE277@Bagpuss.unfortu.net> + Branch: perl + ! lib/Config.t +____________________________________________________________________________ +[ 18880] By: jhi on 2003/03/10 16:17:50 + Log: Integrate from maint: + [ 18428] + Somehow I managed to get makefile.olds that didn't get cleaned away. + Branch: perl + !> Makefile.SH x2p/Makefile.SH +____________________________________________________________________________ +[ 18876] By: jhi on 2003/03/10 06:35:20 + Log: Comment fix. + Branch: perl + ! t/io/utf8.t +____________________________________________________________________________ +[ 18875] By: jhi on 2003/03/10 05:31:00 + Log: Remove the foo-old files. + Branch: perl + ! opcode.pl +____________________________________________________________________________ +[ 18874] By: jhi on 2003/03/10 05:23:32 + Log: Subject: Re: Shared libperl.so and build issues + From: Chip Turner + Date: 05 Jan 2003 10:35:40 -0500 + Message-ID: + Branch: perl + ! INSTALL +____________________________________________________________________________ +[ 18873] By: jhi on 2003/03/10 05:18:02 + Log: Bunch of doc patches from Stas; plus regen. + + Subject: [doc patch] perl.c's pod api entry + From: Stas Bekman + Date: Mon, 10 Mar 2003 12:35:52 +1100 + Message-ID: <3E6BEBF8.80402@stason.org> + + Subject: Re: [patch] perlguts.pod + From: Stas Bekman + Date: Mon, 10 Mar 2003 12:38:57 +1100 + Message-ID: <3E6BECB1.7050009@stason.org> + + Subject: Re: [PATCH ext/DynaLoader/DynaLoader_pm.PL] doc fix: s/dl_loadflags/dl_load_flags/ + From: Stas Bekman + Date: Mon, 10 Mar 2003 12:41:46 +1100 + Message-ID: <3E6BED5A.801@stason.org> + + Subject: Re: [patch] perlapi.pod fix + From: Stas Bekman + Date: Mon, 10 Mar 2003 12:43:33 +1100 + Message-ID: <3E6BEDC5.6010405@stason.org> + + Subject: Re: [docs patch] replace gets() with fgets() in example + From: Stas Bekman + Date: Mon, 10 Mar 2003 12:45:41 +1100 + Message-ID: <3E6BEE45.9030901@stason.org> + + Subject: [doc patch] perlrun.pod + From: Stas Bekman + Date: Mon, 10 Mar 2003 14:49:59 +1100 + Message-ID: <3E6C0B67.4050606@stason.org> + Branch: perl + ! ext/DynaLoader/DynaLoader_pm.PL handy.h perl.c pod/perlapi.pod + ! pod/perlembed.pod pod/perlguts.pod pod/perlrun.pod +____________________________________________________________________________ +[ 18871] By: jhi on 2003/03/09 20:15:13 + Log: Must not hide the protos, though. + Branch: perl + ! embed.pl proto.h +____________________________________________________________________________ +[ 18870] By: jhi on 2003/03/09 20:12:11 + Log: I hate embed*. Tell me what you know. + Branch: perl + ! embed.fnc embed.h +____________________________________________________________________________ +[ 18869] By: jhi on 2003/03/09 19:32:19 + Log: Upgrade to Encode 1.91. + Branch: perl + ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm + ! ext/Encode/encoding.pm ext/Encode/t/enc_module.t +____________________________________________________________________________ +[ 18868] By: jhi on 2003/03/09 19:04:22 + Log: Export the symbols from #18863; do not prototype (but export) + Nicholas Clark's experimental COW functions. + Sidenote: the embed.fnc/embed.fnc/makedef.pl thing is becoming + a mess of Herculean proportions. Someone should redesign and + clean up the stables. + Branch: perl + ! embed.fnc embed.pl global.sym proto.h +____________________________________________________________________________ +[ 18867] By: jhi on 2003/03/09 17:12:55 + Log: Upgrade to Encode 1.90 (plus the one extra use lib in enc_module.t) + Branch: perl + ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs + ! ext/Encode/MANIFEST ext/Encode/encoding.pm + ! ext/Encode/t/Mod_EUCJP.pm ext/Encode/t/enc_data.t + ! ext/Encode/t/enc_module.t +____________________________________________________________________________ +[ 18865] By: jhi on 2003/03/09 13:50:57 + Log: From Inaba Hiroto: DATA wasn't properly utf8ed + under 'use encoding'. + Branch: perl + + ext/Encode/t/enc_data.t + ! MANIFEST ext/Encode/MANIFEST toke.c +____________________________________________________________________________ +[ 18864] By: jhi on 2003/03/09 13:21:09 + Log: Tru64: additional instructions for building a newer Berkeley DB. + Branch: perl + ! README.tru64 hints/dec_osf.sh +____________________________________________________________________________ +[ 18863] By: jhi on 2003/03/09 12:07:28 + Log: At Sarathy's request restore the bin5005compat Perl_foo_sv() + function stubs, should be helpful for really simple extensions. + Undoes large parts of changes #16289 and #16290. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 18862] By: rgs on 2003/03/09 11:48:37 + Log: ... and add a test case for bug #20798 + Branch: perl + ! t/op/eval.t +____________________________________________________________________________ +[ 18861] By: jhi on 2003/03/09 11:46:17 + Log: Subject: Re: [perl #21498] printf behaviour changes 5.6.1(and earlier) -> 5.8 + From: Enache Adrian + Date: Fri, 7 Mar 2003 23:28:37 +0200 + Message-ID: <20030307212837.GB765@ratsnest.hole> + + (and few more test cases from the thread) + Branch: perl + ! sv.c t/op/sprintf.t +____________________________________________________________________________ +[ 18860] By: rgs on 2003/03/09 11:33:09 + Log: Subject: Re: [perl #20798] foo(eval {}) crashes Perl 5.8 + From: Enache Adrian + Date: Fri, 7 Mar 2003 00:12:03 +0200 + Message-ID: <20030306221203.GB13330@ratsnest.hole> + Branch: perl + ! op.c +____________________________________________________________________________ +[ 18859] By: rgs on 2003/03/09 11:30:22 + Log: Adjust test count. + Branch: perl + ! t/op/pat.t +____________________________________________________________________________ +[ 18858] By: jhi on 2003/03/09 10:54:10 + Log: From Inaba Hiroto: re_intuit_start set a value to + PL_bostr before calling find_byclass when regexp has + ROPT_UTF8 flag on. But right value for PL_bostr is set + before re_intuit_start is called. PL_regdata is always + assigned by cache_re(), so the whole if(prog->reganch & ROPT_UTF8){} + can be deleted. + Branch: perl + ! regexec.c t/op/pat.t +____________________________________________________________________________ +[ 18857] By: jhi on 2003/03/09 10:46:23 + Log: From Inaba Hiroto: the UTF-8 length cache wasn't + updated when fbm_compile() appended a "\n". + Branch: perl + ! t/op/pat.t util.c +____________________________________________________________________________ +[ 18856] By: rgs on 2003/03/08 20:16:36 + Log: Add a B::COP::io() method, to return the cop_io field of COPs. + Print it in B::Debug. Can be used later in B::Deparse to deparse + the open pragma. + Branch: perl + ! ext/B/B.pm ext/B/B.xs ext/B/B/Debug.pm +____________________________________________________________________________ +[ 18855] By: rgs on 2003/03/08 19:51:40 + Log: Subject: [PATCH perldebug.pod] to explain new [<>{] behaviour - attached + From: Richard.Foley@ubsw.com + Date: Fri, 21 Feb 2003 13:51:51 +0100 + Message-ID: + Branch: perl + ! pod/perldebug.pod +____________________________________________________________________________ +[ 18854] By: jhi on 2003/03/08 19:41:25 + Log: Enache Adrian reads comments. + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 18853] By: rgs on 2003/03/08 19:40:13 + Log: Subject: [PATCH] Re: [perl #20551] Documentation error for IO::Select + From: Richard Soderberg + Date: Sat, 15 Feb 2003 01:27:17 -0500 + Message-Id: <87D7A731-40AE-11D7-9B07-000393801F84@crystalflame.net> + Branch: perl + ! ext/IO/lib/IO/Select.pm +____________________________________________________________________________ +[ 18852] By: jhi on 2003/03/08 19:05:04 + Log: Subject: [PATCH] long %ENV values for VMS + From: "Craig A. Berry" + Date: Fri, 07 Mar 2003 13:49:50 -0600 + Message-ID: <3E68F7DE.8070603@mac.com> + Branch: perl + ! vms/vms.c +____________________________________________________________________________ +[ 18851] By: jhi on 2003/03/08 06:49:35 + Log: regen_headers tiny tidying: + - regen.pl renamed as regen_lib.pl + - regen_headers.pl renamed as regen.pl + - added make target 'regen' (kept target 'regen_headers' + for porters' brains' backward compatibility) + - regen.pl fancified a bit to display the names + of the files that got changed by running the scripts + Branch: perl + + regen_lib.pl + - regen_headers.pl + ! MANIFEST Makefile.SH autodoc.pl bytecode.pl embed.pl + ! keywords.pl opcode.pl regcomp.pl regen.pl +____________________________________________________________________________ +[ 18848] By: jhi on 2003/03/07 08:40:52 + Log: Give pointers to runtime Unicode changes. + Branch: perl + ! pod/perlrun.pod pod/perlvar.pod +____________________________________________________________________________ +[ 18847] By: jhi on 2003/03/07 08:02:50 + Log: Extra character noticed by Tels. + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 18846] By: jhi on 2003/03/07 05:28:11 + Log: Subject: [PATCH] FreeBSD 5.0 gethostbyaddr_r hints update + From: Kay Roepke + Date: Thu, 06 Mar 2003 23:00:10 +0100 + Message-ID: <3E67C4EA.A55FFE5C@dolphin-services.de> + + (plus change the d_gethostbyaddr_r_proto default to "0", + that is what an undefined r_proto looks like) + Branch: perl + ! hints/freebsd.sh +____________________________________________________________________________ +[ 18845] By: jhi on 2003/03/07 05:21:43 + Log: Define the Perl_pp_i_modulo_1() only iff we have glibc. + (Stronger variant of "pp.c: Perl_pp_i_modulo_1 needs help + in non-glibc case", from Craig Berry) + Branch: perl + ! pp.c +____________________________________________________________________________ +[ 18844] By: jhi on 2003/03/07 05:05:57 + Log: Good observation from Philip Newton. + Branch: perl + ! pod/perlrun.pod +____________________________________________________________________________ +[ 18843] By: rgs on 2003/03/06 21:59:02 + Log: Make the -A switch work without an assertion name. + by Salvador Fandiño. + Branch: perl + ! perl.c t/run/switch_A.t +____________________________________________________________________________ +[ 18842] By: rgs on 2003/03/06 21:27:15 + Log: Subject: Re: [PATCH] let perlmodstyle mention Module::Build and Test::More + From: "Jos I. Boumans" + Date: Fri, 21 Feb 2003 20:33:53 +0100 + Message-ID: <3E567F21.6020006@dwim.org> + (with some minor tweaks) + Branch: perl + ! pod/perlmodstyle.pod +____________________________________________________________________________ +[ 18841] By: rgs on 2003/03/06 20:56:32 + Log: Subject: Re: [perl #20682] [fix] @- array not visible in s/// + From: Enache Adrian + Date: Sun, 2 Mar 2003 06:05:22 +0200 + Message-ID: <20030302040522.GB4905@ratsnest.hole> + Branch: perl + ! t/op/subst.t +____________________________________________________________________________ +[ 18840] By: rgs on 2003/03/06 20:45:08 + Log: Subject: cleaning up tests of the 'eval { decl. } <=> runtime decl.' assumption + From: Enache Adrian + Date: Wed, 5 Mar 2003 12:06:20 +0200 + Message-ID: <20030305100620.GA909@ratsnest.hole> + Branch: perl + ! ext/POSIX/t/sigaction.t ext/POSIX/t/waitpid.t t/op/method.t + ! t/op/sub_lval.t t/op/ver.t t/run/fresh_perl.t +____________________________________________________________________________ +[ 18839] By: jhi on 2003/03/06 17:21:36 + Log: Subject: [PATCH perl@18838] mg.c needs Perl_csighandler prototype + From: "Craig A. Berry" + Date: Thu, 06 Mar 2003 10:42:05 -0600 + Message-ID: <3E677A5D.10805@mac.com> + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 18838] By: jhi on 2003/03/06 10:11:22 + Log: Thinko fix. + Branch: perl + ! Porting/findrfuncs +____________________________________________________________________________ +[ 18837] By: jhi on 2003/03/06 09:33:33 + Log: PERL_UNICODE explanation saga continues. + Branch: perl + ! pod/perlrun.pod +____________________________________________________________________________ +[ 18836] By: jhi on 2003/03/06 07:55:03 + Log: Handle also extra directories et alia. + Branch: perl + ! Porting/manicheck +____________________________________________________________________________ +[ 18835] By: jhi on 2003/03/06 07:48:05 + Log: Add mani(fest) check(ing) utility. + Branch: perl + + Porting/manicheck + ! MANIFEST +____________________________________________________________________________ +[ 18833] By: jhi on 2003/03/06 05:36:13 + Log: Subject: [patch config_h.SH] redefining __attribute__ + From: Stas Bekman + Date: Thu, 06 Mar 2003 12:03:39 +1100 + Message-ID: <3E669E6B.1060606@stason.org> + Branch: perl + ! Configure NetWare/config_H.wc Porting/config.sh + ! Porting/config_H config_h.SH plan9/config.plan9 + ! plan9/config_h.sample win32/config_H.bc win32/config_H.gc + ! win32/config_H.vc win32/config_H.vc64 wince/config_H.ce +____________________________________________________________________________ +[ 18831] By: jhi on 2003/03/05 19:56:41 + Log: Couple more _r possibilities (found in a RH 8.0 box), and + the random() macros were all wrong. (I don't know why + metaconfig did so much reordering of config_h.SH.) + Branch: perl + ! Configure config_h.SH reentr.h reentr.pl +____________________________________________________________________________ +[ 18830] By: rgs on 2003/03/04 23:25:01 + Log: Change #18829 makes this test workaround obsolete. + Branch: perl + ! ext/B/t/deparse.t +____________________________________________________________________________ +[ 18829] By: rgs on 2003/03/04 22:23:41 + Log: Patch by Salvador Fandiño to read the warning mask + returned by caller() and ${^WARNING_BITS} from + $warnings::Bits{all} and not from the hardcoded core + constant. (This mask could have been extended by + warnings::register.) Plus tests. + Branch: perl + ! mg.c pp_ctl.c t/op/caller.t +____________________________________________________________________________ +[ 18828] By: rgs on 2003/03/04 20:49:59 + Log: Subject: [PATCH] assertions + From: Salvador Fandiño + Date: Fri, 21 Feb 2003 17:26:16 +0000 + Message-ID: <3E566138.4090709@yahoo.com> + and the complement : (with added comments) + Subject: [PATCH] bug in ext/B/t/deparse.t + Message-ID: <3E563E16.7060303@yahoo.com> + plus perldiag.pod patch for the new warning + (previous change was, once again, empty) + Branch: perl + ! ext/B/t/deparse.t lib/assertions.pm lib/assertions/activate.pm + ! lib/perl5db.pl lib/warnings.pm op.c perl.h perlapi.c + ! pod/perldiag.pod warnings.h warnings.pl +____________________________________________________________________________ +[ 18827] By: rgs on 2003/03/04 20:48:09 + Log: Subject: [PATCH] assertions + From: Salvador Fandiño + Date: Fri, 21 Feb 2003 17:26:16 +0000 + Message-ID: <3E566138.4090709@yahoo.com> + and the complement : (with added comments) + Subject: [PATCH] bug in ext/B/t/deparse.t + Message-ID: <3E563E16.7060303@yahoo.com> + plus perldiag.pod patch for the new warning + Branch: perl + ! ext/B/t/deparse.t lib/assertions.pm lib/assertions/activate.pm + ! lib/perl5db.pl lib/warnings.pm op.c perl.h perlapi.c + ! pod/perldiag.pod warnings.h warnings.pl +____________________________________________________________________________ +[ 18826] By: jhi on 2003/03/04 20:22:25 + Log: Try to make PPPort.pm 5.005-friendlier (see [perl #21339]). + The variant is from how List::Util Util.xs does it. + Branch: perl + ! ext/Devel/PPPort/PPPort.pm +____________________________________________________________________________ +[ 18825] By: rgs on 2003/03/04 19:56:28 + Log: Doc typos. + Branch: perl + ! lib/File/Find.pm +____________________________________________________________________________ +[ 18823] By: jhi on 2003/03/04 05:33:50 + Log: Try to give rcatline() a good jog on Unicode. + Branch: perl + ! t/io/utf8.t +____________________________________________________________________________ +[ 18822] By: jhi on 2003/03/04 05:14:13 + Log: Subject: Re: [perl #21395] rcatline doesn't grok utf8 + From: Enache Adrian + Date: Sun, 2 Mar 2003 05:43:54 +0200 + Message-ID: <20030302034354.GA4905@ratsnest.hole> + Branch: perl + ! sv.c t/io/utf8.t +____________________________________________________________________________ +[ 18821] By: jhi on 2003/03/04 04:58:36 + Log: Can't test this without PerlIO. + Branch: perl + ! t/uni/write.t +____________________________________________________________________________ +[ 18820] By: sky on 2003/03/04 01:01:07 + Log: Fixes bug #15654 bizarre constant mangling in 5.8.0 + What happened was that a constant was freed, the pad released but + the pad slot still held the SV, when pad slot was reallocated + to be a target for a stringify, it did a sv_setpv on the target + and the original SV was wiped out. When this SV was later on + to new places using the constant, they got the wrong value. + By replacing pad_free with pad_swipe for these cases, we + won't have such a problem. (pad_swipe also removes the + pointer to the original SV). + Branch: perl + ! op.c +____________________________________________________________________________ +[ 18819] By: jhi on 2003/03/03 19:15:07 + Log: Further clarification on PERL_UNICODE's semantics. + Branch: perl + ! pod/perlrun.pod +____________________________________________________________________________ +[ 18818] By: gbarr on 2003/03/03 10:07:44 + Log: Sync with libnet-1.13 + Branch: perl + ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/FTP.pm + ! lib/Net/POP3.pm lib/Net/SMTP.pm +____________________________________________________________________________ +[ 18817] By: jhi on 2003/03/03 06:45:59 + Log: Upgrade to Unicode::Normalize 0.20. + Branch: perl + ! ext/Unicode/Normalize/Changes + ! ext/Unicode/Normalize/Normalize.pm + ! ext/Unicode/Normalize/Normalize.xs + ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader + ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t + ! ext/Unicode/Normalize/t/test.t +____________________________________________________________________________ +[ 18816] By: jhi on 2003/03/03 06:17:28 + Log: Upgrade to Encode 1.89. The enc_module.t required + a little tweak, sending that to Dan. + Branch: perl + + ext/Encode/t/Mod_EUCJP.pm ext/Encode/t/enc_module.enc + + ext/Encode/t/enc_module.t + ! MANIFEST ext/Encode/AUTHORS ext/Encode/Changes + ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/MANIFEST + ! ext/Encode/Unicode/Unicode.xs ext/Encode/encoding.pm + ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t + ! ext/Encode/ucm/viscii.ucm +____________________________________________________________________________ +[ 18813] By: jhi on 2003/03/03 05:33:21 + Log: Use a macro for abs() to avoid the possible truncation to an int; + also make an explicit (double)cast for the arguments to fabs(). + Branch: perl + ! perl.h pp.c sv.c util.c +____________________________________________________________________________ +[ 18812] By: hv on 2003/03/02 22:36:05 + Log: Subject: Re: [PATCH] Make adding notes to patchlevel.h easier + From: andreas.koenig@anima.de (Andreas J. Koenig) + Date: Wed, 19 Feb 2003 11:05:28 +0100 + Message-ID: + Branch: perl + ! patchlevel.h +____________________________________________________________________________ +[ 18811] By: hv on 2003/03/02 22:30:50 + Log: Subject: [perl #21289] [Fwd: IPC::Msg bug report] + From: Edmund Bacon (via RT) + Date: 18 Feb 2003 21:05:15 -0000 + Message-Id: + Branch: perl + ! ext/IPC/SysV/Msg.pm +____________________________________________________________________________ +[ 18810] By: hv on 2003/03/02 21:59:10 + Log: Subject: [PATCH] Re: [perl #18872] File::Basename example misleading + From: Richard Soderberg + Date: Sat, 15 Feb 2003 01:27:21 -0500 + Message-Id: <89FAC8B9-40AE-11D7-9B07-000393801F84@crystalflame.net> + Branch: perl + ! lib/File/Basename.pm +____________________________________________________________________________ +[ 18809] By: hv on 2003/03/02 21:54:53 + Log: Subject: [perl #21031] $File::Find::name ne $_ w/no_chdir + From: "Anders Johnson" (via RT) + Date: 15 Feb 2003 00:21:41 -0000 + Message-Id: + Branch: perl + ! lib/File/Find.pm +____________________________________________________________________________ +[ 18807] By: hv on 2003/03/02 21:22:56 + Log: Reverse copyright update (#18801) for files not changed in 2003. + Branch: perl + ! EXTERN.h INTERN.h README av.h cc_runtime.h deb.c doop.c + ! dosish.h fakethr.h form.h globals.c gv.h handy.h hv.h + ! keywords.h keywords.pl mg.h miniperlmain.c numeric.c pad.h + ! perlapi.c perlsdio.h perlsfio.h perlvars.h perly.y pp.h + ! regcomp.h run.c scope.h taint.c thread.h unixish.h utf8.h + ! utfebcdic.h util.h x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c + ! x2p/a2p.h x2p/a2p.y x2p/hash.c x2p/hash.h x2p/proto.h + ! x2p/str.c x2p/str.h x2p/util.c x2p/util.h x2p/walk.c +____________________________________________________________________________ +[ 18805] By: hv on 2003/03/02 16:29:28 + Log: Subject: Re: [perl #21411] [fix] Postponed RE with split() + From: Enache Adrian + Date: Sun, 2 Mar 2003 10:11:27 +0200 + Message-ID: <20030302081127.GA10782@ratsnest.hole> + Branch: perl + ! pp.c t/op/pat.t +____________________________________________________________________________ +[ 18803] By: hv on 2003/03/02 16:12:34 + Log: Subject: RE: [perl #20613] Perl_magic_setsig/clearsig problems (patch included) + From: "Anders Johnson" + Date: Mon, 10 Feb 2003 14:09:46 -0800 + Message-ID: <000e01c2d151$2228ca90$9800a8c0@wis.com> + Branch: perl + ! mg.c t/op/magic.t +____________________________________________________________________________ +[ 18802] By: jhi on 2003/03/02 15:39:06 + Log: Narrow down the -C test skippage. + Branch: perl + ! t/run/switchC.t +____________________________________________________________________________ +[ 18801] By: hv on 2003/03/02 15:24:22 + Log: Update all copyrights to 2003, from Jarkko + Branch: perl + ! EXTERN.h INTERN.h README XSUB.h av.c av.h cc_runtime.h cop.h + ! cv.h deb.c doio.c doop.c dosish.h dump.c embed.h embed.pl + ! embedvar.h fakesdio.h fakethr.h form.h global.sym globals.c + ! gv.c gv.h handy.h hv.c hv.h keywords.h keywords.pl locale.c + ! mg.c mg.h miniperlmain.c nostdio.h numeric.c op.c op.h + ! opcode.h opcode.pl opnames.h pad.c pad.h patchlevel.h perl.c + ! perl.h perlapi.c perlapi.h perlio.h perlsdio.h perlsfio.h + ! perlvars.h perly.y pp.c pp.h pp_ctl.c pp_hot.c pp_pack.c + ! pp_sort.c pp_sys.c proto.h reentr.c reentr.h reentr.pl + ! regcomp.c regcomp.h regexec.c regexp.h run.c scope.c scope.h + ! sv.c sv.h taint.c thrdvar.h thread.h toke.c universal.c + ! unixish.h utf8.c utf8.h utfebcdic.h util.c util.h x2p/EXTERN.h + ! x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/hash.c + ! x2p/hash.h x2p/proto.h x2p/str.c x2p/str.h x2p/util.c + ! x2p/util.h x2p/walk.c xsutils.c +____________________________________________________________________________ +[ 18800] By: hv on 2003/03/02 15:16:38 + Log: Subject: [PATCH] for perl5db.pl against missing args destroying pre-post command setups + From: Richard.Foley@ubsw.com + Date: Wed, 19 Feb 2003 13:24:38 +0100 + Message-ID: + Branch: perl + ! lib/perl5db.pl +____________________________________________________________________________ +[ 18799] By: jhi on 2003/03/02 13:34:13 + Log: The -CI cannot be easily tested under UTF-8 locale with + the t/test.pl (the 'stdin' data gets doubly UTF-8-ied). + Also other small tweaks in the -C neighbourhood. + Branch: perl + ! perl.c perl.h t/run/switchC.t util.c +____________________________________________________________________________ +[ 18798] By: jhi on 2003/03/02 09:12:06 + Log: Go with "right = -right" for greater portability, some platforms + might require llabs() to get abs() of long longs. + Branch: perl + ! pp.c +____________________________________________________________________________ +[ 18797] By: jhi on 2003/03/02 08:07:32 + Log: Patch for [perl #9402], known also as "glibc _moddi3 bug + with negative quads", or also as RedHat bug #65612. + Branch: perl + ! pp.c +____________________________________________________________________________ +[ 18796] By: jhi on 2003/03/02 07:34:54 + Log: Forgotten from change #18795. + Branch: perl + ! global.sym +____________________________________________________________________________ +[ 18795] By: jhi on 2003/03/02 07:27:44 + Log: Subject: Re: [PATCH embed.fnc] Re: [PATCH] Get MSWin32 back compiling + From: Abe Timmerman + Date: Sun, 2 Mar 2003 02:03:16 +0100 + Message-Id: <200303020203.16708.abe@ztreet.demon.nl> + Branch: perl + ! embed.fnc embed.h makedef.pl +____________________________________________________________________________ +[ 18794] By: jhi on 2003/03/02 07:21:36 + Log: Further Unicode formats patching from Inaba Hiroto. + Branch: perl + + t/uni/write.t + ! MANIFEST pp_ctl.c +____________________________________________________________________________ +[ 18793] By: jhi on 2003/03/01 08:18:35 + Log: Integrate change #18788 from maint. + Branch: perl + !> perl.h +____________________________________________________________________________ +[ 18792] By: jhi on 2003/03/01 08:14:43 + Log: Subject: [PATCH] Get MSWin32 back compiling + From: Abe Timmerman + Date: Sat, 1 Mar 2003 04:31:19 +0100 + Message-Id: <200303010431.20205.abe@ztreet.demon.nl> + Branch: perl + ! embed.fnc embed.h global.sym makedef.pl +____________________________________________________________________________ +[ 18785] By: jhi on 2003/02/26 20:38:55 + Log: Subject: Re: [PATCH] Re: format, PerlIO and utf8 + From: Inaba Hiroto + Date: Mon, 10 Feb 2003 00:04:51 +0900 + Message-ID: <3E466E12.E5349D84@st.rim.or.jp> + Branch: perl + ! pp_ctl.c toke.c +____________________________________________________________________________ +[ 18784] By: jhi on 2003/02/26 19:45:53 + Log: An already fixed bug from perl-unicode. + Branch: perl + ! t/op/pat.t +____________________________________________________________________________ +[ 18782] By: hv on 2003/02/26 01:36:49 + Log: Subject: Re: [perl #20683] [fix] Better Patch + From: Enache Adrian + Date: Sun, 23 Feb 2003 20:16:39 +0200 + Message-ID: <20030223181639.GA18713@ratsnest.hole> + Branch: perl + ! embed.fnc embed.h ext/Devel/Peek/Peek.t mg.c perl.h proto.h + ! regexec.c sv.c t/op/pat.t +____________________________________________________________________________ +[ 18781] By: hv on 2003/02/26 01:11:14 + Log: regen headers + Branch: perl + ! perlapi.h pod/perlapi.pod +____________________________________________________________________________ +[ 18780] By: hv on 2003/02/26 00:25:32 + Log: Two typos found by Philip Newton + Branch: perl + ! configpm ext/DB_File/DB_File.pm +____________________________________________________________________________ +[ 18779] By: jhi on 2003/02/25 18:20:01 + Log: Add tests for the -C switch. Depending on the + CLIs some $^O dance may be needed. + Branch: perl + + t/run/switchC.t + ! MANIFEST +____________________________________________________________________________ +[ 18778] By: hv on 2003/02/25 15:24:17 + Log: Add missing file from change #18774. + Branch: perl + + t/op/localref.t +____________________________________________________________________________ +[ 18777] By: hv on 2003/02/25 14:07:59 + Log: More variables for change #18776. + Branch: perl + ! op.c +____________________________________________________________________________ +[ 18776] By: hv on 2003/02/25 14:04:03 + Log: Subject: [perl #20682] [fix] @- array not visible in s/// + From: Enache Adrian + Date: Fri, 21 Feb 2003 17:50:14 +0200 + Message-ID: <20030221155014.GB793@ratsnest.hole> + Branch: perl + ! op.c t/op/subst.t +____________________________________________________________________________ +[ 18775] By: hv on 2003/02/25 13:53:11 + Log: Subject: [perl #20684] [fix] s/// with (??{..}) inside returns wrong count + From: Enache Adrian + Date: Fri, 21 Feb 2003 17:49:41 +0200 + Message-ID: <20030221154941.GA793@ratsnest.hole> + Branch: perl + ! pp_ctl.c t/op/subst.t +____________________________________________________________________________ +[ 18774] By: hv on 2003/02/25 13:21:19 + Log: Subject: Re: [perl #21321] local ${"FOO"} does not work + From: Rafael Garcia-Suarez + Date: Sun, 23 Feb 2003 00:03:27 +0100 + Message-Id: <20030223000327.6f0c11fa.rgarciasuarez@free.fr> + Branch: perl + ! MANIFEST op.c perl.h pp.c pp_hot.c t/op/local.t +____________________________________________________________________________ +[ 18773] By: hv on 2003/02/25 12:45:01 + Log: Subject: [Encode] 1.88 Released + From: Dan Kogai + Date: Thu, 20 Feb 2003 23:49:55 +0900 + Message-Id: <935F75D0-44E2-11D7-B310-000393AE4244@dan.co.jp> + Branch: perl + ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm + ! ext/Encode/Encode.xs ext/Encode/Unicode/Unicode.xs + ! ext/Encode/lib/Encode/CJKConstants.pm + ! ext/Encode/lib/Encode/Encoder.pm ext/Encode/t/enc_eucjp.t + ! ext/Encode/t/enc_utf8.t ext/Encode/ucm/viscii.ucm +____________________________________________________________________________ +[ 18772] By: merijn on 2003/02/25 12:12:14 + Log: Subject: [perl@18752] warnings from CGI tests under cygwin + From: sthoenna@efn.org (Yitzchak Scott-Thoennes) + Date: Wed, 19 Feb 2003 13:37:39 -0800 + Message-ID: + Branch: perl + ! lib/CGI.pm +____________________________________________________________________________ +[ 18771] By: jhi on 2003/02/25 07:46:53 + Log: Cleanup #18770 as suggested by Rafael. + Branch: perl + ! mg.c perl.h +____________________________________________________________________________ +[ 18770] By: jhi on 2003/02/25 06:01:09 + Log: A new try at #18765 (for [perl #20920]). + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 18769] By: jhi on 2003/02/25 05:33:10 + Log: Retract change #18765: makes HiRes.t hang after subtest #11. + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 18768] By: chip on 2003/02/24 21:42:57 + Log: Include p4d2p in Porting again, because p4genpatch doesn't work + until a change has been submitted. + Branch: perl + + Porting/p4d2p + ! MANIFEST +____________________________________________________________________________ +[ 18767] By: chip on 2003/02/24 21:35:56 + Log: In Porting scripts, use standard perl path of "/usr/bin/perl". + Branch: perl + ! Porting/check83.pl Porting/findvars Porting/fixCORE + ! Porting/fixvars Porting/genlog Porting/makerel Porting/patchls +____________________________________________________________________________ +[ 18766] By: jhi on 2003/02/24 20:04:36 + Log: PERL_SIGNALS=unsafe enables the old unsafe/immediate signals. + Branch: perl + ! embedvar.h intrpvar.h mg.c perl.c perl.h pod/perldiag.pod + ! pod/perlipc.pod pod/perlrun.pod pp_sys.c util.c +____________________________________________________________________________ +[ 18765] By: jhi on 2003/02/24 19:56:23 + Log: Subject: Re: [perl #20920] Segmentation fault ("Safe Signal" queue problem?) + From: Slaven Rezic + Date: 14 Feb 2003 09:11:15 +0100 + Message-ID: <878ywji8nw.fsf@vran.herceg.de> + + (with slight tweaks) + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 18764] By: jhi on 2003/02/24 18:44:41 + Log: Patching magic from Inaba-san's keyboard: fix for [perl #8769]: + "scalar upgraded to UTF-8 as a side effect of quote-interpolation + when 'use encoding' is engaged"-- wasn't actually encoding's fault. + Branch: perl + ! pp_ctl.c pp_hot.c sv.c sv.h t/op/concat.t +____________________________________________________________________________ +[ 18763] By: chip on 2003/02/24 14:54:36 + Log: Use PL_{argv,stdin,stdout}gv to avoid unnecessary gv_fetch calls. + Branch: perl + ! op.c win32/perlhost.h +____________________________________________________________________________ +[ 18762] By: hv on 2003/02/24 00:18:42 + Log: Remove no-longer-true line from perlop + Branch: perl + ! pod/perlop.pod +____________________________________________________________________________ +[ 18761] By: jhi on 2003/02/23 12:07:53 + Log: Chip noticed that the intended optionality of the 'IV' was + forgotten in the change #18758. + Branch: perl + ! ext/Devel/Peek/Peek.t +____________________________________________________________________________ +[ 18760] By: jhi on 2003/02/22 19:17:04 + Log: API doc tweaks. + Branch: perl + ! utf8.c +____________________________________________________________________________ +[ 18759] By: sky on 2003/02/21 09:08:30 + Log: Change regex to be a bit more friendly against various + outputs from ps -f, regex suggest by rgs + Branch: perl + ! ext/threads/t/join.t +____________________________________________________________________________ +[ 18758] By: jhi on 2003/02/20 17:28:44 + Log: Subject: [PATCH: perl@18639] add some IV stuff to ext/Devel/Peek/Peek.t test 21 + From: PPrymmer@factset.com + Date: Thu, 20 Feb 2003 13:28:09 -0500 + Message-ID: + Branch: perl + ! ext/Devel/Peek/Peek.t +____________________________________________________________________________ +[ 18757] By: jhi on 2003/02/20 17:27:17 + Log: Subject: [PATCH: perl@186389] add probe for yet another dangerous logical name: COMP + From: PPrymmer@factset.com + Date: Wed, 19 Feb 2003 15:04:40 -0500 + Message-ID: + Branch: perl + ! README.vms configure.com +____________________________________________________________________________ +[ 18756] By: jhi on 2003/02/20 06:16:05 + Log: Doc tweakage on -C. + Branch: perl + ! pod/perlrun.pod +____________________________________________________________________________ +[ 18755] By: rgs on 2003/02/19 21:31:43 + Log: Subject: [PATCH] 5.8.0: typo in pod/perlcompile.pod + From: Brendan O'Dea + Date: Sun, 16 Feb 2003 21:09:23 +1100 + Message-ID: <20030216100923.GA29761@londo.c47.org> + Branch: perl + ! pod/perlcompile.pod +____________________________________________________________________________ +[ 18754] By: rgs on 2003/02/19 21:14:37 + Log: Document clearly that "_" is always in package "main". + Branch: perl + ! pod/perlvar.pod +____________________________________________________________________________ +[ 18753] By: rgs on 2003/02/19 20:55:09 + Log: Subject: Re: [perl #20716] scope error with brackets + From: Enache Adrian + Date: Thu, 13 Feb 2003 04:52:21 +0200 + Message-ID: <20030213025221.GA1215@ratsnest.hole> + (better version of change #18687) + Branch: perl + ! t/comp/parser.t toke.c +____________________________________________________________________________ +[ 18752] By: jhi on 2003/02/19 05:10:26 + Log: 'A' is not 65 everywhere. + Branch: perl + ! t/op/pack.t +____________________________________________________________________________ +[ 18751] By: chip on 2003/02/19 03:54:45 + Log: Support one-parameter unpack(), which unpacks $_. + Branch: perl + ! opcode.h opcode.pl pod/perlfunc.pod pp_pack.c t/op/pack.t +____________________________________________________________________________ +[ 18750] By: hv on 2003/02/19 00:53:03 + Log: more complex assertions activation: + Subject: Re: Did the assertion patch/feature submission get overlooked? + From: =?ISO-8859-1?Q?Salvador_Fandi=F1o?= + Date: Tue, 18 Feb 2003 19:24:13 +0000 + Message-ID: <3E52885D.5060903@yahoo.com> + Branch: perl + ! lib/assertions.pm lib/assertions/activate.pm + ! t/comp/assertions.t +____________________________________________________________________________ +[ 18749] By: hv on 2003/02/19 00:19:21 + Log: Subject: [PATCH] Make adding notes to patchlevel.h easier + From: andreas.koenig@anima.de (Andreas J. Koenig) + Date: Tue, 18 Feb 2003 11:48:40 +0100 + Message-ID: + Branch: perl + ! patchlevel.h +____________________________________________________________________________ +[ 18748] By: hv on 2003/02/19 00:00:41 + Log: Subject: [PATCH IO/Socket/INET.pm] Blocking option ignored + From: Dave Mitchell + Date: Tue, 18 Feb 2003 21:45:45 +0000 + Message-ID: <20030218214545.C18547@fdgroup.com> + + and tests for the same: + From: Dave Mitchell + Date: Wed, 19 Feb 2003 00:42:01 +0000 + Message-ID: <20030219004201.F18547@fdgroup.com> + Branch: perl + ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t +____________________________________________________________________________ +[ 18747] By: hv on 2003/02/18 23:47:06 + Log: Shouldn't have added as t/run/switchA.t in #18739 - it'll cause + problems on case-insensitive file systems. Rename it back to + t/run/switch_A.t + Branch: perl + +> t/run/switch_A.t + - t/run/switchA.t + ! MANIFEST +____________________________________________________________________________ +[ 18746] By: sky on 2003/02/18 21:31:37 + Log: Subject: Re: -Os for Darwin why? + From: schwern@pobox.com + Date: tis feb 18, 2003 20:37:39 Europe/Stockholm + Message-Id: <20030218113739.D25848@ttul.org> + Branch: perl + ! hints/darwin.sh +____________________________________________________________________________ +[ 18741] By: jhi on 2003/02/18 14:01:34 + Log: Format nit. + Branch: perl + ! util.c +____________________________________________________________________________ +[ 18740] By: sky on 2003/02/18 06:33:57 + Log: Re: -Os for Darwin why? + From: schwern@pobox.com + Date: tis feb 18, 2003 04:14:03 Europe/Stockholm + Message-Id: <20030217191403.A17553@ttul.org> + Branch: perl + ! hints/darwin.sh +____________________________________________________________________________ +[ 18739] By: hv on 2003/02/18 01:04:01 + Log: Subject: Re: Did the assertion patch/feature submission get overlooked? + From: =?ISO-8859-1?Q?Salvador_Fandi=F1o?= + Date: Mon, 17 Feb 2003 23:38:05 +0000 + Message-ID: <3E51725D.5060303@yahoo.com> + Branch: perl + + t/comp/assertions.t t/run/switchA.t + ! MANIFEST +____________________________________________________________________________ +[ 18738] By: hv on 2003/02/18 00:51:24 + Log: Subject: [PATCH] Re: [PATCH] Re: [PATCH] Copy on write for $& and $1... + From: Nicholas Clark + Date: Mon, 17 Feb 2003 21:07:03 +0000 + Message-ID: <20030217210330.A8611@plum.flirble.org> + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 18737] By: hv on 2003/02/18 00:47:00 + Log: Subject: [PATCH] Re: [perl #21261] B::Terse not outputting correct constants or variable names + From: Stephen McCamant + Date: Mon, 17 Feb 2003 19:34:36 -0500 + Date: Mon, 17 Feb 2003 19:34:36 -0500 + Message-ID: <15953.32668.277063.470885@syllepsis.MIT.EDU> + Branch: perl + ! ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/Concise.pm + ! ext/B/B/Terse.pm ext/B/t/terse.t +____________________________________________________________________________ +[ 18736] By: hv on 2003/02/17 09:33:47 + Log: Subject: [PATCH] Re: [PATCH] Copy on write for $& and $1... + From: Nicholas Clark + Date: Sun, 16 Feb 2003 23:09:50 +0000 + Message-ID: <20030216230950.GB276@Bagpuss.unfortu.net> + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 18735] By: hv on 2003/02/17 09:13:02 + Log: Use the escape E in source files rather than the actual char. + Branch: perl + ! lib/assertions.pm lib/assertions/activate.pm +____________________________________________________________________________ +[ 18734] By: hv on 2003/02/17 09:06:44 + Log: Suppress empty #ifdef blocks in embed.pl + Branch: perl + ! embed.h embed.pl +____________________________________________________________________________ +[ 18733] By: hv on 2003/02/17 08:51:53 + Log: fix typo in sv.c and regenerate perlapi.pod + Branch: perl + ! pod/perlapi.pod sv.c +____________________________________________________________________________ +[ 18732] By: jhi on 2003/02/17 06:40:09 + Log: Philip Newton has eagle eyes :-) + Branch: perl + ! pod/perlrun.pod +____________________________________________________________________________ +[ 18731] By: jhi on 2003/02/17 05:31:18 + Log: Doc tweaks (and one code tweak) based on Philip Newton's comments. + Branch: perl + ! locale.c pod/perlrun.pod pod/perlunicode.pod + ! pod/perluniintro.pod pod/perlvar.pod util.c +____________________________________________________________________________ +[ 18730] By: jhi on 2003/02/17 04:44:53 + Log: Make also the -CAL conditional on locale. + Branch: perl + ! perl.c pod/perlrun.pod +____________________________________________________________________________ +[ 18729] By: jhi on 2003/02/16 18:33:05 + Log: NO_SHORT_NAMES is better than HIDE_SHORT_NAMES. + Branch: perl + ! embed.h embed.pl pod/perlembed.pod +____________________________________________________________________________ +[ 18728] By: jhi on 2003/02/16 18:20:04 + Log: According to Sarathy it's better have the Ministry + of Information to remove all memory of NO_EMBED. + What NO_EMBED? + Branch: perl + ! embed.h embed.pl +____________________________________________________________________________ +[ 18727] By: hv on 2003/02/16 13:55:10 + Log: add support for assertions. Updated form of: + Subject: Re: Did the assertion patch/feature submission get overlooked? + From: Salvador =?ISO-8859-1?Q?Fandi=F1o?= + Date: Sat, 30 Nov 2002 17:24:09 +0000 + Message-ID: <3DE8F439.50402@yahoo.com> + Branch: perl + + lib/assertions.pm lib/assertions/activate.pm + ! MANIFEST cv.h dump.c embed.pl embedvar.h ext/B/B/Deparse.pm + ! ext/B/defsubs_h.PL intrpvar.h lib/perl5db.pl op.c perl.c + ! perl.h perlapi.h pp_hot.c sv.c toke.c xsutils.c +____________________________________________________________________________ +[ 18726] By: hv on 2003/02/16 13:10:32 + Log: COW regexps: + Subject: [PATCH] Copy on write for $& and $1... + From: Nicholas Clark + Date: Sun, 9 Feb 2003 23:00:09 +0000 + Message-ID: <20030209230008.GF299@Bagpuss.unfortu.net> + Branch: perl + ! embed.fnc embed.h global.sym pod/perlapi.pod pp_ctl.c pp_hot.c + ! proto.h regcomp.c regexec.c regexp.h sv.c sv.h thrdvar.h +____________________________________________________________________________ +[ 18725] By: hv on 2003/02/16 13:08:52 + Log: inline SvREFCNT_dec: + Subject: [PATCH] Copy on write for $& and $1... + From: Nicholas Clark + Date: Sun, 9 Feb 2003 23:00:09 +0000 + Message-ID: <20030209230008.GF299@Bagpuss.unfortu.net> + Branch: perl + ! embed.fnc embed.h proto.h sv.c sv.h +____________________________________________________________________________ +[ 18723] By: hv on 2003/02/16 11:12:58 + Log: Subject: Re: [perl #20798] foo(eval {}) crashes Perl 5.8 + From: Enache Adrian + Date: Sun, 16 Feb 2003 00:05:10 +0200 + Message-ID: <20030215220510.GB893@ratsnest.hole> + Branch: perl + ! op.c +____________________________________________________________________________ +[ 18722] By: hv on 2003/02/16 11:08:06 + Log: outdent else-if chain in scope() + Branch: perl + ! op.c +____________________________________________________________________________ +[ 18721] By: hv on 2003/02/16 11:00:47 + Log: Subject: [PATCH] arcane tainting bug in vms.c + From: "Craig A. Berry" + Date: Sat, 15 Feb 2003 12:29:03 -0600 + Message-ID: <3E4E86EF.8090609@mac.com> + Branch: perl + ! vms/vms.c +____________________________________________________________________________ +[ 18720] By: hv on 2003/02/16 10:54:58 + Log: restrict PERL_PRESERVE_IVUV to things that should really give an + integer, but extend to runtime. Based on: + Subject: Re: [perl #20827] Unexpected scientific notation. + From: hv@crypt.org + Date: Wed, 12 Feb 2003 03:12:43 +0000 + Message-Id: <200302120312.h1C3ChS02613@crypt.compulink.co.uk> + Branch: perl + ! op.c pp.c +____________________________________________________________________________ +[ 18718] By: jhi on 2003/02/16 09:47:02 + Log: As suggested by Sarathy, add -DPERL_HIDE_SHORT_NAMES option + which will disable the short forms of the Perl_ API, good for + embedding stuff. (Kind of like the old NO_EMBED, but better.) + Branch: perl + ! embed.h embed.pl pod/perlembed.pod +____________________________________________________________________________ +[ 18717] By: jhi on 2003/02/16 09:44:57 + Log: Clarify the -C syntax a bit. + Branch: perl + ! pod/perlrun.pod +____________________________________________________________________________ +[ 18716] By: jhi on 2003/02/16 08:29:54 + Log: Forgotten from #18715. + Branch: perl + ! embed.h proto.h +____________________________________________________________________________ +[ 18715] By: jhi on 2003/02/15 21:19:37 + Log: The new(er) way of controlling Unicode I/O (and other) features; + -C (or PERL_UNICODE). See perlrun/-C for more details. + Branch: perl + ! embed.fnc embedvar.h gv.c intrpvar.h locale.c mg.c perl.c + ! perl.h perlapi.h pod/perldiag.pod pod/perlrun.pod + ! pod/perlunicode.pod pod/perluniintro.pod pod/perlvar.pod + ! util.c +____________________________________________________________________________ +[ 18714] By: jhi on 2003/02/15 12:31:25 + Log: Also Storable really wants the PATCHLEVEL, not PERL_VERSION. + Branch: perl + ! ext/Storable/Storable.xs +____________________________________________________________________________ +[ 18712] By: jhi on 2003/02/15 08:39:38 + Log: Bring the CPAN Digest::MD5 (2.23) and the core Digest::MD5 + even closer to each other. The dec_osf.pl is irrelevant + for the current core but adding it makes for one less exception + when integrating. + Branch: perl + + ext/Digest/MD5/hints/dec_osf.pl + ! MANIFEST ext/Digest/MD5/MD5.pm ext/Digest/MD5/Makefile.PL + ! ext/Digest/MD5/t/files.t +____________________________________________________________________________ +[ 18711] By: jhi on 2003/02/15 08:32:04 + Log: Update MD5 Changes; update checksums. + Branch: perl + ! ext/Digest/MD5/Changes ext/Digest/MD5/t/files.t +____________________________________________________________________________ +[ 18710] By: jhi on 2003/02/15 08:19:20 + Log: Update the MD5 checksums. + Branch: perl + ! ext/Digest/MD5/t/files.t +____________________________________________________________________________ +[ 18709] By: jhi on 2003/02/15 08:16:26 + Log: Make the patchlevel.h inclusion attempt pre-5.6.0-safe(r) + (problem noticed by Graham with List::Util). + Branch: perl + ! ext/Data/Dumper/Dumper.xs ext/Digest/MD5/MD5.xs + ! ext/MIME/Base64/Base64.xs ext/Storable/Storable.xs +____________________________________________________________________________ +[ 18708] By: jhi on 2003/02/15 07:31:17 + Log: Subject: Re: [perl #20912] UTF8 related glitch + fix + From: Enache Adrian + Date: Sat, 15 Feb 2003 00:37:40 +0200 + Message-ID: <20030214223740.GA13575@ratsnest.hole> + Branch: perl + ! pp.c t/op/split.t +____________________________________________________________________________ +[ 18707] By: hv on 2003/02/15 06:38:15 + Log: Subject: [doc patch] ext/threads/shared/shared.pm + From: Stas Bekman + Date: Fri, 14 Feb 2003 11:12:39 +1100 + Message-ID: <3E4C3477.7030306@stason.org> + Branch: perl + ! ext/threads/shared/shared.pm +____________________________________________________________________________ +[ 18706] By: hv on 2003/02/15 06:32:35 + Log: Subject: Re: perlvar phrasing clarification for $^S + From: "Iain 'Spoon' Truskett" + Date: Fri, 14 Feb 2003 10:12:00 +1100 + Message-ID: <20030213231200.GE16300@ouroboros.anu.edu.au> + Branch: perl + ! pod/perlvar.pod +____________________________________________________________________________ +[ 18705] By: hv on 2003/02/15 06:27:07 + Log: Subject: Re: [perl #20933] \substr reuses lvalues (sometimes) + From: Dave Mitchell + Date: Fri, 14 Feb 2003 22:48:27 +0000 + Message-ID: <20030214224827.B6783@fdgroup.com> + + with tests: + From: Slaven Rezic + Date: 14 Feb 2003 20:23:20 +0100 + Message-ID: <87bs1e4qfr.fsf@vran.herceg.de> + Branch: perl + ! pp.c t/op/substr.t t/op/vec.t +____________________________________________________________________________ +[ 18704] By: hv on 2003/02/15 06:17:06 + Log: Subject: Re: overriding builtins quirk + From: Jerrad Pierce + Date: Fri, 14 Feb 2003 09:28:13 -0500 + Message-Id: <200302141428.JAA25752@cathedral-seven.mit.edu> + Branch: perl + ! pod/perlsub.pod +____________________________________________________________________________ +[ 18703] By: rgs on 2003/02/14 22:23:56 + Log: Subject: Re: trying to fix #20154, #20357 + From: Enache Adrian + Date: Sat, 8 Feb 2003 21:05:14 +0200 + Message-ID: <20030208190514.GA866@ratsnest.hole> + (fixes #19061 as well) + Branch: perl + ! pp_ctl.c t/op/goto.t +____________________________________________________________________________ +[ 18702] By: gbarr on 2003/02/14 19:26:23 + Log: Update to Scalar-List-Utils 1.11 + Branch: perl + + ext/List/Util/t/proto.t + ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs + ! ext/List/Util/lib/List/Util.pm + ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/isvstring.t +____________________________________________________________________________ +[ 18699] By: jhi on 2003/02/13 09:43:33 + Log: gcc 3.2.1 does not have -Wall faith that tmp + will not be used uninitialized. + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 18698] By: hv on 2003/02/12 03:01:32 + Log: Subject: perlbug (was: Re: [perl #20606] [no subject]) + From: Slaven Rezic + Date: 30 Jan 2003 19:03:41 +0100 + Message-ID: <87fzra7bwi.fsf@vran.herceg.de> + Branch: perl + ! utils/perlbug.PL +____________________________________________________________________________ +[ 18697] By: hv on 2003/02/12 02:20:39 + Log: Subject: [PATCH 5.9.0] to silence compiler warning + From: Robin Barker + Date: Tue, 28 Jan 2003 13:27:17 -0000 + Message-ID: <533D273D4014D411AB1D00062938C4D9040462CC@hotel.npl.co.uk> + Branch: perl + ! ext/PerlIO/scalar/scalar.xs ext/Storable/Storable.xs + ! universal.c util.c +____________________________________________________________________________ +[ 18696] By: rgs on 2003/02/11 20:13:21 + Log: Subject: [perl #20654] %*v02x considered invalid in printf + From: Robin Barker (via RT) + Date: 10 Feb 2003 16:43:23 -0000 + Message-Id: + Branch: perl + ! sv.c t/op/sprintf.t +____________________________________________________________________________ +[ 18695] By: rgs on 2003/02/11 20:00:23 + Log: Subject: mini-[patch] perlrun "^$W" typo + From: Iain Truskett + Date: Tue, 11 Feb 2003 08:38:52 +1100 + Message-ID: <20030210213851.GC31721@ouroboros.anu.edu.au> + Branch: perl + ! pod/perlrun.pod +____________________________________________________________________________ +[ 18694] By: rgs on 2003/02/11 19:44:00 + Log: Subject: [PATCH] More B::Concise fixes + From: Stephen McCamant + Date: Sun, 9 Feb 2003 17:28:38 -0500 + Message-ID: <15942.54806.381678.173391@syllepsis.MIT.EDU> + Branch: perl + ! ext/B/B/Concise.pm +____________________________________________________________________________ +[ 18693] By: merijn on 2003/02/11 08:14:29 + Log: More code cleanup. + + Subject: Re: New SV Flag + Date: Fri, 07 Feb 2003 09:57:43 +0100 + From: "H.Merijn Brand" + Message-Id: <20030207095258.6E05.H.M.BRAND@hccnet.nl> + Branch: perl + ! sv.c sv.h +____________________________________________________________________________ +[ 18692] By: jhi on 2003/02/11 07:53:26 + Log: Dueling patches. + Branch: perl + - lib/CPAN/ChangeLog + ! MANIFEST +____________________________________________________________________________ +[ 18691] By: hv on 2003/02/11 00:27:56 + Log: Subject: PATCH: sv_rvweaken() deficiency (against 5.8.0) + From: Mark Mielke + Date: Mon, 20 Jan 2003 19:56:13 -0500 + Message-ID: <20030121005613.GA31739@mark.mielke.cc> + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 18690] By: hv on 2003/02/10 22:08:05 + Log: fix comment in change #18689 + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 18689] By: hv on 2003/02/10 21:59:34 + Log: Fix for [perl #20339]: "%lf" rejected as invalid by recent sprintf. + Now allows but ignores the 'l' modifier on floating point formats + and adds a couple of tests. + Branch: perl + ! sv.c t/op/sprintf.t +____________________________________________________________________________ +[ 18688] By: sky on 2003/02/10 19:54:13 + Log: Subject: Re: [perl #20777] [PATCH] goto &subroutine leaks memory + From: Enache Adrian + Date: sun feb 9, 2003 21:10:25 Europe/Stockholm + Message-Id: <20030209201025.GA1247@ratsnest.hole> + Branch: perl + ! pp_ctl.c +____________________________________________________________________________ +[ 18687] By: sky on 2003/02/10 18:13:29 + Log: Subject: Re: [perl #20716] [FIX] scope error with brackets + From: Enache Adrian + Date: mon feb 10, 2003 18:48:58 Europe/Stockholm + Message-id: <20030210174858.GA872@ratsnest.hole> + Branch: perl + ! t/comp/parser.t toke.c +____________________________________________________________________________ +[ 18686] By: sky on 2003/02/10 18:11:35 + Log: Compile under threads and MacOSX. For some reason newSVpvf + was not exapnded. + Branch: perl + ! universal.c +____________________________________________________________________________ +[ 18685] By: ams on 2003/02/10 03:44:07 + Log: No, we don't really want the utility scripts. + Branch: perl + - ext/MIME/Base64/decode-base64 ext/MIME/Base64/decode-qp + - ext/MIME/Base64/encode-base64 ext/MIME/Base64/encode-qp + ! MANIFEST ext/MIME/Base64/Makefile.PL +____________________________________________________________________________ +[ 18684] By: hv on 2003/02/10 01:43:12 + Log: fix for C< use if qw/ 1 open :utf8 / > based on: + Subject: [perl #20536] use if 1, open => ':utf8' fails + From: Autrijus Tang (via RT) + Date: 24 Jan 2003 22:39:06 -0000 + Message-Id: + Branch: perl + ! lib/if.pm lib/if.t +____________________________________________________________________________ +[ 18683] By: hv on 2003/02/10 01:15:52 + Log: Subject: RE: perldebug.pod suggestion + From: "Jay Hannah" + Date: Fri, 24 Jan 2003 11:28:44 -0600 + Message-ID: <00b001c2c3ce$0c4716e0$4709a8c0@omarests2> + Branch: perl + ! pod/perldebug.pod +____________________________________________________________________________ +[ 18682] By: hv on 2003/02/10 00:26:50 + Log: Subject: [PATCH] version objects final(?) patch + From: John Peacock + Date: Sun, 05 Jan 2003 21:28:41 -0500 + Message-ID: <3E18E9D9.2040908@rowman.com> + Branch: perl + ! lib/version.pm lib/version.t universal.c util.c +____________________________________________________________________________ +[ 18680] By: chip on 2003/02/09 17:39:33 + Log: Add CPAN ChangeLog to MANIFEST. + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 18678] By: jhi on 2003/02/09 14:37:38 + Log: CPAN ChangeLog not needed, says Andreas. + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 18677] By: jhi on 2003/02/09 08:42:19 + Log: Subject: [perl #20785] glitches with $PerlIO::encoding::fallback + From: "autrijus@ossf.iis.sinica.edu.tw (via RT)" + Date: 8 Feb 2003 11:54:11 -0000 + Message-Id: + Branch: perl + ! ext/PerlIO/encoding/encoding.pm +____________________________________________________________________________ +[ 18676] By: jhi on 2003/02/09 08:35:25 + Log: Subject: Re: utime undef, undef, "/tmp/test" and warnings + From: Stas Bekman + Date: Sat, 08 Feb 2003 11:12:28 +1100 + Message-ID: <3E444B6C.5060407@stason.org> + Branch: perl + ! doio.c +____________________________________________________________________________ +[ 18675] By: jhi on 2003/02/08 19:49:40 + Log: Possible cruft removal. + Branch: perl + ! x2p/Makefile.SH +____________________________________________________________________________ +[ 18674] By: jhi on 2003/02/08 18:22:42 + Log: Signedness nits. + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 18672] By: jhi on 2003/02/08 08:45:35 + Log: Upgrade to CPAN 1.64, from Andreas Koenig. + Branch: perl + + lib/CPAN/ChangeLog lib/CPAN/README utils/cpan + ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/t/Nox.t + ! lib/CPAN/t/loadme.t lib/CPAN/t/mirroredby.t lib/CPAN/t/vcmp.t + ! utils.lst +____________________________________________________________________________ +[ 18671] By: jhi on 2003/02/08 08:35:06 + Log: Upgrade to Net::Ping 2.28, from Rob Brown. + Branch: perl + + lib/Net/Ping/t/190_alarm.t lib/Net/Ping/t/500_ping_icmp.t + ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/Changes + ! lib/Net/Ping/README lib/Net/Ping/t/300_ping_stream.t + ! lib/Net/Ping/t/400_ping_syn.t lib/Net/Ping/t/410_syn_host.t +____________________________________________________________________________ +[ 18670] By: jhi on 2003/02/08 07:23:02 + Log: Subject: [PATCH] perluniintro nit + From: Autrijus Tang + Date: Fri, 7 Feb 2003 00:02:49 +0800 + Message-ID: <20030206160249.GA12984@not.autrijus.org> + Branch: perl + ! pod/perluniintro.pod +____________________________________________________________________________ +[ 18669] By: jhi on 2003/02/06 20:06:09 + Log: Subject: [PATCH: perl@186389] path tweak fix up for t/pod/find.t on VMS + From: PPrymmer@factset.com + Date: Wed, 5 Feb 2003 12:00:05 -0500 + Message-ID: + Branch: perl + ! t/pod/find.t +____________________________________________________________________________ +[ 18668] By: jhi on 2003/02/06 20:00:52 + Log: sv_cat_recode() proto was missing, noticed by Craig Berry. + Branch: perl + ! proto.h +____________________________________________________________________________ +[ 18666] By: sky on 2003/02/06 09:39:24 + Log: Patch from Richard Soderberg, cleanup the code a bit and comment + why we are not using SvOOK_on. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 18664] By: jhi on 2003/02/06 09:26:53 + Log: Things forgotten from Encode 1.87. + Branch: perl + ! ext/Encode/Unicode/Unicode.xs ext/Encode/t/CJKT.t +____________________________________________________________________________ +[ 18663] By: jhi on 2003/02/06 04:03:31 + Log: Upgrade to Encode 1.87. + Branch: perl + ! ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm ext/Encode/Changes + ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/KR/KR.pm + ! ext/Encode/Unicode/Unicode.pm ext/Encode/Unicode/Unicode.xs + ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm + ! ext/Encode/lib/Encode/CJKConstants.pm + ! ext/Encode/lib/Encode/Encoder.pm + ! ext/Encode/lib/Encode/Encoding.pm + ! ext/Encode/lib/Encode/JP/JIS7.pm ext/Encode/t/CJKT.t + ! ext/Encode/t/enc_eucjp.t +____________________________________________________________________________ +[ 18662] By: jhi on 2003/02/05 19:40:38 + Log: Add the test of [perl #8760] (fixed by change #18656). + Branch: perl + ! t/run/fresh_perl.t +____________________________________________________________________________ +[ 18661] By: jhi on 2003/02/05 19:28:37 + Log: has become fixed too (by changes #18653 + and #18658, methinks), adding the test(s). + Branch: perl + ! t/op/pat.t +____________________________________________________________________________ +[ 18660] By: jhi on 2003/02/05 17:15:35 + Log: Subject: [Patch] parsing under encoding (Re: [Encode] HEADS-UP; $Encode::VERSION++ to enhance filter option)([perl #16823]) + From: Inaba HIroto + Date: Sat, 01 Feb 2003 21:58:20 +0900 + Message-ID: <3E3BC46B.6C687CFD@st.rim.or.jp> + Branch: perl + ! embed.fnc embed.h ext/Encode/Encode.pm ext/Encode/Encode.xs + ! ext/Encode/Encode/encode.h ext/Encode/encengine.c + ! ext/Encode/lib/Encode/Encoding.pm + ! ext/Encode/lib/Encode/JP/JIS7.pm global.sym lib/utf8.t + ! pod/perlapi.pod sv.c t/uni/tr_7jis.t toke.c +____________________________________________________________________________ +[ 18659] By: jhi on 2003/02/05 11:51:30 + Log: Subject: [PATCH: perl@186389] fix for PerlIO/Via compilation on VMS + From: PPrymmer@factset.com + Date: Tue, 4 Feb 2003 12:03:17 -0500 + Message-ID: + Branch: perl + ! ext/PerlIO/via/via.xs +____________________________________________________________________________ +[ 18658] By: jhi on 2003/02/05 05:45:11 + Log: s/S_cache_re/cache_re/ for building with threads. + Branch: perl + ! regexec.c +____________________________________________________________________________ +[ 18657] By: rgs on 2003/02/04 20:06:19 + Log: Subject: [PATCH] B::Concise updates (incl. avoiding use of op_seq) + From: Stephen McCamant + Date: Mon, 3 Feb 2003 21:01:07 -0500 + Message-ID: <15935.7907.976943.74729@syllepsis.MIT.EDU> + Branch: perl + ! ext/B/B/Concise.pm ext/B/t/concise.t +____________________________________________________________________________ +[ 18656] By: rgs on 2003/02/04 20:02:56 + Log: Better version of change #18648, by Enache Adrian + Message-ID: <20030204101533.GA11817@ratsnest.hole> + Branch: perl + ! op.c +____________________________________________________________________________ +[ 18655] By: jhi on 2003/02/04 15:56:36 + Log: Add the new test to MANIFEST. + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 18654] By: gbarr on 2003/02/04 14:42:51 + Log: Sync with 1.10 + Branch: perl + + ext/List/Util/t/lln.t + ! ext/List/Util/ChangeLog ext/List/Util/Util.xs + ! ext/List/Util/lib/List/Util.pm + ! ext/List/Util/lib/Scalar/Util.pm +____________________________________________________________________________ +[ 18653] By: jhi on 2003/02/04 11:04:25 + Log: Fix "[perl #20667] unicode regex vs non-unicode regex". + The PL_regdata was not set up (S_cache_re()) before it + was needed (S_reginclass()). The test put in fresh_perl.t + because we need a pristine state to start. + Branch: perl + ! regexec.c t/run/fresh_perl.t +____________________________________________________________________________ +[ 18652] By: jhi on 2003/02/04 06:35:51 + Log: Comment tweak. + Branch: perl + ! t/op/pat.t +____________________________________________________________________________ +[ 18651] By: jhi on 2003/02/04 06:28:53 + Log: Signedness issue. + Branch: perl + ! ext/MIME/Base64/Base64.xs +____________________________________________________________________________ +[ 18650] By: rgs on 2003/02/03 22:02:44 + Log: Force the C locale in makedepend, to prevent gcc from + producing locale-dependent messages. + Branch: perl + ! makedepend.SH +____________________________________________________________________________ +[ 18649] By: rgs on 2003/02/03 22:00:21 + Log: Document the environment variable PERL_UTF8_LOCALE in perlrun. + Branch: perl + ! pod/perlrun.pod +____________________________________________________________________________ +[ 18648] By: rgs on 2003/02/03 19:32:57 + Log: Fix bug #8760 : cop_line isn't properly restored + when a module is loaded at runtime behind the scenes. + Branch: perl + ! op.c t/lib/warnings/perlio +____________________________________________________________________________ +[ 18647] By: merijn on 2003/02/03 16:14:00 + Log: Subject: Re: [perl #20606] [PATCH} openbsd hints + From: Abe Timmerman + Date: Sun, 2 Feb 2003 18:27:57 +0100 + Message-Id: <200302021827.57240.abe@ztreet.demon.nl> + Branch: perl + ! hints/openbsd.sh +____________________________________________________________________________ +[ 18644] By: jhi on 2003/02/03 12:41:51 + Log: Duh, test -e ENOPORTABLE, I should've remembered that. + (Made Solaris go boom.) + Branch: perl + ! Configure +____________________________________________________________________________ +[ 18643] By: jhi on 2003/02/03 10:36:15 + Log: Detypo. + Branch: perl + ! cop.h +____________________________________________________________________________ +[ 18642] By: ams on 2003/02/03 08:26:36 + Log: Integrate MIME::Base64 2.16 from CPAN. (Do we really want the + utility scripts?) + Branch: perl + + ext/MIME/Base64/decode-base64 ext/MIME/Base64/decode-qp + + ext/MIME/Base64/encode-base64 ext/MIME/Base64/encode-qp + ! MANIFEST ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs + ! ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL + ! ext/MIME/Base64/QuotedPrint.pm ext/MIME/Base64/t/base64.t + ! ext/MIME/Base64/t/quoted-print.t +____________________________________________________________________________ +[ 18641] By: sky on 2003/02/02 23:46:24 + Log: In any case, never copy this but use the same SV since + if we copy we loose the hash we so badly need. + For op_const we might still need to copy however. + Branch: perl + ! op.c +____________________________________________________________________________ +[ 18640] By: sky on 2003/02/02 23:38:40 + Log: Move SvPVIV out of ->op_sv of METHOD_NAMED into the pad, fixes + threading issue. Should perhaps be a PVOP to save memory, but then + we have nowhere to store the hash of the function! + Branch: perl + ! dump.c op.c pp_hot.c +____________________________________________________________________________ +[ 18637] By: jhi on 2003/02/02 20:07:57 + Log: Plan 9: Some time has passed. + Branch: perl + ! plan9/buildinfo +____________________________________________________________________________ +[ 18636] By: jhi on 2003/02/02 20:02:11 + Log: Subject: Re: typo in checkin 18616 + From: Nick Ing-Simmons + Date: Sun, 02 Feb 2003 17:23:08 +0000 + Message-Id: <20030202172308.9244.1@bactrian.ni-s.u-net.com> + Branch: perl + ! XSUB.h +____________________________________________________________________________ +[ 18635] By: jhi on 2003/02/02 19:46:35 + Log: Plan 9: Add also config.sh sample for 5.8.0 from Russ Cox. + Branch: perl + + plan9/config_sh.sample + ! MANIFEST +____________________________________________________________________________ +[ 18634] By: ams on 2003/02/02 18:07:01 + Log: Subject: [PATCH] pod/perlfunc.pod + From: abigail@abigail.nl + Date: Sun, 2 Feb 2003 16:59:48 +0100 + Message-Id: <20030202155948.7971.qmail@abigail.nl> + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 18633] By: jhi on 2003/02/02 16:48:26 + Log: Subject: [perl #18232] [PATCH] store PL_reg_match_utf8 in reganch + From: Rafael Garcia-Suarez + Date: Wed, 22 Jan 2003 22:35:56 +0100 + Message-Id: <20030122223556.57d597a3.rgarciasuarez@free.fr> + Branch: perl + ! mg.c pp.c pp_ctl.c pp_hot.c regexec.c regexp.h t/op/pat.t +____________________________________________________________________________ +[ 18632] By: jhi on 2003/02/02 15:31:36 + Log: Also [perl #3547] has been fixed; add its test case. + Branch: perl + ! t/op/pat.t +____________________________________________________________________________ +[ 18631] By: jhi on 2003/02/02 15:26:10 + Log: The [perl #7471] seems to have been fixed; add its test. + Branch: perl + ! t/op/pat.t +____________________________________________________________________________ +[ 18630] By: jhi on 2003/02/02 15:21:23 + Log: seems to have been fixed; add its test. + Branch: perl + ! t/op/pat.t +____________________________________________________________________________ +[ 18629] By: jhi on 2003/02/02 15:09:39 + Log: Plan 9: Supply also Russ Cox' original config.h for 5.8.0. + Branch: perl + + plan9/config_h.sample + ! MANIFEST +____________________________________________________________________________ +[ 18628] By: jhi on 2003/02/02 14:46:26 + Log: Plan 9: Update config.plan9 based on Russ Cox' work. + Branch: perl + ! plan9/config.plan9 +____________________________________________________________________________ +[ 18627] By: jhi on 2003/02/02 14:24:00 + Log: Plan 9: Update the list of object files. + Branch: perl + ! plan9/mkfile +____________________________________________________________________________ +[ 18626] By: jhi on 2003/02/02 14:03:16 + Log: Plan 9: No Configure. + Branch: perl + ! Configure +____________________________________________________________________________ +[ 18624] By: jhi on 2003/02/02 13:29:02 + Log: Plan 9: doesn't really do Configure (undo #18585/#18586) + Branch: perl + ! Configure +____________________________________________________________________________ +[ 18622] By: jhi on 2003/02/02 12:49:13 + Log: minitest wasn't working. (The $^X /miniperl/ test in + io/crlf.t didn't work in Tru64, $^X was "./perl", used + the same 'eval q/use .../' trick everywhere.) + Branch: perl + ! t/io/crlf.t t/uni/tr_7jis.t t/uni/tr_eucjp.t t/uni/tr_sjis.t + ! t/uni/tr_utf8.t +____________________________________________________________________________ +[ 18621] By: jhi on 2003/02/02 12:23:28 + Log: Fix and test for [perl #15549 Empty \Q\E not permitted] + (test.pl-ise quotemeta.t, too) + Branch: perl + ! t/op/quotemeta.t toke.c +____________________________________________________________________________ +[ 18618] By: sky on 2003/02/01 21:04:36 + Log: Fix bug #15837, temporary from storable call hadn't gotten + freed yet and was cloned but without a real (AvREAL) + reference to it. @_ doesn't refcount! + Branch: perl + ! ext/threads/threads.xs +____________________________________________________________________________ +[ 18616] By: jhi on 2003/02/01 19:43:09 + Log: Integrate from perlio: + + [ 18591] + PERL_IMPLICIT_SYS does NOT vector PerlIO_xxx but PerlSIO_xxx, so + correct XSUB.h + + [ 18611] + Michael Schroeder's fix for re-try if stdio ops after + interrupts. (Calls to PERL_ASYNC_CHECK added by NI-S). + + [ 18612] + PerlIO friendly version of speed up of $/ = undef case. + + [ 18613] + fflush() before invalidating stdio's fileno. + Branch: perl + !> XSUB.h perlio.c sv.c +____________________________________________________________________________ +[ 18615] By: sky on 2003/02/01 12:01:01 + Log: Don't free thread before using it, breaks platforms that + trust that I really want to free what I free, (like HPUX + and AIX). + Branch: perl + ! ext/threads/threads.xs +____________________________________________________________________________ +[ 18614] By: ams on 2003/02/01 12:00:29 + Log: Subject: Re: bleadperl: PerlIOStdio_invalidate_fileno breaks fclose semantics + From: Nick Ing-Simmons + Date: Sat, 01 Feb 2003 13:03:52 +0000 + Message-Id: <20030201130352.1872.12@bactrian.ni-s.u-net.com> + Branch: perl + ! perlio.c +____________________________________________________________________________ +[ 18609] By: jhi on 2003/01/31 08:58:40 + Log: Go even further (back) than change #18608 and revert + to the 5.8.0 code, since otherwise split.t #40 fails. + The four new tests of pat.t should keep us more honest. + Branch: perl + ! regexec.c +____________________________________________________________________________ +[ 18608] By: jhi on 2003/01/31 08:24:53 + Log: Subject: [FIX] Re: UTF-8 failures (surprise!) + From: Enache Adrian + Date: Fri, 31 Jan 2003 09:20:59 +0200 + Message-ID: <20030131072059.GB6045@ratsnest.hole> + Branch: perl + ! regexec.c t/op/pat.t +____________________________________________________________________________ +[ 18607] By: ams on 2003/01/31 02:29:56 + Log: Fix typo in version check ($[ to $]). + Branch: perl + ! ext/Storable/t/restrict.t +____________________________________________________________________________ +[ 18606] By: rgs on 2003/01/30 22:02:47 + Log: Subject: [PATCH] Upper<->Lower case mistake in perlunicode.pod ? + From: Jose.auguste-etienne@cgss-guyane.fr + Date: Thu, 30 Jan 2003 12:40:53 -0300 + Message-ID: + Branch: perl + ! pod/perlunicode.pod +____________________________________________________________________________ +[ 18605] By: rgs on 2003/01/30 20:58:52 + Log: code example in the FAQ that isn't strict-friendly. + Subject: [perl #20616] Tie::IxHash doc error. + From: Beckett Richard-qswi266 (via RT) + Date: 30 Jan 2003 11:43:17 -0000 + Message-Id: + Branch: perl + ! pod/perlfaq4.pod +____________________________________________________________________________ +[ 18604] By: rgs on 2003/01/30 20:52:05 + Log: FAQ sync. + Branch: perl + ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod + ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq7.pod + ! pod/perlfaq8.pod +____________________________________________________________________________ +[ 18603] By: jhi on 2003/01/30 08:05:22 + Log: Subject: [FIX] Re: UTF-8 failures (surprise!) + From: Enache Adrian + Date: Thu, 30 Jan 2003 10:48:09 +0200 + Message-ID: <20030130084809.GA16902@ratsnest.hole> + + Fix for half of the failures, with an expanded test. + Branch: perl + ! lib/utf8.t sv.c +____________________________________________________________________________ +[ 18602] By: merijn on 2003/01/30 06:31:50 + Log: Updates to the openbsd hints + + Subject: [perl #20606] [no subject] + Date: 29 Jan 2003 18:38:37 -0000 + From: "Todd C. Miller" (via RT) + Message-Id: + Branch: perl + ! hints/openbsd.sh +____________________________________________________________________________ +[ 18601] By: jhi on 2003/01/29 05:58:36 + Log: More of the #18600. + Branch: perl + ! pad.c +____________________________________________________________________________ +[ 18600] By: jhi on 2003/01/29 05:37:12 + Log: Retract the %_/SVf change (part of #18456) for PROTOTYPE (CV) + dumping (but now use SvPV_nolen). (This change made an empty + prototype to show up as "_" under -Uuseperlio.) + Branch: perl + ! dump.c +____________________________________________________________________________ +[ 18599] By: rgs on 2003/01/28 21:07:08 + Log: Fix a very small memory leak in op_free, by reserving the + case op_seq == (U16)-1 for the compiler backend + + Subject: Re: Freeing code + From: "Paul Johnson" + Date: Tue, 28 Jan 2003 14:13:09 +0100 (CET) + Message-ID: <18918.193.134.254.145.1043759589.squirrel@wesley.pjcj.net> + Branch: perl + ! op.c +____________________________________________________________________________ +[ 18598] By: rgs on 2003/01/28 20:43:02 + Log: Integrate from maint-5.8: + Change 18450 : + Tiny output tweak. + Change 18429 : + AIX gcc (2.9) threaded build tweak (without the _THREAD_SAFE + things like drand48_data are undefined). + Change 18388 : + List the PERL_MAGIC_utf8 ('w') flag. + Branch: perl + !> hints/aix.sh pod/perlguts.pod t/op/pat.t +____________________________________________________________________________ +[ 18597] By: rgs on 2003/01/27 21:52:00 + Log: Subject: Re: [perl #20274] perlbug requires dynamic loading + From: Slaven Rezic + Date: 14 Jan 2003 20:58:54 +0100 + Message-ID: <87n0m3v6yp.fsf@vran.herceg.de> + Branch: perl + ! ext/Sys/Hostname/Hostname.pm +____________________________________________________________________________ +[ 18596] By: rgs on 2003/01/27 20:38:21 + Log: Introduce the PUSHSUB_DB macro, equivalent to PUSHSUB, but + without the lval context tweak. Used in OP_DBSTATE. + Subject: Re: [PATCH] Re: change #9754: 5 x slowdown for perl -d + From: Dave Mitchell + Date: Sun, 26 Jan 2003 17:42:42 +0000 + Message-ID: <20030126174242.H16182@fdgroup.com> + Branch: perl + ! cop.h pp_ctl.c +____________________________________________________________________________ +[ 18595] By: rgs on 2003/01/27 20:32:01 + Log: Subject: [PATCH] make Copy On Write work once again + From: Nicholas Clark + Date: Sat, 25 Jan 2003 00:25:50 +0000 + Message-ID: <20030125002550.GG278@Bagpuss.unfortu.net> + Branch: perl + ! sv.h +____________________________________________________________________________ +[ 18594] By: jhi on 2003/01/27 20:01:44 + Log: Update the pod list for Plan 9. + Branch: perl + ! plan9/mkfile +____________________________________________________________________________ +[ 18593] By: sky on 2003/01/26 22:37:21 + Log: When we copy things out of a hash and increment the + refcount of the shared scalar, we really must protect + that refcount increase with a lock, or else it might not + happen. Fixes segfault when objects would prematurely + be killed. + Branch: perl + ! ext/threads/shared/shared.xs +____________________________________________________________________________ +[ 18592] By: jhi on 2003/01/26 21:54:36 + Log: Missing (STRLEN)casts. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 18589] By: rgs on 2003/01/26 13:06:49 + Log: OPf_SPECIAL on OP_DBSTATE now indicates a breakpoint. + + Subject: Re: [PATCH] Re: change #9754: 5 x slowdown for perl -d + From: Dave Mitchell + Date: Fri, 24 Jan 2003 18:44:19 +0000 + Message-ID: <20030124184419.F11179@fdgroup.com> + Branch: perl + ! mg.c op.h pp_ctl.c +____________________________________________________________________________ +[ 18588] By: jhi on 2003/01/26 12:18:10 + Log: Lest people get worried about not having PerlIO. + Branch: perl + ! pod/perluniintro.pod +____________________________________________________________________________ +[ 18586] By: jhi on 2003/01/26 09:19:01 + Log: Plan 9 doesn't do nm, from Russ Cox. + Branch: perl + ! Configure +____________________________________________________________________________ +[ 18584] By: jhi on 2003/01/26 09:11:23 + Log: Plan 9 doesn't really have the symlink API, from Russ Cox. + Branch: perl + ! plan9/plan9ish.h +____________________________________________________________________________ +[ 18583] By: jhi on 2003/01/26 09:08:36 + Log: Plan 9 compiler can't return quads from the ?: (condop). + (There may be more spots like this, so a Configure test + maybe in order, but this works for now.) From Russ Cox. + Branch: perl + ! ext/PerlIO/via/via.xs plan9/plan9ish.h +____________________________________________________________________________ +[ 18581] By: ams on 2003/01/26 05:29:40 + Log: Subject: Re: truncate using a globref + From: Slaven Rezic + Date: Thu, 23 Jan 2003 15:48:52 +0100 (CET) + Message-Id: <200301231448.h0NEmqnu022591@vran.herceg.de> + Branch: perl + ! pp_sys.c t/io/fs.t +____________________________________________________________________________ +[ 18580] By: ams on 2003/01/26 04:57:47 + Log: Subject: patch to speed up Perl's slurp mode + From: Enache Adrian + Date: Fri, 24 Jan 2003 06:23:54 +0200 + Message-Id: <20030124042354.GA30362@ratsnest.hole> + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 18579] By: ams on 2003/01/26 02:50:44 + Log: Subject: Re: [perl #20408] SV's SvPVX get freed even when its SvLEN is zero + From: Enache Adrian + Date: Sun, 26 Jan 2003 04:55:48 +0200 + Message-Id: <20030126025548.GB812@ratsnest.hole> + Branch: perl + ! pp_ctl.c +____________________________________________________________________________ +[ 18578] By: ams on 2003/01/26 02:40:20 + Log: Subject: [PATCH Storable 2.06] const declaration fixup + From: "Craig A. Berry" + Date: Thu, 23 Jan 2003 16:24:46 -0600 + Message-Id: <3E306BAE.4030807@mac.com> + Branch: perl + ! ext/Storable/Storable.xs +____________________________________________________________________________ +[ 18577] By: rgs on 2003/01/23 20:46:00 + Log: Subject: [PATCH] move pad.c warnings to different test file + From: Dave Mitchell + Date: Thu, 23 Jan 2003 20:56:47 +0000 + Message-ID: <20030123205647.C8696@fdgroup.com> + Branch: perl + + t/lib/warnings/pad + ! MANIFEST t/lib/warnings/op +____________________________________________________________________________ +[ 18573] By: nick on 2003/01/23 07:26:43 + Log: Fix Solaris 32-bit invalidate case. + Branch: perl + ! perlio.c +____________________________________________________________________________ +[ 18572] By: rgs on 2003/01/22 21:40:21 + Log: Integrate change 18448 from maint-5.8 : + + Subject: Partial Data::Dumper patch + From: Richard Clamp + Date: Sat, 4 Jan 2003 00:52:47 +0000 + Message-ID: <20030104005247.GA27685@mirth.demon.co.uk> + + Subject: Re: Partial Data::Dumper patch + From: Slaven Rezic + Date: 04 Jan 2003 02:48:08 +0100 + Message-ID: <87u1gp4rdz.fsf@vran.herceg.de> + Branch: perl + !> ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t +____________________________________________________________________________ +[ 18571] By: rgs on 2003/01/22 21:22:31 + Log: Subject: [PATCH] Re: difference between my and our before introduction + From: Dave Mitchell + Date: Thu, 16 Jan 2003 17:12:37 +0000 + Message-ID: <20030116171237.C420@fdgroup.com> + (with a small test tweak) + Branch: perl + ! pad.c t/comp/our.t toke.c +____________________________________________________________________________ +[ 18569] By: rgs on 2003/01/22 21:00:59 + Log: Fix [perl #19860] by adding a POSIX::fsync() stub. + Branch: perl + ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod +____________________________________________________________________________ +[ 18561] By: jhi on 2003/01/22 17:43:45 + Log: Integrate from perlio: + [ 18560] + Fixes for open.pm which attempts to load layers: + 1. C equivalent of local $SIG{__WARN__} = sub {} + while loading layers to supress warnings lib/open.t does + not want. + 2. The loading scheme does not recurse now so look for + new symptom of bad layer which is that a good module + fails to load (as we cannot open any files). + + NOTE: In my opinion open.pm should probably die on bad layer + spec rather than just (maybe) warning and then allowing opens + to fail. + Branch: perl + !> lib/open.t perlio.c +____________________________________________________________________________ +[ 18559] By: jhi on 2003/01/22 13:19:31 + Log: Upgrade to Encode 1.86. + Branch: perl + ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/MANIFEST + ! ext/Encode/Unicode/Unicode.xs ext/Encode/encoding.pm + ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t +____________________________________________________________________________ +[ 18558] By: jhi on 2003/01/22 13:05:27 + Log: Subject: Re: slight tweak to -DR flag - display whether on tmps stack + From: Dave Mitchell + Date: Sun, 19 Jan 2003 17:22:05 +0000 + Message-ID: <20030119172204.D24444@fdgroup.com> + Branch: perl + ! dump.c +____________________________________________________________________________ +[ 18557] By: jhi on 2003/01/22 13:01:15 + Log: Subject: [PATCH] Re: [perl #9394] Re: [ID 20020525.002] coredump/ bad free warning in blead with SIGWARN + From: Nicholas Clark + Date: Tue, 21 Jan 2003 22:27:21 +0000 + Message-ID: <20030121222720.GG293@Bagpuss.unfortu.net> + Branch: perl + ! sv.c t/op/ref.t +____________________________________________________________________________ +[ 18556] By: jhi on 2003/01/22 12:59:02 + Log: Subject: [PATCH perlio.h] (was RE: [PATCH] %_ (was Re: [PATCH] operation on `PL_na' may be undefined)) + From: Robin Barker + Date: Mon, 20 Jan 2003 15:26:21 -0000 + Message-ID: <533D273D4014D411AB1D00062938C4D904046299@hotel.npl.co.uk> + Branch: perl + ! perlio.h +____________________________________________________________________________ +[ 18555] By: jhi on 2003/01/22 12:57:20 + Log: Integrate from perlio: + [ 18539] + Try the invalidate_fileno() idea for non-leaky stdio sockets. + + [ 18540] + stdio does NOT set errno==EBADF on invalidated fileno + + [ 18547] + Tweak APItest for new semantics of printf. + Now printf() is always real printf() and not #define'd to + PerlIO_stdoutf() so PerlIO_flush() when STDOUT is redirected + back to original file does not affect stdout unless we are + using :stdio as implementation. So things printf()ed XS side + are not written to file (and turn up at end of test). + So add an XS function which does fflush(stdout), modify .pm + file to export it and .t file to call it. + + [ 18548] + Add defined(__osf__) case to invalidate_fileno (for Tru64). + + [ 18549] + Report layer name (without arg) on fail, and attempt to + autoload layer name. (Fix for [perl #20460]). + + [ 18550] + #if defined(__irix__) (for stdio invalidate) from Jarkko. + Branch: perl + !> ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs + !> ext/XS/APItest/t/printf.t lib/open.pm perlio.c +____________________________________________________________________________ +[ 18554] By: jhi on 2003/01/22 12:47:03 + Log: Subject: [PATCH av.c] Re: [perl #15439] unreferenced scalar due to double DESTROY + From: Dave Mitchell + Date: Sun, 19 Jan 2003 16:43:54 +0000 + Message-ID: <20030119164353.B24444@fdgroup.com> + Branch: perl + ! av.c t/op/array.t +____________________________________________________________________________ +[ 18553] By: jhi on 2003/01/22 12:43:31 + Log: Subject: Term::Complete problem + fix (Was: Re: muttprofile + perl 5.8) + From: Martti Rahkila + Date: Sat, 18 Jan 2003 00:25:39 +0200 + Message-ID: <20030118002539.A30585@wurlitzer.hut.fi> + + (chose the 'even safer' version) + Branch: perl + ! lib/Term/Complete.pm +____________________________________________________________________________ +[ 18552] By: jhi on 2003/01/22 12:34:06 + Log: Subject: [PATCH] assert PV isn't RV + From: Nicholas Clark + Date: Fri, 17 Jan 2003 19:40:45 +0000 + Message-ID: <20030117194044.GB297@Bagpuss.unfortu.net> + Branch: perl + ! sv.h +____________________________________________________________________________ +[ 18551] By: jhi on 2003/01/22 12:28:11 + Log: Integrate from maint-5.8: + [ 18375] + Better version of change #18370; use the new 'E' flag + so that cxinc is exposed (as cpp) only to List::Util + (well, any extension) (well, anyone who does -DPERL_EXT), + no need to export it globally. + Branch: perl + !> embed.fnc embed.h ext/List/Util/Makefile.PL global.sym +____________________________________________________________________________ +[ 18545] By: ams on 2003/01/22 06:06:26 + Log: Subject: [PATCH perl-current] AUTHORS correction + From: Richard Soderberg + Date: Wed, 22 Jan 2003 02:08:13 -0500 + Message-Id: <45B4D3AE-2DD8-11D7-8CF9-000393801F84@crystalflame.net> + Branch: perl + ! AUTHORS +____________________________________________________________________________ +[ 18544] By: jhi on 2003/01/22 03:45:01 + Log: Continuation of #18542. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 18543] By: jhi on 2003/01/22 03:21:23 + Log: Update the MD5 checksums. + Branch: perl + ! ext/Digest/MD5/t/files.t +____________________________________________________________________________ +[ 18542] By: hv on 2003/01/22 01:37:52 + Log: #18530 misses a couple of pTHX definitions + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 18541] By: jhi on 2003/01/21 22:08:51 + Log: Try to make including patchlevel.h a bit more + robust (use <> instead of "") and in case of + failure (PERL_VERSION didn't get defined) try + to fail (by trying to #include an "obviously" + named file that should not exist) (didn't use + #error since IIRC older cpps do not have it) + (Tries to address [perl #20276].) + Branch: perl + ! ext/Data/Dumper/Dumper.xs ext/Devel/PPPort/PPPort.pm + ! ext/Digest/MD5/MD5.xs ext/List/Util/Util.xs + ! ext/Storable/Storable.xs +____________________________________________________________________________ +[ 18538] By: merijn on 2003/01/21 16:54:00 + Log: Subject: [PATCH] Re: FreeBSD 5 hints patch + From: sthoenna@efn.org (Yitzchak Scott-Thoennes) + Date: Mon, 30 Dec 2002 18:01:16 -0800 + Message-ID: + Branch: perl + ! Configure +____________________________________________________________________________ +[ 18536] By: jhi on 2003/01/21 14:18:40 + Log: Allow explicit -C enable/disable by -C:1/-C:0 + (suggested by Peter Haworth). + Branch: perl + ! perl.c pod/perlrun.pod +____________________________________________________________________________ +[ 18534] By: hv on 2003/01/21 02:22:53 + Log: Subject: PATCH: perldoc in MAINT branch (probably unstable too) + From: Chip Turner + Date: 02 Jan 2003 11:35:57 -0500 + Message-ID: + Branch: perl + ! lib/Pod/Perldoc.pm +____________________________________________________________________________ +[ 18533] By: hv on 2003/01/21 02:15:29 + Log: Subject: Re: [perl #17757] s///g fails when using English & study in 5.8.0 + From: hv@crypt.org + Date: Thu, 02 Jan 2003 14:33:49 +0000 + Message-Id: <200301021433.h02EXno03562@crypt.compulink.co.uk> + Branch: perl + ! regexec.c t/op/subst.t +____________________________________________________________________________ +[ 18532] By: hv on 2003/01/21 01:56:31 + Log: Subject: Re: [perl #19236] perlsyn: implicit localisation in while() + From: Martien Verbruggen + Date: Tue, 31 Dec 2002 16:42:28 +1100 + Message-Id: + Branch: perl + ! pod/perlsyn.pod +____________________________________________________________________________ +[ 18531] By: hv on 2003/01/21 01:52:49 + Log: integrate #18366-18370 from maint-5.8: + Implement the CPP namespace protection from [perl #8610]; + unless a function has an 'A' flag, it's defined only if + PERL_CORE. (Why do we have so many many functions with an + 'A' flag, is another matter.) (The number of #ifdef PERL_COREs + could be cut down further by having a state variable and + inserting #ifdefs and #endifs when the state flips.) + + Caught by change #18366; thanks to the re extension we have some + functions that are file static but yet part of "the public API"... + Maybe a new class of exportability (a new embed.fnc flag) is + required for this case. + + Continue on change #18367; implement the said flag, 'E'. + (Some nm output studying was needed to get the right set + of re symbols defined.) + + In AIX (strict symbol exports) the cxinc is needed for List::Util. + Branch: perl + ! embed.fnc embed.h embed.pl ext/re/Makefile.PL global.sym +____________________________________________________________________________ +[ 18530] By: hv on 2003/01/21 01:37:03 + Log: integrate (by hand) #18353 and #18359 from maint-5.8: + Introduce a cache for UTF-8 data: length and byte<->char offset + mapping are stored in a new type of magic. Speeds up length(), + substr(), index(), rindex(), pos(), and some parts of s///. + + The speedup varies a lot (on the usual suspects: what is the + access pattern of the data, compiler, CPU), but should be at + least one order of magnitude, and getting to the same magnitude + as byte string speeds, and in some cases (length on unchanged data) + even reaching the byte string speed. On the other hand, in some + cases (index) the byte speed is still faster by a factor of five + or so, but the bottleneck there does not seem to be any more + the byte<->char offset mapping (instead, the fbm_instr() speed). + + There is one cache slot for the length, and only two for the + byte<->char offset mapping (the first one for the start->offset, + and the second for the offset->offset+length, when talking + in substr() terms). + + Code this hairy is bound to have hairy trolls hiding under it. + [...] + A small tweak on top of #18353: don't display mg_len bytes of + mg_ptr for PERL_MAGIC_utf8 because that's not what's there. + Branch: perl + ! dump.c embed.fnc embed.h mg.c perl.h pod/perlapi.pod proto.h + ! sv.c util.c +____________________________________________________________________________ +[ 18529] By: hv on 2003/01/21 00:44:20 + Log: integrate #18349 from maint-5.8: + At least partially address [perl #10000] by speeding + up both the ASCII case (by about 2-3%) and the UTF-8 case + (by about 45%). The major trick is to avoid hitting the + costly S_reginclass(). (Even before this patch the speedup + since 5.8.0 was about 40-50%.) After this the UTF-8 case is + still about 30-60% slower than the ASCII case. (Note that + I'm unable to reproduce the 10-fold speed difference of the + original bug report; I can see a factor of 2 or 3, but no more.) + Branch: perl + !> regexec.c +____________________________________________________________________________ +[ 18528] By: hv on 2003/01/21 00:24:11 + Log: Subject: [PATCH pp_ctl.c] silence warning + From: Dave Mitchell + Date: Sun, 29 Dec 2002 15:09:31 +0000 + Message-ID: <20021229150931.C2325@fdgroup.com> + Branch: perl + ! pp_ctl.c +____________________________________________________________________________ +[ 18527] By: hv on 2003/01/21 00:04:14 + Log: Subject: perl version reporting + From: "H.Merijn Brand" + Date: Wed, 18 Dec 2002 08:30:32 +0100 + Message-Id: <20021218081957.ABD8.H.M.BRAND@hccnet.nl> + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 18526] By: hv on 2003/01/20 23:21:22 + Log: Subject: Re: When Storable and Devel::DProf mix, core dump [perl #19385] + From: Blair Zajac + Date: Wed, 08 Jan 2003 12:28:35 -0800 + Message-ID: <3E1C89F3.2B4759C@orcaware.com> + Branch: perl + ! ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm + ! ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL +____________________________________________________________________________ +[ 18524] By: jhi on 2003/01/20 17:51:10 + Log: Integrate from perlio: + [ 18520] + Move #define printf out of perl.h into appropriate + PerlIO files. + Branch: perl + !> fakesdio.h nostdio.h perl.h +____________________________________________________________________________ +[ 18523] By: jhi on 2003/01/20 17:48:51 + Log: Upgrade to Digest 1.02. + Branch: perl + ! lib/Digest.pm lib/Digest.t +____________________________________________________________________________ +[ 18522] By: jhi on 2003/01/20 17:43:15 + Log: Subject: [perl #20408] SV's SvPVX get freed even when its SvLEN is zero + From: "enache@rdslink.ro (via RT)" + Date: 20 Jan 2003 01:54:07 -0000 + Message-Id: + Branch: perl + ! pp_hot.c +____________________________________________________________________________ +[ 18521] By: jhi on 2003/01/20 17:37:35 + Log: Retract #18154 (integrate of perlio #18507), not enough + threadsafety. + Branch: perl + ! perlio.c +____________________________________________________________________________ +[ 18519] By: jhi on 2003/01/20 12:25:43 + Log: Encode MANIFEST update. + Branch: perl + ! ext/Encode/MANIFEST +____________________________________________________________________________ +[ 18517] By: nick on 2003/01/20 08:34:10 + Log: Integrate #18405 from maint-5.8 which fixes whitespac + issues in open(FH,"&...") + Branch: perl + !> doio.c +____________________________________________________________________________ +[ 18516] By: jhi on 2003/01/19 13:48:10 + Log: microperl update. + Branch: perl + ! Makefile.micro uconfig.h uconfig.sh +____________________________________________________________________________ +[ 18514] By: jhi on 2003/01/18 18:36:00 + Log: Integrate from perlio: + [ 18507] + Thread-protection for dup/fclose/dup2 scheme of stdio leak + avoidance. + Branch: perl + !> perlio.c t/io/tell.t +____________________________________________________________________________ +[ 18513] By: jhi on 2003/01/18 18:07:01 + Log: Slight pod reformatting based on [perl #20284]. + Branch: perl + ! README.mint ext/Data/Dumper/Dumper.pm +____________________________________________________________________________ +[ 18512] By: jhi on 2003/01/17 21:00:15 + Log: EPOC perl address updates. + Branch: perl + ! README.epoc +____________________________________________________________________________ +[ 18511] By: jhi on 2003/01/17 20:23:42 + Log: Upgrade to Digest 1.01. + Branch: perl + ! lib/Digest.pm +____________________________________________________________________________ +[ 18510] By: jhi on 2003/01/17 19:53:37 + Log: Typo fixes from jmc@prioris.mini.pw.edu.pl (from openbsd.bugs) + Branch: perl + ! utils/libnetcfg.PL +____________________________________________________________________________ +[ 18509] By: jhi on 2003/01/17 19:45:11 + Log: Upgrade to Digest::MD5 2.22. + Branch: perl + ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm + ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/README + ! ext/Digest/MD5/t/files.t +____________________________________________________________________________ +[ 18508] By: merijn on 2003/01/17 14:12:53 + Log: Subject: Re: 18457 on cygwin/20030113 + From: Nick Ing-Simmons + Date: Fri, 17 Jan 2003 15:10:34 +0000 + Message-Id: <20030117151034.2651.3@bactrian.elixent.com> + Branch: perl + ! t/io/tell.t +____________________________________________________________________________ +[ 18504] By: jhi on 2003/01/17 13:21:51 + Log: Integrate from perlio: + [ 18476] + Remove workaround for :stdio layer bug now fixed + (Fixes #18975) + Branch: perl + !> pp_sys.c +____________________________________________________________________________ +[ 18502] By: jhi on 2003/01/16 22:53:23 + Log: Integrate from maint-5.6: + [ 18477] + search utility doesn't skip exe/lib/pdb files properly on windows + Branch: perl + !> win32/bin/search.pl +____________________________________________________________________________ +[ 18501] By: rgs on 2003/01/16 21:28:42 + Log: Subject: Re: [perl #19977] unlocalized $_ in File::Find clobbers upstream $_ + From: "Jos I. Boumans" + Date: Thu, 16 Jan 2003 14:04:48 +0100 + Message-ID: <3E26ADF0.6010605@dwim.org> + (with test tweaks) + Branch: perl + ! lib/File/Find.pm lib/File/Find/t/find.t +____________________________________________________________________________ +[ 18500] By: rgs on 2003/01/16 21:17:14 + Log: Integrate #18447 from maint-5.8 : + test.pl-ise t/op/fh.t. + Branch: perl + !> t/op/fh.t +____________________________________________________________________________ +[ 18499] By: rgs on 2003/01/16 20:58:59 + Log: Integrate changes to Attribute::Handlers from maint-5.8 + (18404 and 18427). + Subject: [PATCH] Re: Attribute::Handlers phase variance + From: Richard Clamp + Date: Mon, 9 Dec 2002 11:10:24 +0000 + Message-ID: <20021209111024.GA14365@mirth.demon.co.uk> + Branch: perl + !> lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t +____________________________________________________________________________ +[ 18498] By: rgs on 2003/01/16 20:48:10 + Log: Integrate changes #18422 and #18423 from maint-5.8. + 18422 : + Third Degree found a read of uninit memory (after setting + grent_size with sysconf(), pwent_size was read). Also make + the ERANGE/INVARG more consistent. + 18423 : + spent_size was still off. (As far as I can tell + _SC_GETPW_R_SIZE_MAX is supposed to be used also + for spents, not just pwents.) + Branch: perl + !> reentr.c reentr.h reentr.pl +____________________________________________________________________________ +[ 18497] By: rgs on 2003/01/16 20:40:58 + Log: Subject: [PATCH] Re: [perl #19393] Bug in Time::localtime? + From: Dave Mitchell + Date: Wed, 1 Jan 2003 21:43:24 +0000 + Message-ID: <20030101214324.F12907@fdgroup.com> + (integrated from change #18397 in maint-5.8) + Branch: perl + !> lib/Time/Local.pm lib/Time/Local.t +____________________________________________________________________________ +[ 18496] By: jhi on 2003/01/16 20:36:23 + Log: Fix 'use encoding' I/O for code points 0x80..0xFF; + code changes from Inaba Hiroto; test tweaks by jhi. + Branch: perl + + ext/Encode/t/enc_eucjp.t + ! MANIFEST doio.c ext/Encode/encoding.pm ext/Encode/t/enc_utf8.t + ! pp.c sv.c sv.h t/uni/tr_utf8.t +____________________________________________________________________________ +[ 18495] By: jhi on 2003/01/16 20:19:36 + Log: It seems the binmode() is needed with UTF-8 locales enabled. + Branch: perl + ! ext/Encode/t/CJKT.t +____________________________________________________________________________ +[ 18494] By: jhi on 2003/01/16 20:11:35 + Log: Upgrade to CGI.pm 2.89. + Branch: perl + ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm + ! lib/CGI/t/carp.t lib/CGI/t/html.t lib/CGI/t/pretty.t +____________________________________________________________________________ +[ 18493] By: jhi on 2003/01/16 20:03:01 + Log: Subject: Update for ext/MIME/Base64/ + From: Gisle Aas + Date: 30 Dec 2002 07:34:34 -0800 + Message-ID: + Branch: perl + ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Changes + ! ext/MIME/Base64/QuotedPrint.pm + ! ext/MIME/Base64/t/quoted-print.t ext/MIME/Base64/t/unicode.t +____________________________________________________________________________ +[ 18492] By: jhi on 2003/01/16 19:56:07 + Log: Subject: Update for ext/Digest/MD5/ + From: Gisle Aas + Date: 30 Dec 2002 07:38:16 -0800 + Message-ID: + Branch: perl + ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm + ! ext/Digest/MD5/Makefile.PL ext/Digest/MD5/t/align.t + ! ext/Digest/MD5/t/files.t +____________________________________________________________________________ +[ 18491] By: jhi on 2003/01/16 19:24:10 + Log: if (0) the PL_widesyscalls code for now: Sarathy + should take another look to see whether it is really + safe to remove the code, too. + Branch: perl + ! win32/win32.h wince/win32.h +____________________________________________________________________________ +[ 18490] By: jhi on 2003/01/16 01:58:39 + Log: Make the locale-induced UTF-8-ification of STD fhs + and the default file open layer explicit (either -C + or PERL_UTF8_LOCALE), instead of implicit (and unasked-for). + Branch: perl + ! embedvar.h gv.c intrpvar.h locale.c mg.c perl.c perlapi.h + ! pod/perlrun.pod pod/perlunicode.pod pod/perluniintro.pod + ! pod/perlvar.pod +____________________________________________________________________________ +[ 18489] By: rgs on 2003/01/15 20:55:00 + Log: Subject: [PATCH 5.8.0] perlrun.pod: fix -i examples + From: Brendan O'Dea + Date: Sun, 12 Jan 2003 06:18:32 +1100 + Message-ID: <20030111191832.GA19441@londo.c47.org> + Branch: perl + ! pod/perlrun.pod +____________________________________________________________________________ +[ 18488] By: rgs on 2003/01/15 20:51:48 + Log: Subject: [PATCH 5.8.0] diagnostics.pm: useful apropos description for splain + From: Brendan O'Dea + Date: Sun, 12 Jan 2003 06:17:30 +1100 + Message-ID: <20030111191730.GA19420@londo.c47.org> + Branch: perl + ! lib/diagnostics.pm +____________________________________________________________________________ +[ 18487] By: rgs on 2003/01/15 20:45:14 + Log: Add a test case for bug [perl #19545] + Branch: perl + ! t/op/do.t +____________________________________________________________________________ +[ 18486] By: rgs on 2003/01/15 20:34:52 + Log: isa() and can() didn't work on magic variables + see Message-Id: <20030114220737.2190ba7c.rgarciasuarez@free.fr> + plus a test case by B. Goldberg + Branch: perl + ! t/op/universal.t universal.c +____________________________________________________________________________ +[ 18485] By: rgs on 2003/01/15 20:10:57 + Log: Subject: [PATCH] Re: [perl #19566] Perl 5.8.0 segfault + From: Stephen McCamant + Date: Thu, 2 Jan 2003 18:08:23 -0500 + Message-ID: <15892.50791.692636.982873@syllepsis.MIT.EDU> + Plus a test by Jarkko + Integrated from changes 18444 and 18446 from maint-5.8 + Branch: perl + +> t/op/readline.t + !> MANIFEST pp_hot.c +____________________________________________________________________________ +[ 18484] By: jhi on 2003/01/15 14:09:57 + Log: Upgrade to Time::HiRes 1.42. + Branch: perl + + ext/Time/HiRes/fallback/const-c.inc + + ext/Time/HiRes/fallback/const-xs.inc + ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm + ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL +____________________________________________________________________________ +[ 18483] By: jhi on 2003/01/15 00:23:20 + Log: Detypo. + Branch: perl + ! ext/Encode/Unicode/Unicode.xs +____________________________________________________________________________ +[ 18482] By: rgs on 2003/01/14 21:41:04 + Log: Integrate change #18365 from maint-5.8 : + Doc tweak on the S_ macros. + Branch: perl + !> pod/perlfunc.pod +____________________________________________________________________________ +[ 18481] By: jhi on 2003/01/14 12:40:24 + Log: Apparently some stdios have bugs (no! don't tell it is so!) + or there is a corner of stdio that is substandardised. + Branch: perl + ! t/io/tell.t +____________________________________________________________________________ +[ 18480] By: jhi on 2003/01/14 01:25:14 + Log: Encode 1.84 broke the subtest #7, further study required. + Branch: perl + ! t/uni/tr_utf8.t +____________________________________________________________________________ +[ 18479] By: jhi on 2003/01/13 23:13:02 + Log: Add a test for encoding 'utf8'. + Branch: perl + + ext/Encode/t/enc_utf8.t + ! MANIFEST ext/Encode/MANIFEST +____________________________________________________________________________ +[ 18478] By: jhi on 2003/01/13 23:10:55 + Log: Upgrade to Encode 1.84. + Branch: perl + ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs + ! ext/Encode/Unicode/Unicode.xs ext/Encode/encoding.pm +____________________________________________________________________________ +[ 18475] By: jhi on 2003/01/13 02:42:47 + Log: Integrate from perlio: + [ 18471] + Fix #18711 and add test for it (and indeed tell on write + handles at all ! + + (#18711 Serious bug of tell() in perl) + Branch: perl + !> perlio.c t/io/tell.t +____________________________________________________________________________ +[ 18474] By: jhi on 2003/01/13 02:41:04 + Log: Integrate from perlio: + [ 18470] + Fix #16306 and #16880 + + (#16306 Big Badda leak in Sockets) + (#16880 Memory leak with IO::Socket in Perl v5.8.0) + Branch: perl + !> perlio.c +____________________________________________________________________________ +[ 18473] By: jhi on 2003/01/13 02:38:33 + Log: Integrate perlio #18040 and #18043 (no real changes; + some whitespace changes but ignored them so that Dan's + version of Encode wins) + Branch: perl + !> ext/Encode/Encode.xs +____________________________________________________________________________ +[ 18472] By: jhi on 2003/01/13 01:31:01 + Log: Integrate perlio to mainline: + [ 18240] + Avoid eqtime() wiping the file (as suggested by + "Luis G. Uribe C." + Branch: perl + !> lib/ExtUtils/Command.pm +____________________________________________________________________________ +[ 18468] By: rgs on 2003/01/09 21:07:44 + Log: Subject: [PATCH] VMS perly build tweak + From: "Craig A. Berry" + Date: Thu, 9 Jan 2003 14:44:40 -0600 + Message-Id: + Branch: perl + ! vms/descrip_mms.template +____________________________________________________________________________ +[ 18467] By: rgs on 2003/01/09 21:03:07 + Log: Document that ${^TAINT} is read-only. + Branch: perl + ! pod/perlvar.pod +____________________________________________________________________________ +[ 18465] By: rgs on 2003/01/08 22:02:26 + Log: Fix the doc for splitpath() in the File::Spec modules : + this function doesn't return undef in any case. + Branch: perl + ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm + ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm +____________________________________________________________________________ +[ 18464] By: rgs on 2003/01/08 21:40:37 + Log: Subject: [PATCH] label code in pp_ctl.c + From: Nicholas Clark + Date: Thu, 26 Dec 2002 21:19:36 +0000 + Message-ID: <20021226211935.GE284@Bagpuss.unfortu.net> + (Integrated from change #18400 from maint-5.8) + Branch: perl + !> pp_ctl.c +____________________________________________________________________________ +[ 18463] By: rgs on 2003/01/08 21:27:49 + Log: Subject: [DOCPATCH] hv_store and hv_store_ent + From: Nicholas Clark + Date: Wed, 1 Jan 2003 18:17:59 +0000 + Message-ID: <20030101181757.GB296@Bagpuss.unfortu.net> + (Integrated from change #18399 from maint-5.8) + Branch: perl + !> hv.c +____________________________________________________________________________ +[ 18462] By: rgs on 2003/01/08 21:24:09 + Log: Integrate change #18391 from maint-5.8: + Document the installprefix trick for compiling PASE Perl in AIX. + Branch: perl + !> README.os400 +____________________________________________________________________________ +[ 18461] By: rgs on 2003/01/08 21:16:54 + Log: Integrate change #18362 from maint-5.8: + Fix [perl #18666] (taking the more conservative approach). + Branch: perl + !> lib/File/Spec/Unix.pm +____________________________________________________________________________ +[ 18460] By: rgs on 2003/01/08 21:14:20 + Log: Integrate change #18361 from maint-5.8: + Document that the socketpair tests are unhappy in old SCO, + as per [perl #18537]. + Branch: perl + !> pod/perl58delta.pod +____________________________________________________________________________ +[ 18459] By: rgs on 2003/01/08 20:48:19 + Log: PerlFAQ sync. + Branch: perl + ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod + ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod + ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod + ! pod/perlfaq9.pod +____________________________________________________________________________ +[ 18456] By: hv on 2003/01/07 09:20:22 + Log: Subject: [PATCH] %_ (was Re: [PATCH] operation on `PL_na' may be undefined) + From: Nicholas Clark + Date: Thu, 26 Dec 2002 21:16:27 +0000 + Message-ID: <20021226211626.GD284@Bagpuss.unfortu.net> + Branch: perl + ! doio.c dump.c ext/Data/Dumper/Dumper.xs gv.c op.c pad.c perl.c + ! pp_ctl.c pp_hot.c pp_sort.c pp_sys.c sv.c toke.c universal.c + ! utf8.c +____________________________________________________________________________ +[ 18455] By: hv on 2003/01/07 08:54:38 + Log: Subject: [PATCH] integrate more with report_evil_fh + From: Nicholas Clark + Date: Thu, 26 Dec 2002 20:56:21 +0000 + Message-ID: <20021226205620.GA16584@Bagpuss.unfortu.net> + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 18454] By: hv on 2003/01/07 08:45:54 + Log: Integrate podlators-1.25 + Branch: perl + ! lib/Pod/Man.pm lib/Pod/t/man.t +____________________________________________________________________________ +[ 18453] By: rgs on 2003/01/06 20:31:43 + Log: Change the value of ${^TAINT} : 0 without taint checks, + 1 with -T, and -1 with -t or -TU. + Branch: perl + ! mg.c pod/perlvar.pod t/op/taint.t t/run/runenv.t + ! t/run/switcht.t +____________________________________________________________________________ +[ 18451] By: merijn on 2003/01/06 06:43:11 + Log: Subject: [PATCH perl@18746] VMS test adjustments + Date: Sat, 04 Jan 2003 11:26:00 -0600 + From: "Craig A. Berry" + Message-ID: <3E171928.1040100@mac.com> + Branch: perl + ! ext/Devel/Peek/Peek.t ext/Filter/t/call.t lib/charnames.t + ! t/run/switchI.t +____________________________________________________________________________ +[ 18441] By: rgs on 2003/01/04 20:06:45 + Log: Subject: [DOCPATCH] File::Copy's synopsis + From: Nicholas Clark + Date: Wed, 1 Jan 2003 21:09:30 +0000 + Message-ID: <20030101210930.GE296@Bagpuss.unfortu.net> + Branch: perl + ! lib/File/Copy.pm +____________________________________________________________________________ +[ 18440] By: rgs on 2003/01/04 16:31:31 + Log: Integrate change #18420 from maint-5.8: + Mea culpa: the join() was the string join, not the + ithreads join(). + Branch: perl + !> ext/threads/t/join.t +____________________________________________________________________________ +[ 18439] By: rgs on 2003/01/04 15:34:54 + Log: Subject: [PATCH] [perl #15184] ExtUtils/t/Embed.t fails with -Duseshrplib -Dlibperl=... + From: Rafael Garcia-Suarez + Date: Fri, 13 Dec 2002 00:54:43 +0100 + Message-Id: <20021213005443.3077a229.rgarciasuarez@free.fr> + Same as change 18403 for maint-5.8 branch + Branch: perl + ! lib/ExtUtils/t/Embed.t +____________________________________________________________________________ +[ 18438] By: rgs on 2003/01/04 15:24:22 + Log: Subject: Re: [PATCH] Tiny nits in perlre.pod + From: andreas.koenig@anima.de (Andreas J. Koenig) + Date: Fri, 03 Jan 2003 00:57:15 +0100 + Message-ID: + Branch: perl + ! pod/perlre.pod +____________________________________________________________________________ +[ 18435] By: jhi on 2003/01/04 14:36:08 + Log: The problems.t is back. + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 18434] By: sky on 2003/01/04 07:43:50 + Log: Forgot to add problems.t with change #18419 + Branch: perl + + ext/threads/t/problems.t +____________________________________________________________________________ +[ 18432] By: jhi on 2003/01/04 04:48:30 + Log: One more (or, rather, less) //. + Branch: perl + ! ext/threads/threads.xs +____________________________________________________________________________ +[ 18431] By: jhi on 2003/01/04 04:39:01 + Log: Integrate from maintperl: + [ 18430] + // is still not portable C commentary. + Branch: perl + !> ext/threads/threads.xs +____________________________________________________________________________ +[ 18425] By: jhi on 2003/01/04 03:37:04 + Log: Until Arthur really adds the problems.t. + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 18421] By: sky on 2003/01/04 01:27:55 + Log: Fix long standing memory leak with pop and shift! + Branch: perl + ! ext/threads/shared/shared.xs +____________________________________________________________________________ +[ 18419] By: sky on 2003/01/03 23:45:34 + Log: Fixes bug #15273, the return of the object caused + the stash of the object to be cloned, cloning the entire syntax + tree and all lexicals in there creating danglning copies to the + object. (Pararell but unlinked STASH tree). + This adds a new flag, when set it will use STASHES from the + thread we are joining into avoiding the problem. + Branch: perl + ! MANIFEST ext/threads/threads.xs sv.c sv.h +____________________________________________________________________________ +[ 18417] By: sky on 2003/01/03 18:16:46 + Log: Fake what context we are running in for CLONE and DESTROY so + threads->tid() returns the correct value. + This is reported as bug #10046 + Branch: perl + ! ext/threads/t/basic.t ext/threads/threads.xs +____________________________________________________________________________ +[ 18413] By: sky on 2003/01/03 15:15:14 + Log: Change pp_lock to take a reference instead of a + scalar since it wouldn't fork for the HELEM/AELEM + case. This was reported in bug #10045 + Branch: perl + ! ext/threads/shared/t/hv_refs.t opcode.h opcode.pl opnames.h +____________________________________________________________________________ +[ 18412] By: hv on 2003/01/03 11:14:51 + Log: Integrate from maint-5.8 #18348: + Make Math::Trig a little bit more better behaved module citizen. + Branch: perl + !> lib/Math/Trig.pm +____________________________________________________________________________ +[ 18411] By: hv on 2003/01/03 11:11:09 + Log: Subject: Re: [perl #19061] 'goto' confuses 'redo' + From: Stephen McCamant + Date: Sun, 22 Dec 2002 22:09:51 -0500 + Message-ID: <15878.32383.94274.950128@syllepsis.MIT.EDU> + Branch: perl + ! pp_ctl.c +____________________________________________________________________________ +[ 18410] By: hv on 2003/01/03 11:06:40 + Log: Subject: new flag SvPADSTALE + From: Dave Mitchell + Date: Thu, 19 Dec 2002 19:00:21 +0000 + Message-ID: <20021219190021.D9530@fdgroup.com> + Branch: perl + ! dump.c scope.c sv.h +____________________________________________________________________________ +[ 18409] By: hv on 2003/01/03 11:05:09 + Log: Subject: remove flag SvPADBUSY + From: Dave Mitchell + Date: Thu, 19 Dec 2002 18:55:43 +0000 + Message-ID: <20021219185543.C9530@fdgroup.com> + Branch: perl + ! dump.c ext/Devel/Peek/Peek.t pad.c scope.c sv.h +____________________________________________________________________________ +[ 18408] By: hv on 2003/01/03 10:56:54 + Log: Subject: win32_msgwait() problem + From: Gurusamy Sarathy + Date: Fri, 13 Dec 2002 17:31:59 -0800 + Message-Id: <200212140132.gBE1Vxp02090@smtp3.ActiveState.com> + Branch: perl + ! win32/win32.c +____________________________________________________________________________ +[ 18407] By: hv on 2003/01/03 10:30:05 + Log: Subject: Re: [perl #18257] Attempt to free unreferenced scalar (in 5 lines) + From: hv@crypt.org + Date: Thu, 02 Jan 2003 17:16:04 +0000 + Message-Id: <200301021716.h02HG5809404@crypt.compulink.co.uk> + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 18406] By: sky on 2003/01/03 08:23:16 + Log: Under darwin 6.0+ (MacOSX 10.2) we have threadsafe + libc_r functions. + Branch: perl + ! hints/darwin.sh +____________________________________________________________________________ +[ 18393] By: merijn on 2003/01/02 19:41:29 + Log: Subject: [PATCH perl-5.8/win32/makefile.mk] Re: Smoke [5.8.0] 18389 FAIL(Fm) MSWin32 5.0 Service Pack 3 (x86/1 cpu) + Date: Thu, 2 Jan 2003 19:02:21 +0100 + Message-ID: <200301021902.22444.abe@ztreet.demon.nl> + From: abe@ztreet.demon.nl (Abe Timmerman) + Branch: perl + ! win32/makefile.mk +____________________________________________________________________________ +[ 18390] By: merijn on 2003/01/02 07:32:00 + Log: Use a more likely location for the perl binary + Branch: perl + ! Porting/genlog +____________________________________________________________________________ +[ 18378] By: gsar on 2002/12/31 04:07:56 + Log: integrate change#18377 from maint-5.6 branch + + change#17566 needs to be more defensive about win32_dup2() + itself calling SetStdHandle() (at least MSVCRT does this) + Branch: perl + !> win32/win32.c +____________________________________________________________________________ +[ 18376] By: hv on 2002/12/31 02:02:17 + Log: Update Changes + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ +[ 18374] By: hv on 2002/12/30 03:32:22 + Log: Remove duplicate entry + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 18373] By: hv on 2002/12/30 03:19:17 + Log: Subject: [perl #19343] perlfunc.pod patch for stat() and lstat() + From: Dave Paris (via RT) + Date: 22 Dec 2002 05:15:14 -0000 + Message-Id: + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 18372] By: hv on 2002/12/30 03:13:42 + Log: Subject: [PATCH lib/AutoSplit.pm] Holding filehandle open + From: Michael G Schwern + Date: Sat, 21 Dec 2002 19:29:41 -0800 + Message-ID: <20021222032941.GD24887@blackrider.schwern.org> + Branch: perl + ! lib/AutoSplit.pm +____________________________________________________________________________ +[ 18371] By: hv on 2002/12/30 03:08:12 + Log: Subject: [PATCH] Re: [perl #19330] Uneffective increment of $\ + From: Rafael Garcia-Suarez + Date: Fri, 27 Dec 2002 16:14:24 +0100 + Message-Id: <20021227161424.17234e3c.rgarciasuarez@free.fr> + Branch: perl + ! mg.c t/op/magic.t +____________________________________________________________________________ +[ 18358] By: gsar on 2002/12/28 03:30:49 + Log: save_re_context() was not saving many regexec.c state + variables, resulting in various reentrancy problems when + the swatches were autoloaded by perl in the midst of a + match + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 18357] By: gsar on 2002/12/28 02:16:51 + Log: silence another signed/unsigned mismatch warning + Branch: perl + ! op.c +____________________________________________________________________________ +[ 18356] By: gsar on 2002/12/28 02:08:23 + Log: fix signed/unsigned mismatch warning from change#18266 + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 18355] By: gsar on 2002/12/28 02:05:14 + Log: these variables are not in use anywhere since 5.8.0 + Branch: perl + ! embedvar.h perlapi.h sv.c thrdvar.h +____________________________________________________________________________ +[ 18354] By: ams on 2002/12/26 03:54:09 + Log: Subject: [PATCH] docpatch for cv.h + From: Nicholas Clark + Date: Wed, 25 Dec 2002 21:01:04 +0000 + Message-Id: <20021225210102.GA284@Bagpuss.unfortu.net> + Branch: perl + ! cv.h +____________________________________________________________________________ +[ 18351] By: hv on 2002/12/25 02:29:17 + Log: #18345 was still broken; should be fixed now. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 18350] By: merijn on 2002/12/24 05:26:40 + Log: Removal of duplicate comment block + + From: sthoenna@efn.org (Yitzchak Scott-Thoennes) + Subject: Re: [perl #19306] Sys::Syslog issues. + Date: Mon, 23 Dec 2002 15:25:51 -0800 + Message-ID: + Branch: perl + ! ext/Sys/Syslog/Syslog.pm +____________________________________________________________________________ +[ 18346] By: hv on 2002/12/23 06:14:22 + Log: integrate maint-5.8 #18301 + Branch: perl + !> lib/perl5db.pl +____________________________________________________________________________ +[ 18345] By: hv on 2002/12/23 06:01:17 + Log: more on #18344. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 18344] By: hv on 2002/12/23 05:56:43 + Log: more on #18312: sv.c:ss_dup() + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 18343] By: hv on 2002/12/23 05:47:17 + Log: Subject: [perl #19153] Term::Complete (the argument of stty) + From: OKAIE Yutaka (via RT) + Date: 15 Dec 2002 13:45:23 -0000 + Message-Id: + Branch: perl + ! lib/Term/Complete.pm +____________________________________________________________________________ +[ 18342] By: hv on 2002/12/23 05:27:25 + Log: Subject: [perl #18544] Patch included to fix problem. + From: Richard Kandarian + Date: Thu, 21 Nov 2002 08:00:20 -0700 + (from RT) + Branch: perl + ! regexec.c +____________________________________________________________________________ +[ 18341] By: hv on 2002/12/23 05:08:49 + Log: Subject: [PATCH] operation on `PL_na' may be undefined + From: Nicholas Clark + Date: Tue, 10 Dec 2002 19:59:18 +0000 + Message-ID: <20021210195917.GJ288@Bagpuss.unfortu.net> + Branch: perl + ! universal.c +____________________________________________________________________________ +[ 18340] By: hv on 2002/12/23 05:04:29 + Log: Subject: [PATCH] 2% speedup (pp_entersub needs to go on a diet) + From: Nicholas Clark + Date: Tue, 10 Dec 2002 18:55:28 +0000 + Message-ID: <20021210185527.GG288@Bagpuss.unfortu.net> + Branch: perl + ! pp_hot.c +____________________________________________________________________________ +[ 18339] By: hv on 2002/12/23 04:39:48 + Log: Integrate Time::HiRes v1.39 (for VMS build tweak) + Branch: perl + ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm + ! ext/Time/HiRes/Makefile.PL +____________________________________________________________________________ +[ 18338] By: hv on 2002/12/23 03:43:09 + Log: Subject: [PATCH] read permissions for h2ph-generated files + From: Slaven Rezic + Date: Fri, 22 Nov 2002 14:49:14 +0100 (CET) + Message-Id: <200211221349.gAMDnEAK014033@vran.herceg.de> + Branch: perl + ! utils/h2ph.PL +____________________________________________________________________________ +[ 18337] By: hv on 2002/12/23 03:38:59 + Log: handy hint: getting a perforce change as a usable patch + Branch: perl + ! Porting/repository.pod +____________________________________________________________________________ +[ 18336] By: hv on 2002/12/23 03:36:26 + Log: Reverse #18285, for reasons given in: + Subject: Re: Precedence of ? : + From: hv@crypt.org + Date: Fri, 20 Dec 2002 00:35:27 +0000 + Message-Id: <200212200035.gBK0ZRm29309@crypt.compulink.co.uk> + Branch: perl + ! perly.c perly.y perly_c.diff pod/perldelta.pod t/op/cond.t + ! vms/perly_c.vms +____________________________________________________________________________ +[ 18335] By: gsar on 2002/12/18 23:12:14 + Log: my_fflush_all() wasn't doing the right thing under useperlio + on many platforms + Branch: perl + ! util.c +____________________________________________________________________________ +[ 18334] By: merijn on 2002/12/18 06:48:11 + Log: AIX compiler version updates + Branch: perl + ! README.aix +____________________________________________________________________________ +[ 18332] By: gsar on 2002/12/18 03:20:27 + Log: $Config{prefixexp} was set incorrectly on windows + Branch: perl + ! win32/config.bc win32/config.gc win32/config.vc + ! win32/config.vc64 +____________________________________________________________________________ +[ 18330] By: gsar on 2002/12/18 02:32:20 + Log: remove CRs from a couple of files (these show up as CRCRLF + on windows) + Branch: perl + ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL +____________________________________________________________________________ +[ 18328] By: gsar on 2002/12/18 02:27:10 + Log: fix for GPF in C + Branch: perl + ! win32/win32.c +____________________________________________________________________________ +[ 18327] By: gsar on 2002/12/18 02:08:12 + Log: windows: support for large files + + note that this change will break binary compatibility with the + default 5.8.0 build options; nevertheless I think it is worth + having in 5.8.1 (people who want the compatibility can disable + the option in the makefile) + Branch: perl + ! ext/Devel/DProf/DProf.xs ext/POSIX/POSIX.xs + ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/via/via.xs iperlsys.h + ! pp_sys.c win32/Makefile 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 win32/makefile.mk win32/perlhost.h + ! win32/win32.c win32/win32iop.h +____________________________________________________________________________ +[ 18326] By: gsar on 2002/12/18 00:57:46 + Log: Win32.pod update + Branch: perl + ! lib/Win32.pod +____________________________________________________________________________ +[ 18325] By: gsar on 2002/12/18 00:42:45 + Log: PerlIO_{stdoutf,vprintf} don't exist, should be PerlSIO_* + Branch: perl + ! XSUB.h +____________________________________________________________________________ +[ 18324] By: gsar on 2002/12/18 00:34:08 + Log: windows: avoid prompting under some shells during $(MAKE) distclean + Branch: perl + ! win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 18323] By: gsar on 2002/12/18 00:17:29 + Log: PerlSIO_stderr et al are not functions + Branch: perl + ! XSUB.h +____________________________________________________________________________ +[ 18321] By: gsar on 2002/12/17 22:56:25 + Log: integrate change#18320 from maint-5.6 branch + + C fails on windows if not running + from the root directory; for a test case, see: + + http://bugs.activestate.com/show_bug.cgi?id=19317 + + this was due to not recognizing \foo\bar.pm as an absolute + path name + Branch: perl + !> util.h +____________________________________________________________________________ +[ 18319] By: hv on 2002/12/17 10:08:24 + Log: Whoops, these are the changes supposed to be in #18318. + Branch: perl + ! pad.c t/op/eval.t +____________________________________________________________________________ +[ 18318] By: hv on 2002/12/17 03:12:18 + Log: Subject: Re: [PATCH] Re: [perl #19022] POSIX failures in bleadperl + From: Nicholas Clark + Date: Sat, 14 Dec 2002 23:13:37 +0000 + Message-ID: <20021214231337.GF306@Bagpuss.unfortu.net> + Branch: perl + ! pad.c t/op/eval.t +____________________________________________________________________________ +[ 18317] By: hv on 2002/12/17 02:58:12 + Log: Integrate Net::Ping v2.26. (lib/Net/Ping/t/450_service.t should work now) + Branch: perl + + lib/Net/Ping/t/410_syn_host.t + ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/t/400_ping_syn.t + ! lib/Net/Ping/t/450_service.t +____________________________________________________________________________ +[ 18316] By: hv on 2002/12/17 02:17:16 + Log: Subject: [PATCH 5.8.1 @oldish-18156] build + From: Ilya Zakharevich + Date: Fri, 13 Dec 2002 13:54:05 -0800 + Message-ID: <20021213215404.GA2597@math.berkeley.edu> + Branch: perl + ! os2/os2.c t/run/runenv.t +____________________________________________________________________________ +[ 18315] By: hv on 2002/12/17 02:03:58 + Log: Subject: [PATCH 5.8.1 @oldish-18156] deprecated warnings + From: Ilya Zakharevich + Date: Fri, 13 Dec 2002 13:47:08 -0800 + Message-ID: <20021213214707.GA2588@math.berkeley.edu> + Branch: perl + ! lib/constant.t lib/fields.t +____________________________________________________________________________ +[ 18314] By: hv on 2002/12/17 01:58:32 + Log: Subject: [PATCH 5.8.1 @oldish-18156] Morphing to PM on OS/2 + From: Ilya Zakharevich + Date: Fri, 13 Dec 2002 14:00:48 -0800 + Message-ID: <20021213220048.GA2606@math.berkeley.edu> + Branch: perl + ! os2/OS2/Process/t/os2_process.t os2/os2.c +____________________________________________________________________________ +[ 18313] By: hv on 2002/12/17 01:54:19 + Log: Subject: [PATCH 5.8.1 @oldish-18156] OS/2 REXX interface assuming Object REXX + From: Ilya Zakharevich + Date: Fri, 13 Dec 2002 14:08:00 -0800 + Message-ID: <20021213220800.GA2625@math.berkeley.edu> + Branch: perl + ! os2/OS2/REXX/REXX.xs +____________________________________________________________________________ +[ 18312] By: hv on 2002/12/17 01:43:28 + Log: Subject: [Fwd: Patch for perl utf8-related bug] + From: Richard Hitt + Date: Fri, 06 Dec 2002 16:47:42 -0800 + [perl #18932] + Branch: perl + ! embed.fnc embed.h global.sym perl.h proto.h regcomp.c scope.c + ! scope.h +____________________________________________________________________________ +[ 18311] By: hv on 2002/12/17 00:52:05 + Log: Subject: [PATCH] Re: [jhi@iki.fi: enums are not nums] + From: Dave Mitchell + Date: Sat, 14 Dec 2002 19:16:49 +0000 + Message-ID: <20021214191649.B3992@fdgroup.com> + Branch: perl + ! embed.fnc pad.c pad.h pod/perlintern.pod proto.h +____________________________________________________________________________ +[ 18310] By: hv on 2002/12/17 00:51:46 + Log: regen-headers to get new API docs from #18306 + Branch: perl + ! pod/perlapi.pod +____________________________________________________________________________ +[ 18308] By: rgs on 2002/12/16 22:06:23 + Log: Subject: [PATCH] Re: [perl #19017] lexical "my" variables not visible in debugger "x" command + From: peter@PSDT.com (Peter Scott) + Date: 12 Dec 2002 18:13:17 -0000 + Message-ID: <20021212181317.50538.qmail@onion.perl.org> + (fix bug [perl #19058]) + Branch: perl + ! lib/perl5db.pl +____________________________________________________________________________ +[ 18307] By: rgs on 2002/12/16 22:01:14 + Log: Subject: [PATCH] Re: [perl #19017] lexical "my" variables not visible in debugger "x" command + From: Dave Mitchell + Date: Thu, 12 Dec 2002 23:42:35 +0000 + Message-ID: <20021212234235.A29245@fdgroup.com> + and + Date: Sat, 14 Dec 2002 19:16:38 +0000 + Message-ID: <20021214191638.A3992@fdgroup.com> + Branch: perl + ! embed.fnc embed.h pod/perlfunc.pod pod/perlintern.pod pp_ctl.c + ! proto.h t/op/eval.t +____________________________________________________________________________ +[ 18306] By: sky on 2002/12/16 21:41:40 + Log: More documentation of obscure flags is good, even if the + documentation might be not so good. Atleast it's not false! + Documents the flags one can give to perl_clone + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 18305] By: merijn on 2002/12/16 10:53:19 + Log: Enough changes to Configure and metaunits warrant an update. + Several small changes and three additions + Branch: perl + ! Porting/Glossary +____________________________________________________________________________ +[ 18304] By: merijn on 2002/12/16 10:44:57 + Log: Redone #18011 from metaunits + Branch: perl + ! Configure +____________________________________________________________________________ +[ 18302] By: rgs on 2002/12/14 22:34:25 + Log: Subject: Proper fix for CvOUTSIDE weak refcounting + From: Dave Mitchell + Date: Tue, 10 Dec 2002 01:26:44 +0000 + Message-ID: <20021210012644.A7843@fdgroup.com> + Branch: perl + ! cv.h dump.c embed.fnc ext/B/B/Deparse.pm ext/B/defsubs_h.PL + ! ext/Devel/Peek/Peek.t op.c pad.c pod/perlapi.pod + ! pod/perlintern.pod pp_ctl.c sv.c t/op/closure.t +____________________________________________________________________________ +[ 18300] By: rgs on 2002/12/12 20:40:22 + Log: Subject: [patch] typo in perlop + From: andreas.koenig@anima.de (Andreas J. Koenig) + Date: Wed, 11 Dec 2002 21:31:14 +0100 + Message-ID: + Branch: perl + ! pod/perlop.pod +____________________________________________________________________________ +[ 18299] By: rgs on 2002/12/12 20:35:29 + Log: Integrate from maint-5.8 : changes 18290-1, 18293-5, 18297 + Branch: perl + !> ext/POSIX/POSIX.pod ext/POSIX/t/is.t ext/POSIX/t/posix.t + !> pod/perlre.pod pod/perlretut.pod regexec.c t/op/pat.t + !> t/op/subst.t +____________________________________________________________________________ +[ 18298] By: rgs on 2002/12/12 20:00:36 + Log: Whitespace and indentation fix in the output of B::Debug. + Branch: perl + ! ext/B/B/Debug.pm +____________________________________________________________________________ +[ 18292] By: gbarr on 2002/12/12 09:23:04 + Log: Update to Scalar-List-Utils 1.09 + Branch: perl + ! ext/List/Util/ChangeLog ext/List/Util/Util.xs + ! ext/List/Util/lib/List/Util.pm +____________________________________________________________________________ +[ 18287] By: gsar on 2002/12/11 18:53:07 + Log: this has been incorrect for a while now, and has changed + again recently + Branch: perl + ! Porting/repository.pod +____________________________________________________________________________ +[ 18285] By: hv on 2002/12/11 10:35:01 + Log: Subject: [PATCH] Re: Precedence of ? : + From: Stephen McCamant + Date: Tue, 10 Dec 2002 00:57:07 -0500 (EST) + Message-Id: <20021210055707.974F073CCC@syllepsis> + Branch: perl + ! perly.c perly.y perly_c.diff pod/perldelta.pod t/op/cond.t + ! vms/perly_c.vms +____________________________________________________________________________ +[ 18284] By: hv on 2002/12/11 10:21:12 + Log: One more email address for #18282 + Branch: perl + ! lib/Pod/Perldoc.pm +____________________________________________________________________________ +[ 18283] By: hv on 2002/12/11 10:18:07 + Log: More email addresses for #18282 + Branch: perl + ! hints/aix.sh hints/apollo.sh hints/epix.sh hints/freebsd.sh + ! hints/irix_6.sh hints/isc.sh hints/isc_2.sh hints/machten.sh + ! hints/machten_2.sh hints/openbsd.sh hints/os2.sh + ! hints/os390.sh hints/sunos_4_1.sh hints/titanos.sh + ! hints/ultrix_4.sh hints/umips.sh hints/utekv.sh +____________________________________________________________________________ +[ 18282] By: hv on 2002/12/11 10:16:05 + Log: Subject: Remove stale e-mail addresses + From: Andy Dougherty + Date: Wed, 20 Nov 2002 09:40:33 -0500 (EST) + Message-ID: + Branch: perl + ! Porting/pumpkin.pod configure.gnu + ! ext/ODBM_File/hints/dec_osf.pl ext/ODBM_File/hints/hpux.pl + ! ext/ODBM_File/hints/ultrix.pl ext/SDBM_File/sdbm/README.too + ! lib/File/Spec.pm perly.fixer pod/checkpods.PL +____________________________________________________________________________ +[ 18281] By: hv on 2002/12/11 09:59:31 + Log: Integrate from maint-5.8 #18156, #18218. + Branch: perl + !> lib/Unicode/UCD.t lib/unicore/Category.pl + !> lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt + !> lib/unicore/lib/C.pl lib/unicore/lib/Cf.pl + !> lib/unicore/lib/Cntrl.pl lib/unicore/lib/Graph.pl + !> lib/unicore/lib/P.pl lib/unicore/lib/Pd.pl + !> lib/unicore/lib/Print.pl lib/unicore/lib/Punct.pl t/op/pack.t +____________________________________________________________________________ +[ 18280] By: rgs on 2002/12/10 21:30:10 + Log: Integrate from the maint-5.8/ branch : + changes 18219, 18236, 18242-3, 18247-8, + 18253-5, 18257, 18273-6 + Branch: perl + +> t/op/lc_user.t + !> MANIFEST hints/irix_6.sh lib/File/Copy.pm lib/utf8_heavy.pl + !> pod/perldiag.pod pod/perlguts.pod pod/perlsec.pod + !> pod/perlunicode.pod pp.c t/op/lc.t t/op/pat.t t/op/split.t + !> t/uni/tr_utf8.t +____________________________________________________________________________ +[ 18279] By: merijn on 2002/12/10 14:10:03 + Log: Subject: Re: ANSIColor 1.06 released + Version bump only after typo fix to sync with CPAN + Branch: perl + ! lib/Term/ANSIColor.pm +____________________________________________________________________________ +[ 18277] By: merijn on 2002/12/10 08:46:05 + Log: Subject: [PATCH perl@18251] VMS build update + Message-ID: <3DF56BE2.9000300@mac.com> + Date: Mon, 09 Dec 2002 22:21:54 -0600 + From: "Craig A. Berry" + Branch: perl + ! configure.com ext/Time/HiRes/Makefile.PL + ! vms/descrip_mms.template +____________________________________________________________________________ +[ 18272] By: merijn on 2002/12/09 15:31:28 + Log: RT#15950 + + Subject: [PATCH] Typo in Term::ANSIColor + Date: Fri, 2 Aug 2002 14:13:19 -0700 (PDT) + From: "Mr. Nobody" + Branch: perl + ! lib/Term/ANSIColor.pm +____________________________________________________________________________ +[ 18270] By: hv on 2002/12/09 00:25:26 + Log: Subject: [perl #18256] xsubpp can make nested comments in C code + From: Nicholas Clark (via RT) + Date: 7 Nov 2002 14:58:14 -0000 + Message-Id: + Branch: perl + ! lib/ExtUtils/xsubpp +____________________________________________________________________________ +[ 18269] By: hv on 2002/12/09 00:19:33 + Log: Subject: Re: Bug in Filter::Simple + From: Slaven Rezic + Date: 07 Nov 2002 10:01:41 +0100 + Message-ID: <87of91u51m.fsf@vran.herceg.de> + Branch: perl + ! ext/Filter/Util/Call/Call.xs ext/Filter/t/call.t +____________________________________________________________________________ +[ 18268] By: hv on 2002/12/09 00:14:58 + Log: fix #18266 sprintf format mismatch + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 18267] By: hv on 2002/12/09 00:10:09 + Log: Subject: Re: [perl #18238] timezone and gmt offset as output by POSIX::strftime() are sometimes wrong + From: Slaven Rezic + Date: 09 Nov 2002 23:21:16 +0100 + Message-ID: <874raqz8o3.fsf@vran.herceg.de> + Branch: perl + ! config_h.SH ext/POSIX/t/posix.t util.c +____________________________________________________________________________ +[ 18266] By: hv on 2002/12/09 00:02:57 + Log: Subject: Re: [perl #18107] lc(), uc() and ucfirst() broken inside utf8 regex + From: Abhijit Menon-Sen + Date: Wed, 6 Nov 2002 19:38:11 +0530 + Message-ID: <20021106193811.E20858@lustre.dyn.wiw.org> + Branch: perl + ! regcomp.c t/op/lc.t +____________________________________________________________________________ +[ 18265] By: rgs on 2002/12/08 22:10:45 + Log: Subject: Re: [perl #18927] barewords with no errors + From: Abe Timmerman + Date: Sun, 8 Dec 2002 17:12:56 +0100 + Message-Id: <200212081712.56102.abe@ztreet.demon.nl> + Branch: perl + ! t/lib/strict/subs +____________________________________________________________________________ +[ 18264] By: rgs on 2002/12/08 22:04:39 + Log: Subject: Re: [perl #18165] "0" fails as right-hand argument to .. + From: Slaven Rezic + Date: 30 Nov 2002 00:07:05 +0100 + Message-ID: <8765ugnffq.fsf@vran.herceg.de> + Branch: perl + ! pp_ctl.c t/cmd/for.t +____________________________________________________________________________ +[ 18263] By: rgs on 2002/12/08 21:56:13 + Log: Subject: Re: [perl #18888] $Exporter::Verbose=1 does not work for testing, $Heavy::Verbose is not setting the value to $Exporter::Verbose + From: Slaven Rezic + Date: 08 Dec 2002 01:31:45 +0100 + Message-ID: <874r9pmjv2.fsf@vran.herceg.de> + Branch: perl + ! lib/Exporter/Heavy.pm +____________________________________________________________________________ +[ 18262] By: rgs on 2002/12/08 20:31:42 + Log: getservbyport() should accept an empty string as its + proto argument (as does getservbyname()). + + Subject: Re: Is this a bug or am I being stupid? + From: Slaven Rezic + Date: 08 Dec 2002 01:54:37 +0100 + Message-ID: <87znrhl48i.fsf@vran.herceg.de> + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 18261] By: rgs on 2002/12/08 20:17:37 + Log: Change the set of characters that are considered to be + safe in $ENV{TERM} for taint checkings. + Branch: perl + ! taint.c +____________________________________________________________________________ +[ 18260] By: rgs on 2002/12/08 20:14:57 + Log: Document that $ENV{TERM} may produce taint failures. + Subject: Re: [perl #18717] spurious failures in regression test + From: Slaven Rezic + Date: 29 Nov 2002 22:11:46 +0100 + Message-ID: <87hee0nkrx.fsf@vran.herceg.de> + Branch: perl + ! pod/perldiag.pod +____________________________________________________________________________ +[ 18259] By: rgs on 2002/12/08 19:34:34 + Log: Subject: [PATCH] Re: [perl #18651] Hash::Util's lock_key() breaks hash + From: Nicholas Clark + Date: Mon, 2 Dec 2002 21:48:29 +0000 + Message-ID: <20021202214828.GA284@Bagpuss.unfortu.net> + Branch: perl + ! hv.c lib/Hash/Util.t +____________________________________________________________________________ +[ 18251] By: rgs on 2002/12/06 21:27:55 + Log: Fix two cases of buffer overflow in the lexer. + Branch: perl + ! t/comp/parser.t toke.c +____________________________________________________________________________ +[ 18250] By: rgs on 2002/12/06 20:44:26 + Log: Fix bug #18874, essentially by reverting change #11890. + Add a regression test for it. + Branch: perl + ! lib/English.pm lib/English.t +____________________________________________________________________________ +[ 18249] By: rgs on 2002/12/06 20:42:01 + Log: Suppress a compilation warning reported by Jarkko + (variable initialization skipped by goto). + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 18239] By: jhi on 2002/12/03 12:49:01 + Log: Fix up #18229. + Branch: perl + ! embedvar.h ext/threads/t/join.t perl.c perlapi.h perlvars.h + ! pod/perlintern.pod +____________________________________________________________________________ +[ 18233] By: rgs on 2002/12/02 20:03:09 + Log: Fix bug #18573 : in a double-quoted string, a \c not followed + by any character may corrupt memory due to reading past the + end of the input buffer. Add a new error message corresponding + to this case. + Branch: perl + ! pod/perldiag.pod t/comp/parser.t toke.c +____________________________________________________________________________ +[ 18232] By: rgs on 2002/12/02 19:59:07 + Log: Skip test #17 of lib/open.t when useperlio is not defined. + Branch: perl + ! lib/open.t +____________________________________________________________________________ +[ 18231] By: merijn on 2002/12/02 16:00:12 + Log: Subject: Re: [perl #15129] building a dynamically linked Perl 5.6.1 on HPUX 11.0 + Date: Mon, 2 Dec 2002 12:04:40 -0500 (EST) + From: Andy Dougherty + Message-ID: + Branch: perl + ! README.hpux +____________________________________________________________________________ +[ 18230] By: merijn on 2002/12/02 15:45:31 + Log: $0 modifying part II (HP-UX only) + + Date: Sat, 30 Nov 2002 20:16:51 +0200 + From: Jarkko Hietaniemi + Subject: [PATCH] $0 modifying + Message-ID: <20021130181651.GA5876@kosh.hut.fi> + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 18229] By: merijn on 2002/12/02 15:43:16 + Log: $0 mofifying part I + + Date: Sat, 30 Nov 2002 20:16:51 +0200 + From: Jarkko Hietaniemi + Subject: [PATCH] $0 modifying + Message-ID: <20021130181651.GA5876@kosh.hut.fi> + Branch: perl + ! ext/threads/t/join.t makedef.pl mg.c perl.c pod/perlvar.pod + ! sv.c t/op/magic.t thread.h +____________________________________________________________________________ +[ 18228] By: hv on 2002/12/02 13:37:59 + Log: integrate Pod-Perldoc-3.07. This replaces the original inline perldoc + with a module-driven version, and separates out its docs. + Branch: perl + + lib/Pod/Perldoc.pm lib/Pod/Perldoc/BaseTo.pm + + lib/Pod/Perldoc/GetOptsOO.pm lib/Pod/Perldoc/ToChecker.pm + + lib/Pod/Perldoc/ToMan.pm lib/Pod/Perldoc/ToNroff.pm + + lib/Pod/Perldoc/ToPod.pm lib/Pod/Perldoc/ToRtf.pm + + lib/Pod/Perldoc/ToText.pm lib/Pod/Perldoc/ToTk.pm + + lib/Pod/Perldoc/ToXml.pm lib/Pod/Perldoc/t/checkerbasic.t + + lib/Pod/Perldoc/t/perldocbasic.t lib/Pod/Perldoc/t/textbasic.t + + pod/perldoc.pod + ! MANIFEST utils/perldoc.PL +____________________________________________________________________________ +[ 18226] By: hv on 2002/12/02 12:44:35 + Log: missed the new file from #18224 + Branch: perl + + lib/Pod/PlainText.pm + ! MANIFEST +____________________________________________________________________________ +[ 18225] By: hv on 2002/12/02 03:09:42 + Log: integrate util.c fragment from #18200 to undef SA_RESTART on MacOS + Branch: perl + ! util.c +____________________________________________________________________________ +[ 18224] By: hv on 2002/12/02 02:59:02 + Log: Integrate PodParser-1.20, with matching tweaks to lib/Pod/t/latex.t + and lib/Pod/t/utils.t to cater for simpler output text. + Branch: perl + ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm lib/Pod/Usage.pm + ! lib/Pod/t/latex.t lib/Pod/t/utils.t pod/podselect.PL + ! t/pod/emptycmd.t t/pod/for.t t/pod/headings.t t/pod/include.t + ! t/pod/included.t t/pod/lref.t t/pod/lref.xr + ! t/pod/multiline_items.t t/pod/multiline_items.xr + ! t/pod/nested_items.t t/pod/nested_seqs.t t/pod/oneline_cmds.t + ! t/pod/pod2usage.t t/pod/pod2usage.xr t/pod/poderrs.t + ! t/pod/poderrs.xr t/pod/podselect.t t/pod/podselect.xr + ! t/pod/special_seqs.t t/pod/special_seqs.xr t/pod/testp2pt.pl +____________________________________________________________________________ +[ 18223] By: hv on 2002/12/02 02:46:17 + Log: Subject: [PATCH] SvFAKE lexicals in scope for all of the sub + From: Dave Mitchell + Date: Mon, 25 Nov 2002 21:25:33 +0000 + Message-ID: <20021125212533.B29157@fdgroup.com> + Branch: perl + ! ext/Devel/Peek/Peek.t pad.c t/op/closure.t +____________________________________________________________________________ +[ 18222] By: hv on 2002/12/02 02:23:28 + Log: #18221 broke t/op/eval.t + Branch: perl + ! t/op/eval.t +____________________________________________________________________________ +[ 18221] By: hv on 2002/12/02 02:18:19 + Log: integrate 5.8-maint: changes #18174 18187 18189-92 18202 18209 18214-5 + Branch: perl + +> ext/POSIX/t/is.t + !> INSTALL MANIFEST README.os2 ext/Fcntl/t/syslfs.t + !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/Makefile.PL + !> lib/Unicode/UCD.pm lib/Unicode/UCD.t pod/perldiag.pod + !> t/op/eval.t t/op/grep.t t/op/lfs.t t/op/subst.t +____________________________________________________________________________ +[ 18220] By: hv on 2002/12/02 00:58:54 + Log: Subject: [PATCH 2nd attempt] allow evals to see the full lexical scope + From: Dave Mitchell + Date: Sun, 24 Nov 2002 22:19:06 +0000 + Message-ID: <20021124221906.A25386@fdgroup.com> + Branch: perl + ! cop.h cv.h dump.c embed.fnc embed.h ext/B/B.pm ext/B/B.xs + ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Debug.pm + ! ext/Devel/Peek/Peek.t op.c pad.c pod/perlintern.pod pp_ctl.c + ! pp_hot.c proto.h sv.c sv.h t/op/eval.t toke.c +____________________________________________________________________________ +[ 18217] By: rgs on 2002/11/29 12:11:28 + Log: Document the hint constants and where they're used. + Branch: perl + ! ext/re/re.pm lib/File/Basename.pm lib/charnames.pm + ! lib/filetest.pm lib/open.pm lib/overload.pm lib/vmsish.pm + ! perl.h +____________________________________________________________________________ +[ 18216] By: merijn on 2002/11/29 10:00:54 + Log: 64bit Peek failure on HP-UX 11.00 + + Subject: Re: Smoke 18188 + From: "H.Merijn Brand" + From: Slaven Rezic + Date: 28 Nov 2002 19:25:25 +0100 + Message-ID: <877kexsga2.fsf@vran.herceg.de> + Branch: perl + ! ext/Devel/Peek/Peek.t +____________________________________________________________________________ +[ 18203] By: jhi on 2002/11/28 14:54:34 + Log: Slight beauty tweak. + Branch: perl + ! intrpvar.h +____________________________________________________________________________ +[ 18188] By: hv on 2002/11/27 01:32:52 + Log: Subject: Re: [perl #18203] Recursive call in PerlIO_find_layer + From: Slaven Rezic + Date: 03 Nov 2002 10:59:43 +0100 + Message-ID: <877kfvnfcg.fsf@vran.herceg.de> + Branch: perl + ! embedvar.h intrpvar.h lib/open.t perlapi.h perlio.c +____________________________________________________________________________ +[ 18186] By: hv on 2002/11/27 00:57:18 + Log: Subject: DESTROY called in scalar context ? + From: Rafael Garcia-Suarez + Date: Tue, 29 Oct 2002 22:04:23 +0100 + Message-Id: <20021029220423.6f8e6600.rgarciasuarez@free.fr> + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 18185] By: rgs on 2002/11/26 21:06:48 + Log: PerlFAQ sync. + Branch: perl + ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod + ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod + ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod + ! pod/perlfaq9.pod +____________________________________________________________________________ +[ 18184] By: rgs on 2002/11/26 20:42:25 + Log: Subject: [PATCH] 2 Pod errors in perlop.pod + From: andreas.koenig@anima.de (Andreas J. Koenig) + Date: Mon, 25 Nov 2002 10:21:08 +0100 + Message-ID: + + Plus a few similar POD fixes + Branch: perl + ! pod/perl570delta.pod pod/perl572delta.pod pod/perlop.pod + ! pod/perltie.pod +____________________________________________________________________________ +[ 18183] By: rgs on 2002/11/26 19:53:26 + Log: Subject: Re: [perl #18626] bug in perlipc man page + From: Slaven Rezic + Date: 23 Nov 2002 21:23:20 +0100 + Message-ID: <87bs4gdohz.fsf@vran.herceg.de> + Branch: perl + ! pod/perlipc.pod +____________________________________________________________________________ +[ 18182] By: merijn on 2002/11/26 08:44:39 + Log: Subject: #17171: ld flag for shrplib on OpenBSD + Date: Wed, 11 Sep 2002 13:44:12 -0600 (MDT) + From: "Todd C. Miller" + Branch: perl + ! Configure +____________________________________________________________________________ +[ 18180] By: hv on 2002/11/25 03:10:03 + Log: integrate #18144 updates to pod/perlport.pod + Branch: perl + ! pod/perlport.pod +____________________________________________________________________________ +[ 18179] By: hv on 2002/11/25 03:06:44 + Log: Subject: [PATCH] UTF8 regexp {n} bug + From: Inaba Hiroto + Date: Sat, 16 Nov 2002 19:23:00 +0900 + Message-ID: <3DD61C83.62FF9887@st.rim.or.jp> + Branch: perl + ! regcomp.c t/op/pat.t +____________________________________________________________________________ +[ 18178] By: hv on 2002/11/25 02:43:40 + Log: Subject: Re: Storable bug #1698 + From: Slaven Rezic + Date: 18 Nov 2002 10:41:36 +0100 + Message-ID: <87ptt343lb.fsf@vran.herceg.de> + Branch: perl + ! ext/Storable/Storable.xs ext/Storable/t/blessed.t + ! ext/Storable/t/forgive.t +____________________________________________________________________________ +[ 18177] By: hv on 2002/11/25 02:37:07 + Log: add support for STASH and MAGIC information for REFs to sv_dump(). + Subject: [PATCH] + From: Slaven Rezic + Date: Mon, 18 Nov 2002 11:09:51 +0100 (CET) + Message-Id: <200211181009.gAIA9pFG034877@vran.herceg.de> + Branch: perl + ! dump.c ext/Devel/Peek/Peek.t +____________________________________________________________________________ +[ 18176] By: hv on 2002/11/25 02:31:10 + Log: Subject: Re: [perl #18479] Error when no strict refs in effect + From: Slaven Rezic + Date: 18 Nov 2002 22:50:04 +0100 + Message-ID: <87smxya6pf.fsf@vran.herceg.de> + Branch: perl + ! pp_ctl.c +____________________________________________________________________________ +[ 18175] By: hv on 2002/11/25 02:20:48 + Log: Subject: [Encode] 1.83 + bleedperl patch released + From: Dan Kogai + Date: Tue, 19 Nov 2002 03:18:44 +0900 + Message-Id: <2C132F6D-FB22-11D6-87FC-0003939A104C@dan.co.jp> + Branch: perl + ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm + ! ext/Encode/Encode.xs ext/Encode/MANIFEST ext/Encode/bin/enc2xs + ! ext/Encode/lib/Encode/JP/JIS7.pm ext/Encode/t/rt.pl + ! t/uni/tr_7jis.t t/uni/tr_sjis.t t/uni/tr_utf8.t +____________________________________________________________________________ +[ 18172] By: rgs on 2002/11/22 21:44:09 + Log: Subject: [PATCH] Historic version labels + From: andreas.koenig@anima.de (Andreas J. Koenig) + Date: Fri, 22 Nov 2002 14:39:41 +0100 + Message-ID: + Branch: perl + ! Changes5.005 Changes5.6 +____________________________________________________________________________ +[ 18171] By: rgs on 2002/11/22 21:15:54 + Log: A new test for $^S, based on a patch by Iain 'Spoon' Truskett. + Fix the existing tests that didn't checked the difference + between 0 and undef. + Branch: perl + ! t/op/magic.t +____________________________________________________________________________ +[ 18170] By: rgs on 2002/11/22 20:49:12 + Log: Move some tests from t/run/fresh_perl.t + to the new t/comp/parser.t. The goal being to + get rid of fresh_perl.t at some point. + Branch: perl + ! t/comp/parser.t t/run/fresh_perl.t +____________________________________________________________________________ +[ 18169] By: rgs on 2002/11/21 20:49:36 + Log: Add a test for bug #17920, and a new test file for it. + Branch: perl + + t/comp/parser.t + ! MANIFEST +____________________________________________________________________________ +[ 18168] By: merijn on 2002/11/21 13:59:12 + Log: Subject: [PATCH] hires sleeping wants libs + Date: Wed, 20 Nov 2002 17:18:31 +0200 + From: Jarkko Hietaniemi + Message-ID: <20021120151830.GC127060@lyta.hut.fi> + Branch: perl + ! Configure hints/irix_6.sh +____________________________________________________________________________ +[ 18166] By: rgs on 2002/11/19 23:02:31 + Log: Fix perl bug #17920 : a case of parser coredump. + The fix is to disable Perl_block_start and Perl_block_end + when the yacc parser has encountered errors. This prevents + corruption of the internal stack, at the expense of correctness, + but this doesn't matter as the code is unparseable anyway. + Branch: perl + ! op.c +____________________________________________________________________________ +[ 18165] By: rgs on 2002/11/19 22:45:36 + Log: Subject: Re: [PATCH] UTF-8 enabling via locale (was: Re: Redhat 8 issue?) + From: Jarkko Hietaniemi + Date: Sun, 3 Nov 2002 17:50:08 +0200 + Message-ID: <20021103155008.GA382682@lyta.hut.fi> + Branch: perl + ! lib/open.pm locale.c pod/perl58delta.pod +____________________________________________________________________________ +[ 18164] By: rgs on 2002/11/19 22:32:52 + Log: t/io/crlf.t failed with miniperl. + Branch: perl + ! t/io/crlf.t +____________________________________________________________________________ +[ 18163] By: rgs on 2002/11/19 22:11:24 + Log: Subject: Re: [PATCH] AutoLoader gives wrong message + From: Peter Scott + Date: Thu, 07 Nov 2002 19:04:27 -0800 + Message-id: <4.3.2.7.2.20021107185902.00b93ec0@shell2.webquarry.com> + + With a tweak to the END cleanup block to fully remove the + temporary test directory + Branch: perl + ! lib/AutoLoader.t +____________________________________________________________________________ +[ 18162] By: rgs on 2002/11/19 21:29:25 + Log: Subject: [PATCH ext/threads/threads.xs] trivial typo + From: Dave Mitchell + Date: Thu, 14 Nov 2002 22:55:39 +0000 + Message-ID: <20021114225539.A18614@fdgroup.com> + Branch: perl + ! ext/threads/threads.xs +____________________________________________________________________________ +[ 18161] By: rgs on 2002/11/19 21:26:21 + Log: Subject: [PATCH Win32] Document wperl.exe + From: "Brent Dax" + Date: Fri, 15 Nov 2002 23:02:01 -0800 + Message-ID: <034e01c28d3e$0fed1680$6501a8c0@deepblue> + Branch: perl + ! README.win32 +____________________________________________________________________________ +[ 18160] By: hv on 2002/11/19 12:07:25 + Log: Subject: [PATCH] regen_headers outside Makefile (was Re: [PATCH] embed.pl doc) + From: Nicholas Clark + Date: Tue, 29 Oct 2002 23:00:05 +0000 + Message-ID: <20021029230003.GF287@Bagpuss.unfortu.net> + Branch: perl + + regen.pl regen_headers.pl + ! MANIFEST Makefile.SH autodoc.pl bytecode.pl embed.pl + ! keywords.pl opcode.pl regcomp.pl +____________________________________________________________________________ +[ 18159] By: hv on 2002/11/19 11:48:30 + Log: Subject: Re: [perl #18113] UNIVERSAL::AUTOLOAD doesn't work if the stash doesn't exist yet + From: Gurusamy Sarathy + Date: Wed, 30 Oct 2002 20:58:15 -0800 + Message-Id: <200210310458.g9V4wFK00513@smtp3.ActiveState.com> + Date: Wed, 30 Oct 2002 21:56:22 -0800 + Message-Id: <200210310556.g9V5uMK05748@smtp3.ActiveState.com> + Date: Wed, 30 Oct 2002 22:55:30 -0800 + Message-Id: <200210310655.g9V6tUK10959@smtp3.ActiveState.com> + Branch: perl + ! gv.c pp_hot.c t/op/method.t +____________________________________________________________________________ +[ 18158] By: hv on 2002/11/19 11:35:16 + Log: Remove duplicate my() declaration giving warnings from change #18105. + Branch: perl + ! lib/Class/Struct.t +____________________________________________________________________________ +[ 18154] By: rgs on 2002/11/16 22:08:44 + Log: Correction to change #18152, by Dave Mitchell. + Branch: perl + ! pod/perlhack.pod +____________________________________________________________________________ +[ 18152] By: rgs on 2002/11/16 21:23:15 + Log: Subject: Re: [PATCH] optional code for debugging leaking scalars + From: Dave Mitchell + Date: Sat, 16 Nov 2002 22:18:23 +0000 + Message-ID: <20021116221823.A23614@fdgroup.com> + Documentation for change #18150. + Branch: perl + ! pod/perlhack.pod +____________________________________________________________________________ +[ 18151] By: rgs on 2002/11/16 20:45:26 + Log: Document PRIVSHIFT. + Subject: [PATCH] two small doc patches + From: sthoenna@efn.org (Yitzchak Scott-Thoennes) + Date: Thu, 14 Nov 2002 15:07:35 -0800 + Message-ID: <3yC19gzkguTO092yn@efn.org> + Branch: perl + ! sv.h +____________________________________________________________________________ +[ 18150] By: rgs on 2002/11/16 20:25:57 + Log: Subject: [PATCH] optional code for debugging leaking scalars + From: Dave Mitchell + Date: Thu, 14 Nov 2002 23:03:00 +0000 + Message-ID: <20021114230300.B18614@fdgroup.com> + Branch: perl + ! perl.c sv.c +____________________________________________________________________________ +[ 18149] By: rgs on 2002/11/16 20:10:50 + Log: New B::Lint option, bare-subs, that checks for implicitely + quoted barewords that are also subroutines, from + Ian Phillipps . + Message-ID: <20021107122909.A11199@bob.tarragon-et.co.uk> + With a few tweaks to the implementation and tests. + (previous change was empty) + Branch: perl + ! ext/B/B/Lint.pm ext/B/t/lint.t +____________________________________________________________________________ +[ 18148] By: rgs on 2002/11/16 20:05:34 + Log: New B::Lint option, bare-subs, that checks for implicitely + quoted barewords that are also subroutines, from + Ian Phillipps . + Message-ID: <20021107122909.A11199@bob.tarragon-et.co.uk> + With a few tweaks to the implementation and tests. + Branch: perl + ! ext/B/B/Lint.pm ext/B/t/lint.t +____________________________________________________________________________ +[ 18147] By: rgs on 2002/11/16 19:52:54 + Log: Subject: [PATCH] Typo in perl58delta + From: andreas.koenig@anima.de (Andreas J. Koenig) + Date: Sat, 16 Nov 2002 16:29:14 +0100 + Message-ID: + Branch: perl + ! pod/perl58delta.pod +____________________________________________________________________________ +[ 18142] By: rgs on 2002/11/12 22:09:39 + Log: Subject: [PATCH] Re: threads and Win2000 (Smoke 18064 FAIL(F) MSWin32 5.0 W2000Pro) + From: Dave Mitchell + Date: Thu, 7 Nov 2002 16:38:02 +0000 + Message-ID: <20021107163802.C25337@fdgroup.com> + Branch: perl + ! pad.h +____________________________________________________________________________ +[ 18141] By: merijn on 2002/11/12 16:15:30 + Log: repair 18139 (missing awk command) + Branch: perl + ! Configure +____________________________________________________________________________ +[ 18139] By: merijn on 2002/11/12 14:20:36 + Log: Date: Tue, 12 Nov 2002 16:49:22 +0200 + From: Jarkko Hietaniemi + Subject: [PATCH] Tru64 osvers + Message-ID: <20021112144922.GI511825@lyta.hut.fi> + Branch: perl + ! Configure +____________________________________________________________________________ +[ 18137] By: rgs on 2002/11/10 21:57:04 + Log: Subject: [PATCH] warning fix in SYNOPSIS example of Term::ReadLine pod + From: Slaven Rezic + Date: Sat, 9 Nov 2002 22:31:31 +0100 (CET) + Message-Id: <200211092131.gA9LVVAV007663@vran.herceg.de> + Branch: perl + ! lib/Term/ReadLine.pm +____________________________________________________________________________ +[ 18136] By: rgs on 2002/11/10 21:38:44 + Log: Subject: t/run/runenv.t bug + From: Salvador "Fandiño" + Date: Fri, 8 Nov 2002 08:07:13 -0800 (PST) + Message-ID: <20021108160713.78109.qmail@web13409.mail.yahoo.com> + Branch: perl + ! t/run/runenv.t +____________________________________________________________________________ +[ 18135] By: rgs on 2002/11/10 21:30:36 + Log: Subject: [PATCH] perlopentut and PerlIO documentation + From: Slaven Rezic + Date: 08 Nov 2002 22:22:19 +0100 + Message-ID: <8765v7kb90.fsf@vran.herceg.de> + Branch: perl + ! lib/PerlIO.pm pod/perlopentut.pod +____________________________________________________________________________ +[ 18125] By: hv on 2002/11/07 14:01:57 + Log: Subject: Re: The Inaba patch for tr/// vs. use encoding + From: Dan Kogai + Date: Fri, 25 Oct 2002 13:04:00 +0900 + Message-Id: + Branch: perl + + t/uni/tr_7jis.t t/uni/tr_eucjp.t t/uni/tr_sjis.t + + t/uni/tr_utf8.t + ! MANIFEST +____________________________________________________________________________ +[ 18124] By: hv on 2002/11/07 13:51:39 + Log: Subject: [PATCH] File::Temp documentation fix + From: Slaven Rezic + Date: Thu, 24 Oct 2002 19:04:20 +0200 (CEST) + Message-Id: <200210241704.g9OH4KlR030883@vran.herceg.de> + Branch: perl + ! lib/File/Temp.pm +____________________________________________________________________________ +[ 18123] By: hv on 2002/11/07 13:46:59 + Log: Subject: PATCH x2p/find2perl.PL + From: "Newton, Philip" + Date: Thu, 24 Oct 2002 10:05:19 +0200 + Message-ID: + Branch: perl + ! x2p/find2perl.PL +____________________________________________________________________________ +[ 18122] By: hv on 2002/11/07 13:40:25 + Log: Subject: [perl #18065] LFS related bug in perl-5.8.0 testsuite + From: "david@dhaller.de (via RT)" + Date: 23 Oct 2002 18:42:51 -0000 + Message-Id: + Branch: perl + ! ext/Fcntl/t/syslfs.t t/op/lfs.t +____________________________________________________________________________ +[ 18121] By: hv on 2002/11/07 13:21:15 + Log: Subject: Re: [perl #18038] DESTROY change in 5.8.0? + From: sthoenna@efn.org (Yitzchak Scott-Thoennes) + Date: Sun, 03 Nov 2002 15:48:18 -0800 + Message-ID: + Branch: perl + ! sv.c t/op/tie.t +____________________________________________________________________________ +[ 18120] By: hv on 2002/11/07 13:14:21 + Log: Subject: Re: Is this true that Perl 5.8 uses :crlf as default DISCIPLINE on so ckets? + From: Gurusamy Sarathy + Date: Sat, 19 Oct 2002 12:11:43 -0700 + Message-Id: <200210191911.g9JJBhK02618@smtp3.ActiveState.com> + Branch: perl + ! doio.c ext/DB_File/t/db-recno.t perl.h pp_sys.c win32/win32.h +____________________________________________________________________________ +[ 18119] By: hv on 2002/11/07 12:13:28 + Log: Subject: [perl #18154] Problem found in calculating offsets in regex + From: Mark Pease (via RT) + Date: 29 Oct 2002 20:23:54 -0000 + Message-Id: + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 18118] By: hv on 2002/11/07 11:33:38 + Log: Subject: Re: [perl #17605] strange behaviour (difference between perl 5.6 and perl 5.8.0) in the regexp + From: hv@crypt.org + Date: Sun, 03 Nov 2002 16:41:24 +0000 + Message-Id: <200211031641.gA3GfOm08609@crypt.compulink.co.uk> + Branch: perl + ! ext/B/B/Concise.pm op.c pp_hot.c t/op/closure.t + ! t/op/sub_lval.t +____________________________________________________________________________ +[ 18117] By: rgs on 2002/11/06 22:15:36 + Log: "make distclean" should remove the generated file lib/Config.pod. + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 18116] By: rgs on 2002/11/06 22:11:06 + Log: The new test introduced in #18114 failed with threads + Branch: perl + ! ext/B/t/concise.t +____________________________________________________________________________ +[ 18115] By: rgs on 2002/11/06 20:43:14 + Log: Subject: Re: [perl #18048] read \*FH, ... returns undef but doesn' t set $! if \*FH not open + From: Slaven Rezic + Date: 24 Oct 2002 00:44:35 +0200 + Message-ID: <87vg3sixm4.fsf@vran.herceg.de> + Branch: perl + ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c t/io/binmode.t + ! t/io/print.t t/io/read.t t/lib/warnings/pp_sys +____________________________________________________________________________ +[ 18114] By: rgs on 2002/11/06 20:08:53 + Log: Subject: Re: [PATCH] [perl #18175] B::Concise,-exec doesn't handle // operator well + From: Stephen McCamant + Date: Thu, 31 Oct 2002 01:35:29 -0500 + Message-ID: <15808.53041.181907.308803@syllepsis.MIT.EDU> + + plus a test case in ext/B/t/concise.t + plus a (less intrusive, but less future-proof) fix for a + similar problem in B::walkoptree_exec(). + Branch: perl + ! ext/B/B.pm ext/B/B/Concise.pm ext/B/t/concise.t +____________________________________________________________________________ +[ 18113] By: rgs on 2002/11/05 20:11:55 + Log: make regen_headers. + Backport change #18078 to warnings.pl. + Branch: perl + ! global.sym perlapi.c perlapi.h proto.h warnings.pl +____________________________________________________________________________ +[ 18109] By: ams on 2002/11/05 13:03:34 + Log: Subject: Re: [perl #18107] lc(), uc() and ucfirst() broken inside utf8 regex + From: hv@crypt.org + Date: Tue, 05 Nov 2002 13:30:00 +0000 + Message-Id: <200211051330.gA5DU0p00718@crypt.compulink.co.uk> + + This is half of the fix for #18107. The swash_init() problems + described in <20021105143646.M18101@lustre.dyn.wiw.org> remain, + but can now be seen only with UTF-8 test cases. + Branch: perl + ! pp.c +____________________________________________________________________________ +[ 18108] By: merijn on 2002/11/05 07:52:08 + Log: Put back the DO NOT EDIT headers in proto.h and global.sym + + Subject: Re: [perl #18066] Bug in -I when path has double colons? + From: Slaven Rezic + Date: 03 Nov 2002 10:25:10 +0100 + Message-ID: <87adkrngy1.fsf@vran.herceg.de> + Branch: perl + ! embed.pl +____________________________________________________________________________ +[ 18107] By: ams on 2002/11/05 03:43:46 + Log: 1. Update pp_ucfirst to enter the UTF-8 branch only if the first + character is UTF-8. (Copied from pp_lcfirst.) + 2. sv_dump() should display FLAGS=...,UTF8 for both POK and pPOK. + Branch: perl + ! dump.c pp.c +____________________________________________________________________________ +[ 18106] By: hv on 2002/11/05 01:43:27 + Log: new test based on: + Subject: [TEST] for [PATCH] bug in utf8.c(?) + From: Marty Pauley + Date: Fri, 18 Oct 2002 21:02:38 +0100 + Message-ID: <20021018200238.GY3764@soto.kasei.com> + Branch: perl + ! lib/utf8.t +____________________________________________________________________________ +[ 18105] By: hv on 2002/11/05 00:59:30 + Log: Subject: Re: Class::Struct, simple patch, tests + From: Marty Pauley + Date: Fri, 18 Oct 2002 22:26:38 +0100 + Message-ID: <20021018212638.GB3764@soto.kasei.com> + Branch: perl + ! lib/Class/Struct.pm lib/Class/Struct.t +____________________________________________________________________________ +[ 18102] By: rgs on 2002/11/04 21:43:53 + Log: Subject: Re: [perl #18066] Bug in -I when path has double colons? + From: Slaven Rezic + Date: 30 Oct 2002 11:18:47 +0100 + Message-ID: <87of9c2prs.fsf@vran.herceg.de> + + With the corresponding change to embed.fnc + Branch: perl + + t/run/switchI.t + ! MANIFEST embed.fnc embed.h embedvar.h global.sym perl.c + ! proto.h t/run/runenv.t +____________________________________________________________________________ +[ 18094] By: merijn on 2002/11/04 16:08:22 + Log: Changed the warning detection pattern because of: + + Subject: ccache gcc3.2 doesn't work + From: Nicholas Clark + Date: Tue, 29 Oct 2002 15:01:39 + Message-ID: <20021029150139.J82080@plum.flirble.org> + Branch: perl + ! Configure +____________________________________________________________________________ +[ 18093] By: jhi on 2002/11/04 16:06:39 + Log: s/Perlf/Perl/ (thanks rgs) + Branch: perl + ! pod/perldiag.pod +____________________________________________________________________________ +[ 18091] By: jhi on 2002/11/04 15:50:07 + Log: How pre-5.9.0 Perl can be fooled by a defined-or. + Branch: perl + ! pod/perldiag.pod +____________________________________________________________________________ +[ 18090] By: hv on 2002/11/04 15:49:29 + Log: extend #13786 to cover the other four identical chunks of code + to avoid looping under overload. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 18088] By: merijn on 2002/11/04 15:37:06 + Log: Charnames take 4 + Mon, 04 Nov 2002; H.Merijn Brand + Branch: perl + ! lib/charnames.pm lib/charnames.t +____________________________________________________________________________ +[ 18086] By: hv on 2002/11/04 15:16:34 + Log: integrate from perlio: changes #17709, #17795, #17796, #18032 + Branch: perl + !> Porting/apply ext/PerlIO/t/encoding.t ext/PerlIO/t/via.t + !> ext/PerlIO/via/via.xs perlio.c t/io/crlf.t +____________________________________________________________________________ +[ 18085] By: hv on 2002/11/04 12:17:12 + Log: Subject: Re: [perl #17064] illegal legal unicode character + From: hv@crypt.org + Date: Mon, 04 Nov 2002 13:23:49 +0000 + Message-Id: <200211041323.gA4DNn313132@crypt.compulink.co.uk> + Branch: perl + ! regexec.c t/op/split.t +____________________________________________________________________________ +[ 18084] By: merijn on 2002/11/04 11:04:45 + Log: Tru64, gcc -O3, datasize + Sun, 3 Nov 2002; Jarkko Hietaniemi + Branch: perl + ! README.tru64 hints/dec_osf.sh +____________________________________________________________________________ +[ 18083] By: merijn on 2002/11/04 10:58:52 + Log: Typo configpm + Mon, 4 Nov 2002; Rafael Garcia-Suarez + Branch: perl + ! configpm +____________________________________________________________________________ +[ 18078] By: hv on 2002/11/03 13:20:50 + Log: avoid reliance on croak() prototype + Branch: perl + ! lib/warnings.pm +____________________________________________________________________________ +[ 18077] By: hv on 2002/11/03 13:18:17 + Log: Subject: [PATCH lib/Config.*] Document and test Config::config_re(). + (with tweaks) + From: Michael G Schwern + Date: Wed, 4 Sep 2002 12:06:08 -0700 + Message-ID: <20020904190607.GG8367@ool-18b93024.dyn.optonline.net> + Branch: perl + ! configpm lib/Config.t +____________________________________________________________________________ +[ 18076] By: gbarr on 2002/11/03 10:11:18 + Log: Update to Scalar-List-Utils 1.08 + Branch: perl + + ext/List/Util/t/isvstring.t ext/List/Util/t/refaddr.t + ! MANIFEST ext/List/Util/ChangeLog 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/t/first.t + ! ext/List/Util/t/reduce.t +____________________________________________________________________________ +[ 18075] By: rgs on 2002/10/31 20:58:12 + Log: Adjust the number of tests in t/op/range.t + Branch: perl + ! t/op/range.t +____________________________________________________________________________ +[ 18074] By: ams on 2002/10/30 22:30:32 + Log: Subject: Re: [perl #18114] [no subject] BUG: "-4\n".."0\n" is not DWIM + but "-4\n".."-0\n" is! + From: Slaven Rezic + Date: 30 Oct 2002 16:22:36 +0100 + Message-Id: <87n0ow0x4z.fsf@vran.herceg.de> + + Subject: RE: [perl #18114] [no subject] [TEST PATCH]BUG: "-4\n".."0\n" + is not DWIM but "-4\n".."-0\n" is! + From: "Orton, Yves" + Date: Wed, 30 Oct 2002 11:59:31 -0000 + Message-Id: <71B318898201D311845C0008C75DAD1C07B78BF7@defra1ex2> + + (Applied over previous fix.) + Branch: perl + ! pp_ctl.c t/op/range.t +____________________________________________________________________________ +[ 18073] By: ams on 2002/10/30 19:47:12 + Log: Subject: [perl #18165] "0" fails as right-hand argument to .. + From: Mark-Jason Dominus (via RT) + Date: 30 Oct 2002 17:27:53 -0000 + Message-Id: + + (Fixed by making an exception for .."0" in pp_flop.) + Branch: perl + ! pp_ctl.c t/op/range.t +____________________________________________________________________________ +[ 18072] By: rgs on 2002/10/29 20:37:31 + Log: Partial fix of bug [perl #17589] : prevent the parser to + segfault when encountering the erroneous construct "sub;". + Branch: perl + ! pod/perldiag.pod t/op/anonsub.t toke.c +____________________________________________________________________________ +[ 18071] By: rgs on 2002/10/28 21:57:25 + Log: Subject: RE: [PATCH] Warning on pararameterless 'use IO' and doc update + From: "Paul Marquess" + Date: Mon, 28 Oct 2002 12:53:52 -0000 + Message-ID: + Branch: perl + ! ext/IO/IO.pm ext/IO/lib/IO/t/IO.t +____________________________________________________________________________ +[ 18070] By: rgs on 2002/10/28 20:46:33 + Log: Subject: [PATCH] Re: Not OK: perl v5.9.0 +DEVEL17881 on i386-freebsd 4.6-release (UNINSTALLED) + From: Nicholas Clark + Date: Sun, 27 Oct 2002 18:39:03 +0000 + Message-ID: <20021027183902.GJ292@Bagpuss.unfortu.net> + Branch: perl + ! util.c +____________________________________________________________________________ +[ 18069] By: rgs on 2002/10/28 20:44:12 + Log: Subject: [PATCH] Re: [PATCH] Re: [perl #17772] pack "w" /* this cannot happen ;-) */ is fallacious + From: Nicholas Clark + Date: Sun, 27 Oct 2002 22:31:08 +0000 + Message-ID: <20021027223108.GK292@Bagpuss.unfortu.net> + Branch: perl + ! t/op/pack.t +____________________________________________________________________________ +[ 18068] By: merijn on 2002/10/27 17:57:15 + Log: Repair broken previous patch. I don't like it, but not repairing it + breaks each and every build. Will teach me to test on the same + machine where I patched it. Sorry. + Branch: perl + ! embed.pl +____________________________________________________________________________ +[ 18067] By: merijn on 2002/10/27 06:02:21 + Log: embed.pl doc. (embed.pl reorganization for doc headers) + Wed, 23 Oct 2002; Jarkko Hietaniemi + With some additional modifications + Branch: perl + ! embed.pl +____________________________________________________________________________ +[ 18064] By: merijn on 2002/10/25 11:47:07 + Log: The 5005thread todo list; 2 down 25 to go + Branch: perl + ! README.irix README.tru64 +____________________________________________________________________________ +[ 18063] By: hv on 2002/10/25 00:28:48 + Log: change #18038 gives too many problems on t/450_service.t; disable + it for now + Branch: perl + ! lib/Net/Ping/t/450_service.t +____________________________________________________________________________ +[ 18062] By: hv on 2002/10/25 00:21:17 + Log: Subject: [PATCH] DB_File 1.806 + From: "Paul Marquess" + Date: Tue, 22 Oct 2002 11:16:21 +0100 + Message-ID: + Branch: perl + ! ext/DB_File/Changes ext/DB_File/DB_File.pm + ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t + ! ext/DB_File/t/db-hash.t ext/DB_File/t/db-recno.t +____________________________________________________________________________ +[ 18061] By: hv on 2002/10/25 00:13:07 + Log: Subject: [PATCH lib/IO.t] Add tests for IO.pm + From: chromatic + Date: Mon, 21 Oct 2002 20:27:43 -0700 + Message-ID: <20021022033253.57952.qmail@onion.perl.org> + Branch: perl + + ext/IO/lib/IO/t/IO.t + ! MANIFEST lib/Net/Ping/t/450_service.t +____________________________________________________________________________ +[ 18060] By: hv on 2002/10/24 23:54:50 + Log: 2 lines of change #18039 had several problems + Branch: perl + ! ext/IO/IO.pm +____________________________________________________________________________ +[ 18059] By: hv on 2002/10/24 23:46:29 + Log: Subject: [perl #18036] perldoc refuses to run on BeOS + From: "mauzo@csv.warwick.ac.uk (via RT)" + Date: 21 Oct 2002 10:18:50 -0000 + Message-Id: + Branch: perl + ! utils/perldoc.PL +____________________________________________________________________________ +[ 18058] By: hv on 2002/10/24 23:36:48 + Log: Subject: The Inaba patch for tr/// vs. use encoding + From: Dan Kogai + Date: Mon, 21 Oct 2002 17:36:02 +0900 + Message-Id: <218B4434-E4D0-11D6-A668-0003939A104C@dan.co.jp> + Branch: perl + ! mg.c regcomp.c sv.c toke.c +____________________________________________________________________________ +[ 18057] By: hv on 2002/10/24 23:16:15 + Log: Subject: [Encode] 1.80 released + From: Dan Kogai + Date: Tue, 22 Oct 2002 05:47:16 +0900 + Message-Id: <48F1B85D-E536-11D6-A87D-0003939A104C@dan.co.jp> + Branch: perl + + ext/Encode/bin/ucmsort ext/Encode/t/rt.pl + ! MANIFEST ext/Encode/AUTHORS ext/Encode/Changes + ! ext/Encode/Encode.pm ext/Encode/Encode.xs + ! ext/Encode/lib/Encode/MIME/Header.pm + ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/CJKT.t + ! ext/Encode/t/jperl.t ext/Encode/t/mime-header.t + ! ext/Encode/ucm/cp932.ucm ext/Encode/ucm/cp936.ucm + ! ext/Encode/ucm/cp949.ucm ext/Encode/ucm/cp950.ucm +____________________________________________________________________________ +[ 18056] By: hv on 2002/10/24 22:48:06 + Log: Subject: [PATCH] B/C.pm: make $0 to argv[0] again + From: Autrijus Tang + Date: Sat, 19 Oct 2002 17:51:57 +0800 + Message-ID: <20021019095157.GA430@not.autrijus.org> + Branch: perl + ! ext/B/B/C.pm +____________________________________________________________________________ +[ 18055] By: hv on 2002/10/24 22:34:10 + Log: Reverse change #8066 and sense of test, to satisfy [perl #17763] + Branch: perl + ! pp_sys.c t/run/fresh_perl.t +____________________________________________________________________________ +[ 18054] By: hv on 2002/10/24 22:17:40 + Log: change #18030 needs the removal of ext/Thread/thr5005.t + Branch: perl + - ext/Thread/thr5005.t +____________________________________________________________________________ +[ 18053] By: merijn on 2002/10/24 08:20:09 + Log: charnames pragma extended with :alias for customized + unicode naming aliases + Mon, 21 Oct 2002; "H.Merijn Brand" + Branch: perl + ! lib/charnames.pm lib/charnames.t +____________________________________________________________________________ +[ 18052] By: rgs on 2002/10/23 19:16:50 + Log: Further tweaks to perlmodlib.pod. + Add a note about perllocal.pod, which wasn't documented. + Branch: perl + ! pod/perlmodlib.PL pod/perlmodlib.pod +____________________________________________________________________________ +[ 18051] By: rgs on 2002/10/23 18:56:08 + Log: Further tweaks to perluniintro.pod + Branch: perl + ! pod/perluniintro.pod +____________________________________________________________________________ +[ 18050] By: rgs on 2002/10/22 19:11:12 + Log: perlmodlib.pod nit suggested by David Dyck (bug #18055) + Regenerate perlmodlib.pod + Branch: perl + ! pod/perlmodlib.PL pod/perlmodlib.pod +____________________________________________________________________________ +[ 18049] By: rgs on 2002/10/22 18:48:00 + Log: Subject: [PATCH] perluniintro + From: Jarkko Hietaniemi + Date: Sun, 20 Oct 2002 15:48:09 +0300 + Message-ID: <20021020124809.GE444369@lyta.hut.fi> + Branch: perl + ! pod/perluniintro.pod +____________________________________________________________________________ +[ 18048] By: hv on 2002/10/22 17:04:26 + Log: Subject: [PATCH] PL_curpad == AvARRAY(PL_comppad) always + From: Dave Mitchell + Date: Fri, 18 Oct 2002 13:36:40 +0100 + Message-ID: <20021018133640.A19172@fdgroup.com> + Branch: perl + ! cop.h embed.fnc ext/List/Util/Util.xs global.sym op.c pad.c + ! pad.h perl.c perlapi.h pod/perlintern.pod pp_ctl.c proto.h + ! regcomp.c regexec.c scope.c scope.h sv.c t/op/closure.t +____________________________________________________________________________ +[ 18047] By: hv on 2002/10/22 16:20:18 + Log: Subject: [PATCH] AutoLoader gives wrong message + From: Peter Scott + Date: Thu, 17 Oct 2002 19:54:56 -0700 + Message-id: <4.3.2.7.2.20021017192450.00b3dce0@shell2.webquarry.com> + Branch: perl + ! lib/AutoLoader.pm +____________________________________________________________________________ +[ 18046] By: hv on 2002/10/22 15:52:40 + Log: Subject: Re: Smoke 18027 FAIL(F) MSWin32 5.0 Win2000Pro (MSWin32-x86) + From: Alain Barbet + Date: Fri, 18 Oct 2002 15:29:29 +0200 + Message-ID: <3DB00CB9.70708@alianwebserver.com> + Branch: perl + ! README.win32 win32/makefile.mk win32/win32.c +____________________________________________________________________________ +[ 18045] By: hv on 2002/10/22 15:47:21 + Log: improve 'atomicity' wording + Branch: perl + ! lib/filetest.pm +____________________________________________________________________________ +[ 18044] By: hv on 2002/10/22 15:43:55 + Log: Subject: [PATCH] Shell.pm object methods broken + From: Dan Brook + Date: Thu, 17 Oct 2002 16:05:04 +0100 + Message-Id: <20021017160504.63926a1b.dbrook@easyspace.com> + Branch: perl + ! lib/Shell.pm lib/Shell.t +____________________________________________________________________________ +[ 18042] By: hv on 2002/10/21 09:20:54 + Log: Subject: Re: [perl #16184] Unexpected warning when using C<< open FH => >> + From: hv@crypt.org + Date: Mon, 21 Oct 2002 11:27:40 +0100 + Message-Id: <200210211027.g9LARef05722@crypt.compulink.co.uk> + Branch: perl + ! t/lib/warnings/toke toke.c +____________________________________________________________________________ +[ 18041] By: hv on 2002/10/21 01:14:48 + Log: Subject: Re: [perl #18019] regex overoptimization + From: hv@crypt.org + Date: Mon, 21 Oct 2002 03:21:54 +0100 + Message-Id: <200210210221.g9L2LsU32598@crypt.compulink.co.uk> + Branch: perl + ! regcomp.c t/op/re_tests +____________________________________________________________________________ +[ 18039] By: hv on 2002/10/20 14:33:16 + Log: Subject: Re: [PATCH] Warning on pararameterless 'use IO' and doc update + From: =?iso-8859-1?Q?St=E9phane?= Payrard + Date: Tue, 15 Oct 2002 02:17:03 +0200 + Message-ID: <20021015001703.GG7914@stefp.dyndns.org> + Branch: perl + ! ext/IO/IO.pm +____________________________________________________________________________ +[ 18038] By: hv on 2002/10/20 14:23:06 + Log: Update to Net::Ping v2.23 + Branch: perl + + lib/Net/Ping/t/150_syn_inst.t lib/Net/Ping/t/400_ping_syn.t + + lib/Net/Ping/t/450_service.t + ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/t/110_icmp_inst.t + ! lib/Net/Ping/t/200_ping_tcp.t +____________________________________________________________________________ +[ 18037] By: hv on 2002/10/20 13:57:06 + Log: Subject: [PATCH] t/op/pack.t: Tru64 5.1A gcc 3.2.1 no inf + From: Jarkko Hietaniemi + Date: Mon, 14 Oct 2002 14:49:54 +0300 + Message-ID: <20021014114954.GB80937@lyta.hut.fi> + Branch: perl + ! t/op/pack.t +____________________________________________________________________________ +[ 18036] By: hv on 2002/10/20 13:43:56 + Log: Subject: Re: [perl #17892] Perl's mkdir() doesn't remove trailing slashes + From: Slaven Rezic + Date: 14 Oct 2002 09:37:18 +0200 + Message-ID: <8765w5wjwx.fsf@vran.herceg.de> + Branch: perl + ! pp_sys.c t/op/mkdir.t +____________________________________________________________________________ +[ 18035] By: hv on 2002/10/20 13:39:09 + Log: Subject: Re: [perl #17951] Strange UTF error + From: Jarkko Hietaniemi + Date: Wed, 16 Oct 2002 18:50:51 +0300 + Message-ID: <20021016155051.GB268437@lyta.hut.fi> + Branch: perl + ! lib/utf8_heavy.pl t/run/fresh_perl.t +____________________________________________________________________________ +[ 18034] By: hv on 2002/10/20 13:23:16 + Log: Update to Time::HiRes v1.38 + Branch: perl + + ext/Time/HiRes/typemap + ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm + ! ext/Time/HiRes/HiRes.t ext/Time/HiRes/HiRes.xs + ! ext/Time/HiRes/Makefile.PL +____________________________________________________________________________ +[ 18033] By: hv on 2002/10/20 13:12:25 + Log: Upgrade to Test.pm v1.23 + Branch: perl + ! lib/Test.pm +____________________________________________________________________________ +[ 18030] By: merijn on 2002/10/19 14:10:21 + Log: Happy chainsaw stories; The removal of the 5005 threads + Still imcomplete. Configure will follow + Branch: perl + ! MANIFEST NetWare/Makefile NetWare/config.wc + ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h + ! Porting/Glossary Porting/config.sh Porting/config_H + ! config_h.SH cop.h cv.h deb.c dosish.h dump.c embed.fnc embed.h + ! embed.pl embedvar.h epoc/config.sh ext/B/B.xs ext/B/B/C.pm + ! ext/B/ramblings/runtime.porting ext/B/t/lint.t + ! ext/DynaLoader/dl_aix.xs ext/Thread/README.threads + ! ext/Thread/Thread.xs ext/Thread/thr5005.t gv.c hints/darwin.sh + ! installperl intrpvar.h makedef.pl mg.c miniperlmain.c + ! myconfig.SH op.c os2/os2.c os2/os2ish.h pad.c perl.c perl.h + ! perlvars.h pod/perltoc.pod pp.c pp.h pp_ctl.c pp_hot.c + ! pp_sort.c proto.h scope.c sv.c sv.h thrdvar.h thread.h toke.c + ! uconfig.h uconfig.sh util.c vms/vms.c win32/Makefile + ! 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 + ! win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h + ! win32/win32sck.c win32/win32thread.c win32/win32thread.h + ! wince/Makefile.ce wince/config.ce wince/config_H.ce + ! wince/config_sh.PL wince/win32.h wince/win32thread.c + ! wince/win32thread.h wince/wincesck.c +____________________________________________________________________________ +[ 18029] By: merijn on 2002/10/18 07:28:21 + Log: minor tweaks in Porting/pumpkin.pod + Fri, 18 Oct 2002; Philip Newton + Branch: perl + ! Porting/pumpkin.pod +____________________________________________________________________________ +[ 18028] By: rgs on 2002/10/17 20:33:32 + Log: Subject: [PATCH t/run/switches.t] Re: Smoke 18027 FAIL(F) MSWin32 5.0 Win2000Pro (MSWin32-x86) + From: Abe Timmerman + Date: Thu, 17 Oct 2002 23:38:34 +0200 + Message-Id: <200210172338.34728.abe@ztreet.demon.nl> + Branch: perl + ! t/run/switches.t +____________________________________________________________________________ +[ 18027] By: hv on 2002/10/17 14:39:27 + Log: Subject: Re: versions too accurate + From: John Peacock + Date: Mon, 14 Oct 2002 22:36:48 -0400 + Message-ID: <3DAB7F40.1050200@rowman.com> + Branch: perl + ! lib/version.pm util.c +____________________________________________________________________________ +[ 18026] By: hv on 2002/10/17 14:29:41 + Log: Subject: Re: [PATCH] Version object combined patch + From: John Peacock + Date: Thu, 10 Oct 2002 21:23:01 -0400 + Message-ID: <3DA627F5.5050907@rowman.com> + Branch: perl + ! lib/version.pm lib/version.t pod/perldiag.pod util.c +____________________________________________________________________________ +[ 18025] By: hv on 2002/10/17 13:37:04 + Log: definition of MAXPATHLEN + Subject: [PATCH] standard lawyerism + From: Jarkko Hietaniemi + Date: Fri, 11 Oct 2002 02:48:26 +0300 + Message-ID: <20021010234825.GM292305@lyta.hut.fi> + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 18024] By: hv on 2002/10/17 13:34:01 + Log: Subject: Re: [perl #17061] no strict 'garbage' + From: Slaven Rezic + Date: 10 Oct 2002 16:23:22 +0200 + Message-ID: <87ptui5q5h.fsf@vran.herceg.de> + Branch: perl + ! ext/Storable/Storable.pm +____________________________________________________________________________ +[ 18023] By: hv on 2002/10/17 12:56:28 + Log: Subject: Re: [perl #17830] open FH, "<&", $fd + From: Steve Grazzini + Date: 11 Oct 2002 22:28:58 -0000 + Message-ID: <20021011222858.452.qmail@onion.perl.org> + Branch: perl + ! doio.c t/io/open.t +____________________________________________________________________________ +[ 18022] By: hv on 2002/10/17 12:24:42 + Log: Subject: Re: [perl #17809] Different warning behaviour between normal and tied hashes + From: sthoenna@efn.org (Yitzchak Scott-Thoennes) + Date: Tue, 15 Oct 2002 17:01:43 -0700 + Message-ID: + Branch: perl + ! t/op/assignwarn.t +____________________________________________________________________________ +[ 18021] By: hv on 2002/10/17 11:28:38 + Log: Subject: [PATCH] minor tweaks in Porting/pumpkin.pod + From: Slaven Rezic + Date: Thu, 3 Oct 2002 21:54:22 +0200 (CEST) + Message-Id: <200210031954.g93JsMiZ034457@vran.herceg.de> + Branch: perl + ! Porting/pumpkin.pod +____________________________________________________________________________ +[ 18020] By: rgs on 2002/10/16 18:43:21 + Log: prototype() didn't warn when used in void context. + Branch: perl + ! op.c t/lib/warnings/op +____________________________________________________________________________ +[ 18019] By: ams on 2002/10/15 20:54:53 + Log: Subject: Japanese translation of Storable + From: "KAWAI,Takanori" + Date: Tue, 15 Oct 2002 06:31:01 +0900 + Message-Id: <003801c273c9$05888910$1401a8c0@hipposam> + Branch: perl + ! ext/Storable/README +____________________________________________________________________________ +[ 18018] By: rgs on 2002/10/15 19:08:20 + Log: Subject: Re: [PATCH] cv.h: Comment update + From: Paul Johnson + Date: Mon, 14 Oct 2002 20:00:50 +0200 + Message-ID: <20021014180050.GC7333@pjcj.net> + Branch: perl + ! cv.h +____________________________________________________________________________ +[ 18017] By: rgs on 2002/10/14 20:37:06 + Log: Subject: [PATCH] perlipc.pod + From: Slaven Rezic + Date: Sun, 13 Oct 2002 14:26:26 +0200 (CEST) + Message-Id: <200210131226.g9DCQQLN014591@vran.herceg.de> + Branch: perl + ! pod/perlipc.pod +____________________________________________________________________________ +[ 18016] By: rgs on 2002/10/14 20:30:03 + Log: Subject: [PATCH] minor typos in perlhist.pod and perlunicode.pod + From: SADAHIRO Tomoyuki + Date: Sun, 13 Oct 2002 09:02:36 +0900 + Message-Id: <20021013090227.FFCD.BQW10602@nifty.com> + Branch: perl + ! pod/perlunicode.pod +____________________________________________________________________________ +[ 18015] By: rgs on 2002/10/12 20:22:37 + Log: The -0 command-line switch wasn't setting $/ at compile-time. + Move the initialization of $/ just after switch parsing + (it was done after yyparse().) + Branch: perl + ! perl.c t/run/switches.t +____________________________________________________________________________ +[ 18014] By: rgs on 2002/10/12 20:18:55 + Log: Subject: Re: [PATCH] perl573delta delinting + From: Philip Newton + Date: Sat, 12 Oct 2002 21:25:49 +0200 + Message-ID: + Branch: perl + ! pod/perl573delta.pod +____________________________________________________________________________ +[ 18013] By: hv on 2002/10/12 15:41:50 + Log: Subject: [PATCH] for -Dm + From: Slaven Rezic + Date: Wed, 9 Oct 2002 00:49:33 +0200 (CEST) + Message-Id: <200210082249.g98MnXqM076566@vran.herceg.de> + Branch: perl + ! malloc.c +____________________________________________________________________________ +[ 18012] By: hv on 2002/10/12 15:39:49 + Log: #18005 was not enough + Subject: [PATCH win32/makefile.mk] (Was Re: Building bleadperl (minperl) fails completely under VC7) + From: Abe Timmerman + Date: Sat, 12 Oct 2002 17:56:39 +0200 + Message-Id: <200210121756.39803.abeltje@cpan.org> + Branch: perl + ! win32/makefile.mk +____________________________________________________________________________ +[ 18011] By: hv on 2002/10/12 15:36:43 + Log: Subject: [perl #17805] BUG: Grammar bug during Configure + From: Richard Hitt (via RT) + Date: 8 Oct 2002 21:04:30 -0000 + Message-Id: + Branch: perl + ! Configure +____________________________________________________________________________ +[ 18010] By: hv on 2002/10/12 15:31:06 + Log: Subject: [PATCH] Re: [perl #17772] pack "w" /* this cannot happen ;-) */ is fallacious + From: Nicholas Clark + Date: Tue, 8 Oct 2002 21:52:53 +0100 + Message-ID: <20021008205253.GA283@Bagpuss.unfortu.net> + Branch: perl + ! pod/perldiag.pod pp_pack.c t/op/pack.t +____________________________________________________________________________ +[ 18009] By: hv on 2002/10/12 15:12:18 + Log: Subject: [PATCH perldoc] For screaming hell's sake + From: Simon Cozens + Date: Tue, 8 Oct 2002 11:13:07 +0100 + Message-ID: <20021008101307.GA8175@netthink.co.uk> + Branch: perl + ! utils/perldoc.PL +____________________________________________________________________________ +[ 18008] By: hv on 2002/10/12 14:38:19 + Log: Subject: [PATCH] Storable 2.06 (was Re: Bug in ext/Storable/t/integer.t) + From: Nicholas Clark + Date: Mon, 7 Oct 2002 23:35:34 +0100 + Message-ID: <20021007223534.GD286@Bagpuss.unfortu.net> + Branch: perl + ! ext/Storable/ChangeLog ext/Storable/Makefile.PL + ! ext/Storable/README ext/Storable/Storable.pm + ! ext/Storable/Storable.xs ext/Storable/t/downgrade.t + ! ext/Storable/t/forgive.t ext/Storable/t/integer.t + ! ext/Storable/t/malice.t ext/Storable/t/restrict.t +____________________________________________________________________________ +[ 18007] By: hv on 2002/10/12 14:22:36 + Log: Subject: [perl #17773] errors in c2ph(1) man page + From: Eric Melville (via RT) + Date: 7 Oct 2002 02:58:34 -0000 + Message-Id: + Branch: perl + ! utils/c2ph.PL +____________________________________________________________________________ +[ 18006] By: hv on 2002/10/12 14:19:55 + Log: Subject: [PATCH pad.c] Re: closure failures + From: Dave Mitchell + Date: Mon, 7 Oct 2002 02:42:13 +0100 + Message-ID: <20021007024213.B29760@fdgroup.com> + Branch: perl + ! pad.c +____________________________________________________________________________ +[ 18005] By: hv on 2002/10/12 14:17:07 + Log: Subject: Re: Building bleadperl (minperl) fails completely under VC7 + From: Abe Timmerman + Date: Tue, 8 Oct 2002 14:16:56 +0200 + Message-Id: <200210081416.56942.abeltje@cpan.org> + Branch: perl + ! win32/Makefile +____________________________________________________________________________ +[ 18004] By: hv on 2002/10/12 14:06:59 + Log: updated hints for Darwin from Wilfredo Sanchez + Branch: perl + ! hints/darwin.sh +____________________________________________________________________________ +[ 18003] By: hv on 2002/10/12 13:48:34 + Log: Second attempt to fix Devel::Peek test of $ENV{PATH}, after #17956 + and #18001. + Branch: perl + ! ext/Devel/Peek/Peek.t +____________________________________________________________________________ +[ 18002] By: hv on 2002/10/11 23:22:56 + Log: Subject: [Encode] 1.77 Released + From: Dan Kogai + Date: Sun, 6 Oct 2002 12:52:52 +0900 + Message-Id: <16D4C6C9-D8DF-11D6-A5EA-0003939A104C@dan.co.jp> + Branch: perl + ! ext/Encode/Changes ext/Encode/Encode.pm + ! ext/Encode/Unicode/Unicode.pm ext/Encode/encoding.pm + ! ext/Encode/lib/Encode/Alias.pm + ! ext/Encode/lib/Encode/Encoding.pm ext/Encode/t/jperl.t + ! ext/Encode/ucm/big5-eten.ucm +____________________________________________________________________________ +[ 18001] By: hv on 2002/10/11 22:52:43 + Log: Subject: Re: Smoke 17977 FAIL(F) MSWin32 5.0 W2000Pro (MSWin32-x86) + From: sthoenna@efn.org (Yitzchak Scott-Thoennes) + Date: Thu, 10 Oct 2002 14:28:55 -0700 + Message-ID: + Branch: perl + ! ext/Devel/Peek/Peek.t +____________________________________________________________________________ +[ 18000] By: hv on 2002/10/11 22:30:36 + Log: Subject: [PATCH] perl573delta delinting + From: Jarkko Hietaniemi + Date: Fri, 4 Oct 2002 16:19:31 +0300 + Message-ID: <20021004131931.GE278184@lyta.hut.fi> + Branch: perl + ! pod/perl573delta.pod +____________________________________________________________________________ +[ 17999] By: hv on 2002/10/11 22:28:36 + Log: Subject: [PATCH] No warn, just ERANGE (Was: Re: [PATCH] reentrant buffers) + From: Jarkko Hietaniemi + Date: Fri, 4 Oct 2002 16:11:57 +0300 + Message-ID: <20021004131157.GD278184@lyta.hut.fi> + Branch: perl + ! pod/perldiag.pod reentr.c reentr.pl +____________________________________________________________________________ +[ 17998] By: rgs on 2002/10/11 19:53:05 + Log: Fix bug #17771 : segfault with the 'for' statement modifier + used inside a map or a grep. + Branch: perl + ! pp_ctl.c t/op/grep.t +____________________________________________________________________________ +[ 17997] By: hv on 2002/10/11 12:10:39 + Log: Subject: [perl #17751] File::Spec::Win32::canonpath patch try#3 + From: Information Service + Date: Wed, 09 Oct 2002 07:17:00 +0400 + Message-ID: <3DA39FAC.85471200@lingo.kiev.ua> + Branch: perl + ! lib/File/Spec/Win32.pm lib/File/Spec/t/Spec.t +____________________________________________________________________________ +[ 17996] By: hv on 2002/10/11 11:55:53 + Log: Subject: [PROPOSED PATCH lib/AutoLoader.t lib/AutoLoader.pm] Test and Improve unimport() + From: chromatic + Date: Thu, 03 Oct 2002 22:56:54 -0700 + Message-ID: <20021004060120.33329.qmail@onion.perl.org> + Branch: perl + ! lib/AutoLoader.pm lib/AutoLoader.t +____________________________________________________________________________ +[ 17995] By: ams on 2002/10/11 05:24:20 + Log: Subject: [perl #17819] Typo in perltooc? + From: Bob Wilkinson (via RT) + Date: 9 Oct 2002 09:50:40 -0000 + Message-Id: + + Subject: [perl #17821] Typo in perltooc + From: Bob Wilkinson (via RT) + Date: 9 Oct 2002 10:12:51 -0000 + Message-Id: + Branch: perl + ! pod/perltooc.pod +____________________________________________________________________________ +[ 17994] By: rgs on 2002/10/10 20:19:27 + Log: Fix bug #17776 : memory corruption in qr/##/x + Branch: perl + ! sv.c t/op/pat.t +____________________________________________________________________________ +[ 17993] By: rgs on 2002/10/10 19:52:00 + Log: croak() is better written Perl_croak() in C code. + Branch: perl + ! util.c +____________________________________________________________________________ +[ 17992] By: hv on 2002/10/10 11:29:12 + Log: Subject: Re: Hash::Util::lock_keys inhibits bless + From: andreas.koenig@anima.de (Andreas J. Koenig) + Date: Fri, 04 Oct 2002 06:38:57 +0200 + Message-ID: + Branch: perl + ! lib/Hash/Util.pm +____________________________________________________________________________ +[ 17991] By: hv on 2002/10/10 11:20:41 + Log: new files lib/version.pm and lib/version.t for change #17990. + Branch: perl + + lib/version.pm lib/version.t +____________________________________________________________________________ +[ 17990] By: hv on 2002/10/10 11:19:57 + Log: Subject: [PATCH] Version object combined patch + From: John Peacock + Date: Fri, 04 Oct 2002 23:15:10 -0400 + Message-ID: <3D9E593E.1060605@rowman.com> + Branch: perl + ! MANIFEST embed.fnc embed.h global.sym pod/perlapi.pod + ! pod/perlintern.pod proto.h t/comp/use.t universal.c util.c +____________________________________________________________________________ +[ 17989] By: hv on 2002/10/10 10:48:42 + Log: Subject: PATCH: lib/ExtUtils/typemap + From: Brian Ingerson + Date: Sat, 28 Sep 2002 13:03:24 -0700 + Message-ID: <20020928130324.A16900@ttul.org> + Branch: perl + ! lib/ExtUtils/typemap +____________________________________________________________________________ +[ 17988] By: hv on 2002/10/10 10:45:19 + Log: Subject: [PATCH] Make Exporter cope with changing EXPORT_OK (was Re: Recent changes to Exporter::Heavy break Math::Pari) + From: Nicholas Clark + Date: Sat, 28 Sep 2002 18:52:00 +0100 + Message-ID: <20020928175159.GC403@Bagpuss.unfortu.net> + Branch: perl + ! lib/Exporter.t lib/Exporter/Heavy.pm +____________________________________________________________________________ +[ 17987] By: hv on 2002/10/10 10:27:40 + Log: Subject: Re: [perl #17075] sprintf: '%.[num](g|G)' documentation incorrect + From: "Allen Smith" + Date: Mon, 9 Sep 2002 17:36:55 -0400 + Message-Id: <10209091736.ZM1631710@puck2.rutgers.edu> + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 17986] By: hv on 2002/10/10 09:51:24 + Log: Remove use of caller() in strict.pm, and tighten Safe compartment + for Storable tests to match. + Branch: perl + ! ext/Storable/t/code.t lib/strict.pm lib/strict.t +____________________________________________________________________________ +[ 17985] By: hv on 2002/10/10 09:27:00 + Log: Subject: Re: README.cygwin draft update + From: sthoenna@efn.org (Yitzchak Scott-Thoennes) + Date: Mon, 07 Oct 2002 17:15:09 -0700 + Message-ID: + Branch: perl + ! README.cygwin pod/perl58delta.pod +____________________________________________________________________________ +[ 17984] By: rgs on 2002/10/09 19:17:08 + Log: Fix bug #17823 : non-modifying tr/// stringifies references + Branch: perl + ! doop.c t/op/tr.t +____________________________________________________________________________ +[ 17983] By: merijn on 2002/10/09 12:22:26 + Log: Tru64 and gcc and threads + Sat, 5 Oct 2002; Jarkko Hietaniemi + Branch: perl + ! thread.h +____________________________________________________________________________ +[ 17982] By: merijn on 2002/10/09 10:34:40 + Log: Correct mailing list archive URL + Wed, 9 Oct 2002; Slaven Rezic + Branch: perl + ! Porting/pumpkin.pod +____________________________________________________________________________ +[ 17981] By: merijn on 2002/10/09 04:49:06 + Log: Try #3 for Porting/pumpkin.pod APPLLIB_EXP quoting + Tue, 8 Oct 2002; Andy Dougherty + Branch: perl + ! Porting/pumpkin.pod +____________________________________________________________________________ +[ 17980] By: sky on 2002/10/06 15:40:56 + Log: Upgrade Safe.pm to 2.09 after CPAN backport. + Fix testcases to run properly outside perl core build enviroment. + Branch: perl + ! ext/Opcode/Safe.pm ext/Safe/safe1.t ext/Safe/safe2.t + ! ext/Safe/safe3.t +____________________________________________________________________________ +[ 17979] By: sky on 2002/10/06 07:03:19 + Log: Subject: [PATCH] fix typo in Tie::Array + From: "Jos I. Boumans" + Date: sat okt 5, 2002 20:39:17 Europe/Stockholm + Message-Id: <20021005183920.14746.qmail@onion.perl.org> + Branch: perl + ! lib/Tie/Array.pm +____________________________________________________________________________ +[ 17978] By: sky on 2002/10/05 04:44:10 + Log: Upgrade to Attribute::Handlers 0.78 + Branch: perl + ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes + ! lib/Attribute/Handlers/README +____________________________________________________________________________ +[ 17977] By: rgs on 2002/10/04 20:01:54 + Log: Complement to change #17976 : + there was a similar bug on rdo(). + Increment $Safe::VERSION. + Branch: perl + ! ext/Opcode/Safe.pm ext/Safe/safe3.t +____________________________________________________________________________ +[ 17976] By: rgs on 2002/10/04 19:44:48 + Log: Fix bug #17744, suggested by Andreas Jurenda, + tweaked by rgs (security hole in Safe). + Branch: perl + + ext/Safe/safe3.t + ! MANIFEST ext/Opcode/Safe.pm +____________________________________________________________________________ +[ 17975] By: merijn on 2002/10/04 13:30:17 + Log: Non ANSI feature detection in enum + Branch: perl + ! pad.h +____________________________________________________________________________ +[ 17974] By: rgs on 2002/10/03 21:00:50 + Log: Fix a precedence problem. + Branch: perl + ! ext/Storable/t/integer.t +____________________________________________________________________________ +[ 17973] By: rgs on 2002/10/03 20:34:13 + Log: Change the warning message "%s trapped by operation mask" + to include '' around the op name. Document it in perldiag. + Branch: perl + ! ext/Opcode/Opcode.t ext/Opcode/Safe.pm ext/Safe/safe2.t op.c + ! pod/perldiag.pod +____________________________________________________________________________ +[ 17972] By: rgs on 2002/10/03 20:26:54 + Log: Add a new warning, "Possible precedence problem on bitwise + %c operator", triggerred when a bitwise op has a numeric + comparison op as child. + Branch: perl + ! op.c pod/perldiag.pod t/lib/warnings/op +____________________________________________________________________________ +[ 17971] By: ams on 2002/10/03 11:03:41 + Log: Subject: Re: Not OK 17969 + From: Slaven Rezic + Date: 03 Oct 2002 13:12:58 +0200 + Message-Id: <87lm5fn5c5.fsf@vran.herceg.de> + Branch: perl + ! ext/Storable/Storable.pm ext/Storable/t/code.t + ! ext/Storable/t/downgrade.t ext/Storable/t/forgive.t + ! ext/Storable/t/malice.t +____________________________________________________________________________ +[ 17970] By: ams on 2002/10/03 02:21:15 + Log: Add a line about 2.05. + Branch: perl + ! ext/Storable/ChangeLog +____________________________________________________________________________ +[ 17969] By: ams on 2002/10/03 02:12:27 + Log: Subject: [PATCH] Storable and code serialization: documentation + From: Slaven Rezic + Date: Wed, 2 Oct 2002 10:21:37 +0200 (CEST) + Message-Id: <200210020821.g928Lb2i003767@vran.herceg.de> + Branch: perl + ! ext/Storable/MANIFEST ext/Storable/Storable.pm + ! ext/Storable/t/code.t +____________________________________________________________________________ +[ 17968] By: ams on 2002/10/03 01:40:51 + Log: Subject: [PATCH] Re: speed of my + From: Stephen McCamant + Date: Wed, 2 Oct 2002 21:48:59 -0400 + Message-Id: <15771.41483.524281.299958@syllepsis.MIT.EDU> + Branch: perl + ! pp.c +____________________________________________________________________________ +[ 17967] By: hv on 2002/10/02 15:04:57 + Log: Subject: [PATCH] reentrant buffers + From: Jarkko Hietaniemi + Date: Fri, 27 Sep 2002 01:08:56 +0300 + Message-ID: <20020926220856.GA339120@lyta.hut.fi> + Branch: perl + ! INSTALL pod/perldiag.pod pod/perlthrtut.pod reentr.c reentr.pl +____________________________________________________________________________ +[ 17966] By: hv on 2002/10/02 14:46:52 + Log: Subject: [PATCH] retropatch + From: Jarkko Hietaniemi + Date: Fri, 27 Sep 2002 03:51:34 +0300 + Message-ID: <20020927005134.GB339120@lyta.hut.fi> + Branch: perl + + pod/perl573delta.pod + ! MANIFEST pod/buildtoc.PL pod/perl.pod +____________________________________________________________________________ +[ 17965] By: hv on 2002/10/02 14:42:21 + Log: op/tr.t test is affected by #17962 + Branch: perl + ! t/op/tr.t +____________________________________________________________________________ +[ 17964] By: hv on 2002/10/02 14:38:59 + Log: Subject: Re: [PATCH] Re: builtin die parsed differently to CORE::GLOBAL::die + From: Rafael Garcia-Suarez + Date: Tue, 1 Oct 2002 23:34:35 +0200 + Message-Id: <20021001233435.318514f3.rgarciasuarez@free.fr> + Branch: perl + ! t/op/override.t toke.c +____________________________________________________________________________ +[ 17963] By: hv on 2002/10/02 14:15:22 + Log: Subject: Re: [perl #17376] Bug Report - our(%) + From: sthoenna@efn.org (Yitzchak Scott-Thoennes) + Date: Tue, 01 Oct 2002 09:54:30 -0700 + Message-ID: + Branch: perl + ! op.c pp_hot.c t/comp/our.t +____________________________________________________________________________ +[ 17962] By: ams on 2002/10/02 14:10:07 + Log: Subject: [PATCH] no [] in tr/// + From: Jarkko Hietaniemi + Date: Wed, 2 Oct 2002 17:09:11 +0300 + Message-Id: <20021002140911.GH278184@lyta.hut.fi> + Branch: perl + ! pod/perldiag.pod toke.c +____________________________________________________________________________ +[ 17961] By: hv on 2002/10/02 14:09:11 + Log: Subject: Re: Hash::Util::lock_keys inhibits bless + From: andreas.koenig@anima.de (Andreas J. Koenig) + Date: Mon, 30 Sep 2002 17:24:06 +0200 + Message-ID: + Branch: perl + ! lib/Hash/Util.pm +____________________________________________________________________________ +[ 17959] By: hv on 2002/10/02 14:06:29 + Log: Subject: [DOCPATCH] Unicode porting advice + From: andreas.koenig@anima.de (Andreas J. Koenig) + Date: Fri, 27 Sep 2002 15:30:16 +0200 + Message-ID: + Branch: perl + ! pod/perlunicode.pod +____________________________________________________________________________ +[ 17958] By: hv on 2002/10/02 13:57:06 + Log: missing quote from #17957 + Branch: perl + ! Porting/pumpkin.pod +____________________________________________________________________________ +[ 17957] By: hv on 2002/10/02 13:55:56 + Log: document how to set APPLLIB_EXP + Subject: Re: [perl #15957] error installing perl 5.8.0 + From: Andy Dougherty + Date: Fri, 27 Sep 2002 09:13:29 -0400 (EDT) + Message-ID: + Branch: perl + ! Porting/pumpkin.pod +____________________________________________________________________________ +[ 17956] By: hv on 2002/10/02 13:51:12 + Log: Devel::Peek tests from: + Subject: [PATCH] MGf_TAINTEDDIR and MGf_MINMATCH reuse unknown to dump.c + From: sthoenna@efn.org (Yitzchak Scott-Thoennes) + Date: Thu, 26 Sep 2002 22:16:39 -0700 + Message-ID: <3m+k9gzkgqnP092yn@efn.org> + Branch: perl + ! ext/Devel/Peek/Peek.t +____________________________________________________________________________ +[ 17955] By: hv on 2002/10/02 13:43:26 + Log: add precedence warning for bitwise docs + Subject: [PATCH] Bug in ARM's floating point emulation - Need someone, really... + From: Mike Guy + Date: Thu, 26 Sep 2002 13:20:45 +0100 + Message-Id: + Branch: perl + ! pod/perlop.pod +____________________________________________________________________________ +[ 17954] By: hv on 2002/10/02 13:18:01 + Log: Subject: [PATCH] Re: perlio bug? + From: Rafael Garcia-Suarez + Date: Wed, 25 Sep 2002 21:58:12 +0200 + Message-Id: <20020925215812.3b7adb0d.rgarciasuarez@free.fr> + Branch: perl + ! doio.c pod/perldiag.pod t/lib/warnings/doio +____________________________________________________________________________ +[ 17953] By: hv on 2002/10/02 12:55:29 + Log: Subject: [PATCH pad.c,h] move all pad-related code to its own src file + From: Dave Mitchell + Date: Wed, 25 Sep 2002 23:40:23 +0100 + Message-ID: <20020925234023.A20044@fdgroup.com> + Branch: perl + + pad.c pad.h + ! MANIFEST Makefile.SH Makefile.micro cop.h cv.h dump.c + ! embed.fnc embed.h embedvar.h ext/B/B.xs ext/Devel/Peek/Peek.t + ! op.c op.h perl.c perl.h perlapi.h pod/perlapi.pod + ! pod/perlintern.pod pp.c pp_ctl.c pp_hot.c pp_sort.c pp_sys.c + ! proto.h scope.c sv.c toke.c +____________________________________________________________________________ +[ 17952] By: hv on 2002/10/02 11:23:38 + Log: better handling of whitespace in autodoc declarations; fragment from: + Subject: [PATCH pad.c,h] move all pad-related code to its own src file + From: Dave Mitchell + Date: Wed, 25 Sep 2002 23:40:23 +0100 + Message-ID: <20020925234023.A20044@fdgroup.com> + Branch: perl + ! autodoc.pl +____________________________________________________________________________ +[ 17951] By: merijn on 2002/10/02 09:15:18 + Log: MakeMaker's INSTALLSITEMANXDIR Configure's counterpart + Thu, 25 Jul 2002, Andy Dougherty + Branch: perl + ! Configure Policy_sh.SH +____________________________________________________________________________ +[ 17950] By: ams on 2002/10/02 03:43:41 + Log: Add silly bandaid to stop segfaults on subsequent accesses to + the Nullgv returned by gv_fetchpv() in S_scan_inputsymbol() + (<$fred>). + Branch: perl + ! op.c +____________________________________________________________________________ +[ 17949] By: hv on 2002/10/01 08:49:02 + Log: patch based on: + Subject: Re: [perl #17376] Bug Report - our(%) + From: sthoenna@efn.org (Yitzchak Scott-Thoennes) + Date: Mon, 30 Sep 2002 15:22:18 -0700 + Message-ID: + Branch: perl + ! op.c +____________________________________________________________________________ +[ 17948] By: hv on 2002/10/01 08:26:44 + Log: Subject: [REPATCH lib/AutoLoader.pm] Remove Dependency on Exporter (take 2 or 3) + From: chromatic + Date: Fri, 13 Sep 2002 14:26:08 -0700 + Message-Id: <200209131426.08116.chromatic@wgz.org> + Branch: perl + ! lib/AutoLoader.pm +____________________________________________________________________________ +[ 17947] By: hv on 2002/10/01 08:10:21 + Log: Subject: Re: sv_2pv_flags and ROK and UTF8 flags + From: sthoenna@efn.org (Yitzchak Scott-Thoennes) + Date: Wed, 11 Sep 2002 22:22:45 -0700 + Message-ID: + Branch: perl + ! dump.c mg.h regexec.c sv.c t/op/pat.t +____________________________________________________________________________ +[ 17946] By: merijn on 2002/09/30 15:19:36 + Log: nanosleep on VMS not present + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 17945] By: merijn on 2002/09/30 09:51:40 + Log: -Dgccansipedantic only for gcc 3+ + Mon, 30 Sep 2002, Jarkko Hietaniemi + Branch: perl + ! Porting/pumpkin.pod cflags.SH +____________________________________________________________________________ +[ 17944] By: merijn on 2002/09/30 08:29:33 + Log: nanosleep probes as per Jarkko's request + Branch: perl + ! Configure NetWare/config_H.wc Porting/config.sh + ! Porting/config_H config_h.SH epoc/config.sh 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 wince/config.ce + ! wince/config_H.ce +____________________________________________________________________________ +[ 17942] By: ams on 2002/09/29 22:26:37 + Log: Remove package; (Heh heh.) + Branch: perl + ! gv.c intrpvar.h op.c perl.c perly.c perly.h perly.y + ! perly_c.diff sv.c t/lib/warnings/op t/op/anonsub.t + ! vms/perly_c.vms vms/perly_h.vms +____________________________________________________________________________ +[ 17941] By: hv on 2002/09/29 12:11:06 + Log: Subject: [perl #16796] Configure script buglet + From: "Amick, Eric" (via RT) + Date: 27 Aug 2002 20:09:29 -0000 + Message-Id: + Branch: perl + ! Configure +____________________________________________________________________________ +[ 17940] By: hv on 2002/09/29 11:59:28 + Log: Subject: Re: [perl #17587] Attribute::Handlers and Config in 5.9.0 + From: Rafael Garcia-Suarez + Date: Fri, 27 Sep 2002 13:52:18 +0200 + Message-Id: <20020927135218.3a20dd68.rgarciasuarez@free.fr> + Branch: perl + ! lib/Attribute/Handlers.pm +____________________________________________________________________________ +[ 17939] By: hv on 2002/09/29 11:55:17 + Log: Subject: [perl #17222] [PATCH] h2ph and Fortran, other wacky headers on IRIX + From: Allen Smith (via RT) + Date: 13 Sep 2002 03:01:30 -0000 + Message-Id: + Branch: perl + ! t/lib/h2ph.pht utils/h2ph.PL +____________________________________________________________________________ +[ 17938] By: rgs on 2002/09/28 20:42:59 + Log: Email address change for Stéphane Payrard + Branch: perl + ! AUTHORS +____________________________________________________________________________ +[ 17937] By: hv on 2002/09/27 10:05:42 + Log: Subject: Re: [REVISED PATCH] Magic v-strings + From: John Peacock + Date: Thu, 19 Sep 2002 22:30:58 -0400 + Message-ID: <3D8A8862.3000602@rowman.com> + Branch: perl + ! sv.c util.c +____________________________________________________________________________ +[ 17936] By: hv on 2002/09/27 10:00:42 + Log: Subject: [PATCH] configure.com -- don't exclude threads::shared + From: "Craig A. Berry" + Date: Wed, 25 Sep 2002 17:14:33 -0500 + Message-ID: <3D923549.6050809@mac.com> + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 17935] By: hv on 2002/09/27 09:48:19 + Log: Subject: [PATCH 5.8.0 DOC] perlopentut.pod, #3: The last of the content changes. + From: Andy Lester + Date: Fri, 20 Sep 2002 12:23:41 -0500 + Message-ID: <20020920172341.GA15672@petdance.com> + Branch: perl + ! pod/perlopentut.pod +____________________________________________________________________________ +[ 17934] By: hv on 2002/09/26 18:50:02 + Log: missing '.' in test from #17932 + Branch: perl + ! t/lib/strict/subs +____________________________________________________________________________ +[ 17933] By: hv on 2002/09/26 17:01:11 + Log: Subject: [PATCH] perl #17453 + From: Jarkko Hietaniemi + Date: Fri, 20 Sep 2002 17:22:45 +0300 + Message-ID: <20020920142245.GG280265@lyta.hut.fi> + Branch: perl + ! lib/utf8_heavy.pl t/op/pat.t +____________________________________________________________________________ +[ 17932] By: hv on 2002/09/26 16:47:32 + Log: #17931 checked for wrong constant + Branch: perl + ! op.c +____________________________________________________________________________ +[ 17931] By: hv on 2002/09/26 16:29:26 + Log: Subject: [PATCH] [perl #10021] Fixing bareword usage under strict.pm + From: Kay_Röpke + Date: Fri, 20 Sep 2002 16:09:08 +0200 + Message-Id: <8775B355-CCA2-11D6-AADE-000393414688@dolphin-services.de> + Branch: perl + ! op.c t/lib/strict/subs +____________________________________________________________________________ +[ 17930] By: hv on 2002/09/26 15:56:07 + Log: Subject: [perl #17445] Class::Struct patch: version number, examples + From: Ken Neighbors (via RT) + Date: 19 Sep 2002 18:48:22 -0000 + Message-Id: + Branch: perl + ! lib/Class/Struct.pm +____________________________________________________________________________ +[ 17928] By: hv on 2002/09/26 09:54:05 + Log: Subject: [PATCH] bug in utf8.c(?) + From: Marty Pauley + Date: Fri, 20 Sep 2002 10:55:33 +0100 + Subject: [PATCH] bug in utf8.c(?) + Branch: perl + ! utf8.c +____________________________________________________________________________ +[ 17927] By: hv on 2002/09/26 09:37:19 + Log: Subject: [PATCH] Re: [perl #17439] broken Locale::Language in a UTF environment + From: Marty Pauley + Date: Fri, 20 Sep 2002 09:52:16 +0100 + Message-Id: 20020920085216.GC10512@soto.kasei.com + Branch: perl + ! lib/Locale/Codes/t/languages.t lib/Locale/Language.pm +____________________________________________________________________________ +[ 17926] By: hv on 2002/09/26 09:28:06 + Log: Subject: [PATCH] defuse installusrbinperl + From: Jarkko Hietaniemi + Date: Thu, 19 Sep 2002 18:01:03 +0300 + Message-ID: <20020919150103.GI208696@lyta.hut.fi> + Branch: perl + ! Configure +____________________________________________________________________________ +[ 17925] By: hv on 2002/09/26 09:15:55 + Log: Subject: [PATCH v2] enable -ansi -pedantic + From: Jarkko Hietaniemi + Date: Wed, 18 Sep 2002 01:19:25 +0300 + Message-ID: <20020917221925.GF85044@lyta.hut.fi> + Branch: perl + ! Configure Porting/pumpkin.pod cflags.SH doio.c mg.c perl.c + ! perl.h perlio.c pp_ctl.c pp_hot.c pp_sys.c sv.h toke.c util.c +____________________________________________________________________________ +[ 17924] By: hv on 2002/09/26 08:44:16 + Log: Subject: [PATCH] ANSI-clean? (was Re: [PATCH] COW for ithreads) + From: Nicholas Clark + Date: Sat, 14 Sep 2002 18:49:10 +0100 + Message-ID: <20020914174909.GG285@Bagpuss.unfortu.net> + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 17923] By: hv on 2002/09/26 08:33:54 + Log: Subject: [PATCH] Re: Advice on coredump + From: Rafael Garcia-Suarez + Date: Wed, 18 Sep 2002 22:14:57 +0200 + Message-Id: <20020918221457.16cb1b43.rgarciasuarez@free.fr> + Branch: perl + ! op.c t/op/closure.t +____________________________________________________________________________ +[ 17922] By: hv on 2002/09/26 08:25:28 + Log: Subject: Re: [PATCH] spurious t/auto directory appears + From: Michael G Schwern + Date: Fri, 13 Sep 2002 23:56:05 -0400 + Message-ID: <20020914035605.GF18928@ool-18b93024.dyn.optonline.net> + Branch: perl + ! lib/ExtUtils/t/Installed.t +____________________________________________________________________________ +[ 17921] By: hv on 2002/09/26 08:21:59 + Log: add TODO tests for slow our() declaration + Subject: Re: [perl #17376] Bug Report - our(%) + From: sthoenna@efn.org (Yitzchak Scott-Thoennes) + Date: Thu, 19 Sep 2002 22:34:01 -0700 + Message-ID: + Branch: perl + + t/comp/our.t + ! MANIFEST +____________________________________________________________________________ +[ 17920] By: hv on 2002/09/26 08:16:43 + Log: LEAKTEST is dead, RIP + Subject: Re: [perl #17197] SIGSEGV in perl 5.8.0 multithread build with -DLEAKTEST + From: "H.Merijn Brand" + Date: Mon, 23 Sep 2002 18:33:12 +0200 + Message-Id: <20020923182824.C7B6.H.M.BRAND@hccnet.nl> + Branch: perl + ! av.c embed.fnc embed.h ext/GDBM_File/GDBM_File.xs global.sym + ! handy.h perl.c perl.h pod/perlrun.pod proto.h sv.c util.c +____________________________________________________________________________ +[ 17919] By: hv on 2002/09/26 07:59:42 + Log: Subject: [PATCH] AIX hints missinga >&4 + From: Jarkko Hietaniemi + Date: Fri, 13 Sep 2002 16:48:42 +0300 + Message-ID: <20020913134842.GD8929@lyta.hut.fi> + Branch: perl + ! hints/aix.sh +____________________________________________________________________________ +[ 17918] By: hv on 2002/09/26 07:51:10 + Log: Subject: [PATCH] perldoc -f stat (perlfunc.pod) + From: "Brendan O'Dea" + Date: Mon, 23 Sep 2002 22:45:40 +1000 + Message-ID: <20020923124540.GB28031@londo.odea.dropbear.id.au> + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 17917] By: hv on 2002/09/26 07:46:43 + Log: Subject: Re: [perl #17141] Text::Wrap "this should not happen" message + From: Slaven Rezic + Date: 11 Sep 2002 19:37:09 +0200 + Message-ID: <871y80a0my.fsf@vran.herceg.de> + Branch: perl + ! lib/Text/TabsWrap/t/wrap.t lib/Text/Wrap.pm +____________________________________________________________________________ +[ 17916] By: hv on 2002/09/26 07:31:42 + Log: Subject: [PATCH 5.8.0] perlembed.pod: make some examples work with multiplicity + From: "Brendan O'Dea" + Date: Tue, 10 Sep 2002 09:19:05 +1000 + Message-ID: <20020909231905.GA31868@londo.odea.dropbear.id.au> + Branch: perl + ! pod/perlembed.pod +____________________________________________________________________________ +[ 17915] By: rgs on 2002/09/24 20:19:22 + Log: Patch #17914 was empty ; this should have been applied instead. + Branch: perl + ! hints/aix.sh +____________________________________________________________________________ +[ 17914] By: rgs on 2002/09/21 19:58:57 + Log: Subject: [PATCH] PASE saga continues + From: Jarkko Hietaniemi + Date: Thu, 19 Sep 2002 23:30:20 +0300 + Message-ID: <20020919203020.GB274453@lyta.hut.fi> + Branch: perl + ! hints/aix.sh +____________________________________________________________________________ +[ 17913] By: rgs on 2002/09/21 19:46:56 + Log: Subject: [PATCH perl@17882] file spec tweaks for VMS + From: "Craig A. Berry" + Date: Wed, 18 Sep 2002 16:57:02 -0500 + Message-ID: <3D88F6AE.3020708@mac.com> + Branch: perl + ! lib/File/Spec/VMS.pm vms/ext/filespec.t +____________________________________________________________________________ +[ 17912] By: ams on 2002/09/19 17:21:24 + Log: Subject: [PATCH] AIX test shouldn't trip OS/400 PASE + From: Jarkko Hietaniemi + Date: Thu, 19 Sep 2002 18:59:48 +0300 + Message-Id: <20020919155948.GU208696@lyta.hut.fi> + + Subject: [PATCH] more PASE tweakage + From: Jarkko Hietaniemi + Date: Thu, 19 Sep 2002 18:01:44 +0300 + Message-Id: <20020919150144.GJ208696@lyta.hut.fi> + Branch: perl + ! README.os400 hints/aix.sh +____________________________________________________________________________ +[ 17911] By: ams on 2002/09/17 19:29:53 + Log: Typo fix. + Branch: perl + ! ext/POSIX/POSIX.pod +____________________________________________________________________________ +[ 17910] By: ams on 2002/09/17 18:09:32 + Log: Fix #17375 (rcatline didn't work on a formerly-defined undef) by + checking for SvOK in do_readline(). + Branch: perl + ! pp_hot.c t/op/gv.t +____________________________________________________________________________ +[ 17909] By: rgs on 2002/09/16 21:49:27 + Log: Pod formatting nit, found by Merijn and Jos Boumans. + Branch: perl + ! pod/perlunicode.pod +____________________________________________________________________________ +[ 17908] By: rgs on 2002/09/16 21:34:55 + Log: Subject: [perl #17340] When used/requied Locale::*** modules unexpectedly modify $_ + From: (Ilya Martynov) (via RT) + Date: 15 Sep 2002 19:06:56 -0000 + Message-Id: + Branch: perl + ! lib/Locale/Country.pm lib/Locale/Currency.pm + ! lib/Locale/Language.pm lib/Locale/Script.pm +____________________________________________________________________________ +[ 17907] By: rgs on 2002/09/16 20:33:51 + Log: Subject: Re: [perl #17174] perl 5.8.0 fails tests on NetBSD/Alpha + From: Jarkko Hietaniemi + Date: Sun, 15 Sep 2002 18:02:17 +0300 + Message-ID: <20020915150217.GB21300@lyta.hut.fi> + Branch: perl + ! hints/netbsd.sh +____________________________________________________________________________ +[ 17906] By: rgs on 2002/09/15 11:30:38 + Log: Fix pod/perlmodlib.PL (it wasn't generating a complete list + of modules.) Regenerate pod/perlmodlib.pod. Add a warning : + not all modules listed in perlmodlib are necessarily installed. + Plus some corrections by Vincent Lefevre. + Branch: perl + ! lib/Term/ReadLine.pm pod/perlmodlib.PL pod/perlmodlib.pod +____________________________________________________________________________ +[ 17904] By: merijn on 2002/09/13 14:02:18 + Log: Tabs erroneusly expanded to spaces, causing AIX to fail + in building DProf + Branch: perl + ! Configure +____________________________________________________________________________ +[ 17902] By: merijn on 2002/09/13 07:47:29 + Log: configure.com needs d_modflproto + Thu 12 Sep 2002 23:19, "Craig A. Berry" + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 17901] By: rgs on 2002/09/12 20:19:55 + Log: Subject: [PATCH] more PASE wisdom + From: Jarkko Hietaniemi + Date: Fri, 13 Sep 2002 00:17:39 +0300 + Message-ID: <20020912211739.GB6980@lyta.hut.fi> + Branch: perl + ! README.os400 +____________________________________________________________________________ +[ 17900] By: rgs on 2002/09/12 19:33:06 + Log: Fix a syntax incompatibility introduced by the // operator. + (Note that C is still a syntax error, it + wasn't with perl 5.8.0.) + Branch: perl + ! t/op/dor.t toke.c +____________________________________________________________________________ +[ 17898] By: rgs on 2002/09/11 20:58:46 + Log: Fix bug #17006 : remove spurious do{} in the deparsing + of s/.../.../e. + Branch: perl + ! ext/B/B/Deparse.pm ext/B/t/deparse.t +____________________________________________________________________________ +[ 17897] By: rgs on 2002/09/11 20:56:21 + Log: Subject: [perl #17119] typo in utils/dprofpp.PL + From: "Todd C. Miller" (via RT) + Date: 10 Sep 2002 18:49:56 -0000 + Message-ID: + Branch: perl + ! utils/dprofpp.PL +____________________________________________________________________________ +[ 17896] By: merijn on 2002/09/11 08:31:45 + Log: re-synced Configure to backported metaunits + Branch: perl + ! Configure Porting/Glossary Porting/config.sh Porting/config_H + ! config_h.SH +____________________________________________________________________________ +[ 17892] By: merijn on 2002/09/10 15:43:53 + Log: Callback behaviour in hints + Mon, 9 Sep 2002, Allen Smith + Branch: perl + ! hints/README.hints +____________________________________________________________________________ +[ 17888] By: merijn on 2002/09/10 09:20:52 + Log: New low-price HP servers + Branch: perl + ! README.hpux +____________________________________________________________________________ +[ 17887] By: rgs on 2002/09/09 21:00:08 + Log: Subject: Re: [PATCH] Quieten warnings in Deparse.pm + From: Paul Johnson + Date: Mon, 9 Sep 2002 23:37:33 +0200 + Message-ID: <20020909213733.GD879@pjcj.net> + Branch: perl + ! ext/B/B/Deparse.pm +____________________________________________________________________________ +[ 17886] By: rgs on 2002/09/09 20:38:01 + Log: Subject: [PATCH] Re: [PATCH] Attempt at speeding up Config.pm. Didn't work. + From: Nicholas Clark + Date: Sun, 8 Sep 2002 23:05:54 +0100 + Message-ID: <20020908220553.GO286@Bagpuss.unfortu.net> + Branch: perl + ! configpm +____________________________________________________________________________ +[ 17885] By: rgs on 2002/09/09 20:35:34 + Log: Subject: [PATCH] strict.pm pod at __END__ + From: Nicholas Clark + Date: Sun, 8 Sep 2002 22:36:09 +0100 + Message-ID: <20020908213608.GM286@Bagpuss.unfortu.net> + Branch: perl + ! lib/strict.pm +____________________________________________________________________________ +[ 17884] By: rgs on 2002/09/09 19:33:11 + Log: Subject: [PATCH] File/Find/t/find.t tests 1 and 2 (was Re: [perl #17061] no strict 'garbage') + From: Nicholas Clark + Date: Sun, 8 Sep 2002 19:45:52 +0100 + Message-ID: <20020908184551.GH286@Bagpuss.unfortu.net> + Branch: perl + ! lib/File/Find/t/find.t +____________________________________________________________________________ +[ 17883] By: rgs on 2002/09/09 19:10:08 + Log: Subject: [PATCH] Quieten warnings in Deparse.pm + From: Paul Johnson + Date: Sun, 8 Sep 2002 23:50:11 +0200 + Message-ID: <20020908215011.GA879@pjcj.net> + Branch: perl + ! ext/B/B/Deparse.pm +____________________________________________________________________________ +[ 17882] By: hv on 2002/09/09 10:33:58 + Log: Update Changes + Branch: perl + ! Changes patchlevel.h ____________________________________________________________________________ [ 17881] By: hv on 2002/09/09 09:54:55 Log: Subject: Re: [PATCH: perl #17849] (corrected) Long double bugs - sprintf.t _and_ num.t @@ -82,7 +81178,7 @@ ____________________________________________________________________________ From: Nicholas Clark Date: Sun, 8 Sep 2002 15:46:44 +0100 Message-ID: <20020908144643.GC286@Bagpuss.unfortu.net> - + Plus two other similar tweaks Branch: perl ! ext/SDBM_File/sdbm.t @@ -207,56 +81303,6 @@ ____________________________________________________________________________ Branch: perl ! configpm ____________________________________________________________________________ -[ 17858] By: pudge on 2002/09/08 04:47:02 - Log: Save script context in compiled script - From Bart Lateur - Branch: maint-5.6/macperl - ! macos/lib/Mac/OSA/Simple.pm -____________________________________________________________________________ -[ 17857] By: pudge on 2002/09/08 04:46:31 - Log: Add Mac OS X Note - Branch: maint-5.6/macperl - ! macos/lib/Mac/Glue.pm -____________________________________________________________________________ -[ 17856] By: pudge on 2002/09/08 04:46:03 - Log: Remove workaround for fixed GUSI bug #553817 - Branch: maint-5.6/macperl - ! macos/MacPerlTests.cmd -____________________________________________________________________________ -[ 17855] By: pudge on 2002/09/08 04:36:08 - Log: Add ChooseFSObject/GetFolder - From Thomas Wegner - Branch: maint-5.6/macperl - + macos/ext/Mac/StandardFile/ChooseFSObject.c - + macos/ext/Mac/StandardFile/ChooseFSObject.h - + macos/ext/Mac/StandardFile/t/ChooseFSObject.t - ! macos/Perl.r macos/ext/Mac/StandardFile/Makefile.PL - ! macos/ext/Mac/StandardFile/StandardFile.pm - ! macos/ext/Mac/StandardFile/StandardFile.xs - ! macos/macperl/MacPerl.r -____________________________________________________________________________ -[ 17854] By: pudge on 2002/09/08 04:35:08 - Log: Fix URL encoding for MacPerl Help/Shuck - Bug exposed in Mac OS X 10.2; MacPerl Bug #598449 - Branch: maint-5.6/macperl - ! macos/macperl/MPHelp.c -____________________________________________________________________________ -[ 17853] By: pudge on 2002/09/08 04:33:43 - Log: TextEdit example show text extraction - Branch: maint-5.6/macperl - ! macos/ext/Mac/TextEdit/t/SimpleText.t -____________________________________________________________________________ -[ 17852] By: pudge on 2002/09/08 04:32:53 - Log: File::Copy should only warn if there's something to warn about - Branch: maint-5.6/macperl - ! lib/File/Copy.pm -____________________________________________________________________________ -[ 17851] By: nick on 2002/09/07 10:18:20 - Log: Integrate mainline - Branch: perlio - +> README.os400 ext/threads/shared/t/disabled.t hints/os400.sh - !> (integrate 69 files) -____________________________________________________________________________ [ 17850] By: ams on 2002/09/06 03:31:32 Log: Subject: [PATCH] (mostly (Unicode)) pod nits From: Jarkko Hietaniemi @@ -463,7 +81509,7 @@ ____________________________________________________________________________ From: Richard Soderberg (via RT) Date: 3 Sep 2002 18:48:54 -0000 Message-ID: - + Subject: [PATCH] A variety of README nitpicks. From: Richard Soderberg Date: Tue, 3 Sep 2002 11:54:39 -0700 (PDT) @@ -488,20 +81534,6 @@ ____________________________________________________________________________ Branch: perl ! pod/perlfunc.pod pod/perlvar.pod ____________________________________________________________________________ -[ 17820] By: gsar on 2002/08/30 19:55:21 - Log: integrate macperl changes#17657,17658,17663,17664 - - Neglected to include old bugfix from main branch - - Count line numbers properly in MacPerl app - - Portability fixes for blib - (already in 5.8/5.9) - - Minor test fixes - Branch: maint-5.6/perl - !> lib/blib.pm perl.c t/lib/filespec.t t/op/magic.t -____________________________________________________________________________ [ 17819] By: hv on 2002/08/30 13:42:02 Log: Subject: [PATCH] Tweaks to Bleadperl Version Object Support From: John Peacock @@ -586,12 +81618,6 @@ ____________________________________________________________________________ ! MANIFEST ext/threads/shared/shared.pm ! ext/threads/shared/t/hv_refs.t ____________________________________________________________________________ -[ 17809] By: nick on 2002/08/30 08:06:56 - Log: Integrate mainline - Branch: perlio - +> t/op/getpid.t - !> (integrate 28 files) -____________________________________________________________________________ [ 17808] By: ams on 2002/08/30 02:59:31 Log: Subject: [PATCH] Tru64 vs Berkeley DB From: Jarkko Hietaniemi @@ -689,33 +81715,6 @@ ____________________________________________________________________________ Branch: perl ! ext/B/B.pm ____________________________________________________________________________ -[ 17796] By: nick on 2002/08/27 18:46:22 - Log: Twiddle with my mail -> Change script - Branch: perlio - ! Porting/apply -____________________________________________________________________________ -[ 17795] By: nick on 2002/08/27 18:42:41 - Log: Subject: Re: PerlIO::via silent failure - From: Richard Clamp - Date: Sun, 11 Aug 2002 15:52:24 +0100 - Message-Id: <20020811145224.GA23897@mirth.demon.co.uk> - Branch: perlio - ! ext/PerlIO/t/via.t ext/PerlIO/via/via.xs -____________________________________________________________________________ -[ 17792] By: nick on 2002/08/27 18:09:29 - Log: Integrate mainline - Branch: perlio - +> ext/Storable/t/code.t lib/Math/BigInt/Scalar.pm - +> lib/Math/BigInt/t/bigints.t lib/Math/BigRat/t/big_ap.t - +> lib/Pod/t/text-options.t lib/Test/Simple/t/details.t - +> lib/Test/Simple/t/fork.t lib/Test/Simple/t/has_plan.t - +> lib/Test/Simple/t/has_plan2.t lib/Test/Simple/t/ok_obj.t - +> lib/bignum/t/biinfnan.t lib/bignum/t/bn_lite.t - +> lib/bignum/t/bninfnan.t lib/bignum/t/br_lite.t - +> lib/bignum/t/brinfnan.t lib/bignum/t/infnan.inc - +> t/lib/Test/Simple/sample_tests/pre_plan_death.plx - !> (integrate 135 files) -____________________________________________________________________________ [ 17791] By: hv on 2002/08/27 11:28:32 Log: Missing MANIFEST files for #17783. Branch: perl @@ -916,10 +81915,10 @@ ____________________________________________________________________________ ! utils/perldoc.PL ____________________________________________________________________________ [ 17766] By: rgs on 2002/08/24 20:33:05 - Log: Subject: [perl #16737] [PATCH] Perl5.8.0 two simple typos in perlxstut + Log: Subject: [perl #16737] [PATCH] Perl5.8.0 two simple typos in perlxstut From: Peter BARABAS (via RT) Date: 24 Aug 2002 08:16:19 -0000 - Message-ID: + Message-ID: Branch: perl ! pod/perlxstut.pod ____________________________________________________________________________ @@ -1083,7 +82082,7 @@ ____________________________________________________________________________ From: John Peacock Date: Tue, 20 Aug 2002 22:51:46 -0400 (Wed 03:51 BST) Message-id: <3D630042.6020407@rowman.com> - + Subject: Re: [REVISED PATCH] Magic v-strings From: John Peacock Date: Wed, 21 Aug 2002 15:08:34 -0400 (20:08 BST) @@ -1160,16 +82159,6 @@ ____________________________________________________________________________ Branch: perl ! Configure ____________________________________________________________________________ -[ 17738] By: nick on 2002/08/20 07:13:52 - Log: Integrate mainline - Branch: perlio - - vos/Makefile vos/build.cm vos/compile_perl.cm - - vos/config.alpha.def vos/config.alpha.h vos/config.ga.def - - vos/config.ga.h vos/config.pl vos/configure_perl.cm - - vos/install_perl.cm vos/perl.bind vos/test_vos_dummies.c - - vos/vos_dummies.c - !> (integrate 57 files) -____________________________________________________________________________ [ 17737] By: ams on 2002/08/19 07:48:39 Log: Effect a speedy recovery from POD affected by (ahem, Australian) negligence. @@ -1395,20 +82384,6 @@ ____________________________________________________________________________ Branch: perl ! pod/perlfaq4.pod ____________________________________________________________________________ -[ 17709] By: nick on 2002/08/11 10:25:15 - Log: Fix for [perl #15986] tell/seek misbehave for :crlf - Test from "Vadim Konovalov" - fix by Nick I-S based on study of problem based - on Vadim's analysis. - Branch: perlio - ! perlio.c t/io/crlf.t -____________________________________________________________________________ -[ 17708] By: nick on 2002/08/11 10:22:36 - Log: Integrate mainline. - Branch: perlio - +> pod/perl58delta.pod t/op/dor.t t/op/stash.t - !> (integrate 73 files) -____________________________________________________________________________ [ 17707] By: rgs on 2002/08/09 21:23:20 Log: Subject: New HP-UX itanium servers From: "H.Merijn Brand" @@ -1418,7 +82393,7 @@ ____________________________________________________________________________ ! README.hpux ____________________________________________________________________________ [ 17706] By: rgs on 2002/08/09 21:00:41 - Log: Subject: Re: missing lower range in {} regex + Log: Subject: Re: missing lower range in {} regex From: "John P. Linderman" Date: Fri, 09 Aug 2002 12:48:55 -0400 Message-ID: <200208091648.MAA77577@raptor.research.att.com> @@ -1548,7 +82523,7 @@ ____________________________________________________________________________ From: Nicholas Clark Date: Sat, 27 Jul 2002 21:49:55 +0100 Message-ID: <20020727204954.GB5117@Bagpuss.unfortu.net> - + Plus a little bit of regression tests. Branch: perl ! t/lib/warnings/pp_hot util.c @@ -1682,90 +82657,6 @@ ____________________________________________________________________________ ! patchlevel.h win32/Makefile win32/makefile.mk ! wince/Makefile.ce ____________________________________________________________________________ -[ 17670] By: pudge on 2002/07/30 03:19:03 - Log: Silent warnings in MM_MacOS - Branch: maint-5.8/macperl - ! lib/ExtUtils/MM_MacOS.pm -____________________________________________________________________________ -[ 17669] By: pudge on 2002/07/30 03:18:47 - Log: Silent warnings in MM_MacOS - Branch: macperl - ! lib/ExtUtils/MM_MacOS.pm -____________________________________________________________________________ -[ 17668] By: pudge on 2002/07/30 03:16:52 - Log: Help fixes from Thomas Wegner - Branch: macperl - ! macos/macperl/BuildHelpIndex macos/macperl/MacPerl.podhelp - Branch: maint-5.6/macperl - ! macos/macperl/BuildHelpIndex macos/macperl/MacPerl.podhelp - Branch: maint-5.8/macperl - ! macos/macperl/BuildHelpIndex macos/macperl/MacPerl.podhelp -____________________________________________________________________________ -[ 17667] By: pudge on 2002/07/29 20:42:43 - Log: Integrate perl - Branch: macperl - +> Changes5.8 pod/perl58delta.pod - !> (integrate 36 files) -____________________________________________________________________________ -[ 17666] By: pudge on 2002/07/29 20:04:54 - Log: Integrate from maint-5.6/macperl - - Changes 17660, 17661, 17662, 17663, 17664 - Branch: macperl - ! macos/ext/Mac/Dialogs/Dialogs.pm macos/lib/Mac/AETE/App.pm - ! macos/lib/Mac/AETE/Format/Glue.pm macos/lib/Mac/OSA/Simple.pm - ! macos/macperl/Droplets/gluemac.plx perl.c -____________________________________________________________________________ -[ 17665] By: pudge on 2002/07/29 19:39:58 - Log: Integrate from maint-5.6/macperl - - Changes 17660, 17661, 17662, 17663, 17664 - Branch: maint-5.8/macperl - ! macos/ext/Mac/Dialogs/Dialogs.pm macos/lib/Mac/AETE/App.pm - ! macos/lib/Mac/AETE/Format/Glue.pm macos/lib/Mac/OSA/Simple.pm - ! macos/macperl/Droplets/gluemac.plx perl.c -____________________________________________________________________________ -[ 17664] By: pudge on 2002/07/29 19:20:51 - Log: Neglected to include old bugfix from main branch - Branch: maint-5.6/macperl - ! perl.c -____________________________________________________________________________ -[ 17663] By: pudge on 2002/07/29 18:25:57 - Log: Count line numbers properly in MacPerl app - Branch: maint-5.6/macperl - ! perl.c -____________________________________________________________________________ -[ 17662] By: pudge on 2002/07/29 18:21:16 - Log: Make Mac::Glue work to glue Mac OS X apps under Classic - Branch: maint-5.6/macperl - ! macos/lib/Mac/AETE/App.pm macos/lib/Mac/AETE/Format/Glue.pm -____________________________________________________________________________ -[ 17661] By: pudge on 2002/07/29 18:20:46 - Log: gluemac failed with some paths - Branch: maint-5.6/macperl - ! macos/macperl/Droplets/gluemac.plx -____________________________________________________________________________ -[ 17660] By: pudge on 2002/07/29 18:20:12 - Log: Fix long-standing bug with popup menus not working in dialogs - Branch: maint-5.6/macperl - ! macos/ext/Mac/Dialogs/Dialogs.pm -____________________________________________________________________________ -[ 17659] By: pudge on 2002/07/29 18:19:00 - Log: Update test script - Branch: maint-5.6/macperl - ! macos/MacPerlTests.cmd -____________________________________________________________________________ -[ 17658] By: pudge on 2002/07/29 18:18:35 - Log: Portability fixes for blib - (already in 5.8/5.9) - Branch: maint-5.6/macperl - ! lib/blib.pm -____________________________________________________________________________ -[ 17657] By: pudge on 2002/07/29 18:17:54 - Log: Minor test fixes - Branch: maint-5.6/macperl - ! t/lib/filespec.t t/op/magic.t -____________________________________________________________________________ [ 17656] By: ams on 2002/07/28 06:12:33 Log: Subject: [PATCH] Typo in regcomp.c From: Chris Ball @@ -1786,56 +82677,6 @@ ____________________________________________________________________________ Branch: perl ! patchlevel.h ____________________________________________________________________________ -[ 17653] By: nick on 2002/07/23 07:56:25 - Log: Fix #15283 - binmode() was not passing mode - to PUSHED method called from PerlIO::via. - Branch: perlio - ! ext/PerlIO/via/via.xs -____________________________________________________________________________ -[ 17652] By: nick on 2002/07/23 07:55:03 - Log: Integrate mainline to just past perl5.8.0 - Branch: perlio - +> Changes5.8 - !> Changes MANIFEST -____________________________________________________________________________ -[ 17651] By: pudge on 2002/07/23 03:24:35 - Log: Integrate maint-5.6/perl - Branch: maint-5.6/macperl - +> t/win32/longpath.t - !> (integrate 35 files) -____________________________________________________________________________ -[ 17650] By: gsar on 2002/07/22 15:27:48 - Log: create macperl-5.8 branch - Branch: maint-5.8/macperl - +> (branch 3480 files) -____________________________________________________________________________ -[ 17649] By: jhi on 2002/07/21 08:44:34 - Log: Because of #17429. - Branch: maint-5.8/perl - ! pod/perldelta.pod -____________________________________________________________________________ -[ 17648] By: chip on 2002/07/19 22:51:19 - Log: Update Changes. (Including incorrect change #.) - Branch: maint-5.005/perl - ! Changes -____________________________________________________________________________ -[ 17647] By: chip on 2002/07/19 22:47:57 - Log: ensure that hashes never attempt to malloc with a negative size - From: Hugo - Subject: Re: [ID 20000421.002] Math::BigInt out of memory? - Branch: maint-5.005/perl - ! hv.c -____________________________________________________________________________ -[ 17646] By: chip on 2002/07/19 20:15:23 - Log: Update Changes in preparation for 5.005_04. - Branch: maint-5.005/perl - ! Changes -____________________________________________________________________________ -[ 17645] By: gsar on 2002/07/19 19:29:57 - Log: create maint-5.8 branch from perl/...@17638 - Branch: maint-5.8/perl - +> (branch 2829 files) -____________________________________________________________________________ [ 17644] By: jhi on 2002/07/19 18:55:18 Log: Copy perldelta as perl58delta, purge the perldelta. Branch: perl @@ -1852,17 +82693,6 @@ ____________________________________________________________________________ Branch: perl !> embed.fnc perl.h ____________________________________________________________________________ -[ 17640] By: nick on 2002/07/19 07:09:37 - Log: Integrate mainline@17638, apply couple - of whitespace edits so matches perl5.8.0 exactly. - Branch: perlio - ! embed.fnc perl.h - !> AUTHORS Changes Configure INSTALL NetWare/Makefile - !> NetWare/t/NWScripts.pl Porting/config.sh Porting/config_H - !> lib/File/stat.pm patchlevel.h pod/perldelta.pod - !> pod/perlfunc.pod pod/perlhist.pod pod/perlthrtut.pod - !> pod/perltoc.pod pod/perlvar.pod util.c -____________________________________________________________________________ [ 17639] By: jhi on 2002/07/19 00:47:18 Log: It's all yours, Hugo. Branch: perl