Re: Thread object by tid?
[p5sagit/p5-mst-13.2.git] / Changes
diff --git a/Changes b/Changes
index 9d9e180..6ab8b5b 100644 (file)
--- a/Changes
+++ b/Changes
@@ -28,6 +28,440 @@ example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/
 Version v5.7.X         Development release working toward v5.8
 --------------
 ____________________________________________________________________________
+[ 17467] By: jhi                                   on 2002/07/10  20:10:23
+        Log: Retract #17375: contrary to intention, it was actually
+             harmful on EBCDIC.
+     Branch: perl
+          ! regexec.c
+____________________________________________________________________________
+[ 17466] By: sky                                   on 2002/07/10  17:59:19
+        Log: Makes list skip the main thread.
+     Branch: perl
+          ! ext/threads/t/list.t ext/threads/threads.xs
+____________________________________________________________________________
+[ 17465] By: jhi                                   on 2002/07/10  14:14:13
+        Log: More about the dangers of indent.
+     Branch: perl
+          ! Porting/pumpkin.pod
+____________________________________________________________________________
+[ 17464] By: jhi                                   on 2002/07/10  12:42:20
+        Log: Small perldelta tweaks.
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 17463] By: jhi                                   on 2002/07/10  11:43:09
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 17462] By: jhi                                   on 2002/07/10  11:27:44
+        Log: EBCDIC has different codepoints.
+     Branch: perl
+          ! lib/PerlIO/via/t/QuotedPrint.t
+____________________________________________________________________________
+[ 17461] By: nick                                  on 2002/07/10  06:58:47
+        Log: Integrate mainline (Via/via etc.)
+     Branch: perlio
+         +> 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/Config.t
+         +> lib/PerlIO/via/QuotedPrint.pm lib/PerlIO/via/t/QuotedPrint.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
+         !> (integrate 34 files)
+____________________________________________________________________________
+[ 17460] By: jhi                                   on 2002/07/10  03:58:58
+        Log: If no PerlIO, no PerlIO::via.
+     Branch: perl
+          ! lib/PerlIO/via/t/QuotedPrint.t
+____________________________________________________________________________
+[ 17459] By: jhi                                   on 2002/07/10  00:57:29
+        Log: Too much cut-and-paste from Term::Complete.t;
+             be more paranoid on readonlyness
+     Branch: perl
+          ! lib/Config.t
+____________________________________________________________________________
+[ 17458] By: jhi                                   on 2002/07/09  23:29:52
+        Log: Test Config.
+     Branch: perl
+          + lib/Config.t
+          ! MANIFEST
+____________________________________________________________________________
+[ 17457] By: jhi                                   on 2002/07/09  22:36:27
+        Log: Subject: [PATCH] Fwd: [ID 20020703.002] bareword processing bug under 'use strict'
+             From: Kay Röpke <kroepke@dolphin-services.de>
+             Date: Tue, 9 Jul 2002 14:12:10 +0200
+             Message-Id: <184F11EC-9335-11D6-8F80-000393414688@dolphin-services.de>
+     Branch: perl
+          ! op.c t/lib/strict/subs
+____________________________________________________________________________
+[ 17456] By: jhi                                   on 2002/07/09  21:35:33
+        Log: Detypo.
+     Branch: perl
+          ! ext/threads/shared/shared.pm
+____________________________________________________________________________
+[ 17455] By: jhi                                   on 2002/07/09  21:32:44
+        Log: Subject: [PATCH] fix 17425 for VMS
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Tue, 09 Jul 2002 17:07:12 -0500
+             Message-Id: <5.1.1.5.0.20020709164958.0313c008@exchi01>
+     Branch: perl
+          ! t/op/magic.t
+____________________________________________________________________________
+[ 17454] By: jhi                                   on 2002/07/09  21:31:44
+        Log: Change PerlIO::Scalar and Via to scalar and via.
+     Branch: perl
+          + 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
+          - 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
+          ! MANIFEST Porting/config.sh djgpp/config.over doio.c
+          ! epoc/config.sh ext/B/B/C.pm ext/PerlIO/t/via.t hints/uwin.sh
+          ! hints/vmesa.sh perlio.c pod/perldelta.pod pod/perliol.pod
+          ! pod/perltoc.pod win32/Makefile win32/makefile.mk
+____________________________________________________________________________
+[ 17453] By: sky                                   on 2002/07/09  21:23:31
+        Log: Update documentation with &share() non prototype checking version.
+             Fix share so it once again returns a reference to whatever it just
+             shared, so now you can do my &share([]);
+             Remove check for useithreads and Config.pm from threads::shared,
+             you can now always use threads::shared in your module without
+             overhead of config.pm and without speed hit unless threads have been 
+             requested, share, cond_wait, cond_broadcast, cond_signal and lock
+             all become noops, so does : share.
+     Branch: perl
+          ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
+____________________________________________________________________________
+[ 17452] By: jhi                                   on 2002/07/09  18:58:45
+        Log: Tweak perldelta for the new PerlIO::Vianess.
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 17451] By: jhi                                   on 2002/07/09  18:53:11
+        Log: Update the port status.
+     Branch: perl
+          ! pod/perlport.pod
+____________________________________________________________________________
+[ 17450] By: jhi                                   on 2002/07/09  18:49:20
+        Log: Subject: [PATCH] 5.8.0-RC1 on SunOS 4!
+             From: Robin Barker <rmb1@cise.npl.co.uk>
+             Date: Tue, 9 Jul 2002 20:03:40 +0100 (BST)
+             Message-Id: <200207091903.UAA09531@tempest.npl.co.uk>
+             
+             (the sprintf() spot in Dumper.xs fixed)
+     Branch: perl
+          ! ext/Data/Dumper/Dumper.xs perl.c util.c
+____________________________________________________________________________
+[ 17449] By: jhi                                   on 2002/07/09  18:38:04
+        Log: Subject: [PATCH] Removing example layers from MIME::QuotedPrint
+             From: Elizabeth Mattijsen <liz@dijkmat.nl>
+             Date: Mon, 08 Jul 2002 10:21:09 +0200
+             Message-Id: <4.2.0.58.20020708090819.02740f00@mickey.dijkmat.nl>
+             
+             Subject: Re: [PATCH] Removing example layers from MIME::QuotedPrint
+             From: Elizabeth Mattijsen <liz@dijkmat.nl>
+             Date: Tue, 09 Jul 2002 09:29:52 +0200
+             Message-Id: <4.2.0.58.20020709092337.02893300@mickey.dijkmat.nl>
+     Branch: perl
+          + lib/PerlIO/Via/QuotedPrint.pm lib/PerlIO/Via/t/QuotedPrint.t
+          ! MANIFEST ext/MIME/Base64/QuotedPrint.pm ext/PerlIO/Via/Via.pm
+          ! ext/PerlIO/t/via.t pod/perliol.pod
+____________________________________________________________________________
+[ 17448] By: jhi                                   on 2002/07/09  17:46:00
+        Log: Integrate perlio:
+             
+             [ 17446]
+             Fix open(FH,"Via(Foo)","NonExistant") and other cases when 
+             :stdio as lower layer fails.
+             
+             [ 17447]
+             Tidy PerlIO::Via
+             - add test for open fail
+             - add PerlIO_debug() diags to open paths
+             - comments on API gaps 
+             - Update OPEN,SYSOPEN,FDOPEN pod entries.
+     Branch: perl
+         !> ext/PerlIO/Via/Via.pm ext/PerlIO/Via/Via.xs ext/PerlIO/t/via.t
+         !> perlio.c
+____________________________________________________________________________
+[ 17447] By: nick                                  on 2002/07/09  17:13:41
+        Log: Tidy PerlIO::Via
+             - add test for open fail
+             - add PerlIO_debug() diags to open paths
+             - comments on API gaps 
+             - Update OPEN,SYSOPEN,FDOPEN pod entries.
+     Branch: perlio
+          ! ext/PerlIO/Via/Via.pm ext/PerlIO/Via/Via.xs ext/PerlIO/t/via.t
+____________________________________________________________________________
+[ 17446] By: nick                                  on 2002/07/09  16:59:29
+        Log: Fix open(FH,"Via(Foo)","NonExistant") and other cases when 
+             :stdio as lower layer fails.
+     Branch: perlio
+          ! perlio.c
+____________________________________________________________________________
+[ 17445] By: jhi                                   on 2002/07/09  16:32:15
+        Log: Document how to re-indent.
+     Branch: perl
+          ! Porting/pumpkin.pod
+____________________________________________________________________________
+[ 17444] By: jhi                                   on 2002/07/09  15:50:45
+        Log: Retract #17428, not needed in this version of File::Spec.
+     Branch: perl
+          ! lib/File/Spec/Unix.pm
+____________________________________________________________________________
+[ 17443] By: jhi                                   on 2002/07/09  15:41:57
+        Log: This is getting pretty fragmented (finish up #17441).
+     Branch: perl
+          ! pp_ctl.c t/op/eval.t
+____________________________________________________________________________
+[ 17442] By: nick                                  on 2002/07/09  15:39:02
+        Log: Indentation normalize via 
+             indent -kr -nce -psl 
+             (Better indent incantations welcome - something for Porting/?)
+     Branch: perlio
+          ! ext/PerlIO/Via/Via.xs
+____________________________________________________________________________
+[ 17441] By: jhi                                   on 2002/07/09  15:06:55
+        Log: Missing patch fragment, noted by Hugo.
+     Branch: perl
+          ! toke.c
+____________________________________________________________________________
+[ 17440] By: jhi                                   on 2002/07/09  14:05:39
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 17439] By: jhi                                   on 2002/07/09  13:55:16
+        Log: Empty lines.
+     Branch: perl
+          ! MANIFEST
+____________________________________________________________________________
+[ 17438] By: jhi                                   on 2002/07/09  13:48:44
+        Log: Integrate perlio:
+             
+             [ 17431]
+             SuSE 8.0 at least needs hints to use -lgdbm for ODBM_File
+             
+             [ 17432]
+             Core-dump prevention for 
+             open PIPE, "-|:stdio", "cat /etc/motd";
+             (root cause not yet fixed).
+             
+             [ 17433]
+             Special case :stdio pushed method so that "-|:stdio" does 
+             not have an uninitialized layer on top.
+             
+             [ 17435]
+             Call $encoding->decode($sv) without a $chk argument.
+             This fixes modification of readonly value under use encoding().
+             Not a final fix as it does not warn on failed decode.
+             
+             [ 17437]
+             perldiag patch for implied open of STDIN/STDOUT/STDERR
+             in wrong mode.
+     Branch: perl
+         +> ext/ODBM_File/hints/linux.pl
+         !> MANIFEST perlio.c pod/perldiag.pod sv.c
+____________________________________________________________________________
+[ 17437] By: nick                                  on 2002/07/09  13:42:06
+        Log: perldiag patch for implied open of STDIN/STDOUT/STDERR
+             in wrong mode.
+     Branch: perlio
+          ! pod/perldiag.pod
+____________________________________________________________________________
+[ 17436] By: jhi                                   on 2002/07/09  13:05:43
+        Log: Subject: [ID 20020708.001] makedepend problem (output of cppstdin garbled)
+             From: Hans Ranke <Hans.Ranke@ei.tum.de>
+             Date: Mon, 8 Jul 2002 16:17:00 +0200 (MET DST)
+             Message-Id: <5.8.0_12541_1026136670@regency>
+     Branch: perl
+          ! makedepend.SH
+____________________________________________________________________________
+[ 17435] By: nick                                  on 2002/07/09  12:38:01
+        Log: Call $encoding->decode($sv) without a $chk argument.
+             This fixes modification of readonly value under use encoding().
+             Not a final fix as it does not warn on failed decode.
+     Branch: perlio
+          ! sv.c
+____________________________________________________________________________
+[ 17434] By: jhi                                   on 2002/07/09  11:50:41
+        Log: Subject: [DOC PATCH] perlre, minor error
+             From: "Steffen Mueller" <xyey9001@sneakemail.com>
+             Date: Tue, 9 Jul 2002 02:23:33 +0200
+             Message-ID: <20020709002024.28399.qmail@onion.perl.org>
+     Branch: perl
+          ! pod/perlre.pod
+____________________________________________________________________________
+[ 17433] By: nick                                  on 2002/07/09  11:42:32
+        Log: Special case :stdio pushed method so that "-|:stdio" does 
+             not have an uninitialized layer on top.
+     Branch: perlio
+          ! perlio.c
+____________________________________________________________________________
+[ 17432] By: nick                                  on 2002/07/09  09:38:45
+        Log: Core-dump prevention for 
+             open PIPE, "-|:stdio", "cat /etc/motd";
+             (root cause not yet fixed).
+     Branch: perlio
+          ! perlio.c
+____________________________________________________________________________
+[ 17431] By: nick                                  on 2002/07/09  08:01:54
+        Log: SuSE 8.0 at least needs hints to use -lgdbm for ODBM_File
+     Branch: perlio
+          + ext/ODBM_File/hints/linux.pl
+          ! MANIFEST
+____________________________________________________________________________
+[ 17430] By: nick                                  on 2002/07/09  07:59:06
+        Log: Integrate mainline
+     Branch: perlio
+         +> ext/MIME/Base64/t/quoted-print.t lib/Math/BigInt/t/bare_mif.t
+          - ext/MIME/Base64/t/qp.t
+         !> (integrate 48 files)
+____________________________________________________________________________
+[ 17429] By: jhi                                   on 2002/07/09  00:17:49
+        Log: MIME::QuotedPrint is for bytes only; from Gisle.
+     Branch: perl
+          ! ext/MIME/Base64/QuotedPrint.pm
+          ! ext/MIME/Base64/t/quoted-print.t
+____________________________________________________________________________
+[ 17428] By: jhi                                   on 2002/07/08  23:26:49
+        Log: (retracted by #17444)
+             Subject: [ID 20020708.003] File::Spec::Unix::tmpdir automagically creates $ENV{TMPDIR}
+             From: Diab Jerius <dj@head-cfa.harvard.edu>
+             Date: Mon, 8 Jul 2002 18:44:12 -0400 (EDT)
+             Message-Id: <200207082244.g68MiDY22791@pelf.harvard.edu>
+     Branch: perl
+          ! lib/File/Spec/Unix.pm
+____________________________________________________________________________
+[ 17427] By: jhi                                   on 2002/07/08  23:17:21
+        Log: Subject: patch against   t/op/magic.t
+             From: Jim Cromie <jcromie@divsol.com>
+             Date: Mon, 08 Jul 2002 19:23:38 -0400
+             Message-ID: <3D2A1EFA.8050603@divsol.com>
+     Branch: perl
+          ! t/op/magic.t
+____________________________________________________________________________
+[ 17426] By: jhi                                   on 2002/07/08  21:38:24
+        Log: Subject: [DOC PATCH] Thread::Signal.pm
+             From: Elizabeth Mattijsen <liz@dijkmat.nl>
+             Date: Mon, 08 Jul 2002 23:40:32 +0200
+             Message-Id: <4.2.0.58.20020708233854.024783b0@mickey.dijkmat.nl>
+     Branch: perl
+          ! ext/Thread/Thread/Signal.pm
+____________________________________________________________________________
+[ 17425] By: jhi                                   on 2002/07/08  20:10:15
+        Log: Integrate maint patches #17421, #17424:
+             
+             on platforms like HP-UX that are subject to the ARG_ZERO_IS_SCRIPT
+             hack, $^X was improperly set to the script name when the script
+             was run via the PATH; argv[0] in that case shows up as the bare
+             name of the script rather than its fully qualified path, which
+             meant that the sanity check in the ARG_ZERO_IS_SCRIPT code fails
+             to recognize it as the running script name; fix tries to match
+             bare script name in that case (from Gisle Aas)
+             
+             tweak change#17421 ($0 is full path to script even when script
+             is invoked via PATH almost everywhere except Windows)
+     Branch: perl
+         !> t/op/magic.t toke.c
+____________________________________________________________________________
+[ 17424] By: gsar                                  on 2002/07/08  19:54:10
+        Log: tweak change#17421 ($0 is full path to script even when script
+             is invoked via PATH almost everywhere except Windows)
+     Branch: maint-5.6/perl
+          ! t/op/magic.t
+____________________________________________________________________________
+[ 17423] By: jhi                                   on 2002/07/08  19:10:29
+        Log: Subject: Re: [ID 20020626.011] wantarray() causes clobbering of unrelated vars outside the sub 
+             From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
+             Date: Mon, 08 Jul 2002 17:00:33 +0100
+             Message-Id: <200207081600.g68G0Xw07553@crypt.compulink.co.uk>
+     Branch: perl
+          ! lib/File/Basename.pm op.c t/op/wantarray.t
+____________________________________________________________________________
+[ 17422] By: jhi                                   on 2002/07/08  19:08:58
+        Log: Subject: [PATCH perl@17412] regcomp.c casting tweak
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Mon, 08 Jul 2002 13:17:35 -0500
+             Message-Id: <5.1.1.5.0.20020708124433.034a5dd8@exchi01>
+     Branch: perl
+          ! regcomp.c
+____________________________________________________________________________
+[ 17421] By: gsar                                  on 2002/07/08  17:07:01
+        Log: on platforms like HP-UX that are subject to the ARG_ZERO_IS_SCRIPT
+             hack, $^X was improperly set to the script name when the script
+             was run via the PATH; argv[0] in that case shows up as the bare
+             name of the script rather than its fully qualified path, which
+             meant that the sanity check in the ARG_ZERO_IS_SCRIPT code fails
+             to recognize it as the running script name; fix tries to match
+             bare script name in that case (from Gisle Aas)
+     Branch: maint-5.6/perl
+          ! t/op/magic.t toke.c
+____________________________________________________________________________
+[ 17420] By: jhi                                   on 2002/07/08  12:54:52
+        Log: Subject: [ DOC PATCH] Re: build failure on Solaris with useithreads
+             From: Dave Mitchell <davem@fdgroup.com>
+             Date: Mon, 8 Jul 2002 00:45:42 +0100
+             Message-ID: <20020708004542.B14412@fdgroup.com>
+     Branch: perl
+          ! README.solaris
+____________________________________________________________________________
+[ 17419] By: jhi                                   on 2002/07/08  12:19:24
+        Log: Add a note about perlmonks as suggested by Ilya Martynov;
+             add an admonition about "can you write my shopping cart
+             script for me!!!"
+     Branch: perl
+          ! pod/perlfaq2.pod
+____________________________________________________________________________
+[ 17418] By: jhi                                   on 2002/07/08  12:11:31
+        Log: Subject: [DOC PATCH] perlfaq2.pod, perlmodstyle.pod
+             From: Iain Truskett <spoon@cpan.org>
+             Date: Mon, 8 Jul 2002 16:50:55 +1000
+             Message-ID: <20020708065055.GC14168@eh.org>
+     Branch: perl
+          ! pod/perlfaq2.pod pod/perlmodstyle.pod
+____________________________________________________________________________
+[ 17417] By: jhi                                   on 2002/07/08  12:08:27
+        Log: Subject: [DOC PATCH] perlthrtut.pod
+             From: Iain Truskett <spoon@cpan.org>
+             Date: Mon, 8 Jul 2002 13:53:59 +1000       
+             Message-ID: <20020708035359.GB14168@eh.org>  
+     Branch: perl
+          ! pod/perlthrtut.pod
+____________________________________________________________________________
+[ 17416] By: jhi                                   on 2002/07/08  12:07:11
+        Log: Subject: [PATCH] t/op/glob.t
+             From: Iain Truskett <spoon@cpan.org>
+             Date: Mon, 8 Jul 2002 11:59:21 +1000
+             Message-ID: <20020708015921.GA14168@eh.org>
+     Branch: perl
+          ! t/op/glob.t
+____________________________________________________________________________
+[ 17415] By: jhi                                   on 2002/07/08  11:58:54
+        Log: More AUTHORS updates.
+     Branch: perl
+          ! AUTHORS
+____________________________________________________________________________
+[ 17414] By: jhi                                   on 2002/07/07  22:17:28
+        Log: AUTHORS updates.
+     Branch: perl
+          ! AUTHORS
+____________________________________________________________________________
+[ 17413] By: jhi                                   on 2002/07/07  21:42:20
+        Log: README tweaks.
+     Branch: perl
+          ! README.tru64
+____________________________________________________________________________
+[ 17412] By: jhi                                   on 2002/07/07  20:54:53
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
 [ 17411] By: jhi                                   on 2002/07/07  20:36:18
         Log: Regen toc, modlib.
      Branch: perl
@@ -282,7 +716,8 @@ ____________________________________________________________________________
           ! ext/DynaLoader/DynaLoader_pm.PL lib/ExtUtils/MM_NW5.pm
 ____________________________________________________________________________
 [ 17375] By: jhi                                   on 2002/06/28  13:02:01
-        Log: EBCDIC-safer.
+        Log: (retracted by #17467)
+             EBCDIC-safer.
      Branch: perl
           ! regexec.c
 ____________________________________________________________________________