From: Jarkko Hietaniemi Date: Tue, 21 Nov 2000 19:03:44 +0000 (+0000) Subject: Update Changes. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2a06dd0083251f74ae7366e8653ef3ad67cd49c6;p=p5sagit%2Fp5-mst-13.2.git Update Changes. p4raw-id: //depot/perl@7795 --- diff --git a/Changes b/Changes index 925d600..74a68dc 100644 --- a/Changes +++ b/Changes @@ -32,6 +32,106 @@ Version v5.7.0 Development release working toward v5.8 -------------- ____________________________________________________________________________ +[ 7794] By: jhi on 2000/11/21 18:56:34 + Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS) + From: "Craig A. Berry" + Date: Mon, 20 Nov 2000 20:27:06 -0600 + Message-Id: + + A cut-and-pasto. + Branch: perl + ! perlio.h +____________________________________________________________________________ +[ 7793] By: jhi on 2000/11/21 18:54:41 + Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23] + From: Dominic Dunlop + Date: Mon, 20 Nov 2000 18:55:29 +0100 + Message-Id: + + va_copy() and the need of it. + See . + Branch: metaconfig/U/perl + + need_va_copy.U + Branch: perl + ! Configure Porting/Glossary Porting/config.sh Porting/config_H + ! config_h.SH configure.com epoc/config.sh handy.h perlio.c + ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def + ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h + ! win32/config.bc win32/config.gc win32/config.vc +____________________________________________________________________________ +[ 7792] By: jhi on 2000/11/21 17:04:10 + Log: Integrate scope.h@7790 from perlio, works better with multiplicity. + Branch: perl + !> scope.h +____________________________________________________________________________ +[ 7791] By: jhi on 2000/11/21 17:01:16 + Log: Export the SOCKS workaround symbols only if necessary. + Branch: perl + ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h +____________________________________________________________________________ +[ 7787] By: jhi on 2000/11/20 22:44:04 + Log: Subject: [PATCH: perl@7777] add system locale testing for VMS + From: Peter Prymmer + Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST) + Message-ID: + Branch: perl + ! t/pragma/locale.t +____________________________________________________________________________ +[ 7786] By: jhi on 2000/11/20 22:29:10 + Log: Subject: DOC PATCH 5.6.0 perlreftut + From: mjd@plover.com + Date: 20 Nov 2000 19:45:06 -0000 + Message-ID: <20001120194506.9505.qmail@plover.com> + Branch: perl + ! pod/perlreftut.pod +____________________________________________________________________________ +[ 7785] By: jhi on 2000/11/20 22:27:44 + Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir + From: David Dyck + Date: Mon, 20 Nov 2000 11:43:40 -0800 + Message-Id: <200011201943.LAA08451@dd.tc.fluke.com> + Branch: perl + ! lib/Cwd.pm +____________________________________________________________________________ +[ 7784] By: jhi on 2000/11/20 22:23:21 + Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{}) + Date: Mon, 20 Nov 2000 17:06:10 -0500 + To: Mailing list Perl5 + Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu> + Branch: perl + ! pp_ctl.c t/op/pat.t +____________________________________________________________________________ +[ 7783] By: jhi on 2000/11/20 22:11:18 + Log: Subject: [PATCH] doop.c - UTF8 tr/// + From: Simon Cozens + Date: Sat, 18 Nov 2000 18:49:30 +0000 + Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk> + + Subject: Re: [PATCH] doop.c - UTF8 tr/// + From: Simon Cozens + Date: Mon, 20 Nov 2000 20:45:22 +0000 + Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk> + + Make tr on UTF-8 better but still not correct. + Branch: perl + ! doop.c +____________________________________________________________________________ +[ 7782] By: jhi on 2000/11/20 22:02:16 + Log: Remove the shared object before attempting to create + (by linking) a new one. E.g. in AIX not removing + becomes quite painful if one tries to do more than one + build in the same tree (an interrupted build, for example), + since the AIX' shared dynaloader seemingly keeps the shared + objects open and therefore 'busy' for quite a while, even when + nobody is using the objects, leading into link failures. + Branch: perl + ! lib/ExtUtils/MM_Unix.pm +____________________________________________________________________________ +[ 7777] By: jhi on 2000/11/20 16:08:49 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ [ 7776] By: jhi on 2000/11/20 15:27:56 Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris. This may be overly harsh but until proven otherwise, we think this diff --git a/patchlevel.h b/patchlevel.h index 5a6a9e1..03cd9dc 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 - ,"DEVEL7776" + ,"DEVEL7794" ,NULL };