X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=b4d1602fb38ea4286e078ca4755398c18c87b8a9;hb=50588fdeefaaa7117c6e7bd89a92fc19a3dba2b1;hp=994cc2780a65951d7b44b842ec100d6750506f69;hpb=eae4ae263c0b84d48420dbcaad4130ba7ca74ba8;p=p5sagit%2Fp5-mst-13.2.git diff --git a/Changes b/Changes index 994cc27..b4d1602 100644 --- a/Changes +++ b/Changes @@ -95,6 +95,156 @@ Version v5.7.0 Development release working toward v5.8 -------------- ____________________________________________________________________________ +[ 6707] By: jhi on 2000/08/18 21:55:14 + Log: Add warnif(), check warnings further up the stack, + all the warnings functions now can take an optional object reference. + + Subject: [PATCH bleedperl@6691] warnings pragma update + From: "Paul Marquess" + Date: Fri, 18 Aug 2000 22:42:06 +0100 + Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com> + Branch: perl + ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm + ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm + ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl +____________________________________________________________________________ +[ 6706] By: jhi on 2000/08/18 21:41:45 + Log: Typo in pp_complement(). + + Subject: [PATCH perl-current] Deparse + From: Peter Scott + Date: Fri, 18 Aug 2000 12:44:37 -0700 + Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com> + Branch: perl + ! ext/B/B/Deparse.pm +____________________________________________________________________________ +[ 6705] By: jhi on 2000/08/18 21:25:59 + Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName + From: Jan Dubois + Date: Fri, 18 Aug 2000 14:22:51 -0700 + Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com> + Branch: perl + ! lib/Win32.pod win32/win32.c +____________________________________________________________________________ +[ 6704] By: jhi on 2000/08/18 21:16:14 + Log: Don't eat leading os from index entries. + + Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'! + From: Russ Allbery + Date: 10 Aug 2000 20:49:25 -0700 + Message-ID: + Branch: perl + ! lib/Pod/Man.pm +____________________________________________________________________________ +[ 6703] By: jhi on 2000/08/18 21:07:06 + Log: Add [[:blank:]] as suggested in + + Subject: [ID 20000716.024] [=cc=] / [:blank:] + From: Jeffrey Friedl + Date: Sun, 16 Jul 2000 17:55:29 -0700 + Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com> + + (the [=cc=] has already been taken care of by #6439 + so the whole bug report can be closed) + + and make [[:space:]] to be equivalent to isspace(3) + (as opposed to \s, which is isSPACE()). The difference + is that now [[:space:]] matches the mythical vertical tab, + while \s doesn't. + Branch: perl + ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h + ! regexec.c t/op/pat.t +____________________________________________________________________________ +[ 6702] By: jhi on 2000/08/18 18:47:47 + Log: The new tests were missing from #6415. + Branch: perl + ! t/op/bop.t +____________________________________________________________________________ +[ 6701] By: jhi on 2000/08/18 18:20:40 + Log: Document the NDBM_File and ODBM_File as SDBM_File + was documented in #6417. + Branch: perl + ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm + ! ext/SDBM_File/SDBM_File.pm +____________________________________________________________________________ +[ 6700] By: jhi on 2000/08/18 18:10:39 + Log: Subject: [PATCH perl@6698] cygwin port + From: "Fifer, Eric" + Date: Fri, 18 Aug 2000 17:30:05 +0100 + Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com> + Branch: perl + ! lib/File/Temp.pm +____________________________________________________________________________ +[ 6699] By: jhi on 2000/08/18 16:21:49 + Log: Document code point which makes if (defined %stash::) to work + (noted by Spider Boardman). + Branch: perl + ! op.c +____________________________________________________________________________ +[ 6698] By: jhi on 2000/08/18 13:43:27 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ +[ 6697] By: jhi on 2000/08/18 13:35:57 + Log: Tiny Getopt::Long patch from Johan Vromans. + Branch: perl + ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t +____________________________________________________________________________ +[ 6696] By: jhi on 2000/08/18 13:26:14 + Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value" + From: Paul David Fardy + Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT) + Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca> + Branch: perl + ! pod/perldiag.pod pod/perlsyn.pod +____________________________________________________________________________ +[ 6695] By: jhi on 2000/08/18 13:13:26 + Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues + From: Daniel Chetlin + Date: Fri, 18 Aug 2000 03:13:36 -0700 + Message-ID: <20000818031336.B14165@ilmd.chetlin.org> + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 6694] By: jhi on 2000/08/18 13:08:05 + Log: Subject: [PATCH] perltrap.pod spring cleaning + From: Daniel Chetlin + Date: Fri, 18 Aug 2000 03:06:54 -0700 + Message-ID: <20000818030654.A14165@ilmd.chetlin.org> + + plus Mike Guy's nitfix. + Branch: perl + ! pod/perltrap.pod +____________________________________________________________________________ +[ 6693] By: jhi on 2000/08/18 13:00:26 + Log: Unbuffer the output. + + Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on + From: sthoenna@efn.org (Yitzchak Scott-Thoennes) + Date: Thu, 17 Aug 2000 18:39:29 -0700 + Message-ID: + Branch: perl + ! t/op/fork.t +____________________________________________________________________________ +[ 6692] By: jhi on 2000/08/18 05:19:17 + Log: Delete the image, too, not just its MANIFEStation. + Branch: perl + - lib/CGI/eg/wilogo.gif +____________________________________________________________________________ +[ 6691] By: jhi on 2000/08/18 05:10:26 + Log: Propagate new Configure vars. + Branch: perl + ! configure.com epoc/config.sh uconfig.h uconfig.sh + ! vos/config.def vos/config.h vos/config_h.SH_orig + ! win32/config.bc win32/config.gc win32/config.vc + ! win32/config_H.bc win32/config_H.gc win32/config_H.vc +____________________________________________________________________________ +[ 6690] By: jhi on 2000/08/18 04:30:56 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ [ 6689] By: jhi on 2000/08/18 04:12:30 Log: Fix the lib/complex failure of