summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-03-23 21:00:05 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-03-23 21:00:05 +0000
commit95c361a712bf61443d4beb1e662ac1e5eda289cb (patch)
tree70c535899fd3a6146a480a8d862b31bf36ed28ae /Changes
parentf1cdc2b65e910cc1cb975a153f8b593cf8934cde (diff)
downloadperl-95c361a712bf61443d4beb1e662ac1e5eda289cb.tar.gz
Update Changes.
p4raw-id: //depot/perl@15450
Diffstat (limited to 'Changes')
-rw-r--r--Changes209
1 files changed, 209 insertions, 0 deletions
diff --git a/Changes b/Changes
index b22ca2143d..58c5f10270 100644
--- a/Changes
+++ b/Changes
@@ -28,6 +28,215 @@ example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/
Version v5.7.X Development release working toward v5.8
--------------
____________________________________________________________________________
+[ 15449] By: jhi on 2002/03/23 20:44:57
+ Log: Subject: perldoc -m [PATCH]
+ From: "John L. Allen" <allen@grumman.com>
+ Date: Fri, 22 Mar 2002 15:38:35 -0500 (EST)
+ Message-ID: <Pine.SOL.3.91.1020322151516.25645A-100000@gateway.grumman.com>
+ Branch: perl
+ ! utils/perldoc.PL
+____________________________________________________________________________
+[ 15448] By: jhi on 2002/03/23 20:42:30
+ Log: Subject: Re: Copious warnings from Sys::Syslog
+ From: andreas.koenig@anima.de (Andreas J. Koenig)
+ Date: Sat, 23 Mar 2002 06:47:08 +0100
+ Message-ID: <m31yebvns3.fsf@anima.de>
+ Branch: perl
+ ! ext/Sys/Syslog/Syslog.pm
+____________________________________________________________________________
+[ 15447] By: jhi on 2002/03/23 20:34:43
+ Log: Upgrade to Math::BigInt 1.55, from Tels.
+ Branch: perl
+ + lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/use_lib1.t
+ + lib/Math/BigInt/t/use_lib2.t lib/Math/BigInt/t/use_lib3.t
+ + lib/Math/BigInt/t/use_lib4.t
+ ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
+ ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
+ ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
+ ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.inc
+ ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/config.t
+ ! lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/sub_mbf.t
+ ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.inc
+ ! lib/Math/BigInt/t/upgrade.t
+____________________________________________________________________________
+[ 15446] By: jhi on 2002/03/23 19:50:02
+ Log: Upgrade to Encode 0.97, from Dan Kogai.
+ Branch: perl
+ ! ext/Encode/AUTHORS ext/Encode/Byte/Makefile.PL
+ ! ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
+ ! ext/Encode/Changes ext/Encode/EBCDIC/Makefile.PL
+ ! ext/Encode/Encode.pm ext/Encode/Encode.xs
+ ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
+ ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
+ ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
+ ! ext/Encode/TW/TW.pm ext/Encode/compile ext/Encode/t/CN.t
+ ! ext/Encode/t/Encode.t ext/Encode/t/JP.t ext/Encode/t/TW.t
+ ! ext/Encode/t/Tcl.t
+____________________________________________________________________________
+[ 15445] By: jhi on 2002/03/23 17:33:08
+ Log: Slight tweaks on #15443.
+ Branch: perl
+ ! pod/perlvar.pod
+____________________________________________________________________________
+[ 15444] By: nick on 2002/03/23 17:30:42
+ Log: Integrate mainline
+ Branch: perlio
+ +> ext/Encode/Byte/Byte.pm ext/Encode/Byte/Makefile.PL
+ +> ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL
+ +> ext/Encode/Symbol/Makefile.PL ext/Encode/Symbol/Symbol.pm
+ !> (integrate 50 files)
+____________________________________________________________________________
+[ 15443] By: jhi on 2002/03/23 17:30:09
+ Log: Subject: patch [bleadperl]: Document %! special variable
+ From: mjd@plover.com
+ Date: 23 Mar 2002 18:25:44 -0000
+ Message-ID: <20020323182544.11741.qmail@plover.com>
+ Branch: perl
+ ! pod/perlvar.pod
+____________________________________________________________________________
+[ 15442] By: jhi on 2002/03/23 17:17:47
+ Log: Since the Encode::JP is unsupported under EBCDIC we
+ cannot run this test (aliases as such should work fine).
+ Branch: perl
+ ! ext/Encode/t/Aliases.t
+____________________________________________________________________________
+[ 15441] By: jhi on 2002/03/23 17:15:15
+ Log: EBCDIC: the sorting order is different under
+ byte-EBCDIC and Unicode.
+ Branch: perl
+ ! t/op/utfhash.t
+____________________________________________________________________________
+[ 15440] By: jhi on 2002/03/23 17:09:17
+ Log: EBCDIC: the character codes are different.
+ Branch: perl
+ ! lib/Pod/t/pod2html-lib.pl
+____________________________________________________________________________
+[ 15439] By: jhi on 2002/03/23 03:05:11
+ Log: Purify: #15434 got the test the wrong.
+ (Is there an approved way of testing "is this an unop"?)
+ Branch: perl
+ ! op.c
+____________________________________________________________________________
+[ 15438] By: jhi on 2002/03/23 01:40:53
+ Log: Purify: Array bounds read: could read one character past the end.
+ Branch: perl
+ ! pp_pack.c
+____________________________________________________________________________
+[ 15437] By: jhi on 2002/03/23 01:22:10
+ Log: Purify: Array bounds read: reading one byte before the buffer.
+ Branch: perl
+ ! util.c
+____________________________________________________________________________
+[ 15436] By: jhi on 2002/03/23 01:14:24
+ Log: Purify: Unitialized memory read. Too many code paths
+ to keep track of, I guess.
+ Branch: perl
+ ! sv.c
+____________________________________________________________________________
+[ 15435] By: jhi on 2002/03/23 01:00:31
+ Log: Purify: Array bounds write: pre-extend the strxfrm
+ buffer by a factor of four (suggested maximum by HP-UX;
+ Solaris suggests using 1 + strxfrm(NULL, s, 0) but I don't
+ know how portable that is; locale.c uses yet another trick
+ (not a particularly good trick, I might add))
+ Branch: perl
+ ! ext/POSIX/POSIX.xs
+____________________________________________________________________________
+[ 15434] By: jhi on 2002/03/23 00:48:23
+ Log: Purify: Array bounds read: o->op_last was accessed
+ for unops (via newUNOP() and ck_eof()).
+ (analysis okay, patch bad: see #15439)
+ Branch: perl
+ ! op.c
+____________________________________________________________________________
+[ 15433] By: jhi on 2002/03/22 23:19:34
+ Log: Subject: [PATCH] vms/test.com, File::Find tests
+ From: "Craig A. Berry" <craigberry@mac.com>
+ Date: Fri, 22 Mar 2002 16:52:59 -0600
+ Message-Id: <5.1.0.14.2.20020322162822.01ad96b8@exchi01>
+ Branch: perl
+ ! vms/test.com
+____________________________________________________________________________
+[ 15432] By: jhi on 2002/03/22 23:18:44
+ Log: Subject: [PATCH] Re: [ID 20020322.002] install man errors
+ From: Michael G Schwern <schwern@pobox.com>
+ Date: Fri, 22 Mar 2002 18:08:19 -0500
+ Message-ID: <20020322230819.GB16454@blackrider>
+ Branch: perl
+ ! ext/Sys/Syslog/Syslog.pm
+____________________________________________________________________________
+[ 15431] By: jhi on 2002/03/22 21:52:56
+ Log: Update the information on Encode.
+ Branch: perl
+ ! pod/perldelta.pod
+____________________________________________________________________________
+[ 15430] By: jhi on 2002/03/22 21:48:28
+ Log: Upgrade to Encode 0.96, from Dan Kogai.
+ Branch: perl
+ + ext/Encode/Byte/Byte.pm ext/Encode/Byte/Makefile.PL
+ + ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL
+ + ext/Encode/Symbol/Makefile.PL ext/Encode/Symbol/Symbol.pm
+ ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm
+ ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
+ ! ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm ext/Encode/MANIFEST
+ ! ext/Encode/Makefile.PL ext/Encode/TW/TW.pm
+ ! ext/Encode/lib/Encode/Alias.pm
+ ! ext/Encode/lib/Encode/Encoding.pm
+ ! ext/Encode/lib/Encode/Internal.pm
+ ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
+____________________________________________________________________________
+[ 15429] By: jhi on 2002/03/22 20:52:18
+ Log: Subject: [PATCH] h2xs.t fix for VMS
+ From: "Craig A. Berry" <craigberry@mac.com>
+ Date: Fri, 22 Mar 2002 15:47:38 -0600
+ Message-Id: <5.1.0.14.2.20020322154432.01ad4930@exchi01>
+ Branch: perl
+ ! lib/h2xs.t
+____________________________________________________________________________
+[ 15428] By: jhi on 2002/03/22 20:50:42
+ Log: One more pass.
+ Branch: perl
+ ! epoc/config.sh
+____________________________________________________________________________
+[ 15427] By: jhi on 2002/03/22 20:46:43
+ Log: Even better version from Olaf Flebbe.
+ Branch: perl
+ ! epoc/config.sh pp_sys.c util.c
+____________________________________________________________________________
+[ 15426] By: jhi on 2002/03/22 20:34:28
+ Log: EPOC update from Olaf Flebbe.
+ Branch: perl
+ ! epoc/config.sh epoc/createpkg.pl epoc/epoc.c epoc/epoc_stubs.c
+ ! epoc/epocish.c epoc/epocish.h pp_sys.c util.c
+____________________________________________________________________________
+[ 15425] By: jhi on 2002/03/22 20:03:33
+ Log: Tweak from John P. Linderman.
+ Branch: perl
+ ! pod/perlhack.pod
+____________________________________________________________________________
+[ 15424] By: jhi on 2002/03/22 17:08:36
+ Log: Subject: [PATCH pod/perlfunc.pod] doc fix
+ From: Stas Bekman <stas@stason.org>
+ Date: Sat, 23 Mar 2002 01:42:44 +0800 (SGT)
+ Message-ID: <Pine.LNX.4.44.0203230138520.8695-100000@hope.stason.org>
+ Branch: perl
+ ! pod/perlfunc.pod
+____________________________________________________________________________
+[ 15423] By: jhi on 2002/03/22 17:06:42
+ Log: Subject: [PATCH] check sysconf's return value in reentr.c
+ From: <slaven.rezic@berlin.de>
+ Date: Fri, 22 Mar 2002 18:30:36 +0100
+ Message-Id: <20020322173246.SOLG27460.mailoutvl21@[192.168.139.30]>
+
+ (plus use 4k instead 2k as the "usual" size)
+ Branch: perl
+ ! reentr.c reentr.pl
+____________________________________________________________________________
+[ 15422] By: jhi on 2002/03/22 15:23:38
+ Log: Update Changes.
+ Branch: perl
+ ! Changes patchlevel.h
+____________________________________________________________________________
[ 15421] By: jhi on 2002/03/22 15:18:30
Log: Forgot from #15416.
Branch: perl