diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-07-10 11:43:09 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-07-10 11:43:09 +0000 |
commit | d424a232f6c786ba60298440b9c4cec451863a98 (patch) | |
tree | 842a5681cd0240fd675f4ea9029c65bf91791639 /Changes | |
parent | b13c494218827599481238f7c7f4125dd056dce1 (diff) | |
download | perl-d424a232f6c786ba60298440b9c4cec451863a98.tar.gz |
Update Changes.
p4raw-id: //depot/perl@17463
Diffstat (limited to 'Changes')
-rw-r--r-- | Changes | 182 |
1 files changed, 182 insertions, 0 deletions
@@ -28,6 +28,188 @@ example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/ Version v5.7.X Development release working toward v5.8 -------------- ____________________________________________________________________________ +[ 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 |