summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-07-09 14:05:39 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-07-09 14:05:39 +0000
commit8d1a09d3fcc3c99bd6f7044b2c10e5acf22d14d5 (patch)
treeb0c36ada4446f79af3ef023478ae3b2279370669 /Changes
parentb94f95b171e88e1eef6fab31421dbe594c5dfb0d (diff)
downloadperl-8d1a09d3fcc3c99bd6f7044b2c10e5acf22d14d5.tar.gz
Update Changes.
p4raw-id: //depot/perl@17440
Diffstat (limited to 'Changes')
-rw-r--r--Changes225
1 files changed, 225 insertions, 0 deletions
diff --git a/Changes b/Changes
index 9d9e180f67..75e00ce5da 100644
--- a/Changes
+++ b/Changes
@@ -28,6 +28,231 @@ example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/
Version v5.7.X Development release working toward v5.8
--------------
____________________________________________________________________________
+[ 17439] By: jhi on 2002/07/09 13:55:16
+ Log: Empty lines.
+ Branch: perl
+ ! MANIFEST
+____________________________________________________________________________
+[ 17438] By: jhi on 2002/07/09 13:48:44
+ Log: Integrate perlio:
+
+ [ 17431]
+ SuSE 8.0 at least needs hints to use -lgdbm for ODBM_File
+
+ [ 17432]
+ Core-dump prevention for
+ open PIPE, "-|:stdio", "cat /etc/motd";
+ (root cause not yet fixed).
+
+ [ 17433]
+ Special case :stdio pushed method so that "-|:stdio" does
+ not have an uninitialized layer on top.
+
+ [ 17435]
+ Call $encoding->decode($sv) without a $chk argument.
+ This fixes modification of readonly value under use encoding().
+ Not a final fix as it does not warn on failed decode.
+
+ [ 17437]
+ perldiag patch for implied open of STDIN/STDOUT/STDERR
+ in wrong mode.
+ Branch: perl
+ +> ext/ODBM_File/hints/linux.pl
+ !> MANIFEST perlio.c pod/perldiag.pod sv.c
+____________________________________________________________________________
+[ 17437] By: nick on 2002/07/09 13:42:06
+ Log: perldiag patch for implied open of STDIN/STDOUT/STDERR
+ in wrong mode.
+ Branch: perlio
+ ! pod/perldiag.pod
+____________________________________________________________________________
+[ 17436] By: jhi on 2002/07/09 13:05:43
+ Log: Subject: [ID 20020708.001] makedepend problem (output of cppstdin garbled)
+ From: Hans Ranke <Hans.Ranke@ei.tum.de>
+ Date: Mon, 8 Jul 2002 16:17:00 +0200 (MET DST)
+ Message-Id: <5.8.0_12541_1026136670@regency>
+ Branch: perl
+ ! makedepend.SH
+____________________________________________________________________________
+[ 17435] By: nick on 2002/07/09 12:38:01
+ Log: Call $encoding->decode($sv) without a $chk argument.
+ This fixes modification of readonly value under use encoding().
+ Not a final fix as it does not warn on failed decode.
+ Branch: perlio
+ ! sv.c
+____________________________________________________________________________
+[ 17434] By: jhi on 2002/07/09 11:50:41
+ Log: Subject: [DOC PATCH] perlre, minor error
+ From: "Steffen Mueller" <xyey9001@sneakemail.com>
+ Date: Tue, 9 Jul 2002 02:23:33 +0200
+ Message-ID: <20020709002024.28399.qmail@onion.perl.org>
+ Branch: perl
+ ! pod/perlre.pod
+____________________________________________________________________________
+[ 17433] By: nick on 2002/07/09 11:42:32
+ Log: Special case :stdio pushed method so that "-|:stdio" does
+ not have an uninitialized layer on top.
+ Branch: perlio
+ ! perlio.c
+____________________________________________________________________________
+[ 17432] By: nick on 2002/07/09 09:38:45
+ Log: Core-dump prevention for
+ open PIPE, "-|:stdio", "cat /etc/motd";
+ (root cause not yet fixed).
+ Branch: perlio
+ ! perlio.c
+____________________________________________________________________________
+[ 17431] By: nick on 2002/07/09 08:01:54
+ Log: SuSE 8.0 at least needs hints to use -lgdbm for ODBM_File
+ Branch: perlio
+ + ext/ODBM_File/hints/linux.pl
+ ! MANIFEST
+____________________________________________________________________________
+[ 17430] By: nick on 2002/07/09 07:59:06
+ Log: Integrate mainline
+ Branch: perlio
+ +> ext/MIME/Base64/t/quoted-print.t lib/Math/BigInt/t/bare_mif.t
+ - ext/MIME/Base64/t/qp.t
+ !> (integrate 48 files)
+____________________________________________________________________________
+[ 17429] By: jhi on 2002/07/09 00:17:49
+ Log: MIME::QuotedPrint is for bytes only; from Gisle.
+ Branch: perl
+ ! ext/MIME/Base64/QuotedPrint.pm
+ ! ext/MIME/Base64/t/quoted-print.t
+____________________________________________________________________________
+[ 17428] By: jhi on 2002/07/08 23:26:49
+ Log: Subject: [ID 20020708.003] File::Spec::Unix::tmpdir automagically creates $ENV{TMPDIR}
+ From: Diab Jerius <dj@head-cfa.harvard.edu>
+ Date: Mon, 8 Jul 2002 18:44:12 -0400 (EDT)
+ Message-Id: <200207082244.g68MiDY22791@pelf.harvard.edu>
+ Branch: perl
+ ! lib/File/Spec/Unix.pm
+____________________________________________________________________________
+[ 17427] By: jhi on 2002/07/08 23:17:21
+ Log: Subject: patch against t/op/magic.t
+ From: Jim Cromie <jcromie@divsol.com>
+ Date: Mon, 08 Jul 2002 19:23:38 -0400
+ Message-ID: <3D2A1EFA.8050603@divsol.com>
+ Branch: perl
+ ! t/op/magic.t
+____________________________________________________________________________
+[ 17426] By: jhi on 2002/07/08 21:38:24
+ Log: Subject: [DOC PATCH] Thread::Signal.pm
+ From: Elizabeth Mattijsen <liz@dijkmat.nl>
+ Date: Mon, 08 Jul 2002 23:40:32 +0200
+ Message-Id: <4.2.0.58.20020708233854.024783b0@mickey.dijkmat.nl>
+ Branch: perl
+ ! ext/Thread/Thread/Signal.pm
+____________________________________________________________________________
+[ 17425] By: jhi on 2002/07/08 20:10:15
+ Log: Integrate maint patches #17421, #17424:
+
+ on platforms like HP-UX that are subject to the ARG_ZERO_IS_SCRIPT
+ hack, $^X was improperly set to the script name when the script
+ was run via the PATH; argv[0] in that case shows up as the bare
+ name of the script rather than its fully qualified path, which
+ meant that the sanity check in the ARG_ZERO_IS_SCRIPT code fails
+ to recognize it as the running script name; fix tries to match
+ bare script name in that case (from Gisle Aas)
+
+ tweak change#17421 ($0 is full path to script even when script
+ is invoked via PATH almost everywhere except Windows)
+ Branch: perl
+ !> t/op/magic.t toke.c
+____________________________________________________________________________
+[ 17424] By: gsar on 2002/07/08 19:54:10
+ Log: tweak change#17421 ($0 is full path to script even when script
+ is invoked via PATH almost everywhere except Windows)
+ Branch: maint-5.6/perl
+ ! t/op/magic.t
+____________________________________________________________________________
+[ 17423] By: jhi on 2002/07/08 19:10:29
+ 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: Mon, 08 Jul 2002 17:00:33 +0100
+ Message-Id: <200207081600.g68G0Xw07553@crypt.compulink.co.uk>
+ Branch: perl
+ ! lib/File/Basename.pm op.c t/op/wantarray.t
+____________________________________________________________________________
+[ 17422] By: jhi on 2002/07/08 19:08:58
+ Log: Subject: [PATCH perl@17412] regcomp.c casting tweak
+ From: "Craig A. Berry" <craigberry@mac.com>
+ Date: Mon, 08 Jul 2002 13:17:35 -0500
+ Message-Id: <5.1.1.5.0.20020708124433.034a5dd8@exchi01>
+ Branch: perl
+ ! regcomp.c
+____________________________________________________________________________
+[ 17421] By: gsar on 2002/07/08 17:07:01
+ Log: on platforms like HP-UX that are subject to the ARG_ZERO_IS_SCRIPT
+ hack, $^X was improperly set to the script name when the script
+ was run via the PATH; argv[0] in that case shows up as the bare
+ name of the script rather than its fully qualified path, which
+ meant that the sanity check in the ARG_ZERO_IS_SCRIPT code fails
+ to recognize it as the running script name; fix tries to match
+ bare script name in that case (from Gisle Aas)
+ Branch: maint-5.6/perl
+ ! t/op/magic.t toke.c
+____________________________________________________________________________
+[ 17420] By: jhi on 2002/07/08 12:54:52
+ Log: Subject: [ DOC PATCH] Re: build failure on Solaris with useithreads
+ From: Dave Mitchell <davem@fdgroup.com>
+ Date: Mon, 8 Jul 2002 00:45:42 +0100
+ Message-ID: <20020708004542.B14412@fdgroup.com>
+ Branch: perl
+ ! README.solaris
+____________________________________________________________________________
+[ 17419] By: jhi on 2002/07/08 12:19:24
+ Log: Add a note about perlmonks as suggested by Ilya Martynov;
+ add an admonition about "can you write my shopping cart
+ script for me!!!"
+ Branch: perl
+ ! pod/perlfaq2.pod
+____________________________________________________________________________
+[ 17418] By: jhi on 2002/07/08 12:11:31
+ Log: Subject: [DOC PATCH] perlfaq2.pod, perlmodstyle.pod
+ From: Iain Truskett <spoon@cpan.org>
+ Date: Mon, 8 Jul 2002 16:50:55 +1000
+ Message-ID: <20020708065055.GC14168@eh.org>
+ Branch: perl
+ ! pod/perlfaq2.pod pod/perlmodstyle.pod
+____________________________________________________________________________
+[ 17417] By: jhi on 2002/07/08 12:08:27
+ Log: Subject: [DOC PATCH] perlthrtut.pod
+ From: Iain Truskett <spoon@cpan.org>
+ Date: Mon, 8 Jul 2002 13:53:59 +1000
+ Message-ID: <20020708035359.GB14168@eh.org>
+ Branch: perl
+ ! pod/perlthrtut.pod
+____________________________________________________________________________
+[ 17416] By: jhi on 2002/07/08 12:07:11
+ Log: Subject: [PATCH] t/op/glob.t
+ From: Iain Truskett <spoon@cpan.org>
+ Date: Mon, 8 Jul 2002 11:59:21 +1000
+ Message-ID: <20020708015921.GA14168@eh.org>
+ Branch: perl
+ ! t/op/glob.t
+____________________________________________________________________________
+[ 17415] By: jhi on 2002/07/08 11:58:54
+ Log: More AUTHORS updates.
+ Branch: perl
+ ! AUTHORS
+____________________________________________________________________________
+[ 17414] By: jhi on 2002/07/07 22:17:28
+ Log: AUTHORS updates.
+ Branch: perl
+ ! AUTHORS
+____________________________________________________________________________
+[ 17413] By: jhi on 2002/07/07 21:42:20
+ Log: README tweaks.
+ Branch: perl
+ ! README.tru64
+____________________________________________________________________________
+[ 17412] By: jhi on 2002/07/07 20:54:53
+ Log: Update Changes.
+ Branch: perl
+ ! Changes patchlevel.h
+____________________________________________________________________________
[ 17411] By: jhi on 2002/07/07 20:36:18
Log: Regen toc, modlib.
Branch: perl