Update Changes.
[p5sagit/p5-mst-13.2.git] / Changes
diff --git a/Changes b/Changes
index fbe9d8f..d261f69 100644 (file)
--- a/Changes
+++ b/Changes
@@ -32,6 +32,1056 @@ Version v5.7.1             Development release working toward v5.8
 --------------
 
 ____________________________________________________________________________
+[  9124] By: jhi                                   on 2001/03/13  14:22:45
+        Log: Workaround for the buggy ("internal compiler error")
+             AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
+             (and ext/re/re_comp.c).  The MakeMaker dark magic courtesy
+             of Andreas König.
+     Branch: perl
+          ! ext/re/Makefile.PL hints/aix.sh
+____________________________________________________________________________
+[  9123] By: jhi                                   on 2001/03/13  03:24:34
+        Log: Typo in #9114.
+     Branch: metaconfig
+          ! U/modified/myhostname.U
+____________________________________________________________________________
+[  9122] By: jhi                                   on 2001/03/13  03:24:06
+        Log: Typo in #9113.
+     Branch: perl
+          ! Configure
+____________________________________________________________________________
+[  9121] By: jhi                                   on 2001/03/13  01:53:05
+        Log: Forgot to check-in the larger part of #9120, duh.
+     Branch: perl
+          ! README.os2
+____________________________________________________________________________
+[  9120] By: jhi                                   on 2001/03/13  01:51:31
+        Log: Subject: [PATCH 5.6.1] OS/2 docs
+             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
+             Date: Mon, 12 Mar 2001 03:27:32 -0500
+             Message-ID: <20010312032732.A19283@math.ohio-state.edu>
+     Branch: perl
+          ! os2/Changes
+____________________________________________________________________________
+[  9119] By: jhi                                   on 2001/03/13  01:49:41
+        Log: Integrate change #9116 from maintperl into mainline.
+             
+             Win32::GetCwd() returns C: instead of C:\ in the root directory
+             under ithreads
+     Branch: perl
+         !> win32/perlhost.h
+____________________________________________________________________________
+[  9118] By: jhi                                   on 2001/03/13  01:13:39
+        Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
+     Branch: perl
+          + lib/Switch.pm t/lib/switch.t
+          ! MANIFEST
+____________________________________________________________________________
+[  9117] By: jhi                                   on 2001/03/13  01:03:17
+        Log: Add Text::Balanced 1.83.
+     Branch: perl
+          + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
+          + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
+          + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
+          + t/lib/tb-xvari.t
+          ! MANIFEST
+____________________________________________________________________________
+[  9116] By: gsar                                  on 2001/03/13  00:55:53
+        Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
+             under ithreads
+     Branch: maint-5.6/perl
+          ! win32/perlhost.h
+____________________________________________________________________________
+[  9115] By: jhi                                   on 2001/03/13  00:54:09
+        Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
+             From: "John L. Allen" <allen@grumman.com>
+             Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
+             Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
+             
+             use integer document clarification.
+     Branch: perl
+          ! lib/integer.pm
+____________________________________________________________________________
+[  9114] By: jhi                                   on 2001/03/13  00:38:54
+        Log: Metaconfig unit change for #9113.
+     Branch: metaconfig
+          ! U/modified/myhostname.U
+____________________________________________________________________________
+[  9113] By: jhi                                   on 2001/03/13  00:38:35
+        Log: Subject: [PATCH: perl@9092, dist-3.0@70] OS/390 mydomain last gasp before silly guess (was Re: What do I need to build EBCDIC perl?)
+             From: Peter Prymmer <pvhp@forte.com>
+             Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
+             Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
+     Branch: perl
+          ! Configure README.os390 hints/os390.sh
+____________________________________________________________________________
+[  9112] By: jhi                                   on 2001/03/13  00:29:00
+        Log: Integrate perlio.
+     Branch: perl
+         !> sv.c utf8.h
+____________________________________________________________________________
+[  9111] By: nick                                  on 2001/03/12  21:16:33
+        Log: Integrate mainline.
+     Branch: perlio
+         +> t/op/anonsub.t
+         !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
+         !> proto.h sv.c
+____________________________________________________________________________
+[  9110] By: nick                                  on 2001/03/12  21:00:13
+        Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
+     Branch: perlio
+          ! sv.c utf8.h
+____________________________________________________________________________
+[  9109] By: jhi                                   on 2001/03/12  16:04:47
+        Log: Integrate change #9108 from maintperl to mainline.
+             
+             fix memory leak in C<sub X { sub {} }> arising from a refcount
+             loop between the outer sub and the inner prototype anonsub
+             
+             this also enables closures returned by subroutines that
+             subsequently get redefined to work without generating coredumps :)
+             
+             completely removed the free_closures() hack--it shouldn't be
+             needed anymore
+     Branch: perl
+         +> t/op/anonsub.t
+         !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
+         !> proto.h sv.c
+____________________________________________________________________________
+[  9108] By: gsar                                  on 2001/03/12  10:21:31
+        Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
+             loop between the outer sub and the inner prototype anonsub
+             
+             this also enables closures returned by subroutines that
+             subsequently get redefined to work without generating coredumps :)
+             
+             completely removed the free_closures() hack--it shouldn't be
+             needed anymore
+     Branch: maint-5.6/perl
+          + t/op/anonsub.t
+          ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
+          ! proto.h sv.c
+____________________________________________________________________________
+[  9107] By: jhi                                   on 2001/03/12  05:15:31
+        Log: Integrate perlio.
+     Branch: perl
+         !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
+____________________________________________________________________________
+[  9106] By: nick                                  on 2001/03/11  20:10:12
+        Log: regcomp.c is working in native space, not Unicode space (if different)
+             as it is doing compare against 'W' in \W etc.
+     Branch: perlio
+          ! regcomp.c
+____________________________________________________________________________
+[  9105] By: nick                                  on 2001/03/11  19:39:34
+        Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
+             Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
+     Branch: perlio
+          ! regcomp.c toke.c utf8.c
+____________________________________________________________________________
+[  9104] By: nick                                  on 2001/03/11  18:15:44
+        Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
+     Branch: perlio
+          ! sv.c
+____________________________________________________________________________
+[  9103] By: nick                                  on 2001/03/11  18:03:28
+        Log: Integrate mainline (for regexp stuff).
+     Branch: perlio
+         !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
+         !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
+         !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
+         !> t/lib/errno.t t/op/pat.t
+____________________________________________________________________________
+[  9102] By: nick                                  on 2001/03/11  17:44:20
+        Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
+             - exclude layer syms in makedef.pl for sfio
+             - also inhibit Encode from trying to build ":encode()" layer.
+     Branch: perlio
+          ! ext/Encode/Encode.xs makedef.pl
+____________________________________________________________________________
+[  9101] By: jhi                                   on 2001/03/10  22:38:13
+        Log: The $Is_MacOS needs to be declared.
+     Branch: perl
+          ! lib/ExtUtils/Manifest.pm
+____________________________________________________________________________
+[  9100] By: jhi                                   on 2001/03/10  22:14:29
+        Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
+             #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
+             pollute the symbolspace if using sfio.
+     Branch: perl
+          ! ext/Encode/Encode.xs
+____________________________________________________________________________
+[  9099] By: jhi                                   on 2001/03/10  21:58:48
+        Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
+             Date: Sat, 10 Mar 2001 14:23:55 -0500
+             From: Chris Nandor <pudge@pobox.com>
+             Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
+     Branch: perl
+          ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
+          ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
+          ! t/lib/errno.t
+____________________________________________________________________________
+[  9098] By: jhi                                   on 2001/03/10  21:38:30
+        Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
+     Branch: perl
+          ! regcomp.c regexec.c t/op/pat.t
+____________________________________________________________________________
+[  9097] By: jhi                                   on 2001/03/10  14:38:07
+        Log: Integrate perlio.
+     Branch: perl
+         !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
+         !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
+         !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
+____________________________________________________________________________
+[  9096] By: nick                                  on 2001/03/10  11:55:43
+        Log: EBCDIC sanity - phase I
+             - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
+             - use utf8n_xxxx (c.f. pvn) for forms which take length.
+             - back out vN.N and $^V exceptions to e2a/a2e
+             - make "locale" isxxx macros be uvchr (may be redundant?)
+             
+             Not clear yet that toUPPER_uni et. al. return being handled correctly.
+             The tr// and rexexp stuff still needs an audit, assumption is they are working
+             in Unicode space.
+             
+             Need to provide v5.6 names for XS modules (decide is uni or chr ?).
+     Branch: perlio
+          ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
+          ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
+          ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
+____________________________________________________________________________
+[  9095] By: jhi                                   on 2001/03/09  22:10:01
+        Log: Integrate perlio.
+     Branch: perl
+         !> dump.c
+____________________________________________________________________________
+[  9094] By: nick                                  on 2001/03/09  17:36:38
+        Log: Builds an passes all tests after integrate and this tweak.
+     Branch: perlio
+          ! dump.c
+____________________________________________________________________________
+[  9093] By: nick                                  on 2001/03/09  17:16:03
+        Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
+     Branch: perlio
+         +> lib/unicode/Scripts.txt t/lib/sigaction.t
+         !> (integrate 79 files)
+____________________________________________________________________________
+[  9092] By: jhi                                   on 2001/03/09  15:28:26
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[  9091] By: jhi                                   on 2001/03/09  15:25:05
+        Log: In op/stat #35 better to scan all the potential directories
+             for setuids, not just the first one.
+     Branch: perl
+          ! t/op/stat.t
+____________________________________________________________________________
+[  9090] By: jhi                                   on 2001/03/09  15:01:27
+        Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() 
+             From: rspier@pobox.com (Robert Spier)
+             Date: Fri, 9 Mar 2001 03:30:20 -0500
+             Message-ID: <15016.38044.381174.160189@rls.cx>
+             
+             EXISTS() returning undef mistakenly triggered a FETCH().
+     Branch: perl
+          ! hv.c
+____________________________________________________________________________
+[  9089] By: jhi                                   on 2001/03/09  14:59:02
+        Log: Add /sbin and /usr/sbin to the list of directories scanned
+             for setuid programs.  Takes care of bug id 20010309.003.
+     Branch: perl
+          ! t/op/stat.t
+____________________________________________________________________________
+[  9088] By: jhi                                   on 2001/03/09  14:48:32
+        Log: Regen perlapi, perltoc.
+     Branch: perl
+          ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
+____________________________________________________________________________
+[  9087] By: jhi                                   on 2001/03/09  14:38:56
+        Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
+             From: David Mitchell <davem@fdgroup.co.uk>
+             Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
+             Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
+     Branch: perl
+          ! dump.c perl.c perl.h pod/perlrun.pod
+____________________________________________________________________________
+[  9086] By: jhi                                   on 2001/03/09  01:47:16
+        Log: A modified version of
+             
+             Subject: [ID 20010307.005] POSIX::sigaction has various problems
+             From: anders@broadcom.com
+             Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST) 
+             Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
+             
+             Currently the sigaction.t test #6 fails (and is fudged to look
+             like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
+             This may well be a genuine bug in Linux sigaction() (since at
+             least Tru64, Solaris, and HP-UX disagree with Linux).
+             Anyone with POSIX / SUSv2 tome handy?  The problem is that
+             the flags of the oldaction don't match with the flags in
+             the previously installed disposition.
+     Branch: perl
+          + t/lib/sigaction.t
+          ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
+____________________________________________________________________________
+[  9085] By: jhi                                   on 2001/03/09  01:30:13
+        Log: Subject: Re: mission impossible for the day
+             From: Alex Gough <alex@rcon.org>
+             Date: Thu, 08 Mar 2001 17:18:19 +0000
+             Message-ID: <3AA7BEDB.8070409@rcon.org>
+             
+             If references (are overloaded) and can be directly stringified,
+             show that instead of "stringified".
+             
+             (The problem, infinite mutual recursion caused by overloaded bool
+             in Switch.pm, tracked by David Mitchell)
+     Branch: perl
+          ! lib/Carp/Heavy.pm
+____________________________________________________________________________
+[  9084] By: jhi                                   on 2001/03/09  01:20:39
+        Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
+             Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
+             From: David Mitchell <davem@fdgroup.co.uk>
+             Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
+     Branch: perl
+          ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
+          ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
+____________________________________________________________________________
+[  9083] By: jhi                                   on 2001/03/09  01:16:51
+        Log: Subject: [PATCH] perldata.pod here-doc docs
+             From: Jeff Pinyan <jeffp@crusoe.net>
+             Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
+             Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
+     Branch: perl
+          ! pod/perldata.pod
+____________________________________________________________________________
+[  9082] By: jhi                                   on 2001/03/09  01:01:27
+        Log: Subject: Re: Unicode/EBCDIC
+             From: Peter Prymmer <pvhp@forte.com>
+             Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
+             Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
+     Branch: perl
+          ! perl.c perl.h sv.c toke.c utf8.c utf8.h
+____________________________________________________________________________
+[  9081] By: jhi                                   on 2001/03/08  13:41:30
+        Log: Subject: Ooops, wrong 'no *POSIX' Patch
+             From: Dorner Thomas <Thomas.Dorner@start.de>
+             Date: Thu, 8 Mar 2001 08:43:28 +0100
+             Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
+     Branch: perl
+          ! hints/posix-bc.sh
+____________________________________________________________________________
+[  9080] By: jhi                                   on 2001/03/08  13:11:42
+        Log: It's Scripts.txt, not Script.txt.
+     Branch: perl
+          ! MANIFEST
+____________________________________________________________________________
+[  9079] By: jhi                                   on 2001/03/08  12:59:05
+        Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
+             From: Dorner Thomas <Thomas.Dorner@start.de>
+             Date: Wed, 7 Mar 2001 14:13:31 +0100
+             Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
+     Branch: perl
+          ! makedepend.SH
+____________________________________________________________________________
+[  9078] By: jhi                                   on 2001/03/08  12:57:43
+        Log: Retract #9069, wrong patch.
+     Branch: perl
+          ! Makefile.SH
+____________________________________________________________________________
+[  9077] By: jhi                                   on 2001/03/08  01:06:13
+        Log: Upgrade to Unicode 3.1 beta 2001-03-01.  The 3.1 final
+             should come out March 14.
+     Branch: perl
+          + lib/unicode/Scripts.txt
+          ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
+          ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
+          ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
+          ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
+          ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
+          ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
+          ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
+          ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
+          ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
+          ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
+          ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
+          ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
+          ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
+          ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
+          ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
+          ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
+          ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
+          ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
+          ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
+          ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
+          ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
+          ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
+          ! lib/unicode/version
+____________________________________________________________________________
+[  9076] By: jhi                                   on 2001/03/07  22:59:39
+        Log: Integrate change #7784 from mainline into maintperl.
+             
+             Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
+     Branch: maint-5.6/perl
+         !> pp_ctl.c t/op/pat.t
+____________________________________________________________________________
+[  9075] By: jhi                                   on 2001/03/07  22:05:11
+        Log: More UTF-8 test tweaks.
+     Branch: perl
+          ! t/op/pat.t t/op/split.t t/pragma/utf8.t
+____________________________________________________________________________
+[  9074] By: nick                                  on 2001/03/07  21:39:29
+        Log: Integrate mainline.
+     Branch: perlio
+         !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
+         !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
+         !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
+         !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
+         !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
+____________________________________________________________________________
+[  9073] By: jhi                                   on 2001/03/07  16:37:09
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[  9072] By: jhi                                   on 2001/03/07  16:32:30
+        Log: Subject: [ID 20010306.004] || != named unary operator
+             From: abela@geneanet.org
+             Date: Tue,  6 Mar 2001 15:57:57 +0100 (CET)
+             Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
+     Branch: perl
+          ! pod/perlop.pod
+____________________________________________________________________________
+[  9071] By: jhi                                   on 2001/03/07  15:14:11
+        Log: Subject: downgrading to bytes for common functions
+             From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
+             Date: Wed, 7 Mar 2001 02:36:55 -0500
+             Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
+     Branch: perl
+          ! pp_sys.c
+____________________________________________________________________________
+[  9070] By: jhi                                   on 2001/03/07  15:04:58
+        Log: Clarify the description differentiating for and while; inspired by
+             
+             Subject: [ID 20010306.002] for/while difference in for definition
+             From: abela@geneanet.org
+             Date: Tue,  6 Mar 2001 09:40:36 +0100 (CET)
+             Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
+     Branch: perl
+          ! pod/perlsyn.pod
+____________________________________________________________________________
+[  9069] By: jhi                                   on 2001/03/07  14:55:30
+        Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
+             From: Dorner Thomas <Thomas.Dorner@start.de>
+             Date: Wed, 7 Mar 2001 14:13:31 +0100
+             Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
+     Branch: perl
+          ! Makefile.SH
+____________________________________________________________________________
+[  9068] By: jhi                                   on 2001/03/07  14:51:17
+        Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
+             From: Radu Greab <radu@netsoft.ro>
+             Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
+             Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
+     Branch: perl
+          ! pp.c t/op/chop.t
+____________________________________________________________________________
+[  9067] By: jhi                                   on 2001/03/07  14:48:57
+        Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
+             From: Simon Cozens <simon@netthink.co.uk>
+             Date: Wed, 7 Mar 2001 13:59:28 +0000
+             Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
+             
+             In order to allow MakeMaker to build correct Makefiles,
+             you need to change the order of the arguments in MM_Unix.pm
+             as well. (Unless you have C89_CCMODE set, but we're trying
+             to be POSIXly correct)
+             
+             Thanks to Merijn Broeren for tracking this down.
+     Branch: perl
+          ! lib/ExtUtils/MM_Unix.pm
+____________________________________________________________________________
+[  9066] By: jhi                                   on 2001/03/07  14:30:02
+        Log: Floating point too messy.
+     Branch: perl
+          ! t/camel-III/vstring.t
+____________________________________________________________________________
+[  9065] By: jhi                                   on 2001/03/07  14:17:44
+        Log: Integrate change #9064 from maintperl into mainline.
+             
+             fix memory leak in pack("Bb",...)
+     Branch: perl
+         !> perl.c
+____________________________________________________________________________
+[  9064] By: gsar                                  on 2001/03/07  06:29:24
+        Log: fix memory leak in pack("Bb",...)
+     Branch: maint-5.6/perl
+          ! perl.c
+____________________________________________________________________________
+[  9063] By: jhi                                   on 2001/03/07  00:55:04
+        Log: Major utf8 test reorganisation and rewrite.
+             Hopefully no tests were lost in the shuffle.
+             (The beginning of pragma/utf8 was lost intentionally,
+             the tests were rather bogus and incomplete.)
+     Branch: perl
+          ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
+          ! t/pragma/utf8.t
+____________________________________________________________________________
+[  9062] By: jhi                                   on 2001/03/07  00:41:16
+        Log: More tweakage on the Unicode character class descriptions.
+     Branch: perl
+          ! lib/unicode/mktables.PL pod/perlretut.pod
+____________________________________________________________________________
+[  9061] By: jhi                                   on 2001/03/06  23:12:38
+        Log: The perlretut was still talking about the old \p and \P
+             definitions.
+     Branch: perl
+          ! pod/perlretut.pod
+____________________________________________________________________________
+[  9060] By: nick                                  on 2001/03/06  20:52:37
+        Log: Integrate mainline (make test works again now).
+     Branch: perlio
+         !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
+____________________________________________________________________________
+[  9059] By: jhi                                   on 2001/03/06  15:36:14
+        Log: 0.999... does equal 1.0, doesn't it?
+     Branch: perl
+          ! t/camel-III/vstring.t
+____________________________________________________________________________
+[  9058] By: jhi                                   on 2001/03/06  15:34:00
+        Log: Make /x{abcd}/ to work without use utf8.
+     Branch: perl
+          ! regcomp.c
+____________________________________________________________________________
+[  9057] By: jhi                                   on 2001/03/06  03:02:36
+        Log: Easier to outcomment all the three reset() tests for now.
+     Branch: perl
+          ! t/op/pat.t
+____________________________________________________________________________
+[  9056] By: jhi                                   on 2001/03/06  02:30:02
+        Log: Comment out the deadly reset; until the 20010301.005
+             is finally fixed.
+     Branch: perl
+          ! t/op/pat.t
+____________________________________________________________________________
+[  9055] By: jhi                                   on 2001/03/06  02:21:26
+        Log: Integrate the change #9054 from mainline:
+             retract the PMOP cleanup patch pending further investigation.
+     Branch: maint-5.6/perl
+         !> op.c op.h
+____________________________________________________________________________
+[  9054] By: jhi                                   on 2001/03/06  02:19:57
+        Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
+             with oddly familiar stack traces.
+     Branch: perl
+          ! op.c op.h
+____________________________________________________________________________
+[  9053] By: jhi                                   on 2001/03/05  23:20:28
+        Log: Integrate perlio.
+     Branch: perl
+         +> ext/Encode/Encode/koi8-r.ucm
+         !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
+         !> makedef.pl
+____________________________________________________________________________
+[  9052] By: nick                                  on 2001/03/05  23:08:17
+        Log: skipping USE_PERLIO symbols correction.
+     Branch: perlio
+          ! makedef.pl
+____________________________________________________________________________
+[  9051] By: nick                                  on 2001/03/05  22:35:07
+        Log: More Encode alias tidying.
+     Branch: perlio
+          + ext/Encode/Encode/koi8-r.ucm
+          ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
+____________________________________________________________________________
+[  9050] By: jhi                                   on 2001/03/05  21:44:29
+        Log: Integrate changes #9033 and #9044 from mainline into maintperl,
+             Sarathy's fix for ID 20010301.005.
+     Branch: maint-5.6/perl
+         !> op.c op.h
+____________________________________________________________________________
+[  9049] By: nick                                  on 2001/03/05  19:54:04
+        Log: Integrate Jarkko's Encode.pm tweak.
+     Branch: perlio
+         !> ext/Encode/Encode.pm
+____________________________________________________________________________
+[  9048] By: nick                                  on 2001/03/05  19:47:57
+        Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
+     Branch: perlio
+         +> os2/os2add.sym
+         !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
+         !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
+         !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
+         !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
+         !> pod/perlapi.pod t/op/pat.t t/op/tr.t
+____________________________________________________________________________
+[  9047] By: jhi                                   on 2001/03/05  19:25:26
+        Log: Regen perlapi.
+     Branch: perl
+          ! pod/perlapi.pod
+____________________________________________________________________________
+[  9046] By: jhi                                   on 2001/03/05  19:12:14
+        Log: Integrate perlio.
+     Branch: perl
+         +> t/camel-III/vstring.t
+         !> MANIFEST pp.h pp_sys.c t/TEST t/harness
+____________________________________________________________________________
+[  9045] By: jhi                                   on 2001/03/05  19:10:36
+        Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
+     Branch: perl
+          ! ext/Encode/Encode.pm
+____________________________________________________________________________
+[  9044] By: jhi                                   on 2001/03/05  18:49:12
+        Log: Forgot the other half of the PMOP patch (#9033).
+     Branch: perl
+          ! op.h
+____________________________________________________________________________
+[  9043] By: nick                                  on 2001/03/05  18:14:47
+        Log: Update MANIFEST for new test.
+     Branch: perlio
+          ! MANIFEST
+____________________________________________________________________________
+[  9042] By: nick                                  on 2001/03/05  18:12:41
+        Log: Some tests for Camel 3rd edition features.
+             Make gethostbyaddr() test in above work.
+     Branch: perlio
+          + t/camel-III/vstring.t
+          ! pp.h pp_sys.c t/TEST t/harness
+____________________________________________________________________________
+[  9041] By: jhi                                   on 2001/03/05  17:41:48
+        Log: Add more ISO 8859 encoding aliases.
+     Branch: perl
+          ! ext/Encode/Encode.pm
+____________________________________________________________________________
+[  9040] By: jhi                                   on 2001/03/05  17:30:43
+        Log: Integrate perlio.
+     Branch: perl
+         !> MANIFEST sv.c
+____________________________________________________________________________
+[  9039] By: nick                                  on 2001/03/05  17:11:36
+        Log: Missed added file.
+     Branch: perlio
+          ! MANIFEST
+____________________________________________________________________________
+[  9038] By: jhi                                   on 2001/03/05  15:58:01
+        Log: Add tr tests for EBCDIC, from Karsten Sperling.
+     Branch: perl
+          ! t/op/tr.t
+____________________________________________________________________________
+[  9037] By: nick                                  on 2001/03/05  15:56:35
+        Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
+             for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
+             
+             Make SvPVbyte*() symetric with respect to SvPVutf8*() in that:
+             - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
+             - uses SvPV() rather than sv_2pv() in case it isn't a string.
+     Branch: perlio
+          ! sv.c
+____________________________________________________________________________
+[  9036] By: jhi                                   on 2001/03/05  15:49:15
+        Log: Add matching tests currently failing in EBCDIC,
+             suggested by Karsten Sperling.
+     Branch: perl
+          ! t/op/pat.t
+____________________________________________________________________________
+[  9035] By: jhi                                   on 2001/03/05  15:36:55
+        Log: The #9034 needs a MANIFESTation.
+     Branch: perl
+          ! MANIFEST
+____________________________________________________________________________
+[  9034] By: jhi                                   on 2001/03/05  15:35:14
+        Log: Integrate perlio.
+     Branch: perl
+         +> ext/Encode/Encode/Tcl.pm
+         !> ext/Encode/Encode.pm ext/Encode/Encode.xs
+         !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
+         !> ext/Encode/Encode/iso8859-1.ucm
+         !> ext/Encode/Encode/iso8859-10.ucm
+         !> ext/Encode/Encode/iso8859-13.ucm
+         !> ext/Encode/Encode/iso8859-14.ucm
+         !> ext/Encode/Encode/iso8859-15.ucm
+         !> ext/Encode/Encode/iso8859-16.ucm
+         !> ext/Encode/Encode/iso8859-2.ucm
+         !> ext/Encode/Encode/iso8859-3.ucm
+         !> ext/Encode/Encode/iso8859-4.ucm
+         !> ext/Encode/Encode/iso8859-5.ucm
+         !> ext/Encode/Encode/iso8859-6.ucm
+         !> ext/Encode/Encode/iso8859-7.ucm
+         !> ext/Encode/Encode/iso8859-8.ucm
+         !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
+         !> t/lib/encode.t
+____________________________________________________________________________
+[  9033] By: jhi                                   on 2001/03/05  15:33:18
+        Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
+             From: Gurusamy Sarathy <gsar@ActiveState.com>
+             Date: Sun, 04 Mar 2001 22:33:15 -0800
+             Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
+             
+             PMOPs need to remember their own stash so that they can
+             gracefully remove themselves from their linked list.
+     Branch: perl
+          ! op.c
+____________________________________________________________________________
+[  9032] By: nick                                  on 2001/03/05  14:51:50
+        Log: Encode implementation "completion"
+             Implement and document define_encoding()
+             Implement and document encoding aliases including define_alias()
+             Make Encode::XS use define_encoding() rather than back-door.
+             Move run-time *.enc to separate Encode::Tcl module.
+             Make 'compile' honour <codeset_name>
+             Change canonical names of to iso-8859-* and US-ascii.
+     Branch: perlio
+          + ext/Encode/Encode/Tcl.pm
+          ! ext/Encode/Encode.pm ext/Encode/Encode.xs
+          ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
+          ! ext/Encode/Encode/iso8859-1.ucm
+          ! ext/Encode/Encode/iso8859-10.ucm
+          ! ext/Encode/Encode/iso8859-13.ucm
+          ! ext/Encode/Encode/iso8859-14.ucm
+          ! ext/Encode/Encode/iso8859-15.ucm
+          ! ext/Encode/Encode/iso8859-16.ucm
+          ! ext/Encode/Encode/iso8859-2.ucm
+          ! ext/Encode/Encode/iso8859-3.ucm
+          ! ext/Encode/Encode/iso8859-4.ucm
+          ! ext/Encode/Encode/iso8859-5.ucm
+          ! ext/Encode/Encode/iso8859-6.ucm
+          ! ext/Encode/Encode/iso8859-7.ucm
+          ! ext/Encode/Encode/iso8859-8.ucm
+          ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
+          ! t/lib/encode.t
+____________________________________________________________________________
+[  9031] By: jhi                                   on 2001/03/05  13:51:17
+        Log: Integrate change #9030 from maintperl into mainline.
+             
+             Subject: [PATCH 5.6.1] OS/2 cleanup
+     Branch: perl
+         +> os2/os2add.sym
+         !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
+         !> makedef.pl os2/Changes os2/Makefile.SHs
+         !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
+         !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
+         !> os2/os2.sym os2/os2ish.h
+____________________________________________________________________________
+[  9030] By: jhi                                   on 2001/03/05  13:46:49
+        Log: Subject: [PATCH 5.6.1] OS/2 cleanup
+             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
+             Date: Mon, 5 Mar 2001 02:29:44 -0500
+             Message-ID: <20010305022944.A10117@math.ohio-state.edu>
+     Branch: maint-5.6/perl
+          + os2/os2add.sym
+          ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
+          ! makedef.pl os2/Changes os2/Makefile.SHs
+          ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
+          ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
+          ! os2/os2.sym os2/os2ish.h
+____________________________________________________________________________
+[  9029] By: jhi                                   on 2001/03/05  13:40:35
+        Log: Integrate change #9028 from maintperl into mainline.
+             
+             various nits in MM_Unix.pm found by disabling SelfLoader
+     Branch: perl
+         !> lib/ExtUtils/MM_Unix.pm
+____________________________________________________________________________
+[  9028] By: gsar                                  on 2001/03/05  09:58:38
+        Log: various nits in MM_Unix.pm found by disabling SelfLoader
+     Branch: maint-5.6/perl
+          ! lib/ExtUtils/MM_Unix.pm
+____________________________________________________________________________
+[  9027] By: nick                                  on 2001/03/05  08:35:22
+        Log: Integrate mainline
+     Branch: perlio
+         !> (integrate 28 files)
+____________________________________________________________________________
+[  9026] By: jhi                                   on 2001/03/05  02:14:59
+        Log: Integrate change #9025 from mainline to maintperl,
+             retract \N{U+HHHH}.
+     Branch: maint-5.6/perl
+         !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
+         !> t/lib/charnames.t toke.c
+____________________________________________________________________________
+[  9025] By: jhi                                   on 2001/03/05  02:13:09
+        Log: Retracting \N{U+HHHH}.
+     Branch: perl
+          ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
+          ! t/lib/charnames.t toke.c
+____________________________________________________________________________
+[  9024] By: jhi                                   on 2001/03/04  20:51:07
+        Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
+             From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
+             Date: Fri, 02 Mar 2001 18:25:26 +0100
+             Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
+             
+             Casting problem.
+     Branch: perl
+          ! ext/Storable/Storable.xs
+____________________________________________________________________________
+[  9023] By: jhi                                   on 2001/03/04  19:46:45
+        Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
+             From: nick@talking.bollo.cx
+             Date: Sat, 03 Mar 2001 21:41:33 +0000
+             Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
+             
+             Revert the workaround.
+     Branch: perl
+          ! perlio.c
+____________________________________________________________________________
+[  9022] By: jhi                                   on 2001/03/04  19:36:28
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[  9021] By: jhi                                   on 2001/03/04  18:41:00
+        Log: makedef.pl updates suggested by Chris Nandor; double-checking
+             the changes in AIX, OS/2 Win32 would be nice.
+     Branch: perl
+          ! makedef.pl
+____________________________________________________________________________
+[  9020] By: jhi                                   on 2001/03/04  18:23:58
+        Log: Integrate change #9012 from maintperl into mainline,
+             quench a compiler warning.
+     Branch: perl
+         !> toke.c
+____________________________________________________________________________
+[  9019] By: jhi                                   on 2001/03/04  18:18:43
+        Log: Integrate changes #9017 and 9018 from mainline into maintperl.
+             
+             \N{U+HHHH} fix.
+             
+             pattern in G_ARRAY context
+     Branch: maint-5.6/perl
+         !> pp_hot.c t/op/pat.t toke.c
+____________________________________________________________________________
+[  9018] By: jhi                                   on 2001/03/04  18:07:48
+        Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
+             From: Jeff Pinyan <jeffp@crusoe.net>
+             Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
+             Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
+     Branch: perl
+          ! pp_hot.c t/op/pat.t
+____________________________________________________________________________
+[  9017] By: jhi                                   on 2001/03/04  18:06:21
+        Log: I thought I tested the #9014.
+     Branch: perl
+          ! toke.c
+____________________________________________________________________________
+[  9016] By: jhi                                   on 2001/03/04  17:41:22
+        Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
+             
+             Tweak the get*ent() OS/2 prototypes.
+             
+             Add the \N{U+HHHH} syntax.
+             
+             More tr/// UTF-8 fixes from Inaba Hiroto.
+     Branch: maint-5.6/perl
+         !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
+         !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
+____________________________________________________________________________
+[  9015] By: jhi                                   on 2001/03/04  17:36:04
+        Log: More tr/// UTF-8 fixes from Inaba Hiroto.
+     Branch: perl
+          ! doop.c t/op/tr.t
+____________________________________________________________________________
+[  9014] By: jhi                                   on 2001/03/04  17:24:49
+        Log: Add the \N{U+HHHH} syntax.
+     Branch: perl
+          ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
+          ! t/lib/charnames.t toke.c
+____________________________________________________________________________
+[  9013] By: jhi                                   on 2001/03/04  17:20:45
+        Log: Tweak the get*ent() OS/2 prototypes.
+     Branch: perl
+          ! os2/os2.c
+____________________________________________________________________________
+[  9012] By: gsar                                  on 2001/03/04  06:26:14
+        Log: avoid warning (nit in change#9009)
+     Branch: maint-5.6/perl
+          ! toke.c
+____________________________________________________________________________
+[  9011] By: gsar                                  on 2001/03/04  06:15:24
+        Log: lib/charnames.t fails in 5.6.x because of older Unicode
+             data
+             
+             TODO: need to revisit this after updating lib/unicode/...
+     Branch: maint-5.6/perl
+          ! t/lib/charnames.t
+____________________________________________________________________________
+[  9010] By: gsar                                  on 2001/03/04  06:08:36
+        Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
+     Branch: maint-5.6/perl
+          ! toke.c
+____________________________________________________________________________
+[  9009] By: jhi                                   on 2001/03/03  19:27:20
+        Log: Integrate change #9008 from mainline to maintperl,
+             UTF-8 tr/// fixes from Inaba Hiroto.
+     Branch: maint-5.6/perl
+         !> doop.c op.c t/op/tr.t toke.c
+____________________________________________________________________________
+[  9008] By: jhi                                   on 2001/03/03  19:19:42
+        Log: UTF8 tr/// fixes from Inaba Hiroto.
+     Branch: perl
+          ! doop.c op.c t/op/tr.t toke.c
+____________________________________________________________________________
+[  9007] By: jhi                                   on 2001/03/03  19:00:30
+        Log: Integrate change #9006 from maintperl to mainline,
+             more robust quest for the infinite.
+     Branch: perl
+         !> lib/Math/Complex.pm
+____________________________________________________________________________
+[  9006] By: jhi                                   on 2001/03/03  18:58:06
+        Log: Subject: [PATCH 5.6.1] More robust Math::Complex
+             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
+             Date: Sat, 3 Mar 2001 12:51:50 -0500
+             Message-ID: <20010303125150.A2147@math.ohio-state.edu>
+             
+             Be more robust in our quest for the infinite.
+     Branch: maint-5.6/perl
+          ! lib/Math/Complex.pm
+____________________________________________________________________________
+[  9005] By: jhi                                   on 2001/03/03  17:55:50
+        Log: The #8982 modified for perl 5.6.x, from Radu Greab.
+     Branch: maint-5.6/perl
+          ! doio.c
+____________________________________________________________________________
+[  9004] By: jhi                                   on 2001/03/03  17:40:14
+        Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
+             so that picky compilers like IRIX won't get huffy about
+             "statements without effect" (like 1;).
+     Branch: perl
+          ! toke.c
+____________________________________________________________________________
+[  9003] By: jhi                                   on 2001/03/03  17:15:52
+        Log: Integrate change #9002 from mainline to maintperl.
+             
+             Subject: [perl-5.6.x, perl-current] accept for EPOC
+     Branch: maint-5.6/perl
+         !> pp_sys.c
+____________________________________________________________________________
+[  9002] By: jhi                                   on 2001/03/03  17:14:30
+        Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
+             From: Olaf Flebbe <O.Flebbe@science-computing.de>
+             Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
+             Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
+     Branch: perl
+          ! pp_sys.c
+____________________________________________________________________________
+[  9001] By: jhi                                   on 2001/03/03  17:13:13
+        Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Fri, 02 Mar 2001 17:44:40 -0600
+             Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
+     Branch: perl
+          ! t/pod/find.t
+____________________________________________________________________________
+[  9000] By: jhi                                   on 2001/03/03  17:11:55
+        Log: Integrate changes #8997,8999 from maintperl.
+             
+             Subject: [PATCH 5.6.1] compiling on OS/2
+             (Better error message from hints/os2.sh)
+             
+             Subject: [PATCH 5.6.1] syslog.t
+     Branch: perl
+         !> hints/os2.sh t/lib/syslog.t
+____________________________________________________________________________
+[  8999] By: jhi                                   on 2001/03/03  17:09:28
+        Log: Subject: [PATCH 5.6.1] syslog.t
+             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
+             Date: Sat, 3 Mar 2001 02:11:17 -0500
+             Message-ID: <20010303021116.A11897@math.ohio-state.edu>
+     Branch: maint-5.6/perl
+          ! t/lib/syslog.t
+____________________________________________________________________________
+[  8998] By: jhi                                   on 2001/03/03  17:07:50
+        Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
+             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
+             Date: Sat, 3 Mar 2001 01:53:52 -0500
+             Message-ID: <20010303015352.A11741@math.ohio-state.edu>
+     Branch: maint-5.6/perl
+          ! opcode.pl os2/os2.c
+____________________________________________________________________________
+[  8997] By: jhi                                   on 2001/03/03  17:03:30
+        Log: Subject: [PATCH 5.6.1] compiling on OS/2
+             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
+             Date: Sat, 3 Mar 2001 01:59:59 -0500
+             Message-ID: <20010303015959.B11741@math.ohio-state.edu>
+     Branch: maint-5.6/perl
+          ! hints/os2.sh
+____________________________________________________________________________
+[  8996] By: jhi                                   on 2001/03/03  00:55:58
+        Log: Regen files for mainline.
+     Branch: perl
+          ! Configure Porting/Glossary Porting/config.sh Porting/config_H
+          ! config_h.SH pod/perlapi.pod pod/perltoc.pod
+____________________________________________________________________________
+[  8995] By: jhi                                   on 2001/03/03  00:35:22
+        Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
+             8318,8320,8337,8503,8877,8890,8903,8971 from mainline
+             to maintperl.
+             
+             Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
+             
+             Add Configure option -Dmksymlinks which will create a symlink
+             forest if the current/build differs from the source directory.
+             (8218,8220,8221,8317,8318,8971)
+             
+             Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
+             (Document APPLLIB_EXP in INSTALL.)
+             
+             If running byacc write-enable also perly.h.
+             
+             DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
+             
+             Subject: [PATCH 5.7.1/Configure] failure to set src='.'
+             
+             Sanity check for conflicting thread flavours.
+             
+             Fix the sys/fcntl.h problem reported by Peter Prymmer.
+             
+             Add few CPUs/architectures to the Cppsym scan,
+             add -perlio to archname if so selected (modified 8890)
+             
+             Be more helpful for devel builders, suggested by John L. Allen.
+             (admittedly pointless change for maintperl, but the usedevel
+             code is there already)
+     Branch: maint-5.6/perl
+         !> Configure INSTALL Makefile.SH Porting/Glossary
+         !> Porting/config.sh Porting/config_H config_h.SH embed.pl
+         !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
+         !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
+         !> win32/config.bc win32/config.gc win32/config.vc
+____________________________________________________________________________
+[  8994] By: jhi                                   on 2001/03/02  23:31:41
+        Log: Use also $ccflags, not just $ldflags, when testing for gccness.
+     Branch: metaconfig/U/perl
+          ! gccvers.U
+____________________________________________________________________________
+[  8993] By: jhi                                   on 2001/03/02  23:22:12
+        Log: Regenerate various files for maint.
+     Branch: maint-5.6/perl
+          ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
+          ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
+____________________________________________________________________________
+[  8992] By: alanbur                               on 2001/03/02  22:48:34
+        Log: Resync wuth parent
+     Branch: maint-5.6/pureperl
+         +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
+         !> (integrate 60 files)
+____________________________________________________________________________
+[  8991] By: jhi                                   on 2001/03/02  21:00:08
+        Log: Retract the #8742 part of #8986, backward compat.
+     Branch: maint-5.6/perl
+          ! embed.pl
+____________________________________________________________________________
+[  8990] By: jhi                                   on 2001/03/02  20:40:07
+        Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
+     Branch: maint-5.6/perl
+          ! hv.c
+____________________________________________________________________________
+[  8989] By: jhi                                   on 2001/03/02  19:59:56
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
 [  8988] By: jhi                                   on 2001/03/02  19:57:08
         Log: Integrate perlio.
      Branch: perl