Remove bad advice : -M doesn't work on the #! line
[p5sagit/p5-mst-13.2.git] / Changes
diff --git a/Changes b/Changes
index 6ab8b5b..207156b 100644 (file)
--- a/Changes
+++ b/Changes
@@ -28,9 +28,751 @@ example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/
 Version v5.7.X         Development release working toward v5.8
 --------------
 ____________________________________________________________________________
+[ 17573] By: jhi                                   on 2002/07/16  13:14:34
+        Log: Mac OS X dyld problem: try more direct action first.
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 17572] By: jhi                                   on 2002/07/16  13:06:04
+        Log: More explicit solution for the Mac OS X "dyld undefined symbols"
+             problem.
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 17571] By: jhi                                   on 2002/07/16  12:25:07
+        Log: Upgrade to Locale::Codes 2.06.
+     Branch: perl
+          ! lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
+          ! lib/Locale/Country.pm lib/Locale/Country.pod
+          ! lib/Locale/Currency.pm lib/Locale/Language.pm
+          ! lib/Locale/Script.pm
+____________________________________________________________________________
+[ 17570] By: gsar                                  on 2002/07/16  02:57:47
+        Log: integrate a variant of change#17568 from maint-5.6 branch (the
+             do_exec parts elided so that change is restricted strictly to
+             windows; binary compatibility stubs not needed)
+     Branch: perl
+          ! embed.fnc embed.h global.sym iperlsys.h makedef.pl pp_sys.c
+          ! proto.h win32/perlhost.h win32/win32.c win32/win32.h
+____________________________________________________________________________
+[ 17569] By: jhi                                   on 2002/07/16  02:26:12
+        Log: Integrate change #16844 from maint:
+             
+             extension of change#16332: isolate signal diddling to the main
+             interpreter (fixes signal-related races, e.g. when multiple
+             threads run system())
+     Branch: perl
+         !> util.c
+____________________________________________________________________________
+[ 17568] By: gsar                                  on 2002/07/16  01:26:12
+        Log: on windows, expose do_{spawn,spawn_nowait,exec,aspawn} as part of
+             perl API; as a result spawnvp() is now the only one that belongs in
+             iperlsys.h interface (stubs retained in structure for bincompat)
+     Branch: maint-5.6/perl
+          ! embed.h embed.pl global.sym globals.c iperlsys.h makedef.pl
+          ! objXSUB.h perlapi.c pp_sys.c proto.h win32/perlhost.h
+          ! win32/win32.c win32/win32.h
+____________________________________________________________________________
+[ 17567] By: gsar                                  on 2002/07/16  00:27:12
+        Log: integrate change#17566 from maint-5.6 branch
+             
+             on windows, ensure child processes that get run via backticks get
+             the right pipe handle at stdin/stdout; this is needed to make
+             subprocesses see the correct standard handles such that backticks
+             and piped open()s work when run from within GUI applications
+             
+             this also makes it possible to launch wperl.exe in backticks
+             from within an application that has no std handles without a
+             new blank console window popping up
+     Branch: perl
+          ! win32/win32.c
+____________________________________________________________________________
+[ 17566] By: gsar                                  on 2002/07/16  00:06:14
+        Log: on windows, ensure child processes that get run via backticks get
+             the right pipe handle at stdin/stdout; this is needed to make
+             subprocesses see the correct standard handles such that backticks
+             and piped open()s work when run from within GUI applications
+             
+             this also makes it possible to launch wperl.exe in backticks
+             from within an application that has no std handles without a
+             new blank console window popping up
+     Branch: maint-5.6/perl
+          ! win32/win32.c
+____________________________________________________________________________
+[ 17565] By: gsar                                  on 2002/07/15  23:58:49
+        Log: change#16528 merged the fix for my_popen() but missed my_popen_list()
+             which had the same code (and bugs) duplicated; add changes#16329,16331
+             into my_popen_list()
+     Branch: perl
+          ! util.c
+____________________________________________________________________________
+[ 17564] By: gsar                                  on 2002/07/15  23:45:08
+        Log: add missing xref in Changes
+     Branch: perl
+          ! Changes
+____________________________________________________________________________
+[ 17563] By: jhi                                   on 2002/07/15  22:38:31
+        Log: IRIX -O2 trick (needs verification from John P. Linderman) 
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 17562] By: jhi                                   on 2002/07/15  22:30:29
+        Log: Subject: Typo? in perlxstut.pod + PATCH
+             From: "John P. Linderman" <jpl@research.att.com>
+             Date: Mon, 15 Jul 2002 14:08:47 -0400 (EDT)
+             Message-Id: <200207151808.OAA53989@raptor.research.att.com>
+     Branch: perl
+          ! pod/perlxstut.pod
+____________________________________________________________________________
+[ 17561] By: jhi                                   on 2002/07/15  21:11:04
+        Log: Split "Known problems" into "Known problems" (generic,
+             or shared among several platforms) and "Platform Specific
+             Problems".
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 17560] By: rgs                                   on 2002/07/15  20:13:22
+        Log: Clarify the PerlIO::scalar docs (suggested by Elizabeth
+             Mattijsen.)
+     Branch: perl
+          ! ext/PerlIO/scalar/scalar.pm
+____________________________________________________________________________
+[ 17559] By: jhi                                   on 2002/07/15  18:59:23
+        Log: Retract #17486: OS/2 didn't like it.
+     Branch: perl
+          ! makedef.pl
+____________________________________________________________________________
+[ 17558] By: jhi                                   on 2002/07/15  18:39:11
+        Log: Add #!./perl, noticed by John Adams.
+     Branch: perl
+          ! ext/Time/HiRes/HiRes.t
+____________________________________________________________________________
+[ 17557] By: jhi                                   on 2002/07/15  17:14:41
+        Log: Regen toc.
+     Branch: perl
+          ! pod/perltoc.pod
+____________________________________________________________________________
+[ 17556] By: jhi                                   on 2002/07/15  17:12:28
+        Log: Add a section on ithreads; rearrange the sections a bit.
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 17555] By: jhi                                   on 2002/07/15  16:29:06
+        Log: Subject: Re: [PATCH] reinclude ODBM_File & NDBM_File in Cygwin build
+             From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
+             Date: Mon, 15 Jul 2002 10:04:02 -0700
+             Message-ID: <CCwM9gzkg25T092yn@efn.org>
+             
+             Document which tests will fail.
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 17554] By: jhi                                   on 2002/07/15  16:26:55
+        Log: Subject: [ID 20020715.009] perl 5.8.0 RC3 incorrectly tests gcc version on Tru64 UNIX V4.0F
+             From: Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
+             Date: Mon, 15 Jul 2002 19:23:54 +0200 (MET DST)
+             Message-Id: <5.8.0_22255_1026753561@rimsky>
+             
+             (also raise the gcc minimum to 2.95.3)
+     Branch: perl
+          ! hints/dec_osf.sh
+____________________________________________________________________________
+[ 17553] By: jhi                                   on 2002/07/15  14:56:42
+        Log: configure.gnu wants to be executable, too.
+     Branch: perl
+          ! Porting/makerel
+____________________________________________________________________________
+[ 17552] By: jhi                                   on 2002/07/15  14:35:31
+        Log: DJGPP broke after 5.7.3, so that's good news.
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 17551] By: jhi                                   on 2002/07/15  13:49:27
+        Log: Retract #17550: the build/test time warnings do not
+             belong to perldelta, they belong to the announcement.
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 17550] By: jhi                                   on 2002/07/15  13:46:51
+        Log: (retracted by #17551)
+             Copy the warnings about build and test times from
+             the RC announcements to perldelta.
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 17549] By: jhi                                   on 2002/07/15  13:38:53
+        Log: Try to future proof the op/taint.
+     Branch: perl
+          ! t/op/taint.t
+____________________________________________________________________________
+[ 17548] By: jhi                                   on 2002/07/15  13:35:49
+        Log: Squash "uninitialized" warning from gcc.
+     Branch: perl
+          ! sv.c
+____________________________________________________________________________
+[ 17547] By: jhi                                   on 2002/07/15  13:33:20
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 17546] By: jhi                                   on 2002/07/15  13:04:59
+        Log: Subject: Re: Core dump in perl_clone (even with 'use threads;' first) [PATCH]
+             From: Tim Bunce <Tim.Bunce@pobox.com>
+             Date: Mon, 15 Jul 2002 12:14:54 +0100
+             Message-ID: <20020715121454.F20682@dansat.data-plan.com>
+     Branch: perl
+          ! sv.c
+____________________________________________________________________________
+[ 17545] By: jhi                                   on 2002/07/15  13:01:48
+        Log: Subject: RC3: lib/constant.t #35
+             From: Tatsuhiko Miyagawa <miyagawa@edge.co.jp>
+             Date: Mon, 15 Jul 2002 16:29:28 +0900
+             Message-ID: <86adotwisn.wl@mail.edge.co.jp>
+             
+             Assuming " " in error messages does not work in Japanese,
+             just skip the test (even the #34 is suspicious).
+     Branch: perl
+          ! lib/constant.t
+____________________________________________________________________________
+[ 17544] By: jhi                                   on 2002/07/15  12:57:52
+        Log: Upgrade to podlators 1.23.
+     Branch: perl
+          ! lib/Pod/Man.pm lib/Pod/ParseLink.pm lib/Pod/Text.pm
+          ! lib/Pod/Text/Color.pm lib/Pod/Text/Overstrike.pm
+          ! lib/Pod/Text/Termcap.pm pod/pod2man.PL pod/pod2text.PL
+____________________________________________________________________________
+[ 17543] By: nick                                  on 2002/07/15  06:56:42
+        Log: Integrate mainline
+     Branch: perlio
+         !> (integrate 28 files)
+____________________________________________________________________________
+[ 17542] By: jhi                                   on 2002/07/15  04:03:51
+        Log: Say something about missing "Perl_get_sv".
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 17541] By: jhi                                   on 2002/07/15  03:31:05
+        Log: Subject: Re: Regexp causes coredump
+             From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
+             Date: Mon, 15 Jul 2002 02:22:35 +0100
+             Message-Id: <200207150122.g6F1MZP31385@crypt.compulink.co.uk>
+     Branch: perl
+          ! regexec.c t/op/re_tests
+____________________________________________________________________________
+[ 17540] By: jhi                                   on 2002/07/14  21:56:52
+        Log: Upgrade to Term::ANSIColor 1.05.
+     Branch: perl
+          ! lib/Term/ANSIColor.pm
+____________________________________________________________________________
+[ 17539] By: jhi                                   on 2002/07/14  19:57:54
+        Log: Test skip counter tweak from Craig Berry.
+     Branch: perl
+          ! t/op/taint.t
+____________________________________________________________________________
+[ 17538] By: jhi                                   on 2002/07/14  18:17:31
+        Log: Subject: Re: [ID 20020713.008] %vd eats two arguments
+             From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
+             Date: Sun, 14 Jul 2002 19:00:12 +0100
+             Message-Id: <200207141800.g6EI0CA14256@crypt.compulink.co.uk>
+     Branch: perl
+          ! sv.c t/op/sprintf.t
+____________________________________________________________________________
+[ 17537] By: jhi                                   on 2002/07/14  16:04:35
+        Log: Unfortunately we have to downgrade the status of DJGPP.
+     Branch: perl
+          ! pod/perldelta.pod pod/perlport.pod
+____________________________________________________________________________
+[ 17536] By: jhi                                   on 2002/07/14  15:58:12
+        Log: I would say the long double support has matured enough.
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 17535] By: jhi                                   on 2002/07/14  15:56:01
+        Log: The z/OS problems are dependent on the environment;
+             Merijn Broeren didn't hit the pat.t crash.  Now we only
+             need to figure out what's different in the environments...
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 17534] By: jhi                                   on 2002/07/14  15:53:08
+        Log: perldelta didn't know of FreeBSD 4.6 readdir_r.
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 17533] By: jhi                                   on 2002/07/14  15:48:46
+        Log: perldelta shuffling.
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 17532] By: jhi                                   on 2002/07/14  15:30:38
+        Log: Document the Thread:: change.
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 17531] By: jhi                                   on 2002/07/14  15:26:51
+        Log: Add a few new diagnostics.
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 17530] By: jhi                                   on 2002/07/14  14:37:28
+        Log: Move the debugger changes from "diagnostics" to "fixes".
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 17529] By: pudge                                 on 2002/07/14  12:09:00
+        Log: Integrate perl
+     Branch: macperl
+         +> ext/PerlIO/scalar/Makefile.PL ext/PerlIO/scalar/scalar.pm
+         +> ext/PerlIO/scalar/scalar.xs ext/PerlIO/via/Makefile.PL
+         +> ext/PerlIO/via/via.pm ext/PerlIO/via/via.xs
+         +> lib/PerlIO/via/QuotedPrint.pm lib/PerlIO/via/t/QuotedPrint.t
+____________________________________________________________________________
+[ 17528] By: pudge                                 on 2002/07/14  12:07:17
+        Log: Integrate perl
+     Branch: macperl
+         +> ext/MIME/Base64/t/quoted-print.t ext/ODBM_File/hints/linux.pl
+         +> ext/Thread/Queue.pmx ext/Thread/Semaphore.pmx lib/Config.t
+         +> lib/Math/BigInt/t/bare_mif.t lib/Pod/t/text.t
+         +> lib/Thread/Queue.t lib/Thread/Semaphore.t
+          - ext/MIME/Base64/t/qp.t ext/PerlIO/Scalar/Makefile.PL
+          - ext/PerlIO/Scalar/Scalar.pm ext/PerlIO/Scalar/Scalar.xs
+          - ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
+          - ext/PerlIO/Via/Via.xs ext/threads/shared/queue.pm
+          - ext/threads/shared/semaphore.pm ext/threads/shared/t/queue.t
+          - ext/threads/shared/t/semaphore.t
+         !> (integrate 157 files)
+____________________________________________________________________________
+[ 17527] By: jhi                                   on 2002/07/13  23:07:10
+        Log: This is 5.8.0 RC3.
+     Branch: perl
+          ! patchlevel.h
+____________________________________________________________________________
+[ 17526] By: jhi                                   on 2002/07/13  23:05:53
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 17525] By: jhi                                   on 2002/07/13  22:31:07
+        Log: Small pod nits.
+     Branch: perl
+          ! README.irix README.os2 pod/perlhack.pod pod/perlipc.pod
+____________________________________________________________________________
+[ 17524] By: jhi                                   on 2002/07/13  22:26:10
+        Log: Update perlhist.
+     Branch: perl
+          ! pod/perlhist.pod
+____________________________________________________________________________
+[ 17523] By: jhi                                   on 2002/07/13  22:24:19
+        Log: metaconfig unit changes for #17522.
+     Branch: metaconfig/U/perl
+          + IncClean.U
+          ! gccvers.U
+____________________________________________________________________________
+[ 17522] By: jhi                                   on 2002/07/13  22:24:02
+        Log: Regen Configure.
+     Branch: perl
+          ! Configure Porting/config.sh Porting/config_H
+____________________________________________________________________________
+[ 17521] By: jhi                                   on 2002/07/13  14:14:16
+        Log: Update the CPAN sites list in perlmodlib, regen toc.
+     Branch: perl
+          ! pod/perlmodlib.PL pod/perlmodlib.pod pod/perltoc.pod
+____________________________________________________________________________
+[ 17520] By: jhi                                   on 2002/07/13  13:51:55
+        Log: Subject: [PATCH] perlbug
+             From: Ask Bjoern Hansen <ask@develooper.com>
+             Date: Sat, 13 Jul 2002 07:46:36 -0700 (PDT)
+             Message-ID: <20020713074456.M95399-100000@miette.develooper.com>
+     Branch: perl
+          ! utils/perlbug.PL
+____________________________________________________________________________
+[ 17519] By: jhi                                   on 2002/07/13  13:35:57
+        Log: More admonishment that one shouldn't waste one's efforts
+             on 5.005 threads any more.
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 17518] By: jhi                                   on 2002/07/13  13:29:07
+        Log: The installation of the 5.005threads {Queue,Semaphore}.pm
+             didn't quite work.
+     Branch: perl
+          ! ext/Thread/Queue.pmx ext/Thread/Semaphore.pmx installperl
+____________________________________________________________________________
+[ 17517] By: rgs                                   on 2002/07/13  11:46:14
+        Log: Minor doc changes for PerlIO::via.
+     Branch: perl
+          ! ext/PerlIO/via/via.pm
+____________________________________________________________________________
+[ 17516] By: rgs                                   on 2002/07/13  11:28:01
+        Log: The warning "Use of tainted arguments in %s is deprecated"
+             was incorrectly reported whenever system or exec was
+             invoked with multiple arguments.
+     Branch: perl
+          ! pod/perldiag.pod pp_sys.c t/op/taint.t
+____________________________________________________________________________
+[ 17515] By: nick                                  on 2002/07/13  09:18:03
+        Log: Integrate mainline
+     Branch: perlio
+         +> ext/Thread/Queue.pmx ext/Thread/Semaphore.pmx
+         +> lib/Thread/Queue.t lib/Thread/Semaphore.t
+          - ext/threads/shared/queue.pm ext/threads/shared/semaphore.pm
+          - ext/threads/shared/t/queue.t ext/threads/shared/t/semaphore.t
+         !> (integrate 54 files)
+____________________________________________________________________________
+[ 17514] By: jhi                                   on 2002/07/13  00:10:07
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 17513] By: jhi                                   on 2002/07/13  00:03:04
+        Log: Document that using threads/pseudofork inside BEGINs does not work.
+     Branch: perl
+          ! ext/threads/threads.pm
+____________________________________________________________________________
+[ 17512] By: jhi                                   on 2002/07/12  23:53:22
+        Log: Subject: [DOC PATCH] threads::shared.pm, share( $hashref->{key} ) bug
+             From: Elizabeth Mattijsen <liz@dijkmat.nl>
+             Date: Fri, 12 Jul 2002 23:45:52 +0200
+             Message-Id: <4.2.0.58.20020712234444.0209f350@mickey.dijkmat.nl>
+     Branch: perl
+          ! ext/threads/shared/shared.pm
+____________________________________________________________________________
+[ 17511] By: jhi                                   on 2002/07/12  23:52:34
+        Log: Subject: [DOC PATCH] threads.pm, threads->tid in DESTROY bug
+             From: Elizabeth Mattijsen <liz@dijkmat.nl>
+             Date: Fri, 12 Jul 2002 23:30:16 +0200
+             Message-Id: <4.2.0.58.20020712232919.0224fea0@mickey.dijkmat.nl>
+     Branch: perl
+          ! ext/threads/threads.pm
+____________________________________________________________________________
+[ 17510] By: jhi                                   on 2002/07/12  23:46:45
+        Log: Update the 5.005threads failure status.
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 17509] By: jhi                                   on 2002/07/12  23:44:17
+        Log: threads::shared::queue and semaphore become Thread::Semaphore
+             and Queue.  The 5005threads case where the old Semaphore and
+             Queue.pm (they are disguised as .pmx) should get magically
+             installed instead has not been tested.
+     Branch: perl
+          + ext/Thread/Queue.pmx ext/Thread/Semaphore.pmx
+          + lib/Thread/Queue.t lib/Thread/Semaphore.t
+          - ext/threads/shared/queue.pm ext/threads/shared/semaphore.pm
+          - ext/threads/shared/t/queue.t ext/threads/shared/t/semaphore.t
+          ! MANIFEST ext/Thread/Makefile.PL ext/threads/shared/Makefile.PL
+          ! ext/threads/shared/shared.pm installperl lib/Thread/Queue.pm
+          ! lib/Thread/Semaphore.pm pod/perldelta.pod pod/perlmodlib.pod
+          ! pod/perlthrtut.pod pod/perltoc.pod
+____________________________________________________________________________
+[ 17508] By: jhi                                   on 2002/07/12  20:06:23
+        Log: Subject: Re: Clock skew failures in Memoize test suite
+             From: Mark-Jason Dominus <mjd@plover.com>
+             Date: Fri, 12 Jul 2002 14:17:56 -0400
+             Message-ID: <20020712181756.9595.qmail@plover.com>
+             To: sthoenna@efn.org (Yitzchak Scott-Thoennes)
+             
+             (an accidental dual submit...)
+             
+             Subject: lib/Config.t : why 900 entries?
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Fri, 12 Jul 2002 16:02:59 -0500
+             Message-Id: <a05111b04b954f27fd5a7@[172.16.52.1]>
+             
+             (dropping the limit from 750 down to 500)
+     Branch: perl
+          ! lib/Config.t lib/Memoize.pm lib/Memoize/ExpireFile.pm
+          ! lib/Memoize/t/array.t lib/Memoize/t/array_confusion.t
+          ! lib/Memoize/t/correctness.t lib/Memoize/t/errors.t
+          ! lib/Memoize/t/expfile.t lib/Memoize/t/expire.t
+          ! lib/Memoize/t/expmod_t.t lib/Memoize/t/flush.t
+          ! lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
+          ! lib/Memoize/t/speed.t lib/Memoize/t/tie.t
+          ! lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
+          ! lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
+          ! lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
+____________________________________________________________________________
+[ 17507] By: jhi                                   on 2002/07/12  18:51:16
+        Log: AUTHORS updates.
+     Branch: perl
+          ! AUTHORS
+____________________________________________________________________________
+[ 17506] By: jhi                                   on 2002/07/12  17:45:34
+        Log: Many of the feared z/OS failures turned out to be false alarms.
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 17505] By: jhi                                   on 2002/07/12  15:42:07
+        Log: Subject: Core dump in perl_clone (even with 'use threads;' first) [PATCH]
+             From: Tim Bunce <Tim.Bunce@pobox.com>
+             Date: Fri, 12 Jul 2002 17:25:09 +0100
+             Message-ID: <20020712172509.B568@dansat.data-plan.com>
+     Branch: perl
+          ! sv.c
+____________________________________________________________________________
+[ 17504] By: jhi                                   on 2002/07/12  13:53:15
+        Log: Easy z/OS fix by skipping raw UTF-8.
+     Branch: perl
+          ! pod/perldelta.pod t/op/subst.t
+____________________________________________________________________________
+[ 17503] By: jhi                                   on 2002/07/12  13:41:34
+        Log: Update the z/OS situation.
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 17502] By: jhi                                   on 2002/07/12  13:08:53
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 17501] By: jhi                                   on 2002/07/12  12:56:57
+        Log: Regen modlib, toc.
+     Branch: perl
+          ! pod/perlmodlib.pod pod/perltoc.pod
+____________________________________________________________________________
+[ 17500] By: jhi                                   on 2002/07/12  12:47:11
+        Log: Document that one cannot "proxy" enable threading.
+     Branch: perl
+          ! ext/threads/threads.pm
+____________________________________________________________________________
+[ 17499] By: jhi                                   on 2002/07/12  12:43:15
+        Log: Subject: Re: Thread object by tid?
+             From: Elizabeth Mattijsen <liz@dijkmat.nl>
+             Date: Fri, 12 Jul 2002 00:27:53 +0200
+             Message-Id: <4.2.0.58.20020712002638.0218ce10@mickey.dijkmat.nl>
+     Branch: perl
+          ! ext/threads/threads.pm
+____________________________________________________________________________
+[ 17498] By: jhi                                   on 2002/07/12  12:39:00
+        Log: Subject: [PATCH9 BigInt v1.60 fix for "\n"
+             From: Tels <tels@bloodgate.com>
+             Date: Fri, 12 Jul 2002 08:38:45 +0200 (CEST)
+             Message-Id: <200207120634.g6C6YjG6742777@taku.hut.fi>
+     Branch: perl
+          ! lib/Math/BigInt.pm lib/Math/BigInt/t/bare_mbi.t
+          ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
+          ! lib/Math/BigInt/t/sub_mbi.t
+____________________________________________________________________________
+[ 17497] By: jhi                                   on 2002/07/12  02:53:12
+        Log: AUTHORS updates.
+     Branch: perl
+          ! AUTHORS
+____________________________________________________________________________
+[ 17496] By: jhi                                   on 2002/07/12  00:03:03
+        Log: BeOS failure merge, noticed by Daniel Berger.
+     Branch: perl
+          ! README.beos pod/perldelta.pod
+____________________________________________________________________________
+[ 17495] By: jhi                                   on 2002/07/11  21:40:05
+        Log: Can't get #17492 to work with -Uuseperlio otherwise (either
+             coredumps or warnings about failing to close _GEN_0 ensue)
+     Branch: perl
+          ! ext/XS/Typemap/Typemap.t
+____________________________________________________________________________
+[ 17494] By: jhi                                   on 2002/07/11  21:00:31
+        Log: Subject: Re: $Storable::drop_utf8 is undeclared
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Thu, 11 Jul 2002 22:40:05 +0100
+             Message-ID: <20020711214004.GC291@Bagpuss.unfortu.net>
+     Branch: perl
+          ! ext/Storable/Storable.xs
+____________________________________________________________________________
+[ 17493] By: jhi                                   on 2002/07/11  19:47:28
+        Log: Mention the FAT vs NDBM_File problem on Cygwin also in perldelta.
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 17492] By: jhi                                   on 2002/07/11  19:42:35
+        Log: Subject: [PATCH] finall fix core dump in XS::Typemap
+             From: Tim Jenness <t.jenness@jach.hawaii.edu>
+             Date: Thu, 11 Jul 2002 10:15:45 -1000 (HST)
+             Message-ID: <Pine.LNX.4.44.0207111013090.31260-100000@lapaki>
+     Branch: perl
+          ! ext/XS/Typemap/Typemap.t ext/XS/Typemap/Typemap.xs
+____________________________________________________________________________
+[ 17491] By: jhi                                   on 2002/07/11  19:16:31
+        Log: Microdoctweak.
+     Branch: perl
+          ! pod/perlapio.pod
+____________________________________________________________________________
+[ 17490] By: jhi                                   on 2002/07/11  19:14:28
+        Log: metaconfig unit change for #17489.
+     Branch: metaconfig/U/perl
+          ! Extensions.U
+____________________________________________________________________________
+[ 17489] By: jhi                                   on 2002/07/11  19:14:09
+        Log: Subject: [PATCH] reinclude ODBM_File & NDBM_File in Cygwin build
+             From: "Gerrit P. Haase" <gerrit@familiehaase.de>
+             Date: Thu, 11 Jul 2002 21:35:41 +0200
+             Message-ID: <311512104521.20020711213541@familiehaase.de>
+             
+             (plus add a warning about NDBM_File on FAT to README.cygwin)
+     Branch: perl
+          ! Configure README.cygwin
+____________________________________________________________________________
+[ 17488] By: jhi                                   on 2002/07/11  16:48:09
+        Log: Subject: [PATCH] MM_Unix.pm : work around File::Find problem on VMS
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Thu, 11 Jul 2002 12:44:41 -0500
+             Message-Id: <5.1.1.5.0.20020708172342.03422ac8@exchi01>
+     Branch: perl
+          ! lib/ExtUtils/MM_Unix.pm
+____________________________________________________________________________
+[ 17487] By: jhi                                   on 2002/07/11  15:45:33
+        Log: Subject: [PATCH] Re: BigInt and "\n"
+             From: Tels <perl_dummy@bloodgate.com>
+             Date: Thu, 11 Jul 2002 18:44:29 +0200 (CEST)
+     Branch: perl
+          ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
+____________________________________________________________________________
+[ 17486] By: jhi                                   on 2002/07/11  15:43:44
+        Log: Apparently OS/2 likes to export the Perl malloc interface
+             to external libraries and the #16291 broke that when removing
+             the bincompat5005 feature.
+     Branch: perl
+          ! makedef.pl
+____________________________________________________________________________
+[ 17485] By: jhi                                   on 2002/07/11  15:41:32
+        Log: Document better the PerlIO_{export,release,import}FILE()
+             relationships (or the lack thereof).
+     Branch: perl
+          ! perlio.c pod/perlapio.pod
+____________________________________________________________________________
+[ 17484] By: nick                                  on 2002/07/11  15:33:53
+        Log: Integrate mainline
+     Branch: perlio
+         !> ext/threads/threads.xs lib/Locale/Maketext/TPJ13.pod
+         !> vms/ext/Stdio/Stdio.xs
+____________________________________________________________________________
+[ 17483] By: jhi                                   on 2002/07/11  15:32:31
+        Log: Subject: [PATCH] VMS::Stdio fixups for mode arg to PerlIO_importFILE
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Thu, 11 Jul 2002 11:09:03 -0500
+             Message-Id: <a05111b05b9535cbf2914@[172.16.52.1]>
+     Branch: perl
+          ! vms/ext/Stdio/Stdio.xs
+____________________________________________________________________________
+[ 17482] By: jhi                                   on 2002/07/11  14:46:11
+        Log: Subject: [PATCH] Locale::Maketext::TPJ13 nits
+             From: Autrijus Tang <autrijus@autrijus.org>
+             Date: Thu, 11 Jul 2002 23:30:23 +0800
+             Message-ID: <20020711153023.GA20806@not.autrijus.org>
+     Branch: perl
+          ! lib/Locale/Maketext/TPJ13.pod
+____________________________________________________________________________
+[ 17481] By: sky                                   on 2002/07/11  13:02:15
+        Log: Don't set the context to the running thread before
+             we run destroy on the old, cures segfault on linux.
+     Branch: perl
+          ! ext/threads/threads.xs
+____________________________________________________________________________
+[ 17480] By: jhi                                   on 2002/07/11  12:24:53
+        Log: Integrate perlio:
+             
+             [ 17478]
+             Various core-dump preventions for cases Craig found on VMS.
+             Fix PerlIO_exportFILE() to work with new PerlIOStdio_pushed.
+             
+             [ 17479]
+             (Re-)instate :pop as a "back door" to perl level layer stack
+             manipulation.
+     Branch: perl
+         !> lib/PerlIO.pm perlio.c
+____________________________________________________________________________
+[ 17479] By: nick                                  on 2002/07/11  09:16:46
+        Log: (Re-)instate :pop as a "back door" to perl level layer stack
+             manipulation.
+     Branch: perlio
+          ! lib/PerlIO.pm perlio.c
+____________________________________________________________________________
+[ 17478] By: nick                                  on 2002/07/11  08:43:28
+        Log: Various core-dump preventions for cases Craig found on VMS.
+             Fix PerlIO_exportFILE() to work with new PerlIOStdio_pushed.
+     Branch: perlio
+          ! perlio.c
+____________________________________________________________________________
+[ 17477] By: nick                                  on 2002/07/11  07:42:34
+        Log: Integrate mainline
+     Branch: perlio
+         !> Changes Porting/pumpkin.pod ext/PerlIO/via/via.pm
+         !> ext/Storable/t/integer.t ext/threads/shared/shared.pm
+         !> ext/threads/t/list.t ext/threads/threads.pm
+         !> ext/threads/threads.xs lib/ExtUtils/MM_Win95.pm
+         !> lib/PerlIO/via/QuotedPrint.pm lib/PerlIO/via/t/QuotedPrint.t
+         !> patchlevel.h pod/perldelta.pod pod/perldiag.pod
+         !> pod/perliol.pod regexec.c t/op/magic.t
+____________________________________________________________________________
+[ 17476] By: sky                                   on 2002/07/11  05:35:53
+        Log: Problem fixed with detached threads reported by Stacy Maughan 
+             and debugged by Jan Dubois. Problem occured when a thread
+             cleared itself out and then switched back to itself (which was
+             gone) and wanted a function pointer for the PerlMemShared free.
+     Branch: perl
+          ! ext/threads/threads.xs
+____________________________________________________________________________
+[ 17475] By: jhi                                   on 2002/07/10  23:36:37
+        Log: Small threads docs cleanups.
+     Branch: perl
+          ! ext/threads/shared/shared.pm ext/threads/threads.pm
+          ! pod/perldiag.pod
+____________________________________________________________________________
+[ 17474] By: jhi                                   on 2002/07/10  23:21:10
+        Log: Subject: [DOC PATCH] ext/threads/shared/shared.pm
+             From: Dave Mitchell <davem@fdgroup.com>
+             Date: Thu, 11 Jul 2002 01:15:18 +0100
+             Message-ID: <20020711011518.B27438@fdgroup.com>
+     Branch: perl
+          ! ext/threads/shared/shared.pm
+____________________________________________________________________________
+[ 17473] By: jhi                                   on 2002/07/10  23:20:10
+        Log: Retract #17455, #17427, #17425 on t/op/magic.t (but leave
+             in the toke.c change #17425, it is ARG_ZERO_IS_SCRIPT
+             specific and known to work on the platforms that need it),
+             on Sarathy's advice.
+     Branch: perl
+          ! t/op/magic.t
+____________________________________________________________________________
+[ 17472] By: jhi                                   on 2002/07/10  21:43:45
+        Log: Subject: [PATCH] Re: Storable 2.04 'make test' failure on AIX, perl 5.005_03
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Wed, 10 Jul 2002 23:17:36 +0100
+             Message-ID: <20020710221735.GE312@Bagpuss.unfortu.net>
+     Branch: perl
+          ! ext/Storable/t/integer.t
+____________________________________________________________________________
+[ 17471] By: jhi                                   on 2002/07/10  20:27:07
+        Log: Subject: [PATCH] QuotedPrint.t
+             From: Elizabeth Mattijsen <liz@dijkmat.nl>
+             Date: Wed, 10 Jul 2002 21:29:54 +0200
+             Message-Id: <4.2.0.58.20020710212608.02cd8100@mickey.dijkmat.nl>
+     Branch: perl
+          ! lib/PerlIO/via/t/QuotedPrint.t
+____________________________________________________________________________
+[ 17470] By: jhi                                   on 2002/07/10  20:24:47
+        Log: From: Elizabeth Mattijsen <liz@dijkmat.nl>
+             Subject: [DOC PATCH] some doc nits after 17463
+             Date: Wed, 10 Jul 2002 21:13:52 +0200
+             Message-Id: <4.2.0.58.20020710211105.032546d0@mickey.dijkmat.nl>
+     Branch: perl
+          ! ext/PerlIO/via/via.pm lib/PerlIO/via/QuotedPrint.pm
+          ! pod/perldelta.pod pod/perliol.pod
+____________________________________________________________________________
+[ 17469] By: jhi                                   on 2002/07/10  20:19:55
+        Log: Subject: [PATCH] MM_W95.pm, Win95 + MinGW + dmake
+             From: "Mattia Barbon" <mbarbon@dsi.unive.it>
+             Date: Wed, 10 Jul 2002 18:47:45 +0200
+             Message-ID: <3D2C8151.30381.12DE80@localhost>
+     Branch: perl
+          ! lib/ExtUtils/MM_Win95.pm
+____________________________________________________________________________
+[ 17468] By: jhi                                   on 2002/07/10  20:13:49
+        Log: Regen Changes.
+     Branch: perl
+          ! Changes
+____________________________________________________________________________
 [ 17467] By: jhi                                   on 2002/07/10  20:10:23
         Log: Retract #17375: contrary to intention, it was actually
-             harmful on EBCDIC.
+             harmful on EBCDIC (configpm broke).
      Branch: perl
           ! regexec.c
 ____________________________________________________________________________
@@ -6691,7 +7433,7 @@ ____________________________________________________________________________
           ! ext/threads/shared/t/cond.t
 ____________________________________________________________________________
 [ 16528] By: nick                                  on 2002/05/09  16:40:39
-        Log: Integrate maint branch io (pipe) fixes.
+        Log: Integrate maint branch io (pipe) fixes. (changes#16329,16330,16331)
      Branch: perl
          !> doio.c pp_sys.c util.c
 ____________________________________________________________________________