Change 20582 by [EMAIL PROTECTED] on 2003/08/09 08:52:37
Update Changes.
Affected files ...
... //depot/maint-5.8/perl/Changes#46 edit
... //depot/maint-5.8/perl/patchlevel.h#54 edit
Differences ...
==== //depot/maint-5.8/perl/Changes#46 (text) ====
Index: perl/Changes
--- perl/Changes#45~20558~ Thu Aug 7 11:21:11 2003
+++ perl/Changes Sat Aug 9 01:52:37 2003
@@ -28,6 +28,121 @@
Version v5.8.1 Maintenance release working toward v5.8.1
--------------
____________________________________________________________________________
+[ 20581] By: jhi on 2003/08/09 08:45:18
+ Log: Update on the cygwin situation. (I'm wishfully thinking
+ that the sigaction.t failure was fixed by (blead) #20565.)
+ Branch: maint-5.8/perl
+ ! pod/perldelta.pod
+____________________________________________________________________________
+[ 20580] By: jhi on 2003/08/09 08:32:25
+ Log: Integrate:
+ [ 20570]
+ Two more tests for #20566/#20568.
+
+ [ 20571]
+ Subject: [PATCH] Re: [PATCH] Re: Storing &PL_sv_undef as a hash key with
perl-5.8.x
+ From: Nicholas Clark <[EMAIL PROTECTED]>
+ Date: Fri, 8 Aug 2003 23:30:00 +0100
+ Message-ID: <[EMAIL PROTECTED]>
+
+ [ 20572]
+ Subject: [PATCH] kill 'INT' doesn't work on Windows
+ From: Jan Dubois <[EMAIL PROTECTED]>
+ Date: Fri, 08 Aug 2003 17:49:03 -0700
+ Message-ID: <[EMAIL PROTECTED]>
+
+ [ 20573]
+ Subject: Re: [PATCH] perlfaq8.pod and MakeMaker's PREFIX=
+ From: Michael G Schwern <[EMAIL PROTECTED]>
+ Date: Fri, 8 Aug 2003 13:59:50 -0700
+ Message-ID: <[EMAIL PROTECTED]>
+
+ [ 20574]
+ Subject: [ PATCH] Re: strange destruction problem on VMS
+ From: Dave Mitchell <[EMAIL PROTECTED]>
+ Date: Fri, 8 Aug 2003 22:28:48 +0100
+ Message-ID: <[EMAIL PROTECTED]>
+
+ [ 20577]
+ The libcygipc doesn't really work with the Perl SysV IPC tests
+ so no much point in adding it yet.
+
+ [ 20579]
+ Some updates for the memory use debugging section:
+ -DL is obsolete, mention Devel::Size, and Purify and valgrind.
+ Branch: maint-5.8/perl
+ !> ext/Storable/Storable.xs hints/cygwin.sh pod/perldebguts.pod
+ !> pod/perlfaq8.pod sv.c t/op/pat.t win32/win32.c
+____________________________________________________________________________
+[ 20576] By: jhi on 2003/08/09 07:25:52
+ Log: Retract #20525 since it was due to broken INT32_MIN in
+ Cygwin 1.5's stdint.h.
+ Branch: maint-5.8/perl
+ ! pad.c
+____________________________________________________________________________
+[ 20569] By: jhi on 2003/08/08 21:07:09
+ Log: Integrate:
+ [ 20568]
+ Subject: [PATCH] Re: UNICODE regexp bug
+ From: Nick Ing-Simmons <[EMAIL PROTECTED]>
+ Date: Fri, 08 Aug 2003 23:05:49 +0100
+ Message-Id: <[EMAIL PROTECTED]>
+
+ Better patch (than #20566) from NI-S, one more test
+ (introduce another variable rather than reuse the tmp, though)
+ Branch: maint-5.8/perl
+ !> regexec.c t/op/pat.t
+____________________________________________________________________________
+[ 20567] By: jhi on 2003/08/08 19:51:22
+ Log: Integrate:
+ [ 20563]
+ Subject: [PATCH] maintperl & bleadperl for Cygwin: include
libgdbm_compat & libcygipc in searchlist
+ From: "Gerrit P. Haase" <[EMAIL PROTECTED]>
+ Date: Fri, 8 Aug 2003 13:44:51 +0200
+ Message-ID: <[EMAIL PROTECTED]>
+
+ [ 20564]
+ Subject: [PATCH] Re: [EMAIL PROTECTED]: WinXP build failed op/time.t
test 2
+ From: Steve Hay <[EMAIL PROTECTED]>
+ Date: Fri, 08 Aug 2003 12:42:28 +0100
+ Message-ID: <[EMAIL PROTECTED]>
+
+ [ 20565]
+ Move the csighandler to be a data variable so that
+ things like DLL trampolines can't mess up the code
+ variables the Perl_csighandler (seen in Cygwin:
+ Perl_csighandler in POSIX extension was different
+ than in main executable).
+
+ [ 20566]
+ Subject: UNICODE regexp bug
+ From: Nick Ing-Simmons <[EMAIL PROTECTED]>
+ Date: Fri, 08 Aug 2003 20:36:56 +0100
+ Message-Id: <[EMAIL PROTECTED]>
+ Branch: maint-5.8/perl
+ !> embedvar.h ext/NDBM_File/hints/cygwin.pl
+ !> ext/ODBM_File/hints/cygwin.pl ext/POSIX/POSIX.xs
+ !> hints/cygwin.sh mg.c perlapi.h perlvars.h regexec.c t/op/pat.t
+ !> t/op/time.t
+____________________________________________________________________________
+[ 20562] By: jhi on 2003/08/08 11:55:24
+ Log: Retract #20479 (was part of #20493) from maint.
+ Branch: maint-5.8/perl
+ ! scope.c t/op/local.t
+____________________________________________________________________________
+[ 20561] By: jhi on 2003/08/08 11:45:58
+ Log: Integrate:
+ [ 20560]
+ Retract PASTHRU* changes as recommended by Schwern.
+ Branch: maint-5.8/perl
+ !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
+ !> lib/ExtUtils/t/MM_Win32.t
+____________________________________________________________________________
+[ 20558] By: jhi on 2003/08/07 18:21:11
+ Log: Update Changes.
+ Branch: maint-5.8/perl
+ ! Changes patchlevel.h
+____________________________________________________________________________
[ 20557] By: jhi on 2003/08/07 18:15:57
Log: Integrate:
[ 20556]
@@ -61,12 +176,6 @@
From: [EMAIL PROTECTED]
Date: Thu, 07 Aug 2003 02:44:23 +0100
Message-Id: <[EMAIL PROTECTED]>
-
- [ 20540]
- Subject: Re: maint @ 20537
- From: Philip Newton <[EMAIL PROTECTED]>
- Date: Thu, 07 Aug 2003 09:05:17 +0200
- Message-ID: <[EMAIL PROTECTED]>
[ 20541]
Subject: Re: maint @ 20537
==== //depot/maint-5.8/perl/patchlevel.h#54 (text) ====
Index: perl/patchlevel.h
--- perl/patchlevel.h#53~20558~ Thu Aug 7 11:21:11 2003
+++ perl/patchlevel.h Sat Aug 9 01:52:37 2003
@@ -119,7 +119,7 @@
#if !defined(PERL_PATCHLEVEL_H_IMPLICIT) && !defined(LOCAL_PATCH_COUNT)
static char *local_patches[] = {
NULL
- ,"MAINT20557"
+ ,"MAINT20581"
,NULL
};
End of Patch.