Change 19923 by [EMAIL PROTECTED] on 2003/07/02 05:51:32

        Update Changes.

Affected files ...

... //depot/maint-5.8/perl/Changes#25 edit
... //depot/maint-5.8/perl/patchlevel.h#27 edit

Differences ...

==== //depot/maint-5.8/perl/Changes#25 (text) ====
Index: perl/Changes
--- perl/Changes#24~19893~      Mon Jun 30 02:46:21 2003
+++ perl/Changes        Tue Jul  1 22:51:32 2003
@@ -28,6 +28,109 @@
 Version v5.8.1         Maintenance release working toward v5.8.1
 --------------
 ____________________________________________________________________________
+[ 19922] By: jhi                                   on 2003/07/02  05:43:27
+        Log: Integrate:
+             [ 19920]
+             Move the libgcc.a hack into a section for pre-1.6 NetBSD releases.
+             The latest releases of NetBSD don't require the hack.  From
+             Johnny Lam.            
+             
+             [ 19921]
+             VMS: with this, 100% make test in Compaq C V6.5-001
+             on OpenVMS Alpha V7.3-1, from Craig Berry.
+     Branch: maint-5.8/perl
+         !> configure.com ext/Devel/DProf/DProf.t hints/netbsd.sh
+         !> t/op/magic.t
+____________________________________________________________________________
+[ 19919] By: jhi                                   on 2003/07/01  21:28:15
+        Log: Integrate:
+             [ 19896]
+             Integrate #19892, #19895 from perlio to compile and avoid
+             crashing on Win32.
+             
+             [ 19897]
+             Subject: Re: Subject: Problems: 5.8.1, Solaris, Configure, 
sched_yield(), -lrt & -lposix4
+             From: Alan Burlison <[EMAIL PROTECTED]>
+             Date: Tue, 01 Jul 2003 00:03:24 +0100
+             Message-ID: <[EMAIL PROTECTED]>
+             
+             [ 19898]
+             Rework Time::HiRes not to need HAS_NANOSLEEP from Configure.
+             
+             [ 19899]
+             More nanosleep removal.
+             
+             [ 19900]
+             Regen Configure.
+             
+             [ 19902]
+             Regen Glossary et al.
+             
+             [ 19903]
+             Switch on PERL_IMPLICIT_SYS, not on Win32.
+             
+             [ 19906]
+             Do the "aligned contiguous" check only if the arguments
+             look like aligned; re-introduce the "traditional contiguous"
+             checks with OS/2 special quirks and all.
+             
+             [ 19910]
+             Integrate from perlio:
+             [ 19909]
+             binmode() should affect IoOFP() as well as IoIFP() if it is
+             distinct (e.g. sockets).
+             
+             [ 19911]
+             Tweak an existing IO test to test also the change #19910.
+             
+             [ 19912]
+             One more test (does binmode()ing a socket succeed)
+             and add -w.
+             
+             [ 19913]
+             Even more :utf8 socket testing, now in both directions.
+             
+             [ 19914]
+             A naked values() caused shuffling of lib/Config.pm,
+             which in turn caused unnecessary rebuilds.
+             
+             [ 19915]
+             Upgrade to Unicode::Normalize 0.23.
+             
+             [ 19916]
+             Subject: [PATCH] B:: fixes + 'When were CVOPs gone ?'
+             From: Enache Adrian <[EMAIL PROTECTED]>
+             Date: Tue, 1 Jul 2003 19:51:25 +0300
+             Message-ID: <[EMAIL PROTECTED]>
+             
+             [ 19917]
+             Subject: [PATCH] long C<=item>s in pod/perlunicode.pod 
+             From: Robin Barker <[EMAIL PROTECTED]>
+             Date: Tue, 1 Jul 2003 18:21:34 +0100 
+             Message-ID: <[EMAIL PROTECTED]>
+             
+             Subject:  [PATCH] long C<=item>s in lib/CGI.pm
+             From: Robin Barker <[EMAIL PROTECTED]>
+             Message-ID: <[EMAIL PROTECTED]>
+             Date: Tue, 1 Jul 2003 18:25:17 +0100 
+             
+             Subject: [PATCH] long <=item>s  in lib/ExtUtils/MakeMaker/FAQ.pod
+             From: Robin Barker <[EMAIL PROTECTED]>
+             Date: Tue, 1 Jul 2003 18:29:09 +0100 
+             Message-ID: <[EMAIL PROTECTED]>
+             
+             [ 19918]
+             Add a new utility, Porting/Modules.
+     Branch: maint-5.8/perl
+         +> Porting/Modules ext/Time/HiRes/hints/dec_osf.pl
+          ! Configure config_h.SH
+         !> (integrate 39 files)
+____________________________________________________________________________
+[ 19893] By: jhi                                   on 2003/06/30  09:46:21
+        Log: Update Changes.
+     Branch: maint-5.8/perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
 [ 19891] By: jhi                                   on 2003/06/30  09:39:29
         Log: Integrate:
              [ 19857]

==== //depot/maint-5.8/perl/patchlevel.h#27 (text) ====
Index: perl/patchlevel.h
--- perl/patchlevel.h#26~19893~ Mon Jun 30 02:46:21 2003
+++ perl/patchlevel.h   Tue Jul  1 22:51:32 2003
@@ -119,7 +119,7 @@
 #if !defined(PERL_PATCHLEVEL_H_IMPLICIT) && !defined(LOCAL_PATCH_COUNT)
 static char    *local_patches[] = {
         NULL
-       ,"MAINT19891"
+       ,"MAINT19922"
        ,NULL
 };
 
End of Patch.

Reply via email to