From: Jarkko Hietaniemi Date: Sat, 13 Jul 2002 00:10:07 +0000 (+0000) Subject: Update Changes. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=dd99735e5845ae96055c262cc6883b73fc785c44;p=p5sagit%2Fp5-mst-13.2.git Update Changes. p4raw-id: //depot/perl@17514 --- diff --git a/Changes b/Changes index 93c3dbb..f55ab21 100644 --- a/Changes +++ b/Changes @@ -28,6 +28,107 @@ example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/ Version v5.7.X Development release working toward v5.8 -------------- ____________________________________________________________________________ +[ 17513] By: jhi on 2002/07/13 00:03:04 + Log: Document that using threads/pseudofork inside BEGINs does not work. + Branch: perl + ! ext/threads/threads.pm +____________________________________________________________________________ +[ 17512] By: jhi on 2002/07/12 23:53:22 + Log: Subject: [DOC PATCH] threads::shared.pm, share( $hashref->{key} ) bug + From: Elizabeth Mattijsen + Date: Fri, 12 Jul 2002 23:45:52 +0200 + Message-Id: <4.2.0.58.20020712234444.0209f350@mickey.dijkmat.nl> + Branch: perl + ! ext/threads/shared/shared.pm +____________________________________________________________________________ +[ 17511] By: jhi on 2002/07/12 23:52:34 + Log: Subject: [DOC PATCH] threads.pm, threads->tid in DESTROY bug + From: Elizabeth Mattijsen + Date: Fri, 12 Jul 2002 23:30:16 +0200 + Message-Id: <4.2.0.58.20020712232919.0224fea0@mickey.dijkmat.nl> + Branch: perl + ! ext/threads/threads.pm +____________________________________________________________________________ +[ 17510] By: jhi on 2002/07/12 23:46:45 + Log: Update the 5.005threads failure status. + Branch: perl + ! pod/perldelta.pod +____________________________________________________________________________ +[ 17509] By: jhi on 2002/07/12 23:44:17 + Log: threads::shared::queue and semaphore become Thread::Semaphore + and Queue. The 5005threads case where the old Semaphore and + Queue.pm (they are disguised as .pmx) should get magically + installed instead has not been tested. + Branch: perl + + ext/Thread/Queue.pmx ext/Thread/Semaphore.pmx + + lib/Thread/Queue.t lib/Thread/Semaphore.t + - ext/threads/shared/queue.pm ext/threads/shared/semaphore.pm + - ext/threads/shared/t/queue.t ext/threads/shared/t/semaphore.t + ! MANIFEST ext/Thread/Makefile.PL ext/threads/shared/Makefile.PL + ! ext/threads/shared/shared.pm installperl lib/Thread/Queue.pm + ! lib/Thread/Semaphore.pm pod/perldelta.pod pod/perlmodlib.pod + ! pod/perlthrtut.pod pod/perltoc.pod +____________________________________________________________________________ +[ 17508] By: jhi on 2002/07/12 20:06:23 + Log: Subject: Re: Clock skew failures in Memoize test suite + From: Mark-Jason Dominus + Date: Fri, 12 Jul 2002 14:17:56 -0400 + Message-ID: <20020712181756.9595.qmail@plover.com> + To: sthoenna@efn.org (Yitzchak Scott-Thoennes) + + (an accidental dual submit...) + + Subject: lib/Config.t : why 900 entries? + From: "Craig A. Berry" + Date: Fri, 12 Jul 2002 16:02:59 -0500 + Message-Id: + + (dropping the limit from 750 down to 500) + Branch: perl + ! lib/Config.t lib/Memoize.pm lib/Memoize/ExpireFile.pm + ! lib/Memoize/t/array.t lib/Memoize/t/array_confusion.t + ! lib/Memoize/t/correctness.t lib/Memoize/t/errors.t + ! lib/Memoize/t/expfile.t lib/Memoize/t/expire.t + ! lib/Memoize/t/expmod_t.t lib/Memoize/t/flush.t + ! lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t + ! lib/Memoize/t/speed.t 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/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t +____________________________________________________________________________ +[ 17507] By: jhi on 2002/07/12 18:51:16 + Log: AUTHORS updates. + Branch: perl + ! AUTHORS +____________________________________________________________________________ +[ 17506] By: jhi on 2002/07/12 17:45:34 + Log: Many of the feared z/OS failures turned out to be false alarms. + Branch: perl + ! pod/perldelta.pod +____________________________________________________________________________ +[ 17505] By: jhi on 2002/07/12 15:42:07 + Log: Subject: Core dump in perl_clone (even with 'use threads;' first) [PATCH] + From: Tim Bunce + Date: Fri, 12 Jul 2002 17:25:09 +0100 + Message-ID: <20020712172509.B568@dansat.data-plan.com> + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 17504] By: jhi on 2002/07/12 13:53:15 + Log: Easy z/OS fix by skipping raw UTF-8. + Branch: perl + ! pod/perldelta.pod t/op/subst.t +____________________________________________________________________________ +[ 17503] By: jhi on 2002/07/12 13:41:34 + Log: Update the z/OS situation. + Branch: perl + ! pod/perldelta.pod +____________________________________________________________________________ +[ 17502] By: jhi on 2002/07/12 13:08:53 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ [ 17501] By: jhi on 2002/07/12 12:56:57 Log: Regen modlib, toc. Branch: perl diff --git a/patchlevel.h b/patchlevel.h index 03471c3..862fa3d 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 - ,"DEVEL17501" + ,"DEVEL17513" ,NULL };