diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-02-18 17:58:39 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-02-18 17:58:39 +0000 |
commit | 168e7ffadb356c6b56318fe4503926bd07c3722a (patch) | |
tree | 7fa8ad226f53e5d287a973dabdc863523c02e0c3 | |
parent | 34eb0027d507cf928f55094485f0c14410270265 (diff) | |
download | perl-168e7ffadb356c6b56318fe4503926bd07c3722a.tar.gz |
Update Changes.
p4raw-id: //depot/perl@14753
-rw-r--r-- | Changes | 12 | ||||
-rw-r--r-- | patchlevel.h | 2 |
2 files changed, 13 insertions, 1 deletions
@@ -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 <matthewg@zevils.com> diff --git a/patchlevel.h b/patchlevel.h index 15c124a6df..4270b109f0 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 }; |