Update Changes.
Jarkko Hietaniemi [Wed, 17 Jul 2002 12:57:42 +0000 (12:57 +0000)]
p4raw-id: //depot/perl@17597

Changes
patchlevel.h

diff --git a/Changes b/Changes
index 207156b..3ea6362 100644 (file)
--- a/Changes
+++ b/Changes
@@ -28,6 +28,158 @@ example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/
 Version v5.7.X         Development release working toward v5.8
 --------------
 ____________________________________________________________________________
+[ 17596] By: jhi                                   on 2002/07/17  12:46:20
+        Log: Ivan Kurmanov pointed out that the whole "use utf8"
+             semantics change was missing from Incompatible Changes.
+             Ooops.    (Also tweaked the announcement.)
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 17595] By: jhi                                   on 2002/07/17  12:35:07
+        Log: Doc deduplication by Ivan Kurmanov <kurmanov@openlib.org>.
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 17594] By: jhi                                   on 2002/07/17  12:29:42
+        Log: Integrate perlio:
+             
+             [ 17587]
+             Fix :scalar layer to allow it to exist under other layers.
+             Actual fix is just the if (!f) test before calling
+             PerlIO_allocate(). Rest of change is conforming to
+             standard indent.
+     Branch: perl
+         !> ext/PerlIO/scalar/scalar.xs
+____________________________________________________________________________
+[ 17593] By: jhi                                   on 2002/07/17  12:25:39
+        Log: Also the NetWare breakage was due to #17270, go figure.
+     Branch: perl
+          ! sv.c
+____________________________________________________________________________
+[ 17592] By: jhi                                   on 2002/07/17  12:21:07
+        Log: Subject: patch against perldebug.pod
+             From: Jim Cromie <jcromie@divsol.com>
+             Date: Wed, 17 Jul 2002 08:48:38 -0400
+             Message-ID: <3D3567A6.5070404@divsol.com>
+     Branch: perl
+          ! pod/perldebug.pod
+____________________________________________________________________________
+[ 17591] By: jhi                                   on 2002/07/17  12:18:24
+        Log: Subject: [PATCH] Encode::FB_QUIET
+             From: Tatsuhiko Miyagawa <miyagawa@edge.co.jp>
+             Date: Wed, 17 Jul 2002 18:25:01 +0900
+             Message-ID: <86adoq4sgi.wl@mail.edge.co.jp>
+     Branch: perl
+          ! ext/Encode/Encode.pm
+____________________________________________________________________________
+[ 17590] By: jhi                                   on 2002/07/17  12:14:21
+        Log: Cygwin is at 1.3.12.
+     Branch: perl
+          ! README.cygwin
+____________________________________________________________________________
+[ 17589] By: pudge                                 on 2002/07/17  11:28:37
+        Log: Config/Makefile/test updates
+     Branch: macperl
+          ! macos/MacPerlTests.cmd macos/Makefile.mk macos/config.sh
+          ! macos/macperl/Makefile.mk
+____________________________________________________________________________
+[ 17588] By: pudge                                 on 2002/07/17  11:28:02
+        Log: Small test fixes for Mac OS
+             
+             $Config{cc} is generated dynamically on MacPerl,
+             so looking at raw config_sh() fails
+             
+             op/glob.t never worked before, oops :-)
+     Branch: macperl
+          ! lib/Config.t t/op/glob.t
+____________________________________________________________________________
+[ 17587] By: nick                                  on 2002/07/17  06:33:58
+        Log: Fix :scalar layer to allow it to exist under other layers.
+             Actual fix is just the if (!f) test before calling
+             PerlIO_allocate(). Rest of change is conforming to
+             standard indent.
+     Branch: perlio
+          ! ext/PerlIO/scalar/scalar.xs
+____________________________________________________________________________
+[ 17586] By: nick                                  on 2002/07/17  06:32:10
+        Log: Integrate mainline
+     Branch: perlio
+         !> ext/Encode/encoding.pm hints/mpeix.sh lib/Net/Ping.pm
+         !> lib/Net/Ping/Changes lib/Net/Ping/README
+         !> lib/Net/Ping/t/200_ping_tcp.t mpeix/nm sv.c
+____________________________________________________________________________
+[ 17585] By: pudge                                 on 2002/07/17  04:09:40
+        Log: Integrate perl
+     Branch: macperl
+         !> (integrate 53 files)
+____________________________________________________________________________
+[ 17584] By: jhi                                   on 2002/07/17  03:11:53
+        Log: Upgrade to Net::Ping 2.20.
+     Branch: perl
+          ! lib/Net/Ping.pm lib/Net/Ping/Changes lib/Net/Ping/README
+          ! lib/Net/Ping/t/200_ping_tcp.t
+____________________________________________________________________________
+[ 17583] By: jhi                                   on 2002/07/16  21:14:36
+        Log: DJGPP was broken by #17270.  Because of the time crunch
+             we may not have time to investigate how that is possible,
+             since the #17270 was trying to protect against illegal
+             memory accesses... (the breakage of the DJGPP build was
+             manifested by configpm eating up all the available memory)
+     Branch: perl
+          ! sv.c
+____________________________________________________________________________
+[ 17582] By: jhi                                   on 2002/07/16  20:18:32
+        Log: MPE/iX fixes from Mark Bixby.
+     Branch: perl
+          ! hints/mpeix.sh mpeix/nm
+____________________________________________________________________________
+[ 17581] By: rgs                                   on 2002/07/16  19:49:16
+        Log: Remove bad advice : -M doesn't work on the #! line
+     Branch: perl
+          ! ext/Encode/encoding.pm
+____________________________________________________________________________
+[ 17580] By: nick                                  on 2002/07/16  19:41:34
+        Log: Integrate mainline (what a lot of change during freeze!)
+     Branch: perlio
+         !> (integrate 41 files)
+____________________________________________________________________________
+[ 17579] By: jhi                                   on 2002/07/16  18:13:50
+        Log: With very high probability this 8-space wants to be a 1-tab.
+     Branch: perl
+          ! lib/ExtUtils/MM_NW5.pm
+____________________________________________________________________________
+[ 17578] By: jhi                                   on 2002/07/16  17:56:17
+        Log: Remove the extra warning since after it the right thing
+             is attempted (and that gives a warning if necessary).
+     Branch: perl
+          ! x2p/s2p.PL
+____________________________________________________________________________
+[ 17577] By: jhi                                   on 2002/07/16  17:53:47
+        Log: Subject: [ID 20020716.001] RC3 pp_sys.c #ifdef usage wrong
+             From: W.BRISCOE@ponl.com
+             Date: Tue, 16 Jul 2002 08:24:00 +0100
+             Message-Id: <NXfa4c15-42476076@eur.ponl.com>
+     Branch: perl
+          ! pp_sys.c
+____________________________________________________________________________
+[ 17576] By: jhi                                   on 2002/07/16  13:58:32
+        Log: Subject: sprintf: fix and docs
+             From: Hugo van der Sanden <hv@crypt.compulink.co.uk>      
+             Date: Tue, 16 Jul 2002 16:01:12 +0100
+             Message-Id: <200207161501.g6GF1CN00635@crypt.compulink.co.uk>
+     Branch: perl
+          ! pod/perlfunc.pod sv.c
+____________________________________________________________________________
+[ 17575] By: jhi                                   on 2002/07/16  13:47:11
+        Log: Regen toc.
+     Branch: perl
+          ! pod/perltoc.pod
+____________________________________________________________________________
+[ 17574] By: jhi                                   on 2002/07/16  13:30:22
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
 [ 17573] By: jhi                                   on 2002/07/16  13:14:34
         Log: Mac OS X dyld problem: try more direct action first.
      Branch: perl
index ffca887..e7b6eed 100644 (file)
@@ -79,7 +79,7 @@
 #if !defined(PERL_PATCHLEVEL_H_IMPLICIT) && !defined(LOCAL_PATCH_COUNT)
 static char    *local_patches[] = {
         NULL
-       ,"DEVEL17573"
+       ,"DEVEL17596"
        ,NULL
 };