From: Jarkko Hietaniemi Date: Fri, 13 Apr 2001 13:17:01 +0000 (+0000) Subject: Update Changes. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=16dfaf475b3694740868c021fe45ccd261d7d64b;p=p5sagit%2Fp5-mst-13.2.git Update Changes. p4raw-id: //depot/perl@9699 --- diff --git a/Changes b/Changes index 4515b81..59c5d8e 100644 --- a/Changes +++ b/Changes @@ -31,6 +31,230 @@ or any other branch. Version v5.7.1 Development release working toward v5.8 -------------- ____________________________________________________________________________ +[ 9698] By: jhi on 2001/04/13 12:44:48 + Log: Integrate perlio. + Branch: perl + !> ext/PerlIO/Scalar/Scalar.xs +____________________________________________________________________________ +[ 9697] By: jhi on 2001/04/13 12:29:15 + Log: Add more debug output to the test. + Branch: perl + ! t/lib/cwd.t +____________________________________________________________________________ +[ 9696] By: nick on 2001/04/13 10:14:29 + Log: Fix core dump on binmode($fh,'Scalar') + Branch: perlio + ! ext/PerlIO/Scalar/Scalar.xs +____________________________________________________________________________ +[ 9695] By: nick on 2001/04/13 09:05:42 + Log: Integrate mainline + Branch: perlio + +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm + +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL + +> t/lib/time-hires.t + !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com + !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm + !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c + !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs + !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl + !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t + !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 9694] By: jhi on 2001/04/12 22:23:35 + Log: Integrate change #9693 from maintperl into mainline. + + $VERSION and Version() on the same line provokes a warning from + CPAN.pm (from Jonathan Leffler ) + Branch: perl + !> lib/Devel/SelfStubber.pm +____________________________________________________________________________ +[ 9693] By: gsar on 2001/04/12 21:55:56 + Log: $VERSION and Version() on the same line provokes a warning from + CPAN.pm (from Jonathan Leffler ) + Branch: maint-5.6/perl + ! lib/Devel/SelfStubber.pm +____________________________________________________________________________ +[ 9692] By: jhi on 2001/04/12 13:54:00 + Log: This is at least 5.005. + Branch: perl + ! ext/Time/HiRes/HiRes.xs +____________________________________________________________________________ +[ 9691] By: jhi on 2001/04/12 13:37:20 + Log: Non-UNIX platforms extensions update. (Well, UTS is UNIX.) + Branch: perl + ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh + ! win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 9690] By: jhi on 2001/04/12 01:34:46 + Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid. + Branch: perl + + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm + + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL + + t/lib/time-hires.t + ! MANIFEST +____________________________________________________________________________ +[ 9689] By: jhi on 2001/04/12 00:28:39 + Log: Subject: [PATCH] Digest::MD5 on UTF8 strings + From: Gisle Aas + Date: 11 Apr 2001 16:36:11 -0700 + Message-ID: + Branch: perl + ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t +____________________________________________________________________________ +[ 9688] By: jhi on 2001/04/12 00:27:39 + Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED) + From: Gisle Aas + Date: 11 Apr 2001 11:13:24 -0700 + Message-ID: + Branch: perl + ! ext/MIME/Base64/Base64.xs +____________________________________________________________________________ +[ 9687] By: jhi on 2001/04/11 19:51:47 + Log: Slight update on the Todo list. (Should integrate to Todo?) + Branch: perl + ! Todo-5.6 +____________________________________________________________________________ +[ 9686] By: jhi on 2001/04/11 16:54:25 + Log: Subject: [PATCH opcode.pl] Documentation of table format + From: Simon Cozens + Date: Wed, 11 Apr 2001 12:59:31 +0100 + Message-ID: <20010411125931.A25681@netthink.co.uk> + Branch: perl + ! opcode.pl +____________________________________________________________________________ +[ 9685] By: jhi on 2001/04/11 16:53:15 + Log: Subject: [PATCH] prototype("CORE::recv") + From: Simon Cozens + Date: Wed, 11 Apr 2001 13:24:35 +0100 + Message-ID: <20010411132435.A26169@netthink.co.uk> + Branch: perl + ! pp.c t/comp/proto.t +____________________________________________________________________________ +[ 9684] By: jhi on 2001/04/11 16:47:13 + Log: FAQ (and AUTHORS) update from Dan Carson: the information + was several years obsolete, Term::Readkey has been updated + to have the functionality. + Branch: perl + ! AUTHORS pod/perlfaq5.pod +____________________________________________________________________________ +[ 9683] By: jhi on 2001/04/11 12:15:46 + Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED) + From: Calle Dybedahl + Date: 10 Apr 2001 16:44:16 +0200 + Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se> + Branch: perl + ! ext/MIME/Base64/Base64.xs +____________________________________________________________________________ +[ 9682] By: jhi on 2001/04/11 12:12:26 + Log: A more minimal fix for 20010410.006 from Hugo. + Branch: perl + ! regexec.c +____________________________________________________________________________ +[ 9681] By: jhi on 2001/04/11 11:34:23 + Log: Integrate changes #9678,9679 from maintline into mainperl. + + addendum to change#9676 + + up $File::Glob::VERSION; add a note pointing out the version of + the OpenBSD glob bsd_glob.c resembles + Branch: perl + !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c + !> ext/File/Glob/bsd_glob.h +____________________________________________________________________________ +[ 9680] By: jhi on 2001/04/11 11:30:38 + Log: Bad test numbering in integrate in #9677. + Fixes ID 20010411.001. + Branch: perl + ! t/op/pat.t +____________________________________________________________________________ +[ 9679] By: gsar on 2001/04/11 03:38:40 + Log: up $File::Glob::VERSION; add a note pointing out the version of + the OpenBSD glob bsd_glob.c resembles + Branch: maint-5.6/perl + ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c + ! ext/File/Glob/bsd_glob.h +____________________________________________________________________________ +[ 9678] By: gsar on 2001/04/11 03:09:48 + Log: addendum to change#9676: some missing changes from OpenBSD glob.c + revision 1.8.10.1 found here: + + http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c + Branch: maint-5.6/perl + ! ext/File/Glob/bsd_glob.c +____________________________________________________________________________ +[ 9677] By: jhi on 2001/04/11 02:54:39 + Log: Integrate changes #9675,9676 from maintperl into mainline. + + fix for bug 20010410.006, undo change#7115 + + port the OpenBSD glob() security patch + Branch: perl + !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs + !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c + !> t/op/pat.t +____________________________________________________________________________ +[ 9676] By: gsar on 2001/04/11 02:19:02 + Log: port the glob() security patch found at: + + ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch + + CERT advisory for the issue is here: + + http://www.cert.org/advisories/CA-2001-07.html + + Note that the security scare is only relevant for those who are + foolish enough to build suidperl (which is now officially discouraged) + Branch: maint-5.6/perl + ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs + ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h +____________________________________________________________________________ +[ 9675] By: gsar on 2001/04/10 23:52:11 + Log: fix for bug 20010410.006 + + undo change#7115 (came into maint-5.6 as change#8156) + + add tests to keep it from coming back + Branch: maint-5.6/perl + ! regexec.c t/op/pat.t +____________________________________________________________________________ +[ 9674] By: nick on 2001/04/10 20:39:31 + Log: Integrate mainline + Branch: perlio + +> Porting/testall.atom + !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t + !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t + !> t/lib/lc-uk.t t/pod/find.t +____________________________________________________________________________ +[ 9673] By: nick on 2001/04/10 18:46:14 + Log: Integrate against change 9670 aka perl-5.7.1 + Branch: perlio + +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod + !> (integrate 53 files) +____________________________________________________________________________ +[ 9672] By: jhi on 2001/04/10 13:45:01 + Log: Add a script for doing cumulative profile of the test suite. + (Requires ATOM, that is, Tru64.) + Branch: perl + + Porting/testall.atom + ! MANIFEST +____________________________________________________________________________ +[ 9671] By: jhi on 2001/04/10 12:38:53 + Log: Missing std block. + Branch: perl + ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t + ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t + ! t/pod/find.t +____________________________________________________________________________ +[ 9670] By: jhi on 2001/04/10 01:25:58 + Log: This is 5.7.1. + Branch: perl + ! patchlevel.h +____________________________________________________________________________ +[ 9669] By: jhi on 2001/04/10 01:09:14 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ [ 9668] By: jhi on 2001/04/10 01:00:38 Log: Regen toc. Branch: perl diff --git a/patchlevel.h b/patchlevel.h index 8e15a82..1779c1b 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -70,6 +70,7 @@ #if !defined(PERL_PATCHLEVEL_H_IMPLICIT) && !defined(LOCAL_PATCH_COUNT) static char *local_patches[] = { NULL + ,"DEVEL9698" ,NULL };