From: Jarkko Hietaniemi Date: Mon, 18 Feb 2002 17:58:39 +0000 (+0000) Subject: Update Changes. X-Git-Tag: accepted/trunk/20130322.191538~28014 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=168e7ffadb356c6b56318fe4503926bd07c3722a;p=platform%2Fupstream%2Fperl.git Update Changes. p4raw-id: //depot/perl@14753 --- diff --git a/Changes b/Changes index e02002f..b1b08f8 100644 --- a/Changes +++ b/Changes @@ -31,6 +31,18 @@ or any other branch. Version v5.7.2 Development release working toward v5.8 -------------- ____________________________________________________________________________ +[ 14752] By: jhi on 2002/02/18 17:54:44 + Log: What do you know; these tests unearthed nasty problems. + Will resolve those first. + Branch: perl + - t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t + ! MANIFEST +____________________________________________________________________________ +[ 14751] By: jhi on 2002/02/18 17:52:23 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ [ 14750] By: ams on 2002/02/18 17:36:05 Log: Subject: Re: IO::Poll: Removing Handles From: Matthew Sachs diff --git a/patchlevel.h b/patchlevel.h index 15c124a..4270b10 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -79,7 +79,7 @@ #if !defined(PERL_PATCHLEVEL_H_IMPLICIT) && !defined(LOCAL_PATCH_COUNT) static char *local_patches[] = { NULL - ,"DEVEL14750" + ,"DEVEL14752" ,NULL };