Add taint rethink to the todo list.
[p5sagit/p5-mst-13.2.git] / Changes
diff --git a/Changes b/Changes
index 2293f53..a39b875 100644 (file)
--- a/Changes
+++ b/Changes
@@ -28,6 +28,900 @@ example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/
 Version v5.7.X         Development release working toward v5.8
 --------------
 ____________________________________________________________________________
+[ 16187] By: jhi                                   on 2002/04/26  12:43:48
+        Log: Subject: [Encode] s/=over2/=over 2/g
+             From: Dan Kogai <dankogai@dan.co.jp>
+             Date: Fri, 26 Apr 2002 14:57:09 +0900
+             Message-Id: <721D1832-58DA-11D6-A636-00039301D480@dan.co.jp>
+     Branch: perl
+          ! ext/Encode/Encode.pm
+____________________________________________________________________________
+[ 16186] By: jhi                                   on 2002/04/26  12:28:18
+        Log: Use temp int variable in the W*() since direct casting
+             to either an int or an IV would not be right.
+     Branch: perl
+          ! ext/POSIX/POSIX.xs
+____________________________________________________________________________
+[ 16185] By: jhi                                   on 2002/04/26  12:23:02
+        Log: The #16182 radiates U32ness.
+     Branch: perl
+          ! embed.fnc embed.h proto.h regcomp.c toke.c
+____________________________________________________________________________
+[ 16184] By: jhi                                   on 2002/04/26  12:00:04
+        Log: Subject: t/TEST ported to VMS
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Fri, 26 Apr 2002 00:13:31 -0500
+             Message-Id: <a05111705b8ee84f53e79@[172.16.52.1]>
+     Branch: perl
+          ! t/TEST
+____________________________________________________________________________
+[ 16183] By: jhi                                   on 2002/04/26  11:57:58
+        Log: Stop being coy.
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 16182] By: jhi                                   on 2002/04/26  11:53:58
+        Log: Subject: Re: binary compatibility
+             From: Mark-Jason Dominus <mjd@plover.com>
+             Date: Wed, 24 Apr 2002 17:35:07 -0400
+             Message-ID: <20020424213507.7846.qmail@plover.com>
+     Branch: perl
+          ! op.h
+____________________________________________________________________________
+[ 16181] By: gsar                                  on 2002/04/26  07:39:20
+        Log: fix typo that caused pseudo-fork() crashes on win64 (we were only
+             allocating half of the retstack!)
+     Branch: perl
+          ! README.win32 sv.c
+____________________________________________________________________________
+[ 16180] By: gsar                                  on 2002/04/26  06:27:11
+        Log: temporary variable not wide enough to hold all the bits in
+             op->op_targ
+     Branch: perl
+          ! op.c
+____________________________________________________________________________
+[ 16179] By: jhi                                   on 2002/04/26  03:21:50
+        Log: Add an idea/question from Damian. 
+     Branch: perl
+          ! pod/perltodo.pod
+____________________________________________________________________________
+[ 16178] By: gsar                                  on 2002/04/26  02:46:52
+        Log: build missing utilities on windows; clean stray files
+     Branch: perl
+          ! win32/Makefile win32/makefile.mk
+____________________________________________________________________________
+[ 16177] By: jhi                                   on 2002/04/26  02:33:19
+        Log: Upgrade to Encode 1.61, from Dan Kogai.
+     Branch: perl
+          ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
+          ! ext/Encode/Encode.xs ext/Encode/Unicode/Unicode.xs
+          ! ext/Encode/lib/Encode/Guess.pm
+          ! ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/CJKT.t
+          ! ext/Encode/t/guess.t ext/Encode/t/jperl.t
+          ! ext/Encode/t/mime-header.t
+____________________________________________________________________________
+[ 16176] By: jhi                                   on 2002/04/26  01:22:04
+        Log: Subject: [PATCH doc] bytes::length TIMTOWTDI
+             From: andreas.koenig@anima.de (Andreas J. Koenig)
+             Date: Tue, 23 Apr 2002 04:40:42 +0200      
+             Message-ID: <m37kmzi1cl.fsf@anima.de>
+     Branch: perl
+          ! pod/perluniintro.pod
+____________________________________________________________________________
+[ 16175] By: gsar                                  on 2002/04/26  01:10:17
+        Log: MD5.xs checksum, ascii only (TODO: someone with access to an EBCDIC
+             platform needs to fill in the other branch here)
+     Branch: perl
+          ! ext/Digest/MD5/t/files.t
+____________________________________________________________________________
+[ 16174] By: gsar                                  on 2002/04/26  00:45:36
+        Log: MANIFEST is needlessly held open for entire duration of "make test"
+     Branch: perl
+          ! t/TEST t/harness
+____________________________________________________________________________
+[ 16173] By: gsar                                  on 2002/04/26  00:41:39
+        Log: various signed/unsigned mismatch nits
+     Branch: perl
+          ! ext/B/B.xs ext/ByteLoader/ByteLoader.xs
+          ! ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
+          ! ext/Digest/MD5/MD5.xs ext/Encode/Unicode/Unicode.xs
+          ! ext/File/Glob/bsd_glob.c ext/IO/IO.xs ext/Opcode/Opcode.xs
+          ! ext/PerlIO/encoding/encoding.xs ext/Storable/Storable.xs
+          ! ext/Time/HiRes/HiRes.xs regcomp.c
+____________________________________________________________________________
+[ 16172] By: jhi                                   on 2002/04/25  23:48:03
+        Log: Subject: [PATCH] Re: [PATCH] another Storable test (Re: perl@16005)
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Thu, 25 Apr 2002 22:41:57 +0100
+             Message-ID: <20020425214156.GB295@Bagpuss.unfortu.net>       
+     Branch: perl
+          + ext/Storable/t/croak.t ext/Storable/t/downgrade.t
+          + ext/Storable/t/make_downgrade.pl
+          ! MANIFEST ext/Storable/Storable.pm ext/Storable/Storable.xs
+          ! ext/Storable/t/malice.t ext/Storable/t/restrict.t
+          ! ext/Storable/t/utf8hash.t
+____________________________________________________________________________
+[ 16171] By: jhi                                   on 2002/04/25  22:16:49
+        Log: Extra guidance for JAPH debuggers.
+     Branch: perl
+          ! t/japh/abigail.t
+____________________________________________________________________________
+[ 16170] By: jhi                                   on 2002/04/25  22:13:02
+        Log: Subject: [PATCH] fix vos/vos.c to implement pow(0,0)
+             From: Paul_GreenVOS@vos.stratus.com
+             Date: Wed, 24 Apr 02 18:27 edt
+             Message-Id: <200204242252.SAA07978@mailhub1.stratus.com>
+     Branch: perl
+          ! vos/vos.c
+____________________________________________________________________________
+[ 16169] By: ams                                   on 2002/04/25  20:33:35
+        Log: Subject: [PATCH] don't build B/C twice on VMS
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Thu, 25 Apr 2002 16:00:57 -0500
+             Message-Id: <a05111702b8ee1bab9144@[172.16.52.1]>
+     Branch: perl
+          ! configure.com
+____________________________________________________________________________
+[ 16168] By: ams                                   on 2002/04/25  20:31:19
+        Log: Subject: Re: POSIX::WEXITSTATUS broken again
+             From: Andy Dougherty <doughera@lafayette.edu>
+             Date: Thu, 25 Apr 2002 17:01:08 -0400 (EDT)
+             Message-Id: <Pine.SOL.4.10.10204251656510.2019-100000@maxwell.phys.lafayette.edu>
+     Branch: perl
+          ! ext/POSIX/POSIX.xs
+____________________________________________________________________________
+[ 16167] By: ams                                   on 2002/04/25  19:49:09
+        Log: Subject: [PATCH] Re: [PATCH] ext/attrs.t getting skipped
+             From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
+             Date: Thu, 25 Apr 2002 13:39:35 -0700
+             Message-Id: <HmGy8gzkguHW092yn@efn.org>
+     Branch: perl
+          ! t/harness
+____________________________________________________________________________
+[ 16166] By: ams                                   on 2002/04/25  19:43:06
+        Log: $fh->close(); print $fh "foo" would segfault under -w in
+             report_evil_fh() because $fh doesn't have a name.
+     Branch: perl
+          ! util.c
+____________________________________________________________________________
+[ 16165] By: gsar                                  on 2002/04/25  18:19:32
+        Log: cwd.t wasn't running all the tests because cmd.exe wasn't
+             being found properly
+     Branch: perl
+          ! ext/Cwd/t/cwd.t
+____________________________________________________________________________
+[ 16164] By: jhi                                   on 2002/04/25  17:45:03
+        Log: Brace yourself from Craig Berry to keep older compilers happy.
+     Branch: perl
+          ! vms/vms.c
+____________________________________________________________________________
+[ 16163] By: jhi                                   on 2002/04/25  17:43:50
+        Log: More %{} overload tests.
+     Branch: perl
+          ! lib/overload.t
+____________________________________________________________________________
+[ 16162] By: gsar                                  on 2002/04/25  17:41:48
+        Log: some extension builds need to find pl2bat.bat on windows
+     Branch: perl
+          ! win32/buildext.pl
+____________________________________________________________________________
+[ 16161] By: jhi                                   on 2002/04/25  17:26:53
+        Log: Subject: [PATCH MM 5.91_02] MM_VMS.pm: handle empty PM_TO_BLIB
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Thu, 25 Apr 2002 12:30:06 -0500
+             Message-Id: <a05111700b8edeb2f3419@[172.16.52.1]>
+     Branch: perl
+          ! lib/ExtUtils/MM_VMS.pm
+____________________________________________________________________________
+[ 16160] By: gsar                                  on 2002/04/25  17:04:10
+        Log: windows build fails if there is no perlglob.exe in the PATH
+     Branch: perl
+          ! win32/buildext.pl
+____________________________________________________________________________
+[ 16159] By: jhi                                   on 2002/04/25  16:06:25
+        Log: Mysterious setlocale() core dump in ancient Solaris
+             found by Merijn Broeren.  Doesn't look like Perl's fault.
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 16158] By: jhi                                   on 2002/04/25  14:38:13
+        Log: Subject: Re: [PATCH] pp_ctl.c:pp_require
+             From: "Newton, Philip" <Philip.Newton@datenrevision.de>
+             Date: Thu, 25 Apr 2002 17:35:23 +0200
+             Message-ID: <C9A98F2128EDD411B0920008C7B337A13DCC77@hamsem01.de.gedas.vwg>
+     Branch: perl
+          ! pp_ctl.c
+____________________________________________________________________________
+[ 16157] By: jhi                                   on 2002/04/25  14:30:40
+        Log: Subject: [PATCH] pp_ctl.c:pp_require
+             From: "Newton, Philip" <Philip.Newton@datenrevision.de>
+             Date: Thu, 25 Apr 2002 16:01:14 +0200
+             Message-ID: <C9A98F2128EDD411B0920008C7B337A13DCC76@hamsem01.de.gedas.vwg>
+     Branch: perl
+          ! pp_ctl.c
+____________________________________________________________________________
+[ 16156] By: jhi                                   on 2002/04/25  14:29:16
+        Log: -Wformat cleanups from Robin Barker.
+     Branch: perl
+          ! dump.c embed.fnc proto.h sv.c
+____________________________________________________________________________
+[ 16155] By: jhi                                   on 2002/04/25  14:27:07
+        Log: Subject: [PATCH] Test::Harness 2.01 -> 2.03
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Thu, 25 Apr 2002 01:51:27 -0400
+             Message-ID: <20020425055127.GB3456@blackrider>
+     Branch: perl
+          + t/lib/sample-tests/bignum t/lib/sample-tests/die
+          + t/lib/sample-tests/die_head_end
+          + t/lib/sample-tests/die_last_minute
+          ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
+          ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/strap-analyze.t
+          ! lib/Test/Harness/t/test-harness.t t/lib/sample-tests/taint
+____________________________________________________________________________
+[ 16154] By: jhi                                   on 2002/04/25  14:24:53
+        Log: Subject: [PATCH] Test::Simple/More/Builder 0.42 -> 0.44
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Thu, 25 Apr 2002 01:32:10 -0400
+             Message-ID: <20020425053210.GA3334@blackrider>
+     Branch: perl
+          + lib/Test/Simple/t/curr_test.t lib/Test/Simple/t/maybe_regex.t
+          + lib/Test/Simple/t/strays.t
+          ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
+          ! lib/Test/Simple.pm lib/Test/Simple/Changes
+          ! lib/Test/Simple/t/Builder.t lib/Test/Simple/t/More.t
+          ! lib/Test/Simple/t/diag.t lib/Test/Simple/t/exit.t
+          ! lib/Test/Simple/t/output.t lib/Test/Simple/t/undef.t
+          ! lib/Test/Simple/t/use_ok.t
+____________________________________________________________________________
+[ 16153] By: jhi                                   on 2002/04/25  14:12:35
+        Log: Elaborate a bit on Storable.
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 16152] By: jhi                                   on 2002/04/25  12:59:50
+        Log: Cleaner Encode tests under -Mutf8.
+     Branch: perl
+          ! ext/Encode/t/at-cn.t ext/Encode/t/at-tw.t ext/Encode/t/jperl.t
+____________________________________________________________________________
+[ 16151] By: jhi                                   on 2002/04/25  00:57:24
+        Log: Subject: [PATCH] installperl
+             From: Abe Timmerman <abe@ztreet.demon.nl>
+             Date: Thu, 25 Apr 2002 01:00:00 +0200
+             Message-ID: <50eecu0f6jd5vji7s0smqnjbid2e1p0ilk@4ax.com>
+     Branch: perl
+          ! installperl
+____________________________________________________________________________
+[ 16150] By: jhi                                   on 2002/04/25  00:48:09
+        Log: Subject: Re: [Encode] Patch to fix Encod-XML::SAX conflicts
+             From: Dan Kogai <dankogai@dan.co.jp>
+             Date: Thu, 25 Apr 2002 10:49:13 +0900
+             Message-Id: <A4F06B9C-57EE-11D6-A6E0-00039301D480@dan.co.jp>
+     Branch: perl
+          ! ext/PerlIO/encoding/encoding.xs
+____________________________________________________________________________
+[ 16149] By: jhi                                   on 2002/04/24  22:57:53
+        Log: Stray =back.
+     Branch: perl
+          ! README.win32
+____________________________________________________________________________
+[ 16148] By: rgs                                   on 2002/04/24  21:12:40
+        Log: Add an untested warning variant.
+     Branch: perl
+          ! t/lib/warnings/op
+____________________________________________________________________________
+[ 16147] By: jhi                                   on 2002/04/24  20:37:15
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 16146] By: jhi                                   on 2002/04/24  20:21:43
+        Log: Wrong plan.
+     Branch: perl
+          ! ext/Encode/t/mime-header.t
+____________________________________________________________________________
+[ 16145] By: jhi                                   on 2002/04/24  20:20:53
+        Log: Upgrade to Encode 1.60, from Dan Kogai.
+     Branch: perl
+          + ext/Encode/lib/Encode/Guess.pm
+          + ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/guess.t
+          + ext/Encode/t/mime-header.t
+          ! MANIFEST ext/Encode/CN/Makefile.PL ext/Encode/Changes
+          ! ext/Encode/Encode.pm ext/Encode/Encode.xs
+          ! ext/Encode/Encode/encode.h ext/Encode/JP/Makefile.PL
+          ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
+          ! ext/Encode/TW/Makefile.PL ext/Encode/lib/Encode/Config.pm
+          ! ext/Encode/lib/Encode/JP/JIS7.pm ext/Encode/t/fallback.t
+____________________________________________________________________________
+[ 16144] By: gsar                                  on 2002/04/24  18:59:05
+        Log: another case of enabling binmode() where it should not be: if the
+             *.enc files are CRLF terminated, the result gets CRCRLF terminations
+     Branch: perl
+          ! ext/Encode/t/CJKT.t
+____________________________________________________________________________
+[ 16143] By: jhi                                   on 2002/04/24  18:34:27
+        Log: microperl update; boldly assume time() and time_t
+             (since we assume ANSI and i_time, anyway).
+     Branch: perl
+          ! uconfig.h uconfig.sh
+____________________________________________________________________________
+[ 16142] By: jhi                                   on 2002/04/24  18:30:14
+        Log: Integrate #16136, #16137, #16138 from macperl;
+             
+             Silly fix for the SC compiler's fixation with "comp" as a type
+             
+             Skip more PerlIO symbols for sfio
+             
+             Play nicely in miniperl
+     Branch: perl
+         !> ext/Unicode/Normalize/Normalize.xs lib/File/Copy.pm
+         !> lib/File/Spec/Mac.pm makedef.pl
+____________________________________________________________________________
+[ 16141] By: pudge                                 on 2002/04/24  18:15:19
+        Log: Sync configpm and config.h for use in 5.8
+             (still need to do config.sh)
+     Branch: macperl
+          ! macos/config.h macos/configpm
+____________________________________________________________________________
+[ 16140] By: pudge                                 on 2002/04/24  18:14:05
+        Log: Make MM_MacOS work with new MakeMaker
+     Branch: macperl
+          ! macos/lib/ExtUtils/MM_MacOS.pm
+____________________________________________________________________________
+[ 16139] By: pudge                                 on 2002/04/24  18:13:34
+        Log: Makefile.mk changes for 5.8: additional extensions
+             and source files; bump version
+     Branch: macperl
+          ! macos/MPVersion.r macos/Makefile.mk macos/macperl/Makefile.mk
+____________________________________________________________________________
+[ 16138] By: pudge                                 on 2002/04/24  18:12:22
+        Log: Play nicely in miniperl
+     Branch: macperl
+          ! lib/File/Copy.pm lib/File/Spec/Mac.pm
+____________________________________________________________________________
+[ 16137] By: pudge                                 on 2002/04/24  18:10:34
+        Log: Skip more PerlIO symbols for sfio
+     Branch: macperl
+          ! makedef.pl
+____________________________________________________________________________
+[ 16136] By: pudge                                 on 2002/04/24  18:09:37
+        Log: Silly fix for the SC compiler's fixation with "comp" as a type
+     Branch: macperl
+          ! ext/Unicode/Normalize/Normalize.xs
+____________________________________________________________________________
+[ 16135] By: pudge                                 on 2002/04/24  18:08:45
+        Log: Merge macperl xsubpp with current xsubpp
+     Branch: macperl
+          ! macos/xsubpp
+____________________________________________________________________________
+[ 16134] By: nick                                  on 2002/04/24  18:08:37
+        Log: Integrate mainline
+     Branch: perlio
+         +> lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/VERSION_FROM.t
+         +> lib/ExtUtils/t/backwards.t lib/ExtUtils/t/zz_cleanup_dummy.t
+          - lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL
+          - lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm
+          - lib/ExtUtils/t/Big-Fat-Dummy/Makefile.PL
+          - lib/ExtUtils/t/Big-Fat-Dummy/lib/Big/Fat/Dummy.pm
+          - lib/ExtUtils/t/Problem-Module/Makefile.PL
+          - lib/ExtUtils/t/Problem-Module/subdir/Makefile.PL
+         !> (integrate 44 files)
+____________________________________________________________________________
+[ 16133] By: pudge                                 on 2002/04/24  18:05:50
+        Log: Delete more included modules from bundled_ext
+     Branch: macperl
+          - macos/bundled_ext/Digest/MD5/Changes
+          - macos/bundled_ext/Digest/MD5/MD5.pm
+          - macos/bundled_ext/Digest/MD5/MD5.xs
+          - macos/bundled_ext/Digest/MD5/Makefile.PL
+          - macos/bundled_ext/Digest/MD5/Makefile.mk
+          - macos/bundled_ext/Digest/MD5/README
+          - macos/bundled_ext/Digest/MD5/hints/dec_osf.pl
+          - macos/bundled_ext/Digest/MD5/hints/irix_6.pl
+          - macos/bundled_ext/Digest/MD5/rfc1321.txt
+          - macos/bundled_ext/Digest/MD5/t/badfile.t
+          - macos/bundled_ext/Digest/MD5/t/files.t
+          - macos/bundled_ext/Digest/MD5/t/md5-aaa.t
+          - macos/bundled_ext/Digest/MD5/typemap
+          - macos/bundled_ext/Filter/Util/Call/Call.pm
+          - macos/bundled_ext/Filter/Util/Call/Call.xs
+          - macos/bundled_ext/Filter/Util/Call/Makefile.PL
+          - macos/bundled_ext/Filter/Util/Call/ppport.h
+          - macos/bundled_ext/Filter/t/call.t
+          - macos/bundled_ext/Filter/t/filter-util.pl
+          - macos/bundled_ext/List/Util/ChangeLog
+          - macos/bundled_ext/List/Util/Makefile.PL
+          - macos/bundled_ext/List/Util/README
+          - macos/bundled_ext/List/Util/Util.xs
+          - macos/bundled_ext/List/Util/lib/List/Util.pm
+          - macos/bundled_ext/List/Util/lib/Scalar/Util.pm
+          - macos/bundled_ext/List/Util/t/blessed.t
+          - macos/bundled_ext/List/Util/t/dualvar.t
+          - macos/bundled_ext/List/Util/t/first.t
+          - macos/bundled_ext/List/Util/t/max.t
+          - macos/bundled_ext/List/Util/t/maxstr.t
+          - macos/bundled_ext/List/Util/t/min.t
+          - macos/bundled_ext/List/Util/t/minstr.t
+          - macos/bundled_ext/List/Util/t/readonly.t
+          - macos/bundled_ext/List/Util/t/reduce.t
+          - macos/bundled_ext/List/Util/t/reftype.t
+          - macos/bundled_ext/List/Util/t/shuffle.t
+          - macos/bundled_ext/List/Util/t/sum.t
+          - macos/bundled_ext/List/Util/t/tainted.t
+          - macos/bundled_ext/List/Util/t/weak.t
+          - macos/bundled_ext/MIME/Base64/Base64.pm
+          - macos/bundled_ext/MIME/Base64/Base64.xs
+          - macos/bundled_ext/MIME/Base64/Changes
+          - macos/bundled_ext/MIME/Base64/Makefile.PL
+          - macos/bundled_ext/MIME/Base64/QuotedPrint.pm
+          - macos/bundled_ext/MIME/Base64/README
+          - macos/bundled_ext/MIME/Base64/t/base64.t
+          - macos/bundled_ext/MIME/Base64/t/quoted-print.t
+          - macos/bundled_ext/MIME/Base64/t/unicode.t
+          - macos/bundled_ext/Storable/ChangeLog
+          - macos/bundled_ext/Storable/Makefile.PL
+          - macos/bundled_ext/Storable/README
+          - macos/bundled_ext/Storable/Storable.pm
+          - macos/bundled_ext/Storable/Storable.xs
+          - macos/bundled_ext/Storable/t/blessed.t
+          - macos/bundled_ext/Storable/t/canonical.t
+          - macos/bundled_ext/Storable/t/compat-0.6.t
+          - macos/bundled_ext/Storable/t/dclone.t
+          - macos/bundled_ext/Storable/t/dump.pl
+          - macos/bundled_ext/Storable/t/forgive.t
+          - macos/bundled_ext/Storable/t/freeze.t
+          - macos/bundled_ext/Storable/t/lock.t
+          - macos/bundled_ext/Storable/t/overload.t
+          - macos/bundled_ext/Storable/t/recurse.t
+          - macos/bundled_ext/Storable/t/retrieve.t
+          - macos/bundled_ext/Storable/t/store.t
+          - macos/bundled_ext/Storable/t/tied.t
+          - macos/bundled_ext/Storable/t/tied_hook.t
+          - macos/bundled_ext/Storable/t/tied_items.t
+          - macos/bundled_ext/Storable/t/utf8.t
+          - macos/bundled_ext/Time/HiRes/Changes
+          - macos/bundled_ext/Time/HiRes/HiRes.pm
+          - macos/bundled_ext/Time/HiRes/HiRes.t
+          - macos/bundled_ext/Time/HiRes/HiRes.xs
+          - macos/bundled_ext/Time/HiRes/Makefile.PL
+          - macos/bundled_ext/Time/HiRes/hints/dynixptx.pl
+          - macos/bundled_ext/Time/HiRes/hints/sco.pl
+____________________________________________________________________________
+[ 16132] By: jhi                                   on 2002/04/24  17:03:22
+        Log: Thou shalt not assume %x works for UVs.
+     Branch: perl
+          ! ext/Encode/Encode.xs
+____________________________________________________________________________
+[ 16131] By: nick                                  on 2002/04/24  15:50:31
+        Log: Submit an old integrate
+     Branch: perlio
+         +> (branch 27 files)
+          - ext/Encode/t/CN.t ext/Encode/t/JP.t ext/Encode/t/KR.t
+          - ext/Encode/t/TW.t ext/Encode/t/bogus.ucm
+          - ext/Encode/t/gb2312.euc ext/Encode/t/gb2312.ref
+          - ext/Encode/t/jisx0201.euc ext/Encode/t/jisx0201.ref
+          - ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
+          - ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
+          - ext/Encode/t/ksc5601.euc ext/Encode/t/ksc5601.ref
+         !> (integrate 84 files)
+____________________________________________________________________________
+[ 16130] By: jhi                                   on 2002/04/24  15:38:12
+        Log: Partially retract #12056, from Craig Berry.
+     Branch: perl
+          ! vms/vms.c
+____________________________________________________________________________
+[ 16129] By: pudge                                 on 2002/04/24  14:37:10
+        Log: Delete more included modules from bundled_lib
+     Branch: macperl
+          - macos/bundled_lib/blib/lib/Class/ISA.pm
+          - macos/bundled_lib/blib/lib/Digest.pm
+          - macos/bundled_lib/blib/lib/Filter/Simple.pm
+          - macos/bundled_lib/blib/lib/Memoize.pm
+          - macos/bundled_lib/blib/lib/Memoize/AnyDBM_File.pm
+          - macos/bundled_lib/blib/lib/Memoize/Expire.pm
+          - macos/bundled_lib/blib/lib/Memoize/ExpireFile.pm
+          - macos/bundled_lib/blib/lib/Memoize/ExpireTest.pm
+          - macos/bundled_lib/blib/lib/Memoize/NDBM_File.pm
+          - macos/bundled_lib/blib/lib/Memoize/SDBM_File.pm
+          - macos/bundled_lib/blib/lib/Memoize/Storable.pm
+          - macos/bundled_lib/blib/lib/NEXT.pm
+          - macos/bundled_lib/blib/lib/Net/Cmd.pm
+          - macos/bundled_lib/blib/lib/Net/Config.pm
+          - macos/bundled_lib/blib/lib/Net/Domain.pm
+          - macos/bundled_lib/blib/lib/Net/FTP.pm
+          - macos/bundled_lib/blib/lib/Net/FTP/A.pm
+          - macos/bundled_lib/blib/lib/Net/FTP/E.pm
+          - macos/bundled_lib/blib/lib/Net/FTP/I.pm
+          - macos/bundled_lib/blib/lib/Net/FTP/L.pm
+          - macos/bundled_lib/blib/lib/Net/FTP/dataconn.pm
+          - macos/bundled_lib/blib/lib/Net/HTTP/Methods.pm
+          - macos/bundled_lib/blib/lib/Net/HTTP/NB.pm
+          - macos/bundled_lib/blib/lib/Net/NNTP.pm
+          - macos/bundled_lib/blib/lib/Net/Netrc.pm
+          - macos/bundled_lib/blib/lib/Net/POP3.pm
+          - macos/bundled_lib/blib/lib/Net/SMTP.pm
+          - macos/bundled_lib/blib/lib/Net/Time.pm
+          - macos/bundled_lib/blib/lib/Net/libnetFAQ.pod
+          - macos/bundled_lib/blib/lib/Switch.pm
+          - macos/bundled_lib/t/Class/ISA/test.pl
+          - macos/bundled_lib/t/Digest/Digest.t
+          - macos/bundled_lib/t/Filter/Simple/ExportTest.pm
+          - macos/bundled_lib/t/Filter/Simple/FilterOnlyTest.pm
+          - macos/bundled_lib/t/Filter/Simple/FilterTest.pm
+          - macos/bundled_lib/t/Filter/Simple/ImportTest.pm
+          - macos/bundled_lib/t/Filter/Simple/data.t
+          - macos/bundled_lib/t/Filter/Simple/export.t
+          - macos/bundled_lib/t/Filter/Simple/filter.t
+          - macos/bundled_lib/t/Filter/Simple/filter_only.t
+          - macos/bundled_lib/t/Filter/Simple/import.t
+          - macos/bundled_lib/t/Memoize/array.t
+          - macos/bundled_lib/t/Memoize/array_confusion.t
+          - macos/bundled_lib/t/Memoize/correctness.t
+          - macos/bundled_lib/t/Memoize/errors.t
+          - macos/bundled_lib/t/Memoize/expire.t
+          - macos/bundled_lib/t/Memoize/expire_file.t
+          - macos/bundled_lib/t/Memoize/expire_module_n.t
+          - macos/bundled_lib/t/Memoize/expire_module_t.t
+          - macos/bundled_lib/t/Memoize/flush.t
+          - macos/bundled_lib/t/Memoize/normalize.t
+          - macos/bundled_lib/t/Memoize/prototype.t
+          - macos/bundled_lib/t/Memoize/speed.t
+          - macos/bundled_lib/t/Memoize/tie.t
+          - macos/bundled_lib/t/Memoize/tie_gdbm.t
+          - macos/bundled_lib/t/Memoize/tie_ndbm.t
+          - macos/bundled_lib/t/Memoize/tie_sdbm.t
+          - macos/bundled_lib/t/Memoize/tie_storable.t
+          - macos/bundled_lib/t/Memoize/tiefeatures.t
+          - macos/bundled_lib/t/Memoize/unmemoize.t
+          - macos/bundled_lib/t/NEXT/actual.t
+          - macos/bundled_lib/t/NEXT/actuns.t
+          - macos/bundled_lib/t/NEXT/next.t
+          - macos/bundled_lib/t/NEXT/unseen.t
+          - macos/bundled_lib/t/Switch/t/given.t
+          - macos/bundled_lib/t/Switch/t/nested.t
+          - macos/bundled_lib/t/Switch/t/switch.t
+          - macos/bundled_lib/t/libnet/config.t
+          - macos/bundled_lib/t/libnet/ftp.t
+          - macos/bundled_lib/t/libnet/hostname.t
+          - macos/bundled_lib/t/libnet/libnet_t.pl
+          - macos/bundled_lib/t/libnet/netrc.t
+          - macos/bundled_lib/t/libnet/nntp.t
+          - macos/bundled_lib/t/libnet/require.t
+          - macos/bundled_lib/t/libnet/smtp.t
+____________________________________________________________________________
+[ 16128] By: pudge                                 on 2002/04/24  14:18:55
+        Log: Remove Text::Balanced from bundled_lib (already in lib)
+     Branch: macperl
+          - macos/bundled_lib/blib/lib/Text/Balanced.pm
+          - macos/bundled_lib/t/Text/Balanced/t/extbrk.t
+          - macos/bundled_lib/t/Text/Balanced/t/extcbk.t
+          - macos/bundled_lib/t/Text/Balanced/t/extdel.t
+          - macos/bundled_lib/t/Text/Balanced/t/extmul.t
+          - macos/bundled_lib/t/Text/Balanced/t/extqlk.t
+          - macos/bundled_lib/t/Text/Balanced/t/exttag.t
+          - macos/bundled_lib/t/Text/Balanced/t/extvar.t
+          - macos/bundled_lib/t/Text/Balanced/t/gentag.t
+____________________________________________________________________________
+[ 16127] By: jhi                                   on 2002/04/24  14:17:16
+        Log: A word of warning to the users of UTF-8 locales.
+     Branch: perl
+          ! pod/perluniintro.pod
+____________________________________________________________________________
+[ 16126] By: jhi                                   on 2002/04/24  12:54:17
+        Log: Forgotten from #16125.
+     Branch: perl
+          ! t/lib/MakeMaker/Test/Utils.pm
+____________________________________________________________________________
+[ 16125] By: jhi                                   on 2002/04/24  05:16:09
+        Log: Upgrade to MakeMaker 5.91_02, from Michael Schwern.
+     Branch: perl
+          + lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/VERSION_FROM.t
+          + lib/ExtUtils/t/backwards.t lib/ExtUtils/t/zz_cleanup_dummy.t
+          - lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL
+          - lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm
+          - lib/ExtUtils/t/Big-Fat-Dummy/Makefile.PL
+          - lib/ExtUtils/t/Big-Fat-Dummy/lib/Big/Fat/Dummy.pm
+          - lib/ExtUtils/t/Problem-Module/Makefile.PL
+          - lib/ExtUtils/t/Problem-Module/subdir/Makefile.PL
+          ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command/MM.pm
+          ! lib/ExtUtils/MM.pm lib/ExtUtils/MM_Cygwin.pm
+          ! lib/ExtUtils/MM_NW5.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/t/INST.t lib/ExtUtils/t/INST_PREFIX.t
+          ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/Manifest.t
+          ! lib/ExtUtils/t/basic.t lib/ExtUtils/t/hints.t
+          ! lib/ExtUtils/t/prefixify.t lib/ExtUtils/t/problems.t
+____________________________________________________________________________
+[ 16124] By: jhi                                   on 2002/04/24  02:03:08
+        Log: Subject: New UTF-8 surprise
+             From: andreas.koenig@anima.de (Andreas J. Koenig)
+             Date: Mon, 22 Apr 2002 12:08:48 +0200
+             Message-ID: <m38z7gjb9r.fsf@anima.de>
+     Branch: perl
+          ! pp_hot.c t/op/subst.t
+____________________________________________________________________________
+[ 16123] By: gsar                                  on 2002/04/24  01:25:17
+        Log: create a //depot/macperl/... branch with a //depot/macperl/macos/...
+             tree that is branched from //depot/maint-5.6/macperl/macos/...
+     Branch: macperl
+         +> (branch 3590 files)
+____________________________________________________________________________
+[ 16122] By: jhi                                   on 2002/04/23  23:52:11
+        Log: Try to be clearer about perlio.
+     Branch: perl
+          ! INSTALL
+____________________________________________________________________________
+[ 16121] By: jhi                                   on 2002/04/23  23:45:41
+        Log: Subject: Re: binary compatibility
+             From: Andy Dougherty <doughera@lafayette.edu>
+             Date: Tue, 23 Apr 2002 16:21:26 -0400 (EDT)
+             Message-ID: <Pine.SOL.4.10.10204231614020.754-100000@maxwell.phys.lafayette.edu>
+     Branch: perl
+          ! INSTALL patchlevel.h
+____________________________________________________________________________
+[ 16120] By: jhi                                   on 2002/04/23  23:41:52
+        Log: Go on record about the binary backward incompatibility.
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 16119] By: jhi                                   on 2002/04/23  23:09:02
+        Log: Subject: [PATCH] was: t/win32/system.t Borland too helpful
+             From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
+             Date: Wed, 24 Apr 2002 01:51:43 +0400
+             Message-ID: <006e01c1eb11$156d2390$695cc3d9@vad>
+     Branch: perl
+          ! t/win32/system.t
+____________________________________________________________________________
+[ 16118] By: jhi                                   on 2002/04/23  23:08:12
+        Log: Subject: [PATCH: perl@16083] fix lib/locale.t for VMS with many installed locales
+             From: PPrymmer@factset.com
+             Date: Tue, 23 Apr 2002 17:14:32 -0400
+             Message-ID: <OF099100A8.2627549C-ON85256BA4.007443F3@55.25.11>
+     Branch: perl
+          ! lib/locale.t
+____________________________________________________________________________
+[ 16117] By: jhi                                   on 2002/04/23  23:07:02
+        Log: Subject: [PATCH Redux] Nuke obsolete way to build debugging (etc) perls
+             From: Paul_GreenVOS@vos.stratus.com
+             Date: Tue, 23 Apr 02 15:06 edt   
+             Message-Id: <200204231906.PAA26393@mailhub1.stratus.com>
+     Branch: perl
+          ! Makefile.SH cflags.SH
+____________________________________________________________________________
+[ 16116] By: jhi                                   on 2002/04/23  23:05:14
+        Log: metaconfig unit change for #16115.
+     Branch: metaconfig
+          ! U/compline/byteorder.U
+     Branch: perl
+          ! config_h.SH
+____________________________________________________________________________
+[ 16115] By: jhi                                   on 2002/04/23  23:04:24
+        Log: Regen Configure to mirror #16111 (with one added tweak).
+     Branch: perl
+          ! Configure
+____________________________________________________________________________
+[ 16114] By: jhi                                   on 2002/04/23  22:54:46
+        Log: Retract #16109.
+     Branch: perl
+          ! lib/ExtUtils/MM_Unix.pm
+____________________________________________________________________________
+[ 16113] By: jhi                                   on 2002/04/23  22:38:04
+        Log: FAQ sync.
+     Branch: perl
+          ! pod/perlfaq3.pod pod/perlfaq8.pod
+____________________________________________________________________________
+[ 16112] By: jhi                                   on 2002/04/23  22:34:08
+        Log: use encoding no more defaults to Latin 1.
+     Branch: perl
+          ! pod/perluniintro.pod
+____________________________________________________________________________
+[ 16111] By: gsar                                  on 2002/04/23  22:27:07
+        Log: Configure test for byteorder loses bits
+     Branch: perl
+          ! Configure
+____________________________________________________________________________
+[ 16110] By: gsar                                  on 2002/04/23  21:32:03
+        Log: hacking around byteorder variance between config.sh and config.h
+             isn't needed after change#16099
+     Branch: perl
+          ! ext/Storable/t/malice.t
+____________________________________________________________________________
+[ 16109] By: jhi                                   on 2002/04/23  17:54:33
+        Log: (retracted by #16114)
+             
+             Subject: [PATCH] Nuke obsolete way to build debugging (etc) perls
+             From: "Green, Paul" <Paul.Green@stratus.com>
+             Date: Tue, 23 Apr 2002 13:47:19 -0400
+             Message-ID: <A2A34F15EE916148BC4C4748223E67A4014E24ED@EXNA4.stratus.com>
+     Branch: perl
+          ! lib/ExtUtils/MM_Unix.pm
+____________________________________________________________________________
+[ 16108] By: jhi                                   on 2002/04/23  14:45:07
+        Log: Subject: [PATCH] lib/File/Find.pm for QNX, NTO
+             From: Norton Allen <allen@huarp.harvard.edu>
+             Date: Tue, 23 Apr 2002 11:50:07 -0400 (edt)
+             Message-Id: <200204231550.LAA24648@bottesini.harvard.edu>
+     Branch: perl
+          ! lib/File/Find.pm
+____________________________________________________________________________
+[ 16107] By: jhi                                   on 2002/04/23  14:44:13
+        Log: Subject: [PATCH] README.qnx, hints/qnx.sh
+             From: Norton Allen <allen@huarp.harvard.edu>
+             Date: Tue, 23 Apr 2002 11:48:54 -0400 (edt)
+             Message-Id: <200204231548.LAA24135@bottesini.harvard.edu>
+     Branch: perl
+          ! README.qnx hints/qnx.sh
+____________________________________________________________________________
+[ 16106] By: jhi                                   on 2002/04/23  13:57:48
+        Log: Subject: [PATCH] pod/perlhist.pod
+             From: Abigail <abigail@foad.org>
+             Date: Tue, 23 Apr 2002 16:21:31 +0200
+             Message-ID: <20020423162131.A7017@gatekeeper.osp.nl>
+             
+             (removed 5.005_04 which never happened)
+     Branch: perl
+          ! pod/perlhist.pod
+____________________________________________________________________________
+[ 16105] By: jhi                                   on 2002/04/23  13:46:31
+        Log: Subject: Re: [PATCH abigail.t] another portability attempt
+             From: Abigail <abigail@foad.org>
+             Date: Tue, 23 Apr 2002 11:35:54 +0200
+             Message-ID: <20020423113554.A25149@gatekeeper.osp.nl>
+     Branch: perl
+          ! t/japh/abigail.t
+____________________________________________________________________________
+[ 16104] By: jhi                                   on 2002/04/23  13:35:03
+        Log: NetWare tweak from C Aditya.
+     Branch: perl
+          ! NetWare/Nwmain.c NetWare/nw5.c
+____________________________________________________________________________
+[ 16103] By: gsar                                  on 2002/04/23  06:33:25
+        Log: fix a typo
+     Branch: perl
+          ! regexec.c
+____________________________________________________________________________
+[ 16102] By: jhi                                   on 2002/04/23  04:41:43
+        Log: Uncurliff.
+     Branch: perl
+          ! README.ko
+____________________________________________________________________________
+[ 16101] By: jhi                                   on 2002/04/23  04:36:27
+        Log: Pointer to UV casting.
+     Branch: perl
+          ! regexec.c
+____________________________________________________________________________
+[ 16100] By: jhi                                   on 2002/04/23  02:36:09
+        Log: metaconfig unit change for #16099.
+     Branch: metaconfig
+          ! U/compline/byteorder.U
+____________________________________________________________________________
+[ 16099] By: jhi                                   on 2002/04/23  02:35:52
+        Log: Use UV (not long) for BYTEORDER.
+     Branch: perl
+          ! Configure Porting/Glossary Porting/config.sh Porting/config_H
+          ! config_h.SH
+____________________________________________________________________________
+[ 16098] By: jhi                                   on 2002/04/23  02:18:10
+        Log: # cpp commands must start in the first column.
+     Branch: perl
+          ! scope.c
+____________________________________________________________________________
+[ 16097] By: jhi                                   on 2002/04/23  01:52:36
+        Log: Reborn as text.
+     Branch: perl
+          + NetWare/interface.cpp
+____________________________________________________________________________
+[ 16096] By: jhi                                   on 2002/04/23  01:52:00
+        Log: Dead as binary.
+     Branch: perl
+          - NetWare/interface.cpp
+____________________________________________________________________________
+[ 16095] By: jhi                                   on 2002/04/23  01:49:37
+        Log: Undo #16091, a time-warped escapee.
+     Branch: perl
+          ! lib/ExtUtils/t/MM_Cygwin.t
+____________________________________________________________________________
+[ 16094] By: jhi                                   on 2002/04/23  01:43:42
+        Log: *size tweaks from Sarathy.
+     Branch: perl
+          ! ext/Storable/t/malice.t
+____________________________________________________________________________
+[ 16093] By: jhi                                   on 2002/04/23  01:12:50
+        Log: Subject: [PATCH pod/perlguts.pod] remove a redundant =over
+             From: Stas Bekman <stas@stason.org>
+             Date: Tue, 23 Apr 2002 01:52:22 +0800
+             Message-ID: <3CC44DD6.3090401@stason.org>
+     Branch: perl
+          ! pod/perlguts.pod
+____________________________________________________________________________
+[ 16092] By: jhi                                   on 2002/04/23  01:05:37
+        Log: Subject: [PATCH] (Updated) Work around bug in gcc 2.95.2 on hppa targets
+             From: Paul_GreenVOS@vos.stratus.com
+             Date: Mon, 22 Apr 02 20:35 edt
+             Message-Id: <200204230034.UAA01134@mailhub2.stratus.com>
+     Branch: perl
+          + hints/t001.c
+          ! MANIFEST hints/README.hints hints/vos.sh
+____________________________________________________________________________
+[ 16091] By: jhi                                   on 2002/04/23  00:42:12
+        Log: (retracted by #16095)
+     Branch: perl
+          ! lib/ExtUtils/t/MM_Cygwin.t
+____________________________________________________________________________
+[ 16090] By: jhi                                   on 2002/04/23  00:16:09
+        Log: Subject: Re: perl@16083
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Mon, 22 Apr 2002 23:17:45 +0100
+             Message-ID: <20020422221744.GF302@Bagpuss.unfortu.net>
+     Branch: perl
+          ! ext/Storable/t/malice.t
+____________________________________________________________________________
+[ 16089] By: jhi                                   on 2002/04/23  00:12:09
+        Log: Upgrade to Encode 1.58.
+     Branch: perl
+          + ext/Encode/t/CJKT.t ext/Encode/t/at-cn.t ext/Encode/t/at-tw.t
+          + ext/Encode/t/big5-eten.enc ext/Encode/t/big5-eten.utf
+          + ext/Encode/t/big5-hkscs.enc ext/Encode/t/big5-hkscs.utf
+          + ext/Encode/t/gb2312.enc ext/Encode/t/gb2312.utf
+          + ext/Encode/t/jisx0201.enc ext/Encode/t/jisx0201.utf
+          + ext/Encode/t/jisx0208.enc ext/Encode/t/jisx0208.utf
+          + ext/Encode/t/jisx0212.enc ext/Encode/t/jisx0212.utf
+          + ext/Encode/t/ksc5601.enc ext/Encode/t/ksc5601.utf
+          - ext/Encode/t/CN.t ext/Encode/t/JP.t ext/Encode/t/KR.t
+          - ext/Encode/t/TW.t ext/Encode/t/bogus.ucm
+          - ext/Encode/t/gb2312.euc ext/Encode/t/gb2312.ref
+          - ext/Encode/t/jisx0201.euc ext/Encode/t/jisx0201.ref
+          - ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
+          - ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
+          - ext/Encode/t/ksc5601.euc ext/Encode/t/ksc5601.ref
+          ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
+          ! ext/Encode/Encode.xs ext/Encode/MANIFEST ext/Encode/TW/TW.pm
+          ! ext/Encode/bin/ucm2table ext/Encode/t/perlio.t
+____________________________________________________________________________
+[ 16088] By: jhi                                   on 2002/04/22  19:55:18
+        Log: On Win32 the end.t failure should be gone now.
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 16087] By: jhi                                   on 2002/04/22  19:51:29
+        Log: Subject: [PATCH] update VOS-specific pod files
+             From: Paul_GreenVOS@vos.stratus.com
+             Date: Mon, 22 Apr 02 16:02 edt
+             Message-Id: <200204222002.QAA07350@mailhub1.stratus.com>
+     Branch: perl
+          ! README.vos pod/perlport.pod
+____________________________________________________________________________
+[ 16086] By: jhi                                   on 2002/04/22  19:50:05
+        Log: Subject: [PATCH] cleanup ./hints/vos.sh
+             From: Paul_GreenVOS@vos.stratus.com
+             Date: Mon, 22 Apr 02 15:26 edt
+             Message-Id: <200204221926.PAA05539@mailhub1.stratus.com>
+     Branch: perl
+          ! hints/vos.sh
+____________________________________________________________________________
+[ 16085] By: jhi                                   on 2002/04/22  19:48:20
+        Log: Upgrade to Encode 1.57, from Dan Kogai.
+     Branch: perl
+          ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
+          ! ext/Encode/Unicode/Unicode.pm ext/Encode/lib/Encode/CN/HZ.pm
+          ! ext/Encode/lib/Encode/Encoding.pm
+          ! ext/Encode/lib/Encode/JP/JIS7.pm
+          ! ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/JP.t
+          ! ext/Encode/t/KR.t ext/Encode/t/jperl.t ext/Encode/t/perlio.t
+____________________________________________________________________________
+[ 16084] By: ams                                   on 2002/04/22  18:10:13
+        Log: Subject: [PATCH perl5005delta perlhack perlhist] small corrections
+             From: Stas Bekman <stas@stason.org>
+             Date: Tue, 23 Apr 2002 01:59:07 +0800
+             Message-Id: <3CC44F6B.5010300@stason.org>
+     Branch: perl
+          ! pod/perl5005delta.pod pod/perlhack.pod pod/perlhist.pod
+____________________________________________________________________________
+[ 16083] By: jhi                                   on 2002/04/22  16:41:03
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
 [ 16082] By: jhi                                   on 2002/04/22  16:22:50
         Log: In MANIFEST but not added.
      Branch: perl