Change 17514 by jhi@alpha on 2002/07/13 00:10:07 Update Changes.
Affected files ... .... //depot/perl/Changes#574 edit .... //depot/perl/patchlevel.h#432 edit Differences ... ==== //depot/perl/Changes#574 (text) ==== Index: perl/Changes --- perl/Changes#573~17502~ Fri Jul 12 06:08:53 2002 +++ perl/Changes Fri Jul 12 17:10:07 2002 @@ -28,6 +28,107 @@ 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 <[EMAIL PROTECTED]> + Date: Fri, 12 Jul 2002 23:45:52 +0200 + Message-Id: <[EMAIL PROTECTED]> + 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 <[EMAIL PROTECTED]> + Date: Fri, 12 Jul 2002 23:30:16 +0200 + Message-Id: <[EMAIL PROTECTED]> + 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 <[EMAIL PROTECTED]> + Date: Fri, 12 Jul 2002 14:17:56 -0400 + Message-ID: <[EMAIL PROTECTED]> + To: [EMAIL PROTECTED] (Yitzchak Scott-Thoennes) + + (an accidental dual submit...) + + Subject: lib/Config.t : why 900 entries? + From: "Craig A. Berry" <[EMAIL PROTECTED]> + Date: Fri, 12 Jul 2002 16:02:59 -0500 + Message-Id: <a05111b04b954f27fd5a7@[172.16.52.1]> + + (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 <[EMAIL PROTECTED]> + Date: Fri, 12 Jul 2002 17:25:09 +0100 + Message-ID: <[EMAIL PROTECTED]> + 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 ==== //depot/perl/patchlevel.h#432 (text) ==== Index: perl/patchlevel.h --- perl/patchlevel.h#431~17502~ Fri Jul 12 06:08:53 2002 +++ perl/patchlevel.h Fri Jul 12 17:10:07 2002 @@ -79,7 +79,7 @@ #if !defined(PERL_PATCHLEVEL_H_IMPLICIT) && !defined(LOCAL_PATCH_COUNT) static char *local_patches[] = { NULL - ,"DEVEL17501" + ,"DEVEL17513" ,NULL }; End of Patch.