EBCDIC: another "can't happen".
[p5sagit/p5-mst-13.2.git] / Changes
diff --git a/Changes b/Changes
index 1fe9c10..0d52fe6 100644 (file)
--- a/Changes
+++ b/Changes
@@ -31,6 +31,1448 @@ or any other branch.
 Version v5.7.2         Development release working toward v5.8
 --------------
 ____________________________________________________________________________
+[ 14646] By: jhi                                   on 2002/02/11  15:07:28
+        Log: Regen toc.
+     Branch: perl
+          ! pod/perltoc.pod
+____________________________________________________________________________
+[ 14645] By: jhi                                   on 2002/02/11  14:59:02
+        Log: Forgot from #14641.
+     Branch: perl
+          ! lib/ExtUtils/t/Embed.t
+____________________________________________________________________________
+[ 14642] By: jhi                                   on 2002/02/11  14:46:39
+        Log: -Dmksymlinks was broken by #14628.
+     Branch: perl
+          ! Configure
+____________________________________________________________________________
+[ 14641] By: jhi                                   on 2002/02/11  14:32:12
+        Log: Subject: [PATCH @14577] OS/2 build
+             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
+             Date: Mon, 11 Feb 2002 06:56:41 -0500
+             Message-ID: <20020211065640.A14993@math.ohio-state.edu> 
+             
+             (sans the Configure, perlio.sym, and t/op/stat.t parts)
+     Branch: perl
+          ! Makefile.SH autodoc.pl ext/Socket/socketpair.t hints/os2.sh
+          ! lib/ExtUtils/Embed.pm opcode.pl os2/Makefile.SHs os2/os2.c
+          ! os2/os2ish.h
+____________________________________________________________________________
+[ 14640] By: jhi                                   on 2002/02/11  14:11:13
+        Log: Integrate perlio;
+             
+             Re-structure Japanese encodings - part 1
+             
+             Split Japanese encodings - part 2
+             - build separate .c files with separate 'compile' steps
+             - overall Japanese.xs / Japanese.pm which loads them
+             
+             Add test for Japanese encoding (well euc-jp anyway).
+             Fix one bug shown by above
+             Skip test which does not pass yet.
+             
+             Patch up the failing multi-byte write case, and un-skip
+             the test.
+     Branch: perl
+         +> ext/Encode/EUC_JP/Japanese.pm ext/Encode/t/Japanese.t
+         +> ext/Encode/t/table.euc ext/Encode/t/table.ref
+          - ext/Encode/EUC_JP/EUC_JP.pm
+         !> MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs
+____________________________________________________________________________
+[ 14634] By: jhi                                   on 2002/02/11  03:40:01
+        Log: Subject: Re: [PATCH] Re: Modulus operator inconsistency
+             From: Mike Guy <mjtg@cam.ac.uk>
+             Date: Mon, 11 Feb 2002 02:50:42 +0000
+             Message-Id: <E16a6YE-0006fq-00@libra.cus.cam.ac.uk>
+     Branch: perl
+          ! t/op/arith.t
+____________________________________________________________________________
+[ 14633] By: jhi                                   on 2002/02/11  01:53:01
+        Log: "Can't happen" - yes, it can, with buggy UTF-8/EBCDIC.
+             Stepping backward in the string would be majorly bad.
+     Branch: perl
+          ! regcomp.c
+____________________________________________________________________________
+[ 14632] By: jhi                                   on 2002/02/11  01:38:40
+        Log: The debugger part of
+             
+             Subject: [PATCH hints/os2.sh lib/perl5db.pl] Debugger to use proper pager
+             From: Michael G Schwern <schwern@pobox.com> 
+             Date: Wed, 6 Feb 2002 17:32:12 -0500
+             Message-ID: <20020206223212.GG1346@blackrider>
+     Branch: perl
+          ! lib/perl5db.pl
+____________________________________________________________________________
+[ 14631] By: jhi                                   on 2002/02/10  22:11:53
+        Log: Integrate perlio;
+             
+             Borland/Win32 tuning
+             
+             Move PerlIO_perlio to layer_syms where it belongs?
+     Branch: perl
+         !> makedef.pl perlio.sym t/op/stat.t win32/config_H.bc
+____________________________________________________________________________
+[ 14630] By: jhi                                   on 2002/02/10  22:10:19
+        Log: EBCDIC: the low 256 needs to be shuffled also
+             in pack/unpack U (this breaks the equivalence
+             of pack U and v-strings, but I think if someone
+             has to give, v-strings are a good victim)
+     Branch: perl
+          ! pp_pack.c t/op/pack.t
+____________________________________________________________________________
+[ 14628] By: jhi                                   on 2002/02/10  21:55:45
+        Log: Two Configure tweaks; the u32align test was trying
+             to write into a string literal, the ln -s test was
+             failing in VOS.
+     Branch: perl
+          ! Configure
+____________________________________________________________________________
+[ 14627] By: jhi                                   on 2002/02/10  21:07:20
+        Log: DJGPP tweaks from Laszlo Molnar.
+     Branch: perl
+          ! djgpp/djgpp.c lib/File/Spec.pm
+____________________________________________________________________________
+[ 14624] By: jhi                                   on 2002/02/10  15:33:40
+        Log: Additional explanation for the [:...:] failure.
+     Branch: perl
+          ! pod/perldiag.pod
+____________________________________________________________________________
+[ 14623] By: jhi                                   on 2002/02/10  15:15:53
+        Log: Subject: [ PATCH ] Re: Smoke 14612 /pro/3gl/CPAN/perl-current
+             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
+             Date: Sun, 10 Feb 2002 13:32:48 +0100
+             Message-Id: <20020210115736.3702.H.M.BRAND@hccnet.nl>
+     Branch: perl
+          ! makedef.pl
+____________________________________________________________________________
+[ 14622] By: jhi                                   on 2002/02/10  15:08:06
+        Log: Test tweaks from chromatic for cases where there
+             are no installman1dir or installman3dir.
+     Branch: perl
+          ! lib/ExtUtils/t/Installed.t
+____________________________________________________________________________
+[ 14621] By: jhi                                   on 2002/02/10  15:07:21
+        Log: Integrate perlio;
+             
+             Nick Clark's tweaks to Encode compile process
+             1. Use decimal constants to unit string arrays rather than
+             very long string litterals (latter having possible "\0"
+             on end issues, and needing ANSI C line splicing).
+             2. Replace tail-recursion during insert process with itteration.
+             Nick C sees 12% speedup from these.
+     Branch: perl
+         !> ext/Encode/Encode.pm ext/Encode/compile
+____________________________________________________________________________
+[ 14620] By: jhi                                   on 2002/02/10  15:04:19
+        Log: Portability notes: filename characters, character sets.
+     Branch: perl
+          ! pod/perlport.pod
+____________________________________________________________________________
+[ 14617] By: jhi                                   on 2002/02/10  02:56:54
+        Log: Use the "Unicode 1.0" name field for control characters,
+             as suggested by Mark Davis.  Note that Unicode 3.2 will
+             require some more legwork on this because of certain
+             alternative names.
+     Branch: perl
+          ! lib/unicore/Name.pl lib/unicore/mktables
+____________________________________________________________________________
+[ 14616] By: jhi                                   on 2002/02/09  22:41:18
+        Log: The -W 0,float(ieee) and gcvt() are the bad combination.
+     Branch: perl
+          ! hints/os390.sh
+____________________________________________________________________________
+[ 14615] By: jhi                                   on 2002/02/09  22:34:00
+        Log: EBCDIC: the non-printable characters are different.
+     Branch: perl
+          ! ext/B/B/Deparse.pm
+____________________________________________________________________________
+[ 14614] By: jhi                                   on 2002/02/09  21:42:26
+        Log: Subject: [PATCH] Re: FreeBSD hangs when reading from dup'd STDOUT/ERR w/o perlio
+             From: Nicholas Clark <nick@unfortu.net> 
+             Date: Sat, 9 Feb 2002 22:31:29 +0000
+             Message-ID: <20020209223129.GH410@Bagpuss.unfortu.net>
+     Branch: perl
+          ! t/lib/warnings/pp_hot
+____________________________________________________________________________
+[ 14613] By: jhi                                   on 2002/02/09  21:12:12
+        Log: Subject: [PATCH] Re: Modulus operator inconsistency
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Sat, 9 Feb 2002 21:00:13 +0000
+             Message-ID: <20020209210013.GG410@Bagpuss.unfortu.net>
+     Branch: perl
+          ! op.c t/op/arith.t
+____________________________________________________________________________
+[ 14612] By: jhi                                   on 2002/02/09  18:15:39
+        Log: Use the same escaping mechanism for all the *flags.
+     Branch: perl
+          ! lib/ExtUtils/Embed.pm
+____________________________________________________________________________
+[ 14611] By: jhi                                   on 2002/02/09  17:26:06
+        Log: Protect possible parentheses in ccflags, ccdlflags, and
+             ldflags.  (In OS/390 there are parentheses in ccflags.)
+     Branch: perl
+          ! lib/ExtUtils/Embed.pm
+____________________________________________________________________________
+[ 14610] By: jhi                                   on 2002/02/09  16:12:03
+        Log: Subject: [PATCH] perl5db.pl: restart in taint mode
+             From: Peter Scott <Peter@PSDT.com>
+             Date: Fri, 08 Feb 2002 19:20:19 -0800
+             Message-id: <4.3.2.7.2.20020208191757.00b4cea0@shell2.webquarry.com>
+     Branch: perl
+          ! lib/perl5db.pl
+____________________________________________________________________________
+[ 14609] By: jhi                                   on 2002/02/08  21:33:59
+        Log: FAQ sync.
+     Branch: perl
+          ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq4.pod
+____________________________________________________________________________
+[ 14608] By: jhi                                   on 2002/02/08  20:46:38
+        Log: Subject: [PATCH] CopFILE / MacPerl_MPWFileName
+             From: Chris Nandor <pudge@pobox.com>
+             Date: Fri, 08 Feb 2002 16:31:41 -0500
+             Message-ID: <pudge-10FC3D.16314108022002@onion.valueclick.com>
+     Branch: perl
+          ! cop.h deb.c pp_ctl.c toke.c util.c
+____________________________________________________________________________
+[ 14605] By: jhi                                   on 2002/02/08  19:18:17
+        Log: The Configure change to go with #14604.
+     Branch: perl
+          ! Configure
+____________________________________________________________________________
+[ 14604] By: jhi                                   on 2002/02/08  19:13:56
+        Log: Subject: [PATCH] Re:  [ID 20020205.007] BSDi test failure perl 5.6.1
+             From: Andy Dougherty <doughera@lafayette.edu>
+             Date: Fri, 8 Feb 2002 13:43:49 -0500 (EST)
+             Message-ID: <Pine.SOL.4.10.10202081341170.15295-100000@maxwell.phys.lafayette.edu>
+     Branch: perl
+          ! hints/bsdos.sh
+____________________________________________________________________________
+[ 14602] By: sky                                   on 2002/02/08  15:19:15
+        Log: Start testing for safe localtime functions, TODO, test more functions.
+     Branch: perl
+          + ext/threads/t/libc.t
+          ! MANIFEST
+____________________________________________________________________________
+[ 14601] By: jhi                                   on 2002/02/08  14:14:16
+        Log: Subject: Re: [PATCH] eof() coredumps when ARGV is aliased to another filehandle
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Fri, 8 Feb 2002 00:21:07 +0100
+             Message-ID: <20020208002107.E763@rafael>
+     Branch: perl
+          ! doio.c pp_sys.c t/io/argv.t
+____________________________________________________________________________
+[ 14600] By: jhi                                   on 2002/02/08  14:07:15
+        Log: Subject: [PATCH] Configure followed by make minitest
+             From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
+             Date: Wed, 06 Feb 2002 21:35:20 -0800
+             Message-ID: <YIhY8gzkgSbC092yn@efn.org>
+     Branch: perl
+          ! t/op/taint.t t/run/fresh_perl.t
+____________________________________________________________________________
+[ 14599] By: jhi                                   on 2002/02/08  14:05:12
+        Log: Integrate perlio;
+             
+             Extract something from yesterdays effort - convert my mail on pad
+             data structures (incoporating Sarathy's corrections/clarifications)
+             into POD in cv.h which gets autodoc.pl'ed into pod/perlintern.pod.
+     Branch: perl
+         !> cv.h pod/perlapi.pod pod/perlintern.pod
+____________________________________________________________________________
+[ 14597] By: jhi                                   on 2002/02/08  14:01:01
+        Log: Configure DJGPP tweak from Laszlo Molnar.
+     Branch: perl
+          ! Configure
+____________________________________________________________________________
+[ 14596] By: jhi                                   on 2002/02/08  14:00:23
+        Log: DJGPP tweaks from Laszlo Molnar.
+     Branch: perl
+          ! djgpp/djgppsed.sh perl.c
+____________________________________________________________________________
+[ 14593] By: jhi                                   on 2002/02/08  03:08:20
+        Log: To really skip the test an exit() is needed.
+     Branch: perl
+          ! lib/encoding.t
+____________________________________________________________________________
+[ 14592] By: jhi                                   on 2002/02/08  02:57:30
+        Log: More diagnostics from Nicholas Clark.
+     Branch: perl
+          ! lib/Benchmark.t
+____________________________________________________________________________
+[ 14591] By: jhi                                   on 2002/02/07  22:54:57
+        Log: In case of failure be more verbose.
+     Branch: perl
+          ! t/base/num.t
+____________________________________________________________________________
+[ 14581] By: jhi                                   on 2002/02/07  17:10:06
+        Log: Sanity checks to see that the IV/NV and the PV of numeric
+             scalars stay in sync (unearthed this via the OS/390 gcvt()
+             brokenness)
+     Branch: perl
+          + t/base/num.t
+          ! MANIFEST
+____________________________________________________________________________
+[ 14580] By: jhi                                   on 2002/02/07  14:07:33
+        Log: Retract the anon leak subpatch of #14418 and #14431
+             (the latter came into bleadperl as part of #14433).
+     Branch: perl
+          ! op.c t/run/fresh_perl.t
+____________________________________________________________________________
+[ 14579] By: jhi                                   on 2002/02/06  23:38:10
+        Log: OS/390 gcvt() seems buggy: with -W 0,float(ieee) it
+             mangles 0.1 to "10".  sprintf() seems more well-behaved.
+     Branch: perl
+          ! hints/os390.sh
+____________________________________________________________________________
+[ 14578] By: jhi                                   on 2002/02/06  19:56:53
+        Log: Subject: [PATCH @14557] another Encode fix for VMS
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Wed, 06 Feb 2002 14:44:20 -0600
+             Message-Id: <5.1.0.14.2.20020206143717.01baf008@exchi01>
+     Branch: perl
+          ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
+____________________________________________________________________________
+[ 14577] By: jhi                                   on 2002/02/06  15:38:25
+        Log: Integrate perlio;
+             
+             One way to avoid OS390 winge about #line directives.
+     Branch: perl
+         !> ext/Encode/EUC_JP/Makefile.PL
+____________________________________________________________________________
+[ 14576] By: jhi                                   on 2002/02/06  15:36:55
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 14574] By: jhi                                   on 2002/02/06  15:11:05
+        Log: s/Netware/NetWare/
+     Branch: perl
+          ! MANIFEST
+____________________________________________________________________________
+[ 14573] By: jhi                                   on 2002/02/06  15:10:00
+        Log: New Netware scripts.
+     Branch: perl
+          + NetWare/bat/BldNWExt-Exist.bat NetWare/t/NWModify-Exist.pl
+          + NetWare/t/NWScripts-Exist.pl
+          ! MANIFEST
+____________________________________________________________________________
+[ 14572] By: jhi                                   on 2002/02/06  15:02:20
+        Log: EBCDIC: the encoding pragma would need some rethinking,
+             probably a pass of EBCDIC->Unicode mapping.  For now,
+             disable it on EBCDIC.
+     Branch: perl
+          ! lib/encoding.pm lib/encoding.t
+____________________________________________________________________________
+[ 14571] By: jhi                                   on 2002/02/06  14:44:27
+        Log: EBCDIC: Unicode::Normalize NFC emits EBCDIC code points
+             for the low 256.  Now tweaked the tests, but maybe it's
+             the module that needs few NATIVE_TO_UNI()s somewhere?
+     Branch: perl
+          ! ext/Unicode/Normalize/t/norm.t ext/Unicode/Normalize/t/test.t
+____________________________________________________________________________
+[ 14570] By: jhi                                   on 2002/02/06  13:59:19
+        Log: Subject: [PATCH utf8.c] format problem
+             From: Robin Barker <rmb1@cise.npl.co.uk>
+             Date: Wed, 6 Feb 2002 14:01:43 GMT
+             Message-Id: <200202061401.OAA25053@tempest.npl.co.uk>
+     Branch: perl
+          ! utf8.c
+____________________________________________________________________________
+[ 14568] By: jhi                                   on 2002/02/06  04:44:33
+        Log: EBCDIC: 0x41 is not cricket.
+     Branch: perl
+          ! ext/Encode/t/Encode.t
+____________________________________________________________________________
+[ 14567] By: jhi                                   on 2002/02/05  23:12:19
+        Log: NetWare update from Ananth Kesari.
+     Branch: perl
+          ! NetWare/Makefile NetWare/bat/BldNWExt.bat
+          ! NetWare/dl_netware.xs NetWare/interface.c NetWare/interface.h
+          ! NetWare/iperlhost.h NetWare/nw5.c NetWare/nw5sck.c
+          ! NetWare/nw5sck.h NetWare/nw5thread.h NetWare/t/NWModify.pl
+          ! NetWare/t/NWScripts.pl makedef.pl
+____________________________________________________________________________
+[ 14566] By: sky                                   on 2002/02/05  18:39:13
+        Log: Subject: Re: File::Spec::rel2abs2rel (?)
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Tue, 5 Feb 2002 13:47:39 -0500
+             Message-ID: <20020205184739.GB17375@blackrider>
+     Branch: perl
+          ! lib/File/Spec/t/rel2abs2rel.t
+____________________________________________________________________________
+[ 14564] By: jhi                                   on 2002/02/05  17:05:40
+        Log: Integrate perlio;
+             
+             More Encode tweaks:
+             - make expensive and marginal substring search optional (-O)
+             - enable -O for ASCII-oid encodings (search space is small)
+             - add ASCII-oid jis0201 to basic Encode.so
+             - add some other Japanese encodings to EUC_JP bundle (without -O)
+     Branch: perl
+         +> ext/Encode/Encode/jis0201.ucm
+         !> MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Makefile.PL
+         !> ext/Encode/compile
+____________________________________________________________________________
+[ 14562] By: sky                                   on 2002/02/05  14:50:36
+        Log: Add in change for Apple/Darwin Bug: 2785519 to fix memory leaks.
+     Branch: perl
+          ! ext/DynaLoader/dl_dyld.xs ext/POSIX/t/posix.t
+____________________________________________________________________________
+[ 14561] By: jhi                                   on 2002/02/05  14:25:36
+        Log: EBCDIC: SHARP S is different.
+     Branch: perl
+          ! regexec.c utf8.h
+____________________________________________________________________________
+[ 14560] By: sky                                   on 2002/02/05  13:49:40
+        Log: Don't assume that we can chmod symlinks. It fails on MacOSX HFS+ when building using mksymlinks
+     Branch: perl
+          ! t/op/filetest.t
+____________________________________________________________________________
+[ 14559] By: sky                                   on 2002/02/05  11:39:24
+        Log: Add . first to the PATH enviroment to test that we realy get ./perl and not some other older perl.
+     Branch: perl
+          ! lib/File/Spec/t/rel2abs2rel.t
+____________________________________________________________________________
+[ 14558] By: sky                                   on 2002/02/05  11:20:21
+        Log: Change to check if _POSIX_OPEN_MAX is 16 or 20, however the entire test is kind of questionable since we are testing POSIX compliance...
+     Branch: perl
+          ! ext/POSIX/t/posix.t
+____________________________________________________________________________
+[ 14557] By: sky                                   on 2002/02/05  10:30:58
+        Log: Enable building with threads under macosx, assume __APPLE__ means darwin and disable _r functions, since we don't have them.
+     Branch: perl
+          ! hints/darwin.sh perl.h
+____________________________________________________________________________
+[ 14554] By: jhi                                   on 2002/02/04  23:22:28
+        Log: Subject: [PATCH] File::Find tests not cleaning up properly
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Mon, 4 Feb 2002 22:09:07 +0100
+             Message-ID: <20020204220907.A8288@rafael>
+     Branch: perl
+          ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
+____________________________________________________________________________
+[ 14553] By: jhi                                   on 2002/02/04  22:27:11
+        Log: Signedness mumblings from Tru64.
+     Branch: perl
+          ! ext/Encode/Encode.xs
+____________________________________________________________________________
+[ 14552] By: jhi                                   on 2002/02/04  22:22:16
+        Log: Subject: [PATCH @14550] Encode build fix-ups for VMS
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Mon, 04 Feb 2002 17:16:00 -0600
+             Message-Id: <5.1.0.14.2.20020204161211.01c0a178@exchi01>
+     Branch: perl
+          ! MANIFEST configure.com ext/Encode/EUC_JP/Makefile.PL
+          ! ext/Encode/Encode.xs
+____________________________________________________________________________
+[ 14550] By: jhi                                   on 2002/02/04  14:47:00
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 14549] By: jhi                                   on 2002/02/04  13:57:42
+        Log: Comment microtweaks.
+     Branch: perl
+          ! lib/locale.t
+____________________________________________________________________________
+[ 14548] By: jhi                                   on 2002/02/04  13:32:00
+        Log: Subject: trivial docu patch
+             From: andreas.koenig@anima.de (Andreas J. Koenig)
+             Date: 04 Feb 2002 08:15:19 +0100
+             Message-ID: <m3pu3l7m60.fsf@anima.de>
+     Branch: perl
+          ! pod/perluniintro.pod
+____________________________________________________________________________
+[ 14547] By: jhi                                   on 2002/02/04  13:30:55
+        Log: Subject: [PATCH] (??{ }) anomaly
+             From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
+             Date: Sun, 03 Feb 2002 20:21:45 -0800
+             Message-ID: <ZxgX8gzkgCXO092yn@efn.org> 
+     Branch: perl
+          ! regcomp.c
+____________________________________________________________________________
+[ 14546] By: jhi                                   on 2002/02/04  04:41:02
+        Log: Integrate perlio.
+             
+             Carry on where we left off if we have to grow destination
+             SV during XS encode/decode
+             
+             Remove debugging warning, be consistent about API fails.
+     Branch: perl
+         !> ext/Encode/Encode.xs
+____________________________________________________________________________
+[ 14543] By: jhi                                   on 2002/02/03  19:06:06
+        Log: Subject: PATCH CPAN.pm
+             From: Mark-Jason Dominus <mjd@plover.com>
+             Date: Sun, 03 Feb 2002 12:36:36 -0500
+             Message-ID: <20020203173636.27451.qmail@plover.com>
+     Branch: perl
+          ! lib/CPAN.pm
+____________________________________________________________________________
+[ 14542] By: jhi                                   on 2002/02/03  19:05:13
+        Log: Must search further back.
+     Branch: perl
+          ! lib/h2xs.t
+____________________________________________________________________________
+[ 14540] By: jhi                                   on 2002/02/03  18:33:53
+        Log: EBCDIC: more natification.
+     Branch: perl
+          ! regcomp.c
+____________________________________________________________________________
+[ 14539] By: jhi                                   on 2002/02/03  18:32:31
+        Log: Debug noise.
+     Branch: perl
+          ! ext/Encode/Encode.xs
+____________________________________________________________________________
+[ 14538] By: jhi                                   on 2002/02/03  18:13:07
+        Log: Integrate perlio;
+             
+             Stable intermediate point in Encode cleanup.
+             :encode(euc-jp) works on Dan's table.euc
+             Much buffer copying and other silliness remains.
+     Branch: perl
+         !> ext/Encode/Encode.pm ext/Encode/Encode.xs
+         !> ext/Encode/lib/Encode/Encoding.pm
+____________________________________________________________________________
+[ 14537] By: jhi                                   on 2002/02/03  17:57:31
+        Log: Prettify.
+     Branch: perl
+          ! lib/unicore/mktables
+____________________________________________________________________________
+[ 14535] By: jhi                                   on 2002/02/03  17:29:57
+        Log: EBCDIC: it's much nicer to compare Unicode code points
+             to Unicode code points.
+     Branch: perl
+          ! regexec.c
+____________________________________________________________________________
+[ 14534] By: jhi                                   on 2002/02/03  17:04:34
+        Log: EBCDIC: character classes must remap the low 256.
+     Branch: perl
+          ! regcomp.c
+____________________________________________________________________________
+[ 14533] By: jhi                                   on 2002/02/03  16:05:12
+        Log: Upgrade to I18N::LangTags::List 0.27, from Sean Burke.
+     Branch: perl
+          ! lib/I18N/LangTags/List.pm
+____________________________________________________________________________
+[ 14532] By: jhi                                   on 2002/02/03  15:36:36
+        Log: FAQ sync.
+     Branch: perl
+          ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq4.pod
+          ! pod/perlfaq6.pod pod/perlfaq7.pod
+____________________________________________________________________________
+[ 14531] By: jhi                                   on 2002/02/03  15:35:28
+        Log: Integrate perlio;
+             
+             Re-indent Encode.xs
+             
+             Fix SvGROW on an SV with SvLEN == 0 - copy in any existing data.
+             (Mis-feature discovered by Encode.)
+     Branch: perl
+         !> ext/Encode/Encode.pm ext/Encode/Encode.xs sv.c
+____________________________________________________________________________
+[ 14530] By: jhi                                   on 2002/02/03  15:30:24
+        Log: Subject: [PATCH] lstat FH and -l FH warnings
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Sat, 2 Feb 2002 22:24:54 +0100           
+             Message-ID: <20020202222454.A11608@rafael>       
+     Branch: perl
+          ! doio.c lib/File/Copy.pm pod/perldiag.pod pp_sys.c
+          ! t/lib/warnings/doio t/lib/warnings/pp_sys t/op/stat.t
+____________________________________________________________________________
+[ 14529] By: jhi                                   on 2002/02/03  15:27:26
+        Log: Subject: [PATCH t/op/taint.t] remove possible false positive
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Sat, 2 Feb 2002 13:11:01 +0100           
+             Message-ID: <20020202131101.A722@rafael>               
+             
+             Subject: [PATCH t/op/ver.t] another false positive
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Sat, 2 Feb 2002 13:38:22 +0100           
+             Message-ID: <20020202133822.E722@rafael>         
+             
+             Subject: [PATCH] t/test.pl:ok() doesn't work
+             From: sthoenna@efn.org (Yitzchak Scott-Thoennes)  
+             Date: Sun, 03 Feb 2002 00:02:38 -0800          
+             Message-ID: <e6OX8gzkgSMO092yn@efn.org>          
+     Branch: perl
+          ! lib/Net/t/netrc.t t/op/stat.t t/op/taint.t t/op/ver.t
+          ! t/test.pl
+____________________________________________________________________________
+[ 14528] By: jhi                                   on 2002/02/03  15:26:33
+        Log: Subject: [PATCH @13746] OS2::Process's constants
+             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
+             Date: Sat, 2 Feb 2002 01:00:55 -0500           
+             Message-ID: <20020202010055.A12924@math.ohio-state.edu>
+     Branch: perl
+          ! os2/OS2/Process/Makefile.PL
+____________________________________________________________________________
+[ 14527] By: jhi                                   on 2002/02/03  15:16:46
+        Log: Subject: [PATCH @13746] h2xs   
+             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
+             Date: Sat, 2 Feb 2002 00:58:44 -0500           
+             Message-ID: <20020202005844.A12756@math.ohio-state.edu>
+     Branch: perl
+          ! utils/h2xs.PL
+____________________________________________________________________________
+[ 14525] By: jhi                                   on 2002/02/02  16:44:58
+        Log: EBCDIC: since #14519 made \N{...} to remap,
+             the test cannot expect an ASCII code point.
+     Branch: perl
+          ! lib/charnames.t
+____________________________________________________________________________
+[ 14524] By: jhi                                   on 2002/02/02  05:03:24
+        Log: Sub-MANIFEST-tweak.
+     Branch: perl
+          ! ext/Encode/MANIFEST
+____________________________________________________________________________
+[ 14523] By: jhi                                   on 2002/02/02  02:54:44
+        Log: Subject: [Patch] Encode::Tcl::Escape, more ISO2022 like
+             From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
+             Date: Fri, 01 Feb 2002 23:51:03 +0900
+             Message-Id: <20020201234727.15ED.BQW10602@nifty.com>
+     Branch: perl
+          ! ext/Encode/lib/Encode/Tcl/Escape.pm
+____________________________________________________________________________
+[ 14522] By: jhi                                   on 2002/02/02  02:53:29
+        Log: Subject: [PATCH] (Was Re: [ID 20020129.003] Trouble building perl 5.6.1)
+             From: Andy Dougherty <doughera@lafayette.edu>
+             Date: Fri, 1 Feb 2002 13:06:05 -0500 (EST)
+             Message-ID: <Pine.SOL.4.10.10202011243130.24740-100000@maxwell.phys.lafayette.edu>
+     Branch: perl
+          ! README.solaris hints/solaris_2.sh
+____________________________________________________________________________
+[ 14521] By: jhi                                   on 2002/02/02  02:08:42
+        Log: EBCDIC: no hope to get the low 256 right in unifolding.
+     Branch: perl
+          ! t/uni/fold.t
+____________________________________________________________________________
+[ 14520] By: jhi                                   on 2002/02/02  02:02:13
+        Log: todo entry for missing pack formats.
+     Branch: perl
+          ! pod/perltodo.pod
+____________________________________________________________________________
+[ 14519] By: jhi                                   on 2002/02/02  01:31:50
+        Log: EBCDIC: the low 256 \N{...} need to be remapped.
+     Branch: perl
+          ! toke.c
+____________________________________________________________________________
+[ 14516] By: jhi                                   on 2002/02/01  16:46:16
+        Log: Integrate perlio; 
+             
+             Minor Encode tweaks:
+             - move Encode.pm back to top of Encode like normal XS extension
+             - avoid .def as a file extension (Win32 builds)
+     Branch: perl
+          ! MANIFEST
+         !> ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs
+         !> ext/Encode/Makefile.PL ext/Encode/compile
+____________________________________________________________________________
+[ 14514] By: jhi                                   on 2002/02/01  14:45:26
+        Log: Subject: [PATCH utf8.t] temp file not cleaned up
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Fri, 1 Feb 2002 15:47:46 +0100
+             Message-ID: <20020201154746.A24079@rafael>
+     Branch: perl
+          ! t/io/utf8.t
+____________________________________________________________________________
+[ 14513] By: jhi                                   on 2002/02/01  14:44:39
+        Log: Subject: [PATCH] make "lstat FH" croak
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Fri, 1 Feb 2002 15:12:50 +0100
+             Message-ID: <20020201151250.A738@rafael>
+     Branch: perl
+          ! pod/perldiag.pod pp_sys.c t/op/stat.t
+____________________________________________________________________________
+[ 14512] By: jhi                                   on 2002/02/01  14:42:58
+        Log: Subject: [PATCH t/op/stat.t] Mentioning Darwins UFS ctime failure
+             From: Kay Röpke <kroepke@dolphin-services.de>
+             Date: Fri, 1 Feb 2002 01:10:43 +0100
+             Message-Id: <2255B944-16A8-11D6-814B-000393414688@dolphin-services.de>
+     Branch: perl
+          ! t/op/stat.t
+____________________________________________________________________________
+[ 14511] By: jhi                                   on 2002/02/01  05:17:59
+        Log: The Malformed UTF-8 Heisenbug seen by Merijn and NickC
+             I got it in Tru64 + ithreads but only without -g, took
+             some debugging by printf (which was no fun either since
+             adding some debug printfs hid the error)
+     Branch: perl
+          ! regexec.c utf8.c
+____________________________________________________________________________
+[ 14510] By: jhi                                   on 2002/01/31  22:48:13
+        Log: Subject: Re: [PATCH] perl -V:
+             From: sthoenna@efn.org (Yitzchak Scott-Thoennes)            
+             Date: Thu, 31 Jan 2002 12:10:20 -0800
+             Message-ID: <sSaW8gzkgaNQ092yn@efn.org>
+             
+             Subject: Re: [PATCH] perl -V:
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Thu, 31 Jan 2002 16:43:13 -0500
+             Message-ID: <20020131214313.GH6498@blackrider>
+     Branch: perl
+          ! t/run/switches.t
+____________________________________________________________________________
+[ 14509] By: jhi                                   on 2002/01/31  21:30:46
+        Log: #14505 effect.
+     Branch: perl
+          ! pod/perluniintro.pod
+____________________________________________________________________________
+[ 14508] By: jhi                                   on 2002/01/31  16:57:18
+        Log: Daniel S. Lewart adopts the Math::Complex.
+     Branch: perl
+          ! lib/Math/Complex.pm
+____________________________________________________________________________
+[ 14507] By: jhi                                   on 2002/01/31  16:54:44
+        Log: More Complex DWIMmery.
+     Branch: perl
+          ! lib/Math/Complex.pm lib/Math/Complex.t
+____________________________________________________________________________
+[ 14506] By: jhi                                   on 2002/01/31  15:27:49
+        Log: Subject: [PATCH 20020124.004] forbid -l _ after -T _
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Thu, 31 Jan 2002 14:37:52 +0100
+             Message-ID: <20020131143752.A1452@rafael>
+     Branch: perl
+          ! pod/perlfunc.pod pp_sys.c t/lib/warnings/pp_sys t/op/stat.t
+____________________________________________________________________________
+[ 14505] By: jhi                                   on 2002/01/31  15:26:41
+        Log: Turn the I/O Unicode error by default on, but the
+             character-generating Unicode error by default off,
+             as Larry suggested.
+     Branch: perl
+          ! doio.c pod/perldiag.pod pp.c t/io/utf8.t t/lib/warnings/utf8
+          ! utf8.c
+____________________________________________________________________________
+[ 14504] By: jhi                                   on 2002/01/31  14:08:44
+        Log: Subject: [PATCH] open.pm minor cleanup
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Thu, 31 Jan 2002 15:03:02 +0100
+             Message-ID: <20020131150302.C1452@rafael>
+     Branch: perl
+          ! lib/open.pm
+____________________________________________________________________________
+[ 14503] By: jhi                                   on 2002/01/30  15:28:29
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 14502] By: jhi                                   on 2002/01/30  14:32:25
+        Log: Subject: [PATCH re bug 200713.003] Re: Perlbug - reminder of bug(20010713.003) status
+             From: Robin Barker <rmb1@cise.npl.co.uk>
+             Date: Wed, 30 Jan 2002 11:58:33 GMT
+             Message-Id: <200201301158.LAA14883@tempest.npl.co.uk>
+     Branch: perl
+          ! lib/CPAN.pm
+____________________________________________________________________________
+[ 14501] By: jhi                                   on 2002/01/30  14:20:32
+        Log: Move ext/Encode/lib/Encode.pm to ext/Encode/Encode.pm;
+             re-sort MANIFEST.
+     Branch: perl
+          + ext/Encode/Encode.pm
+          - ext/Encode/lib/Encode.pm
+          ! MANIFEST ext/Encode/Makefile.PL
+____________________________________________________________________________
+[ 14500] By: jhi                                   on 2002/01/30  14:05:13
+        Log: Integrate perlio;
+             
+             Collect some stats during compile process.
+             Experiment with effect of bundling all EUC-JP, EUC-CN, EUC-KR
+             as one XS - inconclusive - marginal win?
+             Add some comments to encode.h
+     Branch: perl
+         !> ext/Encode/EUC_JP/Makefile.PL ext/Encode/compile
+         !> ext/Encode/encode.h
+____________________________________________________________________________
+[ 14497] By: jhi                                   on 2002/01/30  04:40:56
+        Log: Subject: [PATCH] perl -V: (was: Re: Inline::C and Perl objects with C API's)   
+             From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
+             Date: Tue, 29 Jan 2002 01:13:09 -0800
+             Message-ID: <lemV8gzkgu/K092yn@efn.org>
+     Branch: perl
+          ! configpm
+____________________________________________________________________________
+[ 14496] By: jhi                                   on 2002/01/30  01:55:57
+        Log: Subject: [PATCH t/op/inccode.t] new test
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Tue, 29 Jan 2002 22:03:45 +0100
+             Message-ID: <20020129220345.A704@rafael>
+     Branch: perl
+          ! t/op/inccode.t
+____________________________________________________________________________
+[ 14495] By: jhi                                   on 2002/01/30  01:01:26
+        Log: EBCDIC: t/op/lc.t now passes.
+     Branch: perl
+          ! t/op/lc.t
+____________________________________________________________________________
+[ 14494] By: jhi                                   on 2002/01/30  00:41:52
+        Log: EBCDIC fix: t/op/lc.t failures 24-25, 29-30, 34-35, 39-40
+     Branch: perl
+          ! utf8.c
+____________________________________________________________________________
+[ 14493] By: jhi                                   on 2002/01/29  22:32:05
+        Log: Must find stuff during build.
+     Branch: perl
+          ! ext/Encode/compile
+____________________________________________________________________________
+[ 14492] By: jhi                                   on 2002/01/29  22:24:54
+        Log: Integrate with perlio;
+             
+             Basics of a compiled Encode XS extension
+     Branch: perl
+         +> ext/Encode/EUC_JP/EUC_JP.pm ext/Encode/EUC_JP/Makefile.PL
+         +> ext/Encode/Encode/euc-jp.ucm
+         !> MANIFEST ext/Encode/Encode.xs ext/Encode/compile
+         !> ext/Encode/encode.h
+____________________________________________________________________________
+[ 14491] By: jhi                                   on 2002/01/29  22:23:25
+        Log: EBCDIC tweaks-- no new test passes, but getting closer.
+     Branch: perl
+          ! utf8.c
+____________________________________________________________________________
+[ 14488] By: jhi                                   on 2002/01/29  16:38:58
+        Log: Subject: Re: [PATCH] Attribute::Handlers lexical refcount skew (was Re: lexical with attribute, refcount high)
+             From: Richard Clamp <richardc@unixbeard.net>
+             Date: Mon, 28 Jan 2002 02:17:55 +0000
+             Message-ID: <20020128021755.GA28344@mirth.demon.co.uk>
+     Branch: perl
+          ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
+____________________________________________________________________________
+[ 14487] By: jhi                                   on 2002/01/29  14:23:03
+        Log: OS/390 seems to do length 0 udp reads, Nicholas says
+             skippage is for now the best cause of action.
+     Branch: perl
+          ! ext/Socket/socketpair.t
+____________________________________________________________________________
+[ 14486] By: jhi                                   on 2002/01/29  14:09:21
+        Log: Encode cleanup from Dan Kogai; reworked even further.
+     Branch: perl
+          + ext/Encode/MANIFEST ext/Encode/README ext/Encode/lib/Encode.pm
+          + ext/Encode/lib/Encode/Encoding.pm
+          + ext/Encode/lib/Encode/Internal.pm ext/Encode/lib/Encode/Tcl.pm
+          + ext/Encode/lib/Encode/Tcl/Escape.pm
+          + ext/Encode/lib/Encode/Tcl/Extended.pm
+          + ext/Encode/lib/Encode/Tcl/HanZi.pm
+          + ext/Encode/lib/Encode/Tcl/Table.pm
+          + ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
+          + ext/Encode/lib/Encode/iso10646_1.pm
+          + ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
+          + ext/Encode/lib/EncodeFormat.pod ext/Encode/t/Encode.t
+          + ext/Encode/t/Tcl.t
+          - ext/Encode.t ext/Encode/Encode.pm
+          - ext/Encode/Encode/EncodeFormat.pod ext/Encode/Encode/Tcl.pm
+          - ext/Encode/Encode/Tcl.t ext/Encode/Todo
+          ! MANIFEST ext/Encode/Encode/8859-1.ucm
+          ! ext/Encode/Encode/8859-10.ucm ext/Encode/Encode/8859-13.ucm
+          ! ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
+          ! ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
+          ! ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
+          ! ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
+          ! ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
+          ! ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
+          ! ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
+          ! ext/Encode/Encode/cp37.ucm ext/Encode/Encode/dingbats.ucm
+          ! ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/posix-bc.ucm
+          ! ext/Encode/Encode/symbol.ucm ext/Encode/Makefile.PL
+          ! ext/Encode/compile
+____________________________________________________________________________
+[ 14485] By: jhi                                   on 2002/01/28  23:17:20
+        Log: Workaround for DJGPP broken F_GETFL from Laszlo.
+     Branch: perl
+          ! djgpp/djgpp.c perlio.c
+____________________________________________________________________________
+[ 14484] By: jhi                                   on 2002/01/28  23:15:22
+        Log: Prettier printing from Michael Schwern.
+     Branch: perl
+          ! t/test.pl
+____________________________________________________________________________
+[ 14483] By: jhi                                   on 2002/01/28  23:08:27
+        Log: Show also the debug and debugcolor as known pragmas.
+     Branch: perl
+          ! ext/re/re.pm
+____________________________________________________________________________
+[ 14482] By: jhi                                   on 2002/01/28  22:08:38
+        Log: Subject: [PATCH] skip assembler.t when there is no ByteLoader
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Mon, 28 Jan 2002 16:30:30 -0600
+             Message-Id: <5.1.0.14.2.20020128162440.01ae7868@exchi01>
+     Branch: perl
+          ! ext/B/t/assembler.t
+____________________________________________________________________________
+[ 14480] By: jhi                                   on 2002/01/28  21:57:37
+        Log: DJGPP needs to know its exe soon, too.
+     Branch: perl
+          ! Configure
+____________________________________________________________________________
+[ 14479] By: jhi                                   on 2002/01/28  21:36:34
+        Log: Round #2 on EBCDICation.
+     Branch: perl
+          ! t/op/append.t
+____________________________________________________________________________
+[ 14478] By: jhi                                   on 2002/01/28  21:19:40
+        Log: Integrate perlio;
+             
+             Set makefile.mk CCHOME etc. for default locations of MinGW and free
+             Borland compilers. (Borland builds one or two oddities.)
+     Branch: perl
+         !> win32/config.bc win32/makefile.mk
+____________________________________________________________________________
+[ 14473] By: jhi                                   on 2002/01/28  17:12:27
+        Log: Misunderstood Merijn's patch.
+     Branch: perl
+          ! hints/hpux.sh
+____________________________________________________________________________
+[ 14472] By: jhi                                   on 2002/01/28  17:11:58
+        Log: Misapplied Merijn's patch.
+     Branch: perl
+          ! Configure
+____________________________________________________________________________
+[ 14471] By: jhi                                   on 2002/01/28  14:51:20
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 14470] By: jhi                                   on 2002/01/28  14:33:36
+        Log: BeOS has sockets but not true ones.
+     Branch: perl
+          ! pp_sys.c
+____________________________________________________________________________
+[ 14468] By: jhi                                   on 2002/01/28  14:03:01
+        Log: For some strange reason under the smoke harness the alignment
+             test hangs in HP-UX 10.20.  So hint it to avoid the test.
+     Branch: perl
+          ! hints/hpux.sh
+____________________________________________________________________________
+[ 14467] By: jhi                                   on 2002/01/28  14:00:32
+        Log: Allow d_u32align to be hinted.
+     Branch: perl
+          ! Configure
+____________________________________________________________________________
+[ 14466] By: jhi                                   on 2002/01/28  13:41:18
+        Log: The shift key is important.
+     Branch: perl
+          ! ext/B/B.xs
+____________________________________________________________________________
+[ 14465] By: jhi                                   on 2002/01/28  13:36:15
+        Log: The "used only once" warnings (from gv_check) come
+             in pseudorandom hash order-- in EBCDIC the order
+             is different.  Add a new option that allow the warnings
+             to come in any order (Paul Marquess).
+     Branch: perl
+          ! lib/warnings.t t/lib/warnings/perl
+____________________________________________________________________________
+[ 14464] By: jhi                                   on 2002/01/28  13:04:58
+        Log: Integrate perlio; the 0nothread test failure without threads.
+     Branch: perl
+         !> ext/threads/shared/t/0nothread.t
+____________________________________________________________________________
+[ 14460] By: jhi                                   on 2002/01/28  03:37:30
+        Log: FAQ sync.
+     Branch: perl
+          ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
+          ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
+          ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
+          ! pod/perlfaq9.pod
+____________________________________________________________________________
+[ 14459] By: jhi                                   on 2002/01/28  02:28:10
+        Log: Upgrade to podlators 1.20.
+     Branch: perl
+          ! lib/Pod/Text/Overstrike.pm lib/Pod/t/basic.t
+____________________________________________________________________________
+[ 14458] By: jhi                                   on 2002/01/28  01:36:28
+        Log: Retract #14448, a better patch coming up.
+     Branch: perl
+          ! lib/Pod/t/basic.t
+____________________________________________________________________________
+[ 14457] By: jhi                                   on 2002/01/28  01:31:40
+        Log: EBCDIC portability.
+     Branch: perl
+          ! t/op/append.t
+____________________________________________________________________________
+[ 14456] By: jhi                                   on 2002/01/27  23:49:40
+        Log: Further cygwin installperl tweak from Gerrit P. Haase.
+     Branch: perl
+          ! installperl
+____________________________________________________________________________
+[ 14455] By: jhi                                   on 2002/01/27  23:47:42
+        Log: A bug in Bulgarian EBCDIC locale (this sounds like
+             a Sherlock Holmes mystery...)  Well, a few more EBCDICs
+             locales failed, too.  The patch works around the bug by
+             skipping the test, but the real problem may be deeper
+             (affecting probably only EBCDIC platforms, though):
+             see the comment in locale.t for more details.
+     Branch: perl
+          ! lib/locale.t
+____________________________________________________________________________
+[ 14453] By: jhi                                   on 2002/01/27  22:36:08
+        Log: Subject: Bleadperl on Cygwin today
+             From: "Gerrit P. Haase" <gp@familiehaase.de>              
+             Date: Sun, 27 Jan 2002 22:30:41 +0100
+             Message-ID: <462007239437.20020127223041@familiehaase.de>
+     Branch: perl
+          ! Configure cygwin/Makefile.SHs cygwin/perlld.in installperl
+          ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/t/Embed.t
+          ! lib/ExtUtils/t/MM_Cygwin.t
+____________________________________________________________________________
+[ 14452] By: jhi                                   on 2002/01/27  21:57:56
+        Log: Unfinished EBCDIC branch.
+     Branch: perl
+          ! t/op/ver.t
+____________________________________________________________________________
+[ 14451] By: jhi                                   on 2002/01/27  21:47:29
+        Log: B::cstring() and B::Deparse EBCDIC fixes from Rafael Garcia-Suarez.
+     Branch: perl
+          ! ext/B/B.xs ext/B/B/Deparse.pm
+____________________________________________________________________________
+[ 14450] By: jhi                                   on 2002/01/27  21:44:37
+        Log: Cleanup the stash test, and reclaim it in non-ASCII-sorting
+             platforms.
+     Branch: perl
+          ! ext/B/t/stash.t
+____________________________________________________________________________
+[ 14449] By: jhi                                   on 2002/01/27  19:34:56
+        Log: Apparently no need for EBCDIC exception any more.
+     Branch: perl
+          ! ext/B/t/showlex.t
+____________________________________________________________________________
+[ 14448] By: jhi                                   on 2002/01/27  18:48:17
+        Log: (retracted by #14458)
+             (Russ Allbery) OS/390 is using a high-bit character for ESC,
+             skip the test for now.  A better fix would be to override
+             the notion of the platform's escape sequence in the test
+             of Pod::Text::Termcap.  We may have to apply a filter to
+             the output to substitute back in the ESC character that
+             the test expects, but only on OS/390.
+     Branch: perl
+          ! lib/Pod/t/basic.t
+____________________________________________________________________________
+[ 14447] By: jhi                                   on 2002/01/27  18:19:01
+        Log: Detypo.
+     Branch: perl
+          ! ext/Devel/Peek/Peek.t
+____________________________________________________________________________
+[ 14446] By: jhi                                   on 2002/01/27  17:57:21
+        Log: OS/390 USS has a different idea of the pw* functions.
+             Also, test the name with eq, not with ==.
+     Branch: perl
+          ! lib/User/pwent.t
+____________________________________________________________________________
+[ 14445] By: jhi                                   on 2002/01/27  17:37:54
+        Log: O_RDONLY/O_WRONLY/O_RDWR portability.
+     Branch: perl
+          ! doio.c
+____________________________________________________________________________
+[ 14444] By: jhi                                   on 2002/01/27  16:32:32
+        Log: ASCIIisms.
+     Branch: perl
+          ! ext/PerlIO/t/encoding.t
+____________________________________________________________________________
+[ 14443] By: jhi                                   on 2002/01/27  15:59:31
+        Log: chr(42) ne '*'  if one is in EBCDIC.
+     Branch: perl
+          ! t/op/pack.t
+____________________________________________________________________________
+[ 14442] By: jhi                                   on 2002/01/27  15:26:52
+        Log: Subject: [PATCH] Fix up recent op/stat.t failures
+             From: Andy Dougherty <doughera@lafayette.edu>
+             Date: Sun, 27 Jan 2002 09:46:38 -0500 (EST)
+             Message-ID: <Pine.SOL.4.10.10201270943120.4253-100000@maxwell.phys.lafayette.edu>         
+     Branch: perl
+          ! t/op/stat.t
+____________________________________________________________________________
+[ 14441] By: jhi                                   on 2002/01/27  15:21:49
+        Log: Subject: [ PATCH ] Re: Smoke 14406 /pro/3gl/CPAN/perl-current
+             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
+             Date: Sun, 27 Jan 2002 15:03:18 +0100
+             Message-Id: <20020127145902.0EA2.H.M.BRAND@hccnet.nl>
+     Branch: perl
+          ! lib/ExtUtils/t/Command.t
+____________________________________________________________________________
+[ 14440] By: jhi                                   on 2002/01/27  15:20:52
+        Log: Subject: [PATCH B::Deparse] new switch: don't check prototypes while deparsing
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Sun, 27 Jan 2002 14:51:10 +0100
+             Message-ID: <20020127145110.A16332@rafael>
+     Branch: perl
+          ! ext/B/B/Deparse.pm
+____________________________________________________________________________
+[ 14438] By: jhi                                   on 2002/01/26  23:56:53
+        Log: Comment to avoid later "cleanups."
+     Branch: perl
+          ! lib/ExtUtils/MakeMaker.pm
+____________________________________________________________________________
+[ 14437] By: jhi                                   on 2002/01/26  23:54:50
+        Log: USS V2R10 seems to be happier with env FOO=... cmd ...
+             instead of just FOO=... cmd ...
+     Branch: perl
+          ! Makefile.SH
+____________________________________________________________________________
+[ 14436] By: jhi                                   on 2002/01/26  23:14:04
+        Log: Overquoting bad (in UNIX one would get
+             Can't open perl script "'-I../lib'": No such file or directory)
+     Branch: perl
+          ! lib/Pod/t/Usage.t
+____________________________________________________________________________
+[ 14435] By: jhi                                   on 2002/01/26  22:41:05
+        Log: Integrate perlio;
+             
+             "All tests successful" VC6.0 Win32
+             (Update config.vc to need cppstdin so those tests are skipped...)
+     Branch: perl
+         !> win32/config.vc win32/config_H.bc win32/config_H.gc
+         !> win32/config_H.vc
+____________________________________________________________________________
+[ 14433] By: jhi                                   on 2002/01/26  21:38:56
+        Log: Integrate perlio;
+             
+             1st two tests of File/Find/t/find.t and taint.t were run after 
+             calling cleanup(). If previous fail had left for_find directory,
+             but no content in it then cleanup() returned cd'ed to that directory.
+             So tests failed. Fixed cleanup()-s.
+             
+             If we get to sighandler by mistake (no perl handler set) then
+             warn() and exit() rather than die() - should never happen
+             but if it does context needed to die is likely to be trashed
+             as well.
+             
+             Win32 signal emulation cleanup.
+             
+             Tinkering with thread cleanup mutex-ing - not the problem 
+             (op.c is) but could have been...
+             
+             Fix/band-aid for op.c's anon CV leak fix co-existing with threads.
+             Should really be looked at by someone that knows about pads.
+             
+             Gurusamy Sarathy <gsar@ActiveState.com>'s patch to Filter::Simple
+             for CRLF line endings.
+     Branch: perl
+         !> ext/threads/threads.xs lib/File/Find/t/find.t
+         !> lib/File/Find/t/taint.t lib/Filter/Simple.pm mg.c op.c
+         !> win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
+____________________________________________________________________________
+[ 14430] By: jhi                                   on 2002/01/26  20:54:16
+        Log: Subject: Re: [PATCH @14417] vmsify Pod::Usage and its test
+             From: "Craig A. Berry" <craigberry@mac.com>       
+             Date: Sat, 26 Jan 2002 11:19:44 -0600
+             Message-Id: <a05101000b87895064ee3@[172.16.52.1]>
+     Branch: perl
+          ! lib/Pod/Usage.pm lib/Pod/t/Usage.t
+____________________________________________________________________________
+[ 14424] By: jhi                                   on 2002/01/25  22:10:11
+        Log: Integrate perlio;
+             
+             Fix winsystem.t's attempt to build showav.exe to work
+             with gcc (which writes a.exe unless told with -o ).
+             Also put in a few more fail-safes to check .exe got
+             built somehow.
+             
+             More Win32 tuning
+             
+             Save $! so that other syscalls don't disturb it before
+             we test it.
+     Branch: perl
+         !> ext/Socket/socketpair.t t/op/stat.t t/op/taint.t
+         !> t/op/winsystem.t
+____________________________________________________________________________
+[ 14423] By: jhi                                   on 2002/01/25  22:08:09
+        Log: Subject: [PATCH] new test in op/universal.t
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Fri, 25 Jan 2002 23:17:33 +0100
+             Message-ID: <20020125231733.A11733@rafael>
+     Branch: perl
+          ! t/op/universal.t
+____________________________________________________________________________
+[ 14419] By: jhi                                   on 2002/01/25  17:25:05
+        Log: Subject: [Patch Encode.xs] calculation of need overflows
+             From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
+             Date: Sat, 26 Jan 2002 00:58:50 +0900
+             Message-Id: <20020126005802.89B3.BQW10602@nifty.com>
+     Branch: perl
+          ! ext/Encode/Encode.xs
+____________________________________________________________________________
+[ 14418] By: jhi                                   on 2002/01/25  16:28:40
+        Log: Integrate changes 13474+13478+13584 from maintperl;
+             anon sub leakage.
+     Branch: perl
+          ! op.c t/run/fresh_perl.t
+____________________________________________________________________________
+[ 14417] By: jhi                                   on 2002/01/25  15:34:18
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 14416] By: jhi                                   on 2002/01/25  15:04:25
+        Log: Integrate perlio; extensive threads and threads::shared work
+             (note that the below is a chronological list of perlio
+             check-in entries since the last integrate)
+             
+             Nearly-working threads re-structuring. Do not integrate,
+             submit-ing to get to Win32, and as "off site" backup.
+             
+             threads work again on Win32. (Not threads::shared yet)
+             Submit to see if they do on Linux.
+             
+             Add new threads/typemap to MANIFEST
+             
+             XS side of new threads::shared designed, coded and compiles,
+             and mostly commented but is totaly untested.
+             submit in case anyone wants a preview.
+             
+             Miss mg_len == 0 meaning don't Safefree
+             
+             Shared scalars working, some shared array ops working.
+             
+             Implement recursive lock and use of scope for PL_sharedsv_space,
+             so now croak() from asserts does not leave locks.
+             Make hv_simple compile (new prototype for debugging probe).
+             
+             thread::shared nearly working again - remaining issue
+             is references withing shared space.
+             Added bulk test with no threads involved (for debugging)
+             Tuned tests to skip those needing _thrcnt
+             
+             SvTEMP_off to stop private PV's being stolen and stored in shared space
+             
+             Except Win32 from echo tests. (Alarm does not break into connect)
+             
+             Expand command line test globs on Win32.
+             
+             threads::shared tidy up:
+             - Add _id() function to shared.xs so we can test refs point at same thing.
+             - Use that rather that comparing stringified ref in shared/t/hv_refs.t
+             - Allow no_share to pass if sharing to works despite mis-ordering.
+             - Change docs of threads to document ->create() (as used in tests),
+             and not mention "new".
+             
+             Linux/NFS hackery was not faking right number of passes.
+     Branch: perl
+         +> ext/threads/shared/t/0nothread.t ext/threads/shared/typemap
+         +> ext/threads/typemap
+          - ext/threads/threads.h sharedsv.c sharedsv.h
+          ! NetWare/config_H.wc
+         !> (integrate 38 files)
+____________________________________________________________________________
+[ 14415] By: jhi                                   on 2002/01/25  14:33:43
+        Log: Subject: Re: perldebguts minor tweaks
+             From: Joe McMahon <mcmahon@metalab.unc.edu>
+             Date: Fri, 25 Jan 2002 10:32:45 -0500 (EST)
+             Message-ID: <Pine.LNX.4.33.0201251031530.9326-100000@tribal.metalab.unc.edu>
+     Branch: perl
+          ! pod/perldebguts.pod
+____________________________________________________________________________
+[ 14413] By: jhi                                   on 2002/01/25  14:05:49
+        Log: Okay, you can come home now, _().
+     Branch: perl
+          ! config_h.SH
+____________________________________________________________________________
+[ 14409] By: jhi                                   on 2002/01/24  21:08:35
+        Log: Subject: perldebguts minor tweaks
+             From: Joe McMahon <mcmahon@metalab.unc.edu>
+             Date: Thu, 24 Jan 2002 16:48:43 -0500 (EST)
+             Message-ID: <Pine.LNX.4.33.0201241646580.14744-100000@tribal.metalab.unc.edu>
+     Branch: perl
+          ! pod/perldebguts.pod
+____________________________________________________________________________
+[ 14408] By: jhi                                   on 2002/01/24  20:58:15
+        Log: Subject: [PATCH] perldebguts.pod [bleadperl]
+             From: Peter Scott <Peter@PSDT.com>
+             Date: Thu, 24 Jan 2002 08:51:34 -0800
+             Message-Id: <4.3.2.7.2.20020123073917.00bac740@mail.webquarry.com>
+     Branch: perl
+          ! pod/perldebguts.pod
+____________________________________________________________________________
+[ 14407] By: jhi                                   on 2002/01/24  20:55:34
+        Log: Few more paranoia checks for Unicode hash keys.
+     Branch: perl
+          ! t/op/each.t
+____________________________________________________________________________
+[ 14406] By: jhi                                   on 2002/01/24  18:03:02
+        Log: Subject: [PATCH] Suppress /bin/ls errors in t/op/stat.t
+             From: Andy Dougherty <doughera@lafayette.edu>
+             Date: Thu, 24 Jan 2002 13:02:20 -0500 (EST)
+             Message-ID: <Pine.SOL.4.10.10201241238510.23176-100000@maxwell.phys.lafayette.edu>
+     Branch: perl
+          ! t/op/stat.t
+____________________________________________________________________________
+[ 14405] By: jhi                                   on 2002/01/24  15:44:31
+        Log: The
+             
+             Subject: Very old debugger UTF-8 bug
+             From: andreas.koenig@anima.de (Andreas J. Koenig)
+             Date: 24 Jan 2002 12:45:44 +0100
+             Message-ID: <m3y9iot1jr.fsf@anima.de>
+             
+             still broken, but this should work as a stopgap
+             measure to stop pp_match accessing naughty data.
+     Branch: perl
+          ! pod/perldiag.pod pp_hot.c
+____________________________________________________________________________
+[ 14403] By: jhi                                   on 2002/01/24  13:13:29
+        Log: Pacify picky compilers (this time Sun Workshop).
+     Branch: perl
+          ! Configure
+____________________________________________________________________________
+[ 14402] By: jhi                                   on 2002/01/24  12:45:02
+        Log: Subject: Very old debugger UTF-8 bug
+             From: andreas.koenig@anima.de (Andreas J. Koenig)
+             Date: 24 Jan 2002 12:45:44 +0100
+             Message-ID: <m3y9iot1jr.fsf@anima.de>
+     Branch: perl
+          ! lib/dumpvar.pl
+____________________________________________________________________________
+[ 14400] By: jhi                                   on 2002/01/24  02:49:05
+        Log: Sprinkle some copyrights (use the oldest timestamp to
+             be found in the repository, which is most often not right,
+             but at least consistent)
+     Branch: perl
+          ! XSUB.h cc_runtime.h dosish.h embed.h embed.pl embedvar.h
+          ! fakesdio.h fakethr.h global.sym globals.c keywords.h
+          ! keywords.pl miniperlmain.c nostdio.h opcode.h opcode.pl
+          ! opnames.h patchlevel.h perl.h perlapi.c perlapi.h perlio.h
+          ! perlsdio.h perlsfio.h perlvars.h proto.h regcomp.h regexp.h
+          ! scope.h sharedsv.h taint.c thrdvar.h thread.h universal.c
+          ! unixish.h xsutils.c
+____________________________________________________________________________
+[ 14391] By: jhi                                   on 2002/01/23  18:48:45
+        Log: Copyright++.  (Not all the toplevel *.h have one, it seems.)
+     Branch: perl
+          ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
+          ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h locale.c mg.c
+          ! mg.h numeric.c op.c op.h perl.c perl.h perlio.c perly.y
+          ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlmodinstall.pod
+          ! pod/perluniintro.pod pp.c pp.h pp_ctl.c pp_hot.c pp_pack.c
+          ! pp_sort.c pp_sys.c regcomp.c regexec.c run.c scope.c
+          ! sharedsv.c sv.c sv.h toke.c utf8.c utf8.h utfebcdic.h util.c
+          ! util.h x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
+          ! x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c x2p/str.h
+          ! x2p/util.c x2p/util.h x2p/walk.c
+____________________________________________________________________________
+[ 14390] By: jhi                                   on 2002/01/23  18:30:18
+        Log: Unused (the only occurrence of USE_BYTES_DOWNGRADES) and
+             therefore quite probably also obsolete code.
+     Branch: perl
+          ! sv.c
+____________________________________________________________________________
+[ 14389] By: jhi                                   on 2002/01/23  15:09:38
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 14388] By: jhi                                   on 2002/01/23  15:04:06
+        Log: Small update on todo.  Could use a lot more.
+     Branch: perl
+          ! pod/perltodo.pod
+____________________________________________________________________________
+[ 14386] By: jhi                                   on 2002/01/23  14:19:01
+        Log: Subject: [ID 20020121.003] perldata doco bug
+             From: John Stumbles <jstumbles@bluearc.com>
+             Date: Mon, 21 Jan 2002 14:19:56 -0000
+             Message-Id: <4586CA8FDDC2D411A1C700508BB4AC33016765D1@ukexchange.synaxia.com>
+     Branch: perl
+          ! pod/perldata.pod
+____________________________________________________________________________
+[ 14385] By: jhi                                   on 2002/01/23  14:17:52
+        Log: Subject: [PATCH] Re: bless() bug ? Why fails reblessing of 'main::Object' to 'Object' ?
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Mon, 21 Jan 2002 15:16:42 -0500
+             Message-ID: <20020121201642.GA6659@blackrider>
+     Branch: perl
+          ! embed.fnc embed.h proto.h t/op/universal.t universal.c
+____________________________________________________________________________
+[ 14384] By: jhi                                   on 2002/01/23  13:45:30
+        Log: Subject: [PATCH] Re: eval not catching warnings?
+             From: abigail@foad.org
+             Date: Wed, 23 Jan 2002 15:35:47 +0100
+             Message-ID: <20020123143547.24798.qmail@foad.org>
+     Branch: perl
+          ! pod/perlfunc.pod
+____________________________________________________________________________
+[ 14383] By: jhi                                   on 2002/01/23  03:57:58
+        Log: Subject: [ID 20020122.012] Not OK: perl v5.7.2 +DEVEL14368 on cygwin-multi-64int 1.3.6(0.4732) (UNINSTALLED)
+             From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
+             Date: Tue, 22 Jan 2002 17:00:54 -0800            
+             Message-Id: <GtgT8gzkg+CG092yn@efn.org> 
+     Branch: perl
+          ! t/run/fresh_perl.t
+____________________________________________________________________________
+[ 14381] By: jhi                                   on 2002/01/23  03:47:05
+        Log: HP-UX 10.20 cc pacifying from Merijn.
+     Branch: perl
+          ! Configure
+____________________________________________________________________________
+[ 14380] By: jhi                                   on 2002/01/23  03:41:26
+        Log: Subject: [PATCH] test.com shebang handling (was Re: VMS@14369)
+             From: "Craig A. Berry" <craigberry@mac.com> 
+             Date: Tue, 22 Jan 2002 22:14:26 -0600
+             Message-Id: <a05101000b873de9cf801@[172.16.52.1]>
+     Branch: perl
+          ! vms/test.com
+____________________________________________________________________________
+[ 14379] By: jhi                                   on 2002/01/23  03:11:31
+        Log: AIX cpp bug: having macro arguments and character constants
+             "the same" means trouble (here s and 's')
+             What broke now was 841 and 842 of t/op/pat.t, because of the
+             ANYOF_UNICODE_FOLD_SHARP_S() in utf8.h, ccversion 5.0.1.0
+             (note that breakage happened only under cc_r and usethreads+
+             useithreads)
+     Branch: perl
+          ! utf8.h
+____________________________________________________________________________
+[ 14376] By: jhi                                   on 2002/01/22  16:46:48
+        Log: Subject: [PATCH] Support truncate() in VOS port
+             From: Paul_GreenVOS@vos.stratus.com
+             Date: Mon, 21 Jan 02 23:27 est
+             Message-Id: <200201220428.XAA15304@mailhub1.stratus.com>
+     Branch: perl
+          + vos/vos.c
+          ! MANIFEST hints/vos.sh vos/vosish.h
+____________________________________________________________________________
+[ 14374] By: jhi                                   on 2002/01/22  16:36:41
+        Log: Get rid of the _() macro since (1) we require ANSI anyway
+             (2) Other software (GNU) seems to use it and we don't need it,
+             so let's give it up.
+     Branch: perl
+          ! Configure Porting/Glossary Porting/config.sh Porting/config_H
+          ! config_h.SH ext/Devel/PPPort/PPPort.pm malloc.c
+          ! plan9/config.plan9 pod/perltoc.pod uconfig.h
+          ! vos/config.alpha.h vos/config.ga.h win32/config_H.bc
+          ! win32/config_H.gc win32/config_H.vc win32/config_H.win64
+          ! wince/config.h wince/config_H.ce
+____________________________________________________________________________
+[ 14371] By: jhi                                   on 2002/01/21  19:36:04
+        Log: Subject: [BUG] /\_/ an unrecognized escape?
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Mon, 21 Jan 2002 15:22:54 -0500
+             Message-ID: <20020121202254.GA6731@blackrider>
+     Branch: perl
+          ! t/lib/warnings/toke toke.c
+____________________________________________________________________________
+[ 14370] By: jhi                                   on 2002/01/21  19:16:00
+        Log: Undo the renaming of the Unicode data files; the simple
+             solution being not including the *.html files.  This means
+             that in the future there is no need for any renamings
+             (well, assuming that the Consortium doesn't cause any),
+             and the files are named like they are in the Consortium
+             website, thus alleviating confusion.
+     Branch: perl
+          + lib/unicore/ArabicShaping.txt lib/unicore/BidiMirroring.txt
+          + lib/unicore/CaseFolding.txt
+          + lib/unicore/CompositionExclusions.txt
+          + lib/unicore/EastAsianWidth.txt lib/unicore/LineBreak.txt
+          + lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt
+          - lib/unicore/ArabShap.txt lib/unicore/BidiMirr.txt
+          - lib/unicore/CaseFold.txt lib/unicore/CompExcl.txt
+          - lib/unicore/EAWidth.txt lib/unicore/LineBrk.txt
+          - lib/unicore/NamesList.html lib/unicore/PropList.html
+          - lib/unicore/SpecCase.txt lib/unicore/UCD.html
+          - lib/unicore/Unicode.html lib/unicore/Unicode.txt
+          - lib/unicore/rename
+          ! (edit 285 files)
+____________________________________________________________________________
+[ 14369] By: jhi                                   on 2002/01/21  15:10:59
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
 [ 14368] By: jhi                                   on 2002/01/21  14:56:42
         Log: Subject: RE: BCC for Win32 is unhappy @14331
              From: "Konovalov, Vadim" <vkonovalov@spb.Lucent.com>
@@ -245,7 +1687,9 @@ ____________________________________________________________________________
           ! lib/File/Find.pm
 ____________________________________________________________________________
 [ 14327] By: jhi                                   on 2002/01/18  14:33:19
-        Log: Subject: [PATCH] Improving lib/Time/Local.t
+        Log: (retracted by #14334)
+             
+             Subject: [PATCH] Improving lib/Time/Local.t
              From: Paul_GreenVOS@vos.stratus.com        
              Date: Thu, 17 Jan 02 22:36 est
              Message-Id: <200201180335.WAA08768@mailhub2.stratus.com>