Version v5.7.X Development release working toward v5.8
--------------
____________________________________________________________________________
+[ 15605] By: jhi on 2002/03/29 15:36:43
+ Log: Rename for 8.3-friendliness.
+ Branch: perl
+ + lib/unicore/PropValueAliases.txt
+ - lib/unicore/PropertyValueAliases.txt
+ ! MANIFEST lib/unicore/README.perl
+____________________________________________________________________________
+[ 15604] By: jhi on 2002/03/29 15:33:19
+ Log: Retract ExtUtils/t/basic.t until it works.
+ Branch: perl
+ - lib/ExtUtils/t/basic.t
+ ! MANIFEST
+____________________________________________________________________________
+[ 15603] By: jhi on 2002/03/29 15:12:08
+ Log: Subject: [PATCH] hints/freebsd.sh to allow usemymalloc
+ From: Slaven Rezic <slaven.rezic@berlin.de>
+ Date: 28 Mar 2002 22:27:14 +0100
+ Message-ID: <87bsd88jt9.fsf_-_@vran.herceg.de>
+ Branch: perl
+ ! hints/freebsd.sh
+____________________________________________________________________________
+[ 15602] By: jhi on 2002/03/29 15:10:43
+ Log: Interesting... where did this come from?
+ (The Configure change in #15600)
+ Branch: perl
+ ! config_h.SH
+____________________________________________________________________________
+[ 15601] By: jhi on 2002/03/29 15:10:12
+ Log: metaconfig unit change for #15600.
+ Branch: metaconfig/U/perl
+ ! versiononly.U
+____________________________________________________________________________
+[ 15600] By: jhi on 2002/03/29 15:08:22
+ Log: Subject: versiononly should not put `old' versions in inc
+ From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
+ Date: Fri, 29 Mar 2002 12:53:49 +0100
+ Message-Id: <20020329125040.8A8C.H.M.BRAND@hccnet.nl>
+ Branch: perl
+ ! Configure
+____________________________________________________________________________
+[ 15599] By: jhi on 2002/03/29 14:45:52
+ Log: Subject: [PATCH] MakeMaker sync 5.48_03 -> 5.53_01
+ From: Michael G Schwern <schwern@pobox.com>
+ Date: Fri, 29 Mar 2002 04:12:47 -0500
+ Message-ID: <20020329091247.GA7432@blackrider>
+
+ (with two nits: (1) change lib/Extutils/Command/MM.pm
+ in MANIFEST to be lib/ExtUtils/Command/MM.pm (2) Add
+ @INC to compile.t)
+ Branch: perl
+ + lib/ExtUtils/Command/MM.pm lib/ExtUtils/Liblist/Kid.pm
+ + lib/ExtUtils/MM.pm lib/ExtUtils/MM_Any.pm
+ + lib/ExtUtils/MM_DOS.pm lib/ExtUtils/MM_UWIN.pm
+ + lib/ExtUtils/MM_Win95.pm lib/ExtUtils/MY.pm
+ + lib/ExtUtils/t/Big-Fat-Dummy/Makefile.PL
+ + lib/ExtUtils/t/Big-Fat-Dummy/lib/Big/Fat/Dummy.pm
+ + lib/ExtUtils/t/Big-Fat-Dummy/t/compile.t
+ + lib/ExtUtils/t/Problem-Module/Makefile.PL
+ + lib/ExtUtils/t/Problem-Module/subdir/Makefile.PL
+ + lib/ExtUtils/t/basic.t lib/ExtUtils/t/problems.t
+ + t/lib/MakeMaker/Test/Utils.pm
+ ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
+ ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
+ ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MANIFEST.SKIP
+ ! lib/ExtUtils/MM_BeOS.pm lib/ExtUtils/MM_Cygwin.pm
+ ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_OS2.pm
+ ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
+ ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
+ ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mksymlists.pm
+ ! lib/ExtUtils/Packlist.pm lib/ExtUtils/t/Command.t
+ ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/MM_BeOS.t
+ ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_OS2.t
+ ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_VMS.t
+ ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/Manifest.t
+ ! lib/ExtUtils/t/Packlist.t lib/ExtUtils/t/hints.t
+ ! lib/ExtUtils/t/testlib.t lib/ExtUtils/testlib.pm
+ ! t/lib/TieOut.pm
+____________________________________________________________________________
+[ 15598] By: jhi on 2002/03/29 14:11:58
+ Log: Leftovers from Encode 0.99.
+ Branch: perl
+ - ext/Encode/Encode/big5-hk.ucm ext/Encode/Encode/roman8.ucm
+ - ext/Encode/compile ext/Encode/encode.h
+ - ext/Encode/lib/Encode/CN/2022_CN.pm
+ - ext/Encode/lib/Encode/Details.pod
+____________________________________________________________________________
+[ 15597] By: nick on 2002/03/29 14:03:35
+ Log: Integrate mainline
+ Branch: perlio
+ +> ext/Encode/Encode/big5-hkscs.ucm ext/Encode/Encode/encode.h
+ +> ext/Encode/Encode/hp-roman8.ucm ext/Encode/Encode/johab.ucm
+ +> ext/Encode/bin/enc2xs ext/Encode/bin/piconv
+ !> (integrate 130 files)
+____________________________________________________________________________
+[ 15596] By: jhi on 2002/03/29 13:46:35
+ Log: Subject: Another Unicode-3.2-induced doc fix
+ From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
+ Date: Fri, 29 Mar 2002 21:45:47 +0900
+ Message-Id: <20020329214046.4C1E.BQW10602@nifty.com>
+ Branch: perl
+ ! ext/Unicode/Normalize/Normalize.pm
+____________________________________________________________________________
+[ 15595] By: jhi on 2002/03/29 13:44:25
+ Log: Subject: [PATCH] reentr.pl: warning fixes, getpwentr_size fix
+ From: Slaven Rezic <slaven.rezic@berlin.de>
+ Date: Fri, 29 Mar 2002 12:19:58 +0100 (CET)
+ Message-Id: <200203291119.g2TBJwqB016888@vran.herceg.de>
+ Branch: perl
+ ! reentr.c reentr.pl
+____________________________________________________________________________
+[ 15594] By: jhi on 2002/03/29 13:38:48
+ Log: Subject: [PATCH] Quieting OS X
+ From: Michael G Schwern <schwern@pobox.com>
+ Date: Fri, 29 Mar 2002 05:46:23 -0500
+ Message-ID: <20020329104622.GA9163@blackrider>
+ Branch: perl
+ ! ext/POSIX/t/posix.t t/op/stat.t
+____________________________________________________________________________
+[ 15593] By: ams on 2002/03/29 07:32:22
+ Log: Subject: [PATCH] optimize ext/Time/HiRes/HiRes.xs
+ From: Paul_GreenVOS@vos.stratus.com
+ Date: Fri, 29 Mar 02 0:05 est
+ Message-Id: <200203290506.AAA20433@mailhub1.stratus.com>
+ Branch: perl
+ ! ext/Time/HiRes/HiRes.xs
+____________________________________________________________________________
+[ 15592] By: ams on 2002/03/29 07:28:29
+ Log: Subject: Re: perl 5.7.3 + XS lvalue subs
+ From: Spider Boardman <spidb@cpan.org>
+ Date: Fri, 29 Mar 2002 00:52:24 -0500
+ Message-Id: <200203290552.AAA47443@leggy.zk3.dec.com>
+ Branch: perl
+ ! op.c t/op/attrs.t
+____________________________________________________________________________
+[ 15591] By: jhi on 2002/03/29 03:15:18
+ Log: It's perlce.
+ Branch: perl
+ ! pod/perldelta.pod
+____________________________________________________________________________
+[ 15590] By: jhi on 2002/03/29 02:59:03
+ Log: MPE/iX tweaks from Mark Bixby.
+ Branch: perl
+ ! ext/Storable/t/lock.t mpeix/relink
+____________________________________________________________________________
+[ 15589] By: jhi on 2002/03/29 02:30:48
+ Log: Upgrade to Encode 1.00, from Dan Kogai.
+
+ (one nit: bin/enc2xs needed also ../..)
+ Branch: perl
+ + ext/Encode/Encode/big5-hkscs.ucm ext/Encode/Encode/encode.h
+ + ext/Encode/Encode/hp-roman8.ucm ext/Encode/Encode/johab.ucm
+ + ext/Encode/bin/enc2xs ext/Encode/bin/piconv
+ ! (edit 104 files)
+____________________________________________________________________________
+[ 15588] By: jhi on 2002/03/29 01:38:10
+ Log: Subject: [PATCH] NEXT LINE --> NEL
+ From: Philip Newton <Philip.Newton@gmx.net>
+ Date: Thu, 28 Mar 2002 21:03:10 +0000
+ Message-ID: <6q07au0eh4rp6493h756mjerp9r5l97th1@4ax.com>
+ Branch: perl
+ ! lib/charnames.pm lib/charnames.t
+____________________________________________________________________________
+[ 15587] By: jhi on 2002/03/28 18:17:08
+ Log: binmode :bytes, again.
+ Branch: perl
+ ! lib/utf8.t
+____________________________________________________________________________
+[ 15586] By: jhi on 2002/03/28 16:23:41
+ Log: Subject: [PATCH 5.7.3] warning at use of /c modifier with s///
+ From: Mark-Jason Dominus <mjd@plover.com>
+ Date: Thu, 28 Mar 2002 10:36:03 -0500
+ Message-ID: <20020328153603.11992.qmail@plover.com>
+ Branch: perl
+ ! pod/perldelta.pod pod/perldiag.pod t/lib/warnings/toke toke.c
+____________________________________________________________________________
+[ 15585] By: jhi on 2002/03/28 16:20:03
+ Log: Support Unicode 3.1 names, names without the (XX), and BOM.
+ Branch: perl
+ ! lib/charnames.pm lib/charnames.t pp_pack.c
+____________________________________________________________________________
+[ 15584] By: jhi on 2002/03/28 15:52:30
+ Log: If expecting UTF-8, probably not expecting UTF-16.
+ Branch: perl
+ ! t/comp/require.t
+____________________________________________________________________________
+[ 15583] By: jhi on 2002/03/28 13:48:29
+ Log: Subject: [PATCH] Fix lib/Time/Local.pm for VOS
+ From: Paul_GreenVOS@vos.stratus.com
+ Date: Thu, 28 Mar 02 8:22 est
+ Message-Id: <200203281322.IAA15632@mailhub1.stratus.com>
+ Branch: perl
+ ! lib/Time/Local.pm
+____________________________________________________________________________
+[ 15582] By: jhi on 2002/03/28 13:47:14
+ Log: Subject: [PATCH] Neuter socketpair on Stratus VOS
+ From: Paul_GreenVOS@vos.stratus.com
+ Date: Thu, 28 Mar 02 7:46 est
+ Message-Id: <200203281246.HAA14426@mailhub1.stratus.com>
+ Branch: perl
+ ! ext/Socket/socketpair.t hints/vos.sh vos/vos.c vos/vosish.h
+____________________________________________________________________________
+[ 15581] By: jhi on 2002/03/28 13:45:48
+ Log: A little bit better error message for \pq, still
+ not good because the script context is not shown.
+ Branch: perl
+ ! lib/utf8_heavy.pl pod/perldiag.pod t/op/pat.t utf8.c
+____________________________________________________________________________
+[ 15580] By: jhi on 2002/03/28 13:28:44
+ Log: Subject: Re: [ID 20020324.003] fairly major problem with qr/.../x (with test PATCH)
+ From: Jeffrey Friedl <jfriedl@yahoo.com>
+ Date: Thu, 28 Mar 2002 02:12:03 -0800 (PST)
+ Message-Id: <200203281012.g2SAC3K93291@ventrue.corp.yahoo.com>
+ Branch: perl
+ ! sv.c t/op/pat.t
+____________________________________________________________________________
+[ 15579] By: jhi on 2002/03/28 13:22:25
+ Log: Subject: [PATCH 5.7.3] warning at use of /c modifier without /g modifier
+ From: Mark-Jason Dominus <mjd@plover.com>
+ Date: Thu, 28 Mar 2002 05:04:40 -0500
+ Message-ID: <20020328100440.22081.qmail@plover.com>
+ Branch: perl
+ ! pod/perldelta.pod pod/perldiag.pod t/lib/warnings/toke toke.c
+____________________________________________________________________________
+[ 15578] By: jhi on 2002/03/28 13:19:21
+ Log: Subject: [PATCH 5.7.3 Encode] encoding.t not properly skipped when Encode extension not built
+ From: mjd@plover.com
+ Date: 28 Mar 2002 09:22:06 -0000
+ Message-ID: <20020328092206.18833.qmail@plover.com>
+ Branch: perl
+ ! lib/encoding.t
+____________________________________________________________________________
+[ 15577] By: jhi on 2002/03/28 13:03:48
+ Log: Unicode 3.2.0-induced doc tweaks.
+ Branch: perl
+ ! pod/perlretut.pod pod/perlunicode.pod
+____________________________________________________________________________
+[ 15576] By: nick on 2002/03/28 07:40:04
+ Log: Integrate mainline (clean in Win32/MinGW but for end.t)
+ Branch: perlio
+ +> (branch 31 files)
+ !> (integrate 162 files)
+____________________________________________________________________________
+[ 15575] By: jhi on 2002/03/28 04:19:51
+ Log: Subject: [PATCH] ext/POSIX/t/posix.t -- neuter final test on VOS
+ From: Paul_GreenVOS@vos.stratus.com
+ Date: Thu, 28 Mar 02 0:16 est
+ Message-Id: <200203280516.AAA16625@mailhub2.stratus.com>
+ Branch: perl
+ ! ext/POSIX/t/posix.t
+____________________________________________________________________________
+[ 15574] By: jhi on 2002/03/28 04:07:23
+ Log: Subject: Re: Regex-Unicode bugs
+ From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+ Date: Wed, 27 Mar 2002 13:48:06 +0100
+ Message-ID: <20020327134806.C18945@rafael>
+
+ regmesg.t patch still would be nice.
+ Branch: perl
+ ! regcomp.c
+____________________________________________________________________________
+[ 15573] By: jhi on 2002/03/28 03:46:14
+ Log: Subject: Re: Regex-Unicode bugs
+ From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
+ Date: Wed, 27 Mar 2002 12:39:57 +0000
+ Message-Id: <200203271239.g2RCdvL31355@crypt.compulink.co.uk>
+ Branch: perl
+ ! pod/perldiag.pod regcomp.c
+____________________________________________________________________________
+[ 15572] By: jhi on 2002/03/28 03:38:34
+ Log: Subject: [PATCH] t/io/fs.t - skip all tests that fail on VOS
+ From: Paul_GreenVOS@vos.stratus.com
+ Date: Wed, 27 Mar 02 23:33 est
+ Message-Id: <200203280433.XAA01502@mailhub1.stratus.com>
+ Branch: perl
+ ! t/io/fs.t
+____________________________________________________________________________
+[ 15571] By: jhi on 2002/03/28 02:25:53
+ Log: The Official 3.2.0 came out.
+ Branch: perl
+ + lib/unicore/lib/Buhid.pl lib/unicore/lib/Deprecat.pl
+ + lib/unicore/lib/Grapheme.pl lib/unicore/lib/Hanunoo.pl
+ + lib/unicore/lib/IdsBinar.pl lib/unicore/lib/IdsTrina.pl
+ + lib/unicore/lib/InBuhid.pl lib/unicore/lib/InCyril2.pl
+ + lib/unicore/lib/InGreekA.pl lib/unicore/lib/InHanuno.pl
+ + lib/unicore/lib/InKatak2.pl lib/unicore/lib/InMisce3.pl
+ + lib/unicore/lib/InMisce4.pl lib/unicore/lib/InSuppl2.pl
+ + lib/unicore/lib/InSuppl3.pl lib/unicore/lib/InSuppl4.pl
+ + lib/unicore/lib/InSuppl5.pl lib/unicore/lib/InSupple.pl
+ + lib/unicore/lib/InTagalo.pl lib/unicore/lib/InTagban.pl
+ + lib/unicore/lib/InVariat.pl lib/unicore/lib/LogicalO.pl
+ + lib/unicore/lib/OtherDef.pl lib/unicore/lib/OtherGra.pl
+ + lib/unicore/lib/Radical.pl lib/unicore/lib/SoftDott.pl
+ + lib/unicore/lib/Tagalog.pl lib/unicore/lib/Tagbanwa.pl
+ + lib/unicore/lib/UnifiedI.pl
+ ! MANIFEST lib/unicore/README.perl lib/unicore/ReadMe.txt
+____________________________________________________________________________
+[ 15570] By: jhi on 2002/03/28 02:00:29
+ Log: socketpair binmode :bytes.
+ Branch: perl
+ ! ext/Socket/socketpair.t
+____________________________________________________________________________
+[ 15569] By: jhi on 2002/03/28 01:46:21
+ Log: Don't install anything beneath 't' directories.
+ Branch: perl
+ ! installperl
+____________________________________________________________________________
+[ 15568] By: jhi on 2002/03/28 01:43:52
+ Log: More UTF-8 locale sensitivity.
+ Branch: perl
+ ! t/io/utf8.t
+____________________________________________________________________________
+[ 15567] By: jhi on 2002/03/28 01:20:31
+ Log: Subject: Re: Smoke 15526 /pro/3gl/CPAN/perl-current
+ From: Stas Bekman <stas@stason.org>
+ Date: Thu, 28 Mar 2002 10:13:45 +0800
+ Message-ID: <3CA27C59.4020209@stason.org>
+
+ Temp file cleanup.
+ Branch: perl
+ ! lib/Pod/t/pod2html-lib.pl
+____________________________________________________________________________
+[ 15566] By: jhi on 2002/03/28 01:12:17
+ Log: Be compatible also with non-UTF-8 locales.
+ Branch: perl
+ ! lib/Locale/Codes/t/languages.t lib/Locale/Language.pm
+ ! lib/Locale/Language.pod
+____________________________________________________________________________
+[ 15565] By: jhi on 2002/03/28 00:58:36
+ Log: Subject: Re: perl 5.7.3 + XS lvalue subs
+ From: Spider Boardman <spidb@cpan.org>
+ Date: Wed, 27 Mar 2002 20:52:28 -0500
+ Message-Id: <200203280152.UAA415562@leggy.zk3.dec.com>
+ Branch: perl
+ ! cv.h op.c t/op/attrs.t toke.c
+____________________________________________________________________________
+[ 15564] By: jhi on 2002/03/27 23:54:59
+ Log: "Last element".
+ Branch: perl
+ ! pod/perlfunc.pod
+____________________________________________________________________________
+[ 15563] By: jhi on 2002/03/27 23:53:27
+ Log: Subject: Error in perlfunc for "die"
+ From: William R Ward <bill@wards.net>
+ Date: 27 Mar 2002 12:31:32 -0800
+ Message-ID: <m2it7hrbvf.fsf@komodo.home.wards.net>
+ Branch: perl
+ ! pod/perlfunc.pod
+____________________________________________________________________________
+[ 15562] By: jhi on 2002/03/27 23:50:23
+ Log: Subject: [DOC PATCH] Regex \G and POSIX restrictions
+ From: Mark Kvale <kvale@phy.ucsf.edu>
+ Date: Wed, 27 Mar 2002 16:45:37 -0800
+ Message-Id: <02032716453705.38063@ivy.ucsf.edu>
+ Branch: perl
+ ! pod/perlre.pod pod/perlretut.pod
+____________________________________________________________________________
+[ 15561] By: jhi on 2002/03/27 23:48:15
+ Log: Try to handle UTF-8 locales.
+ Branch: perl
+ ! lib/locale.t
+____________________________________________________________________________
+[ 15560] By: jhi on 2002/03/27 22:57:45
+ Log: More binmode :bytes.
+ Branch: perl
+ ! t/io/utf8.t
+____________________________________________________________________________
+[ 15559] By: jhi on 2002/03/27 22:48:39
+ Log: binmode(FH, ":bytes") is the right way, methinks.
+ Branch: perl
+ ! ext/PerlIO/t/encoding.t
+____________________________________________________________________________
+[ 15558] By: jhi on 2002/03/27 22:29:30
+ Log: UTF-8 locale: need to open explicitly for bytes.
+ Branch: perl
+ ! ext/PerlIO/t/encoding.t
+____________________________________________________________________________
+[ 15557] By: jhi on 2002/03/27 21:59:54
+ Log: UTF-8-ify __DATA__. (TODO: let Neil Bowers know.)
+ Branch: perl
+ ! lib/Locale/Language.pm lib/Locale/Language.pod
+____________________________________________________________________________
+[ 15556] By: jhi on 2002/03/27 21:44:37
+ Log: Warn instead of croak.
+ Branch: perl
+ ! pod/perldiag.pod utf8.c
+____________________________________________________________________________
+[ 15555] By: jhi on 2002/03/27 21:18:40
+ Log: UTF-8 locale: there might already be one UTF-8 discipline.
+ Branch: perl
+ ! lib/open.t
+____________________________________________________________________________
+[ 15554] By: jhi on 2002/03/27 21:09:20
+ Log: Subject: [PATCH @15551] 1_compile.t fix for VMS
+ From: "Craig A. Berry" <craigberry@mac.com>
+ Date: Wed, 27 Mar 2002 15:22:13 -0600
+ Message-Id: <5.1.0.14.2.20020327150907.01b17470@exchi01>
+ Branch: perl
+ ! t/lib/1_compile.t t/lib/compmod.pl
+____________________________________________________________________________
+[ 15553] By: jhi on 2002/03/27 21:08:03
+ Log: Subject: [DOC PATCH] Re: [ID 20020324.002] \G bug on zero-length matches
+ From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+ Date: Wed, 27 Mar 2002 22:35:03 +0100
+ Message-ID: <20020327223503.A678@rafael>
+ Branch: perl
+ ! pod/perlop.pod
+____________________________________________________________________________
+[ 15552] By: jhi on 2002/03/27 20:52:19
+ Log: Start using the Unicode 3.2.0 data (NOTE: still
+ unofficial, but the data is unlikely to change much.
+ Doublecheck when 3.2.0 gets released.)
+ Branch: perl
+ + lib/unicore/PropertyAliases.txt
+ + lib/unicore/PropertyValueAliases.txt
+ ! (edit 129 files)
+____________________________________________________________________________
+[ 15551] By: jhi on 2002/03/27 15:20:05
+ Log: Update Changes.
+ Branch: perl
+ ! Changes patchlevel.h
+____________________________________________________________________________
[ 15550] By: jhi on 2002/03/27 15:06:56
Log: Further fixing for #15549. Six tests are failing
under Solaris with en_US.UTF-8 but those failures seem