diff options
-rw-r--r-- | Changes | 109 | ||||
-rw-r--r-- | patchlevel.h | 2 |
2 files changed, 110 insertions, 1 deletions
@@ -28,6 +28,115 @@ example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/ Version v5.7.X Development release working toward v5.8 -------------- ____________________________________________________________________________ +[ 16693] By: jhi on 2002/05/19 14:28:37 + Log: Subject: [PATCH] Benchmark.pm: empty loop too slow + From: Slaven Rezic <slaven.rezic@berlin.de> + Date: Sun, 19 May 2002 16:03:12 +0200 (CEST) + Message-Id: <200205191403.g4JE3ClB025990@vran.herceg.de> + Branch: perl + ! lib/Benchmark.pm +____________________________________________________________________________ +[ 16692] By: jhi on 2002/05/19 03:05:41 + Log: Document once more the difference between :utf8 + and :encoding(...). + Branch: perl + ! lib/open.pm pod/perluniintro.pod +____________________________________________________________________________ +[ 16691] By: jhi on 2002/05/19 02:24:30 + Log: Third Degree: make the options more portable between + Tru64 versions. + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 16690] By: jhi on 2002/05/19 01:41:54 + Log: IRIX SMP turned up a few hundred "Use of uninitialized + value in numeric eq" warnings: initialise the $counter2. + Branch: perl + ! ext/threads/shared/t/cond.t +____________________________________________________________________________ +[ 16689] By: jhi on 2002/05/19 00:29:36 + Log: Subject: Re: [PATCH threads] revised warnings + more tests + docs + From: Dave Mitchell <davem@fdgroup.com> + Date: Sun, 19 May 2002 00:50:43 +0100 + Message-ID: <20020519005043.F7275@fdgroup.com> + Branch: perl + ! ext/threads/shared/t/cond.t +____________________________________________________________________________ +[ 16688] By: jhi on 2002/05/19 00:28:51 + Log: Sarathy pointed out that instead of zeroing heap + it is more prudent to poison it. + Branch: perl + ! handy.h pod/perlapi.pod pod/perlclib.pod pod/perlhack.pod + ! scope.c sv.c util.c +____________________________________________________________________________ +[ 16687] By: jhi on 2002/05/18 22:03:29 + Log: The thread warnings aren't quite yet working as planned. + Branch: perl + ! ext/threads/shared/t/cond.t +____________________________________________________________________________ +[ 16686] By: jhi on 2002/05/18 20:48:03 + Log: Forgotten from #16685. + Branch: perl + ! ext/threads/shared/t/cond.t +____________________________________________________________________________ +[ 16685] By: jhi on 2002/05/18 20:46:13 + Log: Subject: [PATCH threads] revised warnings + more tests + docs + From: Dave Mitchell <davem@fdgroup.com> + Date: Sat, 18 May 2002 22:24:51 +0100 + Message-ID: <20020518222451.E7275@fdgroup.com> + Branch: perl + ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs + ! ext/threads/t/thread.t ext/threads/threads.pm lib/warnings.pm + ! pod/perldiag.pod pod/perllexwarn.pod warnings.h warnings.pl +____________________________________________________________________________ +[ 16684] By: jhi on 2002/05/18 20:10:53 + Log: Storable status tweak. + Branch: perl + ! pod/perldelta.pod +____________________________________________________________________________ +[ 16683] By: rgs on 2002/05/18 19:39:42 + Log: perlfunc and perldelta updates about caller(). + Branch: perl + ! pod/perldelta.pod pod/perlfunc.pod +____________________________________________________________________________ +[ 16682] By: jhi on 2002/05/18 19:33:51 + Log: Subject: [PATCH] RE: perl@16678 + From: "Paul Marquess" <Paul.Marquess@ntlworld.com> + Date: Sat, 18 May 2002 21:15:43 +0100 + Message-ID: <AIEAJICLCBDNAAOLLOKLCEAPELAA.Paul.Marquess@ntlworld.com> + + Making the symbols generated by warnings.pl future-proof. + Branch: perl + ! lib/warnings.pm warnings.h warnings.pl +____________________________________________________________________________ +[ 16681] By: jhi on 2002/05/18 18:44:32 + Log: Subject: [PATCH] ExtUtils::MakeMaker 5.94_02 -> 5.95_01 + From: Michael G Schwern <schwern@pobox.com> + Date: Sat, 18 May 2002 14:53:50 -0400 + Message-ID: <20020518185350.GB2878@ool-18b93024.dyn.optonline.net> + Branch: perl + ! lib/ExtUtils/Changes lib/ExtUtils/MakeMaker.pm + ! lib/ExtUtils/t/testlib.t lib/ExtUtils/testlib.pm +____________________________________________________________________________ +[ 16680] By: jhi on 2002/05/18 18:43:35 + Log: Prettyprinting. + Branch: perl + ! t/op/recurse.t +____________________________________________________________________________ +[ 16679] By: jhi on 2002/05/18 18:42:08 + Log: Companion to #16601: cxinc would create uninitialized + PERL_CONTEXTs. The bug was tickled by the test + lib/Math/BigInt/t/upgrade.t, the new test of recurse.t + added to check that I got the context stack extension right. + Also rewrite recurse.t to use test.pl. + Branch: perl + ! scope.c t/op/recurse.t +____________________________________________________________________________ +[ 16678] By: jhi on 2002/05/18 16:38:29 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ [ 16677] By: jhi on 2002/05/18 15:50:25 Log: URL and other tiny tweaks. Branch: perl diff --git a/patchlevel.h b/patchlevel.h index c0e12c228d..0b46eb7e0d 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -79,7 +79,7 @@ #if !defined(PERL_PATCHLEVEL_H_IMPLICIT) && !defined(LOCAL_PATCH_COUNT) static char *local_patches[] = { NULL - ,"DEVEL16677" + ,"DEVEL16693" ,NULL }; |