From: Jarkko Hietaniemi Date: Fri, 19 Jul 2002 16:37:39 +0000 (+0000) Subject: Update Changes; mainly to get the DEVELNNNNN stamp back in business. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=805e355fd197800e1b62988179a7f7198016cb52;p=p5sagit%2Fp5-mst-13.2.git Update Changes; mainly to get the DEVELNNNNN stamp back in business. p4raw-id: //depot/perl@17642 --- diff --git a/Changes b/Changes index 5fea8b3..54043b4 100644 --- a/Changes +++ b/Changes @@ -27,3 +27,25 @@ example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/ -------------- Version v5.9.X Development release working toward v5.10 -------------- +____________________________________________________________________________ +[ 17641] By: jhi on 2002/07/19 16:31:08 + Log: Integrate perlio (no changes, but that's fine). + Branch: perl + !> embed.fnc perl.h +____________________________________________________________________________ +[ 17640] By: nick on 2002/07/19 07:09:37 + Log: Integrate mainline@17638, apply couple + of whitespace edits so matches perl5.8.0 exactly. + Branch: perlio + ! embed.fnc perl.h + !> AUTHORS Changes Configure INSTALL NetWare/Makefile + !> NetWare/t/NWScripts.pl Porting/config.sh Porting/config_H + !> lib/File/stat.pm patchlevel.h pod/perldelta.pod + !> pod/perlfunc.pod pod/perlhist.pod pod/perlthrtut.pod + !> pod/perltoc.pod pod/perlvar.pod util.c +____________________________________________________________________________ +[ 17639] By: jhi on 2002/07/19 00:47:18 + Log: It's all yours, Hugo. + Branch: perl + + Changes5.8 + ! Changes MANIFEST diff --git a/patchlevel.h b/patchlevel.h index 164ee0d..b6c3c07 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -79,6 +79,7 @@ #if !defined(PERL_PATCHLEVEL_H_IMPLICIT) && !defined(LOCAL_PATCH_COUNT) static char *local_patches[] = { NULL + "DEVEL17641", ,NULL };