Update Changes.
Jarkko Hietaniemi [Sun, 30 Jun 2002 15:31:53 +0000 (15:31 +0000)]
p4raw-id: //depot/perl@17384

Changes
patchlevel.h

diff --git a/Changes b/Changes
index 8f47721..25d313f 100644 (file)
--- a/Changes
+++ b/Changes
@@ -28,6 +28,293 @@ example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/
 Version v5.7.X         Development release working toward v5.8
 --------------
 ____________________________________________________________________________
+[ 17383] By: jhi                                   on 2002/06/30  02:45:58
+        Log: Retract #17380, the refcnt tweak was misplaced (re_dup is used
+             when creation of new threads needs to duplicate the re struct)
+     Branch: perl
+          ! sv.c
+____________________________________________________________________________
+[ 17382] By: jhi                                   on 2002/06/30  01:22:05
+        Log: Subject: [PATCH] Re: [PATCH] pack 'w' should be using NV, not double
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Sat, 29 Jun 2002 18:24:08 +0100
+             Message-ID: <20020629172408.GB322@Bagpuss.unfortu.net>
+     Branch: perl
+          ! t/op/pack.t
+____________________________________________________________________________
+[ 17381] By: rgs                                   on 2002/06/29  13:31:12
+        Log: Various precisions.
+     Branch: perl
+          ! pod/perlhack.pod
+____________________________________________________________________________
+[ 17380] By: jhi                                   on 2002/06/28  18:50:08
+        Log: (Retracted by #17383)
+             Subject: Re: [ID 20020627.002] Regexp causing segmentation fault
+             From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
+             Date: Fri, 28 Jun 2002 14:29:43 +0100
+             Message-Id: <200206281329.g5SDThO10165@crypt.compulink.co.uk>
+     Branch: perl
+          ! sv.c
+____________________________________________________________________________
+[ 17379] By: jhi                                   on 2002/06/28  18:36:57
+        Log: Subject: [PATCH rc2] README.os2
+             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
+             Date: Fri, 28 Jun 2002 13:32:39 -0400
+             Message-ID: <20020628133239.A26455@math.ohio-state.edu>
+     Branch: perl
+          ! README.os2 os2/Changes
+____________________________________________________________________________
+[ 17378] By: jhi                                   on 2002/06/28  18:28:43
+        Log: Forgotten file.
+     Branch: perl
+          ! MANIFEST
+____________________________________________________________________________
+[ 17377] By: nick                                  on 2002/06/28  17:59:37
+        Log: Integrate mainline
+     Branch: perlio
+         +> ext/Digest/MD5/hints/MacOS.pl lib/Pod/t/text.t
+         !> (integrate 27 files)
+____________________________________________________________________________
+[ 17376] By: jhi                                   on 2002/06/28  13:15:17
+        Log: NetWare update from Ananth Kesari.
+     Branch: perl
+          ! NetWare/Makefile NetWare/netware.h NetWare/nw5.c
+          ! ext/DynaLoader/DynaLoader_pm.PL lib/ExtUtils/MM_NW5.pm
+____________________________________________________________________________
+[ 17375] By: jhi                                   on 2002/06/28  13:02:01
+        Log: EBCDIC-safer.
+     Branch: perl
+          ! regexec.c
+____________________________________________________________________________
+[ 17374] By: rgs                                   on 2002/06/28  12:07:49
+        Log: Subject: [PATCH] Re: [ID 20020623.006] Tie::StdHandle produces bogus untie() warnings
+             From: Steve Hay <Steve.Hay@uk.radan.com>
+             Date: Fri, 28 Jun 2002 12:23:37 +0100
+             Message-ID: <3D1C4739.4090002@uk.radan.com>
+     Branch: perl
+          ! lib/Tie/Handle.pm
+____________________________________________________________________________
+[ 17373] By: rgs                                   on 2002/06/28  12:06:29
+        Log: Subject: [DOC PATCH] Re: [ID 20020623.006] Tie::StdHandle produces bogus untie() warnings
+             From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
+             Date: Mon, 24 Jun 2002 23:17:57 -0700
+             Message-ID: <VsAG9gzkgWla092yn@efn.org>
+     Branch: perl
+          ! pod/perlfunc.pod
+____________________________________________________________________________
+[ 17372] By: jhi                                   on 2002/06/27  20:53:44
+        Log: Inlining to avoid costly UTF-8 calls.
+     Branch: perl
+          ! regexec.c sv.c
+____________________________________________________________________________
+[ 17371] By: jhi                                   on 2002/06/27  19:12:46
+        Log: Shave off some more of the Unicode regex slowness.
+     Branch: perl
+          ! regexec.c
+____________________________________________________________________________
+[ 17370] By: jhi                                   on 2002/06/27  16:10:17
+        Log: Cure some of the slowness of
+             [ID 20020627.001] regex and utf-8 performance problem.
+     Branch: perl
+          ! regexec.c
+____________________________________________________________________________
+[ 17369] By: rgs                                   on 2002/06/27  11:12:43
+        Log: Subject: Re: [ID 20020626.011] wantarray() causes clobbering of unrelated vars outside the sub 
+             From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
+             Date: Thu, 27 Jun 2002 11:58:57 +0100
+             Message-ID: <200206271058.g5RAwvE29057@crypt.compulink.co.uk>
+     Branch: perl
+          ! op.c
+____________________________________________________________________________
+[ 17368] By: ams                                   on 2002/06/27  02:39:13
+        Log: Subject: [DOC PATCH] DynaLoader.pm
+             From: Elizabeth Mattijsen <liz@dijkmat.nl>
+             Date: Wed, 26 Jun 2002 20:27:25 +0200
+             Message-Id: <4.2.0.58.20020626202637.025db610@mickey.dijkmat.nl>
+             
+             Subject: [DOC PATCH] Base64.pm
+             From: Elizabeth Mattijsen <liz@dijkmat.nl>
+             Date: Thu, 27 Jun 2002 00:54:10 +0200
+             Message-Id: <4.2.0.58.20020627005340.02c74550@mickey.dijkmat.nl>
+     Branch: perl
+          ! ext/DynaLoader/DynaLoader_pm.PL ext/MIME/Base64/Base64.pm
+____________________________________________________________________________
+[ 17367] By: rgs                                   on 2002/06/26  20:32:20
+        Log: chomp clarifications by Elizabeth Mattijsen.
+     Branch: perl
+          ! pod/perlfunc.pod
+____________________________________________________________________________
+[ 17366] By: jhi                                   on 2002/06/26  18:25:51
+        Log: Further tweaking on the Unicode s///.
+     Branch: perl
+          ! pp_hot.c t/op/subst.t
+____________________________________________________________________________
+[ 17365] By: jhi                                   on 2002/06/26  18:01:09
+        Log: Subject: Re: Another Unicode s/// buglet?
+             From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
+             Date: Wed, 26 Jun 2002 18:43:18 +0100
+             Message-Id: <200206261743.g5QHhIC27702@crypt.compulink.co.uk>
+     Branch: perl
+          ! regexec.c
+____________________________________________________________________________
+[ 17364] By: jhi                                   on 2002/06/26  15:44:57
+        Log: Subject: Re: Another Unicode s/// buglet?
+             From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
+             Date: Wed, 26 Jun 2002 17:43:07 +0100
+             Message-Id: <200206261643.g5QGh7519204@crypt.compulink.co.uk>
+             
+             (only the test cases)
+     Branch: perl
+          ! t/op/subst.t
+____________________________________________________________________________
+[ 17363] By: jhi                                   on 2002/06/26  15:41:48
+        Log: Integrate from macperl:
+             
+             [ 17345]
+             Mac OS Test updates
+             
+             [ 17347]
+             Support hints and OPTIMIZE in MM_MacOS
+             
+             [ 17348]
+             Crank down optimization for Mac OS in Digest::MD5
+     Branch: perl
+         +> ext/Digest/MD5/hints/MacOS.pl
+         !> ext/POSIX/t/taint.t lib/ExtUtils/MM_MacOS.pm
+         !> lib/Test/Harness/t/strap-analyze.t
+         !> lib/Test/Harness/t/test-harness.t
+____________________________________________________________________________
+[ 17362] By: jhi                                   on 2002/06/26  15:25:45
+        Log: Let's not leak.
+     Branch: perl
+          ! pp_hot.c
+____________________________________________________________________________
+[ 17361] By: rgs                                   on 2002/06/26  15:24:24
+        Log: Subject: [PATCH rc2] os2/Changes
+             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
+             Date: Wed, 26 Jun 2002 11:54:06 -0400
+             Message-ID: <20020626115406.A6091@math.ohio-state.edu>
+     Branch: perl
+          ! os2/Changes os2/os2.c
+____________________________________________________________________________
+[ 17360] By: rgs                                   on 2002/06/26  14:41:00
+        Log: Subject: Re: [PATCH RC2] VMS nits, add getppid(), admit absence of fork()
+             From: PPrymmer@factset.com
+             Date: Wed, 26 Jun 2002 10:48:23 -0400
+             Message-ID: <OFB1C74398.CBC80EA2-ON85256BE4.00507569@55.25.11>
+     Branch: perl
+          ! pod/perlport.pod
+____________________________________________________________________________
+[ 17359] By: rgs                                   on 2002/06/26  14:38:10
+        Log: Subject: [PATCH RC2] VMS nits, add getppid(), admit absence of fork()
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Tue, 25 Jun 2002 21:46:59 -0500
+             Message-ID: <a05111b00b93ec39cdf8f@[172.16.52.1]>
+     Branch: perl
+          ! configure.com pod/perlport.pod vms/perlvms.pod
+____________________________________________________________________________
+[ 17358] By: jhi                                   on 2002/06/26  14:37:12
+        Log: Another Unicode s/// buglet, from SADAHIRO Tomoyuki.
+     Branch: perl
+          ! pp_hot.c t/op/subst.t
+____________________________________________________________________________
+[ 17356] By: jhi                                   on 2002/06/26  12:54:51
+        Log: Further script tweakage.
+     Branch: perl
+          ! Porting/testall.atom
+____________________________________________________________________________
+[ 17355] By: rgs                                   on 2002/06/25  19:55:23
+        Log: Subject: Re: glob [possible PATCH for perlfunc.pod] 
+             From: "John P. Linderman" <jpl@research.att.com>
+             Date: Tue, 25 Jun 2002 06:51:09 -0400
+             Message-ID: <200206251051.GAA44772@raptor.research.att.com>
+             
+             (reformatted)
+     Branch: perl
+          ! pod/perlfunc.pod
+____________________________________________________________________________
+[ 17354] By: jhi                                   on 2002/06/25  19:20:15
+        Log: Upgrade to podlators 1.22.
+     Branch: perl
+          + lib/Pod/t/text.t
+          ! MANIFEST lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/t/man.t
+____________________________________________________________________________
+[ 17353] By: jhi                                   on 2002/06/25  15:18:15
+        Log: Unicode s/// buglet found by Gregor Chrupala in perl-unicode. 
+     Branch: perl
+          ! pp_hot.c t/op/subst.t
+____________________________________________________________________________
+[ 17352] By: jhi                                   on 2002/06/25  13:28:33
+        Log: Dust off the script to the new test naming.
+     Branch: perl
+          ! Porting/testall.atom
+____________________________________________________________________________
+[ 17351] By: pudge                                 on 2002/06/22  21:54:43
+        Log: Update Changes
+     Branch: macperl
+          + macos/Changes5.6
+          ! macos/Changes
+____________________________________________________________________________
+[ 17350] By: pudge                                 on 2002/06/22  20:42:37
+        Log: Don't need this anymore
+     Branch: macperl
+          - macos/bundled_ext/Digest/MD5/Makefile.mk
+____________________________________________________________________________
+[ 17349] By: pudge                                 on 2002/06/22  20:20:59
+        Log: Fix macos Makefiles for optimization changes
+     Branch: macperl
+          ! macos/BuildRules.mk macos/Makefile.mk
+____________________________________________________________________________
+[ 17348] By: pudge                                 on 2002/06/22  20:20:31
+        Log: Crank down optimization for Mac OS in Digest::MD5
+     Branch: macperl
+          + ext/Digest/MD5/hints/MacOS.pl
+____________________________________________________________________________
+[ 17347] By: pudge                                 on 2002/06/22  20:20:04
+        Log: Support hints and OPTIMIZE in MM_MacOS
+     Branch: macperl
+          ! lib/ExtUtils/MM_MacOS.pm
+____________________________________________________________________________
+[ 17346] By: pudge                                 on 2002/06/22  17:30:59
+        Log: Misc. config/test updates in macos
+     Branch: macperl
+          ! macos/MPVersion.r macos/MacPerlTests.cmd macos/Makefile.mk
+          ! macos/bundled_ext/Digest/MD5/Makefile.mk macos/config.sh
+____________________________________________________________________________
+[ 17345] By: pudge                                 on 2002/06/22  17:30:12
+        Log: Mac OS Test updates
+     Branch: macperl
+          ! ext/POSIX/t/taint.t lib/Test/Harness/t/strap-analyze.t
+          ! lib/Test/Harness/t/test-harness.t
+____________________________________________________________________________
+[ 17344] By: pudge                                 on 2002/06/22  17:13:16
+        Log: Integrate perl
+     Branch: macperl
+         +> ext/POSIX/t/taint.t lib/Test/Simple/t/bad_plan.t
+         +> lib/Test/Simple/t/threads.t
+          - lib/File/Spec/NW5.pm
+         !> (integrate 124 files)
+____________________________________________________________________________
+[ 17343] By: nick                                  on 2002/06/21  14:09:27
+        Log: Integrate mainline
+     Branch: perlio
+         !> Changes patchlevel.h pod/perlhist.pod
+____________________________________________________________________________
+[ 17342] By: nick                                  on 2002/06/21  13:30:07
+        Log: Integrate mainline
+     Branch: perlio
+         !> (integrate 34 files)
+____________________________________________________________________________
+[ 17341] By: jhi                                   on 2002/06/21  13:13:58
+        Log: This is 5.8.0 RC2.
+     Branch: perl
+          ! patchlevel.h pod/perlhist.pod
+____________________________________________________________________________
+[ 17340] By: jhi                                   on 2002/06/21  13:05:59
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
 [ 17339] By: jhi                                   on 2002/06/21  12:46:59
         Log: Regen stuff.
      Branch: perl
index 164ee0d..3ed7bc0 100644 (file)
@@ -79,6 +79,7 @@
 #if !defined(PERL_PATCHLEVEL_H_IMPLICIT) && !defined(LOCAL_PATCH_COUNT)
 static char    *local_patches[] = {
         NULL
+       ,"DEVEL17383"
        ,NULL
 };