MAking Solaris malloc() the default
[p5sagit/p5-mst-13.2.git] / Changes
diff --git a/Changes b/Changes
index 63052db..e79aa20 100644 (file)
--- a/Changes
+++ b/Changes
@@ -32,6 +32,2201 @@ Version v5.7.1             Development release working toward v5.8
 --------------
 
 ____________________________________________________________________________
+[  8584] By: jhi                                   on 2001/01/28  19:30:02
+        Log: Integrate perlio.
+     Branch: perl
+         +> pod/perliol.pod
+         !> MANIFEST pod/perlapio.pod
+____________________________________________________________________________
+[  8583] By: jhi                                   on 2001/01/28  19:28:40
+        Log: Patch from Inaba Hiroto:
+             - canonical UTF-8 hash keys: if a key string for a hash is
+             UTF8-on, try downgrade the string and use it if
+             unicode::distinct is not in effect.
+             For the task, I added a function bytes_from_utf8() to utf8.c.
+             It might resemble utf8_to_bytes() but it is not convenient
+             to the task.
+             Made a test for it and added to t/op/each.t
+             - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
+             the mortal copy of the argument SV.
+             And changed t/io/utf8.t test 18 which expects print() to
+             upgrade its argument.
+             - re-implement sv_eq with bytes_from_utf8()
+             - some bug fixes
+             - tr/// does not handle UTF8 range (\x{}-\x{})
+             - \ before raw UTF8 character produced
+             "Malformed UTF-8 character" warning.
+             - "\x{100}\N{CENT SIGN}" is Malformed.
+             Added tests for these 3.
+             - and one silly bug (by me) with qu operator.
+     Branch: perl
+          ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
+          ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
+          ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
+____________________________________________________________________________
+[  8582] By: nick                                  on 2001/01/28  19:25:04
+        Log: Add pod/perliol.pod to MANIFEST :-(
+     Branch: perlio
+          ! MANIFEST
+____________________________________________________________________________
+[  8581] By: nick                                  on 2001/01/28  19:22:40
+        Log: PerlIO documentation. Proofing and sub-editing requested.
+     Branch: perlio
+          + pod/perliol.pod
+          ! pod/perlapio.pod
+____________________________________________________________________________
+[  8580] By: jhi                                   on 2001/01/28  05:16:25
+        Log: Revert the change to sv_2pv() done by #8054: Someone who
+             did SvNV_set() on a scalar that also happened to be POK,
+             followed by sv_2pv() won't get the right coercion anymore.
+             [Sarathy]
+     Branch: maint-5.6/perl
+          ! sv.c
+____________________________________________________________________________
+[  8579] By: jhi                                   on 2001/01/28  05:15:04
+        Log: Remove the #8084 effect: do not allow -Q to be interpreted
+             as -&Q(), this is too much wiggle room.
+     Branch: maint-5.6/perl
+          ! toke.c
+____________________________________________________________________________
+[  8578] By: jhi                                   on 2001/01/28  05:12:45
+        Log: Needed bits of #8439 (should have been in #8576),
+             mainly for lval substr().
+     Branch: maint-5.6/perl
+          ! mg.c pp.c pp_hot.c
+____________________________________________________________________________
+[  8577] By: jhi                                   on 2001/01/28  05:02:46
+        Log: A missing check-in.
+     Branch: maint-5.6/perl
+          ! utf8.c
+____________________________________________________________________________
+[  8576] By: jhi                                   on 2001/01/28  04:26:18
+        Log: Integrate changes #8425,8436,8439,8517 from mainline.
+             The 8439 was not truly integrated because it had too many
+             dependencies on the development branch and because it introduced
+             concepts too bold for a maintenance branch (such as the qu operator).
+             
+             Subject: [PATCH perl@8342] -Wformat
+             
+             Tighten some of the UTF-8 tests a bit.
+             
+             More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
+             - The substr lval was still not okay.
+             - Now pp_stringify and sv_setsv copies source's UTF8 flag
+             even if IN_BYTE.  pp_stringify is called from fold_constants
+             at optimization phase and "\x{100}" was made SvUTF8_off under
+             use bytes (the bytes pragma is for "byte semantics" and not
+             for "do not produce UTF8 data")
+     Branch: maint-5.6/perl
+          ! t/lib/charnames.t t/op/substr.t toke.c
+         !> sv.c t/pragma/utf8.t
+____________________________________________________________________________
+[  8575] By: jhi                                   on 2001/01/28  04:01:51
+        Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
+             
+             Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
+             
+             Subject: [ID 20001230.003] UTF-8 tr still hurts
+             
+             Test cases for #8385 (from Simon's "torture.pl")
+             
+             Start fixing UTF-8 lval substr() (8405)
+     Branch: maint-5.6/perl
+         !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
+         !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
+____________________________________________________________________________
+[  8574] By: jhi                                   on 2001/01/28  03:09:06
+        Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
+             from mainline.
+             
+             UTF-8 cleanup.
+             
+             Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
+             
+             "\x{FF}\xFF" was broken.
+             
+             Tests for #8329 and #8330.
+             
+             Add a note about EBCDIC versus UTF-8 to a potential problem spot.
+             
+             IRIX compiler noticed that the bof initialization might be
+             bypassed by control flow.
+             
+             Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
+     Branch: maint-5.6/perl
+         !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
+         !> regexec.c sv.c t/op/bop.t toke.c utf8.c
+____________________________________________________________________________
+[  8573] By: jhi                                   on 2001/01/28  02:06:12
+        Log: Retract #8552.
+     Branch: perl
+          ! lib/Text/Wrap.pm t/lib/textwrap.t
+____________________________________________________________________________
+[  8572] By: jhi                                   on 2001/01/28  02:04:49
+        Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
+             8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
+             not really integrated but instead salvaged by hand
+             (they had too many dependencies on the development release
+             to be cleanly integratable).
+             
+             Subject: more UTF8 test suites and an UTF8 patch
+             
+             Tweak for MULTIPLICITY/USE_PERLIO
+             
+             Signedness nit.
+             
+             Turn SvUTF8 off if not required in pp_chr and pp_stringify.
+             
+             Use the UTF8_XXX macros in is_utf8_char().
+             
+             Rewrite pp_concat() in terms of sv_catsv().  The . operator
+             should now be UTF-8-proof.
+             
+             Subject: [PATCH perl@8269] scanning two hex-constants
+             fails on EBCDIC environment (script length.t)
+             
+             Add some Unicode chop() tests.
+     Branch: maint-5.6/perl
+          ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
+         !> sv.c t/op/chop.t utf8.h
+____________________________________________________________________________
+[  8571] By: jhi                                   on 2001/01/28  00:35:59
+        Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
+             8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
+             
+             Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
+             
+             The maxiters upper limit sanity check (guarding against
+             non-progress) assumed bytes instead of characters in s///
+             and split().
+             
+             Signedness nit.
+             
+             sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
+             join() should now be UTF-8-proof.
+             
+             More split // UTF-8 tests. (8250)
+     Branch: maint-5.6/perl
+         !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
+         !> util.c
+____________________________________________________________________________
+[  8570] By: jhi                                   on 2001/01/27  22:15:46
+        Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
+             8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
+             8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
+             8084,8204,8244,8333 from mainline.
+             
+             For -Q where Q might be a one-letter sub name one does no more
+             get a warning about an unknown filetest (7941,7943,7944,8084).
+             
+             Subject: Re: [ID 20001130.011] expression parsing bug ?
+             
+             Make uv_to_utf8() to zero-terminate its output buffer.
+             
+             Split off t/op/length.t (7995)
+             
+             Split off t/op/utf8decode.t (7996)
+             
+             Remove an unnecessary 'use utf8' from the utf8.t (7998)
+             
+             Split off t/op/concat.t (8004)
+             
+             Split off t/op/ver.t (8005)
+             
+             Document utf8_length(), utf8_distance(), and utf8_hop().
+             
+             Document utf8_to_uv() better.
+             
+             Introduce macros for UTF8 decoding (8028,8033).
+             
+             Add test for reverse() (8030,8031).
+             
+             Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
+             
+             Do not return the Unicode replacement character   on UTF-8
+             decoding failure.
+             
+             Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
+             not this_utf8 i.e. the output string has one, but don't mess
+             with source assumption. (8052,8053)
+             
+             Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
+             writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
+             was not expecting to be called with something that was already
+             SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
+             just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
+             (8054)
+             
+             Recode the naughty binary bytes in utf8decode.t using the \xHH.
+             
+             Make some panic messages a bit more logical.
+     Branch: maint-5.6/perl
+         +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
+         !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
+         !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
+         !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
+         !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
+         !> utf8.c utf8.h
+____________________________________________________________________________
+[  8569] By: jhi                                   on 2001/01/27  19:16:43
+        Log: Integrate changes #7750 from perlio and #8566 from mainline.
+     Branch: maint-5.6/perl
+         !> regexec.c sv.c
+____________________________________________________________________________
+[  8568] By: jhi                                   on 2001/01/27  18:06:51
+        Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
+             7783,7790[perlio],7869,7871,7872,7911,7916,7932,
+             7935[-perlio.c],7936,7959,7965 from mainline.
+             
+             Change the "big byte" error message to "Wide character".
+             (7355, the croak-if-wide-chars-in-print part ignored)
+             
+             Use UINT64_C().
+             
+             Introduce Perl_utf8_length().
+             
+             diff -se shows these as different (7753, forgotten check-ins)
+             
+             Subject: [PATCH] doop.c - UTF8 tr///
+             
+             If we use (aTHX_ ...) then put Perl_ on the front.
+             
+             Make utf8_length() and utf8_distance() to be less forgiving
+             about bad UTF-8.
+             
+             Test line numbers are different with utf8.
+             
+             No need to scan till infinity, 13 is enough. (7872,7911)
+             
+             Subject: [PATCH] Tokeniser debugging
+             
+             Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
+             
+             Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
+             
+             Be more careful in Perl_sv_utf8_downgrade().
+             
+             Use DO_UTF8().
+             
+             Raw zero bytes in text files confuse at least GNU patch 2.1.
+     Branch: maint-5.6/perl
+         !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
+         !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
+         !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
+         !> t/pragma/utf8.t toke.c utf8.c utf8.h
+____________________________________________________________________________
+[  8567] By: nick                                  on 2001/01/27  11:10:38
+        Log: Integrate mainline
+     Branch: perlio
+         !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
+         !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
+         !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
+         !> toke.c
+____________________________________________________________________________
+[  8566] By: jhi                                   on 2001/01/27  06:22:48
+        Log: More documentation for the regexp context stack.
+     Branch: perl
+          ! regexec.c
+____________________________________________________________________________
+[  8565] By: jhi                                   on 2001/01/27  05:21:57
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[  8564] By: jhi                                   on 2001/01/27  04:44:04
+        Log: Threadedness patch for #8562 from Doug MacEachern.
+     Branch: perl
+          ! toke.c
+____________________________________________________________________________
+[  8563] By: jhi                                   on 2001/01/27  04:26:24
+        Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
+             From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
+             Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
+             Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
+     Branch: perl
+          ! op.c
+____________________________________________________________________________
+[  8562] By: jhi                                   on 2001/01/27  04:20:30
+        Log: Subject: Re: Announce : Tokener reporting patch
+             From: Simon Cozens <simon@cozens.net>
+             Date: Mon, 22 Jan 2001 02:17:22 +0000
+             Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
+     Branch: perl
+          ! embed.h embed.pl proto.h toke.c
+____________________________________________________________________________
+[  8561] By: jhi                                   on 2001/01/27  04:17:24
+        Log: Forgot from #8545.  Oops.
+     Branch: perl
+          ! pp.c t/pragma/overload.t
+____________________________________________________________________________
+[  8560] By: jhi                                   on 2001/01/27  03:01:47
+        Log: A better module compilation test, use MANIFEST as suggested
+             by Spider.
+     Branch: perl
+          ! t/lib/1_compile.t
+____________________________________________________________________________
+[  8559] By: jhi                                   on 2001/01/27  02:50:48
+        Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
+             From: Peter Prymmer <pvhp@forte.com>
+             Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
+             Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
+     Branch: perl
+          ! t/lib/b.t
+____________________________________________________________________________
+[  8558] By: jhi                                   on 2001/01/27  02:27:05
+        Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
+             From: Peter Prymmer <pvhp@forte.com>
+             Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
+             Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
+     Branch: perl
+          ! t/pragma/sub_lval.t
+____________________________________________________________________________
+[  8557] By: jhi                                   on 2001/01/27  02:26:03
+        Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
+             From: Peter Prymmer <pvhp@forte.com>
+             Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
+             Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
+     Branch: perl
+          ! t/lib/st-06compat.t
+____________________________________________________________________________
+[  8556] By: jhi                                   on 2001/01/27  02:24:33
+        Log: Subject: [PATCH: perl@8531] minor update to README.os390
+             From: Peter Prymmer <pvhp@forte.com>
+             Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
+             Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
+     Branch: perl
+          ! README.os390
+____________________________________________________________________________
+[  8555] By: jhi                                   on 2001/01/27  00:35:47
+        Log: No point in checking the length before we know whether the pointer
+             is bogus or not, fixes Abigail's odbm failures in Linux.
+     Branch: perl
+          ! sv.c
+____________________________________________________________________________
+[  8554] By: nick                                  on 2001/01/26  19:01:31
+        Log: Integrate mainline
+     Branch: perlio
+         !> lib/Text/Wrap.pm t/lib/textwrap.t
+____________________________________________________________________________
+[  8553] By: jhi                                   on 2001/01/26  15:19:39
+        Log: Integrate change #7792 from perlio (multiplicity fix),
+             fix the AV leak in regex DEBUGGING (tiny part of the
+             polymorphic regexp patch #8143).
+     Branch: maint-5.6/perl
+          ! regcomp.c
+         !> scope.h
+____________________________________________________________________________
+[  8552] By: jhi                                   on 2001/01/26  15:03:23
+        Log: Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Fri, 26 Jan 2001 09:28:31 -0500
+             Message-ID: <20010126092831.A15328@blackrider.aocn.com>
+     Branch: perl
+          ! lib/Text/Wrap.pm t/lib/textwrap.t
+____________________________________________________________________________
+[  8551] By: jhi                                   on 2001/01/26  02:33:19
+        Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
+             7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
+             
+             Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
+             
+             Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
+             
+             Message nit.
+             
+             BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
+             
+             Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
+             
+             (the cleanup of unused submatches in regtry() and regcppop())
+             
+             Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
+             stored and restored, and thusly was trounced by the utf8 swash
+             routines.
+             
+             use utf8 not required to use \x{}.
+             
+             Removed two more tests that make no sense in UTF-8 since the test
+             data is not in UTF-8.
+             
+             Get the three different space character classes right under utf8.
+             
+             Implement ANYOFUTF8 regprop() dumping.
+             
+             Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
+             
+             Document the regex context pushing/popping a bit better.
+     Branch: maint-5.6/perl
+         +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
+         !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
+         !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
+         !> t/op/regmesg.t utf8.c
+____________________________________________________________________________
+[  8550] By: nick                                  on 2001/01/25  19:42:30
+        Log: Integrate mainline
+     Branch: perlio
+         !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
+         !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
+         !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
+         !> t/lib/bigint.t t/lib/bigintpm.t
+____________________________________________________________________________
+[  8549] By: jhi                                   on 2001/01/25  15:22:28
+        Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
+     Branch: maint-5.6/perl
+          ! pod/perlfunc.pod pp.c t/pragma/utf8.t
+____________________________________________________________________________
+[  8548] By: jhi                                   on 2001/01/25  15:02:55
+        Log: Integrate changes #7997,8063,8492,8547 from mainline.
+             
+             Subject: Re: STRLEN - what?
+             
+             Subject: [PATCH] perlguts.pod
+             
+             Memory management calls documentation.
+             
+             Layout using tabulator is not a good idea in a pod.
+     Branch: maint-5.6/perl
+         !> pod/perlguts.pod
+____________________________________________________________________________
+[  8547] By: jhi                                   on 2001/01/25  14:49:05
+        Log: Layout using tabulator is not a good idea in a pod.
+     Branch: perl
+          ! pod/perlguts.pod
+____________________________________________________________________________
+[  8546] By: jhi                                   on 2001/01/25  14:31:12
+        Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
+             from mainline.
+             
+             Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
+             
+             Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
+             
+             More Win32 editor/IDE/shell hints.
+             
+             More Win32 Perling.
+             
+             Yet another editor edit.
+             
+             Edit edit edit.
+             
+             IDE/editor section tweaking.
+             
+             Few more IDE/editor nits from p5p.
+     Branch: maint-5.6/perl
+         !> pod/perlfaq3.pod
+____________________________________________________________________________
+[  8545] By: jhi                                   on 2001/01/25  04:16:32
+        Log: Subject: [PATCH 5.7.0] overload int()
+             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
+             Date: Wed, 24 Jan 2001 19:06:57 -0500
+             Message-ID: <20010124190657.A8512@math.ohio-state.edu>
+     Branch: perl
+          ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
+          ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
+          ! t/lib/bigintpm.t
+____________________________________________________________________________
+[  8544] By: jhi                                   on 2001/01/25  04:15:11
+        Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
+             From: Peter Prymmer <pvhp@forte.com>
+             Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
+             Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
+     Branch: perl
+          ! Makefile.SH README.os390 hints/os390.sh installperl
+____________________________________________________________________________
+[  8543] By: jhi                                   on 2001/01/25  03:52:08
+        Log: Integrate change #8462,8469 from mainline.
+             
+             In VMS Perl subversion (perl -V) is undef.
+     Branch: maint-5.6/perl
+         !> configure.com
+____________________________________________________________________________
+[  8542] By: jhi                                   on 2001/01/25  03:44:55
+        Log: Integrate changes #7835,7850,8315,8316 from mainline.
+             
+             Solaris hints.
+     Branch: maint-5.6/perl
+         !> hints/solaris_2.sh
+____________________________________________________________________________
+[  8541] By: jhi                                   on 2001/01/25  03:39:28
+        Log: Integrate #8336 from mainline.
+     Branch: maint-5.6/perl
+         !> hv.c
+____________________________________________________________________________
+[  8540] By: jhi                                   on 2001/01/25  03:23:50
+        Log: Retract #8539.
+     Branch: maint-5.6/perl
+          ! pod/perlfaq3.pod
+____________________________________________________________________________
+[  8539] By: jhi                                   on 2001/01/25  03:21:55
+        Log: (Retracted by #5940.)
+     Branch: maint-5.6/perl
+          ! pod/perlfaq3.pod
+____________________________________________________________________________
+[  8538] By: jhi                                   on 2001/01/25  03:14:07
+        Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
+             From: Peter Prymmer <pvhp@forte.com>
+             Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
+             Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
+             
+             The VMS bits.
+     Branch: maint-5.6/perl
+          ! configure.com vms/descrip_mms.template
+____________________________________________________________________________
+[  8537] By: jhi                                   on 2001/01/25  03:06:09
+        Log: Integrate #7710,7824,7973 from mainline.
+     Branch: maint-5.6/perl
+         !> Configure Porting/Glossary Porting/config.sh Porting/config_H
+         !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
+         !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
+         !> vos/config.ga.def vos/config.ga.h win32/config.bc
+         !> win32/config.gc win32/config.vc
+____________________________________________________________________________
+[  8536] By: jhi                                   on 2001/01/24  13:50:20
+        Log: Revert the edits made by me so far to the 5.6 branch since
+             the TRIAL1 since I did edits when I should have been using
+             integrates.  Bad programmer.   (Will integrate them properly later.)
+             Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
+             The #8353 will not be reapplied at least for now since
+             the UTF-8 hash keys need more thinking.
+             (The patches #8347, #8354, #8454, #8473 were okay since they
+             were original edits made specifically for the 5.6.1-TRIAL1.)
+     Branch: maint-5.6/perl
+          ! Configure Porting/Glossary Porting/config.sh Porting/config_H
+          ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
+          ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
+          ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
+          ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
+          ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
+          ! win32/config.bc win32/config.gc win32/config.vc
+____________________________________________________________________________
+[  8535] By: bailey                                on 2001/01/24  06:37:02
+        Log: SYN SYN
+     Branch: vmsperl
+         +> (branch 26 files)
+         !> (integrate 130 files)
+____________________________________________________________________________
+[  8534] By: nick                                  on 2001/01/23  19:30:57
+        Log: Integrate mainline.
+     Branch: perlio
+         !> Changes Configure Porting/Glossary Porting/config.sh
+         !> Porting/config_H embed.h embed.pl ext/Encode/compile
+         !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
+         !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
+         !> pod/perlvar.pod proto.h t/lib/1_compile.t
+____________________________________________________________________________
+[  8533] By: jhi                                   on 2001/01/23  16:15:46
+        Log: Forgotten from #8501.
+     Branch: perl
+          ! Porting/Glossary Porting/config.sh Porting/config_H
+____________________________________________________________________________
+[  8532] By: jhi                                   on 2001/01/23  16:13:27
+        Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
+             From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
+             Date: Mon, 22 Jan 2001 17:51:58 +0100
+             Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
+     Branch: perl
+          ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
+____________________________________________________________________________
+[  8531] By: jhi                                   on 2001/01/23  15:46:01
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[  8530] By: jhi                                   on 2001/01/23  15:38:39
+        Log: De-cut-and-pasto.
+     Branch: perl
+          ! t/lib/1_compile.t
+____________________________________________________________________________
+[  8529] By: jhi                                   on 2001/01/23  15:11:04
+        Log: Document the mkdir trailing slashes case.
+     Branch: perl
+          ! pod/perlfunc.pod
+____________________________________________________________________________
+[  8528] By: jhi                                   on 2001/01/23  15:08:28
+        Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
+             get installed:
+             
+             Subject: lib/lib.pm
+             From: <abigail@foad.org>
+             Date: Mon, 28 Aug 2000 20:35:08 -0400
+             Message-ID: <20000829003508.21281.qmail@foad.org>
+     Branch: perl
+          ! installperl
+____________________________________________________________________________
+[  8527] By: jhi                                   on 2001/01/23  14:44:04
+        Log: Metaconfig unit change for #8526.
+     Branch: metaconfig
+          ! U/threads/archname.U
+____________________________________________________________________________
+[  8526] By: jhi                                   on 2001/01/23  14:43:19
+        Log: Attach -perlio to the archname if so selected.
+     Branch: perl
+          ! Configure
+____________________________________________________________________________
+[  8525] By: jhi                                   on 2001/01/23  14:24:01
+        Log: Subject: [PATCH] pod/perlvar.pod
+             From: abigail@foad.org
+             Date: Tue, 23 Jan 2001 01:41:10 +0100
+             Message-ID: <20010123004110.22259.qmail@foad.org>
+     Branch: perl
+          ! pod/perlvar.pod
+____________________________________________________________________________
+[  8524] By: jhi                                   on 2001/01/23  14:22:32
+        Log: A bug introduced in #8217 (the undefined variable in the
+             lib/safe1_t #3) fixed, by Charles Lane:
+             
+             The earlier patch made it so that stuff running in Safe
+             compartments could do a "caller" and see "main".  That
+             little change in name is done right before the code in
+             the compartment is run, and apparantly the parser
+             was picking up the stash name before it got changed.
+             
+             (why it was threaded vs. unthreaded Perl that was sensitive to this
+             I still don't know...and it probably doesn't matter).
+             
+             I tryed removing the stash name-change and saw that threaded Perl
+             did indeed pass the lib/safe1.t tests.
+             
+             So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
+             do the name change (and to connect _ in the compartment to the global
+             _) which is removed from _safe_call_sv.   Then Safe.pm is modified
+             to call _safe_pkg_prep when creating a new compartment.
+             
+             Passes all tests with threaded perl on linux; passes all tests
+             with unthreaded perl on VMS.
+             
+             At some point I'll probably want to revisit Safe and Opcode to
+             provide more sensible handling of global variables...and to get
+             formats working in Safe compartments, which they don't do currently.
+     Branch: perl
+          ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
+____________________________________________________________________________
+[  8523] By: jhi                                   on 2001/01/23  14:11:58
+        Log: Also the lib/Thread.pm itself needs to be ignored if
+             the Thread extension hasn't been built.
+     Branch: perl
+          ! t/lib/1_compile.t
+____________________________________________________________________________
+[  8522] By: jhi                                   on 2001/01/23  13:51:28
+        Log: print() instead of warn() so that stderr doesn't get
+             unncessarily polluted.
+     Branch: perl
+          ! ext/Encode/compile
+____________________________________________________________________________
+[  8521] By: jhi                                   on 2001/01/23  13:49:48
+        Log: Integrate perlio.
+     Branch: perl
+         !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
+         !> ext/Encode/encode.h
+____________________________________________________________________________
+[  8520] By: nick                                  on 2001/01/22  21:44:00
+        Log: More messing with Encode:
+             Extra fields in header to allow multiple names and to record
+             other things "compile" knows.
+             Re-organise compile to factor out common output routines.
+     Branch: perlio
+          ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
+____________________________________________________________________________
+[  8519] By: nick                                  on 2001/01/22  20:33:50
+        Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
+     Branch: perlio
+          ! ext/Encode/Makefile.PL ext/Encode/compile
+____________________________________________________________________________
+[  8518] By: nick                                  on 2001/01/22  20:28:13
+        Log: Integrate mainline
+     Branch: perlio
+         !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
+         !> vos/config.alpha.def vos/config.alpha.h
+____________________________________________________________________________
+[  8517] By: jhi                                   on 2001/01/22  15:37:17
+        Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
+             by Inaba Hiroto.
+     Branch: perl
+          ! sv.c
+____________________________________________________________________________
+[  8516] By: jhi                                   on 2001/01/22  14:55:15
+        Log: More SIG_SIZE fixes.
+     Branch: perl
+          ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
+____________________________________________________________________________
+[  8515] By: jhi                                   on 2001/01/22  14:50:27
+        Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Mon, 22 Jan 2001 00:42:24 -0600
+             Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
+     Branch: perl
+          ! configure.com
+____________________________________________________________________________
+[  8514] By: jhi                                   on 2001/01/22  14:31:17
+        Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Sun, 21 Jan 2001 23:03:25 -0600
+             Message-Id: <p04330101b691596f577f@[172.16.52.1]>
+     Branch: perl
+          ! configure.com
+____________________________________________________________________________
+[  8513] By: jhi                                   on 2001/01/22  14:14:00
+        Log: Add the .ucm encoding tables to the MANIFEST.
+     Branch: perl
+          ! MANIFEST
+____________________________________________________________________________
+[  8512] By: jhi                                   on 2001/01/22  13:43:33
+        Log: Integrate perlio.
+     Branch: perl
+         +> 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/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/Encode/posix-bc.ucm
+         +> ext/Encode/Encode/symbol.ucm
+         !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
+         !> perliol.h
+____________________________________________________________________________
+[  8511] By: nick                                  on 2001/01/21  23:44:47
+        Log: Make "real" layers of ":utf8" and ":raw".
+             So now PERLIO=utf8 perl ...
+             does what Andreas wanted.
+             Fix arg passing in open.pm (still have a Carp issue).
+     Branch: perlio
+          ! lib/open.pm perlio.c perliol.h
+____________________________________________________________________________
+[  8510] By: jhi                                   on 2001/01/21  22:56:53
+        Log: Document the regex context pushing/popping a bit better.
+     Branch: perl
+          ! regexec.c
+____________________________________________________________________________
+[  8509] By: jhi                                   on 2001/01/21  22:55:44
+        Log: Tweak the mkdir trailing slash code some more.
+             
+             TO DO: the same handling should probably be done for
+             all the other filesystem functions that can have directories
+             as their arguments.
+     Branch: perl
+          ! pp_sys.c
+____________________________________________________________________________
+[  8508] By: nick                                  on 2001/01/21  21:37:43
+        Log: Switch "compiled in" encodings to .ucm format.
+             (Leave others as .enc till we can run-time load .ucm,
+             or find some other way to load them.)
+     Branch: perlio
+          + 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/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/Encode/posix-bc.ucm
+          + ext/Encode/Encode/symbol.ucm
+          ! ext/Encode/Makefile.PL ext/Encode/compile
+____________________________________________________________________________
+[  8507] By: nick                                  on 2001/01/21  21:02:03
+        Log: Integrate (partial) mainline.
+     Branch: perlio
+         !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
+         !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
+         !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
+____________________________________________________________________________
+[  8506] By: jhi                                   on 2001/01/21  20:09:30
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[  8505] By: jhi                                   on 2001/01/21  19:39:59
+        Log: Subject: Minor typos in perlfaq2.pod
+             From: "Stephen P. Potter" <spp@spotter.yi.org>
+             Message-Id: <200101192101.QAA11911@spotter.yi.org>
+             Date: Fri, 19 Jan 2001 16:01:13 -0500
+             
+             with a nit from Philip Netwon.
+     Branch: perl
+          ! pod/perlfaq2.pod
+____________________________________________________________________________
+[  8504] By: jhi                                   on 2001/01/21  19:33:05
+        Log: Metaconfig change for #8503.
+     Branch: metaconfig
+          ! U/threads/usethreads.U
+____________________________________________________________________________
+[  8503] By: jhi                                   on 2001/01/21  19:32:21
+        Log: Sanity check for conflicting thread flavours.
+     Branch: perl
+          ! Configure config_h.SH
+____________________________________________________________________________
+[  8502] By: jhi                                   on 2001/01/21  19:23:00
+        Log: Metaconfig change for #8501.
+     Branch: metaconfig
+          ! U/modified/sig_name.U
+____________________________________________________________________________
+[  8501] By: jhi                                   on 2001/01/21  19:22:26
+        Log: The SIG_SIZE is the number of the elements *excluding*
+             the terminating NULL.
+     Branch: perl
+          ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
+          ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
+          ! win32/config_H.vc
+____________________________________________________________________________
+[  8500] By: jhi                                   on 2001/01/21  18:31:31
+        Log: Integrate perlio.
+     Branch: perl
+         !> doio.c embed.h embed.pl ext/Encode/Encode.xs
+         !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
+         !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
+         !> pp_sys.c proto.h sv.c
+____________________________________________________________________________
+[  8499] By: jhi                                   on 2001/01/21  17:43:57
+        Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
+             From: Hugo <hv@crypt.compulink.co.uk>
+             Date: Sun, 21 Jan 2001 13:34:05 +0000
+             Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
+             
+             In sprintf UTF8ize only if necessary.
+     Branch: perl
+          ! sv.c
+____________________________________________________________________________
+[  8498] By: nick                                  on 2001/01/21  16:25:32
+        Log: Encode cleanup.
+             Add command line control over "compile" so that Makefile.PL
+             needs can be combined with other uses.
+             Use command line options in Makefile.PL.
+             Fix multi-byte parsing in .ucm files.
+     Branch: perlio
+          ! ext/Encode/Makefile.PL ext/Encode/compile
+____________________________________________________________________________
+[  8497] By: nick                                  on 2001/01/21  12:56:27
+        Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
+     Branch: perlio
+          ! ext/Encode/Encode.xs
+____________________________________________________________________________
+[  8496] By: nick                                  on 2001/01/21  12:18:45
+        Log: Fixup after integrate:
+             missed the .sym files that are changed by regen_headers
+             sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
+     Branch: perlio
+          ! global.sym pp.sym sv.c
+____________________________________________________________________________
+[  8495] By: nick                                  on 2001/01/21  11:51:07
+        Log: Integrate mainline.
+     Branch: perlio
+         +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
+         !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
+         !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
+         !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
+         !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
+         !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
+         !> win32/Makefile win32/makefile.mk
+____________________________________________________________________________
+[  8494] By: jhi                                   on 2001/01/20  23:12:11
+        Log: Forgot the expect_number() prototype.
+     Branch: perl
+          ! embed.h embed.pl proto.h
+____________________________________________________________________________
+[  8493] By: jhi                                   on 2001/01/20  22:56:39
+        Log: Subject: [PATCH: perl@8482] README.vms URL updates
+             From: Peter Prymmer <pvhp@forte.com>
+             Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
+             Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
+             
+             Plus Craig A. Berry's suggestion to use compaq.com instead
+             of digital.com.
+     Branch: perl
+          ! README.vms
+____________________________________________________________________________
+[  8492] By: jhi                                   on 2001/01/20  22:50:05
+        Log: Memory management calls documentation.
+     Branch: perl
+          ! pod/perlguts.pod
+____________________________________________________________________________
+[  8491] By: jhi                                   on 2001/01/20  22:38:33
+        Log: Signedness nit plus few memcpy/Copy nits.
+     Branch: perl
+          ! sv.c
+____________________________________________________________________________
+[  8490] By: jhi                                   on 2001/01/20  22:25:53
+        Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
+             From: Peter Prymmer <pvhp@forte.com>
+             Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
+             Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
+     Branch: perl
+          ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
+____________________________________________________________________________
+[  8489] By: jhi                                   on 2001/01/20  22:24:41
+        Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
+             From: Peter Prymmer <pvhp@forte.com>
+             Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
+             Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
+     Branch: perl
+          ! win32/Makefile win32/makefile.mk
+____________________________________________________________________________
+[  8488] By: jhi                                   on 2001/01/20  22:22:27
+        Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
+             From: Peter Prymmer <pvhp@forte.com>
+             Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
+             Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
+     Branch: perl
+          ! Makefile.SH
+____________________________________________________________________________
+[  8487] By: jhi                                   on 2001/01/20  22:21:18
+        Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
+             From: Peter Prymmer <pvhp@forte.com>
+             Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
+             Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
+     Branch: perl
+          + ext/DynaLoader/dl_dllload.xs
+          ! MANIFEST Makefile.SH hints/os390.sh
+____________________________________________________________________________
+[  8486] By: jhi                                   on 2001/01/20  22:17:53
+        Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
+             From: Peter Prymmer <pvhp@forte.com>
+             Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
+             Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
+     Branch: perl
+          ! README.os390 README.posix-bc
+____________________________________________________________________________
+[  8485] By: jhi                                   on 2001/01/20  20:15:30
+        Log: Document and test the new qu operator.
+     Branch: perl
+          + t/op/qu.t
+          ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
+          ! pod/perlretut.pod pod/perlunicode.pod
+____________________________________________________________________________
+[  8484] By: nick                                  on 2001/01/20  19:42:30
+        Log: Infrastructure to allow:
+             open($fh,"|-",@array);
+             to be implemented
+             i.e. mark pp_open as needing a stack mark, and make pp_open
+             process its args in that style (and pass them _all_ to tied handles OPEN).
+             Invent do_openn() which takes SV ** at allow it to see multiple args.
+             Note this does not _do_ anything yet.
+     Branch: perlio
+          ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
+          ! perlapi.c pp_proto.h pp_sys.c proto.h
+____________________________________________________________________________
+[  8483] By: nick                                  on 2001/01/20  17:23:14
+        Log: Integrate mainline.
+     Branch: perlio
+         !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
+         !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
+____________________________________________________________________________
+[  8482] By: jhi                                   on 2001/01/19  15:37:49
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[  8481] By: jhi                                   on 2001/01/19  14:41:24
+        Log: Subject: Re: new feature: s?printf parameter reordering 
+             From: Hugo <hv@crypt.compulink.co.uk>
+             Date: Thu, 11 Jan 2001 17:09:03 +0000
+             Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
+             
+             - support reordering for all parameters: %, *v, *, .*
+             - lay down that the reordering specification must immediately
+             follow that parameter: %3$, *v3$, *3$, .*3$
+             - fix vectorisation of a zero-length string
+             - factor out the code choosing the argument to format
+             
+             Possibly unwanted side-effects:
+             - the special format specifiers ' +-0' must now precede any
+             vectorisation specifier. Tests in op/sprintf and op/ver
+             have been changed to reflect this.
+             - sprintf.t test #214 changed its expectations because in many
+             cases, the next parameter has already been consumed when an
+             invalid type letter is detected.
+             
+             Probably wanted side-effects:
+             - attempts to format a non-existent parameter will warn as if C<undef>
+             - attempt to write to non-existent parameter with '%n' will complain
+             of "attempt to modify read-only value" instead of being silent
+     Branch: perl
+          ! sv.c t/op/sprintf.t t/op/ver.t
+____________________________________________________________________________
+[  8480] By: jhi                                   on 2001/01/19  14:08:37
+        Log: Subject: PATCH pragma/locale.t
+             From: andreas.koenig@anima.de (Andreas J. Koenig)
+             Date: 18 Jan 2001 09:45:37 +0100
+             Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
+     Branch: perl
+          ! t/pragma/locale.t
+____________________________________________________________________________
+[  8479] By: jhi                                   on 2001/01/19  13:19:58
+        Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
+     Branch: perl
+          ! configure.com
+____________________________________________________________________________
+[  8478] By: jhi                                   on 2001/01/19  02:12:35
+        Log: Automate 1_compile.t.
+     Branch: perl
+          ! t/lib/1_compile.t
+____________________________________________________________________________
+[  8477] By: jhi                                   on 2001/01/19  01:49:56
+        Log: Integrate perlio.
+     Branch: perl
+         !> sv.c win32/config.bc win32/config.gc win32/config.vc
+         !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
+____________________________________________________________________________
+[  8476] By: nick                                  on 2001/01/18  21:51:52
+        Log: Integrate mainline
+     Branch: perlio
+         +> t/lib/1_compile.t t/lib/compmod.pl
+         !> MANIFEST configure.com lib/unicode/distinct.pm
+____________________________________________________________________________
+[  8475] By: nick                                  on 2001/01/18  21:48:02
+        Log: Win32 "safe signals" co-existance fix.
+             Fix SIG_SIZE value.
+             Clear PL_sig_pending when cloning (fork).
+     Branch: perlio
+          ! sv.c win32/config.bc win32/config.gc win32/config.vc
+          ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
+____________________________________________________________________________
+[  8474] By: jhi                                   on 2001/01/18  14:40:57
+        Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
+     Branch: perl
+          ! t/lib/1_compile.t
+____________________________________________________________________________
+[  8473] By: gsar                                  on 2001/01/18  11:42:31
+        Log: unsubmitted trial1 change
+     Branch: maint-5.6/perl
+          ! Changes
+____________________________________________________________________________
+[  8472] By: jhi                                   on 2001/01/18  04:30:24
+        Log: The first bug found by 1_compile.t.
+     Branch: perl
+          ! lib/unicode/distinct.pm
+____________________________________________________________________________
+[  8471] By: jhi                                   on 2001/01/18  04:29:42
+        Log: Add Schwern's 1_compile test.  The compile_module script renamed
+             to be a bit shorter for the 8.3 people.
+     Branch: perl
+          + t/lib/1_compile.t t/lib/compmod.pl
+          ! MANIFEST
+____________________________________________________________________________
+[  8470] By: jhi                                   on 2001/01/18  04:16:00
+        Log: Subject: [PATCH: perl@8453] Re: subversion undef on VMS (was Re: [ID 20001218.033] Not OK: perl v5.6.1 +v5.6.1-TRIAL1 on   VMS_AXP V7.2-1)
+             From: Peter Prymmer <pvhp@forte.com>
+             Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
+             Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
+             Replace #8463.
+     Branch: maint-5.6/perl
+          ! configure.com
+____________________________________________________________________________
+[  8469] By: jhi                                   on 2001/01/18  04:13:02
+        Log: Subject: [PATCH: perl@8453] Re: subversion undef on VMS (was Re: [ID 20001218.033] Not OK: perl v5.6.1 +v5.6.1-TRIAL1 on   VMS_AXP V7.2-1)
+             From: Peter Prymmer <pvhp@forte.com>
+             Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
+             Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
+             Replace #8462.
+     Branch: perl
+          ! configure.com
+____________________________________________________________________________
+[  8468] By: jhi                                   on 2001/01/18  03:42:08
+        Log: Integrate perlio.
+     Branch: perl
+         !> gv.c mg.c perlio.c util.c
+____________________________________________________________________________
+[  8467] By: nick                                  on 2001/01/17  22:41:10
+        Log: "Safe" signals - trial implementation.
+             gv.c tweaked to zero PL_sig_pend array
+             perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
+             util.c tweaked to not set SA_RESTART to give perlio.c a chance.
+             Odd thing is that it "works" with PERLIO=stdio as well (linux).
+     Branch: perlio
+          ! gv.c mg.c perlio.c util.c
+____________________________________________________________________________
+[  8466] By: nick                                  on 2001/01/17  20:40:20
+        Log: Integrate mainline.
+     Branch: perlio
+         !> Configure Porting/Glossary Porting/config.sh Porting/config_H
+         !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
+         !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
+         !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
+         !> vos/config.ga.h win32/config.bc win32/config.gc
+         !> win32/config.vc
+____________________________________________________________________________
+[  8465] By: jhi                                   on 2001/01/17  18:37:13
+        Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
+             From: Nicholas Clark <nick@ccl4.org>
+             Date: Wed, 17 Jan 2001 17:31:33 +0000
+             Message-ID: <20010117173133.I2633@plum.flirble.org>
+     Branch: perl
+          ! t/op/int.t
+____________________________________________________________________________
+[  8464] By: jhi                                   on 2001/01/17  14:43:17
+        Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
+             From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
+             Date: Wed, 17 Jan 2001 15:16:43 +0100
+             Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
+             
+             pp_int() was dropping an NV to the floor,
+             int(279964589018079/59) either returned not an integer
+             4745162525730.15, or one got "Attempt to free unreferenced scalar."
+     Branch: perl
+          ! pp.c
+____________________________________________________________________________
+[  8463] By: jhi                                   on 2001/01/17  06:12:42
+        Log: (Replaced by #8470)
+             
+             Subject: subversion undef on VMS (was Re: [ID 20001218.033] Not OK: perl v5.6.1 +v5.6.1-TRIAL1 on   VMS_AXP V7.2-1)
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Tue, 16 Jan 2001 23:38:46 -0600
+             Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
+     Branch: maint-5.6/perl
+          ! configure.com
+____________________________________________________________________________
+[  8462] By: jhi                                   on 2001/01/17  06:11:31
+        Log: (Replaced by #8469)
+             
+             Subject: subversion undef on VMS (was Re: [ID 20001218.033] Not OK: perl v5.6.1 +v5.6.1-TRIAL1 on   VMS_AXP V7.2-1)
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Tue, 16 Jan 2001 23:38:46 -0600
+             Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
+     Branch: perl
+          ! configure.com
+____________________________________________________________________________
+[  8461] By: jhi                                   on 2001/01/17  05:56:12
+        Log: Allow for one trailing slash in the directory of mkdir().
+     Branch: perl
+          ! pp_sys.c
+____________________________________________________________________________
+[  8460] By: jhi                                   on 2001/01/17  03:26:01
+        Log: Metaconfig unit changes for #8459.
+     Branch: metaconfig
+          ! U/modified/Loc.U U/modified/sig_name.U
+____________________________________________________________________________
+[  8459] By: jhi                                   on 2001/01/17  03:24:48
+        Log: Define SIG_SIZE, the number of elements in the sig_name and
+             sig_num arrays, including the final NULL entry.
+     Branch: perl
+          ! Configure Porting/Glossary Porting/config.sh Porting/config_H
+          ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
+          ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
+          ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
+          ! win32/config.bc win32/config.gc win32/config.vc
+____________________________________________________________________________
+[  8458] By: jhi                                   on 2001/01/17  01:41:33
+        Log: Integrate perlio.
+     Branch: perl
+         !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
+         !> perlapi.h proto.h sv.c
+____________________________________________________________________________
+[  8457] By: nick                                  on 2001/01/16  22:07:26
+        Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
+             Provides all the "cost" but no benefit yet - it is to allow cost
+             to be measured, and implementation experiments (just in mg.c?).
+     Branch: perlio
+          ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
+          ! perlapi.h proto.h sv.c
+____________________________________________________________________________
+[  8456] By: nick                                  on 2001/01/16  21:07:07
+        Log: Integrate mainline.
+     Branch: perlio
+         !> (integrate 51 files)
+____________________________________________________________________________
+[  8455] By: jhi                                   on 2001/01/16  18:13:43
+        Log: Subject: [PATCH] regcomp.c old feature removal
+             From: mjd@plover.com
+             Date: 16 Jan 2001 14:43:18 -0000 
+             Message-ID: <20010116144318.7140.qmail@plover.com> 
+     Branch: perl
+          ! regcomp.c
+____________________________________________________________________________
+[  8454] By: jhi                                   on 2001/01/16  16:12:39
+        Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
+             From: "Indy Singh" <indy@nusphere.com>
+             Date: Wed, 10 Jan 2001 20:17:49 -0500
+             Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
+     Branch: maint-5.6/perl
+          ! win32/Makefile
+____________________________________________________________________________
+[  8453] By: jhi                                   on 2001/01/16  16:09:33
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[  8452] By: jhi                                   on 2001/01/16  15:42:04
+        Log: Subject: Re: API Cleanup
+             To: perl5-porters@perl.org
+             Date: Tue, 16 Jan 2001 13:42:30 +0000
+             Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
+             
+             Subject: [PATCH] utf8.c documentation
+             From: Simon Cozens <simon@cozens.net>
+             Date: Tue, 16 Jan 2001 13:52:48 +0000
+             Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
+             
+             Subject: Re: API Cleanup
+             From: Simon Cozens <simon@cozens.net>
+             Date: Tue, 16 Jan 2001 14:58:55 +0000
+             Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
+             
+             UTF-8 doc patches.
+     Branch: perl
+          ! embed.pl pod/perlapi.pod utf8.c
+____________________________________________________________________________
+[  8451] By: jhi                                   on 2001/01/16  14:41:39
+        Log: podlators 1.07, from Russ Allbery.
+     Branch: perl
+          ! lib/Pod/Man.pm
+____________________________________________________________________________
+[  8450] By: jhi                                   on 2001/01/16  14:24:19
+        Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
+             From: "Indy Singh" <indy@nusphere.com>
+             Date: Mon, 15 Jan 2001 20:59:40 -0500
+             Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
+     Branch: perl
+          ! win32/Makefile
+____________________________________________________________________________
+[  8449] By: jhi                                   on 2001/01/16  03:42:55
+        Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
+             at the setting of the ofs_sv in new_struct_thread() as the
+             thr->Tofs_sv (PL_ofs_sv) was still 0xabab...., SvREFCNT_inc()ing
+             that invited a core dump.
+     Branch: perl
+          ! util.c
+____________________________________________________________________________
+[  8448] By: jhi                                   on 2001/01/16  01:49:07
+        Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
+             From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
+             Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
+             Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
+             
+             Replace #8444 and #8445.
+     Branch: perl
+          ! ext/B/B.xs ext/B/B/Debug.pm
+____________________________________________________________________________
+[  8447] By: jhi                                   on 2001/01/15  21:05:35
+        Log: Subject: [PATCH] API Variable documentation   
+             From: Simon Cozens <simon@cozens.net>
+             Date: Mon, 15 Jan 2001 19:35:54 +0000
+             Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
+     Branch: perl
+          ! pod/perlapi.pod thrdvar.h
+____________________________________________________________________________
+[  8446] By: jhi                                   on 2001/01/15  20:49:20
+        Log: Signedness nit.
+     Branch: perl
+          ! pp_ctl.c
+____________________________________________________________________________
+[  8445] By: jhi                                   on 2001/01/15  20:28:48
+        Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
+     Branch: perl
+          ! ext/B/B/Debug.pm
+____________________________________________________________________________
+[  8444] By: jhi                                   on 2001/01/15  13:09:10
+        Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
+     Branch: perl
+          ! ext/B/B.xs
+____________________________________________________________________________
+[  8443] By: jhi                                   on 2001/01/15  13:06:26
+        Log: Missing from #8439.
+     Branch: perl
+          ! keywords.h mg.c
+____________________________________________________________________________
+[  8442] By: jhi                                   on 2001/01/15  13:02:38
+        Log: Subject: [PATCH @8436] Eliminate op_children
+             From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
+             Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
+             Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
+             
+             Subject: [PATCH @8436] Re: Eliminate op_children
+             From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
+             Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
+             Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
+     Branch: perl
+          ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
+          ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
+          ! op.c op.h
+____________________________________________________________________________
+[  8441] By: jhi                                   on 2001/01/15  12:57:08
+        Log: Use the /^Perl_/-less form of is_lvalue_sub().
+     Branch: perl
+          ! pp.h
+____________________________________________________________________________
+[  8440] By: jhi                                   on 2001/01/15  05:13:09
+        Log: Revert #8437 and #8438, the Linux large files story is more complex.
+     Branch: metaconfig/U/perl
+          ! d_fpos64_t.U d_off64_t.U
+     Branch: perl
+          ! Configure Porting/Glossary Porting/config.sh Porting/config_H
+          ! config_h.SH configure.com epoc/config.sh perl.h
+          ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
+          ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
+          ! win32/config.bc win32/config.gc win32/config.vc
+____________________________________________________________________________
+[  8439] By: jhi                                   on 2001/01/15  05:02:24
+        Log: More UTF-8 patches from Inaba Hiroto.
+             - The substr lval was still not okay.
+             - Now pp_stringify and sv_setsv copies source's UTF8 flag
+             even if IN_BYTE.  pp_stringify is called from fold_constants
+             at optimization phase and "\x{100}" was made SvUTF8_off under
+             use bytes (the bytes pragma is for "byte semantics" and not
+             for "do not produce UTF8 data")
+             - New `qu' operator to generate UTF8 string explicitly.
+             Though I agree with the policy "0x00-0xff always produce bytes",
+             sometimes want to such a string to be coded in UTF8.
+             I can use pack"U0a*" but it requires more typing and has
+             runtime overhead.
+             - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
+             change, the bug apears if a pm has PMdf_UTF8 flag but interpolated
+             string is not UTF8_on and has char 0x80-0xff.
+             
+             TODO: document and test qu.
+     Branch: perl
+          ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
+          ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
+          ! toke.c
+____________________________________________________________________________
+[  8438] By: jhi                                   on 2001/01/14  05:10:23
+        Log: Metaconfig unit changes for #8437.
+     Branch: metaconfig/U/perl
+          ! d_fpos64_t.U d_off64_t.U
+____________________________________________________________________________
+[  8437] By: jhi                                   on 2001/01/14  04:55:34
+        Log: Add <features.h> probing, seems to be needed for (some?)
+             Linux largefileness.
+     Branch: perl
+          ! Configure Porting/Glossary Porting/config.sh Porting/config_H
+          ! config_h.SH configure.com epoc/config.sh perl.h
+          ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
+          ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
+          ! win32/config.bc win32/config.gc win32/config.vc
+____________________________________________________________________________
+[  8436] By: jhi                                   on 2001/01/13  17:47:21
+        Log: Tighten some of the tests a bit.
+     Branch: perl
+          ! t/pragma/utf8.t
+____________________________________________________________________________
+[  8435] By: jhi                                   on 2001/01/13  17:31:54
+        Log: Integrate perlio.
+     Branch: perl
+         !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
+         !> win32/config_H.gc win32/config_H.vc
+____________________________________________________________________________
+[  8434] By: nick                                  on 2001/01/13  11:36:53
+        Log: Run dmake regen_config_h for Win32
+     Branch: perlio
+          ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
+____________________________________________________________________________
+[  8433] By: nick                                  on 2001/01/13  11:31:55
+        Log: VMS friendly patch to Encode compile process
+     Branch: perlio
+          ! ext/Encode/Makefile.PL ext/Encode/compile
+____________________________________________________________________________
+[  8432] By: nick                                  on 2001/01/13  11:06:44
+        Log: Integrate mainline
+     Branch: perlio
+         +> ext/B/B/Concise.pm
+         !> (integrate 52 files)
+____________________________________________________________________________
+[  8431] By: jhi                                   on 2001/01/13  05:55:55
+        Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
+             From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
+             Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
+             Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
+     Branch: perl
+          ! ext/B/B/Concise.pm
+____________________________________________________________________________
+[  8430] By: jhi                                   on 2001/01/13  04:24:18
+        Log: The LVRET macro needed an aTHX.
+     Branch: perl
+          ! pp.h
+____________________________________________________________________________
+[  8429] By: jhi                                   on 2001/01/13  02:12:42
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[  8428] By: jhi                                   on 2001/01/13  02:08:50
+        Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
+             From: Peter Prymmer <pvhp@forte.com>
+             Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
+             Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
+             
+             Add a BEGIN guard for sloppy floating point division.
+     Branch: perl
+          ! lib/Math/BigInt.pm lib/bigint.pl
+____________________________________________________________________________
+[  8427] By: jhi                                   on 2001/01/13  01:47:16
+        Log: The B::Terse drop-in replacement wasn't quite drop-in.
+     Branch: perl
+          ! ext/B/B/Terse.pm
+____________________________________________________________________________
+[  8426] By: jhi                                   on 2001/01/12  21:20:43
+        Log: Use UVXf.
+     Branch: perl
+          ! Configure Porting/Glossary Porting/config.sh Porting/config_H
+          ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
+          ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
+          ! vos/config.ga.def vos/config.ga.h win32/config.bc
+          ! win32/config.gc win32/config.vc
+____________________________________________________________________________
+[  8425] By: jhi                                   on 2001/01/12  20:20:14
+        Log: Subject: [PATCH perl@8342] -Wformat
+             From: Robin Barker <rmb1@cise.npl.co.uk>
+             Date: Fri, 12 Jan 2001 20:03:14 GMT
+             Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
+     Branch: perl
+          ! ext/Encode/Encode.xs mg.c sv.c toke.c
+____________________________________________________________________________
+[  8424] By: jhi                                   on 2001/01/12  20:01:48
+        Log: Subject: B::Concise -- an improved replacement for B::Terse 
+             From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
+             Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
+             Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
+     Branch: perl
+          + ext/B/B/Concise.pm
+          ! MANIFEST ext/B/B/Terse.pm
+____________________________________________________________________________
+[  8423] By: jhi                                   on 2001/01/12  19:24:02
+        Log: The new metaconfig unit from the #8421.
+     Branch: metaconfig/U/perl
+          + d_sigprocmask.U
+____________________________________________________________________________
+[  8422] By: jhi                                   on 2001/01/12  19:23:43
+        Log: Forgot the microperl config from the #8421.
+     Branch: perl
+          ! uconfig.h uconfig.sh
+____________________________________________________________________________
+[  8421] By: jhi                                   on 2001/01/12  19:05:27
+        Log: Add sigprocmask() probe, regen Configure, regen toc.
+     Branch: perl
+          ! Configure Porting/Glossary Porting/config.sh Porting/config_H
+          ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
+          ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
+          ! vos/config.ga.h win32/config.bc win32/config.gc
+          ! win32/config.vc
+____________________________________________________________________________
+[  8420] By: jhi                                   on 2001/01/12  18:34:31
+        Log: Add sockatmark() to the todo list.
+     Branch: perl
+          ! Todo-5.6
+____________________________________________________________________________
+[  8419] By: jhi                                   on 2001/01/12  18:09:46
+        Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
+     Branch: perl
+          ! op.c
+____________________________________________________________________________
+[  8418] By: jhi                                   on 2001/01/12  18:05:30
+        Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
+             From: Radu Greab <radu@netsoft.ro>
+             Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
+             Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
+     Branch: perl
+          ! op.c t/pragma/sub_lval.t
+____________________________________________________________________________
+[  8417] By: jhi                                   on 2001/01/12  16:09:09
+        Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
+             From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
+             Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
+             Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
+     Branch: perl
+          ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
+          ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
+          ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
+          ! t/pragma/sub_lval.t toke.c
+____________________________________________________________________________
+[  8416] By: jhi                                   on 2001/01/12  15:42:06
+        Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
+             From: "Richard Soderberg" <rs@crystalflame.net>
+             Date: Fri, 12 Jan 2001 04:49:35 -0800
+             Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
+             
+             Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
+             according to the platform.
+     Branch: perl
+          ! op.c
+____________________________________________________________________________
+[  8415] By: jhi                                   on 2001/01/12  15:33:41
+        Log: One more UTF-8 fix from Inaba Hiroto.
+     Branch: perl
+          ! pp.c regexec.c t/pragma/utf8.t
+____________________________________________________________________________
+[  8414] By: jhi                                   on 2001/01/12  15:30:18
+        Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
+     Branch: perl
+          ! regexec.c
+____________________________________________________________________________
+[  8413] By: jhi                                   on 2001/01/12  15:22:10
+        Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
+             From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
+             Date: Thu, 11 Jan 2001 12:53:36 +0100
+             Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
+     Branch: perl
+          ! toke.c
+____________________________________________________________________________
+[  8412] By: jhi                                   on 2001/01/12  15:20:25
+        Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
+             From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
+             Date: Fri, 12 Jan 2001 14:37:55 +0100
+             Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
+     Branch: perl
+          ! hints/posix-bc.sh
+____________________________________________________________________________
+[  8411] By: jhi                                   on 2001/01/12  15:14:14
+        Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
+             From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
+             Date: Fri, 12 Jan 2001 10:42:21 +0100
+             Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
+     Branch: perl
+          ! t/op/regmesg.t
+____________________________________________________________________________
+[  8410] By: jhi                                   on 2001/01/12  05:48:55
+        Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
+             From: Nicholas Clark <nick@ccl4.org> 
+             Date: Sun, 7 Jan 2001 19:47:14 +0000
+             Message-ID: <20010107194714.B1048@plum.flirble.org>
+     Branch: perl
+          ! t/op/numconvert.t
+____________________________________________________________________________
+[  8409] By: jhi                                   on 2001/01/12  05:41:28
+        Log: Integrate perlio.
+     Branch: perl
+         !> mg.c scope.h
+____________________________________________________________________________
+[  8408] By: nick                                  on 2001/01/11  22:43:28
+        Log: Remove variables that were used in experiments.
+     Branch: perlio
+          ! mg.c
+____________________________________________________________________________
+[  8407] By: nick                                  on 2001/01/11  20:57:44
+        Log: Catch die in %SIG handler and unblock the signal before re-dying.
+             This make Linux work _without_ sigsetjmp().
+             Turn off sigsetjmp() to see what else it does.
+             May need Configure probe for sigprocmask() if anything has sigaction()
+             but not sigprocmask().
+     Branch: perlio
+          ! mg.c scope.h
+____________________________________________________________________________
+[  8406] By: nick                                  on 2001/01/11  19:32:07
+        Log: Integrate mainline
+     Branch: perlio
+         !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
+         !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
+         !> t/op/substr.t
+____________________________________________________________________________
+[  8405] By: jhi                                   on 2001/01/11  17:11:01
+        Log: Fix UTF-8 lval substr().
+     Branch: perl
+          ! mg.c t/op/substr.t
+____________________________________________________________________________
+[  8404] By: jhi                                   on 2001/01/11  05:13:58
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[  8403] By: jhi                                   on 2001/01/11  04:38:24
+        Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
+             From: Hugo <hv@crypt.compulink.co.uk>
+             Date: Mon, 30 Oct 2000 01:33:26 +0000
+             Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
+     Branch: perl
+          ! regexec.c t/op/re_tests
+____________________________________________________________________________
+[  8402] By: jhi                                   on 2001/01/11  04:26:12
+        Log: Integrate perlio.
+     Branch: perl
+         !> scope.h util.c
+____________________________________________________________________________
+[  8401] By: nick                                  on 2001/01/10  22:52:55
+        Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
+             (So Alan and Ilya can try setting via hints.)
+             Verified Linux "works" with it true and fails to re-enable SIGINT if false.
+             Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
+             doing the save everywhere seems to restart read() correctly, but just
+             doing it once "round" the handler does not.
+     Branch: perlio
+          ! scope.h
+____________________________________________________________________________
+[  8400] By: jhi                                   on 2001/01/10  21:57:54
+        Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
+             of IRIX, HP-UX is unaffected.
+     Branch: perl
+          ! perl.h
+____________________________________________________________________________
+[  8399] By: nick                                  on 2001/01/10  21:29:19
+        Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
+     Branch: perlio
+          ! util.c
+____________________________________________________________________________
+[  8398] By: jhi                                   on 2001/01/10  20:55:31
+        Log: Add ReuseAddr as a (preferred) alias for Reuse as we know
+             also have ReusePort.
+     Branch: perl
+          ! ext/IO/lib/IO/Socket/INET.pm
+____________________________________________________________________________
+[  8397] By: jhi                                   on 2001/01/10  20:50:57
+        Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
+             From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
+             Date: Wed, 10 Jan 2001 01:38:13 -0800
+             Message-ID: <20010110013813.B41744@yahoo-inc.com>
+     Branch: perl
+          ! ext/IO/lib/IO/Socket/INET.pm
+____________________________________________________________________________
+[  8396] By: jhi                                   on 2001/01/10  20:49:30
+        Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
+             From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
+             Date: Wed, 10 Jan 2001 01:37:32 -0800
+             Message-ID: <20010110013732.A41744@yahoo-inc.com>
+     Branch: perl
+          ! ext/Socket/Socket.pm
+____________________________________________________________________________
+[  8395] By: jhi                                   on 2001/01/10  20:41:37
+        Log: Test for bug id 20010105.016 (fixed by #8378).
+     Branch: perl
+          ! t/op/split.t
+____________________________________________________________________________
+[  8394] By: jhi                                   on 2001/01/10  20:26:32
+        Log: Integrate perlio.
+     Branch: perl
+          ! util.c
+____________________________________________________________________________
+[  8393] By: nick                                  on 2001/01/10  19:34:30
+        Log: Back out Simon's pid hackery for now.
+     Branch: perlio
+          ! util.c
+____________________________________________________________________________
+[  8392] By: nick                                  on 2001/01/10  19:23:13
+        Log: Integrate mainline. (Builds but does not work - something broke pipes...)
+     Branch: perlio
+         !> (integrate 29 files)
+____________________________________________________________________________
+[  8391] By: jhi                                   on 2001/01/10  18:43:15
+        Log: Subject: [PATCH] Fix my_pclose segfault
+             From: Simon Cozens <simon@cozens.net>
+             Date: Wed, 10 Jan 2001 18:39:35 +0000
+             Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
+     Branch: perl
+          ! util.c
+____________________________________________________________________________
+[  8390] By: jhi                                   on 2001/01/10  18:42:08
+        Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
+             From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
+             Date:     Wed, 10 Jan 2001 13:23:02 EST
+             Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
+     Branch: perl
+          ! ext/Opcode/Opcode.xs
+____________________________________________________________________________
+[  8389] By: jhi                                   on 2001/01/10  15:16:07
+        Log: Turn off the integer preservation for now.
+     Branch: perl
+          ! perl.h
+____________________________________________________________________________
+[  8388] By: jhi                                   on 2001/01/10  15:01:25
+        Log: Few more IDE/editor nits from p5p.
+     Branch: perl
+          ! pod/perlfaq3.pod
+____________________________________________________________________________
+[  8387] By: jhi                                   on 2001/01/10  06:53:16
+        Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
+             To: "Andreas J. Koenig" <andreas.koenig@anima.de>
+             Date: Tue, 9 Jan 2001 23:16:02 +0000
+             Message-ID: <20010109231602.A81101@plum.flirble.org>
+     Branch: perl
+          ! sv.c
+____________________________________________________________________________
+[  8386] By: jhi                                   on 2001/01/10  03:17:54
+        Log: Test cases for #8385 (from Simon's "torture.pl")
+     Branch: perl
+          ! t/op/tr.t
+____________________________________________________________________________
+[  8385] By: jhi                                   on 2001/01/10  03:17:11
+        Log: Subject: Re: more UTF8 test suites and an UTF8 patch
+             From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
+             Date: Wed, 10 Jan 2001 11:39:39 +0900
+             Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
+             
+             Some more UTF-8 tr cases fixed.
+     Branch: perl
+          ! doop.c
+____________________________________________________________________________
+[  8384] By: jhi                                   on 2001/01/09  22:45:40
+        Log: Allow the locale test needing POSIX and the taint test
+             needing IPC::SysV to run under 'minitest' (basically,
+             bail out if loading the extension fails)
+     Branch: perl
+          ! t/op/misc.t t/op/taint.t
+____________________________________________________________________________
+[  8383] By: jhi                                   on 2001/01/09  21:36:04
+        Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
+             From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
+             Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
+             Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
+     Branch: perl
+          ! t/io/openpid.t
+____________________________________________________________________________
+[  8382] By: jhi                                   on 2001/01/09  21:06:08
+        Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
+             Should finish up the bug id 20001205.022.
+     Branch: perl
+          ! pp.c pp_hot.c scope.c
+____________________________________________________________________________
+[  8381] By: jhi                                   on 2001/01/09  18:27:43
+        Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
+             From: Andy Dougherty <doughera@lafayette.edu>
+             Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
+             Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
+             
+             More robust yacc/bison error detection.
+     Branch: perl
+          ! t/comp/proto.t
+____________________________________________________________________________
+[  8380] By: jhi                                   on 2001/01/09  15:21:38
+        Log: Subject:  [PATCH] make t/op/misc.t work on VMS
+             From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
+             Date:     Tue, 9 Jan 2001 07:53:55 EST
+             Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
+     Branch: perl
+          ! t/op/misc.t vms/test.com
+____________________________________________________________________________
+[  8379] By: jhi                                   on 2001/01/09  15:20:38
+        Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
+             From: jhi@cc.hut.fi
+             Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
+             Message-Id: <200012302057.WAA31168@alpha.hut.fi>
+             
+             The #8378 fixed this.
+     Branch: perl
+          ! t/op/tr.t
+____________________________________________________________________________
+[  8378] By: jhi                                   on 2001/01/09  15:05:32
+        Log: Subject: One more patch for UTF8 
+             From: Inaba Hiroto <inaba@st.rim.or.jp>
+             Date: Tue, 09 Jan 2001 01:04:32 +0900
+             Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
+             
+             UTF-8 fixes for 'x' and tr///.
+     Branch: perl
+          ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
+          ! regcomp.c regexec.c toke.c utf8.c
+____________________________________________________________________________
+[  8377] By: jhi                                   on 2001/01/09  14:32:17
+        Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
+     Branch: perl
+          ! t/op/length.t
+____________________________________________________________________________
+[  8376] By: jhi                                   on 2001/01/09  04:32:32
+        Log: integrate changes #7775, #8316, #8316 from mainline
+     Branch: maint-5.6/perl
+          ! hints/solaris_2.sh
+____________________________________________________________________________
+[  8375] By: jhi                                   on 2001/01/09  04:26:43
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[  8374] By: jhi                                   on 2001/01/09  04:14:32
+        Log: IDE/editor section tweaking.
+     Branch: perl
+          ! pod/perlfaq3.pod
+____________________________________________________________________________
+[  8373] By: jhi                                   on 2001/01/09  02:38:26
+        Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
+             From: Peter Prymmer <pvhp@forte.com>
+             Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
+             Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
+             
+             In preparation os OS/390 dynamic loading.
+     Branch: perl
+          ! README.os390 hints/os390.sh
+____________________________________________________________________________
+[  8372] By: jhi                                   on 2001/01/09  00:24:30
+        Log: Integrate with perlio.
+     Branch: perl
+         !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
+____________________________________________________________________________
+[  8371] By: nick                                  on 2001/01/08  23:54:33
+        Log: Fix "scalars leaked" bugs caused by overload magic
+             (Highlighted by Ilya's DESTROY optimization.)
+     Branch: perlio
+          ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
+____________________________________________________________________________
+[  8370] By: nick                                  on 2001/01/08  20:19:41
+        Log: Integrate mainline
+     Branch: perlio
+         !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
+         !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
+         !> t/op/64bitint.t
+____________________________________________________________________________
+[  8369] By: jhi                                   on 2001/01/08  17:30:52
+        Log: save_delete() Safefree() doesn't (anymore?) work with shared
+             strings, one test failure in op/misc and almost all of lib/b.
+             (Outcomments #8369.)
+     Branch: perl
+          ! scope.c
+____________________________________________________________________________
+[  8368] By: jhi                                   on 2001/01/08  14:47:10
+        Log: (Outcommented by #8369.)
+             
+             Subject: Re: Perl BugID 20001205.022 ---- save_delete
+             From: Simon Cozens <simon@cozens.net>
+             Date: Sat, 6 Jan 2001 11:48:40 +0000
+             Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
+             
+             The save_delete() does need the Safefree.
+     Branch: perl
+          ! scope.c
+____________________________________________________________________________
+[  8367] By: bailey                                on 2001/01/08  08:53:52
+        Log: Once again syncing after too long an absence
+     Branch: vmsperl
+         +> (branch 55 files)
+          - MAINTAIN fix_pl vos/config.def vos/config.h
+          - vos/config_h.SH_orig
+         !> (integrate 498 files)
+____________________________________________________________________________
+[  8366] By: jhi                                   on 2001/01/08  02:42:59
+        Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
+             From: nick@ccl4.org
+             Date: Sun, 7 Jan 2001 21:07:18 +0000
+             Message-Id: <20010107210717.D1048@plum.flirble.org>
+     Branch: perl
+          ! sv.c t/op/64bitint.t
+____________________________________________________________________________
+[  8365] By: jhi                                   on 2001/01/08  02:35:16
+        Log: Subject: [PATCH] environ nit
+             From: Simon Cozens <simon@cozens.net>
+             Date: Sun, 7 Jan 2001 17:57:07 +0000
+             Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
+             
+             Use environ only if we have it.
+     Branch: perl
+          ! mg.c
+____________________________________________________________________________
+[  8364] By: jhi                                   on 2001/01/08  02:24:51
+        Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
+     Branch: perl
+          ! ext/GDBM_File/GDBM_File.xs
+____________________________________________________________________________
+[  8363] By: jhi                                   on 2001/01/08  02:19:24
+        Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
+             From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
+             Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
+             Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
+     Branch: perl
+          ! dump.c op.c
+____________________________________________________________________________
+[  8362] By: jhi                                   on 2001/01/08  02:17:43
+        Log: Subject: [patch] xsub AUTOLOAD fix/optimization
+             From: Doug MacEachern <dougm@covalent.net>
+             Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
+             Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
+             
+             Allow AUTOLOAD to be an xsub and allow such xsubs
+             to avoid use of $AUTOLOAD.
+     Branch: perl
+          ! gv.c
+____________________________________________________________________________
+[  8361] By: jhi                                   on 2001/01/08  02:16:07
+        Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
+             From: Radu Greab <radu@netsoft.ro>
+             Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
+             Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
+             
+             No need for the potentially unportable $SIG{CHLD}.
+     Branch: perl
+          ! t/io/pipe.t
+____________________________________________________________________________
+[  8360] By: jhi                                   on 2001/01/08  01:58:23
+        Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
+     Branch: perl
+          ! lib/Getopt/Long.pm
+____________________________________________________________________________
+[  8359] By: jhi                                   on 2001/01/08  01:55:44
+        Log: Integrate perlio.
+     Branch: perl
+         !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
+         !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
+         !> utf8.c win32/Makefile
+____________________________________________________________________________
+[  8358] By: jhi                                   on 2001/01/07  21:16:50
+        Log: Update the EPOC cross SDK URL.
+     Branch: perl
+          ! README.epoc
+____________________________________________________________________________
+[  8357] By: jhi                                   on 2001/01/07  21:16:09
+        Log: Update the EPOC cross SDK URL.
+     Branch: maint-5.6/perl
+          ! README.epoc
+____________________________________________________________________________
+[  8356] By: nick                                  on 2001/01/06  21:47:52
+        Log: FILE * in XS code for PerlIO world:
+             - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
+             - Add FILE * T_STDIO typemap.
+             - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
+     Branch: perlio
+          ! lib/ExtUtils/typemap perlio.c perlio.h
+____________________________________________________________________________
+[  8355] By: jhi                                   on 2001/01/06  20:27:15
+        Log: integrate change #8336 from mainline
+             
+             Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
+     Branch: maint-5.6/perl
+          ! hv.c
+____________________________________________________________________________
+[  8354] By: jhi                                   on 2001/01/06  20:24:29
+        Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
+             From: Robin Barker <rmb1@cise.npl.co.uk>
+             Date: Fri, 22 Dec 2000 12:17:38 GMT
+             Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
+             
+             The patch reformats some long =item lines so they give
+             correct output via pod2man | nroff -man
+             
+             Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
+             From: Robin Barker <rmb1@cise.npl.co.uk>
+             Date: Tue, 2 Jan 2001 15:35:03 GMT
+             Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
+             
+             Here is a _further_ patch which corrects a few more errors:
+             * an empty C<=item> in CPAN.pm
+             * patching the wrong file (pod/perlamiga.pod not README.amiga)
+             * leaving empty C<=item>s which formatted incorrectly
+             * over long C<=item>s revealed by latest patch to Pod::Man
+     Branch: maint-5.6/perl
+          ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
+          ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
+          ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
+          ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
+          ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
+          ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
+____________________________________________________________________________
+[  8353] By: jhi                                   on 2001/01/06  20:21:10
+        Log: integrate changes #7980, 7990, 8056, 8057 from mainline
+             
+             UTF-8 hash keys.
+     Branch: maint-5.6/perl
+          ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
+____________________________________________________________________________
+[  8352] By: jhi                                   on 2001/01/06  20:18:44
+        Log: Forgotten from #8438.
+     Branch: maint-5.6/perl
+          ! epoc/epocish.h
+____________________________________________________________________________
+[  8351] By: jhi                                   on 2001/01/06  20:18:12
+        Log: Forgotten from #8347.
+     Branch: maint-5.6/perl
+          ! config_h.SH
+____________________________________________________________________________
+[  8350] By: jhi                                   on 2001/01/06  20:00:19
+        Log: Thinko in #8347.
+     Branch: maint-5.6/perl
+          ! regcomp.c
+____________________________________________________________________________
+[  8349] By: jhi                                   on 2001/01/06  18:05:30
+        Log: Copy the FAQ3 IDE section from the development branch,
+             changes originally by Peter Prymmer.
+     Branch: maint-5.6/perl
+          ! pod/perlfaq3.pod
+____________________________________________________________________________
+[  8348] By: jhi                                   on 2001/01/06  18:03:02
+        Log: EPOC updates for TRIAL1.
+             
+             Subject: [5.6.1 trial1] EPOC update
+             From: Olaf Flebbe <O.Flebbe@science-computing.de>
+             Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
+             Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
+             
+             Subject: epoc patch2 for perl-5.6.1-trial1
+             From: Olaf Flebbe <O.Flebbe@science-computing.de>
+             Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
+             Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
+     Branch: maint-5.6/perl
+          ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
+          ! epoc/epocish.c
+____________________________________________________________________________
+[  8347] By: jhi                                   on 2001/01/06  17:29:10
+        Log: integrate changes #7710,7824,7973 from mainline,
+             plus VMS nits from Peter Prymmer and Dan Sugalski.
+             
+             AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
+             library (getprotobyname and getprotobynumber are outversioned by
+             the same calls in libc, at least for xlc version 3.
+             
+             Add HAS_SBRK_PROTO.
+             
+             Fixes for signedness warnings noticed by VMSperlers.
+     Branch: maint-5.6/perl
+          ! Configure Porting/Glossary Porting/config.sh Porting/config_H
+          ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
+          ! sv.c vms/descrip_mms.template vos/config.alpha.def
+          ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
+          ! win32/config.bc win32/config.gc win32/config.vc
+____________________________________________________________________________
+[  8346] By: nick                                  on 2001/01/06  14:36:01
+        Log: Fixup accumulated integrate muddles (perlio == devperl again)
+     Branch: perlio
+          ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
+____________________________________________________________________________
+[  8345] By: nick                                  on 2001/01/06  14:24:58
+        Log: Integrate mainline
+     Branch: perlio
+         !> (integrate 55 files)
+____________________________________________________________________________
+[  8344] By: jhi                                   on 2001/01/06  02:24:02
+        Log: Subject: [patch] PerlIO_cleanup() prototype
+             From: Doug MacEachern <dougm@covalent.net>
+             Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
+             Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
+     Branch: perl
+          ! perlio.h
+____________________________________________________________________________
+[  8343] By: jhi                                   on 2001/01/06  01:04:09
+        Log: IRIX compiler noticed that the bof initialization might be
+             bypassed by control flow.
+     Branch: perl
+          ! toke.c
+____________________________________________________________________________
+[  8342] By: jhi                                   on 2001/01/06  00:10:48
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[  8341] By: jhi                                   on 2001/01/05  23:52:33
+        Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
+     Branch: perl
+          ! toke.c
+____________________________________________________________________________
+[  8340] By: jhi                                   on 2001/01/05  22:44:08
+        Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
+             From: Radu Greab <radu@netsoft.ro>
+             Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
+             Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
+     Branch: perl
+          ! t/io/pipe.t util.c
+____________________________________________________________________________
+[  8339] By: jhi                                   on 2001/01/05  22:35:17
+        Log: Subject: [PATCH] format and rewording in perlfaq.pod
+             From: Robin Barker <rmb1@cise.npl.co.uk>
+             Date: Fri, 5 Jan 2001 18:51:20 GMT
+             Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
+     Branch: perl
+          ! pod/perlfaq.pod
+____________________________________________________________________________
+[  8338] By: jhi                                   on 2001/01/05  22:31:17
+        Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
+             From: Peter Prymmer <pvhp@forte.com>
+             Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
+             Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
+     Branch: perl
+          ! utils/perlbug.PL
+____________________________________________________________________________
+[  8337] By: jhi                                   on 2001/01/05  18:15:11
+        Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
+             From: Robin Barker <rmb1@cise.npl.co.uk>
+             Date: Tue, 2 Jan 2001 15:24:07 GMT
+             Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
+             
+             If you call configure as C<./Configure> or C<sh ./Configure>,
+             $src is set to the absolute path name, not '.'.
+             
+             This, in turn, means -Dmksymlink tries to do its stuff because
+             it does not think it is in the src directory.
+             
+             (plus a metaconfig nitfix)
+     Branch: metaconfig
+          ! U/compline/ccflags.U U/modified/src.U
+     Branch: perl
+          ! Configure config_h.SH
+____________________________________________________________________________
+[  8336] By: jhi                                   on 2001/01/05  17:48:32
+        Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
+             From: Alan Burlison <Alan.Burlison@uk.sun.com>
+             Message-ID: <3A5606C4.473D2226@uk.sun.com>
+             Date: Fri, 05 Jan 2001 17:39:16 +0000
+     Branch: perl
+          ! hv.c
+____________________________________________________________________________
+[  8335] By: jhi                                   on 2001/01/05  16:05:44
+        Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
+     Branch: perl
+          ! lib/Getopt/Long.pm
+____________________________________________________________________________
+[  8334] By: jhi                                   on 2001/01/05  16:00:51
+        Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
+             From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
+             Date: Fri, 05 Jan 2001 13:46:51 +0100
+             Message-ID: <13693.978698811@nice.ram.loc>
+             
+             Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
+             accurate reading of the "atime".  
+     Branch: perl
+          ! t/io/fs.t
+____________________________________________________________________________
+[  8333] By: jhi                                   on 2001/01/05  15:57:37
+        Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
+             From: Simon Cozens <simon@cozens.net>
+             Date: Fri, 8 Dec 2000 13:33:31 +0000
+             Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
+             
+             A lost patch fragment.
+     Branch: perl
+          ! doop.c
+____________________________________________________________________________
+[  8332] By: jhi                                   on 2001/01/05  15:40:42
+        Log: Do away with strncpy() and a fixed length buffer.
+     Branch: perl
+          ! utf8.c
+____________________________________________________________________________
+[  8331] By: jhi                                   on 2001/01/05  15:03:07
+        Log: Tests for #8329 and #8330.
+     Branch: perl
+          ! t/op/bop.t
+____________________________________________________________________________
+[  8330] By: jhi                                   on 2001/01/05  15:02:38
+        Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
+             raw 8-bit form to the UTF-8 string.
+     Branch: perl
+          ! toke.c
+____________________________________________________________________________
+[  8329] By: jhi                                   on 2001/01/05  14:55:13
+        Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
+             From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
+             Date: Fri, 5 Jan 2001 12:28:52 +0100
+             Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
+             
+             UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
+             no effect.  (changed the strncpy() to Copy())
+     Branch: perl
+          ! toke.c
+____________________________________________________________________________
+[  8328] By: jhi                                   on 2001/01/05  06:44:27
+        Log: UTF-8 cleanup.
+     Branch: perl
+          ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
+          ! regexec.c sv.c toke.c
+____________________________________________________________________________
+[  8327] By: jhi                                   on 2001/01/05  01:11:29
+        Log: Subject: [PATCH perl@8268] Test::Harness doesn't use IO (was Re: [PATCH 5.7.0] Re: Tests depending on extensions,    and `make minitest')
+             From: Radu Greab <radu@netsoft.ro>
+             Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
+             Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
+             
+             Cleans up Harness to not use FileHandle, which uses IO.
+     Branch: perl
+          ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
+____________________________________________________________________________
+[  8326] By: jhi                                   on 2001/01/05  00:56:37
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
 [  8325] By: jhi                                   on 2001/01/05  00:53:18
         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
              From: Peter Prymmer <pvhp@forte.com>