Update Changes.
Jarkko Hietaniemi [Sat, 13 Jul 2002 23:05:53 +0000 (23:05 +0000)]
p4raw-id: //depot/perl@17526

Changes
patchlevel.h

diff --git a/Changes b/Changes
index f55ab21..b9bfbdd 100644 (file)
--- a/Changes
+++ b/Changes
@@ -28,6 +28,78 @@ example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/
 Version v5.7.X         Development release working toward v5.8
 --------------
 ____________________________________________________________________________
+[ 17525] By: jhi                                   on 2002/07/13  22:31:07
+        Log: Small pod nits.
+     Branch: perl
+          ! README.irix README.os2 pod/perlhack.pod pod/perlipc.pod
+____________________________________________________________________________
+[ 17524] By: jhi                                   on 2002/07/13  22:26:10
+        Log: Update perlhist.
+     Branch: perl
+          ! pod/perlhist.pod
+____________________________________________________________________________
+[ 17523] By: jhi                                   on 2002/07/13  22:24:19
+        Log: metaconfig unit changes for #17522.
+     Branch: metaconfig/U/perl
+          + IncClean.U
+          ! gccvers.U
+____________________________________________________________________________
+[ 17522] By: jhi                                   on 2002/07/13  22:24:02
+        Log: Regen Configure.
+     Branch: perl
+          ! Configure Porting/config.sh Porting/config_H
+____________________________________________________________________________
+[ 17521] By: jhi                                   on 2002/07/13  14:14:16
+        Log: Update the CPAN sites list in perlmodlib, regen toc.
+     Branch: perl
+          ! pod/perlmodlib.PL pod/perlmodlib.pod pod/perltoc.pod
+____________________________________________________________________________
+[ 17520] By: jhi                                   on 2002/07/13  13:51:55
+        Log: Subject: [PATCH] perlbug
+             From: Ask Bjoern Hansen <ask@develooper.com>
+             Date: Sat, 13 Jul 2002 07:46:36 -0700 (PDT)
+             Message-ID: <20020713074456.M95399-100000@miette.develooper.com>
+     Branch: perl
+          ! utils/perlbug.PL
+____________________________________________________________________________
+[ 17519] By: jhi                                   on 2002/07/13  13:35:57
+        Log: More admonishment that one shouldn't waste one's efforts
+             on 5.005 threads any more.
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 17518] By: jhi                                   on 2002/07/13  13:29:07
+        Log: The installation of the 5.005threads {Queue,Semaphore}.pm
+             didn't quite work.
+     Branch: perl
+          ! ext/Thread/Queue.pmx ext/Thread/Semaphore.pmx installperl
+____________________________________________________________________________
+[ 17517] By: rgs                                   on 2002/07/13  11:46:14
+        Log: Minor doc changes for PerlIO::via.
+     Branch: perl
+          ! ext/PerlIO/via/via.pm
+____________________________________________________________________________
+[ 17516] By: rgs                                   on 2002/07/13  11:28:01
+        Log: The warning "Use of tainted arguments in %s is deprecated"
+             was incorrectly reported whenever system or exec was
+             invoked with multiple arguments.
+     Branch: perl
+          ! pod/perldiag.pod pp_sys.c t/op/taint.t
+____________________________________________________________________________
+[ 17515] By: nick                                  on 2002/07/13  09:18:03
+        Log: Integrate mainline
+     Branch: perlio
+         +> 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
+         !> (integrate 54 files)
+____________________________________________________________________________
+[ 17514] By: jhi                                   on 2002/07/13  00:10:07
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
 [ 17513] By: jhi                                   on 2002/07/13  00:03:04
         Log: Document that using threads/pseudofork inside BEGINs does not work.
      Branch: perl
@@ -376,7 +448,7 @@ ____________________________________________________________________________
 ____________________________________________________________________________
 [ 17467] By: jhi                                   on 2002/07/10  20:10:23
         Log: Retract #17375: contrary to intention, it was actually
-             harmful on EBCDIC.
+             harmful on EBCDIC (configpm broke).
      Branch: perl
           ! regexec.c
 ____________________________________________________________________________
index 862fa3d..591f3a2 100644 (file)
@@ -79,7 +79,7 @@
 #if !defined(PERL_PATCHLEVEL_H_IMPLICIT) && !defined(LOCAL_PATCH_COUNT)
 static char    *local_patches[] = {
         NULL
-       ,"DEVEL17513"
+       ,"DEVEL17525"
        ,NULL
 };