summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-07-07 20:54:53 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-07-07 20:54:53 +0000
commit1eb8d98d5f917d8f5e21b0d5db299046ee0a4874 (patch)
tree44b35c7d318d80a4800240519fb0c16cf0cf11de /Changes
parentcb9c8b59a1b919773bc070d09e1da293c0dd8944 (diff)
downloadperl-1eb8d98d5f917d8f5e21b0d5db299046ee0a4874.tar.gz
Update Changes.
p4raw-id: //depot/perl@17412
Diffstat (limited to 'Changes')
-rw-r--r--Changes200
1 files changed, 200 insertions, 0 deletions
diff --git a/Changes b/Changes
index 25d313f461..9d9e180f67 100644
--- a/Changes
+++ b/Changes
@@ -28,6 +28,206 @@ example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/
Version v5.7.X Development release working toward v5.8
--------------
____________________________________________________________________________
+[ 17411] By: jhi on 2002/07/07 20:36:18
+ Log: Regen toc, modlib.
+ Branch: perl
+ ! pod/perlmodlib.pod pod/perltoc.pod
+____________________________________________________________________________
+[ 17410] By: rgs on 2002/07/07 20:31:37
+ Log: Replace the word "discipline" by "layer" almost everywhere,
+ by Elizabeth Mattijsen.
+ Branch: perl
+ ! MANIFEST lib/open.pm pod/perldelta.pod pod/perlfunc.pod
+ ! pod/perlpodspec.pod pod/perlrun.pod pod/perlunicode.pod
+ ! pod/perluniintro.pod pod/perlvar.pod
+____________________________________________________________________________
+[ 17409] By: jhi on 2002/07/07 19:58:36
+ Log: Use the same name for the QP test as MIME::Base64 does.
+ Branch: perl
+ + ext/MIME/Base64/t/quoted-print.t
+ - ext/MIME/Base64/t/qp.t
+ ! MANIFEST
+____________________________________________________________________________
+[ 17408] By: jhi on 2002/07/07 18:48:06
+ Log: Don't install test pods.
+ Branch: perl
+ ! installman
+____________________________________________________________________________
+[ 17407] By: jhi on 2002/07/07 17:04:27
+ Log: Integrate maint patches #13474, #13478, #13584, and #16539;
+ introduce the test case of [ID 20020623.009]. Once upon a
+ time #13474 introduced evil coredumps, but now things seem
+ to be better (tried both with and without ithreads).
+ Branch: perl
+ ! op.c t/run/fresh_perl.t
+____________________________________________________________________________
+[ 17406] By: jhi on 2002/07/07 15:29:28
+ Log: Upgrade to Math::BigInt 1.60.
+ Branch: perl
+ + lib/Math/BigInt/t/bare_mif.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/inf_nan.t
+ ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/mbimbf.t
+ ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
+ ! lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/with_sub.t
+____________________________________________________________________________
+[ 17405] By: rgs on 2002/07/06 18:39:30
+ Log: Subject: Re: FreeBSD 4.6 imminent
+ From: Nicholas Clark <nick@unfortu.net>
+ Date: Sat, 6 Jul 2002 16:07:38 +0100
+ Message-ID: <20020706150737.GC301@Bagpuss.unfortu.net>
+ Branch: perl
+ ! README.freebsd
+____________________________________________________________________________
+[ 17404] By: nick on 2002/07/06 07:04:02
+ Log: Integrate mainline
+ Branch: perlio
+ !> t/README
+____________________________________________________________________________
+[ 17403] By: rgs on 2002/07/05 12:46:22
+ Log: Precisions and updates about running and writing tests.
+ Branch: perl
+ ! t/README
+____________________________________________________________________________
+[ 17402] By: nick on 2002/07/05 07:05:40
+ Log: Integrate mainline
+ Branch: perlio
+ !> (integrate 32 files)
+____________________________________________________________________________
+[ 17401] By: rgs on 2002/07/04 20:21:10
+ Log: Goes with change #17400.
+ Branch: perl
+ ! t/pod/podselect.xr
+____________________________________________________________________________
+[ 17400] By: rgs on 2002/07/04 14:44:32
+ Log: Subject: [DOC PATCH] minor typo in podselect.PL
+ From: Dave Mitchell <davem@fdgroup.com>
+ Date: Thu, 4 Jul 2002 15:30:53 +0100
+ Message-ID: <20020704153052.C1322@fdgroup.com>
+ Branch: perl
+ ! pod/podselect.PL
+____________________________________________________________________________
+[ 17399] By: rgs on 2002/07/04 12:01:21
+ Log: Typos and missing warning categories.
+ Branch: perl
+ ! pod/perldiag.pod
+____________________________________________________________________________
+[ 17398] By: rgs on 2002/07/04 10:19:11
+ Log: Subject: Re: autom4te and perl 5.8.0
+ From: Andy Dougherty <doughera@lafayette.edu>
+ Date: Wed, 3 Jul 2002 11:56:05 -0400 (EDT)
+ Message-ID: <Pine.SOL.4.10.10207031150540.6601-100000@maxwell.phys.lafayette.edu>
+
+ (with an additional paranoid nit : skip test unless -c $devnull)
+ Branch: perl
+ ! doio.c ext/Fcntl/t/fcntl.t
+____________________________________________________________________________
+[ 17397] By: rgs on 2002/07/04 08:58:23
+ Log: Subject: [PATCH] Win32 build broken
+ From: "Mattia Barbon" <mbarbon@dsi.unive.it>
+ Date: Wed, 3 Jul 2002 23:44:49 +0200
+ Message-ID: <3D238C71.6138.2E20AFC@localhost>
+
+ (needed by change #17391)
+ Branch: perl
+ ! embed.fnc global.sym
+____________________________________________________________________________
+[ 17396] By: rgs on 2002/07/02 08:27:41
+ Log: Subject: [PATCH perl@17384] opendir() nit for VMS
+ From: "Craig A. Berry" <craigberry@mac.com>
+ Date: Mon, 1 Jul 2002 22:55:30 -0500
+ Message-ID: <a05111b02b946cb14a2a8@[172.16.52.1]>
+ Branch: perl
+ ! vms/vms.c
+____________________________________________________________________________
+[ 17395] By: rgs on 2002/07/01 18:41:17
+ Log: Subject: Re: Change 17385: AUTHORS updates.
+ From: Philip Newton <Philip.Newton@gmx.net>
+ Date: Mon, 01 Jul 2002 20:30:59 +0200
+ Message-ID: <gt71iuch89r0ektao7g62l32ntgiub1jse@4ax.com>
+ Branch: perl
+ ! AUTHORS
+____________________________________________________________________________
+[ 17394] By: rgs on 2002/07/01 18:35:37
+ Log: Subject: [PATCH perl@17384] more dangerous logical name warnings for VMS
+ From: "Craig A. Berry" <craigberry@mac.com>
+ Date: Mon, 01 Jul 2002 13:52:36 -0500
+ Message-ID: <5.1.1.5.0.20020701130645.01aa8258@exchi01>
+ Branch: perl
+ ! configure.com vms/test.com
+____________________________________________________________________________
+[ 17393] By: rgs on 2002/07/01 18:25:22
+ Log: Allow PerlIO::Via to look for modules in the default
+ namespace PerlIO::Via::.
+ Branch: perl
+ ! ext/PerlIO/Via/Via.pm ext/PerlIO/Via/Via.xs ext/PerlIO/t/via.t
+____________________________________________________________________________
+[ 17392] By: jhi on 2002/07/01 14:14:37
+ Log: Small speedup by inlining the easy bits of is_utf8_char()
+ into is_utf8_string().
+ Branch: perl
+ ! utf8.c
+____________________________________________________________________________
+[ 17391] By: jhi on 2002/07/01 13:42:28
+ Log: Subject: -Dr and unicode
+ From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
+ Date: Mon, 01 Jul 2002 13:28:05 +0100
+ Message-Id: <200207011228.g61CS5r06772@crypt.compulink.co.uk>
+ Branch: perl
+ ! regcomp.c
+____________________________________________________________________________
+[ 17390] By: jhi on 2002/07/01 13:40:44
+ Log: Subject: Re: [ID 20020630.002] utf8 regex only matches 32k
+ From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
+ Message-Id: <200207011228.g61CS4T06766@crypt.compulink.co.uk>
+ Date: Mon, 01 Jul 2002 13:28:04 +0100
+ Branch: perl
+ ! regexec.c t/op/pat.t
+____________________________________________________________________________
+[ 17389] By: rgs on 2002/07/01 13:04:18
+ Log: Goes with lib/open.pm diagnostics changes
+ Branch: perl
+ ! lib/open.t
+____________________________________________________________________________
+[ 17388] By: rgs on 2002/07/01 09:27:47
+ Log: Subject: [DOC PATCH] perliol.pod nit
+ From: Elizabeth Mattijsen <liz@dijkmat.nl>
+ Date: Sun, 30 Jun 2002 23:52:05 +0200
+ Message-ID: <4.2.0.58.20020630235023.02443670@mickey.dijkmat.nl>
+
+ Subject: [DOC PATCH] open.pm, no more discipline
+ From: Elizabeth Mattijsen <liz@dijkmat.nl>
+ Date: Sun, 30 Jun 2002 23:02:50 +0200
+ Message-ID: <4.2.0.58.20020630230134.0289d300@mickey.dijkmat.nl>
+ Branch: perl
+ ! lib/open.pm pod/perliol.pod
+____________________________________________________________________________
+[ 17387] By: rgs on 2002/07/01 09:26:02
+ Log: Subject: Threads doc patch
+ From: Iain Truskett <spoon@cpan.org>
+ Date: Mon, 1 Jul 2002 14:58:14 +1000
+ Message-ID: <20020701045814.GB1805@eh.org>
+ Branch: perl
+ ! pod/perlthrtut.pod
+____________________________________________________________________________
+[ 17386] By: jhi on 2002/06/30 16:51:44
+ Log: Regen toc (skip the XS:: since they do not get installed)
+ Branch: perl
+ ! pod/buildtoc.PL pod/perltoc.pod
+____________________________________________________________________________
+[ 17385] By: jhi on 2002/06/30 16:31:35
+ Log: AUTHORS updates.
+ Branch: perl
+ ! AUTHORS
+____________________________________________________________________________
+[ 17384] By: jhi on 2002/06/30 15:31:53
+ Log: Update Changes.
+ Branch: perl
+ ! Changes patchlevel.h
+____________________________________________________________________________
[ 17383] By: jhi on 2002/06/30 02:45:58
Log: Retract #17380, the refcnt tweak was misplaced (re_dup is used
when creation of new threads needs to duplicate the re struct)