EBCDIC: another "can't happen".
[p5sagit/p5-mst-13.2.git] / Changes
diff --git a/Changes b/Changes
index f9ac711..0d52fe6 100644 (file)
--- a/Changes
+++ b/Changes
@@ -31,6 +31,3941 @@ 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>
+             Date: Mon, 21 Jan 2002 09:48:40 +0300
+             Message-ID: <80C37C8B4041FB4F9135D70A0AAD71B30F00E5@ru0028exch01.spb.lucent.com>
+             
+             (using IV instead of int)
+     Branch: perl
+          ! hv.h
+____________________________________________________________________________
+[ 14367] By: jhi                                   on 2002/01/21  14:29:05
+        Log: path_is_absolute() needs a prototype (and maybe
+             a better name, but that's another story).
+     Branch: perl
+          ! embed.fnc embed.h pp_ctl.c proto.h
+____________________________________________________________________________
+[ 14366] By: jhi                                   on 2002/01/21  14:07:35
+        Log: Subject: Re: coderefs in @INC
+             From: Chris Nandor <pudge@pobox.com>
+             Date: Thu, 17 Jan 2002 11:26:02 -0500
+             Message-Id: <p0510030eb86ca7bc03e0@[10.0.1.177]>
+     Branch: perl
+          ! pp_ctl.c
+____________________________________________________________________________
+[ 14365] By: jhi                                   on 2002/01/21  14:06:11
+        Log: Subject: Re: [PATCH warnings, perldiag] document diagnostics
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Sun, 20 Jan 2002 22:53:56 +0100
+             Message-ID: <20020120225356.A12093@rafael>
+     Branch: perl
+          ! lib/warnings.pm pod/perldiag.pod t/lib/warnings/2use
+          ! t/lib/warnings/9enabled warnings.h warnings.pl
+____________________________________________________________________________
+[ 14364] By: jhi                                   on 2002/01/21  03:53:08
+        Log: Subject: [PATCH] MakeMaker.pm sub-Makefile.PL tweak for VMS
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Sun, 20 Jan 2002 22:49:42 -0600
+             Message-Id: <a05101004b8714273d60c@[172.16.52.1]>
+     Branch: perl
+          ! lib/ExtUtils/MakeMaker.pm
+____________________________________________________________________________
+[ 14360] By: jhi                                   on 2002/01/20  17:11:12
+        Log: Subject: [PATCH] lib/ExtUtils/t/Command.t -- VOS Fixes
+             From: Paul_GreenVOS@vos.stratus.com
+             Date: Sat, 19 Jan 02 17:17 est
+             Message-Id: <200201192218.RAA07911@mailhub1.stratus.com>
+             
+             Subject: [PATCH] lib/ExtUtils/t/Command.t -- add more tests
+             From: Paul_GreenVOS@vos.stratus.com
+             Date: Sat, 19 Jan 02 17:19 est
+             Message-Id: <200201192218.RAA12331@mailhub2.stratus.com>
+     Branch: perl
+          ! lib/ExtUtils/t/Command.t
+____________________________________________________________________________
+[ 14359] By: jhi                                   on 2002/01/20  17:09:40
+        Log: Subject: [PATCH] lib/AnyDBM_File.t -- VOS fix         
+             From: Paul_GreenVOS@vos.stratus.com
+             Date: Sat, 19 Jan 02 14:30 est
+             Message-Id: <200201191932.OAA05601@mailhub1.stratus.com>
+     Branch: perl
+          ! lib/AnyDBM_File.t
+____________________________________________________________________________
+[ 14358] By: jhi                                   on 2002/01/20  17:01:38
+        Log: Subject: [REPATCH] Re: [PATCH] ext/File/Glob/t/basic.t - VOS patch
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
+             Date: Sun, 20 Jan 2002 13:51:36 +0100
+             Message-ID: <20020120135136.A710@rafael>
+     Branch: perl
+          ! ext/File/Glob/t/basic.t
+____________________________________________________________________________
+[ 14354] By: jhi                                   on 2002/01/20  06:35:54
+        Log: Make also hex() and oct() to croak if their arguments
+             cannot be downgraded (that is, if they contain wide
+             characters), just like crypt() does (and use the croak
+             feature of sv_utf8_downgrade()).
+     Branch: perl
+          ! pp.c t/op/oct.t
+____________________________________________________________________________
+[ 14351] By: jhi                                   on 2002/01/19  21:06:58
+        Log: Regen toc.
+     Branch: perl
+          ! pod/perltoc.pod
+____________________________________________________________________________
+[ 14350] By: jhi                                   on 2002/01/19  21:03:07
+        Log: Subject: Re: some file names inside pod/perl*delta files don't match .pod names
+             From: David Dyck <dcd@tc.fluke.com>
+             Date: Sat, 19 Jan 2002 13:31:36 -0800 (PST) 
+             Message-ID: <Pine.LNX.4.33.0201191329420.21630-100000@dd.tc.fluke.com>
+     Branch: perl
+          ! pod/perl5004delta.pod pod/perl5005delta.pod
+          ! pod/perl561delta.pod pod/perl56delta.pod
+____________________________________________________________________________
+[ 14349] By: jhi                                   on 2002/01/19  20:07:17
+        Log: FAQ sync.
+     Branch: perl
+          ! pod/perlfaq1.pod pod/perlfaq2.pod
+____________________________________________________________________________
+[ 14348] By: jhi                                   on 2002/01/19  17:58:34
+        Log: Subject: [PATCH lib/Pod/t/Usage.t]
+             From: Abe Timmerman <abe@ztreet.demon.nl>
+             Date: Sat, 19 Jan 2002 19:57:57 +0100
+             Message-ID: <f1gj4usu5m76bv88a3ldptnmo6ld7d44ri@4ax.com>
+     Branch: perl
+          + lib/Pod/t/Usage.t
+          ! MANIFEST
+____________________________________________________________________________
+[ 14347] By: jhi                                   on 2002/01/19  17:57:08
+        Log: Subject: [PATCH] ext/SDBM_File/sdbm.t -- VOS fix
+             From: Paul_GreenVOS@vos.stratus.com
+             Date: Sat, 19 Jan 02 13:15 est
+             Message-Id: <200201191814.NAA09367@mailhub2.stratus.com>
+     Branch: perl
+          ! ext/SDBM_File/sdbm.t
+____________________________________________________________________________
+[ 14346] By: jhi                                   on 2002/01/19  17:55:55
+        Log: Integrate perlio; Split out core of sv_magic() into sv_magicext().
+     Branch: perl
+         !> embed.fnc embed.h embedvar.h global.sym perlapi.c perlapi.h
+         !> pod/perlapi.pod pod/perlintern.pod proto.h sv.c util.c
+____________________________________________________________________________
+[ 14345] By: gbarr                                 on 2002/01/19  16:51:23
+        Log: Alternative Time::Local algorithm that uses matematical formula
+             for timegm instead of progressive guessing
+     Branch: perl
+          ! lib/Time/Local.pm
+____________________________________________________________________________
+[ 14344] By: jhi                                   on 2002/01/19  16:11:09
+        Log: Subject: [PATCH] ext/File/Glob/t/basic.t - VOS patch
+             From: Paul_GreenVOS@vos.stratus.com
+             Date: Sat, 19 Jan 02 11:20 est
+             Message-Id: <200201191619.LAA07751@mailhub2.stratus.com>
+     Branch: perl
+          ! ext/File/Glob/t/basic.t
+____________________________________________________________________________
+[ 14343] By: jhi                                   on 2002/01/19  16:09:52
+        Log: Subject: [PATCH] ext/Cwd/t/cwd.t -- for VOS
+             From: Paul_GreenVOS@vos.stratus.com
+             Date: Fri, 18 Jan 02 22:56 est
+             Message-Id: <200201190400.XAA16899@mailhub1.stratus.com>       
+     Branch: perl
+          ! ext/Cwd/t/cwd.t
+____________________________________________________________________________
+[ 14342] By: jhi                                   on 2002/01/19  16:08:19
+        Log: Subject: [PATCH] lib/Time/Local.t patch w/o 2038 check           
+             From: Paul_GreenVOS@vos.stratus.com
+             Date: Fri, 18 Jan 02 22:48 est
+             Message-Id: <200201190349.WAA28294@mailhub2.stratus.com>
+     Branch: perl
+          ! lib/Time/Local.t
+____________________________________________________________________________
+[ 14341] By: jhi                                   on 2002/01/19  16:06:56
+        Log: Subject: [PATCH] ext/Devel/DProf/DProf.t - different way
+             From: Paul_GreenVOS@vos.stratus.com
+             Date: Fri, 18 Jan 02 16:22 est
+             Message-Id: <200201182125.QAA08563@mailhub1.stratus.com>
+     Branch: perl
+          ! ext/Devel/DProf/DProf.t
+____________________________________________________________________________
+[ 14340] By: jhi                                   on 2002/01/19  03:00:26
+        Log: Subject: [PATCH] Re: ext/Devel/DProf/DProf.t -- use exe_ext
+             From: Tels <perl_dummy@bloodgate.com>
+             Date: Fri, 18 Jan 2002 22:07:14 +0100 (CET) 
+             Message-Id: <200201182106.XAA19133@taku.hut.fi>
+     Branch: perl
+          ! t/comp/script.t t/op/stat.t t/run/fresh_perl.t
+____________________________________________________________________________
+[ 14339] By: jhi                                   on 2002/01/19  02:56:26
+        Log: Don't do socketpair udp unless you've got all what it takes.
+     Branch: perl
+          ! util.c
+____________________________________________________________________________
+[ 14338] By: jhi                                   on 2002/01/19  02:51:34
+        Log: Subject: [PATCH] Re: perl@14331 - BeOS now quite happy  
+             From: Tels <perl_dummy@bloodgate.com>
+             Date: Fri, 18 Jan 2002 23:07:01 +0100 (CET) 
+             Message-Id: <200201182206.AAA15310@taku.hut.fi>
+     Branch: perl
+          ! lib/ExtUtils/MM_BeOS.pm
+____________________________________________________________________________
+[ 14336] By: jhi                                   on 2002/01/19  02:47:50
+        Log: Avoid bare "set", and kiss .uucp goodbye.
+     Branch: perl
+          ! Configure
+____________________________________________________________________________
+[ 14334] By: jhi                                   on 2002/01/18  21:16:08
+        Log: Retract #14327 for now, going to the limit seems
+             to be too much for many platforms.
+     Branch: perl
+          ! lib/Time/Local.t
+____________________________________________________________________________
+[ 14331] By: jhi                                   on 2002/01/18  16:09:38
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 14330] By: jhi                                   on 2002/01/18  15:07:49
+        Log: Try to make the connect/read/write timeouting.
+     Branch: perl
+          ! ext/Socket/Socket.t
+____________________________________________________________________________
+[ 14329] By: jhi                                   on 2002/01/18  14:49:49
+        Log: Netware Makefile tweak from Ananth Kesari.
+     Branch: perl
+          ! NetWare/Makefile
+____________________________________________________________________________
+[ 14328] By: jhi                                   on 2002/01/18  14:37:02
+        Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20020117.010] File::Find documentation
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Fri, 18 Jan 2002 03:10:27 -0500
+             Message-ID: <20020118081027.GE7226@blackrider>
+     Branch: perl
+          ! lib/File/Find.pm
+____________________________________________________________________________
+[ 14327] By: jhi                                   on 2002/01/18  14:33:19
+        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> 
+     Branch: perl
+          ! lib/Time/Local.t
+____________________________________________________________________________
+[ 14326] By: jhi                                   on 2002/01/18  14:32:08
+        Log: Subject: [PATCH t/MM_Win32.t] was: [ANNOUNCE] ExtUtils::MakeMaker 5.48_03 
+             From: Abe Timmerman <abe@ztreet.demon.nl>  
+             Date: Fri, 18 Jan 2002 13:18:47 +0100
+             Message-ID: <4l4g4ustql73mlnm5n2jm68vcn4ctf85a1@4ax.com> 
+     Branch: perl
+          ! lib/ExtUtils/t/MM_Win32.t
+____________________________________________________________________________
+[ 14325] By: jhi                                   on 2002/01/18  14:30:49
+        Log: Subject: [PATCH] Syncing with bleadperl 
+             From: Michael G Schwern <schwern@pobox.com> 
+             Date: Fri, 18 Jan 2002 03:04:33 -0500
+             Message-ID: <20020118080432.GC7226@blackrider>
+     Branch: perl
+          + lib/ExtUtils/Changes lib/ExtUtils/instmodsh t/lib/TieOut.pm
+          - lib/ExtUtils/inst
+          ! MANIFEST lib/ExtUtils/Embed.pm lib/ExtUtils/Liblist.pm
+          ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
+          ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mkbootstrap.pm
+          ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/t/Command.t
+          ! lib/ExtUtils/t/Embed.t lib/ExtUtils/t/ExtUtils.t
+          ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/MM_BeOS.t
+          ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_OS2.t
+          ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_VMS.t
+          ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/Manifest.t
+          ! lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
+          ! lib/ExtUtils/t/hints.t lib/ExtUtils/t/testlib.t
+          ! lib/ExtUtils/testlib.pm
+____________________________________________________________________________
+[ 14324] By: jhi                                   on 2002/01/18  13:40:56
+        Log: Detypo.
+     Branch: perl
+          ! AUTHORS
+____________________________________________________________________________
+[ 14323] By: jhi                                   on 2002/01/18  00:35:24
+        Log: Subject: [PATCH] MM check_hints test
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Thu, 17 Jan 2002 20:25:57 -0500
+             Message-ID: <20020118012557.GE32762@blackrider>
+     Branch: perl
+          + lib/ExtUtils/t/hints.t
+          ! MANIFEST
+____________________________________________________________________________
+[ 14322] By: jhi                                   on 2002/01/18  00:21:11
+        Log: Subject: [PATCH] Re: [PATCH] Re: ndbm failing on linux ?        
+             From: Michael G Schwern <schwern@pobox.com> 
+             Date: Thu, 17 Jan 2002 20:12:20 -0500
+             Message-ID: <20020118011220.GC32762@blackrider>
+             
+             (#14317 replaced with this)
+     Branch: perl
+          ! lib/ExtUtils/MakeMaker.pm
+____________________________________________________________________________
+[ 14321] By: jhi                                   on 2002/01/17  22:51:55
+        Log: Subject: [PATCH perldiag] overload.pm warnings
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Thu, 17 Jan 2002 23:53:49 +0100
+             Message-ID: <20020117235349.A14530@rafael>
+     Branch: perl
+          ! pod/perldiag.pod
+____________________________________________________________________________
+[ 14320] By: jhi                                   on 2002/01/17  22:49:36
+        Log: Subject: [PATCH] Re: [ID 20020117.010] File::Find documentation
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Thu, 17 Jan 2002 16:35:47 -0500
+             Message-ID: <20020117213546.GD23830@blackrider>
+     Branch: perl
+          ! lib/File/Find.pm
+____________________________________________________________________________
+[ 14319] By: jhi                                   on 2002/01/17  22:43:12
+        Log: Subject: [PATCH pod/perltodo.pod] One TODO is TODONE
+             From: chromatic <chromatic@rmci.net>
+             Date: Thu, 17 Jan 2002 13:04:22 -0700
+             Message-ID: <20020117200557.98720.qmail@onion.perl.org>
+     Branch: perl
+          ! pod/perltodo.pod
+____________________________________________________________________________
+[ 14318] By: jhi                                   on 2002/01/17  22:42:12
+        Log: Subject: [PATCH lib/ExtUtils/t/Mkbootstrap] Silence warnings (was Re: [ANNOUNCE] ExtUtils::MakeMaker 5.48_01, the CPAN version)
+             From: chromatic <chromatic@rmci.net>
+             Date: Thu, 17 Jan 2002 12:59:04 -0700
+             Message-ID: <20020117200039.96481.qmail@onion.perl.org>
+     Branch: perl
+          ! lib/ExtUtils/t/Mkbootstrap.t
+____________________________________________________________________________
+[ 14317] By: jhi                                   on 2002/01/17  22:39:48
+        Log: (replaced by #14322)
+             The #14300 broke hints file handling.
+     Branch: perl
+          ! lib/ExtUtils/MakeMaker.pm
+____________________________________________________________________________
+[ 14315] By: jhi                                   on 2002/01/17  22:13:44
+        Log: Subject: [PATCH] long doubles
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Thu, 17 Jan 2002 17:06:28 +0000
+             Message-ID: <20020117170627.GD513@Bagpuss.unfortu.net>
+     Branch: perl
+          ! Configure
+____________________________________________________________________________
+[ 14313] By: jhi                                   on 2002/01/17  21:51:05
+        Log: Subject: [PATCH] Trivial Configure patch (really i_ndbm.U)
+             From: Andy Dougherty <doughera@lafayette.edu>
+             Date: Thu, 17 Jan 2002 11:44:48 -0500 (EST)
+             Message-ID: <Pine.SOL.4.10.10201171141280.25122-100000@maxwell.phys.lafayette.edu>
+     Branch: perl
+          ! Configure
+____________________________________________________________________________
+[ 14311] By: sky                                   on 2002/01/17  21:01:00
+        Log: Simplify the code that duplicates the threads 
+             init function and the parameters to the thread by using sv_dup. 
+             Note,what happens if you pass a shared variable as a parameter?
+     Branch: perl
+          ! ext/threads/threads.xs
+____________________________________________________________________________
+[ 14310] By: jhi                                   on 2002/01/17  15:23:56
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 14309] By: jhi                                   on 2002/01/17  14:39:20
+        Log: Rename kill_perl to fresh_perl; replace fresh_perl()
+             with fresh_perl_is() and fresh_perl_like().
+     Branch: perl
+          + t/run/fresh_perl.t
+          - t/run/kill_perl.t
+          ! MANIFEST t/test.pl
+____________________________________________________________________________
+[ 14308] By: jhi                                   on 2002/01/17  14:06:46
+        Log: Subject: Re: [Patch @14129] fixes Unicode::Normalize
+             From: Benjamin Goldberg <goldbb2@earthlink.net>
+             Date: Wed, 09 Jan 2002 21:03:16 -0500
+             Message-ID: <3C3CF664.A2BF3AC2@earthlink.net>
+     Branch: perl
+          ! ext/Unicode/Normalize/Normalize.pm
+____________________________________________________________________________
+[ 14307] By: jhi                                   on 2002/01/17  14:04:06
+        Log: Retract #14144 as Hugo isn't happy with it.
+     Branch: perl
+          ! scope.c t/run/kill_perl.t
+____________________________________________________________________________
+[ 14306] By: jhi                                   on 2002/01/17  13:57:53
+        Log: Subject: [REPATCH] Attribute::Handlers lexical refcount circus
+             From: Richard Clamp <richardc@unixbeard.net>
+             Date: Wed, 16 Jan 2002 17:34:31 +0000
+             Message-ID: <20020116173431.GA28924@mirth.demon.co.uk>
+     Branch: perl
+          ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
+____________________________________________________________________________
+[ 14305] By: jhi                                   on 2002/01/17  13:32:56
+        Log: Subject: [PATCH bleadperl] No more warnings from Opcode.c
+             From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
+             Date: Tue, 15 Jan 2002 21:23:30 +0100
+             Message-ID: <595405346.20020115212330@tesla.rcub.bg.ac.yu>
+     Branch: perl
+          ! ext/Opcode/Opcode.xs
+____________________________________________________________________________
+[ 14304] By: jhi                                   on 2002/01/16  16:55:52
+        Log: Subject: [PATCH] Fix crypt.t and fs.t tests
+             From: Paul_GreenVOS@vos.stratus.com
+             Date: Wed, 16 Jan 02 6:42 est
+             Message-Id: <200201161143.GAA02292@mailhub1.stratus.com>
+     Branch: perl
+          ! t/io/fs.t t/op/crypt.t
+____________________________________________________________________________
+[ 14303] By: jhi                                   on 2002/01/16  14:55:57
+        Log: Subject: Re: [PATCH] length of undefined $(digit) should warn    
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Wed, 16 Jan 2002 13:43:39 +0100
+             Message-ID: <20020116134339.A704@rafael>
+             
+             (replaces #14302)
+     Branch: perl
+          ! mg.c t/lib/warnings/mg
+____________________________________________________________________________
+[ 14302] By: jhi                                   on 2002/01/16  13:47:58
+        Log: (replaced by #14303)
+             Subject: [PATCH] length of undefined $(digit) should warn
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Tue, 15 Jan 2002 23:02:44 +0100            
+             Message-ID: <20020115230244.A31786@rafael>     
+     Branch: perl
+          ! mg.c t/lib/warnings/mg
+____________________________________________________________________________
+[ 14301] By: jhi                                   on 2002/01/16  13:45:20
+        Log: The non-MakeMaker.pm parts of
+             
+             Subject: [PATCH] Re: MM_Beos.pm?
+             From: Tels <perl_dummy@bloodgate.com>
+             Date: Mon, 14 Jan 2002 21:00:31 +0100 (CET)  
+             Message-Id: <200201142006.WAA29544@taas.iki.fi>
+     Branch: perl
+          ! ext/SDBM_File/sdbm/Makefile.PL lib/ExtUtils/MM_Unix.pm
+          ! lib/ExtUtils/t/MM_Unix.t
+____________________________________________________________________________
+[ 14300] By: jhi                                   on 2002/01/16  13:40:53
+        Log: Subject: [PATCH] Re: [PATCH] strictifying ExtUtils::MakeMaker, take 3
+             From: Michael G Schwern <schwern@pobox.com>    
+             Date: Tue, 15 Jan 2002 20:07:50 -0500            
+             Message-ID: <20020116010750.GH625@blackrider>  
+     Branch: perl
+          ! lib/ExtUtils/MakeMaker.pm
+____________________________________________________________________________
+[ 14299] By: jhi                                   on 2002/01/16  13:37:41
+        Log: Subject: [PATCH] lib/Text/Tabs.pm doc format touchup
+             From: Jeffrey Friedl <jfriedl@yahoo.com>       
+             Date: Tue, 15 Jan 2002 15:30:22 -0800 (PST)      
+             Message-Id: <200201152330.g0FNUM784820@ventrue.corp.yahoo.com>
+     Branch: perl
+          ! lib/Text/Tabs.pm
+____________________________________________________________________________
+[ 14298] By: jhi                                   on 2002/01/16  13:34:29
+        Log: Subject: [PATCH] Tidy up EXE_EXT patches to MM_Unix.pm
+             From: "Green, Paul" <Paul.Green@stratus.com>
+             Date: Tue, 15 Jan 2002 22:28:10 -0500
+             Message-ID: <95AE3CDB3543D511883A0020485B38B9023534F0@exna3.stratus.com>
+     Branch: perl
+          ! lib/ExtUtils/MM_Unix.pm
+____________________________________________________________________________
+[ 14297] By: jhi                                   on 2002/01/16  13:21:26
+        Log: Integrate perlio; offsetof() is in <stddef.h>
+     Branch: perl
+         !> ext/Socket/Socket.xs
+____________________________________________________________________________
+[ 14294] By: jhi                                   on 2002/01/16  05:37:29
+        Log: Jeffrey's Unicode adventure continues: unify the In/*.pl
+             and Is/*.pl to lib/*.pl, remove In.pl and Is.pl, introduce
+             Canonical.pl and Exact.pl.
+     Branch: perl
+          + (add 259 files)
+          - (delete 288 files)
+          ! MANIFEST lib/unicore/Makefile lib/unicore/Properties
+          ! lib/unicore/To/Digit.pl lib/unicore/To/Fold.pl
+          ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
+          ! lib/unicore/To/Upper.pl lib/unicore/mktables lib/utf8_heavy.pl
+____________________________________________________________________________
+[ 14293] By: jhi                                   on 2002/01/16  00:32:27
+        Log: s/SvPV/SvPVbyte/g, as suggested by Gisle Aas.
+     Branch: perl
+          ! ext/Socket/Socket.xs
+____________________________________________________________________________
+[ 14292] By: jhi                                   on 2002/01/15  20:06:49
+        Log: Subject: [PATCH] Add Slab_Free to embed.fnc
+             From: "Mattia Barbon" <mbarbon@dsi.unive.it>
+             Date: Tue, 15 Jan 2002 21:59:19 +0100
+             Message-ID: <3C44A637.16602.25EB208@localhost>
+     Branch: perl
+          ! embed.fnc embed.h proto.h
+____________________________________________________________________________
+[ 14291] By: jhi                                   on 2002/01/15  20:00:02
+        Log: Duh.  The updated In/*.pl weren't checked in.
+     Branch: perl
+          ! lib/unicore/In/Alphabet.pl lib/unicore/In/Arabic.pl
+          ! lib/unicore/In/ArabicP2.pl lib/unicore/In/ArabicPr.pl
+          ! lib/unicore/In/Armenian.pl lib/unicore/In/Arrows.pl
+          ! lib/unicore/In/BasicLat.pl lib/unicore/In/Bengali.pl
+          ! lib/unicore/In/BlockEle.pl lib/unicore/In/Bopomof2.pl
+          ! lib/unicore/In/Bopomofo.pl lib/unicore/In/BoxDrawi.pl
+          ! lib/unicore/In/BrailleP.pl lib/unicore/In/Byzantin.pl
+          ! lib/unicore/In/Cherokee.pl lib/unicore/In/CjkComp2.pl
+          ! lib/unicore/In/CjkComp3.pl lib/unicore/In/CjkComp4.pl
+          ! lib/unicore/In/CjkCompa.pl lib/unicore/In/CjkRadic.pl
+          ! lib/unicore/In/CjkSymbo.pl lib/unicore/In/CjkUnif2.pl
+          ! lib/unicore/In/CjkUnif3.pl lib/unicore/In/CjkUnifi.pl
+          ! lib/unicore/In/Combini2.pl lib/unicore/In/Combini3.pl
+          ! lib/unicore/In/Combinin.pl lib/unicore/In/ControlP.pl
+          ! lib/unicore/In/Currency.pl lib/unicore/In/Cyrillic.pl
+          ! lib/unicore/In/Deseret.pl lib/unicore/In/Devanaga.pl
+          ! lib/unicore/In/Dingbats.pl lib/unicore/In/Enclose2.pl
+          ! lib/unicore/In/Enclosed.pl lib/unicore/In/Ethiopic.pl
+          ! lib/unicore/In/GeneralP.pl lib/unicore/In/Geometri.pl
+          ! lib/unicore/In/Georgian.pl lib/unicore/In/Gothic.pl
+          ! lib/unicore/In/Greek.pl lib/unicore/In/GreekExt.pl
+          ! lib/unicore/In/Gujarati.pl lib/unicore/In/Gurmukhi.pl
+          ! lib/unicore/In/Halfwidt.pl lib/unicore/In/HangulCo.pl
+          ! lib/unicore/In/HangulJa.pl lib/unicore/In/HangulSy.pl
+          ! lib/unicore/In/Hebrew.pl lib/unicore/In/HighPriv.pl
+          ! lib/unicore/In/HighSurr.pl lib/unicore/In/Hiragana.pl
+          ! lib/unicore/In/Ideograp.pl lib/unicore/In/IpaExten.pl
+          ! lib/unicore/In/Kanbun.pl lib/unicore/In/KangxiRa.pl
+          ! lib/unicore/In/Kannada.pl lib/unicore/In/Katakana.pl
+          ! lib/unicore/In/Khmer.pl lib/unicore/In/Lao.pl
+          ! lib/unicore/In/Latin1Su.pl lib/unicore/In/LatinEx2.pl
+          ! lib/unicore/In/LatinEx3.pl lib/unicore/In/LatinExt.pl
+          ! lib/unicore/In/Letterli.pl lib/unicore/In/LowSurro.pl
+          ! lib/unicore/In/Malayala.pl lib/unicore/In/Mathema2.pl
+          ! lib/unicore/In/Mathemat.pl lib/unicore/In/Miscell2.pl
+          ! lib/unicore/In/Miscella.pl lib/unicore/In/Mongolia.pl
+          ! lib/unicore/In/MusicalS.pl lib/unicore/In/Myanmar.pl
+          ! lib/unicore/In/NumberFo.pl lib/unicore/In/Ogham.pl
+          ! lib/unicore/In/OldItali.pl lib/unicore/In/OpticalC.pl
+          ! lib/unicore/In/Oriya.pl lib/unicore/In/PrivateU.pl
+          ! lib/unicore/In/Runic.pl lib/unicore/In/Sinhala.pl
+          ! lib/unicore/In/SmallFor.pl lib/unicore/In/SpacingM.pl
+          ! lib/unicore/In/Specials.pl lib/unicore/In/Superscr.pl
+          ! lib/unicore/In/Syriac.pl lib/unicore/In/Tags.pl
+          ! lib/unicore/In/Tamil.pl lib/unicore/In/Telugu.pl
+          ! lib/unicore/In/Thaana.pl lib/unicore/In/Thai.pl
+          ! lib/unicore/In/Tibetan.pl lib/unicore/In/UnifiedC.pl
+          ! lib/unicore/In/YiRadica.pl lib/unicore/In/YiSyllab.pl
+____________________________________________________________________________
+[ 14290] By: jhi                                   on 2002/01/15  18:39:54
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 14289] By: jhi                                   on 2002/01/15  18:38:03
+        Log: Jeffrey is trying very hard to avoid working on his
+             book, it would seem :-) (better naming, better comments
+             in the files)
+     Branch: perl
+          + lib/unicore/Is/AsciiHex.pl lib/unicore/Is/IdContin.pl
+          + lib/unicore/Is/IdStart.pl lib/unicore/Is/L_.pl
+          + lib/unicore/Is/_CanonDC.pl lib/unicore/Is/_CaseIgn.pl
+          + lib/unicore/Is/_CombAbo.pl lib/unicore/Properties
+          - lib/unicore/Is/2.pl lib/unicore/Is/ASCIIHex.pl
+          - lib/unicore/Is/CanonDCI.pl lib/unicore/Is/CaseIgno.pl
+          - lib/unicore/Is/CombAbov.pl lib/unicore/Is/IDContin.pl
+          - lib/unicore/Is/IDStart.pl
+          ! (edit 200 files)
+____________________________________________________________________________
+[ 14287] By: jhi                                   on 2002/01/15  17:55:54
+        Log: Some protection against spaces in directory names.
+             (Tru64 still has some makedepend problems in such
+             cases but that looks like Tru64's problem.)
+     Branch: perl
+          ! Configure Makefile.SH
+____________________________________________________________________________
+[ 14286] By: jhi                                   on 2002/01/15  17:13:28
+        Log: Should have been in #14285 but I have sausages for fingers.
+     Branch: perl
+          + lib/ExtUtils/MM_BeOS.pm
+____________________________________________________________________________
+[ 14285] By: jhi                                   on 2002/01/15  17:12:59
+        Log: MM_BeOS from Tels.
+     Branch: perl
+          + lib/ExtUtils/t/MM_BeOS.t
+          ! MANIFEST
+____________________________________________________________________________
+[ 14284] By: jhi                                   on 2002/01/15  15:55:53
+        Log: Integrate perlio;
+             
+             (reintroduce #14251) Slab allocator for ops
+             - moved the statics to intrpvar.h
+             - implemented Slab_Free()
+             - uses PerlMemShared (for now) if distinction exists.
+             
+             Slab allocator submit after resolve -ay to keep it!
+             
+             Hand merge of non slab allocator stuff
+             
+             const-ness fix in savepv's passing of NULL
+             
+             Typo in #else branch of PL_SLAB_ALLOC
+             
+             Integrate rest of mainline
+             
+             Regen embed enable slab for PERL_IMPLICIT_SYS
+             
+             Correct name of PL_OP_SLAB_ALLOC
+             
+             Correct slab allocator for case where sizeof(IV) > sizeof(IV *)
+             e.g. -Duse64bitint on a 32-bit platform.
+             Now uses I32 for use-count and is more careful with its casts.
+     Branch: perl
+         !> (integrate 28 files)
+____________________________________________________________________________
+[ 14279] By: jhi                                   on 2002/01/15  14:43:04
+        Log: Subject: [PATCH] Socket::sockaddr_family
+             From: Gisle Aas <gisle@ActiveState.com> 
+             Date: 15 Jan 2002 06:35:28 -0800
+             Message-ID: <lr1ygrk7gv.fsf@caliper.activestate.com>
+     Branch: perl
+          ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
+____________________________________________________________________________
+[ 14278] By: jhi                                   on 2002/01/15  14:37:34
+        Log: Subject: [PATCH perldiag] Style issue
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Tue, 15 Jan 2002 15:36:30 +0100                
+             Message-ID: <20020115153630.A11568@rafael>
+     Branch: perl
+          ! pod/perldiag.pod
+____________________________________________________________________________
+[ 14276] By: jhi                                   on 2002/01/15  14:22:38
+        Log: NetWare tweak from Ananth Kesari.
+     Branch: perl
+          ! lib/ExtUtils/MakeMaker.pm
+____________________________________________________________________________
+[ 14275] By: jhi                                   on 2002/01/15  14:19:43
+        Log: Throwback.
+     Branch: perl
+          ! MANIFEST
+____________________________________________________________________________
+[ 14274] By: jhi                                   on 2002/01/15  14:16:28
+        Log: A couple of additional character classes from Jeffrey,
+             hopefully useful in future for internal use for implementing
+             some special cases of casing.
+             
+             Also regenerate once more all the character classes,
+             now without the timestamp.  A timestamp would be kind of
+             nice but it's not: having a timestamp in a file means that
+             even if the effective contents of file really didn't
+             change, the file looks as if it changed.
+     Branch: perl
+          + lib/unicore/Is/CanonDCI.pl lib/unicore/Is/CaseIgno.pl
+          + lib/unicore/Is/CombAbov.pl
+          ! (edit 304 files)
+____________________________________________________________________________
+[ 14273] By: jhi                                   on 2002/01/15  13:53:01
+        Log: Make the test harder.
+     Branch: perl
+          ! t/op/pat.t
+____________________________________________________________________________
+[ 14272] By: jhi                                   on 2002/01/15  13:51:11
+        Log: Additional utf8_heavy.pl tweak from Jeffrey.
+     Branch: perl
+          ! lib/utf8_heavy.pl
+____________________________________________________________________________
+[ 14264] By: jhi                                   on 2002/01/15  04:19:11
+        Log: Pod nits.
+     Branch: perl
+          ! lib/Unicode/UCD.pm pod/perlunicode.pod
+____________________________________________________________________________
+[ 14263] By: jhi                                   on 2002/01/15  02:14:29
+        Log: The Unicode categories doc patch to go with #14254,
+             from Jeffrey.
+     Branch: perl
+          ! lib/Unicode/UCD.pm pod/perldelta.pod pod/perlunicode.pod
+____________________________________________________________________________
+[ 14262] By: jhi                                   on 2002/01/15  01:30:09
+        Log: There isn't going to be perl.third.exe.
+     Branch: perl
+          ! Makefile.SH
+____________________________________________________________________________
+[ 14261] By: jhi                                   on 2002/01/15  01:25:11
+        Log: Subject: [PATCH] small coredump correction
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Tue, 15 Jan 2002 00:22:52 +0100
+             Message-ID: <20020115002252.I691@rafael>
+     Branch: perl
+          ! op.c
+____________________________________________________________________________
+[ 14260] By: jhi                                   on 2002/01/15  01:23:53
+        Log: Subject: [PATCH] Overriding readline() should also override <FH>     
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Mon, 14 Jan 2002 23:03:04 +0100
+             Message-ID: <20020114230304.A691@rafael>   
+             
+             Subject: Re: [PATCH] Overriding readline() should also override <FH> 
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Mon, 14 Jan 2002 23:18:43 +0100
+             Message-ID: <20020114231843.E691@rafael>   
+     Branch: perl
+          ! pod/perlsub.pod t/op/override.t toke.c
+____________________________________________________________________________
+[ 14256] By: jhi                                   on 2002/01/14  14:42:12
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 14255] By: jhi                                   on 2002/01/14  14:04:24
+        Log: Retract #14251 (the op slab allocator from perlio)
+             until we figure out why 2.2.19 x86 debian gets
+             a circular sibling chain and therefore hangs in
+             the Perl_ck_subr() sibling for-loop.
+     Branch: perl
+          ! embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
+          ! perlapi.c perlapi.h proto.h
+____________________________________________________________________________
+[ 14254] By: jhi                                   on 2002/01/14  13:25:07
+        Log: Big mktables rewrite from Jeffrey;
+             documentation not yet updated.
+     Branch: perl
+          + (add 171 files)
+          - (delete 182 files)
+          ! (edit 135 files)
+____________________________________________________________________________
+[ 14253] By: ams                                   on 2002/01/14  03:15:05
+        Log: Subject: Re: [ID 20020113.006] Cwd.pm uses uninitialized $ENV{PATH}
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Sun, 13 Jan 2002 21:00:07 -0500
+             Message-Id: <20020114020007.GB2877@blackrider>
+     Branch: perl
+          ! lib/Cwd.pm
+____________________________________________________________________________
+[ 14252] By: jhi                                   on 2002/01/14  00:27:41
+        Log: Subject: Re: Win32 status - progress !
+             From: Abe Timmerman <abe@ztreet.demon.nl>       
+             Date: Mon, 14 Jan 2002 02:29:51 +0100
+             Message-ID: <9rc44u4sl4hjfm32if71ggjlm0qpvvacs3@4ax.com>
+     Branch: perl
+          ! lib/ExtUtils/t/MM_Win32.t
+____________________________________________________________________________
+[ 14251] By: jhi                                   on 2002/01/13  23:30:05
+        Log: Integrate perlio.
+             
+             Slab allocator for ops
+             - moved the statics to intrpvar.h
+             - implemented Slab_Free()
+             - uses PerlMemShared (for now) if distinction exists.
+     Branch: perl
+         !> embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
+         !> perlapi.c perlapi.h proto.h
+____________________________________________________________________________
+[ 14249] By: jhi                                   on 2002/01/13  19:55:10
+        Log: Start a new test category: uni.  Much of t/op/pat
+             should probably be moved here, but holding on that
+             until Jeffrey finishes his big mktables rewrite.
+             Bits and pieces of op/split, op/pack, op/append,
+             op/join, could probably be moved to respective uni
+             tests, too.
+     Branch: perl
+          + t/uni/fold.t t/uni/sprintf.t
+          - t/op/unifold.t t/op/unisprintf.t
+          ! MANIFEST t/TEST t/harness
+____________________________________________________________________________
+[ 14248] By: jhi                                   on 2002/01/13  19:52:02
+        Log: Subject: [PATCH] enable Win32 to build again
+             From: "Mattia Barbon" <mbarbon@dsi.unive.it>
+             Date: Sun, 13 Jan 2002 21:49:24 +0100
+             Message-ID: <3C4200E4.15926.23F6131@localhost>
+             
+             miniperl.exe.exe does not exe that well.
+     Branch: perl
+          ! lib/ExtUtils/MM_Unix.pm
+____________________________________________________________________________
+[ 14247] By: jhi                                   on 2002/01/13  19:50:23
+        Log: Mention some of the load-affected tests.
+     Branch: perl
+          ! INSTALL
+____________________________________________________________________________
+[ 14246] By: jhi                                   on 2002/01/13  19:38:17
+        Log: Move the UTF-8 conversion code earlier so that
+             op/ver is happy.
+     Branch: perl
+          ! sv.c t/op/ver.t
+____________________________________________________________________________
+[ 14245] By: jhi                                   on 2002/01/13  19:19:59
+        Log: Upgrade to Scalar-List-Util 1.06.  The Makefile.PLs
+             have diverged quite a bit so no updates there.
+     Branch: perl
+          ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
+          ! ext/List/Util/lib/List/Util.pm
+          ! ext/List/Util/lib/Scalar/Util.pm
+____________________________________________________________________________
+[ 14244] By: jhi                                   on 2002/01/13  18:27:00
+        Log: Make the crypt() pickier: if downgrading doesn't work,
+             croak.
+     Branch: perl
+          ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/crypt.t
+____________________________________________________________________________
+[ 14243] By: jhi                                   on 2002/01/13  18:12:23
+        Log: Grow the buffer in case Unicode caused size changes
+             (and it very probably did).
+     Branch: perl
+          ! sv.c
+____________________________________________________________________________
+[ 14242] By: jhi                                   on 2002/01/13  17:46:45
+        Log: Future-proofing from Jeffrey Friedl (for conflicting
+             In* and Is* names).
+     Branch: perl
+          ! lib/utf8_heavy.pl
+____________________________________________________________________________
+[ 14241] By: jhi                                   on 2002/01/13  17:40:29
+        Log: Subject: [PATCH] Re: Warning in B.xs
+             From: "Mattia Barbon" <mbarbon@dsi.unive.it>
+             Date: Sun, 13 Jan 2002 19:39:52 +0100
+             Message-ID: <3C41E288.20562.1C8C895@localhost>
+     Branch: perl
+          ! ext/B/B.xs
+____________________________________________________________________________
+[ 14240] By: jhi                                   on 2002/01/13  17:35:48
+        Log: Subject: Re: lookbehind broken with latest bleedperl
+             From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
+             Date: Sun, 13 Jan 2002 18:06:22 +0000
+             Message-Id: <200201131806.g0DI6Mp20089@crypt.compulink.co.uk>
+     Branch: perl
+          ! regexec.c t/op/re_tests
+____________________________________________________________________________
+[ 14239] By: jhi                                   on 2002/01/13  17:24:51
+        Log: Subject: [PATCH] more MM_Unix.t tests
+             From: Tels <perl_dummy@bloodgate.com>
+             Date: Sun, 13 Jan 2002 17:16:19 +0100 (CET) 
+             Message-Id: <200201131621.SAA17925@tiku.hut.fi>
+             
+             Subject: [PATCH] 14220 misunderstood, I bet          
+             From: andreas.koenig@anima.de (Andreas J. Koenig)
+             Date: 12 Jan 2002 21:31:58 +0100
+             Message-ID: <m3k7un8g5d.fsf@anima.de>
+     Branch: perl
+          ! lib/ExtUtils/t/MM_Unix.t
+____________________________________________________________________________
+[ 14238] By: jhi                                   on 2002/01/13  17:14:25
+        Log: Subject: [PATCH] Re: MM_UNIX::parse_version() and my $VERSION        
+             From: Tels <perl_dummy@bloodgate.com>
+             Date: Sun, 13 Jan 2002 16:58:27 +0100 (CET) 
+             Message-Id: <200201131602.SAA15687@tiku.hut.fi>
+             
+             Subject: RE: [PATCH] Re: MM_UNIX::parse_version() and my $VERSION    
+             From: Tels <perl_dummy@bloodgate.com>
+             Date: Sun, 13 Jan 2002 17:05:23 +0100 (CET) 
+             Message-Id: <200201131610.SAA18974@tiku.hut.fi>
+     Branch: perl
+          ! lib/ExtUtils/MM_Unix.pm
+____________________________________________________________________________
+[ 14237] By: jhi                                   on 2002/01/13  17:12:04
+        Log: Subject: [PATCH] Re: [FAIL] Benchmark.t intermittent failure
+             From: Nicholas Clark <nick@unfortu.net> 
+             Date: Sun, 13 Jan 2002 15:58:34 +0000
+             Message-ID: <20020113155833.C314@Bagpuss.unfortu.net>
+     Branch: perl
+          ! lib/Benchmark.t
+____________________________________________________________________________
+[ 14236] By: jhi                                   on 2002/01/13  17:08:18
+        Log: Anton Berezin did more reading and the uid setting story
+             gets more complex.
+     Branch: perl
+          ! pod/perltodo.pod utils/perldoc.PL
+____________________________________________________________________________
+[ 14235] By: jhi                                   on 2002/01/13  16:45:52
+        Log: Integrate perlio;
+             
+             Win32 fixes:
+             - vmem.h hack to handle free-by-wrong-thread after eval "".
+             - Initialize timerid 
+     Branch: perl
+         !> win32/perlhost.h win32/perllib.c win32/vmem.h win32/win32.c
+____________________________________________________________________________
+[ 14234] By: jhi                                   on 2002/01/13  16:44:07
+        Log: Subject: Re: HiRes
+             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
+             Date: Sun, 13 Jan 2002 10:18:46 +0100
+             Message-Id: <20020113100616.B6B5.H.M.BRAND@hccnet.nl>
+             
+             Give up on socketpair in HP-UX.
+     Branch: perl
+          ! ext/Socket/socketpair.t
+____________________________________________________________________________
+[ 14231] By: jhi                                   on 2002/01/13  05:15:01
+        Log: *groan*
+     Branch: perl
+          ! t/op/pat.t
+____________________________________________________________________________
+[ 14230] By: jhi                                   on 2002/01/13  05:13:03
+        Log: One more sharp s case found by Jeffrey.
+     Branch: perl
+          ! regexec.c t/op/pat.t
+____________________________________________________________________________
+[ 14229] By: jhi                                   on 2002/01/13  04:43:33
+        Log: Comment tweak.
+     Branch: perl
+          ! regexec.c
+____________________________________________________________________________
+[ 14228] By: jhi                                   on 2002/01/13  04:30:45
+        Log: Don't bother checking for the Greek special
+             cases if the node is too short.
+     Branch: perl
+          ! regcomp.c
+____________________________________________________________________________
+[ 14227] By: jhi                                   on 2002/01/12  21:00:04
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 14225] By: jhi                                   on 2002/01/12  20:28:05
+        Log: Subject: [PATCH 2] Re: [PATCH Configure ext/NDBM_File/hints/linux.pl] Support for linux systems with gdbm
+             From: Jonathan Stowe <gellyfish@gellyfish.com>
+             Date: Sat, 12 Jan 2002 11:13:02 +0000 (GMT) 
+             Message-ID: <Pine.LNX.4.44.0201121107400.26602-100000@orpheus.gellyfish.com>    
+     Branch: perl
+          ! Configure config_h.SH
+____________________________________________________________________________
+[ 14224] By: jhi                                   on 2002/01/12  20:18:02
+        Log: Quick reformat using indent -kr -nce, as requested
+             by Dan Kogai and suggest by NI-S.
+     Branch: perl
+          ! ext/Encode/encengine.c
+____________________________________________________________________________
+[ 14223] By: jhi                                   on 2002/01/12  20:08:54
+        Log: Couple more Unicode lookbehind tests.
+     Branch: perl
+          ! t/op/pat.t
+____________________________________________________________________________
+[ 14222] By: jhi                                   on 2002/01/12  20:05:29
+        Log: Sharp S as a special treat for our German UTF-8 testers :-)
+     Branch: perl
+          ! pod/perlunicode.pod regexec.c t/op/pat.t utf8.h
+____________________________________________________________________________
+[ 14221] By: jhi                                   on 2002/01/12  18:38:54
+        Log: Subject: {PATCH] Fix:  Re: [PATCH] B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs   
+             From: "Mattia Barbon" <mbarbon@dsi.unive.it>
+             Date: Sat, 12 Jan 2002 20:37:32 +0100
+             Message-ID: <3C409E8C.16203.196C2D3@localhost>
+     Branch: perl
+          ! ext/B/B/Deparse.pm
+____________________________________________________________________________
+[ 14220] By: jhi                                   on 2002/01/12  18:27:32
+        Log: Hrmph.  Is having a test for an exact version of MM_Unix.pm
+             really worth the bits it's printed on?
+     Branch: perl
+          ! lib/ExtUtils/t/MM_Unix.t
+____________________________________________________________________________
+[ 14219] By: jhi                                   on 2002/01/12  18:06:49
+        Log: Special treatment for U+03B0 and U+0390 in //i,
+             this means that we can remove the minlen pessimisations
+             introduced by the #14096.
+     Branch: perl
+          ! pp_hot.c regcomp.c regexec.c
+____________________________________________________________________________
+[ 14218] By: jhi                                   on 2002/01/12  16:14:52
+        Log: Integrate perlio;
+             
+             Abstract out the cloning of SvPVX and handle shared pv in a 
+             safe (if suboptimal) manner. Does not fix op/fork.t :-(
+             
+             Win32-ize socketpair test
+             - Win32 can fork even though $Config{d_fork} is undef
+             - SOCK_DGRAM does not work - skip those tests.
+     Branch: perl
+         !> ext/Socket/socketpair.t sv.c
+____________________________________________________________________________
+[ 14217] By: jhi                                   on 2002/01/12  16:09:59
+        Log: One should first drop the real uid, not the effective uid.
+             [ID 20020110.003]
+     Branch: perl
+          ! utils/perldoc.PL
+____________________________________________________________________________
+[ 14216] By: jhi                                   on 2002/01/12  15:50:38
+        Log: Subject: [PATCH] B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs
+             From: "Mattia Barbon" <mbarbon@dsi.unive.it>
+             Date: Fri, 11 Jan 2002 23:29:48 +0100
+             Message-ID: <3C3F756C.4581.2E2A938@localhost>
+     Branch: perl
+          + ext/B/C/C.xs ext/B/C/Makefile.PL
+          ! MANIFEST ext/B/B.pm ext/B/B.xs ext/B/B/C.pm t/TEST
+          ! utils/perlcc.PL
+____________________________________________________________________________
+[ 14215] By: jhi                                   on 2002/01/12  15:22:01
+        Log: Subject: [PATCH] Re: Magic numbers in B::Concise
+             From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>               
+             Date: Fri, 11 Jan 2002 14:29:30 -0800
+             Message-ID: <15423.26442.891378.802062@soda.csua.berkeley.edu>
+     Branch: perl
+          ! ext/B/t/concise.t
+____________________________________________________________________________
+[ 14212] By: ams                                   on 2002/01/12  06:10:52
+        Log: Subject: [PATCH] More fixes for Stratus VOS
+             From: "Green, Paul" <Paul.Green@stratus.com>
+             Date: Fri, 11 Jan 2002 17:30:37 -0500
+             Message-Id: <95AE3CDB3543D511883A0020485B38B9023534D3@exna3.stratus.com>
+     Branch: perl
+          ! hints/vos.sh lib/ExtUtils/MM_Unix.pm
+____________________________________________________________________________
+[ 14211] By: jhi                                   on 2002/01/12  06:01:29
+        Log: Upgrade to CGI.pm 2.80.
+     Branch: perl
+          ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/form.t
+____________________________________________________________________________
+[ 14210] By: jhi                                   on 2002/01/12  05:57:36
+        Log: FAQ sync.
+     Branch: perl
+          ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
+          ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
+          ! pod/perlfaq8.pod
+____________________________________________________________________________
+[ 14209] By: jhi                                   on 2002/01/12  05:54:24
+        Log: This is getting embarrassing.
+     Branch: perl
+          ! t/op/pat.t
+____________________________________________________________________________
+[ 14208] By: jhi                                   on 2002/01/12  05:30:03
+        Log: Doc tweaks.
+     Branch: perl
+          ! pod/perlunicode.pod
+____________________________________________________________________________
+[ 14207] By: jhi                                   on 2002/01/12  05:16:55
+        Log: Updating the test count is good; also rephrasing
+             so that there is no ok output containing "not".
+     Branch: perl
+          ! t/op/pat.t
+____________________________________________________________________________
+[ 14206] By: jhi                                   on 2002/01/12  05:11:20
+        Log: Andreas is busy :-)
+     Branch: perl
+          ! doop.c t/op/unisprintf.t
+____________________________________________________________________________
+[ 14205] By: jhi                                   on 2002/01/12  04:55:20
+        Log: Unicode lookbehind looked bad.
+     Branch: perl
+          ! regexec.c t/op/pat.t
+____________________________________________________________________________
+[ 14204] By: jhi                                   on 2002/01/12  01:43:48
+        Log: Garbage collection.
+     Branch: perl
+          ! t/run/kill_perl.t
+____________________________________________________________________________
+[ 14203] By: jhi                                   on 2002/01/12  00:10:51
+        Log: Subject: [PATCH] export win32_async_check or Perl_despatch_signals
+             From: "Mattia Barbon" <mbarbon@dsi.unive.it>
+             Date: Fri, 11 Jan 2002 23:29:48 +0100
+             Message-ID: <3C3F756C.21561.2E2A9CE@localhost>
+     Branch: perl
+          ! embed.fnc global.sym makedef.pl
+____________________________________________________________________________
+[ 14202] By: jhi                                   on 2002/01/12  00:07:41
+        Log: Subject: [PATCH] perldelta nit?
+             From: Robert Spier <rspier@pobox.com>
+             Date: Fri, 11 Jan 2002 15:19:16 -0800
+             Message-ID: <15423.29428.164185.251700@rls.cx>
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 14201] By: jhi                                   on 2002/01/12  00:06:02
+        Log: Subject: Re: [PATCH lib/AnyDBM_File.t] Convert to Test::More
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Fri, 11 Jan 2002 17:08:17 -0500
+             Message-ID: <20020111220817.GG2838@blackrider>
+     Branch: perl
+          ! t/run/kill_perl.t t/test.pl
+____________________________________________________________________________
+[ 14200] By: jhi                                   on 2002/01/12  00:02:05
+        Log: Subject: [PATCH] Correct misleading error message
+             From: Mike Guy <mjtg@cam.ac.uk>
+             Date: Fri, 11 Jan 2002 18:36:33 +0000
+             Message-Id: <E16P6XZ-0005kA-00@draco.cus.cam.ac.uk>
+             
+             hash assignment -> anonymous hash
+     Branch: perl
+          ! pod/perldiag.pod pp.c t/lib/warnings/pp t/op/hashwarn.t
+____________________________________________________________________________
+[ 14199] By: jhi                                   on 2002/01/11  23:58:00
+        Log: Subject: [PATCH bleadperl] Shut down warnings in Normalize.c          
+             From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
+             Date: Fri, 11 Jan 2002 16:58:14 +0100
+             Message-ID: <543058204.20020111165814@tesla.rcub.bg.ac.yu>
+     Branch: perl
+          ! ext/Unicode/Normalize/mkheader
+____________________________________________________________________________
+[ 14198] By: jhi                                   on 2002/01/11  23:53:05
+        Log: Add a new test for is-sprintf-preserving Unicodeness:
+             #14194 and an old one from kill_perl.t (I could have used
+             sprintf.t, but it's format was quite fixed, and I didn't
+             feel like breaking the format)
+     Branch: perl
+          + t/op/unisprintf.t
+          ! MANIFEST t/run/kill_perl.t
+____________________________________________________________________________
+[ 14197] By: jhi                                   on 2002/01/11  21:48:49
+        Log: Integrate perlio;
+             Install dummy signal() handlers for Win32's SIGINT and SIGBREAK
+     Branch: perl
+         !> win32/win32.c
+____________________________________________________________________________
+[ 14195] By: jhi                                   on 2002/01/11  20:07:35
+        Log: Integrate perlio;
+             A mostly-stable version of "new" Win32 signal/kill support.
+     Branch: perl
+         !> MANIFEST XSUB.h mg.c t/run/kill_perl.t toke.c win32/config.bc
+         !> win32/config.gc win32/config.vc win32/config_H.bc
+         !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
+         !> win32/makefile.mk win32/win32.c win32/win32.h
+____________________________________________________________________________
+[ 14194] By: jhi                                   on 2002/01/11  20:04:26
+        Log: Fix for
+             
+             Subject: UTF-8 sprintf bug in bleadperl
+             From: andreas.koenig@anima.de (Andreas J. Koenig)
+             Date: 11 Jan 2002 15:47:15 +0100
+             Message-ID: <m3vge99c7g.fsf@anima.de>
+             
+             I have tests, have just to figure out where to put them
+             since op/sprintf looks a bit unfriendly for tests of
+             somewhat freer form.
+     Branch: perl
+          ! doop.c sv.c
+____________________________________________________________________________
+[ 14191] By: jhi                                   on 2002/01/11  15:34:53
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 14190] By: jhi                                   on 2002/01/11  14:52:51
+        Log: Subject: [PATCH] Re: Magic numbers in B::Concise
+             From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
+             Date: Thu, 10 Jan 2002 18:21:34 -0800
+             Message-ID: <15422.19502.380275.403187@soda.csua.berkeley.edu>
+     Branch: perl
+          + ext/B/t/concise.t
+          ! MANIFEST
+____________________________________________________________________________
+[ 14189] By: jhi                                   on 2002/01/11  14:51:11
+        Log: Upgrade to CGI.pm 2.79.  Manual tweaks were
+             necessary in form.t and html.t @INC setups.
+     Branch: perl
+          ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/form.t lib/CGI/t/html.t
+____________________________________________________________________________
+[ 14188] By: jhi                                   on 2002/01/11  14:31:17
+        Log: Yet another twist.
+     Branch: perl
+          ! t/test.pl
+____________________________________________________________________________
+[ 14187] By: jhi                                   on 2002/01/11  14:14:12
+        Log: Subject: [ PATCH ] AIX to pick the correct CC if more than one installed
+             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
+             Date: Fri, 11 Jan 2002 13:04:15 +0100      
+             Message-Id: <20020111125951.BD84.H.M.BRAND@hccnet.nl>
+     Branch: perl
+          ! hints/aix.sh
+____________________________________________________________________________
+[ 14186] By: jhi                                   on 2002/01/11  14:13:02
+        Log: Subject: [REPATCH] RE: [PATCH lib/AnyDBM_File.t] null key support back in DB v3
+             From: Jonathan Stowe <gellyfish@gellyfish.com> 
+             Date: Fri, 11 Jan 2002 09:28:46 +0000 (GMT)
+             Message-ID: <Pine.LNX.4.33.0201110927480.10327-100000@orpheus.gellyfish.com>
+     Branch: perl
+          ! lib/AnyDBM_File.t
+____________________________________________________________________________
+[ 14185] By: jhi                                   on 2002/01/11  14:10:01
+        Log: Arguments were being mangled.
+     Branch: perl
+          ! t/test.pl
+____________________________________________________________________________
+[ 14184] By: jhi                                   on 2002/01/11  14:05:53
+        Log: Subject: [PATCH lib/AnyDBM_File.t] Convert to Test::More
+             From: Jonathan Stowe <gellyfish@gellyfish.com>
+             Date: Thu, 10 Jan 2002 19:55:15 +0000 (GMT)
+             Message-ID: <Pine.LNX.4.33.0201101948360.9717-100000@orpheus.gellyfish.com>
+     Branch: perl
+          ! lib/AnyDBM_File.t
+____________________________________________________________________________
+[ 14183] By: jhi                                   on 2002/01/11  13:59:22
+        Log: Subject: [PATCH t/run/kill_perl.t t/test.pl] Seperating kill_perl()
+             From: Michael G Schwern <schwern@pobox.com> 
+             Date: Fri, 11 Jan 2002 04:26:27 -0500
+             Message-ID: <20020111092626.GA16544@blackrider>
+     Branch: perl
+          ! t/run/kill_perl.t t/test.pl
+____________________________________________________________________________
+[ 14182] By: jhi                                   on 2002/01/11  13:57:59
+        Log: Subject: [PATCH] Test::Harness 2.01
+             From: Michael G Schwern <schwern@pobox.com> 
+             Date: Thu, 10 Jan 2002 21:11:24 -0500
+             Message-ID: <20020111021123.GA30666@blackrider>
+     Branch: perl
+          + lib/Test/Harness/Assert.pm lib/Test/Harness/Iterator.pm
+          + lib/Test/Harness/Straps.pm lib/Test/Harness/t/00compile.t
+          + lib/Test/Harness/t/assert.t lib/Test/Harness/t/callback.t
+          + lib/Test/Harness/t/nonumbers.t
+          + lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
+          + t/lib/sample-tests/lone_not_bug
+          + t/lib/sample-tests/out_of_order t/lib/sample-tests/taint
+          + t/lib/sample-tests/vms_nit
+          ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
+          ! lib/Test/Harness/t/base.t lib/Test/Harness/t/test-harness.t
+____________________________________________________________________________
+[ 14181] By: jhi                                   on 2002/01/11  13:57:38
+        Log: patch is silly when creating new files: don't run
+             patch more than once.
+     Branch: perl
+          ! lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
+____________________________________________________________________________
+[ 14180] By: jhi                                   on 2002/01/11  13:53:49
+        Log: Forgot from #14179.
+     Branch: perl
+          ! lib/Pod/InputObjects.pm lib/Pod/t/InputObjects.t
+____________________________________________________________________________
+[ 14179] By: jhi                                   on 2002/01/11  13:24:13
+        Log: Subject: [PATCH] is() undef/'' behavior change
+             From: Michael G Schwern <schwern@pobox.com> 
+             Date: Fri, 11 Jan 2002 03:35:51 -0500
+             Message-ID: <20020111083551.GC30666@blackrider>
+             
+             Subject: [PATCH] Pod::InputObjects warnings & is() undef/'' fix
+             From: Michael G Schwern <schwern@pobox.com> 
+             Date: Fri, 11 Jan 2002 03:37:44 -0500
+             Message-ID: <20020111083744.GD30666@blackrider>
+     Branch: perl
+          ! ext/re/re.t lib/AutoSplit.t lib/DB.t lib/ExtUtils/t/Command.t
+          ! lib/ExtUtils/t/Manifest.t lib/Pod/InputObjects.pm
+          ! lib/Pod/t/InputObjects.t lib/blib.t
+____________________________________________________________________________
+[ 14178] By: jhi                                   on 2002/01/11  13:21:59
+        Log: Subject: [PATCH] Test::Simple/More/Builder/Tutorial 0.41
+             From: Michael G Schwern <schwern@pobox.com> 
+             Date: Thu, 10 Jan 2002 19:56:23 -0500
+             Message-ID: <20020111005623.GA13192@blackrider>
+     Branch: perl
+          + lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.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/exit.t lib/Test/Simple/t/extra.t
+          ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
+          ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/filehandles.t
+          ! lib/Test/Simple/t/import.t lib/Test/Simple/t/is_deeply.t
+          ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_ending.t
+          ! lib/Test/Simple/t/no_header.t lib/Test/Simple/t/no_plan.t
+          ! lib/Test/Simple/t/output.t lib/Test/Simple/t/plan.t
+          ! lib/Test/Simple/t/plan_is_noplan.t
+          ! lib/Test/Simple/t/plan_no_plan.t
+          ! lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/simple.t
+          ! lib/Test/Simple/t/skip.t lib/Test/Simple/t/skipall.t
+          ! lib/Test/Simple/t/todo.t lib/Test/Simple/t/undef.t
+          ! lib/Test/Simple/t/use_ok.t lib/Test/Simple/t/useing.t
+          ! lib/Test/Tutorial.pod
+____________________________________________________________________________
+[ 14177] By: gsar                                  on 2002/01/11  02:56:05
+        Log: malloc() things must be free()d, not Safefree()d (bug in change#11280
+             revealed by -D_USE_MSVCRT_MEM_ALLOC -D_USE_LINKED_LIST)
+             
+             turns out even the malloc() was never really needed to begin with,
+             so get rid of it
+     Branch: perl
+          ! sv.c
+____________________________________________________________________________
+[ 14176] By: jhi                                   on 2002/01/11  02:11:21
+        Log: Small doc tweaks.
+     Branch: perl
+          ! pod/perluniintro.pod
+____________________________________________________________________________
+[ 14175] By: gsar                                  on 2002/01/11  01:05:15
+        Log: support using the CRT's malloc() family of functions instead of
+             the internal one when ithreads is enabled; allocate large blocks
+             using VirtualAlloc() since the Heap*() functions may only be tuned
+             for small allocations (from Doug Lankshear <dougl@ActiveState.com>)
+             
+             pass -D_USE_MSVCRT_MEM_ALLOC via cflags to enable the CRT's malloc();
+             also see comments at the top of win32/vmem.h for other options that
+             can be set
+     Branch: perl
+          ! win32/vmem.h
+____________________________________________________________________________
+[ 14174] By: jhi                                   on 2002/01/10  19:33:29
+        Log: Subject: micropatch
+             From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
+             Date: Thu, 10 Jan 2002 18:20:58 +0000
+             Message-Id: <200201101820.g0AIKw208580@crypt.compulink.co.uk>
+     Branch: perl
+          ! regcomp.c
+____________________________________________________________________________
+[ 14173] By: jhi                                   on 2002/01/10  19:32:16
+        Log: Subject: [PATCH] Embed.t on Win32
+             From: "Mattia Barbon" <mbarbon@dsi.unive.it>
+             Date: Thu, 10 Jan 2002 18:56:21 +0100
+             Message-ID: <3C3DE3D5.7359.1FEB994@localhost>
+     Branch: perl
+          ! lib/ExtUtils/t/Embed.t
+____________________________________________________________________________
+[ 14172] By: jhi                                   on 2002/01/10  19:31:00
+        Log: Subject: Re: [PATCH] No 'once' warnings for variables declared with our
+             From: Gisle Aas <gisle@ActiveState.com>
+             Date: 10 Jan 2002 08:56:05 -0800
+             Message-ID: <lrg05ep2l6.fsf@caliper.activestate.com>
+     Branch: perl
+          ! toke.c
+____________________________________________________________________________
+[ 14171] By: jhi                                   on 2002/01/10  19:29:08
+        Log: Subject: [PATCH] doc fixes
+             From: "Brendan O'Dea" <bod@debian.org>
+             Date: Fri, 11 Jan 2002 03:49:54 +1100
+             Message-ID: <20020110164954.GA21891@compusol.com.au>
+     Branch: perl
+          ! lib/I18N/Collate.pm pod/perlfunc.pod
+____________________________________________________________________________
+[ 14170] By: jhi                                   on 2002/01/10  17:48:42
+        Log: Integrate perlio; More signal hackery.
+     Branch: perl
+         !> win32/win32.c
+____________________________________________________________________________
+[ 14169] By: jhi                                   on 2002/01/10  17:47:34
+        Log: No need to show internal encodings, or return them
+             in random order.
+     Branch: perl
+          ! ext/Encode/Encode.pm
+____________________________________________________________________________
+[ 14166] By: jhi                                   on 2002/01/10  15:24:41
+        Log: I think we can claim to be supporting Unicode
+             "loose matching" now.
+     Branch: perl
+          ! pod/perlunicode.pod
+____________________________________________________________________________
+[ 14165] By: jhi                                   on 2002/01/10  15:07:56
+        Log: Subject: doc patch
+             From: mjd@plover.com
+             Date: 10 Jan 2002 15:12:27 -0000
+             Message-ID: <20020110151227.14850.qmail@plover.com>
+     Branch: perl
+          ! pod/perlrun.pod
+____________________________________________________________________________
+[ 14164] By: jhi                                   on 2002/01/10  14:54:38
+        Log: Subject: Re: [ID 20011223.001] accept leaks memory
+             From: Andy Dougherty <doughera@lafayette.edu>
+             Date: Thu, 10 Jan 2002 10:13:07 -0500 (EST)
+             Message-ID: <Pine.SOL.4.10.10201100919390.4429-100000@maxwell.phys.lafayette.edu>
+     Branch: perl
+          ! hints/linux.sh
+____________________________________________________________________________
+[ 14163] By: jhi                                   on 2002/01/10  14:52:08
+        Log: Integrate perlio; Skeleton coding of more kill() support on Win32.
+     Branch: perl
+         !> win32/win32.c
+____________________________________________________________________________
+[ 14162] By: jhi                                   on 2002/01/10  14:50:03
+        Log: Subject: [PATCH] Magic numbers in B::Concise
+             From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
+             Date: Wed, 9 Jan 2002 23:04:01 -0800
+             Message-ID: <15421.15585.813580.211907@soda.csua.berkeley.edu>
+     Branch: perl
+          ! ext/B/B/Concise.pm ext/B/O.pm
+____________________________________________________________________________
+[ 14161] By: jhi                                   on 2002/01/10  14:48:52
+        Log: Subject: [PATCH] No 'once' warnings for variables declared with our
+             From: Gisle Aas <gisle@ActiveState.com>
+             Date: 09 Jan 2002 21:52:40 -0800
+             Message-ID: <lrg05e7nx3.fsf@caliper.activestate.com>
+     Branch: perl
+          ! t/lib/strict/vars toke.c
+____________________________________________________________________________
+[ 14159] By: jhi                                   on 2002/01/09  21:28:13
+        Log: Subject: [PATCH] B::Deparse : support for \[...] prototypes
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Wed, 9 Jan 2002 23:24:32 +0100
+             Message-ID: <20020109232432.A692@rafael>
+     Branch: perl
+          ! ext/B/B/Deparse.pm
+____________________________________________________________________________
+[ 14158] By: jhi                                   on 2002/01/09  21:25:19
+        Log: Subject: Re: [PATCH pp_sys.c] Fix segfault in dbmclose in DESTROY (was Re: [ID 20020104.007] coredump on dbmclose)
+             From: Jonathan Stowe <gellyfish@gellyfish.com>
+             Date: Wed, 9 Jan 2002 19:37:38 +0000 (GMT)
+             Message-ID: <Pine.LNX.4.33.0201091924020.21574-100000@orpheus.gellyfish.com>
+     Branch: perl
+          ! t/run/kill_perl.t
+____________________________________________________________________________
+[ 14157] By: jhi                                   on 2002/01/09  19:59:28
+        Log: Subject: Re: [ID 20020109.002] /(?m:...\s*$)/ is not backtracking properly
+             From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
+             Date: Wed, 09 Jan 2002 20:16:54 +0000
+             Message-Id: <200201092016.g09KGsi30119@crypt.compulink.co.uk>
+     Branch: perl
+          ! regexec.c
+____________________________________________________________________________
+[ 14156] By: jhi                                   on 2002/01/09  19:46:27
+        Log: Subject: [Patch @14129] fixes Unicode::Normalize
+             From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
+             Date: Thu, 10 Jan 2002 01:08:56 +0900
+             Message-Id: <20020110010110.690B.BQW10602@nifty.com>
+     Branch: perl
+          - ext/Unicode/Normalize/Normalize.pod
+          ! MANIFEST ext/Unicode/Normalize/Makefile.PL
+          ! ext/Unicode/Normalize/Normalize.pm
+          ! ext/Unicode/Normalize/Normalize.xs
+          ! ext/Unicode/Normalize/mkheader
+____________________________________________________________________________
+[ 14155] By: jhi                                   on 2002/01/09  19:09:15
+        Log: Integrate perlio; (Re-)implement alarm() for Win32.
+     Branch: perl
+         !> win32/config.vc win32/config_H.vc win32/win32.c win32/win32.h
+         !> win32/win32iop.h
+____________________________________________________________________________
+[ 14154] By: jhi                                   on 2002/01/09  19:08:15
+        Log: Subject: [PATCH] op/readdir.t (was Re: perl@14152)
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Wed, 9 Jan 2002 17:56:04 +0000
+             Message-ID: <20020109175604.H354@Bagpuss.unfortu.net>
+     Branch: perl
+          ! t/op/readdir.t
+____________________________________________________________________________
+[ 14152] By: jhi                                   on 2002/01/09  14:37:01
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 14150] By: jhi                                   on 2002/01/09  14:27:23
+        Log: Thinko.
+     Branch: perl
+          ! ext/threads/t/stress_re.t
+____________________________________________________________________________
+[ 14149] By: jhi                                   on 2002/01/09  13:47:31
+        Log: Subject: Re: [ID 20020109.002] /(?m:...\s*$)/ is not backtracking properly
+             From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
+             Date: Wed, 09 Jan 2002 13:37:17 +0000                
+             Message-Id: <200201091337.g09DbH519379@crypt.compulink.co.uk>
+     Branch: perl
+          ! regexec.c t/op/re_tests
+____________________________________________________________________________
+[ 14148] By: jhi                                   on 2002/01/09  13:00:09
+        Log: Subject: Re: Weird Malformed warning in bleadperl    
+             From: andreas.koenig@anima.de (Andreas J. Koenig)    
+             Date: 09 Jan 2002 11:12:37 +0100
+             Message-ID: <m3itabbzoq.fsf@anima.de>
+     Branch: perl
+          ! regexec.c t/op/pat.t
+____________________________________________________________________________
+[ 14147] By: jhi                                   on 2002/01/09  12:59:42
+        Log: Forgot stress_re.t from MANIFEST.
+     Branch: perl
+          ! MANIFEST
+____________________________________________________________________________
+[ 14146] By: jhi                                   on 2002/01/09  12:47:27
+        Log: In dumping use isPRINT() instead of isprint() so that locale
+             does not come into play.
+     Branch: perl
+          ! utf8.c
+____________________________________________________________________________
+[ 14145] By: jhi                                   on 2002/01/09  02:52:39
+        Log: Add a threads stress test for regular expressions
+             (mostly just a modified stress_string.t) and doesn't
+             test that much of regular expressions, just that $1
+             doesn't get stomped by competing threads (as it does
+             in the 5005threads of old).
+     Branch: perl
+          + ext/threads/t/stress_re.t
+          ! MANIFEST
+____________________________________________________________________________
+[ 14144] By: jhi                                   on 2002/01/09  02:28:33
+        Log: Subject: Re: [ID 20010912.007] substr reference core dump
+             From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
+             Date: Tue, 08 Jan 2002 19:17:50 +0000
+             Message-Id: <200201081917.g08JHoE15793@crypt.compulink.co.uk>
+     Branch: perl
+          ! scope.c t/run/kill_perl.t
+____________________________________________________________________________
+[ 14143] By: jhi                                   on 2002/01/09  01:32:05
+        Log: SANY (. with /s) wasn't happy on Unicode.
+     Branch: perl
+          ! regexec.c t/op/pat.t
+____________________________________________________________________________
+[ 14142] By: ams                                   on 2002/01/08  22:42:10
+        Log: Subject: [PATCH] perldebug nit
+             From: Tels <tels@bloodgate.com>
+             Date: Wed, 09 Jan 2002 00:08:59 +0100 (CET)
+     Branch: perl
+          ! pod/perldebug.pod
+____________________________________________________________________________
+[ 14141] By: ams                                   on 2002/01/08  21:32:59
+        Log: Subject: [PATCH] Minor fix to perl/Makefile.SH
+             From: "Green, Paul" <Paul.Green@stratus.com>
+             Date: Tue, 8 Jan 2002 17:31:35 -0500
+             Message-Id: <95AE3CDB3543D511883A0020485B38B9023534A3@exna3.stratus.com>
+     Branch: perl
+          ! Makefile.SH
+____________________________________________________________________________
+[ 14140] By: ams                                   on 2002/01/08  21:27:57
+        Log: Subject: [PATCH] Re: Slight chokage from Deparse
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Tue, 8 Jan 2002 23:04:45 +0100
+             Message-Id: <20020108230445.A4798@rafael>
+     Branch: perl
+          ! ext/B/B/Deparse.pm
+____________________________________________________________________________
+[ 14139] By: jhi                                   on 2002/01/08  19:13:43
+        Log: Subject: [patch] peep() is rude
+             From: Hugo van der Sanden <hv@crypt.compulink.co.uk>            
+             Date: Tue, 08 Jan 2002 19:17:50 +0000            
+             Message-Id: <200201081917.g08JHoW15789@crypt.compulink.co.uk>
+     Branch: perl
+          ! op.c t/run/kill_perl.t
+____________________________________________________________________________
+[ 14138] By: jhi                                   on 2002/01/08  19:01:16
+        Log: unifold is really an op test since it requires
+             no external modules for its actual testing:
+             only the unicore CaseFold.txt file, and File::Spec
+             to portably access that file.
+     Branch: perl
+          + t/op/unifold.t
+          - lib/unifold.t
+          ! MANIFEST
+____________________________________________________________________________
+[ 14137] By: jhi                                   on 2002/01/08  16:29:48
+        Log: Subject: [patch] save a test 
+             From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
+             Date: Tue, 08 Jan 2002 16:18:47 +0000
+             Message-Id: <200201081618.g08GIlN02821@crypt.compulink.co.uk>          
+     Branch: perl
+          ! regcomp.c
+____________________________________________________________________________
+[ 14135] By: jhi                                   on 2002/01/08  15:12:38
+        Log: Subject: Not OK 13843 
+             From: andreas.koenig@anima.de (Andreas J. Koenig)
+             Date: 08 Jan 2002 14:12:29 +0100
+             Message-ID: <m38zb9c7gi.fsf@anima.de>
+     Branch: perl
+          ! op.c t/op/subst.t
+____________________________________________________________________________
+[ 14134] By: jhi                                   on 2002/01/08  14:30:00
+        Log: Missed one variant of the fold testing, noticed bu Hugo.
+     Branch: perl
+          ! lib/unifold.t
+____________________________________________________________________________
+[ 14133] By: jhi                                   on 2002/01/08  14:23:39
+        Log: Enchance the Storable magic description.
+     Branch: perl
+          ! ext/Storable/Storable.pm
+____________________________________________________________________________
+[ 14132] By: ams                                   on 2002/01/08  09:16:12
+        Log: Subject: [PATCH] don't installperl pods
+             From: H.Merijn Brand <h.m.brand@hccnet.nl>
+             Date: Tue, 08 Jan 2002 10:36:01 +0100
+             Message-Id: <20020108103447.A841.H.M.BRAND@hccnet.nl>
+     Branch: perl
+          ! installperl
+____________________________________________________________________________
+[ 14131] By: ams                                   on 2002/01/08  03:38:40
+        Log: Subject: Math-BigInt v1.49 released
+             From: Tels <perl_dummy@bloodgate.com>
+             Date: Tue, 08 Jan 2002 03:09:34 +0100 (CET)
+     Branch: perl
+          + lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/require.t
+          + lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/use.t
+          ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
+          ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
+          ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
+          ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
+          ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/mbimbf.t
+          ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
+          ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/BareCalc.pm
+          ! t/lib/Math/BigInt/Subclass.pm
+____________________________________________________________________________
+[ 14130] By: jhi                                   on 2002/01/08  02:13:53
+        Log: A little better comments.
+     Branch: perl
+          ! regexec.c
+____________________________________________________________________________
+[ 14129] By: jhi                                   on 2002/01/07  23:45:05
+        Log: No normalization form DNF.
+     Branch: perl
+          ! ext/Unicode/Normalize/Normalize.pm
+____________________________________________________________________________
+[ 14128] By: jhi                                   on 2002/01/07  23:40:15
+        Log: Extension nits found by -Wall (several from threads
+             and threads::shared, but leaving them to Arthur).
+     Branch: perl
+          ! ext/Data/Dumper/Dumper.xs ext/Devel/PPPort/PPPort.pm
+          ! ext/Devel/PPPort/PPPort.xs ext/List/Util/Util.xs
+          ! ext/Opcode/Opcode.xs ext/Unicode/Normalize/Normalize.xs
+          ! ext/Unicode/Normalize/mkheader x2p/str.c
+____________________________________________________________________________
+[ 14125] By: ams                                   on 2002/01/07  22:03:22
+        Log: Subject: [PATCH] better Exporter docs (Re: [PATCH @13746] Leaner exporter)
+             From: Nicholas Clark (sans From field in mail header)
+             Date: Mon, 7 Jan 2002 16:18:23 +0000
+             Message-Id: <20020107161823.A599@Bagpuss.unfortu.net>
+     Branch: perl
+          ! lib/Exporter.pm
+____________________________________________________________________________
+[ 14124] By: ams                                   on 2002/01/07  21:46:11
+        Log: Subject: [PATCH] Last patch needed to get Perl5.7 to build natively on VOS
+             From: "Green, Paul" <Paul.Green@stratus.com>
+             Date: Mon, 7 Jan 2002 16:59:38 -0500
+             Message-Id: <95AE3CDB3543D511883A0020485B38B90235349B@exna3.stratus.com>
+     Branch: perl
+          ! ext/Errno/Errno_pm.PL perl.h t/TEST t/test.pl vos/vosish.h
+____________________________________________________________________________
+[ 14122] By: jhi                                   on 2002/01/07  16:09:50
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 14121] By: jhi                                   on 2002/01/07  16:03:34
+        Log: Subject: [PATCH] Correct module name in perldelta*                 
+             From: Mike Guy <mjtg@cam.ac.uk>
+             Date: Mon, 07 Jan 2002 17:02:43 +0000
+             Message-Id: <E16NdAZ-0001SW-00@draco.cus.cam.ac.uk>
+     Branch: perl
+          ! pod/perl561delta.pod pod/perl56delta.pod
+____________________________________________________________________________
+[ 14120] By: jhi                                   on 2002/01/07  15:55:25
+        Log: AUTHORS update.
+     Branch: perl
+          ! AUTHORS
+____________________________________________________________________________
+[ 14119] By: jhi                                   on 2002/01/07  15:52:34
+        Log: Add file magic for Storable, from Jim Cromie <jcromie@divsol.com>
+     Branch: perl
+          ! ext/Storable/Storable.pm
+____________________________________________________________________________
+[ 14118] By: jhi                                   on 2002/01/07  15:06:25
+        Log: perldelta updates.
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 14117] By: jhi                                   on 2002/01/07  13:52:30
+        Log: Document the flags of pv_uni_display().
+     Branch: perl
+          ! pod/perlapi.pod utf8.c
+____________________________________________________________________________
+[ 14116] By: jhi                                   on 2002/01/07  13:49:17
+        Log: Forgot from #14115.
+     Branch: perl
+          ! t/op/re_tests
+____________________________________________________________________________
+[ 14115] By: jhi                                   on 2002/01/07  13:48:06
+        Log: Subject: [PATCH regcomp.c] leading (.*) should not be implicitly ^'d  
+             From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
+             Date: Sun, 6 Jan 2002 15:36:21 -0500 (EST)
+             Message-ID: <Pine.GSO.4.21.0201061532400.27018-100000@crusoe.crusoe.net>
+     Branch: perl
+          ! regcomp.c
+____________________________________________________________________________
+[ 14114] By: jhi                                   on 2002/01/07  04:44:05
+        Log: More regex and utf8 debug dumping.
+     Branch: perl
+          ! dump.c regcomp.c regexec.c utf8.c utf8.h
+____________________________________________________________________________
+[ 14113] By: jhi                                   on 2002/01/07  01:05:01
+        Log: Unused variable.
+     Branch: perl
+          ! regcomp.c
+____________________________________________________________________________
+[ 14112] By: jhi                                   on 2002/01/07  00:52:46
+        Log: Regen toc.
+     Branch: perl
+          ! pod/perltoc.pod
+____________________________________________________________________________
+[ 14111] By: jhi                                   on 2002/01/07  00:03:57
+        Log: capitalize correctly, noticed by David Dyck.
+     Branch: perl
+          ! lib/sort.pm
+____________________________________________________________________________
+[ 14109] By: jhi                                   on 2002/01/06  20:51:32
+        Log: No need to overqualify.
+     Branch: perl
+          ! lib/sort.pm
+____________________________________________________________________________
+[ 14108] By: jhi                                   on 2002/01/06  20:38:34
+        Log: PL_debug_pad wasn't initialized to zeroes which broke
+             ithreads + DEBUGGING.
+     Branch: perl
+          ! sv.c
+____________________________________________________________________________
+[ 14107] By: jhi                                   on 2002/01/06  15:39:31
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 14106] By: jhi                                   on 2002/01/06  15:33:51
+        Log: Subject: [PATCH pp_sys.c] Fix segfault in dbmclose in DESTROY (was Re: [ID 20020104.007] coredump on dbmclose)
+             From: Jonathan Stowe <gellyfish@gellyfish.com>
+             Date: Sat, 5 Jan 2002 12:43:47 +0000 (GMT)
+             Message-ID: <Pine.LNX.4.33.0201051240130.5428-100000@orpheus.gellyfish.com>
+     Branch: perl
+          ! pp_sys.c
+____________________________________________________________________________
+[ 14105] By: jhi                                   on 2002/01/06  15:11:15
+        Log: DB_File sync from Paul Marquess.
+     Branch: perl
+          ! ext/DB_File/Changes ext/DB_File/DB_File.pm
+          ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
+          ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
+____________________________________________________________________________
+[ 14104] By: jhi                                   on 2002/01/06  15:08:14
+        Log: Subject: [PATCH] B, B::C, perlcc, t/TEST
+             From: "Mattia Barbon" <mbarbon@dsi.unive.it>  
+             Date: Sun, 6 Jan 2002 11:44:30 +0100
+             Message-ID: <3C38389E.7831.493570@localhost>
+     Branch: perl
+          ! ext/B/B.xs ext/B/B/C.pm ext/B/defsubs_h.PL t/TEST
+          ! utils/perlcc.PL
+____________________________________________________________________________
+[ 14103] By: jhi                                   on 2002/01/06  14:57:01
+        Log: Tests for #14098.
+     Branch: perl
+          ! t/op/lc.t
+____________________________________________________________________________
+[ 14101] By: ams                                   on 2002/01/06  04:52:50
+        Log: Subject: [PATCH] Bad prototype detection now an optional warning
+             From: Sam Tregar <sam@tregar.com>
+             Date: Sun, 6 Jan 2002 00:29:25 -0500 (EST)
+             Message-Id: <Pine.LNX.4.33.0201060023160.3715-200000@localhost.localdomain>
+     Branch: perl
+          ! pod/perldelta.pod pod/perldiag.pod pod/perlsub.pod
+          ! t/comp/proto.t toke.c
+____________________________________________________________________________
+[ 14100] By: ams                                   on 2002/01/06  01:56:59
+        Log: Subject: [PATCH] Correct several Stratus VOS build issues
+             From: "Green, Paul" <Paul.Green@stratus.com>
+             Date: Sat, 5 Jan 2002 21:30:56 -0500
+             Message-Id: <95AE3CDB3543D511883A0020485B38B90235348A@exna3.stratus.com>
+     Branch: perl
+          ! ext/Time/HiRes/HiRes.xs hints/vos.sh perl.h vos/vosish.h
+____________________________________________________________________________
+[ 14099] By: jhi                                   on 2002/01/05  22:51:38
+        Log: Further perl.org URL elaboration from Ask.
+     Branch: perl
+          ! pod/perlfaq1.pod pod/perlfaq2.pod
+____________________________________________________________________________
+[ 14098] By: jhi                                   on 2002/01/05  22:47:59
+        Log: The same problem with To{Lower,Title,Upper}
+             as earlier with ToFold.
+     Branch: perl
+          ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
+          ! lib/unicore/To/Upper.pl lib/unicore/mktables
+____________________________________________________________________________
+[ 14097] By: jhi                                   on 2002/01/05  22:11:35
+        Log: Retract #14057 for now; the alarm/setitimer timers
+             seen to be the same in many systems, which leads into
+             hangups.
+     Branch: perl
+          ! ext/Time/HiRes/HiRes.t
+____________________________________________________________________________
+[ 14096] By: jhi                                   on 2002/01/05  22:09:20
+        Log: Finish up (ha!) the Unicode case folding;
+             enhance regex dumping code.
+     Branch: perl
+          + lib/unifold.t
+          ! MANIFEST embed.fnc embed.h perl.h pp_hot.c proto.h regcomp.c
+          ! regcomp.h regexec.c t/op/pat.t utf8.c utf8.h
+____________________________________________________________________________
+[ 14095] By: jhi                                   on 2002/01/05  22:07:33
+        Log: Use the perl.org news gw instead of the perl.com one
+             (from Ask).
+     Branch: perl
+          ! pod/perlfaq1.pod pod/perlfaq2.pod
+____________________________________________________________________________
+[ 14094] By: jhi                                   on 2002/01/05  21:26:09
+        Log: Zero() wasn't documented.
+     Branch: perl
+          ! pod/perlclib.pod
+____________________________________________________________________________
+[ 14093] By: ams                                   on 2002/01/05  17:58:35
+        Log: Subject: [PATCH] make lib/Memoize/t/tie_ndbm.t tidy up more.
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Sat, 5 Jan 2002 18:55:39 +0000
+             Message-Id: <20020105185538.K300@Bagpuss.unfortu.net>
+     Branch: perl
+          ! lib/Memoize/t/tie_ndbm.t
+____________________________________________________________________________
+[ 14092] By: jhi                                   on 2002/01/05  17:26:05
+        Log: Also UNICOS/mk has deviant socketpair().
+     Branch: perl
+          ! ext/Socket/socketpair.t
+____________________________________________________________________________
+[ 14091] By: jhi                                   on 2002/01/05  17:21:12
+        Log: Ooops.  Retract the regex parts of #14090.
+     Branch: perl
+          ! embed.fnc embed.h proto.h regcomp.c regcomp.h regexec.c
+____________________________________________________________________________
+[ 14090] By: jhi                                   on 2002/01/05  17:18:43
+        Log: Subject: [REPATCH] Re: [PATCH] Re: socketpair blip on unicos/mk, too
+             From: Nicholas Clark <nick@unfortu.net> 
+             Date: Sat, 5 Jan 2002 18:10:13 +0000
+             Message-ID: <20020105181013.I300@Bagpuss.unfortu.net>              
+     Branch: perl
+          ! embed.fnc embed.h ext/Socket/socketpair.t proto.h regcomp.c
+          ! regcomp.h regexec.c
+____________________________________________________________________________
+[ 14089] By: jhi                                   on 2002/01/05  15:42:12
+        Log: Integrate perlio; a missing aTHX.
+     Branch: perl
+         !> op.c
+____________________________________________________________________________
+[ 14085] By: jhi                                   on 2002/01/04  23:36:23
+        Log: In the UTF-8 branch of crypt() the extra \0 byte is required,
+             found by Marc Lehmann.
+     Branch: perl
+          ! pp.c
+____________________________________________________________________________
+[ 14084] By: jhi                                   on 2002/01/04  22:57:03
+        Log: Subject: Re: [PATCH op.c] Bad \[...] prototype checking
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Sat, 5 Jan 2002 00:31:12 +0100
+             Message-ID: <20020105003112.E1850@rafael>              
+     Branch: perl
+          ! t/comp/proto.t
+____________________________________________________________________________
+[ 14083] By: jhi                                   on 2002/01/04  22:56:23
+        Log: A bit of "perl.com" cleanup.
+     Branch: perl
+          ! pod/perldelta.pod pod/perldiag.pod pod/perlfaq.pod
+          ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
+          ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq8.pod
+          ! pod/perlmodlib.PL pod/perlmodlib.pod
+____________________________________________________________________________
+[ 14082] By: jhi                                   on 2002/01/04  21:53:30
+        Log: Subject: [PATCH op.c] Bad \[...] prototype checking
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Fri, 4 Jan 2002 23:35:19 +0100
+             Message-ID: <20020104233519.A1850@rafael>
+     Branch: perl
+          ! op.c
+____________________________________________________________________________
+[ 14081] By: jhi                                   on 2002/01/04  21:45:22
+        Log: Integrate change #14062 from macperl;
+             Define setbuf, setvbuf for Mac OS
+     Branch: perl
+         !> ext/IO/IO.xs
+____________________________________________________________________________
+[ 14078] By: jhi                                   on 2002/01/04  21:07:05
+        Log: Display the native pwd command.
+     Branch: perl
+          ! ext/Cwd/t/cwd.t
+____________________________________________________________________________
+[ 14077] By: jhi                                   on 2002/01/04  21:00:53
+        Log: Under Mac OS X /dev/stdout is normally a symlink,
+             but when running the test it seems to become a socket.
+             So let's extend our censorship.
+     Branch: perl
+          ! t/op/stat.t
+____________________________________________________________________________
+[ 14068] By: jhi                                   on 2002/01/04  20:24:59
+        Log: If we do have socketpair(), make my_socketpair()
+             just call the real socketpair().  This way we always
+             have real code behind my_socketpair() and a symbol
+             corresponding to the my_socketpair in global.sym.
+     Branch: perl
+          ! embed.fnc embed.h makedef.pl proto.h util.c
+____________________________________________________________________________
+[ 14060] By: jhi                                   on 2002/01/04  20:06:58
+        Log: Spread the good word of "env".
+     Branch: perl
+          ! pod/perlhack.pod pod/perllocale.pod pod/perlrun.pod
+____________________________________________________________________________
+[ 14059] By: jhi                                   on 2002/01/04  19:57:11
+        Log: Till the system tests do something non-Win*, better rename
+             the test so that people on other platforms don't get confused.
+             (Not win32system, because assumedly there's win64, too.)
+     Branch: perl
+          + t/op/winsystem.t
+          - t/op/system.t
+          ! MANIFEST
+____________________________________________________________________________
+[ 14058] By: jhi                                   on 2002/01/04  19:48:09
+        Log: Some tweaks.
+     Branch: perl
+          ! lib/Pod/t/Functions.t
+____________________________________________________________________________
+[ 14057] By: ams                                   on 2002/01/04  17:40:31
+        Log: (retracted by #14057)
+             
+             Subject: [PATCH] Time/HiRes/HiRes.t
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Fri, 4 Jan 2002 17:28:46 +0000
+             Message-Id: <20020104172845.D1013@Bagpuss.unfortu.net>
+     Branch: perl
+          ! ext/Time/HiRes/HiRes.t
+____________________________________________________________________________
+[ 14056] By: jhi                                   on 2002/01/04  17:35:34
+        Log: Subject: [PATCH lib/Pod/Functions.pm] + Docs and test         
+             From: Abe Timmerman <abe@ztreet.demon.nl>
+             Date: Fri, 04 Jan 2002 18:42:33 +0100
+             Message-ID: <bm5b3usi1f65td4c9bo9fand20p0vnupf2@4ax.com>      
+     Branch: perl
+          + lib/Pod/t/Functions.t
+          ! MANIFEST lib/Pod/Functions.pm
+____________________________________________________________________________
+[ 14055] By: jhi                                   on 2002/01/04  14:33:09
+        Log: Subject: [PATCH perl@14042] Devel::PPPort Makefile.PL umpteenth try
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Thu, 3 Jan 2002 17:32:20 -0600
+             Message-Id: <a05101004b85a82bb7352@[172.16.52.1]>
+     Branch: perl
+          ! ext/Devel/PPPort/Makefile.PL lib/ExtUtils/MM_Unix.pm
+____________________________________________________________________________
+[ 14054] By: jhi                                   on 2002/01/04  04:04:05
+        Log: Document the U+0085, U+2028, and U+2029.
+     Branch: perl
+          ! pod/perlre.pod pod/perlretut.pod
+____________________________________________________________________________
+[ 14053] By: ams                                   on 2002/01/04  03:27:44
+        Log: Subject: [PATCH] warn if not CORE::dump
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Thu, 3 Jan 2002 22:04:00 +0100
+             Message-Id: <20020103220400.A13958@rafael>
+     Branch: perl
+          ! pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/toke toke.c
+____________________________________________________________________________
+[ 14052] By: jhi                                   on 2002/01/04  03:13:50
+        Log: Add U+0085, U+2028, and U+2029 to \s under Unicode.
+     Branch: perl
+          ! lib/unicore/Is/SpacePerl.pl lib/unicore/mktables t/op/pat.t
+____________________________________________________________________________
+[ 14051] By: ams                                   on 2002/01/04  03:00:12
+        Log: Subject: [PATCH] File::Compare::VERSION
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Thu, 3 Jan 2002 23:42:52 +0100
+             Message-Id: <20020103234252.G13958@rafael>
+     Branch: perl
+          ! lib/File/Compare.pm
+____________________________________________________________________________
+[ 14050] By: ams                                   on 2002/01/04  02:58:05
+        Log: Subject: [PATCH @14042] threads::shared doc
+             From: =?iso-8859-1?q?Andy=20Bussey?= <andybussey@yahoo.co.uk>
+             Date: Thu, 3 Jan 2002 23:24:13 +0000 (GMT)
+             Message-Id: <20020103232413.3690.qmail@web21001.mail.yahoo.com>
+     Branch: perl
+          ! ext/threads/shared/shared.pm
+____________________________________________________________________________
+[ 14049] By: jhi                                   on 2002/01/03  20:38:22
+        Log: #14048 exposed few false positives, to be fixed soonish.
+     Branch: perl
+          ! t/op/pat.t
+____________________________________________________________________________
+[ 14048] By: jhi                                   on 2002/01/03  20:36:38
+        Log: Do not add the first characters of multicharacter foldings
+             into character classes.
+     Branch: perl
+          ! regcomp.c
+____________________________________________________________________________
+[ 14047] By: jhi                                   on 2002/01/03  20:30:55
+        Log: A bit of testing for #14046.
+     Branch: perl
+          ! t/op/pat.t
+____________________________________________________________________________
+[ 14046] By: jhi                                   on 2002/01/03  20:22:48
+        Log: Allow emitting the foldcased version of "\x{df}", "ss"
+             (among others, another example would be \x{fb00} -> "ff")
+     Branch: perl
+          ! regcomp.c
+____________________________________________________________________________
+[ 14045] By: jhi                                   on 2002/01/03  19:29:35
+        Log: Subject: [PATCH] File::Spec & NetWare
+             From: Dave Rolsky <autarch@urth.org>
+             Date: Thu, 3 Jan 2002 12:53:19 -0600 (CST)
+             Message-ID: <Pine.LNX.4.43.0201031252130.27977-100000@urth.org>
+     Branch: perl
+          - lib/File/Spec/NW5.pm
+          ! MANIFEST lib/File/Spec.pm
+____________________________________________________________________________
+[ 14044] By: jhi                                   on 2002/01/03  19:26:53
+        Log: FAQ sync (RCS Ids only?)
+     Branch: perl
+          ! pod/perlfaq4.pod pod/perlfaq6.pod pod/perlfaq7.pod
+____________________________________________________________________________
+[ 14043] By: jhi                                   on 2002/01/03  19:25:48
+        Log: AUTHORs updates.
+     Branch: perl
+          ! AUTHORS
+____________________________________________________________________________
+[ 14042] By: jhi                                   on 2002/01/03  16:04:24
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 14041] By: jhi                                   on 2002/01/03  15:57:42
+        Log: Missed the =head1 additions.
+     Branch: perl
+          ! XSUB.h av.c av.h cop.h cv.h doio.c gv.c gv.h handy.h hv.h
+          ! intrpvar.h mg.c numeric.c op.c op.h perl.c pp.h pp_sort.c
+          ! scope.h sharedsv.c sv.c sv.h thrdvar.h universal.c utf8.c
+          ! util.c
+____________________________________________________________________________
+[ 14040] By: jhi                                   on 2002/01/03  15:05:06
+        Log: Subject: [PATCH lib/Carp/Heavy.pm lib/Carp.t] obscure warning from Carp::Heavy
+             From: Robin Barker <rmb1@cise.npl.co.uk>
+             Date: Thu, 3 Jan 2002 15:26:20 GMT
+             Message-Id: <200201031526.PAA06095@tempest.npl.co.uk>            
+     Branch: perl
+          ! lib/Carp.t lib/Carp/Heavy.pm
+____________________________________________________________________________
+[ 14039] By: jhi                                   on 2002/01/03  15:02:12
+        Log: Subject: [PATCH hv.c] 
+             From: Robin Barker <rmb1@cise.npl.co.uk>
+             Date: Thu, 3 Jan 2002 14:49:06 GMT
+             Message-Id: <200201031449.OAA26137@tempest.npl.co.uk>            
+             
+             -Wformat check.
+     Branch: perl
+          ! hv.c
+____________________________________________________________________________
+[ 14038] By: jhi                                   on 2002/01/03  15:01:09
+        Log: NetWare tweaks from Ananth Kesari.
+     Branch: perl
+          ! NetWare/t/NWScripts.pl lib/File/Find.pm
+____________________________________________________________________________
+[ 14037] By: jhi                                   on 2002/01/03  13:41:38
+        Log: Cast.
+     Branch: perl
+          ! regexec.c
+____________________________________________________________________________
+[ 14036] By: ams                                   on 2002/01/03  12:12:31
+        Log: Grammar fix suggested by Gwyn Judd.
+     Branch: perl
+          ! pod/perldiag.pod
+____________________________________________________________________________
+[ 14033] By: ams                                   on 2002/01/03  08:24:24
+        Log: Subject: Not ok 14031: PPPort Makefile.PL
+             From: andreas.koenig@anima.de (Andreas J. Koenig)
+             Date: 03 Jan 2002 10:17:46 +0100
+             Message-Id: <m3sn9n94jp.fsf@anima.de>
+     Branch: perl
+          ! ext/Devel/PPPort/Makefile.PL
+____________________________________________________________________________
+[ 14031] By: jhi                                   on 2002/01/03  01:52:04
+        Log: Off-by-one is my middle name.
+     Branch: perl
+          ! regexec.c
+____________________________________________________________________________
+[ 14030] By: ams                                   on 2002/01/02  23:56:37
+        Log: Subject: [PATCH @14015] threads::shared disabling
+             From: Andy Bussey <andybussey@yahoo.co.uk>
+             Date: Thu, 3 Jan 2002 00:46:58 +0000 (GMT)
+             Message-Id: <20020103004658.97969.qmail@web21006.mail.yahoo.com>
+     Branch: perl
+          + ext/threads/shared/t/no_share.t
+          ! MANIFEST ext/threads/shared/shared.pm ext/threads/threads.pm
+____________________________________________________________________________
+[ 14029] By: jhi                                   on 2002/01/02  23:40:08
+        Log: Simon's new perlapi scheme, I hope I got all the pieces.
+     Branch: perl
+          + autodoc.pl embed.fnc
+          ! MANIFEST Makefile.SH embed.pl pod/perlapi.pod
+____________________________________________________________________________
+[ 14028] By: jhi                                   on 2002/01/02  23:29:03
+        Log: Integrate perlio; more PPPort Makefile source dependence removal
+     Branch: perl
+         !> ext/Devel/PPPort/Makefile.PL perl.h
+____________________________________________________________________________
+[ 14027] By: ams                                   on 2002/01/02  21:42:50
+        Log: Subject: [PATCH perldiag] errors caused by the "my Dog $spot" syntax
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Wed, 2 Jan 2002 23:09:13 +0100
+             Message-Id: <20020102230913.A17373@rafael>
+     Branch: perl
+          ! pod/perldiag.pod
+____________________________________________________________________________
+[ 14026] By: ams                                   on 2002/01/02  21:38:34
+        Log: Subject: Re: PATCH: lib/Term/Cap.pm
+             From: Jonathan Stowe <gellyfish@gellyfish.com>
+             Date: Wed, 2 Jan 2002 21:50:36 +0000 (GMT)
+             Message-Id: <Pine.LNX.4.33.0201022144370.6042-100000@orpheus.gellyfish.com>
+     Branch: perl
+          ! lib/Term/Cap.pm
+____________________________________________________________________________
+[ 14025] By: ams                                   on 2002/01/02  18:34:26
+        Log: Subject: [PATCH] Bad prototype detection changed from error to warning
+             From: Sam Tregar <sam@tregar.com>
+             Date: Wed, 2 Jan 2002 14:04:26 -0500 (EST)
+             Message-Id: <Pine.LNX.4.33.0201021400110.15420-200000@localhost.localdomain>
+     Branch: perl
+          ! pod/perldiag.pod t/comp/proto.t toke.c
+____________________________________________________________________________
+[ 14024] By: ams                                   on 2002/01/02  18:16:12
+        Log: Subject: PATCH: lib/Term/Cap.pm
+             From: Norton Allen <allen@huarp.harvard.edu>
+             Date: Wed, 2 Jan 2002 14:22:09 -0500 (est)
+             Message-Id: <200201021922.OAA18505@bottesini.harvard.edu>
+     Branch: perl
+          ! lib/Term/Cap.pm
+____________________________________________________________________________
+[ 14023] By: ams                                   on 2002/01/02  18:12:31
+        Log: Subject: PATCH: lib/Cwd.pm for QNX4
+             From: Norton Allen <allen@huarp.harvard.edu>
+             Date: Wed, 2 Jan 2002 14:19:42 -0500 (est)
+             Message-Id: <200201021919.OAA18012@bottesini.harvard.edu>
+     Branch: perl
+          ! lib/Cwd.pm
+____________________________________________________________________________
+[ 14020] By: ams                                   on 2002/01/02  17:06:27
+        Log: Fix misplaced application of #14016.
+     Branch: perl
+          ! op.c
+____________________________________________________________________________
+[ 14019] By: jhi                                   on 2002/01/02  16:51:38
+        Log: Integrate perlio; avoid uninit debug_pad.
+     Branch: perl
+         !> sv.c
+____________________________________________________________________________
+[ 14018] By: jhi                                   on 2002/01/02  16:50:22
+        Log: makedepend VOS fix from Paul Green.
+     Branch: perl
+          ! makedepend.SH
+____________________________________________________________________________
+[ 14016] By: ams                                   on 2002/01/02  15:58:11
+        Log: Subject: [PATCH] random crash in B::LISTOP::last
+             From: "Mattia Barbon" <mbarbon@dsi.unive.it>
+             Date: Wed, 2 Jan 2002 17:37:28 +0100
+             Message-Id: <3C334558.3906.19CB98D@localhost>
+     Branch: perl
+          ! op.c
+____________________________________________________________________________
+[ 14015] By: jhi                                   on 2002/01/02  15:21:12
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 14014] By: jhi                                   on 2002/01/02  15:12:57
+        Log: One more iteration of the ibcmp_utf8() interface,
+             hopefully this is a convergent iteration...
+     Branch: perl
+          ! embed.pl pod/perlapi.pod proto.h regexec.c t/op/pat.t utf8.c
+____________________________________________________________________________
+[ 14013] By: ams                                   on 2002/01/02  13:43:58
+        Log: Upgrade to podlators-1.19.
+     Branch: perl
+          + lib/Pod/t/man.t lib/Pod/t/text-errors.t
+          ! MANIFEST lib/Pod/Man.pm lib/Pod/Text.pm
+          ! lib/Pod/Text/Termcap.pm lib/Pod/t/basic.cap
+          ! lib/Pod/t/basic.clr lib/Pod/t/basic.man lib/Pod/t/basic.ovr
+          ! lib/Pod/t/basic.pod lib/Pod/t/basic.txt
+____________________________________________________________________________
+[ 14012] By: ams                                   on 2002/01/02  09:48:51
+        Log: Subject: [ID 20011219.004] Pod::Usage does not terminate with a true value
+             From: martyn@inpharmatica.co.uk
+             Date: Wed, 19 Dec 2001 19:05:00 +0000
+             Message-Id: <E16Gm1U-00005z-00@baker-st.inpharmatica.co.uk>
+     Branch: perl
+          ! lib/Pod/Usage.pm
+____________________________________________________________________________
+[ 14010] By: jhi                                   on 2002/01/02  03:59:22
+        Log: Make ibcmp_utf8() optionally progress in either string for
+             as long as it takes and optionally record how far it got.
+     Branch: perl
+          ! embed.h embed.pl pod/perlapi.pod proto.h regexec.c utf8.c
+____________________________________________________________________________
+[ 14009] By: jhi                                   on 2002/01/02  00:35:15
+        Log: Once more try to get the PPPort Makefile right.
+     Branch: perl
+          ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/ppport_h.PL
+____________________________________________________________________________
+[ 14008] By: jhi                                   on 2002/01/02  00:03:27
+        Log: -Wall silencing.
+     Branch: perl
+          ! utf8.c
+____________________________________________________________________________
+[ 14007] By: jhi                                   on 2002/01/01  23:48:19
+        Log: Subject: [PATCH B::Deparse] alternate way to figure out prototypes
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Tue, 1 Jan 2002 22:45:21 +0100       
+             Message-ID: <20020101224521.A691@rafael>
+     Branch: perl
+          ! ext/B/B/Deparse.pm
+____________________________________________________________________________
+[ 14006] By: jhi                                   on 2002/01/01  23:40:10
+        Log: VOS tweak from Paul Green: VOS has different O_BINARY
+             and O_TEXT, but VOS always uses LF, never CRLF.
+     Branch: perl
+          ! perl.h
+____________________________________________________________________________
+[ 14005] By: jhi                                   on 2002/01/01  23:34:25
+        Log: Make ibcmp_utf8() more robust and make regmatch() use it.
+     Branch: perl
+          ! regexec.c utf8.c
+____________________________________________________________________________
+[ 14004] By: jhi                                   on 2002/01/01  18:27:50
+        Log: Now that to_utf8_fold() was fixed.
+     Branch: perl
+          ! regcomp.c regexec.c
+____________________________________________________________________________
+[ 14003] By: jhi                                   on 2002/01/01  18:04:02
+        Log: Integrate perlio; experimental binmode() re-coding.
+     Branch: perl
+         !> perlio.c
+____________________________________________________________________________
+[ 14002] By: jhi                                   on 2002/01/01  17:53:44
+        Log: Document the to_utf8_*() functions.
+     Branch: perl
+          ! embed.pl pod/perlapi.pod utf8.c
+____________________________________________________________________________
+[ 14001] By: jhi                                   on 2002/01/01  17:29:05
+        Log: Better support for multicharacter foldings.
+             Now all but two of the CaseFold.txt cases work-- but
+             only when the target string is single-character, more
+             debugging needed.
+     Branch: perl
+          ! regexec.c
+____________________________________________________________________________
+[ 14000] By: ams                                   on 2002/01/01  15:59:43
+        Log: Subject: [PATCH] don't installperl pods
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Tue, 1 Jan 2002 16:44:12 +0000
+             Message-Id: <20020101164411.A3157@Bagpuss.unfortu.net>
+     Branch: perl
+          ! installperl
+____________________________________________________________________________
+[ 13999] By: ams                                   on 2002/01/01  14:34:04
+        Log: Subject: [PATCH] perldiag.pod transposition
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Tue, 1 Jan 2002 15:03:52 +0000
+             Message-Id: <20020101150350.A2963@Bagpuss.unfortu.net>
+     Branch: perl
+          ! pod/perldiag.pod
+____________________________________________________________________________
+[ 13998] By: ams                                   on 2002/01/01  13:36:49
+        Log: Subject: [PATCH perldiag] Corrections : unknown warning category
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Tue, 1 Jan 2002 15:12:36 +0100
+             Message-Id: <20020101151236.A951@rafael>
+     Branch: perl
+          ! pod/perldiag.pod
+____________________________________________________________________________
+[ 13997] By: ams                                   on 2002/01/01  13:33:06
+        Log: Subject: [better PATCH] Re: Low-lights of Win32 / bleadperl
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Tue, 1 Jan 2002 13:13:17 +0000
+             Message-Id: <20020101131316.A475@Bagpuss.unfortu.net>
+     Branch: perl
+          ! ext/Socket/socketpair.t
+____________________________________________________________________________
+[ 13996] By: ams                                   on 2002/01/01  04:44:28
+        Log: Subject: [PATCH @13746] Leaner exporter
+             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
+             Date: Mon, 31 Dec 2001 18:16:08 -0500
+             Message-Id: <20011231181608.A29253@math.ohio-state.edu>
+     Branch: perl
+          ! ext/B/t/stash.t lib/Exporter.pm lib/Exporter/Heavy.pm
+____________________________________________________________________________
+[ 13995] By: ams                                   on 2002/01/01  04:29:44
+        Log: Subject: [PATCH @13746] h2xs broken
+             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
+             Date: Mon, 31 Dec 2001 17:48:55 -0500
+             Message-Id: <20011231174855.A29128@math.ohio-state.edu>
+     Branch: perl
+          ! utils/h2xs.PL
+____________________________________________________________________________
+[ 13994] By: ams                                   on 2002/01/01  04:25:46
+        Log: Subject: Re: [PATCH @13746] uninstalled build of modules broken
+             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
+             Date: Mon, 31 Dec 2001 17:42:25 -0500
+             Message-Id: <20011231174225.A29048@math.ohio-state.edu>
+     Branch: perl
+          ! lib/ExtUtils/MM_Unix.pm
+____________________________________________________________________________
+[ 13993] By: jhi                                   on 2002/01/01  03:45:24
+        Log: Rename the variables to be a bit more consistent.
+     Branch: perl
+          ! utf8.c
+____________________________________________________________________________
+[ 13992] By: jhi                                   on 2002/01/01  03:35:01
+        Log: Unnecessary/Lingering UTF8 flag might mess up caseless matching
+             (found by Jeffrey Friedl)
+     Branch: perl
+          ! regexec.c t/op/pat.t utf8.c
+____________________________________________________________________________
+[ 13990] By: jhi                                   on 2001/12/31  17:13:12
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 13989] By: jhi                                   on 2001/12/31  16:47:28
+        Log: Less unused ones.
+     Branch: perl
+          ! regexec.c
+____________________________________________________________________________
+[ 13988] By: jhi                                   on 2001/12/31  16:46:29
+        Log: Unused variable.
+     Branch: perl
+          ! regcomp.c
+____________________________________________________________________________
+[ 13987] By: jhi                                   on 2001/12/31  16:41:15
+        Log: Forgotten file.
+     Branch: perl
+          ! MANIFEST
+____________________________________________________________________________
+[ 13986] By: jhi                                   on 2001/12/31  16:35:57
+        Log: Subject: Re: Cygwin: one down one to go 
+             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
+             Date: Mon, 31 Dec 2001 18:34:36 +0100
+             Message-Id: <20011231183002.E067.H.M.BRAND@hccnet.nl>
+     Branch: perl
+          ! cygwin/Makefile.SHs
+____________________________________________________________________________
+[ 13985] By: jhi                                   on 2001/12/31  16:33:08
+        Log: Add some comments to the recent Unicode case-folding saga.
+     Branch: perl
+          ! regcomp.c regexec.c
+____________________________________________________________________________
+[ 13984] By: jhi                                   on 2001/12/31  16:19:13
+        Log: Slight comment tweakage.
+     Branch: perl
+          ! ext/I18N/Langinfo/Langinfo.t
+____________________________________________________________________________
+[ 13983] By: jhi                                   on 2001/12/31  16:05:18
+        Log: Clarify the BeOS O_TEXT/O_BINARY situation.
+     Branch: perl
+          ! perl.h
+____________________________________________________________________________
+[ 13982] By: jhi                                   on 2001/12/31  15:05:36
+        Log: Subject: [ PATCH] Cygwin: one down one to go
+             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
+             Date: Mon, 31 Dec 2001 17:03:40 +0100
+             Message-Id: <20011231170025.E05B.H.M.BRAND@hccnet.nl>
+     Branch: perl
+          ! lib/Pod/t/basic.t
+____________________________________________________________________________
+[ 13981] By: jhi                                   on 2001/12/31  14:44:03
+        Log: Tweak the dependencies not to recompile everytime,
+             as suggested by NI-S.
+     Branch: perl
+          ! ext/Devel/PPPort/Makefile.PL
+____________________________________________________________________________
+[ 13980] By: jhi                                   on 2001/12/31  14:29:17
+        Log: Planning still not right.
+     Branch: perl
+          ! lib/User/grent.t
+____________________________________________________________________________
+[ 13979] By: jhi                                   on 2001/12/31  14:19:55
+        Log: Subject: [PATCH lib/User/grent.t] Double double test test header header
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Sun, 30 Dec 2001 18:07:55 -0500
+             Message-ID: <20011230230755.GG12840@blackrider>
+             
+             (lib/User/grent, really)
+     Branch: perl
+          ! lib/User/grent.t
+____________________________________________________________________________
+[ 13978] By: jhi                                   on 2001/12/31  14:17:55
+        Log: Integrate perlio; cleanup, in particular avoid accidental
+             PerlIO_flush(NULL) if PerlIONext is NULL.
+     Branch: perl
+         !> ext/Devel/PPPort/MANIFEST perlio.c perliol.h
+____________________________________________________________________________
+[ 13977] By: jhi                                   on 2001/12/31  14:15:58
+        Log: Subject: typo in IO::Socket::INET.pm
+             From: mjd@plover.com
+             Date: 31 Dec 2001 14:31:10 -0000
+             Message-ID: <20011231143110.4989.qmail@plover.com>
+     Branch: perl
+          ! ext/IO/lib/IO/Socket/INET.pm
+____________________________________________________________________________
+[ 13974] By: jhi                                   on 2001/12/31  04:59:53
+        Log: Subject: Re: [PATCH] Basic bad prototype detection
+             From: Sam Tregar <sam@tregar.com>
+             Date: Mon, 31 Dec 2001 00:50:30 -0500 (EST)
+             Message-ID: <Pine.LNX.4.33.0112310017090.9102-200000@localhost.localdomain>
+     Branch: perl
+          ! t/comp/proto.t toke.c
+____________________________________________________________________________
+[ 13973] By: jhi                                   on 2001/12/31  04:14:45
+        Log: Subject: [PATCH] configure.com / scriptdirexp
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Sun, 30 Dec 2001 15:47:28 -0600
+             Message-Id: <a05101004b8553b205841@[172.16.52.1]>
+     Branch: perl
+          ! configure.com
+____________________________________________________________________________
+[ 13972] By: jhi                                   on 2001/12/31  04:07:35
+        Log: Subject: [PATCH lib/ExtUtils/t/MM_Win32.t] resolve problems with tools_other() and htmlifypods
+             From: Abe Timmerman <abe@ztreet.demon.nl>
+             Date: Mon, 31 Dec 2001 03:55:27 +0100
+             Message-ID: <u0kv2ussgukot09trgjkosn8uootjkcebv@4ax.com>
+     Branch: perl
+          ! lib/ExtUtils/t/MM_Win32.t
+____________________________________________________________________________
+[ 13971] By: jhi                                   on 2001/12/31  04:05:46
+        Log: Subject: [PATCH] Basic bad prototype detection
+             From: Sam Tregar <sam@tregar.com> 
+             Date: Sun, 30 Dec 2001 19:57:55 -0500 (EST) 
+             Message-ID: <Pine.LNX.4.33.0112301948270.9102-200000@localhost.localdomain>
+     Branch: perl
+          ! pod/perldiag.pod t/comp/proto.t toke.c
+____________________________________________________________________________
+[ 13970] By: jhi                                   on 2001/12/31  03:53:54
+        Log: Makefiles are sloppy about the exe suffix
+             (from Paul Green)
+     Branch: perl
+          ! Makefile.SH x2p/Makefile.SH
+____________________________________________________________________________
+[ 13969] By: jhi                                   on 2001/12/31  03:42:15
+        Log: Delay folding until necessary; start of handling
+             folding into several characters.
+     Branch: perl
+          ! regcomp.c regexec.c
+____________________________________________________________________________
+[ 13968] By: jhi                                   on 2001/12/31  00:35:35
+        Log: gcc -Wall dewhine.
+     Branch: perl
+          ! regexec.c
+____________________________________________________________________________
+[ 13967] By: jhi                                   on 2001/12/31  00:29:37
+        Log: More Unicode folding tweaks, avoid potential false matches.
+     Branch: perl
+          ! regexec.c
+____________________________________________________________________________
+[ 13966] By: jhi                                   on 2001/12/30  23:30:56
+        Log: Make that six wrongs.
+     Branch: perl
+          ! regexec.c utf8.c
+____________________________________________________________________________
+[ 13965] By: jhi                                   on 2001/12/30  23:12:17
+        Log: Four wrongs can make a right.
+     Branch: perl
+          ! regexec.c utf8.c
+____________________________________________________________________________
+[ 13964] By: jhi                                   on 2001/12/30  21:12:25
+        Log: Fix all the I case foldings as per CaseFold.txt.
+     Branch: perl
+          ! regcomp.c regexec.c
+____________________________________________________________________________
+[ 13963] By: jhi                                   on 2001/12/30  20:04:32
+        Log: Fix all the C(ommon) case foldings as per CaseFold.txt.
+     Branch: perl
+          ! lib/unicore/To/Fold.pl lib/unicore/mktables regcomp.c
+          ! regexec.c utf8.c
+____________________________________________________________________________
+[ 13961] By: jhi                                   on 2001/12/30  17:35:45
+        Log: Integrate perlio; more win32 stuff:
+             
+             A. Use Perl_my_socketpair()
+             B. Use PerlSock_xxxx() rather than raw xxxx() so we get to
+             load winsock.
+             C. (In passing) work round fact that $$ is now SvREADONLY
+             so we need to take special measures to set it during
+             pseudo-fork.
+     Branch: perl
+         !> util.c win32/perlhost.h
+____________________________________________________________________________
+[ 13960] By: jhi                                   on 2001/12/30  17:33:24
+        Log: Fix ppport.h for Unix.
+     Branch: perl
+          + ext/Devel/PPPort/ppport_h.PL
+          - ext/Devel/PPPort/ppport.h.PL
+          ! MANIFEST ext/Devel/PPPort/Makefile.PL
+____________________________________________________________________________
+[ 13958] By: jhi                                   on 2001/12/30  16:33:58
+        Log: Integrate perlio; win32 kicking.
+     Branch: perl
+         +> ext/Devel/PPPort/ppport.h.PL
+         !> embed.h embed.pl ext/Devel/PPPort/Makefile.PL
+         !> ext/Devel/PPPort/t/test.t ext/Errno/Errno_pm.PL global.sym
+         !> proto.h
+____________________________________________________________________________
+[ 13956] By: jhi                                   on 2001/12/30  16:32:11
+        Log: Must look for cat also in $PATH (noticed by Philip Newton).
+     Branch: perl
+          ! Configure
+____________________________________________________________________________
+[ 13955] By: jhi                                   on 2001/12/30  16:19:46
+        Log: Subject: [PATCH] POSIX to understand _SC_PAGESIZE
+             From: Blair Zajac <blair@orcaware.com>
+             Date: Sat, 29 Dec 2001 22:37:03 -0800
+             Message-ID: <3C2EB60F.BB4321DD@orcaware.com>
+     Branch: perl
+          ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
+____________________________________________________________________________
+[ 13954] By: jhi                                   on 2001/12/30  16:17:44
+        Log: Regen files.
+     Branch: perl
+          ! embed.h global.sym pod/perlapi.pod uconfig.h
+____________________________________________________________________________
+[ 13953] By: jhi                                   on 2001/12/30  15:57:25
+        Log: Subject: [PATCH] -t without -w 
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Sat, 29 Dec 2001 23:46:25 -0500
+             Message-ID: <20011230044625.GA14386@blackrider>
+     Branch: perl
+          ! perl.c pod/perlrun.pod pp_ctl.c t/run/switcht.t warnings.h
+          ! warnings.pl
+____________________________________________________________________________
+[ 13952] By: jhi                                   on 2001/12/30  15:52:59
+        Log: Subject: Re: Win32 snag - File::Find File::Spec and Config.pm
+             From: Dave Rolsky <autarch@urth.org>               
+             Date: Sat, 29 Dec 2001 23:16:54 -0600 (CST) 
+             Message-ID: <Pine.LNX.4.43.0112292305270.16562-100000@urth.org>
+             
+             $^O is NetWare, not Netware.
+     Branch: perl
+          ! lib/ExtUtils/MakeMaker.pm lib/File/Spec.pm
+____________________________________________________________________________
+[ 13951] By: jhi                                   on 2001/12/30  15:51:19
+        Log: Sarathy thinks undoing C++ comments from C++ files
+             is a bit too zealous.
+     Branch: perl
+          ! win32/perlhost.h win32/vmem.h
+____________________________________________________________________________
+[ 13947] By: nick                                  on 2001/12/30  11:35:51
+        Log: More Cwd tidy up
+     Branch: perl
+          ! MANIFEST installperl
+____________________________________________________________________________
+[ 13946] By: nick                                  on 2001/12/30  11:12:42
+        Log: Undo a mess trying Cwd.pm in its ext directory
+     Branch: perl
+          + lib/Cwd.pm
+          - ext/Cwd/Cwd.pm
+____________________________________________________________________________
+[ 13943] By: jhi                                   on 2001/12/29  21:30:48
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
 [ 13942] By: jhi                                   on 2001/12/29  21:12:02
         Log: Subject: [PATCH] cleaner close on tests, take 2
              From: andreas.koenig@anima.de (Andreas J. Koenig)