Update Changes.
Jarkko Hietaniemi [Mon, 27 May 2002 23:48:31 +0000 (23:48 +0000)]
p4raw-id: //depot/perl@16826

Changes
patchlevel.h

diff --git a/Changes b/Changes
index df4316c..d6ff1d9 100644 (file)
--- a/Changes
+++ b/Changes
@@ -28,6 +28,68 @@ example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/
 Version v5.7.X         Development release working toward v5.8
 --------------
 ____________________________________________________________________________
+[ 16824] By: jhi                                   on 2002/05/27  20:58:48
+        Log: Todo update.
+     Branch: perl
+          ! pod/perltodo.pod
+____________________________________________________________________________
+[ 16823] By: jhi                                   on 2002/05/27  20:55:45
+        Log: Don't assume sh and true.
+     Branch: perl
+          ! Makefile.micro uconfig.h
+____________________________________________________________________________
+[ 16822] By: jhi                                   on 2002/05/27  20:42:47
+        Log: Subject: Re: [PATCH] Version tango
+             From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
+             Date: Mon, 27 May 2002 13:20:56 -0700
+             Message-ID: <oUp88gzkgy+T092yn@efn.org>
+     Branch: perl
+          ! ext/Devel/Peek/Peek.pm ext/Errno/Errno_pm.PL
+          ! 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 ext/List/Util/lib/List/Util.pm
+          ! ext/Time/HiRes/HiRes.pm lib/Tie/RefHash.pm lib/attributes.pm
+____________________________________________________________________________
+[ 16821] By: rgs                                   on 2002/05/27  20:25:30
+        Log: Fix a warning bug in Perl_report_evil_fh (didn't report
+             stashes correctly.) Partial info is better than wrong info.
+     Branch: perl
+          ! t/lib/warnings/pp_hot util.c
+____________________________________________________________________________
+[ 16820] By: jhi                                   on 2002/05/27  20:09:27
+        Log: A shot in the dark.
+     Branch: perl
+          ! mg.c
+____________________________________________________________________________
+[ 16819] By: jhi                                   on 2002/05/27  19:10:14
+        Log: Comment nit from Yitzchak.
+     Branch: perl
+          ! sv.c
+____________________________________________________________________________
+[ 16818] By: nick                                  on 2002/05/27  18:47:58
+        Log: Integrate mainline
+     Branch: perlio
+         +> NetWare/bat/SetNWDef.bat NetWare/bat/Setcw.bat NetWare/sv_nw.c
+         !> Changes MANIFEST NetWare/bat/Setwatcom.bat README.cygwin
+         !> README.netware ext/B/B/Deparse.pm ext/B/B/Lint.pm
+         !> ext/B/t/lint.t ext/Storable/ChangeLog ext/Storable/Storable.pm
+         !> ext/Storable/Storable.xs ext/Storable/t/downgrade.t
+         !> hints/darwin.sh hints/hpux.sh lib/ExtUtils/MM_NW5.pm
+         !> patchlevel.h pod/perldelta.pod pod/perlfaq5.pod
+         !> pod/perlfaq6.pod pod/perlfunc.pod pod/perlipc.pod
+         !> pod/perlsub.pod
+____________________________________________________________________________
+[ 16817] By: jhi                                   on 2002/05/27  18:15:32
+        Log: POD cleanup and rewrapping.
+     Branch: perl
+          ! README.netware
+____________________________________________________________________________
+[ 16816] By: jhi                                   on 2002/05/27  16:55:53
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
 [ 16815] By: jhi                                   on 2002/05/27  16:49:06
         Log: More NetWare.
      Branch: perl
index 8f958d3..6931a48 100644 (file)
@@ -79,7 +79,7 @@
 #if !defined(PERL_PATCHLEVEL_H_IMPLICIT) && !defined(LOCAL_PATCH_COUNT)
 static char    *local_patches[] = {
         NULL
-       ,"DEVEL16815"
+       ,"DEVEL16824"
        ,NULL
 };