From: Jarkko Hietaniemi Date: Fri, 1 Sep 2000 18:28:10 +0000 (+0000) Subject: Update Changes. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=bb8b7748c31344bc5386ec1924c1405f628aa1c8;p=p5sagit%2Fp5-mst-13.2.git Update Changes. p4raw-id: //depot/perl@6985 --- diff --git a/Changes b/Changes index d273c52..e212a62 100644 --- a/Changes +++ b/Changes @@ -103,6 +103,76 @@ Version v5.7.0 Development release working toward v5.8 -------------- ____________________________________________________________________________ +[ 6984] By: jhi on 2000/09/01 18:26:53 + Log: Feature ordering tweak. + Branch: perl + ! myconfig.SH +____________________________________________________________________________ +[ 6983] By: jhi on 2000/09/01 18:19:50 + Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant + From: + Date: Fri, 1 Sep 2000 13:07:32 -0400 + Message-ID: <20000901170732.18249.qmail@foad.org> + Branch: perl + ! t/pragma/overload.t +____________________________________________________________________________ +[ 6982] By: jhi on 2000/09/01 18:17:54 + Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64, + so that case-ignoring systems like DCL can tell them from + PRIefldbl and PRIx64. Apply Merijn's ccversion patches. + Branch: metaconfig/U/perl + ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U + Branch: perl + ! Configure Porting/Glossary Porting/config.sh Porting/config_H + ! config_h.SH configure.com epoc/config.sh hints/aix.sh + ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh + ! hints/solaris_2.sh myconfig.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 +____________________________________________________________________________ +[ 6981] By: nick on 2000/09/01 17:21:57 + Log: Document UNTIE. Also tweak implementation to suppress the 'inner references' + warning when UNTIE exists and instead pass the cound of extra references to + the UNTIE method. + Branch: perl + ! pod/perltie.pod pp_sys.c +____________________________________________________________________________ +[ 6980] By: jhi on 2000/09/01 16:54:44 + Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com + From: Peter Prymmer + Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT) + Message-ID: + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 6979] By: jhi on 2000/09/01 16:06:20 + Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world + From: Mike Guy + Date: Fri, 01 Sep 2000 16:49:27 +0100 + Message-Id: + Branch: perl + ! t/base/rs.t +____________________________________________________________________________ +[ 6978] By: jhi on 2000/09/01 16:00:42 + Log: Update to PodParser 1.18, from Brad Appleton. + Branch: perl + ! lib/Pod/Checker.pm t/pod/find.t +____________________________________________________________________________ +[ 6977] By: jhi on 2000/09/01 14:48:58 + Log: Subject: Nit in Configure (bleadperl@6961) + From: Lupe Christoph + Date: Fri, 1 Sep 2000 16:34:29 +0200 + Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de> + Branch: metaconfig + ! U/compline/ccflags.U + Branch: perl + ! Configure config_h.SH +____________________________________________________________________________ +[ 6976] By: jhi on 2000/09/01 14:39:52 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ [ 6975] By: jhi on 2000/09/01 14:37:36 Log: microperl config update. Branch: perl diff --git a/patchlevel.h b/patchlevel.h index aed576b..3ee8051 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -70,7 +70,7 @@ #if !defined(PERL_PATCHLEVEL_H_IMPLICIT) && !defined(LOCAL_PATCH_COUNT) static char *local_patches[] = { NULL - ,"DEVEL6975" + ,"DEVEL6984" ,NULL };