From: Jarkko Hietaniemi Date: Wed, 23 Aug 2000 14:37:04 +0000 (+0000) Subject: Update Changes. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6558817a8fb000a157c5121c39c110f7a273aad8;p=p5sagit%2Fp5-mst-13.2.git Update Changes. p4raw-id: //depot/perl@6785 --- diff --git a/Changes b/Changes index e96873f..b7c51b5 100644 --- a/Changes +++ b/Changes @@ -1,100 +1,52 @@ -Please note: This file provides a complete, temporally ordered log of -changes that went into every version of Perl. If you'd like more -detailed information, please consult the comments in the individual -patches posted to the perl5-porters mailing list. Patches for each -individual change may also be obtained through ftp and rsync--see -perlhack.pod for the details. - - - --------------- - CAST AND CREW - --------------- - -To give due honor to those who have made Perl what is is today, -here are some of the more common names in the Changes file, and their -current addresses (as of August 2000): - - Gisle Aas - Abigail - Kenneth Albanowski - Russ Allbery - Brad Appleton - Greg Bacon - Robin Barker - Vishal Bhatia - Spider Boardman - Tom Christiansen - Simon Cozens - Mark-Jason Dominus - Jan Dubois - Dominic Dunlop - Eric Fifer - Hallvard B Furuseth - M. J. T. Guy - Tom Hughes - Nick Ing-Simmons - Andreas Koenig - Douglas Lankshear - Doug MacEachern - Raphael Manfredi - Paul Marquess - Stephen McCamant - Laszlo Molnar - Hans Mulder - Chris Nandor - Matthias Neeracher - Jeff Okamoto - Ulrich Pfeifer - Tom Phoenix - Stephen Potter - Joshua Pritikin - Peter Prymmer - Norbert Pueschel - Dean Roehrich - Hugo van der Sanden - Michael G Schwern - Roderick Schertler - Yitzchak Scott-Thoennes - Kurt D. Starsinic - Benjamin Stuhl - Dan Sugalski - Nathan Torkington - Larry W. Virden - Johan Vromans - Ilya Zakharevich - -And the Keepers of the Patch Pumpkin: - - Charles Bailey - Graham Barr - Malcolm Beattie - Tim Bunce - Andy Dougherty - Jarkko Hietaniemi - Gurusamy Sarathy - Chip Salzenberg - -And, of course, the Author of Perl: - - Larry Wall - - -NOTE: Each change entry shows the change number; who checked it into the -repository; when; description of the change; which branch the change -happened in; and the affected files. The file lists have a short symbolic -indicator: - - ! modified - + added - - deleted - +> branched (from elsewhere) - !> merged changes (from elsewhere) - - --------------- -Version v5.7.0 Development release working toward v5.8 --------------- - +____________________________________________________________________________ +[ 6784] By: jhi on 2000/08/23 13:58:41 + Log: Portability fix from Hugo van der Sanden. + Branch: perl + ! ext/re/Makefile.PL +____________________________________________________________________________ +[ 6783] By: jhi on 2000/08/23 13:53:53 + Log: Storable support, v-version fixes. + + Subject: CPAN.pm beta for testing available + From: andreas.koenig@anima.de (Andreas J. Koenig) + Date: 22 Aug 2000 23:31:33 +0200 + Message-ID: + Branch: perl + ! lib/CPAN.pm lib/CPAN/FirstTime.pm +____________________________________________________________________________ +[ 6782] By: jhi on 2000/08/23 13:51:26 + Log: Mac and other portability updates from Chris Nandor. + Branch: perl + ! pod/perlmodinstall.pod +____________________________________________________________________________ +[ 6781] By: jhi on 2000/08/23 13:47:33 + Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs + From: Peter Prymmer + Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT) + Message-ID: + Branch: perl + ! ext/Storable/Storable.xs +____________________________________________________________________________ +[ 6780] By: jhi on 2000/08/23 13:33:34 + Log: VMS MMS (make) wants null action. + Branch: perl + ! ext/B/Makefile.PL +____________________________________________________________________________ +[ 6779] By: jhi on 2000/08/22 19:44:47 + Log: Forgot portability nit. + Branch: perl + ! t/lib/st-forgive.t +____________________________________________________________________________ +[ 6778] By: jhi on 2000/08/22 19:35:25 + Log: Be portable. + Branch: perl + ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t + ! t/lib/st-store.t +____________________________________________________________________________ +[ 6777] By: jhi on 2000/08/22 18:50:53 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h ____________________________________________________________________________ [ 6776] By: jhi on 2000/08/22 18:44:46 Log: cSVOPo_*v things index into the current PL_curpad @@ -423,6 +375,103 @@ ____________________________________________________________________________ Log: The correct cleaning order is an art. Branch: perl ! Makefile.SH +Please note: This file provides a complete, temporally ordered log of +changes that went into every version of Perl. If you'd like more +detailed information, please consult the comments in the individual +patches posted to the perl5-porters mailing list. Patches for each +individual change may also be obtained through ftp and rsync--see +perlhack.pod for the details. + + + --------------- + CAST AND CREW + --------------- + +To give due honor to those who have made Perl what is is today, +here are some of the more common names in the Changes file, and their +current addresses (as of August 2000): + + Gisle Aas + Abigail + Kenneth Albanowski + Russ Allbery + Brad Appleton + Greg Bacon + Robin Barker + Vishal Bhatia + Spider Boardman + Tom Christiansen + Simon Cozens + Mark-Jason Dominus + Jan Dubois + Dominic Dunlop + Eric Fifer + Hallvard B Furuseth + M. J. T. Guy + Tom Hughes + Nick Ing-Simmons + Andreas Koenig + Douglas Lankshear + Doug MacEachern + Raphael Manfredi + Paul Marquess + Stephen McCamant + Laszlo Molnar + Hans Mulder + Chris Nandor + Matthias Neeracher + Jeff Okamoto + Ulrich Pfeifer + Tom Phoenix + Stephen Potter + Joshua Pritikin + Peter Prymmer + Norbert Pueschel + Dean Roehrich + Hugo van der Sanden + Michael G Schwern + Roderick Schertler + Yitzchak Scott-Thoennes + Kurt D. Starsinic + Benjamin Stuhl + Dan Sugalski + Nathan Torkington + Larry W. Virden + Johan Vromans + Ilya Zakharevich + +And the Keepers of the Patch Pumpkin: + + Charles Bailey + Graham Barr + Malcolm Beattie + Tim Bunce + Andy Dougherty + Jarkko Hietaniemi + Gurusamy Sarathy + Chip Salzenberg + +And, of course, the Author of Perl: + + Larry Wall + + +NOTE: Each change entry shows the change number; who checked it into the +repository; when; description of the change; which branch the change +happened in; and the affected files. The file lists have a short symbolic +indicator: + + ! modified + + added + - deleted + +> branched (from elsewhere) + !> merged changes (from elsewhere) + + +-------------- +Version v5.7.0 Development release working toward v5.8 +-------------- + ____________________________________________________________________________ [ 6732] By: jhi on 2000/08/21 01:23:39 Log: The #6724 is here. diff --git a/patchlevel.h b/patchlevel.h index 842c614..61665e2 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -71,7 +71,7 @@ static char *local_patches[] = { NULL ,"SUIDMAIL - fixes for suidperl security" - ,"DEVEL6776" + ,"DEVEL6784" ,NULL };