Update Changes.
authorJarkko Hietaniemi <jhi@iki.fi>
Fri, 7 Dec 2001 15:55:34 +0000 (15:55 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Fri, 7 Dec 2001 15:55:34 +0000 (15:55 +0000)
p4raw-id: //depot/perl@13520

Changes
patchlevel.h

diff --git a/Changes b/Changes
index 1a4aed4..a1acafc 100644 (file)
--- a/Changes
+++ b/Changes
@@ -31,6 +31,184 @@ or any other branch.
 Version v5.7.2         Development release working toward v5.8
 --------------
 ____________________________________________________________________________
+[ 13519] By: jhi                                   on 2001/12/07  15:32:58
+        Log: Missing ).
+     Branch: perl
+          ! t/test.pl
+____________________________________________________________________________
+[ 13518] By: jhi                                   on 2001/12/07  15:24:32
+        Log: Allow several arguments to display().
+     Branch: perl
+          ! t/test.pl
+____________________________________________________________________________
+[ 13517] By: jhi                                   on 2001/12/07  15:19:20
+        Log: /dev/stdout could be either a character special file
+             or a named pipe, so let's pretend it doesn't exist.
+     Branch: perl
+          ! t/op/stat.t
+____________________________________________________________________________
+[ 13513] By: jhi                                   on 2001/12/07  14:58:06
+        Log: Add display() for displaying icky scalars.
+     Branch: perl
+          ! t/test.pl
+____________________________________________________________________________
+[ 13511] By: jhi                                   on 2001/12/07  14:40:58
+        Log: Subject: [ID 20011207.001] documentation bug for waitpid
+             From: Jan-Pieter Cornet <john@pc.xs4all.nl>
+             Date: Fri, 7 Dec 2001 12:44:56 +0100
+             Message-Id: <200112071144.MAA12790@pc.xs4all.nl>
+     Branch: perl
+          ! pod/perlfunc.pod
+____________________________________________________________________________
+[ 13510] By: jhi                                   on 2001/12/07  14:38:39
+        Log: gcc version matching didn't.
+     Branch: perl
+          ! hints/linux.sh
+____________________________________________________________________________
+[ 13509] By: jhi                                   on 2001/12/07  14:21:33
+        Log: Subject: HP renamed their servers              
+             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
+             Date: Fri, 07 Dec 2001 12:07:22 +0100
+             Message-Id: <20011207120501.E16F.H.M.BRAND@hccnet.nl>
+     Branch: perl
+          ! README.hpux
+____________________________________________________________________________
+[ 13508] By: jhi                                   on 2001/12/07  14:01:41
+        Log: Subject: Re: [patch pod/perlport.pod] wrong escape
+             From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
+             Date: Fri, 7 Dec 2001 00:24:55 -0500
+             Message-ID: <20011207002455.D529632@linguist.thayer.dartmouth.edu>
+     Branch: perl
+          ! pod/perlport.pod
+____________________________________________________________________________
+[ 13507] By: jhi                                   on 2001/12/07  03:07:03
+        Log: Subject: [PATCH t/op/exec.t t/base/lex.t] Test For Echo, take 2
+             From: Michael G Schwern <schwern@pobox.com> 
+             Date: Thu, 6 Dec 2001 22:56:34 -0500
+             Message-ID: <20011207035634.GO22648@blackrider>
+     Branch: perl
+          ! t/base/lex.t t/op/exec.t
+____________________________________________________________________________
+[ 13506] By: jhi                                   on 2001/12/07  03:05:38
+        Log: Subject: [PATCH t/test.pl ...] which_perl for safer $^Xing
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Thu, 6 Dec 2001 22:45:44 -0500
+             Message-ID: <20011207034544.GN22648@blackrider>
+             
+             (plus op/ref tweak)
+     Branch: perl
+          ! t/comp/script.t t/io/open.t t/op/ref.t t/op/stat.t
+          ! t/run/kill_perl.t t/test.pl
+____________________________________________________________________________
+[ 13505] By: jhi                                   on 2001/12/07  01:30:25
+        Log: Upgrade to Math::BigInt 1.48.
+     Branch: perl
+          + lib/Math/BigInt/t/bare_mbi.t t/lib/Math/BigInt/BareCalc.pm
+          ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
+          ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
+          ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
+          ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
+          ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
+          ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
+____________________________________________________________________________
+[ 13504] By: jhi                                   on 2001/12/07  00:56:58
+        Log: Mention also perl56delta in case somone is upgrading from
+             Perl 5.005_03.
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 13503] By: jhi                                   on 2001/12/07  00:46:55
+        Log: Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Thu, 6 Dec 2001 15:15:28 -0500
+             Message-ID: <20011206201528.GF16414@blackrider>
+             
+             (just the term.t, not the lex.t)
+             
+             Subject: [PATCH t/comp/script.t] Elimininating needless logic, runs from t/ now
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Thu, 6 Dec 2001 15:22:22 -0500
+             Message-ID: <20011206202222.GG16414@blackrider>
+             
+             Subject: [PATCH t/run/kill_perl.t] Eliminationg needless $^X logic
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Thu, 6 Dec 2001 15:31:58 -0500
+             Message-ID: <20011206203158.GI16414@blackrider>
+             
+             Subject: [PATCH t/io/open.t t/test.pl] Cleanup and echo purge
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Thu, 6 Dec 2001 17:38:55 -0500
+             Message-ID: <20011206223855.GC22648@blackrider>
+     Branch: perl
+          ! t/base/term.t t/comp/script.t t/io/open.t t/run/kill_perl.t
+          ! t/test.pl
+____________________________________________________________________________
+[ 13502] By: jhi                                   on 2001/12/06  22:15:49
+        Log: Update the thr5005 situation.
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 13501] By: jhi                                   on 2001/12/06  22:06:28
+        Log: perldelta borrowings from perl561delta.
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 13500] By: jhi                                   on 2001/12/06  21:21:59
+        Log: Add the 5.6.1 perldelta as perl561delta.
+             (Makes it easier to steal stuff for perldelta :-)
+     Branch: perl
+          + pod/perl561delta.pod
+          ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
+____________________________________________________________________________
+[ 13499] By: jhi                                   on 2001/12/06  20:46:04
+        Log: Retract #13496 for now.
+     Branch: perl
+          ! t/base/lex.t t/base/term.t
+____________________________________________________________________________
+[ 13498] By: jhi                                   on 2001/12/06  20:16:04
+        Log: Subject: [PATCH per@13492] (was Re: [PATCH perl@13462]] VMS-only File::Spec->canonpath fix)
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Thu, 6 Dec 2001 14:54:36 -0600
+             Message-Id: <a05101000b8358a58eb28@[172.16.52.1]>
+     Branch: perl
+          ! vms/ext/filespec.t
+____________________________________________________________________________
+[ 13496] By: jhi                                   on 2001/12/06  19:47:53
+        Log: (retracted by #13499)
+             
+             Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Thu, 6 Dec 2001 15:15:28 -0500
+             Message-ID: <20011206201528.GF16414@blackrider>
+     Branch: perl
+          ! t/base/lex.t t/base/term.t
+____________________________________________________________________________
+[ 13495] By: jhi                                   on 2001/12/06  17:56:15
+        Log: Subject: [PATCH t/op/stat.t] VMS has no link count
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Thu, 6 Dec 2001 13:54:48 -0500
+             Message-ID: <20011206185448.GC16414@blackrider>
+     Branch: perl
+          ! t/op/stat.t
+____________________________________________________________________________
+[ 13494] By: jhi                                   on 2001/12/06  17:54:14
+        Log: The #4 has nothing to do with Unicode.
+     Branch: perl
+          ! t/op/tr.t
+____________________________________________________________________________
+[ 13493] By: jhi                                   on 2001/12/06  17:52:43
+        Log: Subject: [PATCH t/op/tr.t] Cleanup and more counting tests
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Thu, 6 Dec 2001 13:45:48 -0500
+             Message-ID: <20011206184548.GB16414@blackrider>
+     Branch: perl
+          ! t/op/tr.t
+____________________________________________________________________________
+[ 13492] By: jhi                                   on 2001/12/06  15:47:08
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
 [ 13491] By: jhi                                   on 2001/12/06  15:43:22
         Log: Subject: [PATCH Perl@13462, on top of prev. multiplicity patch] MY_RAND workaround update
              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
index 640501c..5456c15 100644 (file)
@@ -70,7 +70,7 @@
 #if !defined(PERL_PATCHLEVEL_H_IMPLICIT) && !defined(LOCAL_PATCH_COUNT)
 static char    *local_patches[] = {
         NULL
-       ,"DEVEL13491"
+       ,"DEVEL13519"
        ,NULL
 };