diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-11-21 19:03:44 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-11-21 19:03:44 +0000 |
commit | 2a06dd0083251f74ae7366e8653ef3ad67cd49c6 (patch) | |
tree | ea788ed76faeb0434c1200423b2833916f66a349 | |
parent | 156e9b51b9926790bd83042fceb1c99e3aef496b (diff) | |
download | perl-2a06dd0083251f74ae7366e8653ef3ad67cd49c6.tar.gz |
Update Changes.
p4raw-id: //depot/perl@7795
-rw-r--r-- | Changes | 100 | ||||
-rw-r--r-- | patchlevel.h | 2 |
2 files changed, 101 insertions, 1 deletions
@@ -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" <craigberry@mac.com> + Date: Mon, 20 Nov 2000 20:27:06 -0600 + Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]> + + 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 <domo@computer.org> + Date: Mon, 20 Nov 2000 18:55:29 +0100 + Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> + + va_copy() and the need of it. + See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>. + 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 <pvhp@forte.com> + Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST) + Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com> + 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 <dcd@tc.fluke.com> + 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 <perl5-porters@perl.org> + 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 <simon@cozens.net> + 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 <simon@cozens.net> + 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 5a6a9e14ad..03cd9dc076 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 }; |