summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-02-18 17:58:39 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-02-18 17:58:39 +0000
commit168e7ffadb356c6b56318fe4503926bd07c3722a (patch)
tree7fa8ad226f53e5d287a973dabdc863523c02e0c3
parent34eb0027d507cf928f55094485f0c14410270265 (diff)
downloadperl-168e7ffadb356c6b56318fe4503926bd07c3722a.tar.gz
Update Changes.
p4raw-id: //depot/perl@14753
-rw-r--r--Changes12
-rw-r--r--patchlevel.h2
2 files changed, 13 insertions, 1 deletions
diff --git a/Changes b/Changes
index e02002f697..b1b08f822a 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 <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
};