summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-07-18 21:57:13 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-07-18 21:57:13 +0000
commitfab7622b239a38d53a92ef37296a629dc8b4f4df (patch)
treeddf1914e89072c1a2f971b3819041bb205b18f11 /Changes
parentd1c9d16570f14244e8f993c009865f5ab67dfb15 (diff)
downloadperl-fab7622b239a38d53a92ef37296a629dc8b4f4df.tar.gz
Update Changes; update Configure.
p4raw-id: //depot/perl@17636
Diffstat (limited to 'Changes')
-rw-r--r--Changes86
1 files changed, 86 insertions, 0 deletions
diff --git a/Changes b/Changes
index 5236f2a156..bbff3c050a 100644
--- a/Changes
+++ b/Changes
@@ -28,6 +28,92 @@ example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/
Version v5.7.X Development release working toward v5.8
--------------
____________________________________________________________________________
+[ 17634] By: jhi on 2002/07/18 21:32:52
+ Log: Subject: [DOCPATCH] Re: [Patch] rand() functionality
+ From: Nicholas Clark <nick@unfortu.net>
+ Date: Thu, 18 Jul 2002 22:34:36 +0100
+ Message-ID: <20020718213435.GN301@Bagpuss.unfortu.net>
+ Branch: perl
+ ! pod/perlfunc.pod
+____________________________________________________________________________
+[ 17633] By: jhi on 2002/07/18 19:26:50
+ Log: Mention the chdir("")/chdir(undef) deprecation.
+ Branch: perl
+ ! pod/perldelta.pod
+____________________________________________________________________________
+[ 17632] By: jhi on 2002/07/18 19:13:53
+ Log: Warn about mixing signals and threads;
+ mention the comp.programming.threads FAQ.
+ Branch: perl
+ ! pod/perlthrtut.pod
+____________________________________________________________________________
+[ 17631] By: jhi on 2002/07/18 19:01:53
+ Log: Regen toc.
+ Branch: perl
+ ! pod/perltoc.pod
+____________________________________________________________________________
+[ 17630] By: jhi on 2002/07/18 19:00:38
+ Log: AUTHORS updates.
+ Branch: perl
+ ! AUTHORS
+____________________________________________________________________________
+[ 17629] By: jhi on 2002/07/18 18:37:43
+ Log: Subject: [PATCH] perlvar pod
+ From: "John L. Allen" <allen@grumman.com>
+ Date: Thu, 18 Jul 2002 15:37:07 -0400 (EDT)
+ Message-ID: <Pine.SOL.3.91.1020718153229.20591A@gateway.grumman.com>
+ Branch: perl
+ ! pod/perlvar.pod
+____________________________________________________________________________
+[ 17628] By: gsar on 2002/07/18 18:23:35
+ Log: exclude windows from change#17569 since it "breaks" pseudo-forked
+ children from signalling their parent via kill(), and therefore
+ socketpair.t failed (windows signal emulation should be thread
+ safe because it is built around a message loop)
+ Branch: perl
+ ! util.c
+____________________________________________________________________________
+[ 17627] By: jhi on 2002/07/18 18:20:57
+ Log: File::stat bug + workarounds, based on Yves Orton's patch.
+ Branch: perl
+ ! lib/File/stat.pm
+____________________________________________________________________________
+[ 17626] By: jhi on 2002/07/18 18:10:29
+ Log: Add a pointer about the non-portability of ctime,
+ based on Yves Orton's patch.
+ Branch: perl
+ ! pod/perlfunc.pod
+____________________________________________________________________________
+[ 17625] By: jhi on 2002/07/18 17:50:27
+ Log: Thread-safety doc tweaks from Jörg Walter <jwalt@cpan.org>;
+ add a note about process-scope changing functions to perlthrtut
+ as suggested by Stas Bekman.
+ Branch: perl
+ ! pod/perlthrtut.pod
+____________________________________________________________________________
+[ 17624] By: jhi on 2002/07/18 16:01:38
+ Log: Subject: Re: [PATCH] AUTHORS and INSTALL
+ From: Andy Dougherty <doughera@lafayette.edu>
+ Date: Thu, 18 Jul 2002 12:40:05 -0400 (EDT)
+ Message-ID: <Pine.SOL.4.10.10207181236030.15097-100000@maxwell.phys.lafayette.edu>
+ Branch: perl
+ ! INSTALL
+____________________________________________________________________________
+[ 17623] By: jhi on 2002/07/18 13:18:25
+ Log: Subject: Re: [PATCH] AUTHORS and INSTALL
+ From: Chris Ball <chris@void.printf.net>
+ Date: 18 Jul 2002 15:10:25 +0100
+ Message-ID: <86znwp5dpq.fsf@void.printf.net>
+
+ Remind that Perl 5.8.0 is binary incompatible.
+ Branch: perl
+ ! INSTALL
+____________________________________________________________________________
+[ 17622] By: jhi on 2002/07/18 13:03:43
+ Log: Update Changes.
+ Branch: perl
+ ! Changes patchlevel.h
+____________________________________________________________________________
[ 17621] By: jhi on 2002/07/18 12:49:48
Log: Subject: [PATCH] AUTHORS and INSTALL
From: Richard.Foley@t-online.de