Update Changes.
Jarkko Hietaniemi [Wed, 27 Feb 2002 16:01:47 +0000 (16:01 +0000)]
p4raw-id: //depot/perl@14898

Changes
patchlevel.h

diff --git a/Changes b/Changes
index 1d238a5..cb8ccc9 100644 (file)
--- a/Changes
+++ b/Changes
@@ -31,6 +31,214 @@ or any other branch.
 Version v5.7.2         Development release working toward v5.8
 --------------
 ____________________________________________________________________________
+[ 14897] By: jhi                                   on 2002/02/27  15:26:12
+        Log: perldelta updates.
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 14896] By: jhi                                   on 2002/02/27  15:23:21
+        Log: Signedness nit.
+     Branch: perl
+          ! regexec.c
+____________________________________________________________________________
+[ 14895] By: jhi                                   on 2002/02/27  15:12:36
+        Log: Subject: Re: Smoke 14870
+             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
+             Date: Wed, 27 Feb 2002 16:48:35 +0100
+             Message-Id: <20020227163729.1D2B.H.M.BRAND@hccnet.nl>
+             
+             (with some additional garnish)
+     Branch: perl
+          ! README.hpux hints/hpux.sh
+____________________________________________________________________________
+[ 14894] By: jhi                                   on 2002/02/27  15:08:06
+        Log: Avoid PL_OpPtr et al getting unnecessarily (when not used)
+             into perl.exp in AIX.
+     Branch: perl
+          ! makedef.pl perl.h
+____________________________________________________________________________
+[ 14893] By: jhi                                   on 2002/02/27  13:49:59
+        Log: Subject: [PATCH pod/perlrun.pod] Re: [ID 20020227.003] minor text imperfection in perlrun manpage
+             From: Robin Barker <rmb1@cise.npl.co.uk>
+             Date: Wed, 27 Feb 2002 14:39:35 GMT
+             Message-Id: <200202271439.OAA25005@tempest.npl.co.uk>
+     Branch: perl
+          ! pod/perlrun.pod
+____________________________________________________________________________
+[ 14892] By: jhi                                   on 2002/02/27  13:41:14
+        Log: Subject: Re: [PATCH @14870] long C<=item>s and other pod->man->troff problems
+             From: Robin Barker <rmb1@cise.npl.co.uk>
+             Date: Wed, 27 Feb 2002 12:25:30 GMT
+             Message-Id: <200202271225.MAA24806@tempest.npl.co.uk>
+     Branch: perl
+          ! README.cygwin README.os2 ext/Time/HiRes/HiRes.pm lib/CGI.pm
+          ! lib/Math/BigInt.pm pod/perl561delta.pod pod/perliol.pod
+          ! pod/perlunicode.pod pod/perluniintro.pod
+____________________________________________________________________________
+[ 14891] By: jhi                                   on 2002/02/27  01:11:13
+        Log: Only modify LD_LIBRARY_PATH in case there are directories.
+     Branch: perl
+          ! hints/dec_osf.sh
+____________________________________________________________________________
+[ 14890] By: jhi                                   on 2002/02/27  01:01:11
+        Log: Subject: [PATCH] perl/hints/vos.sh
+             From: Paul_GreenVOS@vos.stratus.com
+             Date: Tue, 26 Feb 02 15:19 est
+             Message-Id: <200202262021.PAA24979@mailhub1.stratus.com>
+     Branch: perl
+          ! hints/vos.sh
+____________________________________________________________________________
+[ 14889] By: jhi                                   on 2002/02/27  00:59:33
+        Log: Forgot from #14888.
+     Branch: perl
+          ! ext/Unicode/Normalize/mkheader
+____________________________________________________________________________
+[ 14888] By: jhi                                   on 2002/02/27  00:50:55
+        Log: Unicode::Normalize 0.14 synch, from SADAHIRO Tomoyuki.
+     Branch: perl
+          ! ext/Unicode/Normalize/Changes
+          ! ext/Unicode/Normalize/Normalize.pm
+          ! ext/Unicode/Normalize/Normalize.xs
+          ! ext/Unicode/Normalize/README ext/Unicode/Normalize/t/func.t
+          ! ext/Unicode/Normalize/t/test.t
+____________________________________________________________________________
+[ 14887] By: ams                                   on 2002/02/26  23:51:52
+        Log: Subject: Missing diagnostics
+             From: Simon Glover <scog@roe.ac.uk>
+             Date: Tue, 26 Feb 2002 17:56:42 +0000 (BST)
+             Message-Id: <Pine.GSO.4.10.10202261754170.23317-100000@muinntiarach.roe.ac.uk>
+             
+             Subject: [PATCH] Better wording for the lvalue vec diagnostic
+             From: Simon Glover <scog@roe.ac.uk>
+             Date: Tue, 26 Feb 2002 18:08:04 +0000 (BST)
+             Message-Id: <Pine.GSO.4.10.10202261756560.23317-100000@muinntiarach.roe.ac.uk>
+     Branch: perl
+          ! doop.c pod/perldiag.pod t/op/vec.t
+____________________________________________________________________________
+[ 14886] By: ams                                   on 2002/02/26  15:48:34
+        Log: Subject: [PATCH] Not OK 5.7.2@14884
+             From: andreas.koenig@anima.de (Andreas J. Koenig)
+             Date: Tue, 26 Feb 2002 15:03:55 +0100
+             Message-Id: <m38z9gfigk.fsf@anima.de>
+     Branch: perl
+          ! t/lib/access.t
+____________________________________________________________________________
+[ 14885] By: nick                                  on 2002/02/26  13:48:55
+        Log: Integrate mainline
+     Branch: perlio
+         +> lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/config.t
+         +> lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/inf_nan.t
+         +> lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
+          - NetWare/t/NWModify-Exist.pl NetWare/t/NWScripts-Exist.pl
+         !> (integrate 102 files)
+____________________________________________________________________________
+[ 14884] By: jhi                                   on 2002/02/26  11:17:42
+        Log: Cray FP strikes again: things like 1.1 + 0.1 are easily
+             1.1999999999999996, or thereabouts (yes, even sprintf).
+     Branch: perl
+          ! t/base/num.t
+____________________________________________________________________________
+[ 14883] By: jhi                                   on 2002/02/26  11:09:07
+        Log: Neither.
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 14882] By: ams                                   on 2002/02/26  08:46:55
+        Log: Subject: [PATCH hv.c pod/perldiag.pod] "Attempt to access to key"?
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Tue, 26 Feb 2002 01:01:28 -0500
+             Message-Id: <20020226060128.GA2439@blackrider>
+     Branch: perl
+          ! hv.c pod/perldiag.pod
+____________________________________________________________________________
+[ 14881] By: jhi                                   on 2002/02/26  03:01:28
+        Log: Subject: [PATCH B::Concise] docs, typos
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Mon, 25 Feb 2002 16:41:16 +0100
+             Message-ID: <20020225164116.A1054@rafael>
+     Branch: perl
+          ! ext/B/B/Concise.pm
+____________________________________________________________________________
+[ 14880] By: jhi                                   on 2002/02/26  02:36:16
+        Log: POSIX: add isatty to @EXPORT_OK, reformat.
+     Branch: perl
+          ! ext/POSIX/POSIX.pm
+____________________________________________________________________________
+[ 14879] By: jhi                                   on 2002/02/26  01:03:17
+        Log: If using -Dloclibpth=... the directories need to
+             be appended to LD_LIBRARY_PATH (and ickily, if those
+             directories contain a (newer?) libdb.so, we need to
+             prepend   /usr/shlib to loclibpth).
+     Branch: perl
+          ! hints/dec_osf.sh
+____________________________________________________________________________
+[ 14878] By: jhi                                   on 2002/02/26  01:01:13
+        Log: Subject: [PATCH] Perl interface to newIO()
+             From: sthoenna@efn.org (Yitzchak Scott-Thoennes)      
+             Date: Mon, 25 Feb 2002 15:04:57 -0800
+             Message-ID: <ZMse8gzkg6oQ092yn@efn.org>
+     Branch: perl
+          ! lib/Symbol.pm lib/Symbol.t
+____________________________________________________________________________
+[ 14877] By: jhi                                   on 2002/02/26  00:06:16
+        Log: Subject: [PATCH perlvar] "." is not in @INC when -T
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>    
+             Date: Mon, 25 Feb 2002 21:58:30 +0100
+             Message-ID: <20020225215830.A744@rafael>
+     Branch: perl
+          ! pod/perlvar.pod
+____________________________________________________________________________
+[ 14876] By: jhi                                   on 2002/02/25  22:23:11
+        Log: Big5 tweaks from Autrijus Tang.
+     Branch: perl
+          ! ext/Encode/Encode/big5.enc
+____________________________________________________________________________
+[ 14875] By: jhi                                   on 2002/02/25  22:19:56
+        Log: Subject: [PATCH Glossary configpm] cleanups
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Mon, 25 Feb 2002 23:27:15 +0100
+             Message-ID: <20020225232715.C744@rafael>
+     Branch: perl
+          ! Porting/Glossary Porting/config.sh Porting/config_H configpm
+____________________________________________________________________________
+[ 14874] By: jhi                                   on 2002/02/25  21:53:29
+        Log: Subject: [PATCH] compile warnings (was Re: Smoke 14756 /pro/3gl/CPAN/perl-current)
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Mon, 25 Feb 2002 21:53:24 +0000
+             Message-ID: <20020225215323.GN365@Bagpuss.unfortu.net>
+     Branch: perl
+          ! ext/Encode/CN/Makefile.PL ext/Encode/JP/Makefile.PL
+          ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
+          ! ext/Encode/TW/Makefile.PL ext/Encode/compile
+____________________________________________________________________________
+[ 14873] By: jhi                                   on 2002/02/25  21:28:54
+        Log: Upgrade to I18N::LangTags 0.27.
+             (Causes one flipflop back to perl.com URL, must poke Sean.)
+     Branch: perl
+          ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
+          ! lib/I18N/LangTags/List.pm
+____________________________________________________________________________
+[ 14872] By: jhi                                   on 2002/02/25  21:22:32
+        Log: Upgrade to Getopt::Long 2.28.
+     Branch: perl
+          ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
+          ! lib/Getopt/Long/README
+____________________________________________________________________________
+[ 14871] By: jhi                                   on 2002/02/25  19:46:35
+        Log: No =head.
+     Branch: perl
+          ! pod/perlebcdic.pod
+____________________________________________________________________________
+[ 14870] By: jhi                                   on 2002/02/25  15:02:50
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 14869] By: jhi                                   on 2002/02/25  14:54:00
+        Log: metaconfig unit change for #14868.
+     Branch: metaconfig
+          ! U/modified/Chk_MANI.U
+____________________________________________________________________________
 [ 14868] By: jhi                                   on 2002/02/25  14:53:43
         Log: Some hosts understand split -l 50, some only split -50
              (from Paul Eggert).
index 644d863..000420b 100644 (file)
@@ -79,7 +79,7 @@
 #if !defined(PERL_PATCHLEVEL_H_IMPLICIT) && !defined(LOCAL_PATCH_COUNT)
 static char    *local_patches[] = {
         NULL
-       ,"DEVEL14868"
+       ,"DEVEL14897"
        ,NULL
 };